@etus/tokens 0.4.0-beta.3 → 0.4.0-beta.4
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.css +7 -6
- package/dist/tokens.js +6 -5
- package/dist/tokens.meta.json +22 -11
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -1194,10 +1194,12 @@
|
|
|
1194
1194
|
--green-800: oklch(44.79% 0.1083 151.33);
|
|
1195
1195
|
--green-900: oklch(39.25% 0.0896 152.54);
|
|
1196
1196
|
--green-950: oklch(26.64% 0.0628 152.93);
|
|
1197
|
+
--header-content-height: 36px;
|
|
1198
|
+
--header-height: 64px;
|
|
1197
1199
|
--header-root-bg: oklch(100.00% 0.0000 0);
|
|
1198
1200
|
--header-root-border-color: oklch(92.19% 0.0000 0);
|
|
1199
|
-
--header-root-padding-x:
|
|
1200
|
-
--header-root-padding-y:
|
|
1201
|
+
--header-root-padding-x: 32px;
|
|
1202
|
+
--header-root-padding-y: 20px;
|
|
1201
1203
|
--header-size-lg-height: 80px;
|
|
1202
1204
|
--header-size-md-height: 64px;
|
|
1203
1205
|
--header-size-sm-height: 48px;
|
|
@@ -1668,9 +1670,8 @@
|
|
|
1668
1670
|
--notification-dot-color-info: oklch(54.61% 0.2152 262.88);
|
|
1669
1671
|
--notification-dot-color-success: oklch(62.71% 0.1699 149.21);
|
|
1670
1672
|
--notification-dot-color-warning: oklch(86.06% 0.1731 91.94);
|
|
1671
|
-
--notification-dot-
|
|
1673
|
+
--notification-dot-gap: 6px;
|
|
1672
1674
|
--notification-dot-size: 8px;
|
|
1673
|
-
--notification-dot-top: 16px;
|
|
1674
1675
|
--notification-root-gap: 12px;
|
|
1675
1676
|
--notification-root-padding: 12px;
|
|
1676
1677
|
--overlay: oklch(0.00% 0.0000 0 / 60.0%);
|
|
@@ -3407,7 +3408,7 @@
|
|
|
3407
3408
|
--rail-accent-foreground: oklch(95.21% 0.0467 171.12);
|
|
3408
3409
|
--rail-accent: oklch(26.88% 0.0527 163.85);
|
|
3409
3410
|
--rail-background: oklch(20.46% 0.0000 0);
|
|
3410
|
-
--rail-border: oklch(
|
|
3411
|
+
--rail-border: oklch(37.15% 0.0000 0);
|
|
3411
3412
|
--rating-icon-color-filled: oklch(79.52% 0.1617 86.05);
|
|
3412
3413
|
--report-builder-accent-bg-subtle: oklch(33.49% 0.0383 251.89);
|
|
3413
3414
|
--report-builder-accent-bg: oklch(34.67% 0.0731 256.69);
|
|
@@ -3468,7 +3469,7 @@
|
|
|
3468
3469
|
--sidebar-accent-foreground: oklch(95.21% 0.0467 171.12);
|
|
3469
3470
|
--sidebar-accent: oklch(26.88% 0.0527 163.85);
|
|
3470
3471
|
--sidebar-background: oklch(20.46% 0.0000 0);
|
|
3471
|
-
--sidebar-border: oklch(
|
|
3472
|
+
--sidebar-border: oklch(37.15% 0.0000 0);
|
|
3472
3473
|
--sidebar-container-background: oklch(20.46% 0.0000 0);
|
|
3473
3474
|
--sidebar-foreground: oklch(97.02% 0.0000 0);
|
|
3474
3475
|
--sidebar-input-background: oklch(14.48% 0.0000 0);
|
package/dist/tokens.js
CHANGED
|
@@ -149,7 +149,7 @@ export const tokens = {
|
|
|
149
149
|
"sidebar-accent": "oklch(26.88% 0.0527 163.85)",
|
|
150
150
|
"sidebar-accent-foreground": "oklch(95.21% 0.0467 171.12)",
|
|
151
151
|
"sidebar-background": "oklch(20.46% 0.0000 0)",
|
|
152
|
-
"sidebar-border": "oklch(
|
|
152
|
+
"sidebar-border": "oklch(37.15% 0.0000 0)",
|
|
153
153
|
"sidebar-foreground": "oklch(97.02% 0.0000 0)",
|
|
154
154
|
"sidebar-ring": "oklch(84.11% 0.1609 163.31)",
|
|
155
155
|
"status-destructive-background": "oklch(63.68% 0.2078 25.33)",
|
|
@@ -1312,10 +1312,12 @@ export const tokens = {
|
|
|
1312
1312
|
"form-label-fg": "oklch(14.48% 0.0000 0)",
|
|
1313
1313
|
"form-label-size": "14px",
|
|
1314
1314
|
"form-label-weight": "500",
|
|
1315
|
+
"header-content-height": "36px",
|
|
1316
|
+
"header-height": "64px",
|
|
1315
1317
|
"header-root-bg": "oklch(100.00% 0.0000 0)",
|
|
1316
1318
|
"header-root-border-color": "oklch(92.19% 0.0000 0)",
|
|
1317
|
-
"header-root-padding-x": "
|
|
1318
|
-
"header-root-padding-y": "
|
|
1319
|
+
"header-root-padding-x": "32px",
|
|
1320
|
+
"header-root-padding-y": "20px",
|
|
1319
1321
|
"header-size-lg-height": "80px",
|
|
1320
1322
|
"header-size-md-height": "64px",
|
|
1321
1323
|
"header-size-sm-height": "48px",
|
|
@@ -1775,9 +1777,8 @@ export const tokens = {
|
|
|
1775
1777
|
"notification-dot-color-info": "oklch(54.61% 0.2152 262.88)",
|
|
1776
1778
|
"notification-dot-color-success": "oklch(62.71% 0.1699 149.21)",
|
|
1777
1779
|
"notification-dot-color-warning": "oklch(86.06% 0.1731 91.94)",
|
|
1778
|
-
"notification-dot-
|
|
1780
|
+
"notification-dot-gap": "6px",
|
|
1779
1781
|
"notification-dot-size": "8px",
|
|
1780
|
-
"notification-dot-top": "16px",
|
|
1781
1782
|
"notification-root-gap": "12px",
|
|
1782
1783
|
"notification-root-padding": "12px",
|
|
1783
1784
|
"overlay": "oklch(0.00% 0.0000 0 / 60.0%)",
|
package/dist/tokens.meta.json
CHANGED
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"type": "color",
|
|
1761
1761
|
"description": "Sidebar divider (neutral-200)",
|
|
1762
1762
|
"light": "oklch(92.19% 0.0000 0)",
|
|
1763
|
-
"dark": "oklch(
|
|
1763
|
+
"dark": "oklch(37.15% 0.0000 0)"
|
|
1764
1764
|
},
|
|
1765
1765
|
{
|
|
1766
1766
|
"name": "sidebar-foreground",
|
|
@@ -9936,6 +9936,20 @@
|
|
|
9936
9936
|
"type": "dimension",
|
|
9937
9937
|
"value": "14px"
|
|
9938
9938
|
},
|
|
9939
|
+
{
|
|
9940
|
+
"name": "header-content-height",
|
|
9941
|
+
"cssVar": "--header-content-height",
|
|
9942
|
+
"type": "dimension",
|
|
9943
|
+
"description": "HeaderNav/HeaderActions content row height (Figma h-9 = 36px). Drives a composed header to 76px. DES-1271.",
|
|
9944
|
+
"value": "36px"
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"name": "header-height",
|
|
9948
|
+
"cssVar": "--header-height",
|
|
9949
|
+
"type": "dimension",
|
|
9950
|
+
"description": "Min height for a logo-only header (Figma 'Logo Left'/'Logo Centered' = 64px). Grows to 76px when HeaderNav/HeaderActions are present (content row 36px + padding-y 2×20px). DES-1271.",
|
|
9951
|
+
"value": "64px"
|
|
9952
|
+
},
|
|
9939
9953
|
{
|
|
9940
9954
|
"name": "header-root-bg",
|
|
9941
9955
|
"cssVar": "--header-root-bg",
|
|
@@ -9952,13 +9966,15 @@
|
|
|
9952
9966
|
"name": "header-root-padding-x",
|
|
9953
9967
|
"cssVar": "--header-root-padding-x",
|
|
9954
9968
|
"type": "dimension",
|
|
9955
|
-
"
|
|
9969
|
+
"description": "Horizontal padding — Figma spacing/s-32 (32px). DES-1271.",
|
|
9970
|
+
"value": "32px"
|
|
9956
9971
|
},
|
|
9957
9972
|
{
|
|
9958
9973
|
"name": "header-root-padding-y",
|
|
9959
9974
|
"cssVar": "--header-root-padding-y",
|
|
9960
9975
|
"type": "dimension",
|
|
9961
|
-
"
|
|
9976
|
+
"description": "Vertical padding — Figma spacing/s-20 (20px). DES-1271.",
|
|
9977
|
+
"value": "20px"
|
|
9962
9978
|
},
|
|
9963
9979
|
{
|
|
9964
9980
|
"name": "header-size-lg-height",
|
|
@@ -12176,9 +12192,10 @@
|
|
|
12176
12192
|
"value": "oklch(86.06% 0.1731 91.94)"
|
|
12177
12193
|
},
|
|
12178
12194
|
{
|
|
12179
|
-
"name": "notification-dot-
|
|
12180
|
-
"cssVar": "--notification-dot-
|
|
12195
|
+
"name": "notification-dot-gap",
|
|
12196
|
+
"cssVar": "--notification-dot-gap",
|
|
12181
12197
|
"type": "dimension",
|
|
12198
|
+
"description": "Inline gap between the unread dot and the title per DES-1289 — Figma renders the dot inline in the title (spacing/1-5 = 6px), replacing the former absolute top/left offsets.",
|
|
12182
12199
|
"value": "6px"
|
|
12183
12200
|
},
|
|
12184
12201
|
{
|
|
@@ -12187,12 +12204,6 @@
|
|
|
12187
12204
|
"type": "dimension",
|
|
12188
12205
|
"value": "8px"
|
|
12189
12206
|
},
|
|
12190
|
-
{
|
|
12191
|
-
"name": "notification-dot-top",
|
|
12192
|
-
"cssVar": "--notification-dot-top",
|
|
12193
|
-
"type": "dimension",
|
|
12194
|
-
"value": "16px"
|
|
12195
|
-
},
|
|
12196
12207
|
{
|
|
12197
12208
|
"name": "notification-root-gap",
|
|
12198
12209
|
"cssVar": "--notification-root-gap",
|