@yahoo/uds 3.134.1 → 3.134.2

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.
@@ -1563,6 +1563,391 @@
1563
1563
  "runtimeConfigInternalComponentProps": {},
1564
1564
  "motionVarPrefixes": []
1565
1565
  },
1566
+ "Chip": {
1567
+ "name": "Chip",
1568
+ "defaultProps": {},
1569
+ "getStylesLiterals": {},
1570
+ "cxLiterals": [],
1571
+ "internalComponents": [
1572
+ "ChipDismissible",
1573
+ "ChipToggle",
1574
+ "ChipLink",
1575
+ "ChipButton"
1576
+ ],
1577
+ "internalComponentProps": {},
1578
+ "propToVariantKeys": {},
1579
+ "runtimeConfigDefaultProps": {},
1580
+ "runtimeConfigGetStyles": {},
1581
+ "runtimeConfigInternalComponentProps": {},
1582
+ "motionVarPrefixes": []
1583
+ },
1584
+ "ChipBase": {
1585
+ "name": "ChipBase",
1586
+ "defaultProps": {
1587
+ "size": "md",
1588
+ "as": "div"
1589
+ },
1590
+ "getStylesLiterals": {},
1591
+ "cxLiterals": [
1592
+ "pointer-events-none",
1593
+ "cursor-default",
1594
+ "opacity-50",
1595
+ "inline-flex",
1596
+ "items-center",
1597
+ "transition-[background-color,outline-color,box-shadow]",
1598
+ "truncate",
1599
+ "whitespace-nowrap",
1600
+ "text-center",
1601
+ "flex-1"
1602
+ ],
1603
+ "internalComponents": [
1604
+ "IconSlot",
1605
+ "HStack",
1606
+ "As",
1607
+ "Text"
1608
+ ],
1609
+ "internalComponentProps": {
1610
+ "Text": {
1611
+ "as": [
1612
+ "span"
1613
+ ],
1614
+ "color": [
1615
+ "current"
1616
+ ],
1617
+ "variant": [
1618
+ "inherit"
1619
+ ]
1620
+ }
1621
+ },
1622
+ "propToVariantKeys": {
1623
+ "size": [
1624
+ "chipSizeRoot",
1625
+ "chipSizeIcon"
1626
+ ],
1627
+ "startIcon": [
1628
+ "icon"
1629
+ ],
1630
+ "endIcon": [
1631
+ "icon"
1632
+ ]
1633
+ },
1634
+ "runtimeConfigDefaultProps": {},
1635
+ "runtimeConfigGetStyles": {},
1636
+ "runtimeConfigInternalComponentProps": {},
1637
+ "motionVarPrefixes": []
1638
+ },
1639
+ "ChipButton": {
1640
+ "name": "ChipButton",
1641
+ "defaultProps": {
1642
+ "variant": "primary"
1643
+ },
1644
+ "getStylesLiterals": {},
1645
+ "cxLiterals": [
1646
+ "uds-ring"
1647
+ ],
1648
+ "internalComponents": [
1649
+ "ChipBase"
1650
+ ],
1651
+ "internalComponentProps": {
1652
+ "ChipBase": {
1653
+ "as": [
1654
+ "button"
1655
+ ]
1656
+ }
1657
+ },
1658
+ "propToVariantKeys": {
1659
+ "variant": [
1660
+ "chipLinkVariantRoot",
1661
+ "chipLinkVariantIcon"
1662
+ ]
1663
+ },
1664
+ "runtimeConfigDefaultProps": {},
1665
+ "runtimeConfigGetStyles": {},
1666
+ "runtimeConfigInternalComponentProps": {},
1667
+ "motionVarPrefixes": []
1668
+ },
1669
+ "ChipDismissible": {
1670
+ "name": "ChipDismissible",
1671
+ "defaultProps": {
1672
+ "variant": "primary"
1673
+ },
1674
+ "getStylesLiterals": {},
1675
+ "cxLiterals": [
1676
+ "uds-chip-dismissible-button",
1677
+ "uds-hit-target",
1678
+ "uds-ring",
1679
+ "rounded-full"
1680
+ ],
1681
+ "internalComponents": [
1682
+ "ChipBase",
1683
+ "IconSlot",
1684
+ "Pressable"
1685
+ ],
1686
+ "internalComponentProps": {},
1687
+ "propToVariantKeys": {
1688
+ "variant": [
1689
+ "chipDismissibleVariantRoot",
1690
+ "chipDismissibleVariantIcon"
1691
+ ],
1692
+ "dismissButtonAriaLabel": [
1693
+ "aria-label"
1694
+ ]
1695
+ },
1696
+ "runtimeConfigDefaultProps": {},
1697
+ "runtimeConfigGetStyles": {},
1698
+ "runtimeConfigInternalComponentProps": {},
1699
+ "motionVarPrefixes": []
1700
+ },
1701
+ "ChipLink": {
1702
+ "name": "ChipLink",
1703
+ "defaultProps": {
1704
+ "variant": "primary"
1705
+ },
1706
+ "getStylesLiterals": {},
1707
+ "cxLiterals": [
1708
+ "uds-ring"
1709
+ ],
1710
+ "internalComponents": [
1711
+ "ChipBase"
1712
+ ],
1713
+ "internalComponentProps": {
1714
+ "ChipBase": {
1715
+ "as": [
1716
+ "a"
1717
+ ]
1718
+ }
1719
+ },
1720
+ "propToVariantKeys": {
1721
+ "variant": [
1722
+ "chipLinkVariantRoot",
1723
+ "chipLinkVariantIcon"
1724
+ ]
1725
+ },
1726
+ "runtimeConfigDefaultProps": {},
1727
+ "runtimeConfigGetStyles": {},
1728
+ "runtimeConfigInternalComponentProps": {},
1729
+ "motionVarPrefixes": []
1730
+ },
1731
+ "ChipToggle": {
1732
+ "name": "ChipToggle",
1733
+ "defaultProps": {
1734
+ "variant": "primary",
1735
+ "role": "checkbox"
1736
+ },
1737
+ "getStylesLiterals": {
1738
+ "chipToggleVariantActiveRoot": "on",
1739
+ "chipToggleVariantActiveRoot:1": "off"
1740
+ },
1741
+ "cxLiterals": [
1742
+ "uds-ring"
1743
+ ],
1744
+ "internalComponents": [
1745
+ "ChipBase"
1746
+ ],
1747
+ "internalComponentProps": {
1748
+ "ChipBase": {
1749
+ "as": [
1750
+ "button"
1751
+ ]
1752
+ }
1753
+ },
1754
+ "propToVariantKeys": {
1755
+ "variant": [
1756
+ "chipToggleVariantRoot",
1757
+ "chipToggleVariantIcon"
1758
+ ]
1759
+ },
1760
+ "runtimeConfigDefaultProps": {},
1761
+ "runtimeConfigGetStyles": {},
1762
+ "runtimeConfigInternalComponentProps": {},
1763
+ "motionVarPrefixes": []
1764
+ },
1765
+ "Input": {
1766
+ "name": "Input",
1767
+ "defaultProps": {
1768
+ "type": "text",
1769
+ "size": "md",
1770
+ "width": "full"
1771
+ },
1772
+ "getStylesLiterals": {
1773
+ "inputVariantRoot": "default",
1774
+ "inputVariantValueRoot": "empty",
1775
+ "inputVariantValueRoot:1": "filled",
1776
+ "inputVariantInputWrapper": "default",
1777
+ "inputVariantValueInputWrapper": "empty",
1778
+ "inputVariantValueInputWrapper:1": "filled",
1779
+ "inputVariantInput": "default",
1780
+ "inputVariantValueInput": "empty",
1781
+ "inputVariantValueInput:1": "filled",
1782
+ "inputVariantInputPlaceholder": "default",
1783
+ "inputVariantValueInputPlaceholder": "empty",
1784
+ "inputVariantValueInputPlaceholder:1": "filled",
1785
+ "inputVariantLabel": "default",
1786
+ "inputVariantValueLabel": "empty",
1787
+ "inputVariantValueLabel:1": "filled",
1788
+ "inputVariantLabelRequired": "default",
1789
+ "inputVariantValueLabelRequired": "empty",
1790
+ "inputVariantValueLabelRequired:1": "filled",
1791
+ "inputVariantStartIcon": "default",
1792
+ "inputVariantValueStartIcon": "empty",
1793
+ "inputVariantValueStartIcon:1": "filled",
1794
+ "inputVariantEndIcon": "default",
1795
+ "inputVariantValueEndIcon": "empty",
1796
+ "inputVariantValueEndIcon:1": "filled"
1797
+ },
1798
+ "cxLiterals": [
1799
+ "opacity-50",
1800
+ "min-w-[200px]",
1801
+ "grow",
1802
+ "uds-hit-target",
1803
+ "bg-clip-text",
1804
+ "focus:outline-none",
1805
+ "cursor-text",
1806
+ "cursor-not-allowed"
1807
+ ],
1808
+ "internalComponents": [
1809
+ "IconSlot",
1810
+ "StartIcon",
1811
+ "EndIcon",
1812
+ "HelpTextContent",
1813
+ "Box",
1814
+ "InputHelpTextInternal",
1815
+ "VStack",
1816
+ "HStack",
1817
+ "AnimateHeightChange"
1818
+ ],
1819
+ "internalComponentProps": {
1820
+ "HelpTextContent": {
1821
+ "spacingTop": [
1822
+ "2"
1823
+ ]
1824
+ },
1825
+ "Box": {
1826
+ "spacingBottom": [
1827
+ "2"
1828
+ ],
1829
+ "columnGap": [
1830
+ "0.5"
1831
+ ],
1832
+ "alignItems": [
1833
+ "flex-end",
1834
+ "center"
1835
+ ],
1836
+ "position": [
1837
+ "relative"
1838
+ ]
1839
+ },
1840
+ "HStack": {
1841
+ "alignItems": [
1842
+ "center"
1843
+ ],
1844
+ "gap": [
1845
+ "1"
1846
+ ]
1847
+ }
1848
+ },
1849
+ "propToVariantKeys": {
1850
+ "size": [
1851
+ "inputSizeRoot",
1852
+ "inputSizeInputWrapper",
1853
+ "inputSizeInput",
1854
+ "inputSizeLabel",
1855
+ "inputSizeStartIcon",
1856
+ "inputSizeEndIcon"
1857
+ ],
1858
+ "startIcon": [
1859
+ "icon"
1860
+ ],
1861
+ "endIcon": [
1862
+ "icon"
1863
+ ],
1864
+ "slotProps": [
1865
+ "helperTextSlotProps"
1866
+ ],
1867
+ "helperTextIcon": [
1868
+ "startIcon"
1869
+ ]
1870
+ },
1871
+ "runtimeConfigDefaultProps": {},
1872
+ "runtimeConfigGetStyles": {},
1873
+ "runtimeConfigInternalComponentProps": {},
1874
+ "motionVarPrefixes": []
1875
+ },
1876
+ "InputHelpText": {
1877
+ "name": "InputHelpText",
1878
+ "defaultProps": {
1879
+ "size": "md"
1880
+ },
1881
+ "getStylesLiterals": {
1882
+ "inputVariantRoot": "default",
1883
+ "inputVariantValueRoot": "empty",
1884
+ "inputVariantValueRoot:1": "filled"
1885
+ },
1886
+ "cxLiterals": [],
1887
+ "internalComponents": [
1888
+ "InputHelpTextInternal",
1889
+ "Box"
1890
+ ],
1891
+ "internalComponentProps": {
1892
+ "Box": {
1893
+ "spacingTop": [
1894
+ "2"
1895
+ ]
1896
+ }
1897
+ },
1898
+ "propToVariantKeys": {
1899
+ "size": [
1900
+ "inputSizeRoot"
1901
+ ]
1902
+ },
1903
+ "runtimeConfigDefaultProps": {},
1904
+ "runtimeConfigGetStyles": {},
1905
+ "runtimeConfigInternalComponentProps": {},
1906
+ "motionVarPrefixes": []
1907
+ },
1908
+ "InputHelpTextInternal": {
1909
+ "name": "InputHelpTextInternal",
1910
+ "defaultProps": {},
1911
+ "getStylesLiterals": {
1912
+ "inputVariantHelperText": "default",
1913
+ "inputVariantValueHelperText": "empty",
1914
+ "inputVariantValueHelperText:1": "filled",
1915
+ "inputVariantHelperIcon": "default",
1916
+ "inputVariantValueHelperIcon": "empty",
1917
+ "inputVariantValueHelperIcon:1": "filled"
1918
+ },
1919
+ "cxLiterals": [],
1920
+ "internalComponents": [
1921
+ "IconSlot",
1922
+ "HStack"
1923
+ ],
1924
+ "internalComponentProps": {
1925
+ "HStack": {
1926
+ "gap": [
1927
+ "1"
1928
+ ],
1929
+ "alignItems": [
1930
+ "center"
1931
+ ]
1932
+ }
1933
+ },
1934
+ "propToVariantKeys": {
1935
+ "size": [
1936
+ "inputSizeHelperText",
1937
+ "inputSizeHelperIcon"
1938
+ ],
1939
+ "startIcon": [
1940
+ "icon"
1941
+ ],
1942
+ "endIcon": [
1943
+ "icon"
1944
+ ]
1945
+ },
1946
+ "runtimeConfigDefaultProps": {},
1947
+ "runtimeConfigGetStyles": {},
1948
+ "runtimeConfigInternalComponentProps": {},
1949
+ "motionVarPrefixes": []
1950
+ },
1566
1951
  "Menu.Content": {
1567
1952
  "name": "Menu.Content",
1568
1953
  "defaultProps": {
@@ -1785,249 +2170,50 @@
1785
2170
  ]
1786
2171
  },
