@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
|
@@ -96,7 +96,9 @@
|
|
|
96
96
|
"cxLiterals": [
|
|
97
97
|
"[&_path]:fill-current"
|
|
98
98
|
],
|
|
99
|
-
"internalComponents": [
|
|
99
|
+
"internalComponents": [
|
|
100
|
+
"SVGIcon"
|
|
101
|
+
],
|
|
100
102
|
"internalComponentProps": {},
|
|
101
103
|
"propToVariantKeys": {},
|
|
102
104
|
"runtimeConfigDefaultProps": {},
|
|
@@ -332,122 +334,6 @@
|
|
|
332
334
|
"runtimeConfigInternalComponentProps": {},
|
|
333
335
|
"motionVarPrefixes": []
|
|
334
336
|
},
|
|
335
|
-
"Avatar": {
|
|
336
|
-
"name": "Avatar",
|
|
337
|
-
"defaultProps": {},
|
|
338
|
-
"getStylesLiterals": {},
|
|
339
|
-
"cxLiterals": [],
|
|
340
|
-
"internalComponents": [
|
|
341
|
-
"AvatarImage",
|
|
342
|
-
"AvatarText",
|
|
343
|
-
"AvatarIcon"
|
|
344
|
-
],
|
|
345
|
-
"internalComponentProps": {},
|
|
346
|
-
"propToVariantKeys": {},
|
|
347
|
-
"runtimeConfigDefaultProps": {},
|
|
348
|
-
"runtimeConfigGetStyles": {},
|
|
349
|
-
"runtimeConfigInternalComponentProps": {},
|
|
350
|
-
"motionVarPrefixes": []
|
|
351
|
-
},
|
|
352
|
-
"AvatarIcon": {
|
|
353
|
-
"name": "AvatarIcon",
|
|
354
|
-
"defaultProps": {
|
|
355
|
-
"size": "md",
|
|
356
|
-
"variant": "primary"
|
|
357
|
-
},
|
|
358
|
-
"getStylesLiterals": {},
|
|
359
|
-
"cxLiterals": [
|
|
360
|
-
"overflow-hidden",
|
|
361
|
-
"w-full",
|
|
362
|
-
"h-full",
|
|
363
|
-
"shrink-0",
|
|
364
|
-
"text-center",
|
|
365
|
-
"inline-flex",
|
|
366
|
-
"justify-center",
|
|
367
|
-
"items-center"
|
|
368
|
-
],
|
|
369
|
-
"internalComponents": [
|
|
370
|
-
"IconSlot",
|
|
371
|
-
"Box"
|
|
372
|
-
],
|
|
373
|
-
"internalComponentProps": {},
|
|
374
|
-
"propToVariantKeys": {
|
|
375
|
-
"size": [
|
|
376
|
-
"avatarSizeIcon"
|
|
377
|
-
]
|
|
378
|
-
},
|
|
379
|
-
"runtimeConfigDefaultProps": {},
|
|
380
|
-
"runtimeConfigGetStyles": {},
|
|
381
|
-
"runtimeConfigInternalComponentProps": {},
|
|
382
|
-
"motionVarPrefixes": []
|
|
383
|
-
},
|
|
384
|
-
"AvatarImageNoFallback": {
|
|
385
|
-
"name": "AvatarImageNoFallback",
|
|
386
|
-
"defaultProps": {
|
|
387
|
-
"size": "md",
|
|
388
|
-
"variant": "primary"
|
|
389
|
-
},
|
|
390
|
-
"getStylesLiterals": {},
|
|
391
|
-
"cxLiterals": [
|
|
392
|
-
"overflow-hidden",
|
|
393
|
-
"w-full",
|
|
394
|
-
"h-full",
|
|
395
|
-
"shrink-0",
|
|
396
|
-
"text-center",
|
|
397
|
-
"inline-flex",
|
|
398
|
-
"justify-center",
|
|
399
|
-
"items-center",
|
|
400
|
-
"object-cover"
|
|
401
|
-
],
|
|
402
|
-
"internalComponents": [
|
|
403
|
-
"UDSImage",
|
|
404
|
-
"Box"
|
|
405
|
-
],
|
|
406
|
-
"internalComponentProps": {},
|
|
407
|
-
"propToVariantKeys": {},
|
|
408
|
-
"runtimeConfigDefaultProps": {},
|
|
409
|
-
"runtimeConfigGetStyles": {},
|
|
410
|
-
"runtimeConfigInternalComponentProps": {},
|
|
411
|
-
"motionVarPrefixes": []
|
|
412
|
-
},
|
|
413
|
-
"AvatarText": {
|
|
414
|
-
"name": "AvatarText",
|
|
415
|
-
"defaultProps": {
|
|
416
|
-
"size": "md",
|
|
417
|
-
"variant": "primary"
|
|
418
|
-
},
|
|
419
|
-
"getStylesLiterals": {},
|
|
420
|
-
"cxLiterals": [
|
|
421
|
-
"overflow-hidden",
|
|
422
|
-
"truncate",
|
|
423
|
-
"w-full",
|
|
424
|
-
"h-full",
|
|
425
|
-
"shrink-0",
|
|
426
|
-
"text-center",
|
|
427
|
-
"inline-flex",
|
|
428
|
-
"justify-center",
|
|
429
|
-
"items-center"
|
|
430
|
-
],
|
|
431
|
-
"internalComponents": [
|
|
432
|
-
"Box",
|
|
433
|
-
"Text"
|
|
434
|
-
],
|
|
435
|
-
"internalComponentProps": {
|
|
436
|
-
"Text": {
|
|
437
|
-
"color": [
|
|
438
|
-
"inherit"
|
|
439
|
-
],
|
|
440
|
-
"variant": [
|
|
441
|
-
"inherit"
|
|
442
|
-
]
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"propToVariantKeys": {},
|
|
446
|
-
"runtimeConfigDefaultProps": {},
|
|
447
|
-
"runtimeConfigGetStyles": {},
|
|
448
|
-
"runtimeConfigInternalComponentProps": {},
|
|
449
|
-
"motionVarPrefixes": []
|
|
450
|
-
},
|
|
451
337
|
"Banner": {
|
|
452
338
|
"name": "Banner",
|
|
453
339
|
"defaultProps": {
|
|
@@ -602,61 +488,31 @@
|
|
|
602
488
|
"runtimeConfigInternalComponentProps": {},
|
|
603
489
|
"motionVarPrefixes": []
|
|
604
490
|
},
|
|
605
|
-
"
|
|
606
|
-
"name": "
|
|
607
|
-
"defaultProps": {},
|
|
608
|
-
"getStylesLiterals": {},
|
|
609
|
-
"cxLiterals": [],
|
|
610
|
-
"internalComponents": [
|
|
611
|
-
"DividerInternal"
|
|
612
|
-
],
|
|
613
|
-
"internalComponentProps": {},
|
|
614
|
-
"propToVariantKeys": {},
|
|
615
|
-
"runtimeConfigDefaultProps": {},
|
|
616
|
-
"runtimeConfigGetStyles": {},
|
|
617
|
-
"runtimeConfigInternalComponentProps": {},
|
|
618
|
-
"motionVarPrefixes": []
|
|
619
|
-
},
|
|
620
|
-
"DividerCore": {
|
|
621
|
-
"name": "DividerCore",
|
|
491
|
+
"Spinner": {
|
|
492
|
+
"name": "Spinner",
|
|
622
493
|
"defaultProps": {
|
|
623
|
-
"
|
|
494
|
+
"color": "primary",
|
|
495
|
+
"size": "lg"
|
|
624
496
|
},
|
|
625
497
|
"getStylesLiterals": {},
|
|
626
|
-
"cxLiterals": [
|
|
498
|
+
"cxLiterals": [
|
|
499
|
+
"self-center",
|
|
500
|
+
"relative",
|
|
501
|
+
"sr-only"
|
|
502
|
+
],
|
|
627
503
|
"internalComponents": [
|
|
628
|
-
"
|
|
629
|
-
"Line",
|
|
630
|
-
"InternalComponent",
|
|
631
|
-
"Text"
|
|
504
|
+
"Icon"
|
|
632
505
|
],
|
|
633
506
|
"internalComponentProps": {
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"none"
|
|
638
|
-
],
|
|
639
|
-
"display": [
|
|
640
|
-
"flex"
|
|
641
|
-
]
|
|
642
|
-
},
|
|
643
|
-
"InternalComponent": {
|
|
644
|
-
"flex": [
|
|
645
|
-
"1"
|
|
646
|
-
],
|
|
647
|
-
"alignItems": [
|
|
648
|
-
"center"
|
|
649
|
-
]
|
|
650
|
-
},
|
|
651
|
-
"Text": {
|
|
652
|
-
"as": [
|
|
653
|
-
"span"
|
|
507
|
+
"Icon": {
|
|
508
|
+
"role": [
|
|
509
|
+
"img"
|
|
654
510
|
],
|
|
655
|
-
"
|
|
656
|
-
"
|
|
511
|
+
"className": [
|
|
512
|
+
"animate-spin"
|
|
657
513
|
],
|
|
658
|
-
"
|
|
659
|
-
"
|
|
514
|
+
"aria-hidden": [
|
|
515
|
+
"true"
|
|
660
516
|
]
|
|
661
517
|
}
|
|
662
518
|
},
|
|
@@ -666,26 +522,53 @@
|
|
|
666
522
|
"runtimeConfigInternalComponentProps": {},
|
|
667
523
|
"motionVarPrefixes": []
|
|
668
524
|
},
|
|
669
|
-
"
|
|
670
|
-
"name": "
|
|
525
|
+
"Table.mocks": {
|
|
526
|
+
"name": "Table.mocks",
|
|
527
|
+
"defaultProps": {},
|
|
528
|
+
"getStylesLiterals": {},
|
|
529
|
+
"cxLiterals": [],
|
|
530
|
+
"internalComponents": [],
|
|
531
|
+
"internalComponentProps": {},
|
|
532
|
+
"propToVariantKeys": {},
|
|
533
|
+
"runtimeConfigDefaultProps": {},
|
|
534
|
+
"runtimeConfigGetStyles": {},
|
|
535
|
+
"runtimeConfigInternalComponentProps": {},
|
|
536
|
+
"motionVarPrefixes": []
|
|
537
|
+
},
|
|
538
|
+
"Table": {
|
|
539
|
+
"name": "Table",
|
|
671
540
|
"defaultProps": {
|
|
672
|
-
"
|
|
541
|
+
"display": "table-cell",
|
|
542
|
+
"overflow": "hidden",
|
|
543
|
+
"borderColor": "muted",
|
|
544
|
+
"borderRadius": "md",
|
|
545
|
+
"spacing": "3",
|
|
546
|
+
"borderBottomColor": "muted",
|
|
547
|
+
"borderBottomWidth": "thin",
|
|
548
|
+
"color": "primary"
|
|
673
549
|
},
|
|
674
|
-
"getStylesLiterals": {
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
],
|
|
550
|
+
"getStylesLiterals": {
|
|
551
|
+
"textAlign": "start"
|
|
552
|
+
},
|
|
553
|
+
"cxLiterals": [],
|
|
678
554
|
"internalComponents": [
|
|
679
|
-
"
|
|
555
|
+
"CellComponent",
|
|
556
|
+
"Box",
|
|
557
|
+
"Text",
|
|
558
|
+
"Table.Root",
|
|
559
|
+
"Table.Header",
|
|
560
|
+
"Table.Row",
|
|
561
|
+
"Table.Cell",
|
|
562
|
+
"Table.Body"
|
|
680
563
|
],
|
|
681
|
-
"internalComponentProps": {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
]
|
|
564
|
+
"internalComponentProps": {
|
|
565
|
+
"Table.Cell": {
|
|
566
|
+
"asHeaderCell": [
|
|
567
|
+
"column"
|
|
568
|
+
]
|
|
569
|
+
}
|
|
688
570
|
},
|
|
571
|
+
"propToVariantKeys": {},
|
|
689
572
|
"runtimeConfigDefaultProps": {},
|
|
690
573
|
"runtimeConfigGetStyles": {},
|
|
691
574
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1192,46 +1075,14 @@
|
|
|
1192
1075
|
"--uds-motion-smooth-3-"
|
|
1193
1076
|
]
|
|
1194
1077
|
},
|
|
1195
|
-
"
|
|
1196
|
-
"name": "
|
|
1197
|
-
"defaultProps": {
|
|
1198
|
-
"color": "primary",
|
|
1199
|
-
"size": "lg"
|
|
1200
|
-
},
|
|
1078
|
+
"Divider": {
|
|
1079
|
+
"name": "Divider",
|
|
1080
|
+
"defaultProps": {},
|
|
1201
1081
|
"getStylesLiterals": {},
|
|
1202
|
-
"cxLiterals": [
|
|
1203
|
-
"self-center",
|
|
1204
|
-
"relative",
|
|
1205
|
-
"sr-only"
|
|
1206
|
-
],
|
|
1082
|
+
"cxLiterals": [],
|
|
1207
1083
|
"internalComponents": [
|
|
1208
|
-
"
|
|
1084
|
+
"DividerInternal"
|
|
1209
1085
|
],
|
|
1210
|
-
"internalComponentProps": {
|
|
1211
|
-
"Icon": {
|
|
1212
|
-
"role": [
|
|
1213
|
-
"img"
|
|
1214
|
-
],
|
|
1215
|
-
"className": [
|
|
1216
|
-
"animate-spin"
|
|
1217
|
-
],
|
|
1218
|
-
"aria-hidden": [
|
|
1219
|
-
"true"
|
|
1220
|
-
]
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
"propToVariantKeys": {},
|
|
1224
|
-
"runtimeConfigDefaultProps": {},
|
|
1225
|
-
"runtimeConfigGetStyles": {},
|
|
1226
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1227
|
-
"motionVarPrefixes": []
|
|
1228
|
-
},
|
|
1229
|
-
"Table.mocks": {
|
|
1230
|
-
"name": "Table.mocks",
|
|
1231
|
-
"defaultProps": {},
|
|
1232
|
-
"getStylesLiterals": {},
|
|
1233
|
-
"cxLiterals": [],
|
|
1234
|
-
"internalComponents": [],
|
|
1235
1086
|
"internalComponentProps": {},
|
|
1236
1087
|
"propToVariantKeys": {},
|
|
1237
1088
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1239,36 +1090,46 @@
|
|
|
1239
1090
|
"runtimeConfigInternalComponentProps": {},
|
|
1240
1091
|
"motionVarPrefixes": []
|
|
1241
1092
|
},
|
|
1242
|
-
"
|
|
1243
|
-
"name": "
|
|
1093
|
+
"DividerCore": {
|
|
1094
|
+
"name": "DividerCore",
|
|
1244
1095
|
"defaultProps": {
|
|
1245
|
-
"
|
|
1246
|
-
"overflow": "hidden",
|
|
1247
|
-
"borderColor": "muted",
|
|
1248
|
-
"borderRadius": "md",
|
|
1249
|
-
"spacing": "3",
|
|
1250
|
-
"borderBottomColor": "muted",
|
|
1251
|
-
"borderBottomWidth": "thin",
|
|
1252
|
-
"color": "primary"
|
|
1253
|
-
},
|
|
1254
|
-
"getStylesLiterals": {
|
|
1255
|
-
"textAlign": "start"
|
|
1096
|
+
"contentPosition": "center"
|
|
1256
1097
|
},
|
|
1098
|
+
"getStylesLiterals": {},
|
|
1257
1099
|
"cxLiterals": [],
|
|
1258
1100
|
"internalComponents": [
|
|
1259
|
-
"CellComponent",
|
|
1260
1101
|
"Box",
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
"Table.Row",
|
|
1265
|
-
"Table.Cell",
|
|
1266
|
-
"Table.Body"
|
|
1102
|
+
"Line",
|
|
1103
|
+
"InternalComponent",
|
|
1104
|
+
"Text"
|
|
1267
1105
|
],
|
|
1268
1106
|
"internalComponentProps": {
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1107
|
+
"Box": {
|
|
1108
|
+
"flex": [
|
|
1109
|
+
"1",
|
|
1110
|
+
"none"
|
|
1111
|
+
],
|
|
1112
|
+
"display": [
|
|
1113
|
+
"flex"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"InternalComponent": {
|
|
1117
|
+
"flex": [
|
|
1118
|
+
"1"
|
|
1119
|
+
],
|
|
1120
|
+
"alignItems": [
|
|
1121
|
+
"center"
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
"Text": {
|
|
1125
|
+
"as": [
|
|
1126
|
+
"span"
|
|
1127
|
+
],
|
|
1128
|
+
"color": [
|
|
1129
|
+
"inherit"
|
|
1130
|
+
],
|
|
1131
|
+
"variant": [
|
|
1132
|
+
"inherit"
|
|
1272
1133
|
]
|
|
1273
1134
|
}
|
|
1274
1135
|
},
|
|
@@ -1278,115 +1139,108 @@
|
|
|
1278
1139
|
"runtimeConfigInternalComponentProps": {},
|
|
1279
1140
|
"motionVarPrefixes": []
|
|
1280
1141
|
},
|
|
1281
|
-
"
|
|
1282
|
-
"name": "
|
|
1283
|
-
"defaultProps": {
|
|
1142
|
+
"DividerInternal": {
|
|
1143
|
+
"name": "DividerInternal",
|
|
1144
|
+
"defaultProps": {
|
|
1145
|
+
"variant": "primary"
|
|
1146
|
+
},
|
|
1284
1147
|
"getStylesLiterals": {},
|
|
1285
|
-
"cxLiterals": [
|
|
1148
|
+
"cxLiterals": [
|
|
1149
|
+
"inherit"
|
|
1150
|
+
],
|
|
1286
1151
|
"internalComponents": [
|
|
1287
|
-
"
|
|
1288
|
-
"AvatarText",
|
|
1289
|
-
"AvatarIcon"
|
|
1152
|
+
"DividerCore"
|
|
1290
1153
|
],
|
|
1291
1154
|
"internalComponentProps": {},
|
|
1292
|
-
"propToVariantKeys": {
|
|
1155
|
+
"propToVariantKeys": {
|
|
1156
|
+
"variant": [
|
|
1157
|
+
"dividerVariantRoot",
|
|
1158
|
+
"dividerVariantLabel",
|
|
1159
|
+
"dividerVariantLine"
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1293
1162
|
"runtimeConfigDefaultProps": {},
|
|
1294
1163
|
"runtimeConfigGetStyles": {},
|
|
1295
1164
|
"runtimeConfigInternalComponentProps": {},
|
|
1296
1165
|
"motionVarPrefixes": []
|
|
1297
1166
|
},
|
|
1298
|
-
"
|
|
1299
|
-
"name": "
|
|
1167
|
+
"Accordion": {
|
|
1168
|
+
"name": "Accordion",
|
|
1300
1169
|
"defaultProps": {
|
|
1301
|
-
"
|
|
1170
|
+
"spacingHorizontal": "4",
|
|
1171
|
+
"spacingVertical": "4"
|
|
1302
1172
|
},
|
|
1303
1173
|
"getStylesLiterals": {},
|
|
1304
1174
|
"cxLiterals": [
|
|
1305
|
-
"
|
|
1306
|
-
"
|
|
1307
|
-
"inset-x-0",
|
|
1308
|
-
"bottom-0",
|
|
1309
|
-
"z-50",
|
|
1310
|
-
"[will-change:transform]",
|
|
1311
|
-
"touch-none",
|
|
1312
|
-
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1313
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1314
|
-
"transition-transform",
|
|
1315
|
-
"duration-500",
|
|
1316
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1317
|
-
"motion-reduce:transition-none",
|
|
1318
|
-
"top-[-4px]",
|
|
1319
|
-
"z-[1]",
|
|
1320
|
-
"touch-pan-y"
|
|
1175
|
+
"hover:bg-secondary/80",
|
|
1176
|
+
"w-full"
|
|
1321
1177
|
],
|
|
1322
1178
|
"internalComponents": [
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1179
|
+
"Icon",
|
|
1180
|
+
"SpringMotionConfig",
|
|
1181
|
+
"Pressable",
|
|
1182
|
+
"Text",
|
|
1183
|
+
"HStack",
|
|
1184
|
+
"AnimatePresence",
|
|
1185
|
+
"VStack"
|
|
1328
1186
|
],
|
|
1329
1187
|
"internalComponentProps": {
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1188
|
+
"Icon": {
|
|
1189
|
+
"variant": [
|
|
1190
|
+
"fill"
|
|
1191
|
+
],
|
|
1192
|
+
"size": [
|
|
1193
|
+
"sm"
|
|
1194
|
+
],
|
|
1195
|
+
"color": [
|
|
1196
|
+
"primary"
|
|
1333
1197
|
]
|
|
1334
1198
|
},
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1199
|
+
"SpringMotionConfig": {
|
|
1200
|
+
"layoutVariant": [
|
|
1201
|
+
"smooth"
|
|
1202
|
+
],
|
|
1203
|
+
"layoutSpeed": [
|
|
1204
|
+
"3"
|
|
1338
1205
|
]
|
|
1339
1206
|
},
|
|
1340
|
-
"
|
|
1207
|
+
"Pressable": {
|
|
1341
1208
|
"display": [
|
|
1342
|
-
"block",
|
|
1343
1209
|
"flex"
|
|
1344
1210
|
],
|
|
1345
|
-
"position": [
|
|
1346
|
-
"absolute"
|
|
1347
|
-
],
|
|
1348
1211
|
"flexDirection": [
|
|
1349
|
-
"
|
|
1212
|
+
"row"
|
|
1350
1213
|
],
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1214
|
+
"alignItems": [
|
|
1215
|
+
"center"
|
|
1216
|
+
],
|
|
1217
|
+
"justifyContent": [
|
|
1218
|
+
"space-between"
|
|
1219
|
+
],
|
|
1220
|
+
"borderRadius": [
|
|
1221
|
+
"md"
|
|
1353
1222
|
]
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
"bottomsheetVariantRoot"
|
|
1359
|
-
]
|
|
1360
|
-
},
|
|
1361
|
-
"runtimeConfigDefaultProps": {},
|
|
1362
|
-
"runtimeConfigGetStyles": {},
|
|
1363
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1364
|
-
"motionVarPrefixes": []
|
|
1365
|
-
},
|
|
1366
|
-
"BottomSheetContent": {
|
|
1367
|
-
"name": "BottomSheetContent",
|
|
1368
|
-
"defaultProps": {},
|
|
1369
|
-
"getStylesLiterals": {},
|
|
1370
|
-
"cxLiterals": [
|
|
1371
|
-
"min-h-0",
|
|
1372
|
-
"touch-pan-y"
|
|
1373
|
-
],
|
|
1374
|
-
"internalComponents": [
|
|
1375
|
-
"Box",
|
|
1376
|
-
"VStack"
|
|
1377
|
-
],
|
|
1378
|
-
"internalComponentProps": {
|
|
1379
|
-
"Box": {
|
|
1380
|
-
"display": [
|
|
1381
|
-
"block"
|
|
1223
|
+
},
|
|
1224
|
+
"Text": {
|
|
1225
|
+
"variant": [
|
|
1226
|
+
"title4"
|
|
1382
1227
|
],
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1228
|
+
"color": [
|
|
1229
|
+
"primary"
|
|
1385
1230
|
]
|
|
1386
1231
|
},
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1232
|
+
"HStack": {
|
|
1233
|
+
"display": [
|
|
1234
|
+
"flex"
|
|
1235
|
+
],
|
|
1236
|
+
"alignItems": [
|
|
1237
|
+
"center"
|
|
1238
|
+
],
|
|
1239
|
+
"justifyContent": [
|
|
1240
|
+
"space-between"
|
|
1241
|
+
],
|
|
1242
|
+
"columnGap": [
|
|
1243
|
+
"2.5"
|
|
1390
1244
|
]
|
|
1391
1245
|
}
|
|
1392
1246
|
},
|
|
@@ -1394,16 +1248,16 @@
|
|
|
1394
1248
|
"runtimeConfigDefaultProps": {},
|
|
1395
1249
|
"runtimeConfigGetStyles": {},
|
|
1396
1250
|
"runtimeConfigInternalComponentProps": {},
|
|
1397
|
-
"motionVarPrefixes": [
|
|
1251
|
+
"motionVarPrefixes": [
|
|
1252
|
+
"--uds-motion-smooth-3-"
|
|
1253
|
+
]
|
|
1398
1254
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"name": "
|
|
1255
|
+
"AvoidMotionLibraryProvider": {
|
|
1256
|
+
"name": "AvoidMotionLibraryProvider",
|
|
1401
1257
|
"defaultProps": {},
|
|
1402
1258
|
"getStylesLiterals": {},
|
|
1403
1259
|
"cxLiterals": [],
|
|
1404
|
-
"internalComponents": [
|
|
1405
|
-
"AriakitDialogDismiss"
|
|
1406
|
-
],
|
|
1260
|
+
"internalComponents": [],
|
|
1407
1261
|
"internalComponentProps": {},
|
|
1408
1262
|
"propToVariantKeys": {},
|
|
1409
1263
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1411,45 +1265,88 @@
|
|
|
1411
1265
|
"runtimeConfigInternalComponentProps": {},
|
|
1412
1266
|
"motionVarPrefixes": []
|
|
1413
1267
|
},
|
|
1414
|
-
"
|
|
1415
|
-
"name": "
|
|
1416
|
-
"defaultProps": {
|
|
1417
|
-
"variant": "default"
|
|
1418
|
-
},
|
|
1268
|
+
"Modal": {
|
|
1269
|
+
"name": "Modal",
|
|
1270
|
+
"defaultProps": {},
|
|
1419
1271
|
"getStylesLiterals": {},
|
|
1420
1272
|
"cxLiterals": [
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
"[
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"-
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1273
|
+
"inset-8",
|
|
1274
|
+
"top-[250px]",
|
|
1275
|
+
"z-50",
|
|
1276
|
+
"mx-auto",
|
|
1277
|
+
"h-fit",
|
|
1278
|
+
"w-[600px]",
|
|
1279
|
+
"origin-center",
|
|
1280
|
+
"scale-95",
|
|
1281
|
+
"opacity-0",
|
|
1282
|
+
"transition",
|
|
1283
|
+
"duration-150",
|
|
1284
|
+
"data-[enter]:scale-100",
|
|
1285
|
+
"data-[enter]:opacity-100",
|
|
1286
|
+
"data-[enter]:bg-primary",
|
|
1287
|
+
"backdrop-blur-0",
|
|
1288
|
+
"data-[enter]:opacity-60",
|
|
1289
|
+
"data-[enter]:backdrop-blur-sm"
|
|
1435
1290
|
],
|
|
1436
1291
|
"internalComponents": [
|
|
1437
|
-
"
|
|
1292
|
+
"IconButton",
|
|
1293
|
+
"Dialog",
|
|
1294
|
+
"HStack",
|
|
1295
|
+
"Text",
|
|
1296
|
+
"VStack"
|
|
1438
1297
|
],
|
|
1439
1298
|
"internalComponentProps": {
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"flex"
|
|
1299
|
+
"IconButton": {
|
|
1300
|
+
"aria-label": [
|
|
1301
|
+
"Close"
|
|
1444
1302
|
],
|
|
1445
|
-
"
|
|
1303
|
+
"size": [
|
|
1304
|
+
"sm"
|
|
1305
|
+
],
|
|
1306
|
+
"variant": [
|
|
1307
|
+
"tertiary"
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
1310
|
+
"HStack": {
|
|
1311
|
+
"alignItems": [
|
|
1446
1312
|
"center"
|
|
1313
|
+
],
|
|
1314
|
+
"justifyContent": [
|
|
1315
|
+
"space-between"
|
|
1316
|
+
]
|
|
1317
|
+
},
|
|
1318
|
+
"Text": {
|
|
1319
|
+
"variant": [
|
|
1320
|
+
"headline1"
|
|
1321
|
+
],
|
|
1322
|
+
"color": [
|
|
1323
|
+
"primary"
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
1326
|
+
"VStack": {
|
|
1327
|
+
"borderRadius": [
|
|
1328
|
+
"md"
|
|
1329
|
+
],
|
|
1330
|
+
"position": [
|
|
1331
|
+
"fixed"
|
|
1332
|
+
],
|
|
1333
|
+
"backgroundColor": [
|
|
1334
|
+
"primary"
|
|
1335
|
+
],
|
|
1336
|
+
"dropShadow": [
|
|
1337
|
+
"md"
|
|
1338
|
+
],
|
|
1339
|
+
"spacing": [
|
|
1340
|
+
"8"
|
|
1341
|
+
],
|
|
1342
|
+
"overflow": [
|
|
1343
|
+
"hidden"
|
|
1447
1344
|
]
|
|
1448
1345
|
}
|
|
1449
1346
|
},
|
|
1450
1347
|
"propToVariantKeys": {
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1348
|
+
"handleClose": [
|
|
1349
|
+
"onClick"
|
|
1453
1350
|
]
|
|
1454
1351
|
},
|
|
1455
1352
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1457,55 +1354,87 @@
|
|
|
1457
1354
|
"runtimeConfigInternalComponentProps": {},
|
|
1458
1355
|
"motionVarPrefixes": []
|
|
1459
1356
|
},
|
|
1460
|
-
"
|
|
1461
|
-
"name": "
|
|
1357
|
+
"SegmentedControl": {
|
|
1358
|
+
"name": "SegmentedControl",
|
|
1462
1359
|
"defaultProps": {
|
|
1463
|
-
"
|
|
1360
|
+
"textVariant": "label2"
|
|
1361
|
+
},
|
|
1362
|
+
"getStylesLiterals": {
|
|
1363
|
+
"display": "flex",
|
|
1364
|
+
"alignItems": "center",
|
|
1365
|
+
"backgroundColor": "primary",
|
|
1366
|
+
"spacingVertical": "1",
|
|
1367
|
+
"spacingHorizontal": "3",
|
|
1368
|
+
"columnGap": "1.5",
|
|
1369
|
+
"borderWidth": "thin",
|
|
1370
|
+
"borderRadius": "full",
|
|
1371
|
+
"borderColor": "muted",
|
|
1372
|
+
"borderColor:1": "transparent",
|
|
1373
|
+
"color": "primary",
|
|
1374
|
+
"color:1": "tertiary",
|
|
1375
|
+
"color:2": "muted"
|
|
1464
1376
|
},
|
|
1465
|
-
"getStylesLiterals": {},
|
|
1466
1377
|
"cxLiterals": [
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1378
|
+
"uds-ring",
|
|
1379
|
+
"cursor-not-allowed",
|
|
1380
|
+
"opacity-50",
|
|
1381
|
+
"pointer-events-none",
|
|
1382
|
+
"hover:bg-primary"
|
|
1472
1383
|
],
|
|
1473
1384
|
"internalComponents": [
|
|
1474
|
-
"
|
|
1385
|
+
"TextVariant",
|
|
1386
|
+
"Radio",
|
|
1387
|
+
"Icon",
|
|
1388
|
+
"RadioProvider",
|
|
1389
|
+
"HStack",
|
|
1390
|
+
"RadioGroup",
|
|
1391
|
+
"Pressable",
|
|
1475
1392
|
"Text"
|
|
1476
1393
|
],
|
|
1477
1394
|
"internalComponentProps": {
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1395
|
+
"Icon": {
|
|
1396
|
+
"size": [
|
|
1397
|
+
"sm"
|
|
1481
1398
|
],
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"flex"
|
|
1399
|
+
"color": [
|
|
1400
|
+
"current"
|
|
1485
1401
|
],
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"flex-end"
|
|
1402
|
+
"aria-hidden": [
|
|
1403
|
+
"true"
|
|
1489
1404
|
]
|
|
1490
1405
|
},
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1406
|
+
"HStack": {
|
|
1407
|
+
"spacing": [
|
|
1408
|
+
"1"
|
|
1494
1409
|
],
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1410
|
+
"gap": [
|
|
1411
|
+
"1"
|
|
1497
1412
|
],
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1413
|
+
"backgroundColor": [
|
|
1414
|
+
"secondary"
|
|
1500
1415
|
],
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1416
|
+
"borderRadius": [
|
|
1417
|
+
"full"
|
|
1418
|
+
],
|
|
1419
|
+
"display": [
|
|
1420
|
+
"inline-flex"
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1423
|
+
"Text": {
|
|
1424
|
+
"color": [
|
|
1425
|
+
"current"
|
|
1503
1426
|
]
|
|
1504
1427
|
}
|
|
1505
1428
|
},
|
|
1506
1429
|
"propToVariantKeys": {
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1430
|
+
"value": [
|
|
1431
|
+
"key"
|
|
1432
|
+
],
|
|
1433
|
+
"label": [
|
|
1434
|
+
"aria-label"
|
|
1435
|
+
],
|
|
1436
|
+
"textVariant": [
|
|
1437
|
+
"variant"
|
|
1509
1438
|
]
|
|
1510
1439
|
},
|
|
1511
1440
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1513,256 +1442,427 @@
|
|
|
1513
1442
|
"runtimeConfigInternalComponentProps": {},
|
|
1514
1443
|
"motionVarPrefixes": []
|
|
1515
1444
|
},
|
|
1516
|
-
"
|
|
1517
|
-
"name": "
|
|
1518
|
-
"defaultProps": {},
|
|
1519
|
-
"getStylesLiterals": {},
|
|
1520
|
-
"cxLiterals": [],
|
|
1521
|
-
"internalComponents": [],
|
|
1522
|
-
"internalComponentProps": {},
|
|
1523
|
-
"propToVariantKeys": {},
|
|
1524
|
-
"runtimeConfigDefaultProps": {},
|
|
1525
|
-
"runtimeConfigGetStyles": {},
|
|
1526
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1527
|
-
"motionVarPrefixes": []
|
|
1528
|
-
},
|
|
1529
|
-
"BottomSheetProvider": {
|
|
1530
|
-
"name": "BottomSheetProvider",
|
|
1531
|
-
"defaultProps": {},
|
|
1532
|
-
"getStylesLiterals": {},
|
|
1533
|
-
"cxLiterals": [],
|
|
1534
|
-
"internalComponents": [
|
|
1535
|
-
"AriakitDialogProvider"
|
|
1536
|
-
],
|
|
1537
|
-
"internalComponentProps": {},
|
|
1538
|
-
"propToVariantKeys": {},
|
|
1539
|
-
"runtimeConfigDefaultProps": {},
|
|
1540
|
-
"runtimeConfigGetStyles": {},
|
|
1541
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1542
|
-
"motionVarPrefixes": []
|
|
1543
|
-
},
|
|
1544
|
-
"BottomSheetTrigger": {
|
|
1545
|
-
"name": "BottomSheetTrigger",
|
|
1546
|
-
"defaultProps": {},
|
|
1547
|
-
"getStylesLiterals": {},
|
|
1548
|
-
"cxLiterals": [],
|
|
1549
|
-
"internalComponents": [
|
|
1550
|
-
"AriakitDialogDisclosure"
|
|
1551
|
-
],
|
|
1552
|
-
"internalComponentProps": {},
|
|
1553
|
-
"propToVariantKeys": {},
|
|
1554
|
-
"runtimeConfigDefaultProps": {},
|
|
1555
|
-
"runtimeConfigGetStyles": {},
|
|
1556
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1557
|
-
"motionVarPrefixes": []
|
|
1558
|
-
},
|
|
1559
|
-
"UDSBottomSheetConfigProvider": {
|
|
1560
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1561
|
-
"defaultProps": {},
|
|
1562
|
-
"getStylesLiterals": {},
|
|
1563
|
-
"cxLiterals": [],
|
|
1564
|
-
"internalComponents": [
|
|
1565
|
-
"BottomSheetContext.Provider"
|
|
1566
|
-
],
|
|
1567
|
-
"internalComponentProps": {},
|
|
1568
|
-
"propToVariantKeys": {},
|
|
1569
|
-
"runtimeConfigDefaultProps": {},
|
|
1570
|
-
"runtimeConfigGetStyles": {},
|
|
1571
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1572
|
-
"motionVarPrefixes": []
|
|
1573
|
-
},
|
|
1574
|
-
"Chip": {
|
|
1575
|
-
"name": "Chip",
|
|
1576
|
-
"defaultProps": {},
|
|
1577
|
-
"getStylesLiterals": {},
|
|
1578
|
-
"cxLiterals": [],
|
|
1579
|
-
"internalComponents": [
|
|
1580
|
-
"ChipDismissible",
|
|
1581
|
-
"ChipToggle",
|
|
1582
|
-
"ChipLink",
|
|
1583
|
-
"ChipButton"
|
|
1584
|
-
],
|
|
1585
|
-
"internalComponentProps": {},
|
|
1586
|
-
"propToVariantKeys": {},
|
|
1587
|
-
"runtimeConfigDefaultProps": {},
|
|
1588
|
-
"runtimeConfigGetStyles": {},
|
|
1589
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1590
|
-
"motionVarPrefixes": []
|
|
1591
|
-
},
|
|
1592
|
-
"ChipBase": {
|
|
1593
|
-
"name": "ChipBase",
|
|
1445
|
+
"SwitchV2": {
|
|
1446
|
+
"name": "SwitchV2",
|
|
1594
1447
|
"defaultProps": {
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1448
|
+
"labelPosition": "start",
|
|
1449
|
+
"size": "md"
|
|
1450
|
+
},
|
|
1451
|
+
"getStylesLiterals": {
|
|
1452
|
+
"switchVariantRoot": "default",
|
|
1453
|
+
"switchVariantActiveRoot": "on",
|
|
1454
|
+
"switchVariantActiveRoot:1": "off",
|
|
1455
|
+
"switchVariantSwitch": "default",
|
|
1456
|
+
"switchVariantActiveSwitch": "on",
|
|
1457
|
+
"switchVariantActiveSwitch:1": "off",
|
|
1458
|
+
"switchVariantActiveHandle": "on",
|
|
1459
|
+
"switchVariantActiveHandle:1": "off",
|
|
1460
|
+
"switchVariantHandle": "default",
|
|
1461
|
+
"switchVariantHandleIcon": "default",
|
|
1462
|
+
"switchVariantActiveHandleIcon": "on",
|
|
1463
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
1597
1464
|
},
|
|
1598
|
-
"getStylesLiterals": {},
|
|
1599
1465
|
"cxLiterals": [
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1602
|
-
"opacity-50",
|
|
1603
|
-
"inline-flex",
|
|
1466
|
+
"group",
|
|
1467
|
+
"flex",
|
|
1604
1468
|
"items-center",
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1469
|
+
"flex-row",
|
|
1470
|
+
"flex-row-reverse",
|
|
1471
|
+
"uds-ring",
|
|
1472
|
+
"uds-ring-within",
|
|
1473
|
+
"relative",
|
|
1474
|
+
"uds-border-radius-full",
|
|
1475
|
+
"transition-[background-color,box-shadow]",
|
|
1476
|
+
"pointer-events-none",
|
|
1477
|
+
"w-full",
|
|
1478
|
+
"h-full",
|
|
1479
|
+
"absolute",
|
|
1480
|
+
"top-0",
|
|
1481
|
+
"bottom-0",
|
|
1482
|
+
"right-0",
|
|
1483
|
+
"left-0",
|
|
1484
|
+
"overflow-hidden",
|
|
1485
|
+
"group-hover:scale-105",
|
|
1486
|
+
"opacity-95",
|
|
1487
|
+
"group-hover:opacity-100",
|
|
1488
|
+
"transition-[transform,opacity]",
|
|
1489
|
+
"opacity-0",
|
|
1490
|
+
"top-1/2",
|
|
1491
|
+
"left-1/2",
|
|
1492
|
+
"transform",
|
|
1493
|
+
"translate-x-[-50%]",
|
|
1494
|
+
"translate-y-[-50%]",
|
|
1495
|
+
"transition-opacity",
|
|
1496
|
+
"cursor-[inherit]",
|
|
1497
|
+
"w-[calc(100%+2px)]",
|
|
1498
|
+
"h-[calc(100%+2px)]",
|
|
1499
|
+
"text-start",
|
|
1500
|
+
"text-end",
|
|
1501
|
+
"opacity-100"
|
|
1610
1502
|
],
|
|
1611
1503
|
"internalComponents": [
|
|
1612
1504
|
"IconSlot",
|
|
1613
|
-
"
|
|
1614
|
-
"
|
|
1615
|
-
"
|
|
1505
|
+
"Box",
|
|
1506
|
+
"FormLabel",
|
|
1507
|
+
"SpringMotionConfig",
|
|
1508
|
+
"RootElement",
|
|
1509
|
+
"MotionBox"
|
|
1616
1510
|
],
|
|
1617
1511
|
"internalComponentProps": {
|
|
1618
|
-
"
|
|
1512
|
+
"IconSlot": {
|
|
1513
|
+
"data-testid": [
|
|
1514
|
+
"on-icon",
|
|
1515
|
+
"off-icon"
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
"FormLabel": {
|
|
1619
1519
|
"as": [
|
|
1620
|
-
"
|
|
1621
|
-
],
|
|
1622
|
-
"color": [
|
|
1623
|
-
"current"
|
|
1520
|
+
"div"
|
|
1624
1521
|
],
|
|
1625
1522
|
"variant": [
|
|
1626
1523
|
"inherit"
|
|
1524
|
+
],
|
|
1525
|
+
"color": [
|
|
1526
|
+
"inherit"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
"SpringMotionConfig": {
|
|
1530
|
+
"layoutVariant": [
|
|
1531
|
+
"bouncy"
|
|
1532
|
+
],
|
|
1533
|
+
"layoutSpeed": [
|
|
1534
|
+
"4"
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1537
|
+
"RootElement": {
|
|
1538
|
+
"data-testid": [
|
|
1539
|
+
"switch-root"
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
"MotionBox": {
|
|
1543
|
+
"layout": [
|
|
1544
|
+
"position"
|
|
1627
1545
|
]
|
|
1628
1546
|
}
|
|
1629
1547
|
},
|
|
1630
1548
|
"propToVariantKeys": {
|
|
1631
1549
|
"size": [
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1550
|
+
"switchSizeRoot",
|
|
1551
|
+
"switchSizeSwitch",
|
|
1552
|
+
"switchSizeHandle",
|
|
1553
|
+
"switchSizeHandleIcon"
|
|
1634
1554
|
],
|
|
1635
|
-
"
|
|
1555
|
+
"onIcon": [
|
|
1636
1556
|
"icon"
|
|
1637
1557
|
],
|
|
1638
|
-
"
|
|
1558
|
+
"offIcon": [
|
|
1639
1559
|
"icon"
|
|
1560
|
+
],
|
|
1561
|
+
"reduceMotion": [
|
|
1562
|
+
"reducedMotion"
|
|
1563
|
+
],
|
|
1564
|
+
"isOn": [
|
|
1565
|
+
"layoutDependency"
|
|
1640
1566
|
]
|
|
1641
1567
|
},
|
|
1642
1568
|
"runtimeConfigDefaultProps": {},
|
|
1643
1569
|
"runtimeConfigGetStyles": {},
|
|
1644
1570
|
"runtimeConfigInternalComponentProps": {},
|
|
1645
|
-
"motionVarPrefixes": [
|
|
1571
|
+
"motionVarPrefixes": [
|
|
1572
|
+
"--uds-motion-bouncy-4-",
|
|
1573
|
+
"--uds-motion-smooth-3-"
|
|
1574
|
+
]
|
|
1646
1575
|
},
|
|
1647
|
-
"
|
|
1648
|
-
"name": "
|
|
1576
|
+
"Radio": {
|
|
1577
|
+
"name": "Radio",
|
|
1649
1578
|
"defaultProps": {
|
|
1650
|
-
"
|
|
1579
|
+
"labelPosition": "start",
|
|
1580
|
+
"variant": "primary",
|
|
1581
|
+
"size": "md",
|
|
1582
|
+
"value": ""
|
|
1583
|
+
},
|
|
1584
|
+
"getStylesLiterals": {
|
|
1585
|
+
"radioVariantValueRoot": "checked",
|
|
1586
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
1587
|
+
"display": "flex",
|
|
1588
|
+
"flexDirection": "row",
|
|
1589
|
+
"flexDirection:1": "row-reverse",
|
|
1590
|
+
"alignItems": "center",
|
|
1591
|
+
"radioVariantValueRadio": "checked",
|
|
1592
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
1593
|
+
"radioVariantValueRadioCircle": "checked",
|
|
1594
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1651
1595
|
},
|
|
1652
|
-
"getStylesLiterals": {},
|
|
1653
1596
|
"cxLiterals": [
|
|
1654
|
-
"
|
|
1597
|
+
"cursor-pointer",
|
|
1598
|
+
"cursor-default",
|
|
1599
|
+
"opacity-50",
|
|
1600
|
+
"border",
|
|
1601
|
+
"uds-ring",
|
|
1602
|
+
"uds-ring-within",
|
|
1603
|
+
"transition-[background-color,border-color]",
|
|
1604
|
+
"transition-shadow",
|
|
1605
|
+
"pointer-events-none",
|
|
1606
|
+
"w-[8px]",
|
|
1607
|
+
"h-[8px]",
|
|
1608
|
+
"transition-opacity",
|
|
1609
|
+
"cursor-[inherit]",
|
|
1610
|
+
"absolute",
|
|
1611
|
+
"opacity-0",
|
|
1612
|
+
"top-1/2",
|
|
1613
|
+
"left-1/2",
|
|
1614
|
+
"w-[calc(100%+2px)]",
|
|
1615
|
+
"h-[calc(100%+2px)]",
|
|
1616
|
+
"transform",
|
|
1617
|
+
"translate-x-[-50%]",
|
|
1618
|
+
"translate-y-[-50%]",
|
|
1619
|
+
"text-start",
|
|
1620
|
+
"text-end"
|
|
1655
1621
|
],
|
|
1656
1622
|
"internalComponents": [
|
|
1657
|
-
"
|
|
1623
|
+
"Box",
|
|
1624
|
+
"FormLabel",
|
|
1625
|
+
"SpringMotionConfig",
|
|
1626
|
+
"RootElement",
|
|
1627
|
+
"MotionBox"
|
|
1658
1628
|
],
|
|
1659
1629
|
"internalComponentProps": {
|
|
1660
|
-
"
|
|
1630
|
+
"Box": {
|
|
1631
|
+
"borderRadius": [
|
|
1632
|
+
"full"
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
"FormLabel": {
|
|
1661
1636
|
"as": [
|
|
1662
|
-
"
|
|
1637
|
+
"div"
|
|
1638
|
+
],
|
|
1639
|
+
"variant": [
|
|
1640
|
+
"inherit"
|
|
1641
|
+
],
|
|
1642
|
+
"color": [
|
|
1643
|
+
"inherit"
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
"RootElement": {
|
|
1647
|
+
"data-testid": [
|
|
1648
|
+
"container"
|
|
1649
|
+
]
|
|
1650
|
+
},
|
|
1651
|
+
"MotionBox": {
|
|
1652
|
+
"position": [
|
|
1653
|
+
"relative"
|
|
1654
|
+
],
|
|
1655
|
+
"borderRadius": [
|
|
1656
|
+
"full"
|
|
1657
|
+
],
|
|
1658
|
+
"alignItems": [
|
|
1659
|
+
"center"
|
|
1660
|
+
],
|
|
1661
|
+
"justifyContent": [
|
|
1662
|
+
"center"
|
|
1663
|
+
],
|
|
1664
|
+
"flex": [
|
|
1665
|
+
"none"
|
|
1663
1666
|
]
|
|
1664
1667
|
}
|
|
1665
1668
|
},
|
|
1666
1669
|
"propToVariantKeys": {
|
|
1670
|
+
"size": [
|
|
1671
|
+
"radioSizeRoot",
|
|
1672
|
+
"radioSizeRadio"
|
|
1673
|
+
],
|
|
1667
1674
|
"variant": [
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1675
|
+
"radioVariantRoot",
|
|
1676
|
+
"radioVariantRadio",
|
|
1677
|
+
"radioVariantRadioCircle"
|
|
1678
|
+
],
|
|
1679
|
+
"reduceMotion": [
|
|
1680
|
+
"reducedMotion"
|
|
1670
1681
|
]
|
|
1671
1682
|
},
|
|
1672
1683
|
"runtimeConfigDefaultProps": {},
|
|
1673
1684
|
"runtimeConfigGetStyles": {},
|
|
1674
1685
|
"runtimeConfigInternalComponentProps": {},
|
|
1675
|
-
"motionVarPrefixes": [
|
|
1686
|
+
"motionVarPrefixes": [
|
|
1687
|
+
"--uds-motion-subtle-3-",
|
|
1688
|
+
"--uds-motion-smooth-3-"
|
|
1689
|
+
]
|
|
1676
1690
|
},
|
|
1677
|
-
"
|
|
1678
|
-
"name": "
|
|
1679
|
-
"defaultProps": {
|
|
1680
|
-
"variant": "primary"
|
|
1681
|
-
},
|
|
1691
|
+
"RadioGroupProvider": {
|
|
1692
|
+
"name": "RadioGroupProvider",
|
|
1693
|
+
"defaultProps": {},
|
|
1682
1694
|
"getStylesLiterals": {},
|
|
1683
|
-
"cxLiterals": [
|
|
1684
|
-
"uds-chip-dismissible-button",
|
|
1685
|
-
"uds-hit-target",
|
|
1686
|
-
"uds-ring",
|
|
1687
|
-
"rounded-full"
|
|
1688
|
-
],
|
|
1695
|
+
"cxLiterals": [],
|
|
1689
1696
|
"internalComponents": [
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1697
|
+
"DivProps",
|
|
1698
|
+
"Comp",
|
|
1699
|
+
"RadioGroupContext.Provider"
|
|
1693
1700
|
],
|
|
1694
|
-
"internalComponentProps": {
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
"dismissButtonAriaLabel": [
|
|
1701
|
-
"aria-label"
|
|
1702
|
-
]
|
|
1701
|
+
"internalComponentProps": {
|
|
1702
|
+
"Comp": {
|
|
1703
|
+
"role": [
|
|
1704
|
+
"radiogroup"
|
|
1705
|
+
]
|
|
1706
|
+
}
|
|
1703
1707
|
},
|
|
1708
|
+
"propToVariantKeys": {},
|
|
1704
1709
|
"runtimeConfigDefaultProps": {},
|
|
1705
1710
|
"runtimeConfigGetStyles": {},
|
|
1706
1711
|
"runtimeConfigInternalComponentProps": {},
|
|
1707
1712
|
"motionVarPrefixes": []
|
|
1708
1713
|
},
|
|
1709
|
-
"
|
|
1710
|
-
"name": "
|
|
1711
|
-
"defaultProps": {
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
+
"RadioGroupStore": {
|
|
1715
|
+
"name": "RadioGroupStore",
|
|
1716
|
+
"defaultProps": {},
|
|
1717
|
+
"getStylesLiterals": {},
|
|
1718
|
+
"cxLiterals": [],
|
|
1719
|
+
"internalComponents": [],
|
|
1720
|
+
"internalComponentProps": {},
|
|
1721
|
+
"propToVariantKeys": {},
|
|
1722
|
+
"runtimeConfigDefaultProps": {},
|
|
1723
|
+
"runtimeConfigGetStyles": {},
|
|
1724
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1725
|
+
"motionVarPrefixes": []
|
|
1726
|
+
},
|
|
1727
|
+
"Popover": {
|
|
1728
|
+
"name": "Popover",
|
|
1729
|
+
"defaultProps": {},
|
|
1714
1730
|
"getStylesLiterals": {},
|
|
1731
|
+
"cxLiterals": [],
|
|
1732
|
+
"internalComponents": [
|
|
1733
|
+
"PopoverInternalContext.Provider",
|
|
1734
|
+
"PopoverProvider"
|
|
1735
|
+
],
|
|
1736
|
+
"internalComponentProps": {},
|
|
1737
|
+
"propToVariantKeys": {},
|
|
1738
|
+
"runtimeConfigDefaultProps": {
|
|
1739
|
+
"size": "popover.defaultSize",
|
|
1740
|
+
"variant": "popover.defaultVariant"
|
|
1741
|
+
},
|
|
1742
|
+
"runtimeConfigGetStyles": {},
|
|
1743
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1744
|
+
"motionVarPrefixes": []
|
|
1745
|
+
},
|
|
1746
|
+
"PopoverContent": {
|
|
1747
|
+
"name": "PopoverContent",
|
|
1748
|
+
"defaultProps": {},
|
|
1749
|
+
"getStylesLiterals": {
|
|
1750
|
+
"popoverSizeRoot": "default",
|
|
1751
|
+
"popoverVariantRoot": "default",
|
|
1752
|
+
"display": "flex",
|
|
1753
|
+
"position": "relative",
|
|
1754
|
+
"display:1": "block",
|
|
1755
|
+
"spacingTop": "0",
|
|
1756
|
+
"spacingStart": "0",
|
|
1757
|
+
"spacingBottom": "0",
|
|
1758
|
+
"spacingEnd": "0",
|
|
1759
|
+
"popoverSizeSvgBase": "default",
|
|
1760
|
+
"popoverVariantSvgBase": "default",
|
|
1761
|
+
"popoverSizeSvgBorder": "default",
|
|
1762
|
+
"popoverVariantSvgBorder": "default",
|
|
1763
|
+
"popoverVariantBlur": "default",
|
|
1764
|
+
"position:1": "absolute",
|
|
1765
|
+
"width": "full",
|
|
1766
|
+
"height": "full",
|
|
1767
|
+
"flexShrink": "0",
|
|
1768
|
+
"borderRadius": "full",
|
|
1769
|
+
"alignItems": "center",
|
|
1770
|
+
"justifyContent": "center",
|
|
1771
|
+
"popoverVariantCloseIcon": "default",
|
|
1772
|
+
"popoverSizeCloseIcon": "default"
|
|
1773
|
+
},
|
|
1715
1774
|
"cxLiterals": [
|
|
1716
|
-
"
|
|
1775
|
+
"z-[9999]",
|
|
1776
|
+
"outline-none",
|
|
1777
|
+
"focus-visible:outline-none",
|
|
1778
|
+
"uds-bgBlurFillFallback",
|
|
1779
|
+
"uds-bgBlurFallback",
|
|
1780
|
+
"top-0",
|
|
1781
|
+
"left-0",
|
|
1782
|
+
"z-[1]",
|
|
1783
|
+
"duration-0",
|
|
1784
|
+
"duration-120",
|
|
1785
|
+
"transition-[background-color]",
|
|
1786
|
+
"bg-carbon-15/0",
|
|
1787
|
+
"hover:bg-carbon-15/10",
|
|
1788
|
+
"active:bg-carbon-15/15",
|
|
1789
|
+
"uds-ring",
|
|
1790
|
+
"absolute",
|
|
1791
|
+
"z-[4]"
|
|
1717
1792
|
],
|
|
1718
1793
|
"internalComponents": [
|
|
1719
|
-
"
|
|
1794
|
+
"PopoverDismiss",
|
|
1795
|
+
"IconSlot",
|
|
1796
|
+
"PopoverArrow",
|
|
1797
|
+
"Popover",
|
|
1798
|
+
"SvgFloatingOverlay",
|
|
1799
|
+
"Box",
|
|
1800
|
+
"Pressable"
|
|
1720
1801
|
],
|
|
1721
|
-
"internalComponentProps": {
|
|
1722
|
-
"ChipBase": {
|
|
1723
|
-
"as": [
|
|
1724
|
-
"a"
|
|
1725
|
-
]
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1802
|
+
"internalComponentProps": {},
|
|
1728
1803
|
"propToVariantKeys": {
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1731
|
-
|
|
1804
|
+
"closeIcon": [
|
|
1805
|
+
"icon"
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1808
|
+
"runtimeConfigDefaultProps": {
|
|
1809
|
+
"size": "popover.defaultSize",
|
|
1810
|
+
"variant": "popover.defaultVariant"
|
|
1811
|
+
},
|
|
1812
|
+
"runtimeConfigGetStyles": {
|
|
1813
|
+
"spacingTop": [
|
|
1814
|
+
"popover.spacingVertical.${size}"
|
|
1815
|
+
],
|
|
1816
|
+
"spacingStart": [
|
|
1817
|
+
"popover.spacingHorizontal.${size}"
|
|
1818
|
+
],
|
|
1819
|
+
"spacingBottom": [
|
|
1820
|
+
"popover.spacingVertical.${size}"
|
|
1821
|
+
],
|
|
1822
|
+
"spacingEnd": [
|
|
1823
|
+
"popover.spacingHorizontal.${size}"
|
|
1732
1824
|
]
|
|
1733
1825
|
},
|
|
1826
|
+
"runtimeConfigInternalComponentProps": {
|
|
1827
|
+
"SvgFloatingOverlay": {
|
|
1828
|
+
"borderRadius": [
|
|
1829
|
+
"popover.borderRadius.${size}"
|
|
1830
|
+
]
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"motionVarPrefixes": []
|
|
1834
|
+
},
|
|
1835
|
+
"PopoverContext": {
|
|
1836
|
+
"name": "PopoverContext",
|
|
1837
|
+
"defaultProps": {},
|
|
1838
|
+
"getStylesLiterals": {},
|
|
1839
|
+
"cxLiterals": [],
|
|
1840
|
+
"internalComponents": [],
|
|
1841
|
+
"internalComponentProps": {},
|
|
1842
|
+
"propToVariantKeys": {},
|
|
1734
1843
|
"runtimeConfigDefaultProps": {},
|
|
1735
1844
|
"runtimeConfigGetStyles": {},
|
|
1736
1845
|
"runtimeConfigInternalComponentProps": {},
|
|
1737
1846
|
"motionVarPrefixes": []
|
|
1738
1847
|
},
|
|
1739
|
-
"
|
|
1740
|
-
"name": "
|
|
1741
|
-
"defaultProps": {
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
},
|
|
1745
|
-
"getStylesLiterals": {
|
|
1746
|
-
"chipToggleVariantActiveRoot": "on",
|
|
1747
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
1748
|
-
},
|
|
1749
|
-
"cxLiterals": [
|
|
1750
|
-
"uds-ring"
|
|
1751
|
-
],
|
|
1848
|
+
"PopoverTrigger": {
|
|
1849
|
+
"name": "PopoverTrigger",
|
|
1850
|
+
"defaultProps": {},
|
|
1851
|
+
"getStylesLiterals": {},
|
|
1852
|
+
"cxLiterals": [],
|
|
1752
1853
|
"internalComponents": [
|
|
1753
|
-
"
|
|
1854
|
+
"PopoverDisclosure"
|
|
1754
1855
|
],
|
|
1755
1856
|
"internalComponentProps": {
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1857
|
+
"PopoverDisclosure": {
|
|
1858
|
+
"className": [
|
|
1859
|
+
"inline"
|
|
1759
1860
|
]
|
|
1760
1861
|
}
|
|
1761
1862
|
},
|
|
1762
1863
|
"propToVariantKeys": {
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
"chipToggleVariantIcon"
|
|
1864
|
+
"children": [
|
|
1865
|
+
"render"
|
|
1766
1866
|
]
|
|
1767
1867
|
},
|
|
1768
1868
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1770,6 +1870,21 @@
|
|
|
1770
1870
|
"runtimeConfigInternalComponentProps": {},
|
|
1771
1871
|
"motionVarPrefixes": []
|
|
1772
1872
|
},
|
|
1873
|
+
"UDSPopoverConfigProvider": {
|
|
1874
|
+
"name": "UDSPopoverConfigProvider",
|
|
1875
|
+
"defaultProps": {},
|
|
1876
|
+
"getStylesLiterals": {},
|
|
1877
|
+
"cxLiterals": [],
|
|
1878
|
+
"internalComponents": [
|
|
1879
|
+
"PopoverContext.Provider"
|
|
1880
|
+
],
|
|
1881
|
+
"internalComponentProps": {},
|
|
1882
|
+
"propToVariantKeys": {},
|
|
1883
|
+
"runtimeConfigDefaultProps": {},
|
|
1884
|
+
"runtimeConfigGetStyles": {},
|
|
1885
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1886
|
+
"motionVarPrefixes": []
|
|
1887
|
+
},
|
|
1773
1888
|
"Menu.Content": {
|
|
1774
1889
|
"name": "Menu.Content",
|
|
1775
1890
|
"defaultProps": {
|
|
@@ -2041,110 +2156,67 @@
|
|
|
2041
2156
|
"runtimeConfigInternalComponentProps": {},
|
|
2042
2157
|
"motionVarPrefixes": []
|
|
2043
2158
|
},
|
|
2044
|
-
"
|
|
2045
|
-
"name": "
|
|
2159
|
+
"BottomSheet": {
|
|
2160
|
+
"name": "BottomSheet",
|
|
2046
2161
|
"defaultProps": {
|
|
2047
|
-
"
|
|
2048
|
-
"size": "md",
|
|
2049
|
-
"width": "full"
|
|
2050
|
-
},
|
|
2051
|
-
"getStylesLiterals": {
|
|
2052
|
-
"inputVariantRoot": "default",
|
|
2053
|
-
"inputVariantValueRoot": "empty",
|
|
2054
|
-
"inputVariantValueRoot:1": "filled",
|
|
2055
|
-
"inputVariantInputWrapper": "default",
|
|
2056
|
-
"inputVariantValueInputWrapper": "empty",
|
|
2057
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
2058
|
-
"inputVariantInput": "default",
|
|
2059
|
-
"inputVariantValueInput": "empty",
|
|
2060
|
-
"inputVariantValueInput:1": "filled",
|
|
2061
|
-
"inputVariantInputPlaceholder": "default",
|
|
2062
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
2063
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2064
|
-
"inputVariantLabel": "default",
|
|
2065
|
-
"inputVariantValueLabel": "empty",
|
|
2066
|
-
"inputVariantValueLabel:1": "filled",
|
|
2067
|
-
"inputVariantLabelRequired": "default",
|
|
2068
|
-
"inputVariantValueLabelRequired": "empty",
|
|
2069
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
2070
|
-
"inputVariantStartIcon": "default",
|
|
2071
|
-
"inputVariantValueStartIcon": "empty",
|
|
2072
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
2073
|
-
"inputVariantEndIcon": "default",
|
|
2074
|
-
"inputVariantValueEndIcon": "empty",
|
|
2075
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
2162
|
+
"variant": "default"
|
|
2076
2163
|
},
|
|
2164
|
+
"getStylesLiterals": {},
|
|
2077
2165
|
"cxLiterals": [
|
|
2078
|
-
"
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2082
|
-
"
|
|
2083
|
-
"
|
|
2084
|
-
"
|
|
2085
|
-
"
|
|
2166
|
+
"fixed",
|
|
2167
|
+
"overflow-hidden",
|
|
2168
|
+
"inset-x-0",
|
|
2169
|
+
"bottom-0",
|
|
2170
|
+
"z-50",
|
|
2171
|
+
"[will-change:transform]",
|
|
2172
|
+
"touch-none",
|
|
2173
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
2174
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
2175
|
+
"transition-transform",
|
|
2176
|
+
"duration-500",
|
|
2177
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2178
|
+
"motion-reduce:transition-none",
|
|
2179
|
+
"top-[-4px]",
|
|
2180
|
+
"z-[1]",
|
|
2181
|
+
"touch-pan-y"
|
|
2086
2182
|
],
|
|
2087
2183
|
"internalComponents": [
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2090
|
-
"
|
|
2091
|
-
"HelpTextContent",
|
|
2184
|
+
"Scrim",
|
|
2185
|
+
"BottomSheetHandle",
|
|
2186
|
+
"Dialog",
|
|
2092
2187
|
"Box",
|
|
2093
|
-
"
|
|
2094
|
-
"VStack",
|
|
2095
|
-
"HStack",
|
|
2096
|
-
"AnimateHeightChange"
|
|
2188
|
+
"BottomSheetInternalContext.Provider"
|
|
2097
2189
|
],
|
|
2098
2190
|
"internalComponentProps": {
|
|
2099
|
-
"
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2191
|
+
"BottomSheetHandle": {
|
|
2192
|
+
"ariaLabel": [
|
|
2193
|
+
"Resize sheet"
|
|
2194
|
+
]
|
|
2195
|
+
},
|
|
2196
|
+
"Dialog": {
|
|
2197
|
+
"data-testid": [
|
|
2198
|
+
"bottom-sheet"
|
|
2102
2199
|
]
|
|
2103
2200
|
},
|
|
2104
2201
|
"Box": {
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
2107
|
-
|
|
2108
|
-
"columnGap": [
|
|
2109
|
-
"0.5"
|
|
2110
|
-
],
|
|
2111
|
-
"alignItems": [
|
|
2112
|
-
"flex-end",
|
|
2113
|
-
"center"
|
|
2202
|
+
"display": [
|
|
2203
|
+
"block",
|
|
2204
|
+
"flex"
|
|
2114
2205
|
],
|
|
2115
2206
|
"position": [
|
|
2116
|
-
"
|
|
2117
|
-
]
|
|
2118
|
-
},
|
|
2119
|
-
"HStack": {
|
|
2120
|
-
"alignItems": [
|
|
2121
|
-
"center"
|
|
2207
|
+
"absolute"
|
|
2122
2208
|
],
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
2209
|
+
"flexDirection": [
|
|
2210
|
+
"column"
|
|
2211
|
+
],
|
|
2212
|
+
"className": [
|
|
2213
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2125
2214
|
]
|
|
2126
2215
|
}
|
|
2127
2216
|
},
|
|
2128
2217
|
"propToVariantKeys": {
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
"inputSizeInputWrapper",
|
|
2132
|
-
"inputSizeInput",
|
|
2133
|
-
"inputSizeLabel",
|
|
2134
|
-
"inputSizeStartIcon",
|
|
2135
|
-
"inputSizeEndIcon"
|
|
2136
|
-
],
|
|
2137
|
-
"startIcon": [
|
|
2138
|
-
"icon"
|
|
2139
|
-
],
|
|
2140
|
-
"endIcon": [
|
|
2141
|
-
"icon"
|
|
2142
|
-
],
|
|
2143
|
-
"slotProps": [
|
|
2144
|
-
"helperTextSlotProps"
|
|
2145
|
-
],
|
|
2146
|
-
"helperTextIcon": [
|
|
2147
|
-
"startIcon"
|
|
2218
|
+
"variant": [
|
|
2219
|
+
"bottomsheetVariantRoot"
|
|
2148
2220
|
]
|
|
2149
2221
|
},
|
|
2150
2222
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2152,31 +2224,93 @@
|
|
|
2152
2224
|
"runtimeConfigInternalComponentProps": {},
|
|
2153
2225
|
"motionVarPrefixes": []
|
|
2154
2226
|
},
|
|
2155
|
-
"
|
|
2156
|
-
"name": "
|
|
2157
|
-
"defaultProps": {
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
"
|
|
2162
|
-
|
|
2163
|
-
|
|
2227
|
+
"BottomSheetContent": {
|
|
2228
|
+
"name": "BottomSheetContent",
|
|
2229
|
+
"defaultProps": {},
|
|
2230
|
+
"getStylesLiterals": {},
|
|
2231
|
+
"cxLiterals": [
|
|
2232
|
+
"min-h-0",
|
|
2233
|
+
"touch-pan-y"
|
|
2234
|
+
],
|
|
2235
|
+
"internalComponents": [
|
|
2236
|
+
"Box",
|
|
2237
|
+
"VStack"
|
|
2238
|
+
],
|
|
2239
|
+
"internalComponentProps": {
|
|
2240
|
+
"Box": {
|
|
2241
|
+
"display": [
|
|
2242
|
+
"block"
|
|
2243
|
+
],
|
|
2244
|
+
"flex": [
|
|
2245
|
+
"1"
|
|
2246
|
+
]
|
|
2247
|
+
},
|
|
2248
|
+
"VStack": {
|
|
2249
|
+
"className": [
|
|
2250
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2251
|
+
]
|
|
2252
|
+
}
|
|
2164
2253
|
},
|
|
2254
|
+
"propToVariantKeys": {},
|
|
2255
|
+
"runtimeConfigDefaultProps": {},
|
|
2256
|
+
"runtimeConfigGetStyles": {},
|
|
2257
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2258
|
+
"motionVarPrefixes": []
|
|
2259
|
+
},
|
|
2260
|
+
"BottomSheetDismiss": {
|
|
2261
|
+
"name": "BottomSheetDismiss",
|
|
2262
|
+
"defaultProps": {},
|
|
2263
|
+
"getStylesLiterals": {},
|
|
2165
2264
|
"cxLiterals": [],
|
|
2166
2265
|
"internalComponents": [
|
|
2167
|
-
"
|
|
2266
|
+
"AriakitDialogDismiss"
|
|
2267
|
+
],
|
|
2268
|
+
"internalComponentProps": {},
|
|
2269
|
+
"propToVariantKeys": {},
|
|
2270
|
+
"runtimeConfigDefaultProps": {},
|
|
2271
|
+
"runtimeConfigGetStyles": {},
|
|
2272
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2273
|
+
"motionVarPrefixes": []
|
|
2274
|
+
},
|
|
2275
|
+
"BottomSheetHandle": {
|
|
2276
|
+
"name": "BottomSheetHandle",
|
|
2277
|
+
"defaultProps": {
|
|
2278
|
+
"variant": "default"
|
|
2279
|
+
},
|
|
2280
|
+
"getStylesLiterals": {},
|
|
2281
|
+
"cxLiterals": [
|
|
2282
|
+
"relative",
|
|
2283
|
+
"h-5",
|
|
2284
|
+
"w-16",
|
|
2285
|
+
"outline-none",
|
|
2286
|
+
"focus-visible:outline-none",
|
|
2287
|
+
"[touch-action:pan-y]",
|
|
2288
|
+
"absolute",
|
|
2289
|
+
"left-1/2",
|
|
2290
|
+
"top-1/2",
|
|
2291
|
+
"-translate-x-1/2",
|
|
2292
|
+
"-translate-y-1/2",
|
|
2293
|
+
"h-1",
|
|
2294
|
+
"w-8",
|
|
2295
|
+
"rounded-full"
|
|
2296
|
+
],
|
|
2297
|
+
"internalComponents": [
|
|
2168
2298
|
"Box"
|
|
2169
2299
|
],
|
|
2170
2300
|
"internalComponentProps": {
|
|
2171
2301
|
"Box": {
|
|
2172
|
-
"
|
|
2173
|
-
"
|
|
2302
|
+
"display": [
|
|
2303
|
+
"block",
|
|
2304
|
+
"flex"
|
|
2305
|
+
],
|
|
2306
|
+
"justifyContent": [
|
|
2307
|
+
"center"
|
|
2174
2308
|
]
|
|
2175
2309
|
}
|
|
2176
2310
|
},
|
|
2177
2311
|
"propToVariantKeys": {
|
|
2178
|
-
"
|
|
2179
|
-
"
|
|
2312
|
+
"variant": [
|
|
2313
|
+
"bottomsheetVariantHandleIndicator"
|
|
2180
2314
|
]
|
|
2181
2315
|
},
|
|
2182
2316
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2184,42 +2318,55 @@
|
|
|
2184
2318
|
"runtimeConfigInternalComponentProps": {},
|
|
2185
2319
|
"motionVarPrefixes": []
|
|
2186
2320
|
},
|
|
2187
|
-
"
|
|
2188
|
-
"name": "
|
|
2189
|
-
"defaultProps": {
|
|
2190
|
-
|
|
2191
|
-
"inputVariantHelperText": "default",
|
|
2192
|
-
"inputVariantValueHelperText": "empty",
|
|
2193
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2194
|
-
"inputVariantHelperIcon": "default",
|
|
2195
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2196
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2321
|
+
"BottomSheetHeader": {
|
|
2322
|
+
"name": "BottomSheetHeader",
|
|
2323
|
+
"defaultProps": {
|
|
2324
|
+
"variant": "default"
|
|
2197
2325
|
},
|
|
2198
|
-
"
|
|
2326
|
+
"getStylesLiterals": {},
|
|
2327
|
+
"cxLiterals": [
|
|
2328
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2329
|
+
"items-center",
|
|
2330
|
+
"w-full",
|
|
2331
|
+
"min-h-10",
|
|
2332
|
+
"mt-2"
|
|
2333
|
+
],
|
|
2199
2334
|
"internalComponents": [
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2335
|
+
"Box",
|
|
2336
|
+
"Text"
|
|
2202
2337
|
],
|
|
2203
2338
|
"internalComponentProps": {
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2339
|
+
"Box": {
|
|
2340
|
+
"className": [
|
|
2341
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2207
2342
|
],
|
|
2208
|
-
"
|
|
2343
|
+
"display": [
|
|
2344
|
+
"grid",
|
|
2345
|
+
"flex"
|
|
2346
|
+
],
|
|
2347
|
+
"justifyContent": [
|
|
2348
|
+
"flex-start",
|
|
2349
|
+
"flex-end"
|
|
2350
|
+
]
|
|
2351
|
+
},
|
|
2352
|
+
"Text": {
|
|
2353
|
+
"variant": [
|
|
2354
|
+
"inherit"
|
|
2355
|
+
],
|
|
2356
|
+
"color": [
|
|
2357
|
+
"inherit"
|
|
2358
|
+
],
|
|
2359
|
+
"textAlign": [
|
|
2209
2360
|
"center"
|
|
2361
|
+
],
|
|
2362
|
+
"className": [
|
|
2363
|
+
"w-full"
|
|
2210
2364
|
]
|
|
2211
2365
|
}
|
|
2212
2366
|
},
|
|
2213
2367
|
"propToVariantKeys": {
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2216
|
-
"inputSizeHelperIcon"
|
|
2217
|
-
],
|
|
2218
|
-
"startIcon": [
|
|
2219
|
-
"icon"
|
|
2220
|
-
],
|
|
2221
|
-
"endIcon": [
|
|
2222
|
-
"icon"
|
|
2368
|
+
"variant": [
|
|
2369
|
+
"bottomsheetVariantHeader"
|
|
2223
2370
|
]
|
|
2224
2371
|
},
|
|
2225
2372
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2227,120 +2374,57 @@
|
|
|
2227
2374
|
"runtimeConfigInternalComponentProps": {},
|
|
2228
2375
|
"motionVarPrefixes": []
|
|
2229
2376
|
},
|
|
2230
|
-
"
|
|
2231
|
-
"name": "
|
|
2377
|
+
"BottomSheetInternalContext": {
|
|
2378
|
+
"name": "BottomSheetInternalContext",
|
|
2379
|
+
"defaultProps": {},
|
|
2380
|
+
"getStylesLiterals": {},
|
|
2381
|
+
"cxLiterals": [],
|
|
2382
|
+
"internalComponents": [],
|
|
2383
|
+
"internalComponentProps": {},
|
|
2384
|
+
"propToVariantKeys": {},
|
|
2385
|
+
"runtimeConfigDefaultProps": {},
|
|
2386
|
+
"runtimeConfigGetStyles": {},
|
|
2387
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2388
|
+
"motionVarPrefixes": []
|
|
2389
|
+
},
|
|
2390
|
+
"BottomSheetProvider": {
|
|
2391
|
+
"name": "BottomSheetProvider",
|
|
2232
2392
|
"defaultProps": {},
|
|
2233
2393
|
"getStylesLiterals": {},
|
|
2234
2394
|
"cxLiterals": [],
|
|
2235
2395
|
"internalComponents": [
|
|
2236
|
-
"
|
|
2237
|
-
"PopoverProvider"
|
|
2396
|
+
"AriakitDialogProvider"
|
|
2238
2397
|
],
|
|
2239
2398
|
"internalComponentProps": {},
|
|
2240
2399
|
"propToVariantKeys": {},
|
|
2241
|
-
"runtimeConfigDefaultProps": {
|
|
2242
|
-
"size": "popover.defaultSize",
|
|
2243
|
-
"variant": "popover.defaultVariant"
|
|
2244
|
-
},
|
|
2400
|
+
"runtimeConfigDefaultProps": {},
|
|
2245
2401
|
"runtimeConfigGetStyles": {},
|
|
2246
2402
|
"runtimeConfigInternalComponentProps": {},
|
|
2247
2403
|
"motionVarPrefixes": []
|
|
2248
2404
|
},
|
|
2249
|
-
"
|
|
2250
|
-
"name": "
|
|
2405
|
+
"BottomSheetTrigger": {
|
|
2406
|
+
"name": "BottomSheetTrigger",
|
|
2251
2407
|
"defaultProps": {},
|
|
2252
|
-
"getStylesLiterals": {
|
|
2253
|
-
|
|
2254
|
-
"popoverVariantRoot": "default",
|
|
2255
|
-
"display": "flex",
|
|
2256
|
-
"position": "relative",
|
|
2257
|
-
"display:1": "block",
|
|
2258
|
-
"spacingTop": "0",
|
|
2259
|
-
"spacingStart": "0",
|
|
2260
|
-
"spacingBottom": "0",
|
|
2261
|
-
"spacingEnd": "0",
|
|
2262
|
-
"popoverSizeSvgBase": "default",
|
|
2263
|
-
"popoverVariantSvgBase": "default",
|
|
2264
|
-
"popoverSizeSvgBorder": "default",
|
|
2265
|
-
"popoverVariantSvgBorder": "default",
|
|
2266
|
-
"popoverVariantBlur": "default",
|
|
2267
|
-
"position:1": "absolute",
|
|
2268
|
-
"width": "full",
|
|
2269
|
-
"height": "full",
|
|
2270
|
-
"flexShrink": "0",
|
|
2271
|
-
"borderRadius": "full",
|
|
2272
|
-
"alignItems": "center",
|
|
2273
|
-
"justifyContent": "center",
|
|
2274
|
-
"popoverVariantCloseIcon": "default",
|
|
2275
|
-
"popoverSizeCloseIcon": "default"
|
|
2276
|
-
},
|
|
2277
|
-
"cxLiterals": [
|
|
2278
|
-
"z-[9999]",
|
|
2279
|
-
"outline-none",
|
|
2280
|
-
"focus-visible:outline-none",
|
|
2281
|
-
"uds-bgBlurFillFallback",
|
|
2282
|
-
"uds-bgBlurFallback",
|
|
2283
|
-
"top-0",
|
|
2284
|
-
"left-0",
|
|
2285
|
-
"z-[1]",
|
|
2286
|
-
"duration-0",
|
|
2287
|
-
"duration-120",
|
|
2288
|
-
"transition-[background-color]",
|
|
2289
|
-
"bg-carbon-15/0",
|
|
2290
|
-
"hover:bg-carbon-15/10",
|
|
2291
|
-
"active:bg-carbon-15/15",
|
|
2292
|
-
"uds-ring",
|
|
2293
|
-
"absolute",
|
|
2294
|
-
"z-[4]"
|
|
2295
|
-
],
|
|
2408
|
+
"getStylesLiterals": {},
|
|
2409
|
+
"cxLiterals": [],
|
|
2296
2410
|
"internalComponents": [
|
|
2297
|
-
"
|
|
2298
|
-
"IconSlot",
|
|
2299
|
-
"PopoverArrow",
|
|
2300
|
-
"Popover",
|
|
2301
|
-
"SvgFloatingOverlay",
|
|
2302
|
-
"Box",
|
|
2303
|
-
"Pressable"
|
|
2411
|
+
"AriakitDialogDisclosure"
|
|
2304
2412
|
],
|
|
2305
2413
|
"internalComponentProps": {},
|
|
2306
|
-
"propToVariantKeys": {
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
},
|
|
2311
|
-
"runtimeConfigDefaultProps": {
|
|
2312
|
-
"size": "popover.defaultSize",
|
|
2313
|
-
"variant": "popover.defaultVariant"
|
|
2314
|
-
},
|
|
2315
|
-
"runtimeConfigGetStyles": {
|
|
2316
|
-
"spacingTop": [
|
|
2317
|
-
"popover.spacingVertical.${size}"
|
|
2318
|
-
],
|
|
2319
|
-
"spacingStart": [
|
|
2320
|
-
"popover.spacingHorizontal.${size}"
|
|
2321
|
-
],
|
|
2322
|
-
"spacingBottom": [
|
|
2323
|
-
"popover.spacingVertical.${size}"
|
|
2324
|
-
],
|
|
2325
|
-
"spacingEnd": [
|
|
2326
|
-
"popover.spacingHorizontal.${size}"
|
|
2327
|
-
]
|
|
2328
|
-
},
|
|
2329
|
-
"runtimeConfigInternalComponentProps": {
|
|
2330
|
-
"SvgFloatingOverlay": {
|
|
2331
|
-
"borderRadius": [
|
|
2332
|
-
"popover.borderRadius.${size}"
|
|
2333
|
-
]
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2414
|
+
"propToVariantKeys": {},
|
|
2415
|
+
"runtimeConfigDefaultProps": {},
|
|
2416
|
+
"runtimeConfigGetStyles": {},
|
|
2417
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2336
2418
|
"motionVarPrefixes": []
|
|
2337
2419
|
},
|
|
2338
|
-
"
|
|
2339
|
-
"name": "
|
|
2420
|
+
"UDSBottomSheetConfigProvider": {
|
|
2421
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2340
2422
|
"defaultProps": {},
|
|
2341
2423
|
"getStylesLiterals": {},
|
|
2342
2424
|
"cxLiterals": [],
|
|
2343
|
-
"internalComponents": [
|
|
2425
|
+
"internalComponents": [
|
|
2426
|
+
"BottomSheetContext.Provider"
|
|
2427
|
+
],
|
|
2344
2428
|
"internalComponentProps": {},
|
|
2345
2429
|
"propToVariantKeys": {},
|
|
2346
2430
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2348,24 +2432,46 @@
|
|
|
2348
2432
|
"runtimeConfigInternalComponentProps": {},
|
|
2349
2433
|
"motionVarPrefixes": []
|
|
2350
2434
|
},
|
|
2351
|
-
"
|
|
2352
|
-
"name": "
|
|
2435
|
+
"Avatar": {
|
|
2436
|
+
"name": "Avatar",
|
|
2353
2437
|
"defaultProps": {},
|
|
2354
2438
|
"getStylesLiterals": {},
|
|
2355
2439
|
"cxLiterals": [],
|
|
2356
2440
|
"internalComponents": [
|
|
2357
|
-
"
|
|
2441
|
+
"AvatarImage"
|
|
2358
2442
|
],
|
|
2359
|
-
"internalComponentProps": {
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2443
|
+
"internalComponentProps": {},
|
|
2444
|
+
"propToVariantKeys": {},
|
|
2445
|
+
"runtimeConfigDefaultProps": {},
|
|
2446
|
+
"runtimeConfigGetStyles": {},
|
|
2447
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2448
|
+
"motionVarPrefixes": []
|
|
2449
|
+
},
|
|
2450
|
+
"AvatarIcon": {
|
|
2451
|
+
"name": "AvatarIcon",
|
|
2452
|
+
"defaultProps": {
|
|
2453
|
+
"size": "md",
|
|
2454
|
+
"variant": "primary"
|
|
2365
2455
|
},
|
|
2456
|
+
"getStylesLiterals": {},
|
|
2457
|
+
"cxLiterals": [
|
|
2458
|
+
"overflow-hidden",
|
|
2459
|
+
"w-full",
|
|
2460
|
+
"h-full",
|
|
2461
|
+
"shrink-0",
|
|
2462
|
+
"text-center",
|
|
2463
|
+
"inline-flex",
|
|
2464
|
+
"justify-center",
|
|
2465
|
+
"items-center"
|
|
2466
|
+
],
|
|
2467
|
+
"internalComponents": [
|
|
2468
|
+
"IconSlot",
|
|
2469
|
+
"Box"
|
|
2470
|
+
],
|
|
2471
|
+
"internalComponentProps": {},
|
|
2366
2472
|
"propToVariantKeys": {
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2473
|
+
"size": [
|
|
2474
|
+
"avatarSizeIcon"
|
|
2369
2475
|
]
|
|
2370
2476
|
},
|
|
2371
2477
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2373,165 +2479,279 @@
|
|
|
2373
2479
|
"runtimeConfigInternalComponentProps": {},
|
|
2374
2480
|
"motionVarPrefixes": []
|
|
2375
2481
|
},
|
|
2376
|
-
"
|
|
2377
|
-
"name": "
|
|
2378
|
-
"defaultProps": {
|
|
2482
|
+
"AvatarImage": {
|
|
2483
|
+
"name": "AvatarImage",
|
|
2484
|
+
"defaultProps": {
|
|
2485
|
+
"size": "md",
|
|
2486
|
+
"variant": "primary"
|
|
2487
|
+
},
|
|
2379
2488
|
"getStylesLiterals": {},
|
|
2380
|
-
"cxLiterals": [
|
|
2489
|
+
"cxLiterals": [
|
|
2490
|
+
"overflow-hidden",
|
|
2491
|
+
"w-full",
|
|
2492
|
+
"h-full",
|
|
2493
|
+
"shrink-0",
|
|
2494
|
+
"text-center",
|
|
2495
|
+
"inline-flex",
|
|
2496
|
+
"justify-center",
|
|
2497
|
+
"items-center",
|
|
2498
|
+
"object-cover"
|
|
2499
|
+
],
|
|
2381
2500
|
"internalComponents": [
|
|
2382
|
-
"
|
|
2501
|
+
"UDSImage",
|
|
2502
|
+
"AvatarText",
|
|
2503
|
+
"AvatarIcon",
|
|
2504
|
+
"Box"
|
|
2383
2505
|
],
|
|
2384
2506
|
"internalComponentProps": {},
|
|
2385
|
-
"propToVariantKeys": {
|
|
2507
|
+
"propToVariantKeys": {
|
|
2508
|
+
"alt": [
|
|
2509
|
+
"name"
|
|
2510
|
+
],
|
|
2511
|
+
"fallback": [
|
|
2512
|
+
"initials"
|
|
2513
|
+
]
|
|
2514
|
+
},
|
|
2386
2515
|
"runtimeConfigDefaultProps": {},
|
|
2387
2516
|
"runtimeConfigGetStyles": {},
|
|
2388
2517
|
"runtimeConfigInternalComponentProps": {},
|
|
2389
2518
|
"motionVarPrefixes": []
|
|
2390
2519
|
},
|
|
2391
|
-
"
|
|
2392
|
-
"name": "
|
|
2520
|
+
"AvatarText": {
|
|
2521
|
+
"name": "AvatarText",
|
|
2393
2522
|
"defaultProps": {
|
|
2394
|
-
"labelPosition": "start",
|
|
2395
|
-
"variant": "primary",
|
|
2396
2523
|
"size": "md",
|
|
2397
|
-
"
|
|
2398
|
-
},
|
|
2399
|
-
"getStylesLiterals": {
|
|
2400
|
-
"radioVariantValueRoot": "checked",
|
|
2401
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
2402
|
-
"display": "flex",
|
|
2403
|
-
"flexDirection": "row",
|
|
2404
|
-
"flexDirection:1": "row-reverse",
|
|
2405
|
-
"alignItems": "center",
|
|
2406
|
-
"radioVariantValueRadio": "checked",
|
|
2407
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
2408
|
-
"radioVariantValueRadioCircle": "checked",
|
|
2409
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2524
|
+
"variant": "primary"
|
|
2410
2525
|
},
|
|
2526
|
+
"getStylesLiterals": {},
|
|
2411
2527
|
"cxLiterals": [
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2414
|
-
"
|
|
2415
|
-
"
|
|
2416
|
-
"
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
2421
|
-
"w-[8px]",
|
|
2422
|
-
"h-[8px]",
|
|
2423
|
-
"transition-opacity",
|
|
2424
|
-
"cursor-[inherit]",
|
|
2425
|
-
"absolute",
|
|
2426
|
-
"opacity-0",
|
|
2427
|
-
"top-1/2",
|
|
2428
|
-
"left-1/2",
|
|
2429
|
-
"w-[calc(100%+2px)]",
|
|
2430
|
-
"h-[calc(100%+2px)]",
|
|
2431
|
-
"transform",
|
|
2432
|
-
"translate-x-[-50%]",
|
|
2433
|
-
"translate-y-[-50%]",
|
|
2434
|
-
"text-start",
|
|
2435
|
-
"text-end"
|
|
2528
|
+
"overflow-hidden",
|
|
2529
|
+
"truncate",
|
|
2530
|
+
"w-full",
|
|
2531
|
+
"h-full",
|
|
2532
|
+
"shrink-0",
|
|
2533
|
+
"text-center",
|
|
2534
|
+
"inline-flex",
|
|
2535
|
+
"justify-center",
|
|
2536
|
+
"items-center"
|
|
2436
2537
|
],
|
|
2437
2538
|
"internalComponents": [
|
|
2438
2539
|
"Box",
|
|
2439
|
-
"
|
|
2440
|
-
"SpringMotionConfig",
|
|
2441
|
-
"RootElement",
|
|
2442
|
-
"MotionBox"
|
|
2540
|
+
"Text"
|
|
2443
2541
|
],
|
|
2444
2542
|
"internalComponentProps": {
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
2447
|
-
"full"
|
|
2448
|
-
]
|
|
2449
|
-
},
|
|
2450
|
-
"FormLabel": {
|
|
2451
|
-
"as": [
|
|
2452
|
-
"div"
|
|
2453
|
-
],
|
|
2454
|
-
"variant": [
|
|
2543
|
+
"Text": {
|
|
2544
|
+
"color": [
|
|
2455
2545
|
"inherit"
|
|
2456
2546
|
],
|
|
2457
|
-
"
|
|
2547
|
+
"variant": [
|
|
2458
2548
|
"inherit"
|
|
2459
2549
|
]
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"propToVariantKeys": {},
|
|
2553
|
+
"runtimeConfigDefaultProps": {},
|
|
2554
|
+
"runtimeConfigGetStyles": {},
|
|
2555
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2556
|
+
"motionVarPrefixes": []
|
|
2557
|
+
},
|
|
2558
|
+
"Input": {
|
|
2559
|
+
"name": "Input",
|
|
2560
|
+
"defaultProps": {
|
|
2561
|
+
"type": "text",
|
|
2562
|
+
"size": "md",
|
|
2563
|
+
"width": "full"
|
|
2564
|
+
},
|
|
2565
|
+
"getStylesLiterals": {
|
|
2566
|
+
"inputVariantRoot": "default",
|
|
2567
|
+
"inputVariantValueRoot": "empty",
|
|
2568
|
+
"inputVariantValueRoot:1": "filled",
|
|
2569
|
+
"inputVariantInputWrapper": "default",
|
|
2570
|
+
"inputVariantValueInputWrapper": "empty",
|
|
2571
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
2572
|
+
"inputVariantInput": "default",
|
|
2573
|
+
"inputVariantValueInput": "empty",
|
|
2574
|
+
"inputVariantValueInput:1": "filled",
|
|
2575
|
+
"inputVariantInputPlaceholder": "default",
|
|
2576
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
2577
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2578
|
+
"inputVariantLabel": "default",
|
|
2579
|
+
"inputVariantValueLabel": "empty",
|
|
2580
|
+
"inputVariantValueLabel:1": "filled",
|
|
2581
|
+
"inputVariantLabelRequired": "default",
|
|
2582
|
+
"inputVariantValueLabelRequired": "empty",
|
|
2583
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
2584
|
+
"inputVariantStartIcon": "default",
|
|
2585
|
+
"inputVariantValueStartIcon": "empty",
|
|
2586
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
2587
|
+
"inputVariantEndIcon": "default",
|
|
2588
|
+
"inputVariantValueEndIcon": "empty",
|
|
2589
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
2590
|
+
},
|
|
2591
|
+
"cxLiterals": [
|
|
2592
|
+
"opacity-50",
|
|
2593
|
+
"min-w-[200px]",
|
|
2594
|
+
"grow",
|
|
2595
|
+
"uds-hit-target",
|
|
2596
|
+
"bg-clip-text",
|
|
2597
|
+
"focus:outline-none",
|
|
2598
|
+
"cursor-text",
|
|
2599
|
+
"cursor-not-allowed"
|
|
2600
|
+
],
|
|
2601
|
+
"internalComponents": [
|
|
2602
|
+
"IconSlot",
|
|
2603
|
+
"StartIcon",
|
|
2604
|
+
"EndIcon",
|
|
2605
|
+
"HelpTextContent",
|
|
2606
|
+
"Box",
|
|
2607
|
+
"InputHelpTextInternal",
|
|
2608
|
+
"VStack",
|
|
2609
|
+
"HStack",
|
|
2610
|
+
"AnimateHeightChange"
|
|
2611
|
+
],
|
|
2612
|
+
"internalComponentProps": {
|
|
2613
|
+
"HelpTextContent": {
|
|
2614
|
+
"spacingTop": [
|
|
2615
|
+
"2"
|
|
2616
|
+
]
|
|
2617
|
+
},
|
|
2618
|
+
"Box": {
|
|
2619
|
+
"spacingBottom": [
|
|
2620
|
+
"2"
|
|
2621
|
+
],
|
|
2622
|
+
"columnGap": [
|
|
2623
|
+
"0.5"
|
|
2624
|
+
],
|
|
2625
|
+
"alignItems": [
|
|
2626
|
+
"flex-end",
|
|
2627
|
+
"center"
|
|
2628
|
+
],
|
|
2629
|
+
"position": [
|
|
2630
|
+
"relative"
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
"HStack": {
|
|
2634
|
+
"alignItems": [
|
|
2635
|
+
"center"
|
|
2636
|
+
],
|
|
2637
|
+
"gap": [
|
|
2638
|
+
"1"
|
|
2481
2639
|
]
|
|
2482
2640
|
}
|
|
2483
2641
|
},
|
|
2484
2642
|
"propToVariantKeys": {
|
|
2485
2643
|
"size": [
|
|
2486
|
-
"
|
|
2487
|
-
"
|
|
2644
|
+
"inputSizeRoot",
|
|
2645
|
+
"inputSizeInputWrapper",
|
|
2646
|
+
"inputSizeInput",
|
|
2647
|
+
"inputSizeLabel",
|
|
2648
|
+
"inputSizeStartIcon",
|
|
2649
|
+
"inputSizeEndIcon"
|
|
2488
2650
|
],
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2491
|
-
"radioVariantRadio",
|
|
2492
|
-
"radioVariantRadioCircle"
|
|
2651
|
+
"startIcon": [
|
|
2652
|
+
"icon"
|
|
2493
2653
|
],
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2654
|
+
"endIcon": [
|
|
2655
|
+
"icon"
|
|
2656
|
+
],
|
|
2657
|
+
"slotProps": [
|
|
2658
|
+
"helperTextSlotProps"
|
|
2659
|
+
],
|
|
2660
|
+
"helperTextIcon": [
|
|
2661
|
+
"startIcon"
|
|
2496
2662
|
]
|
|
2497
2663
|
},
|
|
2498
2664
|
"runtimeConfigDefaultProps": {},
|
|
2499
2665
|
"runtimeConfigGetStyles": {},
|
|
2500
2666
|
"runtimeConfigInternalComponentProps": {},
|
|
2501
|
-
"motionVarPrefixes": [
|
|
2502
|
-
"--uds-motion-subtle-3-",
|
|
2503
|
-
"--uds-motion-smooth-3-"
|
|
2504
|
-
]
|
|
2667
|
+
"motionVarPrefixes": []
|
|
2505
2668
|
},
|
|
2506
|
-
"
|
|
2507
|
-
"name": "
|
|
2669
|
+
"InputHelpText": {
|
|
2670
|
+
"name": "InputHelpText",
|
|
2671
|
+
"defaultProps": {
|
|
2672
|
+
"size": "md"
|
|
2673
|
+
},
|
|
2674
|
+
"getStylesLiterals": {
|
|
2675
|
+
"inputVariantRoot": "default",
|
|
2676
|
+
"inputVariantValueRoot": "empty",
|
|
2677
|
+
"inputVariantValueRoot:1": "filled"
|
|
2678
|
+
},
|
|
2679
|
+
"cxLiterals": [],
|
|
2680
|
+
"internalComponents": [
|
|
2681
|
+
"InputHelpTextInternal",
|
|
2682
|
+
"Box"
|
|
2683
|
+
],
|
|
2684
|
+
"internalComponentProps": {
|
|
2685
|
+
"Box": {
|
|
2686
|
+
"spacingTop": [
|
|
2687
|
+
"2"
|
|
2688
|
+
]
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
"propToVariantKeys": {
|
|
2692
|
+
"size": [
|
|
2693
|
+
"inputSizeRoot"
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2696
|
+
"runtimeConfigDefaultProps": {},
|
|
2697
|
+
"runtimeConfigGetStyles": {},
|
|
2698
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2699
|
+
"motionVarPrefixes": []
|
|
2700
|
+
},
|
|
2701
|
+
"InputHelpTextInternal": {
|
|
2702
|
+
"name": "InputHelpTextInternal",
|
|
2508
2703
|
"defaultProps": {},
|
|
2509
|
-
"getStylesLiterals": {
|
|
2704
|
+
"getStylesLiterals": {
|
|
2705
|
+
"inputVariantHelperText": "default",
|
|
2706
|
+
"inputVariantValueHelperText": "empty",
|
|
2707
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2708
|
+
"inputVariantHelperIcon": "default",
|
|
2709
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2710
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
2711
|
+
},
|
|
2510
2712
|
"cxLiterals": [],
|
|
2511
2713
|
"internalComponents": [
|
|
2512
|
-
"
|
|
2513
|
-
"
|
|
2514
|
-
"RadioGroupContext.Provider"
|
|
2714
|
+
"IconSlot",
|
|
2715
|
+
"HStack"
|
|
2515
2716
|
],
|
|
2516
2717
|
"internalComponentProps": {
|
|
2517
|
-
"
|
|
2518
|
-
"
|
|
2519
|
-
"
|
|
2718
|
+
"HStack": {
|
|
2719
|
+
"gap": [
|
|
2720
|
+
"1"
|
|
2721
|
+
],
|
|
2722
|
+
"alignItems": [
|
|
2723
|
+
"center"
|
|
2520
2724
|
]
|
|
2521
2725
|
}
|
|
2522
2726
|
},
|
|
2523
|
-
"propToVariantKeys": {
|
|
2727
|
+
"propToVariantKeys": {
|
|
2728
|
+
"size": [
|
|
2729
|
+
"inputSizeHelperText",
|
|
2730
|
+
"inputSizeHelperIcon"
|
|
2731
|
+
],
|
|
2732
|
+
"startIcon": [
|
|
2733
|
+
"icon"
|
|
2734
|
+
],
|
|
2735
|
+
"endIcon": [
|
|
2736
|
+
"icon"
|
|
2737
|
+
]
|
|
2738
|
+
},
|
|
2524
2739
|
"runtimeConfigDefaultProps": {},
|
|
2525
2740
|
"runtimeConfigGetStyles": {},
|
|
2526
2741
|
"runtimeConfigInternalComponentProps": {},
|
|
2527
2742
|
"motionVarPrefixes": []
|
|
2528
2743
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"name": "
|
|
2744
|
+
"Chip": {
|
|
2745
|
+
"name": "Chip",
|
|
2531
2746
|
"defaultProps": {},
|
|
2532
2747
|
"getStylesLiterals": {},
|
|
2533
2748
|
"cxLiterals": [],
|
|
2534
|
-
"internalComponents": [
|
|
2749
|
+
"internalComponents": [
|
|
2750
|
+
"ChipDismissible",
|
|
2751
|
+
"ChipToggle",
|
|
2752
|
+
"ChipLink",
|
|
2753
|
+
"ChipButton"
|
|
2754
|
+
],
|
|
2535
2755
|
"internalComponentProps": {},
|
|
2536
2756
|
"propToVariantKeys": {},
|
|
2537
2757
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2539,66 +2759,247 @@
|
|
|
2539
2759
|
"runtimeConfigInternalComponentProps": {},
|
|
2540
2760
|
"motionVarPrefixes": []
|
|
2541
2761
|
},
|
|
2542
|
-
"
|
|
2543
|
-
"name": "
|
|
2762
|
+
"ChipBase": {
|
|
2763
|
+
"name": "ChipBase",
|
|
2544
2764
|
"defaultProps": {
|
|
2545
|
-
"
|
|
2546
|
-
|
|
2547
|
-
"getStylesLiterals": {
|
|
2548
|
-
"tabSizeRoot": "default",
|
|
2549
|
-
"tabVariantActiveRoot": "off",
|
|
2550
|
-
"tabVariantActiveRoot:1": "on",
|
|
2551
|
-
"tabSizeIcon": "default"
|
|
2765
|
+
"size": "md",
|
|
2766
|
+
"as": "div"
|
|
2552
2767
|
},
|
|
2768
|
+
"getStylesLiterals": {},
|
|
2553
2769
|
"cxLiterals": [
|
|
2554
2770
|
"pointer-events-none",
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2557
|
-
"left-0",
|
|
2558
|
-
"right-0",
|
|
2559
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
2560
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
2561
|
-
"transition-[height,background-color]",
|
|
2562
|
-
"duration-[240ms]",
|
|
2563
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
2564
|
-
"!bg-transparent",
|
|
2565
|
-
"!shadow-none",
|
|
2771
|
+
"cursor-default",
|
|
2772
|
+
"opacity-50",
|
|
2566
2773
|
"inline-flex",
|
|
2567
2774
|
"items-center",
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2570
|
-
"relative",
|
|
2571
|
-
"z-[1]",
|
|
2572
|
-
"cursor-pointer",
|
|
2573
|
-
"select-none",
|
|
2775
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2776
|
+
"truncate",
|
|
2574
2777
|
"whitespace-nowrap",
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2577
|
-
"cursor-default",
|
|
2578
|
-
"border-solid",
|
|
2579
|
-
"border-b-solid",
|
|
2580
|
-
"transition-colors"
|
|
2778
|
+
"text-center",
|
|
2779
|
+
"flex-1"
|
|
2581
2780
|
],
|
|
2582
2781
|
"internalComponents": [
|
|
2583
2782
|
"IconSlot",
|
|
2584
|
-
"
|
|
2783
|
+
"HStack",
|
|
2784
|
+
"As",
|
|
2585
2785
|
"Text"
|
|
2586
2786
|
],
|
|
2587
2787
|
"internalComponentProps": {
|
|
2588
2788
|
"Text": {
|
|
2589
|
-
"variant": [
|
|
2590
|
-
"inherit"
|
|
2591
|
-
],
|
|
2592
2789
|
"as": [
|
|
2593
2790
|
"span"
|
|
2594
2791
|
],
|
|
2595
2792
|
"color": [
|
|
2596
2793
|
"current"
|
|
2794
|
+
],
|
|
2795
|
+
"variant": [
|
|
2796
|
+
"inherit"
|
|
2597
2797
|
]
|
|
2598
2798
|
}
|
|
2599
2799
|
},
|
|
2600
2800
|
"propToVariantKeys": {
|
|
2601
|
-
"
|
|
2801
|
+
"size": [
|
|
2802
|
+
"chipSizeRoot",
|
|
2803
|
+
"chipSizeIcon"
|
|
2804
|
+
],
|
|
2805
|
+
"startIcon": [
|
|
2806
|
+
"icon"
|
|
2807
|
+
],
|
|
2808
|
+
"endIcon": [
|
|
2809
|
+
"icon"
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
"runtimeConfigDefaultProps": {},
|
|
2813
|
+
"runtimeConfigGetStyles": {},
|
|
2814
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2815
|
+
"motionVarPrefixes": []
|
|
2816
|
+
},
|
|
2817
|
+
"ChipButton": {
|
|
2818
|
+
"name": "ChipButton",
|
|
2819
|
+
"defaultProps": {
|
|
2820
|
+
"variant": "primary"
|
|
2821
|
+
},
|
|
2822
|
+
"getStylesLiterals": {},
|
|
2823
|
+
"cxLiterals": [
|
|
2824
|
+
"uds-ring"
|
|
2825
|
+
],
|
|
2826
|
+
"internalComponents": [
|
|
2827
|
+
"ChipBase"
|
|
2828
|
+
],
|
|
2829
|
+
"internalComponentProps": {
|
|
2830
|
+
"ChipBase": {
|
|
2831
|
+
"as": [
|
|
2832
|
+
"button"
|
|
2833
|
+
]
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"propToVariantKeys": {
|
|
2837
|
+
"variant": [
|
|
2838
|
+
"chipLinkVariantRoot",
|
|
2839
|
+
"chipLinkVariantIcon"
|
|
2840
|
+
]
|
|
2841
|
+
},
|
|
2842
|
+
"runtimeConfigDefaultProps": {},
|
|
2843
|
+
"runtimeConfigGetStyles": {},
|
|
2844
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2845
|
+
"motionVarPrefixes": []
|
|
2846
|
+
},
|
|
2847
|
+
"ChipDismissible": {
|
|
2848
|
+
"name": "ChipDismissible",
|
|
2849
|
+
"defaultProps": {
|
|
2850
|
+
"variant": "primary"
|
|
2851
|
+
},
|
|
2852
|
+
"getStylesLiterals": {},
|
|
2853
|
+
"cxLiterals": [
|
|
2854
|
+
"uds-chip-dismissible-button",
|
|
2855
|
+
"uds-hit-target",
|
|
2856
|
+
"uds-ring",
|
|
2857
|
+
"rounded-full"
|
|
2858
|
+
],
|
|
2859
|
+
"internalComponents": [
|
|
2860
|
+
"ChipBase",
|
|
2861
|
+
"IconSlot",
|
|
2862
|
+
"Pressable"
|
|
2863
|
+
],
|
|
2864
|
+
"internalComponentProps": {},
|
|
2865
|
+
"propToVariantKeys": {
|
|
2866
|
+
"variant": [
|
|
2867
|
+
"chipDismissibleVariantRoot",
|
|
2868
|
+
"chipDismissibleVariantIcon"
|
|
2869
|
+
],
|
|
2870
|
+
"dismissButtonAriaLabel": [
|
|
2871
|
+
"aria-label"
|
|
2872
|
+
]
|
|
2873
|
+
},
|
|
2874
|
+
"runtimeConfigDefaultProps": {},
|
|
2875
|
+
"runtimeConfigGetStyles": {},
|
|
2876
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2877
|
+
"motionVarPrefixes": []
|
|
2878
|
+
},
|
|
2879
|
+
"ChipLink": {
|
|
2880
|
+
"name": "ChipLink",
|
|
2881
|
+
"defaultProps": {
|
|
2882
|
+
"variant": "primary"
|
|
2883
|
+
},
|
|
2884
|
+
"getStylesLiterals": {},
|
|
2885
|
+
"cxLiterals": [
|
|
2886
|
+
"uds-ring"
|
|
2887
|
+
],
|
|
2888
|
+
"internalComponents": [
|
|
2889
|
+
"ChipBase"
|
|
2890
|
+
],
|
|
2891
|
+
"internalComponentProps": {
|
|
2892
|
+
"ChipBase": {
|
|
2893
|
+
"as": [
|
|
2894
|
+
"a"
|
|
2895
|
+
]
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
"propToVariantKeys": {
|
|
2899
|
+
"variant": [
|
|
2900
|
+
"chipLinkVariantRoot",
|
|
2901
|
+
"chipLinkVariantIcon"
|
|
2902
|
+
]
|
|
2903
|
+
},
|
|
2904
|
+
"runtimeConfigDefaultProps": {},
|
|
2905
|
+
"runtimeConfigGetStyles": {},
|
|
2906
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2907
|
+
"motionVarPrefixes": []
|
|
2908
|
+
},
|
|
2909
|
+
"ChipToggle": {
|
|
2910
|
+
"name": "ChipToggle",
|
|
2911
|
+
"defaultProps": {
|
|
2912
|
+
"variant": "primary",
|
|
2913
|
+
"role": "checkbox"
|
|
2914
|
+
},
|
|
2915
|
+
"getStylesLiterals": {
|
|
2916
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2917
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2918
|
+
},
|
|
2919
|
+
"cxLiterals": [
|
|
2920
|
+
"uds-ring"
|
|
2921
|
+
],
|
|
2922
|
+
"internalComponents": [
|
|
2923
|
+
"ChipBase"
|
|
2924
|
+
],
|
|
2925
|
+
"internalComponentProps": {
|
|
2926
|
+
"ChipBase": {
|
|
2927
|
+
"as": [
|
|
2928
|
+
"button"
|
|
2929
|
+
]
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
"propToVariantKeys": {
|
|
2933
|
+
"variant": [
|
|
2934
|
+
"chipToggleVariantRoot",
|
|
2935
|
+
"chipToggleVariantIcon"
|
|
2936
|
+
]
|
|
2937
|
+
},
|
|
2938
|
+
"runtimeConfigDefaultProps": {},
|
|
2939
|
+
"runtimeConfigGetStyles": {},
|
|
2940
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2941
|
+
"motionVarPrefixes": []
|
|
2942
|
+
},
|
|
2943
|
+
"Tab": {
|
|
2944
|
+
"name": "Tab",
|
|
2945
|
+
"defaultProps": {
|
|
2946
|
+
"variant": "primary"
|
|
2947
|
+
},
|
|
2948
|
+
"getStylesLiterals": {
|
|
2949
|
+
"tabSizeRoot": "default",
|
|
2950
|
+
"tabVariantActiveRoot": "off",
|
|
2951
|
+
"tabVariantActiveRoot:1": "on",
|
|
2952
|
+
"tabSizeIcon": "default"
|
|
2953
|
+
},
|
|
2954
|
+
"cxLiterals": [
|
|
2955
|
+
"pointer-events-none",
|
|
2956
|
+
"absolute",
|
|
2957
|
+
"bottom-0",
|
|
2958
|
+
"left-0",
|
|
2959
|
+
"right-0",
|
|
2960
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
2961
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
2962
|
+
"transition-[height,background-color]",
|
|
2963
|
+
"duration-[240ms]",
|
|
2964
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
2965
|
+
"!bg-transparent",
|
|
2966
|
+
"!shadow-none",
|
|
2967
|
+
"inline-flex",
|
|
2968
|
+
"items-center",
|
|
2969
|
+
"shrink-0",
|
|
2970
|
+
"box-border",
|
|
2971
|
+
"relative",
|
|
2972
|
+
"z-[1]",
|
|
2973
|
+
"cursor-pointer",
|
|
2974
|
+
"select-none",
|
|
2975
|
+
"whitespace-nowrap",
|
|
2976
|
+
"uds-ring",
|
|
2977
|
+
"opacity-50",
|
|
2978
|
+
"cursor-default",
|
|
2979
|
+
"border-solid",
|
|
2980
|
+
"border-b-solid",
|
|
2981
|
+
"transition-colors"
|
|
2982
|
+
],
|
|
2983
|
+
"internalComponents": [
|
|
2984
|
+
"IconSlot",
|
|
2985
|
+
"AriakitTab",
|
|
2986
|
+
"Text"
|
|
2987
|
+
],
|
|
2988
|
+
"internalComponentProps": {
|
|
2989
|
+
"Text": {
|
|
2990
|
+
"variant": [
|
|
2991
|
+
"inherit"
|
|
2992
|
+
],
|
|
2993
|
+
"as": [
|
|
2994
|
+
"span"
|
|
2995
|
+
],
|
|
2996
|
+
"color": [
|
|
2997
|
+
"current"
|
|
2998
|
+
]
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
"propToVariantKeys": {
|
|
3002
|
+
"variant": [
|
|
2602
3003
|
"tabVariantRoot",
|
|
2603
3004
|
"tabVariantIcon"
|
|
2604
3005
|
],
|
|
@@ -2707,58 +3108,193 @@
|
|
|
2707
3108
|
"runtimeConfigInternalComponentProps": {},
|
|
2708
3109
|
"motionVarPrefixes": []
|
|
2709
3110
|
},
|
|
2710
|
-
"
|
|
2711
|
-
"name": "
|
|
3111
|
+
"Tooltip": {
|
|
3112
|
+
"name": "Tooltip",
|
|
2712
3113
|
"defaultProps": {},
|
|
2713
|
-
"getStylesLiterals": {
|
|
2714
|
-
|
|
2715
|
-
"className:1": "flex-none",
|
|
2716
|
-
"spacing": "2",
|
|
2717
|
-
"borderRadius": "full"
|
|
2718
|
-
},
|
|
2719
|
-
"cxLiterals": [
|
|
2720
|
-
"duration-0",
|
|
2721
|
-
"duration-120",
|
|
2722
|
-
"transition-[background-color]",
|
|
2723
|
-
"bg-carbon-15/0",
|
|
2724
|
-
"hover:bg-carbon-15/10",
|
|
2725
|
-
"active:bg-carbon-15/15",
|
|
2726
|
-
"uds-ring"
|
|
2727
|
-
],
|
|
3114
|
+
"getStylesLiterals": {},
|
|
3115
|
+
"cxLiterals": [],
|
|
2728
3116
|
"internalComponents": [
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2731
|
-
"Text",
|
|
2732
|
-
"Button",
|
|
2733
|
-
"Pressable"
|
|
3117
|
+
"TooltipInternalContext.Provider",
|
|
3118
|
+
"TooltipProvider"
|
|
2734
3119
|
],
|
|
2735
3120
|
"internalComponentProps": {},
|
|
2736
|
-
"propToVariantKeys": {
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
"
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
"
|
|
2761
|
-
|
|
3121
|
+
"propToVariantKeys": {},
|
|
3122
|
+
"runtimeConfigDefaultProps": {},
|
|
3123
|
+
"runtimeConfigGetStyles": {},
|
|
3124
|
+
"runtimeConfigInternalComponentProps": {
|
|
3125
|
+
"TooltipProvider": {
|
|
3126
|
+
"animated": [
|
|
3127
|
+
"tooltip.animationDuration"
|
|
3128
|
+
]
|
|
3129
|
+
}
|
|
3130
|
+
},
|
|
3131
|
+
"motionVarPrefixes": []
|
|
3132
|
+
},
|
|
3133
|
+
"TooltipContent": {
|
|
3134
|
+
"name": "TooltipContent",
|
|
3135
|
+
"defaultProps": {},
|
|
3136
|
+
"getStylesLiterals": {
|
|
3137
|
+
"tooltipSizeRoot": "default",
|
|
3138
|
+
"tooltipVariantRoot": "default",
|
|
3139
|
+
"tooltipSizeSvg": "default",
|
|
3140
|
+
"tooltipVariantSvg": "default",
|
|
3141
|
+
"tooltipVariantBlur": "default",
|
|
3142
|
+
"position": "absolute",
|
|
3143
|
+
"width": "full",
|
|
3144
|
+
"height": "full",
|
|
3145
|
+
"tooltipSizeTitle": "default",
|
|
3146
|
+
"tooltipSizeBody": "default",
|
|
3147
|
+
"tooltipSizeEndContent": "default",
|
|
3148
|
+
"tooltipSizeIcon": "default",
|
|
3149
|
+
"tooltipVariantIcon": "default"
|
|
3150
|
+
},
|
|
3151
|
+
"cxLiterals": [
|
|
3152
|
+
"max-w-lg",
|
|
3153
|
+
"flex",
|
|
3154
|
+
"z-[9999]",
|
|
3155
|
+
"uds-bgBlurFillFallback",
|
|
3156
|
+
"uds-bgBlurFallback",
|
|
3157
|
+
"top-0",
|
|
3158
|
+
"left-0",
|
|
3159
|
+
"z-[1]"
|
|
3160
|
+
],
|
|
3161
|
+
"internalComponents": [
|
|
3162
|
+
"IconSlot",
|
|
3163
|
+
"TooltipArrow",
|
|
3164
|
+
"Tooltip",
|
|
3165
|
+
"SvgFloatingOverlay",
|
|
3166
|
+
"VStack",
|
|
3167
|
+
"Box",
|
|
3168
|
+
"Text"
|
|
3169
|
+
],
|
|
3170
|
+
"internalComponentProps": {
|
|
3171
|
+
"SvgFloatingOverlay": {
|
|
3172
|
+
"contentOverflow": [
|
|
3173
|
+
"visible"
|
|
3174
|
+
]
|
|
3175
|
+
},
|
|
3176
|
+
"VStack": {
|
|
3177
|
+
"className": [
|
|
3178
|
+
"gap-[inherit]"
|
|
3179
|
+
]
|
|
3180
|
+
},
|
|
3181
|
+
"Box": {
|
|
3182
|
+
"alignItems": [
|
|
3183
|
+
"center"
|
|
3184
|
+
],
|
|
3185
|
+
"columnGap": [
|
|
3186
|
+
"1",
|
|
3187
|
+
"1.5"
|
|
3188
|
+
]
|
|
3189
|
+
},
|
|
3190
|
+
"Text": {
|
|
3191
|
+
"color": [
|
|
3192
|
+
"inherit"
|
|
3193
|
+
]
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
"propToVariantKeys": {
|
|
3197
|
+
"startTitleIcon": [
|
|
3198
|
+
"icon"
|
|
3199
|
+
]
|
|
3200
|
+
},
|
|
3201
|
+
"runtimeConfigDefaultProps": {},
|
|
3202
|
+
"runtimeConfigGetStyles": {},
|
|
3203
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3204
|
+
"motionVarPrefixes": []
|
|
3205
|
+
},
|
|
3206
|
+
"TooltipTrigger": {
|
|
3207
|
+
"name": "TooltipTrigger",
|
|
3208
|
+
"defaultProps": {},
|
|
3209
|
+
"getStylesLiterals": {},
|
|
3210
|
+
"cxLiterals": [],
|
|
3211
|
+
"internalComponents": [
|
|
3212
|
+
"TooltipAnchor"
|
|
3213
|
+
],
|
|
3214
|
+
"internalComponentProps": {
|
|
3215
|
+
"TooltipAnchor": {
|
|
3216
|
+
"className": [
|
|
3217
|
+
"inline"
|
|
3218
|
+
]
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
"propToVariantKeys": {
|
|
3222
|
+
"children": [
|
|
3223
|
+
"render"
|
|
3224
|
+
]
|
|
3225
|
+
},
|
|
3226
|
+
"runtimeConfigDefaultProps": {},
|
|
3227
|
+
"runtimeConfigGetStyles": {},
|
|
3228
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3229
|
+
"motionVarPrefixes": []
|
|
3230
|
+
},
|
|
3231
|
+
"UDSTooltipConfigProvider": {
|
|
3232
|
+
"name": "UDSTooltipConfigProvider",
|
|
3233
|
+
"defaultProps": {},
|
|
3234
|
+
"getStylesLiterals": {},
|
|
3235
|
+
"cxLiterals": [],
|
|
3236
|
+
"internalComponents": [
|
|
3237
|
+
"TooltipContext.Provider"
|
|
3238
|
+
],
|
|
3239
|
+
"internalComponentProps": {},
|
|
3240
|
+
"propToVariantKeys": {},
|
|
3241
|
+
"runtimeConfigDefaultProps": {},
|
|
3242
|
+
"runtimeConfigGetStyles": {},
|
|
3243
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3244
|
+
"motionVarPrefixes": []
|
|
3245
|
+
},
|
|
3246
|
+
"Toast": {
|
|
3247
|
+
"name": "Toast",
|
|
3248
|
+
"defaultProps": {},
|
|
3249
|
+
"getStylesLiterals": {
|
|
3250
|
+
"className": "animate-spin",
|
|
3251
|
+
"className:1": "flex-none",
|
|
3252
|
+
"spacing": "2",
|
|
3253
|
+
"borderRadius": "full"
|
|
3254
|
+
},
|
|
3255
|
+
"cxLiterals": [
|
|
3256
|
+
"duration-0",
|
|
3257
|
+
"duration-120",
|
|
3258
|
+
"transition-[background-color]",
|
|
3259
|
+
"bg-carbon-15/0",
|
|
3260
|
+
"hover:bg-carbon-15/10",
|
|
3261
|
+
"active:bg-carbon-15/15",
|
|
3262
|
+
"uds-ring"
|
|
3263
|
+
],
|
|
3264
|
+
"internalComponents": [
|
|
3265
|
+
"IconSlot",
|
|
3266
|
+
"ToastContainer",
|
|
3267
|
+
"Text",
|
|
3268
|
+
"Button",
|
|
3269
|
+
"Pressable"
|
|
3270
|
+
],
|
|
3271
|
+
"internalComponentProps": {},
|
|
3272
|
+
"propToVariantKeys": {
|
|
3273
|
+
"size": [
|
|
3274
|
+
"toastSizeLabel",
|
|
3275
|
+
"toastSizeIcon",
|
|
3276
|
+
"toastSizeActionButton",
|
|
3277
|
+
"toastSizeCloseIcon"
|
|
3278
|
+
],
|
|
3279
|
+
"variant": [
|
|
3280
|
+
"toastVariantIcon",
|
|
3281
|
+
"toastVariantActionButton",
|
|
3282
|
+
"toastVariantCloseIcon"
|
|
3283
|
+
],
|
|
3284
|
+
"closeIcon": [
|
|
3285
|
+
"icon"
|
|
3286
|
+
],
|
|
3287
|
+
"onClickActionButton": [
|
|
3288
|
+
"onClick"
|
|
3289
|
+
]
|
|
3290
|
+
},
|
|
3291
|
+
"runtimeConfigDefaultProps": {
|
|
3292
|
+
"size": "toast.defaultSize",
|
|
3293
|
+
"variant": "toast.defaultVariant"
|
|
3294
|
+
},
|
|
3295
|
+
"runtimeConfigGetStyles": {
|
|
3296
|
+
"toastSizeLabel": [
|
|
3297
|
+
"toast.defaultSize"
|
|
2762
3298
|
],
|
|
2763
3299
|
"toastVariantIcon": [
|
|
2764
3300
|
"toast.defaultVariant"
|
|
@@ -2906,582 +3442,38 @@
|
|
|
2906
3442
|
"runtimeConfigInternalComponentProps": {},
|
|
2907
3443
|
"motionVarPrefixes": []
|
|
2908
3444
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"name": "
|
|
3445
|
+
"UDSBreakpointsConfigProvider": {
|
|
3446
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2911
3447
|
"defaultProps": {},
|
|
2912
3448
|
"getStylesLiterals": {},
|
|
2913
3449
|
"cxLiterals": [],
|
|
2914
3450
|
"internalComponents": [
|
|
2915
|
-
"
|
|
2916
|
-
"TooltipProvider"
|
|
3451
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
2917
3452
|
],
|
|
2918
3453
|
"internalComponentProps": {},
|
|
2919
3454
|
"propToVariantKeys": {},
|
|
2920
3455
|
"runtimeConfigDefaultProps": {},
|
|
2921
3456
|
"runtimeConfigGetStyles": {},
|
|
2922
|
-
"runtimeConfigInternalComponentProps": {
|
|
2923
|
-
"TooltipProvider": {
|
|
2924
|
-
"animated": [
|
|
2925
|
-
"tooltip.animationDuration"
|
|
2926
|
-
]
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
3457
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2929
3458
|
"motionVarPrefixes": []
|
|
2930
3459
|
},
|
|
2931
|
-
"
|
|
2932
|
-
"name": "
|
|
3460
|
+
"UDSConfigProvider": {
|
|
3461
|
+
"name": "UDSConfigProvider",
|
|
2933
3462
|
"defaultProps": {},
|
|
2934
|
-
"getStylesLiterals": {
|
|
2935
|
-
|
|
2936
|
-
"tooltipVariantRoot": "default",
|
|
2937
|
-
"tooltipSizeSvg": "default",
|
|
2938
|
-
"tooltipVariantSvg": "default",
|
|
2939
|
-
"tooltipVariantBlur": "default",
|
|
2940
|
-
"position": "absolute",
|
|
2941
|
-
"width": "full",
|
|
2942
|
-
"height": "full",
|
|
2943
|
-
"tooltipSizeTitle": "default",
|
|
2944
|
-
"tooltipSizeBody": "default",
|
|
2945
|
-
"tooltipSizeEndContent": "default",
|
|
2946
|
-
"tooltipSizeIcon": "default",
|
|
2947
|
-
"tooltipVariantIcon": "default"
|
|
2948
|
-
},
|
|
2949
|
-
"cxLiterals": [
|
|
2950
|
-
"max-w-lg",
|
|
2951
|
-
"flex",
|
|
2952
|
-
"z-[9999]",
|
|
2953
|
-
"uds-bgBlurFillFallback",
|
|
2954
|
-
"uds-bgBlurFallback",
|
|
2955
|
-
"top-0",
|
|
2956
|
-
"left-0",
|
|
2957
|
-
"z-[1]"
|
|
2958
|
-
],
|
|
3463
|
+
"getStylesLiterals": {},
|
|
3464
|
+
"cxLiterals": [],
|
|
2959
3465
|
"internalComponents": [
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
"Box",
|
|
2966
|
-
"Text"
|
|
3466
|
+
"UDSBreakpointsConfigProvider",
|
|
3467
|
+
"UDSBottomSheetConfigProvider",
|
|
3468
|
+
"UDSToastConfigProvider",
|
|
3469
|
+
"UDSTooltipConfigProvider",
|
|
3470
|
+
"UDSPopoverConfigProvider"
|
|
2967
3471
|
],
|
|
2968
|
-
"internalComponentProps": {
|
|
2969
|
-
"SvgFloatingOverlay": {
|
|
2970
|
-
"contentOverflow": [
|
|
2971
|
-
"visible"
|
|
2972
|
-
]
|
|
2973
|
-
},
|
|
2974
|
-
"VStack": {
|
|
2975
|
-
"className": [
|
|
2976
|
-
"gap-[inherit]"
|
|
2977
|
-
]
|
|
2978
|
-
},
|
|
2979
|
-
"Box": {
|
|
2980
|
-
"alignItems": [
|
|
2981
|
-
"center"
|
|
2982
|
-
],
|
|
2983
|
-
"columnGap": [
|
|
2984
|
-
"1",
|
|
2985
|
-
"1.5"
|
|
2986
|
-
]
|
|
2987
|
-
},
|
|
2988
|
-
"Text": {
|
|
2989
|
-
"color": [
|
|
2990
|
-
"inherit"
|
|
2991
|
-
]
|
|
2992
|
-
}
|
|
2993
|
-
},
|
|
2994
|
-
"propToVariantKeys": {
|
|
2995
|
-
"startTitleIcon": [
|
|
2996
|
-
"icon"
|
|
2997
|
-
]
|
|
2998
|
-
},
|
|
2999
|
-
"runtimeConfigDefaultProps": {},
|
|
3000
|
-
"runtimeConfigGetStyles": {},
|
|
3001
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3002
|
-
"motionVarPrefixes": []
|
|
3003
|
-
},
|
|
3004
|
-
"TooltipTrigger": {
|
|
3005
|
-
"name": "TooltipTrigger",
|
|
3006
|
-
"defaultProps": {},
|
|
3007
|
-
"getStylesLiterals": {},
|
|
3008
|
-
"cxLiterals": [],
|
|
3009
|
-
"internalComponents": [
|
|
3010
|
-
"TooltipAnchor"
|
|
3011
|
-
],
|
|
3012
|
-
"internalComponentProps": {
|
|
3013
|
-
"TooltipAnchor": {
|
|
3014
|
-
"className": [
|
|
3015
|
-
"inline"
|
|
3016
|
-
]
|
|
3017
|
-
}
|
|
3018
|
-
},
|
|
3019
|
-
"propToVariantKeys": {
|
|
3020
|
-
"children": [
|
|
3021
|
-
"render"
|
|
3022
|
-
]
|
|
3023
|
-
},
|
|
3024
|
-
"runtimeConfigDefaultProps": {},
|
|
3025
|
-
"runtimeConfigGetStyles": {},
|
|
3026
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3027
|
-
"motionVarPrefixes": []
|
|
3028
|
-
},
|
|
3029
|
-
"UDSTooltipConfigProvider": {
|
|
3030
|
-
"name": "UDSTooltipConfigProvider",
|
|
3031
|
-
"defaultProps": {},
|
|
3032
|
-
"getStylesLiterals": {},
|
|
3033
|
-
"cxLiterals": [],
|
|
3034
|
-
"internalComponents": [
|
|
3035
|
-
"TooltipContext.Provider"
|
|
3036
|
-
],
|
|
3037
|
-
"internalComponentProps": {},
|
|
3038
|
-
"propToVariantKeys": {},
|
|
3039
|
-
"runtimeConfigDefaultProps": {},
|
|
3040
|
-
"runtimeConfigGetStyles": {},
|
|
3041
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3042
|
-
"motionVarPrefixes": []
|
|
3043
|
-
},
|
|
3044
|
-
"UDSBreakpointsConfigProvider": {
|
|
3045
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
3046
|
-
"defaultProps": {},
|
|
3047
|
-
"getStylesLiterals": {},
|
|
3048
|
-
"cxLiterals": [],
|
|
3049
|
-
"internalComponents": [
|
|
3050
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
3051
|
-
],
|
|
3052
|
-
"internalComponentProps": {},
|
|
3053
|
-
"propToVariantKeys": {},
|
|
3054
|
-
"runtimeConfigDefaultProps": {},
|
|
3055
|
-
"runtimeConfigGetStyles": {},
|
|
3056
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3057
|
-
"motionVarPrefixes": []
|
|
3058
|
-
},
|
|
3059
|
-
"UDSConfigProvider": {
|
|
3060
|
-
"name": "UDSConfigProvider",
|
|
3061
|
-
"defaultProps": {},
|
|
3062
|
-
"getStylesLiterals": {},
|
|
3063
|
-
"cxLiterals": [],
|
|
3064
|
-
"internalComponents": [
|
|
3065
|
-
"UDSBreakpointsConfigProvider",
|
|
3066
|
-
"UDSBottomSheetConfigProvider",
|
|
3067
|
-
"UDSToastConfigProvider",
|
|
3068
|
-
"UDSTooltipConfigProvider",
|
|
3069
|
-
"UDSPopoverConfigProvider"
|
|
3070
|
-
],
|
|
3071
|
-
"internalComponentProps": {},
|
|
3072
|
-
"propToVariantKeys": {},
|
|
3073
|
-
"runtimeConfigDefaultProps": {},
|
|
3074
|
-
"runtimeConfigGetStyles": {},
|
|
3075
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3076
|
-
"motionVarPrefixes": []
|
|
3077
|
-
},
|
|
3078
|
-
"Accordion": {
|
|
3079
|
-
"name": "Accordion",
|
|
3080
|
-
"defaultProps": {
|
|
3081
|
-
"spacingHorizontal": "4",
|
|
3082
|
-
"spacingVertical": "4"
|
|
3083
|
-
},
|
|
3084
|
-
"getStylesLiterals": {},
|
|
3085
|
-
"cxLiterals": [
|
|
3086
|
-
"hover:bg-secondary/80",
|
|
3087
|
-
"w-full"
|
|
3088
|
-
],
|
|
3089
|
-
"internalComponents": [
|
|
3090
|
-
"Icon",
|
|
3091
|
-
"SpringMotionConfig",
|
|
3092
|
-
"Pressable",
|
|
3093
|
-
"Text",
|
|
3094
|
-
"HStack",
|
|
3095
|
-
"AnimatePresence",
|
|
3096
|
-
"VStack"
|
|
3097
|
-
],
|
|
3098
|
-
"internalComponentProps": {
|
|
3099
|
-
"Icon": {
|
|
3100
|
-
"variant": [
|
|
3101
|
-
"fill"
|
|
3102
|
-
],
|
|
3103
|
-
"size": [
|
|
3104
|
-
"sm"
|
|
3105
|
-
],
|
|
3106
|
-
"color": [
|
|
3107
|
-
"primary"
|
|
3108
|
-
]
|
|
3109
|
-
},
|
|
3110
|
-
"SpringMotionConfig": {
|
|
3111
|
-
"layoutVariant": [
|
|
3112
|
-
"smooth"
|
|
3113
|
-
],
|
|
3114
|
-
"layoutSpeed": [
|
|
3115
|
-
"3"
|
|
3116
|
-
]
|
|
3117
|
-
},
|
|
3118
|
-
"Pressable": {
|
|
3119
|
-
"display": [
|
|
3120
|
-
"flex"
|
|
3121
|
-
],
|
|
3122
|
-
"flexDirection": [
|
|
3123
|
-
"row"
|
|
3124
|
-
],
|
|
3125
|
-
"alignItems": [
|
|
3126
|
-
"center"
|
|
3127
|
-
],
|
|
3128
|
-
"justifyContent": [
|
|
3129
|
-
"space-between"
|
|
3130
|
-
],
|
|
3131
|
-
"borderRadius": [
|
|
3132
|
-
"md"
|
|
3133
|
-
]
|
|
3134
|
-
},
|
|
3135
|
-
"Text": {
|
|
3136
|
-
"variant": [
|
|
3137
|
-
"title4"
|
|
3138
|
-
],
|
|
3139
|
-
"color": [
|
|
3140
|
-
"primary"
|
|
3141
|
-
]
|
|
3142
|
-
},
|
|
3143
|
-
"HStack": {
|
|
3144
|
-
"display": [
|
|
3145
|
-
"flex"
|
|
3146
|
-
],
|
|
3147
|
-
"alignItems": [
|
|
3148
|
-
"center"
|
|
3149
|
-
],
|
|
3150
|
-
"justifyContent": [
|
|
3151
|
-
"space-between"
|
|
3152
|
-
],
|
|
3153
|
-
"columnGap": [
|
|
3154
|
-
"2.5"
|
|
3155
|
-
]
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
"propToVariantKeys": {},
|
|
3159
|
-
"runtimeConfigDefaultProps": {},
|
|
3160
|
-
"runtimeConfigGetStyles": {},
|
|
3161
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3162
|
-
"motionVarPrefixes": [
|
|
3163
|
-
"--uds-motion-smooth-3-"
|
|
3164
|
-
]
|
|
3165
|
-
},
|
|
3166
|
-
"AvoidMotionLibraryProvider": {
|
|
3167
|
-
"name": "AvoidMotionLibraryProvider",
|
|
3168
|
-
"defaultProps": {},
|
|
3169
|
-
"getStylesLiterals": {},
|
|
3170
|
-
"cxLiterals": [],
|
|
3171
|
-
"internalComponents": [],
|
|
3172
3472
|
"internalComponentProps": {},
|
|
3173
3473
|
"propToVariantKeys": {},
|
|
3174
3474
|
"runtimeConfigDefaultProps": {},
|
|
3175
3475
|
"runtimeConfigGetStyles": {},
|
|
3176
3476
|
"runtimeConfigInternalComponentProps": {},
|
|
3177
3477
|
"motionVarPrefixes": []
|
|
3178
|
-
},
|
|
3179
|
-
"Modal": {
|
|
3180
|
-
"name": "Modal",
|
|
3181
|
-
"defaultProps": {},
|
|
3182
|
-
"getStylesLiterals": {},
|
|
3183
|
-
"cxLiterals": [
|
|
3184
|
-
"inset-8",
|
|
3185
|
-
"top-[250px]",
|
|
3186
|
-
"z-50",
|
|
3187
|
-
"mx-auto",
|
|
3188
|
-
"h-fit",
|
|
3189
|
-
"w-[600px]",
|
|
3190
|
-
"origin-center",
|
|
3191
|
-
"scale-95",
|
|
3192
|
-
"opacity-0",
|
|
3193
|
-
"transition",
|
|
3194
|
-
"duration-150",
|
|
3195
|
-
"data-[enter]:scale-100",
|
|
3196
|
-
"data-[enter]:opacity-100",
|
|
3197
|
-
"data-[enter]:bg-primary",
|
|
3198
|
-
"backdrop-blur-0",
|
|
3199
|
-
"data-[enter]:opacity-60",
|
|
3200
|
-
"data-[enter]:backdrop-blur-sm"
|
|
3201
|
-
],
|
|
3202
|
-
"internalComponents": [
|
|
3203
|
-
"IconButton",
|
|
3204
|
-
"Dialog",
|
|
3205
|
-
"HStack",
|
|
3206
|
-
"Text",
|
|
3207
|
-
"VStack"
|
|
3208
|
-
],
|
|
3209
|
-
"internalComponentProps": {
|
|
3210
|
-
"IconButton": {
|
|
3211
|
-
"aria-label": [
|
|
3212
|
-
"Close"
|
|
3213
|
-
],
|
|
3214
|
-
"size": [
|
|
3215
|
-
"sm"
|
|
3216
|
-
],
|
|
3217
|
-
"variant": [
|
|
3218
|
-
"tertiary"
|
|
3219
|
-
]
|
|
3220
|
-
},
|
|
3221
|
-
"HStack": {
|
|
3222
|
-
"alignItems": [
|
|
3223
|
-
"center"
|
|
3224
|
-
],
|
|
3225
|
-
"justifyContent": [
|
|
3226
|
-
"space-between"
|
|
3227
|
-
]
|
|
3228
|
-
},
|
|
3229
|
-
"Text": {
|
|
3230
|
-
"variant": [
|
|
3231
|
-
"headline1"
|
|
3232
|
-
],
|
|
3233
|
-
"color": [
|
|
3234
|
-
"primary"
|
|
3235
|
-
]
|
|
3236
|
-
},
|
|
3237
|
-
"VStack": {
|
|
3238
|
-
"borderRadius": [
|
|
3239
|
-
"md"
|
|
3240
|
-
],
|
|
3241
|
-
"position": [
|
|
3242
|
-
"fixed"
|
|
3243
|
-
],
|
|
3244
|
-
"backgroundColor": [
|
|
3245
|
-
"primary"
|
|
3246
|
-
],
|
|
3247
|
-
"dropShadow": [
|
|
3248
|
-
"md"
|
|
3249
|
-
],
|
|
3250
|
-
"spacing": [
|
|
3251
|
-
"8"
|
|
3252
|
-
],
|
|
3253
|
-
"overflow": [
|
|
3254
|
-
"hidden"
|
|
3255
|
-
]
|
|
3256
|
-
}
|
|
3257
|
-
},
|
|
3258
|
-
"propToVariantKeys": {
|
|
3259
|
-
"handleClose": [
|
|
3260
|
-
"onClick"
|
|
3261
|
-
]
|
|
3262
|
-
},
|
|
3263
|
-
"runtimeConfigDefaultProps": {},
|
|
3264
|
-
"runtimeConfigGetStyles": {},
|
|
3265
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3266
|
-
"motionVarPrefixes": []
|
|
3267
|
-
},
|
|
3268
|
-
"SegmentedControl": {
|
|
3269
|
-
"name": "SegmentedControl",
|
|
3270
|
-
"defaultProps": {
|
|
3271
|
-
"textVariant": "label2"
|
|
3272
|
-
},
|
|
3273
|
-
"getStylesLiterals": {
|
|
3274
|
-
"display": "flex",
|
|
3275
|
-
"alignItems": "center",
|
|
3276
|
-
"backgroundColor": "primary",
|
|
3277
|
-
"spacingVertical": "1",
|
|
3278
|
-
"spacingHorizontal": "3",
|
|
3279
|
-
"columnGap": "1.5",
|
|
3280
|
-
"borderWidth": "thin",
|
|
3281
|
-
"borderRadius": "full",
|
|
3282
|
-
"borderColor": "muted",
|
|
3283
|
-
"borderColor:1": "transparent",
|
|
3284
|
-
"color": "primary",
|
|
3285
|
-
"color:1": "tertiary",
|
|
3286
|
-
"color:2": "muted"
|
|
3287
|
-
},
|
|
3288
|
-
"cxLiterals": [
|
|
3289
|
-
"uds-ring",
|
|
3290
|
-
"cursor-not-allowed",
|
|
3291
|
-
"opacity-50",
|
|
3292
|
-
"pointer-events-none",
|
|
3293
|
-
"hover:bg-primary"
|
|
3294
|
-
],
|
|
3295
|
-
"internalComponents": [
|
|
3296
|
-
"TextVariant",
|
|
3297
|
-
"Radio",
|
|
3298
|
-
"Icon",
|
|
3299
|
-
"RadioProvider",
|
|
3300
|
-
"HStack",
|
|
3301
|
-
"RadioGroup",
|
|
3302
|
-
"Pressable",
|
|
3303
|
-
"Text"
|
|
3304
|
-
],
|
|
3305
|
-
"internalComponentProps": {
|
|
3306
|
-
"Icon": {
|
|
3307
|
-
"size": [
|
|
3308
|
-
"sm"
|
|
3309
|
-
],
|
|
3310
|
-
"color": [
|
|
3311
|
-
"current"
|
|
3312
|
-
],
|
|
3313
|
-
"aria-hidden": [
|
|
3314
|
-
"true"
|
|
3315
|
-
]
|
|
3316
|
-
},
|
|
3317
|
-
"HStack": {
|
|
3318
|
-
"spacing": [
|
|
3319
|
-
"1"
|
|
3320
|
-
],
|
|
3321
|
-
"gap": [
|
|
3322
|
-
"1"
|
|
3323
|
-
],
|
|
3324
|
-
"backgroundColor": [
|
|
3325
|
-
"secondary"
|
|
3326
|
-
],
|
|
3327
|
-
"borderRadius": [
|
|
3328
|
-
"full"
|
|
3329
|
-
],
|
|
3330
|
-
"display": [
|
|
3331
|
-
"inline-flex"
|
|
3332
|
-
]
|
|
3333
|
-
},
|
|
3334
|
-
"Text": {
|
|
3335
|
-
"color": [
|
|
3336
|
-
"current"
|
|
3337
|
-
]
|
|
3338
|
-
}
|
|
3339
|
-
},
|
|
3340
|
-
"propToVariantKeys": {
|
|
3341
|
-
"value": [
|
|
3342
|
-
"key"
|
|
3343
|
-
],
|
|
3344
|
-
"label": [
|
|
3345
|
-
"aria-label"
|
|
3346
|
-
],
|
|
3347
|
-
"textVariant": [
|
|
3348
|
-
"variant"
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
"runtimeConfigDefaultProps": {},
|
|
3352
|
-
"runtimeConfigGetStyles": {},
|
|
3353
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3354
|
-
"motionVarPrefixes": []
|
|
3355
|
-
},
|
|
3356
|
-
"SwitchV2": {
|
|
3357
|
-
"name": "SwitchV2",
|
|
3358
|
-
"defaultProps": {
|
|
3359
|
-
"labelPosition": "start",
|
|
3360
|
-
"size": "md"
|
|
3361
|
-
},
|
|
3362
|
-
"getStylesLiterals": {
|
|
3363
|
-
"switchVariantRoot": "default",
|
|
3364
|
-
"switchVariantActiveRoot": "on",
|
|
3365
|
-
"switchVariantActiveRoot:1": "off",
|
|
3366
|
-
"switchVariantSwitch": "default",
|
|
3367
|
-
"switchVariantActiveSwitch": "on",
|
|
3368
|
-
"switchVariantActiveSwitch:1": "off",
|
|
3369
|
-
"switchVariantActiveHandle": "on",
|
|
3370
|
-
"switchVariantActiveHandle:1": "off",
|
|
3371
|
-
"switchVariantHandle": "default",
|
|
3372
|
-
"switchVariantHandleIcon": "default",
|
|
3373
|
-
"switchVariantActiveHandleIcon": "on",
|
|
3374
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
3375
|
-
},
|
|
3376
|
-
"cxLiterals": [
|
|
3377
|
-
"group",
|
|
3378
|
-
"flex",
|
|
3379
|
-
"items-center",
|
|
3380
|
-
"flex-row",
|
|
3381
|
-
"flex-row-reverse",
|
|
3382
|
-
"uds-ring",
|
|
3383
|
-
"uds-ring-within",
|
|
3384
|
-
"relative",
|
|
3385
|
-
"uds-border-radius-full",
|
|
3386
|
-
"transition-[background-color,box-shadow]",
|
|
3387
|
-
"pointer-events-none",
|
|
3388
|
-
"w-full",
|
|
3389
|
-
"h-full",
|
|
3390
|
-
"absolute",
|
|
3391
|
-
"top-0",
|
|
3392
|
-
"bottom-0",
|
|
3393
|
-
"right-0",
|
|
3394
|
-
"left-0",
|
|
3395
|
-
"overflow-hidden",
|
|
3396
|
-
"group-hover:scale-105",
|
|
3397
|
-
"opacity-95",
|
|
3398
|
-
"group-hover:opacity-100",
|
|
3399
|
-
"transition-[transform,opacity]",
|
|
3400
|
-
"opacity-0",
|
|
3401
|
-
"top-1/2",
|
|
3402
|
-
"left-1/2",
|
|
3403
|
-
"transform",
|
|
3404
|
-
"translate-x-[-50%]",
|
|
3405
|
-
"translate-y-[-50%]",
|
|
3406
|
-
"transition-opacity",
|
|
3407
|
-
"cursor-[inherit]",
|
|
3408
|
-
"w-[calc(100%+2px)]",
|
|
3409
|
-
"h-[calc(100%+2px)]",
|
|
3410
|
-
"text-start",
|
|
3411
|
-
"text-end",
|
|
3412
|
-
"opacity-100"
|
|
3413
|
-
],
|
|
3414
|
-
"internalComponents": [
|
|
3415
|
-
"IconSlot",
|
|
3416
|
-
"Box",
|
|
3417
|
-
"FormLabel",
|
|
3418
|
-
"SpringMotionConfig",
|
|
3419
|
-
"RootElement",
|
|
3420
|
-
"MotionBox"
|
|
3421
|
-
],
|
|
3422
|
-
"internalComponentProps": {
|
|
3423
|
-
"IconSlot": {
|
|
3424
|
-
"data-testid": [
|
|
3425
|
-
"on-icon",
|
|
3426
|
-
"off-icon"
|
|
3427
|
-
]
|
|
3428
|
-
},
|
|
3429
|
-
"FormLabel": {
|
|
3430
|
-
"as": [
|
|
3431
|
-
"div"
|
|
3432
|
-
],
|
|
3433
|
-
"variant": [
|
|
3434
|
-
"inherit"
|
|
3435
|
-
],
|
|
3436
|
-
"color": [
|
|
3437
|
-
"inherit"
|
|
3438
|
-
]
|
|
3439
|
-
},
|
|
3440
|
-
"SpringMotionConfig": {
|
|
3441
|
-
"layoutVariant": [
|
|
3442
|
-
"bouncy"
|
|
3443
|
-
],
|
|
3444
|
-
"layoutSpeed": [
|
|
3445
|
-
"4"
|
|
3446
|
-
]
|
|
3447
|
-
},
|
|
3448
|
-
"RootElement": {
|
|
3449
|
-
"data-testid": [
|
|
3450
|
-
"switch-root"
|
|
3451
|
-
]
|
|
3452
|
-
},
|
|
3453
|
-
"MotionBox": {
|
|
3454
|
-
"layout": [
|
|
3455
|
-
"position"
|
|
3456
|
-
]
|
|
3457
|
-
}
|
|
3458
|
-
},
|
|
3459
|
-
"propToVariantKeys": {
|
|
3460
|
-
"size": [
|
|
3461
|
-
"switchSizeRoot",
|
|
3462
|
-
"switchSizeSwitch",
|
|
3463
|
-
"switchSizeHandle",
|
|
3464
|
-
"switchSizeHandleIcon"
|
|
3465
|
-
],
|
|
3466
|
-
"onIcon": [
|
|
3467
|
-
"icon"
|
|
3468
|
-
],
|
|
3469
|
-
"offIcon": [
|
|
3470
|
-
"icon"
|
|
3471
|
-
],
|
|
3472
|
-
"reduceMotion": [
|
|
3473
|
-
"reducedMotion"
|
|
3474
|
-
],
|
|
3475
|
-
"isOn": [
|
|
3476
|
-
"layoutDependency"
|
|
3477
|
-
]
|
|
3478
|
-
},
|
|
3479
|
-
"runtimeConfigDefaultProps": {},
|
|
3480
|
-
"runtimeConfigGetStyles": {},
|
|
3481
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3482
|
-
"motionVarPrefixes": [
|
|
3483
|
-
"--uds-motion-bouncy-4-",
|
|
3484
|
-
"--uds-motion-smooth-3-"
|
|
3485
|
-
]
|
|
3486
3478
|
}
|
|
3487
3479
|
}
|