fix: normalize component boundary spacing

This commit is contained in:
2026-07-19 20:08:14 +05:30
parent eaea2c5f72
commit c5326f7622
191 changed files with 1280 additions and 351 deletions
+9
View File
@@ -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. */