@yahoo/uds 3.133.0-beta.2 → 3.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.cjs +12 -22
- package/dist/_virtual/_rolldown/runtime.js +6 -11
- package/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
- package/dist/automated-config/dist/generated/autoVariants.js +1 -2
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
- package/dist/automated-config/dist/generated/generatedConfigs.js +1 -2
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -3
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -2
- package/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
- package/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -3
- package/dist/automated-config/dist/properties.cjs +7 -10
- package/dist/automated-config/dist/properties.d.cts +1 -1
- package/dist/automated-config/dist/properties.d.ts +1 -1
- package/dist/automated-config/dist/properties.js +2 -5
- package/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/automated-config/dist/utils/assertUnreachable.js +1 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +4 -6
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +1 -3
- package/dist/automated-config/dist/utils/cartesianProduct.cjs +1 -3
- package/dist/automated-config/dist/utils/cartesianProduct.js +1 -2
- package/dist/automated-config/dist/utils/coalesceConfigVariant.cjs +3 -5
- package/dist/automated-config/dist/utils/coalesceConfigVariant.js +1 -3
- package/dist/automated-config/dist/utils/defaults.cjs +1 -3
- package/dist/automated-config/dist/utils/defaults.js +1 -2
- package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
- package/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -2
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs +1 -3
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.js +1 -2
- package/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
- package/dist/automated-config/dist/utils/generateSchemaKey.js +1 -2
- package/dist/automated-config/dist/utils/getConfigComponentVariant.cjs +2 -4
- package/dist/automated-config/dist/utils/getConfigComponentVariant.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs +5 -7
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +3 -5
- package/dist/automated-config/dist/utils/getConfigVariantProperties.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +3 -5
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +1 -3
- package/dist/automated-config/dist/utils/getConfigVariants.cjs +4 -6
- package/dist/automated-config/dist/utils/getConfigVariants.js +1 -3
- package/dist/automated-config/dist/utils/index.cjs +17 -19
- package/dist/automated-config/dist/utils/index.js +11 -13
- package/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
- package/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -5
- package/dist/automated-config/dist/utils/mapValues.cjs +1 -3
- package/dist/automated-config/dist/utils/mapValues.js +1 -2
- package/dist/automated-config/dist/utils/subcomponents.cjs +1 -3
- package/dist/automated-config/dist/utils/subcomponents.js +1 -2
- package/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
- package/dist/automated-config/dist/utils/variantConfigGuards.js +1 -2
- package/dist/cli/commands/sync.cjs +16 -18
- package/dist/cli/commands/sync.js +1 -3
- package/dist/cli/commands/utils/sortKeys.cjs +2 -4
- package/dist/cli/commands/utils/sortKeys.js +1 -2
- package/dist/cli/commands/version.cjs +5 -7
- package/dist/cli/commands/version.js +1 -3
- package/dist/cli/dist/cli.cjs +8 -10
- package/dist/cli/dist/cli.js +1 -3
- package/dist/cli/dist/commands/codemod/codemod.cjs +6 -8
- package/dist/cli/dist/commands/codemod/codemod.js +1 -3
- package/dist/cli/dist/commands/editor-rules.cjs +6 -8
- package/dist/cli/dist/commands/editor-rules.js +1 -3
- package/dist/cli/dist/lib/args.cjs +1 -3
- package/dist/cli/dist/lib/args.js +1 -2
- package/dist/cli/dist/lib/box.cjs +3 -5
- package/dist/cli/dist/lib/box.js +1 -3
- package/dist/cli/dist/lib/colors.cjs +1 -3
- package/dist/cli/dist/lib/colors.js +1 -2
- package/dist/cli/dist/lib/print.cjs +1 -3
- package/dist/cli/dist/lib/print.js +1 -2
- package/dist/cli/dist/utils/analytics.cjs +2 -4
- package/dist/cli/dist/utils/analytics.js +1 -3
- package/dist/cli/dist/utils/getCommandHelp.cjs +3 -5
- package/dist/cli/dist/utils/getCommandHelp.js +1 -3
- package/dist/cli/dist/utils/getDirChoices.cjs +3 -5
- package/dist/cli/dist/utils/getDirChoices.js +1 -3
- package/dist/cli/dist/utils/rules/config.cjs +2 -4
- package/dist/cli/dist/utils/rules/config.js +1 -3
- package/dist/cli/runner.cjs +13 -15
- package/dist/cli/runner.js +1 -3
- package/dist/components/Banner/Banner.cjs +9 -11
- package/dist/components/Banner/Banner.d.cts +3 -4
- package/dist/components/Banner/Banner.d.ts +3 -4
- package/dist/components/Banner/Banner.js +3 -5
- package/dist/components/Banner/BannerContent.cjs +4 -6
- package/dist/components/Banner/BannerContent.d.cts +2 -2
- package/dist/components/Banner/BannerContent.d.ts +2 -2
- package/dist/components/Banner/BannerContent.js +1 -3
- package/dist/components/Banner/BannerDescription.cjs +5 -7
- package/dist/components/Banner/BannerDescription.d.cts +2 -2
- package/dist/components/Banner/BannerDescription.d.ts +2 -2
- package/dist/components/Banner/BannerDescription.js +1 -3
- package/dist/components/Banner/BannerTitle.cjs +5 -7
- package/dist/components/Banner/BannerTitle.d.cts +2 -2
- package/dist/components/Banner/BannerTitle.d.ts +2 -2
- package/dist/components/Banner/BannerTitle.js +1 -3
- package/dist/components/Banner/index.cjs +6 -7
- package/dist/components/Banner/index.js +1 -2
- package/dist/components/Banner/utils.cjs +3 -5
- package/dist/components/Banner/utils.d.cts +1 -1
- package/dist/components/Banner/utils.d.ts +1 -1
- package/dist/components/Banner/utils.js +1 -3
- package/dist/components/Box.cjs +5 -7
- package/dist/components/Box.d.cts +3 -4
- package/dist/components/Box.d.ts +3 -4
- package/dist/components/Box.js +1 -3
- package/dist/components/Divider/Divider.cjs +4 -6
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/Divider.js +1 -3
- package/dist/components/Divider/DividerCore.cjs +8 -10
- package/dist/components/Divider/DividerCore.d.cts +4 -5
- package/dist/components/Divider/DividerCore.d.ts +4 -5
- package/dist/components/Divider/DividerCore.js +2 -4
- package/dist/components/Divider/DividerInternal.cjs +5 -7
- package/dist/components/Divider/DividerInternal.d.cts +3 -4
- package/dist/components/Divider/DividerInternal.d.ts +3 -4
- package/dist/components/Divider/DividerInternal.js +1 -3
- package/dist/components/Divider/index.cjs +3 -4
- package/dist/components/Divider/index.js +1 -2
- package/dist/components/FormLabel.cjs +5 -7
- package/dist/components/FormLabel.d.cts +3 -4
- package/dist/components/FormLabel.d.ts +3 -4
- package/dist/components/FormLabel.js +1 -3
- package/dist/components/HStack.cjs +5 -7
- package/dist/components/HStack.d.cts +3 -4
- package/dist/components/HStack.d.ts +3 -4
- package/dist/components/HStack.js +1 -3
- package/dist/components/Icon.cjs +11 -22
- package/dist/components/Icon.d.cts +3 -3
- package/dist/components/Icon.d.ts +3 -3
- package/dist/components/Icon.js +8 -19
- package/dist/components/IconSlot.cjs +11 -32
- package/dist/components/IconSlot.d.cts +2 -4
- package/dist/components/IconSlot.d.ts +2 -4
- package/dist/components/IconSlot.js +7 -29
- package/dist/components/Image.cjs +4 -6
- package/dist/components/Image.d.cts +3 -4
- package/dist/components/Image.d.ts +3 -4
- package/dist/components/Image.js +1 -3
- package/dist/components/Link.cjs +5 -7
- package/dist/components/Link.d.cts +3 -4
- package/dist/components/Link.d.ts +3 -4
- package/dist/components/Link.js +1 -3
- package/dist/components/Scrim.cjs +5 -7
- package/dist/components/Scrim.d.cts +2 -2
- package/dist/components/Scrim.d.ts +2 -2
- package/dist/components/Scrim.js +1 -3
- package/dist/components/SvgFloatingOverlay.cjs +5 -7
- package/dist/components/SvgFloatingOverlay.d.cts +2 -2
- package/dist/components/SvgFloatingOverlay.d.ts +2 -2
- package/dist/components/SvgFloatingOverlay.js +1 -3
- package/dist/components/Text.cjs +5 -7
- package/dist/components/Text.d.cts +3 -4
- package/dist/components/Text.d.ts +3 -4
- package/dist/components/Text.js +1 -3
- package/dist/components/VStack.cjs +5 -7
- package/dist/components/VStack.d.cts +3 -4
- package/dist/components/VStack.d.ts +3 -4
- package/dist/components/VStack.js +1 -3
- package/dist/components/client/AnimateHeightChange.cjs +4 -6
- package/dist/components/client/AnimateHeightChange.d.cts +2 -2
- package/dist/components/client/AnimateHeightChange.d.ts +2 -2
- package/dist/components/client/AnimateHeightChange.js +1 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.cjs +8 -25
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.cts +5 -5
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.ts +6 -5
- package/dist/components/{Avatar → client/Avatar}/Avatar.js +6 -23
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.cjs +14 -15
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.cts +5 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.ts +6 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.js +10 -11
- package/dist/components/client/Avatar/AvatarImage.cjs +61 -42
- package/dist/components/client/Avatar/AvatarImage.d.cts +17 -4
- package/dist/components/client/Avatar/AvatarImage.d.ts +17 -4
- package/dist/components/client/Avatar/AvatarImage.js +58 -39
- package/dist/components/{Avatar → client/Avatar}/AvatarText.cjs +13 -15
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.cts +5 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.ts +6 -7
- package/dist/components/{Avatar → client/Avatar}/AvatarText.js +8 -10
- package/dist/components/client/Avatar/index.cjs +9 -4
- package/dist/components/client/Avatar/index.d.cts +5 -3
- package/dist/components/client/Avatar/index.d.ts +5 -3
- package/dist/components/client/Avatar/index.js +4 -2
- package/dist/components/{Avatar → client/Avatar}/utils.cjs +7 -8
- package/dist/components/{Avatar → client/Avatar}/utils.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/utils.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/utils.js +4 -5
- package/dist/components/client/Badge.cjs +6 -8
- package/dist/components/client/Badge.d.cts +1 -2
- package/dist/components/client/Badge.d.ts +1 -2
- package/dist/components/client/Badge.js +2 -4
- package/dist/components/client/BottomSheet/BottomSheet.cjs +15 -17
- package/dist/components/client/BottomSheet/BottomSheet.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheet.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheet.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.cjs +7 -9
- package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetContent.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetDismiss.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +5 -7
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +6 -8
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +3 -3
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +2 -4
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +5 -7
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetProvider.js +1 -3
- package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +3 -5
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.cts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +2 -2
- package/dist/components/client/BottomSheet/BottomSheetTrigger.js +1 -3
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +3 -5
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +2 -2
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +2 -2
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.js +1 -3
- package/dist/components/client/BottomSheet/index.cjs +10 -11
- package/dist/components/client/BottomSheet/index.js +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetDrag.cjs +5 -7
- package/dist/components/client/BottomSheet/useBottomSheetDrag.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.cjs +5 -7
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -2
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +4 -6
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStore.js +1 -3
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +3 -5
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.cts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +2 -2
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.js +1 -3
- package/dist/components/client/BottomSheet/useExpansionMargins.cjs +3 -5
- package/dist/components/client/BottomSheet/useExpansionMargins.js +1 -3
- package/dist/components/client/BottomSheet/useViewportHeight.cjs +4 -6
- package/dist/components/client/BottomSheet/useViewportHeight.js +1 -3
- package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +4 -6
- package/dist/components/client/BottomSheet/useVirtualKeyboard.js +1 -3
- package/dist/components/client/BottomSheet/utils.cjs +4 -6
- package/dist/components/client/BottomSheet/utils.d.cts +1 -1
- package/dist/components/client/BottomSheet/utils.d.ts +1 -1
- package/dist/components/client/BottomSheet/utils.js +1 -3
- package/dist/components/client/Button.cjs +15 -17
- package/dist/components/client/Button.d.cts +1 -2
- package/dist/components/client/Button.d.ts +1 -2
- package/dist/components/client/Button.js +6 -8
- package/dist/components/client/Checkbox.cjs +9 -11
- package/dist/components/client/Checkbox.d.cts +1 -2
- package/dist/components/client/Checkbox.d.ts +1 -2
- package/dist/components/client/Checkbox.js +3 -5
- package/dist/components/client/Chip/Chip.cjs +7 -9
- package/dist/components/client/Chip/Chip.d.cts +0 -1
- package/dist/components/client/Chip/Chip.d.ts +0 -1
- package/dist/components/client/Chip/Chip.js +2 -4
- package/dist/components/client/Chip/ChipBase.cjs +7 -9
- package/dist/components/client/Chip/ChipBase.d.cts +1 -2
- package/dist/components/client/Chip/ChipBase.d.ts +1 -2
- package/dist/components/client/Chip/ChipBase.js +2 -4
- package/dist/components/client/Chip/ChipButton.cjs +6 -8
- package/dist/components/client/Chip/ChipButton.d.cts +1 -2
- package/dist/components/client/Chip/ChipButton.d.ts +1 -2
- package/dist/components/client/Chip/ChipButton.js +2 -4
- package/dist/components/client/Chip/ChipDismissible.cjs +9 -11
- package/dist/components/client/Chip/ChipDismissible.d.cts +1 -2
- package/dist/components/client/Chip/ChipDismissible.d.ts +1 -2
- package/dist/components/client/Chip/ChipDismissible.js +3 -5
- package/dist/components/client/Chip/ChipLink.cjs +6 -8
- package/dist/components/client/Chip/ChipLink.d.cts +1 -2
- package/dist/components/client/Chip/ChipLink.d.ts +1 -2
- package/dist/components/client/Chip/ChipLink.js +2 -4
- package/dist/components/client/Chip/ChipToggle.cjs +7 -10
- package/dist/components/client/Chip/ChipToggle.d.cts +1 -2
- package/dist/components/client/Chip/ChipToggle.d.ts +1 -2
- package/dist/components/client/Chip/ChipToggle.js +3 -6
- package/dist/components/client/Chip/index.cjs +7 -8
- package/dist/components/client/Chip/index.js +1 -2
- package/dist/components/client/IconButton.cjs +14 -21
- package/dist/components/client/IconButton.d.cts +2 -3
- package/dist/components/client/IconButton.d.ts +2 -3
- package/dist/components/client/IconButton.js +6 -13
- package/dist/components/client/Input/Input.cjs +18 -16
- package/dist/components/client/Input/Input.d.cts +3 -4
- package/dist/components/client/Input/Input.d.ts +3 -4
- package/dist/components/client/Input/Input.js +11 -9
- package/dist/components/client/Input/InputHelpText.cjs +6 -8
- package/dist/components/client/Input/InputHelpText.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpText.js +1 -3
- package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -8
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +3 -4
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +3 -4
- package/dist/components/client/Input/InputHelpTextInternal.js +1 -3
- package/dist/components/client/Input/index.cjs +4 -5
- package/dist/components/client/Input/index.js +1 -2
- package/dist/components/client/Menu/Menu.Content.cjs +5 -7
- package/dist/components/client/Menu/Menu.Content.d.cts +3 -4
- package/dist/components/client/Menu/Menu.Content.d.ts +3 -4
- package/dist/components/client/Menu/Menu.Content.js +1 -3
- package/dist/components/client/Menu/Menu.Divider.cjs +5 -7
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Divider.js +1 -3
- package/dist/components/client/Menu/Menu.Item.cjs +5 -7
- package/dist/components/client/Menu/Menu.Item.d.cts +3 -4
- package/dist/components/client/Menu/Menu.Item.d.ts +3 -4
- package/dist/components/client/Menu/Menu.Item.js +1 -3
- package/dist/components/client/Menu/Menu.ItemBase.cjs +7 -9
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +3 -4
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +3 -4
- package/dist/components/client/Menu/Menu.ItemBase.js +2 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +6 -8
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +3 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +3 -4
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +2 -4
- package/dist/components/client/Menu/Menu.Provider.cjs +6 -8
- package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.js +1 -3
- package/dist/components/client/Menu/Menu.Trigger.cjs +5 -7
- package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.js +1 -3
- package/dist/components/client/Menu/Menu.cjs +8 -9
- package/dist/components/client/Menu/Menu.index.cjs +29 -31
- package/dist/components/client/Menu/Menu.index.js +1 -3
- package/dist/components/client/Menu/Menu.js +1 -2
- package/dist/components/client/Menu/index.cjs +8 -9
- package/dist/components/client/Menu/index.d.cts +0 -1
- package/dist/components/client/Menu/index.d.ts +0 -1
- package/dist/components/client/Menu/index.js +1 -2
- package/dist/components/client/Menu/utils/transformAriakitPlacement.cjs +2 -4
- package/dist/components/client/Menu/utils/transformAriakitPlacement.js +1 -2
- package/dist/components/client/Popover/Popover.cjs +5 -7
- package/dist/components/client/Popover/Popover.d.cts +3 -3
- package/dist/components/client/Popover/Popover.d.ts +3 -3
- package/dist/components/client/Popover/Popover.js +1 -3
- package/dist/components/client/Popover/PopoverContent.cjs +15 -17
- package/dist/components/client/Popover/PopoverContent.d.cts +3 -4
- package/dist/components/client/Popover/PopoverContent.d.ts +3 -4
- package/dist/components/client/Popover/PopoverContent.js +4 -6
- package/dist/components/client/Popover/PopoverContext.cjs +4 -7
- package/dist/components/client/Popover/PopoverContext.d.cts +2 -2
- package/dist/components/client/Popover/PopoverContext.d.ts +2 -2
- package/dist/components/client/Popover/PopoverContext.js +1 -3
- package/dist/components/client/Popover/PopoverTrigger.cjs +4 -6
- package/dist/components/client/Popover/PopoverTrigger.d.cts +3 -3
- package/dist/components/client/Popover/PopoverTrigger.d.ts +3 -3
- package/dist/components/client/Popover/PopoverTrigger.js +1 -3
- package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +3 -5
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +4 -4
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +4 -4
- package/dist/components/client/Popover/UDSPopoverConfigProvider.js +1 -3
- package/dist/components/client/Popover/index.cjs +6 -7
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Popover/index.js +1 -2
- package/dist/components/client/Pressable.cjs +5 -7
- package/dist/components/client/Pressable.d.cts +3 -4
- package/dist/components/client/Pressable.d.ts +3 -4
- package/dist/components/client/Pressable.js +1 -3
- package/dist/components/client/Radio/Radio.cjs +8 -10
- package/dist/components/client/Radio/Radio.d.cts +1 -2
- package/dist/components/client/Radio/Radio.d.ts +1 -2
- package/dist/components/client/Radio/Radio.js +2 -4
- package/dist/components/client/Radio/RadioGroupProvider.cjs +6 -8
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -2
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -2
- package/dist/components/client/Radio/RadioGroupProvider.js +2 -4
- package/dist/components/client/Radio/RadioGroupStore.cjs +3 -5
- package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.js +1 -3
- package/dist/components/client/Radio/index.cjs +4 -5
- package/dist/components/client/Radio/index.js +1 -2
- package/dist/components/client/Radio/useRadioGroup.cjs +4 -6
- package/dist/components/client/Radio/useRadioGroup.js +1 -3
- package/dist/components/client/SpringMotionConfig.cjs +6 -8
- package/dist/components/client/SpringMotionConfig.d.cts +1 -2
- package/dist/components/client/SpringMotionConfig.d.ts +1 -2
- package/dist/components/client/SpringMotionConfig.js +1 -3
- package/dist/components/client/Switch.cjs +8 -10
- package/dist/components/client/Switch.d.cts +1 -2
- package/dist/components/client/Switch.d.ts +1 -2
- package/dist/components/client/Switch.js +3 -5
- package/dist/components/client/Tabs/Tab.cjs +7 -9
- package/dist/components/client/Tabs/Tab.d.cts +3 -3
- package/dist/components/client/Tabs/Tab.d.ts +3 -3
- package/dist/components/client/Tabs/Tab.js +1 -3
- package/dist/components/client/Tabs/TabList.cjs +5 -7
- package/dist/components/client/Tabs/TabList.d.cts +3 -3
- package/dist/components/client/Tabs/TabList.d.ts +3 -3
- package/dist/components/client/Tabs/TabList.js +1 -3
- package/dist/components/client/Tabs/TabPanel.cjs +3 -5
- package/dist/components/client/Tabs/TabPanel.d.cts +3 -3
- package/dist/components/client/Tabs/TabPanel.d.ts +3 -3
- package/dist/components/client/Tabs/TabPanel.js +1 -3
- package/dist/components/client/Tabs/Tabs.cjs +4 -6
- package/dist/components/client/Tabs/Tabs.d.cts +3 -3
- package/dist/components/client/Tabs/Tabs.d.ts +3 -3
- package/dist/components/client/Tabs/Tabs.js +1 -3
- package/dist/components/client/Tabs/index.cjs +6 -7
- package/dist/components/client/Tabs/index.js +1 -2
- package/dist/components/client/Tabs/tabsContext.cjs +3 -5
- package/dist/components/client/Tabs/tabsContext.d.cts +3 -3
- package/dist/components/client/Tabs/tabsContext.d.ts +3 -3
- package/dist/components/client/Tabs/tabsContext.js +1 -3
- package/dist/components/client/Toast/Toast.cjs +10 -12
- package/dist/components/client/Toast/Toast.d.cts +3 -4
- package/dist/components/client/Toast/Toast.d.ts +3 -4
- package/dist/components/client/Toast/Toast.js +2 -4
- package/dist/components/client/Toast/ToastContainer.cjs +7 -9
- package/dist/components/client/Toast/ToastContainer.d.cts +3 -4
- package/dist/components/client/Toast/ToastContainer.d.ts +3 -4
- package/dist/components/client/Toast/ToastContainer.js +1 -3
- package/dist/components/client/Toast/ToastPortal.cjs +6 -8
- package/dist/components/client/Toast/ToastPortal.d.cts +2 -2
- package/dist/components/client/Toast/ToastPortal.d.ts +2 -2
- package/dist/components/client/Toast/ToastPortal.js +1 -3
- package/dist/components/client/Toast/UDSToastConfigProvider.cjs +3 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +3 -4
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +3 -4
- package/dist/components/client/Toast/UDSToastConfigProvider.js +1 -3
- package/dist/components/client/Toast/createToast.cjs +7 -9
- package/dist/components/client/Toast/createToast.d.cts +1 -2
- package/dist/components/client/Toast/createToast.d.ts +1 -2
- package/dist/components/client/Toast/createToast.js +1 -3
- package/dist/components/client/Toast/index.cjs +7 -8
- package/dist/components/client/Toast/index.js +1 -2
- package/dist/components/client/Tooltip/Tooltip.cjs +5 -7
- package/dist/components/client/Tooltip/Tooltip.d.cts +3 -3
- package/dist/components/client/Tooltip/Tooltip.d.ts +3 -3
- package/dist/components/client/Tooltip/Tooltip.js +1 -3
- package/dist/components/client/Tooltip/TooltipContent.cjs +14 -16
- package/dist/components/client/Tooltip/TooltipContent.d.cts +4 -4
- package/dist/components/client/Tooltip/TooltipContent.d.ts +4 -4
- package/dist/components/client/Tooltip/TooltipContent.js +2 -4
- package/dist/components/client/Tooltip/TooltipTrigger.cjs +3 -5
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +3 -3
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +3 -3
- package/dist/components/client/Tooltip/TooltipTrigger.js +1 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +3 -5
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +3 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +3 -3
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.js +1 -3
- package/dist/components/client/Tooltip/index.cjs +6 -7
- package/dist/components/client/Tooltip/index.d.cts +1 -1
- package/dist/components/client/Tooltip/index.d.ts +1 -1
- package/dist/components/client/Tooltip/index.js +1 -2
- package/dist/components/client/Tooltip/tooltipContext.cjs +4 -7
- package/dist/components/client/Tooltip/tooltipContext.d.cts +2 -2
- package/dist/components/client/Tooltip/tooltipContext.d.ts +2 -2
- package/dist/components/client/Tooltip/tooltipContext.js +1 -3
- package/dist/components/client/buttonConstants.cjs +2 -4
- package/dist/components/client/buttonConstants.d.cts +1 -3
- package/dist/components/client/buttonConstants.d.ts +1 -3
- package/dist/components/client/buttonConstants.js +1 -2
- package/dist/components/client/index.cjs +58 -53
- package/dist/components/client/index.d.cts +6 -14
- package/dist/components/client/index.d.ts +6 -14
- package/dist/components/client/index.js +5 -3
- package/dist/components/client/motionFeatures/domAnimation.cjs +8 -9
- package/dist/components/client/motionFeatures/domAnimation.js +1 -2
- package/dist/components/client/motionFeatures/domMax.cjs +8 -9
- package/dist/components/client/motionFeatures/domMax.js +1 -2
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +3 -5
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +3 -3
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +3 -3
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.js +1 -3
- package/dist/components/client/providers/UDSConfigProvider.cjs +8 -10
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -2
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -2
- package/dist/components/client/providers/UDSConfigProvider.js +1 -3
- package/dist/components/experimental/Spinner.cjs +5 -7
- package/dist/components/experimental/Spinner.d.cts +2 -2
- package/dist/components/experimental/Spinner.d.ts +2 -2
- package/dist/components/experimental/Spinner.js +1 -3
- package/dist/components/experimental/Table.cjs +6 -8
- package/dist/components/experimental/Table.d.cts +4 -6
- package/dist/components/experimental/Table.d.ts +4 -6
- package/dist/components/experimental/Table.js +3 -5
- package/dist/components/experimental/Table.mocks.cjs +3 -5
- package/dist/components/experimental/Table.mocks.js +1 -3
- package/dist/components/experimental/client/Accordion.cjs +10 -12
- package/dist/components/experimental/client/Accordion.d.cts +2 -3
- package/dist/components/experimental/client/Accordion.d.ts +2 -3
- package/dist/components/experimental/client/Accordion.js +2 -4
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.cjs +3 -5
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.js +1 -3
- package/dist/components/experimental/client/Modal.cjs +8 -10
- package/dist/components/experimental/client/Modal.d.cts +3 -3
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Modal.js +1 -3
- package/dist/components/experimental/client/SegmentedControl.cjs +9 -12
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -3
- package/dist/components/experimental/client/SegmentedControl.d.ts +2 -3
- package/dist/components/experimental/client/SegmentedControl.js +4 -7
- package/dist/components/experimental/client/SwitchV2.cjs +9 -11
- package/dist/components/experimental/client/SwitchV2.d.cts +1 -2
- package/dist/components/experimental/client/SwitchV2.d.ts +1 -2
- package/dist/components/experimental/client/SwitchV2.js +3 -5
- package/dist/components/experimental/client/index.cjs +7 -8
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +15 -17
- package/dist/components/experimental/index.d.cts +0 -1
- package/dist/components/experimental/index.d.ts +0 -1
- package/dist/components/experimental/index.js +1 -3
- package/dist/components/index.cjs +80 -85
- package/dist/components/index.d.cts +7 -13
- package/dist/components/index.d.ts +7 -13
- package/dist/components/index.js +8 -12
- package/dist/config/dist/index.cjs +2 -5
- package/dist/config/dist/index.d.cts +1 -1
- package/dist/config/dist/index.d.ts +1 -1
- package/dist/config/dist/index.js +2 -4
- package/dist/css-tokens/dist/index.cjs +37 -39
- package/dist/css-tokens/dist/index.d.cts +1 -1
- package/dist/css-tokens/dist/index.d.ts +1 -1
- package/dist/css-tokens/dist/index.js +35 -37
- package/dist/defaultTokensConfig.cjs +4 -6
- package/dist/defaultTokensConfig.d.cts +0 -2
- package/dist/defaultTokensConfig.d.ts +0 -2
- package/dist/defaultTokensConfig.js +1 -3
- package/dist/fixtures/dist/index.cjs +1 -3
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.js +1 -2
- package/dist/fixtures/index.cjs +4 -6
- package/dist/fixtures/index.d.cts +1 -1
- package/dist/fixtures/index.d.ts +1 -1
- package/dist/fixtures/index.js +1 -3
- package/dist/fixtures/src/arbitrary.cjs +7 -10
- package/dist/fixtures/src/arbitrary.js +1 -3
- package/dist/fixtures/src/util.cjs +2 -4
- package/dist/fixtures/src/util.js +1 -3
- package/dist/flags.cjs +6 -4
- package/dist/flags.js +5 -2
- package/dist/fonts/dist/index.cjs +22 -14
- package/dist/fonts/dist/index.d.cts +1 -1
- package/dist/fonts/dist/index.d.ts +1 -1
- package/dist/fonts/dist/index.js +22 -13
- package/dist/hooks/useForkRef.cjs +3 -5
- package/dist/hooks/useForkRef.js +1 -3
- package/dist/hooks/useRtl.cjs +3 -5
- package/dist/hooks/useRtl.js +1 -3
- package/dist/hooks/useSvgFloatingContent.cjs +6 -8
- package/dist/hooks/useSvgFloatingContent.js +1 -3
- package/dist/icons/dist/types.d.cts +30 -0
- package/dist/icons/dist/types.d.ts +30 -0
- package/dist/index.cjs +105 -108
- package/dist/index.d.cts +8 -14
- package/dist/index.d.ts +8 -14
- package/dist/index.js +8 -10
- package/dist/modes/dist/index.cjs +1 -3
- package/dist/modes/dist/index.d.cts +1 -1
- package/dist/modes/dist/index.d.ts +1 -1
- package/dist/modes/dist/index.js +1 -2
- package/dist/motion-tokens/dist/index.cjs +1 -3
- package/dist/motion-tokens/dist/index.d.cts +1 -1
- package/dist/motion-tokens/dist/index.d.ts +1 -1
- package/dist/motion-tokens/dist/index.js +1 -2
- package/dist/palette/dist/index.cjs +13 -3
- package/dist/palette/dist/index.js +13 -2
- package/dist/providers/ColorModeProvider.cjs +4 -6
- package/dist/providers/ColorModeProvider.d.cts +5 -6
- package/dist/providers/ColorModeProvider.d.ts +5 -6
- package/dist/providers/ColorModeProvider.js +1 -3
- package/dist/providers/ScaleModeProvider.cjs +4 -6
- package/dist/providers/ScaleModeProvider.d.cts +5 -6
- package/dist/providers/ScaleModeProvider.d.ts +5 -6
- package/dist/providers/ScaleModeProvider.js +1 -3
- package/dist/providers/ThemeProvider.cjs +5 -7
- package/dist/providers/ThemeProvider.d.cts +3 -4
- package/dist/providers/ThemeProvider.d.ts +3 -4
- package/dist/providers/ThemeProvider.js +1 -3
- package/dist/runtime/bottomSheetConfig.cjs +2 -4
- package/dist/runtime/bottomSheetConfig.d.cts +1 -1
- package/dist/runtime/bottomSheetConfig.d.ts +1 -1
- package/dist/runtime/bottomSheetConfig.js +1 -2
- package/dist/runtime/breakpointsConfig.cjs +4 -6
- package/dist/runtime/breakpointsConfig.d.cts +1 -3
- package/dist/runtime/breakpointsConfig.d.ts +1 -3
- package/dist/runtime/breakpointsConfig.js +1 -3
- package/dist/runtime/index.cjs +8 -9
- package/dist/runtime/index.js +1 -2
- package/dist/runtime/popoverConfig.cjs +3 -5
- package/dist/runtime/popoverConfig.d.cts +1 -2
- package/dist/runtime/popoverConfig.d.ts +1 -2
- package/dist/runtime/popoverConfig.js +1 -3
- package/dist/runtime/toastConfig.cjs +2 -4
- package/dist/runtime/toastConfig.d.cts +1 -3
- package/dist/runtime/toastConfig.d.ts +1 -3
- package/dist/runtime/toastConfig.js +1 -2
- package/dist/runtime/tooltipConfig.cjs +3 -5
- package/dist/runtime/tooltipConfig.d.cts +1 -2
- package/dist/runtime/tooltipConfig.d.ts +1 -2
- package/dist/runtime/tooltipConfig.js +1 -3
- package/dist/runtime/udsConfig.cjs +7 -9
- package/dist/runtime/udsConfig.d.cts +0 -1
- package/dist/runtime/udsConfig.d.ts +0 -1
- package/dist/runtime/udsConfig.js +1 -3
- package/dist/styles/styler.cjs +6 -8
- package/dist/styles/styler.d.cts +38 -38
- package/dist/styles/styler.d.ts +38 -38
- package/dist/styles/styler.js +1 -3
- package/dist/styles/stylerTypes.d.cts +1 -2
- package/dist/styles/stylerTypes.d.ts +1 -2
- package/dist/styles/variants.cjs +4 -6
- package/dist/styles/variants.js +1 -3
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.cjs +7 -13
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +7 -10
- package/dist/tailwind/dist/automated-config/dist/properties.js +2 -4
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +7 -9
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -2
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -4
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/colors.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/colors.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/colors.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/logger.cjs +18 -6
- package/dist/tailwind/dist/cli/dist/lib/logger.js +15 -2
- package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/print.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/print.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/spinner.cjs +1 -3
- package/dist/tailwind/dist/cli/dist/lib/spinner.js +1 -1
- package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -1
- package/dist/tailwind/dist/cli.cjs +6 -7
- package/dist/tailwind/dist/cli.js +1 -2
- package/dist/tailwind/dist/commands/css.cjs +6 -8
- package/dist/tailwind/dist/commands/css.helpers.cjs +1 -3
- package/dist/tailwind/dist/commands/css.helpers.js +1 -1
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
- package/dist/tailwind/dist/commands/css.js +1 -2
- package/dist/tailwind/dist/commands/css.js.map +1 -1
- package/dist/tailwind/dist/commands/generateComponentData.cjs +4 -6
- package/dist/tailwind/dist/commands/generateComponentData.js +1 -2
- package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +6 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -2
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/commands/purge.cjs +5 -7
- package/dist/tailwind/dist/commands/purge.js +1 -2
- package/dist/tailwind/dist/commands/purge.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +2 -5
- package/dist/tailwind/dist/config/dist/index.d.cts +0 -1
- package/dist/tailwind/dist/config/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/config/dist/index.d.ts +0 -1
- package/dist/tailwind/dist/config/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/config/dist/index.js +2 -3
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/generate.cjs +14 -16
- package/dist/tailwind/dist/css/generate.d.ts +0 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.helpers.cjs +18 -20
- package/dist/tailwind/dist/css/generate.helpers.js +1 -2
- package/dist/tailwind/dist/css/generate.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/generate.js +1 -2
- package/dist/tailwind/dist/css/generate.js.map +1 -1
- package/dist/tailwind/dist/css/nodeUtils.cjs +9 -11
- package/dist/tailwind/dist/css/nodeUtils.js +1 -2
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.cjs +2 -4
- package/dist/tailwind/dist/css/postcss.helpers.cjs +1 -3
- package/dist/tailwind/dist/css/postcss.helpers.js +1 -1
- package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.js +1 -2
- package/dist/tailwind/dist/css/postcss.js.map +1 -1
- package/dist/tailwind/dist/css/runner.cjs +16 -18
- package/dist/tailwind/dist/css/runner.helpers.cjs +3 -5
- package/dist/tailwind/dist/css/runner.helpers.js +1 -2
- package/dist/tailwind/dist/css/runner.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/runner.js +3 -4
- package/dist/tailwind/dist/css/runner.js.map +1 -1
- package/dist/tailwind/dist/css/theme.cjs +1 -3
- package/dist/tailwind/dist/css/theme.js +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -5
- package/dist/tailwind/dist/css/utils.js +1 -2
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.cjs +37 -41
- package/dist/tailwind/dist/css-tokens/dist/index.js +36 -38
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fixtures/dist/index.cjs +16 -20
- package/dist/tailwind/dist/fixtures/dist/index.js +16 -18
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.cjs +22 -14
- package/dist/tailwind/dist/fonts/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/fonts/dist/index.js +22 -12
- package/dist/tailwind/dist/fonts/dist/index.js.map +1 -1
- package/dist/tailwind/dist/icons/src/safelist.cjs +1 -3
- package/dist/tailwind/dist/icons/src/safelist.js +1 -1
- package/dist/tailwind/dist/index.cjs +5 -6
- package/dist/tailwind/dist/index.js +1 -2
- package/dist/tailwind/dist/modes/dist/index.cjs +1 -3
- package/dist/tailwind/dist/modes/dist/index.js +1 -1
- package/dist/tailwind/dist/modes/dist/index.js.map +1 -1
- package/dist/tailwind/dist/motion-tokens/dist/index.cjs +1 -3
- package/dist/tailwind/dist/motion-tokens/dist/index.js +1 -1
- package/dist/tailwind/dist/motion-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/palette/dist/index.cjs +13 -3
- package/dist/tailwind/dist/palette/dist/index.js +13 -1
- package/dist/tailwind/dist/palette/dist/index.js.map +1 -1
- package/dist/tailwind/dist/plugin.cjs +22 -24
- package/dist/tailwind/dist/plugin.d.cts +3 -3
- package/dist/tailwind/dist/plugin.d.cts.map +1 -1
- package/dist/tailwind/dist/plugin.d.ts +3 -3
- package/dist/tailwind/dist/plugin.d.ts.map +1 -1
- package/dist/tailwind/dist/plugin.js +1 -2
- package/dist/tailwind/dist/plugin.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/index.d.cts +2 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +10 -12
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -3
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +4 -6
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.cts +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +1 -2
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/ast/expressions.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +1 -2
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/index.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/index.d.ts +1 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +2 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +2 -3
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/props.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/props.d.ts +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/spread.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/spread.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/index.d.cts +3 -0
- package/dist/tailwind/dist/purger/optimized/index.d.ts +1 -4
- package/dist/tailwind/dist/purger/optimized/purge.cjs +8 -10
- package/dist/tailwind/dist/purger/optimized/purge.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/purge.d.ts +1 -1
- package/dist/tailwind/dist/purger/optimized/purge.js +1 -2
- package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +1 -2
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts +0 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +7 -9
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/files.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/utils/files.d.cts +2 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +4 -6
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -2
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -1
- package/dist/tailwind/dist/purger.cjs +4 -5
- package/dist/tailwind/dist/purger.d.ts +0 -2
- package/dist/tailwind/dist/purger.js +1 -2
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +1 -3
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +1 -1
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +6 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +6 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontVars.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addFontVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addMotionVars.cjs +2 -4
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +4 -6
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +1 -2
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +10 -6
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +7 -2
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getIconStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getIconStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getInputStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +7 -9
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs +1 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/a11y.cjs +21 -7
- package/dist/tailwind/dist/tailwind/plugins/a11y.js +17 -2
- package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +7 -9
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/colors.cjs +73 -15
- package/dist/tailwind/dist/tailwind/plugins/colors.js +62 -3
- package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/components.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +9 -11
- package/dist/tailwind/dist/tailwind/plugins/elevation.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +3 -5
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/icons.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/icons.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/input.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/input.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/motion.cjs +4 -6
- package/dist/tailwind/dist/tailwind/plugins/motion.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.cjs +5 -7
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +6 -8
- package/dist/tailwind/dist/tailwind/plugins/shadows.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +5 -7
- package/dist/tailwind/dist/tailwind/plugins/sizing.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/spacing.cjs +3 -5
- package/dist/tailwind/dist/tailwind/plugins/spacing.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/spacing.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/typography.cjs +14 -16
- package/dist/tailwind/dist/tailwind/plugins/typography.js +1 -2
- package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -1
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +4 -6
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +1 -2
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.cjs +4 -6
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.cjs +8 -10
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +0 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +0 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +2 -4
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +5 -7
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.cjs +1 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +3 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +1 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +6 -8
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js +4 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/utils/assertUnreachable.cjs +1 -3
- package/dist/tailwind/dist/utils/assertUnreachable.js +1 -1
- package/dist/tailwind/dist/utils/entries.cjs +1 -3
- package/dist/tailwind/dist/utils/entries.js +1 -1
- package/dist/tailwind/dist/utils/entryPoints.cjs +4 -6
- package/dist/tailwind/dist/utils/entryPoints.js +1 -2
- package/dist/tailwind/dist/utils/entryPoints.js.map +1 -1
- package/dist/tailwind/dist/utils/fromEntries.cjs +1 -3
- package/dist/tailwind/dist/utils/fromEntries.js +1 -1
- package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +11 -15
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -5
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/utils/mapValues.cjs +1 -3
- package/dist/tailwind/dist/utils/mapValues.js +1 -1
- package/dist/tailwind/dist/utils/opacity.cjs +3 -5
- package/dist/tailwind/dist/utils/opacity.js +1 -2
- package/dist/tailwind/dist/utils/opacity.js.map +1 -1
- package/dist/tailwind/dist/utils/optimizeCSS.cjs +3 -5
- package/dist/tailwind/dist/utils/optimizeCSS.js +1 -2
- package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.cjs +7 -9
- package/dist/tailwind/dist/utils/parseTokens.js +3 -4
- package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
- package/dist/tailwind/dist/utils/postcssPreserveVars.cjs +1 -3
- package/dist/tailwind/dist/utils/postcssPreserveVars.js +1 -1
- package/dist/tailwind/dist/utils/tsMorph.cjs +4 -6
- package/dist/tailwind/dist/utils/tsMorph.js +1 -2
- package/dist/tailwind/dist/utils/tsMorph.js.map +1 -1
- package/dist/tailwind/dist/utils.cjs +12 -13
- package/dist/tailwind/dist/utils.js +1 -2
- package/dist/tailwind/plugin.cjs +5 -6
- package/dist/tailwind/plugin.js +1 -2
- package/dist/tailwind/purger.cjs +3 -4
- package/dist/tailwind/purger.js +1 -2
- package/dist/tailwind/utils.cjs +12 -13
- package/dist/tailwind/utils.d.cts +0 -1
- package/dist/tailwind/utils.d.ts +0 -1
- package/dist/tailwind/utils.js +1 -2
- package/dist/tokens/automation/configs/index.cjs +3 -4
- package/dist/tokens/automation/configs/index.js +1 -2
- package/dist/tokens/automation/index.cjs +16 -17
- package/dist/tokens/automation/index.js +1 -2
- package/dist/tokens/automation/properties.cjs +3 -4
- package/dist/tokens/automation/properties.js +1 -2
- package/dist/tokens/configs/borderRadius.cjs +2 -4
- package/dist/tokens/configs/borderRadius.d.cts +1 -3
- package/dist/tokens/configs/borderRadius.d.ts +1 -3
- package/dist/tokens/configs/borderRadius.js +1 -2
- package/dist/tokens/configs/borderWidth.cjs +2 -4
- package/dist/tokens/configs/borderWidth.d.cts +1 -3
- package/dist/tokens/configs/borderWidth.d.ts +1 -3
- package/dist/tokens/configs/borderWidth.js +1 -2
- package/dist/tokens/configs/font.cjs +2 -4
- package/dist/tokens/configs/font.d.cts +1 -3
- package/dist/tokens/configs/font.d.ts +1 -3
- package/dist/tokens/configs/font.js +1 -2
- package/dist/tokens/configs/motion.cjs +3 -4
- package/dist/tokens/configs/motion.js +1 -2
- package/dist/tokens/configs/palette/alwaysPalette.cjs +3 -4
- package/dist/tokens/configs/palette/alwaysPalette.js +1 -2
- package/dist/tokens/configs/palette/index.cjs +3 -4
- package/dist/tokens/configs/palette/index.js +1 -2
- package/dist/tokens/configs/scaleMode.cjs +5 -7
- package/dist/tokens/configs/scaleMode.d.cts +1 -3
- package/dist/tokens/configs/scaleMode.d.ts +1 -3
- package/dist/tokens/configs/scaleMode.js +1 -3
- package/dist/tokens/configs/shadow.cjs +2 -4
- package/dist/tokens/configs/shadow.d.cts +1 -3
- package/dist/tokens/configs/shadow.d.ts +1 -3
- package/dist/tokens/configs/shadow.js +1 -2
- package/dist/tokens/configs/sizes.cjs +3 -5
- package/dist/tokens/configs/sizes.d.cts +1 -3
- package/dist/tokens/configs/sizes.d.ts +1 -3
- package/dist/tokens/configs/sizes.js +1 -3
- package/dist/tokens/configs/typography.cjs +2 -4
- package/dist/tokens/configs/typography.d.cts +1 -3
- package/dist/tokens/configs/typography.d.ts +1 -3
- package/dist/tokens/configs/typography.js +1 -2
- package/dist/tokens/consts/cssTokens.cjs +3 -4
- package/dist/tokens/consts/cssTokens.js +1 -2
- package/dist/tokens/consts/defaultModes.cjs +3 -4
- package/dist/tokens/consts/defaultModes.js +1 -2
- package/dist/tokens/consts/fontDeclarationsMap.cjs +3 -4
- package/dist/tokens/consts/fontDeclarationsMap.js +1 -2
- package/dist/tokens/index.cjs +28 -29
- package/dist/tokens/index.d.cts +2 -6
- package/dist/tokens/index.d.ts +2 -6
- package/dist/tokens/index.js +1 -2
- package/dist/tokens/parseButtonVariants.cjs +2 -4
- package/dist/tokens/parseButtonVariants.d.cts +1 -3
- package/dist/tokens/parseButtonVariants.d.ts +1 -3
- package/dist/tokens/parseButtonVariants.js +1 -2
- package/dist/tokens/parseTokens.cjs +3 -4
- package/dist/tokens/parseTokens.d.cts +0 -1
- package/dist/tokens/parseTokens.d.ts +0 -1
- package/dist/tokens/parseTokens.js +1 -2
- package/dist/tokens/types.d.cts +7 -7
- package/dist/tokens/types.d.ts +7 -7
- package/dist/tokens/utils/entries.cjs +2 -4
- package/dist/tokens/utils/entries.js +1 -2
- package/dist/tokens/utils/fromEntries.cjs +2 -4
- package/dist/tokens/utils/fromEntries.js +1 -2
- package/dist/tokens/utils/getFontUrls.cjs +4 -6
- package/dist/tokens/utils/getFontUrls.d.cts +0 -3
- package/dist/tokens/utils/getFontUrls.d.ts +0 -3
- package/dist/tokens/utils/getFontUrls.js +1 -3
- package/dist/tokens/utils/mapValues.cjs +2 -4
- package/dist/tokens/utils/mapValues.js +1 -2
- package/dist/tokens/utils/spectrum.cjs +2 -4
- package/dist/tokens/utils/spectrum.d.cts +1 -3
- package/dist/tokens/utils/spectrum.d.ts +1 -3
- package/dist/tokens/utils/spectrum.js +1 -2
- package/dist/types/{src → dist}/index.d.cts +23 -35
- package/dist/types/{src → dist}/index.d.ts +23 -35
- package/dist/uds/generated/componentData.cjs +1624 -1646
- package/dist/uds/generated/componentData.js +1258 -1273
- package/dist/uds/generated/tailwindPurge.cjs +105 -131
- package/dist/uds/generated/tailwindPurge.js +105 -130
- package/dist/uds/package.cjs +7 -9
- package/dist/uds/package.js +2 -3
- package/dist/utils/assertUnreachable.cjs +2 -4
- package/dist/utils/assertUnreachable.js +1 -2
- package/dist/utils/composeRefs.cjs +2 -4
- package/dist/utils/composeRefs.js +1 -2
- package/dist/utils/createSlot.cjs +4 -6
- package/dist/utils/createSlot.js +1 -3
- package/dist/utils/entries.cjs +2 -4
- package/dist/utils/entries.js +1 -2
- package/dist/utils/falsyToString.cjs +2 -4
- package/dist/utils/falsyToString.js +1 -2
- package/dist/utils/fromEntries.cjs +2 -4
- package/dist/utils/fromEntries.js +1 -2
- package/dist/utils/getUnscaledAnchorRect.cjs +2 -4
- package/dist/utils/getUnscaledAnchorRect.js +1 -2
- package/dist/utils/intersperse.cjs +4 -6
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/dist/utils/intersperse.js +1 -3
- package/dist/utils/isElevationAlias.cjs +3 -5
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/dist/utils/isElevationAlias.js +1 -3
- package/dist/utils/mapValues.cjs +2 -4
- package/dist/utils/mapValues.js +1 -2
- package/dist/utils/mergeSlotProps.cjs +3 -5
- package/dist/utils/mergeSlotProps.js +1 -3
- package/dist/utils/parseShadow.cjs +2 -4
- package/dist/utils/parseShadow.js +1 -2
- package/dist/utils/svgFloatingContentUtils.cjs +4 -8
- package/dist/utils/svgFloatingContentUtils.js +3 -6
- package/generated/componentData.json +1528 -1536
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +2 -2
- package/dist/components/Avatar/AvatarImage.types.cjs +0 -1
- package/dist/components/Avatar/AvatarImage.types.d.cts +0 -19
- package/dist/components/Avatar/AvatarImage.types.d.ts +0 -19
- package/dist/components/Avatar/AvatarImage.types.js +0 -1
- package/dist/components/Avatar/AvatarImageNoFallback.cjs +0 -53
- package/dist/components/Avatar/AvatarImageNoFallback.d.cts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.d.ts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.js +0 -51
- package/dist/components/Avatar/index.cjs +0 -11
- package/dist/components/Avatar/index.d.cts +0 -6
- package/dist/components/Avatar/index.d.ts +0 -6
- package/dist/components/Avatar/index.js +0 -7
|
@@ -64,7 +64,7 @@ var Icon = {
|
|
|
64
64
|
},
|
|
65
65
|
"getStylesLiterals": { "flex": "none" },
|
|
66
66
|
"cxLiterals": ["[&_path]:fill-current"],
|
|
67
|
-
"internalComponents": [],
|
|
67
|
+
"internalComponents": ["SVGIcon"],
|
|
68
68
|
"internalComponentProps": {},
|
|
69
69
|
"propToVariantKeys": {},
|
|
70
70
|
"runtimeConfigDefaultProps": {},
|
|
@@ -233,103 +233,6 @@ var VStack = {
|
|
|
233
233
|
"runtimeConfigInternalComponentProps": {},
|
|
234
234
|
"motionVarPrefixes": []
|
|
235
235
|
};
|
|
236
|
-
var Avatar = {
|
|
237
|
-
"name": "Avatar",
|
|
238
|
-
"defaultProps": {},
|
|
239
|
-
"getStylesLiterals": {},
|
|
240
|
-
"cxLiterals": [],
|
|
241
|
-
"internalComponents": [
|
|
242
|
-
"AvatarImage",
|
|
243
|
-
"AvatarText",
|
|
244
|
-
"AvatarIcon"
|
|
245
|
-
],
|
|
246
|
-
"internalComponentProps": {},
|
|
247
|
-
"propToVariantKeys": {},
|
|
248
|
-
"runtimeConfigDefaultProps": {},
|
|
249
|
-
"runtimeConfigGetStyles": {},
|
|
250
|
-
"runtimeConfigInternalComponentProps": {},
|
|
251
|
-
"motionVarPrefixes": []
|
|
252
|
-
};
|
|
253
|
-
var AvatarIcon = {
|
|
254
|
-
"name": "AvatarIcon",
|
|
255
|
-
"defaultProps": {
|
|
256
|
-
"size": "md",
|
|
257
|
-
"variant": "primary"
|
|
258
|
-
},
|
|
259
|
-
"getStylesLiterals": {},
|
|
260
|
-
"cxLiterals": [
|
|
261
|
-
"overflow-hidden",
|
|
262
|
-
"w-full",
|
|
263
|
-
"h-full",
|
|
264
|
-
"shrink-0",
|
|
265
|
-
"text-center",
|
|
266
|
-
"inline-flex",
|
|
267
|
-
"justify-center",
|
|
268
|
-
"items-center"
|
|
269
|
-
],
|
|
270
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
271
|
-
"internalComponentProps": {},
|
|
272
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
273
|
-
"runtimeConfigDefaultProps": {},
|
|
274
|
-
"runtimeConfigGetStyles": {},
|
|
275
|
-
"runtimeConfigInternalComponentProps": {},
|
|
276
|
-
"motionVarPrefixes": []
|
|
277
|
-
};
|
|
278
|
-
var AvatarImageNoFallback = {
|
|
279
|
-
"name": "AvatarImageNoFallback",
|
|
280
|
-
"defaultProps": {
|
|
281
|
-
"size": "md",
|
|
282
|
-
"variant": "primary"
|
|
283
|
-
},
|
|
284
|
-
"getStylesLiterals": {},
|
|
285
|
-
"cxLiterals": [
|
|
286
|
-
"overflow-hidden",
|
|
287
|
-
"w-full",
|
|
288
|
-
"h-full",
|
|
289
|
-
"shrink-0",
|
|
290
|
-
"text-center",
|
|
291
|
-
"inline-flex",
|
|
292
|
-
"justify-center",
|
|
293
|
-
"items-center",
|
|
294
|
-
"object-cover"
|
|
295
|
-
],
|
|
296
|
-
"internalComponents": ["UDSImage", "Box"],
|
|
297
|
-
"internalComponentProps": {},
|
|
298
|
-
"propToVariantKeys": {},
|
|
299
|
-
"runtimeConfigDefaultProps": {},
|
|
300
|
-
"runtimeConfigGetStyles": {},
|
|
301
|
-
"runtimeConfigInternalComponentProps": {},
|
|
302
|
-
"motionVarPrefixes": []
|
|
303
|
-
};
|
|
304
|
-
var AvatarText = {
|
|
305
|
-
"name": "AvatarText",
|
|
306
|
-
"defaultProps": {
|
|
307
|
-
"size": "md",
|
|
308
|
-
"variant": "primary"
|
|
309
|
-
},
|
|
310
|
-
"getStylesLiterals": {},
|
|
311
|
-
"cxLiterals": [
|
|
312
|
-
"overflow-hidden",
|
|
313
|
-
"truncate",
|
|
314
|
-
"w-full",
|
|
315
|
-
"h-full",
|
|
316
|
-
"shrink-0",
|
|
317
|
-
"text-center",
|
|
318
|
-
"inline-flex",
|
|
319
|
-
"justify-center",
|
|
320
|
-
"items-center"
|
|
321
|
-
],
|
|
322
|
-
"internalComponents": ["Box", "Text"],
|
|
323
|
-
"internalComponentProps": { "Text": {
|
|
324
|
-
"color": ["inherit"],
|
|
325
|
-
"variant": ["inherit"]
|
|
326
|
-
} },
|
|
327
|
-
"propToVariantKeys": {},
|
|
328
|
-
"runtimeConfigDefaultProps": {},
|
|
329
|
-
"runtimeConfigGetStyles": {},
|
|
330
|
-
"runtimeConfigInternalComponentProps": {},
|
|
331
|
-
"motionVarPrefixes": []
|
|
332
|
-
};
|
|
333
236
|
var Banner = {
|
|
334
237
|
"name": "Banner",
|
|
335
238
|
"defaultProps": {
|
|
@@ -456,63 +359,69 @@ var BannerTitle = {
|
|
|
456
359
|
"runtimeConfigInternalComponentProps": {},
|
|
457
360
|
"motionVarPrefixes": []
|
|
458
361
|
};
|
|
459
|
-
var
|
|
460
|
-
"name": "
|
|
461
|
-
"defaultProps": {
|
|
362
|
+
var Spinner = {
|
|
363
|
+
"name": "Spinner",
|
|
364
|
+
"defaultProps": {
|
|
365
|
+
"color": "primary",
|
|
366
|
+
"size": "lg"
|
|
367
|
+
},
|
|
462
368
|
"getStylesLiterals": {},
|
|
463
|
-
"cxLiterals": [
|
|
464
|
-
|
|
465
|
-
|
|
369
|
+
"cxLiterals": [
|
|
370
|
+
"self-center",
|
|
371
|
+
"relative",
|
|
372
|
+
"sr-only"
|
|
373
|
+
],
|
|
374
|
+
"internalComponents": ["Icon"],
|
|
375
|
+
"internalComponentProps": { "Icon": {
|
|
376
|
+
"role": ["img"],
|
|
377
|
+
"className": ["animate-spin"],
|
|
378
|
+
"aria-hidden": ["true"]
|
|
379
|
+
} },
|
|
466
380
|
"propToVariantKeys": {},
|
|
467
381
|
"runtimeConfigDefaultProps": {},
|
|
468
382
|
"runtimeConfigGetStyles": {},
|
|
469
383
|
"runtimeConfigInternalComponentProps": {},
|
|
470
384
|
"motionVarPrefixes": []
|
|
471
385
|
};
|
|
472
|
-
var
|
|
473
|
-
"name": "
|
|
474
|
-
"defaultProps": {
|
|
386
|
+
var Table_mocks = {
|
|
387
|
+
"name": "Table.mocks",
|
|
388
|
+
"defaultProps": {},
|
|
475
389
|
"getStylesLiterals": {},
|
|
476
390
|
"cxLiterals": [],
|
|
477
|
-
"internalComponents": [
|
|
478
|
-
|
|
479
|
-
"Line",
|
|
480
|
-
"InternalComponent",
|
|
481
|
-
"Text"
|
|
482
|
-
],
|
|
483
|
-
"internalComponentProps": {
|
|
484
|
-
"Box": {
|
|
485
|
-
"flex": ["1", "none"],
|
|
486
|
-
"display": ["flex"]
|
|
487
|
-
},
|
|
488
|
-
"InternalComponent": {
|
|
489
|
-
"flex": ["1"],
|
|
490
|
-
"alignItems": ["center"]
|
|
491
|
-
},
|
|
492
|
-
"Text": {
|
|
493
|
-
"as": ["span"],
|
|
494
|
-
"color": ["inherit"],
|
|
495
|
-
"variant": ["inherit"]
|
|
496
|
-
}
|
|
497
|
-
},
|
|
391
|
+
"internalComponents": [],
|
|
392
|
+
"internalComponentProps": {},
|
|
498
393
|
"propToVariantKeys": {},
|
|
499
394
|
"runtimeConfigDefaultProps": {},
|
|
500
395
|
"runtimeConfigGetStyles": {},
|
|
501
396
|
"runtimeConfigInternalComponentProps": {},
|
|
502
397
|
"motionVarPrefixes": []
|
|
503
398
|
};
|
|
504
|
-
var
|
|
505
|
-
"name": "
|
|
506
|
-
"defaultProps": {
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
|
|
399
|
+
var Table = {
|
|
400
|
+
"name": "Table",
|
|
401
|
+
"defaultProps": {
|
|
402
|
+
"display": "table-cell",
|
|
403
|
+
"overflow": "hidden",
|
|
404
|
+
"borderColor": "muted",
|
|
405
|
+
"borderRadius": "md",
|
|
406
|
+
"spacing": "3",
|
|
407
|
+
"borderBottomColor": "muted",
|
|
408
|
+
"borderBottomWidth": "thin",
|
|
409
|
+
"color": "primary"
|
|
410
|
+
},
|
|
411
|
+
"getStylesLiterals": { "textAlign": "start" },
|
|
412
|
+
"cxLiterals": [],
|
|
413
|
+
"internalComponents": [
|
|
414
|
+
"CellComponent",
|
|
415
|
+
"Box",
|
|
416
|
+
"Text",
|
|
417
|
+
"Table.Root",
|
|
418
|
+
"Table.Header",
|
|
419
|
+
"Table.Row",
|
|
420
|
+
"Table.Cell",
|
|
421
|
+
"Table.Body"
|
|
422
|
+
],
|
|
423
|
+
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
424
|
+
"propToVariantKeys": {},
|
|
516
425
|
"runtimeConfigDefaultProps": {},
|
|
517
426
|
"runtimeConfigGetStyles": {},
|
|
518
427
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -855,36 +764,12 @@ var Switch = {
|
|
|
855
764
|
"runtimeConfigInternalComponentProps": {},
|
|
856
765
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
857
766
|
};
|
|
858
|
-
var
|
|
859
|
-
"name": "
|
|
860
|
-
"defaultProps": {
|
|
861
|
-
"color": "primary",
|
|
862
|
-
"size": "lg"
|
|
863
|
-
},
|
|
864
|
-
"getStylesLiterals": {},
|
|
865
|
-
"cxLiterals": [
|
|
866
|
-
"self-center",
|
|
867
|
-
"relative",
|
|
868
|
-
"sr-only"
|
|
869
|
-
],
|
|
870
|
-
"internalComponents": ["Icon"],
|
|
871
|
-
"internalComponentProps": { "Icon": {
|
|
872
|
-
"role": ["img"],
|
|
873
|
-
"className": ["animate-spin"],
|
|
874
|
-
"aria-hidden": ["true"]
|
|
875
|
-
} },
|
|
876
|
-
"propToVariantKeys": {},
|
|
877
|
-
"runtimeConfigDefaultProps": {},
|
|
878
|
-
"runtimeConfigGetStyles": {},
|
|
879
|
-
"runtimeConfigInternalComponentProps": {},
|
|
880
|
-
"motionVarPrefixes": []
|
|
881
|
-
};
|
|
882
|
-
var Table_mocks = {
|
|
883
|
-
"name": "Table.mocks",
|
|
767
|
+
var Divider = {
|
|
768
|
+
"name": "Divider",
|
|
884
769
|
"defaultProps": {},
|
|
885
770
|
"getStylesLiterals": {},
|
|
886
771
|
"cxLiterals": [],
|
|
887
|
-
"internalComponents": [],
|
|
772
|
+
"internalComponents": ["DividerInternal"],
|
|
888
773
|
"internalComponentProps": {},
|
|
889
774
|
"propToVariantKeys": {},
|
|
890
775
|
"runtimeConfigDefaultProps": {},
|
|
@@ -892,47 +777,785 @@ var Table_mocks = {
|
|
|
892
777
|
"runtimeConfigInternalComponentProps": {},
|
|
893
778
|
"motionVarPrefixes": []
|
|
894
779
|
};
|
|
895
|
-
var
|
|
896
|
-
"name": "
|
|
897
|
-
"defaultProps": {
|
|
898
|
-
|
|
899
|
-
"overflow": "hidden",
|
|
900
|
-
"borderColor": "muted",
|
|
901
|
-
"borderRadius": "md",
|
|
902
|
-
"spacing": "3",
|
|
903
|
-
"borderBottomColor": "muted",
|
|
904
|
-
"borderBottomWidth": "thin",
|
|
905
|
-
"color": "primary"
|
|
906
|
-
},
|
|
907
|
-
"getStylesLiterals": { "textAlign": "start" },
|
|
780
|
+
var DividerCore = {
|
|
781
|
+
"name": "DividerCore",
|
|
782
|
+
"defaultProps": { "contentPosition": "center" },
|
|
783
|
+
"getStylesLiterals": {},
|
|
908
784
|
"cxLiterals": [],
|
|
909
785
|
"internalComponents": [
|
|
910
|
-
"CellComponent",
|
|
911
786
|
"Box",
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"Table.Row",
|
|
916
|
-
"Table.Cell",
|
|
917
|
-
"Table.Body"
|
|
787
|
+
"Line",
|
|
788
|
+
"InternalComponent",
|
|
789
|
+
"Text"
|
|
918
790
|
],
|
|
919
|
-
"internalComponentProps": {
|
|
791
|
+
"internalComponentProps": {
|
|
792
|
+
"Box": {
|
|
793
|
+
"flex": ["1", "none"],
|
|
794
|
+
"display": ["flex"]
|
|
795
|
+
},
|
|
796
|
+
"InternalComponent": {
|
|
797
|
+
"flex": ["1"],
|
|
798
|
+
"alignItems": ["center"]
|
|
799
|
+
},
|
|
800
|
+
"Text": {
|
|
801
|
+
"as": ["span"],
|
|
802
|
+
"color": ["inherit"],
|
|
803
|
+
"variant": ["inherit"]
|
|
804
|
+
}
|
|
805
|
+
},
|
|
920
806
|
"propToVariantKeys": {},
|
|
921
807
|
"runtimeConfigDefaultProps": {},
|
|
922
808
|
"runtimeConfigGetStyles": {},
|
|
923
809
|
"runtimeConfigInternalComponentProps": {},
|
|
924
810
|
"motionVarPrefixes": []
|
|
925
811
|
};
|
|
926
|
-
var
|
|
927
|
-
"name": "
|
|
812
|
+
var DividerInternal = {
|
|
813
|
+
"name": "DividerInternal",
|
|
814
|
+
"defaultProps": { "variant": "primary" },
|
|
815
|
+
"getStylesLiterals": {},
|
|
816
|
+
"cxLiterals": ["inherit"],
|
|
817
|
+
"internalComponents": ["DividerCore"],
|
|
818
|
+
"internalComponentProps": {},
|
|
819
|
+
"propToVariantKeys": { "variant": [
|
|
820
|
+
"dividerVariantRoot",
|
|
821
|
+
"dividerVariantLabel",
|
|
822
|
+
"dividerVariantLine"
|
|
823
|
+
] },
|
|
824
|
+
"runtimeConfigDefaultProps": {},
|
|
825
|
+
"runtimeConfigGetStyles": {},
|
|
826
|
+
"runtimeConfigInternalComponentProps": {},
|
|
827
|
+
"motionVarPrefixes": []
|
|
828
|
+
};
|
|
829
|
+
var Accordion = {
|
|
830
|
+
"name": "Accordion",
|
|
831
|
+
"defaultProps": {
|
|
832
|
+
"spacingHorizontal": "4",
|
|
833
|
+
"spacingVertical": "4"
|
|
834
|
+
},
|
|
835
|
+
"getStylesLiterals": {},
|
|
836
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
837
|
+
"internalComponents": [
|
|
838
|
+
"Icon",
|
|
839
|
+
"SpringMotionConfig",
|
|
840
|
+
"Pressable",
|
|
841
|
+
"Text",
|
|
842
|
+
"HStack",
|
|
843
|
+
"AnimatePresence",
|
|
844
|
+
"VStack"
|
|
845
|
+
],
|
|
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
|
+
},
|
|
874
|
+
"propToVariantKeys": {},
|
|
875
|
+
"runtimeConfigDefaultProps": {},
|
|
876
|
+
"runtimeConfigGetStyles": {},
|
|
877
|
+
"runtimeConfigInternalComponentProps": {},
|
|
878
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
879
|
+
};
|
|
880
|
+
var AvoidMotionLibraryProvider = {
|
|
881
|
+
"name": "AvoidMotionLibraryProvider",
|
|
882
|
+
"defaultProps": {},
|
|
883
|
+
"getStylesLiterals": {},
|
|
884
|
+
"cxLiterals": [],
|
|
885
|
+
"internalComponents": [],
|
|
886
|
+
"internalComponentProps": {},
|
|
887
|
+
"propToVariantKeys": {},
|
|
888
|
+
"runtimeConfigDefaultProps": {},
|
|
889
|
+
"runtimeConfigGetStyles": {},
|
|
890
|
+
"runtimeConfigInternalComponentProps": {},
|
|
891
|
+
"motionVarPrefixes": []
|
|
892
|
+
};
|
|
893
|
+
var Modal = {
|
|
894
|
+
"name": "Modal",
|
|
895
|
+
"defaultProps": {},
|
|
896
|
+
"getStylesLiterals": {},
|
|
897
|
+
"cxLiterals": [
|
|
898
|
+
"inset-8",
|
|
899
|
+
"top-[250px]",
|
|
900
|
+
"z-50",
|
|
901
|
+
"mx-auto",
|
|
902
|
+
"h-fit",
|
|
903
|
+
"w-[600px]",
|
|
904
|
+
"origin-center",
|
|
905
|
+
"scale-95",
|
|
906
|
+
"opacity-0",
|
|
907
|
+
"transition",
|
|
908
|
+
"duration-150",
|
|
909
|
+
"data-[enter]:scale-100",
|
|
910
|
+
"data-[enter]:opacity-100",
|
|
911
|
+
"data-[enter]:bg-primary",
|
|
912
|
+
"backdrop-blur-0",
|
|
913
|
+
"data-[enter]:opacity-60",
|
|
914
|
+
"data-[enter]:backdrop-blur-sm"
|
|
915
|
+
],
|
|
916
|
+
"internalComponents": [
|
|
917
|
+
"IconButton",
|
|
918
|
+
"Dialog",
|
|
919
|
+
"HStack",
|
|
920
|
+
"Text",
|
|
921
|
+
"VStack"
|
|
922
|
+
],
|
|
923
|
+
"internalComponentProps": {
|
|
924
|
+
"IconButton": {
|
|
925
|
+
"aria-label": ["Close"],
|
|
926
|
+
"size": ["sm"],
|
|
927
|
+
"variant": ["tertiary"]
|
|
928
|
+
},
|
|
929
|
+
"HStack": {
|
|
930
|
+
"alignItems": ["center"],
|
|
931
|
+
"justifyContent": ["space-between"]
|
|
932
|
+
},
|
|
933
|
+
"Text": {
|
|
934
|
+
"variant": ["headline1"],
|
|
935
|
+
"color": ["primary"]
|
|
936
|
+
},
|
|
937
|
+
"VStack": {
|
|
938
|
+
"borderRadius": ["md"],
|
|
939
|
+
"position": ["fixed"],
|
|
940
|
+
"backgroundColor": ["primary"],
|
|
941
|
+
"dropShadow": ["md"],
|
|
942
|
+
"spacing": ["8"],
|
|
943
|
+
"overflow": ["hidden"]
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
947
|
+
"runtimeConfigDefaultProps": {},
|
|
948
|
+
"runtimeConfigGetStyles": {},
|
|
949
|
+
"runtimeConfigInternalComponentProps": {},
|
|
950
|
+
"motionVarPrefixes": []
|
|
951
|
+
};
|
|
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
|
+
},
|
|
1007
|
+
"runtimeConfigDefaultProps": {},
|
|
1008
|
+
"runtimeConfigGetStyles": {},
|
|
1009
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1010
|
+
"motionVarPrefixes": []
|
|
1011
|
+
};
|
|
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 Radio = {
|
|
1110
|
+
"name": "Radio",
|
|
1111
|
+
"defaultProps": {
|
|
1112
|
+
"labelPosition": "start",
|
|
1113
|
+
"variant": "primary",
|
|
1114
|
+
"size": "md",
|
|
1115
|
+
"value": ""
|
|
1116
|
+
},
|
|
1117
|
+
"getStylesLiterals": {
|
|
1118
|
+
"radioVariantValueRoot": "checked",
|
|
1119
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
1120
|
+
"display": "flex",
|
|
1121
|
+
"flexDirection": "row",
|
|
1122
|
+
"flexDirection:1": "row-reverse",
|
|
1123
|
+
"alignItems": "center",
|
|
1124
|
+
"radioVariantValueRadio": "checked",
|
|
1125
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
1126
|
+
"radioVariantValueRadioCircle": "checked",
|
|
1127
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1128
|
+
},
|
|
1129
|
+
"cxLiterals": [
|
|
1130
|
+
"cursor-pointer",
|
|
1131
|
+
"cursor-default",
|
|
1132
|
+
"opacity-50",
|
|
1133
|
+
"border",
|
|
1134
|
+
"uds-ring",
|
|
1135
|
+
"uds-ring-within",
|
|
1136
|
+
"transition-[background-color,border-color]",
|
|
1137
|
+
"transition-shadow",
|
|
1138
|
+
"pointer-events-none",
|
|
1139
|
+
"w-[8px]",
|
|
1140
|
+
"h-[8px]",
|
|
1141
|
+
"transition-opacity",
|
|
1142
|
+
"cursor-[inherit]",
|
|
1143
|
+
"absolute",
|
|
1144
|
+
"opacity-0",
|
|
1145
|
+
"top-1/2",
|
|
1146
|
+
"left-1/2",
|
|
1147
|
+
"w-[calc(100%+2px)]",
|
|
1148
|
+
"h-[calc(100%+2px)]",
|
|
1149
|
+
"transform",
|
|
1150
|
+
"translate-x-[-50%]",
|
|
1151
|
+
"translate-y-[-50%]",
|
|
1152
|
+
"text-start",
|
|
1153
|
+
"text-end"
|
|
1154
|
+
],
|
|
1155
|
+
"internalComponents": [
|
|
1156
|
+
"Box",
|
|
1157
|
+
"FormLabel",
|
|
1158
|
+
"SpringMotionConfig",
|
|
1159
|
+
"RootElement",
|
|
1160
|
+
"MotionBox"
|
|
1161
|
+
],
|
|
1162
|
+
"internalComponentProps": {
|
|
1163
|
+
"Box": { "borderRadius": ["full"] },
|
|
1164
|
+
"FormLabel": {
|
|
1165
|
+
"as": ["div"],
|
|
1166
|
+
"variant": ["inherit"],
|
|
1167
|
+
"color": ["inherit"]
|
|
1168
|
+
},
|
|
1169
|
+
"RootElement": { "data-testid": ["container"] },
|
|
1170
|
+
"MotionBox": {
|
|
1171
|
+
"position": ["relative"],
|
|
1172
|
+
"borderRadius": ["full"],
|
|
1173
|
+
"alignItems": ["center"],
|
|
1174
|
+
"justifyContent": ["center"],
|
|
1175
|
+
"flex": ["none"]
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"propToVariantKeys": {
|
|
1179
|
+
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1180
|
+
"variant": [
|
|
1181
|
+
"radioVariantRoot",
|
|
1182
|
+
"radioVariantRadio",
|
|
1183
|
+
"radioVariantRadioCircle"
|
|
1184
|
+
],
|
|
1185
|
+
"reduceMotion": ["reducedMotion"]
|
|
1186
|
+
},
|
|
1187
|
+
"runtimeConfigDefaultProps": {},
|
|
1188
|
+
"runtimeConfigGetStyles": {},
|
|
1189
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1190
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1191
|
+
};
|
|
1192
|
+
var RadioGroupProvider = {
|
|
1193
|
+
"name": "RadioGroupProvider",
|
|
1194
|
+
"defaultProps": {},
|
|
1195
|
+
"getStylesLiterals": {},
|
|
1196
|
+
"cxLiterals": [],
|
|
1197
|
+
"internalComponents": [
|
|
1198
|
+
"DivProps",
|
|
1199
|
+
"Comp",
|
|
1200
|
+
"RadioGroupContext.Provider"
|
|
1201
|
+
],
|
|
1202
|
+
"internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
|
|
1203
|
+
"propToVariantKeys": {},
|
|
1204
|
+
"runtimeConfigDefaultProps": {},
|
|
1205
|
+
"runtimeConfigGetStyles": {},
|
|
1206
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1207
|
+
"motionVarPrefixes": []
|
|
1208
|
+
};
|
|
1209
|
+
var RadioGroupStore = {
|
|
1210
|
+
"name": "RadioGroupStore",
|
|
1211
|
+
"defaultProps": {},
|
|
1212
|
+
"getStylesLiterals": {},
|
|
1213
|
+
"cxLiterals": [],
|
|
1214
|
+
"internalComponents": [],
|
|
1215
|
+
"internalComponentProps": {},
|
|
1216
|
+
"propToVariantKeys": {},
|
|
1217
|
+
"runtimeConfigDefaultProps": {},
|
|
1218
|
+
"runtimeConfigGetStyles": {},
|
|
1219
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1220
|
+
"motionVarPrefixes": []
|
|
1221
|
+
};
|
|
1222
|
+
var Popover = {
|
|
1223
|
+
"name": "Popover",
|
|
1224
|
+
"defaultProps": {},
|
|
1225
|
+
"getStylesLiterals": {},
|
|
1226
|
+
"cxLiterals": [],
|
|
1227
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1228
|
+
"internalComponentProps": {},
|
|
1229
|
+
"propToVariantKeys": {},
|
|
1230
|
+
"runtimeConfigDefaultProps": {
|
|
1231
|
+
"size": "popover.defaultSize",
|
|
1232
|
+
"variant": "popover.defaultVariant"
|
|
1233
|
+
},
|
|
1234
|
+
"runtimeConfigGetStyles": {},
|
|
1235
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1236
|
+
"motionVarPrefixes": []
|
|
1237
|
+
};
|
|
1238
|
+
var PopoverContent = {
|
|
1239
|
+
"name": "PopoverContent",
|
|
1240
|
+
"defaultProps": {},
|
|
1241
|
+
"getStylesLiterals": {
|
|
1242
|
+
"popoverSizeRoot": "default",
|
|
1243
|
+
"popoverVariantRoot": "default",
|
|
1244
|
+
"display": "flex",
|
|
1245
|
+
"position": "relative",
|
|
1246
|
+
"display:1": "block",
|
|
1247
|
+
"spacingTop": "0",
|
|
1248
|
+
"spacingStart": "0",
|
|
1249
|
+
"spacingBottom": "0",
|
|
1250
|
+
"spacingEnd": "0",
|
|
1251
|
+
"popoverSizeSvgBase": "default",
|
|
1252
|
+
"popoverVariantSvgBase": "default",
|
|
1253
|
+
"popoverSizeSvgBorder": "default",
|
|
1254
|
+
"popoverVariantSvgBorder": "default",
|
|
1255
|
+
"popoverVariantBlur": "default",
|
|
1256
|
+
"position:1": "absolute",
|
|
1257
|
+
"width": "full",
|
|
1258
|
+
"height": "full",
|
|
1259
|
+
"flexShrink": "0",
|
|
1260
|
+
"borderRadius": "full",
|
|
1261
|
+
"alignItems": "center",
|
|
1262
|
+
"justifyContent": "center",
|
|
1263
|
+
"popoverVariantCloseIcon": "default",
|
|
1264
|
+
"popoverSizeCloseIcon": "default"
|
|
1265
|
+
},
|
|
1266
|
+
"cxLiterals": [
|
|
1267
|
+
"z-[9999]",
|
|
1268
|
+
"outline-none",
|
|
1269
|
+
"focus-visible:outline-none",
|
|
1270
|
+
"uds-bgBlurFillFallback",
|
|
1271
|
+
"uds-bgBlurFallback",
|
|
1272
|
+
"top-0",
|
|
1273
|
+
"left-0",
|
|
1274
|
+
"z-[1]",
|
|
1275
|
+
"duration-0",
|
|
1276
|
+
"duration-120",
|
|
1277
|
+
"transition-[background-color]",
|
|
1278
|
+
"bg-carbon-15/0",
|
|
1279
|
+
"hover:bg-carbon-15/10",
|
|
1280
|
+
"active:bg-carbon-15/15",
|
|
1281
|
+
"uds-ring",
|
|
1282
|
+
"absolute",
|
|
1283
|
+
"z-[4]"
|
|
1284
|
+
],
|
|
1285
|
+
"internalComponents": [
|
|
1286
|
+
"PopoverDismiss",
|
|
1287
|
+
"IconSlot",
|
|
1288
|
+
"PopoverArrow",
|
|
1289
|
+
"Popover",
|
|
1290
|
+
"SvgFloatingOverlay",
|
|
1291
|
+
"Box",
|
|
1292
|
+
"Pressable"
|
|
1293
|
+
],
|
|
1294
|
+
"internalComponentProps": {},
|
|
1295
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1296
|
+
"runtimeConfigDefaultProps": {
|
|
1297
|
+
"size": "popover.defaultSize",
|
|
1298
|
+
"variant": "popover.defaultVariant"
|
|
1299
|
+
},
|
|
1300
|
+
"runtimeConfigGetStyles": {
|
|
1301
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1302
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1303
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1304
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1305
|
+
},
|
|
1306
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1307
|
+
"motionVarPrefixes": []
|
|
1308
|
+
};
|
|
1309
|
+
var PopoverContext = {
|
|
1310
|
+
"name": "PopoverContext",
|
|
1311
|
+
"defaultProps": {},
|
|
1312
|
+
"getStylesLiterals": {},
|
|
1313
|
+
"cxLiterals": [],
|
|
1314
|
+
"internalComponents": [],
|
|
1315
|
+
"internalComponentProps": {},
|
|
1316
|
+
"propToVariantKeys": {},
|
|
1317
|
+
"runtimeConfigDefaultProps": {},
|
|
1318
|
+
"runtimeConfigGetStyles": {},
|
|
1319
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1320
|
+
"motionVarPrefixes": []
|
|
1321
|
+
};
|
|
1322
|
+
var PopoverTrigger = {
|
|
1323
|
+
"name": "PopoverTrigger",
|
|
1324
|
+
"defaultProps": {},
|
|
1325
|
+
"getStylesLiterals": {},
|
|
1326
|
+
"cxLiterals": [],
|
|
1327
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1328
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1329
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1330
|
+
"runtimeConfigDefaultProps": {},
|
|
1331
|
+
"runtimeConfigGetStyles": {},
|
|
1332
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1333
|
+
"motionVarPrefixes": []
|
|
1334
|
+
};
|
|
1335
|
+
var UDSPopoverConfigProvider = {
|
|
1336
|
+
"name": "UDSPopoverConfigProvider",
|
|
1337
|
+
"defaultProps": {},
|
|
1338
|
+
"getStylesLiterals": {},
|
|
1339
|
+
"cxLiterals": [],
|
|
1340
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1341
|
+
"internalComponentProps": {},
|
|
1342
|
+
"propToVariantKeys": {},
|
|
1343
|
+
"runtimeConfigDefaultProps": {},
|
|
1344
|
+
"runtimeConfigGetStyles": {},
|
|
1345
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1346
|
+
"motionVarPrefixes": []
|
|
1347
|
+
};
|
|
1348
|
+
var Menu_Content = {
|
|
1349
|
+
"name": "Menu.Content",
|
|
1350
|
+
"defaultProps": {
|
|
1351
|
+
"size": "default",
|
|
1352
|
+
"variant": "default",
|
|
1353
|
+
"gutter": "1"
|
|
1354
|
+
},
|
|
1355
|
+
"getStylesLiterals": {},
|
|
1356
|
+
"cxLiterals": [
|
|
1357
|
+
"uds-menu-content",
|
|
1358
|
+
"transition-shadow",
|
|
1359
|
+
"duration-200",
|
|
1360
|
+
"ease-in-out",
|
|
1361
|
+
"min-w-60",
|
|
1362
|
+
"max-w-lg",
|
|
1363
|
+
"max-h-96",
|
|
1364
|
+
"overflow-auto",
|
|
1365
|
+
"uds-ring",
|
|
1366
|
+
"z-10",
|
|
1367
|
+
"group"
|
|
1368
|
+
],
|
|
1369
|
+
"internalComponents": [
|
|
1370
|
+
"AriakitMenu",
|
|
1371
|
+
"AnimatePresence",
|
|
1372
|
+
"MotionVStack"
|
|
1373
|
+
],
|
|
1374
|
+
"internalComponentProps": {},
|
|
1375
|
+
"propToVariantKeys": {
|
|
1376
|
+
"size": ["menucontentSizeRoot"],
|
|
1377
|
+
"variant": ["menucontentVariantRoot"]
|
|
1378
|
+
},
|
|
1379
|
+
"runtimeConfigDefaultProps": {},
|
|
1380
|
+
"runtimeConfigGetStyles": {},
|
|
1381
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1382
|
+
"motionVarPrefixes": []
|
|
1383
|
+
};
|
|
1384
|
+
var Menu_Divider = {
|
|
1385
|
+
"name": "Menu.Divider",
|
|
1386
|
+
"defaultProps": {
|
|
1387
|
+
"role": "separator",
|
|
1388
|
+
"contentPosition": "start",
|
|
1389
|
+
"gap": "4"
|
|
1390
|
+
},
|
|
1391
|
+
"getStylesLiterals": {
|
|
1392
|
+
"menuitemDividerVariantRoot": "default",
|
|
1393
|
+
"menuitemDividerVariantText": "default",
|
|
1394
|
+
"menuitemDividerVariantLine": "default"
|
|
1395
|
+
},
|
|
1396
|
+
"cxLiterals": [],
|
|
1397
|
+
"internalComponents": ["DividerInternal"],
|
|
1398
|
+
"internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
|
|
1399
|
+
"propToVariantKeys": {},
|
|
1400
|
+
"runtimeConfigDefaultProps": {},
|
|
1401
|
+
"runtimeConfigGetStyles": {},
|
|
1402
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1403
|
+
"motionVarPrefixes": []
|
|
1404
|
+
};
|
|
1405
|
+
var Menu_Item = {
|
|
1406
|
+
"name": "Menu.Item",
|
|
1407
|
+
"defaultProps": {},
|
|
1408
|
+
"getStylesLiterals": {
|
|
1409
|
+
"menuitemItemVariantRoot": "default",
|
|
1410
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
1411
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
1412
|
+
"menuitemItemVariantText": "default",
|
|
1413
|
+
"menuitemItemVariantActiveText": "on",
|
|
1414
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
1415
|
+
"menuitemItemVariantIcon": "default",
|
|
1416
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
1417
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1418
|
+
},
|
|
1419
|
+
"cxLiterals": [],
|
|
1420
|
+
"internalComponents": ["MenuItemBase"],
|
|
1421
|
+
"internalComponentProps": {},
|
|
1422
|
+
"propToVariantKeys": {},
|
|
1423
|
+
"runtimeConfigDefaultProps": {},
|
|
1424
|
+
"runtimeConfigGetStyles": {},
|
|
1425
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1426
|
+
"motionVarPrefixes": []
|
|
1427
|
+
};
|
|
1428
|
+
var Menu_ItemBase = {
|
|
1429
|
+
"name": "Menu.ItemBase",
|
|
1430
|
+
"defaultProps": {
|
|
1431
|
+
"spacing": "0",
|
|
1432
|
+
"spacingHorizontal": "4",
|
|
1433
|
+
"spacingVertical": "3.5",
|
|
1434
|
+
"columnGap": "2",
|
|
1435
|
+
"alignItems": "center",
|
|
1436
|
+
"justifyContent": "space-between"
|
|
1437
|
+
},
|
|
1438
|
+
"getStylesLiterals": {
|
|
1439
|
+
"textAlign": "start",
|
|
1440
|
+
"menuitemSizeRoot": "default",
|
|
1441
|
+
"flexDirection": "row",
|
|
1442
|
+
"menuitemSizeStartIcon": "default",
|
|
1443
|
+
"menuitemSizeEndIcon": "default"
|
|
1444
|
+
},
|
|
1445
|
+
"cxLiterals": [
|
|
1446
|
+
"flex",
|
|
1447
|
+
"focus-visible:text-brand",
|
|
1448
|
+
"focus-visible:bg-brand-secondary",
|
|
1449
|
+
"focus-visible:z-10",
|
|
1450
|
+
"uds-ring",
|
|
1451
|
+
"!-outline-offset-2",
|
|
1452
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
1453
|
+
"opacity-25",
|
|
1454
|
+
"cursor-not-allowed",
|
|
1455
|
+
"duration-20",
|
|
1456
|
+
"transition-[font-variation-settings]",
|
|
1457
|
+
"ease-in-out",
|
|
1458
|
+
"z-0",
|
|
1459
|
+
"uds-start-icon",
|
|
1460
|
+
"uds-end-icon"
|
|
1461
|
+
],
|
|
1462
|
+
"internalComponents": [
|
|
1463
|
+
"Pressable",
|
|
1464
|
+
"IconSlot",
|
|
1465
|
+
"RootComponent",
|
|
1466
|
+
"HStack",
|
|
1467
|
+
"AnimatePresence"
|
|
1468
|
+
],
|
|
1469
|
+
"internalComponentProps": {
|
|
1470
|
+
"HStack": {
|
|
1471
|
+
"alignItems": ["center"],
|
|
1472
|
+
"width": ["full"]
|
|
1473
|
+
},
|
|
1474
|
+
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1475
|
+
},
|
|
1476
|
+
"propToVariantKeys": {
|
|
1477
|
+
"startIconClassName": ["className"],
|
|
1478
|
+
"endIconClassName": ["className"],
|
|
1479
|
+
"startIcon": ["icon"],
|
|
1480
|
+
"endIcon": ["icon"],
|
|
1481
|
+
"columnGap": ["gap"]
|
|
1482
|
+
},
|
|
1483
|
+
"runtimeConfigDefaultProps": {},
|
|
1484
|
+
"runtimeConfigGetStyles": {},
|
|
1485
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1486
|
+
"motionVarPrefixes": []
|
|
1487
|
+
};
|
|
1488
|
+
var Menu_ItemCheckbox = {
|
|
1489
|
+
"name": "Menu.ItemCheckbox",
|
|
1490
|
+
"defaultProps": {},
|
|
1491
|
+
"getStylesLiterals": {
|
|
1492
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
1493
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1494
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1495
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
1496
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1497
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1498
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1499
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1500
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1501
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1502
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1503
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1504
|
+
},
|
|
1505
|
+
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1506
|
+
"internalComponents": ["MenuItemBase"],
|
|
1507
|
+
"internalComponentProps": {},
|
|
1508
|
+
"propToVariantKeys": {},
|
|
1509
|
+
"runtimeConfigDefaultProps": {},
|
|
1510
|
+
"runtimeConfigGetStyles": {},
|
|
1511
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1512
|
+
"motionVarPrefixes": []
|
|
1513
|
+
};
|
|
1514
|
+
var Menu_Provider = {
|
|
1515
|
+
"name": "Menu.Provider",
|
|
1516
|
+
"defaultProps": {},
|
|
1517
|
+
"getStylesLiterals": {},
|
|
1518
|
+
"cxLiterals": [],
|
|
1519
|
+
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
1520
|
+
"internalComponentProps": {},
|
|
1521
|
+
"propToVariantKeys": {},
|
|
1522
|
+
"runtimeConfigDefaultProps": {},
|
|
1523
|
+
"runtimeConfigGetStyles": {},
|
|
1524
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1525
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1526
|
+
};
|
|
1527
|
+
var Menu_Trigger = {
|
|
1528
|
+
"name": "Menu.Trigger",
|
|
1529
|
+
"defaultProps": {},
|
|
1530
|
+
"getStylesLiterals": {},
|
|
1531
|
+
"cxLiterals": ["uds-menu-trigger"],
|
|
1532
|
+
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
1533
|
+
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1534
|
+
"propToVariantKeys": {},
|
|
1535
|
+
"runtimeConfigDefaultProps": {},
|
|
1536
|
+
"runtimeConfigGetStyles": {},
|
|
1537
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1538
|
+
"motionVarPrefixes": []
|
|
1539
|
+
};
|
|
1540
|
+
var Menu_index = {
|
|
1541
|
+
"name": "Menu.index",
|
|
928
1542
|
"defaultProps": {},
|
|
929
1543
|
"getStylesLiterals": {},
|
|
930
1544
|
"cxLiterals": [],
|
|
931
|
-
"internalComponents": [
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
1545
|
+
"internalComponents": [],
|
|
1546
|
+
"internalComponentProps": {},
|
|
1547
|
+
"propToVariantKeys": {},
|
|
1548
|
+
"runtimeConfigDefaultProps": {},
|
|
1549
|
+
"runtimeConfigGetStyles": {},
|
|
1550
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1551
|
+
"motionVarPrefixes": []
|
|
1552
|
+
};
|
|
1553
|
+
var Menu = {
|
|
1554
|
+
"name": "Menu",
|
|
1555
|
+
"defaultProps": {},
|
|
1556
|
+
"getStylesLiterals": {},
|
|
1557
|
+
"cxLiterals": [],
|
|
1558
|
+
"internalComponents": [],
|
|
936
1559
|
"internalComponentProps": {},
|
|
937
1560
|
"propToVariantKeys": {},
|
|
938
1561
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1011,327 +1634,93 @@ var BottomSheetDismiss = {
|
|
|
1011
1634
|
"cxLiterals": [],
|
|
1012
1635
|
"internalComponents": ["AriakitDialogDismiss"],
|
|
1013
1636
|
"internalComponentProps": {},
|
|
1014
|
-
"propToVariantKeys": {},
|
|
1015
|
-
"runtimeConfigDefaultProps": {},
|
|
1016
|
-
"runtimeConfigGetStyles": {},
|
|
1017
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1018
|
-
"motionVarPrefixes": []
|
|
1019
|
-
};
|
|
1020
|
-
var BottomSheetHandle = {
|
|
1021
|
-
"name": "BottomSheetHandle",
|
|
1022
|
-
"defaultProps": { "variant": "default" },
|
|
1023
|
-
"getStylesLiterals": {},
|
|
1024
|
-
"cxLiterals": [
|
|
1025
|
-
"relative",
|
|
1026
|
-
"h-5",
|
|
1027
|
-
"w-16",
|
|
1028
|
-
"outline-none",
|
|
1029
|
-
"focus-visible:outline-none",
|
|
1030
|
-
"[touch-action:pan-y]",
|
|
1031
|
-
"absolute",
|
|
1032
|
-
"left-1/2",
|
|
1033
|
-
"top-1/2",
|
|
1034
|
-
"-translate-x-1/2",
|
|
1035
|
-
"-translate-y-1/2",
|
|
1036
|
-
"h-1",
|
|
1037
|
-
"w-8",
|
|
1038
|
-
"rounded-full"
|
|
1039
|
-
],
|
|
1040
|
-
"internalComponents": ["Box"],
|
|
1041
|
-
"internalComponentProps": { "Box": {
|
|
1042
|
-
"display": ["block", "flex"],
|
|
1043
|
-
"justifyContent": ["center"]
|
|
1044
|
-
} },
|
|
1045
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1046
|
-
"runtimeConfigDefaultProps": {},
|
|
1047
|
-
"runtimeConfigGetStyles": {},
|
|
1048
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1049
|
-
"motionVarPrefixes": []
|
|
1050
|
-
};
|
|
1051
|
-
var BottomSheetHeader = {
|
|
1052
|
-
"name": "BottomSheetHeader",
|
|
1053
|
-
"defaultProps": { "variant": "default" },
|
|
1054
|
-
"getStylesLiterals": {},
|
|
1055
|
-
"cxLiterals": [
|
|
1056
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1057
|
-
"items-center",
|
|
1058
|
-
"w-full",
|
|
1059
|
-
"min-h-10",
|
|
1060
|
-
"mt-2"
|
|
1061
|
-
],
|
|
1062
|
-
"internalComponents": ["Box", "Text"],
|
|
1063
|
-
"internalComponentProps": {
|
|
1064
|
-
"Box": {
|
|
1065
|
-
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1066
|
-
"display": ["grid", "flex"],
|
|
1067
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1068
|
-
},
|
|
1069
|
-
"Text": {
|
|
1070
|
-
"variant": ["inherit"],
|
|
1071
|
-
"color": ["inherit"],
|
|
1072
|
-
"textAlign": ["center"],
|
|
1073
|
-
"className": ["w-full"]
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1077
|
-
"runtimeConfigDefaultProps": {},
|
|
1078
|
-
"runtimeConfigGetStyles": {},
|
|
1079
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1080
|
-
"motionVarPrefixes": []
|
|
1081
|
-
};
|
|
1082
|
-
var BottomSheetInternalContext = {
|
|
1083
|
-
"name": "BottomSheetInternalContext",
|
|
1084
|
-
"defaultProps": {},
|
|
1085
|
-
"getStylesLiterals": {},
|
|
1086
|
-
"cxLiterals": [],
|
|
1087
|
-
"internalComponents": [],
|
|
1088
|
-
"internalComponentProps": {},
|
|
1089
|
-
"propToVariantKeys": {},
|
|
1090
|
-
"runtimeConfigDefaultProps": {},
|
|
1091
|
-
"runtimeConfigGetStyles": {},
|
|
1092
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1093
|
-
"motionVarPrefixes": []
|
|
1094
|
-
};
|
|
1095
|
-
var BottomSheetProvider = {
|
|
1096
|
-
"name": "BottomSheetProvider",
|
|
1097
|
-
"defaultProps": {},
|
|
1098
|
-
"getStylesLiterals": {},
|
|
1099
|
-
"cxLiterals": [],
|
|
1100
|
-
"internalComponents": ["AriakitDialogProvider"],
|
|
1101
|
-
"internalComponentProps": {},
|
|
1102
|
-
"propToVariantKeys": {},
|
|
1103
|
-
"runtimeConfigDefaultProps": {},
|
|
1104
|
-
"runtimeConfigGetStyles": {},
|
|
1105
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1106
|
-
"motionVarPrefixes": []
|
|
1107
|
-
};
|
|
1108
|
-
var BottomSheetTrigger = {
|
|
1109
|
-
"name": "BottomSheetTrigger",
|
|
1110
|
-
"defaultProps": {},
|
|
1111
|
-
"getStylesLiterals": {},
|
|
1112
|
-
"cxLiterals": [],
|
|
1113
|
-
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1114
|
-
"internalComponentProps": {},
|
|
1115
|
-
"propToVariantKeys": {},
|
|
1116
|
-
"runtimeConfigDefaultProps": {},
|
|
1117
|
-
"runtimeConfigGetStyles": {},
|
|
1118
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1119
|
-
"motionVarPrefixes": []
|
|
1120
|
-
};
|
|
1121
|
-
var UDSBottomSheetConfigProvider = {
|
|
1122
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1123
|
-
"defaultProps": {},
|
|
1124
|
-
"getStylesLiterals": {},
|
|
1125
|
-
"cxLiterals": [],
|
|
1126
|
-
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1127
|
-
"internalComponentProps": {},
|
|
1128
|
-
"propToVariantKeys": {},
|
|
1129
|
-
"runtimeConfigDefaultProps": {},
|
|
1130
|
-
"runtimeConfigGetStyles": {},
|
|
1131
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1132
|
-
"motionVarPrefixes": []
|
|
1133
|
-
};
|
|
1134
|
-
var Chip = {
|
|
1135
|
-
"name": "Chip",
|
|
1136
|
-
"defaultProps": {},
|
|
1137
|
-
"getStylesLiterals": {},
|
|
1138
|
-
"cxLiterals": [],
|
|
1139
|
-
"internalComponents": [
|
|
1140
|
-
"ChipDismissible",
|
|
1141
|
-
"ChipToggle",
|
|
1142
|
-
"ChipLink",
|
|
1143
|
-
"ChipButton"
|
|
1144
|
-
],
|
|
1145
|
-
"internalComponentProps": {},
|
|
1146
|
-
"propToVariantKeys": {},
|
|
1147
|
-
"runtimeConfigDefaultProps": {},
|
|
1148
|
-
"runtimeConfigGetStyles": {},
|
|
1149
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1150
|
-
"motionVarPrefixes": []
|
|
1151
|
-
};
|
|
1152
|
-
var ChipBase = {
|
|
1153
|
-
"name": "ChipBase",
|
|
1154
|
-
"defaultProps": {
|
|
1155
|
-
"size": "md",
|
|
1156
|
-
"as": "div"
|
|
1157
|
-
},
|
|
1158
|
-
"getStylesLiterals": {},
|
|
1159
|
-
"cxLiterals": [
|
|
1160
|
-
"pointer-events-none",
|
|
1161
|
-
"cursor-default",
|
|
1162
|
-
"opacity-50",
|
|
1163
|
-
"inline-flex",
|
|
1164
|
-
"items-center",
|
|
1165
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1166
|
-
"truncate",
|
|
1167
|
-
"whitespace-nowrap",
|
|
1168
|
-
"text-center",
|
|
1169
|
-
"flex-1"
|
|
1170
|
-
],
|
|
1171
|
-
"internalComponents": [
|
|
1172
|
-
"IconSlot",
|
|
1173
|
-
"HStack",
|
|
1174
|
-
"As",
|
|
1175
|
-
"Text"
|
|
1176
|
-
],
|
|
1177
|
-
"internalComponentProps": { "Text": {
|
|
1178
|
-
"as": ["span"],
|
|
1179
|
-
"color": ["current"],
|
|
1180
|
-
"variant": ["inherit"]
|
|
1181
|
-
} },
|
|
1182
|
-
"propToVariantKeys": {
|
|
1183
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1184
|
-
"startIcon": ["icon"],
|
|
1185
|
-
"endIcon": ["icon"]
|
|
1186
|
-
},
|
|
1187
|
-
"runtimeConfigDefaultProps": {},
|
|
1188
|
-
"runtimeConfigGetStyles": {},
|
|
1189
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1190
|
-
"motionVarPrefixes": []
|
|
1191
|
-
};
|
|
1192
|
-
var ChipButton = {
|
|
1193
|
-
"name": "ChipButton",
|
|
1194
|
-
"defaultProps": { "variant": "primary" },
|
|
1195
|
-
"getStylesLiterals": {},
|
|
1196
|
-
"cxLiterals": ["uds-ring"],
|
|
1197
|
-
"internalComponents": ["ChipBase"],
|
|
1198
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1199
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1200
|
-
"runtimeConfigDefaultProps": {},
|
|
1201
|
-
"runtimeConfigGetStyles": {},
|
|
1202
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1203
|
-
"motionVarPrefixes": []
|
|
1204
|
-
};
|
|
1205
|
-
var ChipDismissible = {
|
|
1206
|
-
"name": "ChipDismissible",
|
|
1207
|
-
"defaultProps": { "variant": "primary" },
|
|
1208
|
-
"getStylesLiterals": {},
|
|
1209
|
-
"cxLiterals": [
|
|
1210
|
-
"uds-chip-dismissible-button",
|
|
1211
|
-
"uds-hit-target",
|
|
1212
|
-
"uds-ring",
|
|
1213
|
-
"rounded-full"
|
|
1214
|
-
],
|
|
1215
|
-
"internalComponents": [
|
|
1216
|
-
"ChipBase",
|
|
1217
|
-
"IconSlot",
|
|
1218
|
-
"Pressable"
|
|
1219
|
-
],
|
|
1220
|
-
"internalComponentProps": {},
|
|
1221
|
-
"propToVariantKeys": {
|
|
1222
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1223
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
1224
|
-
},
|
|
1225
|
-
"runtimeConfigDefaultProps": {},
|
|
1226
|
-
"runtimeConfigGetStyles": {},
|
|
1227
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1228
|
-
"motionVarPrefixes": []
|
|
1229
|
-
};
|
|
1230
|
-
var ChipLink = {
|
|
1231
|
-
"name": "ChipLink",
|
|
1232
|
-
"defaultProps": { "variant": "primary" },
|
|
1233
|
-
"getStylesLiterals": {},
|
|
1234
|
-
"cxLiterals": ["uds-ring"],
|
|
1235
|
-
"internalComponents": ["ChipBase"],
|
|
1236
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1237
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1637
|
+
"propToVariantKeys": {},
|
|
1238
1638
|
"runtimeConfigDefaultProps": {},
|
|
1239
1639
|
"runtimeConfigGetStyles": {},
|
|
1240
1640
|
"runtimeConfigInternalComponentProps": {},
|
|
1241
1641
|
"motionVarPrefixes": []
|
|
1242
1642
|
};
|
|
1243
|
-
var
|
|
1244
|
-
"name": "
|
|
1245
|
-
"defaultProps": {
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1643
|
+
var BottomSheetHandle = {
|
|
1644
|
+
"name": "BottomSheetHandle",
|
|
1645
|
+
"defaultProps": { "variant": "default" },
|
|
1646
|
+
"getStylesLiterals": {},
|
|
1647
|
+
"cxLiterals": [
|
|
1648
|
+
"relative",
|
|
1649
|
+
"h-5",
|
|
1650
|
+
"w-16",
|
|
1651
|
+
"outline-none",
|
|
1652
|
+
"focus-visible:outline-none",
|
|
1653
|
+
"[touch-action:pan-y]",
|
|
1654
|
+
"absolute",
|
|
1655
|
+
"left-1/2",
|
|
1656
|
+
"top-1/2",
|
|
1657
|
+
"-translate-x-1/2",
|
|
1658
|
+
"-translate-y-1/2",
|
|
1659
|
+
"h-1",
|
|
1660
|
+
"w-8",
|
|
1661
|
+
"rounded-full"
|
|
1662
|
+
],
|
|
1663
|
+
"internalComponents": ["Box"],
|
|
1664
|
+
"internalComponentProps": { "Box": {
|
|
1665
|
+
"display": ["block", "flex"],
|
|
1666
|
+
"justifyContent": ["center"]
|
|
1667
|
+
} },
|
|
1668
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1257
1669
|
"runtimeConfigDefaultProps": {},
|
|
1258
1670
|
"runtimeConfigGetStyles": {},
|
|
1259
1671
|
"runtimeConfigInternalComponentProps": {},
|
|
1260
1672
|
"motionVarPrefixes": []
|
|
1261
1673
|
};
|
|
1262
|
-
var
|
|
1263
|
-
"name": "
|
|
1264
|
-
"defaultProps": {
|
|
1265
|
-
"size": "default",
|
|
1266
|
-
"variant": "default",
|
|
1267
|
-
"gutter": "1"
|
|
1268
|
-
},
|
|
1674
|
+
var BottomSheetHeader = {
|
|
1675
|
+
"name": "BottomSheetHeader",
|
|
1676
|
+
"defaultProps": { "variant": "default" },
|
|
1269
1677
|
"getStylesLiterals": {},
|
|
1270
1678
|
"cxLiterals": [
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"max-w-lg",
|
|
1277
|
-
"max-h-96",
|
|
1278
|
-
"overflow-auto",
|
|
1279
|
-
"uds-ring",
|
|
1280
|
-
"z-10",
|
|
1281
|
-
"group"
|
|
1282
|
-
],
|
|
1283
|
-
"internalComponents": [
|
|
1284
|
-
"AriakitMenu",
|
|
1285
|
-
"AnimatePresence",
|
|
1286
|
-
"MotionVStack"
|
|
1679
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1680
|
+
"items-center",
|
|
1681
|
+
"w-full",
|
|
1682
|
+
"min-h-10",
|
|
1683
|
+
"mt-2"
|
|
1287
1684
|
],
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
|
|
1685
|
+
"internalComponents": ["Box", "Text"],
|
|
1686
|
+
"internalComponentProps": {
|
|
1687
|
+
"Box": {
|
|
1688
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1689
|
+
"display": ["grid", "flex"],
|
|
1690
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1691
|
+
},
|
|
1692
|
+
"Text": {
|
|
1693
|
+
"variant": ["inherit"],
|
|
1694
|
+
"color": ["inherit"],
|
|
1695
|
+
"textAlign": ["center"],
|
|
1696
|
+
"className": ["w-full"]
|
|
1697
|
+
}
|
|
1292
1698
|
},
|
|
1699
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1293
1700
|
"runtimeConfigDefaultProps": {},
|
|
1294
1701
|
"runtimeConfigGetStyles": {},
|
|
1295
1702
|
"runtimeConfigInternalComponentProps": {},
|
|
1296
1703
|
"motionVarPrefixes": []
|
|
1297
1704
|
};
|
|
1298
|
-
var
|
|
1299
|
-
"name": "
|
|
1300
|
-
"defaultProps": {
|
|
1301
|
-
|
|
1302
|
-
"contentPosition": "start",
|
|
1303
|
-
"gap": "4"
|
|
1304
|
-
},
|
|
1305
|
-
"getStylesLiterals": {
|
|
1306
|
-
"menuitemDividerVariantRoot": "default",
|
|
1307
|
-
"menuitemDividerVariantText": "default",
|
|
1308
|
-
"menuitemDividerVariantLine": "default"
|
|
1309
|
-
},
|
|
1705
|
+
var BottomSheetInternalContext = {
|
|
1706
|
+
"name": "BottomSheetInternalContext",
|
|
1707
|
+
"defaultProps": {},
|
|
1708
|
+
"getStylesLiterals": {},
|
|
1310
1709
|
"cxLiterals": [],
|
|
1311
|
-
"internalComponents": [
|
|
1312
|
-
"internalComponentProps": {
|
|
1710
|
+
"internalComponents": [],
|
|
1711
|
+
"internalComponentProps": {},
|
|
1313
1712
|
"propToVariantKeys": {},
|
|
1314
1713
|
"runtimeConfigDefaultProps": {},
|
|
1315
1714
|
"runtimeConfigGetStyles": {},
|
|
1316
1715
|
"runtimeConfigInternalComponentProps": {},
|
|
1317
1716
|
"motionVarPrefixes": []
|
|
1318
1717
|
};
|
|
1319
|
-
var
|
|
1320
|
-
"name": "
|
|
1718
|
+
var BottomSheetProvider = {
|
|
1719
|
+
"name": "BottomSheetProvider",
|
|
1321
1720
|
"defaultProps": {},
|
|
1322
|
-
"getStylesLiterals": {
|
|
1323
|
-
"menuitemItemVariantRoot": "default",
|
|
1324
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1325
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1326
|
-
"menuitemItemVariantText": "default",
|
|
1327
|
-
"menuitemItemVariantActiveText": "on",
|
|
1328
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1329
|
-
"menuitemItemVariantIcon": "default",
|
|
1330
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1331
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1332
|
-
},
|
|
1721
|
+
"getStylesLiterals": {},
|
|
1333
1722
|
"cxLiterals": [],
|
|
1334
|
-
"internalComponents": ["
|
|
1723
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1335
1724
|
"internalComponentProps": {},
|
|
1336
1725
|
"propToVariantKeys": {},
|
|
1337
1726
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1339,85 +1728,25 @@ var Menu_Item = {
|
|
|
1339
1728
|
"runtimeConfigInternalComponentProps": {},
|
|
1340
1729
|
"motionVarPrefixes": []
|
|
1341
1730
|
};
|
|
1342
|
-
var
|
|
1343
|
-
"name": "
|
|
1344
|
-
"defaultProps": {
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
"justifyContent": "space-between"
|
|
1351
|
-
},
|
|
1352
|
-
"getStylesLiterals": {
|
|
1353
|
-
"textAlign": "start",
|
|
1354
|
-
"menuitemSizeRoot": "default",
|
|
1355
|
-
"flexDirection": "row",
|
|
1356
|
-
"menuitemSizeStartIcon": "default",
|
|
1357
|
-
"menuitemSizeEndIcon": "default"
|
|
1358
|
-
},
|
|
1359
|
-
"cxLiterals": [
|
|
1360
|
-
"flex",
|
|
1361
|
-
"focus-visible:text-brand",
|
|
1362
|
-
"focus-visible:bg-brand-secondary",
|
|
1363
|
-
"focus-visible:z-10",
|
|
1364
|
-
"uds-ring",
|
|
1365
|
-
"!-outline-offset-2",
|
|
1366
|
-
"[&:not([aria-checked])]:cursor-default",
|
|
1367
|
-
"opacity-25",
|
|
1368
|
-
"cursor-not-allowed",
|
|
1369
|
-
"duration-20",
|
|
1370
|
-
"transition-[font-variation-settings]",
|
|
1371
|
-
"ease-in-out",
|
|
1372
|
-
"z-0",
|
|
1373
|
-
"uds-start-icon",
|
|
1374
|
-
"uds-end-icon"
|
|
1375
|
-
],
|
|
1376
|
-
"internalComponents": [
|
|
1377
|
-
"Pressable",
|
|
1378
|
-
"IconSlot",
|
|
1379
|
-
"RootComponent",
|
|
1380
|
-
"HStack",
|
|
1381
|
-
"AnimatePresence"
|
|
1382
|
-
],
|
|
1383
|
-
"internalComponentProps": {
|
|
1384
|
-
"HStack": {
|
|
1385
|
-
"alignItems": ["center"],
|
|
1386
|
-
"width": ["full"]
|
|
1387
|
-
},
|
|
1388
|
-
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1389
|
-
},
|
|
1390
|
-
"propToVariantKeys": {
|
|
1391
|
-
"startIconClassName": ["className"],
|
|
1392
|
-
"endIconClassName": ["className"],
|
|
1393
|
-
"startIcon": ["icon"],
|
|
1394
|
-
"endIcon": ["icon"],
|
|
1395
|
-
"columnGap": ["gap"]
|
|
1396
|
-
},
|
|
1731
|
+
var BottomSheetTrigger = {
|
|
1732
|
+
"name": "BottomSheetTrigger",
|
|
1733
|
+
"defaultProps": {},
|
|
1734
|
+
"getStylesLiterals": {},
|
|
1735
|
+
"cxLiterals": [],
|
|
1736
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1737
|
+
"internalComponentProps": {},
|
|
1738
|
+
"propToVariantKeys": {},
|
|
1397
1739
|
"runtimeConfigDefaultProps": {},
|
|
1398
1740
|
"runtimeConfigGetStyles": {},
|
|
1399
1741
|
"runtimeConfigInternalComponentProps": {},
|
|
1400
1742
|
"motionVarPrefixes": []
|
|
1401
1743
|
};
|
|
1402
|
-
var
|
|
1403
|
-
"name": "
|
|
1744
|
+
var UDSBottomSheetConfigProvider = {
|
|
1745
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1404
1746
|
"defaultProps": {},
|
|
1405
|
-
"getStylesLiterals": {
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1409
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
1410
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1411
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1412
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1413
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1414
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1415
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1416
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1417
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1418
|
-
},
|
|
1419
|
-
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1420
|
-
"internalComponents": ["MenuItemBase"],
|
|
1747
|
+
"getStylesLiterals": {},
|
|
1748
|
+
"cxLiterals": [],
|
|
1749
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1421
1750
|
"internalComponentProps": {},
|
|
1422
1751
|
"propToVariantKeys": {},
|
|
1423
1752
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1425,52 +1754,101 @@ var Menu_ItemCheckbox = {
|
|
|
1425
1754
|
"runtimeConfigInternalComponentProps": {},
|
|
1426
1755
|
"motionVarPrefixes": []
|
|
1427
1756
|
};
|
|
1428
|
-
var
|
|
1429
|
-
"name": "
|
|
1757
|
+
var Avatar = {
|
|
1758
|
+
"name": "Avatar",
|
|
1430
1759
|
"defaultProps": {},
|
|
1431
1760
|
"getStylesLiterals": {},
|
|
1432
1761
|
"cxLiterals": [],
|
|
1433
|
-
"internalComponents": ["
|
|
1762
|
+
"internalComponents": ["AvatarImage"],
|
|
1434
1763
|
"internalComponentProps": {},
|
|
1435
1764
|
"propToVariantKeys": {},
|
|
1436
1765
|
"runtimeConfigDefaultProps": {},
|
|
1437
1766
|
"runtimeConfigGetStyles": {},
|
|
1438
1767
|
"runtimeConfigInternalComponentProps": {},
|
|
1439
|
-
"motionVarPrefixes": [
|
|
1768
|
+
"motionVarPrefixes": []
|
|
1440
1769
|
};
|
|
1441
|
-
var
|
|
1442
|
-
"name": "
|
|
1443
|
-
"defaultProps": {
|
|
1770
|
+
var AvatarIcon = {
|
|
1771
|
+
"name": "AvatarIcon",
|
|
1772
|
+
"defaultProps": {
|
|
1773
|
+
"size": "md",
|
|
1774
|
+
"variant": "primary"
|
|
1775
|
+
},
|
|
1444
1776
|
"getStylesLiterals": {},
|
|
1445
|
-
"cxLiterals": [
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1777
|
+
"cxLiterals": [
|
|
1778
|
+
"overflow-hidden",
|
|
1779
|
+
"w-full",
|
|
1780
|
+
"h-full",
|
|
1781
|
+
"shrink-0",
|
|
1782
|
+
"text-center",
|
|
1783
|
+
"inline-flex",
|
|
1784
|
+
"justify-center",
|
|
1785
|
+
"items-center"
|
|
1786
|
+
],
|
|
1787
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1788
|
+
"internalComponentProps": {},
|
|
1789
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1449
1790
|
"runtimeConfigDefaultProps": {},
|
|
1450
1791
|
"runtimeConfigGetStyles": {},
|
|
1451
1792
|
"runtimeConfigInternalComponentProps": {},
|
|
1452
1793
|
"motionVarPrefixes": []
|
|
1453
1794
|
};
|
|
1454
|
-
var
|
|
1455
|
-
"name": "
|
|
1456
|
-
"defaultProps": {
|
|
1795
|
+
var AvatarImage = {
|
|
1796
|
+
"name": "AvatarImage",
|
|
1797
|
+
"defaultProps": {
|
|
1798
|
+
"size": "md",
|
|
1799
|
+
"variant": "primary"
|
|
1800
|
+
},
|
|
1457
1801
|
"getStylesLiterals": {},
|
|
1458
|
-
"cxLiterals": [
|
|
1459
|
-
|
|
1802
|
+
"cxLiterals": [
|
|
1803
|
+
"overflow-hidden",
|
|
1804
|
+
"w-full",
|
|
1805
|
+
"h-full",
|
|
1806
|
+
"shrink-0",
|
|
1807
|
+
"text-center",
|
|
1808
|
+
"inline-flex",
|
|
1809
|
+
"justify-center",
|
|
1810
|
+
"items-center",
|
|
1811
|
+
"object-cover"
|
|
1812
|
+
],
|
|
1813
|
+
"internalComponents": [
|
|
1814
|
+
"UDSImage",
|
|
1815
|
+
"AvatarText",
|
|
1816
|
+
"AvatarIcon",
|
|
1817
|
+
"Box"
|
|
1818
|
+
],
|
|
1460
1819
|
"internalComponentProps": {},
|
|
1461
|
-
"propToVariantKeys": {
|
|
1820
|
+
"propToVariantKeys": {
|
|
1821
|
+
"alt": ["name"],
|
|
1822
|
+
"fallback": ["initials"]
|
|
1823
|
+
},
|
|
1462
1824
|
"runtimeConfigDefaultProps": {},
|
|
1463
1825
|
"runtimeConfigGetStyles": {},
|
|
1464
1826
|
"runtimeConfigInternalComponentProps": {},
|
|
1465
1827
|
"motionVarPrefixes": []
|
|
1466
1828
|
};
|
|
1467
|
-
var
|
|
1468
|
-
"name": "
|
|
1469
|
-
"defaultProps": {
|
|
1829
|
+
var AvatarText = {
|
|
1830
|
+
"name": "AvatarText",
|
|
1831
|
+
"defaultProps": {
|
|
1832
|
+
"size": "md",
|
|
1833
|
+
"variant": "primary"
|
|
1834
|
+
},
|
|
1470
1835
|
"getStylesLiterals": {},
|
|
1471
|
-
"cxLiterals": [
|
|
1472
|
-
|
|
1473
|
-
|
|
1836
|
+
"cxLiterals": [
|
|
1837
|
+
"overflow-hidden",
|
|
1838
|
+
"truncate",
|
|
1839
|
+
"w-full",
|
|
1840
|
+
"h-full",
|
|
1841
|
+
"shrink-0",
|
|
1842
|
+
"text-center",
|
|
1843
|
+
"inline-flex",
|
|
1844
|
+
"justify-center",
|
|
1845
|
+
"items-center"
|
|
1846
|
+
],
|
|
1847
|
+
"internalComponents": ["Box", "Text"],
|
|
1848
|
+
"internalComponentProps": { "Text": {
|
|
1849
|
+
"color": ["inherit"],
|
|
1850
|
+
"variant": ["inherit"]
|
|
1851
|
+
} },
|
|
1474
1852
|
"propToVariantKeys": {},
|
|
1475
1853
|
"runtimeConfigDefaultProps": {},
|
|
1476
1854
|
"runtimeConfigGetStyles": {},
|
|
@@ -1605,242 +1983,131 @@ var InputHelpTextInternal = {
|
|
|
1605
1983
|
"runtimeConfigDefaultProps": {},
|
|
1606
1984
|
"runtimeConfigGetStyles": {},
|
|
1607
1985
|
"runtimeConfigInternalComponentProps": {},
|
|
1608
|
-
"motionVarPrefixes": []
|
|
1609
|
-
};
|
|
1610
|
-
var Popover = {
|
|
1611
|
-
"name": "Popover",
|
|
1612
|
-
"defaultProps": {},
|
|
1613
|
-
"getStylesLiterals": {},
|
|
1614
|
-
"cxLiterals": [],
|
|
1615
|
-
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1616
|
-
"internalComponentProps": {},
|
|
1617
|
-
"propToVariantKeys": {},
|
|
1618
|
-
"runtimeConfigDefaultProps": {
|
|
1619
|
-
"size": "popover.defaultSize",
|
|
1620
|
-
"variant": "popover.defaultVariant"
|
|
1621
|
-
},
|
|
1622
|
-
"runtimeConfigGetStyles": {},
|
|
1623
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1624
|
-
"motionVarPrefixes": []
|
|
1625
|
-
};
|
|
1626
|
-
var PopoverContent = {
|
|
1627
|
-
"name": "PopoverContent",
|
|
1628
|
-
"defaultProps": {},
|
|
1629
|
-
"getStylesLiterals": {
|
|
1630
|
-
"popoverSizeRoot": "default",
|
|
1631
|
-
"popoverVariantRoot": "default",
|
|
1632
|
-
"display": "flex",
|
|
1633
|
-
"position": "relative",
|
|
1634
|
-
"display:1": "block",
|
|
1635
|
-
"spacingTop": "0",
|
|
1636
|
-
"spacingStart": "0",
|
|
1637
|
-
"spacingBottom": "0",
|
|
1638
|
-
"spacingEnd": "0",
|
|
1639
|
-
"popoverSizeSvgBase": "default",
|
|
1640
|
-
"popoverVariantSvgBase": "default",
|
|
1641
|
-
"popoverSizeSvgBorder": "default",
|
|
1642
|
-
"popoverVariantSvgBorder": "default",
|
|
1643
|
-
"popoverVariantBlur": "default",
|
|
1644
|
-
"position:1": "absolute",
|
|
1645
|
-
"width": "full",
|
|
1646
|
-
"height": "full",
|
|
1647
|
-
"flexShrink": "0",
|
|
1648
|
-
"borderRadius": "full",
|
|
1649
|
-
"alignItems": "center",
|
|
1650
|
-
"justifyContent": "center",
|
|
1651
|
-
"popoverVariantCloseIcon": "default",
|
|
1652
|
-
"popoverSizeCloseIcon": "default"
|
|
1653
|
-
},
|
|
1654
|
-
"cxLiterals": [
|
|
1655
|
-
"z-[9999]",
|
|
1656
|
-
"outline-none",
|
|
1657
|
-
"focus-visible:outline-none",
|
|
1658
|
-
"uds-bgBlurFillFallback",
|
|
1659
|
-
"uds-bgBlurFallback",
|
|
1660
|
-
"top-0",
|
|
1661
|
-
"left-0",
|
|
1662
|
-
"z-[1]",
|
|
1663
|
-
"duration-0",
|
|
1664
|
-
"duration-120",
|
|
1665
|
-
"transition-[background-color]",
|
|
1666
|
-
"bg-carbon-15/0",
|
|
1667
|
-
"hover:bg-carbon-15/10",
|
|
1668
|
-
"active:bg-carbon-15/15",
|
|
1669
|
-
"uds-ring",
|
|
1670
|
-
"absolute",
|
|
1671
|
-
"z-[4]"
|
|
1672
|
-
],
|
|
1673
|
-
"internalComponents": [
|
|
1674
|
-
"PopoverDismiss",
|
|
1675
|
-
"IconSlot",
|
|
1676
|
-
"PopoverArrow",
|
|
1677
|
-
"Popover",
|
|
1678
|
-
"SvgFloatingOverlay",
|
|
1679
|
-
"Box",
|
|
1680
|
-
"Pressable"
|
|
1681
|
-
],
|
|
1682
|
-
"internalComponentProps": {},
|
|
1683
|
-
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1684
|
-
"runtimeConfigDefaultProps": {
|
|
1685
|
-
"size": "popover.defaultSize",
|
|
1686
|
-
"variant": "popover.defaultVariant"
|
|
1687
|
-
},
|
|
1688
|
-
"runtimeConfigGetStyles": {
|
|
1689
|
-
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1690
|
-
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1691
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1692
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1693
|
-
},
|
|
1694
|
-
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1695
|
-
"motionVarPrefixes": []
|
|
1696
|
-
};
|
|
1697
|
-
var PopoverContext = {
|
|
1698
|
-
"name": "PopoverContext",
|
|
1699
|
-
"defaultProps": {},
|
|
1700
|
-
"getStylesLiterals": {},
|
|
1701
|
-
"cxLiterals": [],
|
|
1702
|
-
"internalComponents": [],
|
|
1703
|
-
"internalComponentProps": {},
|
|
1704
|
-
"propToVariantKeys": {},
|
|
1705
|
-
"runtimeConfigDefaultProps": {},
|
|
1706
|
-
"runtimeConfigGetStyles": {},
|
|
1707
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1708
|
-
"motionVarPrefixes": []
|
|
1709
|
-
};
|
|
1710
|
-
var PopoverTrigger = {
|
|
1711
|
-
"name": "PopoverTrigger",
|
|
1712
|
-
"defaultProps": {},
|
|
1713
|
-
"getStylesLiterals": {},
|
|
1714
|
-
"cxLiterals": [],
|
|
1715
|
-
"internalComponents": ["PopoverDisclosure"],
|
|
1716
|
-
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1717
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1718
|
-
"runtimeConfigDefaultProps": {},
|
|
1719
|
-
"runtimeConfigGetStyles": {},
|
|
1720
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1721
|
-
"motionVarPrefixes": []
|
|
1722
|
-
};
|
|
1723
|
-
var UDSPopoverConfigProvider = {
|
|
1724
|
-
"name": "UDSPopoverConfigProvider",
|
|
1725
|
-
"defaultProps": {},
|
|
1726
|
-
"getStylesLiterals": {},
|
|
1727
|
-
"cxLiterals": [],
|
|
1728
|
-
"internalComponents": ["PopoverContext.Provider"],
|
|
1729
|
-
"internalComponentProps": {},
|
|
1730
|
-
"propToVariantKeys": {},
|
|
1731
|
-
"runtimeConfigDefaultProps": {},
|
|
1732
|
-
"runtimeConfigGetStyles": {},
|
|
1733
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1734
|
-
"motionVarPrefixes": []
|
|
1735
|
-
};
|
|
1736
|
-
var Radio = {
|
|
1737
|
-
"name": "Radio",
|
|
1738
|
-
"defaultProps": {
|
|
1739
|
-
"labelPosition": "start",
|
|
1740
|
-
"variant": "primary",
|
|
1741
|
-
"size": "md",
|
|
1742
|
-
"value": ""
|
|
1743
|
-
},
|
|
1744
|
-
"getStylesLiterals": {
|
|
1745
|
-
"radioVariantValueRoot": "checked",
|
|
1746
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
1747
|
-
"display": "flex",
|
|
1748
|
-
"flexDirection": "row",
|
|
1749
|
-
"flexDirection:1": "row-reverse",
|
|
1750
|
-
"alignItems": "center",
|
|
1751
|
-
"radioVariantValueRadio": "checked",
|
|
1752
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
1753
|
-
"radioVariantValueRadioCircle": "checked",
|
|
1754
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1755
|
-
},
|
|
1756
|
-
"cxLiterals": [
|
|
1757
|
-
"cursor-pointer",
|
|
1758
|
-
"cursor-default",
|
|
1759
|
-
"opacity-50",
|
|
1760
|
-
"border",
|
|
1761
|
-
"uds-ring",
|
|
1762
|
-
"uds-ring-within",
|
|
1763
|
-
"transition-[background-color,border-color]",
|
|
1764
|
-
"transition-shadow",
|
|
1765
|
-
"pointer-events-none",
|
|
1766
|
-
"w-[8px]",
|
|
1767
|
-
"h-[8px]",
|
|
1768
|
-
"transition-opacity",
|
|
1769
|
-
"cursor-[inherit]",
|
|
1770
|
-
"absolute",
|
|
1771
|
-
"opacity-0",
|
|
1772
|
-
"top-1/2",
|
|
1773
|
-
"left-1/2",
|
|
1774
|
-
"w-[calc(100%+2px)]",
|
|
1775
|
-
"h-[calc(100%+2px)]",
|
|
1776
|
-
"transform",
|
|
1777
|
-
"translate-x-[-50%]",
|
|
1778
|
-
"translate-y-[-50%]",
|
|
1779
|
-
"text-start",
|
|
1780
|
-
"text-end"
|
|
1781
|
-
],
|
|
1782
|
-
"internalComponents": [
|
|
1783
|
-
"Box",
|
|
1784
|
-
"FormLabel",
|
|
1785
|
-
"SpringMotionConfig",
|
|
1786
|
-
"RootElement",
|
|
1787
|
-
"MotionBox"
|
|
1788
|
-
],
|
|
1789
|
-
"internalComponentProps": {
|
|
1790
|
-
"Box": { "borderRadius": ["full"] },
|
|
1791
|
-
"FormLabel": {
|
|
1792
|
-
"as": ["div"],
|
|
1793
|
-
"variant": ["inherit"],
|
|
1794
|
-
"color": ["inherit"]
|
|
1795
|
-
},
|
|
1796
|
-
"RootElement": { "data-testid": ["container"] },
|
|
1797
|
-
"MotionBox": {
|
|
1798
|
-
"position": ["relative"],
|
|
1799
|
-
"borderRadius": ["full"],
|
|
1800
|
-
"alignItems": ["center"],
|
|
1801
|
-
"justifyContent": ["center"],
|
|
1802
|
-
"flex": ["none"]
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
"propToVariantKeys": {
|
|
1806
|
-
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1807
|
-
"variant": [
|
|
1808
|
-
"radioVariantRoot",
|
|
1809
|
-
"radioVariantRadio",
|
|
1810
|
-
"radioVariantRadioCircle"
|
|
1811
|
-
],
|
|
1812
|
-
"reduceMotion": ["reducedMotion"]
|
|
1813
|
-
},
|
|
1814
|
-
"runtimeConfigDefaultProps": {},
|
|
1815
|
-
"runtimeConfigGetStyles": {},
|
|
1816
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1817
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1986
|
+
"motionVarPrefixes": []
|
|
1818
1987
|
};
|
|
1819
|
-
var
|
|
1820
|
-
"name": "
|
|
1988
|
+
var Chip = {
|
|
1989
|
+
"name": "Chip",
|
|
1821
1990
|
"defaultProps": {},
|
|
1822
1991
|
"getStylesLiterals": {},
|
|
1823
1992
|
"cxLiterals": [],
|
|
1824
1993
|
"internalComponents": [
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1994
|
+
"ChipDismissible",
|
|
1995
|
+
"ChipToggle",
|
|
1996
|
+
"ChipLink",
|
|
1997
|
+
"ChipButton"
|
|
1828
1998
|
],
|
|
1829
|
-
"internalComponentProps": {
|
|
1999
|
+
"internalComponentProps": {},
|
|
1830
2000
|
"propToVariantKeys": {},
|
|
1831
2001
|
"runtimeConfigDefaultProps": {},
|
|
1832
2002
|
"runtimeConfigGetStyles": {},
|
|
1833
2003
|
"runtimeConfigInternalComponentProps": {},
|
|
1834
2004
|
"motionVarPrefixes": []
|
|
1835
2005
|
};
|
|
1836
|
-
var
|
|
1837
|
-
"name": "
|
|
1838
|
-
"defaultProps": {
|
|
2006
|
+
var ChipBase = {
|
|
2007
|
+
"name": "ChipBase",
|
|
2008
|
+
"defaultProps": {
|
|
2009
|
+
"size": "md",
|
|
2010
|
+
"as": "div"
|
|
2011
|
+
},
|
|
1839
2012
|
"getStylesLiterals": {},
|
|
1840
|
-
"cxLiterals": [
|
|
1841
|
-
|
|
2013
|
+
"cxLiterals": [
|
|
2014
|
+
"pointer-events-none",
|
|
2015
|
+
"cursor-default",
|
|
2016
|
+
"opacity-50",
|
|
2017
|
+
"inline-flex",
|
|
2018
|
+
"items-center",
|
|
2019
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2020
|
+
"truncate",
|
|
2021
|
+
"whitespace-nowrap",
|
|
2022
|
+
"text-center",
|
|
2023
|
+
"flex-1"
|
|
2024
|
+
],
|
|
2025
|
+
"internalComponents": [
|
|
2026
|
+
"IconSlot",
|
|
2027
|
+
"HStack",
|
|
2028
|
+
"As",
|
|
2029
|
+
"Text"
|
|
2030
|
+
],
|
|
2031
|
+
"internalComponentProps": { "Text": {
|
|
2032
|
+
"as": ["span"],
|
|
2033
|
+
"color": ["current"],
|
|
2034
|
+
"variant": ["inherit"]
|
|
2035
|
+
} },
|
|
2036
|
+
"propToVariantKeys": {
|
|
2037
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2038
|
+
"startIcon": ["icon"],
|
|
2039
|
+
"endIcon": ["icon"]
|
|
2040
|
+
},
|
|
2041
|
+
"runtimeConfigDefaultProps": {},
|
|
2042
|
+
"runtimeConfigGetStyles": {},
|
|
2043
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2044
|
+
"motionVarPrefixes": []
|
|
2045
|
+
};
|
|
2046
|
+
var ChipButton = {
|
|
2047
|
+
"name": "ChipButton",
|
|
2048
|
+
"defaultProps": { "variant": "primary" },
|
|
2049
|
+
"getStylesLiterals": {},
|
|
2050
|
+
"cxLiterals": ["uds-ring"],
|
|
2051
|
+
"internalComponents": ["ChipBase"],
|
|
2052
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2053
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2054
|
+
"runtimeConfigDefaultProps": {},
|
|
2055
|
+
"runtimeConfigGetStyles": {},
|
|
2056
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2057
|
+
"motionVarPrefixes": []
|
|
2058
|
+
};
|
|
2059
|
+
var ChipDismissible = {
|
|
2060
|
+
"name": "ChipDismissible",
|
|
2061
|
+
"defaultProps": { "variant": "primary" },
|
|
2062
|
+
"getStylesLiterals": {},
|
|
2063
|
+
"cxLiterals": [
|
|
2064
|
+
"uds-chip-dismissible-button",
|
|
2065
|
+
"uds-hit-target",
|
|
2066
|
+
"uds-ring",
|
|
2067
|
+
"rounded-full"
|
|
2068
|
+
],
|
|
2069
|
+
"internalComponents": [
|
|
2070
|
+
"ChipBase",
|
|
2071
|
+
"IconSlot",
|
|
2072
|
+
"Pressable"
|
|
2073
|
+
],
|
|
1842
2074
|
"internalComponentProps": {},
|
|
1843
|
-
"propToVariantKeys": {
|
|
2075
|
+
"propToVariantKeys": {
|
|
2076
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2077
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
2078
|
+
},
|
|
2079
|
+
"runtimeConfigDefaultProps": {},
|
|
2080
|
+
"runtimeConfigGetStyles": {},
|
|
2081
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2082
|
+
"motionVarPrefixes": []
|
|
2083
|
+
};
|
|
2084
|
+
var ChipLink = {
|
|
2085
|
+
"name": "ChipLink",
|
|
2086
|
+
"defaultProps": { "variant": "primary" },
|
|
2087
|
+
"getStylesLiterals": {},
|
|
2088
|
+
"cxLiterals": ["uds-ring"],
|
|
2089
|
+
"internalComponents": ["ChipBase"],
|
|
2090
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2091
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2092
|
+
"runtimeConfigDefaultProps": {},
|
|
2093
|
+
"runtimeConfigGetStyles": {},
|
|
2094
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2095
|
+
"motionVarPrefixes": []
|
|
2096
|
+
};
|
|
2097
|
+
var ChipToggle = {
|
|
2098
|
+
"name": "ChipToggle",
|
|
2099
|
+
"defaultProps": {
|
|
2100
|
+
"variant": "primary",
|
|
2101
|
+
"role": "checkbox"
|
|
2102
|
+
},
|
|
2103
|
+
"getStylesLiterals": {
|
|
2104
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2105
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2106
|
+
},
|
|
2107
|
+
"cxLiterals": ["uds-ring"],
|
|
2108
|
+
"internalComponents": ["ChipBase"],
|
|
2109
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2110
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1844
2111
|
"runtimeConfigDefaultProps": {},
|
|
1845
2112
|
"runtimeConfigGetStyles": {},
|
|
1846
2113
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1943,164 +2210,33 @@ var TabList = {
|
|
|
1943
2210
|
],
|
|
1944
2211
|
"internalComponents": ["AriakitTabList"],
|
|
1945
2212
|
"internalComponentProps": {},
|
|
1946
|
-
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
1947
|
-
"runtimeConfigDefaultProps": {},
|
|
1948
|
-
"runtimeConfigGetStyles": {},
|
|
1949
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1950
|
-
"motionVarPrefixes": []
|
|
1951
|
-
};
|
|
1952
|
-
var TabPanel = {
|
|
1953
|
-
"name": "TabPanel",
|
|
1954
|
-
"defaultProps": {},
|
|
1955
|
-
"getStylesLiterals": {},
|
|
1956
|
-
"cxLiterals": [],
|
|
1957
|
-
"internalComponents": ["AriakitTabPanel"],
|
|
1958
|
-
"internalComponentProps": {},
|
|
1959
|
-
"propToVariantKeys": {},
|
|
1960
|
-
"runtimeConfigDefaultProps": {},
|
|
1961
|
-
"runtimeConfigGetStyles": {},
|
|
1962
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1963
|
-
"motionVarPrefixes": []
|
|
1964
|
-
};
|
|
1965
|
-
var Tabs = {
|
|
1966
|
-
"name": "Tabs",
|
|
1967
|
-
"defaultProps": { "variant": "primary" },
|
|
1968
|
-
"getStylesLiterals": {},
|
|
1969
|
-
"cxLiterals": [],
|
|
1970
|
-
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
1971
|
-
"internalComponentProps": {},
|
|
1972
|
-
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
1973
|
-
"runtimeConfigDefaultProps": {},
|
|
1974
|
-
"runtimeConfigGetStyles": {},
|
|
1975
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1976
|
-
"motionVarPrefixes": []
|
|
1977
|
-
};
|
|
1978
|
-
var Toast = {
|
|
1979
|
-
"name": "Toast",
|
|
1980
|
-
"defaultProps": {},
|
|
1981
|
-
"getStylesLiterals": {
|
|
1982
|
-
"className": "animate-spin",
|
|
1983
|
-
"className:1": "flex-none",
|
|
1984
|
-
"spacing": "2",
|
|
1985
|
-
"borderRadius": "full"
|
|
1986
|
-
},
|
|
1987
|
-
"cxLiterals": [
|
|
1988
|
-
"duration-0",
|
|
1989
|
-
"duration-120",
|
|
1990
|
-
"transition-[background-color]",
|
|
1991
|
-
"bg-carbon-15/0",
|
|
1992
|
-
"hover:bg-carbon-15/10",
|
|
1993
|
-
"active:bg-carbon-15/15",
|
|
1994
|
-
"uds-ring"
|
|
1995
|
-
],
|
|
1996
|
-
"internalComponents": [
|
|
1997
|
-
"IconSlot",
|
|
1998
|
-
"ToastContainer",
|
|
1999
|
-
"Text",
|
|
2000
|
-
"Button",
|
|
2001
|
-
"Pressable"
|
|
2002
|
-
],
|
|
2003
|
-
"internalComponentProps": {},
|
|
2004
|
-
"propToVariantKeys": {
|
|
2005
|
-
"size": [
|
|
2006
|
-
"toastSizeLabel",
|
|
2007
|
-
"toastSizeIcon",
|
|
2008
|
-
"toastSizeActionButton",
|
|
2009
|
-
"toastSizeCloseIcon"
|
|
2010
|
-
],
|
|
2011
|
-
"variant": [
|
|
2012
|
-
"toastVariantIcon",
|
|
2013
|
-
"toastVariantActionButton",
|
|
2014
|
-
"toastVariantCloseIcon"
|
|
2015
|
-
],
|
|
2016
|
-
"closeIcon": ["icon"],
|
|
2017
|
-
"onClickActionButton": ["onClick"]
|
|
2018
|
-
},
|
|
2019
|
-
"runtimeConfigDefaultProps": {
|
|
2020
|
-
"size": "toast.defaultSize",
|
|
2021
|
-
"variant": "toast.defaultVariant"
|
|
2022
|
-
},
|
|
2023
|
-
"runtimeConfigGetStyles": {
|
|
2024
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
2025
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2026
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
2027
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2028
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2029
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2030
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2031
|
-
},
|
|
2032
|
-
"runtimeConfigInternalComponentProps": {
|
|
2033
|
-
"ToastContainer": {
|
|
2034
|
-
"size": ["toast.defaultSize"],
|
|
2035
|
-
"variant": ["toast.defaultVariant"]
|
|
2036
|
-
},
|
|
2037
|
-
"Text": {
|
|
2038
|
-
"variant": ["toast.textVariant.${size}"],
|
|
2039
|
-
"color": ["toast.textColor.${variant}"]
|
|
2040
|
-
},
|
|
2041
|
-
"Button": {
|
|
2042
|
-
"size": ["toast.buttonSize.${size}"],
|
|
2043
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
|
-
"motionVarPrefixes": []
|
|
2047
|
-
};
|
|
2048
|
-
var ToastContainer = {
|
|
2049
|
-
"name": "ToastContainer",
|
|
2050
|
-
"defaultProps": {},
|
|
2051
|
-
"getStylesLiterals": {
|
|
2052
|
-
"position": "relative",
|
|
2053
|
-
"alignItems": "center",
|
|
2054
|
-
"display": "flex",
|
|
2055
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2056
|
-
},
|
|
2057
|
-
"cxLiterals": ["w-full"],
|
|
2058
|
-
"internalComponents": ["HStack"],
|
|
2059
|
-
"internalComponentProps": { "HStack": {
|
|
2060
|
-
"alignItems": ["center"],
|
|
2061
|
-
"justifyContent": ["space-between"],
|
|
2062
|
-
"overflow": ["hidden"],
|
|
2063
|
-
"position": ["relative"]
|
|
2064
|
-
} },
|
|
2065
|
-
"propToVariantKeys": {
|
|
2066
|
-
"variant": ["toastVariantRoot"],
|
|
2067
|
-
"size": ["toastSizeRoot"]
|
|
2068
|
-
},
|
|
2069
|
-
"runtimeConfigDefaultProps": {
|
|
2070
|
-
"size": "toast.defaultSize",
|
|
2071
|
-
"variant": "toast.defaultVariant"
|
|
2072
|
-
},
|
|
2073
|
-
"runtimeConfigGetStyles": {
|
|
2074
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2075
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
2076
|
-
},
|
|
2077
|
-
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2213
|
+
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
2214
|
+
"runtimeConfigDefaultProps": {},
|
|
2215
|
+
"runtimeConfigGetStyles": {},
|
|
2216
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2078
2217
|
"motionVarPrefixes": []
|
|
2079
2218
|
};
|
|
2080
|
-
var
|
|
2081
|
-
"name": "
|
|
2219
|
+
var TabPanel = {
|
|
2220
|
+
"name": "TabPanel",
|
|
2082
2221
|
"defaultProps": {},
|
|
2083
2222
|
"getStylesLiterals": {},
|
|
2084
2223
|
"cxLiterals": [],
|
|
2085
|
-
"internalComponents": ["
|
|
2224
|
+
"internalComponents": ["AriakitTabPanel"],
|
|
2086
2225
|
"internalComponentProps": {},
|
|
2087
2226
|
"propToVariantKeys": {},
|
|
2088
|
-
"runtimeConfigDefaultProps": {
|
|
2089
|
-
"size": "toast.defaultSize",
|
|
2090
|
-
"variant": "toast.defaultVariant"
|
|
2091
|
-
},
|
|
2227
|
+
"runtimeConfigDefaultProps": {},
|
|
2092
2228
|
"runtimeConfigGetStyles": {},
|
|
2093
|
-
"runtimeConfigInternalComponentProps": {
|
|
2229
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2094
2230
|
"motionVarPrefixes": []
|
|
2095
2231
|
};
|
|
2096
|
-
var
|
|
2097
|
-
"name": "
|
|
2098
|
-
"defaultProps": {},
|
|
2232
|
+
var Tabs = {
|
|
2233
|
+
"name": "Tabs",
|
|
2234
|
+
"defaultProps": { "variant": "primary" },
|
|
2099
2235
|
"getStylesLiterals": {},
|
|
2100
2236
|
"cxLiterals": [],
|
|
2101
|
-
"internalComponents": ["
|
|
2237
|
+
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
2102
2238
|
"internalComponentProps": {},
|
|
2103
|
-
"propToVariantKeys": {},
|
|
2239
|
+
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
2104
2240
|
"runtimeConfigDefaultProps": {},
|
|
2105
2241
|
"runtimeConfigGetStyles": {},
|
|
2106
2242
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -2197,317 +2333,168 @@ var UDSTooltipConfigProvider = {
|
|
|
2197
2333
|
"runtimeConfigInternalComponentProps": {},
|
|
2198
2334
|
"motionVarPrefixes": []
|
|
2199
2335
|
};
|
|
2200
|
-
var
|
|
2201
|
-
"name": "
|
|
2202
|
-
"defaultProps": {},
|
|
2203
|
-
"getStylesLiterals": {},
|
|
2204
|
-
"cxLiterals": [],
|
|
2205
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2206
|
-
"internalComponentProps": {},
|
|
2207
|
-
"propToVariantKeys": {},
|
|
2208
|
-
"runtimeConfigDefaultProps": {},
|
|
2209
|
-
"runtimeConfigGetStyles": {},
|
|
2210
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2211
|
-
"motionVarPrefixes": []
|
|
2212
|
-
};
|
|
2213
|
-
var UDSConfigProvider = {
|
|
2214
|
-
"name": "UDSConfigProvider",
|
|
2336
|
+
var Toast = {
|
|
2337
|
+
"name": "Toast",
|
|
2215
2338
|
"defaultProps": {},
|
|
2216
|
-
"getStylesLiterals": {
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2221
|
-
"UDSToastConfigProvider",
|
|
2222
|
-
"UDSTooltipConfigProvider",
|
|
2223
|
-
"UDSPopoverConfigProvider"
|
|
2224
|
-
],
|
|
2225
|
-
"internalComponentProps": {},
|
|
2226
|
-
"propToVariantKeys": {},
|
|
2227
|
-
"runtimeConfigDefaultProps": {},
|
|
2228
|
-
"runtimeConfigGetStyles": {},
|
|
2229
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2230
|
-
"motionVarPrefixes": []
|
|
2231
|
-
};
|
|
2232
|
-
var Accordion = {
|
|
2233
|
-
"name": "Accordion",
|
|
2234
|
-
"defaultProps": {
|
|
2235
|
-
"spacingHorizontal": "4",
|
|
2236
|
-
"spacingVertical": "4"
|
|
2339
|
+
"getStylesLiterals": {
|
|
2340
|
+
"className": "animate-spin",
|
|
2341
|
+
"className:1": "flex-none",
|
|
2342
|
+
"spacing": "2",
|
|
2343
|
+
"borderRadius": "full"
|
|
2237
2344
|
},
|
|
2238
|
-
"
|
|
2239
|
-
|
|
2345
|
+
"cxLiterals": [
|
|
2346
|
+
"duration-0",
|
|
2347
|
+
"duration-120",
|
|
2348
|
+
"transition-[background-color]",
|
|
2349
|
+
"bg-carbon-15/0",
|
|
2350
|
+
"hover:bg-carbon-15/10",
|
|
2351
|
+
"active:bg-carbon-15/15",
|
|
2352
|
+
"uds-ring"
|
|
2353
|
+
],
|
|
2240
2354
|
"internalComponents": [
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2243
|
-
"Pressable",
|
|
2355
|
+
"IconSlot",
|
|
2356
|
+
"ToastContainer",
|
|
2244
2357
|
"Text",
|
|
2245
|
-
"
|
|
2246
|
-
"
|
|
2247
|
-
"VStack"
|
|
2358
|
+
"Button",
|
|
2359
|
+
"Pressable"
|
|
2248
2360
|
],
|
|
2249
|
-
"internalComponentProps": {
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
"
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2361
|
+
"internalComponentProps": {},
|
|
2362
|
+
"propToVariantKeys": {
|
|
2363
|
+
"size": [
|
|
2364
|
+
"toastSizeLabel",
|
|
2365
|
+
"toastSizeIcon",
|
|
2366
|
+
"toastSizeActionButton",
|
|
2367
|
+
"toastSizeCloseIcon"
|
|
2368
|
+
],
|
|
2369
|
+
"variant": [
|
|
2370
|
+
"toastVariantIcon",
|
|
2371
|
+
"toastVariantActionButton",
|
|
2372
|
+
"toastVariantCloseIcon"
|
|
2373
|
+
],
|
|
2374
|
+
"closeIcon": ["icon"],
|
|
2375
|
+
"onClickActionButton": ["onClick"]
|
|
2376
|
+
},
|
|
2377
|
+
"runtimeConfigDefaultProps": {
|
|
2378
|
+
"size": "toast.defaultSize",
|
|
2379
|
+
"variant": "toast.defaultVariant"
|
|
2380
|
+
},
|
|
2381
|
+
"runtimeConfigGetStyles": {
|
|
2382
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
2383
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2384
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
2385
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2386
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2387
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2388
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2389
|
+
},
|
|
2390
|
+
"runtimeConfigInternalComponentProps": {
|
|
2391
|
+
"ToastContainer": {
|
|
2392
|
+
"size": ["toast.defaultSize"],
|
|
2393
|
+
"variant": ["toast.defaultVariant"]
|
|
2265
2394
|
},
|
|
2266
2395
|
"Text": {
|
|
2267
|
-
"variant": ["
|
|
2268
|
-
"color": ["
|
|
2396
|
+
"variant": ["toast.textVariant.${size}"],
|
|
2397
|
+
"color": ["toast.textColor.${variant}"]
|
|
2269
2398
|
},
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2273
|
-
"justifyContent": ["space-between"],
|
|
2274
|
-
"columnGap": ["2.5"]
|
|
2399
|
+
"Button": {
|
|
2400
|
+
"size": ["toast.buttonSize.${size}"],
|
|
2401
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
2275
2402
|
}
|
|
2276
2403
|
},
|
|
2277
|
-
"
|
|
2278
|
-
"runtimeConfigDefaultProps": {},
|
|
2279
|
-
"runtimeConfigGetStyles": {},
|
|
2280
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2281
|
-
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2404
|
+
"motionVarPrefixes": []
|
|
2282
2405
|
};
|
|
2283
|
-
var
|
|
2284
|
-
"name": "
|
|
2406
|
+
var ToastContainer = {
|
|
2407
|
+
"name": "ToastContainer",
|
|
2285
2408
|
"defaultProps": {},
|
|
2286
|
-
"getStylesLiterals": {
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2409
|
+
"getStylesLiterals": {
|
|
2410
|
+
"position": "relative",
|
|
2411
|
+
"alignItems": "center",
|
|
2412
|
+
"display": "flex",
|
|
2413
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2414
|
+
},
|
|
2415
|
+
"cxLiterals": ["w-full"],
|
|
2416
|
+
"internalComponents": ["HStack"],
|
|
2417
|
+
"internalComponentProps": { "HStack": {
|
|
2418
|
+
"alignItems": ["center"],
|
|
2419
|
+
"justifyContent": ["space-between"],
|
|
2420
|
+
"overflow": ["hidden"],
|
|
2421
|
+
"position": ["relative"]
|
|
2422
|
+
} },
|
|
2423
|
+
"propToVariantKeys": {
|
|
2424
|
+
"variant": ["toastVariantRoot"],
|
|
2425
|
+
"size": ["toastSizeRoot"]
|
|
2426
|
+
},
|
|
2427
|
+
"runtimeConfigDefaultProps": {
|
|
2428
|
+
"size": "toast.defaultSize",
|
|
2429
|
+
"variant": "toast.defaultVariant"
|
|
2430
|
+
},
|
|
2431
|
+
"runtimeConfigGetStyles": {
|
|
2432
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2433
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
2434
|
+
},
|
|
2435
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2294
2436
|
"motionVarPrefixes": []
|
|
2295
2437
|
};
|
|
2296
|
-
var
|
|
2297
|
-
"name": "
|
|
2438
|
+
var ToastPortal = {
|
|
2439
|
+
"name": "ToastPortal",
|
|
2298
2440
|
"defaultProps": {},
|
|
2299
2441
|
"getStylesLiterals": {},
|
|
2300
|
-
"cxLiterals": [
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2307
|
-
"origin-center",
|
|
2308
|
-
"scale-95",
|
|
2309
|
-
"opacity-0",
|
|
2310
|
-
"transition",
|
|
2311
|
-
"duration-150",
|
|
2312
|
-
"data-[enter]:scale-100",
|
|
2313
|
-
"data-[enter]:opacity-100",
|
|
2314
|
-
"data-[enter]:bg-primary",
|
|
2315
|
-
"backdrop-blur-0",
|
|
2316
|
-
"data-[enter]:opacity-60",
|
|
2317
|
-
"data-[enter]:backdrop-blur-sm"
|
|
2318
|
-
],
|
|
2319
|
-
"internalComponents": [
|
|
2320
|
-
"IconButton",
|
|
2321
|
-
"Dialog",
|
|
2322
|
-
"HStack",
|
|
2323
|
-
"Text",
|
|
2324
|
-
"VStack"
|
|
2325
|
-
],
|
|
2326
|
-
"internalComponentProps": {
|
|
2327
|
-
"IconButton": {
|
|
2328
|
-
"aria-label": ["Close"],
|
|
2329
|
-
"size": ["sm"],
|
|
2330
|
-
"variant": ["tertiary"]
|
|
2331
|
-
},
|
|
2332
|
-
"HStack": {
|
|
2333
|
-
"alignItems": ["center"],
|
|
2334
|
-
"justifyContent": ["space-between"]
|
|
2335
|
-
},
|
|
2336
|
-
"Text": {
|
|
2337
|
-
"variant": ["headline1"],
|
|
2338
|
-
"color": ["primary"]
|
|
2339
|
-
},
|
|
2340
|
-
"VStack": {
|
|
2341
|
-
"borderRadius": ["md"],
|
|
2342
|
-
"position": ["fixed"],
|
|
2343
|
-
"backgroundColor": ["primary"],
|
|
2344
|
-
"dropShadow": ["md"],
|
|
2345
|
-
"spacing": ["8"],
|
|
2346
|
-
"overflow": ["hidden"]
|
|
2347
|
-
}
|
|
2442
|
+
"cxLiterals": [],
|
|
2443
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
2444
|
+
"internalComponentProps": {},
|
|
2445
|
+
"propToVariantKeys": {},
|
|
2446
|
+
"runtimeConfigDefaultProps": {
|
|
2447
|
+
"size": "toast.defaultSize",
|
|
2448
|
+
"variant": "toast.defaultVariant"
|
|
2348
2449
|
},
|
|
2349
|
-
"
|
|
2450
|
+
"runtimeConfigGetStyles": {},
|
|
2451
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2452
|
+
"motionVarPrefixes": []
|
|
2453
|
+
};
|
|
2454
|
+
var UDSToastConfigProvider = {
|
|
2455
|
+
"name": "UDSToastConfigProvider",
|
|
2456
|
+
"defaultProps": {},
|
|
2457
|
+
"getStylesLiterals": {},
|
|
2458
|
+
"cxLiterals": [],
|
|
2459
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
2460
|
+
"internalComponentProps": {},
|
|
2461
|
+
"propToVariantKeys": {},
|
|
2350
2462
|
"runtimeConfigDefaultProps": {},
|
|
2351
2463
|
"runtimeConfigGetStyles": {},
|
|
2352
2464
|
"runtimeConfigInternalComponentProps": {},
|
|
2353
2465
|
"motionVarPrefixes": []
|
|
2354
2466
|
};
|
|
2355
|
-
var
|
|
2356
|
-
"name": "
|
|
2357
|
-
"defaultProps": {
|
|
2358
|
-
"getStylesLiterals": {
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
"spacingHorizontal": "3",
|
|
2364
|
-
"columnGap": "1.5",
|
|
2365
|
-
"borderWidth": "thin",
|
|
2366
|
-
"borderRadius": "full",
|
|
2367
|
-
"borderColor": "muted",
|
|
2368
|
-
"borderColor:1": "transparent",
|
|
2369
|
-
"color": "primary",
|
|
2370
|
-
"color:1": "tertiary",
|
|
2371
|
-
"color:2": "muted"
|
|
2372
|
-
},
|
|
2373
|
-
"cxLiterals": [
|
|
2374
|
-
"uds-ring",
|
|
2375
|
-
"cursor-not-allowed",
|
|
2376
|
-
"opacity-50",
|
|
2377
|
-
"pointer-events-none",
|
|
2378
|
-
"hover:bg-primary"
|
|
2379
|
-
],
|
|
2380
|
-
"internalComponents": [
|
|
2381
|
-
"TextVariant",
|
|
2382
|
-
"Radio",
|
|
2383
|
-
"Icon",
|
|
2384
|
-
"RadioProvider",
|
|
2385
|
-
"HStack",
|
|
2386
|
-
"RadioGroup",
|
|
2387
|
-
"Pressable",
|
|
2388
|
-
"Text"
|
|
2389
|
-
],
|
|
2390
|
-
"internalComponentProps": {
|
|
2391
|
-
"Icon": {
|
|
2392
|
-
"size": ["sm"],
|
|
2393
|
-
"color": ["current"],
|
|
2394
|
-
"aria-hidden": ["true"]
|
|
2395
|
-
},
|
|
2396
|
-
"HStack": {
|
|
2397
|
-
"spacing": ["1"],
|
|
2398
|
-
"gap": ["1"],
|
|
2399
|
-
"backgroundColor": ["secondary"],
|
|
2400
|
-
"borderRadius": ["full"],
|
|
2401
|
-
"display": ["inline-flex"]
|
|
2402
|
-
},
|
|
2403
|
-
"Text": { "color": ["current"] }
|
|
2404
|
-
},
|
|
2405
|
-
"propToVariantKeys": {
|
|
2406
|
-
"value": ["key"],
|
|
2407
|
-
"label": ["aria-label"],
|
|
2408
|
-
"textVariant": ["variant"]
|
|
2409
|
-
},
|
|
2467
|
+
var UDSBreakpointsConfigProvider = {
|
|
2468
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2469
|
+
"defaultProps": {},
|
|
2470
|
+
"getStylesLiterals": {},
|
|
2471
|
+
"cxLiterals": [],
|
|
2472
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2473
|
+
"internalComponentProps": {},
|
|
2474
|
+
"propToVariantKeys": {},
|
|
2410
2475
|
"runtimeConfigDefaultProps": {},
|
|
2411
2476
|
"runtimeConfigGetStyles": {},
|
|
2412
2477
|
"runtimeConfigInternalComponentProps": {},
|
|
2413
2478
|
"motionVarPrefixes": []
|
|
2414
2479
|
};
|
|
2415
|
-
var
|
|
2416
|
-
"name": "
|
|
2417
|
-
"defaultProps": {
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
},
|
|
2421
|
-
"getStylesLiterals": {
|
|
2422
|
-
"switchVariantRoot": "default",
|
|
2423
|
-
"switchVariantActiveRoot": "on",
|
|
2424
|
-
"switchVariantActiveRoot:1": "off",
|
|
2425
|
-
"switchVariantSwitch": "default",
|
|
2426
|
-
"switchVariantActiveSwitch": "on",
|
|
2427
|
-
"switchVariantActiveSwitch:1": "off",
|
|
2428
|
-
"switchVariantActiveHandle": "on",
|
|
2429
|
-
"switchVariantActiveHandle:1": "off",
|
|
2430
|
-
"switchVariantHandle": "default",
|
|
2431
|
-
"switchVariantHandleIcon": "default",
|
|
2432
|
-
"switchVariantActiveHandleIcon": "on",
|
|
2433
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
2434
|
-
},
|
|
2435
|
-
"cxLiterals": [
|
|
2436
|
-
"group",
|
|
2437
|
-
"flex",
|
|
2438
|
-
"items-center",
|
|
2439
|
-
"flex-row",
|
|
2440
|
-
"flex-row-reverse",
|
|
2441
|
-
"uds-ring",
|
|
2442
|
-
"uds-ring-within",
|
|
2443
|
-
"relative",
|
|
2444
|
-
"uds-border-radius-full",
|
|
2445
|
-
"transition-[background-color,box-shadow]",
|
|
2446
|
-
"pointer-events-none",
|
|
2447
|
-
"w-full",
|
|
2448
|
-
"h-full",
|
|
2449
|
-
"absolute",
|
|
2450
|
-
"top-0",
|
|
2451
|
-
"bottom-0",
|
|
2452
|
-
"right-0",
|
|
2453
|
-
"left-0",
|
|
2454
|
-
"overflow-hidden",
|
|
2455
|
-
"group-hover:scale-105",
|
|
2456
|
-
"opacity-95",
|
|
2457
|
-
"group-hover:opacity-100",
|
|
2458
|
-
"transition-[transform,opacity]",
|
|
2459
|
-
"opacity-0",
|
|
2460
|
-
"top-1/2",
|
|
2461
|
-
"left-1/2",
|
|
2462
|
-
"transform",
|
|
2463
|
-
"translate-x-[-50%]",
|
|
2464
|
-
"translate-y-[-50%]",
|
|
2465
|
-
"transition-opacity",
|
|
2466
|
-
"cursor-[inherit]",
|
|
2467
|
-
"w-[calc(100%+2px)]",
|
|
2468
|
-
"h-[calc(100%+2px)]",
|
|
2469
|
-
"text-start",
|
|
2470
|
-
"text-end",
|
|
2471
|
-
"opacity-100"
|
|
2472
|
-
],
|
|
2480
|
+
var UDSConfigProvider = {
|
|
2481
|
+
"name": "UDSConfigProvider",
|
|
2482
|
+
"defaultProps": {},
|
|
2483
|
+
"getStylesLiterals": {},
|
|
2484
|
+
"cxLiterals": [],
|
|
2473
2485
|
"internalComponents": [
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2477
|
-
"
|
|
2478
|
-
"
|
|
2479
|
-
"MotionBox"
|
|
2486
|
+
"UDSBreakpointsConfigProvider",
|
|
2487
|
+
"UDSBottomSheetConfigProvider",
|
|
2488
|
+
"UDSToastConfigProvider",
|
|
2489
|
+
"UDSTooltipConfigProvider",
|
|
2490
|
+
"UDSPopoverConfigProvider"
|
|
2480
2491
|
],
|
|
2481
|
-
"internalComponentProps": {
|
|
2482
|
-
|
|
2483
|
-
"FormLabel": {
|
|
2484
|
-
"as": ["div"],
|
|
2485
|
-
"variant": ["inherit"],
|
|
2486
|
-
"color": ["inherit"]
|
|
2487
|
-
},
|
|
2488
|
-
"SpringMotionConfig": {
|
|
2489
|
-
"layoutVariant": ["bouncy"],
|
|
2490
|
-
"layoutSpeed": ["4"]
|
|
2491
|
-
},
|
|
2492
|
-
"RootElement": { "data-testid": ["switch-root"] },
|
|
2493
|
-
"MotionBox": { "layout": ["position"] }
|
|
2494
|
-
},
|
|
2495
|
-
"propToVariantKeys": {
|
|
2496
|
-
"size": [
|
|
2497
|
-
"switchSizeRoot",
|
|
2498
|
-
"switchSizeSwitch",
|
|
2499
|
-
"switchSizeHandle",
|
|
2500
|
-
"switchSizeHandleIcon"
|
|
2501
|
-
],
|
|
2502
|
-
"onIcon": ["icon"],
|
|
2503
|
-
"offIcon": ["icon"],
|
|
2504
|
-
"reduceMotion": ["reducedMotion"],
|
|
2505
|
-
"isOn": ["layoutDependency"]
|
|
2506
|
-
},
|
|
2492
|
+
"internalComponentProps": {},
|
|
2493
|
+
"propToVariantKeys": {},
|
|
2507
2494
|
"runtimeConfigDefaultProps": {},
|
|
2508
2495
|
"runtimeConfigGetStyles": {},
|
|
2509
2496
|
"runtimeConfigInternalComponentProps": {},
|
|
2510
|
-
"motionVarPrefixes": [
|
|
2497
|
+
"motionVarPrefixes": []
|
|
2511
2498
|
};
|
|
2512
2499
|
var componentData_default = {
|
|
2513
2500
|
Box,
|
|
@@ -2521,17 +2508,13 @@ var componentData_default = {
|
|
|
2521
2508
|
SvgFloatingOverlay,
|
|
2522
2509
|
Text,
|
|
2523
2510
|
VStack,
|
|
2524
|
-
Avatar,
|
|
2525
|
-
AvatarIcon,
|
|
2526
|
-
AvatarImageNoFallback,
|
|
2527
|
-
AvatarText,
|
|
2528
2511
|
Banner,
|
|
2529
2512
|
BannerContent,
|
|
2530
2513
|
BannerDescription,
|
|
2531
2514
|
BannerTitle,
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2515
|
+
Spinner,
|
|
2516
|
+
"Table.mocks": Table_mocks,
|
|
2517
|
+
Table,
|
|
2535
2518
|
AnimateHeightChange,
|
|
2536
2519
|
Badge,
|
|
2537
2520
|
Button,
|
|
@@ -2540,10 +2523,31 @@ var componentData_default = {
|
|
|
2540
2523
|
Pressable,
|
|
2541
2524
|
SpringMotionConfig,
|
|
2542
2525
|
Switch,
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2526
|
+
Divider,
|
|
2527
|
+
DividerCore,
|
|
2528
|
+
DividerInternal,
|
|
2529
|
+
Accordion,
|
|
2530
|
+
AvoidMotionLibraryProvider,
|
|
2531
|
+
Modal,
|
|
2532
|
+
SegmentedControl,
|
|
2533
|
+
SwitchV2,
|
|
2534
|
+
Radio,
|
|
2535
|
+
RadioGroupProvider,
|
|
2536
|
+
RadioGroupStore,
|
|
2537
|
+
Popover,
|
|
2538
|
+
PopoverContent,
|
|
2539
|
+
PopoverContext,
|
|
2540
|
+
PopoverTrigger,
|
|
2541
|
+
UDSPopoverConfigProvider,
|
|
2542
|
+
"Menu.Content": Menu_Content,
|
|
2543
|
+
"Menu.Divider": Menu_Divider,
|
|
2544
|
+
"Menu.Item": Menu_Item,
|
|
2545
|
+
"Menu.ItemBase": Menu_ItemBase,
|
|
2546
|
+
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2547
|
+
"Menu.Provider": Menu_Provider,
|
|
2548
|
+
"Menu.Trigger": Menu_Trigger,
|
|
2549
|
+
"Menu.index": Menu_index,
|
|
2550
|
+
Menu,
|
|
2547
2551
|
BottomSheet,
|
|
2548
2552
|
BottomSheetContent,
|
|
2549
2553
|
BottomSheetDismiss,
|
|
@@ -2553,52 +2557,33 @@ var componentData_default = {
|
|
|
2553
2557
|
BottomSheetProvider,
|
|
2554
2558
|
BottomSheetTrigger,
|
|
2555
2559
|
UDSBottomSheetConfigProvider,
|
|
2560
|
+
Avatar,
|
|
2561
|
+
AvatarIcon,
|
|
2562
|
+
AvatarImage,
|
|
2563
|
+
AvatarText,
|
|
2564
|
+
Input,
|
|
2565
|
+
InputHelpText,
|
|
2566
|
+
InputHelpTextInternal,
|
|
2556
2567
|
Chip,
|
|
2557
2568
|
ChipBase,
|
|
2558
2569
|
ChipButton,
|
|
2559
2570
|
ChipDismissible,
|
|
2560
2571
|
ChipLink,
|
|
2561
2572
|
ChipToggle,
|
|
2562
|
-
"Menu.Content": Menu_Content,
|
|
2563
|
-
"Menu.Divider": Menu_Divider,
|
|
2564
|
-
"Menu.Item": Menu_Item,
|
|
2565
|
-
"Menu.ItemBase": Menu_ItemBase,
|
|
2566
|
-
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2567
|
-
"Menu.Provider": Menu_Provider,
|
|
2568
|
-
"Menu.Trigger": Menu_Trigger,
|
|
2569
|
-
"Menu.index": Menu_index,
|
|
2570
|
-
Menu,
|
|
2571
|
-
Input,
|
|
2572
|
-
InputHelpText,
|
|
2573
|
-
InputHelpTextInternal,
|
|
2574
|
-
Popover,
|
|
2575
|
-
PopoverContent,
|
|
2576
|
-
PopoverContext,
|
|
2577
|
-
PopoverTrigger,
|
|
2578
|
-
UDSPopoverConfigProvider,
|
|
2579
|
-
Radio,
|
|
2580
|
-
RadioGroupProvider,
|
|
2581
|
-
RadioGroupStore,
|
|
2582
2573
|
Tab,
|
|
2583
2574
|
TabList,
|
|
2584
2575
|
TabPanel,
|
|
2585
2576
|
Tabs,
|
|
2586
|
-
Toast,
|
|
2587
|
-
ToastContainer,
|
|
2588
|
-
ToastPortal,
|
|
2589
|
-
UDSToastConfigProvider,
|
|
2590
2577
|
Tooltip,
|
|
2591
2578
|
TooltipContent,
|
|
2592
2579
|
TooltipTrigger,
|
|
2593
2580
|
UDSTooltipConfigProvider,
|
|
2581
|
+
Toast,
|
|
2582
|
+
ToastContainer,
|
|
2583
|
+
ToastPortal,
|
|
2584
|
+
UDSToastConfigProvider,
|
|
2594
2585
|
UDSBreakpointsConfigProvider,
|
|
2595
|
-
UDSConfigProvider
|
|
2596
|
-
Accordion,
|
|
2597
|
-
AvoidMotionLibraryProvider,
|
|
2598
|
-
Modal,
|
|
2599
|
-
SegmentedControl,
|
|
2600
|
-
SwitchV2
|
|
2586
|
+
UDSConfigProvider
|
|
2601
2587
|
};
|
|
2602
|
-
|
|
2603
2588
|
//#endregion
|
|
2604
|
-
export { Accordion, AnimateHeightChange, Avatar, AvatarIcon, AvatarImage,
|
|
2589
|
+
export { Accordion, AnimateHeightChange, Avatar, AvatarIcon, AvatarImage, AvatarText, AvoidMotionLibraryProvider, Badge, Banner, BannerContent, BannerDescription, BannerTitle, BottomSheet, BottomSheetContent, BottomSheetDismiss, BottomSheetHandle, BottomSheetHeader, BottomSheetInternalContext, BottomSheetProvider, BottomSheetTrigger, Box, Button, Checkbox, Chip, ChipBase, ChipButton, ChipDismissible, ChipLink, ChipToggle, Divider, DividerCore, DividerInternal, FormLabel, HStack, Icon, IconButton, IconSlot, Image, Input, InputHelpText, InputHelpTextInternal, Link, Menu, Menu_Content as "Menu.Content", Menu_Divider as "Menu.Divider", Menu_Item as "Menu.Item", Menu_ItemBase as "Menu.ItemBase", Menu_ItemCheckbox as "Menu.ItemCheckbox", Menu_Provider as "Menu.Provider", Menu_Trigger as "Menu.Trigger", Menu_index as "Menu.index", Modal, Popover, PopoverContent, PopoverContext, PopoverTrigger, Pressable, Radio, RadioGroupProvider, RadioGroupStore, Scrim, SegmentedControl, Spinner, SpringMotionConfig, SvgFloatingOverlay, Switch, SwitchV2, Tab, TabList, TabPanel, Table, Table_mocks as "Table.mocks", Tabs, Text, Toast, ToastContainer, ToastPortal, Tooltip, TooltipContent, TooltipTrigger, UDSBottomSheetConfigProvider, UDSBreakpointsConfigProvider, UDSConfigProvider, UDSPopoverConfigProvider, UDSToastConfigProvider, UDSTooltipConfigProvider, VStack, componentData_default as default };
|