@yahoo/uds 3.133.0-beta.2 → 3.133.1
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 +3 -3
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +3 -3
- 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 +37 -37
- package/dist/styles/styler.d.ts +37 -37
- 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 +2040 -2062
- package/dist/uds/generated/componentData.js +1514 -1529
- 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 +2047 -2055
- 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,61 +1,5 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
|
|
3
2
|
//#region generated/componentData.json
|
|
4
|
-
var Box = {
|
|
5
|
-
"name": "Box",
|
|
6
|
-
"defaultProps": {
|
|
7
|
-
"as": "div",
|
|
8
|
-
"display": "flex"
|
|
9
|
-
},
|
|
10
|
-
"getStylesLiterals": {},
|
|
11
|
-
"cxLiterals": [],
|
|
12
|
-
"internalComponents": ["Comp"],
|
|
13
|
-
"internalComponentProps": {},
|
|
14
|
-
"propToVariantKeys": { "elevationAlias": [
|
|
15
|
-
"backgroundColor",
|
|
16
|
-
"borderColor",
|
|
17
|
-
"borderWidth",
|
|
18
|
-
"dropShadow"
|
|
19
|
-
] },
|
|
20
|
-
"runtimeConfigDefaultProps": {},
|
|
21
|
-
"runtimeConfigGetStyles": {},
|
|
22
|
-
"runtimeConfigInternalComponentProps": {},
|
|
23
|
-
"motionVarPrefixes": []
|
|
24
|
-
};
|
|
25
|
-
var FormLabel = {
|
|
26
|
-
"name": "FormLabel",
|
|
27
|
-
"defaultProps": {
|
|
28
|
-
"color": "muted",
|
|
29
|
-
"variant": "label3",
|
|
30
|
-
"as": "label"
|
|
31
|
-
},
|
|
32
|
-
"getStylesLiterals": {},
|
|
33
|
-
"cxLiterals": ["cursor-[inherit]"],
|
|
34
|
-
"internalComponents": ["Text"],
|
|
35
|
-
"internalComponentProps": { "Text": {
|
|
36
|
-
"as": ["sup"],
|
|
37
|
-
"variant": ["inherit"],
|
|
38
|
-
"spacingStart": ["0.5"]
|
|
39
|
-
} },
|
|
40
|
-
"propToVariantKeys": {},
|
|
41
|
-
"runtimeConfigDefaultProps": {},
|
|
42
|
-
"runtimeConfigGetStyles": {},
|
|
43
|
-
"runtimeConfigInternalComponentProps": {},
|
|
44
|
-
"motionVarPrefixes": []
|
|
45
|
-
};
|
|
46
|
-
var HStack = {
|
|
47
|
-
"name": "HStack",
|
|
48
|
-
"defaultProps": {},
|
|
49
|
-
"getStylesLiterals": {},
|
|
50
|
-
"cxLiterals": [],
|
|
51
|
-
"internalComponents": ["Box"],
|
|
52
|
-
"internalComponentProps": { "Box": { "flexDirection": ["row"] } },
|
|
53
|
-
"propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
|
|
54
|
-
"runtimeConfigDefaultProps": {},
|
|
55
|
-
"runtimeConfigGetStyles": {},
|
|
56
|
-
"runtimeConfigInternalComponentProps": {},
|
|
57
|
-
"motionVarPrefixes": []
|
|
58
|
-
};
|
|
59
3
|
var Icon = {
|
|
60
4
|
"name": "Icon",
|
|
61
5
|
"defaultProps": {
|
|
@@ -65,7 +9,7 @@ var Icon = {
|
|
|
65
9
|
},
|
|
66
10
|
"getStylesLiterals": { "flex": "none" },
|
|
67
11
|
"cxLiterals": ["[&_path]:fill-current"],
|
|
68
|
-
"internalComponents": [],
|
|
12
|
+
"internalComponents": ["SVGIcon"],
|
|
69
13
|
"internalComponentProps": {},
|
|
70
14
|
"propToVariantKeys": {},
|
|
71
15
|
"runtimeConfigDefaultProps": {},
|
|
@@ -73,14 +17,24 @@ var Icon = {
|
|
|
73
17
|
"runtimeConfigInternalComponentProps": {},
|
|
74
18
|
"motionVarPrefixes": []
|
|
75
19
|
};
|
|
76
|
-
var
|
|
77
|
-
"name": "
|
|
78
|
-
"defaultProps": {
|
|
20
|
+
var Text = {
|
|
21
|
+
"name": "Text",
|
|
22
|
+
"defaultProps": {
|
|
23
|
+
"color": "primary",
|
|
24
|
+
"variant": "body1"
|
|
25
|
+
},
|
|
79
26
|
"getStylesLiterals": {},
|
|
80
27
|
"cxLiterals": [],
|
|
81
|
-
"internalComponents": ["
|
|
28
|
+
"internalComponents": ["Comp"],
|
|
82
29
|
"internalComponentProps": {},
|
|
83
|
-
"propToVariantKeys": {
|
|
30
|
+
"propToVariantKeys": { "variant": [
|
|
31
|
+
"fontFamily",
|
|
32
|
+
"fontSize",
|
|
33
|
+
"fontWeight",
|
|
34
|
+
"lineHeight",
|
|
35
|
+
"textTransform",
|
|
36
|
+
"letterSpacing"
|
|
37
|
+
] },
|
|
84
38
|
"runtimeConfigDefaultProps": {},
|
|
85
39
|
"runtimeConfigGetStyles": {},
|
|
86
40
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -99,44 +53,6 @@ var Image = {
|
|
|
99
53
|
"runtimeConfigInternalComponentProps": {},
|
|
100
54
|
"motionVarPrefixes": []
|
|
101
55
|
};
|
|
102
|
-
var Link = {
|
|
103
|
-
"name": "Link",
|
|
104
|
-
"defaultProps": { "variant": "primary" },
|
|
105
|
-
"getStylesLiterals": {
|
|
106
|
-
"display": "inline-flex",
|
|
107
|
-
"alignItems": "center"
|
|
108
|
-
},
|
|
109
|
-
"cxLiterals": [
|
|
110
|
-
"uds-ring",
|
|
111
|
-
"underline",
|
|
112
|
-
"w-[0.7em]",
|
|
113
|
-
"h-[0.7em]"
|
|
114
|
-
],
|
|
115
|
-
"internalComponents": ["IconSlot"],
|
|
116
|
-
"internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
|
|
117
|
-
"propToVariantKeys": {
|
|
118
|
-
"textVariant": [
|
|
119
|
-
"linkTextStyleRoot",
|
|
120
|
-
"fontSize",
|
|
121
|
-
"fontFamily",
|
|
122
|
-
"fontWeight",
|
|
123
|
-
"lineHeight",
|
|
124
|
-
"textTransform",
|
|
125
|
-
"linkTextStyleIcon"
|
|
126
|
-
],
|
|
127
|
-
"variant": [
|
|
128
|
-
"linkVariantRoot",
|
|
129
|
-
"linkVariantIconStart",
|
|
130
|
-
"linkVariantIconEnd"
|
|
131
|
-
],
|
|
132
|
-
"startIcon": ["icon"],
|
|
133
|
-
"endIcon": ["icon"]
|
|
134
|
-
},
|
|
135
|
-
"runtimeConfigDefaultProps": {},
|
|
136
|
-
"runtimeConfigGetStyles": {},
|
|
137
|
-
"runtimeConfigInternalComponentProps": {},
|
|
138
|
-
"motionVarPrefixes": []
|
|
139
|
-
};
|
|
140
56
|
var Scrim = {
|
|
141
57
|
"name": "Scrim",
|
|
142
58
|
"defaultProps": {
|
|
@@ -164,58 +80,22 @@ var Scrim = {
|
|
|
164
80
|
"runtimeConfigInternalComponentProps": {},
|
|
165
81
|
"motionVarPrefixes": []
|
|
166
82
|
};
|
|
167
|
-
var
|
|
168
|
-
"name": "
|
|
169
|
-
"defaultProps": { "contentOverflow": "auto" },
|
|
170
|
-
"getStylesLiterals": {},
|
|
171
|
-
"cxLiterals": [
|
|
172
|
-
"absolute",
|
|
173
|
-
"top-0",
|
|
174
|
-
"left-0",
|
|
175
|
-
"w-full",
|
|
176
|
-
"h-full",
|
|
177
|
-
"overflow-visible",
|
|
178
|
-
"pointer-events-none",
|
|
179
|
-
"z-[2]",
|
|
180
|
-
"z-[3]",
|
|
181
|
-
"max-h-full",
|
|
182
|
-
"gap-[inherit]"
|
|
183
|
-
],
|
|
184
|
-
"internalComponents": ["Box", "Fragment"],
|
|
185
|
-
"internalComponentProps": { "Box": {
|
|
186
|
-
"position": ["relative"],
|
|
187
|
-
"flexGrow": ["1"],
|
|
188
|
-
"overflow": ["hidden"],
|
|
189
|
-
"display": ["block"],
|
|
190
|
-
"className": ["max-h-full gap-[inherit]"]
|
|
191
|
-
} },
|
|
192
|
-
"propToVariantKeys": {
|
|
193
|
-
"blurClassName": ["className"],
|
|
194
|
-
"contentOverflow": ["overflow"]
|
|
195
|
-
},
|
|
196
|
-
"runtimeConfigDefaultProps": {},
|
|
197
|
-
"runtimeConfigGetStyles": {},
|
|
198
|
-
"runtimeConfigInternalComponentProps": {},
|
|
199
|
-
"motionVarPrefixes": []
|
|
200
|
-
};
|
|
201
|
-
var Text = {
|
|
202
|
-
"name": "Text",
|
|
83
|
+
var FormLabel = {
|
|
84
|
+
"name": "FormLabel",
|
|
203
85
|
"defaultProps": {
|
|
204
|
-
"color": "
|
|
205
|
-
"variant": "
|
|
86
|
+
"color": "muted",
|
|
87
|
+
"variant": "label3",
|
|
88
|
+
"as": "label"
|
|
206
89
|
},
|
|
207
90
|
"getStylesLiterals": {},
|
|
208
|
-
"cxLiterals": [],
|
|
209
|
-
"internalComponents": ["
|
|
210
|
-
"internalComponentProps": {
|
|
211
|
-
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
"textTransform",
|
|
217
|
-
"letterSpacing"
|
|
218
|
-
] },
|
|
91
|
+
"cxLiterals": ["cursor-[inherit]"],
|
|
92
|
+
"internalComponents": ["Text"],
|
|
93
|
+
"internalComponentProps": { "Text": {
|
|
94
|
+
"as": ["sup"],
|
|
95
|
+
"variant": ["inherit"],
|
|
96
|
+
"spacingStart": ["0.5"]
|
|
97
|
+
} },
|
|
98
|
+
"propToVariantKeys": {},
|
|
219
99
|
"runtimeConfigDefaultProps": {},
|
|
220
100
|
"runtimeConfigGetStyles": {},
|
|
221
101
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -234,16 +114,12 @@ var VStack = {
|
|
|
234
114
|
"runtimeConfigInternalComponentProps": {},
|
|
235
115
|
"motionVarPrefixes": []
|
|
236
116
|
};
|
|
237
|
-
var
|
|
238
|
-
"name": "
|
|
117
|
+
var IconSlot = {
|
|
118
|
+
"name": "IconSlot",
|
|
239
119
|
"defaultProps": {},
|
|
240
120
|
"getStylesLiterals": {},
|
|
241
121
|
"cxLiterals": [],
|
|
242
|
-
"internalComponents": [
|
|
243
|
-
"AvatarImage",
|
|
244
|
-
"AvatarText",
|
|
245
|
-
"AvatarIcon"
|
|
246
|
-
],
|
|
122
|
+
"internalComponents": ["Icon"],
|
|
247
123
|
"internalComponentProps": {},
|
|
248
124
|
"propToVariantKeys": {},
|
|
249
125
|
"runtimeConfigDefaultProps": {},
|
|
@@ -251,80 +127,122 @@ var Avatar = {
|
|
|
251
127
|
"runtimeConfigInternalComponentProps": {},
|
|
252
128
|
"motionVarPrefixes": []
|
|
253
129
|
};
|
|
254
|
-
var
|
|
255
|
-
"name": "
|
|
130
|
+
var Box = {
|
|
131
|
+
"name": "Box",
|
|
256
132
|
"defaultProps": {
|
|
257
|
-
"
|
|
258
|
-
"
|
|
133
|
+
"as": "div",
|
|
134
|
+
"display": "flex"
|
|
259
135
|
},
|
|
260
136
|
"getStylesLiterals": {},
|
|
261
|
-
"cxLiterals": [
|
|
262
|
-
|
|
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"],
|
|
137
|
+
"cxLiterals": [],
|
|
138
|
+
"internalComponents": ["Comp"],
|
|
272
139
|
"internalComponentProps": {},
|
|
273
|
-
"propToVariantKeys": { "
|
|
140
|
+
"propToVariantKeys": { "elevationAlias": [
|
|
141
|
+
"backgroundColor",
|
|
142
|
+
"borderColor",
|
|
143
|
+
"borderWidth",
|
|
144
|
+
"dropShadow"
|
|
145
|
+
] },
|
|
274
146
|
"runtimeConfigDefaultProps": {},
|
|
275
147
|
"runtimeConfigGetStyles": {},
|
|
276
148
|
"runtimeConfigInternalComponentProps": {},
|
|
277
149
|
"motionVarPrefixes": []
|
|
278
150
|
};
|
|
279
|
-
var
|
|
280
|
-
"name": "
|
|
281
|
-
"defaultProps": {
|
|
282
|
-
"size": "md",
|
|
283
|
-
"variant": "primary"
|
|
284
|
-
},
|
|
151
|
+
var SvgFloatingOverlay = {
|
|
152
|
+
"name": "SvgFloatingOverlay",
|
|
153
|
+
"defaultProps": { "contentOverflow": "auto" },
|
|
285
154
|
"getStylesLiterals": {},
|
|
286
155
|
"cxLiterals": [
|
|
287
|
-
"
|
|
156
|
+
"absolute",
|
|
157
|
+
"top-0",
|
|
158
|
+
"left-0",
|
|
288
159
|
"w-full",
|
|
289
160
|
"h-full",
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
161
|
+
"overflow-visible",
|
|
162
|
+
"pointer-events-none",
|
|
163
|
+
"z-[2]",
|
|
164
|
+
"z-[3]",
|
|
165
|
+
"max-h-full",
|
|
166
|
+
"gap-[inherit]"
|
|
296
167
|
],
|
|
297
|
-
"internalComponents": ["
|
|
298
|
-
"internalComponentProps": {
|
|
299
|
-
|
|
168
|
+
"internalComponents": ["Box", "Fragment"],
|
|
169
|
+
"internalComponentProps": { "Box": {
|
|
170
|
+
"position": ["relative"],
|
|
171
|
+
"flexGrow": ["1"],
|
|
172
|
+
"overflow": ["hidden"],
|
|
173
|
+
"display": ["block"],
|
|
174
|
+
"className": ["max-h-full gap-[inherit]"]
|
|
175
|
+
} },
|
|
176
|
+
"propToVariantKeys": {
|
|
177
|
+
"blurClassName": ["className"],
|
|
178
|
+
"contentOverflow": ["overflow"]
|
|
179
|
+
},
|
|
300
180
|
"runtimeConfigDefaultProps": {},
|
|
301
181
|
"runtimeConfigGetStyles": {},
|
|
302
182
|
"runtimeConfigInternalComponentProps": {},
|
|
303
183
|
"motionVarPrefixes": []
|
|
304
184
|
};
|
|
305
|
-
var
|
|
306
|
-
"name": "
|
|
307
|
-
"defaultProps": {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
"
|
|
185
|
+
var HStack = {
|
|
186
|
+
"name": "HStack",
|
|
187
|
+
"defaultProps": {},
|
|
188
|
+
"getStylesLiterals": {},
|
|
189
|
+
"cxLiterals": [],
|
|
190
|
+
"internalComponents": ["Box"],
|
|
191
|
+
"internalComponentProps": { "Box": { "flexDirection": ["row"] } },
|
|
192
|
+
"propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
|
|
193
|
+
"runtimeConfigDefaultProps": {},
|
|
194
|
+
"runtimeConfigGetStyles": {},
|
|
195
|
+
"runtimeConfigInternalComponentProps": {},
|
|
196
|
+
"motionVarPrefixes": []
|
|
197
|
+
};
|
|
198
|
+
var Link = {
|
|
199
|
+
"name": "Link",
|
|
200
|
+
"defaultProps": { "variant": "primary" },
|
|
201
|
+
"getStylesLiterals": {
|
|
202
|
+
"display": "inline-flex",
|
|
203
|
+
"alignItems": "center"
|
|
204
|
+
},
|
|
312
205
|
"cxLiterals": [
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"w-
|
|
316
|
-
"h-
|
|
317
|
-
"shrink-0",
|
|
318
|
-
"text-center",
|
|
319
|
-
"inline-flex",
|
|
320
|
-
"justify-center",
|
|
321
|
-
"items-center"
|
|
206
|
+
"uds-ring",
|
|
207
|
+
"underline",
|
|
208
|
+
"w-[0.7em]",
|
|
209
|
+
"h-[0.7em]"
|
|
322
210
|
],
|
|
323
|
-
"internalComponents": ["
|
|
324
|
-
"internalComponentProps": { "
|
|
325
|
-
|
|
326
|
-
"
|
|
327
|
-
|
|
211
|
+
"internalComponents": ["IconSlot"],
|
|
212
|
+
"internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
|
|
213
|
+
"propToVariantKeys": {
|
|
214
|
+
"textVariant": [
|
|
215
|
+
"linkTextStyleRoot",
|
|
216
|
+
"fontSize",
|
|
217
|
+
"fontFamily",
|
|
218
|
+
"fontWeight",
|
|
219
|
+
"lineHeight",
|
|
220
|
+
"textTransform",
|
|
221
|
+
"linkTextStyleIcon"
|
|
222
|
+
],
|
|
223
|
+
"variant": [
|
|
224
|
+
"linkVariantRoot",
|
|
225
|
+
"linkVariantIconStart",
|
|
226
|
+
"linkVariantIconEnd"
|
|
227
|
+
],
|
|
228
|
+
"startIcon": ["icon"],
|
|
229
|
+
"endIcon": ["icon"]
|
|
230
|
+
},
|
|
231
|
+
"runtimeConfigDefaultProps": {},
|
|
232
|
+
"runtimeConfigGetStyles": {},
|
|
233
|
+
"runtimeConfigInternalComponentProps": {},
|
|
234
|
+
"motionVarPrefixes": []
|
|
235
|
+
};
|
|
236
|
+
var BannerDescription = {
|
|
237
|
+
"name": "BannerDescription",
|
|
238
|
+
"defaultProps": {},
|
|
239
|
+
"getStylesLiterals": {
|
|
240
|
+
"bannerSizeDescription": "default",
|
|
241
|
+
"className": "w-full line-clamp-3"
|
|
242
|
+
},
|
|
243
|
+
"cxLiterals": [],
|
|
244
|
+
"internalComponents": ["Text"],
|
|
245
|
+
"internalComponentProps": {},
|
|
328
246
|
"propToVariantKeys": {},
|
|
329
247
|
"runtimeConfigDefaultProps": {},
|
|
330
248
|
"runtimeConfigGetStyles": {},
|
|
@@ -428,22 +346,6 @@ var BannerContent = {
|
|
|
428
346
|
"runtimeConfigInternalComponentProps": {},
|
|
429
347
|
"motionVarPrefixes": []
|
|
430
348
|
};
|
|
431
|
-
var BannerDescription = {
|
|
432
|
-
"name": "BannerDescription",
|
|
433
|
-
"defaultProps": {},
|
|
434
|
-
"getStylesLiterals": {
|
|
435
|
-
"bannerSizeDescription": "default",
|
|
436
|
-
"className": "w-full line-clamp-3"
|
|
437
|
-
},
|
|
438
|
-
"cxLiterals": [],
|
|
439
|
-
"internalComponents": ["Text"],
|
|
440
|
-
"internalComponentProps": {},
|
|
441
|
-
"propToVariantKeys": {},
|
|
442
|
-
"runtimeConfigDefaultProps": {},
|
|
443
|
-
"runtimeConfigGetStyles": {},
|
|
444
|
-
"runtimeConfigInternalComponentProps": {},
|
|
445
|
-
"motionVarPrefixes": []
|
|
446
|
-
};
|
|
447
349
|
var BannerTitle = {
|
|
448
350
|
"name": "BannerTitle",
|
|
449
351
|
"defaultProps": {},
|
|
@@ -519,181 +421,205 @@ var DividerInternal = {
|
|
|
519
421
|
"runtimeConfigInternalComponentProps": {},
|
|
520
422
|
"motionVarPrefixes": []
|
|
521
423
|
};
|
|
522
|
-
var
|
|
523
|
-
"name": "
|
|
424
|
+
var Table_mocks = {
|
|
425
|
+
"name": "Table.mocks",
|
|
524
426
|
"defaultProps": {},
|
|
525
427
|
"getStylesLiterals": {},
|
|
526
|
-
"cxLiterals": [
|
|
527
|
-
"internalComponents": [
|
|
528
|
-
"internalComponentProps": {
|
|
529
|
-
"propToVariantKeys": {
|
|
428
|
+
"cxLiterals": [],
|
|
429
|
+
"internalComponents": [],
|
|
430
|
+
"internalComponentProps": {},
|
|
431
|
+
"propToVariantKeys": {},
|
|
530
432
|
"runtimeConfigDefaultProps": {},
|
|
531
433
|
"runtimeConfigGetStyles": {},
|
|
532
434
|
"runtimeConfigInternalComponentProps": {},
|
|
533
|
-
"motionVarPrefixes": [
|
|
435
|
+
"motionVarPrefixes": []
|
|
534
436
|
};
|
|
535
|
-
var
|
|
536
|
-
"name": "
|
|
437
|
+
var Spinner = {
|
|
438
|
+
"name": "Spinner",
|
|
537
439
|
"defaultProps": {
|
|
538
|
-
"
|
|
539
|
-
"size": "
|
|
440
|
+
"color": "primary",
|
|
441
|
+
"size": "lg"
|
|
540
442
|
},
|
|
541
443
|
"getStylesLiterals": {},
|
|
542
444
|
"cxLiterals": [
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"text-center"
|
|
445
|
+
"self-center",
|
|
446
|
+
"relative",
|
|
447
|
+
"sr-only"
|
|
547
448
|
],
|
|
548
|
-
"internalComponents": ["
|
|
549
|
-
"internalComponentProps": {
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
"propToVariantKeys": {
|
|
558
|
-
"size": ["badgeSizeRoot", "badgeSizeIcon"],
|
|
559
|
-
"variant": ["badgeVariantRoot", "badgeVariantIcon"],
|
|
560
|
-
"startIcon": ["icon"],
|
|
561
|
-
"endIcon": ["icon"]
|
|
562
|
-
},
|
|
449
|
+
"internalComponents": ["Icon"],
|
|
450
|
+
"internalComponentProps": { "Icon": {
|
|
451
|
+
"role": ["img"],
|
|
452
|
+
"className": ["animate-spin"],
|
|
453
|
+
"aria-hidden": ["true"]
|
|
454
|
+
} },
|
|
455
|
+
"propToVariantKeys": {},
|
|
563
456
|
"runtimeConfigDefaultProps": {},
|
|
564
457
|
"runtimeConfigGetStyles": {},
|
|
565
458
|
"runtimeConfigInternalComponentProps": {},
|
|
566
459
|
"motionVarPrefixes": []
|
|
567
460
|
};
|
|
568
|
-
var
|
|
569
|
-
"name": "
|
|
570
|
-
"defaultProps": {
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
"[backface-visibility:hidden]",
|
|
583
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
584
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
585
|
-
"[transition-duration:220ms]",
|
|
586
|
-
"cursor-not-allowed",
|
|
587
|
-
"uds-button-loading",
|
|
588
|
-
"uds-button-without-effects",
|
|
589
|
-
"withIcon",
|
|
590
|
-
"uds-button-with-gap",
|
|
591
|
-
"animate-spin",
|
|
592
|
-
"truncate"
|
|
593
|
-
],
|
|
461
|
+
var Table = {
|
|
462
|
+
"name": "Table",
|
|
463
|
+
"defaultProps": {
|
|
464
|
+
"display": "table-cell",
|
|
465
|
+
"overflow": "hidden",
|
|
466
|
+
"borderColor": "muted",
|
|
467
|
+
"borderRadius": "md",
|
|
468
|
+
"spacing": "3",
|
|
469
|
+
"borderBottomColor": "muted",
|
|
470
|
+
"borderBottomWidth": "thin",
|
|
471
|
+
"color": "primary"
|
|
472
|
+
},
|
|
473
|
+
"getStylesLiterals": { "textAlign": "start" },
|
|
474
|
+
"cxLiterals": [],
|
|
594
475
|
"internalComponents": [
|
|
595
|
-
"
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
476
|
+
"CellComponent",
|
|
477
|
+
"Box",
|
|
478
|
+
"Text",
|
|
479
|
+
"Table.Root",
|
|
480
|
+
"Table.Header",
|
|
481
|
+
"Table.Row",
|
|
482
|
+
"Table.Cell",
|
|
483
|
+
"Table.Body"
|
|
600
484
|
],
|
|
601
|
-
"internalComponentProps": {
|
|
602
|
-
|
|
603
|
-
"AnimatePresence": { "mode": ["popLayout"] },
|
|
604
|
-
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
605
|
-
"MotionSlot": {
|
|
606
|
-
"whileHover": ["hover"],
|
|
607
|
-
"whileTap": ["pressed"]
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
"propToVariantKeys": {
|
|
611
|
-
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
612
|
-
"variant": ["buttonVariantRoot", "buttonVariantIcon"],
|
|
613
|
-
"iconVariant": ["variant"],
|
|
614
|
-
"startIcon": ["icon"],
|
|
615
|
-
"endIcon": ["icon"]
|
|
616
|
-
},
|
|
485
|
+
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
486
|
+
"propToVariantKeys": {},
|
|
617
487
|
"runtimeConfigDefaultProps": {},
|
|
618
488
|
"runtimeConfigGetStyles": {},
|
|
619
489
|
"runtimeConfigInternalComponentProps": {},
|
|
620
|
-
"motionVarPrefixes": [
|
|
490
|
+
"motionVarPrefixes": []
|
|
621
491
|
};
|
|
622
|
-
var
|
|
623
|
-
"name": "
|
|
492
|
+
var Pressable = {
|
|
493
|
+
"name": "Pressable",
|
|
494
|
+
"defaultProps": {},
|
|
495
|
+
"getStylesLiterals": {},
|
|
496
|
+
"cxLiterals": [],
|
|
497
|
+
"internalComponents": ["Comp"],
|
|
498
|
+
"internalComponentProps": {},
|
|
499
|
+
"propToVariantKeys": {},
|
|
500
|
+
"runtimeConfigDefaultProps": {},
|
|
501
|
+
"runtimeConfigGetStyles": {},
|
|
502
|
+
"runtimeConfigInternalComponentProps": {},
|
|
503
|
+
"motionVarPrefixes": []
|
|
504
|
+
};
|
|
505
|
+
var SpringMotionConfig = {
|
|
506
|
+
"name": "SpringMotionConfig",
|
|
507
|
+
"defaultProps": { "reducedMotion": "user" },
|
|
508
|
+
"getStylesLiterals": {},
|
|
509
|
+
"cxLiterals": [],
|
|
510
|
+
"internalComponents": ["LazyMotion", "MotionConfig"],
|
|
511
|
+
"internalComponentProps": {},
|
|
512
|
+
"propToVariantKeys": { "loadFeatures": ["features"] },
|
|
513
|
+
"runtimeConfigDefaultProps": {},
|
|
514
|
+
"runtimeConfigGetStyles": {},
|
|
515
|
+
"runtimeConfigInternalComponentProps": {},
|
|
516
|
+
"motionVarPrefixes": []
|
|
517
|
+
};
|
|
518
|
+
var AnimateHeightChange = {
|
|
519
|
+
"name": "AnimateHeightChange",
|
|
520
|
+
"defaultProps": {},
|
|
521
|
+
"getStylesLiterals": {},
|
|
522
|
+
"cxLiterals": ["overflow-hidden"],
|
|
523
|
+
"internalComponents": ["SpringMotionConfig"],
|
|
524
|
+
"internalComponentProps": { "SpringMotionConfig": { "layoutSpeed": ["4"] } },
|
|
525
|
+
"propToVariantKeys": { "reduceMotion": ["reducedMotion"] },
|
|
526
|
+
"runtimeConfigDefaultProps": {},
|
|
527
|
+
"runtimeConfigGetStyles": {},
|
|
528
|
+
"runtimeConfigInternalComponentProps": {},
|
|
529
|
+
"motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
|
|
530
|
+
};
|
|
531
|
+
var Switch = {
|
|
532
|
+
"name": "Switch",
|
|
624
533
|
"defaultProps": {
|
|
625
534
|
"labelPosition": "start",
|
|
626
|
-
"variant": "primary",
|
|
627
535
|
"size": "md"
|
|
628
536
|
},
|
|
629
537
|
"getStylesLiterals": {
|
|
538
|
+
"switchVariantRoot": "default",
|
|
539
|
+
"switchVariantActiveRoot": "on",
|
|
540
|
+
"switchVariantActiveRoot:1": "off",
|
|
630
541
|
"display": "flex",
|
|
631
542
|
"flexDirection": "row",
|
|
632
543
|
"flexDirection:1": "row-reverse",
|
|
633
|
-
"alignItems": "center"
|
|
544
|
+
"alignItems": "center",
|
|
545
|
+
"switchVariantSwitch": "default",
|
|
546
|
+
"switchVariantActiveSwitch": "on",
|
|
547
|
+
"switchVariantActiveSwitch:1": "off",
|
|
548
|
+
"borderRadius": "full",
|
|
549
|
+
"position": "relative",
|
|
550
|
+
"switchVariantActiveHandle": "on",
|
|
551
|
+
"switchVariantActiveHandle:1": "off",
|
|
552
|
+
"switchVariantHandle": "default",
|
|
553
|
+
"switchVariantHandleIcon": "default",
|
|
554
|
+
"switchVariantActiveHandleIcon": "on",
|
|
555
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
634
556
|
},
|
|
635
557
|
"cxLiterals": [
|
|
558
|
+
"group",
|
|
636
559
|
"cursor-pointer",
|
|
637
560
|
"cursor-default",
|
|
638
561
|
"opacity-50",
|
|
639
562
|
"uds-ring",
|
|
640
563
|
"uds-ring-within",
|
|
641
|
-
"transition-[background-color,
|
|
564
|
+
"transition-[background-color,box-shadow]",
|
|
565
|
+
"relative",
|
|
642
566
|
"pointer-events-none",
|
|
643
|
-
"
|
|
644
|
-
"
|
|
567
|
+
"uds-border-radius-full",
|
|
568
|
+
"overflow-hidden",
|
|
645
569
|
"absolute",
|
|
570
|
+
"top-0",
|
|
571
|
+
"left-0",
|
|
572
|
+
"right-0",
|
|
573
|
+
"bottom-0",
|
|
574
|
+
"opacity-95",
|
|
575
|
+
"group-hover:opacity-100",
|
|
576
|
+
"transition-[background-color,box-shadow,opacity]",
|
|
646
577
|
"opacity-0",
|
|
647
578
|
"top-1/2",
|
|
648
579
|
"left-1/2",
|
|
649
|
-
"w-[calc(100%+2px)]",
|
|
650
|
-
"h-[calc(100%+2px)]",
|
|
651
580
|
"transform",
|
|
652
581
|
"translate-x-[-50%]",
|
|
653
582
|
"translate-y-[-50%]",
|
|
583
|
+
"transition-opacity",
|
|
584
|
+
"cursor-[inherit]",
|
|
585
|
+
"w-[calc(100%+2px)]",
|
|
586
|
+
"h-[calc(100%+2px)]",
|
|
654
587
|
"text-start",
|
|
655
|
-
"text-end"
|
|
588
|
+
"text-end",
|
|
589
|
+
"opacity-100"
|
|
656
590
|
],
|
|
657
591
|
"internalComponents": [
|
|
658
|
-
"
|
|
592
|
+
"IconSlot",
|
|
593
|
+
"Box",
|
|
659
594
|
"FormLabel",
|
|
660
595
|
"SpringMotionConfig",
|
|
661
596
|
"RootElement",
|
|
662
597
|
"MotionBox"
|
|
663
598
|
],
|
|
664
599
|
"internalComponentProps": {
|
|
665
|
-
"
|
|
600
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
666
601
|
"FormLabel": {
|
|
667
602
|
"as": ["div"],
|
|
668
603
|
"variant": ["inherit"],
|
|
669
604
|
"color": ["inherit"]
|
|
670
605
|
},
|
|
671
|
-
"RootElement": { "data-testid": ["container"] }
|
|
672
|
-
"MotionBox": {
|
|
673
|
-
"position": ["relative"],
|
|
674
|
-
"alignItems": ["center"],
|
|
675
|
-
"justifyContent": ["center"],
|
|
676
|
-
"flex": ["none"]
|
|
677
|
-
}
|
|
606
|
+
"RootElement": { "data-testid": ["container"] }
|
|
678
607
|
},
|
|
679
608
|
"propToVariantKeys": {
|
|
680
|
-
"size": [
|
|
681
|
-
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
],
|
|
686
|
-
"valueState": [
|
|
687
|
-
"checkboxVariantValueRoot",
|
|
688
|
-
"checkboxVariantValueCheckbox",
|
|
689
|
-
"checkboxVariantValueCheckboxIcon"
|
|
609
|
+
"size": [
|
|
610
|
+
"switchSizeRoot",
|
|
611
|
+
"switchSizeSwitch",
|
|
612
|
+
"switchSizeHandle",
|
|
613
|
+
"switchSizeHandleIcon"
|
|
690
614
|
],
|
|
615
|
+
"onIcon": ["icon"],
|
|
616
|
+
"offIcon": ["icon"],
|
|
691
617
|
"reduceMotion": ["reducedMotion"]
|
|
692
618
|
},
|
|
693
619
|
"runtimeConfigDefaultProps": {},
|
|
694
620
|
"runtimeConfigGetStyles": {},
|
|
695
621
|
"runtimeConfigInternalComponentProps": {},
|
|
696
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
622
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
697
623
|
};
|
|
698
624
|
var IconButton = {
|
|
699
625
|
"name": "IconButton",
|
|
@@ -737,295 +663,620 @@ var IconButton = {
|
|
|
737
663
|
"runtimeConfigInternalComponentProps": {},
|
|
738
664
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
739
665
|
};
|
|
740
|
-
var
|
|
741
|
-
"name": "
|
|
742
|
-
"defaultProps": {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
"internalComponentProps": {},
|
|
747
|
-
"propToVariantKeys": {},
|
|
748
|
-
"runtimeConfigDefaultProps": {},
|
|
749
|
-
"runtimeConfigGetStyles": {},
|
|
750
|
-
"runtimeConfigInternalComponentProps": {},
|
|
751
|
-
"motionVarPrefixes": []
|
|
752
|
-
};
|
|
753
|
-
var SpringMotionConfig = {
|
|
754
|
-
"name": "SpringMotionConfig",
|
|
755
|
-
"defaultProps": { "reducedMotion": "user" },
|
|
666
|
+
var Badge = {
|
|
667
|
+
"name": "Badge",
|
|
668
|
+
"defaultProps": {
|
|
669
|
+
"variant": "primary",
|
|
670
|
+
"size": "md"
|
|
671
|
+
},
|
|
756
672
|
"getStylesLiterals": {},
|
|
757
|
-
"cxLiterals": [
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
673
|
+
"cxLiterals": [
|
|
674
|
+
"flex-1",
|
|
675
|
+
"truncate",
|
|
676
|
+
"whitespace-nowrap",
|
|
677
|
+
"text-center"
|
|
678
|
+
],
|
|
679
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
680
|
+
"internalComponentProps": {
|
|
681
|
+
"IconSlot": { "data-testid": ["start-icon", "end-icon"] },
|
|
682
|
+
"HStack": {
|
|
683
|
+
"gap": ["2"],
|
|
684
|
+
"display": ["inline-flex"],
|
|
685
|
+
"alignItems": ["center"]
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"propToVariantKeys": {
|
|
689
|
+
"size": ["badgeSizeRoot", "badgeSizeIcon"],
|
|
690
|
+
"variant": ["badgeVariantRoot", "badgeVariantIcon"],
|
|
691
|
+
"startIcon": ["icon"],
|
|
692
|
+
"endIcon": ["icon"]
|
|
693
|
+
},
|
|
761
694
|
"runtimeConfigDefaultProps": {},
|
|
762
695
|
"runtimeConfigGetStyles": {},
|
|
763
696
|
"runtimeConfigInternalComponentProps": {},
|
|
764
697
|
"motionVarPrefixes": []
|
|
765
698
|
};
|
|
766
|
-
var
|
|
767
|
-
"name": "
|
|
699
|
+
var Checkbox = {
|
|
700
|
+
"name": "Checkbox",
|
|
768
701
|
"defaultProps": {
|
|
769
702
|
"labelPosition": "start",
|
|
703
|
+
"variant": "primary",
|
|
770
704
|
"size": "md"
|
|
771
705
|
},
|
|
772
706
|
"getStylesLiterals": {
|
|
773
|
-
"switchVariantRoot": "default",
|
|
774
|
-
"switchVariantActiveRoot": "on",
|
|
775
|
-
"switchVariantActiveRoot:1": "off",
|
|
776
707
|
"display": "flex",
|
|
777
708
|
"flexDirection": "row",
|
|
778
709
|
"flexDirection:1": "row-reverse",
|
|
779
|
-
"alignItems": "center"
|
|
780
|
-
"switchVariantSwitch": "default",
|
|
781
|
-
"switchVariantActiveSwitch": "on",
|
|
782
|
-
"switchVariantActiveSwitch:1": "off",
|
|
783
|
-
"borderRadius": "full",
|
|
784
|
-
"position": "relative",
|
|
785
|
-
"switchVariantActiveHandle": "on",
|
|
786
|
-
"switchVariantActiveHandle:1": "off",
|
|
787
|
-
"switchVariantHandle": "default",
|
|
788
|
-
"switchVariantHandleIcon": "default",
|
|
789
|
-
"switchVariantActiveHandleIcon": "on",
|
|
790
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
710
|
+
"alignItems": "center"
|
|
791
711
|
},
|
|
792
712
|
"cxLiterals": [
|
|
793
|
-
"group",
|
|
794
713
|
"cursor-pointer",
|
|
795
714
|
"cursor-default",
|
|
796
715
|
"opacity-50",
|
|
797
716
|
"uds-ring",
|
|
798
717
|
"uds-ring-within",
|
|
799
|
-
"transition-[background-color,box-shadow]",
|
|
800
|
-
"relative",
|
|
718
|
+
"transition-[background-color,border-color,box-shadow]",
|
|
801
719
|
"pointer-events-none",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
720
|
+
"transition-opacity",
|
|
721
|
+
"cursor-[inherit]",
|
|
804
722
|
"absolute",
|
|
805
|
-
"top-0",
|
|
806
|
-
"left-0",
|
|
807
|
-
"right-0",
|
|
808
|
-
"bottom-0",
|
|
809
|
-
"opacity-95",
|
|
810
|
-
"group-hover:opacity-100",
|
|
811
|
-
"transition-[background-color,box-shadow,opacity]",
|
|
812
723
|
"opacity-0",
|
|
813
724
|
"top-1/2",
|
|
814
725
|
"left-1/2",
|
|
726
|
+
"w-[calc(100%+2px)]",
|
|
727
|
+
"h-[calc(100%+2px)]",
|
|
815
728
|
"transform",
|
|
816
729
|
"translate-x-[-50%]",
|
|
817
730
|
"translate-y-[-50%]",
|
|
818
|
-
"transition-opacity",
|
|
819
|
-
"cursor-[inherit]",
|
|
820
|
-
"w-[calc(100%+2px)]",
|
|
821
|
-
"h-[calc(100%+2px)]",
|
|
822
731
|
"text-start",
|
|
823
|
-
"text-end"
|
|
824
|
-
"opacity-100"
|
|
732
|
+
"text-end"
|
|
825
733
|
],
|
|
826
734
|
"internalComponents": [
|
|
827
|
-
"
|
|
828
|
-
"Box",
|
|
735
|
+
"Icon",
|
|
829
736
|
"FormLabel",
|
|
830
737
|
"SpringMotionConfig",
|
|
831
738
|
"RootElement",
|
|
832
739
|
"MotionBox"
|
|
833
740
|
],
|
|
834
741
|
"internalComponentProps": {
|
|
835
|
-
"
|
|
742
|
+
"Icon": { "size": ["sm"] },
|
|
836
743
|
"FormLabel": {
|
|
837
744
|
"as": ["div"],
|
|
838
745
|
"variant": ["inherit"],
|
|
839
746
|
"color": ["inherit"]
|
|
840
747
|
},
|
|
841
|
-
"RootElement": { "data-testid": ["container"] }
|
|
748
|
+
"RootElement": { "data-testid": ["container"] },
|
|
749
|
+
"MotionBox": {
|
|
750
|
+
"position": ["relative"],
|
|
751
|
+
"alignItems": ["center"],
|
|
752
|
+
"justifyContent": ["center"],
|
|
753
|
+
"flex": ["none"]
|
|
754
|
+
}
|
|
842
755
|
},
|
|
843
756
|
"propToVariantKeys": {
|
|
844
|
-
"size": [
|
|
845
|
-
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
757
|
+
"size": ["checkboxSizeRoot", "checkboxSizeCheckbox"],
|
|
758
|
+
"variant": [
|
|
759
|
+
"checkboxVariantRoot",
|
|
760
|
+
"checkboxVariantCheckbox",
|
|
761
|
+
"checkboxVariantCheckboxIcon"
|
|
762
|
+
],
|
|
763
|
+
"valueState": [
|
|
764
|
+
"checkboxVariantValueRoot",
|
|
765
|
+
"checkboxVariantValueCheckbox",
|
|
766
|
+
"checkboxVariantValueCheckboxIcon"
|
|
849
767
|
],
|
|
850
|
-
"onIcon": ["icon"],
|
|
851
|
-
"offIcon": ["icon"],
|
|
852
768
|
"reduceMotion": ["reducedMotion"]
|
|
853
769
|
},
|
|
854
770
|
"runtimeConfigDefaultProps": {},
|
|
855
771
|
"runtimeConfigGetStyles": {},
|
|
856
772
|
"runtimeConfigInternalComponentProps": {},
|
|
857
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
773
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
858
774
|
};
|
|
859
|
-
var
|
|
860
|
-
"name": "
|
|
861
|
-
"defaultProps": {
|
|
862
|
-
"color": "primary",
|
|
863
|
-
"size": "lg"
|
|
864
|
-
},
|
|
775
|
+
var Button = {
|
|
776
|
+
"name": "Button",
|
|
777
|
+
"defaultProps": { "type": "button" },
|
|
865
778
|
"getStylesLiterals": {},
|
|
866
779
|
"cxLiterals": [
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
780
|
+
"uds-ring",
|
|
781
|
+
"uds-hit-target",
|
|
782
|
+
"inline-flex",
|
|
783
|
+
"overflow-hidden",
|
|
784
|
+
"justify-center",
|
|
785
|
+
"items-center",
|
|
786
|
+
"whitespace-nowrap",
|
|
787
|
+
"select-none",
|
|
788
|
+
"[transform-origin:center]",
|
|
789
|
+
"[backface-visibility:hidden]",
|
|
790
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
791
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
792
|
+
"[transition-duration:220ms]",
|
|
793
|
+
"cursor-not-allowed",
|
|
794
|
+
"uds-button-loading",
|
|
795
|
+
"uds-button-without-effects",
|
|
796
|
+
"withIcon",
|
|
797
|
+
"uds-button-with-gap",
|
|
798
|
+
"animate-spin",
|
|
799
|
+
"truncate"
|
|
870
800
|
],
|
|
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",
|
|
885
|
-
"defaultProps": {},
|
|
886
|
-
"getStylesLiterals": {},
|
|
887
|
-
"cxLiterals": [],
|
|
888
|
-
"internalComponents": [],
|
|
889
|
-
"internalComponentProps": {},
|
|
890
|
-
"propToVariantKeys": {},
|
|
891
|
-
"runtimeConfigDefaultProps": {},
|
|
892
|
-
"runtimeConfigGetStyles": {},
|
|
893
|
-
"runtimeConfigInternalComponentProps": {},
|
|
894
|
-
"motionVarPrefixes": []
|
|
895
|
-
};
|
|
896
|
-
var Table = {
|
|
897
|
-
"name": "Table",
|
|
898
|
-
"defaultProps": {
|
|
899
|
-
"display": "table-cell",
|
|
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" },
|
|
909
|
-
"cxLiterals": [],
|
|
910
801
|
"internalComponents": [
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"Table.Row",
|
|
917
|
-
"Table.Cell",
|
|
918
|
-
"Table.Body"
|
|
802
|
+
"Icon",
|
|
803
|
+
"IconSlot",
|
|
804
|
+
"AnimatePresence",
|
|
805
|
+
"SpringMotionConfig",
|
|
806
|
+
"MotionSlot"
|
|
919
807
|
],
|
|
920
|
-
"internalComponentProps": {
|
|
921
|
-
|
|
808
|
+
"internalComponentProps": {
|
|
809
|
+
"Icon": { "color": ["current"] },
|
|
810
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
811
|
+
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
812
|
+
"MotionSlot": {
|
|
813
|
+
"whileHover": ["hover"],
|
|
814
|
+
"whileTap": ["pressed"]
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"propToVariantKeys": {
|
|
818
|
+
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
819
|
+
"variant": ["buttonVariantRoot", "buttonVariantIcon"],
|
|
820
|
+
"iconVariant": ["variant"],
|
|
821
|
+
"startIcon": ["icon"],
|
|
822
|
+
"endIcon": ["icon"]
|
|
823
|
+
},
|
|
922
824
|
"runtimeConfigDefaultProps": {},
|
|
923
825
|
"runtimeConfigGetStyles": {},
|
|
924
826
|
"runtimeConfigInternalComponentProps": {},
|
|
925
|
-
"motionVarPrefixes": []
|
|
827
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
926
828
|
};
|
|
927
|
-
var
|
|
928
|
-
"name": "
|
|
929
|
-
"defaultProps": {
|
|
829
|
+
var Accordion = {
|
|
830
|
+
"name": "Accordion",
|
|
831
|
+
"defaultProps": {
|
|
832
|
+
"spacingHorizontal": "4",
|
|
833
|
+
"spacingVertical": "4"
|
|
834
|
+
},
|
|
930
835
|
"getStylesLiterals": {},
|
|
931
|
-
"cxLiterals": [],
|
|
836
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
932
837
|
"internalComponents": [
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
"
|
|
838
|
+
"Icon",
|
|
839
|
+
"SpringMotionConfig",
|
|
840
|
+
"Pressable",
|
|
841
|
+
"Text",
|
|
842
|
+
"HStack",
|
|
843
|
+
"AnimatePresence",
|
|
844
|
+
"VStack"
|
|
936
845
|
],
|
|
937
|
-
"internalComponentProps": {
|
|
846
|
+
"internalComponentProps": {
|
|
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"]
|
|
872
|
+
}
|
|
873
|
+
},
|
|
938
874
|
"propToVariantKeys": {},
|
|
939
875
|
"runtimeConfigDefaultProps": {},
|
|
940
876
|
"runtimeConfigGetStyles": {},
|
|
941
877
|
"runtimeConfigInternalComponentProps": {},
|
|
942
|
-
"motionVarPrefixes": []
|
|
878
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
943
879
|
};
|
|
944
|
-
var
|
|
945
|
-
"name": "
|
|
946
|
-
"defaultProps": {
|
|
880
|
+
var Modal = {
|
|
881
|
+
"name": "Modal",
|
|
882
|
+
"defaultProps": {},
|
|
947
883
|
"getStylesLiterals": {},
|
|
948
884
|
"cxLiterals": [
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
"inset-x-0",
|
|
952
|
-
"bottom-0",
|
|
885
|
+
"inset-8",
|
|
886
|
+
"top-[250px]",
|
|
953
887
|
"z-50",
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"[
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
"
|
|
888
|
+
"mx-auto",
|
|
889
|
+
"h-fit",
|
|
890
|
+
"w-[600px]",
|
|
891
|
+
"origin-center",
|
|
892
|
+
"scale-95",
|
|
893
|
+
"opacity-0",
|
|
894
|
+
"transition",
|
|
895
|
+
"duration-150",
|
|
896
|
+
"data-[enter]:scale-100",
|
|
897
|
+
"data-[enter]:opacity-100",
|
|
898
|
+
"data-[enter]:bg-primary",
|
|
899
|
+
"backdrop-blur-0",
|
|
900
|
+
"data-[enter]:opacity-60",
|
|
901
|
+
"data-[enter]:backdrop-blur-sm"
|
|
965
902
|
],
|
|
966
903
|
"internalComponents": [
|
|
967
|
-
"
|
|
968
|
-
"BottomSheetHandle",
|
|
904
|
+
"IconButton",
|
|
969
905
|
"Dialog",
|
|
970
|
-
"
|
|
971
|
-
"
|
|
906
|
+
"HStack",
|
|
907
|
+
"Text",
|
|
908
|
+
"VStack"
|
|
972
909
|
],
|
|
973
910
|
"internalComponentProps": {
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
"
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
"
|
|
911
|
+
"IconButton": {
|
|
912
|
+
"aria-label": ["Close"],
|
|
913
|
+
"size": ["sm"],
|
|
914
|
+
"variant": ["tertiary"]
|
|
915
|
+
},
|
|
916
|
+
"HStack": {
|
|
917
|
+
"alignItems": ["center"],
|
|
918
|
+
"justifyContent": ["space-between"]
|
|
919
|
+
},
|
|
920
|
+
"Text": {
|
|
921
|
+
"variant": ["headline1"],
|
|
922
|
+
"color": ["primary"]
|
|
923
|
+
},
|
|
924
|
+
"VStack": {
|
|
925
|
+
"borderRadius": ["md"],
|
|
926
|
+
"position": ["fixed"],
|
|
927
|
+
"backgroundColor": ["primary"],
|
|
928
|
+
"dropShadow": ["md"],
|
|
929
|
+
"spacing": ["8"],
|
|
930
|
+
"overflow": ["hidden"]
|
|
981
931
|
}
|
|
982
932
|
},
|
|
983
|
-
"propToVariantKeys": { "
|
|
933
|
+
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
984
934
|
"runtimeConfigDefaultProps": {},
|
|
985
935
|
"runtimeConfigGetStyles": {},
|
|
986
936
|
"runtimeConfigInternalComponentProps": {},
|
|
987
937
|
"motionVarPrefixes": []
|
|
988
938
|
};
|
|
989
|
-
var
|
|
990
|
-
"name": "
|
|
939
|
+
var AvoidMotionLibraryProvider = {
|
|
940
|
+
"name": "AvoidMotionLibraryProvider",
|
|
991
941
|
"defaultProps": {},
|
|
992
942
|
"getStylesLiterals": {},
|
|
993
|
-
"cxLiterals": [
|
|
994
|
-
"internalComponents": [
|
|
995
|
-
"internalComponentProps": {
|
|
996
|
-
"Box": {
|
|
997
|
-
"display": ["block"],
|
|
998
|
-
"flex": ["1"]
|
|
999
|
-
},
|
|
1000
|
-
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1001
|
-
},
|
|
943
|
+
"cxLiterals": [],
|
|
944
|
+
"internalComponents": [],
|
|
945
|
+
"internalComponentProps": {},
|
|
1002
946
|
"propToVariantKeys": {},
|
|
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
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
"
|
|
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
|
+
},
|
|
1032
|
+
"cxLiterals": [
|
|
1033
|
+
"group",
|
|
1034
|
+
"flex",
|
|
1035
|
+
"items-center",
|
|
1036
|
+
"flex-row",
|
|
1037
|
+
"flex-row-reverse",
|
|
1038
|
+
"uds-ring",
|
|
1039
|
+
"uds-ring-within",
|
|
1040
|
+
"relative",
|
|
1041
|
+
"uds-border-radius-full",
|
|
1042
|
+
"transition-[background-color,box-shadow]",
|
|
1043
|
+
"pointer-events-none",
|
|
1044
|
+
"w-full",
|
|
1045
|
+
"h-full",
|
|
1046
|
+
"absolute",
|
|
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",
|
|
1057
|
+
"top-1/2",
|
|
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"
|
|
1069
|
+
],
|
|
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
|
+
},
|
|
1104
|
+
"runtimeConfigDefaultProps": {},
|
|
1105
|
+
"runtimeConfigGetStyles": {},
|
|
1106
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1107
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1108
|
+
};
|
|
1109
|
+
var UDSToastConfigProvider = {
|
|
1110
|
+
"name": "UDSToastConfigProvider",
|
|
1111
|
+
"defaultProps": {},
|
|
1112
|
+
"getStylesLiterals": {},
|
|
1113
|
+
"cxLiterals": [],
|
|
1114
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
1115
|
+
"internalComponentProps": {},
|
|
1116
|
+
"propToVariantKeys": {},
|
|
1117
|
+
"runtimeConfigDefaultProps": {},
|
|
1118
|
+
"runtimeConfigGetStyles": {},
|
|
1119
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1120
|
+
"motionVarPrefixes": []
|
|
1121
|
+
};
|
|
1122
|
+
var ToastPortal = {
|
|
1123
|
+
"name": "ToastPortal",
|
|
1124
|
+
"defaultProps": {},
|
|
1125
|
+
"getStylesLiterals": {},
|
|
1126
|
+
"cxLiterals": [],
|
|
1127
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
1128
|
+
"internalComponentProps": {},
|
|
1129
|
+
"propToVariantKeys": {},
|
|
1130
|
+
"runtimeConfigDefaultProps": {
|
|
1131
|
+
"size": "toast.defaultSize",
|
|
1132
|
+
"variant": "toast.defaultVariant"
|
|
1133
|
+
},
|
|
1134
|
+
"runtimeConfigGetStyles": {},
|
|
1135
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
1136
|
+
"motionVarPrefixes": []
|
|
1137
|
+
};
|
|
1138
|
+
var Toast = {
|
|
1139
|
+
"name": "Toast",
|
|
1140
|
+
"defaultProps": {},
|
|
1141
|
+
"getStylesLiterals": {
|
|
1142
|
+
"className": "animate-spin",
|
|
1143
|
+
"className:1": "flex-none",
|
|
1144
|
+
"spacing": "2",
|
|
1145
|
+
"borderRadius": "full"
|
|
1146
|
+
},
|
|
1147
|
+
"cxLiterals": [
|
|
1148
|
+
"duration-0",
|
|
1149
|
+
"duration-120",
|
|
1150
|
+
"transition-[background-color]",
|
|
1151
|
+
"bg-carbon-15/0",
|
|
1152
|
+
"hover:bg-carbon-15/10",
|
|
1153
|
+
"active:bg-carbon-15/15",
|
|
1154
|
+
"uds-ring"
|
|
1155
|
+
],
|
|
1156
|
+
"internalComponents": [
|
|
1157
|
+
"IconSlot",
|
|
1158
|
+
"ToastContainer",
|
|
1159
|
+
"Text",
|
|
1160
|
+
"Button",
|
|
1161
|
+
"Pressable"
|
|
1162
|
+
],
|
|
1163
|
+
"internalComponentProps": {},
|
|
1164
|
+
"propToVariantKeys": {
|
|
1165
|
+
"size": [
|
|
1166
|
+
"toastSizeLabel",
|
|
1167
|
+
"toastSizeIcon",
|
|
1168
|
+
"toastSizeActionButton",
|
|
1169
|
+
"toastSizeCloseIcon"
|
|
1170
|
+
],
|
|
1171
|
+
"variant": [
|
|
1172
|
+
"toastVariantIcon",
|
|
1173
|
+
"toastVariantActionButton",
|
|
1174
|
+
"toastVariantCloseIcon"
|
|
1175
|
+
],
|
|
1176
|
+
"closeIcon": ["icon"],
|
|
1177
|
+
"onClickActionButton": ["onClick"]
|
|
1178
|
+
},
|
|
1179
|
+
"runtimeConfigDefaultProps": {
|
|
1180
|
+
"size": "toast.defaultSize",
|
|
1181
|
+
"variant": "toast.defaultVariant"
|
|
1182
|
+
},
|
|
1183
|
+
"runtimeConfigGetStyles": {
|
|
1184
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
1185
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
1186
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
1187
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
1188
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
1189
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
1190
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
1191
|
+
},
|
|
1192
|
+
"runtimeConfigInternalComponentProps": {
|
|
1193
|
+
"ToastContainer": {
|
|
1194
|
+
"size": ["toast.defaultSize"],
|
|
1195
|
+
"variant": ["toast.defaultVariant"]
|
|
1196
|
+
},
|
|
1197
|
+
"Text": {
|
|
1198
|
+
"variant": ["toast.textVariant.${size}"],
|
|
1199
|
+
"color": ["toast.textColor.${variant}"]
|
|
1200
|
+
},
|
|
1201
|
+
"Button": {
|
|
1202
|
+
"size": ["toast.buttonSize.${size}"],
|
|
1203
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"motionVarPrefixes": []
|
|
1207
|
+
};
|
|
1208
|
+
var ToastContainer = {
|
|
1209
|
+
"name": "ToastContainer",
|
|
1210
|
+
"defaultProps": {},
|
|
1211
|
+
"getStylesLiterals": {
|
|
1212
|
+
"position": "relative",
|
|
1213
|
+
"alignItems": "center",
|
|
1214
|
+
"display": "flex",
|
|
1215
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1216
|
+
},
|
|
1217
|
+
"cxLiterals": ["w-full"],
|
|
1218
|
+
"internalComponents": ["HStack"],
|
|
1219
|
+
"internalComponentProps": { "HStack": {
|
|
1220
|
+
"alignItems": ["center"],
|
|
1221
|
+
"justifyContent": ["space-between"],
|
|
1222
|
+
"overflow": ["hidden"],
|
|
1223
|
+
"position": ["relative"]
|
|
1224
|
+
} },
|
|
1225
|
+
"propToVariantKeys": {
|
|
1226
|
+
"variant": ["toastVariantRoot"],
|
|
1227
|
+
"size": ["toastSizeRoot"]
|
|
1228
|
+
},
|
|
1229
|
+
"runtimeConfigDefaultProps": {
|
|
1230
|
+
"size": "toast.defaultSize",
|
|
1231
|
+
"variant": "toast.defaultVariant"
|
|
1232
|
+
},
|
|
1233
|
+
"runtimeConfigGetStyles": {
|
|
1234
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
1235
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
1236
|
+
},
|
|
1237
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
1238
|
+
"motionVarPrefixes": []
|
|
1239
|
+
};
|
|
1240
|
+
var BottomSheetInternalContext = {
|
|
1241
|
+
"name": "BottomSheetInternalContext",
|
|
1242
|
+
"defaultProps": {},
|
|
1243
|
+
"getStylesLiterals": {},
|
|
1244
|
+
"cxLiterals": [],
|
|
1245
|
+
"internalComponents": [],
|
|
1246
|
+
"internalComponentProps": {},
|
|
1247
|
+
"propToVariantKeys": {},
|
|
1248
|
+
"runtimeConfigDefaultProps": {},
|
|
1249
|
+
"runtimeConfigGetStyles": {},
|
|
1250
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1251
|
+
"motionVarPrefixes": []
|
|
1252
|
+
};
|
|
1253
|
+
var BottomSheetContent = {
|
|
1254
|
+
"name": "BottomSheetContent",
|
|
1255
|
+
"defaultProps": {},
|
|
1256
|
+
"getStylesLiterals": {},
|
|
1257
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1258
|
+
"internalComponents": ["Box", "VStack"],
|
|
1259
|
+
"internalComponentProps": {
|
|
1260
|
+
"Box": {
|
|
1261
|
+
"display": ["block"],
|
|
1262
|
+
"flex": ["1"]
|
|
1263
|
+
},
|
|
1264
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1265
|
+
},
|
|
1266
|
+
"propToVariantKeys": {},
|
|
1267
|
+
"runtimeConfigDefaultProps": {},
|
|
1268
|
+
"runtimeConfigGetStyles": {},
|
|
1269
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1270
|
+
"motionVarPrefixes": []
|
|
1271
|
+
};
|
|
1272
|
+
var BottomSheetHandle = {
|
|
1273
|
+
"name": "BottomSheetHandle",
|
|
1274
|
+
"defaultProps": { "variant": "default" },
|
|
1275
|
+
"getStylesLiterals": {},
|
|
1276
|
+
"cxLiterals": [
|
|
1277
|
+
"relative",
|
|
1278
|
+
"h-5",
|
|
1279
|
+
"w-16",
|
|
1029
1280
|
"outline-none",
|
|
1030
1281
|
"focus-visible:outline-none",
|
|
1031
1282
|
"[touch-action:pan-y]",
|
|
@@ -1049,6 +1300,51 @@ var BottomSheetHandle = {
|
|
|
1049
1300
|
"runtimeConfigInternalComponentProps": {},
|
|
1050
1301
|
"motionVarPrefixes": []
|
|
1051
1302
|
};
|
|
1303
|
+
var BottomSheet = {
|
|
1304
|
+
"name": "BottomSheet",
|
|
1305
|
+
"defaultProps": { "variant": "default" },
|
|
1306
|
+
"getStylesLiterals": {},
|
|
1307
|
+
"cxLiterals": [
|
|
1308
|
+
"fixed",
|
|
1309
|
+
"overflow-hidden",
|
|
1310
|
+
"inset-x-0",
|
|
1311
|
+
"bottom-0",
|
|
1312
|
+
"z-50",
|
|
1313
|
+
"[will-change:transform]",
|
|
1314
|
+
"touch-none",
|
|
1315
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1316
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1317
|
+
"transition-transform",
|
|
1318
|
+
"duration-500",
|
|
1319
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1320
|
+
"motion-reduce:transition-none",
|
|
1321
|
+
"top-[-4px]",
|
|
1322
|
+
"z-[1]",
|
|
1323
|
+
"touch-pan-y"
|
|
1324
|
+
],
|
|
1325
|
+
"internalComponents": [
|
|
1326
|
+
"Scrim",
|
|
1327
|
+
"BottomSheetHandle",
|
|
1328
|
+
"Dialog",
|
|
1329
|
+
"Box",
|
|
1330
|
+
"BottomSheetInternalContext.Provider"
|
|
1331
|
+
],
|
|
1332
|
+
"internalComponentProps": {
|
|
1333
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1334
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1335
|
+
"Box": {
|
|
1336
|
+
"display": ["block", "flex"],
|
|
1337
|
+
"position": ["absolute"],
|
|
1338
|
+
"flexDirection": ["column"],
|
|
1339
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1343
|
+
"runtimeConfigDefaultProps": {},
|
|
1344
|
+
"runtimeConfigGetStyles": {},
|
|
1345
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1346
|
+
"motionVarPrefixes": []
|
|
1347
|
+
};
|
|
1052
1348
|
var BottomSheetHeader = {
|
|
1053
1349
|
"name": "BottomSheetHeader",
|
|
1054
1350
|
"defaultProps": { "variant": "default" },
|
|
@@ -1080,12 +1376,12 @@ var BottomSheetHeader = {
|
|
|
1080
1376
|
"runtimeConfigInternalComponentProps": {},
|
|
1081
1377
|
"motionVarPrefixes": []
|
|
1082
1378
|
};
|
|
1083
|
-
var
|
|
1084
|
-
"name": "
|
|
1379
|
+
var BottomSheetTrigger = {
|
|
1380
|
+
"name": "BottomSheetTrigger",
|
|
1085
1381
|
"defaultProps": {},
|
|
1086
1382
|
"getStylesLiterals": {},
|
|
1087
1383
|
"cxLiterals": [],
|
|
1088
|
-
"internalComponents": [],
|
|
1384
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1089
1385
|
"internalComponentProps": {},
|
|
1090
1386
|
"propToVariantKeys": {},
|
|
1091
1387
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1093,12 +1389,12 @@ var BottomSheetInternalContext = {
|
|
|
1093
1389
|
"runtimeConfigInternalComponentProps": {},
|
|
1094
1390
|
"motionVarPrefixes": []
|
|
1095
1391
|
};
|
|
1096
|
-
var
|
|
1097
|
-
"name": "
|
|
1392
|
+
var UDSBottomSheetConfigProvider = {
|
|
1393
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1098
1394
|
"defaultProps": {},
|
|
1099
1395
|
"getStylesLiterals": {},
|
|
1100
1396
|
"cxLiterals": [],
|
|
1101
|
-
"internalComponents": ["
|
|
1397
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1102
1398
|
"internalComponentProps": {},
|
|
1103
1399
|
"propToVariantKeys": {},
|
|
1104
1400
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1106,12 +1402,12 @@ var BottomSheetProvider = {
|
|
|
1106
1402
|
"runtimeConfigInternalComponentProps": {},
|
|
1107
1403
|
"motionVarPrefixes": []
|
|
1108
1404
|
};
|
|
1109
|
-
var
|
|
1110
|
-
"name": "
|
|
1405
|
+
var BottomSheetDismiss = {
|
|
1406
|
+
"name": "BottomSheetDismiss",
|
|
1111
1407
|
"defaultProps": {},
|
|
1112
1408
|
"getStylesLiterals": {},
|
|
1113
1409
|
"cxLiterals": [],
|
|
1114
|
-
"internalComponents": ["
|
|
1410
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1115
1411
|
"internalComponentProps": {},
|
|
1116
1412
|
"propToVariantKeys": {},
|
|
1117
1413
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1119,12 +1415,12 @@ var BottomSheetTrigger = {
|
|
|
1119
1415
|
"runtimeConfigInternalComponentProps": {},
|
|
1120
1416
|
"motionVarPrefixes": []
|
|
1121
1417
|
};
|
|
1122
|
-
var
|
|
1123
|
-
"name": "
|
|
1418
|
+
var BottomSheetProvider = {
|
|
1419
|
+
"name": "BottomSheetProvider",
|
|
1124
1420
|
"defaultProps": {},
|
|
1125
1421
|
"getStylesLiterals": {},
|
|
1126
1422
|
"cxLiterals": [],
|
|
1127
|
-
"internalComponents": ["
|
|
1423
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1128
1424
|
"internalComponentProps": {},
|
|
1129
1425
|
"propToVariantKeys": {},
|
|
1130
1426
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1132,19 +1428,58 @@ var UDSBottomSheetConfigProvider = {
|
|
|
1132
1428
|
"runtimeConfigInternalComponentProps": {},
|
|
1133
1429
|
"motionVarPrefixes": []
|
|
1134
1430
|
};
|
|
1135
|
-
var
|
|
1136
|
-
"name": "
|
|
1137
|
-
"defaultProps": {},
|
|
1431
|
+
var ChipLink = {
|
|
1432
|
+
"name": "ChipLink",
|
|
1433
|
+
"defaultProps": { "variant": "primary" },
|
|
1138
1434
|
"getStylesLiterals": {},
|
|
1139
|
-
"cxLiterals": [],
|
|
1435
|
+
"cxLiterals": ["uds-ring"],
|
|
1436
|
+
"internalComponents": ["ChipBase"],
|
|
1437
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1438
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1439
|
+
"runtimeConfigDefaultProps": {},
|
|
1440
|
+
"runtimeConfigGetStyles": {},
|
|
1441
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1442
|
+
"motionVarPrefixes": []
|
|
1443
|
+
};
|
|
1444
|
+
var ChipDismissible = {
|
|
1445
|
+
"name": "ChipDismissible",
|
|
1446
|
+
"defaultProps": { "variant": "primary" },
|
|
1447
|
+
"getStylesLiterals": {},
|
|
1448
|
+
"cxLiterals": [
|
|
1449
|
+
"uds-chip-dismissible-button",
|
|
1450
|
+
"uds-hit-target",
|
|
1451
|
+
"uds-ring",
|
|
1452
|
+
"rounded-full"
|
|
1453
|
+
],
|
|
1140
1454
|
"internalComponents": [
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
"
|
|
1144
|
-
"ChipButton"
|
|
1455
|
+
"ChipBase",
|
|
1456
|
+
"IconSlot",
|
|
1457
|
+
"Pressable"
|
|
1145
1458
|
],
|
|
1146
1459
|
"internalComponentProps": {},
|
|
1147
|
-
"propToVariantKeys": {
|
|
1460
|
+
"propToVariantKeys": {
|
|
1461
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1462
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1463
|
+
},
|
|
1464
|
+
"runtimeConfigDefaultProps": {},
|
|
1465
|
+
"runtimeConfigGetStyles": {},
|
|
1466
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1467
|
+
"motionVarPrefixes": []
|
|
1468
|
+
};
|
|
1469
|
+
var ChipToggle = {
|
|
1470
|
+
"name": "ChipToggle",
|
|
1471
|
+
"defaultProps": {
|
|
1472
|
+
"variant": "primary",
|
|
1473
|
+
"role": "checkbox"
|
|
1474
|
+
},
|
|
1475
|
+
"getStylesLiterals": {
|
|
1476
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1477
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1478
|
+
},
|
|
1479
|
+
"cxLiterals": ["uds-ring"],
|
|
1480
|
+
"internalComponents": ["ChipBase"],
|
|
1481
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1482
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1148
1483
|
"runtimeConfigDefaultProps": {},
|
|
1149
1484
|
"runtimeConfigGetStyles": {},
|
|
1150
1485
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1190,149 +1525,97 @@ var ChipBase = {
|
|
|
1190
1525
|
"runtimeConfigInternalComponentProps": {},
|
|
1191
1526
|
"motionVarPrefixes": []
|
|
1192
1527
|
};
|
|
1193
|
-
var
|
|
1194
|
-
"name": "
|
|
1195
|
-
"defaultProps": {
|
|
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": {},
|
|
1204
|
-
"motionVarPrefixes": []
|
|
1205
|
-
};
|
|
1206
|
-
var ChipDismissible = {
|
|
1207
|
-
"name": "ChipDismissible",
|
|
1208
|
-
"defaultProps": { "variant": "primary" },
|
|
1528
|
+
var Chip = {
|
|
1529
|
+
"name": "Chip",
|
|
1530
|
+
"defaultProps": {},
|
|
1209
1531
|
"getStylesLiterals": {},
|
|
1210
|
-
"cxLiterals": [
|
|
1211
|
-
"uds-chip-dismissible-button",
|
|
1212
|
-
"uds-hit-target",
|
|
1213
|
-
"uds-ring",
|
|
1214
|
-
"rounded-full"
|
|
1215
|
-
],
|
|
1532
|
+
"cxLiterals": [],
|
|
1216
1533
|
"internalComponents": [
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
"
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
},
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
"
|
|
1233
|
-
"defaultProps": { "variant": "primary" },
|
|
1234
|
-
"getStylesLiterals": {},
|
|
1235
|
-
"cxLiterals": ["uds-ring"],
|
|
1236
|
-
"internalComponents": ["ChipBase"],
|
|
1237
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1238
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1239
|
-
"runtimeConfigDefaultProps": {},
|
|
1240
|
-
"runtimeConfigGetStyles": {},
|
|
1241
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1242
|
-
"motionVarPrefixes": []
|
|
1243
|
-
};
|
|
1244
|
-
var ChipToggle = {
|
|
1245
|
-
"name": "ChipToggle",
|
|
1246
|
-
"defaultProps": {
|
|
1247
|
-
"variant": "primary",
|
|
1248
|
-
"role": "checkbox"
|
|
1249
|
-
},
|
|
1250
|
-
"getStylesLiterals": {
|
|
1251
|
-
"chipToggleVariantActiveRoot": "on",
|
|
1252
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
1253
|
-
},
|
|
1534
|
+
"ChipDismissible",
|
|
1535
|
+
"ChipToggle",
|
|
1536
|
+
"ChipLink",
|
|
1537
|
+
"ChipButton"
|
|
1538
|
+
],
|
|
1539
|
+
"internalComponentProps": {},
|
|
1540
|
+
"propToVariantKeys": {},
|
|
1541
|
+
"runtimeConfigDefaultProps": {},
|
|
1542
|
+
"runtimeConfigGetStyles": {},
|
|
1543
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1544
|
+
"motionVarPrefixes": []
|
|
1545
|
+
};
|
|
1546
|
+
var ChipButton = {
|
|
1547
|
+
"name": "ChipButton",
|
|
1548
|
+
"defaultProps": { "variant": "primary" },
|
|
1549
|
+
"getStylesLiterals": {},
|
|
1254
1550
|
"cxLiterals": ["uds-ring"],
|
|
1255
1551
|
"internalComponents": ["ChipBase"],
|
|
1256
1552
|
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1257
|
-
"propToVariantKeys": { "variant": ["
|
|
1553
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1258
1554
|
"runtimeConfigDefaultProps": {},
|
|
1259
1555
|
"runtimeConfigGetStyles": {},
|
|
1260
1556
|
"runtimeConfigInternalComponentProps": {},
|
|
1261
1557
|
"motionVarPrefixes": []
|
|
1262
1558
|
};
|
|
1263
|
-
var
|
|
1264
|
-
"name": "
|
|
1559
|
+
var AvatarText = {
|
|
1560
|
+
"name": "AvatarText",
|
|
1265
1561
|
"defaultProps": {
|
|
1266
|
-
"size": "
|
|
1267
|
-
"variant": "
|
|
1268
|
-
"gutter": "1"
|
|
1562
|
+
"size": "md",
|
|
1563
|
+
"variant": "primary"
|
|
1269
1564
|
},
|
|
1270
1565
|
"getStylesLiterals": {},
|
|
1271
1566
|
"cxLiterals": [
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1281
|
-
"z-10",
|
|
1282
|
-
"group"
|
|
1283
|
-
],
|
|
1284
|
-
"internalComponents": [
|
|
1285
|
-
"AriakitMenu",
|
|
1286
|
-
"AnimatePresence",
|
|
1287
|
-
"MotionVStack"
|
|
1567
|
+
"overflow-hidden",
|
|
1568
|
+
"truncate",
|
|
1569
|
+
"w-full",
|
|
1570
|
+
"h-full",
|
|
1571
|
+
"shrink-0",
|
|
1572
|
+
"text-center",
|
|
1573
|
+
"inline-flex",
|
|
1574
|
+
"justify-center",
|
|
1575
|
+
"items-center"
|
|
1288
1576
|
],
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"variant": ["
|
|
1293
|
-
},
|
|
1577
|
+
"internalComponents": ["Box", "Text"],
|
|
1578
|
+
"internalComponentProps": { "Text": {
|
|
1579
|
+
"color": ["inherit"],
|
|
1580
|
+
"variant": ["inherit"]
|
|
1581
|
+
} },
|
|
1582
|
+
"propToVariantKeys": {},
|
|
1294
1583
|
"runtimeConfigDefaultProps": {},
|
|
1295
1584
|
"runtimeConfigGetStyles": {},
|
|
1296
1585
|
"runtimeConfigInternalComponentProps": {},
|
|
1297
1586
|
"motionVarPrefixes": []
|
|
1298
1587
|
};
|
|
1299
|
-
var
|
|
1300
|
-
"name": "
|
|
1588
|
+
var AvatarIcon = {
|
|
1589
|
+
"name": "AvatarIcon",
|
|
1301
1590
|
"defaultProps": {
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"gap": "4"
|
|
1305
|
-
},
|
|
1306
|
-
"getStylesLiterals": {
|
|
1307
|
-
"menuitemDividerVariantRoot": "default",
|
|
1308
|
-
"menuitemDividerVariantText": "default",
|
|
1309
|
-
"menuitemDividerVariantLine": "default"
|
|
1591
|
+
"size": "md",
|
|
1592
|
+
"variant": "primary"
|
|
1310
1593
|
},
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
|
|
1314
|
-
|
|
1594
|
+
"getStylesLiterals": {},
|
|
1595
|
+
"cxLiterals": [
|
|
1596
|
+
"overflow-hidden",
|
|
1597
|
+
"w-full",
|
|
1598
|
+
"h-full",
|
|
1599
|
+
"shrink-0",
|
|
1600
|
+
"text-center",
|
|
1601
|
+
"inline-flex",
|
|
1602
|
+
"justify-center",
|
|
1603
|
+
"items-center"
|
|
1604
|
+
],
|
|
1605
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1606
|
+
"internalComponentProps": {},
|
|
1607
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1315
1608
|
"runtimeConfigDefaultProps": {},
|
|
1316
1609
|
"runtimeConfigGetStyles": {},
|
|
1317
1610
|
"runtimeConfigInternalComponentProps": {},
|
|
1318
1611
|
"motionVarPrefixes": []
|
|
1319
1612
|
};
|
|
1320
|
-
var
|
|
1321
|
-
"name": "
|
|
1613
|
+
var Avatar = {
|
|
1614
|
+
"name": "Avatar",
|
|
1322
1615
|
"defaultProps": {},
|
|
1323
|
-
"getStylesLiterals": {
|
|
1324
|
-
"menuitemItemVariantRoot": "default",
|
|
1325
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1326
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1327
|
-
"menuitemItemVariantText": "default",
|
|
1328
|
-
"menuitemItemVariantActiveText": "on",
|
|
1329
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1330
|
-
"menuitemItemVariantIcon": "default",
|
|
1331
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1332
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1333
|
-
},
|
|
1616
|
+
"getStylesLiterals": {},
|
|
1334
1617
|
"cxLiterals": [],
|
|
1335
|
-
"internalComponents": ["
|
|
1618
|
+
"internalComponents": ["AvatarImage"],
|
|
1336
1619
|
"internalComponentProps": {},
|
|
1337
1620
|
"propToVariantKeys": {},
|
|
1338
1621
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1340,269 +1623,177 @@ var Menu_Item = {
|
|
|
1340
1623
|
"runtimeConfigInternalComponentProps": {},
|
|
1341
1624
|
"motionVarPrefixes": []
|
|
1342
1625
|
};
|
|
1343
|
-
var
|
|
1344
|
-
"name": "
|
|
1626
|
+
var AvatarImage = {
|
|
1627
|
+
"name": "AvatarImage",
|
|
1345
1628
|
"defaultProps": {
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"spacingVertical": "3.5",
|
|
1349
|
-
"columnGap": "2",
|
|
1350
|
-
"alignItems": "center",
|
|
1351
|
-
"justifyContent": "space-between"
|
|
1352
|
-
},
|
|
1353
|
-
"getStylesLiterals": {
|
|
1354
|
-
"textAlign": "start",
|
|
1355
|
-
"menuitemSizeRoot": "default",
|
|
1356
|
-
"flexDirection": "row",
|
|
1357
|
-
"menuitemSizeStartIcon": "default",
|
|
1358
|
-
"menuitemSizeEndIcon": "default"
|
|
1629
|
+
"size": "md",
|
|
1630
|
+
"variant": "primary"
|
|
1359
1631
|
},
|
|
1632
|
+
"getStylesLiterals": {},
|
|
1360
1633
|
"cxLiterals": [
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
"duration-20",
|
|
1371
|
-
"transition-[font-variation-settings]",
|
|
1372
|
-
"ease-in-out",
|
|
1373
|
-
"z-0",
|
|
1374
|
-
"uds-start-icon",
|
|
1375
|
-
"uds-end-icon"
|
|
1634
|
+
"overflow-hidden",
|
|
1635
|
+
"w-full",
|
|
1636
|
+
"h-full",
|
|
1637
|
+
"shrink-0",
|
|
1638
|
+
"text-center",
|
|
1639
|
+
"inline-flex",
|
|
1640
|
+
"justify-center",
|
|
1641
|
+
"items-center",
|
|
1642
|
+
"object-cover"
|
|
1376
1643
|
],
|
|
1377
1644
|
"internalComponents": [
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"AnimatePresence"
|
|
1645
|
+
"UDSImage",
|
|
1646
|
+
"AvatarText",
|
|
1647
|
+
"AvatarIcon",
|
|
1648
|
+
"Box"
|
|
1383
1649
|
],
|
|
1384
|
-
"internalComponentProps": {
|
|
1385
|
-
"HStack": {
|
|
1386
|
-
"alignItems": ["center"],
|
|
1387
|
-
"width": ["full"]
|
|
1388
|
-
},
|
|
1389
|
-
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1390
|
-
},
|
|
1650
|
+
"internalComponentProps": {},
|
|
1391
1651
|
"propToVariantKeys": {
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"startIcon": ["icon"],
|
|
1395
|
-
"endIcon": ["icon"],
|
|
1396
|
-
"columnGap": ["gap"]
|
|
1397
|
-
},
|
|
1398
|
-
"runtimeConfigDefaultProps": {},
|
|
1399
|
-
"runtimeConfigGetStyles": {},
|
|
1400
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1401
|
-
"motionVarPrefixes": []
|
|
1402
|
-
};
|
|
1403
|
-
var Menu_ItemCheckbox = {
|
|
1404
|
-
"name": "Menu.ItemCheckbox",
|
|
1405
|
-
"defaultProps": {},
|
|
1406
|
-
"getStylesLiterals": {
|
|
1407
|
-
"menuitemItemCheckboxVariantRoot": "default",
|
|
1408
|
-
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1409
|
-
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1410
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
1411
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1412
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1413
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1414
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1415
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1416
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1417
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1418
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1652
|
+
"alt": ["name"],
|
|
1653
|
+
"fallback": ["initials"]
|
|
1419
1654
|
},
|
|
1420
|
-
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1421
|
-
"internalComponents": ["MenuItemBase"],
|
|
1422
|
-
"internalComponentProps": {},
|
|
1423
|
-
"propToVariantKeys": {},
|
|
1424
1655
|
"runtimeConfigDefaultProps": {},
|
|
1425
1656
|
"runtimeConfigGetStyles": {},
|
|
1426
1657
|
"runtimeConfigInternalComponentProps": {},
|
|
1427
1658
|
"motionVarPrefixes": []
|
|
1428
1659
|
};
|
|
1429
|
-
var
|
|
1430
|
-
"name": "
|
|
1660
|
+
var TabPanel = {
|
|
1661
|
+
"name": "TabPanel",
|
|
1431
1662
|
"defaultProps": {},
|
|
1432
1663
|
"getStylesLiterals": {},
|
|
1433
1664
|
"cxLiterals": [],
|
|
1434
|
-
"internalComponents": ["
|
|
1665
|
+
"internalComponents": ["AriakitTabPanel"],
|
|
1435
1666
|
"internalComponentProps": {},
|
|
1436
1667
|
"propToVariantKeys": {},
|
|
1437
1668
|
"runtimeConfigDefaultProps": {},
|
|
1438
1669
|
"runtimeConfigGetStyles": {},
|
|
1439
1670
|
"runtimeConfigInternalComponentProps": {},
|
|
1440
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1441
|
-
};
|
|
1442
|
-
var Menu_Trigger = {
|
|
1443
|
-
"name": "Menu.Trigger",
|
|
1444
|
-
"defaultProps": {},
|
|
1445
|
-
"getStylesLiterals": {},
|
|
1446
|
-
"cxLiterals": ["uds-menu-trigger"],
|
|
1447
|
-
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
1448
|
-
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1449
|
-
"propToVariantKeys": {},
|
|
1450
|
-
"runtimeConfigDefaultProps": {},
|
|
1451
|
-
"runtimeConfigGetStyles": {},
|
|
1452
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1453
1671
|
"motionVarPrefixes": []
|
|
1454
1672
|
};
|
|
1455
|
-
var
|
|
1456
|
-
"name": "
|
|
1457
|
-
"defaultProps": {},
|
|
1673
|
+
var Tabs = {
|
|
1674
|
+
"name": "Tabs",
|
|
1675
|
+
"defaultProps": { "variant": "primary" },
|
|
1458
1676
|
"getStylesLiterals": {},
|
|
1459
1677
|
"cxLiterals": [],
|
|
1460
|
-
"internalComponents": [],
|
|
1678
|
+
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
1461
1679
|
"internalComponentProps": {},
|
|
1462
|
-
"propToVariantKeys": {},
|
|
1680
|
+
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
1463
1681
|
"runtimeConfigDefaultProps": {},
|
|
1464
1682
|
"runtimeConfigGetStyles": {},
|
|
1465
1683
|
"runtimeConfigInternalComponentProps": {},
|
|
1466
1684
|
"motionVarPrefixes": []
|
|
1467
1685
|
};
|
|
1468
|
-
var
|
|
1469
|
-
"name": "
|
|
1470
|
-
"defaultProps": {},
|
|
1471
|
-
"getStylesLiterals": {
|
|
1472
|
-
|
|
1473
|
-
|
|
1686
|
+
var TabList = {
|
|
1687
|
+
"name": "TabList",
|
|
1688
|
+
"defaultProps": { "variant": "primary" },
|
|
1689
|
+
"getStylesLiterals": {
|
|
1690
|
+
"tabSizeRoot": "default",
|
|
1691
|
+
"tabVariantActiveRoot": "on"
|
|
1692
|
+
},
|
|
1693
|
+
"cxLiterals": [
|
|
1694
|
+
"pointer-events-none",
|
|
1695
|
+
"absolute",
|
|
1696
|
+
"bottom-0",
|
|
1697
|
+
"left-0",
|
|
1698
|
+
"right-0",
|
|
1699
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1700
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1701
|
+
"transition-[height,background-color]",
|
|
1702
|
+
"duration-[240ms]",
|
|
1703
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1704
|
+
"!m-0",
|
|
1705
|
+
"!p-0",
|
|
1706
|
+
"!gap-0",
|
|
1707
|
+
"box-border",
|
|
1708
|
+
"z-0",
|
|
1709
|
+
"min-w-0",
|
|
1710
|
+
"min-h-0",
|
|
1711
|
+
"flex",
|
|
1712
|
+
"flex-row",
|
|
1713
|
+
"items-center",
|
|
1714
|
+
"overflow-x-auto",
|
|
1715
|
+
"overflow-y-clip",
|
|
1716
|
+
"scrollbar-none",
|
|
1717
|
+
"[overflow-clip-margin:6px]",
|
|
1718
|
+
"overflow-clip",
|
|
1719
|
+
"[overflow-clip-margin:8px]",
|
|
1720
|
+
"relative"
|
|
1721
|
+
],
|
|
1722
|
+
"internalComponents": ["AriakitTabList"],
|
|
1474
1723
|
"internalComponentProps": {},
|
|
1475
|
-
"propToVariantKeys": {},
|
|
1724
|
+
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
1476
1725
|
"runtimeConfigDefaultProps": {},
|
|
1477
1726
|
"runtimeConfigGetStyles": {},
|
|
1478
1727
|
"runtimeConfigInternalComponentProps": {},
|
|
1479
1728
|
"motionVarPrefixes": []
|
|
1480
1729
|
};
|
|
1481
|
-
var
|
|
1482
|
-
"name": "
|
|
1483
|
-
"defaultProps": {
|
|
1484
|
-
"type": "text",
|
|
1485
|
-
"size": "md",
|
|
1486
|
-
"width": "full"
|
|
1487
|
-
},
|
|
1730
|
+
var Tab = {
|
|
1731
|
+
"name": "Tab",
|
|
1732
|
+
"defaultProps": { "variant": "primary" },
|
|
1488
1733
|
"getStylesLiterals": {
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"inputVariantValueInputWrapper": "empty",
|
|
1494
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
1495
|
-
"inputVariantInput": "default",
|
|
1496
|
-
"inputVariantValueInput": "empty",
|
|
1497
|
-
"inputVariantValueInput:1": "filled",
|
|
1498
|
-
"inputVariantInputPlaceholder": "default",
|
|
1499
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1500
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1501
|
-
"inputVariantLabel": "default",
|
|
1502
|
-
"inputVariantValueLabel": "empty",
|
|
1503
|
-
"inputVariantValueLabel:1": "filled",
|
|
1504
|
-
"inputVariantLabelRequired": "default",
|
|
1505
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1506
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1507
|
-
"inputVariantStartIcon": "default",
|
|
1508
|
-
"inputVariantValueStartIcon": "empty",
|
|
1509
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1510
|
-
"inputVariantEndIcon": "default",
|
|
1511
|
-
"inputVariantValueEndIcon": "empty",
|
|
1512
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1734
|
+
"tabSizeRoot": "default",
|
|
1735
|
+
"tabVariantActiveRoot": "off",
|
|
1736
|
+
"tabVariantActiveRoot:1": "on",
|
|
1737
|
+
"tabSizeIcon": "default"
|
|
1513
1738
|
},
|
|
1514
1739
|
"cxLiterals": [
|
|
1740
|
+
"pointer-events-none",
|
|
1741
|
+
"absolute",
|
|
1742
|
+
"bottom-0",
|
|
1743
|
+
"left-0",
|
|
1744
|
+
"right-0",
|
|
1745
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1746
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1747
|
+
"transition-[height,background-color]",
|
|
1748
|
+
"duration-[240ms]",
|
|
1749
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1750
|
+
"!bg-transparent",
|
|
1751
|
+
"!shadow-none",
|
|
1752
|
+
"inline-flex",
|
|
1753
|
+
"items-center",
|
|
1754
|
+
"shrink-0",
|
|
1755
|
+
"box-border",
|
|
1756
|
+
"relative",
|
|
1757
|
+
"z-[1]",
|
|
1758
|
+
"cursor-pointer",
|
|
1759
|
+
"select-none",
|
|
1760
|
+
"whitespace-nowrap",
|
|
1761
|
+
"uds-ring",
|
|
1515
1762
|
"opacity-50",
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"focus:outline-none",
|
|
1521
|
-
"cursor-text",
|
|
1522
|
-
"cursor-not-allowed"
|
|
1763
|
+
"cursor-default",
|
|
1764
|
+
"border-solid",
|
|
1765
|
+
"border-b-solid",
|
|
1766
|
+
"transition-colors"
|
|
1523
1767
|
],
|
|
1524
1768
|
"internalComponents": [
|
|
1525
1769
|
"IconSlot",
|
|
1526
|
-
"
|
|
1527
|
-
"
|
|
1528
|
-
"HelpTextContent",
|
|
1529
|
-
"Box",
|
|
1530
|
-
"InputHelpTextInternal",
|
|
1531
|
-
"VStack",
|
|
1532
|
-
"HStack",
|
|
1533
|
-
"AnimateHeightChange"
|
|
1770
|
+
"AriakitTab",
|
|
1771
|
+
"Text"
|
|
1534
1772
|
],
|
|
1535
|
-
"internalComponentProps": {
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
"alignItems": ["flex-end", "center"],
|
|
1541
|
-
"position": ["relative"]
|
|
1542
|
-
},
|
|
1543
|
-
"HStack": {
|
|
1544
|
-
"alignItems": ["center"],
|
|
1545
|
-
"gap": ["1"]
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1773
|
+
"internalComponentProps": { "Text": {
|
|
1774
|
+
"variant": ["inherit"],
|
|
1775
|
+
"as": ["span"],
|
|
1776
|
+
"color": ["current"]
|
|
1777
|
+
} },
|
|
1548
1778
|
"propToVariantKeys": {
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
"inputSizeInputWrapper",
|
|
1552
|
-
"inputSizeInput",
|
|
1553
|
-
"inputSizeLabel",
|
|
1554
|
-
"inputSizeStartIcon",
|
|
1555
|
-
"inputSizeEndIcon"
|
|
1556
|
-
],
|
|
1779
|
+
"variant": ["tabVariantRoot", "tabVariantIcon"],
|
|
1780
|
+
"activeState": ["tabVariantActiveIcon"],
|
|
1557
1781
|
"startIcon": ["icon"],
|
|
1558
|
-
"endIcon": ["icon"]
|
|
1559
|
-
"slotProps": ["helperTextSlotProps"],
|
|
1560
|
-
"helperTextIcon": ["startIcon"]
|
|
1561
|
-
},
|
|
1562
|
-
"runtimeConfigDefaultProps": {},
|
|
1563
|
-
"runtimeConfigGetStyles": {},
|
|
1564
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1565
|
-
"motionVarPrefixes": []
|
|
1566
|
-
};
|
|
1567
|
-
var InputHelpText = {
|
|
1568
|
-
"name": "InputHelpText",
|
|
1569
|
-
"defaultProps": { "size": "md" },
|
|
1570
|
-
"getStylesLiterals": {
|
|
1571
|
-
"inputVariantRoot": "default",
|
|
1572
|
-
"inputVariantValueRoot": "empty",
|
|
1573
|
-
"inputVariantValueRoot:1": "filled"
|
|
1782
|
+
"endIcon": ["icon"]
|
|
1574
1783
|
},
|
|
1575
|
-
"cxLiterals": [],
|
|
1576
|
-
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
1577
|
-
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
1578
|
-
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1579
1784
|
"runtimeConfigDefaultProps": {},
|
|
1580
1785
|
"runtimeConfigGetStyles": {},
|
|
1581
1786
|
"runtimeConfigInternalComponentProps": {},
|
|
1582
1787
|
"motionVarPrefixes": []
|
|
1583
1788
|
};
|
|
1584
|
-
var
|
|
1585
|
-
"name": "
|
|
1789
|
+
var UDSPopoverConfigProvider = {
|
|
1790
|
+
"name": "UDSPopoverConfigProvider",
|
|
1586
1791
|
"defaultProps": {},
|
|
1587
|
-
"getStylesLiterals": {
|
|
1588
|
-
"inputVariantHelperText": "default",
|
|
1589
|
-
"inputVariantValueHelperText": "empty",
|
|
1590
|
-
"inputVariantValueHelperText:1": "filled",
|
|
1591
|
-
"inputVariantHelperIcon": "default",
|
|
1592
|
-
"inputVariantValueHelperIcon": "empty",
|
|
1593
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
1594
|
-
},
|
|
1792
|
+
"getStylesLiterals": {},
|
|
1595
1793
|
"cxLiterals": [],
|
|
1596
|
-
"internalComponents": ["
|
|
1597
|
-
"internalComponentProps": {
|
|
1598
|
-
|
|
1599
|
-
"alignItems": ["center"]
|
|
1600
|
-
} },
|
|
1601
|
-
"propToVariantKeys": {
|
|
1602
|
-
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1603
|
-
"startIcon": ["icon"],
|
|
1604
|
-
"endIcon": ["icon"]
|
|
1605
|
-
},
|
|
1794
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1795
|
+
"internalComponentProps": {},
|
|
1796
|
+
"propToVariantKeys": {},
|
|
1606
1797
|
"runtimeConfigDefaultProps": {},
|
|
1607
1798
|
"runtimeConfigGetStyles": {},
|
|
1608
1799
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1624,6 +1815,32 @@ var Popover = {
|
|
|
1624
1815
|
"runtimeConfigInternalComponentProps": {},
|
|
1625
1816
|
"motionVarPrefixes": []
|
|
1626
1817
|
};
|
|
1818
|
+
var PopoverTrigger = {
|
|
1819
|
+
"name": "PopoverTrigger",
|
|
1820
|
+
"defaultProps": {},
|
|
1821
|
+
"getStylesLiterals": {},
|
|
1822
|
+
"cxLiterals": [],
|
|
1823
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1824
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1825
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1826
|
+
"runtimeConfigDefaultProps": {},
|
|
1827
|
+
"runtimeConfigGetStyles": {},
|
|
1828
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1829
|
+
"motionVarPrefixes": []
|
|
1830
|
+
};
|
|
1831
|
+
var PopoverContext = {
|
|
1832
|
+
"name": "PopoverContext",
|
|
1833
|
+
"defaultProps": {},
|
|
1834
|
+
"getStylesLiterals": {},
|
|
1835
|
+
"cxLiterals": [],
|
|
1836
|
+
"internalComponents": [],
|
|
1837
|
+
"internalComponentProps": {},
|
|
1838
|
+
"propToVariantKeys": {},
|
|
1839
|
+
"runtimeConfigDefaultProps": {},
|
|
1840
|
+
"runtimeConfigGetStyles": {},
|
|
1841
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1842
|
+
"motionVarPrefixes": []
|
|
1843
|
+
};
|
|
1627
1844
|
var PopoverContent = {
|
|
1628
1845
|
"name": "PopoverContent",
|
|
1629
1846
|
"defaultProps": {},
|
|
@@ -1669,235 +1886,154 @@ var PopoverContent = {
|
|
|
1669
1886
|
"active:bg-carbon-15/15",
|
|
1670
1887
|
"uds-ring",
|
|
1671
1888
|
"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"],
|
|
1889
|
+
"z-[4]"
|
|
1890
|
+
],
|
|
1891
|
+
"internalComponents": [
|
|
1892
|
+
"PopoverDismiss",
|
|
1893
|
+
"IconSlot",
|
|
1894
|
+
"PopoverArrow",
|
|
1895
|
+
"Popover",
|
|
1896
|
+
"SvgFloatingOverlay",
|
|
1897
|
+
"Box",
|
|
1898
|
+
"Pressable"
|
|
1899
|
+
],
|
|
1730
1900
|
"internalComponentProps": {},
|
|
1731
|
-
"propToVariantKeys": {},
|
|
1732
|
-
"runtimeConfigDefaultProps": {
|
|
1733
|
-
|
|
1734
|
-
|
|
1901
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1902
|
+
"runtimeConfigDefaultProps": {
|
|
1903
|
+
"size": "popover.defaultSize",
|
|
1904
|
+
"variant": "popover.defaultVariant"
|
|
1905
|
+
},
|
|
1906
|
+
"runtimeConfigGetStyles": {
|
|
1907
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1908
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1909
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1910
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1911
|
+
},
|
|
1912
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1735
1913
|
"motionVarPrefixes": []
|
|
1736
1914
|
};
|
|
1737
|
-
var
|
|
1738
|
-
"name": "
|
|
1915
|
+
var Input = {
|
|
1916
|
+
"name": "Input",
|
|
1739
1917
|
"defaultProps": {
|
|
1740
|
-
"
|
|
1741
|
-
"variant": "primary",
|
|
1918
|
+
"type": "text",
|
|
1742
1919
|
"size": "md",
|
|
1743
|
-
"
|
|
1920
|
+
"width": "full"
|
|
1744
1921
|
},
|
|
1745
1922
|
"getStylesLiterals": {
|
|
1746
|
-
"
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1923
|
+
"inputVariantRoot": "default",
|
|
1924
|
+
"inputVariantValueRoot": "empty",
|
|
1925
|
+
"inputVariantValueRoot:1": "filled",
|
|
1926
|
+
"inputVariantInputWrapper": "default",
|
|
1927
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1928
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1929
|
+
"inputVariantInput": "default",
|
|
1930
|
+
"inputVariantValueInput": "empty",
|
|
1931
|
+
"inputVariantValueInput:1": "filled",
|
|
1932
|
+
"inputVariantInputPlaceholder": "default",
|
|
1933
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1934
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1935
|
+
"inputVariantLabel": "default",
|
|
1936
|
+
"inputVariantValueLabel": "empty",
|
|
1937
|
+
"inputVariantValueLabel:1": "filled",
|
|
1938
|
+
"inputVariantLabelRequired": "default",
|
|
1939
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1940
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1941
|
+
"inputVariantStartIcon": "default",
|
|
1942
|
+
"inputVariantValueStartIcon": "empty",
|
|
1943
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1944
|
+
"inputVariantEndIcon": "default",
|
|
1945
|
+
"inputVariantValueEndIcon": "empty",
|
|
1946
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1756
1947
|
},
|
|
1757
1948
|
"cxLiterals": [
|
|
1758
|
-
"cursor-pointer",
|
|
1759
|
-
"cursor-default",
|
|
1760
1949
|
"opacity-50",
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1763
|
-
"uds-
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
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"
|
|
1950
|
+
"min-w-[200px]",
|
|
1951
|
+
"grow",
|
|
1952
|
+
"uds-hit-target",
|
|
1953
|
+
"bg-clip-text",
|
|
1954
|
+
"focus:outline-none",
|
|
1955
|
+
"cursor-text",
|
|
1956
|
+
"cursor-not-allowed"
|
|
1782
1957
|
],
|
|
1783
1958
|
"internalComponents": [
|
|
1959
|
+
"IconSlot",
|
|
1960
|
+
"StartIcon",
|
|
1961
|
+
"EndIcon",
|
|
1962
|
+
"HelpTextContent",
|
|
1784
1963
|
"Box",
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1964
|
+
"InputHelpTextInternal",
|
|
1965
|
+
"VStack",
|
|
1966
|
+
"HStack",
|
|
1967
|
+
"AnimateHeightChange"
|
|
1789
1968
|
],
|
|
1790
1969
|
"internalComponentProps": {
|
|
1791
|
-
"
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1970
|
+
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1971
|
+
"Box": {
|
|
1972
|
+
"spacingBottom": ["2"],
|
|
1973
|
+
"columnGap": ["0.5"],
|
|
1974
|
+
"alignItems": ["flex-end", "center"],
|
|
1975
|
+
"position": ["relative"]
|
|
1796
1976
|
},
|
|
1797
|
-
"
|
|
1798
|
-
"MotionBox": {
|
|
1799
|
-
"position": ["relative"],
|
|
1800
|
-
"borderRadius": ["full"],
|
|
1977
|
+
"HStack": {
|
|
1801
1978
|
"alignItems": ["center"],
|
|
1802
|
-
"
|
|
1803
|
-
"flex": ["none"]
|
|
1979
|
+
"gap": ["1"]
|
|
1804
1980
|
}
|
|
1805
1981
|
},
|
|
1806
1982
|
"propToVariantKeys": {
|
|
1807
|
-
"size": [
|
|
1808
|
-
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1983
|
+
"size": [
|
|
1984
|
+
"inputSizeRoot",
|
|
1985
|
+
"inputSizeInputWrapper",
|
|
1986
|
+
"inputSizeInput",
|
|
1987
|
+
"inputSizeLabel",
|
|
1988
|
+
"inputSizeStartIcon",
|
|
1989
|
+
"inputSizeEndIcon"
|
|
1812
1990
|
],
|
|
1813
|
-
"
|
|
1991
|
+
"startIcon": ["icon"],
|
|
1992
|
+
"endIcon": ["icon"],
|
|
1993
|
+
"slotProps": ["helperTextSlotProps"],
|
|
1994
|
+
"helperTextIcon": ["startIcon"]
|
|
1814
1995
|
},
|
|
1815
1996
|
"runtimeConfigDefaultProps": {},
|
|
1816
1997
|
"runtimeConfigGetStyles": {},
|
|
1817
1998
|
"runtimeConfigInternalComponentProps": {},
|
|
1818
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1819
|
-
};
|
|
1820
|
-
var RadioGroupProvider = {
|
|
1821
|
-
"name": "RadioGroupProvider",
|
|
1822
|
-
"defaultProps": {},
|
|
1823
|
-
"getStylesLiterals": {},
|
|
1824
|
-
"cxLiterals": [],
|
|
1825
|
-
"internalComponents": [
|
|
1826
|
-
"DivProps",
|
|
1827
|
-
"Comp",
|
|
1828
|
-
"RadioGroupContext.Provider"
|
|
1829
|
-
],
|
|
1830
|
-
"internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
|
|
1831
|
-
"propToVariantKeys": {},
|
|
1832
|
-
"runtimeConfigDefaultProps": {},
|
|
1833
|
-
"runtimeConfigGetStyles": {},
|
|
1834
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1835
1999
|
"motionVarPrefixes": []
|
|
1836
2000
|
};
|
|
1837
|
-
var
|
|
1838
|
-
"name": "
|
|
1839
|
-
"defaultProps": {},
|
|
1840
|
-
"getStylesLiterals": {
|
|
2001
|
+
var InputHelpText = {
|
|
2002
|
+
"name": "InputHelpText",
|
|
2003
|
+
"defaultProps": { "size": "md" },
|
|
2004
|
+
"getStylesLiterals": {
|
|
2005
|
+
"inputVariantRoot": "default",
|
|
2006
|
+
"inputVariantValueRoot": "empty",
|
|
2007
|
+
"inputVariantValueRoot:1": "filled"
|
|
2008
|
+
},
|
|
1841
2009
|
"cxLiterals": [],
|
|
1842
|
-
"internalComponents": [],
|
|
1843
|
-
"internalComponentProps": {},
|
|
1844
|
-
"propToVariantKeys": {},
|
|
2010
|
+
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
2011
|
+
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
2012
|
+
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1845
2013
|
"runtimeConfigDefaultProps": {},
|
|
1846
2014
|
"runtimeConfigGetStyles": {},
|
|
1847
2015
|
"runtimeConfigInternalComponentProps": {},
|
|
1848
2016
|
"motionVarPrefixes": []
|
|
1849
2017
|
};
|
|
1850
|
-
var
|
|
1851
|
-
"name": "
|
|
1852
|
-
"defaultProps": {
|
|
2018
|
+
var InputHelpTextInternal = {
|
|
2019
|
+
"name": "InputHelpTextInternal",
|
|
2020
|
+
"defaultProps": {},
|
|
1853
2021
|
"getStylesLiterals": {
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
"
|
|
2022
|
+
"inputVariantHelperText": "default",
|
|
2023
|
+
"inputVariantValueHelperText": "empty",
|
|
2024
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2025
|
+
"inputVariantHelperIcon": "default",
|
|
2026
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2027
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
1858
2028
|
},
|
|
1859
|
-
"cxLiterals": [
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
"right-0",
|
|
1865
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1866
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1867
|
-
"transition-[height,background-color]",
|
|
1868
|
-
"duration-[240ms]",
|
|
1869
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1870
|
-
"!bg-transparent",
|
|
1871
|
-
"!shadow-none",
|
|
1872
|
-
"inline-flex",
|
|
1873
|
-
"items-center",
|
|
1874
|
-
"shrink-0",
|
|
1875
|
-
"box-border",
|
|
1876
|
-
"relative",
|
|
1877
|
-
"z-[1]",
|
|
1878
|
-
"cursor-pointer",
|
|
1879
|
-
"select-none",
|
|
1880
|
-
"whitespace-nowrap",
|
|
1881
|
-
"uds-ring",
|
|
1882
|
-
"opacity-50",
|
|
1883
|
-
"cursor-default",
|
|
1884
|
-
"border-solid",
|
|
1885
|
-
"border-b-solid",
|
|
1886
|
-
"transition-colors"
|
|
1887
|
-
],
|
|
1888
|
-
"internalComponents": [
|
|
1889
|
-
"IconSlot",
|
|
1890
|
-
"AriakitTab",
|
|
1891
|
-
"Text"
|
|
1892
|
-
],
|
|
1893
|
-
"internalComponentProps": { "Text": {
|
|
1894
|
-
"variant": ["inherit"],
|
|
1895
|
-
"as": ["span"],
|
|
1896
|
-
"color": ["current"]
|
|
2029
|
+
"cxLiterals": [],
|
|
2030
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
2031
|
+
"internalComponentProps": { "HStack": {
|
|
2032
|
+
"gap": ["1"],
|
|
2033
|
+
"alignItems": ["center"]
|
|
1897
2034
|
} },
|
|
1898
2035
|
"propToVariantKeys": {
|
|
1899
|
-
"
|
|
1900
|
-
"activeState": ["tabVariantActiveIcon"],
|
|
2036
|
+
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1901
2037
|
"startIcon": ["icon"],
|
|
1902
2038
|
"endIcon": ["icon"]
|
|
1903
2039
|
},
|
|
@@ -1906,56 +2042,35 @@ var Tab = {
|
|
|
1906
2042
|
"runtimeConfigInternalComponentProps": {},
|
|
1907
2043
|
"motionVarPrefixes": []
|
|
1908
2044
|
};
|
|
1909
|
-
var
|
|
1910
|
-
"name": "
|
|
1911
|
-
"defaultProps": {
|
|
2045
|
+
var Menu_Item = {
|
|
2046
|
+
"name": "Menu.Item",
|
|
2047
|
+
"defaultProps": {},
|
|
1912
2048
|
"getStylesLiterals": {
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
2049
|
+
"menuitemItemVariantRoot": "default",
|
|
2050
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
2051
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
2052
|
+
"menuitemItemVariantText": "default",
|
|
2053
|
+
"menuitemItemVariantActiveText": "on",
|
|
2054
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
2055
|
+
"menuitemItemVariantIcon": "default",
|
|
2056
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
2057
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1915
2058
|
},
|
|
1916
|
-
"cxLiterals": [
|
|
1917
|
-
|
|
1918
|
-
"absolute",
|
|
1919
|
-
"bottom-0",
|
|
1920
|
-
"left-0",
|
|
1921
|
-
"right-0",
|
|
1922
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1923
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1924
|
-
"transition-[height,background-color]",
|
|
1925
|
-
"duration-[240ms]",
|
|
1926
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1927
|
-
"!m-0",
|
|
1928
|
-
"!p-0",
|
|
1929
|
-
"!gap-0",
|
|
1930
|
-
"box-border",
|
|
1931
|
-
"z-0",
|
|
1932
|
-
"min-w-0",
|
|
1933
|
-
"min-h-0",
|
|
1934
|
-
"flex",
|
|
1935
|
-
"flex-row",
|
|
1936
|
-
"items-center",
|
|
1937
|
-
"overflow-x-auto",
|
|
1938
|
-
"overflow-y-clip",
|
|
1939
|
-
"scrollbar-none",
|
|
1940
|
-
"[overflow-clip-margin:6px]",
|
|
1941
|
-
"overflow-clip",
|
|
1942
|
-
"[overflow-clip-margin:8px]",
|
|
1943
|
-
"relative"
|
|
1944
|
-
],
|
|
1945
|
-
"internalComponents": ["AriakitTabList"],
|
|
2059
|
+
"cxLiterals": [],
|
|
2060
|
+
"internalComponents": ["MenuItemBase"],
|
|
1946
2061
|
"internalComponentProps": {},
|
|
1947
|
-
"propToVariantKeys": {
|
|
2062
|
+
"propToVariantKeys": {},
|
|
1948
2063
|
"runtimeConfigDefaultProps": {},
|
|
1949
2064
|
"runtimeConfigGetStyles": {},
|
|
1950
2065
|
"runtimeConfigInternalComponentProps": {},
|
|
1951
2066
|
"motionVarPrefixes": []
|
|
1952
2067
|
};
|
|
1953
|
-
var
|
|
1954
|
-
"name": "
|
|
2068
|
+
var Menu_index = {
|
|
2069
|
+
"name": "Menu.index",
|
|
1955
2070
|
"defaultProps": {},
|
|
1956
2071
|
"getStylesLiterals": {},
|
|
1957
2072
|
"cxLiterals": [],
|
|
1958
|
-
"internalComponents": [
|
|
2073
|
+
"internalComponents": [],
|
|
1959
2074
|
"internalComponentProps": {},
|
|
1960
2075
|
"propToVariantKeys": {},
|
|
1961
2076
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1963,143 +2078,213 @@ var TabPanel = {
|
|
|
1963
2078
|
"runtimeConfigInternalComponentProps": {},
|
|
1964
2079
|
"motionVarPrefixes": []
|
|
1965
2080
|
};
|
|
1966
|
-
var
|
|
1967
|
-
"name": "
|
|
1968
|
-
"defaultProps": {
|
|
2081
|
+
var Menu = {
|
|
2082
|
+
"name": "Menu",
|
|
2083
|
+
"defaultProps": {},
|
|
1969
2084
|
"getStylesLiterals": {},
|
|
1970
2085
|
"cxLiterals": [],
|
|
1971
|
-
"internalComponents": [
|
|
2086
|
+
"internalComponents": [],
|
|
1972
2087
|
"internalComponentProps": {},
|
|
1973
|
-
"propToVariantKeys": {
|
|
2088
|
+
"propToVariantKeys": {},
|
|
1974
2089
|
"runtimeConfigDefaultProps": {},
|
|
1975
2090
|
"runtimeConfigGetStyles": {},
|
|
1976
2091
|
"runtimeConfigInternalComponentProps": {},
|
|
1977
2092
|
"motionVarPrefixes": []
|
|
1978
2093
|
};
|
|
1979
|
-
var
|
|
1980
|
-
"name": "
|
|
1981
|
-
"defaultProps": {
|
|
1982
|
-
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"spacing": "2",
|
|
1986
|
-
"borderRadius": "full"
|
|
2094
|
+
var Menu_Content = {
|
|
2095
|
+
"name": "Menu.Content",
|
|
2096
|
+
"defaultProps": {
|
|
2097
|
+
"size": "default",
|
|
2098
|
+
"variant": "default",
|
|
2099
|
+
"gutter": "1"
|
|
1987
2100
|
},
|
|
2101
|
+
"getStylesLiterals": {},
|
|
1988
2102
|
"cxLiterals": [
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
2103
|
+
"uds-menu-content",
|
|
2104
|
+
"transition-shadow",
|
|
2105
|
+
"duration-200",
|
|
2106
|
+
"ease-in-out",
|
|
2107
|
+
"min-w-60",
|
|
2108
|
+
"max-w-lg",
|
|
2109
|
+
"max-h-96",
|
|
2110
|
+
"overflow-auto",
|
|
2111
|
+
"uds-ring",
|
|
2112
|
+
"z-10",
|
|
2113
|
+
"group"
|
|
1996
2114
|
],
|
|
1997
2115
|
"internalComponents": [
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"Button",
|
|
2002
|
-
"Pressable"
|
|
2116
|
+
"AriakitMenu",
|
|
2117
|
+
"AnimatePresence",
|
|
2118
|
+
"MotionVStack"
|
|
2003
2119
|
],
|
|
2004
2120
|
"internalComponentProps": {},
|
|
2005
2121
|
"propToVariantKeys": {
|
|
2006
|
-
"size": [
|
|
2007
|
-
|
|
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"
|
|
2122
|
+
"size": ["menucontentSizeRoot"],
|
|
2123
|
+
"variant": ["menucontentVariantRoot"]
|
|
2023
2124
|
},
|
|
2024
|
-
"
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2125
|
+
"runtimeConfigDefaultProps": {},
|
|
2126
|
+
"runtimeConfigGetStyles": {},
|
|
2127
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2128
|
+
"motionVarPrefixes": []
|
|
2129
|
+
};
|
|
2130
|
+
var Menu_Trigger = {
|
|
2131
|
+
"name": "Menu.Trigger",
|
|
2132
|
+
"defaultProps": {},
|
|
2133
|
+
"getStylesLiterals": {},
|
|
2134
|
+
"cxLiterals": ["uds-menu-trigger"],
|
|
2135
|
+
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
2136
|
+
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
2137
|
+
"propToVariantKeys": {},
|
|
2138
|
+
"runtimeConfigDefaultProps": {},
|
|
2139
|
+
"runtimeConfigGetStyles": {},
|
|
2140
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2141
|
+
"motionVarPrefixes": []
|
|
2142
|
+
};
|
|
2143
|
+
var Menu_Divider = {
|
|
2144
|
+
"name": "Menu.Divider",
|
|
2145
|
+
"defaultProps": {
|
|
2146
|
+
"role": "separator",
|
|
2147
|
+
"contentPosition": "start",
|
|
2148
|
+
"gap": "4"
|
|
2032
2149
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2035
|
-
|
|
2036
|
-
|
|
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
|
-
}
|
|
2150
|
+
"getStylesLiterals": {
|
|
2151
|
+
"menuitemDividerVariantRoot": "default",
|
|
2152
|
+
"menuitemDividerVariantText": "default",
|
|
2153
|
+
"menuitemDividerVariantLine": "default"
|
|
2046
2154
|
},
|
|
2155
|
+
"cxLiterals": [],
|
|
2156
|
+
"internalComponents": ["DividerInternal"],
|
|
2157
|
+
"internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
|
|
2158
|
+
"propToVariantKeys": {},
|
|
2159
|
+
"runtimeConfigDefaultProps": {},
|
|
2160
|
+
"runtimeConfigGetStyles": {},
|
|
2161
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2047
2162
|
"motionVarPrefixes": []
|
|
2048
2163
|
};
|
|
2049
|
-
var
|
|
2050
|
-
"name": "
|
|
2164
|
+
var Menu_Provider = {
|
|
2165
|
+
"name": "Menu.Provider",
|
|
2166
|
+
"defaultProps": {},
|
|
2167
|
+
"getStylesLiterals": {},
|
|
2168
|
+
"cxLiterals": [],
|
|
2169
|
+
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
2170
|
+
"internalComponentProps": {},
|
|
2171
|
+
"propToVariantKeys": {},
|
|
2172
|
+
"runtimeConfigDefaultProps": {},
|
|
2173
|
+
"runtimeConfigGetStyles": {},
|
|
2174
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2175
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
2176
|
+
};
|
|
2177
|
+
var Menu_ItemCheckbox = {
|
|
2178
|
+
"name": "Menu.ItemCheckbox",
|
|
2051
2179
|
"defaultProps": {},
|
|
2052
2180
|
"getStylesLiterals": {
|
|
2053
|
-
"
|
|
2181
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
2182
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2183
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2184
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
2185
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2186
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2187
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2188
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2189
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2190
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2191
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2192
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2193
|
+
},
|
|
2194
|
+
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
2195
|
+
"internalComponents": ["MenuItemBase"],
|
|
2196
|
+
"internalComponentProps": {},
|
|
2197
|
+
"propToVariantKeys": {},
|
|
2198
|
+
"runtimeConfigDefaultProps": {},
|
|
2199
|
+
"runtimeConfigGetStyles": {},
|
|
2200
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2201
|
+
"motionVarPrefixes": []
|
|
2202
|
+
};
|
|
2203
|
+
var Menu_ItemBase = {
|
|
2204
|
+
"name": "Menu.ItemBase",
|
|
2205
|
+
"defaultProps": {
|
|
2206
|
+
"spacing": "0",
|
|
2207
|
+
"spacingHorizontal": "4",
|
|
2208
|
+
"spacingVertical": "3.5",
|
|
2209
|
+
"columnGap": "2",
|
|
2054
2210
|
"alignItems": "center",
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2211
|
+
"justifyContent": "space-between"
|
|
2212
|
+
},
|
|
2213
|
+
"getStylesLiterals": {
|
|
2214
|
+
"textAlign": "start",
|
|
2215
|
+
"menuitemSizeRoot": "default",
|
|
2216
|
+
"flexDirection": "row",
|
|
2217
|
+
"menuitemSizeStartIcon": "default",
|
|
2218
|
+
"menuitemSizeEndIcon": "default"
|
|
2219
|
+
},
|
|
2220
|
+
"cxLiterals": [
|
|
2221
|
+
"flex",
|
|
2222
|
+
"focus-visible:text-brand",
|
|
2223
|
+
"focus-visible:bg-brand-secondary",
|
|
2224
|
+
"focus-visible:z-10",
|
|
2225
|
+
"uds-ring",
|
|
2226
|
+
"!-outline-offset-2",
|
|
2227
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
2228
|
+
"opacity-25",
|
|
2229
|
+
"cursor-not-allowed",
|
|
2230
|
+
"duration-20",
|
|
2231
|
+
"transition-[font-variation-settings]",
|
|
2232
|
+
"ease-in-out",
|
|
2233
|
+
"z-0",
|
|
2234
|
+
"uds-start-icon",
|
|
2235
|
+
"uds-end-icon"
|
|
2236
|
+
],
|
|
2237
|
+
"internalComponents": [
|
|
2238
|
+
"Pressable",
|
|
2239
|
+
"IconSlot",
|
|
2240
|
+
"RootComponent",
|
|
2241
|
+
"HStack",
|
|
2242
|
+
"AnimatePresence"
|
|
2243
|
+
],
|
|
2244
|
+
"internalComponentProps": {
|
|
2245
|
+
"HStack": {
|
|
2246
|
+
"alignItems": ["center"],
|
|
2247
|
+
"width": ["full"]
|
|
2248
|
+
},
|
|
2249
|
+
"AnimatePresence": { "mode": ["popLayout"] }
|
|
2057
2250
|
},
|
|
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
2251
|
"propToVariantKeys": {
|
|
2067
|
-
"
|
|
2068
|
-
"
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
"
|
|
2072
|
-
"variant": "toast.defaultVariant"
|
|
2073
|
-
},
|
|
2074
|
-
"runtimeConfigGetStyles": {
|
|
2075
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2076
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
2252
|
+
"startIconClassName": ["className"],
|
|
2253
|
+
"endIconClassName": ["className"],
|
|
2254
|
+
"startIcon": ["icon"],
|
|
2255
|
+
"endIcon": ["icon"],
|
|
2256
|
+
"columnGap": ["gap"]
|
|
2077
2257
|
},
|
|
2078
|
-
"
|
|
2258
|
+
"runtimeConfigDefaultProps": {},
|
|
2259
|
+
"runtimeConfigGetStyles": {},
|
|
2260
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2079
2261
|
"motionVarPrefixes": []
|
|
2080
2262
|
};
|
|
2081
|
-
var
|
|
2082
|
-
"name": "
|
|
2263
|
+
var UDSBreakpointsConfigProvider = {
|
|
2264
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2083
2265
|
"defaultProps": {},
|
|
2084
2266
|
"getStylesLiterals": {},
|
|
2085
2267
|
"cxLiterals": [],
|
|
2086
|
-
"internalComponents": ["
|
|
2268
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2087
2269
|
"internalComponentProps": {},
|
|
2088
2270
|
"propToVariantKeys": {},
|
|
2089
|
-
"runtimeConfigDefaultProps": {
|
|
2090
|
-
"size": "toast.defaultSize",
|
|
2091
|
-
"variant": "toast.defaultVariant"
|
|
2092
|
-
},
|
|
2271
|
+
"runtimeConfigDefaultProps": {},
|
|
2093
2272
|
"runtimeConfigGetStyles": {},
|
|
2094
|
-
"runtimeConfigInternalComponentProps": {
|
|
2273
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2095
2274
|
"motionVarPrefixes": []
|
|
2096
2275
|
};
|
|
2097
|
-
var
|
|
2098
|
-
"name": "
|
|
2276
|
+
var UDSConfigProvider = {
|
|
2277
|
+
"name": "UDSConfigProvider",
|
|
2099
2278
|
"defaultProps": {},
|
|
2100
2279
|
"getStylesLiterals": {},
|
|
2101
2280
|
"cxLiterals": [],
|
|
2102
|
-
"internalComponents": [
|
|
2281
|
+
"internalComponents": [
|
|
2282
|
+
"UDSBreakpointsConfigProvider",
|
|
2283
|
+
"UDSBottomSheetConfigProvider",
|
|
2284
|
+
"UDSToastConfigProvider",
|
|
2285
|
+
"UDSTooltipConfigProvider",
|
|
2286
|
+
"UDSPopoverConfigProvider"
|
|
2287
|
+
],
|
|
2103
2288
|
"internalComponentProps": {},
|
|
2104
2289
|
"propToVariantKeys": {},
|
|
2105
2290
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2172,19 +2357,6 @@ var TooltipContent = {
|
|
|
2172
2357
|
"runtimeConfigInternalComponentProps": {},
|
|
2173
2358
|
"motionVarPrefixes": []
|
|
2174
2359
|
};
|
|
2175
|
-
var TooltipTrigger = {
|
|
2176
|
-
"name": "TooltipTrigger",
|
|
2177
|
-
"defaultProps": {},
|
|
2178
|
-
"getStylesLiterals": {},
|
|
2179
|
-
"cxLiterals": [],
|
|
2180
|
-
"internalComponents": ["TooltipAnchor"],
|
|
2181
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2182
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
2183
|
-
"runtimeConfigDefaultProps": {},
|
|
2184
|
-
"runtimeConfigGetStyles": {},
|
|
2185
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2186
|
-
"motionVarPrefixes": []
|
|
2187
|
-
};
|
|
2188
2360
|
var UDSTooltipConfigProvider = {
|
|
2189
2361
|
"name": "UDSTooltipConfigProvider",
|
|
2190
2362
|
"defaultProps": {},
|
|
@@ -2198,281 +2370,96 @@ var UDSTooltipConfigProvider = {
|
|
|
2198
2370
|
"runtimeConfigInternalComponentProps": {},
|
|
2199
2371
|
"motionVarPrefixes": []
|
|
2200
2372
|
};
|
|
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",
|
|
2373
|
+
var TooltipTrigger = {
|
|
2374
|
+
"name": "TooltipTrigger",
|
|
2216
2375
|
"defaultProps": {},
|
|
2217
2376
|
"getStylesLiterals": {},
|
|
2218
2377
|
"cxLiterals": [],
|
|
2219
|
-
"internalComponents": [
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
"UDSToastConfigProvider",
|
|
2223
|
-
"UDSTooltipConfigProvider",
|
|
2224
|
-
"UDSPopoverConfigProvider"
|
|
2225
|
-
],
|
|
2226
|
-
"internalComponentProps": {},
|
|
2227
|
-
"propToVariantKeys": {},
|
|
2378
|
+
"internalComponents": ["TooltipAnchor"],
|
|
2379
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2380
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
2228
2381
|
"runtimeConfigDefaultProps": {},
|
|
2229
2382
|
"runtimeConfigGetStyles": {},
|
|
2230
2383
|
"runtimeConfigInternalComponentProps": {},
|
|
2231
2384
|
"motionVarPrefixes": []
|
|
2232
2385
|
};
|
|
2233
|
-
var
|
|
2234
|
-
"name": "
|
|
2235
|
-
"defaultProps": {
|
|
2236
|
-
"spacingHorizontal": "4",
|
|
2237
|
-
"spacingVertical": "4"
|
|
2238
|
-
},
|
|
2239
|
-
"getStylesLiterals": {},
|
|
2240
|
-
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
2241
|
-
"internalComponents": [
|
|
2242
|
-
"Icon",
|
|
2243
|
-
"SpringMotionConfig",
|
|
2244
|
-
"Pressable",
|
|
2245
|
-
"Text",
|
|
2246
|
-
"HStack",
|
|
2247
|
-
"AnimatePresence",
|
|
2248
|
-
"VStack"
|
|
2249
|
-
],
|
|
2250
|
-
"internalComponentProps": {
|
|
2251
|
-
"Icon": {
|
|
2252
|
-
"variant": ["fill"],
|
|
2253
|
-
"size": ["sm"],
|
|
2254
|
-
"color": ["primary"]
|
|
2255
|
-
},
|
|
2256
|
-
"SpringMotionConfig": {
|
|
2257
|
-
"layoutVariant": ["smooth"],
|
|
2258
|
-
"layoutSpeed": ["3"]
|
|
2259
|
-
},
|
|
2260
|
-
"Pressable": {
|
|
2261
|
-
"display": ["flex"],
|
|
2262
|
-
"flexDirection": ["row"],
|
|
2263
|
-
"alignItems": ["center"],
|
|
2264
|
-
"justifyContent": ["space-between"],
|
|
2265
|
-
"borderRadius": ["md"]
|
|
2266
|
-
},
|
|
2267
|
-
"Text": {
|
|
2268
|
-
"variant": ["title4"],
|
|
2269
|
-
"color": ["primary"]
|
|
2270
|
-
},
|
|
2271
|
-
"HStack": {
|
|
2272
|
-
"display": ["flex"],
|
|
2273
|
-
"alignItems": ["center"],
|
|
2274
|
-
"justifyContent": ["space-between"],
|
|
2275
|
-
"columnGap": ["2.5"]
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
"propToVariantKeys": {},
|
|
2279
|
-
"runtimeConfigDefaultProps": {},
|
|
2280
|
-
"runtimeConfigGetStyles": {},
|
|
2281
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2282
|
-
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2283
|
-
};
|
|
2284
|
-
var AvoidMotionLibraryProvider = {
|
|
2285
|
-
"name": "AvoidMotionLibraryProvider",
|
|
2386
|
+
var RadioGroupProvider = {
|
|
2387
|
+
"name": "RadioGroupProvider",
|
|
2286
2388
|
"defaultProps": {},
|
|
2287
2389
|
"getStylesLiterals": {},
|
|
2288
2390
|
"cxLiterals": [],
|
|
2289
|
-
"internalComponents": [],
|
|
2290
|
-
"internalComponentProps": {},
|
|
2291
|
-
"propToVariantKeys": {},
|
|
2292
|
-
"runtimeConfigDefaultProps": {},
|
|
2293
|
-
"runtimeConfigGetStyles": {},
|
|
2294
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2295
|
-
"motionVarPrefixes": []
|
|
2296
|
-
};
|
|
2297
|
-
var Modal = {
|
|
2298
|
-
"name": "Modal",
|
|
2299
|
-
"defaultProps": {},
|
|
2300
|
-
"getStylesLiterals": {},
|
|
2301
|
-
"cxLiterals": [
|
|
2302
|
-
"inset-8",
|
|
2303
|
-
"top-[250px]",
|
|
2304
|
-
"z-50",
|
|
2305
|
-
"mx-auto",
|
|
2306
|
-
"h-fit",
|
|
2307
|
-
"w-[600px]",
|
|
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
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
2351
|
-
"runtimeConfigDefaultProps": {},
|
|
2352
|
-
"runtimeConfigGetStyles": {},
|
|
2353
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2354
|
-
"motionVarPrefixes": []
|
|
2355
|
-
};
|
|
2356
|
-
var SegmentedControl = {
|
|
2357
|
-
"name": "SegmentedControl",
|
|
2358
|
-
"defaultProps": { "textVariant": "label2" },
|
|
2359
|
-
"getStylesLiterals": {
|
|
2360
|
-
"display": "flex",
|
|
2361
|
-
"alignItems": "center",
|
|
2362
|
-
"backgroundColor": "primary",
|
|
2363
|
-
"spacingVertical": "1",
|
|
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
2391
|
"internalComponents": [
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2385
|
-
"RadioProvider",
|
|
2386
|
-
"HStack",
|
|
2387
|
-
"RadioGroup",
|
|
2388
|
-
"Pressable",
|
|
2389
|
-
"Text"
|
|
2392
|
+
"DivProps",
|
|
2393
|
+
"Comp",
|
|
2394
|
+
"RadioGroupContext.Provider"
|
|
2390
2395
|
],
|
|
2391
|
-
"internalComponentProps": {
|
|
2392
|
-
|
|
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
|
-
},
|
|
2396
|
+
"internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
|
|
2397
|
+
"propToVariantKeys": {},
|
|
2411
2398
|
"runtimeConfigDefaultProps": {},
|
|
2412
2399
|
"runtimeConfigGetStyles": {},
|
|
2413
2400
|
"runtimeConfigInternalComponentProps": {},
|
|
2414
2401
|
"motionVarPrefixes": []
|
|
2415
2402
|
};
|
|
2416
|
-
var
|
|
2417
|
-
"name": "
|
|
2403
|
+
var RadioGroupStore = {
|
|
2404
|
+
"name": "RadioGroupStore",
|
|
2405
|
+
"defaultProps": {},
|
|
2406
|
+
"getStylesLiterals": {},
|
|
2407
|
+
"cxLiterals": [],
|
|
2408
|
+
"internalComponents": [],
|
|
2409
|
+
"internalComponentProps": {},
|
|
2410
|
+
"propToVariantKeys": {},
|
|
2411
|
+
"runtimeConfigDefaultProps": {},
|
|
2412
|
+
"runtimeConfigGetStyles": {},
|
|
2413
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2414
|
+
"motionVarPrefixes": []
|
|
2415
|
+
};
|
|
2416
|
+
var Radio = {
|
|
2417
|
+
"name": "Radio",
|
|
2418
2418
|
"defaultProps": {
|
|
2419
2419
|
"labelPosition": "start",
|
|
2420
|
-
"
|
|
2420
|
+
"variant": "primary",
|
|
2421
|
+
"size": "md",
|
|
2422
|
+
"value": ""
|
|
2421
2423
|
},
|
|
2422
2424
|
"getStylesLiterals": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2428
|
-
"
|
|
2429
|
-
"
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"switchVariantActiveHandleIcon": "on",
|
|
2434
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
2425
|
+
"radioVariantValueRoot": "checked",
|
|
2426
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2427
|
+
"display": "flex",
|
|
2428
|
+
"flexDirection": "row",
|
|
2429
|
+
"flexDirection:1": "row-reverse",
|
|
2430
|
+
"alignItems": "center",
|
|
2431
|
+
"radioVariantValueRadio": "checked",
|
|
2432
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2433
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2434
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2435
2435
|
},
|
|
2436
2436
|
"cxLiterals": [
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2441
|
-
"flex-row-reverse",
|
|
2437
|
+
"cursor-pointer",
|
|
2438
|
+
"cursor-default",
|
|
2439
|
+
"opacity-50",
|
|
2440
|
+
"border",
|
|
2442
2441
|
"uds-ring",
|
|
2443
2442
|
"uds-ring-within",
|
|
2444
|
-
"
|
|
2445
|
-
"
|
|
2446
|
-
"transition-[background-color,box-shadow]",
|
|
2443
|
+
"transition-[background-color,border-color]",
|
|
2444
|
+
"transition-shadow",
|
|
2447
2445
|
"pointer-events-none",
|
|
2448
|
-
"w-
|
|
2449
|
-
"h-
|
|
2446
|
+
"w-[8px]",
|
|
2447
|
+
"h-[8px]",
|
|
2448
|
+
"transition-opacity",
|
|
2449
|
+
"cursor-[inherit]",
|
|
2450
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
2451
|
"opacity-0",
|
|
2461
2452
|
"top-1/2",
|
|
2462
2453
|
"left-1/2",
|
|
2454
|
+
"w-[calc(100%+2px)]",
|
|
2455
|
+
"h-[calc(100%+2px)]",
|
|
2463
2456
|
"transform",
|
|
2464
2457
|
"translate-x-[-50%]",
|
|
2465
2458
|
"translate-y-[-50%]",
|
|
2466
|
-
"transition-opacity",
|
|
2467
|
-
"cursor-[inherit]",
|
|
2468
|
-
"w-[calc(100%+2px)]",
|
|
2469
|
-
"h-[calc(100%+2px)]",
|
|
2470
2459
|
"text-start",
|
|
2471
|
-
"text-end"
|
|
2472
|
-
"opacity-100"
|
|
2460
|
+
"text-end"
|
|
2473
2461
|
],
|
|
2474
2462
|
"internalComponents": [
|
|
2475
|
-
"IconSlot",
|
|
2476
2463
|
"Box",
|
|
2477
2464
|
"FormLabel",
|
|
2478
2465
|
"SpringMotionConfig",
|
|
@@ -2480,659 +2467,650 @@ var SwitchV2 = {
|
|
|
2480
2467
|
"MotionBox"
|
|
2481
2468
|
],
|
|
2482
2469
|
"internalComponentProps": {
|
|
2483
|
-
"
|
|
2470
|
+
"Box": { "borderRadius": ["full"] },
|
|
2484
2471
|
"FormLabel": {
|
|
2485
2472
|
"as": ["div"],
|
|
2486
2473
|
"variant": ["inherit"],
|
|
2487
2474
|
"color": ["inherit"]
|
|
2488
2475
|
},
|
|
2489
|
-
"
|
|
2490
|
-
|
|
2491
|
-
"
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2476
|
+
"RootElement": { "data-testid": ["container"] },
|
|
2477
|
+
"MotionBox": {
|
|
2478
|
+
"position": ["relative"],
|
|
2479
|
+
"borderRadius": ["full"],
|
|
2480
|
+
"alignItems": ["center"],
|
|
2481
|
+
"justifyContent": ["center"],
|
|
2482
|
+
"flex": ["none"]
|
|
2483
|
+
}
|
|
2495
2484
|
},
|
|
2496
2485
|
"propToVariantKeys": {
|
|
2497
|
-
"size": [
|
|
2498
|
-
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2486
|
+
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
2487
|
+
"variant": [
|
|
2488
|
+
"radioVariantRoot",
|
|
2489
|
+
"radioVariantRadio",
|
|
2490
|
+
"radioVariantRadioCircle"
|
|
2502
2491
|
],
|
|
2503
|
-
"
|
|
2504
|
-
"offIcon": ["icon"],
|
|
2505
|
-
"reduceMotion": ["reducedMotion"],
|
|
2506
|
-
"isOn": ["layoutDependency"]
|
|
2492
|
+
"reduceMotion": ["reducedMotion"]
|
|
2507
2493
|
},
|
|
2508
2494
|
"runtimeConfigDefaultProps": {},
|
|
2509
2495
|
"runtimeConfigGetStyles": {},
|
|
2510
2496
|
"runtimeConfigInternalComponentProps": {},
|
|
2511
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
2497
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
2512
2498
|
};
|
|
2513
2499
|
var componentData_default = {
|
|
2514
|
-
Box,
|
|
2515
|
-
FormLabel,
|
|
2516
|
-
HStack,
|
|
2517
2500
|
Icon,
|
|
2518
|
-
|
|
2501
|
+
Text,
|
|
2519
2502
|
Image,
|
|
2520
|
-
Link,
|
|
2521
2503
|
Scrim,
|
|
2522
|
-
|
|
2523
|
-
Text,
|
|
2504
|
+
FormLabel,
|
|
2524
2505
|
VStack,
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2506
|
+
IconSlot,
|
|
2507
|
+
Box,
|
|
2508
|
+
SvgFloatingOverlay,
|
|
2509
|
+
HStack,
|
|
2510
|
+
Link,
|
|
2511
|
+
BannerDescription,
|
|
2529
2512
|
Banner,
|
|
2530
2513
|
BannerContent,
|
|
2531
|
-
BannerDescription,
|
|
2532
2514
|
BannerTitle,
|
|
2533
2515
|
Divider,
|
|
2534
2516
|
DividerCore,
|
|
2535
2517
|
DividerInternal,
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
Checkbox,
|
|
2540
|
-
IconButton,
|
|
2518
|
+
"Table.mocks": Table_mocks,
|
|
2519
|
+
Spinner,
|
|
2520
|
+
Table,
|
|
2541
2521
|
Pressable,
|
|
2542
2522
|
SpringMotionConfig,
|
|
2523
|
+
AnimateHeightChange,
|
|
2543
2524
|
Switch,
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2525
|
+
IconButton,
|
|
2526
|
+
Badge,
|
|
2527
|
+
Checkbox,
|
|
2528
|
+
Button,
|
|
2529
|
+
Accordion,
|
|
2530
|
+
Modal,
|
|
2531
|
+
AvoidMotionLibraryProvider,
|
|
2532
|
+
SegmentedControl,
|
|
2533
|
+
SwitchV2,
|
|
2534
|
+
UDSToastConfigProvider,
|
|
2535
|
+
ToastPortal,
|
|
2536
|
+
Toast,
|
|
2537
|
+
ToastContainer,
|
|
2538
|
+
BottomSheetInternalContext,
|
|
2549
2539
|
BottomSheetContent,
|
|
2550
|
-
BottomSheetDismiss,
|
|
2551
2540
|
BottomSheetHandle,
|
|
2541
|
+
BottomSheet,
|
|
2552
2542
|
BottomSheetHeader,
|
|
2553
|
-
BottomSheetInternalContext,
|
|
2554
|
-
BottomSheetProvider,
|
|
2555
2543
|
BottomSheetTrigger,
|
|
2556
2544
|
UDSBottomSheetConfigProvider,
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
ChipButton,
|
|
2560
|
-
ChipDismissible,
|
|
2545
|
+
BottomSheetDismiss,
|
|
2546
|
+
BottomSheetProvider,
|
|
2561
2547
|
ChipLink,
|
|
2548
|
+
ChipDismissible,
|
|
2562
2549
|
ChipToggle,
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2550
|
+
ChipBase,
|
|
2551
|
+
Chip,
|
|
2552
|
+
ChipButton,
|
|
2553
|
+
AvatarText,
|
|
2554
|
+
AvatarIcon,
|
|
2555
|
+
Avatar,
|
|
2556
|
+
AvatarImage,
|
|
2557
|
+
TabPanel,
|
|
2558
|
+
Tabs,
|
|
2559
|
+
TabList,
|
|
2560
|
+
Tab,
|
|
2561
|
+
UDSPopoverConfigProvider,
|
|
2562
|
+
Popover,
|
|
2563
|
+
PopoverTrigger,
|
|
2564
|
+
PopoverContext,
|
|
2565
|
+
PopoverContent,
|
|
2572
2566
|
Input,
|
|
2573
2567
|
InputHelpText,
|
|
2574
2568
|
InputHelpTextInternal,
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
Tabs,
|
|
2587
|
-
Toast,
|
|
2588
|
-
ToastContainer,
|
|
2589
|
-
ToastPortal,
|
|
2590
|
-
UDSToastConfigProvider,
|
|
2569
|
+
"Menu.Item": Menu_Item,
|
|
2570
|
+
"Menu.index": Menu_index,
|
|
2571
|
+
Menu,
|
|
2572
|
+
"Menu.Content": Menu_Content,
|
|
2573
|
+
"Menu.Trigger": Menu_Trigger,
|
|
2574
|
+
"Menu.Divider": Menu_Divider,
|
|
2575
|
+
"Menu.Provider": Menu_Provider,
|
|
2576
|
+
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2577
|
+
"Menu.ItemBase": Menu_ItemBase,
|
|
2578
|
+
UDSBreakpointsConfigProvider,
|
|
2579
|
+
UDSConfigProvider,
|
|
2591
2580
|
Tooltip,
|
|
2592
2581
|
TooltipContent,
|
|
2593
|
-
TooltipTrigger,
|
|
2594
2582
|
UDSTooltipConfigProvider,
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
Modal,
|
|
2600
|
-
SegmentedControl,
|
|
2601
|
-
SwitchV2
|
|
2583
|
+
TooltipTrigger,
|
|
2584
|
+
RadioGroupProvider,
|
|
2585
|
+
RadioGroupStore,
|
|
2586
|
+
Radio
|
|
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
|
+
});
|