@etus/tokens 0.1.3 → 0.2.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.
@@ -778,7 +778,7 @@
778
778
  "name": "background",
779
779
  "cssVar": "--background",
780
780
  "type": "color",
781
- "description": "Main application background",
781
+ "description": "Main application background (base.white, Figma v2 canonical)",
782
782
  "light": "oklch(100.00% 0.0000 0)",
783
783
  "dark": "oklch(14.48% 0.0000 0)"
784
784
  },
@@ -786,7 +786,7 @@
786
786
  "name": "border",
787
787
  "cssVar": "--border",
788
788
  "type": "color",
789
- "description": "Default borders: dividers, separators, cards",
789
+ "description": "Default borders: dividers, separators, cards (neutral-200)",
790
790
  "light": "oklch(92.19% 0.0000 0)",
791
791
  "dark": "oklch(37.15% 0.0000 0)"
792
792
  },
@@ -906,7 +906,7 @@
906
906
  "name": "card",
907
907
  "cssVar": "--card",
908
908
  "type": "color",
909
- "description": "Card and elevated container surface",
909
+ "description": "Card and elevated container surface (base.white, Figma v2 canonical)",
910
910
  "light": "oklch(100.00% 0.0000 0)",
911
911
  "dark": "oklch(26.86% 0.0000 0)"
912
912
  },
@@ -914,7 +914,7 @@
914
914
  "name": "card-foreground",
915
915
  "cssVar": "--card-foreground",
916
916
  "type": "color",
917
- "description": "Text on cards",
917
+ "description": "Text on cards (neutral-950)",
918
918
  "light": "oklch(14.48% 0.0000 0)",
919
919
  "dark": "oklch(98.51% 0.0000 0)"
920
920
  },
@@ -931,8 +931,8 @@
931
931
  "cssVar": "--chart-2",
932
932
  "type": "color",
933
933
  "description": "Chart series 2 (fuchsia-500)",
934
- "light": "oklch(66.68% 0.2591 322.15)",
935
- "dark": "oklch(66.68% 0.2591 322.15)"
934
+ "light": "oklch(65.95% 0.2608 320.32)",
935
+ "dark": "oklch(65.95% 0.2608 320.32)"
936
936
  },
937
937
  {
938
938
  "name": "chart-3",
@@ -1067,26 +1067,34 @@
1067
1067
  "name": "destructive",
1068
1068
  "cssVar": "--destructive",
1069
1069
  "type": "color",
1070
- "description": "Delete buttons, destructive actions (red-600)",
1071
- "light": "oklch(57.71% 0.2152 27.33)",
1070
+ "description": "Delete buttons, destructive actions (red-500, Figma v2 canonical — was red-600)",
1071
+ "light": "oklch(63.68% 0.2078 25.33)",
1072
1072
  "dark": "oklch(63.68% 0.2078 25.33)"
1073
1073
  },
1074
1074
  {
1075
1075
  "name": "destructive-border",
1076
1076
  "cssVar": "--destructive-border",
1077
1077
  "type": "color",
1078
- "description": "Validation error border (red-500, WCAG 3.76:1 vs white)",
1079
- "light": "oklch(63.68% 0.2078 25.33)",
1078
+ "description": "Destructive outline/border (red-200, Figma v2 canonical — was red-500 saturated)",
1079
+ "light": "oklch(88.45% 0.0593 18.33)",
1080
1080
  "dark": "oklch(50.54% 0.1905 27.52)"
1081
1081
  },
1082
1082
  {
1083
1083
  "name": "destructive-foreground",
1084
1084
  "cssVar": "--destructive-foreground",
1085
1085
  "type": "color",
1086
- "description": "Text on destructive",
1086
+ "description": "Text on destructive (base.white)",
1087
1087
  "light": "oklch(100.00% 0.0000 0)",
1088
1088
  "dark": "oklch(100.00% 0.0000 0)"
1089
1089
  },
1090
+ {
1091
+ "name": "destructive-hover",
1092
+ "cssVar": "--destructive-hover",
1093
+ "type": "color",
1094
+ "description": "Destructive hover state (red-600, NEW token added 2026-04-30)",
1095
+ "light": "oklch(57.71% 0.2152 27.33)",
1096
+ "dark": "oklch(71.06% 0.1661 22.22)"
1097
+ },
1090
1098
  {
1091
1099
  "name": "destructive-subtle",
1092
1100
  "cssVar": "--destructive-subtle",
@@ -1096,8 +1104,8 @@
1096
1104
  "dark": "oklch(25.75% 0.0886 26.04)"
1097
1105
  },
1098
1106
  {
1099
- "name": "destructive-subtle-fg",
1100
- "cssVar": "--destructive-subtle-fg",
1107
+ "name": "destructive-subtle-foreground",
1108
+ "cssVar": "--destructive-subtle-foreground",
1101
1109
  "type": "color",
1102
1110
  "description": "Text/icons in error alerts (red-700)",
1103
1111
  "light": "oklch(50.54% 0.1905 27.52)",
@@ -1115,7 +1123,7 @@
1115
1123
  "name": "disabled-background",
1116
1124
  "cssVar": "--disabled-background",
1117
1125
  "type": "color",
1118
- "description": "Disabled area backgrounds",
1126
+ "description": "Disabled area backgrounds (neutral-200)",
1119
1127
  "light": "oklch(92.19% 0.0000 0)",
1120
1128
  "dark": "oklch(26.86% 0.0000 0)"
1121
1129
  },
@@ -1123,8 +1131,8 @@
1123
1131
  "name": "disabled-border",
1124
1132
  "cssVar": "--disabled-border",
1125
1133
  "type": "color",
1126
- "description": "Disabled element border (neutral-200)",
1127
- "light": "oklch(92.19% 0.0000 0)",
1134
+ "description": "Disabled element border (neutral-300, Figma v2 canonical — was neutral-200)",
1135
+ "light": "oklch(86.99% 0.0000 0)",
1128
1136
  "dark": "oklch(37.15% 0.0000 0)"
1129
1137
  },
1130
1138
  {
@@ -1174,7 +1182,7 @@
1174
1182
  "name": "foreground",
1175
1183
  "cssVar": "--foreground",
1176
1184
  "type": "color",
1177
- "description": "Default body text color",
1185
+ "description": "Default body text color (neutral-950, Figma v2 canonical)",
1178
1186
  "light": "oklch(14.48% 0.0000 0)",
1179
1187
  "dark": "oklch(98.51% 0.0000 0)"
1180
1188
  },
@@ -1190,15 +1198,15 @@
1190
1198
  "name": "info-border",
1191
1199
  "cssVar": "--info-border",
1192
1200
  "type": "color",
1193
- "description": "Info container border (blue-500, WCAG 3.68:1 vs white)",
1194
- "light": "oklch(62.31% 0.1880 259.81)",
1201
+ "description": "Info outline/border (blue-200, Figma v2 canonical — was blue-500 saturated)",
1202
+ "light": "oklch(88.23% 0.0571 254.13)",
1195
1203
  "dark": "oklch(54.61% 0.2152 262.88)"
1196
1204
  },
1197
1205
  {
1198
1206
  "name": "info-foreground",
1199
1207
  "cssVar": "--info-foreground",
1200
1208
  "type": "color",
1201
- "description": "Text on info",
1209
+ "description": "Text on info (base.white)",
1202
1210
  "light": "oklch(100.00% 0.0000 0)",
1203
1211
  "dark": "oklch(100.00% 0.0000 0)"
1204
1212
  },
@@ -1211,8 +1219,8 @@
1211
1219
  "dark": "oklch(28.23% 0.0874 267.94)"
1212
1220
  },
1213
1221
  {
1214
- "name": "info-subtle-fg",
1215
- "cssVar": "--info-subtle-fg",
1222
+ "name": "info-subtle-foreground",
1223
+ "cssVar": "--info-subtle-foreground",
1216
1224
  "type": "color",
1217
1225
  "description": "Text/icons in info alerts (blue-700)",
1218
1226
  "light": "oklch(48.82% 0.2172 264.38)",
@@ -1222,10 +1230,18 @@
1222
1230
  "name": "input",
1223
1231
  "cssVar": "--input",
1224
1232
  "type": "color",
1225
- "description": "Form field borders (input, select, textarea)",
1233
+ "description": "Form field borders (neutral-200)",
1226
1234
  "light": "oklch(92.19% 0.0000 0)",
1227
1235
  "dark": "oklch(43.86% 0.0000 0)"
1228
1236
  },
