@aurea-uds/tokens 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/aurea.tokens.css
CHANGED
package/package.json
CHANGED
package/src/aurea.tokens.json
CHANGED
|
@@ -445,9 +445,9 @@
|
|
|
445
445
|
},
|
|
446
446
|
"sidebar-rail": {
|
|
447
447
|
"$type": "dimension",
|
|
448
|
-
"$description": "
|
|
448
|
+
"$description": "Panel width of the collapsed sidebar: the icon rail. 4.25rem = 68px, the number measured in the reference source on 18/08/2026 (sidebar-slim.tsx: MAIN_SIDEBAR_WIDTH = 68). The AppShell track adds the floating panel's two space-4 margins; the flush variant has no margin and uses this value raw. Reserving only 68px for a floating rail consumes 32px and leaves a 36px panel, which is the capsule defect this token and its track calculation prevent.",
|
|
449
449
|
"$value": {
|
|
450
|
-
"value":
|
|
450
|
+
"value": 4.25,
|
|
451
451
|
"unit": "rem"
|
|
452
452
|
}
|
|
453
453
|
},
|