@yahoo/uds 3.175.2 → 3.175.4
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 +1 -1
- package/dist/automated-config/dist/generated/autoVariants.d.cts +1 -1
- package/dist/automated-config/dist/generated/autoVariants.d.ts +1 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +1 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +1 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -5
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -5
- package/dist/automated-config/dist/properties.d.cts +3 -4
- package/dist/automated-config/dist/properties.d.ts +3 -4
- package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -3
- package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -3
- package/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -3
- package/dist/automated-config/dist/types/ComponentStyles.d.ts +2 -3
- package/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -4
- package/dist/automated-config/dist/types/ConfigSchema.d.ts +2 -4
- package/dist/automated-config/dist/types/StateAxis.cjs +25 -2
- package/dist/automated-config/dist/types/StateAxis.d.cts +0 -21
- package/dist/automated-config/dist/types/StateAxis.d.ts +0 -21
- package/dist/automated-config/dist/types/StateAxis.js +25 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +1 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +15 -15
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +15 -15
- package/dist/automated-config/dist/utils/buildConfigSchema.js +1 -1
- package/dist/automated-config/dist/utils/canonicalizeStateKey.d.cts +1 -2
- package/dist/automated-config/dist/utils/canonicalizeStateKey.d.ts +1 -2
- package/dist/automated-config/dist/utils/cartesianProduct.d.cts +1 -1
- package/dist/automated-config/dist/utils/cartesianProduct.d.ts +1 -1
- package/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +1 -2
- package/dist/automated-config/dist/utils/coalesceConfigVariant.d.ts +1 -2
- package/dist/automated-config/dist/utils/defaults.d.cts +1 -2
- package/dist/automated-config/dist/utils/defaults.d.ts +1 -2
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +1 -1
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +1 -1
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.d.cts +1 -1
- package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.d.ts +1 -1
- package/dist/automated-config/dist/utils/generateSchemaKey.d.cts +2 -9
- package/dist/automated-config/dist/utils/generateSchemaKey.d.ts +2 -9
- package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +1 -1
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +8 -56
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +8 -56
- package/dist/automated-config/dist/utils/getButtonControlHeight.js +1 -1
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +4 -4
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +1 -2
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +1 -2
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +4 -3
- package/dist/automated-config/dist/utils/getConfigComponentVariant.d.cts +1 -2
- package/dist/automated-config/dist/utils/getConfigComponentVariant.d.ts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs +0 -1
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.ts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +0 -1
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -4
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +3 -4
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariants.cjs +0 -1
- package/dist/automated-config/dist/utils/getConfigVariants.d.cts +1 -2
- package/dist/automated-config/dist/utils/getConfigVariants.d.ts +1 -2
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +3 -3
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.cts +1 -1
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.ts +1 -1
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +3 -2
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +1 -2
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +1 -2
- package/dist/automated-config/dist/utils/index.cjs +130 -66
- package/dist/automated-config/dist/utils/index.d.cts +7 -39
- package/dist/automated-config/dist/utils/index.d.ts +7 -39
- package/dist/automated-config/dist/utils/index.js +83 -71
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +2 -3
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +2 -3
- package/dist/automated-config/dist/utils/pseudoStateSelectors.cjs +3 -1
- package/dist/automated-config/dist/utils/pseudoStateSelectors.d.cts +1 -43
- package/dist/automated-config/dist/utils/pseudoStateSelectors.d.ts +1 -43
- package/dist/automated-config/dist/utils/pseudoStateSelectors.js +2 -2
- package/dist/automated-config/dist/utils/resolvePropertyStates.cjs +1 -0
- package/dist/automated-config/dist/utils/resolvePropertyStates.d.cts +2 -12
- package/dist/automated-config/dist/utils/resolvePropertyStates.d.ts +2 -12
- package/dist/automated-config/dist/utils/resolvePropertyStates.js +1 -1
- package/dist/automated-config/dist/utils/resolveSlotByCascade.d.cts +1 -1
- package/dist/automated-config/dist/utils/resolveSlotByCascade.d.ts +1 -1
- package/dist/automated-config/dist/utils/subcomponents.d.cts +1 -2
- package/dist/automated-config/dist/utils/subcomponents.d.ts +1 -2
- package/dist/automated-config/dist/utils/variantConfigGuards.d.cts +1 -2
- package/dist/automated-config/dist/utils/variantConfigGuards.d.ts +1 -2
- package/dist/cli/commands/purge.d.cts +1 -1
- package/dist/cli/commands/purge.d.ts +1 -1
- package/dist/cli/commands/sync.cjs +4 -1
- package/dist/cli/commands/sync.d.cts +1 -6
- package/dist/cli/commands/sync.d.ts +1 -6
- package/dist/cli/commands/sync.js +4 -1
- package/dist/cli/commands/version.d.cts +0 -1
- package/dist/cli/commands/version.d.ts +0 -1
- package/dist/cli/dist/cli.cjs +10 -5
- package/dist/cli/dist/cli.js +10 -5
- package/dist/cli/dist/commands/codemod/codemod.cjs +1 -1
- package/dist/cli/dist/commands/codemod/codemod.js +1 -1
- package/dist/cli/dist/commands/editor-rules.cjs +1 -2
- package/dist/cli/dist/commands/editor-rules.js +1 -1
- package/dist/cli/dist/lib/box.cjs +1 -1
- package/dist/cli/dist/lib/box.js +1 -1
- package/dist/cli/dist/utils/analytics.cjs +0 -1
- package/dist/cli/dist/utils/getCommandHelp.cjs +4 -1
- package/dist/cli/dist/utils/getCommandHelp.js +4 -1
- package/dist/cli/dist/utils/rules/config.cjs +10 -5
- package/dist/cli/dist/utils/rules/config.js +10 -4
- package/dist/cli/runner.cjs +5 -3
- package/dist/cli/runner.d.cts +1 -1
- package/dist/cli/runner.d.ts +1 -1
- package/dist/cli/runner.js +5 -3
- package/dist/components/Banner/Banner.cjs +0 -1
- package/dist/components/Banner/Banner.d.cts +2 -3
- package/dist/components/Banner/Banner.d.ts +2 -3
- package/dist/components/Banner/BannerContent.cjs +0 -1
- package/dist/components/Banner/BannerContent.d.cts +1 -3
- package/dist/components/Banner/BannerContent.d.ts +1 -3
- package/dist/components/Banner/BannerDescription.cjs +5 -5
- package/dist/components/Banner/BannerDescription.d.cts +1 -3
- package/dist/components/Banner/BannerDescription.d.ts +1 -3
- package/dist/components/Banner/BannerDescription.js +5 -4
- package/dist/components/Banner/BannerTitle.cjs +2 -2
- package/dist/components/Banner/BannerTitle.d.cts +1 -3
- package/dist/components/Banner/BannerTitle.d.ts +1 -3
- package/dist/components/Banner/BannerTitle.js +2 -1
- package/dist/components/Banner/utils.cjs +0 -1
- package/dist/components/Banner/utils.d.cts +0 -1
- package/dist/components/Banner/utils.d.ts +0 -1
- package/dist/components/Box.cjs +0 -1
- package/dist/components/Box.d.cts +2 -3
- package/dist/components/Box.d.ts +2 -3
- package/dist/components/Divider/Divider.cjs +0 -1
- package/dist/components/Divider/Divider.d.cts +1 -3
- package/dist/components/Divider/Divider.d.ts +1 -3
- package/dist/components/Divider/DividerLabel.cjs +2 -2
- package/dist/components/Divider/DividerLabel.d.cts +1 -3
- package/dist/components/Divider/DividerLabel.d.ts +1 -3
- package/dist/components/Divider/DividerLabel.js +2 -1
- package/dist/components/Divider/DividerLine.cjs +14 -13
- package/dist/components/Divider/DividerLine.d.cts +1 -3
- package/dist/components/Divider/DividerLine.d.ts +1 -3
- package/dist/components/Divider/DividerLine.js +14 -12
- package/dist/components/Divider/types.d.cts +2 -2
- package/dist/components/Divider/types.d.ts +2 -2
- package/dist/components/Divider/utils.cjs +0 -1
- package/dist/components/Divider/utils.d.cts +1 -3
- package/dist/components/Divider/utils.d.ts +1 -3
- package/dist/components/FormLabel.cjs +1 -1
- package/dist/components/FormLabel.d.cts +2 -3
- package/dist/components/FormLabel.d.ts +2 -3
- package/dist/components/HStack.cjs +0 -1
- package/dist/components/HStack.d.cts +2 -4
- package/dist/components/HStack.d.ts +2 -4
- package/dist/components/Icon.cjs +0 -1
- package/dist/components/Icon.d.cts +2 -3
- package/dist/components/Icon.d.ts +2 -3
- package/dist/components/IconSlot.cjs +2 -2
- package/dist/components/IconSlot.d.cts +1 -1
- package/dist/components/IconSlot.d.ts +1 -1
- package/dist/components/Image.cjs +54 -54
- package/dist/components/Image.d.cts +2 -3
- package/dist/components/Image.d.ts +2 -3
- package/dist/components/Image.js +54 -53
- package/dist/components/Link.cjs +9 -9
- package/dist/components/Link.d.cts +2 -3
- package/dist/components/Link.d.ts +2 -3
- package/dist/components/Link.js +9 -8
- package/dist/components/Scrim.cjs +0 -1
- package/dist/components/Scrim.d.cts +1 -3
- package/dist/components/Scrim.d.ts +1 -3
- package/dist/components/SvgFloatingOverlay.cjs +0 -1
- package/dist/components/SvgFloatingOverlay.d.cts +1 -20
- package/dist/components/SvgFloatingOverlay.d.ts +1 -20
- package/dist/components/Text.cjs +6 -4
- package/dist/components/Text.d.cts +5 -4
- package/dist/components/Text.d.ts +5 -4
- package/dist/components/Text.js +6 -3
- package/dist/components/VStack.cjs +0 -1
- package/dist/components/VStack.d.cts +2 -3
- package/dist/components/VStack.d.ts +2 -3
- package/dist/components/client/AnimateHeightChange.cjs +0 -1
- package/dist/components/client/AnimateHeightChange.d.cts +1 -7
- package/dist/components/client/AnimateHeightChange.d.ts +1 -7
- package/dist/components/client/Avatar/Avatar.cjs +0 -1
- package/dist/components/client/Avatar/Avatar.d.cts +1 -3
- package/dist/components/client/Avatar/Avatar.d.ts +1 -3
- package/dist/components/client/Avatar/AvatarIcon.cjs +0 -1
- package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -3
- package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -3
- package/dist/components/client/Avatar/AvatarImage.cjs +0 -1
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -3
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -3
- package/dist/components/client/Avatar/AvatarText.cjs +0 -1
- package/dist/components/client/Avatar/AvatarText.d.cts +2 -3
- package/dist/components/client/Avatar/AvatarText.d.ts +2 -3
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.cts +2 -6
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.ts +2 -6
- package/dist/components/client/Avatar/utils.d.cts +1 -1
- package/dist/components/client/Avatar/utils.d.ts +1 -1
- package/dist/components/client/Badge.cjs +1 -1
- package/dist/components/client/Badge.d.cts +1 -1
- package/dist/components/client/Badge.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheet.cjs +44 -38
- package/dist/components/client/BottomSheet/BottomSheet.d.cts +5 -31
- package/dist/components/client/BottomSheet/BottomSheet.d.ts +5 -31
- package/dist/components/client/BottomSheet/BottomSheet.js +44 -37
- package/dist/components/client/BottomSheet/BottomSheetContent.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -6
- package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -6
- package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.cts +1 -3
- package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +1 -3
- package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -8
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -8
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -9
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -9
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.cts +1 -3
- package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +1 -3
- package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +2 -2
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +1 -6
- package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +1 -6
- package/dist/components/client/BottomSheet/BottomSheetProvider.js +2 -1
- package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +0 -1
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.cts +1 -3
- package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +1 -3
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +0 -1
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +1 -6
- package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +1 -6
- package/dist/components/client/BottomSheet/getBottomSheetSnapTransition.d.cts +1 -4
- package/dist/components/client/BottomSheet/getBottomSheetSnapTransition.d.ts +1 -4
- package/dist/components/client/BottomSheet/index.d.cts +1 -1
- package/dist/components/client/BottomSheet/index.d.ts +1 -1
- package/dist/components/client/BottomSheet/useBottomSheetDrag.d.cts +1 -17
- package/dist/components/client/BottomSheet/useBottomSheetDrag.d.ts +1 -17
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +2 -13
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +2 -13
- package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +0 -1
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -8
- package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +2 -8
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +0 -1
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.cts +1 -7
- package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +1 -7
- package/dist/components/client/BottomSheet/useExpansionMargins.cjs +0 -1
- package/dist/components/client/BottomSheet/useExpansionMargins.d.cts +1 -9
- package/dist/components/client/BottomSheet/useExpansionMargins.d.ts +1 -9
- package/dist/components/client/BottomSheet/useViewportHeight.cjs +0 -1
- package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +0 -1
- package/dist/components/client/BottomSheet/utils.d.cts +0 -1
- package/dist/components/client/BottomSheet/utils.d.ts +0 -1
- package/dist/components/client/Button/Button.cjs +1 -1
- package/dist/components/client/Button/Button.d.cts +0 -1
- package/dist/components/client/Button/Button.d.ts +0 -1
- package/dist/components/client/Button/ButtonBase.cjs +1 -1
- package/dist/components/client/Button/ButtonBase.d.cts +1 -1
- package/dist/components/client/Button/ButtonBase.d.ts +1 -1
- package/dist/components/client/Button/UDSButtonConfigProvider.cjs +0 -1
- package/dist/components/client/Button/UDSButtonConfigProvider.d.cts +2 -6
- package/dist/components/client/Button/UDSButtonConfigProvider.d.ts +2 -6
- package/dist/components/client/Button/buttonConstants.d.cts +1 -0
- package/dist/components/client/Button/buttonConstants.d.ts +1 -0
- package/dist/components/client/Checkbox/Checkbox.cjs +1 -1
- package/dist/components/client/Checkbox/Checkbox.d.cts +0 -1
- package/dist/components/client/Checkbox/Checkbox.d.ts +0 -1
- package/dist/components/client/Checkbox/CheckboxBase.cjs +1 -1
- package/dist/components/client/Checkbox/CheckboxBase.d.cts +1 -1
- package/dist/components/client/Checkbox/CheckboxBase.d.ts +1 -1
- package/dist/components/client/Checkbox/checkboxConstants.cjs +0 -1
- package/dist/components/client/Checkbox/checkboxConstants.d.cts +2 -6
- package/dist/components/client/Checkbox/checkboxConstants.d.ts +2 -6
- package/dist/components/client/Checkbox/types.d.cts +2 -2
- package/dist/components/client/Checkbox/types.d.ts +2 -2
- package/dist/components/client/Chip/Chip.cjs +1 -1
- package/dist/components/client/Chip/Chip.d.cts +1 -1
- package/dist/components/client/Chip/Chip.d.ts +1 -1
- package/dist/components/client/Chip/ChipBase.cjs +1 -1
- package/dist/components/client/Chip/ChipBase.d.cts +1 -1
- package/dist/components/client/Chip/ChipBase.d.ts +1 -1
- package/dist/components/client/Chip/ChipButton.cjs +1 -1
- package/dist/components/client/Chip/ChipButton.d.cts +1 -1
- package/dist/components/client/Chip/ChipButton.d.ts +1 -1
- package/dist/components/client/Chip/ChipDismissible.cjs +1 -1
- package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
- package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
- package/dist/components/client/Chip/ChipLink.cjs +1 -1
- package/dist/components/client/Chip/ChipLink.d.cts +1 -1
- package/dist/components/client/Chip/ChipLink.d.ts +1 -1
- package/dist/components/client/Chip/ChipToggle.cjs +1 -1
- package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
- package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
- package/dist/components/client/Chip/UDSChipConfigProvider.d.cts +2 -6
- package/dist/components/client/Chip/UDSChipConfigProvider.d.ts +2 -6
- package/dist/components/client/IconButton/IconButton.cjs +0 -1
- package/dist/components/client/IconButton/IconButton.d.cts +1 -3
- package/dist/components/client/IconButton/IconButton.d.ts +1 -3
- package/dist/components/client/IconButton/IconButtonBase.cjs +0 -1
- package/dist/components/client/IconButton/IconButtonBase.d.cts +3 -4
- package/dist/components/client/IconButton/IconButtonBase.d.ts +3 -4
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.cjs +0 -1
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.cts +2 -6
- package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.ts +2 -6
- package/dist/components/client/Input/Input.cjs +1 -1
- package/dist/components/client/Input/Input.d.cts +2 -3
- package/dist/components/client/Input/Input.d.ts +2 -3
- package/dist/components/client/Input/InputHelpText.cjs +6 -6
- package/dist/components/client/Input/InputHelpText.d.cts +1 -7
- package/dist/components/client/Input/InputHelpText.d.ts +1 -7
- package/dist/components/client/Input/InputHelpText.js +6 -5
- package/dist/components/client/Input/InputHelpTextInternal.cjs +0 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +2 -3
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +2 -3
- package/dist/components/client/Input/UDSInputConfigProvider.d.cts +2 -6
- package/dist/components/client/Input/UDSInputConfigProvider.d.ts +2 -6
- package/dist/components/client/Menu/Menu.Content.cjs +0 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +2 -3
- package/dist/components/client/Menu/Menu.Content.d.ts +2 -3
- package/dist/components/client/Menu/Menu.Divider.cjs +9 -9
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -3
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -3
- package/dist/components/client/Menu/Menu.Divider.js +9 -8
- package/dist/components/client/Menu/Menu.Item.cjs +25 -25
- package/dist/components/client/Menu/Menu.Item.d.cts +2 -3
- package/dist/components/client/Menu/Menu.Item.d.ts +2 -3
- package/dist/components/client/Menu/Menu.Item.js +25 -24
- package/dist/components/client/Menu/Menu.ItemBase.cjs +0 -1
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -3
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +0 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -3
- package/dist/components/client/Menu/Menu.Provider.cjs +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.cts +1 -7
- package/dist/components/client/Menu/Menu.Provider.d.ts +1 -7
- package/dist/components/client/Menu/Menu.Provider.js +2 -1
- package/dist/components/client/Menu/Menu.Trigger.cjs +0 -1
- package/dist/components/client/Menu/Menu.Trigger.d.cts +1 -3
- package/dist/components/client/Menu/Menu.Trigger.d.ts +1 -3
- package/dist/components/client/Menu/Menu.index.d.cts +0 -2
- package/dist/components/client/Menu/Menu.index.d.ts +0 -2
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +2 -6
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +2 -6
- package/dist/components/client/Menu/index.d.cts +1 -0
- package/dist/components/client/Menu/index.d.ts +1 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.cts +7 -3
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.ts +7 -3
- package/dist/components/client/Modal/ManagedModal.cjs +0 -1
- package/dist/components/client/Modal/ManagedModal.d.cts +1 -5
- package/dist/components/client/Modal/ManagedModal.d.ts +1 -5
- package/dist/components/client/Modal/Modal.cjs +0 -1
- package/dist/components/client/Modal/Modal.d.cts +2 -28
- package/dist/components/client/Modal/Modal.d.ts +2 -28
- package/dist/components/client/Modal/ModalActions.cjs +0 -1
- package/dist/components/client/Modal/ModalActions.d.cts +1 -8
- package/dist/components/client/Modal/ModalActions.d.ts +1 -8
- package/dist/components/client/Modal/ModalContent.cjs +0 -1
- package/dist/components/client/Modal/ModalContent.d.cts +1 -7
- package/dist/components/client/Modal/ModalContent.d.ts +1 -7
- package/dist/components/client/Modal/ModalContext.cjs +0 -1
- package/dist/components/client/Modal/ModalContext.d.cts +1 -3
- package/dist/components/client/Modal/ModalContext.d.ts +1 -3
- package/dist/components/client/Modal/ModalDescription.cjs +0 -1
- package/dist/components/client/Modal/ModalDescription.d.cts +1 -6
- package/dist/components/client/Modal/ModalDescription.d.ts +1 -6
- package/dist/components/client/Modal/ModalPortal.cjs +0 -1
- package/dist/components/client/Modal/ModalPortal.d.cts +1 -3
- package/dist/components/client/Modal/ModalPortal.d.ts +1 -3
- package/dist/components/client/Modal/ModalTitle.cjs +0 -1
- package/dist/components/client/Modal/ModalTitle.d.cts +1 -6
- package/dist/components/client/Modal/ModalTitle.d.ts +1 -6
- package/dist/components/client/Modal/UDSModalConfigProvider.cjs +0 -1
- package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +1 -6
- package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +1 -6
- package/dist/components/client/Modal/createModal.d.cts +0 -1
- package/dist/components/client/Modal/createModal.d.ts +0 -1
- package/dist/components/client/Modal/modalStore.d.cts +0 -1
- package/dist/components/client/Modal/modalStore.d.ts +0 -1
- package/dist/components/client/Modal/useScrollFade.cjs +0 -1
- package/dist/components/client/Modal/utils.cjs +0 -1
- package/dist/components/client/Modal/utils.d.cts +0 -1
- package/dist/components/client/Modal/utils.d.ts +0 -1
- package/dist/components/client/PaddleNav/PaddleButton.cjs +0 -1
- package/dist/components/client/PaddleNav/PaddleButton.d.cts +7 -6
- package/dist/components/client/PaddleNav/PaddleButton.d.ts +7 -6
- package/dist/components/client/PaddleNav/PaddleButtonNext.cjs +0 -1
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.cts +2 -3
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.ts +2 -3
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.cjs +0 -1
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.cts +2 -3
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.ts +2 -3
- package/dist/components/client/PaddleNav/PaddleNav.cjs +0 -1
- package/dist/components/client/PaddleNav/PaddleNav.d.cts +1 -3
- package/dist/components/client/PaddleNav/PaddleNav.d.ts +1 -3
- package/dist/components/client/PaddleNav/PaddleNavContent.cjs +0 -1
- package/dist/components/client/PaddleNav/PaddleNavContent.d.cts +1 -3
- package/dist/components/client/PaddleNav/PaddleNavContent.d.ts +1 -3
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +2 -6
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +2 -6
- package/dist/components/client/PaddleNav/index.d.cts +1 -1
- package/dist/components/client/PaddleNav/index.d.ts +1 -1
- package/dist/components/client/PaddleNav/paddleButtonIcons.cjs +0 -1
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.cts +1 -6
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.ts +1 -6
- package/dist/components/client/PaddleNav/paddleNavContext.cjs +0 -1
- package/dist/components/client/PaddleNav/paddleNavContext.d.cts +1 -3
- package/dist/components/client/PaddleNav/paddleNavContext.d.ts +1 -3
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.cts +0 -1
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.ts +0 -1
- package/dist/components/client/Pagination/Pagination.cjs +22 -22
- package/dist/components/client/Pagination/Pagination.d.cts +1 -3
- package/dist/components/client/Pagination/Pagination.d.ts +1 -3
- package/dist/components/client/Pagination/Pagination.js +22 -21
- package/dist/components/client/Pagination/PaginationEllipsis.cjs +4 -3
- package/dist/components/client/Pagination/PaginationEllipsis.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationEllipsis.d.ts +1 -3
- package/dist/components/client/Pagination/PaginationEllipsis.js +4 -2
- package/dist/components/client/Pagination/PaginationItem.cjs +0 -1
- package/dist/components/client/Pagination/PaginationItem.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationItem.d.ts +1 -3
- package/dist/components/client/Pagination/PaginationLink.cjs +0 -1
- package/dist/components/client/Pagination/PaginationLink.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationLink.d.ts +1 -3
- package/dist/components/client/Pagination/PaginationNext.cjs +0 -1
- package/dist/components/client/Pagination/PaginationNext.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationNext.d.ts +1 -3
- package/dist/components/client/Pagination/PaginationNumbers.cjs +2 -2
- package/dist/components/client/Pagination/PaginationNumbers.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationNumbers.d.ts +1 -3
- package/dist/components/client/Pagination/PaginationNumbers.js +2 -1
- package/dist/components/client/Pagination/PaginationPrev.cjs +0 -1
- package/dist/components/client/Pagination/PaginationPrev.d.cts +1 -3
- package/dist/components/client/Pagination/PaginationPrev.d.ts +1 -3
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +2 -6
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +2 -6
- package/dist/components/client/Pagination/computeVisiblePages.d.cts +1 -7
- package/dist/components/client/Pagination/computeVisiblePages.d.ts +1 -7
- package/dist/components/client/Pagination/ellipsisDefault.cjs +1 -1
- package/dist/components/client/Pagination/ellipsisDefault.d.cts +0 -1
- package/dist/components/client/Pagination/ellipsisDefault.d.ts +0 -1
- package/dist/components/client/Pagination/ellipsisDefault.js +1 -1
- package/dist/components/client/Pagination/ellipsisNone.d.cts +0 -1
- package/dist/components/client/Pagination/ellipsisNone.d.ts +0 -1
- package/dist/components/client/Pagination/paginationContext.cjs +0 -1
- package/dist/components/client/Pagination/paginationContext.d.cts +2 -8
- package/dist/components/client/Pagination/paginationContext.d.ts +2 -8
- package/dist/components/client/Pagination/paginationStyles.cjs +0 -1
- package/dist/components/client/Pagination/paginationStyles.d.cts +0 -1
- package/dist/components/client/Pagination/paginationStyles.d.ts +0 -1
- package/dist/components/client/Popover/Popover.cjs +0 -1
- package/dist/components/client/Popover/Popover.d.cts +1 -20
- package/dist/components/client/Popover/Popover.d.ts +1 -20
- package/dist/components/client/Popover/PopoverContent.cjs +0 -1
- package/dist/components/client/Popover/PopoverContent.d.cts +2 -3
- package/dist/components/client/Popover/PopoverContent.d.ts +2 -3
- package/dist/components/client/Popover/PopoverContext.cjs +0 -1
- package/dist/components/client/Popover/PopoverContext.d.cts +1 -3
- package/dist/components/client/Popover/PopoverContext.d.ts +1 -3
- package/dist/components/client/Popover/PopoverTrigger.cjs +2 -2
- package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -5
- package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -5
- package/dist/components/client/Popover/PopoverTrigger.js +2 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +0 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -6
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -6
- package/dist/components/client/Pressable.cjs +0 -1
- package/dist/components/client/Pressable.d.cts +2 -3
- package/dist/components/client/Pressable.d.ts +2 -3
- package/dist/components/client/Radio/Radio.cjs +1 -1
- package/dist/components/client/Radio/Radio.d.cts +0 -1
- package/dist/components/client/Radio/Radio.d.ts +0 -1
- package/dist/components/client/Radio/RadioBase.cjs +1 -1
- package/dist/components/client/Radio/RadioBase.d.cts +1 -1
- package/dist/components/client/Radio/RadioBase.d.ts +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.cjs +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
- package/dist/components/client/Radio/RadioGroupStore.cjs +0 -1
- package/dist/components/client/Radio/RadioGroupStore.d.cts +1 -3
- package/dist/components/client/Radio/RadioGroupStore.d.ts +1 -3
- package/dist/components/client/Radio/radioConstants.d.cts +1 -0
- package/dist/components/client/Radio/radioConstants.d.ts +1 -0
- package/dist/components/client/Radio/types.d.cts +2 -2
- package/dist/components/client/Radio/types.d.ts +2 -2
- package/dist/components/client/Radio/useRadioGroup.cjs +0 -1
- package/dist/components/client/Radio/useRadioGroup.d.cts +1 -6
- package/dist/components/client/Radio/useRadioGroup.d.ts +1 -6
- package/dist/components/client/Select/Select.cjs +16 -14
- package/dist/components/client/Select/Select.d.cts +2 -3
- package/dist/components/client/Select/Select.d.ts +2 -3
- package/dist/components/client/Select/Select.js +15 -13
- package/dist/components/client/Select/SelectContent.cjs +0 -1
- package/dist/components/client/Select/SelectContent.d.cts +1 -3
- package/dist/components/client/Select/SelectContent.d.ts +1 -3
- package/dist/components/client/Select/SelectDivider.cjs +9 -9
- package/dist/components/client/Select/SelectDivider.d.cts +2 -3
- package/dist/components/client/Select/SelectDivider.d.ts +2 -3
- package/dist/components/client/Select/SelectDivider.js +9 -8
- package/dist/components/client/Select/SelectHelpText.cjs +3 -2
- package/dist/components/client/Select/SelectHelpText.d.cts +2 -8
- package/dist/components/client/Select/SelectHelpText.d.ts +2 -8
- package/dist/components/client/Select/SelectHelpText.js +2 -1
- package/dist/components/client/Select/SelectItem.cjs +2 -2
- package/dist/components/client/Select/SelectItem.d.cts +2 -3
- package/dist/components/client/Select/SelectItem.d.ts +2 -3
- package/dist/components/client/Select/SelectItem.js +2 -1
- package/dist/components/client/Select/SelectTrigger.cjs +0 -1
- package/dist/components/client/Select/SelectTrigger.d.cts +2 -3
- package/dist/components/client/Select/SelectTrigger.d.ts +2 -3
- package/dist/components/client/Select/SelectValue.cjs +0 -1
- package/dist/components/client/Select/SelectValue.d.cts +1 -6
- package/dist/components/client/Select/SelectValue.d.ts +1 -6
- package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +2 -6
- package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +2 -6
- package/dist/components/client/Select/index.d.cts +1 -1
- package/dist/components/client/Select/index.d.ts +1 -1
- package/dist/components/client/Select/selectContext.cjs +0 -1
- package/dist/components/client/Select/selectContext.d.cts +4 -4
- package/dist/components/client/Select/selectContext.d.ts +4 -4
- package/dist/components/client/Select/selectFieldStyles.d.cts +3 -12
- package/dist/components/client/Select/selectFieldStyles.d.ts +3 -12
- package/dist/components/client/SpringMotionConfig.cjs +11 -11
- package/dist/components/client/SpringMotionConfig.d.cts +2 -10
- package/dist/components/client/SpringMotionConfig.d.ts +2 -10
- package/dist/components/client/SpringMotionConfig.js +11 -10
- package/dist/components/client/Switch/Switch.cjs +2 -2
- package/dist/components/client/Switch/Switch.d.cts +0 -1
- package/dist/components/client/Switch/Switch.d.ts +0 -1
- package/dist/components/client/Switch/SwitchBase.cjs +1 -1
- package/dist/components/client/Switch/SwitchBase.d.cts +0 -1
- package/dist/components/client/Switch/SwitchBase.d.ts +0 -1
- package/dist/components/client/Switch/switchStyles.d.cts +1 -0
- package/dist/components/client/Switch/switchStyles.d.ts +1 -0
- package/dist/components/client/Switch/types.d.cts +2 -2
- package/dist/components/client/Switch/types.d.ts +2 -2
- package/dist/components/client/Tabs/Tab.cjs +0 -1
- package/dist/components/client/Tabs/Tab.d.cts +1 -12
- package/dist/components/client/Tabs/Tab.d.ts +1 -12
- package/dist/components/client/Tabs/TabList.cjs +2 -2
- package/dist/components/client/Tabs/TabList.d.cts +1 -3
- package/dist/components/client/Tabs/TabList.d.ts +1 -3
- package/dist/components/client/Tabs/TabList.js +2 -1
- package/dist/components/client/Tabs/TabPanel.cjs +0 -1
- package/dist/components/client/Tabs/TabPanel.d.cts +1 -3
- package/dist/components/client/Tabs/TabPanel.d.ts +1 -3
- package/dist/components/client/Tabs/Tabs.cjs +0 -1
- package/dist/components/client/Tabs/Tabs.d.cts +1 -10
- package/dist/components/client/Tabs/Tabs.d.ts +1 -10
- package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +2 -6
- package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +2 -6
- package/dist/components/client/Tabs/index.d.cts +1 -1
- package/dist/components/client/Tabs/index.d.ts +1 -1
- package/dist/components/client/Tabs/tabsContext.cjs +0 -1
- package/dist/components/client/Tabs/tabsContext.d.cts +1 -3
- package/dist/components/client/Tabs/tabsContext.d.ts +1 -3
- package/dist/components/client/Toast/Toast.cjs +0 -1
- package/dist/components/client/Toast/Toast.d.cts +3 -17
- package/dist/components/client/Toast/Toast.d.ts +3 -17
- package/dist/components/client/Toast/ToastContainer.cjs +10 -8
- package/dist/components/client/Toast/ToastContainer.d.cts +2 -9
- package/dist/components/client/Toast/ToastContainer.d.ts +2 -9
- package/dist/components/client/Toast/ToastContainer.js +9 -7
- package/dist/components/client/Toast/ToastPortal.cjs +0 -1
- package/dist/components/client/Toast/ToastPortal.d.cts +1 -6
- package/dist/components/client/Toast/ToastPortal.d.ts +1 -6
- package/dist/components/client/Toast/UDSToastConfigProvider.cjs +0 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +2 -6
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -6
- package/dist/components/client/Toast/createToast.cjs +2 -2
- package/dist/components/client/Toast/createToast.d.cts +1 -1
- package/dist/components/client/Toast/createToast.d.ts +1 -1
- package/dist/components/client/Tooltip/Tooltip.cjs +0 -1
- package/dist/components/client/Tooltip/Tooltip.d.cts +1 -13
- package/dist/components/client/Tooltip/Tooltip.d.ts +1 -13
- package/dist/components/client/Tooltip/TooltipContent.cjs +0 -1
- package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -4
- package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -4
- package/dist/components/client/Tooltip/TooltipTrigger.cjs +0 -1
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -5
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -5
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +0 -1
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -6
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -6
- package/dist/components/client/Tooltip/tooltipContext.cjs +0 -1
- package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -3
- package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -3
- package/dist/components/client/UDSBadgeConfigProvider.d.cts +2 -6
- package/dist/components/client/UDSBadgeConfigProvider.d.ts +2 -6
- package/dist/components/client/index.d.cts +18 -0
- package/dist/components/client/index.d.ts +18 -0
- package/dist/components/client/motionFeatures/domAnimation.cjs +0 -1
- package/dist/components/client/motionFeatures/domMax.cjs +0 -1
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +0 -1
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +2 -7
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +2 -7
- package/dist/components/client/providers/UDSConfigProvider.cjs +0 -1
- package/dist/components/client/providers/UDSConfigProvider.d.cts +1 -24
- package/dist/components/client/providers/UDSConfigProvider.d.ts +1 -24
- package/dist/components/client/providers/createUDSConfigProvider.cjs +0 -1
- package/dist/components/client/providers/createUDSConfigProvider.d.cts +1 -6
- package/dist/components/client/providers/createUDSConfigProvider.d.ts +1 -6
- package/dist/components/experimental/Spinner.cjs +0 -1
- package/dist/components/experimental/Spinner.d.cts +1 -8
- package/dist/components/experimental/Spinner.d.ts +1 -8
- package/dist/components/experimental/Table.cjs +1 -1
- package/dist/components/experimental/Table.d.cts +3 -7
- package/dist/components/experimental/Table.d.ts +3 -7
- package/dist/components/experimental/Table.mocks.cjs +0 -1
- package/dist/components/experimental/Table.mocks.d.cts +0 -1
- package/dist/components/experimental/Table.mocks.d.ts +0 -1
- package/dist/components/experimental/client/Accordion.cjs +0 -1
- package/dist/components/experimental/client/Accordion.d.cts +2 -15
- package/dist/components/experimental/client/Accordion.d.ts +2 -15
- package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -9
- package/dist/components/experimental/client/SegmentedControl.d.ts +2 -9
- package/dist/components/experimental/client/index.d.cts +1 -1
- package/dist/components/experimental/client/index.d.ts +1 -1
- package/dist/components/experimental/index.d.cts +2 -1
- package/dist/components/experimental/index.d.ts +2 -1
- package/dist/components/index.d.cts +3 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/config/dist/index.d.cts +3 -12
- package/dist/config/dist/index.d.ts +3 -12
- package/dist/css/dist/commands/css.cjs +2 -1
- package/dist/css/dist/commands/css.helpers.cjs +3 -0
- package/dist/css/dist/commands/css.helpers.js +1 -1
- package/dist/css/dist/commands/css.js +2 -1
- package/dist/css/dist/commands/generateComponentData.d.cts +2 -2
- package/dist/css/dist/commands/generateComponentData.d.ts +2 -2
- package/dist/css/dist/css/generate.cjs +15 -12
- package/dist/css/dist/css/generate.d.cts +4 -5
- package/dist/css/dist/css/generate.d.ts +4 -5
- package/dist/css/dist/css/generate.helpers.cjs +3 -0
- package/dist/css/dist/css/generate.helpers.d.cts +3 -0
- package/dist/css/dist/css/generate.helpers.d.ts +2 -1
- package/dist/css/dist/css/generate.helpers.js +1 -1
- package/dist/css/dist/css/generate.js +15 -12
- package/dist/css/dist/css/nodeUtils.cjs +11 -5
- package/dist/css/dist/css/nodeUtils.js +11 -5
- package/dist/css/dist/css/perf.cjs +6 -1
- package/dist/css/dist/css/perf.js +1 -1
- package/dist/css/dist/css/postcss.helpers.cjs +1 -0
- package/dist/css/dist/css/postcss.helpers.js +1 -1
- package/dist/css/dist/css/runner.cjs +12 -5
- package/dist/css/dist/css/runner.helpers.cjs +1 -0
- package/dist/css/dist/css/runner.helpers.js +1 -1
- package/dist/css/dist/css/runner.js +12 -5
- package/dist/css/dist/css/theme.d.cts +2 -3
- package/dist/css/dist/css/theme.d.ts +2 -3
- package/dist/css/dist/css/utils.cjs +1 -1
- package/dist/css/dist/css/utils.js +1 -1
- package/dist/css/dist/css/workerPool.cjs +1 -0
- package/dist/css/dist/css/workerPool.js +1 -1
- package/dist/css/dist/index.d.cts +2 -1
- package/dist/css/dist/index.d.ts +2 -1
- package/dist/css/dist/packages/automated-config/dist/utils/index.d.cts +1 -1
- package/dist/css/dist/packages/automated-config/dist/utils/index.d.ts +1 -1
- package/dist/css/dist/packages/config/dist/index.d.cts +1 -1
- package/dist/css/dist/packages/config/dist/index.d.ts +1 -1
- package/dist/css/dist/packages/fixtures/dist/index.cjs +19 -4
- package/dist/css/dist/packages/fixtures/dist/index.js +7 -5
- package/dist/css/dist/packages/palette/dist/index.cjs +1 -0
- package/dist/css/dist/packages/palette/dist/index.js +1 -1
- package/dist/css/dist/postcss/filterUnusedVariantRules.d.cts +3 -0
- package/dist/css/dist/postcss/filterUnusedVariantRules.d.ts +3 -0
- package/dist/css/dist/postcss/pruneVars.d.cts +1 -2
- package/dist/css/dist/postcss/pruneVars.d.ts +1 -2
- package/dist/css/dist/postcss.d.cts +2 -1
- package/dist/css/dist/postcss.d.ts +2 -1
- package/dist/css/dist/purger/optimized/ast/expressions.cjs +4 -2
- package/dist/css/dist/purger/optimized/ast/expressions.js +4 -3
- package/dist/css/dist/purger/optimized/ast/jsx.cjs +3 -0
- package/dist/css/dist/purger/optimized/ast/jsx.js +1 -1
- package/dist/css/dist/purger/optimized/ast/oxc.cjs +4 -6
- package/dist/css/dist/purger/optimized/ast/oxc.js +4 -6
- package/dist/css/dist/purger/optimized/ast/props.cjs +1 -0
- package/dist/css/dist/purger/optimized/ast/props.js +1 -1
- package/dist/css/dist/purger/optimized/ast/spread.cjs +1 -0
- package/dist/css/dist/purger/optimized/ast/spread.js +1 -1
- package/dist/css/dist/purger/optimized/purge.cjs +6 -2
- package/dist/css/dist/purger/optimized/purge.js +6 -3
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +6 -3
- package/dist/css/dist/purger/optimized/purgeFromCode.js +5 -4
- package/dist/css/dist/purger/optimized/utils/files.cjs +1 -0
- package/dist/css/dist/purger/optimized/utils/files.js +1 -1
- package/dist/css/dist/runtimeConfig/hookMetadata.cjs +4 -1
- package/dist/css/dist/runtimeConfig/hookMetadata.js +3 -2
- package/dist/css/dist/utils/optimizeCSS.cjs +5 -0
- package/dist/css/dist/utils/optimizeCSS.js +1 -1
- package/dist/css-animation/Button/Button.cjs +1 -1
- package/dist/css-animation/Button/Button.d.cts +1 -1
- package/dist/css-animation/Button/Button.d.ts +1 -1
- package/dist/css-animation/Checkbox/Checkbox.cjs +1 -1
- package/dist/css-animation/Checkbox/Checkbox.d.cts +0 -1
- package/dist/css-animation/Checkbox/Checkbox.d.ts +0 -1
- package/dist/css-animation/IconButton/IconButton.cjs +0 -1
- package/dist/css-animation/IconButton/IconButton.d.cts +2 -3
- package/dist/css-animation/IconButton/IconButton.d.ts +2 -3
- package/dist/css-animation/Radio/Radio.cjs +1 -1
- package/dist/css-animation/Radio/Radio.d.cts +0 -1
- package/dist/css-animation/Radio/Radio.d.ts +0 -1
- package/dist/css-animation/Switch/Switch.cjs +1 -1
- package/dist/css-animation/Switch/Switch.d.cts +0 -1
- package/dist/css-animation/Switch/Switch.d.ts +0 -1
- package/dist/css-animation/Switch/SwitchStaticHandle.cjs +0 -1
- package/dist/css-animation/Switch/SwitchStaticHandle.d.cts +2 -12
- package/dist/css-animation/Switch/SwitchStaticHandle.d.ts +2 -12
- package/dist/css-animation/index.d.cts +5 -0
- package/dist/css-animation/index.d.ts +5 -0
- package/dist/css-tokens/dist/index.d.cts +2 -12
- package/dist/css-tokens/dist/index.d.ts +2 -12
- package/dist/defaultTokensConfig.d.cts +1 -0
- package/dist/defaultTokensConfig.d.ts +1 -0
- package/dist/fixtures/dist/arbitrary.d.cts +1 -1
- package/dist/fixtures/dist/arbitrary.d.ts +1 -1
- package/dist/fixtures/dist/index.d.cts +1 -3
- package/dist/fixtures/dist/index.d.ts +1 -3
- package/dist/fixtures/index.d.cts +0 -1
- package/dist/fixtures/index.d.ts +0 -1
- package/dist/fixtures/src/arbitrary.cjs +1 -0
- package/dist/fixtures/src/arbitrary.d.cts +1 -2
- package/dist/fixtures/src/arbitrary.d.ts +1 -2
- package/dist/fixtures/src/arbitrary.js +1 -1
- package/dist/fixtures/src/util.d.cts +0 -1
- package/dist/fixtures/src/util.d.ts +0 -1
- package/dist/fonts/dist/index.d.cts +20 -12
- package/dist/fonts/dist/index.d.ts +20 -12
- package/dist/hooks/useForkRef.cjs +0 -1
- package/dist/hooks/useForkRef.d.cts +0 -1
- package/dist/hooks/useForkRef.d.ts +0 -1
- package/dist/hooks/usePrefersReducedMotion.cjs +0 -1
- package/dist/hooks/useRtl.cjs +0 -1
- package/dist/hooks/useSvgFloatingContent.cjs +1 -4
- package/dist/hooks/useSvgFloatingContent.d.cts +1 -12
- package/dist/hooks/useSvgFloatingContent.d.ts +1 -12
- package/dist/hooks/useSvgFloatingContent.js +1 -3
- package/dist/icons/dist/types.d.cts +7 -4
- package/dist/icons/dist/types.d.ts +7 -4
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/modes/dist/index.d.cts +1 -2
- package/dist/modes/dist/index.d.ts +1 -2
- package/dist/motion-tokens/dist/index.d.cts +0 -5
- package/dist/motion-tokens/dist/index.d.ts +0 -5
- package/dist/palette/dist/index.d.cts +1 -1
- package/dist/palette/dist/index.d.ts +1 -1
- package/dist/postcss.d.cts +1 -0
- package/dist/postcss.d.ts +1 -0
- package/dist/providers/ColorModeProvider.cjs +0 -1
- package/dist/providers/ColorModeProvider.d.cts +3 -8
- package/dist/providers/ColorModeProvider.d.ts +3 -8
- package/dist/providers/ScaleModeProvider.cjs +0 -1
- package/dist/providers/ScaleModeProvider.d.cts +3 -8
- package/dist/providers/ScaleModeProvider.d.ts +3 -8
- package/dist/providers/ThemeProvider.cjs +0 -1
- package/dist/providers/ThemeProvider.d.cts +2 -7
- package/dist/providers/ThemeProvider.d.ts +2 -7
- package/dist/runtime/avatarConfig.d.cts +2 -3
- package/dist/runtime/avatarConfig.d.ts +2 -3
- package/dist/runtime/badgeConfig.d.cts +2 -3
- package/dist/runtime/badgeConfig.d.ts +2 -3
- package/dist/runtime/bottomSheetConfig.d.cts +1 -4
- package/dist/runtime/bottomSheetConfig.d.ts +1 -4
- package/dist/runtime/breakpointsConfig.d.cts +3 -4
- package/dist/runtime/breakpointsConfig.d.ts +3 -4
- package/dist/runtime/buttonConfig.d.cts +2 -3
- package/dist/runtime/buttonConfig.d.ts +2 -3
- package/dist/runtime/chipConfig.d.cts +2 -3
- package/dist/runtime/chipConfig.d.ts +2 -3
- package/dist/runtime/iconButtonConfig.d.cts +2 -3
- package/dist/runtime/iconButtonConfig.d.ts +2 -3
- package/dist/runtime/index.d.cts +1 -1
- package/dist/runtime/index.d.ts +1 -1
- package/dist/runtime/inputConfig.d.cts +2 -3
- package/dist/runtime/inputConfig.d.ts +2 -3
- package/dist/runtime/menuItemConfig.d.cts +2 -3
- package/dist/runtime/menuItemConfig.d.ts +2 -3
- package/dist/runtime/modalConfig.d.cts +2 -3
- package/dist/runtime/modalConfig.d.ts +2 -3
- package/dist/runtime/paddleNavConfig.d.cts +2 -3
- package/dist/runtime/paddleNavConfig.d.ts +2 -3
- package/dist/runtime/paginationConfig.d.cts +2 -3
- package/dist/runtime/paginationConfig.d.ts +2 -3
- package/dist/runtime/popoverConfig.cjs +12 -6
- package/dist/runtime/popoverConfig.d.cts +2 -5
- package/dist/runtime/popoverConfig.d.ts +2 -5
- package/dist/runtime/popoverConfig.js +12 -6
- package/dist/runtime/selectItemConfig.d.cts +2 -3
- package/dist/runtime/selectItemConfig.d.ts +2 -3
- package/dist/runtime/tabConfig.d.cts +2 -3
- package/dist/runtime/tabConfig.d.ts +2 -3
- package/dist/runtime/toastConfig.d.cts +2 -3
- package/dist/runtime/toastConfig.d.ts +2 -3
- package/dist/runtime/tooltipConfig.d.cts +2 -5
- package/dist/runtime/tooltipConfig.d.ts +2 -5
- package/dist/runtime/udsConfig.d.cts +1 -1
- package/dist/runtime/udsConfig.d.ts +1 -1
- package/dist/styles/styler.cjs +0 -1
- package/dist/styles/styler.d.cts +0 -1
- package/dist/styles/styler.d.ts +0 -1
- package/dist/styles/stylerTypes.d.cts +5 -5
- package/dist/styles/stylerTypes.d.ts +5 -5
- package/dist/styles/udsTailwindMerge.cjs +0 -1
- package/dist/styles/udsTailwindMerge.d.cts +1 -3
- package/dist/styles/udsTailwindMerge.d.ts +1 -3
- package/dist/tailwind/plugin.d.cts +1 -0
- package/dist/tailwind/plugin.d.ts +1 -0
- package/dist/tailwind/utils/index.d.cts +1 -0
- package/dist/tailwind/utils/index.d.ts +1 -0
- package/dist/tailwind/utils/node.d.cts +1 -0
- package/dist/tailwind/utils/node.d.ts +1 -0
- package/dist/tailwind-internal/dist/_virtual/_rolldown/runtime.cjs +1 -1
- package/dist/tailwind-internal/dist/_virtual/_rolldown/runtime.js +1 -1
- package/dist/tailwind-internal/dist/base/addColorModeVars.cjs +0 -1
- package/dist/tailwind-internal/dist/base/addColorModeVarsV2.cjs +0 -1
- package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/components/getHitTargetStyles.cjs +1 -0
- package/dist/tailwind-internal/dist/components/getHitTargetStyles.js +1 -1
- package/dist/tailwind-internal/dist/components/getIconStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/components/getIconStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/components/getInputStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/components/getInputStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +1 -1
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.d.ts +2 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +1 -1
- package/dist/tailwind-internal/dist/components/types.d.cts +2 -3
- package/dist/tailwind-internal/dist/components/types.d.ts +2 -3
- package/dist/tailwind-internal/dist/defaultTailwindThemeAsUdsConfig.d.cts +2 -3
- package/dist/tailwind-internal/dist/defaultTailwindThemeAsUdsConfig.d.ts +2 -3
- package/dist/tailwind-internal/dist/index.d.cts +2 -1
- package/dist/tailwind-internal/dist/index.d.ts +2 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/defaultTheme.d.cts +2 -4
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/defaultTheme.d.ts +2 -3
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/lib/public/create-plugin.cjs +1 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/lib/public/create-plugin.js +1 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/plugin.d.cts +2 -4
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/plugin.d.ts +2 -3
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/config.d.cts +70 -38
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/config.d.ts +70 -38
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/colors.d.cts +6 -11
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/colors.d.ts +6 -11
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/corePluginList.d.cts +1 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/corePluginList.d.ts +1 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/default-theme.d.cts +1 -1
- package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/default-theme.d.ts +1 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.d.cts +5 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.d.ts +5 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ComponentConfig.d.cts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ComponentConfig.d.ts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ConfigSchema.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ConfigSchema.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.cjs +25 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.js +25 -3
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.d.ts +7 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/coalesceConfigVariant.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/defaults.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/defaults.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +5 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +2 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeightPx.d.cts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeightPx.d.ts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigComponentVariant.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigComponentVariant.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantProperties.d.ts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariants.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +81 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.cts +21 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.ts +21 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +63 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.cjs +4 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.js +2 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.cjs +1 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.d.cts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.d.ts +3 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.js +1 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/subcomponents.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/subcomponents.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/variantConfigGuards.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/variantConfigGuards.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/config/dist/index.d.cts +3 -3
- package/dist/tailwind-internal/dist/packages/config/dist/index.d.ts +3 -3
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +1 -0
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +1 -1
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.cjs +19 -4
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.d.cts +2 -0
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.d.ts +2 -0
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.js +7 -5
- package/dist/tailwind-internal/dist/packages/fonts/dist/index.d.cts +17 -9
- package/dist/tailwind-internal/dist/packages/fonts/dist/index.d.ts +17 -9
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.cts +3 -8
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.ts +3 -8
- package/dist/tailwind-internal/dist/plugins/borderRadius.cjs +2 -0
- package/dist/tailwind-internal/dist/plugins/borderRadius.js +1 -1
- package/dist/tailwind-internal/dist/plugins/borderWidth.cjs +1 -0
- package/dist/tailwind-internal/dist/plugins/borderWidth.js +1 -1
- package/dist/tailwind-internal/dist/plugins/breakpoints.cjs +2 -0
- package/dist/tailwind-internal/dist/plugins/breakpoints.js +1 -1
- package/dist/tailwind-internal/dist/plugins/colors.cjs +2 -3
- package/dist/tailwind-internal/dist/plugins/scaleMode.cjs +2 -1
- package/dist/tailwind-internal/dist/plugins/scaleMode.js +2 -1
- package/dist/tailwind-internal/dist/plugins/typography.cjs +7 -0
- package/dist/tailwind-internal/dist/plugins/typography.js +1 -1
- package/dist/tailwind-internal/dist/tailwindPlugin.cjs +2 -0
- package/dist/tailwind-internal/dist/tailwindPlugin.d.cts +4 -2
- package/dist/tailwind-internal/dist/tailwindPlugin.d.ts +4 -2
- package/dist/tailwind-internal/dist/tailwindPlugin.js +2 -0
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.cts +2 -3
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.ts +2 -3
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.cjs +3 -4
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +2 -3
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +2 -3
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.js +1 -1
- package/dist/tailwind-internal/dist/utils/entryPoints.d.cts +1 -1
- package/dist/tailwind-internal/dist/utils/entryPoints.d.ts +1 -1
- package/dist/tailwind-internal/dist/utils/getColorModeStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getColorModeStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getElevationStyles.d.cts +2 -5
- package/dist/tailwind-internal/dist/utils/getElevationStyles.d.ts +2 -5
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getMotionStyles.cjs +3 -2
- package/dist/tailwind-internal/dist/utils/getMotionStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getMotionStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getMotionStyles.js +3 -2
- package/dist/tailwind-internal/dist/utils/getScaleModeStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getScaleModeStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getShadowPresetValues.d.cts +2 -6
- package/dist/tailwind-internal/dist/utils/getShadowPresetValues.d.ts +2 -6
- package/dist/tailwind-internal/dist/utils/getShadowStyles.cjs +2 -1
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +4 -8
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +4 -8
- package/dist/tailwind-internal/dist/utils/getShadowStyles.js +2 -1
- package/dist/tailwind-internal/dist/utils/getShadowVars.cjs +3 -2
- package/dist/tailwind-internal/dist/utils/getShadowVars.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getShadowVars.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getShadowVars.js +3 -2
- package/dist/tailwind-internal/dist/utils/opacity.cjs +0 -1
- package/dist/tailwind-internal/dist/utils/opacity.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/opacity.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/parseTokens.cjs +2 -1
- package/dist/tailwind-internal/dist/utils/parseTokens.d.cts +2 -3
- package/dist/tailwind-internal/dist/utils/parseTokens.d.ts +2 -3
- package/dist/tailwind-internal/dist/utils/parseTokens.js +2 -1
- package/dist/tailwind-internal/dist/utils/postcssPreserveVars.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/postcssPreserveVars.d.ts +1 -2
- package/dist/tailwind-v3/dist/packages/css-tokens/dist/index.cjs +1 -0
- package/dist/tailwind-v3/dist/packages/css-tokens/dist/index.js +1 -1
- package/dist/tailwind-v3/dist/packages/palette/dist/index.cjs +1 -0
- package/dist/tailwind-v3/dist/packages/palette/dist/index.js +1 -1
- package/dist/tailwind-v3/dist/purger/legacy/index.d.cts +2 -0
- package/dist/tailwind-v3/dist/purger/legacy/index.d.ts +2 -0
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +11 -1
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.d.cts +2 -1
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.d.ts +1 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +3 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeFromCode.d.cts +1 -1
- package/dist/tailwind-v3/dist/purger/legacy/purgeFromCode.d.ts +1 -1
- package/dist/tailwind-v3/dist/purger.d.cts +4 -1
- package/dist/tailwind-v3/dist/purger.d.ts +4 -1
- package/dist/tailwind-v3/dist/utils/tsMorph.cjs +6 -2
- package/dist/tailwind-v3/dist/utils/tsMorph.js +3 -2
- package/dist/tailwind-v4/dist/cli.cjs +3 -3
- package/dist/tailwind-v4/dist/cli.js +2 -2
- package/dist/tailwind-v4/dist/{generateTheme-DkTgUwTM.cjs → generateTheme-CybuHI3b.cjs} +3 -3
- package/dist/tailwind-v4/dist/{generateTheme-DkTgUwTM.js → generateTheme-CybuHI3b.js} +3 -3
- package/dist/tokens/automation/index.d.cts +1 -1
- package/dist/tokens/automation/index.d.ts +1 -1
- package/dist/tokens/automation/properties.d.cts +1 -1
- package/dist/tokens/automation/properties.d.ts +1 -1
- package/dist/tokens/configs/borderRadius.d.cts +1 -0
- package/dist/tokens/configs/borderRadius.d.ts +1 -0
- package/dist/tokens/configs/borderWidth.d.cts +1 -0
- package/dist/tokens/configs/borderWidth.d.ts +1 -0
- package/dist/tokens/configs/font.d.cts +1 -0
- package/dist/tokens/configs/font.d.ts +1 -0
- package/dist/tokens/configs/scaleMode.d.cts +1 -0
- package/dist/tokens/configs/scaleMode.d.ts +1 -0
- package/dist/tokens/configs/shadow.d.cts +1 -0
- package/dist/tokens/configs/shadow.d.ts +1 -0
- package/dist/tokens/configs/sizes.cjs +0 -1
- package/dist/tokens/configs/sizes.d.cts +1 -0
- package/dist/tokens/configs/sizes.d.ts +1 -0
- package/dist/tokens/configs/typography.d.cts +1 -0
- package/dist/tokens/configs/typography.d.ts +1 -0
- package/dist/tokens/index.d.cts +5 -1
- package/dist/tokens/index.d.ts +5 -1
- package/dist/tokens/parseButtonVariants.d.cts +2 -4
- package/dist/tokens/parseButtonVariants.d.ts +2 -4
- package/dist/tokens/parseTokens.d.cts +1 -0
- package/dist/tokens/parseTokens.d.ts +1 -0
- package/dist/tokens/types.d.cts +1 -2
- package/dist/tokens/types.d.ts +1 -2
- package/dist/tokens/utils/getFontUrls.d.cts +3 -1
- package/dist/tokens/utils/getFontUrls.d.ts +3 -1
- package/dist/tokens/utils/spectrum.d.cts +1 -0
- package/dist/tokens/utils/spectrum.d.ts +1 -0
- package/dist/types/dist/index.d.cts +4 -5
- package/dist/types/dist/index.d.ts +4 -5
- package/dist/types.d.cts +0 -1
- package/dist/types.d.ts +0 -1
- package/dist/uds/generated/componentData.cjs +1881 -1881
- package/dist/uds/generated/componentData.js +1881 -1881
- package/dist/uds/package.cjs +2 -2
- package/dist/uds/package.js +2 -2
- package/dist/utils/createSlot.cjs +0 -1
- package/dist/utils/dist/entries.d.cts +1 -1
- package/dist/utils/dist/entries.d.ts +1 -1
- package/dist/utils/dist/fromEntries.d.cts +1 -1
- package/dist/utils/dist/fromEntries.d.ts +1 -1
- package/dist/utils/dist/mapValues.d.cts +1 -1
- package/dist/utils/dist/mapValues.d.ts +1 -1
- package/dist/utils/hasDisplayName.cjs +0 -1
- package/dist/utils/hasDisplayName.d.cts +0 -1
- package/dist/utils/hasDisplayName.d.ts +0 -1
- package/dist/utils/intersperse.d.cts +1 -3
- package/dist/utils/intersperse.d.ts +1 -3
- package/dist/utils/isElevationAlias.d.cts +0 -1
- package/dist/utils/isElevationAlias.d.ts +0 -1
- package/dist/utils/mergeSlotProps.cjs +2 -2
- package/dist/utils/mergeSlotProps.d.cts +1 -1
- package/dist/utils/mergeSlotProps.d.ts +1 -1
- package/dist/utils/mergeSlotProps.js +2 -2
- package/dist/utils/svgFloatingContentUtils.d.cts +2 -20
- package/dist/utils/svgFloatingContentUtils.d.ts +2 -20
- package/generated/componentData.json +2771 -2771
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -44,6 +44,7 @@ import { fromEntries } from "./utils/dist/fromEntries.cjs";
|
|
|
44
44
|
import { mapValues } from "./utils/dist/mapValues.cjs";
|
|
45
45
|
import { FontUrlConfig, FontUrlMap, fontUrls, getFontUrls, getFontUrlsByIds } from "./tokens/utils/getFontUrls.cjs";
|
|
46
46
|
import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./tokens/utils/spectrum.cjs";
|
|
47
|
+
import "./tokens/index.cjs";
|
|
47
48
|
import { Banner, BannerProps } from "./components/Banner/Banner.cjs";
|
|
48
49
|
import { BannerContent, BannerContentProps } from "./components/Banner/BannerContent.cjs";
|
|
49
50
|
import { BannerDescription, BannerDescriptionProps } from "./components/Banner/BannerDescription.cjs";
|
|
@@ -166,7 +167,10 @@ import { TooltipContent } from "./components/client/Tooltip/TooltipContent.cjs";
|
|
|
166
167
|
import { TooltipTrigger } from "./components/client/Tooltip/TooltipTrigger.cjs";
|
|
167
168
|
import { UDSTooltipConfigProvider, UDSTooltipConfigProviderProps } from "./components/client/Tooltip/UDSTooltipConfigProvider.cjs";
|
|
168
169
|
import { UDSBadgeConfigProvider, UDSBadgeConfigProviderProps, useBadgeConfig } from "./components/client/UDSBadgeConfigProvider.cjs";
|
|
170
|
+
import "./components/index.cjs";
|
|
171
|
+
import "./runtime/index.cjs";
|
|
169
172
|
import { SetState } from "./types.cjs";
|
|
170
173
|
import { UDSThemeConfig, UDSThemeConfigInput, UDSThemeContext, defineTheme } from "./css/dist/css/theme.cjs";
|
|
174
|
+
import "./css/dist/index.cjs";
|
|
171
175
|
import { Modal, ModalProps } from "./components/client/Modal/Modal.cjs";
|
|
172
|
-
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, AutoComponentName, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, Banner, BannerConfig, BannerContent, BannerContentProps, BannerDescription, BannerDescriptionProps, BannerInnerShadowOption, BannerProps, BannerSize, BannerTitle, BannerTitleProps, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, BottomSheetContentProps, BottomSheetController, BottomSheetDismiss, BottomSheetDismissProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetHeight, BottomSheetProps, BottomSheetProvider, BottomSheetProviderProps, BottomSheetSnapPoints, BottomSheetTrigger, BottomSheetTriggerProps, BottomSheetVariant, Box, BoxProps, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonControlSchema, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, Divider, DividerConfig, DividerLabel, DividerLabelProps, DividerLine, DividerLineProps, DividerProps, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, IconButtonProps, IconButtonSize, IconPixelSize, IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImageProps, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemConfig, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modal, ModalAPI, ModalActions, ModalActionsProps, ModalConfig, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalPortal, ModalProps, ModalSize, ModalTitle, ModalTitleProps, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleButtonNext, PaddleButtonNextProps, PaddleButtonPrevious, PaddleButtonPreviousProps, PaddleNav, PaddleNavConfig, PaddleNavContent, PaddleNavContentProps, PaddleNavOrientation, PaddleNavProps, PaddleNavSize, PaddleNavVariant, Pagination, PaginationConfig, PaginationEllipsis, PaginationEllipsisPlacement, PaginationEllipsisProps, PaginationItem, PaginationItemProps, PaginationLink, PaginationLinkProps, PaginationNext, PaginationNextProps, PaginationNumbers, PaginationNumbersProps, PaginationPrev, PaginationPrevProps, PaginationProps, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Popover, PopoverConfig, PopoverContent, UniversalPopoverContentProps as PopoverContentProps, PopoverPlacement, UniversalPopoverProps as PopoverProps, PopoverSize, PopoverTrigger, UniversalPopoverTriggerProps as PopoverTriggerProps, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, Scrim, ScrimConfig, ScrimProps, Select, SelectConfig, SelectContent, SelectContentConfig, SelectContentProps, SelectDivider, SelectDividerProps, SelectItem, SelectItemConfig, SelectItemProps, SelectOption, SelectProps, SelectSize, SelectedConfigurableProperty, SetState, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, SpringMotionConfig, SpringMotionConfigProps, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Tab, TabConfig, TabList, TabListProps, TabPanel, TabPanelProps, TabProps, Tabs, TabsConfig, TabsProps, TabsVariant, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, ToastContainerProps, ToastLoadingPromise, ToastPortal, ToastPortalProps, ToastPosition, ToastProps, ToastSize, ToastVariant, Tooltip, TooltipConfig, TooltipContent, UniversalTooltipContentProps as TooltipContentProps, TooltipPlacement, UniversalTooltipProps as TooltipProps, TooltipSize, TooltipTrigger, UniversalTooltipTriggerProps as TooltipTriggerProps, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDSAvatarConfigContextType, UDSAvatarConfigProvider, UDSAvatarConfigProviderProps, UDSBadgeConfigContextType, UDSBadgeConfigProvider, UDSBadgeConfigProviderProps, UDSBottomSheetConfigContextType, UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, UDSBreakpointsConfigProviderProps, UDSButtonConfigContextType, UDSButtonConfigProvider, UDSButtonConfigProviderProps, UDSChipConfigContextType, UDSChipConfigProvider, UDSChipConfigProviderProps, UDSConfigContextType, UDSConfigProvider, UDSConfigProviderProps, UDSIconButtonConfigContextType, UDSIconButtonConfigProvider, UDSIconButtonConfigProviderProps, UDSInputConfigContextType, UDSInputConfigProvider, UDSInputConfigProviderProps, UDSMenuItemConfigContextType, UDSMenuItemConfigProvider, UDSMenuItemConfigProviderProps, UDSModalConfigContextType, UDSModalConfigProvider, UDSModalConfigProviderProps, UDSPaddleNavConfigContextType, UDSPaddleNavConfigProvider, UDSPaddleNavConfigProviderProps, UDSPaginationConfigContextType, UDSPaginationConfigProvider, UDSPaginationConfigProviderProps, UDSPopoverConfigContextType, UDSPopoverConfigProvider, UDSPopoverConfigProviderProps, UDSSelectItemConfigContextType, UDSSelectItemConfigProvider, UDSSelectItemConfigProviderProps, UDSTabConfigContextType, UDSTabConfigProvider, UDSTabConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, UDSToastConfigContextType, UDSToastConfigProvider, UDSToastConfigProviderProps, UDSTooltipConfigContextType, UDSTooltipConfigProvider, UDSTooltipConfigProviderProps, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, UserOverridableProperty, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, configToAvatarConfigContext, configToBadgeConfigContext, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToButtonConfigContext, configToChipConfigContext, configToIconButtonConfigContext, configToInputConfigContext, configToMenuItemConfigContext, configToModalConfigContext, configToPaddleNavConfigContext, configToPaginationConfigContext, configToPopoverConfigContext, configToSelectItemConfigContext, configToTabConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createModal, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, getStyles, getStylesCacheKeySymbol, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useAvatarConfig, useBadgeConfig, useBottomSheetStore, useBreakpointsConfig, useButtonConfig, useChipConfig, useIconButtonConfig, useInputConfig, useMenuItemConfig, useModalConfig, usePaddleNavConfig, usePaginationConfig, useSelectItemConfig, useTabConfig, useToastConfig, variants };
|
|
176
|
+
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, type AllPossibleProperties, type AllSelectors, type AllVariantKeys, type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AtomicState, type AutoComponentName, Avatar, type AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, type AvatarIconProps, AvatarImage, type AvatarImageProps, type AvatarProps, type AvatarShape, type AvatarSize, type AvatarSizeConfig, AvatarText, type AvatarTextProps, type AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, Badge, BadgeConfig, type BadgeProps, type BadgeSize, type BadgeVariant, Banner, BannerConfig, BannerContent, type BannerContentProps, BannerDescription, type BannerDescriptionProps, type BannerInnerShadowOption, type BannerProps, type BannerSize, BannerTitle, type BannerTitleProps, type BannerVariant, type BaseSelector, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, type BottomSheetContentProps, type BottomSheetController, BottomSheetDismiss, type BottomSheetDismissProps, BottomSheetHeader, type BottomSheetHeaderProps, type BottomSheetHeight, type BottomSheetProps, BottomSheetProvider, type BottomSheetProviderProps, type BottomSheetSnapPoints, BottomSheetTrigger, type BottomSheetTriggerProps, type BottomSheetVariant, Box, type BoxProps, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, Button, ButtonConfig, type ButtonControlSchema, type ButtonPalette, type ButtonPaletteColor, type ButtonProps, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, Checkbox, CheckboxConfig, type CheckboxProps, type CheckboxSize, type CheckboxValue, type CheckboxVariant, Chip, ChipButton, type ChipButtonProps, ChipConfig, ChipDismissible, type ChipDismissibleProps, ChipLink, type ChipLinkProps, type ChipProps, type ChipSize, ChipToggle, type ChipToggleProps, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ComponentConfig, type ComponentSchema, type ComponentStateConfig, type ConfigurableComponentName, type ConfigurablePropertiesName, type CssStyleObject, type CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, Divider, DividerConfig, DividerLabel, type DividerLabelProps, DividerLine, type DividerLineProps, type DividerProps, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, EmitMode, type ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontAxisConfig, type FontConfig, type FontCssVar, type FontDeclarationConfig, type FontDeclarationItemConfig, type FontDeclarationMap, type FontFamilyCDNUrl, type FontFamilyConfig, type FontID, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, FontUrlConfig, FontUrlMap, type FontWeightConfig, type FontWeightDescriptive, type FontWeightForFont, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, FormLabel, type FormLabelProps, type GenericIconComponent, GetMotionVarParams, type GlobalDefaultsConfig, HStack, type HStackProps, type HighContrastMode, type Hue, type HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, type IconButtonMatchButtonHeightConfig, type IconButtonMatchButtonHeightSize, type IconButtonProps, type IconButtonSize, type IconPixelSize, type IconProps, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, Image, type ImageProps, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, Input, InputConfig, InputHelpText, type InputHelpTextProps, type InputProps, type InputSize, type InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, type LayerConfig, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, Link, LinkConfig, type LinkProps, type LinkTextVariant, type LinkVariant, type LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, type MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, type MenuContentProps, type MenuDividerProps, type MenuItemCheckboxProps, MenuItemConfig, type MenuItemProps, type MenuPlacement, type MenuProviderProps, type MenuTriggerProps, Modal, type ModalAPI, ModalActions, type ModalActionsProps, ModalConfig, ModalContent, type ModalContentProps, ModalDescription, type ModalDescriptionProps, ModalPortal, type ModalProps, type ModalSize, ModalTitle, type ModalTitleProps, type ModalVariant, type Modes, type ModifierAtomic, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, OUTLINE_PREFIX, type OpacityStep, type Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleButtonNext, type PaddleButtonNextProps, PaddleButtonPrevious, type PaddleButtonPreviousProps, PaddleNav, PaddleNavConfig, PaddleNavContent, type PaddleNavContentProps, type PaddleNavOrientation, type PaddleNavProps, type PaddleNavSize, type PaddleNavVariant, Pagination, PaginationConfig, PaginationEllipsis, type PaginationEllipsisPlacement, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationNumbers, type PaginationNumbersProps, PaginationPrev, type PaginationPrevProps, type PaginationProps, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type PaginationWidthConfig, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type ParentVariantSelector, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, Popover, PopoverConfig, PopoverContent, type UniversalPopoverContentProps as PopoverContentProps, type PopoverPlacement, type UniversalPopoverProps as PopoverProps, type PopoverSize, PopoverTrigger, type UniversalPopoverTriggerProps as PopoverTriggerProps, type PopoverVariant, type Position, type PossibleStates, type PossibleStatesWithRest, Pressable, type PressableProps, type PropertyStates, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, Radio, RadioConfig, RadioGroupProvider, type RadioGroupProviderProps, type RadioProps, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, type SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, Scrim, ScrimConfig, type ScrimProps, Select, SelectConfig, SelectContent, SelectContentConfig, type SelectContentProps, SelectDivider, type SelectDividerProps, SelectItem, SelectItemConfig, type SelectItemProps, type SelectOption, type SelectProps, type SelectSize, type SelectedConfigurableProperty, type SetState, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, SpringMotionConfig, type SpringMotionConfigProps, type StateSlot, type StateStyleProps, type StyleProps, type SubComponentConfig, Switch, SwitchConfig, type SwitchProps, type SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, type TShirtSize, type TShirtSizeCommon, Tab, TabConfig, TabList, type TabListProps, TabPanel, type TabPanelProps, type TabProps, Tabs, TabsConfig, type TabsProps, type TabsVariant, Text, type TextDecorationLine, type TextProperty, type TextProps, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, type ToastContainerProps, type ToastLoadingPromise, ToastPortal, type ToastPortalProps, type ToastPosition, type ToastProps, type ToastSize, type ToastVariant, Tooltip, TooltipConfig, TooltipContent, type UniversalTooltipContentProps as TooltipContentProps, type TooltipPlacement, type UniversalTooltipProps as TooltipProps, type TooltipSize, TooltipTrigger, type UniversalTooltipTriggerProps as TooltipTriggerProps, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UDSAvatarConfigContextType, UDSAvatarConfigProvider, type UDSAvatarConfigProviderProps, type UDSBadgeConfigContextType, UDSBadgeConfigProvider, type UDSBadgeConfigProviderProps, type UDSBottomSheetConfigContextType, type UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, type UDSBreakpointsConfigProviderProps, type UDSButtonConfigContextType, UDSButtonConfigProvider, type UDSButtonConfigProviderProps, type UDSChipConfigContextType, UDSChipConfigProvider, type UDSChipConfigProviderProps, type UDSConfigContextType, UDSConfigProvider, type UDSConfigProviderProps, type UDSIconButtonConfigContextType, UDSIconButtonConfigProvider, type UDSIconButtonConfigProviderProps, type UDSInputConfigContextType, UDSInputConfigProvider, type UDSInputConfigProviderProps, type UDSMenuItemConfigContextType, UDSMenuItemConfigProvider, type UDSMenuItemConfigProviderProps, type UDSModalConfigContextType, UDSModalConfigProvider, type UDSModalConfigProviderProps, type UDSPaddleNavConfigContextType, UDSPaddleNavConfigProvider, type UDSPaddleNavConfigProviderProps, type UDSPaginationConfigContextType, UDSPaginationConfigProvider, type UDSPaginationConfigProviderProps, type UDSPopoverConfigContextType, UDSPopoverConfigProvider, type UDSPopoverConfigProviderProps, type UDSSelectItemConfigContextType, UDSSelectItemConfigProvider, type UDSSelectItemConfigProviderProps, type UDSTabConfigContextType, UDSTabConfigProvider, type UDSTabConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, type UDSToastConfigContextType, UDSToastConfigProvider, type UDSToastConfigProviderProps, type UDSTooltipConfigContextType, UDSTooltipConfigProvider, type UDSTooltipConfigProviderProps, UDS_PREFIX, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps, type UserOverridableProperty, VStack, type VStackProps, type VariantConfig, type VariantConfigWithComponentStates, type VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, configToAvatarConfigContext, configToBadgeConfigContext, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToButtonConfigContext, configToChipConfigContext, configToIconButtonConfigContext, configToInputConfigContext, configToMenuItemConfigContext, configToModalConfigContext, configToPaddleNavConfigContext, configToPaginationConfigContext, configToPopoverConfigContext, configToSelectItemConfigContext, configToTabConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createModal, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, getStyles, getStylesCacheKeySymbol, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useAvatarConfig, useBadgeConfig, useBottomSheetStore, useBreakpointsConfig, useButtonConfig, useChipConfig, useIconButtonConfig, useInputConfig, useMenuItemConfig, useModalConfig, usePaddleNavConfig, usePaginationConfig, useSelectItemConfig, useTabConfig, useToastConfig, variants };
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ import { fromEntries } from "./utils/dist/fromEntries.js";
|
|
|
44
44
|
import { mapValues } from "./utils/dist/mapValues.js";
|
|
45
45
|
import { FontUrlConfig, FontUrlMap, fontUrls, getFontUrls, getFontUrlsByIds } from "./tokens/utils/getFontUrls.js";
|
|
46
46
|
import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./tokens/utils/spectrum.js";
|
|
47
|
+
import "./tokens/index.js";
|
|
47
48
|
import { Banner, BannerProps } from "./components/Banner/Banner.js";
|
|
48
49
|
import { BannerContent, BannerContentProps } from "./components/Banner/BannerContent.js";
|
|
49
50
|
import { BannerDescription, BannerDescriptionProps } from "./components/Banner/BannerDescription.js";
|
|
@@ -166,7 +167,10 @@ import { TooltipContent } from "./components/client/Tooltip/TooltipContent.js";
|
|
|
166
167
|
import { TooltipTrigger } from "./components/client/Tooltip/TooltipTrigger.js";
|
|
167
168
|
import { UDSTooltipConfigProvider, UDSTooltipConfigProviderProps } from "./components/client/Tooltip/UDSTooltipConfigProvider.js";
|
|
168
169
|
import { UDSBadgeConfigProvider, UDSBadgeConfigProviderProps, useBadgeConfig } from "./components/client/UDSBadgeConfigProvider.js";
|
|
170
|
+
import "./components/index.js";
|
|
171
|
+
import "./runtime/index.js";
|
|
169
172
|
import { SetState } from "./types.js";
|
|
170
173
|
import { UDSThemeConfig, UDSThemeConfigInput, UDSThemeContext, defineTheme } from "./css/dist/css/theme.js";
|
|
174
|
+
import "./css/dist/index.js";
|
|
171
175
|
import { Modal, ModalProps } from "./components/client/Modal/Modal.js";
|
|
172
|
-
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, AutoComponentName, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, Banner, BannerConfig, BannerContent, BannerContentProps, BannerDescription, BannerDescriptionProps, BannerInnerShadowOption, BannerProps, BannerSize, BannerTitle, BannerTitleProps, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, BottomSheetContentProps, BottomSheetController, BottomSheetDismiss, BottomSheetDismissProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetHeight, BottomSheetProps, BottomSheetProvider, BottomSheetProviderProps, BottomSheetSnapPoints, BottomSheetTrigger, BottomSheetTriggerProps, BottomSheetVariant, Box, BoxProps, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonControlSchema, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, Divider, DividerConfig, DividerLabel, DividerLabelProps, DividerLine, DividerLineProps, DividerProps, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, IconButtonProps, IconButtonSize, IconPixelSize, IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImageProps, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemConfig, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modal, ModalAPI, ModalActions, ModalActionsProps, ModalConfig, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalPortal, ModalProps, ModalSize, ModalTitle, ModalTitleProps, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleButtonNext, PaddleButtonNextProps, PaddleButtonPrevious, PaddleButtonPreviousProps, PaddleNav, PaddleNavConfig, PaddleNavContent, PaddleNavContentProps, PaddleNavOrientation, PaddleNavProps, PaddleNavSize, PaddleNavVariant, Pagination, PaginationConfig, PaginationEllipsis, PaginationEllipsisPlacement, PaginationEllipsisProps, PaginationItem, PaginationItemProps, PaginationLink, PaginationLinkProps, PaginationNext, PaginationNextProps, PaginationNumbers, PaginationNumbersProps, PaginationPrev, PaginationPrevProps, PaginationProps, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Popover, PopoverConfig, PopoverContent, UniversalPopoverContentProps as PopoverContentProps, PopoverPlacement, UniversalPopoverProps as PopoverProps, PopoverSize, PopoverTrigger, UniversalPopoverTriggerProps as PopoverTriggerProps, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, Scrim, ScrimConfig, ScrimProps, Select, SelectConfig, SelectContent, SelectContentConfig, SelectContentProps, SelectDivider, SelectDividerProps, SelectItem, SelectItemConfig, SelectItemProps, SelectOption, SelectProps, SelectSize, SelectedConfigurableProperty, SetState, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, SpringMotionConfig, SpringMotionConfigProps, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Tab, TabConfig, TabList, TabListProps, TabPanel, TabPanelProps, TabProps, Tabs, TabsConfig, TabsProps, TabsVariant, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, ToastContainerProps, ToastLoadingPromise, ToastPortal, ToastPortalProps, ToastPosition, ToastProps, ToastSize, ToastVariant, Tooltip, TooltipConfig, TooltipContent, UniversalTooltipContentProps as TooltipContentProps, TooltipPlacement, UniversalTooltipProps as TooltipProps, TooltipSize, TooltipTrigger, UniversalTooltipTriggerProps as TooltipTriggerProps, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDSAvatarConfigContextType, UDSAvatarConfigProvider, UDSAvatarConfigProviderProps, UDSBadgeConfigContextType, UDSBadgeConfigProvider, UDSBadgeConfigProviderProps, UDSBottomSheetConfigContextType, UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, UDSBreakpointsConfigProviderProps, UDSButtonConfigContextType, UDSButtonConfigProvider, UDSButtonConfigProviderProps, UDSChipConfigContextType, UDSChipConfigProvider, UDSChipConfigProviderProps, UDSConfigContextType, UDSConfigProvider, UDSConfigProviderProps, UDSIconButtonConfigContextType, UDSIconButtonConfigProvider, UDSIconButtonConfigProviderProps, UDSInputConfigContextType, UDSInputConfigProvider, UDSInputConfigProviderProps, UDSMenuItemConfigContextType, UDSMenuItemConfigProvider, UDSMenuItemConfigProviderProps, UDSModalConfigContextType, UDSModalConfigProvider, UDSModalConfigProviderProps, UDSPaddleNavConfigContextType, UDSPaddleNavConfigProvider, UDSPaddleNavConfigProviderProps, UDSPaginationConfigContextType, UDSPaginationConfigProvider, UDSPaginationConfigProviderProps, UDSPopoverConfigContextType, UDSPopoverConfigProvider, UDSPopoverConfigProviderProps, UDSSelectItemConfigContextType, UDSSelectItemConfigProvider, UDSSelectItemConfigProviderProps, UDSTabConfigContextType, UDSTabConfigProvider, UDSTabConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, UDSToastConfigContextType, UDSToastConfigProvider, UDSToastConfigProviderProps, UDSTooltipConfigContextType, UDSTooltipConfigProvider, UDSTooltipConfigProviderProps, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, UserOverridableProperty, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, configToAvatarConfigContext, configToBadgeConfigContext, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToButtonConfigContext, configToChipConfigContext, configToIconButtonConfigContext, configToInputConfigContext, configToMenuItemConfigContext, configToModalConfigContext, configToPaddleNavConfigContext, configToPaginationConfigContext, configToPopoverConfigContext, configToSelectItemConfigContext, configToTabConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createModal, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, getStyles, getStylesCacheKeySymbol, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useAvatarConfig, useBadgeConfig, useBottomSheetStore, useBreakpointsConfig, useButtonConfig, useChipConfig, useIconButtonConfig, useInputConfig, useMenuItemConfig, useModalConfig, usePaddleNavConfig, usePaginationConfig, useSelectItemConfig, useTabConfig, useToastConfig, variants };
|
|
176
|
+
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, type AllPossibleProperties, type AllSelectors, type AllVariantKeys, type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AtomicState, type AutoComponentName, Avatar, type AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, type AvatarIconProps, AvatarImage, type AvatarImageProps, type AvatarProps, type AvatarShape, type AvatarSize, type AvatarSizeConfig, AvatarText, type AvatarTextProps, type AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, Badge, BadgeConfig, type BadgeProps, type BadgeSize, type BadgeVariant, Banner, BannerConfig, BannerContent, type BannerContentProps, BannerDescription, type BannerDescriptionProps, type BannerInnerShadowOption, type BannerProps, type BannerSize, BannerTitle, type BannerTitleProps, type BannerVariant, type BaseSelector, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, type BottomSheetContentProps, type BottomSheetController, BottomSheetDismiss, type BottomSheetDismissProps, BottomSheetHeader, type BottomSheetHeaderProps, type BottomSheetHeight, type BottomSheetProps, BottomSheetProvider, type BottomSheetProviderProps, type BottomSheetSnapPoints, BottomSheetTrigger, type BottomSheetTriggerProps, type BottomSheetVariant, Box, type BoxProps, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, Button, ButtonConfig, type ButtonControlSchema, type ButtonPalette, type ButtonPaletteColor, type ButtonProps, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, Checkbox, CheckboxConfig, type CheckboxProps, type CheckboxSize, type CheckboxValue, type CheckboxVariant, Chip, ChipButton, type ChipButtonProps, ChipConfig, ChipDismissible, type ChipDismissibleProps, ChipLink, type ChipLinkProps, type ChipProps, type ChipSize, ChipToggle, type ChipToggleProps, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ComponentConfig, type ComponentSchema, type ComponentStateConfig, type ConfigurableComponentName, type ConfigurablePropertiesName, type CssStyleObject, type CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, Divider, DividerConfig, DividerLabel, type DividerLabelProps, DividerLine, type DividerLineProps, type DividerProps, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, EmitMode, type ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontAxisConfig, type FontConfig, type FontCssVar, type FontDeclarationConfig, type FontDeclarationItemConfig, type FontDeclarationMap, type FontFamilyCDNUrl, type FontFamilyConfig, type FontID, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, FontUrlConfig, FontUrlMap, type FontWeightConfig, type FontWeightDescriptive, type FontWeightForFont, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, FormLabel, type FormLabelProps, type GenericIconComponent, GetMotionVarParams, type GlobalDefaultsConfig, HStack, type HStackProps, type HighContrastMode, type Hue, type HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, type IconButtonMatchButtonHeightConfig, type IconButtonMatchButtonHeightSize, type IconButtonProps, type IconButtonSize, type IconPixelSize, type IconProps, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, Image, type ImageProps, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, Input, InputConfig, InputHelpText, type InputHelpTextProps, type InputProps, type InputSize, type InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, type LayerConfig, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, Link, LinkConfig, type LinkProps, type LinkTextVariant, type LinkVariant, type LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, type MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, type MenuContentProps, type MenuDividerProps, type MenuItemCheckboxProps, MenuItemConfig, type MenuItemProps, type MenuPlacement, type MenuProviderProps, type MenuTriggerProps, Modal, type ModalAPI, ModalActions, type ModalActionsProps, ModalConfig, ModalContent, type ModalContentProps, ModalDescription, type ModalDescriptionProps, ModalPortal, type ModalProps, type ModalSize, ModalTitle, type ModalTitleProps, type ModalVariant, type Modes, type ModifierAtomic, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, OUTLINE_PREFIX, type OpacityStep, type Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleButtonNext, type PaddleButtonNextProps, PaddleButtonPrevious, type PaddleButtonPreviousProps, PaddleNav, PaddleNavConfig, PaddleNavContent, type PaddleNavContentProps, type PaddleNavOrientation, type PaddleNavProps, type PaddleNavSize, type PaddleNavVariant, Pagination, PaginationConfig, PaginationEllipsis, type PaginationEllipsisPlacement, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationNumbers, type PaginationNumbersProps, PaginationPrev, type PaginationPrevProps, type PaginationProps, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type PaginationWidthConfig, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type ParentVariantSelector, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, Popover, PopoverConfig, PopoverContent, type UniversalPopoverContentProps as PopoverContentProps, type PopoverPlacement, type UniversalPopoverProps as PopoverProps, type PopoverSize, PopoverTrigger, type UniversalPopoverTriggerProps as PopoverTriggerProps, type PopoverVariant, type Position, type PossibleStates, type PossibleStatesWithRest, Pressable, type PressableProps, type PropertyStates, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, Radio, RadioConfig, RadioGroupProvider, type RadioGroupProviderProps, type RadioProps, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, type SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, Scrim, ScrimConfig, type ScrimProps, Select, SelectConfig, SelectContent, SelectContentConfig, type SelectContentProps, SelectDivider, type SelectDividerProps, SelectItem, SelectItemConfig, type SelectItemProps, type SelectOption, type SelectProps, type SelectSize, type SelectedConfigurableProperty, type SetState, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, SpringMotionConfig, type SpringMotionConfigProps, type StateSlot, type StateStyleProps, type StyleProps, type SubComponentConfig, Switch, SwitchConfig, type SwitchProps, type SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, type TShirtSize, type TShirtSizeCommon, Tab, TabConfig, TabList, type TabListProps, TabPanel, type TabPanelProps, type TabProps, Tabs, TabsConfig, type TabsProps, type TabsVariant, Text, type TextDecorationLine, type TextProperty, type TextProps, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, type ToastContainerProps, type ToastLoadingPromise, ToastPortal, type ToastPortalProps, type ToastPosition, type ToastProps, type ToastSize, type ToastVariant, Tooltip, TooltipConfig, TooltipContent, type UniversalTooltipContentProps as TooltipContentProps, type TooltipPlacement, type UniversalTooltipProps as TooltipProps, type TooltipSize, TooltipTrigger, type UniversalTooltipTriggerProps as TooltipTriggerProps, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UDSAvatarConfigContextType, UDSAvatarConfigProvider, type UDSAvatarConfigProviderProps, type UDSBadgeConfigContextType, UDSBadgeConfigProvider, type UDSBadgeConfigProviderProps, type UDSBottomSheetConfigContextType, type UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, type UDSBreakpointsConfigProviderProps, type UDSButtonConfigContextType, UDSButtonConfigProvider, type UDSButtonConfigProviderProps, type UDSChipConfigContextType, UDSChipConfigProvider, type UDSChipConfigProviderProps, type UDSConfigContextType, UDSConfigProvider, type UDSConfigProviderProps, type UDSIconButtonConfigContextType, UDSIconButtonConfigProvider, type UDSIconButtonConfigProviderProps, type UDSInputConfigContextType, UDSInputConfigProvider, type UDSInputConfigProviderProps, type UDSMenuItemConfigContextType, UDSMenuItemConfigProvider, type UDSMenuItemConfigProviderProps, type UDSModalConfigContextType, UDSModalConfigProvider, type UDSModalConfigProviderProps, type UDSPaddleNavConfigContextType, UDSPaddleNavConfigProvider, type UDSPaddleNavConfigProviderProps, type UDSPaginationConfigContextType, UDSPaginationConfigProvider, type UDSPaginationConfigProviderProps, type UDSPopoverConfigContextType, UDSPopoverConfigProvider, type UDSPopoverConfigProviderProps, type UDSSelectItemConfigContextType, UDSSelectItemConfigProvider, type UDSSelectItemConfigProviderProps, type UDSTabConfigContextType, UDSTabConfigProvider, type UDSTabConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, type UDSToastConfigContextType, UDSToastConfigProvider, type UDSToastConfigProviderProps, type UDSTooltipConfigContextType, UDSTooltipConfigProvider, type UDSTooltipConfigProviderProps, UDS_PREFIX, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps, type UserOverridableProperty, VStack, type VStackProps, type VariantConfig, type VariantConfigWithComponentStates, type VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, configToAvatarConfigContext, configToBadgeConfigContext, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToButtonConfigContext, configToChipConfigContext, configToIconButtonConfigContext, configToInputConfigContext, configToMenuItemConfigContext, configToModalConfigContext, configToPaddleNavConfigContext, configToPaginationConfigContext, configToPopoverConfigContext, configToSelectItemConfigContext, configToTabConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createModal, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, getStyles, getStylesCacheKeySymbol, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useAvatarConfig, useBadgeConfig, useBottomSheetStore, useBreakpointsConfig, useButtonConfig, useChipConfig, useIconButtonConfig, useInputConfig, useMenuItemConfig, useModalConfig, usePaddleNavConfig, usePaginationConfig, useSelectItemConfig, useTabConfig, useToastConfig, variants };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode, ColorModeForApp, HighContrastMode, RegionMode, ScaleMode, ScaleModeForApp } from "../../types/dist/index.cjs";
|
|
3
|
-
|
|
4
3
|
//#region ../modes/dist/index.d.ts
|
|
5
4
|
//#region src/index.d.ts
|
|
6
5
|
declare const DEFAULT_COLOR_MODE_FOR_APP: ColorModeForApp;
|
|
@@ -8,6 +7,6 @@ declare const DEFAULT_SCALE_MODE_FOR_APP: ScaleModeForApp;
|
|
|
8
7
|
declare const DEFAULT_COLOR_MODE: ColorMode;
|
|
9
8
|
declare const DEFAULT_SCALE_MODE: ScaleMode;
|
|
10
9
|
declare const DEFAULT_HIGH_CONTRAST_MODE: HighContrastMode;
|
|
11
|
-
declare const DEFAULT_REGION_MODE: RegionMode;
|
|
10
|
+
declare const DEFAULT_REGION_MODE: RegionMode;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode, ColorModeForApp, HighContrastMode, RegionMode, ScaleMode, ScaleModeForApp } from "../../types/dist/index.js";
|
|
3
|
-
|
|
4
3
|
//#region ../modes/dist/index.d.ts
|
|
5
4
|
//#region src/index.d.ts
|
|
6
5
|
declare const DEFAULT_COLOR_MODE_FOR_APP: ColorModeForApp;
|
|
@@ -8,6 +7,6 @@ declare const DEFAULT_SCALE_MODE_FOR_APP: ScaleModeForApp;
|
|
|
8
7
|
declare const DEFAULT_COLOR_MODE: ColorMode;
|
|
9
8
|
declare const DEFAULT_SCALE_MODE: ScaleMode;
|
|
10
9
|
declare const DEFAULT_HIGH_CONTRAST_MODE: HighContrastMode;
|
|
11
|
-
declare const DEFAULT_REGION_MODE: RegionMode;
|
|
10
|
+
declare const DEFAULT_REGION_MODE: RegionMode;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { MotionConfig } from "../../types/dist/index.cjs";
|
|
3
|
-
|
|
4
3
|
//#region ../motion-tokens/dist/index.d.ts
|
|
5
4
|
//#region src/index.d.ts
|
|
6
5
|
/**
|
|
@@ -48,9 +47,5 @@ declare const transitionTiming: {
|
|
|
48
47
|
'in-out': string;
|
|
49
48
|
};
|
|
50
49
|
declare const motion: MotionConfig;
|
|
51
|
-
/**
|
|
52
|
-
* SpringMotionConfig default values.
|
|
53
|
-
* Used by both the component and build-time analysis tools.
|
|
54
|
-
*/
|
|
55
50
|
//#endregion
|
|
56
51
|
export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { MotionConfig } from "../../types/dist/index.js";
|
|
3
|
-
|
|
4
3
|
//#region ../motion-tokens/dist/index.d.ts
|
|
5
4
|
//#region src/index.d.ts
|
|
6
5
|
/**
|
|
@@ -48,9 +47,5 @@ declare const transitionTiming: {
|
|
|
48
47
|
'in-out': string;
|
|
49
48
|
};
|
|
50
49
|
declare const motion: MotionConfig;
|
|
51
|
-
/**
|
|
52
|
-
* SpringMotionConfig default values.
|
|
53
|
-
* Used by both the component and build-time analysis tools.
|
|
54
|
-
*/
|
|
55
50
|
//#endregion
|
|
56
51
|
export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
package/dist/postcss.d.cts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/dist/css/theme.cjs";
|
|
3
3
|
import { UDSPruneVarsPlugin, udsPruneVars } from "./css/dist/postcss/pruneVars.cjs";
|
|
4
|
+
import "./css/dist/postcss.cjs";
|
|
4
5
|
export { type UDSCSSPruneVarsOptions, type UDSCSSVarSafelistPattern, type UDSPruneVarsPlugin, udsPruneVars };
|
package/dist/postcss.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/dist/css/theme.js";
|
|
3
3
|
import { UDSPruneVarsPlugin, udsPruneVars } from "./css/dist/postcss/pruneVars.js";
|
|
4
|
+
import "./css/dist/postcss.js";
|
|
4
5
|
export { type UDSCSSPruneVarsOptions, type UDSCSSVarSafelistPattern, type UDSPruneVarsPlugin, udsPruneVars };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
require("../_virtual/_rolldown/runtime.cjs");
|
|
4
3
|
const require_index = require("../modes/dist/index.cjs");
|
|
5
4
|
let react = require("react");
|
|
6
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode } from "../types/dist/index.cjs";
|
|
3
|
-
import
|
|
4
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
|
|
3
|
+
import "../tokens/index.cjs";
|
|
6
4
|
//#region src/providers/ColorModeProvider.d.ts
|
|
7
5
|
interface ColorModeProviderProps extends React.PropsWithChildren {
|
|
8
6
|
value?: ColorMode;
|
|
9
7
|
}
|
|
10
|
-
declare const ColorModeContext:
|
|
8
|
+
declare const ColorModeContext: import("react").Context<ColorMode>;
|
|
11
9
|
declare function useColorMode(): ColorMode;
|
|
12
|
-
declare function ColorModeProvider({
|
|
13
|
-
value,
|
|
14
|
-
children
|
|
15
|
-
}: ColorModeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
10
|
+
declare function ColorModeProvider({ value, children }: ColorModeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
11
|
declare namespace ColorModeProvider {
|
|
17
12
|
var displayName: string;
|
|
18
13
|
}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode } from "../types/dist/index.js";
|
|
3
|
-
import
|
|
4
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
|
|
3
|
+
import "../tokens/index.js";
|
|
6
4
|
//#region src/providers/ColorModeProvider.d.ts
|
|
7
5
|
interface ColorModeProviderProps extends React.PropsWithChildren {
|
|
8
6
|
value?: ColorMode;
|
|
9
7
|
}
|
|
10
|
-
declare const ColorModeContext:
|
|
8
|
+
declare const ColorModeContext: import("react").Context<ColorMode>;
|
|
11
9
|
declare function useColorMode(): ColorMode;
|
|
12
|
-
declare function ColorModeProvider({
|
|
13
|
-
value,
|
|
14
|
-
children
|
|
15
|
-
}: ColorModeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
10
|
+
declare function ColorModeProvider({ value, children }: ColorModeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
11
|
declare namespace ColorModeProvider {
|
|
17
12
|
var displayName: string;
|
|
18
13
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
require("../_virtual/_rolldown/runtime.cjs");
|
|
4
3
|
const require_index = require("../modes/dist/index.cjs");
|
|
5
4
|
let react = require("react");
|
|
6
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import { ScaleMode } from "../types/dist/index.cjs";
|
|
3
|
-
import
|
|
4
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
|
|
3
|
+
import "../tokens/index.cjs";
|
|
6
4
|
//#region src/providers/ScaleModeProvider.d.ts
|
|
7
5
|
interface ScaleModeProviderProps extends React.PropsWithChildren {
|
|
8
6
|
value?: ScaleMode;
|
|
9
7
|
}
|
|
10
|
-
declare const ScaleModeContext:
|
|
8
|
+
declare const ScaleModeContext: import("react").Context<ScaleMode>;
|
|
11
9
|
declare function useScaleMode(): ScaleMode;
|
|
12
|
-
declare function ScaleModeProvider({
|
|
13
|
-
value,
|
|
14
|
-
children
|
|
15
|
-
}: ScaleModeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
10
|
+
declare function ScaleModeProvider({ value, children }: ScaleModeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
11
|
declare namespace ScaleModeProvider {
|
|
17
12
|
var displayName: string;
|
|
18
13
|
}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import { ScaleMode } from "../types/dist/index.js";
|
|
3
|
-
import
|
|
4
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
|
|
3
|
+
import "../tokens/index.js";
|
|
6
4
|
//#region src/providers/ScaleModeProvider.d.ts
|
|
7
5
|
interface ScaleModeProviderProps extends React.PropsWithChildren {
|
|
8
6
|
value?: ScaleMode;
|
|
9
7
|
}
|
|
10
|
-
declare const ScaleModeContext:
|
|
8
|
+
declare const ScaleModeContext: import("react").Context<ScaleMode>;
|
|
11
9
|
declare function useScaleMode(): ScaleMode;
|
|
12
|
-
declare function ScaleModeProvider({
|
|
13
|
-
value,
|
|
14
|
-
children
|
|
15
|
-
}: ScaleModeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
10
|
+
declare function ScaleModeProvider({ value, children }: ScaleModeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
11
|
declare namespace ScaleModeProvider {
|
|
17
12
|
var displayName: string;
|
|
18
13
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
require("../_virtual/_rolldown/runtime.cjs");
|
|
4
3
|
const require_styles_styler = require("../styles/styler.cjs");
|
|
5
4
|
const require_index = require("../modes/dist/index.cjs");
|
|
6
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode, ScaleMode } from "../types/dist/index.cjs";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import "../tokens/index.cjs";
|
|
5
4
|
//#region src/providers/ThemeProvider.d.ts
|
|
6
5
|
interface ThemeProviderProps extends React.PropsWithChildren {
|
|
7
6
|
colorMode?: ColorMode;
|
|
8
7
|
scaleMode?: ScaleMode;
|
|
9
8
|
}
|
|
10
|
-
declare function ThemeProvider({
|
|
11
|
-
children,
|
|
12
|
-
colorMode,
|
|
13
|
-
scaleMode
|
|
14
|
-
}: ThemeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
9
|
+
declare function ThemeProvider({ children, colorMode, scaleMode }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
15
10
|
declare namespace ThemeProvider {
|
|
16
11
|
var displayName: string;
|
|
17
12
|
}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { ColorMode, ScaleMode } from "../types/dist/index.js";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import "../tokens/index.js";
|
|
5
4
|
//#region src/providers/ThemeProvider.d.ts
|
|
6
5
|
interface ThemeProviderProps extends React.PropsWithChildren {
|
|
7
6
|
colorMode?: ColorMode;
|
|
8
7
|
scaleMode?: ScaleMode;
|
|
9
8
|
}
|
|
10
|
-
declare function ThemeProvider({
|
|
11
|
-
children,
|
|
12
|
-
colorMode,
|
|
13
|
-
scaleMode
|
|
14
|
-
}: ThemeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
9
|
+
declare function ThemeProvider({ children, colorMode, scaleMode }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
15
10
|
declare namespace ThemeProvider {
|
|
16
11
|
var displayName: string;
|
|
17
12
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { AvatarSize, IconSize } from "../types/dist/index.cjs";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.cjs";
|
|
4
|
+
import "../tokens/index.cjs";
|
|
4
5
|
//#region src/runtime/avatarConfig.d.ts
|
|
5
6
|
interface UDSAvatarConfigContextType {
|
|
6
7
|
defaultSize: AvatarSize;
|
|
7
8
|
iconSize: Record<AvatarSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToAvatarConfigContext: ({
|
|
10
|
-
avatar
|
|
11
|
-
}: UniversalTokensConfig) => UDSAvatarConfigContextType;
|
|
10
|
+
declare const configToAvatarConfigContext: ({ avatar }: UniversalTokensConfig) => UDSAvatarConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSAvatarConfigContextType, configToAvatarConfigContext };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { AvatarSize, IconSize } from "../types/dist/index.js";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.js";
|
|
4
|
+
import "../tokens/index.js";
|
|
4
5
|
//#region src/runtime/avatarConfig.d.ts
|
|
5
6
|
interface UDSAvatarConfigContextType {
|
|
6
7
|
defaultSize: AvatarSize;
|
|
7
8
|
iconSize: Record<AvatarSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToAvatarConfigContext: ({
|
|
10
|
-
avatar
|
|
11
|
-
}: UniversalTokensConfig) => UDSAvatarConfigContextType;
|
|
10
|
+
declare const configToAvatarConfigContext: ({ avatar }: UniversalTokensConfig) => UDSAvatarConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSAvatarConfigContextType, configToAvatarConfigContext };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { BadgeSize, IconSize } from "../types/dist/index.cjs";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.cjs";
|
|
4
|
+
import "../tokens/index.cjs";
|
|
4
5
|
//#region src/runtime/badgeConfig.d.ts
|
|
5
6
|
interface UDSBadgeConfigContextType {
|
|
6
7
|
defaultSize: BadgeSize;
|
|
7
8
|
iconSize: Record<BadgeSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToBadgeConfigContext: ({
|
|
10
|
-
badge
|
|
11
|
-
}: UniversalTokensConfig) => UDSBadgeConfigContextType;
|
|
10
|
+
declare const configToBadgeConfigContext: ({ badge }: UniversalTokensConfig) => UDSBadgeConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSBadgeConfigContextType, configToBadgeConfigContext };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { BadgeSize, IconSize } from "../types/dist/index.js";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.js";
|
|
4
|
+
import "../tokens/index.js";
|
|
4
5
|
//#region src/runtime/badgeConfig.d.ts
|
|
5
6
|
interface UDSBadgeConfigContextType {
|
|
6
7
|
defaultSize: BadgeSize;
|
|
7
8
|
iconSize: Record<BadgeSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToBadgeConfigContext: ({
|
|
10
|
-
badge
|
|
11
|
-
}: UniversalTokensConfig) => UDSBadgeConfigContextType;
|
|
10
|
+
declare const configToBadgeConfigContext: ({ badge }: UniversalTokensConfig) => UDSBadgeConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSBadgeConfigContextType, configToBadgeConfigContext };
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import { BackgroundColor, BottomSheetVariant } from "../types/dist/index.cjs";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.cjs";
|
|
4
|
-
|
|
5
4
|
//#region src/runtime/bottomSheetConfig.d.ts
|
|
6
5
|
interface UDSBottomSheetConfigContextType {
|
|
7
6
|
backgroundColor: Record<BottomSheetVariant, BackgroundColor>;
|
|
8
7
|
}
|
|
9
|
-
declare const configToBottomSheetConfigContext: ({
|
|
10
|
-
bottomSheet
|
|
11
|
-
}: UniversalTokensConfig) => {
|
|
8
|
+
declare const configToBottomSheetConfigContext: ({ bottomSheet }: UniversalTokensConfig) => {
|
|
12
9
|
backgroundColor: Record<BottomSheetVariant, BackgroundColor>;
|
|
13
10
|
};
|
|
14
11
|
//#endregion
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import { BackgroundColor, BottomSheetVariant } from "../types/dist/index.js";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.js";
|
|
4
|
-
|
|
5
4
|
//#region src/runtime/bottomSheetConfig.d.ts
|
|
6
5
|
interface UDSBottomSheetConfigContextType {
|
|
7
6
|
backgroundColor: Record<BottomSheetVariant, BackgroundColor>;
|
|
8
7
|
}
|
|
9
|
-
declare const configToBottomSheetConfigContext: ({
|
|
10
|
-
bottomSheet
|
|
11
|
-
}: UniversalTokensConfig) => {
|
|
8
|
+
declare const configToBottomSheetConfigContext: ({ bottomSheet }: UniversalTokensConfig) => {
|
|
12
9
|
backgroundColor: Record<BottomSheetVariant, BackgroundColor>;
|
|
13
10
|
};
|
|
14
11
|
//#endregion
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import { BreakpointsConfig } from "../types/dist/index.cjs";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.cjs";
|
|
4
|
+
import "../tokens/types.cjs";
|
|
4
5
|
//#region src/runtime/breakpointsConfig.d.ts
|
|
5
6
|
interface UDSBreakpointsConfigContextType {
|
|
6
|
-
breakpoints: { [K in keyof BreakpointsConfig]: `${number}px
|
|
7
|
+
breakpoints: { [K in keyof BreakpointsConfig]: `${number}px`; };
|
|
7
8
|
}
|
|
8
|
-
declare const configToBreakpointsConfigContext: ({
|
|
9
|
-
breakpoints
|
|
10
|
-
}: UniversalTokensConfig) => UDSBreakpointsConfigContextType;
|
|
9
|
+
declare const configToBreakpointsConfigContext: ({ breakpoints }: UniversalTokensConfig) => UDSBreakpointsConfigContextType;
|
|
11
10
|
//#endregion
|
|
12
11
|
export { type UDSBreakpointsConfigContextType, configToBreakpointsConfigContext };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import { BreakpointsConfig } from "../types/dist/index.js";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.js";
|
|
4
|
+
import "../tokens/types.js";
|
|
4
5
|
//#region src/runtime/breakpointsConfig.d.ts
|
|
5
6
|
interface UDSBreakpointsConfigContextType {
|
|
6
|
-
breakpoints: { [K in keyof BreakpointsConfig]: `${number}px
|
|
7
|
+
breakpoints: { [K in keyof BreakpointsConfig]: `${number}px`; };
|
|
7
8
|
}
|
|
8
|
-
declare const configToBreakpointsConfigContext: ({
|
|
9
|
-
breakpoints
|
|
10
|
-
}: UniversalTokensConfig) => UDSBreakpointsConfigContextType;
|
|
9
|
+
declare const configToBreakpointsConfigContext: ({ breakpoints }: UniversalTokensConfig) => UDSBreakpointsConfigContextType;
|
|
11
10
|
//#endregion
|
|
12
11
|
export { type UDSBreakpointsConfigContextType, configToBreakpointsConfigContext };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { ButtonSize, IconSize } from "../types/dist/index.cjs";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.cjs";
|
|
4
|
+
import "../tokens/index.cjs";
|
|
4
5
|
//#region src/runtime/buttonConfig.d.ts
|
|
5
6
|
interface UDSButtonConfigContextType {
|
|
6
7
|
defaultSize: ButtonSize;
|
|
7
8
|
iconSize: Record<ButtonSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToButtonConfigContext: ({
|
|
10
|
-
button
|
|
11
|
-
}: UniversalTokensConfig) => UDSButtonConfigContextType;
|
|
10
|
+
declare const configToButtonConfigContext: ({ button }: UniversalTokensConfig) => UDSButtonConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSButtonConfigContextType, configToButtonConfigContext };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import { ButtonSize, IconSize } from "../types/dist/index.js";
|
|
3
3
|
import { UniversalTokensConfig } from "../config/dist/index.js";
|
|
4
|
+
import "../tokens/index.js";
|
|
4
5
|
//#region src/runtime/buttonConfig.d.ts
|
|
5
6
|
interface UDSButtonConfigContextType {
|
|
6
7
|
defaultSize: ButtonSize;
|
|
7
8
|
iconSize: Record<ButtonSize, IconSize>;
|
|
8
9
|
}
|
|
9
|
-
declare const configToButtonConfigContext: ({
|
|
10
|
-
button
|
|
11
|
-
}: UniversalTokensConfig) => UDSButtonConfigContextType;
|
|
10
|
+
declare const configToButtonConfigContext: ({ button }: UniversalTokensConfig) => UDSButtonConfigContextType;
|
|
12
11
|
//#endregion
|
|
13
12
|
export { type UDSButtonConfigContextType, configToButtonConfigContext };
|