1237
+ {
1238
+ "name": "inversed-foreground",
1239
+ "cssVar": "--inversed-foreground",
1240
+ "type": "color",
1241
+ "description": "Light text on filled dark surfaces (neutral-50, used by Badge gray filled)",
1242
+ "light": "oklch(98.51% 0.0000 0)",
1243
+ "dark": "oklch(14.48% 0.0000 0)"
1244
+ },
1229
1245
  {
1230
1246
  "name": "kbd-variant-default-background",
1231
1247
  "cssVar": "--kbd-variant-default-background",
@@ -1237,7 +1253,7 @@
1237
1253
  "name": "kbd-variant-default-color",
1238
1254
  "cssVar": "--kbd-variant-default-color",
1239
1255
  "type": "color",
1240
- "light": "oklch(71.55% 0.0000 0)",
1256
+ "light": "oklch(55.55% 0.0000 0)",
1241
1257
  "dark": "oklch(71.55% 0.0000 0)"
1242
1258
  },
1243
1259
  {
@@ -1251,7 +1267,7 @@
1251
1267
  "name": "kbd-variant-ghost-color",
1252
1268
  "cssVar": "--kbd-variant-ghost-color",
1253
1269
  "type": "color",
1254
- "light": "oklch(71.55% 0.0000 0)",
1270
+ "light": "oklch(55.55% 0.0000 0)",
1255
1271
  "dark": "oklch(71.55% 0.0000 0)"
1256
1272
  },
1257
1273
  {
@@ -1279,14 +1295,14 @@
1279
1295
  "name": "label-optional-color",
1280
1296
  "cssVar": "--label-optional-color",
1281
1297
  "type": "color",
1282
- "light": "oklch(71.55% 0.0000 0)",
1298
+ "light": "oklch(55.55% 0.0000 0)",
1283
1299
  "dark": "oklch(71.55% 0.0000 0)"
1284
1300
  },
1285
1301
  {
1286
1302
  "name": "label-required-color",
1287
1303
  "cssVar": "--label-required-color",
1288
1304
  "type": "color",
1289
- "light": "oklch(57.71% 0.2152 27.33)",
1305
+ "light": "oklch(63.68% 0.2078 25.33)",
1290
1306
  "dark": "oklch(63.68% 0.2078 25.33)"
1291
1307
  },
1292
1308
  {
@@ -1300,7 +1316,7 @@
1300
1316
  "name": "link-color-muted",
1301
1317
  "cssVar": "--link-color-muted",
1302
1318
  "type": "color",
1303
- "light": "oklch(71.55% 0.0000 0)",
1319
+ "light": "oklch(55.55% 0.0000 0)",
1304
1320
  "dark": "oklch(71.55% 0.0000 0)"
1305
1321
  },
1306
1322
  {
@@ -1328,7 +1344,7 @@
1328
1344
  "name": "muted",
1329
1345
  "cssVar": "--muted",
1330
1346
  "type": "color",
1331
- "description": "Subtle backgrounds: tabs, skeletons, inactive badges",
1347
+ "description": "Subtle backgrounds: tabs, skeletons, inactive badges (neutral-100)",
1332
1348
  "light": "oklch(97.02% 0.0000 0)",
1333
1349
  "dark": "oklch(26.86% 0.0000 0)"
1334
1350
  },
@@ -1336,15 +1352,15 @@
1336
1352
  "name": "muted-foreground",
1337
1353
  "cssVar": "--muted-foreground",
1338
1354
  "type": "color",
1339
- "description": "Secondary text, placeholders, helper labels",
1340
- "light": "oklch(71.55% 0.0000 0)",
1355
+ "description": "Secondary text, placeholders, helper labels (neutral-500, Figma v2 canonical — was neutral-400)",
1356
+ "light": "oklch(55.55% 0.0000 0)",
1341
1357
  "dark": "oklch(71.55% 0.0000 0)"
1342
1358
  },
1343
1359
  {
1344
1360
  "name": "overlay",
1345
1361
  "cssVar": "--overlay",
1346
1362
  "type": "color",
1347
- "description": "Modal and drawer backdrop (black 60%)",
1363
+ "description": "Modal and drawer backdrop (black 60%) — kept as hex; no clean primitive ref",
1348
1364
  "light": "oklch(0.00% 0.0000 0 / 60.0%)",
1349
1365
  "dark": "oklch(0.00% 0.0000 0 / 80.0%)"
1350
1366
  },
@@ -1359,14 +1375,14 @@
1359
1375
  "name": "paragraph-color-destructive",
1360
1376
  "cssVar": "--paragraph-color-destructive",
1361
1377
  "type": "color",
1362
- "light": "oklch(57.71% 0.2152 27.33)",
1378
+ "light": "oklch(63.68% 0.2078 25.33)",
1363
1379
  "dark": "oklch(63.68% 0.2078 25.33)"
1364
1380
  },
1365
1381
  {
1366
1382
  "name": "paragraph-color-muted",
1367
1383
  "cssVar": "--paragraph-color-muted",
1368
1384
  "type": "color",
1369
- "light": "oklch(71.55% 0.0000 0)",
1385
+ "light": "oklch(55.55% 0.0000 0)",
1370
1386
  "dark": "oklch(71.55% 0.0000 0)"
1371
1387
  },
1372
1388
  {
@@ -1387,7 +1403,7 @@
1387
1403
  "name": "popover",
1388
1404
  "cssVar": "--popover",
1389
1405
  "type": "color",
1390
- "description": "Dropdowns, tooltips, popovers surface",
1406
+ "description": "Dropdowns, tooltips, popovers surface (base.white)",
1391
1407
  "light": "oklch(100.00% 0.0000 0)",
1392
1408
  "dark": "oklch(20.46% 0.0000 0)"
1393
1409
  },
@@ -1395,8 +1411,8 @@
1395
1411
  "name": "popover-foreground",
1396
1412
  "cssVar": "--popover-foreground",
1397
1413
  "type": "color",
1398
- "description": "Text inside popovers",
1399
- "light": "oklch(14.48% 0.0000 0)",
1414
+ "description": "Text inside popovers (neutral-900, Figma v2 canonical — was neutral-950)",
1415
+ "light": "oklch(20.46% 0.0000 0)",
1400
1416
  "dark": "oklch(98.51% 0.0000 0)"
1401
1417
  },
1402
1418
  {
@@ -1443,7 +1459,7 @@
1443
1459
  "name": "primary-subtle",
1444
1460
  "cssVar": "--primary-subtle",
1445
1461
  "type": "color",
1446
- "description": "Subtle brand background: banners, badges (brand-primary-50)",
1462
+ "description": "Subtle brand background (brand-primary-50)",
1447
1463
  "light": "oklch(97.65% 0.0243 170.99)",
1448
1464
  "dark": "oklch(18.34% 0.0338 166.67)"
1449
1465
  },
@@ -1467,7 +1483,7 @@
1467
1483
  "name": "ring-offset",
1468
1484
  "cssVar": "--ring-offset",
1469
1485
  "type": "color",
1470
- "description": "Ring offset background",
1486
+ "description": "Ring offset background (base.white)",
1471
1487
  "light": "oklch(100.00% 0.0000 0)",
1472
1488
  "dark": "oklch(14.48% 0.0000 0)"
1473
1489
  },
@@ -1475,24 +1491,32 @@
1475
1491
  "name": "secondary",
1476
1492
  "cssVar": "--secondary",
1477
1493
  "type": "color",
1478
- "description": "Secondary buttons, alternative emphasis (brand-secondary-100)",
1479
- "light": "oklch(97.98% 0.0312 139.44)",
1494
+ "description": "Secondary buttons, alternative emphasis (brand-secondary-500, Figma v2 canonical — was brand-secondary-100)",
1495
+ "light": "oklch(87.82% 0.2037 137.75)",
1480
1496
  "dark": "oklch(28.73% 0.0661 137.75)"
1481
1497
  },
1498
+ {
1499
+ "name": "secondary-border",
1500
+ "cssVar": "--secondary-border",
1501
+ "type": "color",
1502
+ "description": "Secondary outline/border (brand-secondary-200, NEW token added 2026-04-30)",
1503
+ "light": "oklch(94.80% 0.0824 139.21)",
1504
+ "dark": "oklch(42.97% 0.0993 137.99)"
1505
+ },
1482
1506
  {
1483
1507
  "name": "secondary-foreground",
1484
1508
  "cssVar": "--secondary-foreground",
1485
1509
  "type": "color",
1486
- "description": "Text on secondary (brand-secondary-900)",
1487
- "light": "oklch(28.73% 0.0661 137.75)",
1510
+ "description": "Text on secondary (brand-secondary-950, Figma v2 canonical — was brand-secondary-900)",
1511
+ "light": "oklch(21.23% 0.0502 138.22)",
1488
1512
  "dark": "oklch(97.98% 0.0312 139.44)"
1489
1513
  },
1490
1514
  {
1491
1515
  "name": "secondary-hover",
1492
1516
  "cssVar": "--secondary-hover",
1493
1517
  "type": "color",
1494
- "description": "Secondary hover (brand-secondary-200)",
1495
- "light": "oklch(94.80% 0.0824 139.21)",
1518
+ "description": "Secondary hover (brand-secondary-600, Figma v2 canonical — was brand-secondary-200)",
1519
+ "light": "oklch(72.57% 0.1684 137.62)",
1496
1520
  "dark": "oklch(42.97% 0.0993 137.99)"
1497
1521
  },
