@yahoo/uds 3.135.0 → 3.137.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.
- package/dist/automated-config/dist/properties.d.cts +1 -1
- package/dist/automated-config/dist/properties.d.ts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
- package/dist/cli/runner.cjs +0 -40
- package/dist/cli/runner.js +0 -40
- package/dist/components/Banner/Banner.cjs +2 -2
- package/dist/components/Banner/Banner.d.cts +1 -1
- package/dist/components/Banner/Banner.d.ts +1 -1
- package/dist/components/Banner/Banner.js +2 -2
- package/dist/components/Banner/utils.d.cts +1 -1
- package/dist/components/Banner/utils.d.ts +1 -1
- package/dist/components/Box.d.cts +1 -1
- package/dist/components/Box.d.ts +1 -1
- package/dist/components/Divider/DividerCore.cjs +1 -1
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerCore.d.ts +2 -2
- package/dist/components/Divider/DividerCore.js +1 -1
- package/dist/components/Divider/DividerInternal.d.cts +1 -1
- package/dist/components/Divider/DividerInternal.d.ts +1 -1
- package/dist/components/FormLabel.d.cts +1 -1
- package/dist/components/FormLabel.d.ts +1 -1
- package/dist/components/HStack.d.cts +1 -1
- package/dist/components/HStack.d.ts +1 -1
- package/dist/components/Icon.cjs +6 -15
- package/dist/components/Icon.d.cts +1 -0
- package/dist/components/Icon.d.ts +1 -0
- package/dist/components/Icon.js +7 -16
- package/dist/components/IconSlot.cjs +6 -25
- package/dist/components/IconSlot.d.cts +2 -3
- package/dist/components/IconSlot.d.ts +2 -3
- package/dist/components/IconSlot.js +6 -26
- package/dist/components/Image.d.cts +1 -1
- package/dist/components/Image.d.ts +1 -1
- package/dist/components/Link.d.cts +1 -1
- package/dist/components/Link.d.ts +1 -1
- package/dist/components/Text.d.cts +1 -1
- package/dist/components/Text.d.ts +1 -1
- package/dist/components/VStack.d.cts +1 -1
- package/dist/components/VStack.d.ts +1 -1
- package/dist/components/{Avatar → client/Avatar}/Avatar.cjs +6 -21
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.cts +3 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.ts +4 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.js +5 -20
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.cjs +12 -11
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.js +7 -6
- package/dist/components/client/Avatar/AvatarImage.cjs +58 -37
- package/dist/components/client/Avatar/AvatarImage.d.cts +15 -2
- package/dist/components/client/Avatar/AvatarImage.d.ts +15 -2
- package/dist/components/client/Avatar/AvatarImage.js +57 -36
- package/dist/components/{Avatar → client/Avatar}/AvatarText.cjs +11 -11
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarText.js +5 -5
- package/dist/components/client/Avatar/index.cjs +6 -0
- package/dist/components/client/Avatar/index.d.cts +5 -3
- package/dist/components/client/Avatar/index.d.ts +5 -3
- package/dist/components/client/Avatar/index.js +4 -1
- package/dist/components/{Avatar → client/Avatar}/utils.cjs +4 -3
- package/dist/components/{Avatar → client/Avatar}/utils.d.cts +3 -3
- package/dist/components/{Avatar → client/Avatar}/utils.d.ts +4 -3
- package/dist/components/{Avatar → client/Avatar}/utils.js +3 -2
- package/dist/components/client/Badge.d.cts +1 -1
- package/dist/components/client/Badge.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
- package/dist/components/client/BottomSheet/utils.d.cts +1 -1
- package/dist/components/client/BottomSheet/utils.d.ts +1 -1
- package/dist/components/client/Button.cjs +1 -1
- package/dist/components/client/Button.d.cts +1 -1
- package/dist/components/client/Button.d.ts +1 -1
- package/dist/components/client/Button.js +1 -1
- package/dist/components/client/Checkbox.cjs +2 -2
- package/dist/components/client/Checkbox.d.cts +1 -1
- package/dist/components/client/Checkbox.d.ts +1 -1
- package/dist/components/client/Checkbox.js +2 -2
- package/dist/components/client/Chip/ChipBase.d.cts +1 -1
- package/dist/components/client/Chip/ChipBase.d.ts +1 -1
- package/dist/components/client/Chip/ChipButton.d.cts +1 -1
- package/dist/components/client/Chip/ChipButton.d.ts +1 -1
- package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
- package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
- package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
- package/dist/components/client/Chip/ChipDismissible.js +2 -2
- package/dist/components/client/Chip/ChipLink.d.cts +1 -1
- package/dist/components/client/Chip/ChipLink.d.ts +1 -1
- package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
- package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
- package/dist/components/client/IconButton.cjs +2 -7
- package/dist/components/client/IconButton.js +2 -7
- package/dist/components/client/Input/Input.cjs +1 -1
- package/dist/components/client/Input/Input.d.cts +1 -1
- package/dist/components/client/Input/Input.d.ts +1 -1
- package/dist/components/client/Input/Input.js +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
- package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
- package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
- package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
- package/dist/components/client/Modal/Modal.cjs +3 -3
- package/dist/components/client/Modal/Modal.d.cts +1 -1
- package/dist/components/client/Modal/Modal.d.ts +1 -1
- package/dist/components/client/Modal/Modal.js +3 -3
- package/dist/components/client/Modal/ModalActions.d.cts +1 -1
- package/dist/components/client/Modal/ModalActions.d.ts +1 -1
- package/dist/components/client/Modal/ModalContent.d.cts +1 -1
- package/dist/components/client/Modal/ModalContent.d.ts +1 -1
- package/dist/components/client/Modal/ModalContext.d.cts +1 -1
- package/dist/components/client/Modal/ModalContext.d.ts +1 -1
- package/dist/components/client/Modal/ModalDescription.d.cts +1 -1
- package/dist/components/client/Modal/ModalDescription.d.ts +1 -1
- package/dist/components/client/Modal/ModalTitle.d.cts +1 -1
- package/dist/components/client/Modal/ModalTitle.d.ts +1 -1
- package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +1 -1
- package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +1 -1
- package/dist/components/client/Popover/Popover.d.cts +1 -1
- package/dist/components/client/Popover/Popover.d.ts +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +3 -3
- package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
- package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
- package/dist/components/client/Popover/PopoverContent.js +3 -3
- package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
- package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Pressable.d.cts +1 -1
- package/dist/components/client/Pressable.d.ts +1 -1
- package/dist/components/client/Radio/Radio.d.cts +1 -1
- package/dist/components/client/Radio/Radio.d.ts +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
- package/dist/components/client/SpringMotionConfig.d.cts +1 -1
- package/dist/components/client/SpringMotionConfig.d.ts +1 -1
- package/dist/components/client/Switch.cjs +1 -1
- package/dist/components/client/Switch.d.cts +1 -1
- package/dist/components/client/Switch.d.ts +1 -1
- package/dist/components/client/Switch.js +1 -1
- package/dist/components/client/Tabs/Tab.d.cts +1 -1
- package/dist/components/client/Tabs/Tab.d.ts +1 -1
- package/dist/components/client/Tabs/TabList.d.cts +1 -1
- package/dist/components/client/Tabs/TabList.d.ts +1 -1
- package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
- package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
- package/dist/components/client/Tabs/Tabs.d.cts +1 -1
- package/dist/components/client/Tabs/Tabs.d.ts +1 -1
- package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
- package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
- package/dist/components/client/Toast/Toast.cjs +1 -1
- package/dist/components/client/Toast/Toast.d.cts +1 -1
- package/dist/components/client/Toast/Toast.d.ts +1 -1
- package/dist/components/client/Toast/Toast.js +1 -1
- package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
- package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/createToast.d.cts +1 -1
- package/dist/components/client/Toast/createToast.d.ts +1 -1
- package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
- package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/client/Tooltip/TooltipContent.cjs +1 -1
- package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -2
- package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -2
- package/dist/components/client/Tooltip/TooltipContent.js +1 -1
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
- package/dist/components/client/Tooltip/index.d.cts +1 -1
- package/dist/components/client/Tooltip/index.d.ts +1 -1
- package/dist/components/client/buttonConstants.d.cts +1 -1
- package/dist/components/client/buttonConstants.d.ts +1 -1
- package/dist/components/client/index.cjs +7 -1
- package/dist/components/client/index.d.cts +6 -4
- package/dist/components/client/index.d.ts +6 -4
- package/dist/components/client/index.js +5 -2
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
- package/dist/components/experimental/Table.cjs +1 -1
- package/dist/components/experimental/Table.d.cts +2 -2
- package/dist/components/experimental/Table.d.ts +2 -2
- package/dist/components/experimental/Table.js +1 -1
- package/dist/components/experimental/client/Accordion.cjs +1 -1
- package/dist/components/experimental/client/Accordion.js +1 -1
- package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
- package/dist/components/experimental/client/SegmentedControl.js +1 -1
- package/dist/components/experimental/client/SwitchV2.cjs +1 -1
- package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
- package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
- package/dist/components/experimental/client/SwitchV2.js +1 -1
- package/dist/components/index.cjs +13 -16
- package/dist/components/index.d.cts +7 -9
- package/dist/components/index.d.ts +7 -9
- package/dist/components/index.js +8 -10
- package/dist/config/dist/index.d.cts +1 -1
- package/dist/config/dist/index.d.ts +1 -1
- package/dist/css-tokens/dist/index.d.cts +1 -1
- package/dist/css-tokens/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/index.d.cts +1 -1
- package/dist/fixtures/index.d.ts +1 -1
- package/dist/fonts/dist/index.d.cts +1 -1
- package/dist/fonts/dist/index.d.ts +1 -1
- package/dist/icons/dist/types.d.cts +30 -0
- package/dist/icons/dist/types.d.ts +30 -0
- package/dist/index.cjs +10 -12
- package/dist/index.d.cts +8 -10
- package/dist/index.d.ts +8 -10
- package/dist/index.js +8 -9
- package/dist/modes/dist/index.d.cts +1 -1
- package/dist/modes/dist/index.d.ts +1 -1
- package/dist/motion-tokens/dist/index.d.cts +1 -1
- package/dist/motion-tokens/dist/index.d.ts +1 -1
- package/dist/providers/ColorModeProvider.d.cts +1 -1
- package/dist/providers/ColorModeProvider.d.ts +1 -1
- package/dist/providers/ScaleModeProvider.d.cts +1 -1
- package/dist/providers/ScaleModeProvider.d.ts +1 -1
- package/dist/providers/ThemeProvider.d.cts +1 -1
- package/dist/providers/ThemeProvider.d.ts +1 -1
- package/dist/runtime/bottomSheetConfig.d.cts +1 -1
- package/dist/runtime/bottomSheetConfig.d.ts +1 -1
- package/dist/runtime/breakpointsConfig.d.cts +1 -1
- package/dist/runtime/breakpointsConfig.d.ts +1 -1
- package/dist/runtime/modalConfig.d.cts +1 -1
- package/dist/runtime/modalConfig.d.ts +1 -1
- package/dist/runtime/popoverConfig.d.cts +1 -1
- package/dist/runtime/popoverConfig.d.ts +1 -1
- package/dist/runtime/toastConfig.d.cts +1 -1
- package/dist/runtime/toastConfig.d.ts +1 -1
- package/dist/runtime/tooltipConfig.d.cts +1 -1
- package/dist/runtime/tooltipConfig.d.ts +1 -1
- package/dist/styles/styler.d.cts +10 -10
- package/dist/styles/styler.d.ts +10 -10
- package/dist/styles/stylerTypes.d.cts +1 -1
- package/dist/styles/stylerTypes.d.ts +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +2 -6
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.cts.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +2 -5
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/configs/borderRadius.d.cts +1 -1
- package/dist/tokens/configs/borderRadius.d.ts +1 -1
- package/dist/tokens/configs/borderWidth.d.cts +1 -1
- package/dist/tokens/configs/borderWidth.d.ts +1 -1
- package/dist/tokens/configs/font.d.cts +1 -1
- package/dist/tokens/configs/font.d.ts +1 -1
- package/dist/tokens/configs/scaleMode.d.cts +1 -1
- package/dist/tokens/configs/scaleMode.d.ts +1 -1
- package/dist/tokens/configs/shadow.d.cts +1 -1
- package/dist/tokens/configs/shadow.d.ts +1 -1
- package/dist/tokens/configs/sizes.d.cts +1 -1
- package/dist/tokens/configs/sizes.d.ts +1 -1
- package/dist/tokens/configs/typography.d.cts +1 -1
- package/dist/tokens/configs/typography.d.ts +1 -1
- package/dist/tokens/index.d.cts +2 -2
- package/dist/tokens/index.d.ts +2 -2
- package/dist/tokens/parseButtonVariants.d.cts +1 -1
- package/dist/tokens/parseButtonVariants.d.ts +1 -1
- package/dist/tokens/types.d.cts +7 -7
- package/dist/tokens/types.d.ts +7 -7
- package/dist/tokens/utils/spectrum.d.cts +1 -1
- package/dist/tokens/utils/spectrum.d.ts +1 -1
- package/dist/types/{src → dist}/index.d.cts +23 -35
- package/dist/types/{src → dist}/index.d.ts +23 -35
- package/dist/uds/generated/componentData.cjs +622 -642
- package/dist/uds/generated/componentData.js +623 -637
- package/dist/uds/generated/tailwindPurge.cjs +104 -128
- package/dist/uds/generated/tailwindPurge.js +104 -128
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/generated/componentData.json +774 -782
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
- package/dist/components/Avatar/AvatarImage.types.cjs +0 -1
- package/dist/components/Avatar/AvatarImage.types.d.cts +0 -18
- package/dist/components/Avatar/AvatarImage.types.d.ts +0 -18
- package/dist/components/Avatar/AvatarImage.types.js +0 -1
- package/dist/components/Avatar/AvatarImageNoFallback.cjs +0 -51
- package/dist/components/Avatar/AvatarImageNoFallback.d.cts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.d.ts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.js +0 -49
- package/dist/components/Avatar/index.cjs +0 -10
- package/dist/components/Avatar/index.d.cts +0 -6
- package/dist/components/Avatar/index.d.ts +0 -6
- package/dist/components/Avatar/index.js +0 -6
|
@@ -96,7 +96,9 @@
|
|
|
96
96
|
"cxLiterals": [
|
|
97
97
|
"[&_path]:fill-current"
|
|
98
98
|
],
|
|
99
|
-
"internalComponents": [
|
|
99
|
+
"internalComponents": [
|
|
100
|
+
"SVGIcon"
|
|
101
|
+
],
|
|
100
102
|
"internalComponentProps": {},
|
|
101
103
|
"propToVariantKeys": {},
|
|
102
104
|
"runtimeConfigDefaultProps": {},
|
|
@@ -332,122 +334,6 @@
|
|
|
332
334
|
"runtimeConfigInternalComponentProps": {},
|
|
333
335
|
"motionVarPrefixes": []
|
|
334
336
|
},
|
|
335
|
-
"Avatar": {
|
|
336
|
-
"name": "Avatar",
|
|
337
|
-
"defaultProps": {},
|
|
338
|
-
"getStylesLiterals": {},
|
|
339
|
-
"cxLiterals": [],
|
|
340
|
-
"internalComponents": [
|
|
341
|
-
"AvatarImage",
|
|
342
|
-
"AvatarText",
|
|
343
|
-
"AvatarIcon"
|
|
344
|
-
],
|
|
345
|
-
"internalComponentProps": {},
|
|
346
|
-
"propToVariantKeys": {},
|
|
347
|
-
"runtimeConfigDefaultProps": {},
|
|
348
|
-
"runtimeConfigGetStyles": {},
|
|
349
|
-
"runtimeConfigInternalComponentProps": {},
|
|
350
|
-
"motionVarPrefixes": []
|
|
351
|
-
},
|
|
352
|
-
"AvatarIcon": {
|
|
353
|
-
"name": "AvatarIcon",
|
|
354
|
-
"defaultProps": {
|
|
355
|
-
"size": "md",
|
|
356
|
-
"variant": "primary"
|
|
357
|
-
},
|
|
358
|
-
"getStylesLiterals": {},
|
|
359
|
-
"cxLiterals": [
|
|
360
|
-
"overflow-hidden",
|
|
361
|
-
"w-full",
|
|
362
|
-
"h-full",
|
|
363
|
-
"shrink-0",
|
|
364
|
-
"text-center",
|
|
365
|
-
"inline-flex",
|
|
366
|
-
"justify-center",
|
|
367
|
-
"items-center"
|
|
368
|
-
],
|
|
369
|
-
"internalComponents": [
|
|
370
|
-
"IconSlot",
|
|
371
|
-
"Box"
|
|
372
|
-
],
|
|
373
|
-
"internalComponentProps": {},
|
|
374
|
-
"propToVariantKeys": {
|
|
375
|
-
"size": [
|
|
376
|
-
"avatarSizeIcon"
|
|
377
|
-
]
|
|
378
|
-
},
|
|
379
|
-
"runtimeConfigDefaultProps": {},
|
|
380
|
-
"runtimeConfigGetStyles": {},
|
|
381
|
-
"runtimeConfigInternalComponentProps": {},
|
|
382
|
-
"motionVarPrefixes": []
|
|
383
|
-
},
|
|
384
|
-
"AvatarImageNoFallback": {
|
|
385
|
-
"name": "AvatarImageNoFallback",
|
|
386
|
-
"defaultProps": {
|
|
387
|
-
"size": "md",
|
|
388
|
-
"variant": "primary"
|
|
389
|
-
},
|
|
390
|
-
"getStylesLiterals": {},
|
|
391
|
-
"cxLiterals": [
|
|
392
|
-
"overflow-hidden",
|
|
393
|
-
"w-full",
|
|
394
|
-
"h-full",
|
|
395
|
-
"shrink-0",
|
|
396
|
-
"text-center",
|
|
397
|
-
"inline-flex",
|
|
398
|
-
"justify-center",
|
|
399
|
-
"items-center",
|
|
400
|
-
"object-cover"
|
|
401
|
-
],
|
|
402
|
-
"internalComponents": [
|
|
403
|
-
"UDSImage",
|
|
404
|
-
"Box"
|
|
405
|
-
],
|
|
406
|
-
"internalComponentProps": {},
|
|
407
|
-
"propToVariantKeys": {},
|
|
408
|
-
"runtimeConfigDefaultProps": {},
|
|
409
|
-
"runtimeConfigGetStyles": {},
|
|
410
|
-
"runtimeConfigInternalComponentProps": {},
|
|
411
|
-
"motionVarPrefixes": []
|
|
412
|
-
},
|
|
413
|
-
"AvatarText": {
|
|
414
|
-
"name": "AvatarText",
|
|
415
|
-
"defaultProps": {
|
|
416
|
-
"size": "md",
|
|
417
|
-
"variant": "primary"
|
|
418
|
-
},
|
|
419
|
-
"getStylesLiterals": {},
|
|
420
|
-
"cxLiterals": [
|
|
421
|
-
"overflow-hidden",
|
|
422
|
-
"truncate",
|
|
423
|
-
"w-full",
|
|
424
|
-
"h-full",
|
|
425
|
-
"shrink-0",
|
|
426
|
-
"text-center",
|
|
427
|
-
"inline-flex",
|
|
428
|
-
"justify-center",
|
|
429
|
-
"items-center"
|
|
430
|
-
],
|
|
431
|
-
"internalComponents": [
|
|
432
|
-
"Box",
|
|
433
|
-
"Text"
|
|
434
|
-
],
|
|
435
|
-
"internalComponentProps": {
|
|
436
|
-
"Text": {
|
|
437
|
-
"color": [
|
|
438
|
-
"inherit"
|
|
439
|
-
],
|
|
440
|
-
"variant": [
|
|
441
|
-
"inherit"
|
|
442
|
-
]
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"propToVariantKeys": {},
|
|
446
|
-
"runtimeConfigDefaultProps": {},
|
|
447
|
-
"runtimeConfigGetStyles": {},
|
|
448
|
-
"runtimeConfigInternalComponentProps": {},
|
|
449
|
-
"motionVarPrefixes": []
|
|
450
|
-
},
|
|
451
337
|
"Banner": {
|
|
452
338
|
"name": "Banner",
|
|
453
339
|
"defaultProps": {
|
|
@@ -1598,132 +1484,120 @@
|
|
|
1598
1484
|
"--uds-motion-smooth-3-"
|
|
1599
1485
|
]
|
|
1600
1486
|
},
|
|
1601
|
-
"
|
|
1602
|
-
"name": "
|
|
1487
|
+
"Popover": {
|
|
1488
|
+
"name": "Popover",
|
|
1603
1489
|
"defaultProps": {},
|
|
1604
1490
|
"getStylesLiterals": {},
|
|
1605
1491
|
"cxLiterals": [],
|
|
1606
1492
|
"internalComponents": [
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1609
|
-
"AvatarIcon"
|
|
1493
|
+
"PopoverInternalContext.Provider",
|
|
1494
|
+
"PopoverProvider"
|
|
1610
1495
|
],
|
|
1611
1496
|
"internalComponentProps": {},
|
|
1612
1497
|
"propToVariantKeys": {},
|
|
1613
|
-
"runtimeConfigDefaultProps": {
|
|
1498
|
+
"runtimeConfigDefaultProps": {
|
|
1499
|
+
"size": "popover.defaultSize",
|
|
1500
|
+
"variant": "popover.defaultVariant"
|
|
1501
|
+
},
|
|
1614
1502
|
"runtimeConfigGetStyles": {},
|
|
1615
1503
|
"runtimeConfigInternalComponentProps": {},
|
|
1616
1504
|
"motionVarPrefixes": []
|
|
1617
1505
|
},
|
|
1618
|
-
"
|
|
1619
|
-
"name": "
|
|
1620
|
-
"defaultProps": {
|
|
1621
|
-
|
|
1506
|
+
"PopoverContent": {
|
|
1507
|
+
"name": "PopoverContent",
|
|
1508
|
+
"defaultProps": {},
|
|
1509
|
+
"getStylesLiterals": {
|
|
1510
|
+
"popoverSizeRoot": "default",
|
|
1511
|
+
"popoverVariantRoot": "default",
|
|
1512
|
+
"display": "flex",
|
|
1513
|
+
"position": "relative",
|
|
1514
|
+
"display:1": "block",
|
|
1515
|
+
"spacingTop": "0",
|
|
1516
|
+
"spacingStart": "0",
|
|
1517
|
+
"spacingBottom": "0",
|
|
1518
|
+
"spacingEnd": "0",
|
|
1519
|
+
"popoverSizeSvgBase": "default",
|
|
1520
|
+
"popoverVariantSvgBase": "default",
|
|
1521
|
+
"popoverSizeSvgBorder": "default",
|
|
1522
|
+
"popoverVariantSvgBorder": "default",
|
|
1523
|
+
"popoverVariantBlur": "default",
|
|
1524
|
+
"position:1": "absolute",
|
|
1525
|
+
"width": "full",
|
|
1526
|
+
"height": "full",
|
|
1527
|
+
"flexShrink": "0",
|
|
1528
|
+
"borderRadius": "full",
|
|
1529
|
+
"alignItems": "center",
|
|
1530
|
+
"justifyContent": "center",
|
|
1531
|
+
"popoverVariantCloseIcon": "default",
|
|
1532
|
+
"popoverSizeCloseIcon": "default"
|
|
1622
1533
|
},
|
|
1623
|
-
"getStylesLiterals": {},
|
|
1624
1534
|
"cxLiterals": [
|
|
1625
|
-
"
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1632
|
-
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1633
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1634
|
-
"transition-transform",
|
|
1635
|
-
"duration-500",
|
|
1636
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1637
|
-
"motion-reduce:transition-none",
|
|
1638
|
-
"top-[-4px]",
|
|
1535
|
+
"z-[9999]",
|
|
1536
|
+
"outline-none",
|
|
1537
|
+
"focus-visible:outline-none",
|
|
1538
|
+
"uds-bgBlurFillFallback",
|
|
1539
|
+
"uds-bgBlurFallback",
|
|
1540
|
+
"top-0",
|
|
1541
|
+
"left-0",
|
|
1639
1542
|
"z-[1]",
|
|
1640
|
-
"
|
|
1543
|
+
"duration-0",
|
|
1544
|
+
"duration-120",
|
|
1545
|
+
"transition-[background-color]",
|
|
1546
|
+
"bg-carbon-15/0",
|
|
1547
|
+
"hover:bg-carbon-15/10",
|
|
1548
|
+
"active:bg-carbon-15/15",
|
|
1549
|
+
"uds-ring",
|
|
1550
|
+
"absolute",
|
|
1551
|
+
"z-[4]"
|
|
1641
1552
|
],
|
|
1642
1553
|
"internalComponents": [
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1554
|
+
"PopoverDismiss",
|
|
1555
|
+
"IconSlot",
|
|
1556
|
+
"PopoverArrow",
|
|
1557
|
+
"Popover",
|
|
1558
|
+
"SvgFloatingOverlay",
|
|
1646
1559
|
"Box",
|
|
1647
|
-
"
|
|
1560
|
+
"Pressable"
|
|
1648
1561
|
],
|
|
1649
|
-
"internalComponentProps": {
|
|
1650
|
-
"BottomSheetHandle": {
|
|
1651
|
-
"ariaLabel": [
|
|
1652
|
-
"Resize sheet"
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
"Dialog": {
|
|
1656
|
-
"data-testid": [
|
|
1657
|
-
"bottom-sheet"
|
|
1658
|
-
]
|
|
1659
|
-
},
|
|
1660
|
-
"Box": {
|
|
1661
|
-
"display": [
|
|
1662
|
-
"block",
|
|
1663
|
-
"flex"
|
|
1664
|
-
],
|
|
1665
|
-
"position": [
|
|
1666
|
-
"absolute"
|
|
1667
|
-
],
|
|
1668
|
-
"flexDirection": [
|
|
1669
|
-
"column"
|
|
1670
|
-
],
|
|
1671
|
-
"className": [
|
|
1672
|
-
"absolute inset-0 min-h-0 p-[inherit]"
|
|
1673
|
-
]
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1562
|
+
"internalComponentProps": {},
|
|
1676
1563
|
"propToVariantKeys": {
|
|
1677
|
-
"
|
|
1678
|
-
"
|
|
1564
|
+
"closeIcon": [
|
|
1565
|
+
"icon"
|
|
1679
1566
|
]
|
|
1680
1567
|
},
|
|
1681
|
-
"runtimeConfigDefaultProps": {
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
"
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
"
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
"flex": [
|
|
1704
|
-
"1"
|
|
1705
|
-
]
|
|
1706
|
-
},
|
|
1707
|
-
"VStack": {
|
|
1708
|
-
"className": [
|
|
1709
|
-
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1568
|
+
"runtimeConfigDefaultProps": {
|
|
1569
|
+
"size": "popover.defaultSize",
|
|
1570
|
+
"variant": "popover.defaultVariant"
|
|
1571
|
+
},
|
|
1572
|
+
"runtimeConfigGetStyles": {
|
|
1573
|
+
"spacingTop": [
|
|
1574
|
+
"popover.spacingVertical.${size}"
|
|
1575
|
+
],
|
|
1576
|
+
"spacingStart": [
|
|
1577
|
+
"popover.spacingHorizontal.${size}"
|
|
1578
|
+
],
|
|
1579
|
+
"spacingBottom": [
|
|
1580
|
+
"popover.spacingVertical.${size}"
|
|
1581
|
+
],
|
|
1582
|
+
"spacingEnd": [
|
|
1583
|
+
"popover.spacingHorizontal.${size}"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
"runtimeConfigInternalComponentProps": {
|
|
1587
|
+
"SvgFloatingOverlay": {
|
|
1588
|
+
"borderRadius": [
|
|
1589
|
+
"popover.borderRadius.${size}"
|
|
1710
1590
|
]
|
|
1711
1591
|
}
|
|
1712
1592
|
},
|
|
1713
|
-
"propToVariantKeys": {},
|
|
1714
|
-
"runtimeConfigDefaultProps": {},
|
|
1715
|
-
"runtimeConfigGetStyles": {},
|
|
1716
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1717
1593
|
"motionVarPrefixes": []
|
|
1718
1594
|
},
|
|
1719
|
-
"
|
|
1720
|
-
"name": "
|
|
1595
|
+
"PopoverContext": {
|
|
1596
|
+
"name": "PopoverContext",
|
|
1721
1597
|
"defaultProps": {},
|
|
1722
1598
|
"getStylesLiterals": {},
|
|
1723
1599
|
"cxLiterals": [],
|
|
1724
|
-
"internalComponents": [
|
|
1725
|
-
"AriakitDialogDismiss"
|
|
1726
|
-
],
|
|
1600
|
+
"internalComponents": [],
|
|
1727
1601
|
"internalComponentProps": {},
|
|
1728
1602
|
"propToVariantKeys": {},
|
|
1729
1603
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1731,45 +1605,24 @@
|
|
|
1731
1605
|
"runtimeConfigInternalComponentProps": {},
|
|
1732
1606
|
"motionVarPrefixes": []
|
|
1733
1607
|
},
|
|
1734
|
-
"
|
|
1735
|
-
"name": "
|
|
1736
|
-
"defaultProps": {
|
|
1737
|
-
"variant": "default"
|
|
1738
|
-
},
|
|
1608
|
+
"PopoverTrigger": {
|
|
1609
|
+
"name": "PopoverTrigger",
|
|
1610
|
+
"defaultProps": {},
|
|
1739
1611
|
"getStylesLiterals": {},
|
|
1740
|
-
"cxLiterals": [
|
|
1741
|
-
"relative",
|
|
1742
|
-
"h-5",
|
|
1743
|
-
"w-16",
|
|
1744
|
-
"outline-none",
|
|
1745
|
-
"focus-visible:outline-none",
|
|
1746
|
-
"[touch-action:pan-y]",
|
|
1747
|
-
"absolute",
|
|
1748
|
-
"left-1/2",
|
|
1749
|
-
"top-1/2",
|
|
1750
|
-
"-translate-x-1/2",
|
|
1751
|
-
"-translate-y-1/2",
|
|
1752
|
-
"h-1",
|
|
1753
|
-
"w-8",
|
|
1754
|
-
"rounded-full"
|
|
1755
|
-
],
|
|
1612
|
+
"cxLiterals": [],
|
|
1756
1613
|
"internalComponents": [
|
|
1757
|
-
"
|
|
1614
|
+
"PopoverDisclosure"
|
|
1758
1615
|
],
|
|
1759
1616
|
"internalComponentProps": {
|
|
1760
|
-
"
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1763
|
-
"flex"
|
|
1764
|
-
],
|
|
1765
|
-
"justifyContent": [
|
|
1766
|
-
"center"
|
|
1617
|
+
"PopoverDisclosure": {
|
|
1618
|
+
"className": [
|
|
1619
|
+
"inline"
|
|
1767
1620
|
]
|
|
1768
1621
|
}
|
|
1769
1622
|
},
|
|
1770
1623
|
"propToVariantKeys": {
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1624
|
+
"children": [
|
|
1625
|
+
"render"
|
|
1773
1626
|
]
|
|
1774
1627
|
},
|
|
1775
1628
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1777,113 +1630,220 @@
|
|
|
1777
1630
|
"runtimeConfigInternalComponentProps": {},
|
|
1778
1631
|
"motionVarPrefixes": []
|
|
1779
1632
|
},
|
|
1780
|
-
"
|
|
1781
|
-
"name": "
|
|
1633
|
+
"UDSPopoverConfigProvider": {
|
|
1634
|
+
"name": "UDSPopoverConfigProvider",
|
|
1635
|
+
"defaultProps": {},
|
|
1636
|
+
"getStylesLiterals": {},
|
|
1637
|
+
"cxLiterals": [],
|
|
1638
|
+
"internalComponents": [
|
|
1639
|
+
"PopoverContext.Provider"
|
|
1640
|
+
],
|
|
1641
|
+
"internalComponentProps": {},
|
|
1642
|
+
"propToVariantKeys": {},
|
|
1643
|
+
"runtimeConfigDefaultProps": {},
|
|
1644
|
+
"runtimeConfigGetStyles": {},
|
|
1645
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1646
|
+
"motionVarPrefixes": []
|
|
1647
|
+
},
|
|
1648
|
+
"Modal": {
|
|
1649
|
+
"name": "Modal",
|
|
1782
1650
|
"defaultProps": {
|
|
1783
|
-
"
|
|
1651
|
+
"closeAriaLabel": "Close",
|
|
1652
|
+
"maxWidth": "auto",
|
|
1653
|
+
"maxHeight": "auto",
|
|
1654
|
+
"scrollBehavior": "outside"
|
|
1655
|
+
},
|
|
1656
|
+
"getStylesLiterals": {
|
|
1657
|
+
"flexDirection": "row-reverse",
|
|
1658
|
+
"justifyContent": "space-between",
|
|
1659
|
+
"alignItems": "flex-end",
|
|
1660
|
+
"alignItems:1": "flex-start",
|
|
1661
|
+
"borderRadius": "full"
|
|
1784
1662
|
},
|
|
1785
|
-
"getStylesLiterals": {},
|
|
1786
1663
|
"cxLiterals": [
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1664
|
+
"fixed",
|
|
1665
|
+
"inset-0",
|
|
1666
|
+
"z-40",
|
|
1667
|
+
"overflow-y-auto",
|
|
1668
|
+
"overflow-hidden",
|
|
1669
|
+
"transition-[opacity,visibility]",
|
|
1670
|
+
"visible",
|
|
1671
|
+
"opacity-100",
|
|
1672
|
+
"invisible",
|
|
1673
|
+
"opacity-0",
|
|
1674
|
+
"pointer-events-none",
|
|
1675
|
+
"uds-bgBlurFallback",
|
|
1789
1676
|
"w-full",
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1677
|
+
"w-fit",
|
|
1678
|
+
"h-full",
|
|
1679
|
+
"h-fit",
|
|
1680
|
+
"m-auto",
|
|
1681
|
+
"pointer-events-auto",
|
|
1682
|
+
"inside",
|
|
1683
|
+
"max-h-full",
|
|
1684
|
+
"transition-transform",
|
|
1685
|
+
"duration-0",
|
|
1686
|
+
"duration-120",
|
|
1687
|
+
"transition-[background-color]",
|
|
1688
|
+
"bg-carbon-15/0",
|
|
1689
|
+
"hover:bg-carbon-15/10",
|
|
1690
|
+
"active:bg-carbon-15/15",
|
|
1691
|
+
"uds-ring",
|
|
1692
|
+
"[translate:50%_-50%]"
|
|
1792
1693
|
],
|
|
1793
1694
|
"internalComponents": [
|
|
1695
|
+
"Scrim",
|
|
1696
|
+
"VStack",
|
|
1697
|
+
"Pressable",
|
|
1698
|
+
"IconSlot",
|
|
1794
1699
|
"Box",
|
|
1795
|
-
"
|
|
1700
|
+
"Dialog",
|
|
1701
|
+
"ModalContext.Provider",
|
|
1702
|
+
"HStack",
|
|
1703
|
+
"DialogDismiss",
|
|
1704
|
+
"ModalTitle",
|
|
1705
|
+
"ModalDescription",
|
|
1706
|
+
"ModalContent",
|
|
1707
|
+
"ModalActions"
|
|
1796
1708
|
],
|
|
1797
1709
|
"internalComponentProps": {
|
|
1798
1710
|
"Box": {
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
],
|
|
1802
|
-
"display": [
|
|
1803
|
-
"grid",
|
|
1804
|
-
"flex"
|
|
1805
|
-
],
|
|
1806
|
-
"justifyContent": [
|
|
1807
|
-
"flex-start",
|
|
1808
|
-
"flex-end"
|
|
1809
|
-
]
|
|
1810
|
-
},
|
|
1811
|
-
"Text": {
|
|
1812
|
-
"variant": [
|
|
1813
|
-
"inherit"
|
|
1814
|
-
],
|
|
1815
|
-
"color": [
|
|
1816
|
-
"inherit"
|
|
1817
|
-
],
|
|
1818
|
-
"textAlign": [
|
|
1819
|
-
"center"
|
|
1820
|
-
],
|
|
1821
|
-
"className": [
|
|
1822
|
-
"w-full"
|
|
1711
|
+
"flexGrow": [
|
|
1712
|
+
"1"
|
|
1823
1713
|
]
|
|
1824
1714
|
}
|
|
1825
1715
|
},
|
|
1826
1716
|
"propToVariantKeys": {
|
|
1717
|
+
"gutter": [
|
|
1718
|
+
"spacing"
|
|
1719
|
+
],
|
|
1720
|
+
"size": [
|
|
1721
|
+
"modalSizeRoot",
|
|
1722
|
+
"modalSizeSpacingHorizontal",
|
|
1723
|
+
"modalSizeHeader",
|
|
1724
|
+
"modalSizeTitleDescriptionWrapper",
|
|
1725
|
+
"modalSizeCloseIconContainer",
|
|
1726
|
+
"modalSizeCloseIcon"
|
|
1727
|
+
],
|
|
1827
1728
|
"variant": [
|
|
1828
|
-
"
|
|
1729
|
+
"modalVariantRoot",
|
|
1730
|
+
"modalVariantCloseIcon"
|
|
1731
|
+
],
|
|
1732
|
+
"closeAriaLabel": [
|
|
1733
|
+
"aria-label"
|
|
1734
|
+
],
|
|
1735
|
+
"closeIcon": [
|
|
1736
|
+
"icon"
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
"runtimeConfigDefaultProps": {
|
|
1740
|
+
"size": "modal.defaultSize",
|
|
1741
|
+
"variant": "modal.defaultVariant"
|
|
1742
|
+
},
|
|
1743
|
+
"runtimeConfigGetStyles": {
|
|
1744
|
+
"spacing": [
|
|
1745
|
+
"modal.gutter.${size}"
|
|
1746
|
+
],
|
|
1747
|
+
"modalSizeRoot": [
|
|
1748
|
+
"modal.defaultSize"
|
|
1749
|
+
],
|
|
1750
|
+
"modalVariantRoot": [
|
|
1751
|
+
"modal.defaultVariant"
|
|
1752
|
+
],
|
|
1753
|
+
"modalSizeSpacingHorizontal": [
|
|
1754
|
+
"modal.defaultSize"
|
|
1755
|
+
],
|
|
1756
|
+
"modalSizeHeader": [
|
|
1757
|
+
"modal.defaultSize"
|
|
1758
|
+
],
|
|
1759
|
+
"modalSizeTitleDescriptionWrapper": [
|
|
1760
|
+
"modal.defaultSize"
|
|
1761
|
+
],
|
|
1762
|
+
"modalSizeCloseIconContainer": [
|
|
1763
|
+
"modal.defaultSize"
|
|
1764
|
+
],
|
|
1765
|
+
"modalSizeCloseIcon": [
|
|
1766
|
+
"modal.defaultSize"
|
|
1767
|
+
],
|
|
1768
|
+
"modalVariantCloseIcon": [
|
|
1769
|
+
"modal.defaultVariant"
|
|
1829
1770
|
]
|
|
1830
1771
|
},
|
|
1831
|
-
"runtimeConfigDefaultProps": {},
|
|
1832
|
-
"runtimeConfigGetStyles": {},
|
|
1833
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1834
|
-
"motionVarPrefixes": []
|
|
1835
|
-
},
|
|
1836
|
-
"BottomSheetInternalContext": {
|
|
1837
|
-
"name": "BottomSheetInternalContext",
|
|
1838
|
-
"defaultProps": {},
|
|
1839
|
-
"getStylesLiterals": {},
|
|
1840
|
-
"cxLiterals": [],
|
|
1841
|
-
"internalComponents": [],
|
|
1842
|
-
"internalComponentProps": {},
|
|
1843
|
-
"propToVariantKeys": {},
|
|
1844
|
-
"runtimeConfigDefaultProps": {},
|
|
1845
|
-
"runtimeConfigGetStyles": {},
|
|
1846
1772
|
"runtimeConfigInternalComponentProps": {},
|
|
1847
1773
|
"motionVarPrefixes": []
|
|
1848
1774
|
},
|
|
1849
|
-
"
|
|
1850
|
-
"name": "
|
|
1775
|
+
"ModalActions": {
|
|
1776
|
+
"name": "ModalActions",
|
|
1851
1777
|
"defaultProps": {},
|
|
1852
|
-
"getStylesLiterals": {
|
|
1853
|
-
|
|
1778
|
+
"getStylesLiterals": {
|
|
1779
|
+
"flexDirection": "row-reverse",
|
|
1780
|
+
"justifyContent": "space-between",
|
|
1781
|
+
"alignItems": "center"
|
|
1782
|
+
},
|
|
1783
|
+
"cxLiterals": [
|
|
1784
|
+
"gap-[inherit]"
|
|
1785
|
+
],
|
|
1854
1786
|
"internalComponents": [
|
|
1855
|
-
"
|
|
1787
|
+
"HStack"
|
|
1856
1788
|
],
|
|
1857
1789
|
"internalComponentProps": {},
|
|
1858
|
-
"propToVariantKeys": {
|
|
1859
|
-
|
|
1860
|
-
|
|
1790
|
+
"propToVariantKeys": {
|
|
1791
|
+
"size": [
|
|
1792
|
+
"modalSizeSpacingHorizontal",
|
|
1793
|
+
"modalSizeActions"
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
"runtimeConfigDefaultProps": {
|
|
1797
|
+
"size": "modal.defaultSize",
|
|
1798
|
+
"variant": "modal.defaultVariant"
|
|
1799
|
+
},
|
|
1800
|
+
"runtimeConfigGetStyles": {
|
|
1801
|
+
"modalSizeSpacingHorizontal": [
|
|
1802
|
+
"modal.defaultSize"
|
|
1803
|
+
],
|
|
1804
|
+
"modalSizeActions": [
|
|
1805
|
+
"modal.defaultSize"
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1861
1808
|
"runtimeConfigInternalComponentProps": {},
|
|
1862
1809
|
"motionVarPrefixes": []
|
|
1863
1810
|
},
|
|
1864
|
-
"
|
|
1865
|
-
"name": "
|
|
1811
|
+
"ModalContent": {
|
|
1812
|
+
"name": "ModalContent",
|
|
1866
1813
|
"defaultProps": {},
|
|
1867
|
-
"getStylesLiterals": {
|
|
1814
|
+
"getStylesLiterals": {
|
|
1815
|
+
"overflowY": "auto",
|
|
1816
|
+
"display": "block",
|
|
1817
|
+
"flexGrow": "1"
|
|
1818
|
+
},
|
|
1868
1819
|
"cxLiterals": [],
|
|
1869
1820
|
"internalComponents": [
|
|
1870
|
-
"
|
|
1821
|
+
"Box"
|
|
1871
1822
|
],
|
|
1872
1823
|
"internalComponentProps": {},
|
|
1873
|
-
"propToVariantKeys": {
|
|
1874
|
-
|
|
1875
|
-
|
|
1824
|
+
"propToVariantKeys": {
|
|
1825
|
+
"size": [
|
|
1826
|
+
"modalSizeSpacingHorizontal"
|
|
1827
|
+
]
|
|
1828
|
+
},
|
|
1829
|
+
"runtimeConfigDefaultProps": {
|
|
1830
|
+
"size": "modal.defaultSize",
|
|
1831
|
+
"variant": "modal.defaultVariant"
|
|
1832
|
+
},
|
|
1833
|
+
"runtimeConfigGetStyles": {
|
|
1834
|
+
"modalSizeSpacingHorizontal": [
|
|
1835
|
+
"modal.defaultSize"
|
|
1836
|
+
]
|
|
1837
|
+
},
|
|
1876
1838
|
"runtimeConfigInternalComponentProps": {},
|
|
1877
1839
|
"motionVarPrefixes": []
|
|
1878
1840
|
},
|
|
1879
|
-
"
|
|
1880
|
-
"name": "
|
|
1841
|
+
"ModalContext": {
|
|
1842
|
+
"name": "ModalContext",
|
|
1881
1843
|
"defaultProps": {},
|
|
1882
1844
|
"getStylesLiterals": {},
|
|
1883
1845
|
"cxLiterals": [],
|
|
1884
|
-
"internalComponents": [
|
|
1885
|
-
"BottomSheetContext.Provider"
|
|
1886
|
-
],
|
|
1846
|
+
"internalComponents": [],
|
|
1887
1847
|
"internalComponentProps": {},
|
|
1888
1848
|
"propToVariantKeys": {},
|
|
1889
1849
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1891,200 +1851,94 @@
|
|
|
1891
1851
|
"runtimeConfigInternalComponentProps": {},
|
|
1892
1852
|
"motionVarPrefixes": []
|
|
1893
1853
|
},
|
|
1894
|
-
"
|
|
1895
|
-
"name": "
|
|
1854
|
+
"ModalDescription": {
|
|
1855
|
+
"name": "ModalDescription",
|
|
1896
1856
|
"defaultProps": {},
|
|
1897
1857
|
"getStylesLiterals": {},
|
|
1898
1858
|
"cxLiterals": [],
|
|
1899
1859
|
"internalComponents": [
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1902
|
-
"ChipLink",
|
|
1903
|
-
"ChipButton"
|
|
1904
|
-
],
|
|
1905
|
-
"internalComponentProps": {},
|
|
1906
|
-
"propToVariantKeys": {},
|
|
1907
|
-
"runtimeConfigDefaultProps": {},
|
|
1908
|
-
"runtimeConfigGetStyles": {},
|
|
1909
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1910
|
-
"motionVarPrefixes": []
|
|
1911
|
-
},
|
|
1912
|
-
"ChipBase": {
|
|
1913
|
-
"name": "ChipBase",
|
|
1914
|
-
"defaultProps": {
|
|
1915
|
-
"size": "md",
|
|
1916
|
-
"as": "div"
|
|
1917
|
-
},
|
|
1918
|
-
"getStylesLiterals": {},
|
|
1919
|
-
"cxLiterals": [
|
|
1920
|
-
"pointer-events-none",
|
|
1921
|
-
"cursor-default",
|
|
1922
|
-
"opacity-50",
|
|
1923
|
-
"inline-flex",
|
|
1924
|
-
"items-center",
|
|
1925
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1926
|
-
"truncate",
|
|
1927
|
-
"whitespace-nowrap",
|
|
1928
|
-
"text-center",
|
|
1929
|
-
"flex-1"
|
|
1930
|
-
],
|
|
1931
|
-
"internalComponents": [
|
|
1932
|
-
"IconSlot",
|
|
1933
|
-
"HStack",
|
|
1934
|
-
"As",
|
|
1935
|
-
"Text"
|
|
1860
|
+
"Text",
|
|
1861
|
+
"DialogDescription"
|
|
1936
1862
|
],
|
|
1937
1863
|
"internalComponentProps": {
|
|
1938
1864
|
"Text": {
|
|
1939
1865
|
"as": [
|
|
1940
1866
|
"span"
|
|
1941
|
-
],
|
|
1942
|
-
"color": [
|
|
1943
|
-
"current"
|
|
1944
|
-
],
|
|
1945
|
-
"variant": [
|
|
1946
|
-
"inherit"
|
|
1947
1867
|
]
|
|
1948
1868
|
}
|
|
1949
1869
|
},
|
|
1950
1870
|
"propToVariantKeys": {
|
|
1951
1871
|
"size": [
|
|
1952
|
-
"
|
|
1953
|
-
"chipSizeIcon"
|
|
1872
|
+
"modalSizeDescription"
|
|
1954
1873
|
],
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1874
|
+
"variant": [
|
|
1875
|
+
"modalVariantDescription"
|
|
1876
|
+
]
|
|
1877
|
+
},
|
|
1878
|
+
"runtimeConfigDefaultProps": {
|
|
1879
|
+
"size": "modal.defaultSize",
|
|
1880
|
+
"variant": "modal.defaultVariant"
|
|
1881
|
+
},
|
|
1882
|
+
"runtimeConfigGetStyles": {
|
|
1883
|
+
"modalSizeDescription": [
|
|
1884
|
+
"modal.defaultSize"
|
|
1957
1885
|
],
|
|
1958
|
-
"
|
|
1959
|
-
"
|
|
1886
|
+
"modalVariantDescription": [
|
|
1887
|
+
"modal.defaultVariant"
|
|
1960
1888
|
]
|
|
1961
1889
|
},
|
|
1962
|
-
"runtimeConfigDefaultProps": {},
|
|
1963
|
-
"runtimeConfigGetStyles": {},
|
|
1964
1890
|
"runtimeConfigInternalComponentProps": {},
|
|
1965
1891
|
"motionVarPrefixes": []
|
|
1966
1892
|
},
|
|
1967
|
-
"
|
|
1968
|
-
"name": "
|
|
1969
|
-
"defaultProps": {
|
|
1970
|
-
"variant": "primary"
|
|
1971
|
-
},
|
|
1893
|
+
"ModalTitle": {
|
|
1894
|
+
"name": "ModalTitle",
|
|
1895
|
+
"defaultProps": {},
|
|
1972
1896
|
"getStylesLiterals": {},
|
|
1973
|
-
"cxLiterals": [
|
|
1974
|
-
"uds-ring"
|
|
1975
|
-
],
|
|
1897
|
+
"cxLiterals": [],
|
|
1976
1898
|
"internalComponents": [
|
|
1977
|
-
"
|
|
1899
|
+
"Text",
|
|
1900
|
+
"DialogHeading"
|
|
1978
1901
|
],
|
|
1979
1902
|
"internalComponentProps": {
|
|
1980
|
-
"
|
|
1903
|
+
"Text": {
|
|
1981
1904
|
"as": [
|
|
1982
|
-
"
|
|
1905
|
+
"span"
|
|
1983
1906
|
]
|
|
1984
1907
|
}
|
|
1985
1908
|
},
|
|
1986
1909
|
"propToVariantKeys": {
|
|
1910
|
+
"size": [
|
|
1911
|
+
"modalSizeTitle"
|
|
1912
|
+
],
|
|
1987
1913
|
"variant": [
|
|
1988
|
-
"
|
|
1989
|
-
"chipLinkVariantIcon"
|
|
1914
|
+
"modalVariantTitle"
|
|
1990
1915
|
]
|
|
1991
1916
|
},
|
|
1992
|
-
"runtimeConfigDefaultProps": {
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
"motionVarPrefixes": []
|
|
1996
|
-
},
|
|
1997
|
-
"ChipDismissible": {
|
|
1998
|
-
"name": "ChipDismissible",
|
|
1999
|
-
"defaultProps": {
|
|
2000
|
-
"variant": "primary"
|
|
1917
|
+
"runtimeConfigDefaultProps": {
|
|
1918
|
+
"size": "modal.defaultSize",
|
|
1919
|
+
"variant": "modal.defaultVariant"
|
|
2001
1920
|
},
|
|
2002
|
-
"
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
"uds-hit-target",
|
|
2006
|
-
"uds-ring",
|
|
2007
|
-
"rounded-full"
|
|
2008
|
-
],
|
|
2009
|
-
"internalComponents": [
|
|
2010
|
-
"ChipBase",
|
|
2011
|
-
"IconSlot",
|
|
2012
|
-
"Pressable"
|
|
2013
|
-
],
|
|
2014
|
-
"internalComponentProps": {},
|
|
2015
|
-
"propToVariantKeys": {
|
|
2016
|
-
"variant": [
|
|
2017
|
-
"chipDismissibleVariantRoot",
|
|
2018
|
-
"chipDismissibleVariantIcon"
|
|
1921
|
+
"runtimeConfigGetStyles": {
|
|
1922
|
+
"modalSizeTitle": [
|
|
1923
|
+
"modal.defaultSize"
|
|
2019
1924
|
],
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
1925
|
+
"modalVariantTitle": [
|
|
1926
|
+
"modal.defaultVariant"
|
|
2022
1927
|
]
|
|
2023
1928
|
},
|
|
2024
|
-
"runtimeConfigDefaultProps": {},
|
|
2025
|
-
"runtimeConfigGetStyles": {},
|
|
2026
1929
|
"runtimeConfigInternalComponentProps": {},
|
|
2027
1930
|
"motionVarPrefixes": []
|
|
2028
1931
|
},
|
|
2029
|
-
"
|
|
2030
|
-
"name": "
|
|
2031
|
-
"defaultProps": {
|
|
2032
|
-
"variant": "primary"
|
|
2033
|
-
},
|
|
1932
|
+
"UDSModalConfigProvider": {
|
|
1933
|
+
"name": "UDSModalConfigProvider",
|
|
1934
|
+
"defaultProps": {},
|
|
2034
1935
|
"getStylesLiterals": {},
|
|
2035
|
-
"cxLiterals": [
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
"internalComponentProps": {
|
|
2042
|
-
"ChipBase": {
|
|
2043
|
-
"as": [
|
|
2044
|
-
"a"
|
|
2045
|
-
]
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"propToVariantKeys": {
|
|
2049
|
-
"variant": [
|
|
2050
|
-
"chipLinkVariantRoot",
|
|
2051
|
-
"chipLinkVariantIcon"
|
|
2052
|
-
]
|
|
2053
|
-
},
|
|
2054
|
-
"runtimeConfigDefaultProps": {},
|
|
2055
|
-
"runtimeConfigGetStyles": {},
|
|
2056
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2057
|
-
"motionVarPrefixes": []
|
|
2058
|
-
},
|
|
2059
|
-
"ChipToggle": {
|
|
2060
|
-
"name": "ChipToggle",
|
|
2061
|
-
"defaultProps": {
|
|
2062
|
-
"variant": "primary",
|
|
2063
|
-
"role": "checkbox"
|
|
2064
|
-
},
|
|
2065
|
-
"getStylesLiterals": {
|
|
2066
|
-
"chipToggleVariantActiveRoot": "on",
|
|
2067
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
2068
|
-
},
|
|
2069
|
-
"cxLiterals": [
|
|
2070
|
-
"uds-ring"
|
|
2071
|
-
],
|
|
2072
|
-
"internalComponents": [
|
|
2073
|
-
"ChipBase"
|
|
2074
|
-
],
|
|
2075
|
-
"internalComponentProps": {
|
|
2076
|
-
"ChipBase": {
|
|
2077
|
-
"as": [
|
|
2078
|
-
"button"
|
|
2079
|
-
]
|
|
2080
|
-
}
|
|
2081
|
-
},
|
|
2082
|
-
"propToVariantKeys": {
|
|
2083
|
-
"variant": [
|
|
2084
|
-
"chipToggleVariantRoot",
|
|
2085
|
-
"chipToggleVariantIcon"
|
|
2086
|
-
]
|
|
2087
|
-
},
|
|
1936
|
+
"cxLiterals": [],
|
|
1937
|
+
"internalComponents": [
|
|
1938
|
+
"ModalContext.Provider"
|
|
1939
|
+
],
|
|
1940
|
+
"internalComponentProps": {},
|
|
1941
|
+
"propToVariantKeys": {},
|
|
2088
1942
|
"runtimeConfigDefaultProps": {},
|
|
2089
1943
|
"runtimeConfigGetStyles": {},
|
|
2090
1944
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -2547,205 +2401,314 @@
|
|
|
2547
2401
|
"runtimeConfigInternalComponentProps": {},
|
|
2548
2402
|
"motionVarPrefixes": []
|
|
2549
2403
|
},
|
|
2550
|
-
"
|
|
2551
|
-
"name": "
|
|
2404
|
+
"Chip": {
|
|
2405
|
+
"name": "Chip",
|
|
2406
|
+
"defaultProps": {},
|
|
2407
|
+
"getStylesLiterals": {},
|
|
2408
|
+
"cxLiterals": [],
|
|
2409
|
+
"internalComponents": [
|
|
2410
|
+
"ChipDismissible",
|
|
2411
|
+
"ChipToggle",
|
|
2412
|
+
"ChipLink",
|
|
2413
|
+
"ChipButton"
|
|
2414
|
+
],
|
|
2415
|
+
"internalComponentProps": {},
|
|
2416
|
+
"propToVariantKeys": {},
|
|
2417
|
+
"runtimeConfigDefaultProps": {},
|
|
2418
|
+
"runtimeConfigGetStyles": {},
|
|
2419
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2420
|
+
"motionVarPrefixes": []
|
|
2421
|
+
},
|
|
2422
|
+
"ChipBase": {
|
|
2423
|
+
"name": "ChipBase",
|
|
2552
2424
|
"defaultProps": {
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2555
|
-
"maxHeight": "auto",
|
|
2556
|
-
"scrollBehavior": "outside"
|
|
2557
|
-
},
|
|
2558
|
-
"getStylesLiterals": {
|
|
2559
|
-
"flexDirection": "row-reverse",
|
|
2560
|
-
"justifyContent": "space-between",
|
|
2561
|
-
"alignItems": "flex-end",
|
|
2562
|
-
"alignItems:1": "flex-start",
|
|
2563
|
-
"borderRadius": "full"
|
|
2425
|
+
"size": "md",
|
|
2426
|
+
"as": "div"
|
|
2564
2427
|
},
|
|
2428
|
+
"getStylesLiterals": {},
|
|
2565
2429
|
"cxLiterals": [
|
|
2566
|
-
"fixed",
|
|
2567
|
-
"inset-0",
|
|
2568
|
-
"z-40",
|
|
2569
|
-
"overflow-y-auto",
|
|
2570
|
-
"overflow-hidden",
|
|
2571
|
-
"transition-[opacity,visibility]",
|
|
2572
|
-
"visible",
|
|
2573
|
-
"opacity-100",
|
|
2574
|
-
"invisible",
|
|
2575
|
-
"opacity-0",
|
|
2576
2430
|
"pointer-events-none",
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2581
|
-
"
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2585
|
-
"
|
|
2586
|
-
"transition-transform",
|
|
2587
|
-
"duration-0",
|
|
2588
|
-
"duration-120",
|
|
2589
|
-
"transition-[background-color]",
|
|
2590
|
-
"bg-carbon-15/0",
|
|
2591
|
-
"hover:bg-carbon-15/10",
|
|
2592
|
-
"active:bg-carbon-15/15",
|
|
2593
|
-
"uds-ring",
|
|
2594
|
-
"[translate:50%_-50%]"
|
|
2431
|
+
"cursor-default",
|
|
2432
|
+
"opacity-50",
|
|
2433
|
+
"inline-flex",
|
|
2434
|
+
"items-center",
|
|
2435
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2436
|
+
"truncate",
|
|
2437
|
+
"whitespace-nowrap",
|
|
2438
|
+
"text-center",
|
|
2439
|
+
"flex-1"
|
|
2595
2440
|
],
|
|
2596
2441
|
"internalComponents": [
|
|
2597
|
-
"Scrim",
|
|
2598
|
-
"VStack",
|
|
2599
|
-
"Pressable",
|
|
2600
2442
|
"IconSlot",
|
|
2601
|
-
"Box",
|
|
2602
|
-
"Dialog",
|
|
2603
|
-
"ModalContext.Provider",
|
|
2604
2443
|
"HStack",
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
"ModalDescription",
|
|
2608
|
-
"ModalContent",
|
|
2609
|
-
"ModalActions"
|
|
2444
|
+
"As",
|
|
2445
|
+
"Text"
|
|
2610
2446
|
],
|
|
2611
2447
|
"internalComponentProps": {
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2448
|
+
"Text": {
|
|
2449
|
+
"as": [
|
|
2450
|
+
"span"
|
|
2451
|
+
],
|
|
2452
|
+
"color": [
|
|
2453
|
+
"current"
|
|
2454
|
+
],
|
|
2455
|
+
"variant": [
|
|
2456
|
+
"inherit"
|
|
2615
2457
|
]
|
|
2616
2458
|
}
|
|
2617
2459
|
},
|
|
2618
2460
|
"propToVariantKeys": {
|
|
2619
|
-
"gutter": [
|
|
2620
|
-
"spacing"
|
|
2621
|
-
],
|
|
2622
2461
|
"size": [
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2625
|
-
"modalSizeHeader",
|
|
2626
|
-
"modalSizeTitleDescriptionWrapper",
|
|
2627
|
-
"modalSizeCloseIconContainer",
|
|
2628
|
-
"modalSizeCloseIcon"
|
|
2629
|
-
],
|
|
2630
|
-
"variant": [
|
|
2631
|
-
"modalVariantRoot",
|
|
2632
|
-
"modalVariantCloseIcon"
|
|
2462
|
+
"chipSizeRoot",
|
|
2463
|
+
"chipSizeIcon"
|
|
2633
2464
|
],
|
|
2634
|
-
"
|
|
2635
|
-
"
|
|
2465
|
+
"startIcon": [
|
|
2466
|
+
"icon"
|
|
2636
2467
|
],
|
|
2637
|
-
"
|
|
2468
|
+
"endIcon": [
|
|
2638
2469
|
"icon"
|
|
2639
2470
|
]
|
|
2640
2471
|
},
|
|
2641
|
-
"runtimeConfigDefaultProps": {
|
|
2642
|
-
|
|
2643
|
-
|
|
2472
|
+
"runtimeConfigDefaultProps": {},
|
|
2473
|
+
"runtimeConfigGetStyles": {},
|
|
2474
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2475
|
+
"motionVarPrefixes": []
|
|
2476
|
+
},
|
|
2477
|
+
"ChipButton": {
|
|
2478
|
+
"name": "ChipButton",
|
|
2479
|
+
"defaultProps": {
|
|
2480
|
+
"variant": "primary"
|
|
2644
2481
|
},
|
|
2645
|
-
"
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
"
|
|
2663
|
-
]
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2482
|
+
"getStylesLiterals": {},
|
|
2483
|
+
"cxLiterals": [
|
|
2484
|
+
"uds-ring"
|
|
2485
|
+
],
|
|
2486
|
+
"internalComponents": [
|
|
2487
|
+
"ChipBase"
|
|
2488
|
+
],
|
|
2489
|
+
"internalComponentProps": {
|
|
2490
|
+
"ChipBase": {
|
|
2491
|
+
"as": [
|
|
2492
|
+
"button"
|
|
2493
|
+
]
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"propToVariantKeys": {
|
|
2497
|
+
"variant": [
|
|
2498
|
+
"chipLinkVariantRoot",
|
|
2499
|
+
"chipLinkVariantIcon"
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
"runtimeConfigDefaultProps": {},
|
|
2503
|
+
"runtimeConfigGetStyles": {},
|
|
2504
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2505
|
+
"motionVarPrefixes": []
|
|
2506
|
+
},
|
|
2507
|
+
"ChipDismissible": {
|
|
2508
|
+
"name": "ChipDismissible",
|
|
2509
|
+
"defaultProps": {
|
|
2510
|
+
"variant": "primary"
|
|
2511
|
+
},
|
|
2512
|
+
"getStylesLiterals": {},
|
|
2513
|
+
"cxLiterals": [
|
|
2514
|
+
"uds-chip-dismissible-button",
|
|
2515
|
+
"uds-hit-target",
|
|
2516
|
+
"uds-ring",
|
|
2517
|
+
"rounded-full"
|
|
2518
|
+
],
|
|
2519
|
+
"internalComponents": [
|
|
2520
|
+
"ChipBase",
|
|
2521
|
+
"IconSlot",
|
|
2522
|
+
"Pressable"
|
|
2523
|
+
],
|
|
2524
|
+
"internalComponentProps": {},
|
|
2525
|
+
"propToVariantKeys": {
|
|
2526
|
+
"variant": [
|
|
2527
|
+
"chipDismissibleVariantRoot",
|
|
2528
|
+
"chipDismissibleVariantIcon"
|
|
2669
2529
|
],
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2530
|
+
"dismissButtonAriaLabel": [
|
|
2531
|
+
"aria-label"
|
|
2532
|
+
]
|
|
2533
|
+
},
|
|
2534
|
+
"runtimeConfigDefaultProps": {},
|
|
2535
|
+
"runtimeConfigGetStyles": {},
|
|
2536
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2537
|
+
"motionVarPrefixes": []
|
|
2538
|
+
},
|
|
2539
|
+
"ChipLink": {
|
|
2540
|
+
"name": "ChipLink",
|
|
2541
|
+
"defaultProps": {
|
|
2542
|
+
"variant": "primary"
|
|
2543
|
+
},
|
|
2544
|
+
"getStylesLiterals": {},
|
|
2545
|
+
"cxLiterals": [
|
|
2546
|
+
"uds-ring"
|
|
2547
|
+
],
|
|
2548
|
+
"internalComponents": [
|
|
2549
|
+
"ChipBase"
|
|
2550
|
+
],
|
|
2551
|
+
"internalComponentProps": {
|
|
2552
|
+
"ChipBase": {
|
|
2553
|
+
"as": [
|
|
2554
|
+
"a"
|
|
2555
|
+
]
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"propToVariantKeys": {
|
|
2559
|
+
"variant": [
|
|
2560
|
+
"chipLinkVariantRoot",
|
|
2561
|
+
"chipLinkVariantIcon"
|
|
2562
|
+
]
|
|
2563
|
+
},
|
|
2564
|
+
"runtimeConfigDefaultProps": {},
|
|
2565
|
+
"runtimeConfigGetStyles": {},
|
|
2566
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2567
|
+
"motionVarPrefixes": []
|
|
2568
|
+
},
|
|
2569
|
+
"ChipToggle": {
|
|
2570
|
+
"name": "ChipToggle",
|
|
2571
|
+
"defaultProps": {
|
|
2572
|
+
"variant": "primary",
|
|
2573
|
+
"role": "checkbox"
|
|
2574
|
+
},
|
|
2575
|
+
"getStylesLiterals": {
|
|
2576
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2577
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2578
|
+
},
|
|
2579
|
+
"cxLiterals": [
|
|
2580
|
+
"uds-ring"
|
|
2581
|
+
],
|
|
2582
|
+
"internalComponents": [
|
|
2583
|
+
"ChipBase"
|
|
2584
|
+
],
|
|
2585
|
+
"internalComponentProps": {
|
|
2586
|
+
"ChipBase": {
|
|
2587
|
+
"as": [
|
|
2588
|
+
"button"
|
|
2589
|
+
]
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"propToVariantKeys": {
|
|
2593
|
+
"variant": [
|
|
2594
|
+
"chipToggleVariantRoot",
|
|
2595
|
+
"chipToggleVariantIcon"
|
|
2672
2596
|
]
|
|
2673
2597
|
},
|
|
2598
|
+
"runtimeConfigDefaultProps": {},
|
|
2599
|
+
"runtimeConfigGetStyles": {},
|
|
2674
2600
|
"runtimeConfigInternalComponentProps": {},
|
|
2675
2601
|
"motionVarPrefixes": []
|
|
2676
2602
|
},
|
|
2677
|
-
"
|
|
2678
|
-
"name": "
|
|
2679
|
-
"defaultProps": {
|
|
2680
|
-
|
|
2681
|
-
"flexDirection": "row-reverse",
|
|
2682
|
-
"justifyContent": "space-between",
|
|
2683
|
-
"alignItems": "center"
|
|
2603
|
+
"BottomSheet": {
|
|
2604
|
+
"name": "BottomSheet",
|
|
2605
|
+
"defaultProps": {
|
|
2606
|
+
"variant": "default"
|
|
2684
2607
|
},
|
|
2608
|
+
"getStylesLiterals": {},
|
|
2685
2609
|
"cxLiterals": [
|
|
2686
|
-
"
|
|
2610
|
+
"fixed",
|
|
2611
|
+
"overflow-hidden",
|
|
2612
|
+
"inset-x-0",
|
|
2613
|
+
"bottom-0",
|
|
2614
|
+
"z-50",
|
|
2615
|
+
"[will-change:transform]",
|
|
2616
|
+
"touch-none",
|
|
2617
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
2618
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
2619
|
+
"transition-transform",
|
|
2620
|
+
"duration-500",
|
|
2621
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2622
|
+
"motion-reduce:transition-none",
|
|
2623
|
+
"top-[-4px]",
|
|
2624
|
+
"z-[1]",
|
|
2625
|
+
"touch-pan-y"
|
|
2687
2626
|
],
|
|
2688
2627
|
"internalComponents": [
|
|
2689
|
-
"
|
|
2628
|
+
"Scrim",
|
|
2629
|
+
"BottomSheetHandle",
|
|
2630
|
+
"Dialog",
|
|
2631
|
+
"Box",
|
|
2632
|
+
"BottomSheetInternalContext.Provider"
|
|
2690
2633
|
],
|
|
2691
|
-
"internalComponentProps": {
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2634
|
+
"internalComponentProps": {
|
|
2635
|
+
"BottomSheetHandle": {
|
|
2636
|
+
"ariaLabel": [
|
|
2637
|
+
"Resize sheet"
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2640
|
+
"Dialog": {
|
|
2641
|
+
"data-testid": [
|
|
2642
|
+
"bottom-sheet"
|
|
2643
|
+
]
|
|
2644
|
+
},
|
|
2645
|
+
"Box": {
|
|
2646
|
+
"display": [
|
|
2647
|
+
"block",
|
|
2648
|
+
"flex"
|
|
2649
|
+
],
|
|
2650
|
+
"position": [
|
|
2651
|
+
"absolute"
|
|
2652
|
+
],
|
|
2653
|
+
"flexDirection": [
|
|
2654
|
+
"column"
|
|
2655
|
+
],
|
|
2656
|
+
"className": [
|
|
2657
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2658
|
+
]
|
|
2659
|
+
}
|
|
2701
2660
|
},
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2705
|
-
],
|
|
2706
|
-
"modalSizeActions": [
|
|
2707
|
-
"modal.defaultSize"
|
|
2661
|
+
"propToVariantKeys": {
|
|
2662
|
+
"variant": [
|
|
2663
|
+
"bottomsheetVariantRoot"
|
|
2708
2664
|
]
|
|
2709
2665
|
},
|
|
2666
|
+
"runtimeConfigDefaultProps": {},
|
|
2667
|
+
"runtimeConfigGetStyles": {},
|
|
2710
2668
|
"runtimeConfigInternalComponentProps": {},
|
|
2711
2669
|
"motionVarPrefixes": []
|
|
2712
2670
|
},
|
|
2713
|
-
"
|
|
2714
|
-
"name": "
|
|
2671
|
+
"BottomSheetContent": {
|
|
2672
|
+
"name": "BottomSheetContent",
|
|
2715
2673
|
"defaultProps": {},
|
|
2716
|
-
"getStylesLiterals": {
|
|
2717
|
-
|
|
2718
|
-
"
|
|
2719
|
-
"
|
|
2720
|
-
|
|
2721
|
-
"cxLiterals": [],
|
|
2674
|
+
"getStylesLiterals": {},
|
|
2675
|
+
"cxLiterals": [
|
|
2676
|
+
"min-h-0",
|
|
2677
|
+
"touch-pan-y"
|
|
2678
|
+
],
|
|
2722
2679
|
"internalComponents": [
|
|
2723
|
-
"Box"
|
|
2680
|
+
"Box",
|
|
2681
|
+
"VStack"
|
|
2724
2682
|
],
|
|
2725
|
-
"internalComponentProps": {
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2683
|
+
"internalComponentProps": {
|
|
2684
|
+
"Box": {
|
|
2685
|
+
"display": [
|
|
2686
|
+
"block"
|
|
2687
|
+
],
|
|
2688
|
+
"flex": [
|
|
2689
|
+
"1"
|
|
2690
|
+
]
|
|
2691
|
+
},
|
|
2692
|
+
"VStack": {
|
|
2693
|
+
"className": [
|
|
2694
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2695
|
+
]
|
|
2696
|
+
}
|
|
2739
2697
|
},
|
|
2698
|
+
"propToVariantKeys": {},
|
|
2699
|
+
"runtimeConfigDefaultProps": {},
|
|
2700
|
+
"runtimeConfigGetStyles": {},
|
|
2740
2701
|
"runtimeConfigInternalComponentProps": {},
|
|
2741
2702
|
"motionVarPrefixes": []
|
|
2742
2703
|
},
|
|
2743
|
-
"
|
|
2744
|
-
"name": "
|
|
2704
|
+
"BottomSheetDismiss": {
|
|
2705
|
+
"name": "BottomSheetDismiss",
|
|
2745
2706
|
"defaultProps": {},
|
|
2746
2707
|
"getStylesLiterals": {},
|
|
2747
2708
|
"cxLiterals": [],
|
|
2748
|
-
"internalComponents": [
|
|
2709
|
+
"internalComponents": [
|
|
2710
|
+
"AriakitDialogDismiss"
|
|
2711
|
+
],
|
|
2749
2712
|
"internalComponentProps": {},
|
|
2750
2713
|
"propToVariantKeys": {},
|
|
2751
2714
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2753,92 +2716,114 @@
|
|
|
2753
2716
|
"runtimeConfigInternalComponentProps": {},
|
|
2754
2717
|
"motionVarPrefixes": []
|
|
2755
2718
|
},
|
|
2756
|
-
"
|
|
2757
|
-
"name": "
|
|
2758
|
-
"defaultProps": {
|
|
2719
|
+
"BottomSheetHandle": {
|
|
2720
|
+
"name": "BottomSheetHandle",
|
|
2721
|
+
"defaultProps": {
|
|
2722
|
+
"variant": "default"
|
|
2723
|
+
},
|
|
2759
2724
|
"getStylesLiterals": {},
|
|
2760
|
-
"cxLiterals": [
|
|
2725
|
+
"cxLiterals": [
|
|
2726
|
+
"relative",
|
|
2727
|
+
"h-5",
|
|
2728
|
+
"w-16",
|
|
2729
|
+
"outline-none",
|
|
2730
|
+
"focus-visible:outline-none",
|
|
2731
|
+
"[touch-action:pan-y]",
|
|
2732
|
+
"absolute",
|
|
2733
|
+
"left-1/2",
|
|
2734
|
+
"top-1/2",
|
|
2735
|
+
"-translate-x-1/2",
|
|
2736
|
+
"-translate-y-1/2",
|
|
2737
|
+
"h-1",
|
|
2738
|
+
"w-8",
|
|
2739
|
+
"rounded-full"
|
|
2740
|
+
],
|
|
2761
2741
|
"internalComponents": [
|
|
2762
|
-
"
|
|
2763
|
-
"DialogDescription"
|
|
2742
|
+
"Box"
|
|
2764
2743
|
],
|
|
2765
2744
|
"internalComponentProps": {
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2745
|
+
"Box": {
|
|
2746
|
+
"display": [
|
|
2747
|
+
"block",
|
|
2748
|
+
"flex"
|
|
2749
|
+
],
|
|
2750
|
+
"justifyContent": [
|
|
2751
|
+
"center"
|
|
2769
2752
|
]
|
|
2770
2753
|
}
|
|
2771
2754
|
},
|
|
2772
2755
|
"propToVariantKeys": {
|
|
2773
|
-
"size": [
|
|
2774
|
-
"modalSizeDescription"
|
|
2775
|
-
],
|
|
2776
2756
|
"variant": [
|
|
2777
|
-
"
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
"runtimeConfigDefaultProps": {
|
|
2781
|
-
"size": "modal.defaultSize",
|
|
2782
|
-
"variant": "modal.defaultVariant"
|
|
2783
|
-
},
|
|
2784
|
-
"runtimeConfigGetStyles": {
|
|
2785
|
-
"modalSizeDescription": [
|
|
2786
|
-
"modal.defaultSize"
|
|
2787
|
-
],
|
|
2788
|
-
"modalVariantDescription": [
|
|
2789
|
-
"modal.defaultVariant"
|
|
2757
|
+
"bottomsheetVariantHandleIndicator"
|
|
2790
2758
|
]
|
|
2791
2759
|
},
|
|
2760
|
+
"runtimeConfigDefaultProps": {},
|
|
2761
|
+
"runtimeConfigGetStyles": {},
|
|
2792
2762
|
"runtimeConfigInternalComponentProps": {},
|
|
2793
2763
|
"motionVarPrefixes": []
|
|
2794
2764
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"name": "
|
|
2797
|
-
"defaultProps": {
|
|
2765
|
+
"BottomSheetHeader": {
|
|
2766
|
+
"name": "BottomSheetHeader",
|
|
2767
|
+
"defaultProps": {
|
|
2768
|
+
"variant": "default"
|
|
2769
|
+
},
|
|
2798
2770
|
"getStylesLiterals": {},
|
|
2799
|
-
"cxLiterals": [
|
|
2771
|
+
"cxLiterals": [
|
|
2772
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2773
|
+
"items-center",
|
|
2774
|
+
"w-full",
|
|
2775
|
+
"min-h-10",
|
|
2776
|
+
"mt-2"
|
|
2777
|
+
],
|
|
2800
2778
|
"internalComponents": [
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2779
|
+
"Box",
|
|
2780
|
+
"Text"
|
|
2803
2781
|
],
|
|
2804
2782
|
"internalComponentProps": {
|
|
2783
|
+
"Box": {
|
|
2784
|
+
"className": [
|
|
2785
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2786
|
+
],
|
|
2787
|
+
"display": [
|
|
2788
|
+
"grid",
|
|
2789
|
+
"flex"
|
|
2790
|
+
],
|
|
2791
|
+
"justifyContent": [
|
|
2792
|
+
"flex-start",
|
|
2793
|
+
"flex-end"
|
|
2794
|
+
]
|
|
2795
|
+
},
|
|
2805
2796
|
"Text": {
|
|
2806
|
-
"
|
|
2807
|
-
"
|
|
2797
|
+
"variant": [
|
|
2798
|
+
"inherit"
|
|
2799
|
+
],
|
|
2800
|
+
"color": [
|
|
2801
|
+
"inherit"
|
|
2802
|
+
],
|
|
2803
|
+
"textAlign": [
|
|
2804
|
+
"center"
|
|
2805
|
+
],
|
|
2806
|
+
"className": [
|
|
2807
|
+
"w-full"
|
|
2808
2808
|
]
|
|
2809
2809
|
}
|
|
2810
2810
|
},
|
|
2811
2811
|
"propToVariantKeys": {
|
|
2812
|
-
"size": [
|
|
2813
|
-
"modalSizeTitle"
|
|
2814
|
-
],
|
|
2815
2812
|
"variant": [
|
|
2816
|
-
"
|
|
2817
|
-
]
|
|
2818
|
-
},
|
|
2819
|
-
"runtimeConfigDefaultProps": {
|
|
2820
|
-
"size": "modal.defaultSize",
|
|
2821
|
-
"variant": "modal.defaultVariant"
|
|
2822
|
-
},
|
|
2823
|
-
"runtimeConfigGetStyles": {
|
|
2824
|
-
"modalSizeTitle": [
|
|
2825
|
-
"modal.defaultSize"
|
|
2826
|
-
],
|
|
2827
|
-
"modalVariantTitle": [
|
|
2828
|
-
"modal.defaultVariant"
|
|
2813
|
+
"bottomsheetVariantHeader"
|
|
2829
2814
|
]
|
|
2830
2815
|
},
|
|
2816
|
+
"runtimeConfigDefaultProps": {},
|
|
2817
|
+
"runtimeConfigGetStyles": {},
|
|
2831
2818
|
"runtimeConfigInternalComponentProps": {},
|
|
2832
2819
|
"motionVarPrefixes": []
|
|
2833
2820
|
},
|
|
2834
|
-
"
|
|
2835
|
-
"name": "
|
|
2821
|
+
"BottomSheetInternalContext": {
|
|
2822
|
+
"name": "BottomSheetInternalContext",
|
|
2836
2823
|
"defaultProps": {},
|
|
2837
2824
|
"getStylesLiterals": {},
|
|
2838
2825
|
"cxLiterals": [],
|
|
2839
|
-
"internalComponents": [
|
|
2840
|
-
"ModalContext.Provider"
|
|
2841
|
-
],
|
|
2826
|
+
"internalComponents": [],
|
|
2842
2827
|
"internalComponentProps": {},
|
|
2843
2828
|
"propToVariantKeys": {},
|
|
2844
2829
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2846,120 +2831,44 @@
|
|
|
2846
2831
|
"runtimeConfigInternalComponentProps": {},
|
|
2847
2832
|
"motionVarPrefixes": []
|
|
2848
2833
|
},
|
|
2849
|
-
"
|
|
2850
|
-
"name": "
|
|
2834
|
+
"BottomSheetProvider": {
|
|
2835
|
+
"name": "BottomSheetProvider",
|
|
2851
2836
|
"defaultProps": {},
|
|
2852
2837
|
"getStylesLiterals": {},
|
|
2853
2838
|
"cxLiterals": [],
|
|
2854
2839
|
"internalComponents": [
|
|
2855
|
-
"
|
|
2856
|
-
"PopoverProvider"
|
|
2840
|
+
"AriakitDialogProvider"
|
|
2857
2841
|
],
|
|
2858
2842
|
"internalComponentProps": {},
|
|
2859
2843
|
"propToVariantKeys": {},
|
|
2860
|
-
"runtimeConfigDefaultProps": {
|
|
2861
|
-
"size": "popover.defaultSize",
|
|
2862
|
-
"variant": "popover.defaultVariant"
|
|
2863
|
-
},
|
|
2844
|
+
"runtimeConfigDefaultProps": {},
|
|
2864
2845
|
"runtimeConfigGetStyles": {},
|
|
2865
2846
|
"runtimeConfigInternalComponentProps": {},
|
|
2866
2847
|
"motionVarPrefixes": []
|
|
2867
2848
|
},
|
|
2868
|
-
"
|
|
2869
|
-
"name": "
|
|
2849
|
+
"BottomSheetTrigger": {
|
|
2850
|
+
"name": "BottomSheetTrigger",
|
|
2870
2851
|
"defaultProps": {},
|
|
2871
|
-
"getStylesLiterals": {
|
|
2872
|
-
|
|
2873
|
-
"popoverVariantRoot": "default",
|
|
2874
|
-
"display": "flex",
|
|
2875
|
-
"position": "relative",
|
|
2876
|
-
"display:1": "block",
|
|
2877
|
-
"spacingTop": "0",
|
|
2878
|
-
"spacingStart": "0",
|
|
2879
|
-
"spacingBottom": "0",
|
|
2880
|
-
"spacingEnd": "0",
|
|
2881
|
-
"popoverSizeSvgBase": "default",
|
|
2882
|
-
"popoverVariantSvgBase": "default",
|
|
2883
|
-
"popoverSizeSvgBorder": "default",
|
|
2884
|
-
"popoverVariantSvgBorder": "default",
|
|
2885
|
-
"popoverVariantBlur": "default",
|
|
2886
|
-
"position:1": "absolute",
|
|
2887
|
-
"width": "full",
|
|
2888
|
-
"height": "full",
|
|
2889
|
-
"flexShrink": "0",
|
|
2890
|
-
"borderRadius": "full",
|
|
2891
|
-
"alignItems": "center",
|
|
2892
|
-
"justifyContent": "center",
|
|
2893
|
-
"popoverVariantCloseIcon": "default",
|
|
2894
|
-
"popoverSizeCloseIcon": "default"
|
|
2895
|
-
},
|
|
2896
|
-
"cxLiterals": [
|
|
2897
|
-
"z-[9999]",
|
|
2898
|
-
"outline-none",
|
|
2899
|
-
"focus-visible:outline-none",
|
|
2900
|
-
"uds-bgBlurFillFallback",
|
|
2901
|
-
"uds-bgBlurFallback",
|
|
2902
|
-
"top-0",
|
|
2903
|
-
"left-0",
|
|
2904
|
-
"z-[1]",
|
|
2905
|
-
"duration-0",
|
|
2906
|
-
"duration-120",
|
|
2907
|
-
"transition-[background-color]",
|
|
2908
|
-
"bg-carbon-15/0",
|
|
2909
|
-
"hover:bg-carbon-15/10",
|
|
2910
|
-
"active:bg-carbon-15/15",
|
|
2911
|
-
"uds-ring",
|
|
2912
|
-
"absolute",
|
|
2913
|
-
"z-[4]"
|
|
2914
|
-
],
|
|
2852
|
+
"getStylesLiterals": {},
|
|
2853
|
+
"cxLiterals": [],
|
|
2915
2854
|
"internalComponents": [
|
|
2916
|
-
"
|
|
2917
|
-
"IconSlot",
|
|
2918
|
-
"PopoverArrow",
|
|
2919
|
-
"Popover",
|
|
2920
|
-
"SvgFloatingOverlay",
|
|
2921
|
-
"Box",
|
|
2922
|
-
"Pressable"
|
|
2855
|
+
"AriakitDialogDisclosure"
|
|
2923
2856
|
],
|
|
2924
2857
|
"internalComponentProps": {},
|
|
2925
|
-
"propToVariantKeys": {
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
},
|
|
2930
|
-
"runtimeConfigDefaultProps": {
|
|
2931
|
-
"size": "popover.defaultSize",
|
|
2932
|
-
"variant": "popover.defaultVariant"
|
|
2933
|
-
},
|
|
2934
|
-
"runtimeConfigGetStyles": {
|
|
2935
|
-
"spacingTop": [
|
|
2936
|
-
"popover.spacingVertical.${size}"
|
|
2937
|
-
],
|
|
2938
|
-
"spacingStart": [
|
|
2939
|
-
"popover.spacingHorizontal.${size}"
|
|
2940
|
-
],
|
|
2941
|
-
"spacingBottom": [
|
|
2942
|
-
"popover.spacingVertical.${size}"
|
|
2943
|
-
],
|
|
2944
|
-
"spacingEnd": [
|
|
2945
|
-
"popover.spacingHorizontal.${size}"
|
|
2946
|
-
]
|
|
2947
|
-
},
|
|
2948
|
-
"runtimeConfigInternalComponentProps": {
|
|
2949
|
-
"SvgFloatingOverlay": {
|
|
2950
|
-
"borderRadius": [
|
|
2951
|
-
"popover.borderRadius.${size}"
|
|
2952
|
-
]
|
|
2953
|
-
}
|
|
2954
|
-
},
|
|
2858
|
+
"propToVariantKeys": {},
|
|
2859
|
+
"runtimeConfigDefaultProps": {},
|
|
2860
|
+
"runtimeConfigGetStyles": {},
|
|
2861
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2955
2862
|
"motionVarPrefixes": []
|
|
2956
2863
|
},
|
|
2957
|
-
"
|
|
2958
|
-
"name": "
|
|
2864
|
+
"UDSBottomSheetConfigProvider": {
|
|
2865
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2959
2866
|
"defaultProps": {},
|
|
2960
2867
|
"getStylesLiterals": {},
|
|
2961
2868
|
"cxLiterals": [],
|
|
2962
|
-
"internalComponents": [
|
|
2869
|
+
"internalComponents": [
|
|
2870
|
+
"BottomSheetContext.Provider"
|
|
2871
|
+
],
|
|
2963
2872
|
"internalComponentProps": {},
|
|
2964
2873
|
"propToVariantKeys": {},
|
|
2965
2874
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2967,24 +2876,46 @@
|
|
|
2967
2876
|
"runtimeConfigInternalComponentProps": {},
|
|
2968
2877
|
"motionVarPrefixes": []
|
|
2969
2878
|
},
|
|
2970
|
-
"
|
|
2971
|
-
"name": "
|
|
2879
|
+
"Avatar": {
|
|
2880
|
+
"name": "Avatar",
|
|
2972
2881
|
"defaultProps": {},
|
|
2973
2882
|
"getStylesLiterals": {},
|
|
2974
2883
|
"cxLiterals": [],
|
|
2975
2884
|
"internalComponents": [
|
|
2976
|
-
"
|
|
2885
|
+
"AvatarImage"
|
|
2977
2886
|
],
|
|
2978
|
-
"internalComponentProps": {
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2887
|
+
"internalComponentProps": {},
|
|
2888
|
+
"propToVariantKeys": {},
|
|
2889
|
+
"runtimeConfigDefaultProps": {},
|
|
2890
|
+
"runtimeConfigGetStyles": {},
|
|
2891
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2892
|
+
"motionVarPrefixes": []
|
|
2893
|
+
},
|
|
2894
|
+
"AvatarIcon": {
|
|
2895
|
+
"name": "AvatarIcon",
|
|
2896
|
+
"defaultProps": {
|
|
2897
|
+
"size": "md",
|
|
2898
|
+
"variant": "primary"
|
|
2984
2899
|
},
|
|
2900
|
+
"getStylesLiterals": {},
|
|
2901
|
+
"cxLiterals": [
|
|
2902
|
+
"overflow-hidden",
|
|
2903
|
+
"w-full",
|
|
2904
|
+
"h-full",
|
|
2905
|
+
"shrink-0",
|
|
2906
|
+
"text-center",
|
|
2907
|
+
"inline-flex",
|
|
2908
|
+
"justify-center",
|
|
2909
|
+
"items-center"
|
|
2910
|
+
],
|
|
2911
|
+
"internalComponents": [
|
|
2912
|
+
"IconSlot",
|
|
2913
|
+
"Box"
|
|
2914
|
+
],
|
|
2915
|
+
"internalComponentProps": {},
|
|
2985
2916
|
"propToVariantKeys": {
|
|
2986
|
-
"
|
|
2987
|
-
"
|
|
2917
|
+
"size": [
|
|
2918
|
+
"avatarSizeIcon"
|
|
2988
2919
|
]
|
|
2989
2920
|
},
|
|
2990
2921
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2992,15 +2923,76 @@
|
|
|
2992
2923
|
"runtimeConfigInternalComponentProps": {},
|
|
2993
2924
|
"motionVarPrefixes": []
|
|
2994
2925
|
},
|
|
2995
|
-
"
|
|
2996
|
-
"name": "
|
|
2997
|
-
"defaultProps": {
|
|
2926
|
+
"AvatarImage": {
|
|
2927
|
+
"name": "AvatarImage",
|
|
2928
|
+
"defaultProps": {
|
|
2929
|
+
"size": "md",
|
|
2930
|
+
"variant": "primary"
|
|
2931
|
+
},
|
|
2998
2932
|
"getStylesLiterals": {},
|
|
2999
|
-
"cxLiterals": [
|
|
2933
|
+
"cxLiterals": [
|
|
2934
|
+
"overflow-hidden",
|
|
2935
|
+
"w-full",
|
|
2936
|
+
"h-full",
|
|
2937
|
+
"shrink-0",
|
|
2938
|
+
"text-center",
|
|
2939
|
+
"inline-flex",
|
|
2940
|
+
"justify-center",
|
|
2941
|
+
"items-center",
|
|
2942
|
+
"object-cover"
|
|
2943
|
+
],
|
|
3000
2944
|
"internalComponents": [
|
|
3001
|
-
"
|
|
2945
|
+
"UDSImage",
|
|
2946
|
+
"AvatarText",
|
|
2947
|
+
"AvatarIcon",
|
|
2948
|
+
"Box"
|
|
3002
2949
|
],
|
|
3003
2950
|
"internalComponentProps": {},
|
|
2951
|
+
"propToVariantKeys": {
|
|
2952
|
+
"alt": [
|
|
2953
|
+
"name"
|
|
2954
|
+
],
|
|
2955
|
+
"fallback": [
|
|
2956
|
+
"initials"
|
|
2957
|
+
]
|
|
2958
|
+
},
|
|
2959
|
+
"runtimeConfigDefaultProps": {},
|
|
2960
|
+
"runtimeConfigGetStyles": {},
|
|
2961
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2962
|
+
"motionVarPrefixes": []
|
|
2963
|
+
},
|
|
2964
|
+
"AvatarText": {
|
|
2965
|
+
"name": "AvatarText",
|
|
2966
|
+
"defaultProps": {
|
|
2967
|
+
"size": "md",
|
|
2968
|
+
"variant": "primary"
|
|
2969
|
+
},
|
|
2970
|
+
"getStylesLiterals": {},
|
|
2971
|
+
"cxLiterals": [
|
|
2972
|
+
"overflow-hidden",
|
|
2973
|
+
"truncate",
|
|
2974
|
+
"w-full",
|
|
2975
|
+
"h-full",
|
|
2976
|
+
"shrink-0",
|
|
2977
|
+
"text-center",
|
|
2978
|
+
"inline-flex",
|
|
2979
|
+
"justify-center",
|
|
2980
|
+
"items-center"
|
|
2981
|
+
],
|
|
2982
|
+
"internalComponents": [
|
|
2983
|
+
"Box",
|
|
2984
|
+
"Text"
|
|
2985
|
+
],
|
|
2986
|
+
"internalComponentProps": {
|
|
2987
|
+
"Text": {
|
|
2988
|
+
"color": [
|
|
2989
|
+
"inherit"
|
|
2990
|
+
],
|
|
2991
|
+
"variant": [
|
|
2992
|
+
"inherit"
|
|
2993
|
+
]
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
3004
2996
|
"propToVariantKeys": {},
|
|
3005
2997
|
"runtimeConfigDefaultProps": {},
|
|
3006
2998
|
"runtimeConfigGetStyles": {},
|