@yahoo/uds 3.67.0-beta.5 → 3.68.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.
Files changed (154) hide show
  1. package/dist/components/Box.d.cts +2 -2
  2. package/dist/components/Box.d.ts +2 -2
  3. package/dist/components/Divider/Divider.d.cts +2 -2
  4. package/dist/components/Divider/Divider.d.ts +2 -2
  5. package/dist/components/Divider/DividerInternal.d.cts +2 -2
  6. package/dist/components/HStack.d.cts +2 -2
  7. package/dist/components/HStack.d.ts +2 -2
  8. package/dist/components/Icon.d.cts +2 -2
  9. package/dist/components/Icon.d.ts +2 -2
  10. package/dist/components/Link.d.cts +2 -2
  11. package/dist/components/Link.d.ts +2 -2
  12. package/dist/components/Text.d.cts +8 -8
  13. package/dist/components/Text.d.ts +8 -8
  14. package/dist/components/VStack.d.cts +2 -2
  15. package/dist/components/VStack.d.ts +2 -2
  16. package/dist/components/client/AnimateHeightChange.d.cts +2 -2
  17. package/dist/components/client/Avatar/Avatar.d.cts +2 -2
  18. package/dist/components/client/Avatar/Avatar.d.ts +2 -2
  19. package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
  20. package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
  21. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
  22. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
  23. package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
  24. package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
  25. package/dist/components/client/IconButton.d.cts +2 -2
  26. package/dist/components/client/Input/Input.d.cts +2 -2
  27. package/dist/components/client/Input/Input.d.ts +2 -2
  28. package/dist/components/client/Input/InputHelpText.d.cts +2 -2
  29. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  30. package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
  31. package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
  32. package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
  33. package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
  34. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  35. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  36. package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
  37. package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
  38. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
  39. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
  40. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  41. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  42. package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
  43. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  44. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  45. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  46. package/dist/components/client/Pressable.d.cts +2 -2
  47. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  48. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  49. package/dist/components/client/SpringMotionConfig.d.cts +3 -3
  50. package/dist/components/client/SpringMotionConfig.d.ts +2 -2
  51. package/dist/components/experimental/Spinner.d.cts +2 -2
  52. package/dist/components/experimental/Table.d.cts +2 -2
  53. package/dist/components/experimental/client/Accordion.d.cts +2 -2
  54. package/dist/components/experimental/client/Accordion.d.ts +2 -2
  55. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  56. package/dist/components/experimental/client/Modal.d.cts +3 -3
  57. package/dist/components/experimental/client/Modal.d.ts +3 -3
  58. package/dist/components/experimental/client/Popover.d.cts +3 -3
  59. package/dist/components/experimental/client/Popover.d.ts +3 -3
  60. package/dist/components/experimental/client/Tabs.d.cts +6 -6
  61. package/dist/components/experimental/client/Tabs.d.ts +6 -6
  62. package/dist/components/experimental/client/Toast.d.cts +2 -2
  63. package/dist/components/experimental/client/Toast.d.ts +2 -2
  64. package/dist/defaultTokensConfig.cjs +1 -1
  65. package/dist/defaultTokensConfig.js +1 -1
  66. package/dist/fixtures.cjs +28 -5
  67. package/dist/fixtures.d.cts +6 -5
  68. package/dist/fixtures.d.ts +6 -5
  69. package/dist/fixtures.js +27 -5
  70. package/dist/generated/generatedConfigs.cjs +379 -253
  71. package/dist/generated/generatedConfigs.js +379 -253
  72. package/dist/generated/tailwindPurge.cjs +163 -61
  73. package/dist/generated/tailwindPurge.js +163 -61
  74. package/dist/generated/universalTokensConfigAuto.cjs +1 -1
  75. package/dist/generated/universalTokensConfigAuto.js +1 -1
  76. package/dist/index.cjs +5 -2
  77. package/dist/index.d.cts +3 -3
  78. package/dist/index.d.ts +3 -3
  79. package/dist/index.js +2 -2
  80. package/dist/providers/ColorModeProvider.d.cts +4 -4
  81. package/dist/providers/ColorModeProvider.d.ts +4 -4
  82. package/dist/providers/ScaleModeProvider.d.cts +4 -4
  83. package/dist/providers/ScaleModeProvider.d.ts +4 -4
  84. package/dist/providers/ThemeProvider.d.cts +2 -2
  85. package/dist/styles/styler.d.cts +14 -14
  86. package/dist/styles/styler.d.ts +14 -14
  87. package/dist/styles/variants.cjs +77 -29
  88. package/dist/styles/variants.d.cts +69 -21
  89. package/dist/styles/variants.d.ts +69 -21
  90. package/dist/styles/variants.js +77 -29
  91. package/dist/tailwind/plugins/a11y.d.ts +3 -3
  92. package/dist/tailwind/plugins/borders.d.ts +3 -3
  93. package/dist/tailwind/plugins/colors.cjs +6 -2
  94. package/dist/tailwind/plugins/colors.d.ts +3 -3
  95. package/dist/tailwind/plugins/colors.js +5 -2
  96. package/dist/tailwind/plugins/components.d.ts +3 -3
  97. package/dist/tailwind/plugins/elevation.d.ts +3 -3
  98. package/dist/tailwind/plugins/icons.d.ts +3 -3
  99. package/dist/tailwind/plugins/input.d.ts +3 -3
  100. package/dist/tailwind/plugins/motion.d.ts +3 -3
  101. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
  102. package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
  103. package/dist/tailwind/plugins/shadows.d.ts +3 -3
  104. package/dist/tailwind/plugins/sizing.d.ts +3 -3
  105. package/dist/tailwind/plugins/spacing.d.ts +3 -3
  106. package/dist/tailwind/plugins/typography.d.cts +3 -3
  107. package/dist/tailwind/plugins/typography.d.ts +3 -3
  108. package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  109. package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
  110. package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
  111. package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
  112. package/dist/tailwind/utils/getShadowPresetValues.cjs +18 -2
  113. package/dist/tailwind/utils/getShadowPresetValues.js +18 -2
  114. package/dist/tokens/automation/configs/menu.cjs +1 -1
  115. package/dist/tokens/automation/configs/menu.js +1 -1
  116. package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
  117. package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
  118. package/dist/tokens/automation/utils/mapColorFixtureToValue.cjs +7 -1
  119. package/dist/tokens/automation/utils/mapColorFixtureToValue.js +7 -1
  120. package/dist/tokens/configs/colorMode.cjs +4 -3
  121. package/dist/tokens/configs/colorMode.js +2 -1
  122. package/dist/tokens/configs/palette/alwaysPalette.cjs +28 -0
  123. package/dist/tokens/configs/palette/alwaysPalette.d.cts +54 -0
  124. package/dist/tokens/configs/palette/alwaysPalette.d.ts +54 -0
  125. package/dist/tokens/configs/palette/alwaysPalette.js +24 -0
  126. package/dist/tokens/configs/palette/darkPalette.cjs +200 -0
  127. package/dist/tokens/configs/palette/darkPalette.d.cts +6 -0
  128. package/dist/tokens/configs/palette/darkPalette.d.ts +6 -0
  129. package/dist/tokens/configs/palette/darkPalette.js +199 -0
  130. package/dist/tokens/configs/palette/index.cjs +11 -0
  131. package/dist/tokens/configs/palette/index.d.cts +4 -0
  132. package/dist/tokens/configs/palette/index.d.ts +4 -0
  133. package/dist/tokens/configs/palette/index.js +6 -0
  134. package/dist/tokens/configs/palette/lightPalette.cjs +200 -0
  135. package/dist/tokens/configs/palette/lightPalette.d.cts +6 -0
  136. package/dist/tokens/configs/palette/lightPalette.d.ts +6 -0
  137. package/dist/tokens/configs/palette/lightPalette.js +199 -0
  138. package/dist/tokens/configs/yosConfig.cjs +137 -137
  139. package/dist/tokens/configs/yosConfig.js +137 -137
  140. package/dist/tokens/index.cjs +5 -2
  141. package/dist/tokens/index.d.cts +4 -3
  142. package/dist/tokens/index.d.ts +4 -3
  143. package/dist/tokens/index.js +2 -2
  144. package/dist/tokens/parseTokens.cjs +2 -2
  145. package/dist/tokens/parseTokens.js +1 -1
  146. package/dist/tokens/types.d.cts +6 -4
  147. package/dist/tokens/types.d.ts +6 -4
  148. package/dist/utils/intersperse.d.cts +2 -2
  149. package/dist/utils/intersperse.d.ts +2 -2
  150. package/package.json +1 -1
  151. package/dist/tokens/configs/palette.cjs +0 -402
  152. package/dist/tokens/configs/palette.d.cts +0 -13
  153. package/dist/tokens/configs/palette.d.ts +0 -13
  154. package/dist/tokens/configs/palette.js +0 -399
