fix: normalize component boundary spacing
This commit is contained in:
@@ -610,6 +610,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// The UI stylesheet update applies automatically.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.61",
|
||||
id: "spacing-neutral-component-boundaries",
|
||||
description:
|
||||
"Removes default outer component spacing and standardizes root class customization.",
|
||||
apply() {
|
||||
// The UI component and stylesheet updates apply automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user