1498
1522
  {
@@ -1731,15 +1755,15 @@
1731
1755
  "name": "success-border",
1732
1756
  "cssVar": "--success-border",
1733
1757
  "type": "color",
1734
- "description": "Positive validation border (green-600, WCAG 3.30:1 vs white)",
1735
- "light": "oklch(62.71% 0.1699 149.21)",
1758
+ "description": "Success outline/border (green-200, Figma v2 canonical — was green-600 saturated)",
1759
+ "light": "oklch(92.50% 0.0806 155.99)",
1736
1760
  "dark": "oklch(52.73% 0.1371 150.07)"
1737
1761
  },
1738
1762
  {
1739
1763
  "name": "success-foreground",
1740
1764
  "cssVar": "--success-foreground",
1741
1765
  "type": "color",
1742
- "description": "Text on success",
1766
+ "description": "Text on success (base.white)",
1743
1767
  "light": "oklch(100.00% 0.0000 0)",
1744
1768
  "dark": "oklch(100.00% 0.0000 0)"
1745
1769
  },
@@ -1752,8 +1776,8 @@
1752
1776
  "dark": "oklch(26.64% 0.0628 152.93)"
1753
1777
  },
1754
1778
  {
1755
- "name": "success-subtle-fg",
1756
- "cssVar": "--success-subtle-fg",
1779
+ "name": "success-subtle-foreground",
1780
+ "cssVar": "--success-subtle-foreground",
1757
1781
  "type": "color",
1758
1782
  "description": "Text/icons in success alerts (green-700)",
1759
1783
  "light": "oklch(52.73% 0.1371 150.07)",
@@ -1763,7 +1787,7 @@
1763
1787
  "name": "surface",
1764
1788
  "cssVar": "--surface",
1765
1789
  "type": "color",
1766
- "description": "Secondary layer (side panels, sidebars)",
1790
+ "description": "Secondary layer (neutral-50)",
1767
1791
  "light": "oklch(98.51% 0.0000 0)",
1768
1792
  "dark": "oklch(20.46% 0.0000 0)"
1769
1793
  },
@@ -1771,7 +1795,7 @@
1771
1795
  "name": "surface-foreground",
1772
1796
  "cssVar": "--surface-foreground",
1773
1797
  "type": "color",
1774
- "description": "Text on secondary surfaces",
1798
+ "description": "Text on secondary surfaces (neutral-900, used by Tabs trigger inactive)",
1775
1799
  "light": "oklch(20.46% 0.0000 0)",
1776
1800
  "dark": "oklch(97.02% 0.0000 0)"
1777
1801
  },
@@ -1779,23 +1803,23 @@
1779
1803
  "name": "warning",
1780
1804
  "cssVar": "--warning",
1781
1805
  "type": "color",
1782
- "description": "Attention alerts, pending states (yellow-600)",
1783
- "light": "oklch(68.06% 0.1423 75.83)",
1806
+ "description": "Attention alerts, pending states (yellow-400, Figma v2 canonical — was yellow-600). A11Y NOTE: yellow-400 + white foreground has low contrast; verify Badge/Button warning surfaces",
1807
+ "light": "oklch(86.06% 0.1731 91.94)",
1784
1808
  "dark": "oklch(79.52% 0.1617 86.05)"
1785
1809
  },
1786
1810
  {
1787
1811
  "name": "warning-border",
1788
1812
  "cssVar": "--warning-border",
1789
1813
  "type": "color",
1790
- "description": "Warning field border (amber-600, WCAG 3.19:1 vs white)",
1791
- "light": "oklch(66.58% 0.1574 58.32)",
1814
+ "description": "Warning outline/border (yellow-200, Figma v2 canonical — was amber-600 saturated)",
1815
+ "light": "oklch(94.51% 0.1243 101.54)",
1792
1816
  "dark": "oklch(55.38% 0.1207 66.44)"
1793
1817
  },
1794
1818
  {
1795
1819
  "name": "warning-foreground",
1796
1820
  "cssVar": "--warning-foreground",
1797
1821
  "type": "color",
1798
- "description": "Text on warning (dark for contrast)",
1822
+ "description": "Text on warning (base.white) see warning a11y note",
1799
1823
  "light": "oklch(100.00% 0.0000 0)",
1800
1824
  "dark": "oklch(100.00% 0.0000 0)"
1801
1825
  },
@@ -1808,8 +1832,8 @@
1808
1832
  "dark": "oklch(28.57% 0.0639 53.81)"
1809
1833
  },
1810
1834
  {
1811
- "name": "warning-subtle-fg",
1812
- "cssVar": "--warning-subtle-fg",
1835
+ "name": "warning-subtle-foreground",
1836
+ "cssVar": "--warning-subtle-foreground",
1813
1837
  "type": "color",
1814
1838
  "description": "Text/icons in warning alerts (yellow-700)",
1815
1839
  "light": "oklch(55.38% 0.1207 66.44)",
@@ -1997,13 +2021,13 @@
1997
2021
  "name": "heading-color-destructive",
1998
2022
  "cssVar": "--heading-color-destructive",
1999
2023
  "type": "color",
2000
- "value": "oklch(57.71% 0.2152 27.33)"
2024
+ "value": "oklch(63.68% 0.2078 25.33)"
2001
2025
  },
2002
2026
  {
2003
2027
  "name": "heading-color-muted",
2004
2028
  "cssVar": "--heading-color-muted",
2005
2029
  "type": "color",
2006
- "value": "oklch(71.55% 0.0000 0)"
2030
+ "value": "oklch(55.55% 0.0000 0)"
2007
2031
  },
2008
2032
  {
2009
2033
  "name": "heading-color-primary",
@@ -2189,7 +2213,7 @@
2189
2213
  "name": "text-color-muted",
2190
2214
  "cssVar": "--text-color-muted",
2191
2215
  "type": "color",
2192
- "value": "oklch(71.55% 0.0000 0)"
2216
+ "value": "oklch(55.55% 0.0000 0)"
2193
2217
  },
2194
2218
  {
2195
2219
  "name": "text-disabled",
@@ -2651,91 +2675,91 @@
2651
2675
  "name": "spacing-1",
2652
2676
  "cssVar": "--spacing-1",
2653
2677
  "type": "dimension",
2654
- "description": "Spacing alias (1 × 4px base)",
2678
+ "description": "Spacing alias 4px (1 × 4px base — refs primitives.spacing.s-4)",
2655
2679
  "value": "4px"
2656
2680
  },
2657
2681
  {
2658
2682
  "name": "spacing-12",
2659
2683
  "cssVar": "--spacing-12",
2660
2684
  "type": "dimension",
2661
- "description": "Spacing alias (12 × 4px base)",
2685
+ "description": "Spacing alias 48px (12 × 4px base — refs primitives.spacing.s-48)",
2662
2686
  "value": "48px"
2663
2687
  },
2664
2688
  {
2665
2689
  "name": "spacing-16",
2666
2690
  "cssVar": "--spacing-16",
2667
2691
  "type": "dimension",
2668
- "description": "Spacing alias (16 × 4px base)",
2692
+ "description": "Spacing alias 64px (16 × 4px base — refs primitives.spacing.s-64)",
2669
2693
  "value": "64px"
2670
2694
  },
2671
2695
  {
2672
2696
  "name": "spacing-2",
2673
2697
  "cssVar": "--spacing-2",
2674
2698
  "type": "dimension",
2675
- "description": "Spacing alias (2 × 4px base)",
2699
+ "description": "Spacing alias 8px (2 × 4px base — refs primitives.spacing.s-8)",
2676
2700
  "value": "8px"
2677
2701
  },
2678
2702
  {
2679
2703
  "name": "spacing-20",
2680
2704
  "cssVar": "--spacing-20",
2681
2705
  "type": "dimension",
2682
- "description": "Spacing alias (20 × 4px base)",
2706
+ "description": "Spacing alias 80px (20 × 4px base) — local-only, no Figma primitive (max is s-64)",
2683
2707
  "value": "80px"
2684
2708
  },
2685
2709
  {
2686
2710
  "name": "spacing-24",
2687
2711
  "cssVar": "--spacing-24",
2688
2712
  "type": "dimension",
2689
- "description": "Spacing alias (24 × 4px base)",
2713
+ "description": "Spacing alias 96px (24 × 4px base) — local-only",
2690
2714
  "value": "96px"
2691
2715
  },
2692
2716
  {
2693
2717
  "name": "spacing-32",
2694
2718
  "cssVar": "--spacing-32",
2695
2719
  "type": "dimension",
2696
- "description": "Spacing alias (32 × 4px base)",
2720
+ "description": "Spacing alias 128px (32 × 4px base) — local-only",
2697
2721
  "value": "128px"
2698
2722
  },
