@etus/tokens 0.4.0-beta.1 → 0.4.0-beta.2

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/tokens.js CHANGED
@@ -124,11 +124,13 @@ export const tokens = {
124
124
  "shadow-sm": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 2px 4px 0 rgb(0 0 0 / 0.35)",
125
125
  "shadow-xl": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 24px 48px 0 rgb(0 0 0 / 0.50)",
126
126
  "shadow-xs": "inset 0 1px 0 0 rgb(255 255 255 / 0.04), 0 1px 2px 0 rgb(0 0 0 / 0.30)",
127
+ "sidebar": "oklch(20.46% 0.0000 0)",
127
128
  "sidebar-accent": "oklch(26.88% 0.0527 163.85)",
128
129
  "sidebar-accent-foreground": "oklch(95.21% 0.0467 171.12)",
129
130
  "sidebar-background": "oklch(20.46% 0.0000 0)",
130
131
  "sidebar-border": "oklch(26.86% 0.0000 0)",
131
132
  "sidebar-foreground": "oklch(97.02% 0.0000 0)",
133
+ "sidebar-ring": "oklch(84.11% 0.1609 163.31)",
132
134
  "status-destructive-background": "oklch(63.68% 0.2078 25.33)",
133
135
  "status-destructive-border": "oklch(44.37% 0.1613 26.90)",
134
136
  "status-destructive-foreground": "oklch(100.00% 0.0000 0)",
@@ -2167,6 +2169,7 @@ export const tokens = {
2167
2169
  "sheet-overlay-bg-blur": "oklch(0% 0 0 / 30%)",
2168
2170
  "sheet-overlay-bg-default": "oklch(0.00% 0.0000 0 / 60.0%)",
2169
2171
  "sheet-overlay-bg-light": "oklch(100% 0 0 / 50%)",
2172
+ "sidebar": "oklch(98.51% 0.0000 0)",
2170
2173
  "sidebar-accent": "oklch(95.21% 0.0467 171.12)",
2171
2174
  "sidebar-accent-foreground": "oklch(26.88% 0.0527 163.85)",
2172
2175
  "sidebar-background": "oklch(98.51% 0.0000 0)",
@@ -2218,6 +2221,7 @@ export const tokens = {
2218
2221
  "sidebar-rail-item-padding": "8px",
2219
2222
  "sidebar-rail-item-radius": "4px",
2220
2223
  "sidebar-rail-width": "4rem",
2224
+ "sidebar-ring": "oklch(81.75% 0.1821 159.79)",
2221
2225
  "sidebar-section-content-gap": "8px",
2222
2226
  "sidebar-section-content-padding-x": "4px",
2223
2227
  "sidebar-section-gap": "16px",
@@ -1575,6 +1575,14 @@
1575
1575
  "light": "oklch(58.24% 0.1354 137.66)",
1576
1576
  "dark": "oklch(92.69% 0.1227 138.76)"
1577
1577
  },
1578
+ {
1579
+ "name": "sidebar",
1580
+ "cssVar": "--sidebar",
1581
+ "type": "color",
1582
+ "description": "Sidebar default background — alias of sidebar-background so `bg-sidebar` (Tailwind v4 utility) resolves. Without this alias `bg-sidebar` is a dead class (no matching --color-sidebar mapping).",
1583
+ "light": "oklch(98.51% 0.0000 0)",
1584
+ "dark": "oklch(20.46% 0.0000 0)"
1585
+ },
1578
1586
  {
1579
1587
  "name": "sidebar-accent",
1580
1588
  "cssVar": "--sidebar-accent",
@@ -1615,6 +1623,14 @@
1615
1623
  "light": "oklch(20.46% 0.0000 0)",
1616
1624
  "dark": "oklch(97.02% 0.0000 0)"
1617
1625
  },
1626
+ {
1627
+ "name": "sidebar-ring",
1628
+ "cssVar": "--sidebar-ring",
1629
+ "type": "color",
1630
+ "description": "Sidebar focus ring — alias of base ring so `ring-sidebar-ring` (Tailwind v4 utility) resolves.",
1631
+ "light": "oklch(81.75% 0.1821 159.79)",
1632
+ "dark": "oklch(84.11% 0.1609 163.31)"
1633
+ },
1618
1634
  {
1619
1635
  "name": "status-destructive-background",
1620
1636
  "cssVar": "--status-destructive-background",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etus/tokens",
3
- "version": "0.4.0-beta.1",
3
+ "version": "0.4.0-beta.2",
4
4
  "description": "Seven Design System - Design tokens (CSS variables) for ETUS applications",
5
5
  "license": "MIT",
6
6
  "repository": {