1787
2172
  "Menu.Trigger": {
1788
- "name": "Menu.Trigger",
1789
- "defaultProps": {},
1790
- "getStylesLiterals": {},
1791
- "cxLiterals": [
1792
- "uds-menu-trigger"
1793
- ],
1794
- "internalComponents": [
1795
- "AriakitMenuTrigger",
1796
- "Box"
1797
- ],
1798
- "internalComponentProps": {
1799
- "Box": {
1800
- "className": [
1801
- "uds-ring h-fit w-fit"
1802
- ]
1803
- }
1804
- },
1805
- "propToVariantKeys": {},
1806
- "runtimeConfigDefaultProps": {},
1807
- "runtimeConfigGetStyles": {},
1808
- "runtimeConfigInternalComponentProps": {},
1809
- "motionVarPrefixes": []
1810
- },
1811
- "Menu.index": {
1812
- "name": "Menu.index",
1813
- "defaultProps": {},
1814
- "getStylesLiterals": {},
1815
- "cxLiterals": [],
1816
- "internalComponents": [],
1817
- "internalComponentProps": {},
1818
- "propToVariantKeys": {},
1819
- "runtimeConfigDefaultProps": {},
1820
- "runtimeConfigGetStyles": {},
1821
- "runtimeConfigInternalComponentProps": {},
1822
- "motionVarPrefixes": []
1823
- },
1824
- "Menu": {
1825
- "name": "Menu",
1826
- "defaultProps": {},
1827
- "getStylesLiterals": {},
1828
- "cxLiterals": [],
1829
- "internalComponents": [],
1830
- "internalComponentProps": {},
1831
- "propToVariantKeys": {},
1832
- "runtimeConfigDefaultProps": {},
1833
- "runtimeConfigGetStyles": {},
1834
- "runtimeConfigInternalComponentProps": {},
1835
- "motionVarPrefixes": []
1836
- },
1837
- "Chip": {
1838
- "name": "Chip",
1839
- "defaultProps": {},
1840
- "getStylesLiterals": {},
1841
- "cxLiterals": [],
1842
- "internalComponents": [
1843
- "ChipDismissible",
1844
- "ChipToggle",
1845
- "ChipLink",
1846
- "ChipButton"
1847
- ],
1848
- "internalComponentProps": {},
1849
- "propToVariantKeys": {},
1850
- "runtimeConfigDefaultProps": {},
1851
- "runtimeConfigGetStyles": {},
1852
- "runtimeConfigInternalComponentProps": {},
1853
- "motionVarPrefixes": []
1854
- },
1855
- "ChipBase": {
1856
- "name": "ChipBase",
1857
- "defaultProps": {
1858
- "size": "md",
1859
- "as": "div"
1860
- },
1861
- "getStylesLiterals": {},
1862
- "cxLiterals": [
1863
- "pointer-events-none",
1864
- "cursor-default",
1865
- "opacity-50",
1866
- "inline-flex",
1867
- "items-center",
1868
- "transition-[background-color,outline-color,box-shadow]",
1869
- "truncate",
1870
- "whitespace-nowrap",
1871
- "text-center",
1872
- "flex-1"
1873
- ],
1874
- "internalComponents": [
1875
- "IconSlot",
1876
- "HStack",
1877
- "As",
1878
- "Text"
1879
- ],
1880
- "internalComponentProps": {
1881
- "Text": {
1882
- "as": [
1883
- "span"
1884
- ],
1885
- "color": [
1886
- "current"
1887
- ],
1888
- "variant": [
1889
- "inherit"
1890
- ]
1891
- }
1892
- },
1893
- "propToVariantKeys": {
1894
- "size": [
1895
- "chipSizeRoot",
1896
- "chipSizeIcon"
1897
- ],
1898
- "startIcon": [
1899
- "icon"
1900
- ],
1901
- "endIcon": [
1902
- "icon"
1903
- ]
1904
- },
1905
- "runtimeConfigDefaultProps": {},
1906
- "runtimeConfigGetStyles": {},
1907
- "runtimeConfigInternalComponentProps": {},
1908
- "motionVarPrefixes": []
1909
- },
1910
- "ChipButton": {
1911
- "name": "ChipButton",
1912
- "defaultProps": {
1913
- "variant": "primary"
1914
- },
1915
- "getStylesLiterals": {},
1916
- "cxLiterals": [
1917
- "uds-ring"
1918
- ],
1919
- "internalComponents": [
1920
- "ChipBase"
1921
- ],
1922
- "internalComponentProps": {
1923
- "ChipBase": {
1924
- "as": [
1925
- "button"
1926
- ]
1927
- }
1928
- },
1929
- "propToVariantKeys": {
1930
- "variant": [
1931
- "chipLinkVariantRoot",
1932
- "chipLinkVariantIcon"
1933
- ]
1934
- },
1935
- "runtimeConfigDefaultProps": {},
1936
- "runtimeConfigGetStyles": {},
1937
- "runtimeConfigInternalComponentProps": {},
1938
- "motionVarPrefixes": []
1939
- },
1940
- "ChipDismissible": {
1941
- "name": "ChipDismissible",
1942
- "defaultProps": {
1943
- "variant": "primary"
1944
- },
1945
- "getStylesLiterals": {},
1946
- "cxLiterals": [
1947
- "uds-chip-dismissible-button",
1948
- "uds-hit-target",
1949
- "uds-ring",
1950
- "rounded-full"
1951
- ],
1952
- "internalComponents": [
1953
- "ChipBase",
1954
- "IconSlot",
1955
- "Pressable"
1956
- ],
1957
- "internalComponentProps": {},
1958
- "propToVariantKeys": {
1959
- "variant": [
1960
- "chipDismissibleVariantRoot",
1961
- "chipDismissibleVariantIcon"
1962
- ],
1963
- "dismissButtonAriaLabel": [
1964
- "aria-label"
1965
- ]
1966
- },
1967
- "runtimeConfigDefaultProps": {},
1968
- "runtimeConfigGetStyles": {},
1969
- "runtimeConfigInternalComponentProps": {},
1970
- "motionVarPrefixes": []
1971
- },
1972
- "ChipLink": {
1973
- "name": "ChipLink",
1974
- "defaultProps": {
1975
- "variant": "primary"
1976
- },
2173
+ "name": "Menu.Trigger",
2174
+ "defaultProps": {},
1977
2175
  "getStylesLiterals": {},
1978
2176
  "cxLiterals": [
1979
- "uds-ring"
2177
+ "uds-menu-trigger"
1980
2178
  ],
1981
2179
  "internalComponents": [
1982
- "ChipBase"
2180
+ "AriakitMenuTrigger",
2181
+ "Box"
1983
2182
  ],
1984
2183
  "internalComponentProps": {
1985
- "ChipBase": {
1986
- "as": [
1987
- "a"
2184
+ "Box": {
2185
+ "className": [
2186
+ "uds-ring h-fit w-fit"
1988
2187
  ]
1989
2188
  }
1990
2189
  },
1991
- "propToVariantKeys": {
1992
- "variant": [
1993
- "chipLinkVariantRoot",
1994
- "chipLinkVariantIcon"
1995
- ]
1996
- },
2190
+ "propToVariantKeys": {},
1997
2191
  "runtimeConfigDefaultProps": {},
1998
2192
  "runtimeConfigGetStyles": {},
1999
2193
  "runtimeConfigInternalComponentProps": {},
2000
2194
  "motionVarPrefixes": []
2001
2195
  },
2002
- "ChipToggle": {
2003
- "name": "ChipToggle",
2004
- "defaultProps": {
2005
- "variant": "primary",
2006
- "role": "checkbox"
2007
- },
2008
- "getStylesLiterals": {
2009
- "chipToggleVariantActiveRoot": "on",
2010
- "chipToggleVariantActiveRoot:1": "off"
2011
- },
2012
- "cxLiterals": [
2013
- "uds-ring"
2014
- ],
2015
- "internalComponents": [
2016
- "ChipBase"
2017
- ],
2018
- "internalComponentProps": {
2019
- "ChipBase": {
2020
- "as": [
2021
- "button"
2022
- ]
2023
- }
2024
- },
2025
- "propToVariantKeys": {
2026
- "variant": [
2027
- "chipToggleVariantRoot",
2028
- "chipToggleVariantIcon"
2029
- ]
2030
- },
2196
+ "Menu.index": {
2197
+ "name": "Menu.index",
2198
+ "defaultProps": {},
2199
+ "getStylesLiterals": {},
2200
+ "cxLiterals": [],
2201
+ "internalComponents": [],
2202
+ "internalComponentProps": {},
2203
+ "propToVariantKeys": {},
2204
+ "runtimeConfigDefaultProps": {},
2205
+ "runtimeConfigGetStyles": {},
2206
+ "runtimeConfigInternalComponentProps": {},
2207
+ "motionVarPrefixes": []
2208
+ },
2209
+ "Menu": {
2210
+ "name": "Menu",
2211
+ "defaultProps": {},
2212
+ "getStylesLiterals": {},
2213
+ "cxLiterals": [],
2214
+ "internalComponents": [],
2215
+ "internalComponentProps": {},
2216
+ "propToVariantKeys": {},
2031
2217
  "runtimeConfigDefaultProps": {},
2032
2218
  "runtimeConfigGetStyles": {},
2033
2219
  "runtimeConfigInternalComponentProps": {},
@@ -2332,192 +2518,6 @@
2332
2518
  "runtimeConfigInternalComponentProps": {},
2333
2519
  "motionVarPrefixes": []
2334
2520
  },
2335
- "Input": {
2336
- "name": "Input",
2337
- "defaultProps": {
2338
- "type": "text",
2339
- "size": "md",
2340
- "width": "full"
2341
- },
2342
- "getStylesLiterals": {
2343
- "inputVariantRoot": "default",
2344
- "inputVariantValueRoot": "empty",
2345
- "inputVariantValueRoot:1": "filled",
2346
- "inputVariantInputWrapper": "default",
2347
- "inputVariantValueInputWrapper": "empty",
2348
- "inputVariantValueInputWrapper:1": "filled",
2349
- "inputVariantInput": "default",
2350
- "inputVariantValueInput": "empty",
2351
- "inputVariantValueInput:1": "filled",
2352
- "inputVariantInputPlaceholder": "default",
2353
- "inputVariantValueInputPlaceholder": "empty",
2354
- "inputVariantValueInputPlaceholder:1": "filled",
2355
- "inputVariantLabel": "default",
2356
- "inputVariantValueLabel": "empty",
2357
- "inputVariantValueLabel:1": "filled",
2358
- "inputVariantLabelRequired": "default",
2359
- "inputVariantValueLabelRequired": "empty",
2360
- "inputVariantValueLabelRequired:1": "filled",
2361
- "inputVariantStartIcon": "default",
2362
- "inputVariantValueStartIcon": "empty",
2363
- "inputVariantValueStartIcon:1": "filled",
2364
- "inputVariantEndIcon": "default",
2365
- "inputVariantValueEndIcon": "empty",
2366
- "inputVariantValueEndIcon:1": "filled"
2367
- },
2368
- "cxLiterals": [
2369
- "opacity-50",
2370
- "min-w-[200px]",
2371
- "grow",
2372
- "uds-hit-target",
2373
- "bg-clip-text",
2374
- "focus:outline-none",
2375
- "cursor-text",
2376
- "cursor-not-allowed"
2377
- ],
2378
- "internalComponents": [
2379
- "IconSlot",
2380
- "StartIcon",
2381
- "EndIcon",
2382
- "HelpTextContent",
2383
- "Box",
2384
- "InputHelpTextInternal",
2385
- "VStack",
2386
- "HStack",
2387
- "AnimateHeightChange"
2388
- ],
2389
- "internalComponentProps": {
2390
- "HelpTextContent": {
2391
- "spacingTop": [
2392
- "2"
2393
- ]
2394
- },
2395
- "Box": {
2396
- "spacingBottom": [
2397
- "2"
2398
- ],
2399
- "columnGap": [
2400
- "0.5"
2401
- ],
2402
- "alignItems": [
2403
- "flex-end",
2404
- "center"
2405
- ],
2406
- "position": [
2407
- "relative"
2408
- ]
2409
- },
2410
- "HStack": {
2411
- "alignItems": [
2412
- "center"
2413
- ],
2414
- "gap": [
2415
- "1"
2416
- ]
2417
- }
2418
- },
2419
- "propToVariantKeys": {
2420
- "size": [
2421
- "inputSizeRoot",
2422
- "inputSizeInputWrapper",
2423
- "inputSizeInput",
2424
- "inputSizeLabel",
2425
- "inputSizeStartIcon",
2426
- "inputSizeEndIcon"
2427
- ],
2428
- "startIcon": [
2429
- "icon"
2430
- ],
2431
- "endIcon": [
2432
- "icon"
2433
- ],
2434
- "slotProps": [
2435
- "helperTextSlotProps"
2436
- ],
2437
- "helperTextIcon": [
2438
- "startIcon"
2439
- ]
2440
- },
2441
- "runtimeConfigDefaultProps": {},
2442
- "runtimeConfigGetStyles": {},
2443
- "runtimeConfigInternalComponentProps": {},
2444
- "motionVarPrefixes": []
2445
- },
2446
- "InputHelpText": {
2447
- "name": "InputHelpText",
2448
- "defaultProps": {
2449
- "size": "md"
2450
- },
2451
- "getStylesLiterals": {
2452
- "inputVariantRoot": "default",
2453
- "inputVariantValueRoot": "empty",
2454
- "inputVariantValueRoot:1": "filled"
2455
- },
2456
- "cxLiterals": [],
2457
- "internalComponents": [
2458
- "InputHelpTextInternal",
2459
- "Box"
2460
- ],
2461
- "internalComponentProps": {
2462
- "Box": {
2463
- "spacingTop": [
2464
- "2"
2465
- ]
2466
- }
2467
- },
2468
- "propToVariantKeys": {
2469
- "size": [
2470
- "inputSizeRoot"
2471
- ]
2472
- },
2473
- "runtimeConfigDefaultProps": {},
2474
- "runtimeConfigGetStyles": {},
2475
- "runtimeConfigInternalComponentProps": {},
2476
- "motionVarPrefixes": []
2477
- },
2478
- "InputHelpTextInternal": {
2479
- "name": "InputHelpTextInternal",
2480
- "defaultProps": {},
2481
- "getStylesLiterals": {
2482
- "inputVariantHelperText": "default",
2483
- "inputVariantValueHelperText": "empty",
2484
- "inputVariantValueHelperText:1": "filled",
2485
- "inputVariantHelperIcon": "default",
2486
- "inputVariantValueHelperIcon": "empty",
2487
- "inputVariantValueHelperIcon:1": "filled"
2488
- },
2489
- "cxLiterals": [],
2490
- "internalComponents": [
2491
- "IconSlot",
2492
- "HStack"
2493
- ],
2494
- "internalComponentProps": {
2495
- "HStack": {
2496
- "gap": [
2497
- "1"
2498
- ],
2499
- "alignItems": [
2500
- "center"
2501
- ]
2502
- }
2503
- },
2504
- "propToVariantKeys": {
2505
- "size": [
2506
- "inputSizeHelperText",
2507
- "inputSizeHelperIcon"
2508
- ],
2509
- "startIcon": [
2510
- "icon"
2511
- ],
2512
- "endIcon": [
2513
- "icon"
2514
- ]
2515
- },
2516
- "runtimeConfigDefaultProps": {},
2517
- "runtimeConfigGetStyles": {},
2518
- "runtimeConfigInternalComponentProps": {},
2519
- "motionVarPrefixes": []
2520
- },
2521
2521
  "Popover": {
2522
2522
  "name": "Popover",
2523
2523
  "defaultProps": {},