2699
2723
  {
2700
2724
  "name": "spacing-4",
2701
2725
  "cssVar": "--spacing-4",
2702
2726
  "type": "dimension",
2703
- "description": "Spacing alias (4 × 4px base)",
2727
+ "description": "Spacing alias 16px (4 × 4px base — refs primitives.spacing.s-16)",
2704
2728
  "value": "16px"
2705
2729
  },
2706
2730
  {
2707
2731
  "name": "spacing-40",
2708
2732
  "cssVar": "--spacing-40",
2709
2733
  "type": "dimension",
2710
- "description": "Spacing alias (40 × 4px base)",
2734
+ "description": "Spacing alias 160px (40 × 4px base) — local-only",
2711
2735
  "value": "160px"
2712
2736
  },
2713
2737
  {
2714
2738
  "name": "spacing-48",
2715
2739
  "cssVar": "--spacing-48",
2716
2740
  "type": "dimension",
2717
- "description": "Spacing alias (48 × 4px base)",
2741
+ "description": "Spacing alias 192px (48 × 4px base) — local-only",
2718
2742
  "value": "192px"
2719
2743
  },
2720
2744
  {
2721
2745
  "name": "spacing-56",
2722
2746
  "cssVar": "--spacing-56",
2723
2747
  "type": "dimension",
2724
- "description": "Spacing alias (56 × 4px base)",
2748
+ "description": "Spacing alias 224px (56 × 4px base) — local-only",
2725
2749
  "value": "224px"
2726
2750
  },
2727
2751
  {
2728
2752
  "name": "spacing-64",
2729
2753
  "cssVar": "--spacing-64",
2730
2754
  "type": "dimension",
2731
- "description": "Spacing alias (64 × 4px base)",
2755
+ "description": "Spacing alias 256px (64 × 4px base) — local-only",
2732
2756
  "value": "256px"
2733
2757
  },
2734
2758
  {
2735
2759
  "name": "spacing-8",
2736
2760
  "cssVar": "--spacing-8",
2737
2761
  "type": "dimension",
2738
- "description": "Spacing alias (8 × 4px base)",
2762
+ "description": "Spacing alias 32px (8 × 4px base — refs primitives.spacing.s-32)",
2739
2763
  "value": "32px"
2740
2764
  },
2741
2765
  {
@@ -3312,14 +3336,14 @@
3312
3336
  "name": "z-base",
3313
3337
  "cssVar": "--z-base",
3314
3338
  "type": "number",
3315
- "description": "Conteúdos padrão da interface.",
3339
+ "description": "Conteúdos padrão da interface (Figma v2 canonical).",
3316
3340
  "value": "0"
3317
3341
  },
3318
3342
  {
3319
3343
  "name": "z-dropdown",
3320
3344
  "cssVar": "--z-dropdown",
3321
3345
  "type": "number",
3322
- "description": "Menus dropdown e popovers.",
3346
+ "description": "Menus dropdown e popovers (Figma v2 canonical).",
3323
3347
  "value": "100"
3324
3348
  },
3325
3349
  {
@@ -3394,49 +3418,49 @@
3394
3418
  "name": "z-modal",
3395
3419
  "cssVar": "--z-modal",
3396
3420
  "type": "number",
3397
- "description": "Containers de modais.",
3421
+ "description": "Containers de modais (Figma v2 canonical).",
3398
3422
  "value": "400"
3399
3423
  },
3400
3424
  {
3401
3425
  "name": "z-overlay",
3402
3426
  "cssVar": "--z-overlay",
3403
3427
  "type": "number",
3404
- "description": "Overlay de fundo em modais.",
3428
+ "description": "Overlay de fundo em modais (Figma v2 canonical).",
3405
3429
  "value": "300"
3406
3430
  },
3407
3431
  {
3408
3432
  "name": "z-popover",
3409
3433
  "cssVar": "--z-popover",
3410
3434
  "type": "number",
3411
- "description": "Popovers complexos.",
3435
+ "description": "Popovers complexos (Figma v2 canonical).",
3412
3436
  "value": "500"
3413
3437
  },
3414
3438
  {
3415
3439
  "name": "z-raised",
3416
3440
  "cssVar": "--z-raised",
3417
3441
  "type": "number",
3418
- "description": "Elementos levemente elevados (cards, elementos sticky).",
3442
+ "description": "Elementos levemente elevados (cards, elementos sticky) — Figma v2 canonical.",
3419
3443
  "value": "10"
3420
3444
  },
3421
3445
  {
3422
3446
  "name": "z-sticky",
3423
3447
  "cssVar": "--z-sticky",
3424
3448
  "type": "number",
3425
- "description": "Elementos fixos como header ou sidebar.",
3449
+ "description": "Elementos fixos como header ou sidebar (Figma v2 canonical).",
3426
3450
  "value": "200"
3427
3451
  },
3428
3452
  {
3429
3453
  "name": "z-toast",
3430
3454
  "cssVar": "--z-toast",
3431
3455
  "type": "number",
3432
- "description": "Notificações e toasts.",
3456
+ "description": "Notificações e toasts (Figma v2 canonical).",
3433
3457
  "value": "700"
3434
3458
  },
3435
3459
  {
3436
3460
  "name": "z-tooltip",
3437
3461
  "cssVar": "--z-tooltip",
3438
3462
  "type": "number",
3439
- "description": "Tooltips.",
3463
+ "description": "Tooltips (Figma v2 canonical).",
3440
3464
  "value": "600"
3441
3465
  }
3442
3466
  ]
@@ -3786,13 +3810,13 @@
3786
3810
  "name": "alert-variant-destructive-border",
3787
3811
  "cssVar": "--alert-variant-destructive-border",
3788
3812
  "type": "color",
3789
- "value": "oklch(57.71% 0.2152 27.33)"
3813
+ "value": "oklch(63.68% 0.2078 25.33)"
3790
3814
  },
3791
3815
  {
3792
3816
  "name": "alert-variant-destructive-fg",
3793
3817
  "cssVar": "--alert-variant-destructive-fg",
3794
3818
  "type": "color",
3795
- "value": "oklch(57.71% 0.2152 27.33)"
3819
+ "value": "oklch(63.68% 0.2078 25.33)"
3796
3820
  },
3797
3821
  {
3798
3822
  "name": "asset-manager-grid-columns",
@@ -3858,7 +3882,7 @@
3858
3882
  "name": "autocomplete-content-fg",
3859
3883
  "cssVar": "--autocomplete-content-fg",
3860
3884
  "type": "color",
3861
- "value": "oklch(14.48% 0.0000 0)"
3885
+ "value": "oklch(20.46% 0.0000 0)"
3862
3886
  },
3863
3887
  {
3864
3888
  "name": "autocomplete-content-margin-top",
@@ -3880,7 +3904,7 @@
3880
3904
  "name": "autocomplete-empty-fg",
3881
3905
  "cssVar": "--autocomplete-empty-fg",
3882
3906
  "type": "color",
3883
- "value": "oklch(71.55% 0.0000 0)"
3907
+ "value": "oklch(55.55% 0.0000 0)"
3884
3908
  },
3885
3909
  {
3886
3910
  "name": "autocomplete-empty-padding",
@@ -4003,7 +4027,7 @@
4003
4027
  "name": "autocomplete-loading-fg",
4004
4028
  "cssVar": "--autocomplete-loading-fg",
4005
4029
  "type": "color",
4006
- "value": "oklch(71.55% 0.0000 0)"
4030
+ "value": "oklch(55.55% 0.0000 0)"
4007
4031
  },
4008
4032
  {
4009
4033
  "name": "autocomplete-loading-padding",
@@ -4032,7 +4056,7 @@
4032
4056
  "name": "avatar-fallback-bg-destructive",
4033
4057
  "cssVar": "--avatar-fallback-bg-destructive",
4034
4058
  "type": "color",
4035
- "value": "oklch(57.71% 0.2152 27.33)"
4059
+ "value": "oklch(63.68% 0.2078 25.33)"
4036
4060
  },
4037
4061
  {
4038
4062
  "name": "avatar-fallback-bg-primary",
@@ -4044,7 +4068,7 @@
4044
4068
  "name": "avatar-fallback-bg-secondary",
4045
4069
  "cssVar": "--avatar-fallback-bg-secondary",
4046
4070
  "type": "color",
4047
- "value": "oklch(97.98% 0.0312 139.44)"
4071
+ "value": "oklch(87.82% 0.2037 137.75)"
4048
4072
  },
4049
4073
  {
4050
4074
  "name": "avatar-fallback-bg-success",
@@ -4056,13 +4080,13 @@
4056
4080
  "name": "avatar-fallback-bg-warning",
4057
4081
  "cssVar": "--avatar-fallback-bg-warning",
4058
4082
  "type": "color",
4059
- "value": "oklch(68.06% 0.1423 75.83)"
4083
+ "value": "oklch(86.06% 0.1731 91.94)"
4060
4084
  },
