@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.
@@ -55,7 +55,7 @@
55
55
  --z-modal:80;
56
56
  --z-toast:100;
57
57
  --sidebar-width:16.5rem;
58
- --sidebar-rail:5.5rem;
58
+ --sidebar-rail:4.25rem;
59
59
  --topbar-height:4rem;
60
60
  --content-max:102.5rem;
61
61
  --breakpoint-sm:640px;
@@ -106,7 +106,7 @@ export const base = {
106
106
  "zModal": 80,
107
107
  "zToast": 100,
108
108
  "sidebarWidth": 264,
109
- "sidebarRail": 88,
109
+ "sidebarRail": 68,
110
110
  "topbarHeight": 64,
111
111
  "contentMax": 1640,
112
112
  "controlHXs": 26,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurea-uds/tokens",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Design tokens for Aurea UDS: the DTCG source and the CSS custom properties generated from it.",
5
5
  "keywords": [
6
6
  "aurea",
@@ -445,9 +445,9 @@
445
445
  },
446
446
  "sidebar-rail": {
447
447
  "$type": "dimension",
448
- "$description": "Grid column of the collapsed sidebar: the icon rail. It is the COLUMN, not the panel the sidebar spends space-4 of margin on each side before it starts, which is why 4.5rem was measured wrong first and left the icon 2px outside the box. 5.5rem = 32px of margin + 2px of border + 16px of the panel's own padding + a 16px icon with room around it.",
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": 5.5,
450
+ "value": 4.25,
451
451
  "unit": "rem"
452
452
  }
453
453
  },