@k8slens/lds-tokens 0.36.0 → 0.36.1

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.
Files changed (59) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +62 -60
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +76 -74
  5. package/lib/electron/font-face.css +1 -1
  6. package/lib/electron/icons/action.js +1 -1
  7. package/lib/electron/icons/base.js +1 -1
  8. package/lib/electron/icons/idp.js +1 -1
  9. package/lib/electron/icons/misc.js +1 -1
  10. package/lib/electron/icons/navigation.js +1 -1
  11. package/lib/electron/images/index.js +1 -1
  12. package/lib/electron/tokens.base.css +1 -1
  13. package/lib/electron/tokens.base.js +1 -1
  14. package/lib/electron/tokens.base.ts +1 -1
  15. package/lib/electron/tokens.carousel.css +1 -1
  16. package/lib/electron/tokens.colors.css +4 -4
  17. package/lib/electron/tokens.colors.js +22 -22
  18. package/lib/electron/tokens.colors.ts +22 -22
  19. package/lib/electron/tokens.core.css +1 -1
  20. package/lib/electron/tokens.dark.css +1 -1
  21. package/lib/electron/tokens.dark.js +15 -15
  22. package/lib/electron/tokens.dark.scoped.css +15 -15
  23. package/lib/electron/tokens.dark.ts +15 -15
  24. package/lib/electron/tokens.form.css +1 -1
  25. package/lib/electron/tokens.light.css +1 -1
  26. package/lib/electron/tokens.light.js +23 -23
  27. package/lib/electron/tokens.light.scoped.css +23 -23
  28. package/lib/electron/tokens.light.ts +23 -23
  29. package/lib/electron/tokens.tips.css +1 -1
  30. package/lib/web/colors/dark.js +18 -18
  31. package/lib/web/colors/light.js +18 -18
  32. package/lib/web/font-imports.css +1 -1
  33. package/lib/web/icons/action.js +1 -1
  34. package/lib/web/icons/base.js +1 -1
  35. package/lib/web/icons/idp.js +1 -1
  36. package/lib/web/icons/misc.js +1 -1
  37. package/lib/web/icons/navigation.js +1 -1
  38. package/lib/web/images/index.js +1 -1
  39. package/lib/web/tailwind.config.cjs +1 -1
  40. package/lib/web/tailwind.config.js +1 -1
  41. package/lib/web/tokens.base.css +1 -1
  42. package/lib/web/tokens.base.js +1 -1
  43. package/lib/web/tokens.base.ts +1 -1
  44. package/lib/web/tokens.carousel.css +1 -1
  45. package/lib/web/tokens.colors.css +4 -4
  46. package/lib/web/tokens.colors.js +22 -22
  47. package/lib/web/tokens.colors.ts +22 -22
  48. package/lib/web/tokens.core.css +1 -1
  49. package/lib/web/tokens.dark.css +1 -1
  50. package/lib/web/tokens.dark.js +15 -15
  51. package/lib/web/tokens.dark.scoped.css +15 -15
  52. package/lib/web/tokens.dark.ts +15 -15
  53. package/lib/web/tokens.form.css +1 -1
  54. package/lib/web/tokens.light.css +1 -1
  55. package/lib/web/tokens.light.js +23 -23
  56. package/lib/web/tokens.light.scoped.css +23 -23
  57. package/lib/web/tokens.light.ts +23 -23
  58. package/lib/web/tokens.tips.css +1 -1
  59. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Apr 2024 11:21:05 GMT