4061
4085
  {
4062
4086
  "name": "avatar-fallback-text-default",
4063
4087
  "cssVar": "--avatar-fallback-text-default",
4064
4088
  "type": "color",
4065
- "value": "oklch(71.55% 0.0000 0)"
4089
+ "value": "oklch(55.55% 0.0000 0)"
4066
4090
  },
4067
4091
  {
4068
4092
  "name": "avatar-fallback-text-destructive",
@@ -4080,7 +4104,7 @@
4080
4104
  "name": "avatar-fallback-text-secondary",
4081
4105
  "cssVar": "--avatar-fallback-text-secondary",
4082
4106
  "type": "color",
4083
- "value": "oklch(28.73% 0.0661 137.75)"
4107
+ "value": "oklch(21.23% 0.0502 138.22)"
4084
4108
  },
4085
4109
  {
4086
4110
  "name": "avatar-fallback-text-success",
@@ -4182,13 +4206,13 @@
4182
4206
  "name": "badge-color-destructive-bg",
4183
4207
  "cssVar": "--badge-color-destructive-bg",
4184
4208
  "type": "color",
4185
- "value": "oklch(57.71% 0.2152 27.33)"
4209
+ "value": "oklch(63.68% 0.2078 25.33)"
4186
4210
  },
4187
4211
  {
4188
4212
  "name": "badge-color-destructive-border",
4189
4213
  "cssVar": "--badge-color-destructive-border",
4190
4214
  "type": "color",
4191
- "value": "oklch(57.71% 0.2152 27.33)"
4215
+ "value": "oklch(63.68% 0.2078 25.33)"
4192
4216
  },
4193
4217
  {
4194
4218
  "name": "badge-color-destructive-fg",
@@ -4236,7 +4260,7 @@
4236
4260
  "name": "badge-color-secondary-bg",
4237
4261
  "cssVar": "--badge-color-secondary-bg",
4238
4262
  "type": "color",
4239
- "value": "oklch(97.98% 0.0312 139.44)"
4263
+ "value": "oklch(87.82% 0.2037 137.75)"
4240
4264
  },
4241
4265
  {
4242
4266
  "name": "badge-color-secondary-border",
@@ -4248,7 +4272,7 @@
4248
4272
  "name": "badge-color-secondary-fg",
4249
4273
  "cssVar": "--badge-color-secondary-fg",
4250
4274
  "type": "color",
4251
- "value": "oklch(28.73% 0.0661 137.75)"
4275
+ "value": "oklch(21.23% 0.0502 138.22)"
4252
4276
  },
4253
4277
  {
4254
4278
  "name": "badge-radius-default",
@@ -4421,7 +4445,7 @@
4421
4445
  "name": "breadcrumb-list-text",
4422
4446
  "cssVar": "--breadcrumb-list-text",
4423
4447
  "type": "color",
4424
- "value": "oklch(71.55% 0.0000 0)"
4448
+ "value": "oklch(55.55% 0.0000 0)"
4425
4449
  },
4426
4450
  {
4427
4451
  "name": "breadcrumb-page-text",
@@ -4481,7 +4505,7 @@
4481
4505
  "name": "button-disabled-fg",
4482
4506
  "cssVar": "--button-disabled-fg",
4483
4507
  "type": "color",
4484
- "value": "oklch(71.55% 0.0000 0)"
4508
+ "value": "oklch(55.55% 0.0000 0)"
4485
4509
  },
4486
4510
  {
4487
4511
  "name": "button-group-item-background",
@@ -4575,7 +4599,7 @@
4575
4599
  "name": "button-link-gray-fg-default",
4576
4600
  "cssVar": "--button-link-gray-fg-default",
4577
4601
  "type": "color",
4578
- "value": "oklch(71.55% 0.0000 0)"
4602
+ "value": "oklch(55.55% 0.0000 0)"
4579
4603
  },
4580
4604
  {
4581
4605
  "name": "button-link-gray-fg-hover",
@@ -4593,7 +4617,7 @@
4593
4617
  "name": "button-primary-bg-hover",
4594
4618
  "cssVar": "--button-primary-bg-hover",
4595
4619
  "type": "color",
4596
- "value": "oklch(72.03% 0.1822 150.05)"
4620
+ "value": "oklch(69.20% 0.1533 159.90)"
4597
4621
  },
4598
4622
  {
4599
4623
  "name": "button-primary-border-default",
@@ -4605,7 +4629,7 @@
4605
4629
  "name": "button-primary-border-hover",
4606
4630
  "cssVar": "--button-primary-border-hover",
4607
4631
  "type": "color",
4608
- "value": "oklch(72.03% 0.1822 150.05)"
4632
+ "value": "oklch(69.20% 0.1533 159.90)"
4609
4633
  },
4610
4634
  {
4611
4635
  "name": "button-primary-fg-default",
@@ -4983,7 +5007,7 @@
4983
5007
  "name": "button-tertiary-gray-fg-default",
4984
5008
  "cssVar": "--button-tertiary-gray-fg-default",
4985
5009
  "type": "color",
4986
- "value": "oklch(71.55% 0.0000 0)"
5010
+ "value": "oklch(55.55% 0.0000 0)"
4987
5011
  },
4988
5012
  {
4989
5013
  "name": "button-tertiary-gray-fg-hover",
@@ -5149,7 +5173,7 @@
5149
5173
  "name": "card-description-color",
5150
5174
  "cssVar": "--card-description-color",
5151
5175
  "type": "color",
5152
- "value": "oklch(71.55% 0.0000 0)"
5176
+ "value": "oklch(55.55% 0.0000 0)"
5153
5177
  },
5154
5178
  {
5155
5179
  "name": "card-description-text-size",
@@ -5447,7 +5471,7 @@
5447
5471
  "name": "color-mobile",
5448
5472
  "cssVar": "--color-mobile",
5449
5473
  "type": "color",
5450
- "value": "oklch(66.68% 0.2591 322.15)"
5474
+ "value": "oklch(65.95% 0.2608 320.32)"
5451
5475
  },
5452
5476
  {
5453
5477
  "name": "color-other",
@@ -5507,7 +5531,7 @@
5507
5531
  "name": "color-safari",
5508
5532
  "cssVar": "--color-safari",
5509
5533
  "type": "color",
5510
- "value": "oklch(66.68% 0.2591 322.15)"
5534
+ "value": "oklch(65.95% 0.2608 320.32)"
5511
5535
  },
5512
5536
  {
5513
5537
  "name": "combobox-content-bg",
@@ -5525,7 +5549,7 @@
5525
5549
  "name": "combobox-content-fg",
5526
5550
  "cssVar": "--combobox-content-fg",
5527
5551
  "type": "color",
5528
- "value": "oklch(14.48% 0.0000 0)"
5552
+ "value": "oklch(20.46% 0.0000 0)"
5529
5553
  },
5530
5554
  {
5531
5555
  "name": "combobox-content-min-width",
@@ -6205,7 +6229,7 @@
6205
6229
  "name": "datatable-error-state-icon-color",
6206
6230
  "cssVar": "--datatable-error-state-icon-color",
6207
6231
  "type": "color",
6208
- "value": "oklch(57.71% 0.2152 27.33)"
6232
+ "value": "oklch(63.68% 0.2078 25.33)"
6209
6233
  },
6210
6234
  {
6211
6235
  "name": "datatable-error-state-icon-size",
@@ -6235,7 +6259,7 @@
6235
6259
  "name": "datatable-pagination-info-color",
6236
6260
  "cssVar": "--datatable-pagination-info-color",
6237
6261
  "type": "color",
6238
- "value": "oklch(71.55% 0.0000 0)"
6262
+ "value": "oklch(55.55% 0.0000 0)"
6239
6263
  },
6240
6264
  {
6241
6265
  "name": "datatable-pagination-info-size",
@@ -6319,7 +6343,7 @@
6319
6343
  "name": "datatable-toolbar-search-icon-color",
6320
6344
  "cssVar": "--datatable-toolbar-search-icon-color",
6321
6345
  "type": "color",
6322
- "value": "oklch(71.55% 0.0000 0)"
6346
+ "value": "oklch(55.55% 0.0000 0)"
6323
6347
  },
6324
6348
  {
6325
6349
  "name": "datatable-toolbar-search-icon-left",
@@ -6497,13 +6521,13 @@
6497
6521
  "name": "divider-content-bg-fill",
6498
6522
  "cssVar": "--divider-content-bg-fill",
6499
6523
  "type": "color",
6500
- "value": "oklch(97.98% 0.0312 139.44)"
6524
+ "value": "oklch(87.82% 0.2037 137.75)"
6501
6525
  },
