@yahoo/uds 3.133.0-beta.2 → 3.133.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/_virtual/_rolldown/runtime.cjs +12 -22
- package/dist/_virtual/_rolldown/runtime.js +6 -11
- package/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
- package/dist/automated-config/dist/generated/autoVariants.js +1 -2
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
- package/dist/automated-config/dist/generated/generatedConfigs.js +1 -2
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -3
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -2
- package/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
- package/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -3
- package/dist/automated-config/dist/properties.cjs +7 -10
- 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/properties.js +2 -5
- package/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/automated-config/dist/utils/assertUnreachable.js +1 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +4 -6
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +1 -3
- package/dist/automated-config/dist/utils/cartesianProduct.cjs +1 -3
- package/dist/automated-config/dist/utils/cartesianProduct.js +1 -2
- package/dist/automated-config/dist/utils/coalesceConfigVariant.cjs +3 -5
- package/dist/automated-config/dist/utils/coalesceConfigVariant.js +1 -3
- package/dist/automated-config/dist/utils/defaults.cjs +1 -3
- package/dist/automated-config/dist/utils/defaults.js +1 -2
- package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
- package/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -2
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs +1 -3
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.js +1 -2
- package/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
- package/dist/automated-config/dist/utils/generateSchemaKey.js +1 -2
- package/dist/automated-config/dist/utils/getConfigComponentVariant.cjs +2 -4
- package/dist/automated-config/dist/utils/getConfigComponentVariant.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs +5 -7
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +3 -5
- package/dist/automated-config/dist/utils/getConfigVariantProperties.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +3 -5
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariants.cjs +4 -6
- package/dist/automated-config/dist/utils/getConfigVariants.js +1 -3
- package/dist/automated-config/dist/utils/index.cjs +17 -19
- package/dist/automated-config/dist/utils/index.js +11 -13
- package/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
- package/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -5
- package/dist/automated-config/dist/utils/mapValues.cjs +1 -3
- package/dist/automated-config/dist/utils/mapValues.js +1 -2
- package/dist/automated-config/dist/utils/subcomponents.cjs +1 -3
- package/dist/automated-config/dist/utils/subcomponents.js +1 -2
- package/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
- package/dist/automated-config/dist/utils/variantConfigGuards.js +1 -2
- package/dist/cli/commands/sync.cjs +16 -18
- package/dist/cli/commands/sync.js +1 -3
- package/dist/cli/commands/utils/sortKeys.cjs +2 -4
- package/dist/cli/commands/utils/sortKeys.js +1 -2
- package/dist/cli/commands/version.cjs +5 -7
- package/dist/cli/commands/version.js +1 -3
- package/dist/cli/dist/cli.cjs +8 -10
- package/dist/cli/dist/cli.js +1 -3
- package/dist/cli/dist/commands/codemod/codemod.cjs +6 -8
- package/dist/cli/dist/commands/codemod/codemod.js +1 -3
- package/dist/cli/dist/commands/editor-rules.cjs +6 -8
- package/dist/cli/dist/commands/editor-rules.js +1 -3
- package/dist/cli/dist/lib/args.cjs +1 -3
- package/dist/cli/dist/lib/args.js +1 -2
- package/dist/cli/dist/lib/box.cjs +3 -5
- package/dist/cli/dist/lib/box.js +1 -3
- package/dist/cli/dist/lib/colors.cjs +1 -3
- package/dist/cli/dist/lib/colors.js +1 -2
- package/dist/cli/dist/lib/print.cjs +1 -3
- package/dist/cli/dist/lib/print.js +1 -2
- package/dist/cli/dist/utils/analytics.cjs +2 -4
- package/dist/cli/dist/utils/analytics.js +1 -3
- package/dist/cli/dist/utils/getCommandHelp.cjs +3 -5
- package/dist/cli/dist/utils/getCommandHelp.js +1 -3
- package/dist/cli/dist/utils/getDirChoices.cjs +3 -5
- package/dist/cli/dist/utils/getDirChoices.js +1 -3
- package/dist/cli/dist/utils/rules/config.cjs +2 -4
- package/dist/cli/dist/utils/rules/config.js +1 -3
- package/dist/cli/runner.cjs +13 -15
- package/dist/cli/runner.js +1 -3
- package/dist/components/Banner/Banner.cjs +9 -11
- package/dist/components/Banner/Banner.d.cts +3 -4
- package/dist/components/Banner/Banner.d.ts +3 -4
- package/dist/components/Banner/Banner.js +3 -5
- package/dist/components/Banner/BannerContent.cjs +4 -6
- package/dist/components/Banner/BannerContent.d.cts +2 -2
- package/dist/components/Banner/BannerContent.d.ts +2 -2
- package/dist/components/Banner/BannerContent.js +1 -3
- package/dist/components/Banner/BannerDescription.cjs +5 -7
- package/dist/components/Banner/BannerDescription.d.cts +2 -2
- package/dist/components/Banner/BannerDescription.d.ts +2 -2
- package/dist/components/Banner/BannerDescription.js +1 -3
- package/dist/components/Banner/BannerTitle.cjs +5 -7
- package/dist/components/Banner/BannerTitle.d.cts +2 -2
- package/dist/components/Banner/BannerTitle.d.ts +2 -2
- package/dist/components/Banner/BannerTitle.js +1 -3
- package/dist/components/Banner/index.cjs +6 -7
- package/dist/components/Banner/index.js +1 -2
- package/dist/components/Banner/utils.cjs +3 -5
- package/dist/components/Banner/utils.d.cts +1 -1
- package/dist/components/Banner/utils.d.ts +1 -1
- package/dist/components/Banner/utils.js +1 -3
- package/dist/components/Box.cjs +5 -7
- package/dist/components/Box.d.cts +3 -4
- package/dist/components/Box.d.ts +3 -4
- package/dist/components/Box.js +1 -3
- package/dist/components/Divider/Divider.cjs +4 -6
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/Divider.js +1 -3
- package/dist/components/Divider/DividerCore.cjs +8 -10
- package/dist/components/Divider/DividerCore.d.cts +4 -5
- package/dist/components/Divider/DividerCore.d.ts +4 -5
- package/dist/components/Divider/DividerCore.js +2 -4
- package/dist/components/Divider/DividerInternal.cjs +5 -7
- package/dist/components/Divider/DividerInternal.d.cts +3 -4
- package/dist/components/Divider/DividerInternal.d.ts +3 -4
- package/dist/components/Divider/DividerInternal.js +1 -3
- package/dist/components/Divider/index.cjs +3 -4
- package/dist/components/Divider/index.js +1 -2
- package/dist/components/FormLabel.cjs +5 -7
- package/dist/components/FormLabel.d.cts +3 -4
- package/dist/components/FormLabel.d.ts +3 -4
- package/dist/components/FormLabel.js +1 -3
- package/dist/components/HStack.cjs +5 -7
- package/dist/components/HStack.d.cts +3 -4
- package/dist/components/HStack.d.ts +3 -4
- package/dist/components/HStack.js +1 -3
- package/dist/components/Icon.cjs +11 -22
- package/dist/components/Icon.d.cts +3 -3
- package/dist/components/Icon.d.ts +3 -3
- package/dist/components/Icon.js +8 -19
- package/dist/components/IconSlot.cjs +11 -32
- package/dist/components/IconSlot.d.cts +2 -4
- package/dist/components/IconSlot.d.ts +2 -4
- package/dist/components/IconSlot.js +7 -29
- package/dist/components/Image.cjs +4 -6
- package/dist/components/Image.d.cts +3 -4
- package/dist/components/Image.d.ts +3 -4
- package/dist/components/Image.js +1 -3
- package/dist/components/Link.cjs +5 -7
- package/dist/components/Link.d.cts +3 -4
- package/dist/components/Link.d.ts +3 -4
- package/dist/components/Link.js +1 -3
- package/dist/components/Scrim.cjs +5 -7
- package/dist/components/Scrim.d.cts +2 -2
- package/dist/components/Scrim.d.ts +2 -2
- package/dist/components/Scrim.js +1 -3
- package/dist/components/SvgFloatingOverlay.cjs +5 -7
- package/dist/components/SvgFloatingOverlay.d.cts +2 -2
- package/dist/components/SvgFloatingOverlay.d.ts +2 -2
- package/dist/components/SvgFloatingOverlay.js +1 -3
- package/dist/components/Text.cjs +5 -7
- package/dist/components/Text.d.cts +3 -4
- package/dist/components/Text.d.ts +3 -4
- package/dist/components/Text.js +1 -3
- package/dist/components/VStack.cjs +5 -7
- package/dist/components/VStack.d.cts +3 -4
- package/dist/components/VStack.d.ts +3 -4
- package/dist/components/VStack.js +1 -3
- package/dist/components/client/AnimateHeightChange.cjs +4 -6
- package/dist/components/client/AnimateHeightChange.d.cts +2 -2
- package/dist/components/client/AnimateHeightChange.d.ts +2 -2
- package/dist/components/client/AnimateHeightChange.js +1 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.cjs +8 -25
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.cts +5 -5
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.ts +6 -5
- package/dist/components/{Avatar → client/Avatar}/Avatar.js +6 -23
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.cjs +14 -15
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.cts +5 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.ts +6 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.js +10 -11
- package/dist/components/client/Avatar/AvatarImage.cjs +61 -42
- package/dist/components/client/Avatar/AvatarImage.d.cts +17 -4
- package/dist/components/client/Avatar/AvatarImage.d.ts +17 -4
- package/dist/components/client/Avatar/AvatarImage.js +58 -39
- package/dist/components/{Avatar → client/Avatar}/AvatarText.cjs +13 -15
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.cts +5 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.ts +6 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarText.js +8 -10
- package/dist/components/client/Avatar/index.cjs +9 -4
- 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 -2
- package/dist/components/{Avatar → client/Avatar}/utils.cjs +7 -8
- package/dist/components/{Avatar → client/Avatar}/utils.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/utils.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/utils.js +4 -5
- package/dist/components/client/Badge.cjs +6 -8
- package/dist/components/client/Badge.d.cts +1 -2
- package/dist/components/client/Badge.d.ts +1 -2
- package/dist/components/client/Badge.js +2 -4
- package/dist/components/client/BottomSheet/BottomSheet.cjs +15 -17
- package/dist/components/client/BottomSheet/BottomSheet.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheet.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheet.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.cjs +7 -9
- package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetDismiss.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +5 -7
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +6 -8
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +2 -4
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +5 -7
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetProvider.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetTrigger.js +1 -3
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +3 -5
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +2 -2
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +2 -2
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.js +1 -3
- package/dist/components/client/BottomSheet/index.cjs +10 -11
- package/dist/components/client/BottomSheet/index.js +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetDrag.cjs +5 -7
- package/dist/components/client/BottomSheet/useBottomSheetDrag.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.cjs +5 -7
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +4 -6
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStore.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +3 -5
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.cts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.js +1 -3
- package/dist/components/client/BottomSheet/useExpansionMargins.cjs +3 -5
- package/dist/components/client/BottomSheet/useExpansionMargins.js +1 -3
- package/dist/components/client/BottomSheet/useViewportHeight.cjs +4 -6
- package/dist/components/client/BottomSheet/useViewportHeight.js +1 -3
- package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +4 -6
- package/dist/components/client/BottomSheet/useVirtualKeyboard.js +1 -3
- package/dist/components/client/BottomSheet/utils.cjs +4 -6
- package/dist/components/client/BottomSheet/utils.d.cts +1 -1
- package/dist/components/client/BottomSheet/utils.d.ts +1 -1
- package/dist/components/client/BottomSheet/utils.js +1 -3
- package/dist/components/client/Button.cjs +15 -17
- package/dist/components/client/Button.d.cts +1 -2
- package/dist/components/client/Button.d.ts +1 -2
- package/dist/components/client/Button.js +6 -8
- package/dist/components/client/Checkbox.cjs +9 -11
- package/dist/components/client/Checkbox.d.cts +1 -2
- package/dist/components/client/Checkbox.d.ts +1 -2
- package/dist/components/client/Checkbox.js +3 -5
- package/dist/components/client/Chip/Chip.cjs +7 -9
- package/dist/components/client/Chip/Chip.d.cts +0 -1
- package/dist/components/client/Chip/Chip.d.ts +0 -1
- package/dist/components/client/Chip/Chip.js +2 -4
- package/dist/components/client/Chip/ChipBase.cjs +7 -9
- package/dist/components/client/Chip/ChipBase.d.cts +1 -2
- package/dist/components/client/Chip/ChipBase.d.ts +1 -2
- package/dist/components/client/Chip/ChipBase.js +2 -4
- package/dist/components/client/Chip/ChipButton.cjs +6 -8
- package/dist/components/client/Chip/ChipButton.d.cts +1 -2
- package/dist/components/client/Chip/ChipButton.d.ts +1 -2
- package/dist/components/client/Chip/ChipButton.js +2 -4
- package/dist/components/client/Chip/ChipDismissible.cjs +9 -11
- package/dist/components/client/Chip/ChipDismissible.d.cts +1 -2
- package/dist/components/client/Chip/ChipDismissible.d.ts +1 -2
- package/dist/components/client/Chip/ChipDismissible.js +3 -5
- package/dist/components/client/Chip/ChipLink.cjs +6 -8
- package/dist/components/client/Chip/ChipLink.d.cts +1 -2
- package/dist/components/client/Chip/ChipLink.d.ts +1 -2
- package/dist/components/client/Chip/ChipLink.js +2 -4
- package/dist/components/client/Chip/ChipToggle.cjs +7 -10
- package/dist/components/client/Chip/ChipToggle.d.cts +1 -2
- package/dist/components/client/Chip/ChipToggle.d.ts +1 -2
- package/dist/components/client/Chip/ChipToggle.js +3 -6
- package/dist/components/client/Chip/index.cjs +7 -8
- package/dist/components/client/Chip/index.js +1 -2
- package/dist/components/client/IconButton.cjs +14 -21
- package/dist/components/client/IconButton.d.cts +2 -3
- package/dist/components/client/IconButton.d.ts +2 -3
- package/dist/components/client/IconButton.js +6 -13
- package/dist/components/client/Input/Input.cjs +18 -16
- package/dist/components/client/Input/Input.d.cts +3 -4
- package/dist/components/client/Input/Input.d.ts +3 -4
- package/dist/components/client/Input/Input.js +11 -9
- package/dist/components/client/Input/InputHelpText.cjs +6 -8
- package/dist/components/client/Input/InputHelpText.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpText.js +1 -3
- package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -8
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +3 -4
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +3 -4
- package/dist/components/client/Input/InputHelpTextInternal.js +1 -3
- package/dist/components/client/Input/index.cjs +4 -5
- package/dist/components/client/Input/index.js +1 -2
- package/dist/components/client/Menu/Menu.Content.cjs +5 -7
- package/dist/components/client/Menu/Menu.Content.d.cts +3 -4
- package/dist/components/client/Menu/Menu.Content.d.ts +3 -4
- package/dist/components/client/Menu/Menu.Content.js +1 -3
- package/dist/components/client/Menu/Menu.Divider.cjs +5 -7
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Divider.js +1 -3
- package/dist/components/client/Menu/Menu.Item.cjs +5 -7
- package/dist/components/client/Menu/Menu.Item.d.cts +3 -4
- package/dist/components/client/Menu/Menu.Item.d.ts +3 -4
- package/dist/components/client/Menu/Menu.Item.js +1 -3
- package/dist/components/client/Menu/Menu.ItemBase.cjs +7 -9
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +3 -4
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +3 -4
- package/dist/components/client/Menu/Menu.ItemBase.js +2 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +6 -8
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +3 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +3 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +2 -4
- package/dist/components/client/Menu/Menu.Provider.cjs +6 -8
- package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.js +1 -3
- package/dist/components/client/Menu/Menu.Trigger.cjs +5 -7
- package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.js +1 -3
- package/dist/components/client/Menu/Menu.cjs +8 -9
- package/dist/components/client/Menu/Menu.index.cjs +29 -31
- package/dist/components/client/Menu/Menu.index.js +1 -3
- package/dist/components/client/Menu/Menu.js +1 -2
- package/dist/components/client/Menu/index.cjs +8 -9
- package/dist/components/client/Menu/index.d.cts +0 -1
- package/dist/components/client/Menu/index.d.ts +0 -1
- package/dist/components/client/Menu/index.js +1 -2
- package/dist/components/client/Menu/utils/transformAriakitPlacement.cjs +2 -4
- package/dist/components/client/Menu/utils/transformAriakitPlacement.js +1 -2
- package/dist/components/client/Popover/Popover.cjs +5 -7
- package/dist/components/client/Popover/Popover.d.cts +3 -3
- package/dist/components/client/Popover/Popover.d.ts +3 -3
- package/dist/components/client/Popover/Popover.js +1 -3
- package/dist/components/client/Popover/PopoverContent.cjs +15 -17
- package/dist/components/client/Popover/PopoverContent.d.cts +3 -4
- package/dist/components/client/Popover/PopoverContent.d.ts +3 -4
- package/dist/components/client/Popover/PopoverContent.js +4 -6
- package/dist/components/client/Popover/PopoverContext.cjs +4 -7
- package/dist/components/client/Popover/PopoverContext.d.cts +2 -2
- package/dist/components/client/Popover/PopoverContext.d.ts +2 -2
- package/dist/components/client/Popover/PopoverContext.js +1 -3
- package/dist/components/client/Popover/PopoverTrigger.cjs +4 -6
- package/dist/components/client/Popover/PopoverTrigger.d.cts +3 -3
- package/dist/components/client/Popover/PopoverTrigger.d.ts +3 -3
- package/dist/components/client/Popover/PopoverTrigger.js +1 -3
- package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +3 -5
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +4 -4
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +4 -4
- package/dist/components/client/Popover/UDSPopoverConfigProvider.js +1 -3
- package/dist/components/client/Popover/index.cjs +6 -7
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Popover/index.js +1 -2
- package/dist/components/client/Pressable.cjs +5 -7
- package/dist/components/client/Pressable.d.cts +3 -4
- package/dist/components/client/Pressable.d.ts +3 -4
- package/dist/components/client/Pressable.js +1 -3
- package/dist/components/client/Radio/Radio.cjs +8 -10
- package/dist/components/client/Radio/Radio.d.cts +1 -2
- package/dist/components/client/Radio/Radio.d.ts +1 -2
- package/dist/components/client/Radio/Radio.js +2 -4
- package/dist/components/client/Radio/RadioGroupProvider.cjs +6 -8
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -2
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -2
- package/dist/components/client/Radio/RadioGroupProvider.js +2 -4
- package/dist/components/client/Radio/RadioGroupStore.cjs +3 -5
- package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.js +1 -3
- package/dist/components/client/Radio/index.cjs +4 -5
- package/dist/components/client/Radio/index.js +1 -2
- package/dist/components/client/Radio/useRadioGroup.cjs +4 -6
- package/dist/components/client/Radio/useRadioGroup.js +1 -3
- package/dist/components/client/SpringMotionConfig.cjs +6 -8
- package/dist/components/client/SpringMotionConfig.d.cts +1 -2
- package/dist/components/client/SpringMotionConfig.d.ts +1 -2
- package/dist/components/client/SpringMotionConfig.js +1 -3
- package/dist/components/client/Switch.cjs +8 -10
- package/dist/components/client/Switch.d.cts +1 -2
- package/dist/components/client/Switch.d.ts +1 -2
- package/dist/components/client/Switch.js +3 -5
- package/dist/components/client/Tabs/Tab.cjs +7 -9
- package/dist/components/client/Tabs/Tab.d.cts +3 -3
- package/dist/components/client/Tabs/Tab.d.ts +3 -3
- package/dist/components/client/Tabs/Tab.js +1 -3
- package/dist/components/client/Tabs/TabList.cjs +5 -7
- package/dist/components/client/Tabs/TabList.d.cts +3 -3
- package/dist/components/client/Tabs/TabList.d.ts +3 -3
- package/dist/components/client/Tabs/TabList.js +1 -3
- package/dist/components/client/Tabs/TabPanel.cjs +3 -5
- package/dist/components/client/Tabs/TabPanel.d.cts +3 -3
- package/dist/components/client/Tabs/TabPanel.d.ts +3 -3
- package/dist/components/client/Tabs/TabPanel.js +1 -3
- package/dist/components/client/Tabs/Tabs.cjs +4 -6
- package/dist/components/client/Tabs/Tabs.d.cts +3 -3
- package/dist/components/client/Tabs/Tabs.d.ts +3 -3
- package/dist/components/client/Tabs/Tabs.js +1 -3
- package/dist/components/client/Tabs/index.cjs +6 -7
- package/dist/components/client/Tabs/index.js +1 -2
- package/dist/components/client/Tabs/tabsContext.cjs +3 -5
- package/dist/components/client/Tabs/tabsContext.d.cts +3 -3
- package/dist/components/client/Tabs/tabsContext.d.ts +3 -3
- package/dist/components/client/Tabs/tabsContext.js +1 -3
- package/dist/components/client/Toast/Toast.cjs +10 -12
- package/dist/components/client/Toast/Toast.d.cts +3 -4
- package/dist/components/client/Toast/Toast.d.ts +3 -4
- package/dist/components/client/Toast/Toast.js +2 -4
- package/dist/components/client/Toast/ToastContainer.cjs +7 -9
- package/dist/components/client/Toast/ToastContainer.d.cts +3 -4
- package/dist/components/client/Toast/ToastContainer.d.ts +3 -4
- package/dist/components/client/Toast/ToastContainer.js +1 -3
- package/dist/components/client/Toast/ToastPortal.cjs +6 -8
- package/dist/components/client/Toast/ToastPortal.d.cts +2 -2
- package/dist/components/client/Toast/ToastPortal.d.ts +2 -2
- package/dist/components/client/Toast/ToastPortal.js +1 -3
- package/dist/components/client/Toast/UDSToastConfigProvider.cjs +3 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +3 -4
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +3 -4
- package/dist/components/client/Toast/UDSToastConfigProvider.js +1 -3
- package/dist/components/client/Toast/createToast.cjs +7 -9
- package/dist/components/client/Toast/createToast.d.cts +1 -2
- package/dist/components/client/Toast/createToast.d.ts +1 -2
- package/dist/components/client/Toast/createToast.js +1 -3
- package/dist/components/client/Toast/index.cjs +7 -8
- package/dist/components/client/Toast/index.js +1 -2
- package/dist/components/client/Tooltip/Tooltip.cjs +5 -7
- package/dist/components/client/Tooltip/Tooltip.d.cts +3 -3
- package/dist/components/client/Tooltip/Tooltip.d.ts +3 -3
- package/dist/components/client/Tooltip/Tooltip.js +1 -3
- package/dist/components/client/Tooltip/TooltipContent.cjs +14 -16
- package/dist/components/client/Tooltip/TooltipContent.d.cts +4 -4
- package/dist/components/client/Tooltip/TooltipContent.d.ts +4 -4
- package/dist/components/client/Tooltip/TooltipContent.js +2 -4
- package/dist/components/client/Tooltip/TooltipTrigger.cjs +3 -5
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +3 -3
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +3 -3
- package/dist/components/client/Tooltip/TooltipTrigger.js +1 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +3 -5
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +3 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +3 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.js +1 -3
- package/dist/components/client/Tooltip/index.cjs +6 -7
- package/dist/components/client/Tooltip/index.d.cts +1 -1
- package/dist/components/client/Tooltip/index.d.ts +1 -1
- package/dist/components/client/Tooltip/index.js +1 -2
- package/dist/components/client/Tooltip/tooltipContext.cjs +4 -7
- package/dist/components/client/Tooltip/tooltipContext.d.cts +2 -2
- package/dist/components/client/Tooltip/tooltipContext.d.ts +2 -2
- package/dist/components/client/Tooltip/tooltipContext.js +1 -3
- package/dist/components/client/buttonConstants.cjs +2 -4
- package/dist/components/client/buttonConstants.d.cts +1 -3
- package/dist/components/client/buttonConstants.d.ts +1 -3
- package/dist/components/client/buttonConstants.js +1 -2
- package/dist/components/client/index.cjs +58 -53
- package/dist/components/client/index.d.cts +6 -14
- package/dist/components/client/index.d.ts +6 -14
- package/dist/components/client/index.js +5 -3
- package/dist/components/client/motionFeatures/domAnimation.cjs +8 -9
- package/dist/components/client/motionFeatures/domAnimation.js +1 -2
- package/dist/components/client/motionFeatures/domMax.cjs +8 -9
- package/dist/components/client/motionFeatures/domMax.js +1 -2
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +3 -5
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +3 -3
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +3 -3
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.js +1 -3
- package/dist/components/client/providers/UDSConfigProvider.cjs +8 -10
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -2
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -2
- package/dist/components/client/providers/UDSConfigProvider.js +1 -3
- package/dist/components/experimental/Spinner.cjs +5 -7
- package/dist/components/experimental/Spinner.d.cts +2 -2
- package/dist/components/experimental/Spinner.d.ts +2 -2
- package/dist/components/experimental/Spinner.js +1 -3
- package/dist/components/experimental/Table.cjs +6 -8
- package/dist/components/experimental/Table.d.cts +4 -6
- package/dist/components/experimental/Table.d.ts +4 -6
- package/dist/components/experimental/Table.js +3 -5
- package/dist/components/experimental/Table.mocks.cjs +3 -5
- package/dist/components/experimental/Table.mocks.js +1 -3
- package/dist/components/experimental/client/Accordion.cjs +10 -12
- package/dist/components/experimental/client/Accordion.d.cts +2 -3
- package/dist/components/experimental/client/Accordion.d.ts +2 -3
- package/dist/components/experimental/client/Accordion.js +2 -4
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.cjs +3 -5
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.js +1 -3
- package/dist/components/experimental/client/Modal.cjs +8 -10
- package/dist/components/experimental/client/Modal.d.cts +3 -3
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Modal.js +1 -3
- package/dist/components/experimental/client/SegmentedControl.cjs +9 -12
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -3
- package/dist/components/experimental/client/SegmentedControl.d.ts +2 -3
- package/dist/components/experimental/client/SegmentedControl.js +4 -7
- package/dist/components/experimental/client/SwitchV2.cjs +9 -11
- package/dist/components/experimental/client/SwitchV2.d.cts +1 -2
- package/dist/components/experimental/client/SwitchV2.d.ts +1 -2
- package/dist/components/experimental/client/SwitchV2.js +3 -5
- package/dist/components/experimental/client/index.cjs +7 -8
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +15 -17
- package/dist/components/experimental/index.d.cts +0 -1
- package/dist/components/experimental/index.d.ts +0 -1
- package/dist/components/experimental/index.js +1 -3
- package/dist/components/index.cjs +80 -85
- package/dist/components/index.d.cts +7 -13
- package/dist/components/index.d.ts +7 -13
- package/dist/components/index.js +8 -12
- package/dist/config/dist/index.cjs +2 -5
- package/dist/config/dist/index.d.cts +1 -1
- package/dist/config/dist/index.d.ts +1 -1
- package/dist/config/dist/index.js +2 -4
- package/dist/css-tokens/dist/index.cjs +37 -39
- package/dist/css-tokens/dist/index.d.cts +1 -1
- package/dist/css-tokens/dist/index.d.ts +1 -1
- package/dist/css-tokens/dist/index.js +35 -37
- package/dist/defaultTokensConfig.cjs +4 -6
- package/dist/defaultTokensConfig.d.cts +0 -2
- package/dist/defaultTokensConfig.d.ts +0 -2
- package/dist/defaultTokensConfig.js +1 -3
- package/dist/fixtures/dist/index.cjs +1 -3
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.js +1 -2
- package/dist/fixtures/index.cjs +4 -6
- package/dist/fixtures/index.d.cts +1 -1
- package/dist/fixtures/index.d.ts +1 -1
- package/dist/fixtures/index.js +1 -3
- package/dist/fixtures/src/arbitrary.cjs +7 -10
- package/dist/fixtures/src/arbitrary.js +1 -3
- package/dist/fixtures/src/util.cjs +2 -4
- package/dist/fixtures/src/util.js +1 -3
- package/dist/flags.cjs +6 -4
- package/dist/flags.js +5 -2
- package/dist/fonts/dist/index.cjs +22 -14
- package/dist/fonts/dist/index.d.cts +1 -1
- package/dist/fonts/dist/index.d.ts +1 -1
- package/dist/fonts/dist/index.js +22 -13
- package/dist/hooks/useForkRef.cjs +3 -5
- package/dist/hooks/useForkRef.js +1 -3
- package/dist/hooks/useRtl.cjs +3 -5
- package/dist/hooks/useRtl.js +1 -3
- package/dist/hooks/useSvgFloatingContent.cjs +6 -8
- package/dist/hooks/useSvgFloatingContent.js +1 -3
- package/dist/icons/dist/types.d.cts +30 -0
- package/dist/icons/dist/types.d.ts +30 -0
- package/dist/index.cjs +105 -108
- package/dist/index.d.cts +8 -14
- package/dist/index.d.ts +8 -14
- package/dist/index.js +8 -10
- package/dist/modes/dist/index.cjs +1 -3
- package/dist/modes/dist/index.d.cts +1 -1
- package/dist/modes/dist/index.d.ts +1 -1
- package/dist/modes/dist/index.js +1 -2
- package/dist/motion-tokens/dist/index.cjs +1 -3
- package/dist/motion-tokens/dist/index.d.cts +1 -1
- package/dist/motion-tokens/dist/index.d.ts +1 -1
- package/dist/motion-tokens/dist/index.js +1 -2
- package/dist/palette/dist/index.cjs +13 -3
- package/dist/palette/dist/index.js +13 -2
- package/dist/providers/ColorModeProvider.cjs +4 -6
- package/dist/providers/ColorModeProvider.d.cts +5 -6
- package/dist/providers/ColorModeProvider.d.ts +5 -6
- package/dist/providers/ColorModeProvider.js +1 -3
- package/dist/providers/ScaleModeProvider.cjs +4 -6
- package/dist/providers/ScaleModeProvider.d.cts +5 -6
- package/dist/providers/ScaleModeProvider.d.ts +5 -6
- package/dist/providers/ScaleModeProvider.js +1 -3
- package/dist/providers/ThemeProvider.cjs +5 -7
- package/dist/providers/ThemeProvider.d.cts +3 -4
- package/dist/providers/ThemeProvider.d.ts +3 -4
- package/dist/providers/ThemeProvider.js +1 -3
- package/dist/runtime/bottomSheetConfig.cjs +2 -4
- package/dist/runtime/bottomSheetConfig.d.cts +1 -1
- package/dist/runtime/bottomSheetConfig.d.ts +1 -1
- package/dist/runtime/bottomSheetConfig.js +1 -2
- package/dist/runtime/breakpointsConfig.cjs +4 -6
- package/dist/runtime/breakpointsConfig.d.cts +1 -3
- package/dist/runtime/breakpointsConfig.d.ts +1 -3
- package/dist/runtime/breakpointsConfig.js +1 -3
- package/dist/runtime/index.cjs +8 -9
- package/dist/runtime/index.js +1 -2
- package/dist/runtime/popoverConfig.cjs +3 -5
- package/dist/runtime/popoverConfig.d.cts +1 -2
- package/dist/runtime/popoverConfig.d.ts +1 -2
- package/dist/runtime/popoverConfig.js +1 -3
- package/dist/runtime/toastConfig.cjs +2 -4
- package/dist/runtime/toastConfig.d.cts +1 -3
- package/dist/runtime/toastConfig.d.ts +1 -3
- package/dist/runtime/toastConfig.js +1 -2
- package/dist/runtime/tooltipConfig.cjs +3 -5
- package/dist/runtime/tooltipConfig.d.cts +1 -2
- package/dist/runtime/tooltipConfig.d.ts +1 -2
- package/dist/runtime/tooltipConfig.js +1 -3
- package/dist/runtime/udsConfig.cjs +7 -9
- package/dist/runtime/udsConfig.d.cts +0 -1
- package/dist/runtime/udsConfig.d.ts +0 -1
- package/dist/runtime/udsConfig.js +1 -3
- package/dist/styles/styler.cjs +6 -8
- package/dist/styles/styler.d.cts +38 -38
- package/dist/styles/styler.d.ts +38 -38
- package/dist/styles/styler.js +1 -3
- package/dist/styles/stylerTypes.d.cts +1 -2
- package/dist/styles/stylerTypes.d.ts +1 -2
- package/dist/styles/variants.cjs +4 -6
- package/dist/styles/variants.js +1 -3
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.cjs +7 -13
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +7 -10
- package/dist/tailwind/dist/automated-config/dist/properties.js +2 -4
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +7 -9
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -4
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/colors.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/colors.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/colors.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/logger.cjs +18 -6
- package/dist/tailwind/dist/cli/dist/lib/logger.js +15 -2
- package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/print.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/print.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/spinner.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/spinner.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -1
- package/dist/tailwind/dist/cli.cjs +6 -7
- package/dist/tailwind/dist/cli.js +1 -2
- package/dist/tailwind/dist/commands/css.cjs +6 -8
- package/dist/tailwind/dist/commands/css.helpers.cjs +1 -3
- package/dist/tailwind/dist/commands/css.helpers.js +1 -1
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
- package/dist/tailwind/dist/commands/css.js +1 -2
- package/dist/tailwind/dist/commands/css.js.map +1 -1
- package/dist/tailwind/dist/commands/generateComponentData.cjs +4 -6
- package/dist/tailwind/dist/commands/generateComponentData.js +1 -2
- package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +6 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -2
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/commands/purge.cjs +5 -7
- package/dist/tailwind/dist/commands/purge.js +1 -2
- package/dist/tailwind/dist/commands/purge.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +2 -5
- package/dist/tailwind/dist/config/dist/index.d.cts +0 -1
- package/dist/tailwind/dist/config/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/config/dist/index.d.ts +0 -1
- package/dist/tailwind/dist/config/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/config/dist/index.js +2 -3
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/generate.cjs +14 -16
- package/dist/tailwind/dist/css/generate.d.ts +0 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.helpers.cjs +18 -20
- package/dist/tailwind/dist/css/generate.helpers.js +1 -2
- package/dist/tailwind/dist/css/generate.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/generate.js +1 -2
- package/dist/tailwind/dist/css/generate.js.map +1 -1
- package/dist/tailwind/dist/css/nodeUtils.cjs +9 -11
- package/dist/tailwind/dist/css/nodeUtils.js +1 -2
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.cjs +2 -4
- package/dist/tailwind/dist/css/postcss.helpers.cjs +1 -3
- package/dist/tailwind/dist/css/postcss.helpers.js +1 -1
- package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.js +1 -2
- package/dist/tailwind/dist/css/postcss.js.map +1 -1
- package/dist/tailwind/dist/css/runner.cjs +16 -18
- package/dist/tailwind/dist/css/runner.helpers.cjs +3 -5
- package/dist/tailwind/dist/css/runner.helpers.js +1 -2
- package/dist/tailwind/dist/css/runner.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/runner.js +3 -4
- package/dist/tailwind/dist/css/runner.js.map +1 -1
- package/dist/tailwind/dist/css/theme.cjs +1 -3
- package/dist/tailwind/dist/css/theme.js +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -5
- package/dist/tailwind/dist/css/utils.js +1 -2
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.cjs +37 -41
- package/dist/tailwind/dist/css-tokens/dist/index.js +36 -38
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fixtures/dist/index.cjs +16 -20
- package/dist/tailwind/dist/fixtures/dist/index.js +16 -18
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.cjs +22 -14
- package/dist/tailwind/dist/fonts/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.js +22 -12
- package/dist/tailwind/dist/fonts/dist/index.js.map +1 -1
- package/dist/tailwind/dist/icons/src/safelist.cjs +1 -3
- package/dist/tailwind/dist/icons/src/safelist.js +1 -1
- package/dist/tailwind/dist/index.cjs +5 -6
- package/dist/tailwind/dist/index.js +1 -2
- package/dist/tailwind/dist/modes/dist/index.cjs +1 -3
- package/dist/tailwind/dist/modes/dist/index.js +1 -1
- package/dist/tailwind/dist/modes/dist/index.js.map +1 -1
- package/dist/tailwind/dist/motion-tokens/dist/index.cjs +1 -3
- package/dist/tailwind/dist/motion-tokens/dist/index.js +1 -1
- package/dist/tailwind/dist/motion-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/palette/dist/index.cjs +13 -3
- package/dist/tailwind/dist/palette/dist/index.js +13 -1
- package/dist/tailwind/dist/palette/dist/index.js.map +1 -1
- package/dist/tailwind/dist/plugin.cjs +22 -24
- package/dist/tailwind/dist/plugin.d.cts +3 -3
- package/dist/tailwind/dist/plugin.d.cts.map +1 -1
- package/dist/tailwind/dist/plugin.d.ts +3 -3
- package/dist/tailwind/dist/plugin.d.ts.map +1 -1
- package/dist/tailwind/dist/plugin.js +1 -2
- package/dist/tailwind/dist/plugin.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/index.d.cts +2 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +10 -12
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -3
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +4 -6
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.cts +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +1 -2
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/ast/expressions.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +1 -2
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/index.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/index.d.ts +1 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +2 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +2 -3
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/props.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/props.d.ts +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/spread.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/spread.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/index.d.cts +3 -0
- package/dist/tailwind/dist/purger/optimized/index.d.ts +1 -4
- package/dist/tailwind/dist/purger/optimized/purge.cjs +8 -10
- package/dist/tailwind/dist/purger/optimized/purge.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/purge.d.ts +1 -1
- package/dist/tailwind/dist/purger/optimized/purge.js +1 -2
- package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +1 -2
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +7 -9
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/files.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/utils/files.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -1
- package/dist/tailwind/dist/purger.cjs +4 -5
- package/dist/tailwind/dist/purger.d.ts +0 -2
- package/dist/tailwind/dist/purger.js +1 -2
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +1 -3
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +1 -1
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +6 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +6 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontVars.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addFontVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addMotionVars.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +4 -6
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +10 -6
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +7 -2
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getIconStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getIconStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getInputStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +7 -9
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs +1 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/a11y.cjs +21 -7
- package/dist/tailwind/dist/tailwind/plugins/a11y.js +17 -2
- package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/colors.cjs +73 -15
- package/dist/tailwind/dist/tailwind/plugins/colors.js +62 -3
- package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/components.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +9 -11
- package/dist/tailwind/dist/tailwind/plugins/elevation.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +3 -5
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/icons.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/icons.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/input.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/input.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/motion.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/motion.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.cjs +5 -7
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/shadows.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +5 -7
- package/dist/tailwind/dist/tailwind/plugins/sizing.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/spacing.cjs +3 -5
- package/dist/tailwind/dist/tailwind/plugins/spacing.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/spacing.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/typography.cjs +14 -16
- package/dist/tailwind/dist/tailwind/plugins/typography.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -1
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +4 -6
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +1 -2
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.cjs +4 -6
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.cjs +8 -10
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +0 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +0 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +2 -4
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +3 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +6 -8
- 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/tailwind/utils/getShadowStyles.js +4 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -1
- 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/tailwind/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/tailwind/dist/utils/assertUnreachable.js +1 -1
- package/dist/tailwind/dist/utils/entries.cjs +1 -3
- package/dist/tailwind/dist/utils/entries.js +1 -1
- package/dist/tailwind/dist/utils/entryPoints.cjs +4 -6
- package/dist/tailwind/dist/utils/entryPoints.js +1 -2
- package/dist/tailwind/dist/utils/entryPoints.js.map +1 -1
- package/dist/tailwind/dist/utils/fromEntries.cjs +1 -3
- package/dist/tailwind/dist/utils/fromEntries.js +1 -1
- package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +11 -15
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -5
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/utils/mapValues.cjs +1 -3
- package/dist/tailwind/dist/utils/mapValues.js +1 -1
- package/dist/tailwind/dist/utils/opacity.cjs +3 -5
- package/dist/tailwind/dist/utils/opacity.js +1 -2
- package/dist/tailwind/dist/utils/opacity.js.map +1 -1
- package/dist/tailwind/dist/utils/optimizeCSS.cjs +3 -5
- package/dist/tailwind/dist/utils/optimizeCSS.js +1 -2
- package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.cjs +7 -9
- package/dist/tailwind/dist/utils/parseTokens.js +3 -4
- package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
- package/dist/tailwind/dist/utils/postcssPreserveVars.cjs +1 -3
- package/dist/tailwind/dist/utils/postcssPreserveVars.js +1 -1
- package/dist/tailwind/dist/utils/tsMorph.cjs +4 -6
- package/dist/tailwind/dist/utils/tsMorph.js +1 -2
- package/dist/tailwind/dist/utils/tsMorph.js.map +1 -1
- package/dist/tailwind/dist/utils.cjs +12 -13
- package/dist/tailwind/dist/utils.js +1 -2
- package/dist/tailwind/plugin.cjs +5 -6
- package/dist/tailwind/plugin.js +1 -2
- package/dist/tailwind/purger.cjs +3 -4
- package/dist/tailwind/purger.js +1 -2
- package/dist/tailwind/utils.cjs +12 -13
- package/dist/tailwind/utils.d.cts +0 -1
- package/dist/tailwind/utils.d.ts +0 -1
- package/dist/tailwind/utils.js +1 -2
- package/dist/tokens/automation/configs/index.cjs +3 -4
- package/dist/tokens/automation/configs/index.js +1 -2
- package/dist/tokens/automation/index.cjs +16 -17
- package/dist/tokens/automation/index.js +1 -2
- package/dist/tokens/automation/properties.cjs +3 -4
- package/dist/tokens/automation/properties.js +1 -2
- package/dist/tokens/configs/borderRadius.cjs +2 -4
- package/dist/tokens/configs/borderRadius.d.cts +1 -3
- package/dist/tokens/configs/borderRadius.d.ts +1 -3
- package/dist/tokens/configs/borderRadius.js +1 -2
- package/dist/tokens/configs/borderWidth.cjs +2 -4
- package/dist/tokens/configs/borderWidth.d.cts +1 -3
- package/dist/tokens/configs/borderWidth.d.ts +1 -3
- package/dist/tokens/configs/borderWidth.js +1 -2
- package/dist/tokens/configs/font.cjs +2 -4
- package/dist/tokens/configs/font.d.cts +1 -3
- package/dist/tokens/configs/font.d.ts +1 -3
- package/dist/tokens/configs/font.js +1 -2
- package/dist/tokens/configs/motion.cjs +3 -4
- package/dist/tokens/configs/motion.js +1 -2
- package/dist/tokens/configs/palette/alwaysPalette.cjs +3 -4
- package/dist/tokens/configs/palette/alwaysPalette.js +1 -2
- package/dist/tokens/configs/palette/index.cjs +3 -4
- package/dist/tokens/configs/palette/index.js +1 -2
- package/dist/tokens/configs/scaleMode.cjs +5 -7
- package/dist/tokens/configs/scaleMode.d.cts +1 -3
- package/dist/tokens/configs/scaleMode.d.ts +1 -3
- package/dist/tokens/configs/scaleMode.js +1 -3
- package/dist/tokens/configs/shadow.cjs +2 -4
- package/dist/tokens/configs/shadow.d.cts +1 -3
- package/dist/tokens/configs/shadow.d.ts +1 -3
- package/dist/tokens/configs/shadow.js +1 -2
- package/dist/tokens/configs/sizes.cjs +3 -5
- package/dist/tokens/configs/sizes.d.cts +1 -3
- package/dist/tokens/configs/sizes.d.ts +1 -3
- package/dist/tokens/configs/sizes.js +1 -3
- package/dist/tokens/configs/typography.cjs +2 -4
- package/dist/tokens/configs/typography.d.cts +1 -3
- package/dist/tokens/configs/typography.d.ts +1 -3
- package/dist/tokens/configs/typography.js +1 -2
- package/dist/tokens/consts/cssTokens.cjs +3 -4
- package/dist/tokens/consts/cssTokens.js +1 -2
- package/dist/tokens/consts/defaultModes.cjs +3 -4
- package/dist/tokens/consts/defaultModes.js +1 -2
- package/dist/tokens/consts/fontDeclarationsMap.cjs +3 -4
- package/dist/tokens/consts/fontDeclarationsMap.js +1 -2
- package/dist/tokens/index.cjs +28 -29
- package/dist/tokens/index.d.cts +2 -6
- package/dist/tokens/index.d.ts +2 -6
- package/dist/tokens/index.js +1 -2
- package/dist/tokens/parseButtonVariants.cjs +2 -4
- package/dist/tokens/parseButtonVariants.d.cts +1 -3
- package/dist/tokens/parseButtonVariants.d.ts +1 -3
- package/dist/tokens/parseButtonVariants.js +1 -2
- package/dist/tokens/parseTokens.cjs +3 -4
- package/dist/tokens/parseTokens.d.cts +0 -1
- package/dist/tokens/parseTokens.d.ts +0 -1
- package/dist/tokens/parseTokens.js +1 -2
- package/dist/tokens/types.d.cts +7 -7
- package/dist/tokens/types.d.ts +7 -7
- package/dist/tokens/utils/entries.cjs +2 -4
- package/dist/tokens/utils/entries.js +1 -2
- package/dist/tokens/utils/fromEntries.cjs +2 -4
- package/dist/tokens/utils/fromEntries.js +1 -2
- package/dist/tokens/utils/getFontUrls.cjs +4 -6
- package/dist/tokens/utils/getFontUrls.d.cts +0 -3
- package/dist/tokens/utils/getFontUrls.d.ts +0 -3
- package/dist/tokens/utils/getFontUrls.js +1 -3
- package/dist/tokens/utils/mapValues.cjs +2 -4
- package/dist/tokens/utils/mapValues.js +1 -2
- package/dist/tokens/utils/spectrum.cjs +2 -4
- package/dist/tokens/utils/spectrum.d.cts +1 -3
- package/dist/tokens/utils/spectrum.d.ts +1 -3
- package/dist/tokens/utils/spectrum.js +1 -2
- 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 +1624 -1646
- package/dist/uds/generated/componentData.js +1258 -1273
- package/dist/uds/generated/tailwindPurge.cjs +105 -131
- package/dist/uds/generated/tailwindPurge.js +105 -130
- package/dist/uds/package.cjs +7 -9
- package/dist/uds/package.js +2 -3
- package/dist/utils/assertUnreachable.cjs +2 -4
- package/dist/utils/assertUnreachable.js +1 -2
- package/dist/utils/composeRefs.cjs +2 -4
- package/dist/utils/composeRefs.js +1 -2
- package/dist/utils/createSlot.cjs +4 -6
- package/dist/utils/createSlot.js +1 -3
- package/dist/utils/entries.cjs +2 -4
- package/dist/utils/entries.js +1 -2
- package/dist/utils/falsyToString.cjs +2 -4
- package/dist/utils/falsyToString.js +1 -2
- package/dist/utils/fromEntries.cjs +2 -4
- package/dist/utils/fromEntries.js +1 -2
- package/dist/utils/getUnscaledAnchorRect.cjs +2 -4
- package/dist/utils/getUnscaledAnchorRect.js +1 -2
- package/dist/utils/intersperse.cjs +4 -6
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/dist/utils/intersperse.js +1 -3
- package/dist/utils/isElevationAlias.cjs +3 -5
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/dist/utils/isElevationAlias.js +1 -3
- package/dist/utils/mapValues.cjs +2 -4
- package/dist/utils/mapValues.js +1 -2
- package/dist/utils/mergeSlotProps.cjs +3 -5
- package/dist/utils/mergeSlotProps.js +1 -3
- package/dist/utils/parseShadow.cjs +2 -4
- package/dist/utils/parseShadow.js +1 -2
- package/dist/utils/svgFloatingContentUtils.cjs +4 -8
- package/dist/utils/svgFloatingContentUtils.js +3 -6
- package/generated/componentData.json +1528 -1536
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +2 -2
- package/dist/components/Avatar/AvatarImage.types.cjs +0 -1
- package/dist/components/Avatar/AvatarImage.types.d.cts +0 -19
- package/dist/components/Avatar/AvatarImage.types.d.ts +0 -19
- package/dist/components/Avatar/AvatarImage.types.js +0 -1
- package/dist/components/Avatar/AvatarImageNoFallback.cjs +0 -53
- 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 -51
- package/dist/components/Avatar/index.cjs +0 -11
- 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 -7
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
|
|
3
2
|
//#region generated/componentData.json
|
|
4
3
|
var Box = {
|
|
5
4
|
"name": "Box",
|
|
@@ -65,7 +64,7 @@ var Icon = {
|
|
|
65
64
|
},
|
|
66
65
|
"getStylesLiterals": { "flex": "none" },
|
|
67
66
|
"cxLiterals": ["[&_path]:fill-current"],
|
|
68
|
-
"internalComponents": [],
|
|
67
|
+
"internalComponents": ["SVGIcon"],
|
|
69
68
|
"internalComponentProps": {},
|
|
70
69
|
"propToVariantKeys": {},
|
|
71
70
|
"runtimeConfigDefaultProps": {},
|
|
@@ -234,103 +233,6 @@ var VStack = {
|
|
|
234
233
|
"runtimeConfigInternalComponentProps": {},
|
|
235
234
|
"motionVarPrefixes": []
|
|
236
235
|
};
|
|
237
|
-
var Avatar = {
|
|
238
|
-
"name": "Avatar",
|
|
239
|
-
"defaultProps": {},
|
|
240
|
-
"getStylesLiterals": {},
|
|
241
|
-
"cxLiterals": [],
|
|
242
|
-
"internalComponents": [
|
|
243
|
-
"AvatarImage",
|
|
244
|
-
"AvatarText",
|
|
245
|
-
"AvatarIcon"
|
|
246
|
-
],
|
|
247
|
-
"internalComponentProps": {},
|
|
248
|
-
"propToVariantKeys": {},
|
|
249
|
-
"runtimeConfigDefaultProps": {},
|
|
250
|
-
"runtimeConfigGetStyles": {},
|
|
251
|
-
"runtimeConfigInternalComponentProps": {},
|
|
252
|
-
"motionVarPrefixes": []
|
|
253
|
-
};
|
|
254
|
-
var AvatarIcon = {
|
|
255
|
-
"name": "AvatarIcon",
|
|
256
|
-
"defaultProps": {
|
|
257
|
-
"size": "md",
|
|
258
|
-
"variant": "primary"
|
|
259
|
-
},
|
|
260
|
-
"getStylesLiterals": {},
|
|
261
|
-
"cxLiterals": [
|
|
262
|
-
"overflow-hidden",
|
|
263
|
-
"w-full",
|
|
264
|
-
"h-full",
|
|
265
|
-
"shrink-0",
|
|
266
|
-
"text-center",
|
|
267
|
-
"inline-flex",
|
|
268
|
-
"justify-center",
|
|
269
|
-
"items-center"
|
|
270
|
-
],
|
|
271
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
272
|
-
"internalComponentProps": {},
|
|
273
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
274
|
-
"runtimeConfigDefaultProps": {},
|
|
275
|
-
"runtimeConfigGetStyles": {},
|
|
276
|
-
"runtimeConfigInternalComponentProps": {},
|
|
277
|
-
"motionVarPrefixes": []
|
|
278
|
-
};
|
|
279
|
-
var AvatarImageNoFallback = {
|
|
280
|
-
"name": "AvatarImageNoFallback",
|
|
281
|
-
"defaultProps": {
|
|
282
|
-
"size": "md",
|
|
283
|
-
"variant": "primary"
|
|
284
|
-
},
|
|
285
|
-
"getStylesLiterals": {},
|
|
286
|
-
"cxLiterals": [
|
|
287
|
-
"overflow-hidden",
|
|
288
|
-
"w-full",
|
|
289
|
-
"h-full",
|
|
290
|
-
"shrink-0",
|
|
291
|
-
"text-center",
|
|
292
|
-
"inline-flex",
|
|
293
|
-
"justify-center",
|
|
294
|
-
"items-center",
|
|
295
|
-
"object-cover"
|
|
296
|
-
],
|
|
297
|
-
"internalComponents": ["UDSImage", "Box"],
|
|
298
|
-
"internalComponentProps": {},
|
|
299
|
-
"propToVariantKeys": {},
|
|
300
|
-
"runtimeConfigDefaultProps": {},
|
|
301
|
-
"runtimeConfigGetStyles": {},
|
|
302
|
-
"runtimeConfigInternalComponentProps": {},
|
|
303
|
-
"motionVarPrefixes": []
|
|
304
|
-
};
|
|
305
|
-
var AvatarText = {
|
|
306
|
-
"name": "AvatarText",
|
|
307
|
-
"defaultProps": {
|
|
308
|
-
"size": "md",
|
|
309
|
-
"variant": "primary"
|
|
310
|
-
},
|
|
311
|
-
"getStylesLiterals": {},
|
|
312
|
-
"cxLiterals": [
|
|
313
|
-
"overflow-hidden",
|
|
314
|
-
"truncate",
|
|
315
|
-
"w-full",
|
|
316
|
-
"h-full",
|
|
317
|
-
"shrink-0",
|
|
318
|
-
"text-center",
|
|
319
|
-
"inline-flex",
|
|
320
|
-
"justify-center",
|
|
321
|
-
"items-center"
|
|
322
|
-
],
|
|
323
|
-
"internalComponents": ["Box", "Text"],
|
|
324
|
-
"internalComponentProps": { "Text": {
|
|
325
|
-
"color": ["inherit"],
|
|
326
|
-
"variant": ["inherit"]
|
|
327
|
-
} },
|
|
328
|
-
"propToVariantKeys": {},
|
|
329
|
-
"runtimeConfigDefaultProps": {},
|
|
330
|
-
"runtimeConfigGetStyles": {},
|
|
331
|
-
"runtimeConfigInternalComponentProps": {},
|
|
332
|
-
"motionVarPrefixes": []
|
|
333
|
-
};
|
|
334
236
|
var Banner = {
|
|
335
237
|
"name": "Banner",
|
|
336
238
|
"defaultProps": {
|
|
@@ -457,63 +359,69 @@ var BannerTitle = {
|
|
|
457
359
|
"runtimeConfigInternalComponentProps": {},
|
|
458
360
|
"motionVarPrefixes": []
|
|
459
361
|
};
|
|
460
|
-
var
|
|
461
|
-
"name": "
|
|
462
|
-
"defaultProps": {
|
|
362
|
+
var Spinner = {
|
|
363
|
+
"name": "Spinner",
|
|
364
|
+
"defaultProps": {
|
|
365
|
+
"color": "primary",
|
|
366
|
+
"size": "lg"
|
|
367
|
+
},
|
|
463
368
|
"getStylesLiterals": {},
|
|
464
|
-
"cxLiterals": [
|
|
465
|
-
|
|
466
|
-
|
|
369
|
+
"cxLiterals": [
|
|
370
|
+
"self-center",
|
|
371
|
+
"relative",
|
|
372
|
+
"sr-only"
|
|
373
|
+
],
|
|
374
|
+
"internalComponents": ["Icon"],
|
|
375
|
+
"internalComponentProps": { "Icon": {
|
|
376
|
+
"role": ["img"],
|
|
377
|
+
"className": ["animate-spin"],
|
|
378
|
+
"aria-hidden": ["true"]
|
|
379
|
+
} },
|
|
467
380
|
"propToVariantKeys": {},
|
|
468
381
|
"runtimeConfigDefaultProps": {},
|
|
469
382
|
"runtimeConfigGetStyles": {},
|
|
470
383
|
"runtimeConfigInternalComponentProps": {},
|
|
471
384
|
"motionVarPrefixes": []
|
|
472
385
|
};
|
|
473
|
-
var
|
|
474
|
-
"name": "
|
|
475
|
-
"defaultProps": {
|
|
386
|
+
var Table_mocks = {
|
|
387
|
+
"name": "Table.mocks",
|
|
388
|
+
"defaultProps": {},
|
|
476
389
|
"getStylesLiterals": {},
|
|
477
390
|
"cxLiterals": [],
|
|
478
|
-
"internalComponents": [
|
|
479
|
-
|
|
480
|
-
"Line",
|
|
481
|
-
"InternalComponent",
|
|
482
|
-
"Text"
|
|
483
|
-
],
|
|
484
|
-
"internalComponentProps": {
|
|
485
|
-
"Box": {
|
|
486
|
-
"flex": ["1", "none"],
|
|
487
|
-
"display": ["flex"]
|
|
488
|
-
},
|
|
489
|
-
"InternalComponent": {
|
|
490
|
-
"flex": ["1"],
|
|
491
|
-
"alignItems": ["center"]
|
|
492
|
-
},
|
|
493
|
-
"Text": {
|
|
494
|
-
"as": ["span"],
|
|
495
|
-
"color": ["inherit"],
|
|
496
|
-
"variant": ["inherit"]
|
|
497
|
-
}
|
|
498
|
-
},
|
|
391
|
+
"internalComponents": [],
|
|
392
|
+
"internalComponentProps": {},
|
|
499
393
|
"propToVariantKeys": {},
|
|
500
394
|
"runtimeConfigDefaultProps": {},
|
|
501
395
|
"runtimeConfigGetStyles": {},
|
|
502
396
|
"runtimeConfigInternalComponentProps": {},
|
|
503
397
|
"motionVarPrefixes": []
|
|
504
398
|
};
|
|
505
|
-
var
|
|
506
|
-
"name": "
|
|
507
|
-
"defaultProps": {
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
|
|
399
|
+
var Table = {
|
|
400
|
+
"name": "Table",
|
|
401
|
+
"defaultProps": {
|
|
402
|
+
"display": "table-cell",
|
|
403
|
+
"overflow": "hidden",
|
|
404
|
+
"borderColor": "muted",
|
|
405
|
+
"borderRadius": "md",
|
|
406
|
+
"spacing": "3",
|
|
407
|
+
"borderBottomColor": "muted",
|
|
408
|
+
"borderBottomWidth": "thin",
|
|
409
|
+
"color": "primary"
|
|
410
|
+
},
|
|
411
|
+
"getStylesLiterals": { "textAlign": "start" },
|
|
412
|
+
"cxLiterals": [],
|
|
413
|
+
"internalComponents": [
|
|
414
|
+
"CellComponent",
|
|
415
|
+
"Box",
|
|
416
|
+
"Text",
|
|
417
|
+
"Table.Root",
|
|
418
|
+
"Table.Header",
|
|
419
|
+
"Table.Row",
|
|
420
|
+
"Table.Cell",
|
|
421
|
+
"Table.Body"
|
|
422
|
+
],
|
|
423
|
+
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
424
|
+
"propToVariantKeys": {},
|
|
517
425
|
"runtimeConfigDefaultProps": {},
|
|
518
426
|
"runtimeConfigGetStyles": {},
|
|
519
427
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -856,36 +764,12 @@ var Switch = {
|
|
|
856
764
|
"runtimeConfigInternalComponentProps": {},
|
|
857
765
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
858
766
|
};
|
|
859
|
-
var
|
|
860
|
-
"name": "
|
|
861
|
-
"defaultProps": {
|
|
862
|
-
"color": "primary",
|
|
863
|
-
"size": "lg"
|
|
864
|
-
},
|
|
865
|
-
"getStylesLiterals": {},
|
|
866
|
-
"cxLiterals": [
|
|
867
|
-
"self-center",
|
|
868
|
-
"relative",
|
|
869
|
-
"sr-only"
|
|
870
|
-
],
|
|
871
|
-
"internalComponents": ["Icon"],
|
|
872
|
-
"internalComponentProps": { "Icon": {
|
|
873
|
-
"role": ["img"],
|
|
874
|
-
"className": ["animate-spin"],
|
|
875
|
-
"aria-hidden": ["true"]
|
|
876
|
-
} },
|
|
877
|
-
"propToVariantKeys": {},
|
|
878
|
-
"runtimeConfigDefaultProps": {},
|
|
879
|
-
"runtimeConfigGetStyles": {},
|
|
880
|
-
"runtimeConfigInternalComponentProps": {},
|
|
881
|
-
"motionVarPrefixes": []
|
|
882
|
-
};
|
|
883
|
-
var Table_mocks = {
|
|
884
|
-
"name": "Table.mocks",
|
|
767
|
+
var Divider = {
|
|
768
|
+
"name": "Divider",
|
|
885
769
|
"defaultProps": {},
|
|
886
770
|
"getStylesLiterals": {},
|
|
887
771
|
"cxLiterals": [],
|
|
888
|
-
"internalComponents": [],
|
|
772
|
+
"internalComponents": ["DividerInternal"],
|
|
889
773
|
"internalComponentProps": {},
|
|
890
774
|
"propToVariantKeys": {},
|
|
891
775
|
"runtimeConfigDefaultProps": {},
|
|
@@ -893,225 +777,441 @@ var Table_mocks = {
|
|
|
893
777
|
"runtimeConfigInternalComponentProps": {},
|
|
894
778
|
"motionVarPrefixes": []
|
|
895
779
|
};
|
|
896
|
-
var
|
|
897
|
-
"name": "
|
|
898
|
-
"defaultProps": {
|
|
899
|
-
|
|
900
|
-
"overflow": "hidden",
|
|
901
|
-
"borderColor": "muted",
|
|
902
|
-
"borderRadius": "md",
|
|
903
|
-
"spacing": "3",
|
|
904
|
-
"borderBottomColor": "muted",
|
|
905
|
-
"borderBottomWidth": "thin",
|
|
906
|
-
"color": "primary"
|
|
907
|
-
},
|
|
908
|
-
"getStylesLiterals": { "textAlign": "start" },
|
|
780
|
+
var DividerCore = {
|
|
781
|
+
"name": "DividerCore",
|
|
782
|
+
"defaultProps": { "contentPosition": "center" },
|
|
783
|
+
"getStylesLiterals": {},
|
|
909
784
|
"cxLiterals": [],
|
|
910
785
|
"internalComponents": [
|
|
911
|
-
"CellComponent",
|
|
912
786
|
"Box",
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"Table.Row",
|
|
917
|
-
"Table.Cell",
|
|
918
|
-
"Table.Body"
|
|
787
|
+
"Line",
|
|
788
|
+
"InternalComponent",
|
|
789
|
+
"Text"
|
|
919
790
|
],
|
|
920
|
-
"internalComponentProps": {
|
|
791
|
+
"internalComponentProps": {
|
|
792
|
+
"Box": {
|
|
793
|
+
"flex": ["1", "none"],
|
|
794
|
+
"display": ["flex"]
|
|
795
|
+
},
|
|
796
|
+
"InternalComponent": {
|
|
797
|
+
"flex": ["1"],
|
|
798
|
+
"alignItems": ["center"]
|
|
799
|
+
},
|
|
800
|
+
"Text": {
|
|
801
|
+
"as": ["span"],
|
|
802
|
+
"color": ["inherit"],
|
|
803
|
+
"variant": ["inherit"]
|
|
804
|
+
}
|
|
805
|
+
},
|
|
921
806
|
"propToVariantKeys": {},
|
|
922
807
|
"runtimeConfigDefaultProps": {},
|
|
923
808
|
"runtimeConfigGetStyles": {},
|
|
924
809
|
"runtimeConfigInternalComponentProps": {},
|
|
925
810
|
"motionVarPrefixes": []
|
|
926
811
|
};
|
|
927
|
-
var
|
|
928
|
-
"name": "
|
|
929
|
-
"defaultProps": {},
|
|
812
|
+
var DividerInternal = {
|
|
813
|
+
"name": "DividerInternal",
|
|
814
|
+
"defaultProps": { "variant": "primary" },
|
|
930
815
|
"getStylesLiterals": {},
|
|
931
|
-
"cxLiterals": [],
|
|
932
|
-
"internalComponents": [
|
|
933
|
-
"AvatarImageNoFallback",
|
|
934
|
-
"AvatarText",
|
|
935
|
-
"AvatarIcon"
|
|
936
|
-
],
|
|
816
|
+
"cxLiterals": ["inherit"],
|
|
817
|
+
"internalComponents": ["DividerCore"],
|
|
937
818
|
"internalComponentProps": {},
|
|
938
|
-
"propToVariantKeys": {
|
|
819
|
+
"propToVariantKeys": { "variant": [
|
|
820
|
+
"dividerVariantRoot",
|
|
821
|
+
"dividerVariantLabel",
|
|
822
|
+
"dividerVariantLine"
|
|
823
|
+
] },
|
|
939
824
|
"runtimeConfigDefaultProps": {},
|
|
940
825
|
"runtimeConfigGetStyles": {},
|
|
941
826
|
"runtimeConfigInternalComponentProps": {},
|
|
942
827
|
"motionVarPrefixes": []
|
|
943
828
|
};
|
|
944
|
-
var
|
|
945
|
-
"name": "
|
|
946
|
-
"defaultProps": {
|
|
829
|
+
var Accordion = {
|
|
830
|
+
"name": "Accordion",
|
|
831
|
+
"defaultProps": {
|
|
832
|
+
"spacingHorizontal": "4",
|
|
833
|
+
"spacingVertical": "4"
|
|
834
|
+
},
|
|
947
835
|
"getStylesLiterals": {},
|
|
948
|
-
"cxLiterals": [
|
|
949
|
-
"fixed",
|
|
950
|
-
"overflow-hidden",
|
|
951
|
-
"inset-x-0",
|
|
952
|
-
"bottom-0",
|
|
953
|
-
"z-50",
|
|
954
|
-
"[will-change:transform]",
|
|
955
|
-
"touch-none",
|
|
956
|
-
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
957
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
958
|
-
"transition-transform",
|
|
959
|
-
"duration-500",
|
|
960
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
961
|
-
"motion-reduce:transition-none",
|
|
962
|
-
"top-[-4px]",
|
|
963
|
-
"z-[1]",
|
|
964
|
-
"touch-pan-y"
|
|
965
|
-
],
|
|
836
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
966
837
|
"internalComponents": [
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
"
|
|
838
|
+
"Icon",
|
|
839
|
+
"SpringMotionConfig",
|
|
840
|
+
"Pressable",
|
|
841
|
+
"Text",
|
|
842
|
+
"HStack",
|
|
843
|
+
"AnimatePresence",
|
|
844
|
+
"VStack"
|
|
972
845
|
],
|
|
973
846
|
"internalComponentProps": {
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
"
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
"
|
|
847
|
+
"Icon": {
|
|
848
|
+
"variant": ["fill"],
|
|
849
|
+
"size": ["sm"],
|
|
850
|
+
"color": ["primary"]
|
|
851
|
+
},
|
|
852
|
+
"SpringMotionConfig": {
|
|
853
|
+
"layoutVariant": ["smooth"],
|
|
854
|
+
"layoutSpeed": ["3"]
|
|
855
|
+
},
|
|
856
|
+
"Pressable": {
|
|
857
|
+
"display": ["flex"],
|
|
858
|
+
"flexDirection": ["row"],
|
|
859
|
+
"alignItems": ["center"],
|
|
860
|
+
"justifyContent": ["space-between"],
|
|
861
|
+
"borderRadius": ["md"]
|
|
862
|
+
},
|
|
863
|
+
"Text": {
|
|
864
|
+
"variant": ["title4"],
|
|
865
|
+
"color": ["primary"]
|
|
866
|
+
},
|
|
867
|
+
"HStack": {
|
|
868
|
+
"display": ["flex"],
|
|
869
|
+
"alignItems": ["center"],
|
|
870
|
+
"justifyContent": ["space-between"],
|
|
871
|
+
"columnGap": ["2.5"]
|
|
981
872
|
}
|
|
982
873
|
},
|
|
983
|
-
"propToVariantKeys": {
|
|
874
|
+
"propToVariantKeys": {},
|
|
875
|
+
"runtimeConfigDefaultProps": {},
|
|
876
|
+
"runtimeConfigGetStyles": {},
|
|
877
|
+
"runtimeConfigInternalComponentProps": {},
|
|
878
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
879
|
+
};
|
|
880
|
+
var AvoidMotionLibraryProvider = {
|
|
881
|
+
"name": "AvoidMotionLibraryProvider",
|
|
882
|
+
"defaultProps": {},
|
|
883
|
+
"getStylesLiterals": {},
|
|
884
|
+
"cxLiterals": [],
|
|
885
|
+
"internalComponents": [],
|
|
886
|
+
"internalComponentProps": {},
|
|
887
|
+
"propToVariantKeys": {},
|
|
984
888
|
"runtimeConfigDefaultProps": {},
|
|
985
889
|
"runtimeConfigGetStyles": {},
|
|
986
890
|
"runtimeConfigInternalComponentProps": {},
|
|
987
891
|
"motionVarPrefixes": []
|
|
988
892
|
};
|
|
989
|
-
var
|
|
990
|
-
"name": "
|
|
893
|
+
var Modal = {
|
|
894
|
+
"name": "Modal",
|
|
991
895
|
"defaultProps": {},
|
|
992
896
|
"getStylesLiterals": {},
|
|
993
|
-
"cxLiterals": [
|
|
994
|
-
|
|
897
|
+
"cxLiterals": [
|
|
898
|
+
"inset-8",
|
|
899
|
+
"top-[250px]",
|
|
900
|
+
"z-50",
|
|
901
|
+
"mx-auto",
|
|
902
|
+
"h-fit",
|
|
903
|
+
"w-[600px]",
|
|
904
|
+
"origin-center",
|
|
905
|
+
"scale-95",
|
|
906
|
+
"opacity-0",
|
|
907
|
+
"transition",
|
|
908
|
+
"duration-150",
|
|
909
|
+
"data-[enter]:scale-100",
|
|
910
|
+
"data-[enter]:opacity-100",
|
|
911
|
+
"data-[enter]:bg-primary",
|
|
912
|
+
"backdrop-blur-0",
|
|
913
|
+
"data-[enter]:opacity-60",
|
|
914
|
+
"data-[enter]:backdrop-blur-sm"
|
|
915
|
+
],
|
|
916
|
+
"internalComponents": [
|
|
917
|
+
"IconButton",
|
|
918
|
+
"Dialog",
|
|
919
|
+
"HStack",
|
|
920
|
+
"Text",
|
|
921
|
+
"VStack"
|
|
922
|
+
],
|
|
995
923
|
"internalComponentProps": {
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
924
|
+
"IconButton": {
|
|
925
|
+
"aria-label": ["Close"],
|
|
926
|
+
"size": ["sm"],
|
|
927
|
+
"variant": ["tertiary"]
|
|
999
928
|
},
|
|
1000
|
-
"
|
|
929
|
+
"HStack": {
|
|
930
|
+
"alignItems": ["center"],
|
|
931
|
+
"justifyContent": ["space-between"]
|
|
932
|
+
},
|
|
933
|
+
"Text": {
|
|
934
|
+
"variant": ["headline1"],
|
|
935
|
+
"color": ["primary"]
|
|
936
|
+
},
|
|
937
|
+
"VStack": {
|
|
938
|
+
"borderRadius": ["md"],
|
|
939
|
+
"position": ["fixed"],
|
|
940
|
+
"backgroundColor": ["primary"],
|
|
941
|
+
"dropShadow": ["md"],
|
|
942
|
+
"spacing": ["8"],
|
|
943
|
+
"overflow": ["hidden"]
|
|
944
|
+
}
|
|
1001
945
|
},
|
|
1002
|
-
"propToVariantKeys": {},
|
|
946
|
+
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
1003
947
|
"runtimeConfigDefaultProps": {},
|
|
1004
948
|
"runtimeConfigGetStyles": {},
|
|
1005
949
|
"runtimeConfigInternalComponentProps": {},
|
|
1006
950
|
"motionVarPrefixes": []
|
|
1007
951
|
};
|
|
1008
|
-
var
|
|
1009
|
-
"name": "
|
|
1010
|
-
"defaultProps": {},
|
|
1011
|
-
"getStylesLiterals": {
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
952
|
+
var SegmentedControl = {
|
|
953
|
+
"name": "SegmentedControl",
|
|
954
|
+
"defaultProps": { "textVariant": "label2" },
|
|
955
|
+
"getStylesLiterals": {
|
|
956
|
+
"display": "flex",
|
|
957
|
+
"alignItems": "center",
|
|
958
|
+
"backgroundColor": "primary",
|
|
959
|
+
"spacingVertical": "1",
|
|
960
|
+
"spacingHorizontal": "3",
|
|
961
|
+
"columnGap": "1.5",
|
|
962
|
+
"borderWidth": "thin",
|
|
963
|
+
"borderRadius": "full",
|
|
964
|
+
"borderColor": "muted",
|
|
965
|
+
"borderColor:1": "transparent",
|
|
966
|
+
"color": "primary",
|
|
967
|
+
"color:1": "tertiary",
|
|
968
|
+
"color:2": "muted"
|
|
969
|
+
},
|
|
970
|
+
"cxLiterals": [
|
|
971
|
+
"uds-ring",
|
|
972
|
+
"cursor-not-allowed",
|
|
973
|
+
"opacity-50",
|
|
974
|
+
"pointer-events-none",
|
|
975
|
+
"hover:bg-primary"
|
|
976
|
+
],
|
|
977
|
+
"internalComponents": [
|
|
978
|
+
"TextVariant",
|
|
979
|
+
"Radio",
|
|
980
|
+
"Icon",
|
|
981
|
+
"RadioProvider",
|
|
982
|
+
"HStack",
|
|
983
|
+
"RadioGroup",
|
|
984
|
+
"Pressable",
|
|
985
|
+
"Text"
|
|
986
|
+
],
|
|
987
|
+
"internalComponentProps": {
|
|
988
|
+
"Icon": {
|
|
989
|
+
"size": ["sm"],
|
|
990
|
+
"color": ["current"],
|
|
991
|
+
"aria-hidden": ["true"]
|
|
992
|
+
},
|
|
993
|
+
"HStack": {
|
|
994
|
+
"spacing": ["1"],
|
|
995
|
+
"gap": ["1"],
|
|
996
|
+
"backgroundColor": ["secondary"],
|
|
997
|
+
"borderRadius": ["full"],
|
|
998
|
+
"display": ["inline-flex"]
|
|
999
|
+
},
|
|
1000
|
+
"Text": { "color": ["current"] }
|
|
1001
|
+
},
|
|
1002
|
+
"propToVariantKeys": {
|
|
1003
|
+
"value": ["key"],
|
|
1004
|
+
"label": ["aria-label"],
|
|
1005
|
+
"textVariant": ["variant"]
|
|
1006
|
+
},
|
|
1016
1007
|
"runtimeConfigDefaultProps": {},
|
|
1017
1008
|
"runtimeConfigGetStyles": {},
|
|
1018
1009
|
"runtimeConfigInternalComponentProps": {},
|
|
1019
1010
|
"motionVarPrefixes": []
|
|
1020
1011
|
};
|
|
1021
|
-
var
|
|
1022
|
-
"name": "
|
|
1023
|
-
"defaultProps": {
|
|
1024
|
-
|
|
1012
|
+
var SwitchV2 = {
|
|
1013
|
+
"name": "SwitchV2",
|
|
1014
|
+
"defaultProps": {
|
|
1015
|
+
"labelPosition": "start",
|
|
1016
|
+
"size": "md"
|
|
1017
|
+
},
|
|
1018
|
+
"getStylesLiterals": {
|
|
1019
|
+
"switchVariantRoot": "default",
|
|
1020
|
+
"switchVariantActiveRoot": "on",
|
|
1021
|
+
"switchVariantActiveRoot:1": "off",
|
|
1022
|
+
"switchVariantSwitch": "default",
|
|
1023
|
+
"switchVariantActiveSwitch": "on",
|
|
1024
|
+
"switchVariantActiveSwitch:1": "off",
|
|
1025
|
+
"switchVariantActiveHandle": "on",
|
|
1026
|
+
"switchVariantActiveHandle:1": "off",
|
|
1027
|
+
"switchVariantHandle": "default",
|
|
1028
|
+
"switchVariantHandleIcon": "default",
|
|
1029
|
+
"switchVariantActiveHandleIcon": "on",
|
|
1030
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
1031
|
+
},
|
|
1025
1032
|
"cxLiterals": [
|
|
1033
|
+
"group",
|
|
1034
|
+
"flex",
|
|
1035
|
+
"items-center",
|
|
1036
|
+
"flex-row",
|
|
1037
|
+
"flex-row-reverse",
|
|
1038
|
+
"uds-ring",
|
|
1039
|
+
"uds-ring-within",
|
|
1026
1040
|
"relative",
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1041
|
+
"uds-border-radius-full",
|
|
1042
|
+
"transition-[background-color,box-shadow]",
|
|
1043
|
+
"pointer-events-none",
|
|
1044
|
+
"w-full",
|
|
1045
|
+
"h-full",
|
|
1032
1046
|
"absolute",
|
|
1033
|
-
"
|
|
1047
|
+
"top-0",
|
|
1048
|
+
"bottom-0",
|
|
1049
|
+
"right-0",
|
|
1050
|
+
"left-0",
|
|
1051
|
+
"overflow-hidden",
|
|
1052
|
+
"group-hover:scale-105",
|
|
1053
|
+
"opacity-95",
|
|
1054
|
+
"group-hover:opacity-100",
|
|
1055
|
+
"transition-[transform,opacity]",
|
|
1056
|
+
"opacity-0",
|
|
1034
1057
|
"top-1/2",
|
|
1035
|
-
"-
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1058
|
+
"left-1/2",
|
|
1059
|
+
"transform",
|
|
1060
|
+
"translate-x-[-50%]",
|
|
1061
|
+
"translate-y-[-50%]",
|
|
1062
|
+
"transition-opacity",
|
|
1063
|
+
"cursor-[inherit]",
|
|
1064
|
+
"w-[calc(100%+2px)]",
|
|
1065
|
+
"h-[calc(100%+2px)]",
|
|
1066
|
+
"text-start",
|
|
1067
|
+
"text-end",
|
|
1068
|
+
"opacity-100"
|
|
1040
1069
|
],
|
|
1041
|
-
"internalComponents": [
|
|
1042
|
-
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
-
|
|
1046
|
-
|
|
1070
|
+
"internalComponents": [
|
|
1071
|
+
"IconSlot",
|
|
1072
|
+
"Box",
|
|
1073
|
+
"FormLabel",
|
|
1074
|
+
"SpringMotionConfig",
|
|
1075
|
+
"RootElement",
|
|
1076
|
+
"MotionBox"
|
|
1077
|
+
],
|
|
1078
|
+
"internalComponentProps": {
|
|
1079
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
1080
|
+
"FormLabel": {
|
|
1081
|
+
"as": ["div"],
|
|
1082
|
+
"variant": ["inherit"],
|
|
1083
|
+
"color": ["inherit"]
|
|
1084
|
+
},
|
|
1085
|
+
"SpringMotionConfig": {
|
|
1086
|
+
"layoutVariant": ["bouncy"],
|
|
1087
|
+
"layoutSpeed": ["4"]
|
|
1088
|
+
},
|
|
1089
|
+
"RootElement": { "data-testid": ["switch-root"] },
|
|
1090
|
+
"MotionBox": { "layout": ["position"] }
|
|
1091
|
+
},
|
|
1092
|
+
"propToVariantKeys": {
|
|
1093
|
+
"size": [
|
|
1094
|
+
"switchSizeRoot",
|
|
1095
|
+
"switchSizeSwitch",
|
|
1096
|
+
"switchSizeHandle",
|
|
1097
|
+
"switchSizeHandleIcon"
|
|
1098
|
+
],
|
|
1099
|
+
"onIcon": ["icon"],
|
|
1100
|
+
"offIcon": ["icon"],
|
|
1101
|
+
"reduceMotion": ["reducedMotion"],
|
|
1102
|
+
"isOn": ["layoutDependency"]
|
|
1103
|
+
},
|
|
1047
1104
|
"runtimeConfigDefaultProps": {},
|
|
1048
1105
|
"runtimeConfigGetStyles": {},
|
|
1049
1106
|
"runtimeConfigInternalComponentProps": {},
|
|
1050
|
-
"motionVarPrefixes": []
|
|
1107
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1051
1108
|
};
|
|
1052
|
-
var
|
|
1053
|
-
"name": "
|
|
1054
|
-
"defaultProps": {
|
|
1055
|
-
|
|
1109
|
+
var Radio = {
|
|
1110
|
+
"name": "Radio",
|
|
1111
|
+
"defaultProps": {
|
|
1112
|
+
"labelPosition": "start",
|
|
1113
|
+
"variant": "primary",
|
|
1114
|
+
"size": "md",
|
|
1115
|
+
"value": ""
|
|
1116
|
+
},
|
|
1117
|
+
"getStylesLiterals": {
|
|
1118
|
+
"radioVariantValueRoot": "checked",
|
|
1119
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
1120
|
+
"display": "flex",
|
|
1121
|
+
"flexDirection": "row",
|
|
1122
|
+
"flexDirection:1": "row-reverse",
|
|
1123
|
+
"alignItems": "center",
|
|
1124
|
+
"radioVariantValueRadio": "checked",
|
|
1125
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
1126
|
+
"radioVariantValueRadioCircle": "checked",
|
|
1127
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1128
|
+
},
|
|
1056
1129
|
"cxLiterals": [
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1130
|
+
"cursor-pointer",
|
|
1131
|
+
"cursor-default",
|
|
1132
|
+
"opacity-50",
|
|
1133
|
+
"border",
|
|
1134
|
+
"uds-ring",
|
|
1135
|
+
"uds-ring-within",
|
|
1136
|
+
"transition-[background-color,border-color]",
|
|
1137
|
+
"transition-shadow",
|
|
1138
|
+
"pointer-events-none",
|
|
1139
|
+
"w-[8px]",
|
|
1140
|
+
"h-[8px]",
|
|
1141
|
+
"transition-opacity",
|
|
1142
|
+
"cursor-[inherit]",
|
|
1143
|
+
"absolute",
|
|
1144
|
+
"opacity-0",
|
|
1145
|
+
"top-1/2",
|
|
1146
|
+
"left-1/2",
|
|
1147
|
+
"w-[calc(100%+2px)]",
|
|
1148
|
+
"h-[calc(100%+2px)]",
|
|
1149
|
+
"transform",
|
|
1150
|
+
"translate-x-[-50%]",
|
|
1151
|
+
"translate-y-[-50%]",
|
|
1152
|
+
"text-start",
|
|
1153
|
+
"text-end"
|
|
1154
|
+
],
|
|
1155
|
+
"internalComponents": [
|
|
1156
|
+
"Box",
|
|
1157
|
+
"FormLabel",
|
|
1158
|
+
"SpringMotionConfig",
|
|
1159
|
+
"RootElement",
|
|
1160
|
+
"MotionBox"
|
|
1062
1161
|
],
|
|
1063
|
-
"internalComponents": ["Box", "Text"],
|
|
1064
1162
|
"internalComponentProps": {
|
|
1065
|
-
"Box": {
|
|
1066
|
-
|
|
1067
|
-
"
|
|
1068
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1069
|
-
},
|
|
1070
|
-
"Text": {
|
|
1163
|
+
"Box": { "borderRadius": ["full"] },
|
|
1164
|
+
"FormLabel": {
|
|
1165
|
+
"as": ["div"],
|
|
1071
1166
|
"variant": ["inherit"],
|
|
1072
|
-
"color": ["inherit"]
|
|
1073
|
-
|
|
1074
|
-
|
|
1167
|
+
"color": ["inherit"]
|
|
1168
|
+
},
|
|
1169
|
+
"RootElement": { "data-testid": ["container"] },
|
|
1170
|
+
"MotionBox": {
|
|
1171
|
+
"position": ["relative"],
|
|
1172
|
+
"borderRadius": ["full"],
|
|
1173
|
+
"alignItems": ["center"],
|
|
1174
|
+
"justifyContent": ["center"],
|
|
1175
|
+
"flex": ["none"]
|
|
1075
1176
|
}
|
|
1076
1177
|
},
|
|
1077
|
-
"propToVariantKeys": {
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
"getStylesLiterals": {},
|
|
1087
|
-
"cxLiterals": [],
|
|
1088
|
-
"internalComponents": [],
|
|
1089
|
-
"internalComponentProps": {},
|
|
1090
|
-
"propToVariantKeys": {},
|
|
1178
|
+
"propToVariantKeys": {
|
|
1179
|
+
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1180
|
+
"variant": [
|
|
1181
|
+
"radioVariantRoot",
|
|
1182
|
+
"radioVariantRadio",
|
|
1183
|
+
"radioVariantRadioCircle"
|
|
1184
|
+
],
|
|
1185
|
+
"reduceMotion": ["reducedMotion"]
|
|
1186
|
+
},
|
|
1091
1187
|
"runtimeConfigDefaultProps": {},
|
|
1092
1188
|
"runtimeConfigGetStyles": {},
|
|
1093
1189
|
"runtimeConfigInternalComponentProps": {},
|
|
1094
|
-
"motionVarPrefixes": []
|
|
1190
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1095
1191
|
};
|
|
1096
|
-
var
|
|
1097
|
-
"name": "
|
|
1192
|
+
var RadioGroupProvider = {
|
|
1193
|
+
"name": "RadioGroupProvider",
|
|
1098
1194
|
"defaultProps": {},
|
|
1099
1195
|
"getStylesLiterals": {},
|
|
1100
1196
|
"cxLiterals": [],
|
|
1101
|
-
"internalComponents": [
|
|
1102
|
-
|
|
1197
|
+
"internalComponents": [
|
|
1198
|
+
"DivProps",
|
|
1199
|
+
"Comp",
|
|
1200
|
+
"RadioGroupContext.Provider"
|
|
1201
|
+
],
|
|
1202
|
+
"internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
|
|
1103
1203
|
"propToVariantKeys": {},
|
|
1104
1204
|
"runtimeConfigDefaultProps": {},
|
|
1105
1205
|
"runtimeConfigGetStyles": {},
|
|
1106
1206
|
"runtimeConfigInternalComponentProps": {},
|
|
1107
1207
|
"motionVarPrefixes": []
|
|
1108
1208
|
};
|
|
1109
|
-
var
|
|
1110
|
-
"name": "
|
|
1209
|
+
var RadioGroupStore = {
|
|
1210
|
+
"name": "RadioGroupStore",
|
|
1111
1211
|
"defaultProps": {},
|
|
1112
1212
|
"getStylesLiterals": {},
|
|
1113
1213
|
"cxLiterals": [],
|
|
1114
|
-
"internalComponents": [
|
|
1214
|
+
"internalComponents": [],
|
|
1115
1215
|
"internalComponentProps": {},
|
|
1116
1216
|
"propToVariantKeys": {},
|
|
1117
1217
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1119,142 +1219,127 @@ var BottomSheetTrigger = {
|
|
|
1119
1219
|
"runtimeConfigInternalComponentProps": {},
|
|
1120
1220
|
"motionVarPrefixes": []
|
|
1121
1221
|
};
|
|
1122
|
-
var
|
|
1123
|
-
"name": "
|
|
1222
|
+
var Popover = {
|
|
1223
|
+
"name": "Popover",
|
|
1124
1224
|
"defaultProps": {},
|
|
1125
1225
|
"getStylesLiterals": {},
|
|
1126
1226
|
"cxLiterals": [],
|
|
1127
|
-
"internalComponents": ["
|
|
1227
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1128
1228
|
"internalComponentProps": {},
|
|
1129
1229
|
"propToVariantKeys": {},
|
|
1130
|
-
"runtimeConfigDefaultProps": {
|
|
1230
|
+
"runtimeConfigDefaultProps": {
|
|
1231
|
+
"size": "popover.defaultSize",
|
|
1232
|
+
"variant": "popover.defaultVariant"
|
|
1233
|
+
},
|
|
1131
1234
|
"runtimeConfigGetStyles": {},
|
|
1132
1235
|
"runtimeConfigInternalComponentProps": {},
|
|
1133
1236
|
"motionVarPrefixes": []
|
|
1134
1237
|
};
|
|
1135
|
-
var
|
|
1136
|
-
"name": "
|
|
1238
|
+
var PopoverContent = {
|
|
1239
|
+
"name": "PopoverContent",
|
|
1137
1240
|
"defaultProps": {},
|
|
1138
|
-
"getStylesLiterals": {
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1241
|
+
"getStylesLiterals": {
|
|
1242
|
+
"popoverSizeRoot": "default",
|
|
1243
|
+
"popoverVariantRoot": "default",
|
|
1244
|
+
"display": "flex",
|
|
1245
|
+
"position": "relative",
|
|
1246
|
+
"display:1": "block",
|
|
1247
|
+
"spacingTop": "0",
|
|
1248
|
+
"spacingStart": "0",
|
|
1249
|
+
"spacingBottom": "0",
|
|
1250
|
+
"spacingEnd": "0",
|
|
1251
|
+
"popoverSizeSvgBase": "default",
|
|
1252
|
+
"popoverVariantSvgBase": "default",
|
|
1253
|
+
"popoverSizeSvgBorder": "default",
|
|
1254
|
+
"popoverVariantSvgBorder": "default",
|
|
1255
|
+
"popoverVariantBlur": "default",
|
|
1256
|
+
"position:1": "absolute",
|
|
1257
|
+
"width": "full",
|
|
1258
|
+
"height": "full",
|
|
1259
|
+
"flexShrink": "0",
|
|
1260
|
+
"borderRadius": "full",
|
|
1261
|
+
"alignItems": "center",
|
|
1262
|
+
"justifyContent": "center",
|
|
1263
|
+
"popoverVariantCloseIcon": "default",
|
|
1264
|
+
"popoverSizeCloseIcon": "default"
|
|
1158
1265
|
},
|
|
1159
|
-
"getStylesLiterals": {},
|
|
1160
1266
|
"cxLiterals": [
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1267
|
+
"z-[9999]",
|
|
1268
|
+
"outline-none",
|
|
1269
|
+
"focus-visible:outline-none",
|
|
1270
|
+
"uds-bgBlurFillFallback",
|
|
1271
|
+
"uds-bgBlurFallback",
|
|
1272
|
+
"top-0",
|
|
1273
|
+
"left-0",
|
|
1274
|
+
"z-[1]",
|
|
1275
|
+
"duration-0",
|
|
1276
|
+
"duration-120",
|
|
1277
|
+
"transition-[background-color]",
|
|
1278
|
+
"bg-carbon-15/0",
|
|
1279
|
+
"hover:bg-carbon-15/10",
|
|
1280
|
+
"active:bg-carbon-15/15",
|
|
1281
|
+
"uds-ring",
|
|
1282
|
+
"absolute",
|
|
1283
|
+
"z-[4]"
|
|
1171
1284
|
],
|
|
1172
1285
|
"internalComponents": [
|
|
1286
|
+
"PopoverDismiss",
|
|
1173
1287
|
"IconSlot",
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1288
|
+
"PopoverArrow",
|
|
1289
|
+
"Popover",
|
|
1290
|
+
"SvgFloatingOverlay",
|
|
1291
|
+
"Box",
|
|
1292
|
+
"Pressable"
|
|
1177
1293
|
],
|
|
1178
|
-
"internalComponentProps": {
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
"propToVariantKeys": {
|
|
1184
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1185
|
-
"startIcon": ["icon"],
|
|
1186
|
-
"endIcon": ["icon"]
|
|
1294
|
+
"internalComponentProps": {},
|
|
1295
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1296
|
+
"runtimeConfigDefaultProps": {
|
|
1297
|
+
"size": "popover.defaultSize",
|
|
1298
|
+
"variant": "popover.defaultVariant"
|
|
1187
1299
|
},
|
|
1188
|
-
"
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
"
|
|
1195
|
-
"defaultProps": { "variant": "primary" },
|
|
1196
|
-
"getStylesLiterals": {},
|
|
1197
|
-
"cxLiterals": ["uds-ring"],
|
|
1198
|
-
"internalComponents": ["ChipBase"],
|
|
1199
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1200
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1201
|
-
"runtimeConfigDefaultProps": {},
|
|
1202
|
-
"runtimeConfigGetStyles": {},
|
|
1203
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1300
|
+
"runtimeConfigGetStyles": {
|
|
1301
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1302
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1303
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1304
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1305
|
+
},
|
|
1306
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1204
1307
|
"motionVarPrefixes": []
|
|
1205
1308
|
};
|
|
1206
|
-
var
|
|
1207
|
-
"name": "
|
|
1208
|
-
"defaultProps": {
|
|
1309
|
+
var PopoverContext = {
|
|
1310
|
+
"name": "PopoverContext",
|
|
1311
|
+
"defaultProps": {},
|
|
1209
1312
|
"getStylesLiterals": {},
|
|
1210
|
-
"cxLiterals": [
|
|
1211
|
-
|
|
1212
|
-
"uds-hit-target",
|
|
1213
|
-
"uds-ring",
|
|
1214
|
-
"rounded-full"
|
|
1215
|
-
],
|
|
1216
|
-
"internalComponents": [
|
|
1217
|
-
"ChipBase",
|
|
1218
|
-
"IconSlot",
|
|
1219
|
-
"Pressable"
|
|
1220
|
-
],
|
|
1313
|
+
"cxLiterals": [],
|
|
1314
|
+
"internalComponents": [],
|
|
1221
1315
|
"internalComponentProps": {},
|
|
1222
|
-
"propToVariantKeys": {
|
|
1223
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1224
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
1225
|
-
},
|
|
1316
|
+
"propToVariantKeys": {},
|
|
1226
1317
|
"runtimeConfigDefaultProps": {},
|
|
1227
1318
|
"runtimeConfigGetStyles": {},
|
|
1228
1319
|
"runtimeConfigInternalComponentProps": {},
|
|
1229
1320
|
"motionVarPrefixes": []
|
|
1230
1321
|
};
|
|
1231
|
-
var
|
|
1232
|
-
"name": "
|
|
1233
|
-
"defaultProps": {
|
|
1322
|
+
var PopoverTrigger = {
|
|
1323
|
+
"name": "PopoverTrigger",
|
|
1324
|
+
"defaultProps": {},
|
|
1234
1325
|
"getStylesLiterals": {},
|
|
1235
|
-
"cxLiterals": [
|
|
1236
|
-
"internalComponents": ["
|
|
1237
|
-
"internalComponentProps": { "
|
|
1238
|
-
"propToVariantKeys": { "
|
|
1326
|
+
"cxLiterals": [],
|
|
1327
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1328
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1329
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1239
1330
|
"runtimeConfigDefaultProps": {},
|
|
1240
1331
|
"runtimeConfigGetStyles": {},
|
|
1241
1332
|
"runtimeConfigInternalComponentProps": {},
|
|
1242
1333
|
"motionVarPrefixes": []
|
|
1243
1334
|
};
|
|
1244
|
-
var
|
|
1245
|
-
"name": "
|
|
1246
|
-
"defaultProps": {
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
"
|
|
1251
|
-
|
|
1252
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
1253
|
-
},
|
|
1254
|
-
"cxLiterals": ["uds-ring"],
|
|
1255
|
-
"internalComponents": ["ChipBase"],
|
|
1256
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1257
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1335
|
+
var UDSPopoverConfigProvider = {
|
|
1336
|
+
"name": "UDSPopoverConfigProvider",
|
|
1337
|
+
"defaultProps": {},
|
|
1338
|
+
"getStylesLiterals": {},
|
|
1339
|
+
"cxLiterals": [],
|
|
1340
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1341
|
+
"internalComponentProps": {},
|
|
1342
|
+
"propToVariantKeys": {},
|
|
1258
1343
|
"runtimeConfigDefaultProps": {},
|
|
1259
1344
|
"runtimeConfigGetStyles": {},
|
|
1260
1345
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1459,19 +1544,311 @@ var Menu_index = {
|
|
|
1459
1544
|
"cxLiterals": [],
|
|
1460
1545
|
"internalComponents": [],
|
|
1461
1546
|
"internalComponentProps": {},
|
|
1462
|
-
"propToVariantKeys": {},
|
|
1547
|
+
"propToVariantKeys": {},
|
|
1548
|
+
"runtimeConfigDefaultProps": {},
|
|
1549
|
+
"runtimeConfigGetStyles": {},
|
|
1550
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1551
|
+
"motionVarPrefixes": []
|
|
1552
|
+
};
|
|
1553
|
+
var Menu = {
|
|
1554
|
+
"name": "Menu",
|
|
1555
|
+
"defaultProps": {},
|
|
1556
|
+
"getStylesLiterals": {},
|
|
1557
|
+
"cxLiterals": [],
|
|
1558
|
+
"internalComponents": [],
|
|
1559
|
+
"internalComponentProps": {},
|
|
1560
|
+
"propToVariantKeys": {},
|
|
1561
|
+
"runtimeConfigDefaultProps": {},
|
|
1562
|
+
"runtimeConfigGetStyles": {},
|
|
1563
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1564
|
+
"motionVarPrefixes": []
|
|
1565
|
+
};
|
|
1566
|
+
var BottomSheet = {
|
|
1567
|
+
"name": "BottomSheet",
|
|
1568
|
+
"defaultProps": { "variant": "default" },
|
|
1569
|
+
"getStylesLiterals": {},
|
|
1570
|
+
"cxLiterals": [
|
|
1571
|
+
"fixed",
|
|
1572
|
+
"overflow-hidden",
|
|
1573
|
+
"inset-x-0",
|
|
1574
|
+
"bottom-0",
|
|
1575
|
+
"z-50",
|
|
1576
|
+
"[will-change:transform]",
|
|
1577
|
+
"touch-none",
|
|
1578
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1579
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1580
|
+
"transition-transform",
|
|
1581
|
+
"duration-500",
|
|
1582
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1583
|
+
"motion-reduce:transition-none",
|
|
1584
|
+
"top-[-4px]",
|
|
1585
|
+
"z-[1]",
|
|
1586
|
+
"touch-pan-y"
|
|
1587
|
+
],
|
|
1588
|
+
"internalComponents": [
|
|
1589
|
+
"Scrim",
|
|
1590
|
+
"BottomSheetHandle",
|
|
1591
|
+
"Dialog",
|
|
1592
|
+
"Box",
|
|
1593
|
+
"BottomSheetInternalContext.Provider"
|
|
1594
|
+
],
|
|
1595
|
+
"internalComponentProps": {
|
|
1596
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1597
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1598
|
+
"Box": {
|
|
1599
|
+
"display": ["block", "flex"],
|
|
1600
|
+
"position": ["absolute"],
|
|
1601
|
+
"flexDirection": ["column"],
|
|
1602
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1606
|
+
"runtimeConfigDefaultProps": {},
|
|
1607
|
+
"runtimeConfigGetStyles": {},
|
|
1608
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1609
|
+
"motionVarPrefixes": []
|
|
1610
|
+
};
|
|
1611
|
+
var BottomSheetContent = {
|
|
1612
|
+
"name": "BottomSheetContent",
|
|
1613
|
+
"defaultProps": {},
|
|
1614
|
+
"getStylesLiterals": {},
|
|
1615
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1616
|
+
"internalComponents": ["Box", "VStack"],
|
|
1617
|
+
"internalComponentProps": {
|
|
1618
|
+
"Box": {
|
|
1619
|
+
"display": ["block"],
|
|
1620
|
+
"flex": ["1"]
|
|
1621
|
+
},
|
|
1622
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1623
|
+
},
|
|
1624
|
+
"propToVariantKeys": {},
|
|
1625
|
+
"runtimeConfigDefaultProps": {},
|
|
1626
|
+
"runtimeConfigGetStyles": {},
|
|
1627
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1628
|
+
"motionVarPrefixes": []
|
|
1629
|
+
};
|
|
1630
|
+
var BottomSheetDismiss = {
|
|
1631
|
+
"name": "BottomSheetDismiss",
|
|
1632
|
+
"defaultProps": {},
|
|
1633
|
+
"getStylesLiterals": {},
|
|
1634
|
+
"cxLiterals": [],
|
|
1635
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1636
|
+
"internalComponentProps": {},
|
|
1637
|
+
"propToVariantKeys": {},
|
|
1638
|
+
"runtimeConfigDefaultProps": {},
|
|
1639
|
+
"runtimeConfigGetStyles": {},
|
|
1640
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1641
|
+
"motionVarPrefixes": []
|
|
1642
|
+
};
|
|
1643
|
+
var BottomSheetHandle = {
|
|
1644
|
+
"name": "BottomSheetHandle",
|
|
1645
|
+
"defaultProps": { "variant": "default" },
|
|
1646
|
+
"getStylesLiterals": {},
|
|
1647
|
+
"cxLiterals": [
|
|
1648
|
+
"relative",
|
|
1649
|
+
"h-5",
|
|
1650
|
+
"w-16",
|
|
1651
|
+
"outline-none",
|
|
1652
|
+
"focus-visible:outline-none",
|
|
1653
|
+
"[touch-action:pan-y]",
|
|
1654
|
+
"absolute",
|
|
1655
|
+
"left-1/2",
|
|
1656
|
+
"top-1/2",
|
|
1657
|
+
"-translate-x-1/2",
|
|
1658
|
+
"-translate-y-1/2",
|
|
1659
|
+
"h-1",
|
|
1660
|
+
"w-8",
|
|
1661
|
+
"rounded-full"
|
|
1662
|
+
],
|
|
1663
|
+
"internalComponents": ["Box"],
|
|
1664
|
+
"internalComponentProps": { "Box": {
|
|
1665
|
+
"display": ["block", "flex"],
|
|
1666
|
+
"justifyContent": ["center"]
|
|
1667
|
+
} },
|
|
1668
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1669
|
+
"runtimeConfigDefaultProps": {},
|
|
1670
|
+
"runtimeConfigGetStyles": {},
|
|
1671
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1672
|
+
"motionVarPrefixes": []
|
|
1673
|
+
};
|
|
1674
|
+
var BottomSheetHeader = {
|
|
1675
|
+
"name": "BottomSheetHeader",
|
|
1676
|
+
"defaultProps": { "variant": "default" },
|
|
1677
|
+
"getStylesLiterals": {},
|
|
1678
|
+
"cxLiterals": [
|
|
1679
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1680
|
+
"items-center",
|
|
1681
|
+
"w-full",
|
|
1682
|
+
"min-h-10",
|
|
1683
|
+
"mt-2"
|
|
1684
|
+
],
|
|
1685
|
+
"internalComponents": ["Box", "Text"],
|
|
1686
|
+
"internalComponentProps": {
|
|
1687
|
+
"Box": {
|
|
1688
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1689
|
+
"display": ["grid", "flex"],
|
|
1690
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1691
|
+
},
|
|
1692
|
+
"Text": {
|
|
1693
|
+
"variant": ["inherit"],
|
|
1694
|
+
"color": ["inherit"],
|
|
1695
|
+
"textAlign": ["center"],
|
|
1696
|
+
"className": ["w-full"]
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1700
|
+
"runtimeConfigDefaultProps": {},
|
|
1701
|
+
"runtimeConfigGetStyles": {},
|
|
1702
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1703
|
+
"motionVarPrefixes": []
|
|
1704
|
+
};
|
|
1705
|
+
var BottomSheetInternalContext = {
|
|
1706
|
+
"name": "BottomSheetInternalContext",
|
|
1707
|
+
"defaultProps": {},
|
|
1708
|
+
"getStylesLiterals": {},
|
|
1709
|
+
"cxLiterals": [],
|
|
1710
|
+
"internalComponents": [],
|
|
1711
|
+
"internalComponentProps": {},
|
|
1712
|
+
"propToVariantKeys": {},
|
|
1713
|
+
"runtimeConfigDefaultProps": {},
|
|
1714
|
+
"runtimeConfigGetStyles": {},
|
|
1715
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1716
|
+
"motionVarPrefixes": []
|
|
1717
|
+
};
|
|
1718
|
+
var BottomSheetProvider = {
|
|
1719
|
+
"name": "BottomSheetProvider",
|
|
1720
|
+
"defaultProps": {},
|
|
1721
|
+
"getStylesLiterals": {},
|
|
1722
|
+
"cxLiterals": [],
|
|
1723
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1724
|
+
"internalComponentProps": {},
|
|
1725
|
+
"propToVariantKeys": {},
|
|
1726
|
+
"runtimeConfigDefaultProps": {},
|
|
1727
|
+
"runtimeConfigGetStyles": {},
|
|
1728
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1729
|
+
"motionVarPrefixes": []
|
|
1730
|
+
};
|
|
1731
|
+
var BottomSheetTrigger = {
|
|
1732
|
+
"name": "BottomSheetTrigger",
|
|
1733
|
+
"defaultProps": {},
|
|
1734
|
+
"getStylesLiterals": {},
|
|
1735
|
+
"cxLiterals": [],
|
|
1736
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1737
|
+
"internalComponentProps": {},
|
|
1738
|
+
"propToVariantKeys": {},
|
|
1739
|
+
"runtimeConfigDefaultProps": {},
|
|
1740
|
+
"runtimeConfigGetStyles": {},
|
|
1741
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1742
|
+
"motionVarPrefixes": []
|
|
1743
|
+
};
|
|
1744
|
+
var UDSBottomSheetConfigProvider = {
|
|
1745
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1746
|
+
"defaultProps": {},
|
|
1747
|
+
"getStylesLiterals": {},
|
|
1748
|
+
"cxLiterals": [],
|
|
1749
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1750
|
+
"internalComponentProps": {},
|
|
1751
|
+
"propToVariantKeys": {},
|
|
1752
|
+
"runtimeConfigDefaultProps": {},
|
|
1753
|
+
"runtimeConfigGetStyles": {},
|
|
1754
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1755
|
+
"motionVarPrefixes": []
|
|
1756
|
+
};
|
|
1757
|
+
var Avatar = {
|
|
1758
|
+
"name": "Avatar",
|
|
1759
|
+
"defaultProps": {},
|
|
1760
|
+
"getStylesLiterals": {},
|
|
1761
|
+
"cxLiterals": [],
|
|
1762
|
+
"internalComponents": ["AvatarImage"],
|
|
1763
|
+
"internalComponentProps": {},
|
|
1764
|
+
"propToVariantKeys": {},
|
|
1765
|
+
"runtimeConfigDefaultProps": {},
|
|
1766
|
+
"runtimeConfigGetStyles": {},
|
|
1767
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1768
|
+
"motionVarPrefixes": []
|
|
1769
|
+
};
|
|
1770
|
+
var AvatarIcon = {
|
|
1771
|
+
"name": "AvatarIcon",
|
|
1772
|
+
"defaultProps": {
|
|
1773
|
+
"size": "md",
|
|
1774
|
+
"variant": "primary"
|
|
1775
|
+
},
|
|
1776
|
+
"getStylesLiterals": {},
|
|
1777
|
+
"cxLiterals": [
|
|
1778
|
+
"overflow-hidden",
|
|
1779
|
+
"w-full",
|
|
1780
|
+
"h-full",
|
|
1781
|
+
"shrink-0",
|
|
1782
|
+
"text-center",
|
|
1783
|
+
"inline-flex",
|
|
1784
|
+
"justify-center",
|
|
1785
|
+
"items-center"
|
|
1786
|
+
],
|
|
1787
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1788
|
+
"internalComponentProps": {},
|
|
1789
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1790
|
+
"runtimeConfigDefaultProps": {},
|
|
1791
|
+
"runtimeConfigGetStyles": {},
|
|
1792
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1793
|
+
"motionVarPrefixes": []
|
|
1794
|
+
};
|
|
1795
|
+
var AvatarImage = {
|
|
1796
|
+
"name": "AvatarImage",
|
|
1797
|
+
"defaultProps": {
|
|
1798
|
+
"size": "md",
|
|
1799
|
+
"variant": "primary"
|
|
1800
|
+
},
|
|
1801
|
+
"getStylesLiterals": {},
|
|
1802
|
+
"cxLiterals": [
|
|
1803
|
+
"overflow-hidden",
|
|
1804
|
+
"w-full",
|
|
1805
|
+
"h-full",
|
|
1806
|
+
"shrink-0",
|
|
1807
|
+
"text-center",
|
|
1808
|
+
"inline-flex",
|
|
1809
|
+
"justify-center",
|
|
1810
|
+
"items-center",
|
|
1811
|
+
"object-cover"
|
|
1812
|
+
],
|
|
1813
|
+
"internalComponents": [
|
|
1814
|
+
"UDSImage",
|
|
1815
|
+
"AvatarText",
|
|
1816
|
+
"AvatarIcon",
|
|
1817
|
+
"Box"
|
|
1818
|
+
],
|
|
1819
|
+
"internalComponentProps": {},
|
|
1820
|
+
"propToVariantKeys": {
|
|
1821
|
+
"alt": ["name"],
|
|
1822
|
+
"fallback": ["initials"]
|
|
1823
|
+
},
|
|
1463
1824
|
"runtimeConfigDefaultProps": {},
|
|
1464
1825
|
"runtimeConfigGetStyles": {},
|
|
1465
1826
|
"runtimeConfigInternalComponentProps": {},
|
|
1466
1827
|
"motionVarPrefixes": []
|
|
1467
1828
|
};
|
|
1468
|
-
var
|
|
1469
|
-
"name": "
|
|
1470
|
-
"defaultProps": {
|
|
1829
|
+
var AvatarText = {
|
|
1830
|
+
"name": "AvatarText",
|
|
1831
|
+
"defaultProps": {
|
|
1832
|
+
"size": "md",
|
|
1833
|
+
"variant": "primary"
|
|
1834
|
+
},
|
|
1471
1835
|
"getStylesLiterals": {},
|
|
1472
|
-
"cxLiterals": [
|
|
1473
|
-
|
|
1474
|
-
|
|
1836
|
+
"cxLiterals": [
|
|
1837
|
+
"overflow-hidden",
|
|
1838
|
+
"truncate",
|
|
1839
|
+
"w-full",
|
|
1840
|
+
"h-full",
|
|
1841
|
+
"shrink-0",
|
|
1842
|
+
"text-center",
|
|
1843
|
+
"inline-flex",
|
|
1844
|
+
"justify-center",
|
|
1845
|
+
"items-center"
|
|
1846
|
+
],
|
|
1847
|
+
"internalComponents": ["Box", "Text"],
|
|
1848
|
+
"internalComponentProps": { "Text": {
|
|
1849
|
+
"color": ["inherit"],
|
|
1850
|
+
"variant": ["inherit"]
|
|
1851
|
+
} },
|
|
1475
1852
|
"propToVariantKeys": {},
|
|
1476
1853
|
"runtimeConfigDefaultProps": {},
|
|
1477
1854
|
"runtimeConfigGetStyles": {},
|
|
@@ -1601,247 +1978,136 @@ var InputHelpTextInternal = {
|
|
|
1601
1978
|
"propToVariantKeys": {
|
|
1602
1979
|
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1603
1980
|
"startIcon": ["icon"],
|
|
1604
|
-
"endIcon": ["icon"]
|
|
1605
|
-
},
|
|
1606
|
-
"runtimeConfigDefaultProps": {},
|
|
1607
|
-
"runtimeConfigGetStyles": {},
|
|
1608
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1609
|
-
"motionVarPrefixes": []
|
|
1610
|
-
};
|
|
1611
|
-
var Popover = {
|
|
1612
|
-
"name": "Popover",
|
|
1613
|
-
"defaultProps": {},
|
|
1614
|
-
"getStylesLiterals": {},
|
|
1615
|
-
"cxLiterals": [],
|
|
1616
|
-
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1617
|
-
"internalComponentProps": {},
|
|
1618
|
-
"propToVariantKeys": {},
|
|
1619
|
-
"runtimeConfigDefaultProps": {
|
|
1620
|
-
"size": "popover.defaultSize",
|
|
1621
|
-
"variant": "popover.defaultVariant"
|
|
1622
|
-
},
|
|
1623
|
-
"runtimeConfigGetStyles": {},
|
|
1624
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1625
|
-
"motionVarPrefixes": []
|
|
1626
|
-
};
|
|
1627
|
-
var PopoverContent = {
|
|
1628
|
-
"name": "PopoverContent",
|
|
1629
|
-
"defaultProps": {},
|
|
1630
|
-
"getStylesLiterals": {
|
|
1631
|
-
"popoverSizeRoot": "default",
|
|
1632
|
-
"popoverVariantRoot": "default",
|
|
1633
|
-
"display": "flex",
|
|
1634
|
-
"position": "relative",
|
|
1635
|
-
"display:1": "block",
|
|
1636
|
-
"spacingTop": "0",
|
|
1637
|
-
"spacingStart": "0",
|
|
1638
|
-
"spacingBottom": "0",
|
|
1639
|
-
"spacingEnd": "0",
|
|
1640
|
-
"popoverSizeSvgBase": "default",
|
|
1641
|
-
"popoverVariantSvgBase": "default",
|
|
1642
|
-
"popoverSizeSvgBorder": "default",
|
|
1643
|
-
"popoverVariantSvgBorder": "default",
|
|
1644
|
-
"popoverVariantBlur": "default",
|
|
1645
|
-
"position:1": "absolute",
|
|
1646
|
-
"width": "full",
|
|
1647
|
-
"height": "full",
|
|
1648
|
-
"flexShrink": "0",
|
|
1649
|
-
"borderRadius": "full",
|
|
1650
|
-
"alignItems": "center",
|
|
1651
|
-
"justifyContent": "center",
|
|
1652
|
-
"popoverVariantCloseIcon": "default",
|
|
1653
|
-
"popoverSizeCloseIcon": "default"
|
|
1654
|
-
},
|
|
1655
|
-
"cxLiterals": [
|
|
1656
|
-
"z-[9999]",
|
|
1657
|
-
"outline-none",
|
|
1658
|
-
"focus-visible:outline-none",
|
|
1659
|
-
"uds-bgBlurFillFallback",
|
|
1660
|
-
"uds-bgBlurFallback",
|
|
1661
|
-
"top-0",
|
|
1662
|
-
"left-0",
|
|
1663
|
-
"z-[1]",
|
|
1664
|
-
"duration-0",
|
|
1665
|
-
"duration-120",
|
|
1666
|
-
"transition-[background-color]",
|
|
1667
|
-
"bg-carbon-15/0",
|
|
1668
|
-
"hover:bg-carbon-15/10",
|
|
1669
|
-
"active:bg-carbon-15/15",
|
|
1670
|
-
"uds-ring",
|
|
1671
|
-
"absolute",
|
|
1672
|
-
"z-[4]"
|
|
1673
|
-
],
|
|
1674
|
-
"internalComponents": [
|
|
1675
|
-
"PopoverDismiss",
|
|
1676
|
-
"IconSlot",
|
|
1677
|
-
"PopoverArrow",
|
|
1678
|
-
"Popover",
|
|
1679
|
-
"SvgFloatingOverlay",
|
|
1680
|
-
"Box",
|
|
1681
|
-
"Pressable"
|
|
1682
|
-
],
|
|
1683
|
-
"internalComponentProps": {},
|
|
1684
|
-
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1685
|
-
"runtimeConfigDefaultProps": {
|
|
1686
|
-
"size": "popover.defaultSize",
|
|
1687
|
-
"variant": "popover.defaultVariant"
|
|
1688
|
-
},
|
|
1689
|
-
"runtimeConfigGetStyles": {
|
|
1690
|
-
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1691
|
-
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1692
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1693
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1694
|
-
},
|
|
1695
|
-
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1696
|
-
"motionVarPrefixes": []
|
|
1697
|
-
};
|
|
1698
|
-
var PopoverContext = {
|
|
1699
|
-
"name": "PopoverContext",
|
|
1700
|
-
"defaultProps": {},
|
|
1701
|
-
"getStylesLiterals": {},
|
|
1702
|
-
"cxLiterals": [],
|
|
1703
|
-
"internalComponents": [],
|
|
1704
|
-
"internalComponentProps": {},
|
|
1705
|
-
"propToVariantKeys": {},
|
|
1706
|
-
"runtimeConfigDefaultProps": {},
|
|
1707
|
-
"runtimeConfigGetStyles": {},
|
|
1708
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1709
|
-
"motionVarPrefixes": []
|
|
1710
|
-
};
|
|
1711
|
-
var PopoverTrigger = {
|
|
1712
|
-
"name": "PopoverTrigger",
|
|
1713
|
-
"defaultProps": {},
|
|
1714
|
-
"getStylesLiterals": {},
|
|
1715
|
-
"cxLiterals": [],
|
|
1716
|
-
"internalComponents": ["PopoverDisclosure"],
|
|
1717
|
-
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1718
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1719
|
-
"runtimeConfigDefaultProps": {},
|
|
1720
|
-
"runtimeConfigGetStyles": {},
|
|
1721
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1722
|
-
"motionVarPrefixes": []
|
|
1723
|
-
};
|
|
1724
|
-
var UDSPopoverConfigProvider = {
|
|
1725
|
-
"name": "UDSPopoverConfigProvider",
|
|
1726
|
-
"defaultProps": {},
|
|
1727
|
-
"getStylesLiterals": {},
|
|
1728
|
-
"cxLiterals": [],
|
|
1729
|
-
"internalComponents": ["PopoverContext.Provider"],
|
|
1730
|
-
"internalComponentProps": {},
|
|
1731
|
-
"propToVariantKeys": {},
|
|
1732
|
-
"runtimeConfigDefaultProps": {},
|
|
1733
|
-
"runtimeConfigGetStyles": {},
|
|
1734
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1735
|
-
"motionVarPrefixes": []
|
|
1736
|
-
};
|
|
1737
|
-
var Radio = {
|
|
1738
|
-
"name": "Radio",
|
|
1739
|
-
"defaultProps": {
|
|
1740
|
-
"labelPosition": "start",
|
|
1741
|
-
"variant": "primary",
|
|
1742
|
-
"size": "md",
|
|
1743
|
-
"value": ""
|
|
1744
|
-
},
|
|
1745
|
-
"getStylesLiterals": {
|
|
1746
|
-
"radioVariantValueRoot": "checked",
|
|
1747
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
1748
|
-
"display": "flex",
|
|
1749
|
-
"flexDirection": "row",
|
|
1750
|
-
"flexDirection:1": "row-reverse",
|
|
1751
|
-
"alignItems": "center",
|
|
1752
|
-
"radioVariantValueRadio": "checked",
|
|
1753
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
1754
|
-
"radioVariantValueRadioCircle": "checked",
|
|
1755
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1756
|
-
},
|
|
1757
|
-
"cxLiterals": [
|
|
1758
|
-
"cursor-pointer",
|
|
1759
|
-
"cursor-default",
|
|
1760
|
-
"opacity-50",
|
|
1761
|
-
"border",
|
|
1762
|
-
"uds-ring",
|
|
1763
|
-
"uds-ring-within",
|
|
1764
|
-
"transition-[background-color,border-color]",
|
|
1765
|
-
"transition-shadow",
|
|
1766
|
-
"pointer-events-none",
|
|
1767
|
-
"w-[8px]",
|
|
1768
|
-
"h-[8px]",
|
|
1769
|
-
"transition-opacity",
|
|
1770
|
-
"cursor-[inherit]",
|
|
1771
|
-
"absolute",
|
|
1772
|
-
"opacity-0",
|
|
1773
|
-
"top-1/2",
|
|
1774
|
-
"left-1/2",
|
|
1775
|
-
"w-[calc(100%+2px)]",
|
|
1776
|
-
"h-[calc(100%+2px)]",
|
|
1777
|
-
"transform",
|
|
1778
|
-
"translate-x-[-50%]",
|
|
1779
|
-
"translate-y-[-50%]",
|
|
1780
|
-
"text-start",
|
|
1781
|
-
"text-end"
|
|
1782
|
-
],
|
|
1783
|
-
"internalComponents": [
|
|
1784
|
-
"Box",
|
|
1785
|
-
"FormLabel",
|
|
1786
|
-
"SpringMotionConfig",
|
|
1787
|
-
"RootElement",
|
|
1788
|
-
"MotionBox"
|
|
1789
|
-
],
|
|
1790
|
-
"internalComponentProps": {
|
|
1791
|
-
"Box": { "borderRadius": ["full"] },
|
|
1792
|
-
"FormLabel": {
|
|
1793
|
-
"as": ["div"],
|
|
1794
|
-
"variant": ["inherit"],
|
|
1795
|
-
"color": ["inherit"]
|
|
1796
|
-
},
|
|
1797
|
-
"RootElement": { "data-testid": ["container"] },
|
|
1798
|
-
"MotionBox": {
|
|
1799
|
-
"position": ["relative"],
|
|
1800
|
-
"borderRadius": ["full"],
|
|
1801
|
-
"alignItems": ["center"],
|
|
1802
|
-
"justifyContent": ["center"],
|
|
1803
|
-
"flex": ["none"]
|
|
1804
|
-
}
|
|
1805
|
-
},
|
|
1806
|
-
"propToVariantKeys": {
|
|
1807
|
-
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1808
|
-
"variant": [
|
|
1809
|
-
"radioVariantRoot",
|
|
1810
|
-
"radioVariantRadio",
|
|
1811
|
-
"radioVariantRadioCircle"
|
|
1812
|
-
],
|
|
1813
|
-
"reduceMotion": ["reducedMotion"]
|
|
1981
|
+
"endIcon": ["icon"]
|
|
1814
1982
|
},
|
|
1815
1983
|
"runtimeConfigDefaultProps": {},
|
|
1816
1984
|
"runtimeConfigGetStyles": {},
|
|
1817
1985
|
"runtimeConfigInternalComponentProps": {},
|
|
1818
|
-
"motionVarPrefixes": [
|
|
1986
|
+
"motionVarPrefixes": []
|
|
1819
1987
|
};
|
|
1820
|
-
var
|
|
1821
|
-
"name": "
|
|
1988
|
+
var Chip = {
|
|
1989
|
+
"name": "Chip",
|
|
1822
1990
|
"defaultProps": {},
|
|
1823
1991
|
"getStylesLiterals": {},
|
|
1824
1992
|
"cxLiterals": [],
|
|
1825
1993
|
"internalComponents": [
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1994
|
+
"ChipDismissible",
|
|
1995
|
+
"ChipToggle",
|
|
1996
|
+
"ChipLink",
|
|
1997
|
+
"ChipButton"
|
|
1829
1998
|
],
|
|
1830
|
-
"internalComponentProps": {
|
|
1999
|
+
"internalComponentProps": {},
|
|
1831
2000
|
"propToVariantKeys": {},
|
|
1832
2001
|
"runtimeConfigDefaultProps": {},
|
|
1833
2002
|
"runtimeConfigGetStyles": {},
|
|
1834
2003
|
"runtimeConfigInternalComponentProps": {},
|
|
1835
2004
|
"motionVarPrefixes": []
|
|
1836
2005
|
};
|
|
1837
|
-
var
|
|
1838
|
-
"name": "
|
|
1839
|
-
"defaultProps": {
|
|
2006
|
+
var ChipBase = {
|
|
2007
|
+
"name": "ChipBase",
|
|
2008
|
+
"defaultProps": {
|
|
2009
|
+
"size": "md",
|
|
2010
|
+
"as": "div"
|
|
2011
|
+
},
|
|
1840
2012
|
"getStylesLiterals": {},
|
|
1841
|
-
"cxLiterals": [
|
|
1842
|
-
|
|
2013
|
+
"cxLiterals": [
|
|
2014
|
+
"pointer-events-none",
|
|
2015
|
+
"cursor-default",
|
|
2016
|
+
"opacity-50",
|
|
2017
|
+
"inline-flex",
|
|
2018
|
+
"items-center",
|
|
2019
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2020
|
+
"truncate",
|
|
2021
|
+
"whitespace-nowrap",
|
|
2022
|
+
"text-center",
|
|
2023
|
+
"flex-1"
|
|
2024
|
+
],
|
|
2025
|
+
"internalComponents": [
|
|
2026
|
+
"IconSlot",
|
|
2027
|
+
"HStack",
|
|
2028
|
+
"As",
|
|
2029
|
+
"Text"
|
|
2030
|
+
],
|
|
2031
|
+
"internalComponentProps": { "Text": {
|
|
2032
|
+
"as": ["span"],
|
|
2033
|
+
"color": ["current"],
|
|
2034
|
+
"variant": ["inherit"]
|
|
2035
|
+
} },
|
|
2036
|
+
"propToVariantKeys": {
|
|
2037
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2038
|
+
"startIcon": ["icon"],
|
|
2039
|
+
"endIcon": ["icon"]
|
|
2040
|
+
},
|
|
2041
|
+
"runtimeConfigDefaultProps": {},
|
|
2042
|
+
"runtimeConfigGetStyles": {},
|
|
2043
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2044
|
+
"motionVarPrefixes": []
|
|
2045
|
+
};
|
|
2046
|
+
var ChipButton = {
|
|
2047
|
+
"name": "ChipButton",
|
|
2048
|
+
"defaultProps": { "variant": "primary" },
|
|
2049
|
+
"getStylesLiterals": {},
|
|
2050
|
+
"cxLiterals": ["uds-ring"],
|
|
2051
|
+
"internalComponents": ["ChipBase"],
|
|
2052
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2053
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2054
|
+
"runtimeConfigDefaultProps": {},
|
|
2055
|
+
"runtimeConfigGetStyles": {},
|
|
2056
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2057
|
+
"motionVarPrefixes": []
|
|
2058
|
+
};
|
|
2059
|
+
var ChipDismissible = {
|
|
2060
|
+
"name": "ChipDismissible",
|
|
2061
|
+
"defaultProps": { "variant": "primary" },
|
|
2062
|
+
"getStylesLiterals": {},
|
|
2063
|
+
"cxLiterals": [
|
|
2064
|
+
"uds-chip-dismissible-button",
|
|
2065
|
+
"uds-hit-target",
|
|
2066
|
+
"uds-ring",
|
|
2067
|
+
"rounded-full"
|
|
2068
|
+
],
|
|
2069
|
+
"internalComponents": [
|
|
2070
|
+
"ChipBase",
|
|
2071
|
+
"IconSlot",
|
|
2072
|
+
"Pressable"
|
|
2073
|
+
],
|
|
1843
2074
|
"internalComponentProps": {},
|
|
1844
|
-
"propToVariantKeys": {
|
|
2075
|
+
"propToVariantKeys": {
|
|
2076
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2077
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
2078
|
+
},
|
|
2079
|
+
"runtimeConfigDefaultProps": {},
|
|
2080
|
+
"runtimeConfigGetStyles": {},
|
|
2081
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2082
|
+
"motionVarPrefixes": []
|
|
2083
|
+
};
|
|
2084
|
+
var ChipLink = {
|
|
2085
|
+
"name": "ChipLink",
|
|
2086
|
+
"defaultProps": { "variant": "primary" },
|
|
2087
|
+
"getStylesLiterals": {},
|
|
2088
|
+
"cxLiterals": ["uds-ring"],
|
|
2089
|
+
"internalComponents": ["ChipBase"],
|
|
2090
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2091
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2092
|
+
"runtimeConfigDefaultProps": {},
|
|
2093
|
+
"runtimeConfigGetStyles": {},
|
|
2094
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2095
|
+
"motionVarPrefixes": []
|
|
2096
|
+
};
|
|
2097
|
+
var ChipToggle = {
|
|
2098
|
+
"name": "ChipToggle",
|
|
2099
|
+
"defaultProps": {
|
|
2100
|
+
"variant": "primary",
|
|
2101
|
+
"role": "checkbox"
|
|
2102
|
+
},
|
|
2103
|
+
"getStylesLiterals": {
|
|
2104
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2105
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2106
|
+
},
|
|
2107
|
+
"cxLiterals": ["uds-ring"],
|
|
2108
|
+
"internalComponents": ["ChipBase"],
|
|
2109
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2110
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1845
2111
|
"runtimeConfigDefaultProps": {},
|
|
1846
2112
|
"runtimeConfigGetStyles": {},
|
|
1847
2113
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1945,163 +2211,32 @@ var TabList = {
|
|
|
1945
2211
|
"internalComponents": ["AriakitTabList"],
|
|
1946
2212
|
"internalComponentProps": {},
|
|
1947
2213
|
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
1948
|
-
"runtimeConfigDefaultProps": {},
|
|
1949
|
-
"runtimeConfigGetStyles": {},
|
|
1950
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1951
|
-
"motionVarPrefixes": []
|
|
1952
|
-
};
|
|
1953
|
-
var TabPanel = {
|
|
1954
|
-
"name": "TabPanel",
|
|
1955
|
-
"defaultProps": {},
|
|
1956
|
-
"getStylesLiterals": {},
|
|
1957
|
-
"cxLiterals": [],
|
|
1958
|
-
"internalComponents": ["AriakitTabPanel"],
|
|
1959
|
-
"internalComponentProps": {},
|
|
1960
|
-
"propToVariantKeys": {},
|
|
1961
|
-
"runtimeConfigDefaultProps": {},
|
|
1962
|
-
"runtimeConfigGetStyles": {},
|
|
1963
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1964
|
-
"motionVarPrefixes": []
|
|
1965
|
-
};
|
|
1966
|
-
var Tabs = {
|
|
1967
|
-
"name": "Tabs",
|
|
1968
|
-
"defaultProps": { "variant": "primary" },
|
|
1969
|
-
"getStylesLiterals": {},
|
|
1970
|
-
"cxLiterals": [],
|
|
1971
|
-
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
1972
|
-
"internalComponentProps": {},
|
|
1973
|
-
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
1974
|
-
"runtimeConfigDefaultProps": {},
|
|
1975
|
-
"runtimeConfigGetStyles": {},
|
|
1976
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1977
|
-
"motionVarPrefixes": []
|
|
1978
|
-
};
|
|
1979
|
-
var Toast = {
|
|
1980
|
-
"name": "Toast",
|
|
1981
|
-
"defaultProps": {},
|
|
1982
|
-
"getStylesLiterals": {
|
|
1983
|
-
"className": "animate-spin",
|
|
1984
|
-
"className:1": "flex-none",
|
|
1985
|
-
"spacing": "2",
|
|
1986
|
-
"borderRadius": "full"
|
|
1987
|
-
},
|
|
1988
|
-
"cxLiterals": [
|
|
1989
|
-
"duration-0",
|
|
1990
|
-
"duration-120",
|
|
1991
|
-
"transition-[background-color]",
|
|
1992
|
-
"bg-carbon-15/0",
|
|
1993
|
-
"hover:bg-carbon-15/10",
|
|
1994
|
-
"active:bg-carbon-15/15",
|
|
1995
|
-
"uds-ring"
|
|
1996
|
-
],
|
|
1997
|
-
"internalComponents": [
|
|
1998
|
-
"IconSlot",
|
|
1999
|
-
"ToastContainer",
|
|
2000
|
-
"Text",
|
|
2001
|
-
"Button",
|
|
2002
|
-
"Pressable"
|
|
2003
|
-
],
|
|
2004
|
-
"internalComponentProps": {},
|
|
2005
|
-
"propToVariantKeys": {
|
|
2006
|
-
"size": [
|
|
2007
|
-
"toastSizeLabel",
|
|
2008
|
-
"toastSizeIcon",
|
|
2009
|
-
"toastSizeActionButton",
|
|
2010
|
-
"toastSizeCloseIcon"
|
|
2011
|
-
],
|
|
2012
|
-
"variant": [
|
|
2013
|
-
"toastVariantIcon",
|
|
2014
|
-
"toastVariantActionButton",
|
|
2015
|
-
"toastVariantCloseIcon"
|
|
2016
|
-
],
|
|
2017
|
-
"closeIcon": ["icon"],
|
|
2018
|
-
"onClickActionButton": ["onClick"]
|
|
2019
|
-
},
|
|
2020
|
-
"runtimeConfigDefaultProps": {
|
|
2021
|
-
"size": "toast.defaultSize",
|
|
2022
|
-
"variant": "toast.defaultVariant"
|
|
2023
|
-
},
|
|
2024
|
-
"runtimeConfigGetStyles": {
|
|
2025
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
2026
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2027
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
2028
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2029
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2030
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2031
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2032
|
-
},
|
|
2033
|
-
"runtimeConfigInternalComponentProps": {
|
|
2034
|
-
"ToastContainer": {
|
|
2035
|
-
"size": ["toast.defaultSize"],
|
|
2036
|
-
"variant": ["toast.defaultVariant"]
|
|
2037
|
-
},
|
|
2038
|
-
"Text": {
|
|
2039
|
-
"variant": ["toast.textVariant.${size}"],
|
|
2040
|
-
"color": ["toast.textColor.${variant}"]
|
|
2041
|
-
},
|
|
2042
|
-
"Button": {
|
|
2043
|
-
"size": ["toast.buttonSize.${size}"],
|
|
2044
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
"motionVarPrefixes": []
|
|
2048
|
-
};
|
|
2049
|
-
var ToastContainer = {
|
|
2050
|
-
"name": "ToastContainer",
|
|
2051
|
-
"defaultProps": {},
|
|
2052
|
-
"getStylesLiterals": {
|
|
2053
|
-
"position": "relative",
|
|
2054
|
-
"alignItems": "center",
|
|
2055
|
-
"display": "flex",
|
|
2056
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2057
|
-
},
|
|
2058
|
-
"cxLiterals": ["w-full"],
|
|
2059
|
-
"internalComponents": ["HStack"],
|
|
2060
|
-
"internalComponentProps": { "HStack": {
|
|
2061
|
-
"alignItems": ["center"],
|
|
2062
|
-
"justifyContent": ["space-between"],
|
|
2063
|
-
"overflow": ["hidden"],
|
|
2064
|
-
"position": ["relative"]
|
|
2065
|
-
} },
|
|
2066
|
-
"propToVariantKeys": {
|
|
2067
|
-
"variant": ["toastVariantRoot"],
|
|
2068
|
-
"size": ["toastSizeRoot"]
|
|
2069
|
-
},
|
|
2070
|
-
"runtimeConfigDefaultProps": {
|
|
2071
|
-
"size": "toast.defaultSize",
|
|
2072
|
-
"variant": "toast.defaultVariant"
|
|
2073
|
-
},
|
|
2074
|
-
"runtimeConfigGetStyles": {
|
|
2075
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2076
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
2077
|
-
},
|
|
2078
|
-
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2214
|
+
"runtimeConfigDefaultProps": {},
|
|
2215
|
+
"runtimeConfigGetStyles": {},
|
|
2216
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2079
2217
|
"motionVarPrefixes": []
|
|
2080
2218
|
};
|
|
2081
|
-
var
|
|
2082
|
-
"name": "
|
|
2219
|
+
var TabPanel = {
|
|
2220
|
+
"name": "TabPanel",
|
|
2083
2221
|
"defaultProps": {},
|
|
2084
2222
|
"getStylesLiterals": {},
|
|
2085
2223
|
"cxLiterals": [],
|
|
2086
|
-
"internalComponents": ["
|
|
2224
|
+
"internalComponents": ["AriakitTabPanel"],
|
|
2087
2225
|
"internalComponentProps": {},
|
|
2088
2226
|
"propToVariantKeys": {},
|
|
2089
|
-
"runtimeConfigDefaultProps": {
|
|
2090
|
-
"size": "toast.defaultSize",
|
|
2091
|
-
"variant": "toast.defaultVariant"
|
|
2092
|
-
},
|
|
2227
|
+
"runtimeConfigDefaultProps": {},
|
|
2093
2228
|
"runtimeConfigGetStyles": {},
|
|
2094
|
-
"runtimeConfigInternalComponentProps": {
|
|
2229
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2095
2230
|
"motionVarPrefixes": []
|
|
2096
2231
|
};
|
|
2097
|
-
var
|
|
2098
|
-
"name": "
|
|
2099
|
-
"defaultProps": {},
|
|
2232
|
+
var Tabs = {
|
|
2233
|
+
"name": "Tabs",
|
|
2234
|
+
"defaultProps": { "variant": "primary" },
|
|
2100
2235
|
"getStylesLiterals": {},
|
|
2101
2236
|
"cxLiterals": [],
|
|
2102
|
-
"internalComponents": ["
|
|
2237
|
+
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
2103
2238
|
"internalComponentProps": {},
|
|
2104
|
-
"propToVariantKeys": {},
|
|
2239
|
+
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
2105
2240
|
"runtimeConfigDefaultProps": {},
|
|
2106
2241
|
"runtimeConfigGetStyles": {},
|
|
2107
2242
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -2198,317 +2333,168 @@ var UDSTooltipConfigProvider = {
|
|
|
2198
2333
|
"runtimeConfigInternalComponentProps": {},
|
|
2199
2334
|
"motionVarPrefixes": []
|
|
2200
2335
|
};
|
|
2201
|
-
var
|
|
2202
|
-
"name": "
|
|
2203
|
-
"defaultProps": {},
|
|
2204
|
-
"getStylesLiterals": {},
|
|
2205
|
-
"cxLiterals": [],
|
|
2206
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2207
|
-
"internalComponentProps": {},
|
|
2208
|
-
"propToVariantKeys": {},
|
|
2209
|
-
"runtimeConfigDefaultProps": {},
|
|
2210
|
-
"runtimeConfigGetStyles": {},
|
|
2211
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2212
|
-
"motionVarPrefixes": []
|
|
2213
|
-
};
|
|
2214
|
-
var UDSConfigProvider = {
|
|
2215
|
-
"name": "UDSConfigProvider",
|
|
2336
|
+
var Toast = {
|
|
2337
|
+
"name": "Toast",
|
|
2216
2338
|
"defaultProps": {},
|
|
2217
|
-
"getStylesLiterals": {
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2222
|
-
"UDSToastConfigProvider",
|
|
2223
|
-
"UDSTooltipConfigProvider",
|
|
2224
|
-
"UDSPopoverConfigProvider"
|
|
2225
|
-
],
|
|
2226
|
-
"internalComponentProps": {},
|
|
2227
|
-
"propToVariantKeys": {},
|
|
2228
|
-
"runtimeConfigDefaultProps": {},
|
|
2229
|
-
"runtimeConfigGetStyles": {},
|
|
2230
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2231
|
-
"motionVarPrefixes": []
|
|
2232
|
-
};
|
|
2233
|
-
var Accordion = {
|
|
2234
|
-
"name": "Accordion",
|
|
2235
|
-
"defaultProps": {
|
|
2236
|
-
"spacingHorizontal": "4",
|
|
2237
|
-
"spacingVertical": "4"
|
|
2339
|
+
"getStylesLiterals": {
|
|
2340
|
+
"className": "animate-spin",
|
|
2341
|
+
"className:1": "flex-none",
|
|
2342
|
+
"spacing": "2",
|
|
2343
|
+
"borderRadius": "full"
|
|
2238
2344
|
},
|
|
2239
|
-
"
|
|
2240
|
-
|
|
2345
|
+
"cxLiterals": [
|
|
2346
|
+
"duration-0",
|
|
2347
|
+
"duration-120",
|
|
2348
|
+
"transition-[background-color]",
|
|
2349
|
+
"bg-carbon-15/0",
|
|
2350
|
+
"hover:bg-carbon-15/10",
|
|
2351
|
+
"active:bg-carbon-15/15",
|
|
2352
|
+
"uds-ring"
|
|
2353
|
+
],
|
|
2241
2354
|
"internalComponents": [
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2244
|
-
"Pressable",
|
|
2355
|
+
"IconSlot",
|
|
2356
|
+
"ToastContainer",
|
|
2245
2357
|
"Text",
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2248
|
-
"VStack"
|
|
2358
|
+
"Button",
|
|
2359
|
+
"Pressable"
|
|
2249
2360
|
],
|
|
2250
|
-
"internalComponentProps": {
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
"
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2361
|
+
"internalComponentProps": {},
|
|
2362
|
+
"propToVariantKeys": {
|
|
2363
|
+
"size": [
|
|
2364
|
+
"toastSizeLabel",
|
|
2365
|
+
"toastSizeIcon",
|
|
2366
|
+
"toastSizeActionButton",
|
|
2367
|
+
"toastSizeCloseIcon"
|
|
2368
|
+
],
|
|
2369
|
+
"variant": [
|
|
2370
|
+
"toastVariantIcon",
|
|
2371
|
+
"toastVariantActionButton",
|
|
2372
|
+
"toastVariantCloseIcon"
|
|
2373
|
+
],
|
|
2374
|
+
"closeIcon": ["icon"],
|
|
2375
|
+
"onClickActionButton": ["onClick"]
|
|
2376
|
+
},
|
|
2377
|
+
"runtimeConfigDefaultProps": {
|
|
2378
|
+
"size": "toast.defaultSize",
|
|
2379
|
+
"variant": "toast.defaultVariant"
|
|
2380
|
+
},
|
|
2381
|
+
"runtimeConfigGetStyles": {
|
|
2382
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
2383
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2384
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
2385
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2386
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2387
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2388
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2389
|
+
},
|
|
2390
|
+
"runtimeConfigInternalComponentProps": {
|
|
2391
|
+
"ToastContainer": {
|
|
2392
|
+
"size": ["toast.defaultSize"],
|
|
2393
|
+
"variant": ["toast.defaultVariant"]
|
|
2266
2394
|
},
|
|
2267
2395
|
"Text": {
|
|
2268
|
-
"variant": ["
|
|
2269
|
-
"color": ["
|
|
2396
|
+
"variant": ["toast.textVariant.${size}"],
|
|
2397
|
+
"color": ["toast.textColor.${variant}"]
|
|
2270
2398
|
},
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2274
|
-
"justifyContent": ["space-between"],
|
|
2275
|
-
"columnGap": ["2.5"]
|
|
2399
|
+
"Button": {
|
|
2400
|
+
"size": ["toast.buttonSize.${size}"],
|
|
2401
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
2276
2402
|
}
|
|
2277
2403
|
},
|
|
2278
|
-
"
|
|
2279
|
-
"runtimeConfigDefaultProps": {},
|
|
2280
|
-
"runtimeConfigGetStyles": {},
|
|
2281
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2282
|
-
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2404
|
+
"motionVarPrefixes": []
|
|
2283
2405
|
};
|
|
2284
|
-
var
|
|
2285
|
-
"name": "
|
|
2406
|
+
var ToastContainer = {
|
|
2407
|
+
"name": "ToastContainer",
|
|
2286
2408
|
"defaultProps": {},
|
|
2287
|
-
"getStylesLiterals": {
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
"
|
|
2294
|
-
"
|
|
2409
|
+
"getStylesLiterals": {
|
|
2410
|
+
"position": "relative",
|
|
2411
|
+
"alignItems": "center",
|
|
2412
|
+
"display": "flex",
|
|
2413
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2414
|
+
},
|
|
2415
|
+
"cxLiterals": ["w-full"],
|
|
2416
|
+
"internalComponents": ["HStack"],
|
|
2417
|
+
"internalComponentProps": { "HStack": {
|
|
2418
|
+
"alignItems": ["center"],
|
|
2419
|
+
"justifyContent": ["space-between"],
|
|
2420
|
+
"overflow": ["hidden"],
|
|
2421
|
+
"position": ["relative"]
|
|
2422
|
+
} },
|
|
2423
|
+
"propToVariantKeys": {
|
|
2424
|
+
"variant": ["toastVariantRoot"],
|
|
2425
|
+
"size": ["toastSizeRoot"]
|
|
2426
|
+
},
|
|
2427
|
+
"runtimeConfigDefaultProps": {
|
|
2428
|
+
"size": "toast.defaultSize",
|
|
2429
|
+
"variant": "toast.defaultVariant"
|
|
2430
|
+
},
|
|
2431
|
+
"runtimeConfigGetStyles": {
|
|
2432
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2433
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
2434
|
+
},
|
|
2435
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2295
2436
|
"motionVarPrefixes": []
|
|
2296
2437
|
};
|
|
2297
|
-
var
|
|
2298
|
-
"name": "
|
|
2438
|
+
var ToastPortal = {
|
|
2439
|
+
"name": "ToastPortal",
|
|
2299
2440
|
"defaultProps": {},
|
|
2300
2441
|
"getStylesLiterals": {},
|
|
2301
|
-
"cxLiterals": [
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
"
|
|
2307
|
-
"
|
|
2308
|
-
"origin-center",
|
|
2309
|
-
"scale-95",
|
|
2310
|
-
"opacity-0",
|
|
2311
|
-
"transition",
|
|
2312
|
-
"duration-150",
|
|
2313
|
-
"data-[enter]:scale-100",
|
|
2314
|
-
"data-[enter]:opacity-100",
|
|
2315
|
-
"data-[enter]:bg-primary",
|
|
2316
|
-
"backdrop-blur-0",
|
|
2317
|
-
"data-[enter]:opacity-60",
|
|
2318
|
-
"data-[enter]:backdrop-blur-sm"
|
|
2319
|
-
],
|
|
2320
|
-
"internalComponents": [
|
|
2321
|
-
"IconButton",
|
|
2322
|
-
"Dialog",
|
|
2323
|
-
"HStack",
|
|
2324
|
-
"Text",
|
|
2325
|
-
"VStack"
|
|
2326
|
-
],
|
|
2327
|
-
"internalComponentProps": {
|
|
2328
|
-
"IconButton": {
|
|
2329
|
-
"aria-label": ["Close"],
|
|
2330
|
-
"size": ["sm"],
|
|
2331
|
-
"variant": ["tertiary"]
|
|
2332
|
-
},
|
|
2333
|
-
"HStack": {
|
|
2334
|
-
"alignItems": ["center"],
|
|
2335
|
-
"justifyContent": ["space-between"]
|
|
2336
|
-
},
|
|
2337
|
-
"Text": {
|
|
2338
|
-
"variant": ["headline1"],
|
|
2339
|
-
"color": ["primary"]
|
|
2340
|
-
},
|
|
2341
|
-
"VStack": {
|
|
2342
|
-
"borderRadius": ["md"],
|
|
2343
|
-
"position": ["fixed"],
|
|
2344
|
-
"backgroundColor": ["primary"],
|
|
2345
|
-
"dropShadow": ["md"],
|
|
2346
|
-
"spacing": ["8"],
|
|
2347
|
-
"overflow": ["hidden"]
|
|
2348
|
-
}
|
|
2442
|
+
"cxLiterals": [],
|
|
2443
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
2444
|
+
"internalComponentProps": {},
|
|
2445
|
+
"propToVariantKeys": {},
|
|
2446
|
+
"runtimeConfigDefaultProps": {
|
|
2447
|
+
"size": "toast.defaultSize",
|
|
2448
|
+
"variant": "toast.defaultVariant"
|
|
2349
2449
|
},
|
|
2350
|
-
"
|
|
2450
|
+
"runtimeConfigGetStyles": {},
|
|
2451
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2452
|
+
"motionVarPrefixes": []
|
|
2453
|
+
};
|
|
2454
|
+
var UDSToastConfigProvider = {
|
|
2455
|
+
"name": "UDSToastConfigProvider",
|
|
2456
|
+
"defaultProps": {},
|
|
2457
|
+
"getStylesLiterals": {},
|
|
2458
|
+
"cxLiterals": [],
|
|
2459
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
2460
|
+
"internalComponentProps": {},
|
|
2461
|
+
"propToVariantKeys": {},
|
|
2351
2462
|
"runtimeConfigDefaultProps": {},
|
|
2352
2463
|
"runtimeConfigGetStyles": {},
|
|
2353
2464
|
"runtimeConfigInternalComponentProps": {},
|
|
2354
2465
|
"motionVarPrefixes": []
|
|
2355
2466
|
};
|
|
2356
|
-
var
|
|
2357
|
-
"name": "
|
|
2358
|
-
"defaultProps": {
|
|
2359
|
-
"getStylesLiterals": {
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
"spacingHorizontal": "3",
|
|
2365
|
-
"columnGap": "1.5",
|
|
2366
|
-
"borderWidth": "thin",
|
|
2367
|
-
"borderRadius": "full",
|
|
2368
|
-
"borderColor": "muted",
|
|
2369
|
-
"borderColor:1": "transparent",
|
|
2370
|
-
"color": "primary",
|
|
2371
|
-
"color:1": "tertiary",
|
|
2372
|
-
"color:2": "muted"
|
|
2373
|
-
},
|
|
2374
|
-
"cxLiterals": [
|
|
2375
|
-
"uds-ring",
|
|
2376
|
-
"cursor-not-allowed",
|
|
2377
|
-
"opacity-50",
|
|
2378
|
-
"pointer-events-none",
|
|
2379
|
-
"hover:bg-primary"
|
|
2380
|
-
],
|
|
2381
|
-
"internalComponents": [
|
|
2382
|
-
"TextVariant",
|
|
2383
|
-
"Radio",
|
|
2384
|
-
"Icon",
|
|
2385
|
-
"RadioProvider",
|
|
2386
|
-
"HStack",
|
|
2387
|
-
"RadioGroup",
|
|
2388
|
-
"Pressable",
|
|
2389
|
-
"Text"
|
|
2390
|
-
],
|
|
2391
|
-
"internalComponentProps": {
|
|
2392
|
-
"Icon": {
|
|
2393
|
-
"size": ["sm"],
|
|
2394
|
-
"color": ["current"],
|
|
2395
|
-
"aria-hidden": ["true"]
|
|
2396
|
-
},
|
|
2397
|
-
"HStack": {
|
|
2398
|
-
"spacing": ["1"],
|
|
2399
|
-
"gap": ["1"],
|
|
2400
|
-
"backgroundColor": ["secondary"],
|
|
2401
|
-
"borderRadius": ["full"],
|
|
2402
|
-
"display": ["inline-flex"]
|
|
2403
|
-
},
|
|
2404
|
-
"Text": { "color": ["current"] }
|
|
2405
|
-
},
|
|
2406
|
-
"propToVariantKeys": {
|
|
2407
|
-
"value": ["key"],
|
|
2408
|
-
"label": ["aria-label"],
|
|
2409
|
-
"textVariant": ["variant"]
|
|
2410
|
-
},
|
|
2467
|
+
var UDSBreakpointsConfigProvider = {
|
|
2468
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2469
|
+
"defaultProps": {},
|
|
2470
|
+
"getStylesLiterals": {},
|
|
2471
|
+
"cxLiterals": [],
|
|
2472
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2473
|
+
"internalComponentProps": {},
|
|
2474
|
+
"propToVariantKeys": {},
|
|
2411
2475
|
"runtimeConfigDefaultProps": {},
|
|
2412
2476
|
"runtimeConfigGetStyles": {},
|
|
2413
2477
|
"runtimeConfigInternalComponentProps": {},
|
|
2414
2478
|
"motionVarPrefixes": []
|
|
2415
2479
|
};
|
|
2416
|
-
var
|
|
2417
|
-
"name": "
|
|
2418
|
-
"defaultProps": {
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
},
|
|
2422
|
-
"getStylesLiterals": {
|
|
2423
|
-
"switchVariantRoot": "default",
|
|
2424
|
-
"switchVariantActiveRoot": "on",
|
|
2425
|
-
"switchVariantActiveRoot:1": "off",
|
|
2426
|
-
"switchVariantSwitch": "default",
|
|
2427
|
-
"switchVariantActiveSwitch": "on",
|
|
2428
|
-
"switchVariantActiveSwitch:1": "off",
|
|
2429
|
-
"switchVariantActiveHandle": "on",
|
|
2430
|
-
"switchVariantActiveHandle:1": "off",
|
|
2431
|
-
"switchVariantHandle": "default",
|
|
2432
|
-
"switchVariantHandleIcon": "default",
|
|
2433
|
-
"switchVariantActiveHandleIcon": "on",
|
|
2434
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
2435
|
-
},
|
|
2436
|
-
"cxLiterals": [
|
|
2437
|
-
"group",
|
|
2438
|
-
"flex",
|
|
2439
|
-
"items-center",
|
|
2440
|
-
"flex-row",
|
|
2441
|
-
"flex-row-reverse",
|
|
2442
|
-
"uds-ring",
|
|
2443
|
-
"uds-ring-within",
|
|
2444
|
-
"relative",
|
|
2445
|
-
"uds-border-radius-full",
|
|
2446
|
-
"transition-[background-color,box-shadow]",
|
|
2447
|
-
"pointer-events-none",
|
|
2448
|
-
"w-full",
|
|
2449
|
-
"h-full",
|
|
2450
|
-
"absolute",
|
|
2451
|
-
"top-0",
|
|
2452
|
-
"bottom-0",
|
|
2453
|
-
"right-0",
|
|
2454
|
-
"left-0",
|
|
2455
|
-
"overflow-hidden",
|
|
2456
|
-
"group-hover:scale-105",
|
|
2457
|
-
"opacity-95",
|
|
2458
|
-
"group-hover:opacity-100",
|
|
2459
|
-
"transition-[transform,opacity]",
|
|
2460
|
-
"opacity-0",
|
|
2461
|
-
"top-1/2",
|
|
2462
|
-
"left-1/2",
|
|
2463
|
-
"transform",
|
|
2464
|
-
"translate-x-[-50%]",
|
|
2465
|
-
"translate-y-[-50%]",
|
|
2466
|
-
"transition-opacity",
|
|
2467
|
-
"cursor-[inherit]",
|
|
2468
|
-
"w-[calc(100%+2px)]",
|
|
2469
|
-
"h-[calc(100%+2px)]",
|
|
2470
|
-
"text-start",
|
|
2471
|
-
"text-end",
|
|
2472
|
-
"opacity-100"
|
|
2473
|
-
],
|
|
2480
|
+
var UDSConfigProvider = {
|
|
2481
|
+
"name": "UDSConfigProvider",
|
|
2482
|
+
"defaultProps": {},
|
|
2483
|
+
"getStylesLiterals": {},
|
|
2484
|
+
"cxLiterals": [],
|
|
2474
2485
|
"internalComponents": [
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2477
|
-
"
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
2480
|
-
"MotionBox"
|
|
2486
|
+
"UDSBreakpointsConfigProvider",
|
|
2487
|
+
"UDSBottomSheetConfigProvider",
|
|
2488
|
+
"UDSToastConfigProvider",
|
|
2489
|
+
"UDSTooltipConfigProvider",
|
|
2490
|
+
"UDSPopoverConfigProvider"
|
|
2481
2491
|
],
|
|
2482
|
-
"internalComponentProps": {
|
|
2483
|
-
|
|
2484
|
-
"FormLabel": {
|
|
2485
|
-
"as": ["div"],
|
|
2486
|
-
"variant": ["inherit"],
|
|
2487
|
-
"color": ["inherit"]
|
|
2488
|
-
},
|
|
2489
|
-
"SpringMotionConfig": {
|
|
2490
|
-
"layoutVariant": ["bouncy"],
|
|
2491
|
-
"layoutSpeed": ["4"]
|
|
2492
|
-
},
|
|
2493
|
-
"RootElement": { "data-testid": ["switch-root"] },
|
|
2494
|
-
"MotionBox": { "layout": ["position"] }
|
|
2495
|
-
},
|
|
2496
|
-
"propToVariantKeys": {
|
|
2497
|
-
"size": [
|
|
2498
|
-
"switchSizeRoot",
|
|
2499
|
-
"switchSizeSwitch",
|
|
2500
|
-
"switchSizeHandle",
|
|
2501
|
-
"switchSizeHandleIcon"
|
|
2502
|
-
],
|
|
2503
|
-
"onIcon": ["icon"],
|
|
2504
|
-
"offIcon": ["icon"],
|
|
2505
|
-
"reduceMotion": ["reducedMotion"],
|
|
2506
|
-
"isOn": ["layoutDependency"]
|
|
2507
|
-
},
|
|
2492
|
+
"internalComponentProps": {},
|
|
2493
|
+
"propToVariantKeys": {},
|
|
2508
2494
|
"runtimeConfigDefaultProps": {},
|
|
2509
2495
|
"runtimeConfigGetStyles": {},
|
|
2510
2496
|
"runtimeConfigInternalComponentProps": {},
|
|
2511
|
-
"motionVarPrefixes": [
|
|
2497
|
+
"motionVarPrefixes": []
|
|
2512
2498
|
};
|
|
2513
2499
|
var componentData_default = {
|
|
2514
2500
|
Box,
|
|
@@ -2522,17 +2508,13 @@ var componentData_default = {
|
|
|
2522
2508
|
SvgFloatingOverlay,
|
|
2523
2509
|
Text,
|
|
2524
2510
|
VStack,
|
|
2525
|
-
Avatar,
|
|
2526
|
-
AvatarIcon,
|
|
2527
|
-
AvatarImageNoFallback,
|
|
2528
|
-
AvatarText,
|
|
2529
2511
|
Banner,
|
|
2530
2512
|
BannerContent,
|
|
2531
2513
|
BannerDescription,
|
|
2532
2514
|
BannerTitle,
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2515
|
+
Spinner,
|
|
2516
|
+
"Table.mocks": Table_mocks,
|
|
2517
|
+
Table,
|
|
2536
2518
|
AnimateHeightChange,
|
|
2537
2519
|
Badge,
|
|
2538
2520
|
Button,
|
|
@@ -2541,10 +2523,31 @@ var componentData_default = {
|
|
|
2541
2523
|
Pressable,
|
|
2542
2524
|
SpringMotionConfig,
|
|
2543
2525
|
Switch,
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2526
|
+
Divider,
|
|
2527
|
+
DividerCore,
|
|
2528
|
+
DividerInternal,
|
|
2529
|
+
Accordion,
|
|
2530
|
+
AvoidMotionLibraryProvider,
|
|
2531
|
+
Modal,
|
|
2532
|
+
SegmentedControl,
|
|
2533
|
+
SwitchV2,
|
|
2534
|
+
Radio,
|
|
2535
|
+
RadioGroupProvider,
|
|
2536
|
+
RadioGroupStore,
|
|
2537
|
+
Popover,
|
|
2538
|
+
PopoverContent,
|
|
2539
|
+
PopoverContext,
|
|
2540
|
+
PopoverTrigger,
|
|
2541
|
+
UDSPopoverConfigProvider,
|
|
2542
|
+
"Menu.Content": Menu_Content,
|
|
2543
|
+
"Menu.Divider": Menu_Divider,
|
|
2544
|
+
"Menu.Item": Menu_Item,
|
|
2545
|
+
"Menu.ItemBase": Menu_ItemBase,
|
|
2546
|
+
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2547
|
+
"Menu.Provider": Menu_Provider,
|
|
2548
|
+
"Menu.Trigger": Menu_Trigger,
|
|
2549
|
+
"Menu.index": Menu_index,
|
|
2550
|
+
Menu,
|
|
2548
2551
|
BottomSheet,
|
|
2549
2552
|
BottomSheetContent,
|
|
2550
2553
|
BottomSheetDismiss,
|
|
@@ -2554,585 +2557,560 @@ var componentData_default = {
|
|
|
2554
2557
|
BottomSheetProvider,
|
|
2555
2558
|
BottomSheetTrigger,
|
|
2556
2559
|
UDSBottomSheetConfigProvider,
|
|
2560
|
+
Avatar,
|
|
2561
|
+
AvatarIcon,
|
|
2562
|
+
AvatarImage,
|
|
2563
|
+
AvatarText,
|
|
2564
|
+
Input,
|
|
2565
|
+
InputHelpText,
|
|
2566
|
+
InputHelpTextInternal,
|
|
2557
2567
|
Chip,
|
|
2558
2568
|
ChipBase,
|
|
2559
2569
|
ChipButton,
|
|
2560
2570
|
ChipDismissible,
|
|
2561
2571
|
ChipLink,
|
|
2562
2572
|
ChipToggle,
|
|
2563
|
-
"Menu.Content": Menu_Content,
|
|
2564
|
-
"Menu.Divider": Menu_Divider,
|
|
2565
|
-
"Menu.Item": Menu_Item,
|
|
2566
|
-
"Menu.ItemBase": Menu_ItemBase,
|
|
2567
|
-
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2568
|
-
"Menu.Provider": Menu_Provider,
|
|
2569
|
-
"Menu.Trigger": Menu_Trigger,
|
|
2570
|
-
"Menu.index": Menu_index,
|
|
2571
|
-
Menu,
|
|
2572
|
-
Input,
|
|
2573
|
-
InputHelpText,
|
|
2574
|
-
InputHelpTextInternal,
|
|
2575
|
-
Popover,
|
|
2576
|
-
PopoverContent,
|
|
2577
|
-
PopoverContext,
|
|
2578
|
-
PopoverTrigger,
|
|
2579
|
-
UDSPopoverConfigProvider,
|
|
2580
|
-
Radio,
|
|
2581
|
-
RadioGroupProvider,
|
|
2582
|
-
RadioGroupStore,
|
|
2583
2573
|
Tab,
|
|
2584
2574
|
TabList,
|
|
2585
2575
|
TabPanel,
|
|
2586
2576
|
Tabs,
|
|
2587
|
-
Toast,
|
|
2588
|
-
ToastContainer,
|
|
2589
|
-
ToastPortal,
|
|
2590
|
-
UDSToastConfigProvider,
|
|
2591
2577
|
Tooltip,
|
|
2592
2578
|
TooltipContent,
|
|
2593
2579
|
TooltipTrigger,
|
|
2594
2580
|
UDSTooltipConfigProvider,
|
|
2581
|
+
Toast,
|
|
2582
|
+
ToastContainer,
|
|
2583
|
+
ToastPortal,
|
|
2584
|
+
UDSToastConfigProvider,
|
|
2595
2585
|
UDSBreakpointsConfigProvider,
|
|
2596
|
-
UDSConfigProvider
|
|
2597
|
-
Accordion,
|
|
2598
|
-
AvoidMotionLibraryProvider,
|
|
2599
|
-
Modal,
|
|
2600
|
-
SegmentedControl,
|
|
2601
|
-
SwitchV2
|
|
2586
|
+
UDSConfigProvider
|
|
2602
2587
|
};
|
|
2603
|
-
|
|
2604
2588
|
//#endregion
|
|
2605
|
-
Object.defineProperty(exports,
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
});
|
|
2611
|
-
Object.defineProperty(exports,
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
});
|
|
2617
|
-
Object.defineProperty(exports,
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
});
|
|
2623
|
-
Object.defineProperty(exports,
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
});
|
|
2629
|
-
Object.defineProperty(exports,
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
});
|
|
2635
|
-
Object.defineProperty(exports,
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
});
|
|
2641
|
-
Object.defineProperty(exports,
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
});
|
|
2647
|
-
Object.defineProperty(exports,
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
});
|
|
2653
|
-
Object.defineProperty(exports,
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
});
|
|
2659
|
-
Object.defineProperty(exports,
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
});
|
|
2665
|
-
Object.defineProperty(exports,
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
});
|
|
2671
|
-
Object.defineProperty(exports,
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
});
|
|
2677
|
-
Object.defineProperty(exports,
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
});
|
|
2683
|
-
Object.defineProperty(exports,
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
});
|
|
2689
|
-
Object.defineProperty(exports,
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
});
|
|
2695
|
-
Object.defineProperty(exports,
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
});
|
|
2701
|
-
Object.defineProperty(exports,
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
});
|
|
2707
|
-
Object.defineProperty(exports,
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
});
|
|
2713
|
-
Object.defineProperty(exports,
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
});
|
|
2719
|
-
Object.defineProperty(exports,
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
});
|
|
2725
|
-
Object.defineProperty(exports,
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
});
|
|
2731
|
-
Object.defineProperty(exports,
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
});
|
|
2737
|
-
Object.defineProperty(exports,
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
});
|
|
2743
|
-
Object.defineProperty(exports,
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
});
|
|
2749
|
-
Object.defineProperty(exports,
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
});
|
|
2755
|
-
Object.defineProperty(exports,
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
});
|
|
2761
|
-
Object.defineProperty(exports,
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
});
|
|
2767
|
-
Object.defineProperty(exports,
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
});
|
|
2773
|
-
Object.defineProperty(exports,
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
});
|
|
2779
|
-
Object.defineProperty(exports,
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
});
|
|
2785
|
-
Object.defineProperty(exports,
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
});
|
|
2791
|
-
Object.defineProperty(exports,
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
});
|
|
2797
|
-
Object.defineProperty(exports,
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
});
|
|
2803
|
-
Object.defineProperty(exports,
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
});
|
|
2809
|
-
Object.defineProperty(exports,
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
});
|
|
2815
|
-
Object.defineProperty(exports,
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
});
|
|
2821
|
-
Object.defineProperty(exports,
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
});
|
|
2827
|
-
Object.defineProperty(exports,
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
});
|
|
2833
|
-
Object.defineProperty(exports,
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
});
|
|
2839
|
-
Object.defineProperty(exports,
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
});
|
|
2845
|
-
Object.defineProperty(exports,
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
});
|
|
2851
|
-
Object.defineProperty(exports,
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
});
|
|
2857
|
-
Object.defineProperty(exports,
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
});
|
|
2863
|
-
Object.defineProperty(exports,
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
});
|
|
2869
|
-
Object.defineProperty(exports,
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
});
|
|
2875
|
-
Object.defineProperty(exports,
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
});
|
|
2881
|
-
Object.defineProperty(exports,
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
});
|
|
2887
|
-
Object.defineProperty(exports,
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
});
|
|
2893
|
-
Object.defineProperty(exports,
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
});
|
|
2899
|
-
Object.defineProperty(exports,
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
});
|
|
2905
|
-
Object.defineProperty(exports,
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
});
|
|
2911
|
-
Object.defineProperty(exports,
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
});
|
|
2917
|
-
Object.defineProperty(exports,
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
});
|
|
2923
|
-
Object.defineProperty(exports,
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
});
|
|
2929
|
-
Object.defineProperty(exports,
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
});
|
|
2935
|
-
Object.defineProperty(exports,
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
});
|
|
2941
|
-
Object.defineProperty(exports,
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
});
|
|
2947
|
-
Object.defineProperty(exports,
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
});
|
|
2953
|
-
Object.defineProperty(exports,
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
});
|
|
2959
|
-
Object.defineProperty(exports,
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
});
|
|
2965
|
-
Object.defineProperty(exports,
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
});
|
|
2971
|
-
Object.defineProperty(exports,
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
});
|
|
2977
|
-
Object.defineProperty(exports,
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
});
|
|
2983
|
-
Object.defineProperty(exports,
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
});
|
|
2989
|
-
Object.defineProperty(exports,
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
});
|
|
2995
|
-
Object.defineProperty(exports,
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
});
|
|
3001
|
-
Object.defineProperty(exports,
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
});
|
|
3007
|
-
Object.defineProperty(exports,
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
});
|
|
3013
|
-
Object.defineProperty(exports,
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
});
|
|
3019
|
-
Object.defineProperty(exports,
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
});
|
|
3025
|
-
Object.defineProperty(exports,
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
});
|
|
3031
|
-
Object.defineProperty(exports,
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
});
|
|
3037
|
-
Object.defineProperty(exports,
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
});
|
|
3043
|
-
Object.defineProperty(exports,
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
});
|
|
3049
|
-
Object.defineProperty(exports,
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
});
|
|
3055
|
-
Object.defineProperty(exports,
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
});
|
|
3061
|
-
Object.defineProperty(exports,
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
});
|
|
3067
|
-
Object.defineProperty(exports,
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
});
|
|
3073
|
-
Object.defineProperty(exports,
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
});
|
|
3079
|
-
Object.defineProperty(exports,
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
});
|
|
3085
|
-
Object.defineProperty(exports,
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
});
|
|
3091
|
-
Object.defineProperty(exports,
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
});
|
|
3097
|
-
Object.defineProperty(exports,
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
});
|
|
3103
|
-
Object.defineProperty(exports,
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
});
|
|
3109
|
-
Object.defineProperty(exports,
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
});
|
|
3115
|
-
Object.defineProperty(exports,
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
});
|
|
3121
|
-
Object.defineProperty(exports,
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
});
|
|
3127
|
-
Object.defineProperty(exports,
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
});
|
|
3133
|
-
Object.defineProperty(exports, 'default', {
|
|
3134
|
-
enumerable: true,
|
|
3135
|
-
get: function () {
|
|
3136
|
-
return componentData_default;
|
|
3137
|
-
}
|
|
3138
|
-
});
|
|
2589
|
+
Object.defineProperty(exports, "Accordion", {
|
|
2590
|
+
enumerable: true,
|
|
2591
|
+
get: function() {
|
|
2592
|
+
return Accordion;
|
|
2593
|
+
}
|
|
2594
|
+
});
|
|
2595
|
+
Object.defineProperty(exports, "AnimateHeightChange", {
|
|
2596
|
+
enumerable: true,
|
|
2597
|
+
get: function() {
|
|
2598
|
+
return AnimateHeightChange;
|
|
2599
|
+
}
|
|
2600
|
+
});
|
|
2601
|
+
Object.defineProperty(exports, "Avatar", {
|
|
2602
|
+
enumerable: true,
|
|
2603
|
+
get: function() {
|
|
2604
|
+
return Avatar;
|
|
2605
|
+
}
|
|
2606
|
+
});
|
|
2607
|
+
Object.defineProperty(exports, "AvatarIcon", {
|
|
2608
|
+
enumerable: true,
|
|
2609
|
+
get: function() {
|
|
2610
|
+
return AvatarIcon;
|
|
2611
|
+
}
|
|
2612
|
+
});
|
|
2613
|
+
Object.defineProperty(exports, "AvatarImage", {
|
|
2614
|
+
enumerable: true,
|
|
2615
|
+
get: function() {
|
|
2616
|
+
return AvatarImage;
|
|
2617
|
+
}
|
|
2618
|
+
});
|
|
2619
|
+
Object.defineProperty(exports, "AvatarText", {
|
|
2620
|
+
enumerable: true,
|
|
2621
|
+
get: function() {
|
|
2622
|
+
return AvatarText;
|
|
2623
|
+
}
|
|
2624
|
+
});
|
|
2625
|
+
Object.defineProperty(exports, "AvoidMotionLibraryProvider", {
|
|
2626
|
+
enumerable: true,
|
|
2627
|
+
get: function() {
|
|
2628
|
+
return AvoidMotionLibraryProvider;
|
|
2629
|
+
}
|
|
2630
|
+
});
|
|
2631
|
+
Object.defineProperty(exports, "Badge", {
|
|
2632
|
+
enumerable: true,
|
|
2633
|
+
get: function() {
|
|
2634
|
+
return Badge;
|
|
2635
|
+
}
|
|
2636
|
+
});
|
|
2637
|
+
Object.defineProperty(exports, "Banner", {
|
|
2638
|
+
enumerable: true,
|
|
2639
|
+
get: function() {
|
|
2640
|
+
return Banner;
|
|
2641
|
+
}
|
|
2642
|
+
});
|
|
2643
|
+
Object.defineProperty(exports, "BannerContent", {
|
|
2644
|
+
enumerable: true,
|
|
2645
|
+
get: function() {
|
|
2646
|
+
return BannerContent;
|
|
2647
|
+
}
|
|
2648
|
+
});
|
|
2649
|
+
Object.defineProperty(exports, "BannerDescription", {
|
|
2650
|
+
enumerable: true,
|
|
2651
|
+
get: function() {
|
|
2652
|
+
return BannerDescription;
|
|
2653
|
+
}
|
|
2654
|
+
});
|
|
2655
|
+
Object.defineProperty(exports, "BannerTitle", {
|
|
2656
|
+
enumerable: true,
|
|
2657
|
+
get: function() {
|
|
2658
|
+
return BannerTitle;
|
|
2659
|
+
}
|
|
2660
|
+
});
|
|
2661
|
+
Object.defineProperty(exports, "BottomSheet", {
|
|
2662
|
+
enumerable: true,
|
|
2663
|
+
get: function() {
|
|
2664
|
+
return BottomSheet;
|
|
2665
|
+
}
|
|
2666
|
+
});
|
|
2667
|
+
Object.defineProperty(exports, "BottomSheetContent", {
|
|
2668
|
+
enumerable: true,
|
|
2669
|
+
get: function() {
|
|
2670
|
+
return BottomSheetContent;
|
|
2671
|
+
}
|
|
2672
|
+
});
|
|
2673
|
+
Object.defineProperty(exports, "BottomSheetDismiss", {
|
|
2674
|
+
enumerable: true,
|
|
2675
|
+
get: function() {
|
|
2676
|
+
return BottomSheetDismiss;
|
|
2677
|
+
}
|
|
2678
|
+
});
|
|
2679
|
+
Object.defineProperty(exports, "BottomSheetHandle", {
|
|
2680
|
+
enumerable: true,
|
|
2681
|
+
get: function() {
|
|
2682
|
+
return BottomSheetHandle;
|
|
2683
|
+
}
|
|
2684
|
+
});
|
|
2685
|
+
Object.defineProperty(exports, "BottomSheetHeader", {
|
|
2686
|
+
enumerable: true,
|
|
2687
|
+
get: function() {
|
|
2688
|
+
return BottomSheetHeader;
|
|
2689
|
+
}
|
|
2690
|
+
});
|
|
2691
|
+
Object.defineProperty(exports, "BottomSheetInternalContext", {
|
|
2692
|
+
enumerable: true,
|
|
2693
|
+
get: function() {
|
|
2694
|
+
return BottomSheetInternalContext;
|
|
2695
|
+
}
|
|
2696
|
+
});
|
|
2697
|
+
Object.defineProperty(exports, "BottomSheetProvider", {
|
|
2698
|
+
enumerable: true,
|
|
2699
|
+
get: function() {
|
|
2700
|
+
return BottomSheetProvider;
|
|
2701
|
+
}
|
|
2702
|
+
});
|
|
2703
|
+
Object.defineProperty(exports, "BottomSheetTrigger", {
|
|
2704
|
+
enumerable: true,
|
|
2705
|
+
get: function() {
|
|
2706
|
+
return BottomSheetTrigger;
|
|
2707
|
+
}
|
|
2708
|
+
});
|
|
2709
|
+
Object.defineProperty(exports, "Box", {
|
|
2710
|
+
enumerable: true,
|
|
2711
|
+
get: function() {
|
|
2712
|
+
return Box;
|
|
2713
|
+
}
|
|
2714
|
+
});
|
|
2715
|
+
Object.defineProperty(exports, "Button", {
|
|
2716
|
+
enumerable: true,
|
|
2717
|
+
get: function() {
|
|
2718
|
+
return Button;
|
|
2719
|
+
}
|
|
2720
|
+
});
|
|
2721
|
+
Object.defineProperty(exports, "Checkbox", {
|
|
2722
|
+
enumerable: true,
|
|
2723
|
+
get: function() {
|
|
2724
|
+
return Checkbox;
|
|
2725
|
+
}
|
|
2726
|
+
});
|
|
2727
|
+
Object.defineProperty(exports, "Chip", {
|
|
2728
|
+
enumerable: true,
|
|
2729
|
+
get: function() {
|
|
2730
|
+
return Chip;
|
|
2731
|
+
}
|
|
2732
|
+
});
|
|
2733
|
+
Object.defineProperty(exports, "ChipBase", {
|
|
2734
|
+
enumerable: true,
|
|
2735
|
+
get: function() {
|
|
2736
|
+
return ChipBase;
|
|
2737
|
+
}
|
|
2738
|
+
});
|
|
2739
|
+
Object.defineProperty(exports, "ChipButton", {
|
|
2740
|
+
enumerable: true,
|
|
2741
|
+
get: function() {
|
|
2742
|
+
return ChipButton;
|
|
2743
|
+
}
|
|
2744
|
+
});
|
|
2745
|
+
Object.defineProperty(exports, "ChipDismissible", {
|
|
2746
|
+
enumerable: true,
|
|
2747
|
+
get: function() {
|
|
2748
|
+
return ChipDismissible;
|
|
2749
|
+
}
|
|
2750
|
+
});
|
|
2751
|
+
Object.defineProperty(exports, "ChipLink", {
|
|
2752
|
+
enumerable: true,
|
|
2753
|
+
get: function() {
|
|
2754
|
+
return ChipLink;
|
|
2755
|
+
}
|
|
2756
|
+
});
|
|
2757
|
+
Object.defineProperty(exports, "ChipToggle", {
|
|
2758
|
+
enumerable: true,
|
|
2759
|
+
get: function() {
|
|
2760
|
+
return ChipToggle;
|
|
2761
|
+
}
|
|
2762
|
+
});
|
|
2763
|
+
Object.defineProperty(exports, "Divider", {
|
|
2764
|
+
enumerable: true,
|
|
2765
|
+
get: function() {
|
|
2766
|
+
return Divider;
|
|
2767
|
+
}
|
|
2768
|
+
});
|
|
2769
|
+
Object.defineProperty(exports, "DividerCore", {
|
|
2770
|
+
enumerable: true,
|
|
2771
|
+
get: function() {
|
|
2772
|
+
return DividerCore;
|
|
2773
|
+
}
|
|
2774
|
+
});
|
|
2775
|
+
Object.defineProperty(exports, "DividerInternal", {
|
|
2776
|
+
enumerable: true,
|
|
2777
|
+
get: function() {
|
|
2778
|
+
return DividerInternal;
|
|
2779
|
+
}
|
|
2780
|
+
});
|
|
2781
|
+
Object.defineProperty(exports, "FormLabel", {
|
|
2782
|
+
enumerable: true,
|
|
2783
|
+
get: function() {
|
|
2784
|
+
return FormLabel;
|
|
2785
|
+
}
|
|
2786
|
+
});
|
|
2787
|
+
Object.defineProperty(exports, "HStack", {
|
|
2788
|
+
enumerable: true,
|
|
2789
|
+
get: function() {
|
|
2790
|
+
return HStack;
|
|
2791
|
+
}
|
|
2792
|
+
});
|
|
2793
|
+
Object.defineProperty(exports, "Icon", {
|
|
2794
|
+
enumerable: true,
|
|
2795
|
+
get: function() {
|
|
2796
|
+
return Icon;
|
|
2797
|
+
}
|
|
2798
|
+
});
|
|
2799
|
+
Object.defineProperty(exports, "IconButton", {
|
|
2800
|
+
enumerable: true,
|
|
2801
|
+
get: function() {
|
|
2802
|
+
return IconButton;
|
|
2803
|
+
}
|
|
2804
|
+
});
|
|
2805
|
+
Object.defineProperty(exports, "IconSlot", {
|
|
2806
|
+
enumerable: true,
|
|
2807
|
+
get: function() {
|
|
2808
|
+
return IconSlot;
|
|
2809
|
+
}
|
|
2810
|
+
});
|
|
2811
|
+
Object.defineProperty(exports, "Image", {
|
|
2812
|
+
enumerable: true,
|
|
2813
|
+
get: function() {
|
|
2814
|
+
return Image;
|
|
2815
|
+
}
|
|
2816
|
+
});
|
|
2817
|
+
Object.defineProperty(exports, "Input", {
|
|
2818
|
+
enumerable: true,
|
|
2819
|
+
get: function() {
|
|
2820
|
+
return Input;
|
|
2821
|
+
}
|
|
2822
|
+
});
|
|
2823
|
+
Object.defineProperty(exports, "InputHelpText", {
|
|
2824
|
+
enumerable: true,
|
|
2825
|
+
get: function() {
|
|
2826
|
+
return InputHelpText;
|
|
2827
|
+
}
|
|
2828
|
+
});
|
|
2829
|
+
Object.defineProperty(exports, "InputHelpTextInternal", {
|
|
2830
|
+
enumerable: true,
|
|
2831
|
+
get: function() {
|
|
2832
|
+
return InputHelpTextInternal;
|
|
2833
|
+
}
|
|
2834
|
+
});
|
|
2835
|
+
Object.defineProperty(exports, "Link", {
|
|
2836
|
+
enumerable: true,
|
|
2837
|
+
get: function() {
|
|
2838
|
+
return Link;
|
|
2839
|
+
}
|
|
2840
|
+
});
|
|
2841
|
+
Object.defineProperty(exports, "Menu", {
|
|
2842
|
+
enumerable: true,
|
|
2843
|
+
get: function() {
|
|
2844
|
+
return Menu;
|
|
2845
|
+
}
|
|
2846
|
+
});
|
|
2847
|
+
Object.defineProperty(exports, "Menu.Content", {
|
|
2848
|
+
enumerable: true,
|
|
2849
|
+
get: function() {
|
|
2850
|
+
return Menu_Content;
|
|
2851
|
+
}
|
|
2852
|
+
});
|
|
2853
|
+
Object.defineProperty(exports, "Menu.Divider", {
|
|
2854
|
+
enumerable: true,
|
|
2855
|
+
get: function() {
|
|
2856
|
+
return Menu_Divider;
|
|
2857
|
+
}
|
|
2858
|
+
});
|
|
2859
|
+
Object.defineProperty(exports, "Menu.Item", {
|
|
2860
|
+
enumerable: true,
|
|
2861
|
+
get: function() {
|
|
2862
|
+
return Menu_Item;
|
|
2863
|
+
}
|
|
2864
|
+
});
|
|
2865
|
+
Object.defineProperty(exports, "Menu.ItemBase", {
|
|
2866
|
+
enumerable: true,
|
|
2867
|
+
get: function() {
|
|
2868
|
+
return Menu_ItemBase;
|
|
2869
|
+
}
|
|
2870
|
+
});
|
|
2871
|
+
Object.defineProperty(exports, "Menu.ItemCheckbox", {
|
|
2872
|
+
enumerable: true,
|
|
2873
|
+
get: function() {
|
|
2874
|
+
return Menu_ItemCheckbox;
|
|
2875
|
+
}
|
|
2876
|
+
});
|
|
2877
|
+
Object.defineProperty(exports, "Menu.Provider", {
|
|
2878
|
+
enumerable: true,
|
|
2879
|
+
get: function() {
|
|
2880
|
+
return Menu_Provider;
|
|
2881
|
+
}
|
|
2882
|
+
});
|
|
2883
|
+
Object.defineProperty(exports, "Menu.Trigger", {
|
|
2884
|
+
enumerable: true,
|
|
2885
|
+
get: function() {
|
|
2886
|
+
return Menu_Trigger;
|
|
2887
|
+
}
|
|
2888
|
+
});
|
|
2889
|
+
Object.defineProperty(exports, "Menu.index", {
|
|
2890
|
+
enumerable: true,
|
|
2891
|
+
get: function() {
|
|
2892
|
+
return Menu_index;
|
|
2893
|
+
}
|
|
2894
|
+
});
|
|
2895
|
+
Object.defineProperty(exports, "Modal", {
|
|
2896
|
+
enumerable: true,
|
|
2897
|
+
get: function() {
|
|
2898
|
+
return Modal;
|
|
2899
|
+
}
|
|
2900
|
+
});
|
|
2901
|
+
Object.defineProperty(exports, "Popover", {
|
|
2902
|
+
enumerable: true,
|
|
2903
|
+
get: function() {
|
|
2904
|
+
return Popover;
|
|
2905
|
+
}
|
|
2906
|
+
});
|
|
2907
|
+
Object.defineProperty(exports, "PopoverContent", {
|
|
2908
|
+
enumerable: true,
|
|
2909
|
+
get: function() {
|
|
2910
|
+
return PopoverContent;
|
|
2911
|
+
}
|
|
2912
|
+
});
|
|
2913
|
+
Object.defineProperty(exports, "PopoverContext", {
|
|
2914
|
+
enumerable: true,
|
|
2915
|
+
get: function() {
|
|
2916
|
+
return PopoverContext;
|
|
2917
|
+
}
|
|
2918
|
+
});
|
|
2919
|
+
Object.defineProperty(exports, "PopoverTrigger", {
|
|
2920
|
+
enumerable: true,
|
|
2921
|
+
get: function() {
|
|
2922
|
+
return PopoverTrigger;
|
|
2923
|
+
}
|
|
2924
|
+
});
|
|
2925
|
+
Object.defineProperty(exports, "Pressable", {
|
|
2926
|
+
enumerable: true,
|
|
2927
|
+
get: function() {
|
|
2928
|
+
return Pressable;
|
|
2929
|
+
}
|
|
2930
|
+
});
|
|
2931
|
+
Object.defineProperty(exports, "Radio", {
|
|
2932
|
+
enumerable: true,
|
|
2933
|
+
get: function() {
|
|
2934
|
+
return Radio;
|
|
2935
|
+
}
|
|
2936
|
+
});
|
|
2937
|
+
Object.defineProperty(exports, "RadioGroupProvider", {
|
|
2938
|
+
enumerable: true,
|
|
2939
|
+
get: function() {
|
|
2940
|
+
return RadioGroupProvider;
|
|
2941
|
+
}
|
|
2942
|
+
});
|
|
2943
|
+
Object.defineProperty(exports, "RadioGroupStore", {
|
|
2944
|
+
enumerable: true,
|
|
2945
|
+
get: function() {
|
|
2946
|
+
return RadioGroupStore;
|
|
2947
|
+
}
|
|
2948
|
+
});
|
|
2949
|
+
Object.defineProperty(exports, "Scrim", {
|
|
2950
|
+
enumerable: true,
|
|
2951
|
+
get: function() {
|
|
2952
|
+
return Scrim;
|
|
2953
|
+
}
|
|
2954
|
+
});
|
|
2955
|
+
Object.defineProperty(exports, "SegmentedControl", {
|
|
2956
|
+
enumerable: true,
|
|
2957
|
+
get: function() {
|
|
2958
|
+
return SegmentedControl;
|
|
2959
|
+
}
|
|
2960
|
+
});
|
|
2961
|
+
Object.defineProperty(exports, "Spinner", {
|
|
2962
|
+
enumerable: true,
|
|
2963
|
+
get: function() {
|
|
2964
|
+
return Spinner;
|
|
2965
|
+
}
|
|
2966
|
+
});
|
|
2967
|
+
Object.defineProperty(exports, "SpringMotionConfig", {
|
|
2968
|
+
enumerable: true,
|
|
2969
|
+
get: function() {
|
|
2970
|
+
return SpringMotionConfig;
|
|
2971
|
+
}
|
|
2972
|
+
});
|
|
2973
|
+
Object.defineProperty(exports, "SvgFloatingOverlay", {
|
|
2974
|
+
enumerable: true,
|
|
2975
|
+
get: function() {
|
|
2976
|
+
return SvgFloatingOverlay;
|
|
2977
|
+
}
|
|
2978
|
+
});
|
|
2979
|
+
Object.defineProperty(exports, "Switch", {
|
|
2980
|
+
enumerable: true,
|
|
2981
|
+
get: function() {
|
|
2982
|
+
return Switch;
|
|
2983
|
+
}
|
|
2984
|
+
});
|
|
2985
|
+
Object.defineProperty(exports, "SwitchV2", {
|
|
2986
|
+
enumerable: true,
|
|
2987
|
+
get: function() {
|
|
2988
|
+
return SwitchV2;
|
|
2989
|
+
}
|
|
2990
|
+
});
|
|
2991
|
+
Object.defineProperty(exports, "Tab", {
|
|
2992
|
+
enumerable: true,
|
|
2993
|
+
get: function() {
|
|
2994
|
+
return Tab;
|
|
2995
|
+
}
|
|
2996
|
+
});
|
|
2997
|
+
Object.defineProperty(exports, "TabList", {
|
|
2998
|
+
enumerable: true,
|
|
2999
|
+
get: function() {
|
|
3000
|
+
return TabList;
|
|
3001
|
+
}
|
|
3002
|
+
});
|
|
3003
|
+
Object.defineProperty(exports, "TabPanel", {
|
|
3004
|
+
enumerable: true,
|
|
3005
|
+
get: function() {
|
|
3006
|
+
return TabPanel;
|
|
3007
|
+
}
|
|
3008
|
+
});
|
|
3009
|
+
Object.defineProperty(exports, "Table", {
|
|
3010
|
+
enumerable: true,
|
|
3011
|
+
get: function() {
|
|
3012
|
+
return Table;
|
|
3013
|
+
}
|
|
3014
|
+
});
|
|
3015
|
+
Object.defineProperty(exports, "Table.mocks", {
|
|
3016
|
+
enumerable: true,
|
|
3017
|
+
get: function() {
|
|
3018
|
+
return Table_mocks;
|
|
3019
|
+
}
|
|
3020
|
+
});
|
|
3021
|
+
Object.defineProperty(exports, "Tabs", {
|
|
3022
|
+
enumerable: true,
|
|
3023
|
+
get: function() {
|
|
3024
|
+
return Tabs;
|
|
3025
|
+
}
|
|
3026
|
+
});
|
|
3027
|
+
Object.defineProperty(exports, "Text", {
|
|
3028
|
+
enumerable: true,
|
|
3029
|
+
get: function() {
|
|
3030
|
+
return Text;
|
|
3031
|
+
}
|
|
3032
|
+
});
|
|
3033
|
+
Object.defineProperty(exports, "Toast", {
|
|
3034
|
+
enumerable: true,
|
|
3035
|
+
get: function() {
|
|
3036
|
+
return Toast;
|
|
3037
|
+
}
|
|
3038
|
+
});
|
|
3039
|
+
Object.defineProperty(exports, "ToastContainer", {
|
|
3040
|
+
enumerable: true,
|
|
3041
|
+
get: function() {
|
|
3042
|
+
return ToastContainer;
|
|
3043
|
+
}
|
|
3044
|
+
});
|
|
3045
|
+
Object.defineProperty(exports, "ToastPortal", {
|
|
3046
|
+
enumerable: true,
|
|
3047
|
+
get: function() {
|
|
3048
|
+
return ToastPortal;
|
|
3049
|
+
}
|
|
3050
|
+
});
|
|
3051
|
+
Object.defineProperty(exports, "Tooltip", {
|
|
3052
|
+
enumerable: true,
|
|
3053
|
+
get: function() {
|
|
3054
|
+
return Tooltip;
|
|
3055
|
+
}
|
|
3056
|
+
});
|
|
3057
|
+
Object.defineProperty(exports, "TooltipContent", {
|
|
3058
|
+
enumerable: true,
|
|
3059
|
+
get: function() {
|
|
3060
|
+
return TooltipContent;
|
|
3061
|
+
}
|
|
3062
|
+
});
|
|
3063
|
+
Object.defineProperty(exports, "TooltipTrigger", {
|
|
3064
|
+
enumerable: true,
|
|
3065
|
+
get: function() {
|
|
3066
|
+
return TooltipTrigger;
|
|
3067
|
+
}
|
|
3068
|
+
});
|
|
3069
|
+
Object.defineProperty(exports, "UDSBottomSheetConfigProvider", {
|
|
3070
|
+
enumerable: true,
|
|
3071
|
+
get: function() {
|
|
3072
|
+
return UDSBottomSheetConfigProvider;
|
|
3073
|
+
}
|
|
3074
|
+
});
|
|
3075
|
+
Object.defineProperty(exports, "UDSBreakpointsConfigProvider", {
|
|
3076
|
+
enumerable: true,
|
|
3077
|
+
get: function() {
|
|
3078
|
+
return UDSBreakpointsConfigProvider;
|
|
3079
|
+
}
|
|
3080
|
+
});
|
|
3081
|
+
Object.defineProperty(exports, "UDSConfigProvider", {
|
|
3082
|
+
enumerable: true,
|
|
3083
|
+
get: function() {
|
|
3084
|
+
return UDSConfigProvider;
|
|
3085
|
+
}
|
|
3086
|
+
});
|
|
3087
|
+
Object.defineProperty(exports, "UDSPopoverConfigProvider", {
|
|
3088
|
+
enumerable: true,
|
|
3089
|
+
get: function() {
|
|
3090
|
+
return UDSPopoverConfigProvider;
|
|
3091
|
+
}
|
|
3092
|
+
});
|
|
3093
|
+
Object.defineProperty(exports, "UDSToastConfigProvider", {
|
|
3094
|
+
enumerable: true,
|
|
3095
|
+
get: function() {
|
|
3096
|
+
return UDSToastConfigProvider;
|
|
3097
|
+
}
|
|
3098
|
+
});
|
|
3099
|
+
Object.defineProperty(exports, "UDSTooltipConfigProvider", {
|
|
3100
|
+
enumerable: true,
|
|
3101
|
+
get: function() {
|
|
3102
|
+
return UDSTooltipConfigProvider;
|
|
3103
|
+
}
|
|
3104
|
+
});
|
|
3105
|
+
Object.defineProperty(exports, "VStack", {
|
|
3106
|
+
enumerable: true,
|
|
3107
|
+
get: function() {
|
|
3108
|
+
return VStack;
|
|
3109
|
+
}
|
|
3110
|
+
});
|
|
3111
|
+
Object.defineProperty(exports, "default", {
|
|
3112
|
+
enumerable: true,
|
|
3113
|
+
get: function() {
|
|
3114
|
+
return componentData_default;
|
|
3115
|
+
}
|
|
3116
|
+
});
|