@yahoo/uds 3.141.0 → 3.143.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 (155) hide show
  1. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  2. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  3. package/dist/automated-config/dist/utils/index.cjs +1 -1
  4. package/dist/automated-config/dist/utils/index.js +1 -1
  5. package/dist/components/Divider/Divider.cjs +86 -5
  6. package/dist/components/Divider/Divider.d.cts +15 -4
  7. package/dist/components/Divider/Divider.d.ts +15 -4
  8. package/dist/components/Divider/Divider.js +88 -7
  9. package/dist/components/Divider/DividerLabel.cjs +30 -0
  10. package/dist/components/Divider/DividerLabel.d.cts +18 -0
  11. package/dist/components/Divider/DividerLabel.d.ts +18 -0
  12. package/dist/components/Divider/DividerLabel.js +28 -0
  13. package/dist/components/Divider/DividerLine.cjs +41 -0
  14. package/dist/components/Divider/DividerLine.d.cts +19 -0
  15. package/dist/components/Divider/DividerLine.d.ts +19 -0
  16. package/dist/components/Divider/DividerLine.js +39 -0
  17. package/dist/components/Divider/index.cjs +4 -0
  18. package/dist/components/Divider/index.d.cts +4 -1
  19. package/dist/components/Divider/index.d.ts +4 -1
  20. package/dist/components/Divider/index.js +3 -1
  21. package/dist/components/Divider/types.cjs +1 -0
  22. package/dist/components/Divider/types.d.cts +38 -0
  23. package/dist/components/Divider/types.d.ts +38 -0
  24. package/dist/components/Divider/types.js +1 -0
  25. package/dist/components/Divider/utils.cjs +33 -0
  26. package/dist/components/Divider/utils.d.cts +11 -0
  27. package/dist/components/Divider/utils.d.ts +11 -0
  28. package/dist/components/Divider/utils.js +29 -0
  29. package/dist/components/client/Menu/Menu.Divider.cjs +2 -2
  30. package/dist/components/client/Menu/Menu.Divider.js +2 -2
  31. package/dist/components/index.cjs +6 -0
  32. package/dist/components/index.d.cts +3 -1
  33. package/dist/components/index.d.ts +3 -1
  34. package/dist/components/index.js +5 -1
  35. package/dist/index.cjs +5 -1
  36. package/dist/index.d.cts +3 -1
  37. package/dist/index.d.ts +3 -1
  38. package/dist/index.js +4 -2
  39. package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -1
  40. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  41. package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -1
  42. package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -1
  43. package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -1
  44. package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +1 -1
  45. package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -1
  46. package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
  47. package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -1
  48. package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -1
  49. package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -1
  50. package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -1
  51. package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
  52. package/dist/tailwind/dist/commands/css.js.map +1 -1
  53. package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
  54. package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
  55. package/dist/tailwind/dist/commands/purge.js.map +1 -1
  56. package/dist/tailwind/dist/css/generate.helpers.js.map +1 -1
  57. package/dist/tailwind/dist/css/generate.js.map +1 -1
  58. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  59. package/dist/tailwind/dist/css/perf.js.map +1 -1
  60. package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -1
  61. package/dist/tailwind/dist/css/postcss.js.map +1 -1
  62. package/dist/tailwind/dist/css/purgeWorker.js.map +1 -1
  63. package/dist/tailwind/dist/css/runner.helpers.js.map +1 -1
  64. package/dist/tailwind/dist/css/runner.js.map +1 -1
  65. package/dist/tailwind/dist/css/utils.js.map +1 -1
  66. package/dist/tailwind/dist/css/workerPool.js.map +1 -1
  67. package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
  68. package/dist/tailwind/dist/fixtures/dist/index.cjs +0 -10
  69. package/dist/tailwind/dist/fixtures/dist/index.js +0 -10
  70. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  71. package/dist/tailwind/dist/modes/dist/index.cjs +1 -0
  72. package/dist/tailwind/dist/modes/dist/index.js +1 -0
  73. package/dist/tailwind/dist/modes/dist/index.js.map +1 -1
  74. package/dist/tailwind/dist/plugin.js.map +1 -1
  75. package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
  76. package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -1
  77. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  78. package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -1
  79. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  80. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
  81. package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -1
  82. package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -1
  83. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
  84. package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -1
  85. package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -1
  86. package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -1
  87. package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -1
  88. package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -1
  89. package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -1
  90. package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -1
  91. package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js.map +1 -1
  92. package/dist/tailwind/dist/tailwind/components/getIconStyles.js.map +1 -1
  93. package/dist/tailwind/dist/tailwind/components/getInputStyles.js.map +1 -1
  94. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -1
  95. package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -1
  96. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
  97. package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -1
  98. package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -1
  99. package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -1
  100. package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -1
  101. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  102. package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -1
  103. package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -1
  104. package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -1
  105. package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -1
  106. package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -1
  107. package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -1
  108. package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -1
  109. package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -1
  110. package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -1
  111. package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -1
  112. package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -1
  113. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -1
  114. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -1
  115. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -1
  116. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
  117. package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -1
  118. package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -1
  119. package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -1
  120. package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js.map +1 -1
  121. package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js.map +1 -1
  122. package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -1
  123. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -1
  124. package/dist/tailwind/dist/utils/assertUnreachable.js.map +1 -1
  125. package/dist/tailwind/dist/utils/entries.js.map +1 -1
  126. package/dist/tailwind/dist/utils/entryPoints.js.map +1 -1
  127. package/dist/tailwind/dist/utils/fromEntries.js.map +1 -1
  128. package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
  129. package/dist/tailwind/dist/utils/mapValues.js.map +1 -1
  130. package/dist/tailwind/dist/utils/opacity.js.map +1 -1
  131. package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -1
  132. package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
  133. package/dist/tailwind/dist/utils/postcssPreserveVars.js.map +1 -1
  134. package/dist/tailwind/dist/utils/tsMorph.js.map +1 -1
  135. package/dist/tokens/automation/index.cjs +1 -1
  136. package/dist/tokens/automation/index.js +1 -1
  137. package/dist/tokens/index.cjs +1 -1
  138. package/dist/tokens/index.js +1 -1
  139. package/dist/uds/generated/componentData.cjs +333 -331
  140. package/dist/uds/generated/componentData.js +330 -328
  141. package/dist/uds/generated/tailwindPurge.cjs +1691 -50
  142. package/dist/uds/generated/tailwindPurge.js +1691 -50
  143. package/dist/uds/package.cjs +2 -2
  144. package/dist/uds/package.js +2 -2
  145. package/generated/componentData.json +599 -586
  146. package/generated/tailwindPurge.ts +3 -3
  147. package/package.json +3 -3
  148. package/dist/components/Divider/DividerCore.cjs +0 -83
  149. package/dist/components/Divider/DividerCore.d.cts +0 -22
  150. package/dist/components/Divider/DividerCore.d.ts +0 -22
  151. package/dist/components/Divider/DividerCore.js +0 -81
  152. package/dist/components/Divider/DividerInternal.cjs +0 -31
  153. package/dist/components/Divider/DividerInternal.d.cts +0 -13
  154. package/dist/components/Divider/DividerInternal.d.ts +0 -13
  155. package/dist/components/Divider/DividerInternal.js +0 -29