6502
6526
  {
6503
6527
  "name": "divider-content-text-default",
6504
6528
  "cssVar": "--divider-content-text-default",
6505
6529
  "type": "color",
6506
- "value": "oklch(71.55% 0.0000 0)"
6530
+ "value": "oklch(55.55% 0.0000 0)"
6507
6531
  },
6508
6532
  {
6509
6533
  "name": "divider-content-text-heading",
@@ -6539,7 +6563,7 @@
6539
6563
  "name": "drag-and-drop-handle-color",
6540
6564
  "cssVar": "--drag-and-drop-handle-color",
6541
6565
  "type": "color",
6542
- "value": "oklch(71.55% 0.0000 0)"
6566
+ "value": "oklch(55.55% 0.0000 0)"
6543
6567
  },
6544
6568
  {
6545
6569
  "name": "drag-and-drop-handle-color-hover",
@@ -6816,7 +6840,7 @@
6816
6840
  "name": "feed-content-description-color",
6817
6841
  "cssVar": "--feed-content-description-color",
6818
6842
  "type": "color",
6819
- "value": "oklch(71.55% 0.0000 0)"
6843
+ "value": "oklch(55.55% 0.0000 0)"
6820
6844
  },
6821
6845
  {
6822
6846
  "name": "feed-content-description-size",
@@ -6839,7 +6863,7 @@
6839
6863
  "name": "feed-icon-color",
6840
6864
  "cssVar": "--feed-icon-color",
6841
6865
  "type": "color",
6842
- "value": "oklch(71.55% 0.0000 0)"
6866
+ "value": "oklch(55.55% 0.0000 0)"
6843
6867
  },
6844
6868
  {
6845
6869
  "name": "feed-icon-radius",
@@ -6905,7 +6929,7 @@
6905
6929
  "name": "feed-timestamp-color",
6906
6930
  "cssVar": "--feed-timestamp-color",
6907
6931
  "type": "color",
6908
- "value": "oklch(71.55% 0.0000 0)"
6932
+ "value": "oklch(55.55% 0.0000 0)"
6909
6933
  },
6910
6934
  {
6911
6935
  "name": "feed-timestamp-size",
@@ -6929,7 +6953,7 @@
6929
6953
  "name": "file-upload-dropzone-border-color",
6930
6954
  "cssVar": "--file-upload-dropzone-border-color",
6931
6955
  "type": "color",
6932
- "value": "oklch(71.55% 0.0000 0)"
6956
+ "value": "oklch(55.55% 0.0000 0)"
6933
6957
  },
6934
6958
  {
6935
6959
  "name": "file-upload-dropzone-border-style",
@@ -6964,7 +6988,7 @@
6964
6988
  "name": "file-upload-icon-color",
6965
6989
  "cssVar": "--file-upload-icon-color",
6966
6990
  "type": "color",
6967
- "value": "oklch(71.55% 0.0000 0)"
6991
+ "value": "oklch(55.55% 0.0000 0)"
6968
6992
  },
6969
6993
  {
6970
6994
  "name": "file-upload-icon-size",
@@ -7042,7 +7066,7 @@
7042
7066
  "name": "form-error-fg",
7043
7067
  "cssVar": "--form-error-fg",
7044
7068
  "type": "color",
7045
- "value": "oklch(57.71% 0.2152 27.33)"
7069
+ "value": "oklch(63.68% 0.2078 25.33)"
7046
7070
  },
7047
7071
  {
7048
7072
  "name": "form-error-size",
@@ -7054,7 +7078,7 @@
7054
7078
  "name": "form-helper-fg",
7055
7079
  "cssVar": "--form-helper-fg",
7056
7080
  "type": "color",
7057
- "value": "oklch(71.55% 0.0000 0)"
7081
+ "value": "oklch(55.55% 0.0000 0)"
7058
7082
  },
7059
7083
  {
7060
7084
  "name": "form-helper-margin-top",
@@ -7148,13 +7172,13 @@
7148
7172
  "name": "icon-color-destructive",
7149
7173
  "cssVar": "--icon-color-destructive",
7150
7174
  "type": "color",
7151
- "value": "oklch(57.71% 0.2152 27.33)"
7175
+ "value": "oklch(63.68% 0.2078 25.33)"
7152
7176
  },
7153
7177
  {
7154
7178
  "name": "icon-color-muted",
7155
7179
  "cssVar": "--icon-color-muted",
7156
7180
  "type": "color",
7157
- "value": "oklch(71.55% 0.0000 0)"
7181
+ "value": "oklch(55.55% 0.0000 0)"
7158
7182
  },
7159
7183
  {
7160
7184
  "name": "icon-color-primary",
@@ -7172,7 +7196,7 @@
7172
7196
  "name": "icon-color-warning",
7173
7197
  "cssVar": "--icon-color-warning",
7174
7198
  "type": "color",
7175
- "value": "oklch(68.06% 0.1423 75.83)"
7199
+ "value": "oklch(86.06% 0.1731 91.94)"
7176
7200
  },
7177
7201
  {
7178
7202
  "name": "image-rounded-circle",
@@ -7250,7 +7274,7 @@
7250
7274
  "name": "input-border-error",
7251
7275
  "cssVar": "--input-border-error",
7252
7276
  "type": "color",
7253
- "value": "oklch(57.71% 0.2152 27.33)"
7277
+ "value": "oklch(63.68% 0.2078 25.33)"
7254
7278
  },
7255
7279
  {
7256
7280
  "name": "input-border-focus",
@@ -7274,19 +7298,19 @@
7274
7298
  "name": "input-fg-disabled",
7275
7299
  "cssVar": "--input-fg-disabled",
7276
7300
  "type": "color",
7277
- "value": "oklch(71.55% 0.0000 0)"
7301
+ "value": "oklch(55.55% 0.0000 0)"
7278
7302
  },
7279
7303
  {
7280
7304
  "name": "input-fg-icon",
7281
7305
  "cssVar": "--input-fg-icon",
7282
7306
  "type": "color",
7283
- "value": "oklch(71.55% 0.0000 0)"
7307
+ "value": "oklch(55.55% 0.0000 0)"
7284
7308
  },
7285
7309
  {
7286
7310
  "name": "input-fg-placeholder",
7287
7311
  "cssVar": "--input-fg-placeholder",
7288
7312
  "type": "color",
7289
- "value": "oklch(71.55% 0.0000 0)"
7313
+ "value": "oklch(55.55% 0.0000 0)"
7290
7314
  },
7291
7315
  {
7292
7316
  "name": "input-icon-padding-lg",
@@ -7864,13 +7888,13 @@
7864
7888
  "name": "kpi-card-sparkline-down",
7865
7889
  "cssVar": "--kpi-card-sparkline-down",
7866
7890
  "type": "color",
7867
- "value": "oklch(57.71% 0.2152 27.33)"
7891
+ "value": "oklch(63.68% 0.2078 25.33)"
7868
7892
  },
7869
7893
  {
7870
7894
  "name": "kpi-card-sparkline-neutral",
7871
7895
  "cssVar": "--kpi-card-sparkline-neutral",
7872
7896
  "type": "color",
7873
- "value": "oklch(71.55% 0.0000 0)"
7897
+ "value": "oklch(55.55% 0.0000 0)"
7874
7898
  },
7875
7899
  {
7876
7900
  "name": "kpi-card-sparkline-opacity",
@@ -7888,13 +7912,13 @@
7888
7912
  "name": "kpi-card-trend-down",
7889
7913
  "cssVar": "--kpi-card-trend-down",
7890
7914
  "type": "color",
7891
- "value": "oklch(57.71% 0.2152 27.33)"
7915
+ "value": "oklch(63.68% 0.2078 25.33)"
7892
7916
  },
7893
7917
  {
7894
7918
  "name": "kpi-card-trend-neutral",
7895
7919
  "cssVar": "--kpi-card-trend-neutral",
7896
7920
  "type": "color",
7897
- "value": "oklch(71.55% 0.0000 0)"
7921
+ "value": "oklch(55.55% 0.0000 0)"
7898
7922
  },
7899
7923
  {
7900
7924
  "name": "kpi-card-trend-up",
@@ -8455,7 +8479,7 @@
8455
8479
  "name": "multiselect-content-fg",
8456
8480
  "cssVar": "--multiselect-content-fg",
8457
8481
  "type": "color",
8458
- "value": "oklch(14.48% 0.0000 0)"
8482
+ "value": "oklch(20.46% 0.0000 0)"
8459
8483
  },
8460
8484
  {
8461
8485
  "name": "multiselect-content-radius",
@@ -8478,7 +8502,7 @@
8478
8502
  "name": "multiselect-empty-fg",
8479
8503
  "cssVar": "--multiselect-empty-fg",
8480
8504
  "type": "color",
8481
- "value": "oklch(71.55% 0.0000 0)"
8505
+ "value": "oklch(55.55% 0.0000 0)"
8482
8506
  },