3
+ * Generated on Wed, 22 May 2024 11:00:27 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Apr 2024 11:21:05 GMT
3
+ * Generated on Wed, 22 May 2024 11:00:27 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -1376,7 +1376,7 @@ const tokenMap = {
1376
1376
  "name": "ColorBlue500",
1377
1377
  "code": "$color-blue-500",
1378
1378
  "variable": "color-blue-500",
1379
- "value": "hsl(206, 60%, 52%)",
1379
+ "value": "hsl(205.6, 59.7%, 52.4%)",
1380
1380
  "attributes": {},
1381
1381
  "inherits": [
1382
1382
  "hues.blue.hue",
@@ -1393,7 +1393,7 @@ const tokenMap = {
1393
1393
  "name": "ColorBlue600",
1394
1394
  "code": "$color-blue-600",
1395
1395
  "variable": "color-blue-600",
1396
- "value": "hsl(206, 60%, 60%)",
1396
+ "value": "hsl(205.6, 59.7%, 60%)",
1397
1397
  "attributes": {},
1398
1398
  "inherits": [
1399
1399
  "hues.blue.hue",
@@ -1405,8 +1405,10 @@ const tokenMap = {
1405
1405
  "name": "ColorBlueDefault",
1406
1406
  "code": "$color-blue-default",
1407
1407
  "variable": "color-blue-default",
1408
- "value": "hsl(206, 60%, 52%)",
1409
- "attributes": {},
1408
+ "value": "hsl(205.6, 59.7%, 52.4%)",
1409
+ "attributes": {
1410
+ "pms": "2925C"
1411
+ },
1410
1412
  "inherits": [
1411
1413
  "color.blue.500"
1412
1414
  ],
@@ -1458,7 +1460,7 @@ const tokenMap = {
1458
1460
  "name": "ColorBlue-gray200",
1459
1461
  "code": "$color-blue-gray-200",
1460
1462
  "variable": "color-blue-gray-200",
1461
- "value": "hsl(206, 9%, 20%)",
1463
+ "value": "hsl(205.6, 9%, 20%)",
1462
1464
  "attributes": {},
1463
1465
  "inherits": [
1464
1466
  "hues.blue-gray.hue"
@@ -1485,7 +1487,7 @@ const tokenMap = {
1485
1487
  "name": "ColorBlue-gray350",
1486
1488
  "code": "$color-blue-gray-350",
1487
1489
  "variable": "color-blue-gray-350",
1488
- "value": "hsl(206, 6%, 35%)",
1490
+ "value": "hsl(205.6, 6%, 35%)",
1489
1491
  "attributes": {},
1490
1492
  "inherits": [
1491
1493
  "hues.blue-gray.hue"
@@ -1500,7 +1502,7 @@ const tokenMap = {
1500
1502
  "name": "ColorBlue-gray450",
1501
1503
  "code": "$color-blue-gray-450",
1502
1504
  "variable": "color-blue-gray-450",
1503
- "value": "hsl(206, 6%, 45%)",
1505
+ "value": "hsl(205.6, 6%, 45%)",
1504
1506
  "attributes": {},
1505
1507
  "inherits": [
1506
1508
  "hues.blue-gray.hue"
@@ -1514,7 +1516,7 @@ const tokenMap = {
1514
1516
  "name": "ColorBlue-gray550",
1515
1517
  "code": "$color-blue-gray-550",
1516
1518
  "variable": "color-blue-gray-550",
1517
- "value": "hsl(206, 6%, 55%)",
1519
+ "value": "hsl(205.6, 6%, 55%)",
1518
1520
  "attributes": {},
1519
1521
  "inherits": [
1520
1522
  "hues.blue-gray.hue"
@@ -1529,7 +1531,7 @@ const tokenMap = {
1529
1531
  "name": "ColorBlue-gray600",
1530
1532
  "code": "$color-blue-gray-600",
1531
1533
  "variable": "color-blue-gray-600",
1532
- "value": "hsl(206, 6%, 60%)",
1534
+ "value": "hsl(205.6, 6%, 60%)",
1533
1535
  "attributes": {},
1534
1536
  "inherits": [
1535
1537
  "hues.blue-gray.hue"
@@ -1543,7 +1545,7 @@ const tokenMap = {
1543
1545
  "name": "ColorBlue-gray650",
1544
1546
  "code": "$color-blue-gray-650",
1545
1547
  "variable": "color-blue-gray-650",
1546
- "value": "hsl(206, 5%, 65%)",
1548
+ "value": "hsl(205.6, 5%, 65%)",
1547
1549
  "attributes": {},
1548
1550
  "inherits": [
1549
1551
  "hues.blue-gray.hue"
@@ -1557,7 +1559,7 @@ const tokenMap = {
1557
1559
  "name": "ColorBlue-gray700",
1558
1560
  "code": "$color-blue-gray-700",
1559
1561
  "variable": "color-blue-gray-700",
1560
- "value": "hsl(206, 5%, 70%)",
1562
+ "value": "hsl(205.6, 5%, 70%)",
1561
1563
  "attributes": {},
1562
1564
  "inherits": [
1563
1565
  "hues.blue-gray.hue"
@@ -1568,7 +1570,7 @@ const tokenMap = {
1568
1570
  "name": "ColorBlue-gray750",
1569
1571
  "code": "$color-blue-gray-750",
1570
1572
  "variable": "color-blue-gray-750",
1571
- "value": "hsl(206, 5%, 75%)",
1573
+ "value": "hsl(205.6, 5%, 75%)",
1572
1574
  "attributes": {},
1573
1575
  "inherits": [
1574
1576
  "hues.blue-gray.hue"
@@ -1579,7 +1581,7 @@ const tokenMap = {
1579
1581
  "name": "ColorBlue-gray800",
1580
1582
  "code": "$color-blue-gray-800",
1581
1583
  "variable": "color-blue-gray-800",
1582
- "value": "hsl(206, 10%, 80%)",
1584
+ "value": "hsl(205.6, 10%, 80%)",
1583
1585
  "attributes": {},
1584
1586
  "inherits": [
1585
1587
  "hues.blue-gray.hue"
@@ -1590,7 +1592,7 @@ const tokenMap = {
1590
1592
  "name": "ColorBlue-gray850",
1591
1593
  "code": "$color-blue-gray-850",
1592
1594
  "variable": "color-blue-gray-850",
1593
- "value": "hsl(206, 15%, 85%)",
1595
+ "value": "hsl(205.6, 15%, 85%)",
1594
1596
  "attributes": {},
1595
1597
  "inherits": [
1596
1598
  "hues.blue-gray.hue"
@@ -1604,7 +1606,7 @@ const tokenMap = {
1604
1606
  "name": "ColorBlue-gray900",
1605
1607
  "code": "$color-blue-gray-900",
1606
1608
  "variable": "color-blue-gray-900",
1607
- "value": "hsl(206, 15%, 90%)",
1609
+ "value": "hsl(205.6, 15%, 90%)",
1608
1610
  "attributes": {},
1609
1611
  "inherits": [
1610
1612
  "hues.blue-gray.hue"
@@ -1621,7 +1623,7 @@ const tokenMap = {
1621
1623
  "name": "ColorBlue-gray950",
1622
1624
  "code": "$color-blue-gray-950",
1623
1625
  "variable": "color-blue-gray-950",
1624
- "value": "hsl(206, 13%, 95%)",
1626
+ "value": "hsl(205.6, 13%, 95%)",
1625
1627
  "attributes": {},
1626
1628
  "inherits": [
1627
1629
  "hues.blue-gray.hue"
@@ -1632,7 +1634,7 @@ const tokenMap = {
1632
1634
  "name": "ColorBlue-gray980",
1633
1635
  "code": "$color-blue-gray-980",
1634
1636
  "variable": "color-blue-gray-980",
1635
- "value": "hsl(206, 15%, 98%)",
1637
+ "value": "hsl(205.6, 15%, 98%)",
1636
1638
  "attributes": {},
1637
1639
  "inherits": [
1638
1640
  "hues.blue-gray.hue"
@@ -1643,7 +1645,7 @@ const tokenMap = {
1643
1645
  "name": "ColorBlue-grayDefault",
1644
1646
  "code": "$color-blue-gray-default",
1645
1647
  "variable": "color-blue-gray-default",
1646
- "value": "hsl(206, 6%, 45%)",
1648
+ "value": "hsl(205.6, 6%, 45%)",
1647
1649
  "attributes": {},
1648
1650
  "inherits": [
1649
1651
  "color.blue-gray.450"
@@ -2006,7 +2008,7 @@ const tokenMap = {
2006
2008
  "name": "ColorBackgroundButtonPrimaryBase",
2007
2009
  "code": "$color-background-button-primary-base",
2008
2010
  "variable": "color-background-button-primary-base",
2009
- "value": "hsl(206, 60%, 52%)",
2011
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2010
2012
  "attributes": {},
2011
2013
  "inherits": [
2012
2014
  "alias.color.brand.primary"
@@ -2019,7 +2021,7 @@ const tokenMap = {
2019
2021
  "name": "ColorBackgroundButtonSecondaryBase",
2020
2022
  "code": "$color-background-button-secondary-base",
2021
2023
  "variable": "color-background-button-secondary-base",
2022
- "value": "hsl(206, 9%, 20%)",
2024
+ "value": "hsl(205.6, 9%, 20%)",
2023
2025
  "attributes": {},
2024
2026
  "inherits": [
2025
2027
  "alias.color.background.quarternary"
@@ -2083,7 +2085,7 @@ const tokenMap = {
2083
2085
  "name": "ColorBackgroundInputFocus",
2084
2086
  "code": "$color-background-input-focus",
2085
2087
  "variable": "color-background-input-focus",
2086
- "value": "hsl(206, 9%, 20%)",
2088
+ "value": "hsl(205.6, 9%, 20%)",
2087
2089
  "attributes": {},
2088
2090
  "inherits": [
2089
2091
  "alias.color.background.quarternary"
@@ -2181,7 +2183,7 @@ const tokenMap = {
2181
2183
  "name": "ColorBackgroundTipImportant",
2182
2184
  "code": "$color-background-tip-important",
2183
2185
  "variable": "color-background-tip-important",
2184
- "value": "hsl(206, 60%, 52%)",
2186
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2185
2187
  "attributes": {},
2186
2188
  "inherits": [
2187
2189
  "alias.color.brand.primary"
@@ -2205,7 +2207,7 @@ const tokenMap = {
2205
2207
  "name": "ColorBackgroundTip-buttonDefault",
2206
2208
  "code": "$color-background-tip-button-default",
2207
2209
  "variable": "color-background-tip-button-default",
2208
- "value": "hsl(206, 60%, 52%)",
2210
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2209
2211
  "attributes": {},
2210
2212
  "inherits": [
2211
2213
  "alias.color.brand.primary"
@@ -2227,7 +2229,7 @@ const tokenMap = {
2227
2229
  "name": "ColorBackgroundTip-buttonWhite",
2228
2230
  "code": "$color-background-tip-button-white",
2229
2231
  "variable": "color-background-tip-button-white",
2230
- "value": "hsl(206, 60%, 52%)",
2232
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2231
2233
  "attributes": {},
2232
2234
  "inherits": [
2233
2235
  "alias.color.brand.primary"
@@ -2243,7 +2245,7 @@ const tokenMap = {
2243
2245
  "name": "ColorFontButtonPrimaryBase",
2244
2246
  "code": "$color-font-button-primary-base",
2245
2247
  "variable": "color-font-button-primary-base",
2246
- "value": "hsl(206, 15%, 90%)",
2248
+ "value": "hsl(205.6, 15%, 90%)",
2247
2249
  "attributes": {},
2248
2250
  "inherits": [
2249
2251
  "color.blue-gray.900"
@@ -2254,7 +2256,7 @@ const tokenMap = {
2254
2256
  "name": "ColorFontButtonPrimaryDiscreet",
2255
2257
  "code": "$color-font-button-primary-discreet",
2256
2258
  "variable": "color-font-button-primary-discreet",
2257
- "value": "hsl(206, 60%, 52%)",
2259
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2258
2260
  "attributes": {},
2259
2261
  "inherits": [
2260
2262
  "alias.color.brand.primary"
@@ -2267,7 +2269,7 @@ const tokenMap = {
2267
2269
  "name": "ColorFontButtonSecondaryBase",
2268
2270
  "code": "$color-font-button-secondary-base",
2269
2271
  "variable": "color-font-button-secondary-base",
2270
- "value": "hsl(206, 15%, 85%)",
2272
+ "value": "hsl(205.6, 15%, 85%)",
2271
2273
  "attributes": {},
2272
2274
  "inherits": [
2273
2275
  "alias.color.text.quarternary"
@@ -2278,7 +2280,7 @@ const tokenMap = {
2278
2280
  "name": "ColorFontButtonSecondaryDiscreet",
2279
2281
  "code": "$color-font-button-secondary-discreet",
2280
2282
  "variable": "color-font-button-secondary-discreet",
2281
- "value": "hsl(206, 5%, 65%)",
2283
+ "value": "hsl(205.6, 5%, 65%)",
2282
2284
  "attributes": {},
2283
2285
  "inherits": [
2284
2286
  "alias.color.text.tertiary"
@@ -2291,7 +2293,7 @@ const tokenMap = {
2291
2293
  "name": "ColorFontButtonOkBase",
2292
2294
  "code": "$color-font-button-ok-base",
2293
2295
  "variable": "color-font-button-ok-base",
2294
- "value": "hsl(206, 15%, 90%)",
2296
+ "value": "hsl(205.6, 15%, 90%)",
2295
2297
  "attributes": {},
2296
2298
  "inherits": [
2297
2299
  "color.blue-gray.900"
@@ -2315,7 +2317,7 @@ const tokenMap = {
2315
2317
  "name": "ColorFontButtonCautionBase",
2316
2318
  "code": "$color-font-button-caution-base",
2317
2319
  "variable": "color-font-button-caution-base",
2318
- "value": "hsl(206, 15%, 90%)",
2320
+ "value": "hsl(205.6, 15%, 90%)",
2319
2321
  "attributes": {},
2320
2322
  "inherits": [
2321
2323
  "color.blue-gray.900"
@@ -2339,7 +2341,7 @@ const tokenMap = {
2339
2341
  "name": "ColorFontButtonDangerBase",
2340
2342
  "code": "$color-font-button-danger-base",
2341
2343
  "variable": "color-font-button-danger-base",
2342
- "value": "hsl(206, 15%, 90%)",
2344
+ "value": "hsl(205.6, 15%, 90%)",
2343
2345
  "attributes": {},
2344
2346
  "inherits": [
2345
2347
  "color.blue-gray.900"
@@ -2364,7 +2366,7 @@ const tokenMap = {
2364
2366
  "name": "ColorFontInputDefault",
2365
2367
  "code": "$color-font-input-default",
2366
2368
  "variable": "color-font-input-default",
2367
- "value": "hsl(206, 5%, 65%)",
2369
+ "value": "hsl(205.6, 5%, 65%)",
2368
2370
  "attributes": {},
2369
2371
  "inherits": [
2370
2372
  "alias.color.text.tertiary"
@@ -2386,7 +2388,7 @@ const tokenMap = {
2386
2388
  "name": "ColorFontInputPlaceholder",
2387
2389
  "code": "$color-font-input-placeholder",
2388
2390
  "variable": "color-font-input-placeholder",
2389
- "value": "hsl(206, 6%, 35%)",
2391
+ "value": "hsl(205.6, 6%, 35%)",
2390
2392
  "attributes": {},
2391
2393
  "inherits": [
2392
2394
  "alias.color.text.secondary"
@@ -2400,7 +2402,7 @@ const tokenMap = {
2400
2402
  "name": "ColorFontSide-nav-itemBaseDefault",
2401
2403
  "code": "$color-font-side-nav-item-base-default",
2402
2404
  "variable": "color-font-side-nav-item-base-default",
2403
- "value": "hsl(206, 6%, 60%)",
2405
+ "value": "hsl(205.6, 6%, 60%)",
2404
2406
  "attributes": {},
2405
2407
  "inherits": [
2406
2408
  "alias.color.text.primary"
@@ -2449,7 +2451,7 @@ const tokenMap = {
2449
2451
  "name": "ColorFontForm-fieldLabel",
2450
2452
  "code": "$color-font-form-field-label",
2451
2453
  "variable": "color-font-form-field-label",
2452
- "value": "hsl(206, 6%, 60%)",
2454
+ "value": "hsl(205.6, 6%, 60%)",
2453
2455
  "attributes": {},
2454
2456
  "inherits": [
2455
2457
  "alias.color.text.primary"
@@ -2473,7 +2475,7 @@ const tokenMap = {
2473
2475
  "name": "ColorFontTipDefault",
2474
2476
  "code": "$color-font-tip-default",
2475
2477
  "variable": "color-font-tip-default",
2476
- "value": "hsl(206, 6%, 60%)",
2478
+ "value": "hsl(205.6, 6%, 60%)",
2477
2479
  "attributes": {},
2478
2480
  "inherits": [
2479
2481
  "alias.color.text.primary"
@@ -2495,7 +2497,7 @@ const tokenMap = {
2495
2497
  "name": "ColorFontTipWhite",
2496
2498
  "code": "$color-font-tip-white",
2497
2499
  "variable": "color-font-tip-white",
2498
- "value": "hsl(206, 6%, 55%)",
2500
+ "value": "hsl(205.6, 6%, 55%)",
2499
2501
  "attributes": {},
2500
2502
  "inherits": [
2501
2503
  "color.blue-gray.550"
@@ -2519,7 +2521,7 @@ const tokenMap = {
2519
2521
  "name": "ColorFontTip-buttonImportant",
2520
2522
  "code": "$color-font-tip-button-important",
2521
2523
  "variable": "color-font-tip-button-important",
2522
- "value": "hsl(206, 60%, 52%)",
2524
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2523
2525
  "attributes": {},
2524
2526
  "inherits": [
2525
2527
  "alias.color.brand.primary"
@@ -2546,7 +2548,7 @@ const tokenMap = {
2546
2548
  "name": "ColorBorderButtonPrimaryDiscreet",
2547
2549
  "code": "$color-border-button-primary-discreet",
2548
2550
  "variable": "color-border-button-primary-discreet",
2549
- "value": "hsl(206, 60%, 52%)",
2551
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2550
2552
  "attributes": {},
2551
2553
  "inherits": [
2552
2554
  "alias.color.brand.primary"
@@ -2559,7 +2561,7 @@ const tokenMap = {
2559
2561
  "name": "ColorBorderButtonSecondaryDiscreet",
2560
2562
  "code": "$color-border-button-secondary-discreet",
2561
2563
  "variable": "color-border-button-secondary-discreet",
2562
- "value": "hsl(206, 6%, 55%)",
2564
+ "value": "hsl(205.6, 6%, 55%)",
2563
2565
  "attributes": {},
2564
2566
  "inherits": [
2565
2567
  "alias.color.border.strong"
@@ -2623,7 +2625,7 @@ const tokenMap = {
2623
2625
  "name": "ColorBorderInputFocus",
2624
2626
  "code": "$color-border-input-focus",
2625
2627
  "variable": "color-border-input-focus",
2626
- "value": "hsl(206, 60%, 52%)",
2628
+ "value": "hsl(205.6, 59.7%, 52.4%)",
2627
2629
  "attributes": {},
2628
2630
  "inherits": [
2629
2631
  "alias.color.border.focus"
@@ -2661,7 +2663,7 @@ const tokenMap = {
2661
2663
  "name": "HuesBlueHue",
2662
2664
  "code": "$hues-blue-hue",
2663
2665
  "variable": "hues-blue-hue",
2664
- "value": "206",
2666
+ "value": "205.6",
2665
2667
  "attributes": {},
2666
2668
  "inherits": [],
2667
2669
  "inheritedBy": [
@@ -2675,7 +2677,7 @@ const tokenMap = {
2675
2677
  "name": "HuesBlueSaturation",
2676
2678
  "code": "$hues-blue-saturation",
2677
2679
  "variable": "hues-blue-saturation",
2678
- "value": "60%",
2680
+ "value": "59.7%",
2679
2681
  "attributes": {
2680
2682
  "cssUnit": "%"
2681
2683
  },
@@ -2690,7 +2692,7 @@ const tokenMap = {
2690
2692
  "name": "HuesBlueLightness",
2691
2693
  "code": "$hues-blue-lightness",
2692
2694
  "variable": "hues-blue-lightness",
2693
- "value": "52%",
2695
+ "value": "52.4%",
2694
2696
  "attributes": {
2695
2697
  "cssUnit": "%"
2696
2698
  },
@@ -2706,7 +2708,7 @@ const tokenMap = {
2706
2708
  "name": "HuesBlue-grayHue",
2707
2709
  "code": "$hues-blue-gray-hue",
2708
2710
  "variable": "hues-blue-gray-hue",
2709
- "value": "206",
2711
+ "value": "205.6",
2710
2712
  "attributes": {},
2711
2713
  "inherits": [
2712
2714
  "hues.blue.hue"
@@ -5583,7 +5585,7 @@ const tokenMap = {
5583
5585
  "name": "AliasColorBrandPrimary",
5584
5586
  "code": "$alias-color-brand-primary",
5585
5587
  "variable": "alias-color-brand-primary",
5586
- "value": "hsl(206, 60%, 52%)",
5588
+ "value": "hsl(205.6, 59.7%, 52.4%)",
5587
5589
  "attributes": {
5588
5590
  "tailwind": [
5589
5591
  "colors.brand-primary"
@@ -5611,7 +5613,7 @@ const tokenMap = {
5611
5613
  "name": "AliasColorTextPrimary",
5612
5614
  "code": "$alias-color-text-primary",
5613
5615
  "variable": "alias-color-text-primary",
5614
- "value": "hsl(206, 6%, 60%)",
5616
+ "value": "hsl(205.6, 6%, 60%)",
5615
5617
  "attributes": {
5616
5618
  "tailwind": [
5617
5619
  "textColor.DEFAULT"
@@ -5632,7 +5634,7 @@ const tokenMap = {
5632
5634
  "name": "AliasColorTextSecondary",
5633
5635
  "code": "$alias-color-text-secondary",
5634
5636
  "variable": "alias-color-text-secondary",
5635
- "value": "hsl(206, 6%, 35%)",
5637
+ "value": "hsl(205.6, 6%, 35%)",
5636
5638
  "attributes": {
5637
5639
  "tailwind": [
5638
5640
  "textColor.secondary"
@@ -5651,7 +5653,7 @@ const tokenMap = {
5651
5653
  "name": "AliasColorTextTertiary",
5652
5654
  "code": "$alias-color-text-tertiary",
5653
5655
  "variable": "alias-color-text-tertiary",
5654
- "value": "hsl(206, 5%, 65%)",
5656
+ "value": "hsl(205.6, 5%, 65%)",
5655
5657
  "attributes": {
5656
5658
  "tailwind": [
5657
5659
  "textColor.tertiary"
@@ -5670,7 +5672,7 @@ const tokenMap = {
5670
5672
  "name": "AliasColorTextQuarternary",
5671
5673
  "code": "$alias-color-text-quarternary",
5672
5674
  "variable": "alias-color-text-quarternary",
5673
- "value": "hsl(206, 15%, 85%)",
5675
+ "value": "hsl(205.6, 15%, 85%)",
5674
5676
  "attributes": {
5675
5677
  "tailwind": [
5676
5678
  "textColor.quarternary"
@@ -5729,7 +5731,7 @@ const tokenMap = {
5729
5731
  "name": "AliasColorBorderDefault",
5730
5732
  "code": "$alias-color-border-default",
5731
5733
  "variable": "alias-color-border-default",
5732
- "value": "hsl(206, 6%, 35%)",
5734
+ "value": "hsl(205.6, 6%, 35%)",
5733
5735
  "attributes": {
5734
5736
  "tailwind": [
5735
5737
  "borderColor.DEFAULT"
@@ -5744,7 +5746,7 @@ const tokenMap = {
5744
5746
  "name": "AliasColorBorderStrong",
5745
5747
  "code": "$alias-color-border-strong",
5746
5748
  "variable": "alias-color-border-strong",
5747
- "value": "hsl(206, 6%, 55%)",
5749
+ "value": "hsl(205.6, 6%, 55%)",
5748
5750
  "attributes": {
5749
5751
  "tailwind": [
5750
5752
  "borderColor.strong"
@@ -5777,7 +5779,7 @@ const tokenMap = {
5777
5779
  "name": "AliasColorBorderFocus",
5778
5780
  "code": "$alias-color-border-focus",
5779
5781
  "variable": "alias-color-border-focus",
5780
- "value": "hsl(206, 60%, 52%)",
5782
+ "value": "hsl(205.6, 59.7%, 52.4%)",
5781
5783
  "attributes": {
5782
5784
  "tailwind": [
5783
5785
  "borderColor.focus"
@@ -5875,7 +5877,7 @@ const tokenMap = {
5875
5877
  "name": "AliasColorInfo",
5876
5878
  "code": "$alias-color-info",
5877
5879
  "variable": "alias-color-info",
5878
- "value": "hsl(206, 60%, 52%)",
5880
+ "value": "hsl(205.6, 59.7%, 52.4%)",
5879
5881
  "attributes": {
5880
5882
  "tailwind": [
5881
5883
  "colors.info"
@@ -5948,7 +5950,7 @@ const tokenMap = {
5948
5950
  "name": "AliasColorBackgroundQuarternary",
5949
5951
  "code": "$alias-color-background-quarternary",
5950
5952
  "variable": "alias-color-background-quarternary",
5951
- "value": "hsl(206, 9%, 20%)",
5953
+ "value": "hsl(205.6, 9%, 20%)",
5952
5954
  "attributes": {
5953
5955
  "tailwind": [
5954
5956
  "backgroundColor.quarternary"
@@ -6125,7 +6127,7 @@ const tokenMap = {
6125
6127
  "name": "AliasColorFontLink",
6126
6128
  "code": "$alias-color-font-link",
6127
6129
  "variable": "alias-color-font-link",
6128
- "value": "hsl(206, 60%, 52%)",
6130
+ "value": "hsl(205.6, 59.7%, 52.4%)",
6129
6131
  "attributes": {},
6130
6132
  "inherits": [
6131
6133
  "alias.color.brand.primary"
@@ -6150,7 +6152,7 @@ const tokenMap = {
6150
6152
  "name": "AliasColorFontTable-cellPrimary",
6151
6153
  "code": "$alias-color-font-table-cell-primary",
6152
6154
  "variable": "alias-color-font-table-cell-primary",
6153
- "value": "hsl(206, 6%, 60%)",
6155
+ "value": "hsl(205.6, 6%, 60%)",
6154
6156
  "attributes": {},
6155
6157
  "inherits": [
6156
6158
  "alias.color.text.primary"
@@ -6161,7 +6163,7 @@ const tokenMap = {
6161
6163
  "name": "AliasColorFontTable-cellSecondary",
6162
6164
  "code": "$alias-color-font-table-cell-secondary",
6163
6165
  "variable": "alias-color-font-table-cell-secondary",
6164
- "value": "hsl(206, 6%, 35%)",
6166
+ "value": "hsl(205.6, 6%, 35%)",
6165
6167
  "attributes": {},
6166
6168
  "inherits": [
6167
6169
  "alias.color.text.secondary"
@@ -6205,7 +6207,7 @@ const tokenMap = {
6205
6207
  "name": "AliasColorFontTable-cellLink",
6206
6208
  "code": "$alias-color-font-table-cell-link",
6207
6209
  "variable": "alias-color-font-table-cell-link",
6208
- "value": "hsl(206, 60%, 52%)",
6210
+ "value": "hsl(205.6, 59.7%, 52.4%)",
6209
6211
  "attributes": {},
6210
6212
  "inherits": [
6211
6213
  "alias.color.brand.primary"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Apr 2024 11:21:05 GMT
3
+ * Generated on Wed, 22 May 2024 11:00:27 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {