@yahoo/uds 3.129.0-beta.1 → 3.129.0-beta.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.
- package/dist/components/Icon.cjs +9 -5
- package/dist/components/Icon.d.cts +0 -1
- package/dist/components/Icon.d.ts +0 -1
- package/dist/components/Icon.js +9 -5
- package/dist/components/IconSlot.cjs +12 -7
- package/dist/components/IconSlot.js +12 -6
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
- package/dist/styles/styler.d.cts +64 -64
- package/dist/styles/styler.d.ts +49 -49
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
- package/dist/uds/dist/components/Banner/Banner.d.cts +4 -0
- package/dist/uds/dist/components/Banner/BannerContent.d.cts +2 -0
- package/dist/uds/dist/components/Banner/BannerDescription.d.cts +2 -0
- package/dist/uds/dist/components/Banner/BannerTitle.d.cts +2 -0
- package/dist/uds/dist/components/Banner/index.d.cts +5 -0
- package/dist/uds/dist/components/Box.d.cts +4 -0
- package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
- package/dist/uds/dist/components/Divider/index.d.cts +2 -0
- package/dist/uds/dist/components/FormLabel.d.cts +4 -0
- package/dist/uds/dist/components/HStack.d.cts +5 -0
- package/dist/uds/dist/components/Icon.d.cts +4 -0
- package/dist/uds/dist/components/Image.d.cts +4 -0
- package/dist/uds/dist/components/Link.d.cts +4 -0
- package/dist/uds/dist/components/Scrim.d.cts +3 -0
- package/dist/uds/dist/components/Text.d.cts +4 -0
- package/dist/uds/dist/components/VStack.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
- package/dist/uds/dist/components/client/Badge.d.cts +6 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
- package/dist/uds/dist/components/client/Button.d.cts +7 -0
- package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
- package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
- package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
- package/dist/uds/dist/components/client/Switch.d.cts +6 -0
- package/dist/uds/dist/components/client/Tabs/Tab.d.cts +4 -0
- package/dist/uds/dist/components/client/Tabs/TabList.d.cts +5 -0
- package/dist/uds/dist/components/client/Tabs/TabPanel.d.cts +5 -0
- package/dist/uds/dist/components/client/Tabs/Tabs.d.cts +4 -0
- package/dist/uds/dist/components/client/Tabs/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Tabs/tabsContext.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/index.d.cts +67 -0
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/index.d.cts +71 -0
- package/dist/uds/dist/config/dist/index.d.cts +4 -0
- package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
- package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
- package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
- package/dist/uds/dist/index.d.cts +102 -0
- package/dist/uds/dist/modes/dist/index.d.cts +2 -0
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/index.d.cts +7 -0
- package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
- package/dist/uds/dist/styles/styler.d.cts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
- package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
- package/dist/uds/dist/tokens/index.d.cts +28 -0
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
- package/dist/uds/dist/tokens/types.d.cts +10 -0
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
- package/dist/uds/dist/types/dist/index.d.cts +11 -0
- package/dist/uds/dist/types.d.cts +2 -0
- package/dist/uds/generated/componentData.cjs +512 -512
- package/dist/uds/generated/componentData.js +512 -512
- package/generated/componentData.json +811 -815
- package/package.json +1 -1
|
@@ -113,11 +113,7 @@
|
|
|
113
113
|
"Icon"
|
|
114
114
|
],
|
|
115
115
|
"internalComponentProps": {},
|
|
116
|
-
"propToVariantKeys": {
|
|
117
|
-
"icon": [
|
|
118
|
-
"name"
|
|
119
|
-
]
|
|
120
|
-
},
|
|
116
|
+
"propToVariantKeys": {},
|
|
121
117
|
"runtimeConfigDefaultProps": {},
|
|
122
118
|
"runtimeConfigGetStyles": {},
|
|
123
119
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1575,129 +1571,6 @@
|
|
|
1575
1571
|
"--uds-motion-smooth-3-"
|
|
1576
1572
|
]
|
|
1577
1573
|
},
|
|
1578
|
-
"Avatar": {
|
|
1579
|
-
"name": "Avatar",
|
|
1580
|
-
"defaultProps": {},
|
|
1581
|
-
"getStylesLiterals": {},
|
|
1582
|
-
"cxLiterals": [],
|
|
1583
|
-
"internalComponents": [
|
|
1584
|
-
"AvatarImage"
|
|
1585
|
-
],
|
|
1586
|
-
"internalComponentProps": {},
|
|
1587
|
-
"propToVariantKeys": {},
|
|
1588
|
-
"runtimeConfigDefaultProps": {},
|
|
1589
|
-
"runtimeConfigGetStyles": {},
|
|
1590
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1591
|
-
"motionVarPrefixes": []
|
|
1592
|
-
},
|
|
1593
|
-
"AvatarIcon": {
|
|
1594
|
-
"name": "AvatarIcon",
|
|
1595
|
-
"defaultProps": {
|
|
1596
|
-
"size": "md",
|
|
1597
|
-
"variant": "primary"
|
|
1598
|
-
},
|
|
1599
|
-
"getStylesLiterals": {},
|
|
1600
|
-
"cxLiterals": [
|
|
1601
|
-
"overflow-hidden",
|
|
1602
|
-
"w-full",
|
|
1603
|
-
"h-full",
|
|
1604
|
-
"shrink-0",
|
|
1605
|
-
"text-center",
|
|
1606
|
-
"inline-flex",
|
|
1607
|
-
"justify-center",
|
|
1608
|
-
"items-center"
|
|
1609
|
-
],
|
|
1610
|
-
"internalComponents": [
|
|
1611
|
-
"IconSlot",
|
|
1612
|
-
"Box"
|
|
1613
|
-
],
|
|
1614
|
-
"internalComponentProps": {},
|
|
1615
|
-
"propToVariantKeys": {
|
|
1616
|
-
"size": [
|
|
1617
|
-
"avatarSizeIcon"
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
|
-
"runtimeConfigDefaultProps": {},
|
|
1621
|
-
"runtimeConfigGetStyles": {},
|
|
1622
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1623
|
-
"motionVarPrefixes": []
|
|
1624
|
-
},
|
|
1625
|
-
"AvatarImage": {
|
|
1626
|
-
"name": "AvatarImage",
|
|
1627
|
-
"defaultProps": {
|
|
1628
|
-
"size": "md",
|
|
1629
|
-
"variant": "primary"
|
|
1630
|
-
},
|
|
1631
|
-
"getStylesLiterals": {},
|
|
1632
|
-
"cxLiterals": [
|
|
1633
|
-
"overflow-hidden",
|
|
1634
|
-
"w-full",
|
|
1635
|
-
"h-full",
|
|
1636
|
-
"shrink-0",
|
|
1637
|
-
"text-center",
|
|
1638
|
-
"inline-flex",
|
|
1639
|
-
"justify-center",
|
|
1640
|
-
"items-center",
|
|
1641
|
-
"object-cover"
|
|
1642
|
-
],
|
|
1643
|
-
"internalComponents": [
|
|
1644
|
-
"UDSImage",
|
|
1645
|
-
"AvatarText",
|
|
1646
|
-
"AvatarIcon",
|
|
1647
|
-
"Box"
|
|
1648
|
-
],
|
|
1649
|
-
"internalComponentProps": {},
|
|
1650
|
-
"propToVariantKeys": {
|
|
1651
|
-
"alt": [
|
|
1652
|
-
"name"
|
|
1653
|
-
],
|
|
1654
|
-
"fallback": [
|
|
1655
|
-
"initials"
|
|
1656
|
-
]
|
|
1657
|
-
},
|
|
1658
|
-
"runtimeConfigDefaultProps": {},
|
|
1659
|
-
"runtimeConfigGetStyles": {},
|
|
1660
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1661
|
-
"motionVarPrefixes": []
|
|
1662
|
-
},
|
|
1663
|
-
"AvatarText": {
|
|
1664
|
-
"name": "AvatarText",
|
|
1665
|
-
"defaultProps": {
|
|
1666
|
-
"size": "md",
|
|
1667
|
-
"variant": "primary"
|
|
1668
|
-
},
|
|
1669
|
-
"getStylesLiterals": {},
|
|
1670
|
-
"cxLiterals": [
|
|
1671
|
-
"overflow-hidden",
|
|
1672
|
-
"truncate",
|
|
1673
|
-
"w-full",
|
|
1674
|
-
"h-full",
|
|
1675
|
-
"shrink-0",
|
|
1676
|
-
"text-center",
|
|
1677
|
-
"inline-flex",
|
|
1678
|
-
"justify-center",
|
|
1679
|
-
"items-center"
|
|
1680
|
-
],
|
|
1681
|
-
"internalComponents": [
|
|
1682
|
-
"Box",
|
|
1683
|
-
"Text"
|
|
1684
|
-
],
|
|
1685
|
-
"internalComponentProps": {
|
|
1686
|
-
"Text": {
|
|
1687
|
-
"color": [
|
|
1688
|
-
"inherit"
|
|
1689
|
-
],
|
|
1690
|
-
"variant": [
|
|
1691
|
-
"inherit"
|
|
1692
|
-
]
|
|
1693
|
-
}
|
|
1694
|
-
},
|
|
1695
|
-
"propToVariantKeys": {},
|
|
1696
|
-
"runtimeConfigDefaultProps": {},
|
|
1697
|
-
"runtimeConfigGetStyles": {},
|
|
1698
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1699
|
-
"motionVarPrefixes": []
|
|
1700
|
-
},
|
|
1701
1574
|
"Chip": {
|
|
1702
1575
|
"name": "Chip",
|
|
1703
1576
|
"defaultProps": {},
|
|
@@ -1897,145 +1770,139 @@
|
|
|
1897
1770
|
"runtimeConfigInternalComponentProps": {},
|
|
1898
1771
|
"motionVarPrefixes": []
|
|
1899
1772
|
},
|
|
1900
|
-
"
|
|
1901
|
-
"name": "
|
|
1902
|
-
"defaultProps": {
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
"PopoverInternalContext.Provider",
|
|
1907
|
-
"PopoverProvider"
|
|
1908
|
-
],
|
|
1909
|
-
"internalComponentProps": {},
|
|
1910
|
-
"propToVariantKeys": {},
|
|
1911
|
-
"runtimeConfigDefaultProps": {
|
|
1912
|
-
"size": "popover.defaultSize",
|
|
1913
|
-
"variant": "popover.defaultVariant"
|
|
1773
|
+
"Input": {
|
|
1774
|
+
"name": "Input",
|
|
1775
|
+
"defaultProps": {
|
|
1776
|
+
"type": "text",
|
|
1777
|
+
"size": "md",
|
|
1778
|
+
"width": "full"
|
|
1914
1779
|
},
|
|
1915
|
-
"runtimeConfigGetStyles": {},
|
|
1916
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1917
|
-
"motionVarPrefixes": []
|
|
1918
|
-
},
|
|
1919
|
-
"PopoverContent": {
|
|
1920
|
-
"name": "PopoverContent",
|
|
1921
|
-
"defaultProps": {},
|
|
1922
1780
|
"getStylesLiterals": {
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1781
|
+
"inputVariantRoot": "default",
|
|
1782
|
+
"inputVariantValueRoot": "empty",
|
|
1783
|
+
"inputVariantValueRoot:1": "filled",
|
|
1784
|
+
"inputVariantInputWrapper": "default",
|
|
1785
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1786
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1787
|
+
"inputVariantInput": "default",
|
|
1788
|
+
"inputVariantValueInput": "empty",
|
|
1789
|
+
"inputVariantValueInput:1": "filled",
|
|
1790
|
+
"inputVariantInputPlaceholder": "default",
|
|
1791
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1792
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1793
|
+
"inputVariantLabel": "default",
|
|
1794
|
+
"inputVariantValueLabel": "empty",
|
|
1795
|
+
"inputVariantValueLabel:1": "filled",
|
|
1796
|
+
"inputVariantLabelRequired": "default",
|
|
1797
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1798
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1799
|
+
"inputVariantStartIcon": "default",
|
|
1800
|
+
"inputVariantValueStartIcon": "empty",
|
|
1801
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1802
|
+
"inputVariantEndIcon": "default",
|
|
1803
|
+
"inputVariantValueEndIcon": "empty",
|
|
1804
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1946
1805
|
},
|
|
1947
1806
|
"cxLiterals": [
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
"uds-
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
-
"duration-0",
|
|
1957
|
-
"duration-120",
|
|
1958
|
-
"transition-[background-color]",
|
|
1959
|
-
"bg-carbon-15/0",
|
|
1960
|
-
"hover:bg-carbon-15/10",
|
|
1961
|
-
"active:bg-carbon-15/15",
|
|
1962
|
-
"uds-ring",
|
|
1963
|
-
"absolute",
|
|
1964
|
-
"z-[4]"
|
|
1807
|
+
"opacity-50",
|
|
1808
|
+
"min-w-[200px]",
|
|
1809
|
+
"grow",
|
|
1810
|
+
"uds-hit-target",
|
|
1811
|
+
"bg-clip-text",
|
|
1812
|
+
"focus:outline-none",
|
|
1813
|
+
"cursor-text",
|
|
1814
|
+
"cursor-not-allowed"
|
|
1965
1815
|
],
|
|
1966
1816
|
"internalComponents": [
|
|
1967
|
-
"PopoverDismiss",
|
|
1968
1817
|
"IconSlot",
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1971
|
-
"
|
|
1818
|
+
"StartIcon",
|
|
1819
|
+
"EndIcon",
|
|
1820
|
+
"HelpTextContent",
|
|
1972
1821
|
"Box",
|
|
1973
|
-
"
|
|
1822
|
+
"InputHelpTextInternal",
|
|
1823
|
+
"VStack",
|
|
1824
|
+
"HStack",
|
|
1825
|
+
"AnimateHeightChange"
|
|
1974
1826
|
],
|
|
1975
|
-
"internalComponentProps": {
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
"popover.borderRadius.${size}"
|
|
1827
|
+
"internalComponentProps": {
|
|
1828
|
+
"HelpTextContent": {
|
|
1829
|
+
"spacingTop": [
|
|
1830
|
+
"2"
|
|
1831
|
+
]
|
|
1832
|
+
},
|
|
1833
|
+
"Box": {
|
|
1834
|
+
"spacingBottom": [
|
|
1835
|
+
"2"
|
|
1836
|
+
],
|
|
1837
|
+
"columnGap": [
|
|
1838
|
+
"0.5"
|
|
1839
|
+
],
|
|
1840
|
+
"alignItems": [
|
|
1841
|
+
"flex-end",
|
|
1842
|
+
"center"
|
|
1843
|
+
],
|
|
1844
|
+
"position": [
|
|
1845
|
+
"relative"
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
"HStack": {
|
|
1849
|
+
"alignItems": [
|
|
1850
|
+
"center"
|
|
1851
|
+
],
|
|
1852
|
+
"gap": [
|
|
1853
|
+
"1"
|
|
2003
1854
|
]
|
|
2004
1855
|
}
|
|
2005
1856
|
},
|
|
2006
|
-
"
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1857
|
+
"propToVariantKeys": {
|
|
1858
|
+
"size": [
|
|
1859
|
+
"inputSizeRoot",
|
|
1860
|
+
"inputSizeInputWrapper",
|
|
1861
|
+
"inputSizeInput",
|
|
1862
|
+
"inputSizeLabel",
|
|
1863
|
+
"inputSizeStartIcon",
|
|
1864
|
+
"inputSizeEndIcon"
|
|
1865
|
+
],
|
|
1866
|
+
"startIcon": [
|
|
1867
|
+
"icon"
|
|
1868
|
+
],
|
|
1869
|
+
"endIcon": [
|
|
1870
|
+
"icon"
|
|
1871
|
+
],
|
|
1872
|
+
"helperTextIcon": [
|
|
1873
|
+
"startIcon"
|
|
1874
|
+
]
|
|
1875
|
+
},
|
|
2016
1876
|
"runtimeConfigDefaultProps": {},
|
|
2017
1877
|
"runtimeConfigGetStyles": {},
|
|
2018
1878
|
"runtimeConfigInternalComponentProps": {},
|
|
2019
1879
|
"motionVarPrefixes": []
|
|
2020
1880
|
},
|
|
2021
|
-
"
|
|
2022
|
-
"name": "
|
|
2023
|
-
"defaultProps": {
|
|
2024
|
-
|
|
1881
|
+
"InputHelpText": {
|
|
1882
|
+
"name": "InputHelpText",
|
|
1883
|
+
"defaultProps": {
|
|
1884
|
+
"size": "md"
|
|
1885
|
+
},
|
|
1886
|
+
"getStylesLiterals": {
|
|
1887
|
+
"inputVariantRoot": "default",
|
|
1888
|
+
"inputVariantValueRoot": "empty",
|
|
1889
|
+
"inputVariantValueRoot:1": "filled"
|
|
1890
|
+
},
|
|
2025
1891
|
"cxLiterals": [],
|
|
2026
1892
|
"internalComponents": [
|
|
2027
|
-
"
|
|
1893
|
+
"InputHelpTextInternal",
|
|
1894
|
+
"Box"
|
|
2028
1895
|
],
|
|
2029
1896
|
"internalComponentProps": {
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
1897
|
+
"Box": {
|
|
1898
|
+
"spacingTop": [
|
|
1899
|
+
"2"
|
|
2033
1900
|
]
|
|
2034
1901
|
}
|
|
2035
1902
|
},
|
|
2036
1903
|
"propToVariantKeys": {
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
1904
|
+
"size": [
|
|
1905
|
+
"inputSizeRoot"
|
|
2039
1906
|
]
|
|
2040
1907
|
},
|
|
2041
1908
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2043,82 +1910,82 @@
|
|
|
2043
1910
|
"runtimeConfigInternalComponentProps": {},
|
|
2044
1911
|
"motionVarPrefixes": []
|
|
2045
1912
|
},
|
|
2046
|
-
"
|
|
2047
|
-
"name": "
|
|
1913
|
+
"InputHelpTextInternal": {
|
|
1914
|
+
"name": "InputHelpTextInternal",
|
|
2048
1915
|
"defaultProps": {},
|
|
2049
|
-
"getStylesLiterals": {
|
|
1916
|
+
"getStylesLiterals": {
|
|
1917
|
+
"inputVariantHelperText": "default",
|
|
1918
|
+
"inputVariantValueHelperText": "empty",
|
|
1919
|
+
"inputVariantValueHelperText:1": "filled",
|
|
1920
|
+
"inputVariantHelperIcon": "default",
|
|
1921
|
+
"inputVariantValueHelperIcon": "empty",
|
|
1922
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
1923
|
+
},
|
|
2050
1924
|
"cxLiterals": [],
|
|
2051
1925
|
"internalComponents": [
|
|
2052
|
-
"
|
|
1926
|
+
"IconSlot",
|
|
1927
|
+
"HStack"
|
|
2053
1928
|
],
|
|
2054
|
-
"internalComponentProps": {
|
|
2055
|
-
|
|
1929
|
+
"internalComponentProps": {
|
|
1930
|
+
"HStack": {
|
|
1931
|
+
"gap": [
|
|
1932
|
+
"1"
|
|
1933
|
+
],
|
|
1934
|
+
"alignItems": [
|
|
1935
|
+
"center"
|
|
1936
|
+
]
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"propToVariantKeys": {
|
|
1940
|
+
"size": [
|
|
1941
|
+
"inputSizeHelperText",
|
|
1942
|
+
"inputSizeHelperIcon"
|
|
1943
|
+
],
|
|
1944
|
+
"startIcon": [
|
|
1945
|
+
"icon"
|
|
1946
|
+
],
|
|
1947
|
+
"endIcon": [
|
|
1948
|
+
"icon"
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
2056
1951
|
"runtimeConfigDefaultProps": {},
|
|
2057
1952
|
"runtimeConfigGetStyles": {},
|
|
2058
1953
|
"runtimeConfigInternalComponentProps": {},
|
|
2059
1954
|
"motionVarPrefixes": []
|
|
2060
1955
|
},
|
|
2061
|
-
"
|
|
2062
|
-
"name": "
|
|
1956
|
+
"Menu.Content": {
|
|
1957
|
+
"name": "Menu.Content",
|
|
2063
1958
|
"defaultProps": {
|
|
2064
|
-
"
|
|
1959
|
+
"size": "default",
|
|
1960
|
+
"variant": "default",
|
|
1961
|
+
"gutter": "1"
|
|
2065
1962
|
},
|
|
2066
1963
|
"getStylesLiterals": {},
|
|
2067
1964
|
"cxLiterals": [
|
|
2068
|
-
"
|
|
2069
|
-
"
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2080
|
-
"motion-reduce:transition-none",
|
|
2081
|
-
"top-[-4px]",
|
|
2082
|
-
"z-[1]",
|
|
2083
|
-
"touch-pan-y"
|
|
1965
|
+
"uds-menu-content",
|
|
1966
|
+
"transition-shadow",
|
|
1967
|
+
"duration-200",
|
|
1968
|
+
"ease-in-out",
|
|
1969
|
+
"min-w-60",
|
|
1970
|
+
"max-w-lg",
|
|
1971
|
+
"max-h-96",
|
|
1972
|
+
"overflow-auto",
|
|
1973
|
+
"uds-ring",
|
|
1974
|
+
"z-10",
|
|
1975
|
+
"group"
|
|
2084
1976
|
],
|
|
2085
1977
|
"internalComponents": [
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2089
|
-
"Box",
|
|
2090
|
-
"BottomSheetInternalContext.Provider"
|
|
1978
|
+
"AriakitMenu",
|
|
1979
|
+
"AnimatePresence",
|
|
1980
|
+
"MotionVStack"
|
|
2091
1981
|
],
|
|
2092
|
-
"internalComponentProps": {
|
|
2093
|
-
"BottomSheetHandle": {
|
|
2094
|
-
"ariaLabel": [
|
|
2095
|
-
"Resize sheet"
|
|
2096
|
-
]
|
|
2097
|
-
},
|
|
2098
|
-
"Dialog": {
|
|
2099
|
-
"data-testid": [
|
|
2100
|
-
"bottom-sheet"
|
|
2101
|
-
]
|
|
2102
|
-
},
|
|
2103
|
-
"Box": {
|
|
2104
|
-
"display": [
|
|
2105
|
-
"block",
|
|
2106
|
-
"flex"
|
|
2107
|
-
],
|
|
2108
|
-
"position": [
|
|
2109
|
-
"absolute"
|
|
2110
|
-
],
|
|
2111
|
-
"flexDirection": [
|
|
2112
|
-
"column"
|
|
2113
|
-
],
|
|
2114
|
-
"className": [
|
|
2115
|
-
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2116
|
-
]
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
1982
|
+
"internalComponentProps": {},
|
|
2119
1983
|
"propToVariantKeys": {
|
|
1984
|
+
"size": [
|
|
1985
|
+
"menucontentSizeRoot"
|
|
1986
|
+
],
|
|
2120
1987
|
"variant": [
|
|
2121
|
-
"
|
|
1988
|
+
"menucontentVariantRoot"
|
|
2122
1989
|
]
|
|
2123
1990
|
},
|
|
2124
1991
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2126,30 +1993,26 @@
|
|
|
2126
1993
|
"runtimeConfigInternalComponentProps": {},
|
|
2127
1994
|
"motionVarPrefixes": []
|
|
2128
1995
|
},
|
|
2129
|
-
"
|
|
2130
|
-
"name": "
|
|
2131
|
-
"defaultProps": {
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
1996
|
+
"Menu.Divider": {
|
|
1997
|
+
"name": "Menu.Divider",
|
|
1998
|
+
"defaultProps": {
|
|
1999
|
+
"role": "separator",
|
|
2000
|
+
"contentPosition": "start",
|
|
2001
|
+
"gap": "4"
|
|
2002
|
+
},
|
|
2003
|
+
"getStylesLiterals": {
|
|
2004
|
+
"menuitemDividerVariantRoot": "default",
|
|
2005
|
+
"menuitemDividerVariantText": "default",
|
|
2006
|
+
"menuitemDividerVariantLine": "default"
|
|
2007
|
+
},
|
|
2008
|
+
"cxLiterals": [],
|
|
2137
2009
|
"internalComponents": [
|
|
2138
|
-
"
|
|
2139
|
-
"VStack"
|
|
2010
|
+
"DividerInternal"
|
|
2140
2011
|
],
|
|
2141
2012
|
"internalComponentProps": {
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
],
|
|
2146
|
-
"flex": [
|
|
2147
|
-
"1"
|
|
2148
|
-
]
|
|
2149
|
-
},
|
|
2150
|
-
"VStack": {
|
|
2151
|
-
"className": [
|
|
2152
|
-
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2013
|
+
"DividerInternal": {
|
|
2014
|
+
"variant": [
|
|
2015
|
+
"inherit"
|
|
2153
2016
|
]
|
|
2154
2017
|
}
|
|
2155
2018
|
},
|
|
@@ -2159,13 +2022,23 @@
|
|
|
2159
2022
|
"runtimeConfigInternalComponentProps": {},
|
|
2160
2023
|
"motionVarPrefixes": []
|
|
2161
2024
|
},
|
|
2162
|
-
"
|
|
2163
|
-
"name": "
|
|
2025
|
+
"Menu.Item": {
|
|
2026
|
+
"name": "Menu.Item",
|
|
2164
2027
|
"defaultProps": {},
|
|
2165
|
-
"getStylesLiterals": {
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
"
|
|
2028
|
+
"getStylesLiterals": {
|
|
2029
|
+
"menuitemItemVariantRoot": "default",
|
|
2030
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
2031
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
2032
|
+
"menuitemItemVariantText": "default",
|
|
2033
|
+
"menuitemItemVariantActiveText": "on",
|
|
2034
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
2035
|
+
"menuitemItemVariantIcon": "default",
|
|
2036
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
2037
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
2038
|
+
},
|
|
2039
|
+
"cxLiterals": [],
|
|
2040
|
+
"internalComponents": [
|
|
2041
|
+
"MenuItemBase"
|
|
2169
2042
|
],
|
|
2170
2043
|
"internalComponentProps": {},
|
|
2171
2044
|
"propToVariantKeys": {},
|
|
@@ -2174,45 +2047,71 @@
|
|
|
2174
2047
|
"runtimeConfigInternalComponentProps": {},
|
|
2175
2048
|
"motionVarPrefixes": []
|
|
2176
2049
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"name": "
|
|
2050
|
+
"Menu.ItemBase": {
|
|
2051
|
+
"name": "Menu.ItemBase",
|
|
2179
2052
|
"defaultProps": {
|
|
2180
|
-
"
|
|
2053
|
+
"spacing": "0",
|
|
2054
|
+
"spacingHorizontal": "4",
|
|
2055
|
+
"spacingVertical": "3.5",
|
|
2056
|
+
"columnGap": "2",
|
|
2057
|
+
"alignItems": "center",
|
|
2058
|
+
"justifyContent": "space-between"
|
|
2059
|
+
},
|
|
2060
|
+
"getStylesLiterals": {
|
|
2061
|
+
"textAlign": "start",
|
|
2062
|
+
"menuitemSizeRoot": "default",
|
|
2063
|
+
"flexDirection": "row",
|
|
2064
|
+
"menuitemSizeStartIcon": "default",
|
|
2065
|
+
"menuitemSizeEndIcon": "default"
|
|
2181
2066
|
},
|
|
2182
|
-
"getStylesLiterals": {},
|
|
2183
2067
|
"cxLiterals": [
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
2186
|
-
"
|
|
2187
|
-
"
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2193
|
-
"-
|
|
2194
|
-
"-
|
|
2195
|
-
"
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2068
|
+
"flex",
|
|
2069
|
+
"focus-visible:text-brand",
|
|
2070
|
+
"focus-visible:bg-brand-secondary",
|
|
2071
|
+
"focus-visible:z-10",
|
|
2072
|
+
"uds-ring",
|
|
2073
|
+
"!-outline-offset-2",
|
|
2074
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
2075
|
+
"opacity-25",
|
|
2076
|
+
"cursor-not-allowed",
|
|
2077
|
+
"duration-20",
|
|
2078
|
+
"transition-[font-variation-settings]",
|
|
2079
|
+
"ease-in-out",
|
|
2080
|
+
"z-0",
|
|
2081
|
+
"uds-start-icon",
|
|
2082
|
+
"uds-end-icon"
|
|
2198
2083
|
],
|
|
2199
2084
|
"internalComponents": [
|
|
2200
|
-
"
|
|
2085
|
+
"Pressable",
|
|
2086
|
+
"IconSlot",
|
|
2087
|
+
"RootComponent",
|
|
2088
|
+
"HStack",
|
|
2089
|
+
"AnimatePresence"
|
|
2201
2090
|
],
|
|
2202
2091
|
"internalComponentProps": {
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
2205
|
-
"block",
|
|
2206
|
-
"flex"
|
|
2207
|
-
],
|
|
2208
|
-
"justifyContent": [
|
|
2092
|
+
"HStack": {
|
|
2093
|
+
"alignItems": [
|
|
2209
2094
|
"center"
|
|
2095
|
+
],
|
|
2096
|
+
"width": [
|
|
2097
|
+
"full"
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
"AnimatePresence": {
|
|
2101
|
+
"mode": [
|
|
2102
|
+
"popLayout"
|
|
2210
2103
|
]
|
|
2211
2104
|
}
|
|
2212
2105
|
},
|
|
2213
2106
|
"propToVariantKeys": {
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2107
|
+
"startIcon": [
|
|
2108
|
+
"icon"
|
|
2109
|
+
],
|
|
2110
|
+
"endIcon": [
|
|
2111
|
+
"icon"
|
|
2112
|
+
],
|
|
2113
|
+
"columnGap": [
|
|
2114
|
+
"gap"
|
|
2216
2115
|
]
|
|
2217
2116
|
},
|
|
2218
2117
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2220,83 +2119,85 @@
|
|
|
2220
2119
|
"runtimeConfigInternalComponentProps": {},
|
|
2221
2120
|
"motionVarPrefixes": []
|
|
2222
2121
|
},
|
|
2223
|
-
"
|
|
2224
|
-
"name": "
|
|
2225
|
-
"defaultProps": {
|
|
2226
|
-
|
|
2122
|
+
"Menu.ItemCheckbox": {
|
|
2123
|
+
"name": "Menu.ItemCheckbox",
|
|
2124
|
+
"defaultProps": {},
|
|
2125
|
+
"getStylesLiterals": {
|
|
2126
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
2127
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2128
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2129
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
2130
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2131
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2132
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2133
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2134
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2135
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2136
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2137
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2227
2138
|
},
|
|
2228
|
-
"getStylesLiterals": {},
|
|
2229
2139
|
"cxLiterals": [
|
|
2230
|
-
"
|
|
2231
|
-
"items-center",
|
|
2232
|
-
"w-full",
|
|
2233
|
-
"min-h-10",
|
|
2234
|
-
"mt-2"
|
|
2140
|
+
"uds-menu-item-checkbox"
|
|
2235
2141
|
],
|
|
2236
2142
|
"internalComponents": [
|
|
2237
|
-
"
|
|
2238
|
-
"Text"
|
|
2143
|
+
"MenuItemBase"
|
|
2239
2144
|
],
|
|
2240
|
-
"internalComponentProps": {
|
|
2241
|
-
|
|
2242
|
-
"className": [
|
|
2243
|
-
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2244
|
-
],
|
|
2245
|
-
"display": [
|
|
2246
|
-
"grid",
|
|
2247
|
-
"flex"
|
|
2248
|
-
],
|
|
2249
|
-
"justifyContent": [
|
|
2250
|
-
"flex-start",
|
|
2251
|
-
"flex-end"
|
|
2252
|
-
]
|
|
2253
|
-
},
|
|
2254
|
-
"Text": {
|
|
2255
|
-
"variant": [
|
|
2256
|
-
"inherit"
|
|
2257
|
-
],
|
|
2258
|
-
"color": [
|
|
2259
|
-
"inherit"
|
|
2260
|
-
],
|
|
2261
|
-
"textAlign": [
|
|
2262
|
-
"center"
|
|
2263
|
-
],
|
|
2264
|
-
"className": [
|
|
2265
|
-
"w-full"
|
|
2266
|
-
]
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
"propToVariantKeys": {
|
|
2270
|
-
"variant": [
|
|
2271
|
-
"bottomsheetVariantHeader"
|
|
2272
|
-
]
|
|
2273
|
-
},
|
|
2145
|
+
"internalComponentProps": {},
|
|
2146
|
+
"propToVariantKeys": {},
|
|
2274
2147
|
"runtimeConfigDefaultProps": {},
|
|
2275
2148
|
"runtimeConfigGetStyles": {},
|
|
2276
2149
|
"runtimeConfigInternalComponentProps": {},
|
|
2277
2150
|
"motionVarPrefixes": []
|
|
2278
2151
|
},
|
|
2279
|
-
"
|
|
2280
|
-
"name": "
|
|
2152
|
+
"Menu.Provider": {
|
|
2153
|
+
"name": "Menu.Provider",
|
|
2281
2154
|
"defaultProps": {},
|
|
2282
2155
|
"getStylesLiterals": {},
|
|
2283
2156
|
"cxLiterals": [],
|
|
2284
|
-
"internalComponents": [
|
|
2157
|
+
"internalComponents": [
|
|
2158
|
+
"AriakitMenuProvider",
|
|
2159
|
+
"SpringMotionConfig"
|
|
2160
|
+
],
|
|
2285
2161
|
"internalComponentProps": {},
|
|
2286
2162
|
"propToVariantKeys": {},
|
|
2287
2163
|
"runtimeConfigDefaultProps": {},
|
|
2288
2164
|
"runtimeConfigGetStyles": {},
|
|
2289
2165
|
"runtimeConfigInternalComponentProps": {},
|
|
2290
|
-
"motionVarPrefixes": [
|
|
2166
|
+
"motionVarPrefixes": [
|
|
2167
|
+
"--uds-motion-subtle-3-",
|
|
2168
|
+
"--uds-motion-smooth-3-"
|
|
2169
|
+
]
|
|
2291
2170
|
},
|
|
2292
|
-
"
|
|
2293
|
-
"name": "
|
|
2171
|
+
"Menu.Trigger": {
|
|
2172
|
+
"name": "Menu.Trigger",
|
|
2294
2173
|
"defaultProps": {},
|
|
2295
2174
|
"getStylesLiterals": {},
|
|
2296
|
-
"cxLiterals": [
|
|
2175
|
+
"cxLiterals": [
|
|
2176
|
+
"uds-menu-trigger"
|
|
2177
|
+
],
|
|
2297
2178
|
"internalComponents": [
|
|
2298
|
-
"
|
|
2179
|
+
"AriakitMenuTrigger",
|
|
2180
|
+
"Box"
|
|
2299
2181
|
],
|
|
2182
|
+
"internalComponentProps": {
|
|
2183
|
+
"Box": {
|
|
2184
|
+
"className": [
|
|
2185
|
+
"uds-ring h-fit w-fit"
|
|
2186
|
+
]
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"propToVariantKeys": {},
|
|
2190
|
+
"runtimeConfigDefaultProps": {},
|
|
2191
|
+
"runtimeConfigGetStyles": {},
|
|
2192
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2193
|
+
"motionVarPrefixes": []
|
|
2194
|
+
},
|
|
2195
|
+
"Menu.index": {
|
|
2196
|
+
"name": "Menu.index",
|
|
2197
|
+
"defaultProps": {},
|
|
2198
|
+
"getStylesLiterals": {},
|
|
2199
|
+
"cxLiterals": [],
|
|
2200
|
+
"internalComponents": [],
|
|
2300
2201
|
"internalComponentProps": {},
|
|
2301
2202
|
"propToVariantKeys": {},
|
|
2302
2203
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2304,14 +2205,12 @@
|
|
|
2304
2205
|
"runtimeConfigInternalComponentProps": {},
|
|
2305
2206
|
"motionVarPrefixes": []
|
|
2306
2207
|
},
|
|
2307
|
-
"
|
|
2308
|
-
"name": "
|
|
2208
|
+
"Menu": {
|
|
2209
|
+
"name": "Menu",
|
|
2309
2210
|
"defaultProps": {},
|
|
2310
2211
|
"getStylesLiterals": {},
|
|
2311
2212
|
"cxLiterals": [],
|
|
2312
|
-
"internalComponents": [
|
|
2313
|
-
"AriakitDialogDisclosure"
|
|
2314
|
-
],
|
|
2213
|
+
"internalComponents": [],
|
|
2315
2214
|
"internalComponentProps": {},
|
|
2316
2215
|
"propToVariantKeys": {},
|
|
2317
2216
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2319,154 +2218,145 @@
|
|
|
2319
2218
|
"runtimeConfigInternalComponentProps": {},
|
|
2320
2219
|
"motionVarPrefixes": []
|
|
2321
2220
|
},
|
|
2322
|
-
"
|
|
2323
|
-
"name": "
|
|
2221
|
+
"Popover": {
|
|
2222
|
+
"name": "Popover",
|
|
2324
2223
|
"defaultProps": {},
|
|
2325
2224
|
"getStylesLiterals": {},
|
|
2326
2225
|
"cxLiterals": [],
|
|
2327
2226
|
"internalComponents": [
|
|
2328
|
-
"
|
|
2227
|
+
"PopoverInternalContext.Provider",
|
|
2228
|
+
"PopoverProvider"
|
|
2329
2229
|
],
|
|
2330
2230
|
"internalComponentProps": {},
|
|
2331
2231
|
"propToVariantKeys": {},
|
|
2332
|
-
"runtimeConfigDefaultProps": {
|
|
2232
|
+
"runtimeConfigDefaultProps": {
|
|
2233
|
+
"size": "popover.defaultSize",
|
|
2234
|
+
"variant": "popover.defaultVariant"
|
|
2235
|
+
},
|
|
2333
2236
|
"runtimeConfigGetStyles": {},
|
|
2334
2237
|
"runtimeConfigInternalComponentProps": {},
|
|
2335
2238
|
"motionVarPrefixes": []
|
|
2336
2239
|
},
|
|
2337
|
-
"
|
|
2338
|
-
"name": "
|
|
2339
|
-
"defaultProps": {
|
|
2340
|
-
"type": "text",
|
|
2341
|
-
"size": "md",
|
|
2342
|
-
"width": "full"
|
|
2343
|
-
},
|
|
2240
|
+
"PopoverContent": {
|
|
2241
|
+
"name": "PopoverContent",
|
|
2242
|
+
"defaultProps": {},
|
|
2344
2243
|
"getStylesLiterals": {
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2353
|
-
"
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2357
|
-
"
|
|
2358
|
-
"
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2368
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
2244
|
+
"popoverSizeRoot": "default",
|
|
2245
|
+
"popoverVariantRoot": "default",
|
|
2246
|
+
"display": "flex",
|
|
2247
|
+
"position": "relative",
|
|
2248
|
+
"display:1": "block",
|
|
2249
|
+
"spacingTop": "0",
|
|
2250
|
+
"spacingStart": "0",
|
|
2251
|
+
"spacingBottom": "0",
|
|
2252
|
+
"spacingEnd": "0",
|
|
2253
|
+
"popoverSizeSvgBase": "default",
|
|
2254
|
+
"popoverVariantSvgBase": "default",
|
|
2255
|
+
"popoverSizeSvgBorder": "default",
|
|
2256
|
+
"popoverVariantSvgBorder": "default",
|
|
2257
|
+
"popoverVariantBlur": "default",
|
|
2258
|
+
"position:1": "absolute",
|
|
2259
|
+
"width": "full",
|
|
2260
|
+
"height": "full",
|
|
2261
|
+
"flexShrink": "0",
|
|
2262
|
+
"borderRadius": "full",
|
|
2263
|
+
"alignItems": "center",
|
|
2264
|
+
"justifyContent": "center",
|
|
2265
|
+
"popoverVariantCloseIcon": "default",
|
|
2266
|
+
"popoverSizeCloseIcon": "default"
|
|
2369
2267
|
},
|
|
2370
2268
|
"cxLiterals": [
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
"uds-
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2269
|
+
"z-[9999]",
|
|
2270
|
+
"outline-none",
|
|
2271
|
+
"focus-visible:outline-none",
|
|
2272
|
+
"uds-bgBlurFillFallback",
|
|
2273
|
+
"uds-bgBlurFallback",
|
|
2274
|
+
"top-0",
|
|
2275
|
+
"left-0",
|
|
2276
|
+
"z-[1]",
|
|
2277
|
+
"duration-0",
|
|
2278
|
+
"duration-120",
|
|
2279
|
+
"transition-[background-color]",
|
|
2280
|
+
"bg-carbon-15/0",
|
|
2281
|
+
"hover:bg-carbon-15/10",
|
|
2282
|
+
"active:bg-carbon-15/15",
|
|
2283
|
+
"uds-ring",
|
|
2284
|
+
"absolute",
|
|
2285
|
+
"z-[4]"
|
|
2379
2286
|
],
|
|
2380
2287
|
"internalComponents": [
|
|
2288
|
+
"PopoverDismiss",
|
|
2381
2289
|
"IconSlot",
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2290
|
+
"PopoverArrow",
|
|
2291
|
+
"Popover",
|
|
2292
|
+
"SvgFloatingOverlay",
|
|
2385
2293
|
"Box",
|
|
2386
|
-
"
|
|
2387
|
-
"VStack",
|
|
2388
|
-
"HStack",
|
|
2389
|
-
"AnimateHeightChange"
|
|
2294
|
+
"Pressable"
|
|
2390
2295
|
],
|
|
2391
|
-
"internalComponentProps": {
|
|
2392
|
-
"HelpTextContent": {
|
|
2393
|
-
"spacingTop": [
|
|
2394
|
-
"2"
|
|
2395
|
-
]
|
|
2396
|
-
},
|
|
2397
|
-
"Box": {
|
|
2398
|
-
"spacingBottom": [
|
|
2399
|
-
"2"
|
|
2400
|
-
],
|
|
2401
|
-
"columnGap": [
|
|
2402
|
-
"0.5"
|
|
2403
|
-
],
|
|
2404
|
-
"alignItems": [
|
|
2405
|
-
"flex-end",
|
|
2406
|
-
"center"
|
|
2407
|
-
],
|
|
2408
|
-
"position": [
|
|
2409
|
-
"relative"
|
|
2410
|
-
]
|
|
2411
|
-
},
|
|
2412
|
-
"HStack": {
|
|
2413
|
-
"alignItems": [
|
|
2414
|
-
"center"
|
|
2415
|
-
],
|
|
2416
|
-
"gap": [
|
|
2417
|
-
"1"
|
|
2418
|
-
]
|
|
2419
|
-
}
|
|
2420
|
-
},
|
|
2296
|
+
"internalComponentProps": {},
|
|
2421
2297
|
"propToVariantKeys": {
|
|
2422
|
-
"
|
|
2423
|
-
"inputSizeRoot",
|
|
2424
|
-
"inputSizeInputWrapper",
|
|
2425
|
-
"inputSizeInput",
|
|
2426
|
-
"inputSizeLabel",
|
|
2427
|
-
"inputSizeStartIcon",
|
|
2428
|
-
"inputSizeEndIcon"
|
|
2429
|
-
],
|
|
2430
|
-
"startIcon": [
|
|
2298
|
+
"closeIcon": [
|
|
2431
2299
|
"icon"
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"runtimeConfigDefaultProps": {
|
|
2303
|
+
"size": "popover.defaultSize",
|
|
2304
|
+
"variant": "popover.defaultVariant"
|
|
2305
|
+
},
|
|
2306
|
+
"runtimeConfigGetStyles": {
|
|
2307
|
+
"spacingTop": [
|
|
2308
|
+
"popover.spacingVertical.${size}"
|
|
2432
2309
|
],
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2310
|
+
"spacingStart": [
|
|
2311
|
+
"popover.spacingHorizontal.${size}"
|
|
2435
2312
|
],
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2313
|
+
"spacingBottom": [
|
|
2314
|
+
"popover.spacingVertical.${size}"
|
|
2315
|
+
],
|
|
2316
|
+
"spacingEnd": [
|
|
2317
|
+
"popover.spacingHorizontal.${size}"
|
|
2438
2318
|
]
|
|
2439
2319
|
},
|
|
2320
|
+
"runtimeConfigInternalComponentProps": {
|
|
2321
|
+
"SvgFloatingOverlay": {
|
|
2322
|
+
"borderRadius": [
|
|
2323
|
+
"popover.borderRadius.${size}"
|
|
2324
|
+
]
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"motionVarPrefixes": []
|
|
2328
|
+
},
|
|
2329
|
+
"PopoverContext": {
|
|
2330
|
+
"name": "PopoverContext",
|
|
2331
|
+
"defaultProps": {},
|
|
2332
|
+
"getStylesLiterals": {},
|
|
2333
|
+
"cxLiterals": [],
|
|
2334
|
+
"internalComponents": [],
|
|
2335
|
+
"internalComponentProps": {},
|
|
2336
|
+
"propToVariantKeys": {},
|
|
2440
2337
|
"runtimeConfigDefaultProps": {},
|
|
2441
2338
|
"runtimeConfigGetStyles": {},
|
|
2442
2339
|
"runtimeConfigInternalComponentProps": {},
|
|
2443
2340
|
"motionVarPrefixes": []
|
|
2444
2341
|
},
|
|
2445
|
-
"
|
|
2446
|
-
"name": "
|
|
2447
|
-
"defaultProps": {
|
|
2448
|
-
|
|
2449
|
-
},
|
|
2450
|
-
"getStylesLiterals": {
|
|
2451
|
-
"inputVariantRoot": "default",
|
|
2452
|
-
"inputVariantValueRoot": "empty",
|
|
2453
|
-
"inputVariantValueRoot:1": "filled"
|
|
2454
|
-
},
|
|
2342
|
+
"PopoverTrigger": {
|
|
2343
|
+
"name": "PopoverTrigger",
|
|
2344
|
+
"defaultProps": {},
|
|
2345
|
+
"getStylesLiterals": {},
|
|
2455
2346
|
"cxLiterals": [],
|
|
2456
2347
|
"internalComponents": [
|
|
2457
|
-
"
|
|
2458
|
-
"Box"
|
|
2348
|
+
"PopoverDisclosure"
|
|
2459
2349
|
],
|
|
2460
2350
|
"internalComponentProps": {
|
|
2461
|
-
"
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2351
|
+
"PopoverDisclosure": {
|
|
2352
|
+
"className": [
|
|
2353
|
+
"inline"
|
|
2464
2354
|
]
|
|
2465
2355
|
}
|
|
2466
2356
|
},
|
|
2467
2357
|
"propToVariantKeys": {
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2358
|
+
"children": [
|
|
2359
|
+
"render"
|
|
2470
2360
|
]
|
|
2471
2361
|
},
|
|
2472
2362
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2474,279 +2364,387 @@
|
|
|
2474
2364
|
"runtimeConfigInternalComponentProps": {},
|
|
2475
2365
|
"motionVarPrefixes": []
|
|
2476
2366
|
},
|
|
2477
|
-
"
|
|
2478
|
-
"name": "
|
|
2367
|
+
"UDSPopoverConfigProvider": {
|
|
2368
|
+
"name": "UDSPopoverConfigProvider",
|
|
2479
2369
|
"defaultProps": {},
|
|
2480
|
-
"getStylesLiterals": {
|
|
2481
|
-
"inputVariantHelperText": "default",
|
|
2482
|
-
"inputVariantValueHelperText": "empty",
|
|
2483
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2484
|
-
"inputVariantHelperIcon": "default",
|
|
2485
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2486
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2487
|
-
},
|
|
2370
|
+
"getStylesLiterals": {},
|
|
2488
2371
|
"cxLiterals": [],
|
|
2489
2372
|
"internalComponents": [
|
|
2490
|
-
"
|
|
2491
|
-
"HStack"
|
|
2373
|
+
"PopoverContext.Provider"
|
|
2492
2374
|
],
|
|
2493
|
-
"internalComponentProps": {
|
|
2494
|
-
|
|
2495
|
-
"gap": [
|
|
2496
|
-
"1"
|
|
2497
|
-
],
|
|
2498
|
-
"alignItems": [
|
|
2499
|
-
"center"
|
|
2500
|
-
]
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
"propToVariantKeys": {
|
|
2504
|
-
"size": [
|
|
2505
|
-
"inputSizeHelperText",
|
|
2506
|
-
"inputSizeHelperIcon"
|
|
2507
|
-
],
|
|
2508
|
-
"startIcon": [
|
|
2509
|
-
"icon"
|
|
2510
|
-
],
|
|
2511
|
-
"endIcon": [
|
|
2512
|
-
"icon"
|
|
2513
|
-
]
|
|
2514
|
-
},
|
|
2375
|
+
"internalComponentProps": {},
|
|
2376
|
+
"propToVariantKeys": {},
|
|
2515
2377
|
"runtimeConfigDefaultProps": {},
|
|
2516
2378
|
"runtimeConfigGetStyles": {},
|
|
2517
2379
|
"runtimeConfigInternalComponentProps": {},
|
|
2518
2380
|
"motionVarPrefixes": []
|
|
2519
2381
|
},
|
|
2520
|
-
"
|
|
2521
|
-
"name": "
|
|
2522
|
-
"defaultProps": {
|
|
2523
|
-
"size": "default",
|
|
2524
|
-
"variant": "default",
|
|
2525
|
-
"gutter": "1"
|
|
2526
|
-
},
|
|
2382
|
+
"Avatar": {
|
|
2383
|
+
"name": "Avatar",
|
|
2384
|
+
"defaultProps": {},
|
|
2527
2385
|
"getStylesLiterals": {},
|
|
2528
|
-
"cxLiterals": [
|
|
2529
|
-
"uds-menu-content",
|
|
2530
|
-
"transition-shadow",
|
|
2531
|
-
"duration-200",
|
|
2532
|
-
"ease-in-out",
|
|
2533
|
-
"min-w-60",
|
|
2534
|
-
"max-w-lg",
|
|
2535
|
-
"max-h-96",
|
|
2536
|
-
"overflow-auto",
|
|
2537
|
-
"uds-ring",
|
|
2538
|
-
"z-10",
|
|
2539
|
-
"group"
|
|
2540
|
-
],
|
|
2386
|
+
"cxLiterals": [],
|
|
2541
2387
|
"internalComponents": [
|
|
2542
|
-
"
|
|
2543
|
-
"AnimatePresence",
|
|
2544
|
-
"MotionVStack"
|
|
2388
|
+
"AvatarImage"
|
|
2545
2389
|
],
|
|
2546
2390
|
"internalComponentProps": {},
|
|
2547
|
-
"propToVariantKeys": {
|
|
2548
|
-
"size": [
|
|
2549
|
-
"menucontentSizeRoot"
|
|
2550
|
-
],
|
|
2551
|
-
"variant": [
|
|
2552
|
-
"menucontentVariantRoot"
|
|
2553
|
-
]
|
|
2554
|
-
},
|
|
2391
|
+
"propToVariantKeys": {},
|
|
2555
2392
|
"runtimeConfigDefaultProps": {},
|
|
2556
2393
|
"runtimeConfigGetStyles": {},
|
|
2557
2394
|
"runtimeConfigInternalComponentProps": {},
|
|
2558
2395
|
"motionVarPrefixes": []
|
|
2559
2396
|
},
|
|
2560
|
-
"
|
|
2561
|
-
"name": "
|
|
2397
|
+
"AvatarIcon": {
|
|
2398
|
+
"name": "AvatarIcon",
|
|
2562
2399
|
"defaultProps": {
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2565
|
-
"gap": "4"
|
|
2400
|
+
"size": "md",
|
|
2401
|
+
"variant": "primary"
|
|
2566
2402
|
},
|
|
2567
|
-
"getStylesLiterals": {
|
|
2568
|
-
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2571
|
-
|
|
2572
|
-
|
|
2403
|
+
"getStylesLiterals": {},
|
|
2404
|
+
"cxLiterals": [
|
|
2405
|
+
"overflow-hidden",
|
|
2406
|
+
"w-full",
|
|
2407
|
+
"h-full",
|
|
2408
|
+
"shrink-0",
|
|
2409
|
+
"text-center",
|
|
2410
|
+
"inline-flex",
|
|
2411
|
+
"justify-center",
|
|
2412
|
+
"items-center"
|
|
2413
|
+
],
|
|
2573
2414
|
"internalComponents": [
|
|
2574
|
-
"
|
|
2415
|
+
"IconSlot",
|
|
2416
|
+
"Box"
|
|
2575
2417
|
],
|
|
2576
|
-
"internalComponentProps": {
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
}
|
|
2418
|
+
"internalComponentProps": {},
|
|
2419
|
+
"propToVariantKeys": {
|
|
2420
|
+
"size": [
|
|
2421
|
+
"avatarSizeIcon"
|
|
2422
|
+
]
|
|
2582
2423
|
},
|
|
2583
|
-
"propToVariantKeys": {},
|
|
2584
2424
|
"runtimeConfigDefaultProps": {},
|
|
2585
2425
|
"runtimeConfigGetStyles": {},
|
|
2586
2426
|
"runtimeConfigInternalComponentProps": {},
|
|
2587
2427
|
"motionVarPrefixes": []
|
|
2588
2428
|
},
|
|
2589
|
-
"
|
|
2590
|
-
"name": "
|
|
2591
|
-
"defaultProps": {
|
|
2592
|
-
|
|
2593
|
-
"
|
|
2594
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
2595
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
2596
|
-
"menuitemItemVariantText": "default",
|
|
2597
|
-
"menuitemItemVariantActiveText": "on",
|
|
2598
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
2599
|
-
"menuitemItemVariantIcon": "default",
|
|
2600
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
2601
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
2429
|
+
"AvatarImage": {
|
|
2430
|
+
"name": "AvatarImage",
|
|
2431
|
+
"defaultProps": {
|
|
2432
|
+
"size": "md",
|
|
2433
|
+
"variant": "primary"
|
|
2602
2434
|
},
|
|
2603
|
-
"
|
|
2435
|
+
"getStylesLiterals": {},
|
|
2436
|
+
"cxLiterals": [
|
|
2437
|
+
"overflow-hidden",
|
|
2438
|
+
"w-full",
|
|
2439
|
+
"h-full",
|
|
2440
|
+
"shrink-0",
|
|
2441
|
+
"text-center",
|
|
2442
|
+
"inline-flex",
|
|
2443
|
+
"justify-center",
|
|
2444
|
+
"items-center",
|
|
2445
|
+
"object-cover"
|
|
2446
|
+
],
|
|
2604
2447
|
"internalComponents": [
|
|
2605
|
-
"
|
|
2448
|
+
"UDSImage",
|
|
2449
|
+
"AvatarText",
|
|
2450
|
+
"AvatarIcon",
|
|
2451
|
+
"Box"
|
|
2606
2452
|
],
|
|
2607
2453
|
"internalComponentProps": {},
|
|
2454
|
+
"propToVariantKeys": {
|
|
2455
|
+
"alt": [
|
|
2456
|
+
"name"
|
|
2457
|
+
],
|
|
2458
|
+
"fallback": [
|
|
2459
|
+
"initials"
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
"runtimeConfigDefaultProps": {},
|
|
2463
|
+
"runtimeConfigGetStyles": {},
|
|
2464
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2465
|
+
"motionVarPrefixes": []
|
|
2466
|
+
},
|
|
2467
|
+
"AvatarText": {
|
|
2468
|
+
"name": "AvatarText",
|
|
2469
|
+
"defaultProps": {
|
|
2470
|
+
"size": "md",
|
|
2471
|
+
"variant": "primary"
|
|
2472
|
+
},
|
|
2473
|
+
"getStylesLiterals": {},
|
|
2474
|
+
"cxLiterals": [
|
|
2475
|
+
"overflow-hidden",
|
|
2476
|
+
"truncate",
|
|
2477
|
+
"w-full",
|
|
2478
|
+
"h-full",
|
|
2479
|
+
"shrink-0",
|
|
2480
|
+
"text-center",
|
|
2481
|
+
"inline-flex",
|
|
2482
|
+
"justify-center",
|
|
2483
|
+
"items-center"
|
|
2484
|
+
],
|
|
2485
|
+
"internalComponents": [
|
|
2486
|
+
"Box",
|
|
2487
|
+
"Text"
|
|
2488
|
+
],
|
|
2489
|
+
"internalComponentProps": {
|
|
2490
|
+
"Text": {
|
|
2491
|
+
"color": [
|
|
2492
|
+
"inherit"
|
|
2493
|
+
],
|
|
2494
|
+
"variant": [
|
|
2495
|
+
"inherit"
|
|
2496
|
+
]
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2608
2499
|
"propToVariantKeys": {},
|
|
2609
2500
|
"runtimeConfigDefaultProps": {},
|
|
2610
2501
|
"runtimeConfigGetStyles": {},
|
|
2611
2502
|
"runtimeConfigInternalComponentProps": {},
|
|
2612
2503
|
"motionVarPrefixes": []
|
|
2613
2504
|
},
|
|
2614
|
-
"
|
|
2615
|
-
"name": "
|
|
2505
|
+
"Radio": {
|
|
2506
|
+
"name": "Radio",
|
|
2616
2507
|
"defaultProps": {
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
"alignItems": "center",
|
|
2622
|
-
"justifyContent": "space-between"
|
|
2508
|
+
"labelPosition": "start",
|
|
2509
|
+
"variant": "primary",
|
|
2510
|
+
"size": "md",
|
|
2511
|
+
"value": ""
|
|
2623
2512
|
},
|
|
2624
2513
|
"getStylesLiterals": {
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2514
|
+
"radioVariantValueRoot": "checked",
|
|
2515
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2516
|
+
"display": "flex",
|
|
2627
2517
|
"flexDirection": "row",
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
2518
|
+
"flexDirection:1": "row-reverse",
|
|
2519
|
+
"alignItems": "center",
|
|
2520
|
+
"radioVariantValueRadio": "checked",
|
|
2521
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2522
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2523
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2630
2524
|
},
|
|
2631
2525
|
"cxLiterals": [
|
|
2632
|
-
"
|
|
2633
|
-
"
|
|
2634
|
-
"
|
|
2635
|
-
"
|
|
2526
|
+
"cursor-pointer",
|
|
2527
|
+
"cursor-default",
|
|
2528
|
+
"opacity-50",
|
|
2529
|
+
"border",
|
|
2636
2530
|
"uds-ring",
|
|
2637
|
-
"
|
|
2638
|
-
"[
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2531
|
+
"uds-ring-within",
|
|
2532
|
+
"transition-[background-color,border-color]",
|
|
2533
|
+
"transition-shadow",
|
|
2534
|
+
"pointer-events-none",
|
|
2535
|
+
"w-[8px]",
|
|
2536
|
+
"h-[8px]",
|
|
2537
|
+
"transition-opacity",
|
|
2538
|
+
"cursor-[inherit]",
|
|
2539
|
+
"absolute",
|
|
2540
|
+
"opacity-0",
|
|
2541
|
+
"top-1/2",
|
|
2542
|
+
"left-1/2",
|
|
2543
|
+
"w-[calc(100%+2px)]",
|
|
2544
|
+
"h-[calc(100%+2px)]",
|
|
2545
|
+
"transform",
|
|
2546
|
+
"translate-x-[-50%]",
|
|
2547
|
+
"translate-y-[-50%]",
|
|
2548
|
+
"text-start",
|
|
2549
|
+
"text-end"
|
|
2647
2550
|
],
|
|
2648
2551
|
"internalComponents": [
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2652
|
-
"
|
|
2653
|
-
"
|
|
2552
|
+
"Box",
|
|
2553
|
+
"FormLabel",
|
|
2554
|
+
"SpringMotionConfig",
|
|
2555
|
+
"RootElement",
|
|
2556
|
+
"MotionBox"
|
|
2654
2557
|
],
|
|
2655
2558
|
"internalComponentProps": {
|
|
2656
|
-
"
|
|
2657
|
-
"
|
|
2658
|
-
"center"
|
|
2659
|
-
],
|
|
2660
|
-
"width": [
|
|
2559
|
+
"Box": {
|
|
2560
|
+
"borderRadius": [
|
|
2661
2561
|
"full"
|
|
2662
2562
|
]
|
|
2663
2563
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2666
|
-
"
|
|
2564
|
+
"FormLabel": {
|
|
2565
|
+
"as": [
|
|
2566
|
+
"div"
|
|
2567
|
+
],
|
|
2568
|
+
"variant": [
|
|
2569
|
+
"inherit"
|
|
2570
|
+
],
|
|
2571
|
+
"color": [
|
|
2572
|
+
"inherit"
|
|
2573
|
+
]
|
|
2574
|
+
},
|
|
2575
|
+
"RootElement": {
|
|
2576
|
+
"data-testid": [
|
|
2577
|
+
"container"
|
|
2578
|
+
]
|
|
2579
|
+
},
|
|
2580
|
+
"MotionBox": {
|
|
2581
|
+
"position": [
|
|
2582
|
+
"relative"
|
|
2583
|
+
],
|
|
2584
|
+
"borderRadius": [
|
|
2585
|
+
"full"
|
|
2586
|
+
],
|
|
2587
|
+
"alignItems": [
|
|
2588
|
+
"center"
|
|
2589
|
+
],
|
|
2590
|
+
"justifyContent": [
|
|
2591
|
+
"center"
|
|
2592
|
+
],
|
|
2593
|
+
"flex": [
|
|
2594
|
+
"none"
|
|
2667
2595
|
]
|
|
2668
2596
|
}
|
|
2669
2597
|
},
|
|
2670
2598
|
"propToVariantKeys": {
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
2599
|
+
"size": [
|
|
2600
|
+
"radioSizeRoot",
|
|
2601
|
+
"radioSizeRadio"
|
|
2673
2602
|
],
|
|
2674
|
-
"
|
|
2675
|
-
"
|
|
2603
|
+
"variant": [
|
|
2604
|
+
"radioVariantRoot",
|
|
2605
|
+
"radioVariantRadio",
|
|
2606
|
+
"radioVariantRadioCircle"
|
|
2676
2607
|
],
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2608
|
+
"reduceMotion": [
|
|
2609
|
+
"reducedMotion"
|
|
2679
2610
|
]
|
|
2680
2611
|
},
|
|
2681
2612
|
"runtimeConfigDefaultProps": {},
|
|
2682
2613
|
"runtimeConfigGetStyles": {},
|
|
2683
2614
|
"runtimeConfigInternalComponentProps": {},
|
|
2684
|
-
"motionVarPrefixes": [
|
|
2615
|
+
"motionVarPrefixes": [
|
|
2616
|
+
"--uds-motion-subtle-3-",
|
|
2617
|
+
"--uds-motion-smooth-3-"
|
|
2618
|
+
]
|
|
2685
2619
|
},
|
|
2686
|
-
"
|
|
2687
|
-
"name": "
|
|
2620
|
+
"RadioGroupProvider": {
|
|
2621
|
+
"name": "RadioGroupProvider",
|
|
2688
2622
|
"defaultProps": {},
|
|
2689
|
-
"getStylesLiterals": {
|
|
2690
|
-
|
|
2691
|
-
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2692
|
-
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2693
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
2694
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2695
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2696
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2697
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2698
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2699
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2700
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2701
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2702
|
-
},
|
|
2703
|
-
"cxLiterals": [
|
|
2704
|
-
"uds-menu-item-checkbox"
|
|
2705
|
-
],
|
|
2623
|
+
"getStylesLiterals": {},
|
|
2624
|
+
"cxLiterals": [],
|
|
2706
2625
|
"internalComponents": [
|
|
2707
|
-
"
|
|
2626
|
+
"DivProps",
|
|
2627
|
+
"Comp",
|
|
2628
|
+
"RadioGroupContext.Provider"
|
|
2708
2629
|
],
|
|
2709
|
-
"internalComponentProps": {
|
|
2630
|
+
"internalComponentProps": {
|
|
2631
|
+
"Comp": {
|
|
2632
|
+
"role": [
|
|
2633
|
+
"radiogroup"
|
|
2634
|
+
]
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2710
2637
|
"propToVariantKeys": {},
|
|
2711
2638
|
"runtimeConfigDefaultProps": {},
|
|
2712
2639
|
"runtimeConfigGetStyles": {},
|
|
2713
2640
|
"runtimeConfigInternalComponentProps": {},
|
|
2714
2641
|
"motionVarPrefixes": []
|
|
2715
2642
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"name": "
|
|
2643
|
+
"RadioGroupStore": {
|
|
2644
|
+
"name": "RadioGroupStore",
|
|
2718
2645
|
"defaultProps": {},
|
|
2719
2646
|
"getStylesLiterals": {},
|
|
2720
2647
|
"cxLiterals": [],
|
|
2721
|
-
"internalComponents": [
|
|
2722
|
-
"AriakitMenuProvider",
|
|
2723
|
-
"SpringMotionConfig"
|
|
2724
|
-
],
|
|
2648
|
+
"internalComponents": [],
|
|
2725
2649
|
"internalComponentProps": {},
|
|
2726
2650
|
"propToVariantKeys": {},
|
|
2727
2651
|
"runtimeConfigDefaultProps": {},
|
|
2728
2652
|
"runtimeConfigGetStyles": {},
|
|
2729
2653
|
"runtimeConfigInternalComponentProps": {},
|
|
2730
|
-
"motionVarPrefixes": [
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2654
|
+
"motionVarPrefixes": []
|
|
2655
|
+
},
|
|
2656
|
+
"BottomSheet": {
|
|
2657
|
+
"name": "BottomSheet",
|
|
2658
|
+
"defaultProps": {
|
|
2659
|
+
"variant": "default"
|
|
2660
|
+
},
|
|
2661
|
+
"getStylesLiterals": {},
|
|
2662
|
+
"cxLiterals": [
|
|
2663
|
+
"fixed",
|
|
2664
|
+
"overflow-hidden",
|
|
2665
|
+
"inset-x-0",
|
|
2666
|
+
"bottom-0",
|
|
2667
|
+
"z-50",
|
|
2668
|
+
"[will-change:transform]",
|
|
2669
|
+
"touch-none",
|
|
2670
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
2671
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
2672
|
+
"transition-transform",
|
|
2673
|
+
"duration-500",
|
|
2674
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2675
|
+
"motion-reduce:transition-none",
|
|
2676
|
+
"top-[-4px]",
|
|
2677
|
+
"z-[1]",
|
|
2678
|
+
"touch-pan-y"
|
|
2679
|
+
],
|
|
2680
|
+
"internalComponents": [
|
|
2681
|
+
"Scrim",
|
|
2682
|
+
"BottomSheetHandle",
|
|
2683
|
+
"Dialog",
|
|
2684
|
+
"Box",
|
|
2685
|
+
"BottomSheetInternalContext.Provider"
|
|
2686
|
+
],
|
|
2687
|
+
"internalComponentProps": {
|
|
2688
|
+
"BottomSheetHandle": {
|
|
2689
|
+
"ariaLabel": [
|
|
2690
|
+
"Resize sheet"
|
|
2691
|
+
]
|
|
2692
|
+
},
|
|
2693
|
+
"Dialog": {
|
|
2694
|
+
"data-testid": [
|
|
2695
|
+
"bottom-sheet"
|
|
2696
|
+
]
|
|
2697
|
+
},
|
|
2698
|
+
"Box": {
|
|
2699
|
+
"display": [
|
|
2700
|
+
"block",
|
|
2701
|
+
"flex"
|
|
2702
|
+
],
|
|
2703
|
+
"position": [
|
|
2704
|
+
"absolute"
|
|
2705
|
+
],
|
|
2706
|
+
"flexDirection": [
|
|
2707
|
+
"column"
|
|
2708
|
+
],
|
|
2709
|
+
"className": [
|
|
2710
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2711
|
+
]
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
"propToVariantKeys": {
|
|
2715
|
+
"variant": [
|
|
2716
|
+
"bottomsheetVariantRoot"
|
|
2717
|
+
]
|
|
2718
|
+
},
|
|
2719
|
+
"runtimeConfigDefaultProps": {},
|
|
2720
|
+
"runtimeConfigGetStyles": {},
|
|
2721
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2722
|
+
"motionVarPrefixes": []
|
|
2734
2723
|
},
|
|
2735
|
-
"
|
|
2736
|
-
"name": "
|
|
2724
|
+
"BottomSheetContent": {
|
|
2725
|
+
"name": "BottomSheetContent",
|
|
2737
2726
|
"defaultProps": {},
|
|
2738
2727
|
"getStylesLiterals": {},
|
|
2739
2728
|
"cxLiterals": [
|
|
2740
|
-
"
|
|
2729
|
+
"min-h-0",
|
|
2730
|
+
"touch-pan-y"
|
|
2741
2731
|
],
|
|
2742
2732
|
"internalComponents": [
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2733
|
+
"Box",
|
|
2734
|
+
"VStack"
|
|
2745
2735
|
],
|
|
2746
2736
|
"internalComponentProps": {
|
|
2747
2737
|
"Box": {
|
|
2738
|
+
"display": [
|
|
2739
|
+
"block"
|
|
2740
|
+
],
|
|
2741
|
+
"flex": [
|
|
2742
|
+
"1"
|
|
2743
|
+
]
|
|
2744
|
+
},
|
|
2745
|
+
"VStack": {
|
|
2748
2746
|
"className": [
|
|
2749
|
-
"
|
|
2747
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2750
2748
|
]
|
|
2751
2749
|
}
|
|
2752
2750
|
},
|
|
@@ -2756,12 +2754,14 @@
|
|
|
2756
2754
|
"runtimeConfigInternalComponentProps": {},
|
|
2757
2755
|
"motionVarPrefixes": []
|
|
2758
2756
|
},
|
|
2759
|
-
"
|
|
2760
|
-
"name": "
|
|
2757
|
+
"BottomSheetDismiss": {
|
|
2758
|
+
"name": "BottomSheetDismiss",
|
|
2761
2759
|
"defaultProps": {},
|
|
2762
2760
|
"getStylesLiterals": {},
|
|
2763
2761
|
"cxLiterals": [],
|
|
2764
|
-
"internalComponents": [
|
|
2762
|
+
"internalComponents": [
|
|
2763
|
+
"AriakitDialogDismiss"
|
|
2764
|
+
],
|
|
2765
2765
|
"internalComponentProps": {},
|
|
2766
2766
|
"propToVariantKeys": {},
|
|
2767
2767
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2769,163 +2769,159 @@
|
|
|
2769
2769
|
"runtimeConfigInternalComponentProps": {},
|
|
2770
2770
|
"motionVarPrefixes": []
|
|
2771
2771
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"name": "
|
|
2774
|
-
"defaultProps": {
|
|
2772
|
+
"BottomSheetHandle": {
|
|
2773
|
+
"name": "BottomSheetHandle",
|
|
2774
|
+
"defaultProps": {
|
|
2775
|
+
"variant": "default"
|
|
2776
|
+
},
|
|
2775
2777
|
"getStylesLiterals": {},
|
|
2776
|
-
"cxLiterals": [
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2778
|
+
"cxLiterals": [
|
|
2779
|
+
"relative",
|
|
2780
|
+
"h-5",
|
|
2781
|
+
"w-16",
|
|
2782
|
+
"outline-none",
|
|
2783
|
+
"focus-visible:outline-none",
|
|
2784
|
+
"[touch-action:pan-y]",
|
|
2785
|
+
"absolute",
|
|
2786
|
+
"left-1/2",
|
|
2787
|
+
"top-1/2",
|
|
2788
|
+
"-translate-x-1/2",
|
|
2789
|
+
"-translate-y-1/2",
|
|
2790
|
+
"h-1",
|
|
2791
|
+
"w-8",
|
|
2792
|
+
"rounded-full"
|
|
2793
|
+
],
|
|
2794
|
+
"internalComponents": [
|
|
2795
|
+
"Box"
|
|
2796
|
+
],
|
|
2797
|
+
"internalComponentProps": {
|
|
2798
|
+
"Box": {
|
|
2799
|
+
"display": [
|
|
2800
|
+
"block",
|
|
2801
|
+
"flex"
|
|
2802
|
+
],
|
|
2803
|
+
"justifyContent": [
|
|
2804
|
+
"center"
|
|
2805
|
+
]
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2808
|
+
"propToVariantKeys": {
|
|
2809
|
+
"variant": [
|
|
2810
|
+
"bottomsheetVariantHandleIndicator"
|
|
2811
|
+
]
|
|
2812
|
+
},
|
|
2780
2813
|
"runtimeConfigDefaultProps": {},
|
|
2781
2814
|
"runtimeConfigGetStyles": {},
|
|
2782
2815
|
"runtimeConfigInternalComponentProps": {},
|
|
2783
2816
|
"motionVarPrefixes": []
|
|
2784
2817
|
},
|
|
2785
|
-
"
|
|
2786
|
-
"name": "
|
|
2818
|
+
"BottomSheetHeader": {
|
|
2819
|
+
"name": "BottomSheetHeader",
|
|
2787
2820
|
"defaultProps": {
|
|
2788
|
-
"
|
|
2789
|
-
"variant": "primary",
|
|
2790
|
-
"size": "md",
|
|
2791
|
-
"value": ""
|
|
2792
|
-
},
|
|
2793
|
-
"getStylesLiterals": {
|
|
2794
|
-
"radioVariantValueRoot": "checked",
|
|
2795
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
2796
|
-
"display": "flex",
|
|
2797
|
-
"flexDirection": "row",
|
|
2798
|
-
"flexDirection:1": "row-reverse",
|
|
2799
|
-
"alignItems": "center",
|
|
2800
|
-
"radioVariantValueRadio": "checked",
|
|
2801
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
2802
|
-
"radioVariantValueRadioCircle": "checked",
|
|
2803
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2821
|
+
"variant": "default"
|
|
2804
2822
|
},
|
|
2823
|
+
"getStylesLiterals": {},
|
|
2805
2824
|
"cxLiterals": [
|
|
2806
|
-
"
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
"
|
|
2810
|
-
"
|
|
2811
|
-
"uds-ring-within",
|
|
2812
|
-
"transition-[background-color,border-color]",
|
|
2813
|
-
"transition-shadow",
|
|
2814
|
-
"pointer-events-none",
|
|
2815
|
-
"w-[8px]",
|
|
2816
|
-
"h-[8px]",
|
|
2817
|
-
"transition-opacity",
|
|
2818
|
-
"cursor-[inherit]",
|
|
2819
|
-
"absolute",
|
|
2820
|
-
"opacity-0",
|
|
2821
|
-
"top-1/2",
|
|
2822
|
-
"left-1/2",
|
|
2823
|
-
"w-[calc(100%+2px)]",
|
|
2824
|
-
"h-[calc(100%+2px)]",
|
|
2825
|
-
"transform",
|
|
2826
|
-
"translate-x-[-50%]",
|
|
2827
|
-
"translate-y-[-50%]",
|
|
2828
|
-
"text-start",
|
|
2829
|
-
"text-end"
|
|
2825
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2826
|
+
"items-center",
|
|
2827
|
+
"w-full",
|
|
2828
|
+
"min-h-10",
|
|
2829
|
+
"mt-2"
|
|
2830
2830
|
],
|
|
2831
2831
|
"internalComponents": [
|
|
2832
2832
|
"Box",
|
|
2833
|
-
"
|
|
2834
|
-
"SpringMotionConfig",
|
|
2835
|
-
"RootElement",
|
|
2836
|
-
"MotionBox"
|
|
2833
|
+
"Text"
|
|
2837
2834
|
],
|
|
2838
2835
|
"internalComponentProps": {
|
|
2839
2836
|
"Box": {
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2837
|
+
"className": [
|
|
2838
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2839
|
+
],
|
|
2840
|
+
"display": [
|
|
2841
|
+
"grid",
|
|
2842
|
+
"flex"
|
|
2843
|
+
],
|
|
2844
|
+
"justifyContent": [
|
|
2845
|
+
"flex-start",
|
|
2846
|
+
"flex-end"
|
|
2842
2847
|
]
|
|
2843
2848
|
},
|
|
2844
|
-
"
|
|
2845
|
-
"as": [
|
|
2846
|
-
"div"
|
|
2847
|
-
],
|
|
2849
|
+
"Text": {
|
|
2848
2850
|
"variant": [
|
|
2849
2851
|
"inherit"
|
|
2850
2852
|
],
|
|
2851
2853
|
"color": [
|
|
2852
2854
|
"inherit"
|
|
2853
|
-
]
|
|
2854
|
-
},
|
|
2855
|
-
"RootElement": {
|
|
2856
|
-
"data-testid": [
|
|
2857
|
-
"container"
|
|
2858
|
-
]
|
|
2859
|
-
},
|
|
2860
|
-
"MotionBox": {
|
|
2861
|
-
"position": [
|
|
2862
|
-
"relative"
|
|
2863
2855
|
],
|
|
2864
|
-
"
|
|
2865
|
-
"full"
|
|
2866
|
-
],
|
|
2867
|
-
"alignItems": [
|
|
2868
|
-
"center"
|
|
2869
|
-
],
|
|
2870
|
-
"justifyContent": [
|
|
2856
|
+
"textAlign": [
|
|
2871
2857
|
"center"
|
|
2872
2858
|
],
|
|
2873
|
-
"
|
|
2874
|
-
"
|
|
2859
|
+
"className": [
|
|
2860
|
+
"w-full"
|
|
2875
2861
|
]
|
|
2876
2862
|
}
|
|
2877
2863
|
},
|
|
2878
2864
|
"propToVariantKeys": {
|
|
2879
|
-
"size": [
|
|
2880
|
-
"radioSizeRoot",
|
|
2881
|
-
"radioSizeRadio"
|
|
2882
|
-
],
|
|
2883
2865
|
"variant": [
|
|
2884
|
-
"
|
|
2885
|
-
"radioVariantRadio",
|
|
2886
|
-
"radioVariantRadioCircle"
|
|
2887
|
-
],
|
|
2888
|
-
"reduceMotion": [
|
|
2889
|
-
"reducedMotion"
|
|
2866
|
+
"bottomsheetVariantHeader"
|
|
2890
2867
|
]
|
|
2891
2868
|
},
|
|
2892
2869
|
"runtimeConfigDefaultProps": {},
|
|
2893
2870
|
"runtimeConfigGetStyles": {},
|
|
2894
2871
|
"runtimeConfigInternalComponentProps": {},
|
|
2895
|
-
"motionVarPrefixes": [
|
|
2896
|
-
"--uds-motion-subtle-3-",
|
|
2897
|
-
"--uds-motion-smooth-3-"
|
|
2898
|
-
]
|
|
2872
|
+
"motionVarPrefixes": []
|
|
2899
2873
|
},
|
|
2900
|
-
"
|
|
2901
|
-
"name": "
|
|
2874
|
+
"BottomSheetInternalContext": {
|
|
2875
|
+
"name": "BottomSheetInternalContext",
|
|
2876
|
+
"defaultProps": {},
|
|
2877
|
+
"getStylesLiterals": {},
|
|
2878
|
+
"cxLiterals": [],
|
|
2879
|
+
"internalComponents": [],
|
|
2880
|
+
"internalComponentProps": {},
|
|
2881
|
+
"propToVariantKeys": {},
|
|
2882
|
+
"runtimeConfigDefaultProps": {},
|
|
2883
|
+
"runtimeConfigGetStyles": {},
|
|
2884
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2885
|
+
"motionVarPrefixes": []
|
|
2886
|
+
},
|
|
2887
|
+
"BottomSheetProvider": {
|
|
2888
|
+
"name": "BottomSheetProvider",
|
|
2902
2889
|
"defaultProps": {},
|
|
2903
2890
|
"getStylesLiterals": {},
|
|
2904
2891
|
"cxLiterals": [],
|
|
2905
2892
|
"internalComponents": [
|
|
2906
|
-
"
|
|
2907
|
-
"Comp",
|
|
2908
|
-
"RadioGroupContext.Provider"
|
|
2893
|
+
"AriakitDialogProvider"
|
|
2909
2894
|
],
|
|
2910
|
-
"internalComponentProps": {
|
|
2911
|
-
"Comp": {
|
|
2912
|
-
"role": [
|
|
2913
|
-
"radiogroup"
|
|
2914
|
-
]
|
|
2915
|
-
}
|
|
2916
|
-
},
|
|
2895
|
+
"internalComponentProps": {},
|
|
2917
2896
|
"propToVariantKeys": {},
|
|
2918
2897
|
"runtimeConfigDefaultProps": {},
|
|
2919
2898
|
"runtimeConfigGetStyles": {},
|
|
2920
2899
|
"runtimeConfigInternalComponentProps": {},
|
|
2921
2900
|
"motionVarPrefixes": []
|
|
2922
2901
|
},
|
|
2923
|
-
"
|
|
2924
|
-
"name": "
|
|
2902
|
+
"BottomSheetTrigger": {
|
|
2903
|
+
"name": "BottomSheetTrigger",
|
|
2925
2904
|
"defaultProps": {},
|
|
2926
2905
|
"getStylesLiterals": {},
|
|
2927
2906
|
"cxLiterals": [],
|
|
2928
|
-
"internalComponents": [
|
|
2907
|
+
"internalComponents": [
|
|
2908
|
+
"AriakitDialogDisclosure"
|
|
2909
|
+
],
|
|
2910
|
+
"internalComponentProps": {},
|
|
2911
|
+
"propToVariantKeys": {},
|
|
2912
|
+
"runtimeConfigDefaultProps": {},
|
|
2913
|
+
"runtimeConfigGetStyles": {},
|
|
2914
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2915
|
+
"motionVarPrefixes": []
|
|
2916
|
+
},
|
|
2917
|
+
"UDSBottomSheetConfigProvider": {
|
|
2918
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2919
|
+
"defaultProps": {},
|
|
2920
|
+
"getStylesLiterals": {},
|
|
2921
|
+
"cxLiterals": [],
|
|
2922
|
+
"internalComponents": [
|
|
2923
|
+
"BottomSheetContext.Provider"
|
|
2924
|
+
],
|
|
2929
2925
|
"internalComponentProps": {},
|
|
2930
2926
|
"propToVariantKeys": {},
|
|
2931
2927
|
"runtimeConfigDefaultProps": {},
|