8483
8507
  {
8484
8508
  "name": "multiselect-empty-padding-y",
@@ -8534,13 +8558,13 @@
8534
8558
  "name": "multiselect-tag-bg",
8535
8559
  "cssVar": "--multiselect-tag-bg",
8536
8560
  "type": "color",
8537
- "value": "oklch(97.98% 0.0312 139.44)"
8561
+ "value": "oklch(87.82% 0.2037 137.75)"
8538
8562
  },
8539
8563
  {
8540
8564
  "name": "multiselect-tag-fg",
8541
8565
  "cssVar": "--multiselect-tag-fg",
8542
8566
  "type": "color",
8543
- "value": "oklch(28.73% 0.0661 137.75)"
8567
+ "value": "oklch(21.23% 0.0502 138.22)"
8544
8568
  },
8545
8569
  {
8546
8570
  "name": "multiselect-tag-padding-x-lg",
@@ -8720,7 +8744,7 @@
8720
8744
  "name": "navigation-menu-content-text",
8721
8745
  "cssVar": "--navigation-menu-content-text",
8722
8746
  "type": "color",
8723
- "value": "oklch(14.48% 0.0000 0)"
8747
+ "value": "oklch(20.46% 0.0000 0)"
8724
8748
  },
8725
8749
  {
8726
8750
  "name": "navigation-menu-indicator-bg",
@@ -8756,7 +8780,7 @@
8756
8780
  "name": "navigation-menu-viewport-text",
8757
8781
  "cssVar": "--navigation-menu-viewport-text",
8758
8782
  "type": "color",
8759
- "value": "oklch(14.48% 0.0000 0)"
8783
+ "value": "oklch(20.46% 0.0000 0)"
8760
8784
  },
8761
8785
  {
8762
8786
  "name": "notification-bg-hover",
@@ -8786,7 +8810,7 @@
8786
8810
  "name": "notification-dot-color-error",
8787
8811
  "cssVar": "--notification-dot-color-error",
8788
8812
  "type": "color",
8789
- "value": "oklch(57.71% 0.2152 27.33)"
8813
+ "value": "oklch(63.68% 0.2078 25.33)"
8790
8814
  },
8791
8815
  {
8792
8816
  "name": "notification-dot-color-info",
@@ -8804,7 +8828,7 @@
8804
8828
  "name": "notification-dot-color-warning",
8805
8829
  "cssVar": "--notification-dot-color-warning",
8806
8830
  "type": "color",
8807
- "value": "oklch(68.06% 0.1423 75.83)"
8831
+ "value": "oklch(86.06% 0.1731 91.94)"
8808
8832
  },
8809
8833
  {
8810
8834
  "name": "notification-dot-left",
@@ -8943,7 +8967,7 @@
8943
8967
  "name": "payment-input-icon-color",
8944
8968
  "cssVar": "--payment-input-icon-color",
8945
8969
  "type": "color",
8946
- "value": "oklch(71.55% 0.0000 0)"
8970
+ "value": "oklch(55.55% 0.0000 0)"
8947
8971
  },
8948
8972
  {
8949
8973
  "name": "payment-input-icon-color-active",
@@ -9027,7 +9051,7 @@
9027
9051
  "name": "popover-content-foreground",
9028
9052
  "cssVar": "--popover-content-foreground",
9029
9053
  "type": "color",
9030
- "value": "oklch(14.48% 0.0000 0)"
9054
+ "value": "oklch(20.46% 0.0000 0)"
9031
9055
  },
9032
9056
  {
9033
9057
  "name": "popover-content-padding",
@@ -9062,7 +9086,7 @@
9062
9086
  "name": "popover-fg",
9063
9087
  "cssVar": "--popover-fg",
9064
9088
  "type": "color",
9065
- "value": "oklch(14.48% 0.0000 0)"
9089
+ "value": "oklch(20.46% 0.0000 0)"
9066
9090
  },
9067
9091
  {
9068
9092
  "name": "popover-radius",
@@ -9128,7 +9152,7 @@
9128
9152
  "name": "progress-bar-fill-color-error",
9129
9153
  "cssVar": "--progress-bar-fill-color-error",
9130
9154
  "type": "color",
9131
- "value": "oklch(57.71% 0.2152 27.33)"
9155
+ "value": "oklch(63.68% 0.2078 25.33)"
9132
9156
  },
9133
9157
  {
9134
9158
  "name": "progress-bar-fill-color-primary",
@@ -9146,7 +9170,7 @@
9146
9170
  "name": "progress-bar-fill-color-warning",
9147
9171
  "cssVar": "--progress-bar-fill-color-warning",
9148
9172
  "type": "color",
9149
- "value": "oklch(68.06% 0.1423 75.83)"
9173
+ "value": "oklch(86.06% 0.1731 91.94)"
9150
9174
  },
9151
9175
  {
9152
9176
  "name": "progress-bar-indicator-border-radius",
@@ -9181,7 +9205,7 @@
9181
9205
  "name": "progress-bar-label-position-bottom-color",
9182
9206
  "cssVar": "--progress-bar-label-position-bottom-color",
9183
9207
  "type": "color",
9184
- "value": "oklch(71.55% 0.0000 0)"
9208
+ "value": "oklch(55.55% 0.0000 0)"
9185
9209
  },
9186
9210
  {
9187
9211
  "name": "progress-bar-label-position-bottom-margin-top",
@@ -9285,7 +9309,7 @@
9285
9309
  "name": "progress-bar-track-color-error",
9286
9310
  "cssVar": "--progress-bar-track-color-error",
9287
9311
  "type": "color",
9288
- "value": "oklch(57.71% 0.2152 27.33)"
9312
+ "value": "oklch(63.68% 0.2078 25.33)"
9289
9313
  },
9290
9314
  {
9291
9315
  "name": "progress-bar-track-color-primary",
@@ -9303,7 +9327,7 @@
9303
9327
  "name": "progress-bar-track-color-warning",
9304
9328
  "cssVar": "--progress-bar-track-color-warning",
9305
9329
  "type": "color",
9306
- "value": "oklch(68.06% 0.1423 75.83)"
9330
+ "value": "oklch(86.06% 0.1731 91.94)"
9307
9331
  },
9308
9332
  {
9309
9333
  "name": "progress-circle-indicator-color-default",
@@ -9315,7 +9339,7 @@
9315
9339
  "name": "progress-circle-indicator-color-error",
9316
9340
  "cssVar": "--progress-circle-indicator-color-error",
9317
9341
  "type": "color",
9318
- "value": "oklch(57.71% 0.2152 27.33)"
9342
+ "value": "oklch(63.68% 0.2078 25.33)"
9319
9343
  },
9320
9344
  {
9321
9345
  "name": "progress-circle-indicator-color-primary",
@@ -9333,7 +9357,7 @@
9333
9357
  "name": "progress-circle-indicator-color-warning",
9334
9358
  "cssVar": "--progress-circle-indicator-color-warning",
9335
9359
  "type": "color",
9336
- "value": "oklch(68.06% 0.1423 75.83)"
9360
+ "value": "oklch(86.06% 0.1731 91.94)"
9337
9361
  },
9338
9362
  {
9339
9363
  "name": "progress-circle-indicator-transition",
@@ -9344,7 +9368,7 @@
9344
9368
  "name": "progress-circle-label-color",
9345
9369
  "cssVar": "--progress-circle-label-color",
9346
9370
  "type": "color",
9347
- "value": "oklch(71.55% 0.0000 0)"
9371
+ "value": "oklch(55.55% 0.0000 0)"
9348
9372
  },
9349
9373
  {
9350
9374
  "name": "progress-circle-size-lg-diameter",
@@ -9416,7 +9440,7 @@
9416
9440
  "name": "progress-circle-track-color-error",
9417
9441
  "cssVar": "--progress-circle-track-color-error",
9418
9442
  "type": "color",
9419
- "value": "oklch(57.71% 0.2152 27.33)"
9443
+ "value": "oklch(63.68% 0.2078 25.33)"
9420
9444
  },
9421
9445
  {
9422
9446
  "name": "progress-circle-track-color-primary",
@@ -9434,7 +9458,7 @@
9434
9458
  "name": "progress-circle-track-color-warning",
9435
9459
  "cssVar": "--progress-circle-track-color-warning",
9436
9460
  "type": "color",
9437
- "value": "oklch(68.06% 0.1423 75.83)"
9461
+ "value": "oklch(86.06% 0.1731 91.94)"
9438
9462
  },
9439
9463
  {
9440
9464
  "name": "progress-circle-value-color",
@@ -9570,7 +9594,7 @@
9570
9594
  "name": "rating-icon-color-filled",
9571
9595
  "cssVar": "--rating-icon-color-filled",
9572
9596
  "type": "color",
9573
- "value": "oklch(68.06% 0.1423 75.83)"
9597
+ "value": "oklch(86.06% 0.1731 91.94)"
9574
9598
  },