@@ -464,7 +464,13 @@ const componentToVariants = {
464
464
  "elevation-2",
465
465
  "elevation-3",
466
466
  "elevation-4",
467
- "elevation-5"
467
+ "elevation-5",
468
+ "always/white",
469
+ "always/black",
470
+ "always/transparent",
471
+ "always/current",
472
+ "always/brand",
473
+ "always/accent"
468
474
  ]],
469
475
  ["borderRadius", [
470
476
  "none",
@@ -513,7 +519,6 @@ const componentToVariants = {
513
519
  ]],
514
520
  ["borderColor", [
515
521
  "accent",
516
- "black",
517
522
  "brand",
518
523
  "alert",
519
524
  "positive",
@@ -524,19 +529,26 @@ const componentToVariants = {
524
529
  "positive-secondary",
525
530
  "warning-secondary",
526
531
  "info-secondary",
527
- "white",
528
- "transparent",
529
532
  "muted",
530
533
  "primary",
531
534
  "secondary",
532
535
  "tertiary",
536
+ "white",
537
+ "black",
538
+ "transparent",
533
539
  "current",
534
540
  "elevation-0",
535
541
  "elevation-1",
536
542
  "elevation-2",
537
543
  "elevation-3",
538
544
  "elevation-4",
539
- "elevation-5"
545
+ "elevation-5",
546
+ "always/white",
547
+ "always/black",
548
+ "always/transparent",
549
+ "always/current",
550
+ "always/brand",
551
+ "always/accent"
540
552
  ]],
541
553
  ["borderStartColor", [
542
554
  "accent",
@@ -550,25 +562,30 @@ const componentToVariants = {
550
562
  "positive-secondary",
551
563
  "warning-secondary",
552
564
  "info-secondary",
553
- "black",
554
- "white",
555
- "transparent",
556
565
  "muted",
557
566
  "primary",
558
567
  "secondary",
559
568
  "tertiary",
569
+ "white",
570
+ "black",
571
+ "transparent",
560
572
  "current",
561
573
  "elevation-0",
562
574
  "elevation-1",
563
575
  "elevation-2",
564
576
  "elevation-3",
565
577
  "elevation-4",
566
- "elevation-5"
578
+ "elevation-5",
579
+ "always/white",
580
+ "always/black",
581
+ "always/transparent",
582
+ "always/current",
583
+ "always/brand",
584
+ "always/accent"
567
585
  ]],
568
586
  ["borderEndColor", [
569
587
  "accent",
570
588
  "alert",
571
- "black",
572
589
  "brand",
573
590
  "positive",
574
591
  "warning",
@@ -578,24 +595,30 @@ const componentToVariants = {
578
595
  "positive-secondary",
579
596
  "warning-secondary",
580
597
  "info-secondary",
581
- "white",
582
- "transparent",
583
598
  "muted",
584
599
  "primary",
585
600
  "secondary",
586
601
  "tertiary",
602
+ "white",
603
+ "black",
604
+ "transparent",
587
605
  "current",
588
606
  "elevation-0",
589
607
  "elevation-1",
590
608
  "elevation-2",
591
609
  "elevation-3",
592
610
  "elevation-4",
593
- "elevation-5"
611
+ "elevation-5",
612
+ "always/white",
613
+ "always/black",
614
+ "always/transparent",
615
+ "always/current",
616
+ "always/brand",
617
+ "always/accent"
594
618
  ]],
595
619
  ["borderTopColor", [
596
620
  "accent",
597
621
  "alert",
598
- "black",
599
622
  "brand",
600
623
  "positive",
601
624
  "warning",
@@ -605,24 +628,30 @@ const componentToVariants = {
605
628
  "positive-secondary",
606
629
  "warning-secondary",
607
630
  "info-secondary",
608
- "white",
609
- "transparent",
610
631
  "muted",
611
632
  "primary",
612
633
  "secondary",
613
634
  "tertiary",
635
+ "white",
636
+ "black",
637
+ "transparent",
614
638
  "current",
615
639
  "elevation-0",
616
640
  "elevation-1",
617
641
  "elevation-2",
618
642
  "elevation-3",
619
643
  "elevation-4",
620
- "elevation-5"
644
+ "elevation-5",
645
+ "always/white",
646
+ "always/black",
647
+ "always/transparent",
648
+ "always/current",
649
+ "always/brand",
650
+ "always/accent"
621
651
  ]],
622
652
  ["borderBottomColor", [
623
653
  "accent",
624
654
  "alert",
625
- "black",
626
655
  "brand",
627
656
  "positive",
628
657
  "warning",
@@ -632,19 +661,26 @@ const componentToVariants = {
632
661
  "positive-secondary",
633
662
  "warning-secondary",
634
663
  "info-secondary",
635
- "white",
636
- "transparent",
637
664
  "muted",
638
665
  "primary",
639
666
  "secondary",
640
667
  "tertiary",
668
+ "white",
669
+ "black",
670
+ "transparent",
641
671
  "current",
642
672
  "elevation-0",
643
673
  "elevation-1",
644
674
  "elevation-2",
645
675
  "elevation-3",
646
676
  "elevation-4",
647
- "elevation-5"
677
+ "elevation-5",
678
+ "always/white",
679
+ "always/black",
680
+ "always/transparent",
681
+ "always/current",
682
+ "always/brand",
683
+ "always/accent"
648
684
  ]],
649
685
  ["borderWidth", [
650
686
  "none",
@@ -1319,7 +1355,6 @@ const componentToVariants = {
1319
1355
  "accent",
1320
1356
  "alert",
1321
1357
  "alert-secondary",
1322
- "black",
1323
1358
  "brand",
1324
1359
  "brand-secondary",
1325
1360
  "positive",
@@ -1328,14 +1363,21 @@ const componentToVariants = {
1328
1363
  "warning-secondary",
1329
1364
  "info",
1330
1365
  "info-secondary",
1331
- "white",
1332
- "transparent",
1333
1366
  "muted",
1334
1367
  "on-color",
1335
1368
  "primary",
1336
1369
  "secondary",
1337
1370
  "tertiary",
1338
- "current"
1371
+ "white",
1372
+ "black",
1373
+ "transparent",
1374
+ "current",
1375
+ "always/white",
1376
+ "always/black",
1377
+ "always/transparent",
1378
+ "always/current",
1379
+ "always/brand",
1380
+ "always/accent"
1339
1381
  ]]
1340
1382
  ],
1341
1383
  Button: [["width", ["full"]]],
@@ -1358,7 +1400,6 @@ const componentToVariants = {
1358
1400
  "accent",
1359
1401
  "alert",
1360
1402
  "alert-secondary",
1361
- "black",
1362
1403
  "brand",
1363
1404
  "brand-secondary",
1364
1405
  "positive",
@@ -1367,13 +1408,20 @@ const componentToVariants = {
1367
1408
  "warning-secondary",
1368
1409
  "info",
1369
1410
  "info-secondary",
1370
- "white",
1371
- "transparent",
1372
1411
  "muted",
1373
1412
  "on-color",
1374
1413
  "secondary",
1375
1414
  "tertiary",
1415
+ "white",
1416
+ "black",
1417
+ "transparent",
1376
1418
  "current",
1419
+ "always/white",
1420
+ "always/black",
1421
+ "always/transparent",
1422
+ "always/current",
1423
+ "always/brand",
1424
+ "always/accent",
1377
1425
  "success",
1378
1426
  "error"
1379
1427
  ]], ["iconSize", [
@@ -1394,7 +1442,6 @@ const componentToVariants = {
1394
1442
  "accent",
1395
1443
  "alert",
1396
1444
  "alert-secondary",
1397
- "black",
1398
1445
  "brand",
1399
1446
  "brand-secondary",
1400
1447
  "positive",
@@ -1403,14 +1450,21 @@ const componentToVariants = {
1403
1450
  "warning-secondary",
1404
1451
  "info",
1405
1452
  "info-secondary",
1406
- "white",
1407
- "transparent",
1408
1453
  "muted",
1409
1454
  "on-color",
1410
1455
  "primary",
1411
1456
  "secondary",
1412
1457
  "tertiary",
1413
- "current"
1458
+ "white",
1459
+ "black",
1460
+ "transparent",
1461
+ "current",
1462
+ "always/white",
1463
+ "always/black",
1464
+ "always/transparent",
1465
+ "always/current",
1466
+ "always/brand",
1467
+ "always/accent"
1414
1468
  ]],
1415
1469
  ["display", ["flex"]],
1416
1470
  ["flexDirection", ["row"]],
@@ -1472,7 +1526,6 @@ const componentToVariants = {
1472
1526
  "accent",
1473
1527
  "alert",
1474
1528
  "alert-secondary",
1475
- "black",
1476
1529
  "brand",
1477
1530
  "brand-secondary",
1478
1531
  "positive",
@@ -1481,13 +1534,20 @@ const componentToVariants = {
1481
1534
  "warning-secondary",
1482
1535
  "info",
1483
1536
  "info-secondary",
1484
- "white",
1485
- "transparent",
1486
1537
  "muted",
1487
1538
  "on-color",
1488
1539
  "secondary",
1489
1540
  "tertiary",
1490
- "current"
1541
+ "white",
1542
+ "black",
1543
+ "transparent",
1544
+ "current",
1545
+ "always/white",
1546
+ "always/black",
1547
+ "always/transparent",
1548
+ "always/current",
1549
+ "always/brand",
1550
+ "always/accent"
1491
1551
  ]],
1492
1552
  ["spacingStart", [
1493
1553
  "0.5",
@@ -1600,7 +1660,13 @@ const componentToVariants = {
1600
1660
  "elevation-2",
1601
1661
  "elevation-3",
1602
1662
  "elevation-4",
1603
- "elevation-5"
1663
+ "elevation-5",
1664
+ "always/white",
1665
+ "always/black",
1666
+ "always/transparent",
1667
+ "always/current",
1668
+ "always/brand",
1669
+ "always/accent"
1604
1670
  ]],
1605
1671
  ["borderRadius", [
1606
1672
  "none",
@@ -1649,7 +1715,6 @@ const componentToVariants = {
1649
1715
  ]],
1650
1716
  ["borderColor", [
1651
1717
  "accent",
1652
- "black",
1653
1718
  "brand",
1654
1719
  "alert",
1655
1720
  "positive",
@@ -1660,19 +1725,26 @@ const componentToVariants = {
1660
1725
  "positive-secondary",
1661
1726
  "warning-secondary",
1662
1727
  "info-secondary",
1663
- "white",
1664
- "transparent",
1665
1728
  "muted",
1666
1729
  "primary",
1667
1730
  "secondary",
1668
1731
  "tertiary",
1732
+ "white",
1733
+ "black",
1734
+ "transparent",
1669
1735
  "current",
1670
1736
  "elevation-0",
1671
1737
  "elevation-1",
1672
1738
  "elevation-2",
1673
1739
  "elevation-3",
1674
1740
  "elevation-4",
1675
- "elevation-5"
1741
+ "elevation-5",
1742
+ "always/white",
1743
+ "always/black",
1744
+ "always/transparent",
1745
+ "always/current",
1746
+ "always/brand",
1747
+ "always/accent"
1676
1748
  ]],
1677
1749
  ["borderStartColor", [
1678
1750
  "accent",
@@ -1686,25 +1758,30 @@ const componentToVariants = {
1686
1758
  "positive-secondary",
1687
1759
  "warning-secondary",
1688
1760
  "info-secondary",
1689
- "black",
1690
- "white",
1691
- "transparent",
1692
1761
  "muted",
1693
1762
  "primary",
1694
1763
  "secondary",
1695
1764
  "tertiary",
1765
+ "white",
1766
+ "black",
1767
+ "transparent",
1696
1768
  "current",
1697
1769
  "elevation-0",
1698
1770
  "elevation-1",
1699
1771
  "elevation-2",
1700
1772
  "elevation-3",
1701
1773
  "elevation-4",
1702
- "elevation-5"
1774
+ "elevation-5",
1775
+ "always/white",
1776
+ "always/black",
1777
+ "always/transparent",
1778
+ "always/current",
1779
+ "always/brand",
1780
+ "always/accent"
1703
1781
  ]],
1704
1782
  ["borderEndColor", [
1705
1783
  "accent",
1706
1784
  "alert",
1707
- "black",
1708
1785
  "brand",
1709
1786
  "positive",
1710
1787
  "warning",
@@ -1714,24 +1791,30 @@ const componentToVariants = {
1714
1791
  "positive-secondary",
1715
1792
  "warning-secondary",
1716
1793
  "info-secondary",
1717
- "white",
1718
- "transparent",
1719
1794
  "muted",
1720
1795
  "primary",
1721
1796
  "secondary",
1722
1797
  "tertiary",
1798
+ "white",
1799
+ "black",
1800
+ "transparent",
1723
1801
  "current",
1724
1802
  "elevation-0",
1725
1803
  "elevation-1",
1726
1804
  "elevation-2",
1727
1805
  "elevation-3",
1728
1806
  "elevation-4",
1729
- "elevation-5"
1807
+ "elevation-5",
1808
+ "always/white",
1809
+ "always/black",
1810
+ "always/transparent",
1811
+ "always/current",
1812
+ "always/brand",
1813
+ "always/accent"
1730
1814
  ]],
1731
1815
  ["borderTopColor", [
1732
1816
  "accent",
1733
1817
  "alert",
1734
- "black",
1735
1818
  "brand",
1736
1819
  "positive",
1737
1820
  "warning",
@@ -1741,24 +1824,30 @@ const componentToVariants = {
1741
1824
  "positive-secondary",
1742
1825
  "warning-secondary",
1743
1826
  "info-secondary",
1744
- "white",
1745
- "transparent",
1746
1827
  "muted",
1747
1828
  "primary",
1748
1829
  "secondary",
1749
1830
  "tertiary",
1831
+ "white",
1832
+ "black",
1833
+ "transparent",
1750
1834
  "current",
1751
1835
  "elevation-0",
1752
1836
  "elevation-1",
1753
1837
  "elevation-2",
1754
1838
  "elevation-3",
1755
1839
  "elevation-4",
1756
- "elevation-5"
1840
+ "elevation-5",
1841
+ "always/white",
1842
+ "always/black",
1843
+ "always/transparent",
1844
+ "always/current",
1845
+ "always/brand",
1846
+ "always/accent"
1757
1847
  ]],
1758
1848
  ["borderBottomColor", [
1759
1849
  "accent",
1760
1850
  "alert",
1761
- "black",
1762
1851
  "brand",
1763
1852
  "positive",
1764
1853
  "warning",
@@ -1768,19 +1857,26 @@ const componentToVariants = {
1768
1857
  "positive-secondary",
1769
1858
  "warning-secondary",
1770
1859
  "info-secondary",
1771
- "white",
1772
- "transparent",
1773
1860
  "muted",
1774
1861
  "primary",
1775
1862
  "secondary",
1776
1863
  "tertiary",
1864
+ "white",
1865
+ "black",
1866
+ "transparent",
1777
1867
  "current",
1778
1868
  "elevation-0",
1779
1869
  "elevation-1",
1780
1870
  "elevation-2",
1781
1871
  "elevation-3",
1782
1872
  "elevation-4",
1783
- "elevation-5"
1873
+ "elevation-5",
1874
+ "always/white",
1875
+ "always/black",
1876
+ "always/transparent",
1877
+ "always/current",
1878
+ "always/brand",
1879
+ "always/accent"
1784
1880
  ]],
1785
1881
  ["borderWidth", [
1786
1882
  "none",
@@ -2615,7 +2711,6 @@ const componentToVariants = {
2615
2711
  "accent",
2616
2712
  "alert",
2617
2713
  "alert-secondary",
2618
- "black",
2619
2714
  "brand",
2620
2715
  "brand-secondary",
2621
2716
  "positive",
@@ -2624,14 +2719,21 @@ const componentToVariants = {
2624
2719
  "warning-secondary",
2625
2720
  "info",
2626
2721
  "info-secondary",
2627
- "white",
2628
- "transparent",
2629
2722
  "muted",
2630
2723
  "on-color",
2631
2724
  "primary",
2632
2725
  "secondary",
2633
2726
  "tertiary",
2634
- "current"
2727
+ "white",
2728
+ "black",
2729
+ "transparent",
2730
+ "current",
2731
+ "always/white",
2732
+ "always/black",
2733
+ "always/transparent",
2734
+ "always/current",
2735
+ "always/brand",
2736
+ "always/accent"
2635
2737
  ]],
2636
2738
  ["fontFamily", [
2637
2739
  "sans",
@@ -11568,7 +11568,7 @@ const defaultUniversalTokensConfigAuto = {
11568
11568
  borderColor: { rest: {
11569
11569
  type: "alwaysPaletteAliases",
11570
11570
  valueType: "alias",
11571
- value: "transparent"
11571
+ value: "always/transparent"
11572
11572
  } }
11573
11573
  }
11574
11574
  }
@@ -11567,7 +11567,7 @@ const defaultUniversalTokensConfigAuto = {
11567
11567
  borderColor: { rest: {
11568
11568
  type: "alwaysPaletteAliases",
11569
11569
  valueType: "alias",
11570
- value: "transparent"
11570
+ value: "always/transparent"
11571
11571
  } }
11572
11572
  }
11573
11573
  }
package/dist/index.cjs CHANGED
@@ -16,7 +16,7 @@ const require_components_client_Avatar_AvatarText = require('./components/client
16
16
  const require_components_client_Avatar_AvatarImage = require('./components/client/Avatar/AvatarImage.cjs');
17
17
  const require_components_client_Avatar_Avatar = require('./components/client/Avatar/Avatar.cjs');
18
18
  const require_components_client_Badge = require('./components/client/Badge.cjs');
19
- const require_tokens_configs_palette = require('./tokens/configs/palette.cjs');
19
+ const require_tokens_configs_palette_alwaysPalette = require('./tokens/configs/palette/alwaysPalette.cjs');
20
20
  const require_tokens_configs_shadow = require('./tokens/configs/shadow.cjs');
21
21
  const require_tokens_configs_typography = require('./tokens/configs/typography.cjs');
22
22
  const require_tokens_consts_defaultModes = require('./tokens/consts/defaultModes.cjs');
@@ -56,6 +56,7 @@ const require_components_client_Radio_Radio = require('./components/client/Radio
56
56
  const require_components_client_Radio_RadioGroupProvider = require('./components/client/Radio/RadioGroupProvider.cjs');
57
57
  const require_components_client_Switch = require('./components/client/Switch.cjs');
58
58
 
59
+ exports.ALWAYS_PREFIX = require_tokens_configs_palette_alwaysPalette.ALWAYS_PREFIX;
59
60
  exports.AVATAR_SIZE_PREFIX = require_tokens_consts_cssTokens.AVATAR_SIZE_PREFIX;
60
61
  exports.Avatar = require_components_client_Avatar_Avatar.Avatar;
61
62
  exports.AvatarIcon = require_components_client_Avatar_AvatarIcon.AvatarIcon;
@@ -137,7 +138,7 @@ exports.XLARGE_SCALE_MODE_CLASSNAME = require_tokens_consts_cssTokens.XLARGE_SCA
137
138
  exports.XSMALL_SCALE_MODE_CLASSNAME = require_tokens_consts_cssTokens.XSMALL_SCALE_MODE_CLASSNAME;
138
139
  exports.XXLARGE_SCALE_MODE_CLASSNAME = require_tokens_consts_cssTokens.XXLARGE_SCALE_MODE_CLASSNAME;
139
140
  exports.XXXLARGE_SCALE_MODE_CLASSNAME = require_tokens_consts_cssTokens.XXXLARGE_SCALE_MODE_CLASSNAME;
140
- exports.alwaysPalette = require_tokens_configs_palette.alwaysPalette;
141
+ exports.alwaysPalette = require_tokens_configs_palette_alwaysPalette.alwaysPalette;
141
142
  exports.cartesianProduct = require_tokens_automation_utils_cartesianProduct.cartesianProduct;
142
143
  exports.coalesceConfigVariant = require_tokens_automation_utils_coalesceConfigVariant.coalesceConfigVariant;
143
144
  exports.configurableProperties = require_tokens_automation_properties.configurableProperties;
@@ -150,6 +151,7 @@ exports.createVariantConfigWithComponentStates = require_tokens_automation_utils
150
151
  exports.createVariantConfigWithProperties = require_tokens_automation_utils_index.createVariantConfigWithProperties;
151
152
  exports.cva = require_styles_styler.cva;
152
153
  exports.cx = require_styles_styler.cx;
154
+ exports.deprecatedAlwaysPalette = require_tokens_configs_palette_alwaysPalette.deprecatedAlwaysPalette;
153
155
  exports.entries = require_tokens_utils_entries.entries;
154
156
  exports.findFixtureType = require_tokens_automation_utils_index.findFixtureType;
155
157
  exports.fontWeightMap = require_tokens_configs_typography.fontWeightMap;
@@ -174,6 +176,7 @@ exports.getStyles = require_styles_styler.getStyles;
174
176
  exports.getStylesCacheKeySymbol = require_styles_styler.getStylesCacheKeySymbol;
175
177
  exports.isConfigDefaultValue = require_tokens_automation_utils_defaults.isConfigDefaultValue;
176
178
  exports.mapValues = require_tokens_utils_mapValues.mapValues;
179
+ exports.newAlwaysPalette = require_tokens_configs_palette_alwaysPalette.newAlwaysPalette;
177
180
  exports.parseButtonVariantFlat = require_tokens_parseButtonVariants.parseButtonVariantFlat;
178
181
  exports.parseOpacityStep = require_tokens_utils_opacity.parseOpacityStep;
179
182
  exports.setConfigPseudoStateVariable = require_tokens_automation_utils_variableData.setConfigPseudoStateVariable;
package/dist/index.d.cts CHANGED
@@ -16,10 +16,10 @@ import { AllPossibleProperties, AllVariantKeys, AutoComponentName, AutoComponent
16
16
  import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "./tokens/automation/types/ComponentStyles.cjs";
17
17
  import { cartesianProduct } from "./tokens/automation/utils/cartesianProduct.cjs";
18
18
  import { coalesceConfigVariant } from "./tokens/automation/utils/coalesceConfigVariant.cjs";
19
- import { alwaysPalette } from "./tokens/configs/palette.cjs";
19
+ import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "./tokens/configs/palette/alwaysPalette.cjs";
20
20
  import { AVATAR_SIZE_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_SIZE_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME } from "./tokens/consts/cssTokens.cjs";
21
21
  import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontWeightForFont } from "./tokens/consts/fontDeclarationsMap.cjs";
22
- import { AlwaysPalette, AlwaysPaletteAlias, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BadgeSize, BadgeVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, Breakpoint, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, CustomSizingStyleProps, DataAttribute, Display, DividerVariant, ElevationAlias, ElevationConfig, ElevationLevel, ElevationPreset, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FontAlias, FontConfig, FontCssVar, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig } from "./tokens/types.cjs";
22
+ import { AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BadgeSize, BadgeVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, Breakpoint, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ConfigurableComponentName, CustomSizingStyleProps, DataAttribute, Display, DividerVariant, ElevationAlias, ElevationConfig, ElevationLevel, ElevationPreset, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FontAlias, FontConfig, FontCssVar, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig } from "./tokens/types.cjs";
23
23
  import { UniversalTokensConfigAuto } from "./generated/universalTokensConfigAuto.cjs";
24
24
  import { getConfigDefaultValue, isConfigDefaultValue } from "./tokens/automation/utils/defaults.cjs";
25
25
  import { generateKeyFromFlatConfigPath } from "./tokens/automation/utils/generateKeyFromFlatConfigPath.cjs";
@@ -79,4 +79,4 @@ import { RadioGroupProvider, RadioGroupProviderProps } from "./components/client
79
79
  import { Switch, SwitchProps } from "./components/client/Switch.cjs";
80
80
  import "./components/index.cjs";
81
81
  import { SetState } from "./types.cjs";
82
- export { AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPalette, AlwaysPaletteAlias, AlwaysPaletteColor, Animation, AriaAttribute, AutoComponentName, AutoComponents, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, Box, BoxProps, Breakpoint, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentStateConfig, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, Display, Divider, DividerConfig, DividerProps, DividerVariant, ElevationAlias, ElevationConfig, ElevationLevel, ElevationPreset, ExtendablePropertiesName, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonProps, IconButtonSize, IconPropsWithSVGProps as IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImagePropsWithImgProps as ImageProps, ImagePropsWithImgProps, ImageStyleProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, Menu_index_d_exports as Menu, MenuConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SchemaStateValue, SelectedConfigurableProperty, SetState, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpringMotionConfig, SpringMotionConfigProps, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig, UniversalTokensConfigAuto, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, cartesianProduct, coalesceConfigVariant, configurableProperties, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, entries, findFixtureType, fontWeightMap, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigDefaultValue, getConfigPseudoStateVariables, getConfigPseudoStateVariablesWithSetter, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getStyles, getStylesCacheKeySymbol, isConfigDefaultValue, mapValues, parseButtonVariantFlat, parseOpacityStep, setConfigPseudoStateVariable, shadow, statePseudoMapDocsMode, toMinimalDbConfigObject, variants };
82
+ export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AutoComponentName, AutoComponents, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, Box, BoxProps, Breakpoint, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, Display, Divider, DividerConfig, DividerProps, DividerVariant, ElevationAlias, ElevationConfig, ElevationLevel, ElevationPreset, ExtendablePropertiesName, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonProps, IconButtonSize, IconPropsWithSVGProps as IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImagePropsWithImgProps as ImageProps, ImagePropsWithImgProps, ImageStyleProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, Menu_index_d_exports as Menu, MenuConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SchemaStateValue, SelectedConfigurableProperty, SetState, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpringMotionConfig, SpringMotionConfigProps, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig, UniversalTokensConfigAuto, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, cartesianProduct, coalesceConfigVariant, configurableProperties, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, deprecatedAlwaysPalette, entries, findFixtureType, fontWeightMap, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigDefaultValue, getConfigPseudoStateVariables, getConfigPseudoStateVariablesWithSetter, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getStyles, getStylesCacheKeySymbol, isConfigDefaultValue, mapValues, newAlwaysPalette, parseButtonVariantFlat, parseOpacityStep, setConfigPseudoStateVariable, shadow, statePseudoMapDocsMode, toMinimalDbConfigObject, variants };