@@ -1,5 +1,8 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  //#region generated/tailwindPurge.ts
3
+ //! This file is generated by `uds purge` from @yahoo/uds
4
+ //! Do not edit directly
5
+ //! If there is issue with this file please report to #ask-uds
3
6
  const variantsList = [
4
7
  "color",
5
8
  "placeholderColor",
@@ -1474,7 +1477,1635 @@ const componentToVariants = {
1474
1477
  "ChipDismissible": [],
1475
1478
  "ChipLink": [],
1476
1479
  "ChipToggle": [],
1477
- "Divider": [],
1480
+ "Divider": [["spacingVertical", [
1481
+ "0",
1482
+ "1",
1483
+ "2",
1484
+ "3",
1485
+ "4",
1486
+ "5",
1487
+ "6",
1488
+ "7",
1489
+ "8",
1490
+ "9",
1491
+ "10",
1492
+ "11",
1493
+ "12",
1494
+ "14",
1495
+ "16",
1496
+ "20",
1497
+ "24",
1498
+ "28",
1499
+ "32",
1500
+ "36",
1501
+ "40",
1502
+ "44",
1503
+ "48",
1504
+ "52",
1505
+ "56",
1506
+ "60",
1507
+ "64",
1508
+ "72",
1509
+ "80",
1510
+ "96",
1511
+ "px",
1512
+ "0.5",
1513
+ "1.5",
1514
+ "2.5",
1515
+ "3.5",
1516
+ "4.5",
1517
+ "5.5"
1518
+ ]], ["spacingHorizontal", [
1519
+ "0",
1520
+ "1",
1521
+ "2",
1522
+ "3",
1523
+ "4",
1524
+ "5",
1525
+ "6",
1526
+ "7",
1527
+ "8",
1528
+ "9",
1529
+ "10",
1530
+ "11",
1531
+ "12",
1532
+ "14",
1533
+ "16",
1534
+ "20",
1535
+ "24",
1536
+ "28",
1537
+ "32",
1538
+ "36",
1539
+ "40",
1540
+ "44",
1541
+ "48",
1542
+ "52",
1543
+ "56",
1544
+ "60",
1545
+ "64",
1546
+ "72",
1547
+ "80",
1548
+ "96",
1549
+ "px",
1550
+ "0.5",
1551
+ "1.5",
1552
+ "2.5",
1553
+ "3.5",
1554
+ "4.5",
1555
+ "5.5"
1556
+ ]]],
1557
+ "DividerLabel": [
1558
+ ["color", [
1559
+ "inherit",
1560
+ "accent",
1561
+ "alert",
1562
+ "alert-secondary",
1563
+ "brand",
1564
+ "brand-secondary",
1565
+ "positive",
1566
+ "positive-secondary",
1567
+ "warning",
1568
+ "warning-secondary",
1569
+ "info",
1570
+ "info-secondary",
1571
+ "muted",
1572
+ "on-color",
1573
+ "primary",
1574
+ "secondary",
1575
+ "tertiary",
1576
+ "white",
1577
+ "black",
1578
+ "transparent",
1579
+ "current",
1580
+ "always/white",
1581
+ "always/black",
1582
+ "always/transparent",
1583
+ "always/current",
1584
+ "always/brand",
1585
+ "always/accent"
1586
+ ]],
1587
+ ["height", [
1588
+ "full",
1589
+ "fit",
1590
+ "screen"
1591
+ ]],
1592
+ ["width", [
1593
+ "full",
1594
+ "fit",
1595
+ "screen"
1596
+ ]],
1597
+ ["backgroundColor", [
1598
+ "accent",
1599
+ "alert",
1600
+ "brand",
1601
+ "positive",
1602
+ "warning",
1603
+ "info",
1604
+ "alert-secondary",
1605
+ "brand-secondary",
1606
+ "positive-secondary",
1607
+ "warning-secondary",
1608
+ "info-secondary",
1609
+ "primary",
1610
+ "secondary",
1611
+ "white",
1612
+ "black",
1613
+ "transparent",
1614
+ "current",
1615
+ "elevation-0",
1616
+ "elevation-1",
1617
+ "elevation-2",
1618
+ "elevation-3",
1619
+ "elevation-4",
1620
+ "elevation-5",
1621
+ "always/white",
1622
+ "always/black",
1623
+ "always/transparent",
1624
+ "always/current",
1625
+ "always/brand",
1626
+ "always/accent"
1627
+ ]],
1628
+ ["borderRadius", [
1629
+ "none",
1630
+ "xs",
1631
+ "sm",
1632
+ "md",
1633
+ "lg",
1634
+ "xl",
1635
+ "full"
1636
+ ]],
1637
+ ["borderTopStartRadius", [
1638
+ "none",
1639
+ "xs",
1640
+ "sm",
1641
+ "md",
1642
+ "lg",
1643
+ "xl",
1644
+ "full"
1645
+ ]],
1646
+ ["borderTopEndRadius", [
1647
+ "none",
1648
+ "xs",
1649
+ "sm",
1650
+ "md",
1651
+ "lg",
1652
+ "xl",
1653
+ "full"
1654
+ ]],
1655
+ ["borderBottomStartRadius", [
1656
+ "none",
1657
+ "xs",
1658
+ "sm",
1659
+ "md",
1660
+ "lg",
1661
+ "xl",
1662
+ "full"
1663
+ ]],
1664
+ ["borderBottomEndRadius", [
1665
+ "none",
1666
+ "xs",
1667
+ "sm",
1668
+ "md",
1669
+ "lg",
1670
+ "xl",
1671
+ "full"
1672
+ ]],
1673
+ ["borderColor", [
1674
+ "accent",
1675
+ "brand",
1676
+ "alert",
1677
+ "positive",
1678
+ "warning",
1679
+ "info",
1680
+ "brand-secondary",
1681
+ "alert-secondary",
1682
+ "positive-secondary",
1683
+ "warning-secondary",
1684
+ "info-secondary",
1685
+ "muted",
1686
+ "primary",
1687
+ "secondary",
1688
+ "tertiary",
1689
+ "white",
1690
+ "black",
1691
+ "transparent",
1692
+ "current",
1693
+ "elevation-0",
1694
+ "elevation-1",
1695
+ "elevation-2",
1696
+ "elevation-3",
1697
+ "elevation-4",
1698
+ "elevation-5",
1699
+ "always/white",
1700
+ "always/black",
1701
+ "always/transparent",
1702
+ "always/current",
1703
+ "always/brand",
1704
+ "always/accent"
1705
+ ]],
1706
+ ["borderStartColor", [
1707
+ "accent",
1708
+ "alert",
1709
+ "brand",
1710
+ "positive",
1711
+ "warning",
1712
+ "info",
1713
+ "alert-secondary",
1714
+ "brand-secondary",
1715
+ "positive-secondary",
1716
+ "warning-secondary",
1717
+ "info-secondary",
1718
+ "muted",
1719
+ "primary",
1720
+ "secondary",
1721
+ "tertiary",
1722
+ "white",
1723
+ "black",
1724
+ "transparent",
1725
+ "current",
1726
+ "elevation-0",
1727
+ "elevation-1",
1728
+ "elevation-2",
1729
+ "elevation-3",
1730
+ "elevation-4",
1731
+ "elevation-5",
1732
+ "always/white",
1733
+ "always/black",
1734
+ "always/transparent",
1735
+ "always/current",
1736
+ "always/brand",
1737
+ "always/accent"
1738
+ ]],
1739
+ ["borderEndColor", [
1740
+ "accent",
1741
+ "alert",
1742
+ "brand",
1743
+ "positive",
1744
+ "warning",
1745
+ "info",
1746
+ "alert-secondary",
1747
+ "brand-secondary",
1748
+ "positive-secondary",
1749
+ "warning-secondary",
1750
+ "info-secondary",
1751
+ "muted",
1752
+ "primary",
1753
+ "secondary",
1754
+ "tertiary",
1755
+ "white",
1756
+ "black",
1757
+ "transparent",
1758
+ "current",
1759
+ "elevation-0",
1760
+ "elevation-1",
1761
+ "elevation-2",
1762
+ "elevation-3",
1763
+ "elevation-4",
1764
+ "elevation-5",
1765
+ "always/white",
1766
+ "always/black",
1767
+ "always/transparent",
1768
+ "always/current",
1769
+ "always/brand",
1770
+ "always/accent"
1771
+ ]],
1772
+ ["borderTopColor", [
1773
+ "accent",
1774
+ "alert",
1775
+ "brand",
1776
+ "positive",
1777
+ "warning",
1778
+ "info",
1779
+ "alert-secondary",
1780
+ "brand-secondary",
1781
+ "positive-secondary",
1782
+ "warning-secondary",
1783
+ "info-secondary",
1784
+ "muted",
1785
+ "primary",
1786
+ "secondary",
1787
+ "tertiary",
1788
+ "white",
1789
+ "black",
1790
+ "transparent",
1791
+ "current",
1792
+ "elevation-0",
1793
+ "elevation-1",
1794
+ "elevation-2",
1795
+ "elevation-3",
1796
+ "elevation-4",
1797
+ "elevation-5",
1798
+ "always/white",
1799
+ "always/black",
1800
+ "always/transparent",
1801
+ "always/current",
1802
+ "always/brand",
1803
+ "always/accent"
1804
+ ]],
1805
+ ["borderBottomColor", [
1806
+ "accent",
1807
+ "alert",
1808
+ "brand",
1809
+ "positive",
1810
+ "warning",
1811
+ "info",
1812
+ "alert-secondary",
1813
+ "brand-secondary",
1814
+ "positive-secondary",
1815
+ "warning-secondary",
1816
+ "info-secondary",
1817
+ "muted",
1818
+ "primary",
1819
+ "secondary",
1820
+ "tertiary",
1821
+ "white",
1822
+ "black",
1823
+ "transparent",
1824
+ "current",
1825
+ "elevation-0",
1826
+ "elevation-1",
1827
+ "elevation-2",
1828
+ "elevation-3",
1829
+ "elevation-4",
1830
+ "elevation-5",
1831
+ "always/white",
1832
+ "always/black",
1833
+ "always/transparent",
1834
+ "always/current",
1835
+ "always/brand",
1836
+ "always/accent"
1837
+ ]],
1838
+ ["borderWidth", [
1839
+ "none",
1840
+ "thin",
1841
+ "medium",
1842
+ "thick",
1843
+ "elevation-0",
1844
+ "elevation-1",
1845
+ "elevation-2",
1846
+ "elevation-3",
1847
+ "elevation-4",
1848
+ "elevation-5"
1849
+ ]],
1850
+ ["borderVerticalWidth", [
1851
+ "none",
1852
+ "thin",
1853
+ "medium",
1854
+ "thick",
1855
+ "elevation-0",
1856
+ "elevation-1",
1857
+ "elevation-2",
1858
+ "elevation-3",
1859
+ "elevation-4",
1860
+ "elevation-5"
1861
+ ]],
1862
+ ["borderHorizontalWidth", [
1863
+ "none",
1864
+ "thin",
1865
+ "medium",
1866
+ "thick",
1867
+ "elevation-0",
1868
+ "elevation-1",
1869
+ "elevation-2",
1870
+ "elevation-3",
1871
+ "elevation-4",
1872
+ "elevation-5"
1873
+ ]],
1874
+ ["borderStartWidth", [
1875
+ "none",
1876
+ "thin",
1877
+ "medium",
1878
+ "thick",
1879
+ "elevation-0",
1880
+ "elevation-1",
1881
+ "elevation-2",
1882
+ "elevation-3",
1883
+ "elevation-4",
1884
+ "elevation-5"
1885
+ ]],
1886
+ ["borderEndWidth", [
1887
+ "none",
1888
+ "thin",
1889
+ "medium",
1890
+ "thick",
1891
+ "elevation-0",
1892
+ "elevation-1",
1893
+ "elevation-2",
1894
+ "elevation-3",
1895
+ "elevation-4",
1896
+ "elevation-5"
1897
+ ]],
1898
+ ["borderTopWidth", [
1899
+ "none",
1900
+ "thin",
1901
+ "medium",
1902
+ "thick",
1903
+ "elevation-0",
1904
+ "elevation-1",
1905
+ "elevation-2",
1906
+ "elevation-3",
1907
+ "elevation-4",
1908
+ "elevation-5"
1909
+ ]],
1910
+ ["borderBottomWidth", [
1911
+ "none",
1912
+ "thin",
1913
+ "medium",
1914
+ "thick",
1915
+ "elevation-0",
1916
+ "elevation-1",
1917
+ "elevation-2",
1918
+ "elevation-3",
1919
+ "elevation-4",
1920
+ "elevation-5"
1921
+ ]],
1922
+ ["alignContent", [
1923
+ "flex-start",
1924
+ "flex-end",
1925
+ "center",
1926
+ "stretch",
1927
+ "space-between",
1928
+ "space-around"
1929
+ ]],
1930
+ ["alignItems", [
1931
+ "flex-start",
1932
+ "flex-end",
1933
+ "center",
1934
+ "stretch",
1935
+ "baseline"
1936
+ ]],
1937
+ ["alignSelf", [
1938
+ "auto",
1939
+ "flex-start",
1940
+ "flex-end",
1941
+ "center",
1942
+ "stretch",
1943
+ "baseline"
1944
+ ]],
1945
+ ["flex", [
1946
+ "1",
1947
+ "auto",
1948
+ "initial",
1949
+ "none"
1950
+ ]],
1951
+ ["flexDirection", [
1952
+ "row",
1953
+ "column",
1954
+ "row-reverse",
1955
+ "column-reverse"
1956
+ ]],
1957
+ ["flexGrow", [
1958
+ "0",
1959
+ "1",
1960
+ "2",
1961
+ "3"
1962
+ ]],
1963
+ ["flexShrink", ["0", "1"]],
1964
+ ["flexWrap", [
1965
+ "wrap",
1966
+ "wrap-reverse",
1967
+ "nowrap"
1968
+ ]],
1969
+ ["justifyContent", [
1970
+ "flex-start",
1971
+ "flex-end",
1972
+ "center",
1973
+ "space-between",
1974
+ "space-around",
1975
+ "space-evenly"
1976
+ ]],
1977
+ ["flexBasis", ["min-content"]],
1978
+ ["display", [
1979
+ "block",
1980
+ "inline-block",
1981
+ "inline",
1982
+ "flex",
1983
+ "inline-flex",
1984
+ "table",
1985
+ "inline-table",
1986
+ "table-caption",
1987
+ "table-cell",
1988
+ "table-column",
1989
+ "table-column-group",
1990
+ "table-footer-group",
1991
+ "table-header-group",
1992
+ "table-row-group",
1993
+ "table-row",
1994
+ "flow-root",
1995
+ "grid",
1996
+ "contents",
1997
+ "none"
1998
+ ]],
1999
+ ["overflow", [
2000
+ "auto",
2001
+ "hidden",
2002
+ "clip",
2003
+ "visible",
2004
+ "scroll"
2005
+ ]],
2006
+ ["overflowX", [
2007
+ "auto",
2008
+ "hidden",
2009
+ "clip",
2010
+ "visible",
2011
+ "scroll"
2012
+ ]],
2013
+ ["overflowY", [
2014
+ "auto",
2015
+ "hidden",
2016
+ "clip",
2017
+ "visible",
2018
+ "scroll"
2019
+ ]],
2020
+ ["position", [
2021
+ "static",
2022
+ "fixed",
2023
+ "absolute",
2024
+ "relative",
2025
+ "sticky"
2026
+ ]],
2027
+ ["spacing", [
2028
+ "0",
2029
+ "1",
2030
+ "2",
2031
+ "3",
2032
+ "4",
2033
+ "5",
2034
+ "6",
2035
+ "7",
2036
+ "8",
2037
+ "9",
2038
+ "10",
2039
+ "11",
2040
+ "12",
2041
+ "14",
2042
+ "16",
2043
+ "20",
2044
+ "24",
2045
+ "28",
2046
+ "32",
2047
+ "36",
2048
+ "40",
2049
+ "44",
2050
+ "48",
2051
+ "52",
2052
+ "56",
2053
+ "60",
2054
+ "64",
2055
+ "72",
2056
+ "80",
2057
+ "96",
2058
+ "px",
2059
+ "0.5",
2060
+ "1.5",
2061
+ "2.5",
2062
+ "3.5",
2063
+ "4.5",
2064
+ "5.5"
2065
+ ]],
2066
+ ["spacingHorizontal", [
2067
+ "0",
2068
+ "1",
2069
+ "2",
2070
+ "3",
2071
+ "4",
2072
+ "5",
2073
+ "6",
2074
+ "7",
2075
+ "8",
2076
+ "9",
2077
+ "10",
2078
+ "11",
2079
+ "12",
2080
+ "14",
2081
+ "16",
2082
+ "20",
2083
+ "24",
2084
+ "28",
2085
+ "32",
2086
+ "36",
2087
+ "40",
2088
+ "44",
2089
+ "48",
2090
+ "52",
2091
+ "56",
2092
+ "60",
2093
+ "64",
2094
+ "72",
2095
+ "80",
2096
+ "96",
2097
+ "px",
2098
+ "0.5",
2099
+ "1.5",
2100
+ "2.5",
2101
+ "3.5",
2102
+ "4.5",
2103
+ "5.5"
2104
+ ]],
2105
+ ["spacingVertical", [
2106
+ "0",
2107
+ "1",
2108
+ "2",
2109
+ "3",
2110
+ "4",
2111
+ "5",
2112
+ "6",
2113
+ "7",
2114
+ "8",
2115
+ "9",
2116
+ "10",
2117
+ "11",
2118
+ "12",
2119
+ "14",
2120
+ "16",
2121
+ "20",
2122
+ "24",
2123
+ "28",
2124
+ "32",
2125
+ "36",
2126
+ "40",
2127
+ "44",
2128
+ "48",
2129
+ "52",
2130
+ "56",
2131
+ "60",
2132
+ "64",
2133
+ "72",
2134
+ "80",
2135
+ "96",
2136
+ "px",
2137
+ "0.5",
2138
+ "1.5",
2139
+ "2.5",
2140
+ "3.5",
2141
+ "4.5",
2142
+ "5.5"
2143
+ ]],
2144
+ ["spacingBottom", [
2145
+ "0",
2146
+ "1",
2147
+ "2",
2148
+ "3",
2149
+ "4",
2150
+ "5",
2151
+ "6",
2152
+ "7",
2153
+ "8",
2154
+ "9",
2155
+ "10",
2156
+ "11",
2157
+ "12",
2158
+ "14",
2159
+ "16",
2160
+ "20",
2161
+ "24",
2162
+ "28",
2163
+ "32",
2164
+ "36",
2165
+ "40",
2166
+ "44",
2167
+ "48",
2168
+ "52",
2169
+ "56",
2170
+ "60",
2171
+ "64",
2172
+ "72",
2173
+ "80",
2174
+ "96",
2175
+ "px",
2176
+ "0.5",
2177
+ "1.5",
2178
+ "2.5",
2179
+ "3.5",
2180
+ "4.5",
2181
+ "5.5"
2182
+ ]],
2183
+ ["spacingEnd", [
2184
+ "0",
2185
+ "1",
2186
+ "2",
2187
+ "3",
2188
+ "4",
2189
+ "5",
2190
+ "6",
2191
+ "7",
2192
+ "8",
2193
+ "9",
2194
+ "10",
2195
+ "11",
2196
+ "12",
2197
+ "14",
2198
+ "16",
2199
+ "20",
2200
+ "24",
2201
+ "28",
2202
+ "32",
2203
+ "36",
2204
+ "40",
2205
+ "44",
2206
+ "48",
2207
+ "52",
2208
+ "56",
2209
+ "60",
2210
+ "64",
2211
+ "72",
2212
+ "80",
2213
+ "96",
2214
+ "px",
2215
+ "0.5",
2216
+ "1.5",
2217
+ "2.5",
2218
+ "3.5",
2219
+ "4.5",
2220
+ "5.5"
2221
+ ]],
2222
+ ["spacingStart", [
2223
+ "0",
2224
+ "1",
2225
+ "2",
2226
+ "3",
2227
+ "4",
2228
+ "5",
2229
+ "6",
2230
+ "7",
2231
+ "8",
2232
+ "9",
2233
+ "10",
2234
+ "11",
2235
+ "12",
2236
+ "14",
2237
+ "16",
2238
+ "20",
2239
+ "24",
2240
+ "28",
2241
+ "32",
2242
+ "36",
2243
+ "40",
2244
+ "44",
2245
+ "48",
2246
+ "52",
2247
+ "56",
2248
+ "60",
2249
+ "64",
2250
+ "72",
2251
+ "80",
2252
+ "96",
2253
+ "px",
2254
+ "0.5",
2255
+ "1.5",
2256
+ "2.5",
2257
+ "3.5",
2258
+ "4.5",
2259
+ "5.5"
2260
+ ]],
2261
+ ["spacingTop", [
2262
+ "0",
2263
+ "1",
2264
+ "2",
2265
+ "3",
2266
+ "4",
2267
+ "5",
2268
+ "6",
2269
+ "7",
2270
+ "8",
2271
+ "9",
2272
+ "10",
2273
+ "11",
2274
+ "12",
2275
+ "14",
2276
+ "16",
2277
+ "20",
2278
+ "24",
2279
+ "28",
2280
+ "32",
2281
+ "36",
2282
+ "40",
2283
+ "44",
2284
+ "48",
2285
+ "52",
2286
+ "56",
2287
+ "60",
2288
+ "64",
2289
+ "72",
2290
+ "80",
2291
+ "96",
2292
+ "px",
2293
+ "0.5",
2294
+ "1.5",
2295
+ "2.5",
2296
+ "3.5",
2297
+ "4.5",
2298
+ "5.5"
2299
+ ]],
2300
+ ["offset", [
2301
+ "0",
2302
+ "1",
2303
+ "2",
2304
+ "3",
2305
+ "4",
2306
+ "5",
2307
+ "6",
2308
+ "7",
2309
+ "8",
2310
+ "9",
2311
+ "10",
2312
+ "11",
2313
+ "12",
2314
+ "14",
2315
+ "16",
2316
+ "20",
2317
+ "24",
2318
+ "28",
2319
+ "32",
2320
+ "36",
2321
+ "40",
2322
+ "44",
2323
+ "48",
2324
+ "52",
2325
+ "56",
2326
+ "60",
2327
+ "64",
2328
+ "72",
2329
+ "80",
2330
+ "96",
2331
+ "px",
2332
+ "0.5",
2333
+ "1.5",
2334
+ "2.5",
2335
+ "3.5",
2336
+ "4.5",
2337
+ "5.5"
2338
+ ]],
2339
+ ["offsetVertical", [
2340
+ "0",
2341
+ "1",
2342
+ "2",
2343
+ "3",
2344
+ "4",
2345
+ "5",
2346
+ "6",
2347
+ "7",
2348
+ "8",
2349
+ "9",
2350
+ "10",
2351
+ "11",
2352
+ "12",
2353
+ "14",
2354
+ "16",
2355
+ "20",
2356
+ "24",
2357
+ "28",
2358
+ "32",
2359
+ "36",
2360
+ "40",
2361
+ "44",
2362
+ "48",
2363
+ "52",
2364
+ "56",
2365
+ "60",
2366
+ "64",
2367
+ "72",
2368
+ "80",
2369
+ "96",
2370
+ "px",
2371
+ "0.5",
2372
+ "1.5",
2373
+ "2.5",
2374
+ "3.5",
2375
+ "4.5",
2376
+ "5.5"
2377
+ ]],
2378
+ ["offsetHorizontal", [
2379
+ "0",
2380
+ "1",
2381
+ "2",
2382
+ "3",
2383
+ "4",
2384
+ "5",
2385
+ "6",
2386
+ "7",
2387
+ "8",
2388
+ "9",
2389
+ "10",
2390
+ "11",
2391
+ "12",
2392
+ "14",
2393
+ "16",
2394
+ "20",
2395
+ "24",
2396
+ "28",
2397
+ "32",
2398
+ "36",
2399
+ "40",
2400
+ "44",
2401
+ "48",
2402
+ "52",
2403
+ "56",
2404
+ "60",
2405
+ "64",
2406
+ "72",
2407
+ "80",
2408
+ "96",
2409
+ "px",
2410
+ "0.5",
2411
+ "1.5",
2412
+ "2.5",
2413
+ "3.5",
2414
+ "4.5",
2415
+ "5.5"
2416
+ ]],
2417
+ ["offsetBottom", [
2418
+ "0",
2419
+ "1",
2420
+ "2",
2421
+ "3",
2422
+ "4",
2423
+ "5",
2424
+ "6",
2425
+ "7",
2426
+ "8",
2427
+ "9",
2428
+ "10",
2429
+ "11",
2430
+ "12",
2431
+ "14",
2432
+ "16",
2433
+ "20",
2434
+ "24",
2435
+ "28",
2436
+ "32",
2437
+ "36",
2438
+ "40",
2439
+ "44",
2440
+ "48",
2441
+ "52",
2442
+ "56",
2443
+ "60",
2444
+ "64",
2445
+ "72",
2446
+ "80",
2447
+ "96",
2448
+ "px",
2449
+ "0.5",
2450
+ "1.5",
2451
+ "2.5",
2452
+ "3.5",
2453
+ "4.5",
2454
+ "5.5"
2455
+ ]],
2456
+ ["offsetEnd", [
2457
+ "0",
2458
+ "1",
2459
+ "2",
2460
+ "3",
2461
+ "4",
2462
+ "5",
2463
+ "6",
2464
+ "7",
2465
+ "8",
2466
+ "9",
2467
+ "10",
2468
+ "11",
2469
+ "12",
2470
+ "14",
2471
+ "16",
2472
+ "20",
2473
+ "24",
2474
+ "28",
2475
+ "32",
2476
+ "36",
2477
+ "40",
2478
+ "44",
2479
+ "48",
2480
+ "52",
2481
+ "56",
2482
+ "60",
2483
+ "64",
2484
+ "72",
2485
+ "80",
2486
+ "96",
2487
+ "px",
2488
+ "0.5",
2489
+ "1.5",
2490
+ "2.5",
2491
+ "3.5",
2492
+ "4.5",
2493
+ "5.5"
2494
+ ]],
2495
+ ["offsetStart", [
2496
+ "0",
2497
+ "1",
2498
+ "2",
2499
+ "3",
2500
+ "4",
2501
+ "5",
2502
+ "6",
2503
+ "7",
2504
+ "8",
2505
+ "9",
2506
+ "10",
2507
+ "11",
2508
+ "12",
2509
+ "14",
2510
+ "16",
2511
+ "20",
2512
+ "24",
2513
+ "28",
2514
+ "32",
2515
+ "36",
2516
+ "40",
2517
+ "44",
2518
+ "48",
2519
+ "52",
2520
+ "56",
2521
+ "60",
2522
+ "64",
2523
+ "72",
2524
+ "80",
2525
+ "96",
2526
+ "px",
2527
+ "0.5",
2528
+ "1.5",
2529
+ "2.5",
2530
+ "3.5",
2531
+ "4.5",
2532
+ "5.5"
2533
+ ]],
2534
+ ["offsetTop", [
2535
+ "0",
2536
+ "1",
2537
+ "2",
2538
+ "3",
2539
+ "4",
2540
+ "5",
2541
+ "6",
2542
+ "7",
2543
+ "8",
2544
+ "9",
2545
+ "10",
2546
+ "11",
2547
+ "12",
2548
+ "14",
2549
+ "16",
2550
+ "20",
2551
+ "24",
2552
+ "28",
2553
+ "32",
2554
+ "36",
2555
+ "40",
2556
+ "44",
2557
+ "48",
2558
+ "52",
2559
+ "56",
2560
+ "60",
2561
+ "64",
2562
+ "72",
2563
+ "80",
2564
+ "96",
2565
+ "px",
2566
+ "0.5",
2567
+ "1.5",
2568
+ "2.5",
2569
+ "3.5",
2570
+ "4.5",
2571
+ "5.5"
2572
+ ]],
2573
+ ["columnGap", [
2574
+ "0",
2575
+ "1",
2576
+ "2",
2577
+ "3",
2578
+ "4",
2579
+ "5",
2580
+ "6",
2581
+ "7",
2582
+ "8",
2583
+ "9",
2584
+ "10",
2585
+ "11",
2586
+ "12",
2587
+ "14",
2588
+ "16",
2589
+ "20",
2590
+ "24",
2591
+ "28",
2592
+ "32",
2593
+ "36",
2594
+ "40",
2595
+ "44",
2596
+ "48",
2597
+ "52",
2598
+ "56",
2599
+ "60",
2600
+ "64",
2601
+ "72",
2602
+ "80",
2603
+ "96",
2604
+ "px",
2605
+ "0.5",
2606
+ "1.5",
2607
+ "2.5",
2608
+ "3.5",
2609
+ "4.5",
2610
+ "5.5"
2611
+ ]],
2612
+ ["rowGap", [
2613
+ "0",
2614
+ "1",
2615
+ "2",
2616
+ "3",
2617
+ "4",
2618
+ "5",
2619
+ "6",
2620
+ "7",
2621
+ "8",
2622
+ "9",
2623
+ "10",
2624
+ "11",
2625
+ "12",
2626
+ "14",
2627
+ "16",
2628
+ "20",
2629
+ "24",
2630
+ "28",
2631
+ "32",
2632
+ "36",
2633
+ "40",
2634
+ "44",
2635
+ "48",
2636
+ "52",
2637
+ "56",
2638
+ "60",
2639
+ "64",
2640
+ "72",
2641
+ "80",
2642
+ "96",
2643
+ "px",
2644
+ "0.5",
2645
+ "1.5",
2646
+ "2.5",
2647
+ "3.5",
2648
+ "4.5",
2649
+ "5.5"
2650
+ ]],
2651
+ ["dropShadow", [
2652
+ "none",
2653
+ "xs",
2654
+ "sm",
2655
+ "md",
2656
+ "lg",
2657
+ "xl",
2658
+ "2xl",
2659
+ "elevation-0",
2660
+ "elevation-1",
2661
+ "elevation-2",
2662
+ "elevation-3",
2663
+ "elevation-4",
2664
+ "elevation-5"
2665
+ ]],
2666
+ ["insetShadow", [
2667
+ "none",
2668
+ "xs",
2669
+ "sm",
2670
+ "md",
2671
+ "lg",
2672
+ "xl",
2673
+ "2xl",
2674
+ "xs-invert",
2675
+ "sm-invert",
2676
+ "md-invert",
2677
+ "lg-invert",
2678
+ "xl-invert",
2679
+ "2xl-invert",
2680
+ "elevation-0",
2681
+ "elevation-1",
2682
+ "elevation-2",
2683
+ "elevation-3",
2684
+ "elevation-4",
2685
+ "elevation-5"
2686
+ ]],
2687
+ ["nestedBorderRadius", [
2688
+ "true",
2689
+ "first",
2690
+ "last"
2691
+ ]],
2692
+ ["nestedBorderRadiusSize", [
2693
+ "none",
2694
+ "xs",
2695
+ "sm",
2696
+ "md",
2697
+ "lg",
2698
+ "xl",
2699
+ "full"
2700
+ ]],
2701
+ ["nestedBorderRadiusSpacing", [
2702
+ "0",
2703
+ "1",
2704
+ "2",
2705
+ "3",
2706
+ "4",
2707
+ "5",
2708
+ "6",
2709
+ "7",
2710
+ "8",
2711
+ "9",
2712
+ "10",
2713
+ "11",
2714
+ "12",
2715
+ "14",
2716
+ "16",
2717
+ "20",
2718
+ "24",
2719
+ "28",
2720
+ "32",
2721
+ "36",
2722
+ "40",
2723
+ "44",
2724
+ "48",
2725
+ "52",
2726
+ "56",
2727
+ "60",
2728
+ "64",
2729
+ "72",
2730
+ "80",
2731
+ "96",
2732
+ "px",
2733
+ "0.5",
2734
+ "1.5",
2735
+ "2.5",
2736
+ "3.5",
2737
+ "4.5",
2738
+ "5.5"
2739
+ ]],
2740
+ ["nestedBorderRadiusWidth", [
2741
+ "none",
2742
+ "thin",
2743
+ "medium",
2744
+ "thick",
2745
+ "elevation-0",
2746
+ "elevation-1",
2747
+ "elevation-2",
2748
+ "elevation-3",
2749
+ "elevation-4",
2750
+ "elevation-5"
2751
+ ]],
2752
+ ["placeholderColor", [
2753
+ "accent",
2754
+ "alert",
2755
+ "alert-secondary",
2756
+ "brand",
2757
+ "brand-secondary",
2758
+ "positive",
2759
+ "positive-secondary",
2760
+ "warning",
2761
+ "warning-secondary",
2762
+ "info",
2763
+ "info-secondary",
2764
+ "muted",
2765
+ "on-color",
2766
+ "primary",
2767
+ "secondary",
2768
+ "tertiary",
2769
+ "white",
2770
+ "black",
2771
+ "transparent",
2772
+ "current",
2773
+ "always/white",
2774
+ "always/black",
2775
+ "always/transparent",
2776
+ "always/current",
2777
+ "always/brand",
2778
+ "always/accent"
2779
+ ]],
2780
+ ["fontFamily", [
2781
+ "sans",
2782
+ "sans-alt",
2783
+ "serif",
2784
+ "serif-alt",
2785
+ "mono",
2786
+ "display1",
2787
+ "display2",
2788
+ "display3",
2789
+ "title1",
2790
+ "title2",
2791
+ "title3",
2792
+ "title4",
2793
+ "headline1",
2794
+ "body1",
2795
+ "label1",
2796
+ "label2",
2797
+ "label3",
2798
+ "label4",
2799
+ "caption1",
2800
+ "caption2",
2801
+ "legal1",
2802
+ "display1/emphasized",
2803
+ "display2/emphasized",
2804
+ "display3/emphasized",
2805
+ "title1/emphasized",
2806
+ "title2/emphasized",
2807
+ "title3/emphasized",
2808
+ "title4/emphasized",
2809
+ "headline1/emphasized",
2810
+ "body1/emphasized",
2811
+ "label1/emphasized",
2812
+ "label2/emphasized",
2813
+ "label3/emphasized",
2814
+ "label4/emphasized",
2815
+ "caption1/emphasized",
2816
+ "caption2/emphasized",
2817
+ "legal1/emphasized",
2818
+ "ui1",
2819
+ "ui2",
2820
+ "ui3",
2821
+ "ui4",
2822
+ "ui5",
2823
+ "ui6",
2824
+ "ui1/emphasized",
2825
+ "ui2/emphasized",
2826
+ "ui3/emphasized",
2827
+ "ui4/emphasized",
2828
+ "ui5/emphasized",
2829
+ "ui6/emphasized"
2830
+ ]],
2831
+ ["fontSize", [
2832
+ "display1",
2833
+ "display2",
2834
+ "display3",
2835
+ "title1",
2836
+ "title2",
2837
+ "title3",
2838
+ "title4",
2839
+ "headline1",
2840
+ "body1",
2841
+ "label1",
2842
+ "label2",
2843
+ "label3",
2844
+ "label4",
2845
+ "caption1",
2846
+ "caption2",
2847
+ "legal1",
2848
+ "display1/emphasized",
2849
+ "display2/emphasized",
2850
+ "display3/emphasized",
2851
+ "title1/emphasized",
2852
+ "title2/emphasized",
2853
+ "title3/emphasized",
2854
+ "title4/emphasized",
2855
+ "headline1/emphasized",
2856
+ "body1/emphasized",
2857
+ "label1/emphasized",
2858
+ "label2/emphasized",
2859
+ "label3/emphasized",
2860
+ "label4/emphasized",
2861
+ "caption1/emphasized",
2862
+ "caption2/emphasized",
2863
+ "legal1/emphasized",
2864
+ "ui1",
2865
+ "ui2",
2866
+ "ui3",
2867
+ "ui4",
2868
+ "ui5",
2869
+ "ui6",
2870
+ "ui1/emphasized",
2871
+ "ui2/emphasized",
2872
+ "ui3/emphasized",
2873
+ "ui4/emphasized",
2874
+ "ui5/emphasized",
2875
+ "ui6/emphasized"
2876
+ ]],
2877
+ ["letterSpacing", [
2878
+ "display1",
2879
+ "display2",
2880
+ "display3",
2881
+ "title1",
2882
+ "title2",
2883
+ "title3",
2884
+ "title4",
2885
+ "headline1",
2886
+ "body1",
2887
+ "label1",
2888
+ "label2",
2889
+ "label3",
2890
+ "label4",
2891
+ "caption1",
2892
+ "caption2",
2893
+ "legal1",
2894
+ "display1/emphasized",
2895
+ "display2/emphasized",
2896
+ "display3/emphasized",
2897
+ "title1/emphasized",
2898
+ "title2/emphasized",
2899
+ "title3/emphasized",
2900
+ "title4/emphasized",
2901
+ "headline1/emphasized",
2902
+ "body1/emphasized",
2903
+ "label1/emphasized",
2904
+ "label2/emphasized",
2905
+ "label3/emphasized",
2906
+ "label4/emphasized",
2907
+ "caption1/emphasized",
2908
+ "caption2/emphasized",
2909
+ "legal1/emphasized",
2910
+ "ui1",
2911
+ "ui2",
2912
+ "ui3",
2913
+ "ui4",
2914
+ "ui5",
2915
+ "ui6",
2916
+ "ui1/emphasized",
2917
+ "ui2/emphasized",
2918
+ "ui3/emphasized",
2919
+ "ui4/emphasized",
2920
+ "ui5/emphasized",
2921
+ "ui6/emphasized"
2922
+ ]],
2923
+ ["fontWeight", [
2924
+ "thin",
2925
+ "extralight",
2926
+ "light",
2927
+ "regular",
2928
+ "medium",
2929
+ "semibold",
2930
+ "bold",
2931
+ "extrabold",
2932
+ "black",
2933
+ "display1",
2934
+ "display2",
2935
+ "display3",
2936
+ "title1",
2937
+ "title2",
2938
+ "title3",
2939
+ "title4",
2940
+ "headline1",
2941
+ "body1",
2942
+ "label1",
2943
+ "label2",
2944
+ "label3",
2945
+ "label4",
2946
+ "caption1",
2947
+ "caption2",
2948
+ "legal1",
2949
+ "display1/emphasized",
2950
+ "display2/emphasized",
2951
+ "display3/emphasized",
2952
+ "title1/emphasized",
2953
+ "title2/emphasized",
2954
+ "title3/emphasized",
2955
+ "title4/emphasized",
2956
+ "headline1/emphasized",
2957
+ "body1/emphasized",
2958
+ "label1/emphasized",
2959
+ "label2/emphasized",
2960
+ "label3/emphasized",
2961
+ "label4/emphasized",
2962
+ "caption1/emphasized",
2963
+ "caption2/emphasized",
2964
+ "legal1/emphasized",
2965
+ "ui1",
2966
+ "ui2",
2967
+ "ui3",
2968
+ "ui4",
2969
+ "ui5",
2970
+ "ui6",
2971
+ "ui1/emphasized",
2972
+ "ui2/emphasized",
2973
+ "ui3/emphasized",
2974
+ "ui4/emphasized",
2975
+ "ui5/emphasized",
2976
+ "ui6/emphasized"
2977
+ ]],
2978
+ ["lineHeight", [
2979
+ "display1",
2980
+ "display2",
2981
+ "display3",
2982
+ "title1",
2983
+ "title2",
2984
+ "title3",
2985
+ "title4",
2986
+ "headline1",
2987
+ "body1",
2988
+ "label1",
2989
+ "label2",
2990
+ "label3",
2991
+ "label4",
2992
+ "caption1",
2993
+ "caption2",
2994
+ "legal1",
2995
+ "display1/emphasized",
2996
+ "display2/emphasized",
2997
+ "display3/emphasized",
2998
+ "title1/emphasized",
2999
+ "title2/emphasized",
3000
+ "title3/emphasized",
3001
+ "title4/emphasized",
3002
+ "headline1/emphasized",
3003
+ "body1/emphasized",
3004
+ "label1/emphasized",
3005
+ "label2/emphasized",
3006
+ "label3/emphasized",
3007
+ "label4/emphasized",
3008
+ "caption1/emphasized",
3009
+ "caption2/emphasized",
3010
+ "legal1/emphasized",
3011
+ "ui1",
3012
+ "ui2",
3013
+ "ui3",
3014
+ "ui4",
3015
+ "ui5",
3016
+ "ui6",
3017
+ "ui1/emphasized",
3018
+ "ui2/emphasized",
3019
+ "ui3/emphasized",
3020
+ "ui4/emphasized",
3021
+ "ui5/emphasized",
3022
+ "ui6/emphasized"
3023
+ ]],
3024
+ ["textAlign", [
3025
+ "center",
3026
+ "justify",
3027
+ "start",
3028
+ "end"
3029
+ ]],
3030
+ ["textTransform", [
3031
+ "display1",
3032
+ "display2",
3033
+ "display3",
3034
+ "title1",
3035
+ "title2",
3036
+ "title3",
3037
+ "title4",
3038
+ "headline1",
3039
+ "body1",
3040
+ "label1",
3041
+ "label2",
3042
+ "label3",
3043
+ "label4",
3044
+ "caption1",
3045
+ "caption2",
3046
+ "legal1",
3047
+ "display1/emphasized",
3048
+ "display2/emphasized",
3049
+ "display3/emphasized",
3050
+ "title1/emphasized",
3051
+ "title2/emphasized",
3052
+ "title3/emphasized",
3053
+ "title4/emphasized",
3054
+ "headline1/emphasized",
3055
+ "body1/emphasized",
3056
+ "label1/emphasized",
3057
+ "label2/emphasized",
3058
+ "label3/emphasized",
3059
+ "label4/emphasized",
3060
+ "caption1/emphasized",
3061
+ "caption2/emphasized",
3062
+ "legal1/emphasized",
3063
+ "ui1",
3064
+ "ui2",
3065
+ "ui3",
3066
+ "ui4",
3067
+ "ui5",
3068
+ "ui6",
3069
+ "ui1/emphasized",
3070
+ "ui2/emphasized",
3071
+ "ui3/emphasized",
3072
+ "ui4/emphasized",
3073
+ "ui5/emphasized",
3074
+ "ui6/emphasized",
3075
+ "none",
3076
+ "uppercase",
3077
+ "lowercase",
3078
+ "capitalize"
3079
+ ]]
3080
+ ],
3081
+ "DividerLine": [["color", [
3082
+ "accent",
3083
+ "alert",
3084
+ "alert-secondary",
3085
+ "brand",
3086
+ "brand-secondary",
3087
+ "positive",
3088
+ "positive-secondary",
3089
+ "warning",
3090
+ "warning-secondary",
3091
+ "info",
3092
+ "info-secondary",
3093
+ "muted",
3094
+ "on-color",
3095
+ "primary",
3096
+ "secondary",
3097
+ "tertiary",
3098
+ "white",
3099
+ "black",
3100
+ "transparent",
3101
+ "current",
3102
+ "always/white",
3103
+ "always/black",
3104
+ "always/transparent",
3105
+ "always/current",
3106
+ "always/brand",
3107
+ "always/accent"
3108
+ ]]],
1478
3109
  "FormLabel": [["color", ["muted", "inherit"]]],
1479
3110
  "HStack": [
1480
3111
  ["display", ["inline-flex", "flex"]],
@@ -2781,7 +4412,6 @@ const componentToVariants = {
2781
4412
  "Text": [
2782
4413
  ["color", [
2783
4414
  "primary",
2784
- "inherit",
2785
4415
  "accent",
2786
4416
  "alert",
2787
4417
  "alert-secondary",
@@ -2806,7 +4436,53 @@ const componentToVariants = {
2806
4436
  "always/transparent",
2807
4437
  "always/current",
2808
4438
  "always/brand",
2809
- "always/accent"
4439
+ "always/accent",
4440
+ "inherit"
4441
+ ]],
4442
+ ["spacingStart", [
4443
+ "0.5",
4444
+ "0",
4445
+ "1",
4446
+ "2",
4447
+ "3",
4448
+ "4",
4449
+ "5",
4450
+ "6",
4451
+ "7",
4452
+ "8",
4453
+ "9",
4454
+ "10",
4455
+ "11",
4456
+ "12",
4457
+ "14",
4458
+ "16",
4459
+ "20",
4460
+ "24",
4461
+ "28",
4462
+ "32",
4463
+ "36",
4464
+ "40",
4465
+ "44",
4466
+ "48",
4467
+ "52",
4468
+ "56",
4469
+ "60",
4470
+ "64",
4471
+ "72",
4472
+ "80",
4473
+ "96",
4474
+ "px",
4475
+ "1.5",
4476
+ "2.5",
4477
+ "3.5",
4478
+ "4.5",
4479
+ "5.5"
4480
+ ]],
4481
+ ["textAlign", [
4482
+ "center",
4483
+ "justify",
4484
+ "start",
4485
+ "end"
2810
4486
  ]],
2811
4487
  ["height", [
2812
4488
  "full",
@@ -3443,45 +5119,6 @@ const componentToVariants = {
3443
5119
  "4.5",
3444
5120
  "5.5"
3445
5121
  ]],
3446
- ["spacingStart", [
3447
- "0",
3448
- "1",
3449
- "2",
3450
- "3",
3451
- "4",
3452
- "5",
3453
- "6",
3454
- "7",
3455
- "8",
3456
- "9",
3457
- "10",
3458
- "11",
3459
- "12",
3460
- "14",
3461
- "16",
3462
- "20",
3463
- "24",
3464
- "28",
3465
- "32",
3466
- "36",
3467
- "40",
3468
- "44",
3469
- "48",
3470
- "52",
3471
- "56",
3472
- "60",
3473
- "64",
3474
- "72",
3475
- "80",
3476
- "96",
3477
- "px",
3478
- "0.5",
3479
- "1.5",
3480
- "2.5",
3481
- "3.5",
3482
- "4.5",
3483
- "5.5"
3484
- ]],
3485
5122
  ["spacingTop", [
3486
5123
  "0",
3487
5124
  "1",
@@ -4245,12 +5882,6 @@ const componentToVariants = {
4245
5882
  "ui5/emphasized",
4246
5883
  "ui6/emphasized"
4247
5884
  ]],
4248
- ["textAlign", [
4249
- "center",
4250
- "justify",
4251
- "start",
4252
- "end"
4253
- ]],
4254
5885
  ["textTransform", [
4255
5886
  "display1",
4256
5887
  "display2",
@@ -4419,7 +6050,9 @@ const componentToTwClasses = {
4419
6050
  "ChipDismissible": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator rounded-full uds-bgBlurFillFallback uds-bgBlurFallback uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator filter uds-bgBlurFillFallback uds-bgBlurFallback uds-chip-dismissible-variant-brand-icon uds-chip-dismissible-variant-brand-secondary-icon uds-chip-dismissible-variant-default-icon uds-chip-dismissible-variant-primary-icon uds-chip-dismissible-variant-secondary-icon uds-chip-dismissible-variant-brand-root uds-chip-dismissible-variant-brand-secondary-root uds-chip-dismissible-variant-default-root uds-chip-dismissible-variant-primary-root uds-chip-dismissible-variant-secondary-root uds-chip-link-variant-brand-icon uds-chip-link-variant-brand-secondary-icon uds-chip-link-variant-default-icon uds-chip-link-variant-primary-icon uds-chip-link-variant-secondary-icon uds-chip-link-variant-brand-root uds-chip-link-variant-brand-secondary-root uds-chip-link-variant-default-root uds-chip-link-variant-primary-root uds-chip-link-variant-secondary-root uds-chip-size-default-icon uds-chip-size-md-icon uds-chip-size-sm-icon uds-chip-size-default-root uds-chip-size-md-root uds-chip-size-sm-root uds-chip-toggle-variant-active-off-icon uds-chip-toggle-variant-active-on-icon uds-chip-toggle-variant-active-off-root uds-chip-toggle-variant-active-on-root uds-chip-toggle-variant-brand-icon uds-chip-toggle-variant-brand-secondary-icon uds-chip-toggle-variant-default-icon uds-chip-toggle-variant-primary-icon uds-chip-toggle-variant-secondary-icon uds-chip-toggle-variant-brand-root uds-chip-toggle-variant-brand-secondary-root uds-chip-toggle-variant-default-root uds-chip-toggle-variant-primary-root uds-chip-toggle-variant-secondary-root",
4420
6051
  "ChipLink": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator ring uds-bgBlurFillFallback uds-bgBlurFallback uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator filter uds-bgBlurFillFallback uds-bgBlurFallback uds-chip-dismissible-variant-brand-icon uds-chip-dismissible-variant-brand-secondary-icon uds-chip-dismissible-variant-default-icon uds-chip-dismissible-variant-primary-icon uds-chip-dismissible-variant-secondary-icon uds-chip-dismissible-variant-brand-root uds-chip-dismissible-variant-brand-secondary-root uds-chip-dismissible-variant-default-root uds-chip-dismissible-variant-primary-root uds-chip-dismissible-variant-secondary-root uds-chip-link-variant-brand-icon uds-chip-link-variant-brand-secondary-icon uds-chip-link-variant-default-icon uds-chip-link-variant-primary-icon uds-chip-link-variant-secondary-icon uds-chip-link-variant-brand-root uds-chip-link-variant-brand-secondary-root uds-chip-link-variant-default-root uds-chip-link-variant-primary-root uds-chip-link-variant-secondary-root uds-chip-size-default-icon uds-chip-size-md-icon uds-chip-size-sm-icon uds-chip-size-default-root uds-chip-size-md-root uds-chip-size-sm-root uds-chip-toggle-variant-active-off-icon uds-chip-toggle-variant-active-on-icon uds-chip-toggle-variant-active-off-root uds-chip-toggle-variant-active-on-root uds-chip-toggle-variant-brand-icon uds-chip-toggle-variant-brand-secondary-icon uds-chip-toggle-variant-default-icon uds-chip-toggle-variant-primary-icon uds-chip-toggle-variant-secondary-icon uds-chip-toggle-variant-brand-root uds-chip-toggle-variant-brand-secondary-root uds-chip-toggle-variant-default-root uds-chip-toggle-variant-primary-root uds-chip-toggle-variant-secondary-root",
4421
6052
  "ChipToggle": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator ring uds-bgBlurFillFallback uds-bgBlurFallback uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator filter uds-bgBlurFillFallback uds-bgBlurFallback uds-chip-dismissible-variant-brand-icon uds-chip-dismissible-variant-brand-secondary-icon uds-chip-dismissible-variant-default-icon uds-chip-dismissible-variant-primary-icon uds-chip-dismissible-variant-secondary-icon uds-chip-dismissible-variant-brand-root uds-chip-dismissible-variant-brand-secondary-root uds-chip-dismissible-variant-default-root uds-chip-dismissible-variant-primary-root uds-chip-dismissible-variant-secondary-root uds-chip-link-variant-brand-icon uds-chip-link-variant-brand-secondary-icon uds-chip-link-variant-default-icon uds-chip-link-variant-primary-icon uds-chip-link-variant-secondary-icon uds-chip-link-variant-brand-root uds-chip-link-variant-brand-secondary-root uds-chip-link-variant-default-root uds-chip-link-variant-primary-root uds-chip-link-variant-secondary-root uds-chip-size-default-icon uds-chip-size-md-icon uds-chip-size-sm-icon uds-chip-size-default-root uds-chip-size-md-root uds-chip-size-sm-root uds-chip-toggle-variant-active-off-icon uds-chip-toggle-variant-active-on-icon uds-chip-toggle-variant-active-off-root uds-chip-toggle-variant-active-on-root uds-chip-toggle-variant-brand-icon uds-chip-toggle-variant-brand-secondary-icon uds-chip-toggle-variant-default-icon uds-chip-toggle-variant-primary-icon uds-chip-toggle-variant-secondary-icon uds-chip-toggle-variant-brand-root uds-chip-toggle-variant-brand-secondary-root uds-chip-toggle-variant-default-root uds-chip-toggle-variant-primary-root uds-chip-toggle-variant-secondary-root",
4422
- "Divider": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator uds-bgBlurFillFallback uds-bgBlurFallback uds-divider-variant-default-label uds-divider-variant-muted-label uds-divider-variant-primary-label uds-divider-variant-secondary-label uds-divider-variant-tertiary-label uds-divider-variant-default-line uds-divider-variant-muted-line uds-divider-variant-primary-line uds-divider-variant-secondary-line uds-divider-variant-tertiary-line uds-divider-variant-default-root uds-divider-variant-muted-root uds-divider-variant-primary-root uds-divider-variant-secondary-root uds-divider-variant-tertiary-root",
6053
+ "Divider": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator flex w-full uds-bgBlurFillFallback uds-bgBlurFallback uds-divider-variant-default-label uds-divider-variant-muted-label uds-divider-variant-primary-label uds-divider-variant-secondary-label uds-divider-variant-tertiary-label uds-divider-variant-default-line uds-divider-variant-muted-line uds-divider-variant-primary-line uds-divider-variant-secondary-line uds-divider-variant-tertiary-line uds-divider-variant-default-root uds-divider-variant-muted-root uds-divider-variant-primary-root uds-divider-variant-secondary-root uds-divider-variant-tertiary-root",
6054
+ "DividerLabel": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator uds-bgBlurFillFallback uds-bgBlurFallback uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator flex w-full uds-bgBlurFillFallback uds-bgBlurFallback uds-divider-variant-default-label uds-divider-variant-muted-label uds-divider-variant-primary-label uds-divider-variant-secondary-label uds-divider-variant-tertiary-label uds-divider-variant-default-line uds-divider-variant-muted-line uds-divider-variant-primary-line uds-divider-variant-secondary-line uds-divider-variant-tertiary-line uds-divider-variant-default-root uds-divider-variant-muted-root uds-divider-variant-primary-root uds-divider-variant-secondary-root uds-divider-variant-tertiary-root",
6055
+ "DividerLine": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator flex border uds-bgBlurFillFallback uds-bgBlurFallback uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator flex w-full uds-bgBlurFillFallback uds-bgBlurFallback uds-divider-variant-default-label uds-divider-variant-muted-label uds-divider-variant-primary-label uds-divider-variant-secondary-label uds-divider-variant-tertiary-label uds-divider-variant-default-line uds-divider-variant-muted-line uds-divider-variant-primary-line uds-divider-variant-secondary-line uds-divider-variant-tertiary-line uds-divider-variant-default-root uds-divider-variant-muted-root uds-divider-variant-primary-root uds-divider-variant-secondary-root uds-divider-variant-tertiary-root",
4423
6056
  "FormLabel": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator \\!contents contents cursor-\\[inherit\\] uds-bgBlurFillFallback uds-bgBlurFallback ",
4424
6057
  "HStack": "container uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator uds-bgBlurFillFallback uds-bgBlurFallback ",
4425
6058
  "Icon": "uds-hit-target uds-ring:focus-visible:not(:disabled) focused .uds-ring:not(:disabled) uds-ring.uds-ring-within:has(:focus-visible):not(:disabled) uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input[list]::-webkit-calendar-picker-indicator uds-input::-webkit-datetime-edit uds-input::-webkit-calendar-picker-indicator flex outline uds-bgBlurFillFallback uds-bgBlurFallback \\[\\&_path\\]\\:fill-current path",
@@ -4509,7 +6142,15 @@ const componentsDependencies = {
4509
6142
  "ChipDismissible": ["Pressable"],
4510
6143
  "ChipLink": [],
4511
6144
  "ChipToggle": [],
4512
- "Divider": [],
6145
+ "Divider": [
6146
+ "Box",
6147
+ "HStack",
6148
+ "VStack",
6149
+ "DividerLabel",
6150
+ "DividerLine"
6151
+ ],
6152
+ "DividerLabel": ["Text"],
6153
+ "DividerLine": ["Box"],
4513
6154
  "FormLabel": ["Text"],
4514
6155
  "HStack": ["Box"],
4515
6156
  "Icon": [],