9575
9599
  {
9576
9600
  "name": "rating-icon-size-lg",
@@ -9787,7 +9811,7 @@
9787
9811
  "name": "select-content-fg",
9788
9812
  "cssVar": "--select-content-fg",
9789
9813
  "type": "color",
9790
- "value": "oklch(14.48% 0.0000 0)"
9814
+ "value": "oklch(20.46% 0.0000 0)"
9791
9815
  },
9792
9816
  {
9793
9817
  "name": "select-content-min-width",
@@ -10043,7 +10067,7 @@
10043
10067
  "name": "single-stat-label-color",
10044
10068
  "cssVar": "--single-stat-label-color",
10045
10069
  "type": "color",
10046
- "value": "oklch(71.55% 0.0000 0)"
10070
+ "value": "oklch(55.55% 0.0000 0)"
10047
10071
  },
10048
10072
  {
10049
10073
  "name": "single-stat-label-size",
@@ -10326,7 +10350,7 @@
10326
10350
  "name": "slider-track-bg",
10327
10351
  "cssVar": "--slider-track-bg",
10328
10352
  "type": "color",
10329
- "value": "oklch(97.98% 0.0312 139.44)"
10353
+ "value": "oklch(87.82% 0.2037 137.75)"
10330
10354
  },
10331
10355
  {
10332
10356
  "name": "slider-track-height-lg",
@@ -10391,13 +10415,13 @@
10391
10415
  "name": "spinner-color-default",
10392
10416
  "cssVar": "--spinner-color-default",
10393
10417
  "type": "color",
10394
- "value": "oklch(71.55% 0.0000 0)"
10418
+ "value": "oklch(55.55% 0.0000 0)"
10395
10419
  },
10396
10420
  {
10397
10421
  "name": "spinner-color-error",
10398
10422
  "cssVar": "--spinner-color-error",
10399
10423
  "type": "color",
10400
- "value": "oklch(57.71% 0.2152 27.33)"
10424
+ "value": "oklch(63.68% 0.2078 25.33)"
10401
10425
  },
10402
10426
  {
10403
10427
  "name": "spinner-color-primary",
@@ -10409,7 +10433,7 @@
10409
10433
  "name": "spinner-color-secondary",
10410
10434
  "cssVar": "--spinner-color-secondary",
10411
10435
  "type": "color",
10412
- "value": "oklch(28.73% 0.0661 137.75)"
10436
+ "value": "oklch(21.23% 0.0502 138.22)"
10413
10437
  },
10414
10438
  {
10415
10439
  "name": "spinner-color-success",
@@ -10421,7 +10445,7 @@
10421
10445
  "name": "spinner-color-warning",
10422
10446
  "cssVar": "--spinner-color-warning",
10423
10447
  "type": "color",
10424
- "value": "oklch(68.06% 0.1423 75.83)"
10448
+ "value": "oklch(86.06% 0.1731 91.94)"
10425
10449
  },
10426
10450
  {
10427
10451
  "name": "spinner-gradient-end",
@@ -10627,7 +10651,7 @@
10627
10651
  "name": "status-indicator-dot-color-error",
10628
10652
  "cssVar": "--status-indicator-dot-color-error",
10629
10653
  "type": "color",
10630
- "value": "oklch(57.71% 0.2152 27.33)"
10654
+ "value": "oklch(63.68% 0.2078 25.33)"
10631
10655
  },
10632
10656
  {
10633
10657
  "name": "status-indicator-dot-color-info",
@@ -10639,7 +10663,7 @@
10639
10663
  "name": "status-indicator-dot-color-neutral",
10640
10664
  "cssVar": "--status-indicator-dot-color-neutral",
10641
10665
  "type": "color",
10642
- "value": "oklch(71.55% 0.0000 0)"
10666
+ "value": "oklch(55.55% 0.0000 0)"
10643
10667
  },
10644
10668
  {
10645
10669
  "name": "status-indicator-dot-color-success",
@@ -10651,7 +10675,7 @@
10651
10675
  "name": "status-indicator-dot-color-warning",
10652
10676
  "cssVar": "--status-indicator-dot-color-warning",
10653
10677
  "type": "color",
10654
- "value": "oklch(68.06% 0.1423 75.83)"
10678
+ "value": "oklch(86.06% 0.1731 91.94)"
10655
10679
  },
10656
10680
  {
10657
10681
  "name": "status-indicator-dot-size-default",
@@ -10765,7 +10789,7 @@
10765
10789
  "name": "stepper-indicator-color-inactive",
10766
10790
  "cssVar": "--stepper-indicator-color-inactive",
10767
10791
  "type": "color",
10768
- "value": "oklch(71.55% 0.0000 0)"
10792
+ "value": "oklch(55.55% 0.0000 0)"
10769
10793
  },
10770
10794
  {
10771
10795
  "name": "stepper-indicator-font-size",
@@ -10961,7 +10985,7 @@
10961
10985
  "name": "table-caption-fg",
10962
10986
  "cssVar": "--table-caption-fg",
10963
10987
  "type": "color",
10964
- "value": "oklch(71.55% 0.0000 0)"
10988
+ "value": "oklch(55.55% 0.0000 0)"
10965
10989
  },
10966
10990
  {
10967
10991
  "name": "table-caption-margin-top",
@@ -11021,7 +11045,7 @@
11021
11045
  "name": "table-header-fg",
11022
11046
  "cssVar": "--table-header-fg",
11023
11047
  "type": "color",
11024
- "value": "oklch(71.55% 0.0000 0)"
11048
+ "value": "oklch(55.55% 0.0000 0)"
11025
11049
  },
11026
11050
  {
11027
11051
  "name": "table-header-height",
@@ -11066,7 +11090,7 @@
11066
11090
  "name": "tabs-list-fg",
11067
11091
  "cssVar": "--tabs-list-fg",
11068
11092
  "type": "color",
11069
- "value": "oklch(71.55% 0.0000 0)"
11093
+ "value": "oklch(55.55% 0.0000 0)"
11070
11094
  },
11071
11095
  {
11072
11096
  "name": "tabs-list-height",
@@ -11395,13 +11419,13 @@
11395
11419
  "name": "tags-input-tag-background",
11396
11420
  "cssVar": "--tags-input-tag-background",
11397
11421
  "type": "color",
11398
- "value": "oklch(97.98% 0.0312 139.44)"
11422
+ "value": "oklch(87.82% 0.2037 137.75)"
11399
11423
  },
11400
11424
  {
11401
11425
  "name": "tags-input-tag-foreground",
11402
11426
  "cssVar": "--tags-input-tag-foreground",
11403
11427
  "type": "color",
11404
- "value": "oklch(28.73% 0.0661 137.75)"
11428
+ "value": "oklch(21.23% 0.0502 138.22)"
11405
11429
  },
11406
11430
  {
11407
11431
  "name": "tags-input-tag-gap",
@@ -11545,7 +11569,7 @@
11545
11569
  "name": "textarea-border-error",
11546
11570
  "cssVar": "--textarea-border-error",
11547
11571
  "type": "color",
11548
- "value": "oklch(57.71% 0.2152 27.33)"
11572
+ "value": "oklch(63.68% 0.2078 25.33)"
11549
11573
  },
11550
11574
  {
11551
11575
  "name": "textarea-border-focus",
@@ -11569,13 +11593,13 @@
11569
11593
  "name": "textarea-fg-disabled",
11570
11594
  "cssVar": "--textarea-fg-disabled",
11571
11595
  "type": "color",
11572
- "value": "oklch(71.55% 0.0000 0)"
11596
+ "value": "oklch(55.55% 0.0000 0)"
11573
11597
  },
11574
11598
  {
11575
11599
  "name": "textarea-fg-placeholder",
11576
11600
  "cssVar": "--textarea-fg-placeholder",
11577
11601
  "type": "color",
11578
- "value": "oklch(71.55% 0.0000 0)"
11602
+ "value": "oklch(55.55% 0.0000 0)"
11579
11603
  },
11580
11604
  {
11581
11605
  "name": "textarea-radius",
@@ -12080,7 +12104,7 @@
12080
12104
  "name": "toggle-variant-default-color-default",
12081
12105
  "cssVar": "--toggle-variant-default-color-default",
12082
12106
  "type": "color",
12083
- "value": "oklch(71.55% 0.0000 0)"
12107
+ "value": "oklch(55.55% 0.0000 0)"
12084
12108
  },
12085
12109
  {
12086
12110
  "name": "toggle-variant-default-color-hover",
@@ -12152,7 +12176,7 @@
12152
12176
  "name": "toolbar-button-foreground-muted",
12153
12177
  "cssVar": "--toolbar-button-foreground-muted",
12154
12178
  "type": "color",
12155
- "value": "oklch(71.55% 0.0000 0)"
12179
+ "value": "oklch(55.55% 0.0000 0)"
12156
12180
  },
12157
12181
  {
12158
12182
  "name": "toolbar-button-height",