@yahoo/uds 3.58.2-beta.1 → 3.59.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/bin/uds-darwin-arm64-baseline +0 -0
- package/cli/bin/uds-darwin-x64 +0 -0
- package/cli/bin/uds-linux-arm64 +0 -0
- package/cli/bin/uds-linux-x64-baseline +0 -0
- package/cli/codemods/flattenButtonVariant.ts +1 -2
- package/cli/preload.ts +1 -1
- package/cli/tsconfig.json +1 -10
- package/cli/utils/purgeCSS.ts +12 -24
- package/dist/_virtual/rolldown_runtime.cjs +35 -0
- package/dist/_virtual/rolldown_runtime.js +22 -0
- package/dist/components/Box.cjs +101 -0
- package/dist/components/Box.d.cts +36 -0
- package/dist/components/Box.d.cts.map +1 -0
- package/dist/components/Box.d.ts +36 -0
- package/dist/components/Box.d.ts.map +1 -0
- package/dist/components/Box.js +101 -0
- package/dist/components/Box.js.map +1 -0
- package/dist/components/Divider/Divider.cjs +47 -0
- package/dist/components/Divider/Divider.d.cts +39 -0
- package/dist/components/Divider/Divider.d.cts.map +1 -0
- package/dist/components/Divider/Divider.d.ts +39 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.js +47 -0
- package/dist/components/Divider/Divider.js.map +1 -0
- package/dist/components/Divider/DividerCore.cjs +76 -0
- package/dist/components/Divider/DividerCore.d.cts +16 -0
- package/dist/components/Divider/DividerCore.d.cts.map +1 -0
- package/dist/components/Divider/DividerCore.d.ts +16 -0
- package/dist/components/Divider/DividerCore.d.ts.map +1 -0
- package/dist/components/Divider/DividerCore.js +76 -0
- package/dist/components/Divider/DividerCore.js.map +1 -0
- package/dist/components/Divider/DividerInternal.cjs +28 -0
- package/dist/components/Divider/DividerInternal.d.cts +13 -0
- package/dist/components/Divider/DividerInternal.d.cts.map +1 -0
- package/dist/components/Divider/DividerInternal.d.ts +13 -0
- package/dist/components/Divider/DividerInternal.d.ts.map +1 -0
- package/dist/components/Divider/DividerInternal.js +28 -0
- package/dist/components/Divider/DividerInternal.js.map +1 -0
- package/dist/components/Divider/index.cjs +4 -0
- package/dist/components/Divider/index.d.cts +2 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Divider/index.js +4 -0
- package/dist/components/FormLabel.cjs +33 -0
- package/dist/components/FormLabel.d.cts +27 -0
- package/dist/components/FormLabel.d.cts.map +1 -0
- package/dist/components/FormLabel.d.ts +27 -0
- package/dist/components/FormLabel.d.ts.map +1 -0
- package/dist/components/FormLabel.js +32 -0
- package/dist/components/FormLabel.js.map +1 -0
- package/dist/components/HStack.cjs +51 -0
- package/dist/components/HStack.d.cts +40 -0
- package/dist/components/HStack.d.cts.map +1 -0
- package/dist/components/HStack.d.ts +40 -0
- package/dist/components/HStack.d.ts.map +1 -0
- package/dist/components/HStack.js +51 -0
- package/dist/components/HStack.js.map +1 -0
- package/dist/components/Icon.cjs +67 -0
- package/dist/components/Icon.d.cts +39 -0
- package/dist/components/Icon.d.cts.map +1 -0
- package/dist/components/Icon.d.ts +39 -0
- package/dist/components/Icon.d.ts.map +1 -0
- package/dist/components/Icon.js +67 -0
- package/dist/components/Icon.js.map +1 -0
- package/dist/components/IconSlot.cjs +57 -0
- package/dist/components/IconSlot.d.cts +32 -0
- package/dist/components/IconSlot.d.cts.map +1 -0
- package/dist/components/IconSlot.d.ts +32 -0
- package/dist/components/IconSlot.d.ts.map +1 -0
- package/dist/components/IconSlot.js +55 -0
- package/dist/components/IconSlot.js.map +1 -0
- package/dist/components/Image.cjs +96 -0
- package/dist/components/Image.d.cts +92 -0
- package/dist/components/Image.d.cts.map +1 -0
- package/dist/components/Image.d.ts +92 -0
- package/dist/components/Image.d.ts.map +1 -0
- package/dist/components/Image.js +96 -0
- package/dist/components/Image.js.map +1 -0
- package/dist/components/Link.cjs +98 -0
- package/dist/components/Link.d.cts +46 -0
- package/dist/components/Link.d.cts.map +1 -0
- package/dist/components/Link.d.ts +46 -0
- package/dist/components/Link.d.ts.map +1 -0
- package/dist/components/Link.js +98 -0
- package/dist/components/Link.js.map +1 -0
- package/dist/components/Text.cjs +156 -0
- package/dist/components/Text.d.cts +91 -0
- package/dist/components/Text.d.cts.map +1 -0
- package/dist/components/Text.d.ts +91 -0
- package/dist/components/Text.d.ts.map +1 -0
- package/dist/components/Text.js +156 -0
- package/dist/components/Text.js.map +1 -0
- package/dist/components/VStack.cjs +51 -0
- package/dist/components/VStack.d.cts +40 -0
- package/dist/components/VStack.d.cts.map +1 -0
- package/dist/components/VStack.d.ts +40 -0
- package/dist/components/VStack.d.ts.map +1 -0
- package/dist/components/VStack.js +51 -0
- package/dist/components/VStack.js.map +1 -0
- package/dist/components/client/AnimateHeightChange.cjs +48 -0
- package/dist/components/client/AnimateHeightChange.d.cts +21 -0
- package/dist/components/client/AnimateHeightChange.d.cts.map +1 -0
- package/dist/components/client/AnimateHeightChange.d.ts +21 -0
- package/dist/components/client/AnimateHeightChange.d.ts.map +1 -0
- package/dist/components/client/AnimateHeightChange.js +48 -0
- package/dist/components/client/AnimateHeightChange.js.map +1 -0
- package/dist/components/client/Avatar/Avatar.cjs +33 -0
- package/dist/components/client/Avatar/Avatar.d.cts +31 -0
- package/dist/components/client/Avatar/Avatar.d.cts.map +1 -0
- package/dist/components/client/Avatar/Avatar.d.ts +31 -0
- package/dist/components/client/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/client/Avatar/Avatar.js +33 -0
- package/dist/components/client/Avatar/Avatar.js.map +1 -0
- package/dist/components/client/Avatar/AvatarIcon.cjs +64 -0
- package/dist/components/client/Avatar/AvatarIcon.d.cts +37 -0
- package/dist/components/client/Avatar/AvatarIcon.d.cts.map +1 -0
- package/dist/components/client/Avatar/AvatarIcon.d.ts +37 -0
- package/dist/components/client/Avatar/AvatarIcon.d.ts.map +1 -0
- package/dist/components/client/Avatar/AvatarIcon.js +64 -0
- package/dist/components/client/Avatar/AvatarIcon.js.map +1 -0
- package/dist/components/client/Avatar/AvatarImage.cjs +88 -0
- package/dist/components/client/Avatar/AvatarImage.d.cts +45 -0
- package/dist/components/client/Avatar/AvatarImage.d.cts.map +1 -0
- package/dist/components/client/Avatar/AvatarImage.d.ts +45 -0
- package/dist/components/client/Avatar/AvatarImage.d.ts.map +1 -0
- package/dist/components/client/Avatar/AvatarImage.js +88 -0
- package/dist/components/client/Avatar/AvatarImage.js.map +1 -0
- package/dist/components/client/Avatar/AvatarText.cjs +50 -0
- package/dist/components/client/Avatar/AvatarText.d.cts +40 -0
- package/dist/components/client/Avatar/AvatarText.d.cts.map +1 -0
- package/dist/components/client/Avatar/AvatarText.d.ts +40 -0
- package/dist/components/client/Avatar/AvatarText.d.ts.map +1 -0
- package/dist/components/client/Avatar/AvatarText.js +50 -0
- package/dist/components/client/Avatar/AvatarText.js.map +1 -0
- package/dist/components/client/Avatar/index.cjs +11 -0
- package/dist/components/client/Avatar/index.d.cts +5 -0
- package/dist/components/client/Avatar/index.d.ts +5 -0
- package/dist/components/client/Avatar/index.js +8 -0
- package/dist/components/client/Avatar/utils.cjs +66 -0
- package/dist/components/client/Avatar/utils.d.cts +44 -0
- package/dist/components/client/Avatar/utils.d.cts.map +1 -0
- package/dist/components/client/Avatar/utils.d.ts +44 -0
- package/dist/components/client/Avatar/utils.d.ts.map +1 -0
- package/dist/components/client/Avatar/utils.js +61 -0
- package/dist/components/client/Avatar/utils.js.map +1 -0
- package/dist/components/client/Badge.cjs +106 -0
- package/dist/components/client/Badge.d.cts +35 -0
- package/dist/components/client/Badge.d.cts.map +1 -0
- package/dist/components/client/Badge.d.ts +35 -0
- package/dist/components/client/Badge.d.ts.map +1 -0
- package/dist/components/client/Badge.js +105 -0
- package/dist/components/client/Badge.js.map +1 -0
- package/dist/components/client/Button.cjs +226 -0
- package/dist/components/client/Button.d.cts +41 -0
- package/dist/components/client/Button.d.cts.map +1 -0
- package/dist/components/client/Button.d.ts +41 -0
- package/dist/components/client/Button.d.ts.map +1 -0
- package/dist/components/client/Button.js +225 -0
- package/dist/components/client/Button.js.map +1 -0
- package/dist/components/client/Checkbox.cjs +215 -0
- package/dist/components/client/Checkbox.d.cts +43 -0
- package/dist/components/client/Checkbox.d.cts.map +1 -0
- package/dist/components/client/Checkbox.d.ts +43 -0
- package/dist/components/client/Checkbox.d.ts.map +1 -0
- package/dist/components/client/Checkbox.js +212 -0
- package/dist/components/client/Checkbox.js.map +1 -0
- package/dist/components/client/Chip/Chip.cjs +67 -0
- package/dist/components/client/Chip/Chip.d.cts +37 -0
- package/dist/components/client/Chip/Chip.d.cts.map +1 -0
- package/dist/components/client/Chip/Chip.d.ts +37 -0
- package/dist/components/client/Chip/Chip.d.ts.map +1 -0
- package/dist/components/client/Chip/Chip.js +66 -0
- package/dist/components/client/Chip/Chip.js.map +1 -0
- package/dist/components/client/Chip/ChipBase.cjs +88 -0
- package/dist/components/client/Chip/ChipBase.d.cts +23 -0
- package/dist/components/client/Chip/ChipBase.d.cts.map +1 -0
- package/dist/components/client/Chip/ChipBase.d.ts +23 -0
- package/dist/components/client/Chip/ChipBase.d.ts.map +1 -0
- package/dist/components/client/Chip/ChipBase.js +86 -0
- package/dist/components/client/Chip/ChipBase.js.map +1 -0
- package/dist/components/client/Chip/ChipButton.cjs +36 -0
- package/dist/components/client/Chip/ChipButton.d.cts +14 -0
- package/dist/components/client/Chip/ChipButton.d.cts.map +1 -0
- package/dist/components/client/Chip/ChipButton.d.ts +14 -0
- package/dist/components/client/Chip/ChipButton.d.ts.map +1 -0
- package/dist/components/client/Chip/ChipButton.js +35 -0
- package/dist/components/client/Chip/ChipButton.js.map +1 -0
- package/dist/components/client/Chip/ChipDismissible.cjs +57 -0
- package/dist/components/client/Chip/ChipDismissible.d.cts +14 -0
- package/dist/components/client/Chip/ChipDismissible.d.cts.map +1 -0
- package/dist/components/client/Chip/ChipDismissible.d.ts +14 -0
- package/dist/components/client/Chip/ChipDismissible.d.ts.map +1 -0
- package/dist/components/client/Chip/ChipDismissible.js +56 -0
- package/dist/components/client/Chip/ChipDismissible.js.map +1 -0
- package/dist/components/client/Chip/ChipLink.cjs +38 -0
- package/dist/components/client/Chip/ChipLink.d.cts +14 -0
- package/dist/components/client/Chip/ChipLink.d.cts.map +1 -0
- package/dist/components/client/Chip/ChipLink.d.ts +14 -0
- package/dist/components/client/Chip/ChipLink.d.ts.map +1 -0
- package/dist/components/client/Chip/ChipLink.js +37 -0
- package/dist/components/client/Chip/ChipLink.js.map +1 -0
- package/dist/components/client/Chip/ChipToggle.cjs +53 -0
- package/dist/components/client/Chip/ChipToggle.d.cts +14 -0
- package/dist/components/client/Chip/ChipToggle.d.cts.map +1 -0
- package/dist/components/client/Chip/ChipToggle.d.ts +14 -0
- package/dist/components/client/Chip/ChipToggle.d.ts.map +1 -0
- package/dist/components/client/Chip/ChipToggle.js +52 -0
- package/dist/components/client/Chip/ChipToggle.js.map +1 -0
- package/dist/components/client/Chip/index.cjs +13 -0
- package/dist/components/client/Chip/index.d.cts +6 -0
- package/dist/components/client/Chip/index.d.ts +6 -0
- package/dist/components/client/Chip/index.js +9 -0
- package/dist/components/client/IconButton.cjs +127 -0
- package/dist/components/client/IconButton.d.cts +38 -0
- package/dist/components/client/IconButton.d.cts.map +1 -0
- package/dist/components/client/IconButton.d.ts +38 -0
- package/dist/components/client/IconButton.d.ts.map +1 -0
- package/dist/components/client/IconButton.js +127 -0
- package/dist/components/client/IconButton.js.map +1 -0
- package/dist/components/client/Input/Input.cjs +209 -0
- package/dist/components/client/Input/Input.d.cts +57 -0
- package/dist/components/client/Input/Input.d.cts.map +1 -0
- package/dist/components/client/Input/Input.d.ts +57 -0
- package/dist/components/client/Input/Input.d.ts.map +1 -0
- package/dist/components/client/Input/Input.js +208 -0
- package/dist/components/client/Input/Input.js.map +1 -0
- package/dist/components/client/Input/InputHelpText.cjs +55 -0
- package/dist/components/client/Input/InputHelpText.d.cts +42 -0
- package/dist/components/client/Input/InputHelpText.d.cts.map +1 -0
- package/dist/components/client/Input/InputHelpText.d.ts +42 -0
- package/dist/components/client/Input/InputHelpText.d.ts.map +1 -0
- package/dist/components/client/Input/InputHelpText.js +55 -0
- package/dist/components/client/Input/InputHelpText.js.map +1 -0
- package/dist/components/client/Input/InputHelpTextInternal.cjs +57 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +38 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.cts.map +1 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +38 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.ts.map +1 -0
- package/dist/components/client/Input/InputHelpTextInternal.js +57 -0
- package/dist/components/client/Input/InputHelpTextInternal.js.map +1 -0
- package/dist/components/client/Input/index.cjs +7 -0
- package/dist/components/client/Input/index.d.cts +3 -0
- package/dist/components/client/Input/index.d.ts +3 -0
- package/dist/components/client/Input/index.js +6 -0
- package/dist/components/client/Menu/Menu.Content.cjs +163 -0
- package/dist/components/client/Menu/Menu.Content.d.cts +215 -0
- package/dist/components/client/Menu/Menu.Content.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.Content.d.ts +215 -0
- package/dist/components/client/Menu/Menu.Content.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.Content.js +163 -0
- package/dist/components/client/Menu/Menu.Content.js.map +1 -0
- package/dist/components/client/Menu/Menu.Divider.cjs +74 -0
- package/dist/components/client/Menu/Menu.Divider.d.cts +54 -0
- package/dist/components/client/Menu/Menu.Divider.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.Divider.d.ts +54 -0
- package/dist/components/client/Menu/Menu.Divider.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.Divider.js +74 -0
- package/dist/components/client/Menu/Menu.Divider.js.map +1 -0
- package/dist/components/client/Menu/Menu.Item.cjs +80 -0
- package/dist/components/client/Menu/Menu.Item.d.cts +79 -0
- package/dist/components/client/Menu/Menu.Item.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.Item.d.ts +79 -0
- package/dist/components/client/Menu/Menu.Item.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.Item.js +80 -0
- package/dist/components/client/Menu/Menu.Item.js.map +1 -0
- package/dist/components/client/Menu/Menu.ItemBase.cjs +163 -0
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +32 -0
- package/dist/components/client/Menu/Menu.ItemBase.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +32 -0
- package/dist/components/client/Menu/Menu.ItemBase.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.ItemBase.js +162 -0
- package/dist/components/client/Menu/Menu.ItemBase.js.map +1 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +138 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +93 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +93 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +138 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.js.map +1 -0
- package/dist/components/client/Menu/Menu.Provider.cjs +63 -0
- package/dist/components/client/Menu/Menu.Provider.d.cts +138 -0
- package/dist/components/client/Menu/Menu.Provider.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.Provider.d.ts +138 -0
- package/dist/components/client/Menu/Menu.Provider.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.Provider.js +63 -0
- package/dist/components/client/Menu/Menu.Provider.js.map +1 -0
- package/dist/components/client/Menu/Menu.Trigger.cjs +75 -0
- package/dist/components/client/Menu/Menu.Trigger.d.cts +79 -0
- package/dist/components/client/Menu/Menu.Trigger.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.Trigger.d.ts +79 -0
- package/dist/components/client/Menu/Menu.Trigger.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.Trigger.js +75 -0
- package/dist/components/client/Menu/Menu.Trigger.js.map +1 -0
- package/dist/components/client/Menu/Menu.cjs +10 -0
- package/dist/components/client/Menu/Menu.d.cts +2 -0
- package/dist/components/client/Menu/Menu.d.ts +2 -0
- package/dist/components/client/Menu/Menu.index.cjs +56 -0
- package/dist/components/client/Menu/Menu.index.d.cts +16 -0
- package/dist/components/client/Menu/Menu.index.d.cts.map +1 -0
- package/dist/components/client/Menu/Menu.index.d.ts +16 -0
- package/dist/components/client/Menu/Menu.index.d.ts.map +1 -0
- package/dist/components/client/Menu/Menu.index.js +28 -0
- package/dist/components/client/Menu/Menu.index.js.map +1 -0
- package/dist/components/client/Menu/Menu.js +5 -0
- package/dist/components/client/Menu/index.cjs +10 -0
- package/dist/components/client/Menu/index.d.cts +9 -0
- package/dist/components/client/Menu/index.d.ts +9 -0
- package/dist/components/client/Menu/index.js +5 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.cjs +39 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.cts +32 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.cts.map +1 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.ts +32 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.d.ts.map +1 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.js +39 -0
- package/dist/components/client/Menu/utils/transformAriakitPlacement.js.map +1 -0
- package/dist/components/client/Pressable.cjs +112 -0
- package/dist/components/client/Pressable.d.cts +46 -0
- package/dist/components/client/Pressable.d.cts.map +1 -0
- package/dist/components/client/Pressable.d.ts +46 -0
- package/dist/components/client/Pressable.d.ts.map +1 -0
- package/dist/components/client/Pressable.js +112 -0
- package/dist/components/client/Pressable.js.map +1 -0
- package/dist/components/client/Radio/Radio.cjs +226 -0
- package/dist/components/client/Radio/Radio.d.cts +43 -0
- package/dist/components/client/Radio/Radio.d.cts.map +1 -0
- package/dist/components/client/Radio/Radio.d.ts +43 -0
- package/dist/components/client/Radio/Radio.d.ts.map +1 -0
- package/dist/components/client/Radio/Radio.js +223 -0
- package/dist/components/client/Radio/Radio.js.map +1 -0
- package/dist/components/client/Radio/RadioGroupProvider.cjs +98 -0
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +38 -0
- package/dist/components/client/Radio/RadioGroupProvider.d.cts.map +1 -0
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +38 -0
- package/dist/components/client/Radio/RadioGroupProvider.d.ts.map +1 -0
- package/dist/components/client/Radio/RadioGroupProvider.js +97 -0
- package/dist/components/client/Radio/RadioGroupProvider.js.map +1 -0
- package/dist/components/client/Radio/RadioGroupStore.cjs +41 -0
- package/dist/components/client/Radio/RadioGroupStore.d.cts +21 -0
- package/dist/components/client/Radio/RadioGroupStore.d.cts.map +1 -0
- package/dist/components/client/Radio/RadioGroupStore.d.ts +21 -0
- package/dist/components/client/Radio/RadioGroupStore.d.ts.map +1 -0
- package/dist/components/client/Radio/RadioGroupStore.js +40 -0
- package/dist/components/client/Radio/RadioGroupStore.js.map +1 -0
- package/dist/components/client/Radio/index.cjs +7 -0
- package/dist/components/client/Radio/index.d.cts +3 -0
- package/dist/components/client/Radio/index.d.ts +3 -0
- package/dist/components/client/Radio/index.js +6 -0
- package/dist/components/client/Radio/useRadioGroup.cjs +81 -0
- package/dist/components/client/Radio/useRadioGroup.d.cts +31 -0
- package/dist/components/client/Radio/useRadioGroup.d.cts.map +1 -0
- package/dist/components/client/Radio/useRadioGroup.d.ts +31 -0
- package/dist/components/client/Radio/useRadioGroup.d.ts.map +1 -0
- package/dist/components/client/Radio/useRadioGroup.js +80 -0
- package/dist/components/client/Radio/useRadioGroup.js.map +1 -0
- package/dist/components/client/SpringMotionConfig.cjs +99 -0
- package/dist/components/client/SpringMotionConfig.d.cts +58 -0
- package/dist/components/client/SpringMotionConfig.d.cts.map +1 -0
- package/dist/components/client/SpringMotionConfig.d.ts +58 -0
- package/dist/components/client/SpringMotionConfig.d.ts.map +1 -0
- package/dist/components/client/SpringMotionConfig.js +99 -0
- package/dist/components/client/SpringMotionConfig.js.map +1 -0
- package/dist/components/client/Switch.cjs +218 -0
- package/dist/components/client/Switch.d.cts +42 -0
- package/dist/components/client/Switch.d.cts.map +1 -0
- package/dist/components/client/Switch.d.ts +42 -0
- package/dist/components/client/Switch.d.ts.map +1 -0
- package/dist/components/client/Switch.js +217 -0
- package/dist/components/client/Switch.js.map +1 -0
- package/dist/components/client/index.cjs +50 -0
- package/dist/components/client/index.d.cts +33 -0
- package/dist/components/client/index.d.ts +33 -0
- package/dist/components/client/index.js +25 -0
- package/dist/components/client/motionFeatures/domAnimation.cjs +11 -0
- package/dist/components/client/motionFeatures/domAnimation.d.cts +2 -0
- package/dist/components/client/motionFeatures/domAnimation.d.ts +2 -0
- package/dist/components/client/motionFeatures/domAnimation.js +5 -0
- package/dist/components/client/motionFeatures/domMax.cjs +11 -0
- package/dist/components/client/motionFeatures/domMax.d.cts +2 -0
- package/dist/components/client/motionFeatures/domMax.d.ts +2 -0
- package/dist/components/client/motionFeatures/domMax.js +5 -0
- package/dist/components/experimental/Spinner.cjs +30 -0
- package/dist/components/experimental/Spinner.d.cts +21 -0
- package/dist/components/experimental/Spinner.d.cts.map +1 -0
- package/dist/components/experimental/Spinner.d.ts +21 -0
- package/dist/components/experimental/Spinner.d.ts.map +1 -0
- package/dist/components/experimental/Spinner.js +30 -0
- package/dist/components/experimental/Spinner.js.map +1 -0
- package/dist/components/experimental/Table.cjs +110 -0
- package/dist/components/experimental/Table.d.cts +85 -0
- package/dist/components/experimental/Table.d.cts.map +1 -0
- package/dist/components/experimental/Table.d.ts +85 -0
- package/dist/components/experimental/Table.d.ts.map +1 -0
- package/dist/components/experimental/Table.js +109 -0
- package/dist/components/experimental/Table.js.map +1 -0
- package/dist/components/experimental/Table.mocks.cjs +58 -0
- package/dist/components/experimental/Table.mocks.d.cts +20 -0
- package/dist/components/experimental/Table.mocks.d.cts.map +1 -0
- package/dist/components/experimental/Table.mocks.d.ts +20 -0
- package/dist/components/experimental/Table.mocks.d.ts.map +1 -0
- package/dist/components/experimental/Table.mocks.js +56 -0
- package/dist/components/experimental/Table.mocks.js.map +1 -0
- package/dist/components/experimental/client/Accordion.cjs +79 -0
- package/dist/components/experimental/client/Accordion.d.cts +31 -0
- package/dist/components/experimental/client/Accordion.d.cts.map +1 -0
- package/dist/components/experimental/client/Accordion.d.ts +31 -0
- package/dist/components/experimental/client/Accordion.d.ts.map +1 -0
- package/dist/components/experimental/client/Accordion.js +79 -0
- package/dist/components/experimental/client/Accordion.js.map +1 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.cjs +15 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +8 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts.map +1 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +8 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts.map +1 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.js +14 -0
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.js.map +1 -0
- package/dist/components/experimental/client/Modal.cjs +61 -0
- package/dist/components/experimental/client/Modal.d.cts +27 -0
- package/dist/components/experimental/client/Modal.d.cts.map +1 -0
- package/dist/components/experimental/client/Modal.d.ts +27 -0
- package/dist/components/experimental/client/Modal.d.ts.map +1 -0
- package/dist/components/experimental/client/Modal.js +58 -0
- package/dist/components/experimental/client/Modal.js.map +1 -0
- package/dist/components/experimental/client/Popover.cjs +44 -0
- package/dist/components/experimental/client/Popover.d.cts +29 -0
- package/dist/components/experimental/client/Popover.d.cts.map +1 -0
- package/dist/components/experimental/client/Popover.d.ts +29 -0
- package/dist/components/experimental/client/Popover.d.ts.map +1 -0
- package/dist/components/experimental/client/Popover.js +34 -0
- package/dist/components/experimental/client/Popover.js.map +1 -0
- package/dist/components/experimental/client/SwitchV2.cjs +183 -0
- package/dist/components/experimental/client/SwitchV2.d.cts +43 -0
- package/dist/components/experimental/client/SwitchV2.d.cts.map +1 -0
- package/dist/components/experimental/client/SwitchV2.d.ts +43 -0
- package/dist/components/experimental/client/SwitchV2.d.ts.map +1 -0
- package/dist/components/experimental/client/SwitchV2.js +180 -0
- package/dist/components/experimental/client/SwitchV2.js.map +1 -0
- package/dist/components/experimental/client/Tabs.cjs +75 -0
- package/dist/components/experimental/client/Tabs.d.cts +31 -0
- package/dist/components/experimental/client/Tabs.d.cts.map +1 -0
- package/dist/components/experimental/client/Tabs.d.ts +31 -0
- package/dist/components/experimental/client/Tabs.d.ts.map +1 -0
- package/dist/components/experimental/client/Tabs.js +72 -0
- package/dist/components/experimental/client/Tabs.js.map +1 -0
- package/dist/components/experimental/client/Toast.cjs +167 -0
- package/dist/components/experimental/client/Toast.d.cts +31 -0
- package/dist/components/experimental/client/Toast.d.cts.map +1 -0
- package/dist/components/experimental/client/Toast.d.ts +31 -0
- package/dist/components/experimental/client/Toast.d.ts.map +1 -0
- package/dist/components/experimental/client/Toast.js +164 -0
- package/dist/components/experimental/client/Toast.js.map +1 -0
- package/dist/components/experimental/client/index.cjs +38 -0
- package/dist/components/experimental/client/index.d.cts +8 -0
- package/dist/components/experimental/client/index.d.ts +8 -0
- package/dist/components/experimental/client/index.js +11 -0
- package/dist/components/experimental/index.cjs +39 -0
- package/dist/components/experimental/index.d.cts +11 -0
- package/dist/components/experimental/index.d.ts +11 -0
- package/dist/components/experimental/index.js +12 -0
- package/dist/components/index.cjs +67 -0
- package/dist/components/index.d.cts +40 -0
- package/dist/components/index.d.ts +40 -0
- package/dist/components/index.js +33 -0
- package/dist/defaultTokensConfig.cjs +23 -1
- package/dist/defaultTokensConfig.d.cts +8890 -8892
- package/dist/defaultTokensConfig.d.cts.map +1 -0
- package/dist/defaultTokensConfig.d.ts +8890 -8892
- package/dist/defaultTokensConfig.d.ts.map +1 -0
- package/dist/defaultTokensConfig.js +22 -1
- package/dist/defaultTokensConfig.js.map +1 -0
- package/dist/fixtures/macros/typesToConstants.cjs +29 -0
- package/dist/fixtures/macros/typesToConstants.d.cts +5 -0
- package/dist/fixtures/macros/typesToConstants.d.cts.map +1 -0
- package/dist/fixtures/macros/typesToConstants.d.ts +5 -0
- package/dist/fixtures/macros/typesToConstants.d.ts.map +1 -0
- package/dist/fixtures/macros/typesToConstants.js +28 -0
- package/dist/fixtures/macros/typesToConstants.js.map +1 -0
- package/dist/fixtures/utils/getScaleModeRamp.cjs +43 -0
- package/dist/fixtures/utils/getScaleModeRamp.d.cts +9 -0
- package/dist/fixtures/utils/getScaleModeRamp.d.cts.map +1 -0
- package/dist/fixtures/utils/getScaleModeRamp.d.ts +9 -0
- package/dist/fixtures/utils/getScaleModeRamp.d.ts.map +1 -0
- package/dist/fixtures/utils/getScaleModeRamp.js +43 -0
- package/dist/fixtures/utils/getScaleModeRamp.js.map +1 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.cjs +69 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.d.cts +9 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.d.cts.map +1 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.d.ts +9 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.d.ts.map +1 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.js +68 -0
- package/dist/fixtures/utils/getTailwindAsUdsColors.js.map +1 -0
- package/dist/fixtures.cjs +1 -816
- package/dist/fixtures.js +1 -816
- package/dist/flags.cjs +26 -1
- package/dist/flags.d.cts +15 -13
- package/dist/flags.d.cts.map +1 -0
- package/dist/flags.d.ts +15 -13
- package/dist/flags.d.ts.map +1 -0
- package/dist/flags.js +24 -1
- package/dist/flags.js.map +1 -0
- package/dist/generated/autoVariants.cjs +448 -0
- package/dist/generated/autoVariants.d.cts +110 -0
- package/dist/generated/autoVariants.d.cts.map +1 -0
- package/dist/generated/autoVariants.d.ts +110 -0
- package/dist/generated/autoVariants.d.ts.map +1 -0
- package/dist/generated/autoVariants.js +448 -0
- package/dist/generated/autoVariants.js.map +1 -0
- package/dist/generated/generatedConfigs.cjs +25475 -0
- package/dist/generated/generatedConfigs.js +25466 -0
- package/dist/generated/generatedConfigs.js.map +1 -0
- package/dist/generated/tailwindPurge.cjs +2979 -0
- package/dist/generated/tailwindPurge.d.cts +19 -0
- package/dist/generated/tailwindPurge.d.cts.map +1 -0
- package/dist/generated/tailwindPurge.d.ts +19 -0
- package/dist/generated/tailwindPurge.d.ts.map +1 -0
- package/dist/generated/tailwindPurge.js +2976 -0
- package/dist/generated/tailwindPurge.js.map +1 -0
- package/dist/generated/universalTokensConfigAuto.cjs +7922 -0
- package/dist/generated/universalTokensConfigAuto.d.cts +8906 -0
- package/dist/generated/universalTokensConfigAuto.d.cts.map +1 -0
- package/dist/generated/universalTokensConfigAuto.d.ts +8906 -0
- package/dist/generated/universalTokensConfigAuto.d.ts.map +1 -0
- package/dist/generated/universalTokensConfigAuto.js +7922 -0
- package/dist/generated/universalTokensConfigAuto.js.map +1 -0
- package/dist/hooks/useForkRef.cjs +27 -0
- package/dist/hooks/useForkRef.d.cts +7 -0
- package/dist/hooks/useForkRef.d.cts.map +1 -0
- package/dist/hooks/useForkRef.d.ts +7 -0
- package/dist/hooks/useForkRef.d.ts.map +1 -0
- package/dist/hooks/useForkRef.js +27 -0
- package/dist/hooks/useForkRef.js.map +1 -0
- package/dist/hooks/useNestedBorderRadius.cjs +80 -0
- package/dist/hooks/useNestedBorderRadius.d.cts +38 -0
- package/dist/hooks/useNestedBorderRadius.d.cts.map +1 -0
- package/dist/hooks/useNestedBorderRadius.d.ts +38 -0
- package/dist/hooks/useNestedBorderRadius.d.ts.map +1 -0
- package/dist/hooks/useNestedBorderRadius.js +80 -0
- package/dist/hooks/useNestedBorderRadius.js.map +1 -0
- package/dist/hooks/useRtl.cjs +48 -0
- package/dist/hooks/useRtl.d.cts +21 -0
- package/dist/hooks/useRtl.d.cts.map +1 -0
- package/dist/hooks/useRtl.d.ts +21 -0
- package/dist/hooks/useRtl.d.ts.map +1 -0
- package/dist/hooks/useRtl.js +46 -0
- package/dist/hooks/useRtl.js.map +1 -0
- package/dist/index.cjs +177 -1
- package/dist/index.d.cts +80 -376
- package/dist/index.d.ts +80 -376
- package/dist/index.js +59 -1
- package/dist/providers/ColorModeProvider.cjs +23 -0
- package/dist/providers/ColorModeProvider.d.cts +21 -0
- package/dist/providers/ColorModeProvider.d.cts.map +1 -0
- package/dist/providers/ColorModeProvider.d.ts +21 -0
- package/dist/providers/ColorModeProvider.d.ts.map +1 -0
- package/dist/providers/ColorModeProvider.js +21 -0
- package/dist/providers/ColorModeProvider.js.map +1 -0
- package/dist/providers/ScaleModeProvider.cjs +26 -0
- package/dist/providers/ScaleModeProvider.d.cts +21 -0
- package/dist/providers/ScaleModeProvider.d.cts.map +1 -0
- package/dist/providers/ScaleModeProvider.d.ts +21 -0
- package/dist/providers/ScaleModeProvider.d.ts.map +1 -0
- package/dist/providers/ScaleModeProvider.js +24 -0
- package/dist/providers/ScaleModeProvider.js.map +1 -0
- package/dist/providers/ThemeProvider.cjs +21 -0
- package/dist/providers/ThemeProvider.d.cts +20 -0
- package/dist/providers/ThemeProvider.d.cts.map +1 -0
- package/dist/providers/ThemeProvider.d.ts +20 -0
- package/dist/providers/ThemeProvider.d.ts.map +1 -0
- package/dist/providers/ThemeProvider.js +21 -0
- package/dist/providers/ThemeProvider.js.map +1 -0
- package/dist/scripts/utils/tsMorph.cjs +140 -0
- package/dist/scripts/utils/tsMorph.d.cts +33 -0
- package/dist/scripts/utils/tsMorph.d.cts.map +1 -0
- package/dist/scripts/utils/tsMorph.d.ts +33 -0
- package/dist/scripts/utils/tsMorph.d.ts.map +1 -0
- package/dist/scripts/utils/tsMorph.js +130 -0
- package/dist/scripts/utils/tsMorph.js.map +1 -0
- package/dist/styles/styler.cjs +117 -0
- package/dist/styles/styler.d.cts +194 -0
- package/dist/styles/styler.d.cts.map +1 -0
- package/dist/styles/styler.d.ts +194 -0
- package/dist/styles/styler.d.ts.map +1 -0
- package/dist/styles/styler.js +113 -0
- package/dist/styles/styler.js.map +1 -0
- package/dist/styles/stylerTypes.cjs +1 -0
- package/dist/styles/stylerTypes.d.cts +43 -0
- package/dist/styles/stylerTypes.d.cts.map +1 -0
- package/dist/styles/stylerTypes.d.ts +43 -0
- package/dist/styles/stylerTypes.d.ts.map +1 -0
- package/dist/styles/stylerTypes.js +1 -0
- package/dist/styles/variants.cjs +1343 -0
- package/dist/styles/variants.d.cts +1834 -0
- package/dist/styles/variants.d.cts.map +1 -0
- package/dist/styles/variants.d.ts +1834 -0
- package/dist/styles/variants.d.ts.map +1 -0
- package/dist/styles/variants.js +1344 -0
- package/dist/styles/variants.js.map +1 -0
- package/dist/tailwind/base/addColorModeVars.cjs +17 -0
- package/dist/tailwind/base/addColorModeVars.d.cts +11 -0
- package/dist/tailwind/base/addColorModeVars.d.cts.map +1 -0
- package/dist/tailwind/base/addColorModeVars.d.ts +11 -0
- package/dist/tailwind/base/addColorModeVars.d.ts.map +1 -0
- package/dist/tailwind/base/addColorModeVars.js +18 -0
- package/dist/tailwind/base/addColorModeVars.js.map +1 -0
- package/dist/tailwind/base/addColorModeVarsV2.cjs +40 -0
- package/dist/tailwind/base/addColorModeVarsV2.d.cts +11 -0
- package/dist/tailwind/base/addColorModeVarsV2.d.cts.map +1 -0
- package/dist/tailwind/base/addColorModeVarsV2.d.ts +11 -0
- package/dist/tailwind/base/addColorModeVarsV2.d.ts.map +1 -0
- package/dist/tailwind/base/addColorModeVarsV2.js +41 -0
- package/dist/tailwind/base/addColorModeVarsV2.js.map +1 -0
- package/dist/tailwind/base/addFontFaceDeclarations.cjs +11 -0
- package/dist/tailwind/base/addFontFaceDeclarations.d.cts +11 -0
- package/dist/tailwind/base/addFontFaceDeclarations.d.cts.map +1 -0
- package/dist/tailwind/base/addFontFaceDeclarations.d.ts +11 -0
- package/dist/tailwind/base/addFontFaceDeclarations.d.ts.map +1 -0
- package/dist/tailwind/base/addFontFaceDeclarations.js +12 -0
- package/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -0
- package/dist/tailwind/base/addFontVars.cjs +10 -0
- package/dist/tailwind/base/addFontVars.d.cts +11 -0
- package/dist/tailwind/base/addFontVars.d.cts.map +1 -0
- package/dist/tailwind/base/addFontVars.d.ts +11 -0
- package/dist/tailwind/base/addFontVars.d.ts.map +1 -0
- package/dist/tailwind/base/addFontVars.js +11 -0
- package/dist/tailwind/base/addFontVars.js.map +1 -0
- package/dist/tailwind/base/addMotionVars.cjs +10 -0
- package/dist/tailwind/base/addMotionVars.d.cts +11 -0
- package/dist/tailwind/base/addMotionVars.d.cts.map +1 -0
- package/dist/tailwind/base/addMotionVars.d.ts +11 -0
- package/dist/tailwind/base/addMotionVars.d.ts.map +1 -0
- package/dist/tailwind/base/addMotionVars.js +11 -0
- package/dist/tailwind/base/addMotionVars.js.map +1 -0
- package/dist/tailwind/base/addScaleModeVars.cjs +22 -0
- package/dist/tailwind/base/addScaleModeVars.d.cts +11 -0
- package/dist/tailwind/base/addScaleModeVars.d.cts.map +1 -0
- package/dist/tailwind/base/addScaleModeVars.d.ts +11 -0
- package/dist/tailwind/base/addScaleModeVars.d.ts.map +1 -0
- package/dist/tailwind/base/addScaleModeVars.js +23 -0
- package/dist/tailwind/base/addScaleModeVars.js.map +1 -0
- package/dist/tailwind/base/types.cjs +1 -0
- package/dist/tailwind/base/types.d.cts +12 -0
- package/dist/tailwind/base/types.d.cts.map +1 -0
- package/dist/tailwind/base/types.d.ts +12 -0
- package/dist/tailwind/base/types.d.ts.map +1 -0
- package/dist/tailwind/base/types.js +1 -0
- package/dist/tailwind/components/getButtonStyles.cjs +166 -0
- package/dist/tailwind/components/getButtonStyles.d.cts +10 -0
- package/dist/tailwind/components/getButtonStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getButtonStyles.d.ts +10 -0
- package/dist/tailwind/components/getButtonStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getButtonStyles.js +165 -0
- package/dist/tailwind/components/getButtonStyles.js.map +1 -0
- package/dist/tailwind/components/getFocusRingStyles.cjs +29 -0
- package/dist/tailwind/components/getFocusRingStyles.d.cts +15 -0
- package/dist/tailwind/components/getFocusRingStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getFocusRingStyles.d.ts +15 -0
- package/dist/tailwind/components/getFocusRingStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getFocusRingStyles.js +30 -0
- package/dist/tailwind/components/getFocusRingStyles.js.map +1 -0
- package/dist/tailwind/components/getGroupedTextStyles.cjs +18 -0
- package/dist/tailwind/components/getGroupedTextStyles.d.cts +14 -0
- package/dist/tailwind/components/getGroupedTextStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getGroupedTextStyles.d.ts +14 -0
- package/dist/tailwind/components/getGroupedTextStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getGroupedTextStyles.js +18 -0
- package/dist/tailwind/components/getGroupedTextStyles.js.map +1 -0
- package/dist/tailwind/components/getHitTargetStyles.cjs +22 -0
- package/dist/tailwind/components/getHitTargetStyles.d.cts +8 -0
- package/dist/tailwind/components/getHitTargetStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getHitTargetStyles.d.ts +8 -0
- package/dist/tailwind/components/getHitTargetStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getHitTargetStyles.js +21 -0
- package/dist/tailwind/components/getHitTargetStyles.js.map +1 -0
- package/dist/tailwind/components/getIconButtonStyles.cjs +39 -0
- package/dist/tailwind/components/getIconButtonStyles.d.cts +11 -0
- package/dist/tailwind/components/getIconButtonStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getIconButtonStyles.d.ts +11 -0
- package/dist/tailwind/components/getIconButtonStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getIconButtonStyles.js +39 -0
- package/dist/tailwind/components/getIconButtonStyles.js.map +1 -0
- package/dist/tailwind/components/getIconStyles.cjs +15 -0
- package/dist/tailwind/components/getIconStyles.d.cts +11 -0
- package/dist/tailwind/components/getIconStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getIconStyles.d.ts +11 -0
- package/dist/tailwind/components/getIconStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getIconStyles.js +15 -0
- package/dist/tailwind/components/getIconStyles.js.map +1 -0
- package/dist/tailwind/components/getInputStyles.cjs +16 -0
- package/dist/tailwind/components/getInputStyles.d.cts +11 -0
- package/dist/tailwind/components/getInputStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getInputStyles.d.ts +11 -0
- package/dist/tailwind/components/getInputStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getInputStyles.js +16 -0
- package/dist/tailwind/components/getInputStyles.js.map +1 -0
- package/dist/tailwind/components/getResponsiveTextStyles.cjs +71 -0
- package/dist/tailwind/components/getResponsiveTextStyles.d.cts +35 -0
- package/dist/tailwind/components/getResponsiveTextStyles.d.cts.map +1 -0
- package/dist/tailwind/components/getResponsiveTextStyles.d.ts +35 -0
- package/dist/tailwind/components/getResponsiveTextStyles.d.ts.map +1 -0
- package/dist/tailwind/components/getResponsiveTextStyles.js +66 -0
- package/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -0
- package/dist/tailwind/components/types.cjs +1 -0
- package/dist/tailwind/components/types.d.cts +10 -0
- package/dist/tailwind/components/types.d.cts.map +1 -0
- package/dist/tailwind/components/types.d.ts +10 -0
- package/dist/tailwind/components/types.d.ts.map +1 -0
- package/dist/tailwind/components/types.js +1 -0
- package/dist/tailwind/components/utils.cjs +45 -0
- package/dist/tailwind/components/utils.d.cts +19 -0
- package/dist/tailwind/components/utils.d.cts.map +1 -0
- package/dist/tailwind/components/utils.d.ts +19 -0
- package/dist/tailwind/components/utils.d.ts.map +1 -0
- package/dist/tailwind/components/utils.js +41 -0
- package/dist/tailwind/components/utils.js.map +1 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs +68 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +20 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts.map +1 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +20 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts.map +1 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.js +68 -0
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.js.map +1 -0
- package/dist/tailwind/postcss.config.cjs +9 -0
- package/dist/tailwind/postcss.config.d.cts +1 -0
- package/dist/tailwind/postcss.config.d.ts +1 -0
- package/dist/tailwind/postcss.config.js +15 -0
- package/dist/tailwind/postcss.config.js.map +1 -0
- package/dist/tailwind/purger/index.cjs +7 -0
- package/dist/tailwind/purger/index.d.cts +2 -0
- package/dist/tailwind/purger/index.d.ts +2 -0
- package/dist/tailwind/purger/index.js +4 -0
- package/dist/tailwind/tailwind.config.cjs +31 -0
- package/dist/tailwind/tailwind.config.d.cts +19 -0
- package/dist/tailwind/tailwind.config.d.cts.map +1 -0
- package/dist/tailwind/tailwind.config.d.ts +20 -0
- package/dist/tailwind/tailwind.config.d.ts.map +1 -0
- package/dist/tailwind/tailwind.config.js +32 -0
- package/dist/tailwind/tailwind.config.js.map +1 -0
- package/dist/tailwind/tailwind.d.cjs +1 -0
- package/dist/tailwind/tailwind.d.cts +7 -0
- package/dist/tailwind/tailwind.d.cts.map +1 -0
- package/dist/tailwind/tailwind.d.ts +7 -0
- package/dist/tailwind/tailwind.d.ts.map +1 -0
- package/dist/tailwind/tailwindPlugin.cjs +303 -0
- package/dist/tailwind/tailwindPlugin.d.cts +62 -0
- package/dist/tailwind/tailwindPlugin.d.cts.map +1 -0
- package/dist/tailwind/tailwindPlugin.d.ts +62 -0
- package/dist/tailwind/tailwindPlugin.d.ts.map +1 -0
- package/dist/tailwind/tailwindPlugin.js +296 -0
- package/dist/tailwind/tailwindPlugin.js.map +1 -0
- package/dist/tailwind/theme/getFontFamilyTheme.cjs +24 -0
- package/dist/tailwind/theme/getFontFamilyTheme.d.cts +7 -0
- package/dist/tailwind/theme/getFontFamilyTheme.d.cts.map +1 -0
- package/dist/tailwind/theme/getFontFamilyTheme.d.ts +7 -0
- package/dist/tailwind/theme/getFontFamilyTheme.d.ts.map +1 -0
- package/dist/tailwind/theme/getFontFamilyTheme.js +24 -0
- package/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -0
- package/dist/tailwind/tsMorph.cjs +11 -1
- package/dist/tailwind/tsMorph.d.cts +2 -31
- package/dist/tailwind/tsMorph.d.ts +2 -31
- package/dist/tailwind/tsMorph.js +4 -2
- package/dist/tailwind/utils/addFontsPlugin.cjs +15 -0
- package/dist/tailwind/utils/addFontsPlugin.d.cts +18 -0
- package/dist/tailwind/utils/addFontsPlugin.d.cts.map +1 -0
- package/dist/tailwind/utils/addFontsPlugin.d.ts +18 -0
- package/dist/tailwind/utils/addFontsPlugin.d.ts.map +1 -0
- package/dist/tailwind/utils/addFontsPlugin.js +14 -0
- package/dist/tailwind/utils/addFontsPlugin.js.map +1 -0
- package/dist/tailwind/utils/getColorModeStyles.cjs +22 -0
- package/dist/tailwind/utils/getColorModeStyles.d.cts +18 -0
- package/dist/tailwind/utils/getColorModeStyles.d.cts.map +1 -0
- package/dist/tailwind/utils/getColorModeStyles.d.ts +18 -0
- package/dist/tailwind/utils/getColorModeStyles.d.ts.map +1 -0
- package/dist/tailwind/utils/getColorModeStyles.js +22 -0
- package/dist/tailwind/utils/getColorModeStyles.js.map +1 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.cjs +20 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.d.cts +12 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.d.cts.map +1 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.d.ts +12 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.d.ts.map +1 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.js +21 -0
- package/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -0
- package/dist/tailwind/utils/getFontStyles.cjs +41 -0
- package/dist/tailwind/utils/getFontStyles.d.cts +25 -0
- package/dist/tailwind/utils/getFontStyles.d.cts.map +1 -0
- package/dist/tailwind/utils/getFontStyles.d.ts +25 -0
- package/dist/tailwind/utils/getFontStyles.d.ts.map +1 -0
- package/dist/tailwind/utils/getFontStyles.js +42 -0
- package/dist/tailwind/utils/getFontStyles.js.map +1 -0
- package/dist/tailwind/utils/getMotionStyles.cjs +38 -0
- package/dist/tailwind/utils/getMotionStyles.d.cts +25 -0
- package/dist/tailwind/utils/getMotionStyles.d.cts.map +1 -0
- package/dist/tailwind/utils/getMotionStyles.d.ts +25 -0
- package/dist/tailwind/utils/getMotionStyles.d.ts.map +1 -0
- package/dist/tailwind/utils/getMotionStyles.js +38 -0
- package/dist/tailwind/utils/getMotionStyles.js.map +1 -0
- package/dist/tailwind/utils/getScaleModeStyles.cjs +25 -0
- package/dist/tailwind/utils/getScaleModeStyles.d.cts +29 -0
- package/dist/tailwind/utils/getScaleModeStyles.d.cts.map +1 -0
- package/dist/tailwind/utils/getScaleModeStyles.d.ts +29 -0
- package/dist/tailwind/utils/getScaleModeStyles.d.ts.map +1 -0
- package/dist/tailwind/utils/getScaleModeStyles.js +25 -0
- package/dist/tailwind/utils/getScaleModeStyles.js.map +1 -0
- package/dist/tailwind/utils/getShadowPresetValues.cjs +81 -0
- package/dist/tailwind/utils/getShadowPresetValues.d.cts +57 -0
- package/dist/tailwind/utils/getShadowPresetValues.d.cts.map +1 -0
- package/dist/tailwind/utils/getShadowPresetValues.d.ts +57 -0
- package/dist/tailwind/utils/getShadowPresetValues.d.ts.map +1 -0
- package/dist/tailwind/utils/getShadowPresetValues.js +80 -0
- package/dist/tailwind/utils/getShadowPresetValues.js.map +1 -0
- package/dist/tailwind/utils/getShadowStyles.cjs +18 -0
- package/dist/tailwind/utils/getShadowStyles.d.cts +17 -0
- package/dist/tailwind/utils/getShadowStyles.d.cts.map +1 -0
- package/dist/tailwind/utils/getShadowStyles.d.ts +17 -0
- package/dist/tailwind/utils/getShadowStyles.d.ts.map +1 -0
- package/dist/tailwind/utils/getShadowStyles.js +19 -0
- package/dist/tailwind/utils/getShadowStyles.js.map +1 -0
- package/dist/tailwind/utils/getShadowVars.cjs +26 -0
- package/dist/tailwind/utils/getShadowVars.d.cts +8 -0
- package/dist/tailwind/utils/getShadowVars.d.cts.map +1 -0
- package/dist/tailwind/utils/getShadowVars.d.ts +8 -0
- package/dist/tailwind/utils/getShadowVars.d.ts.map +1 -0
- package/dist/tailwind/utils/getShadowVars.js +27 -0
- package/dist/tailwind/utils/getShadowVars.js.map +1 -0
- package/dist/tailwind/utils/index.cjs +22 -0
- package/dist/tailwind/utils/index.d.cts +10 -0
- package/dist/tailwind/utils/index.d.ts +10 -0
- package/dist/tailwind/utils/index.js +12 -0
- package/dist/tokens/automation/configs/avatar.cjs +310 -0
- package/dist/tokens/automation/configs/avatar.d.cts +19 -0
- package/dist/tokens/automation/configs/avatar.d.cts.map +1 -0
- package/dist/tokens/automation/configs/avatar.d.ts +19 -0
- package/dist/tokens/automation/configs/avatar.d.ts.map +1 -0
- package/dist/tokens/automation/configs/avatar.js +310 -0
- package/dist/tokens/automation/configs/avatar.js.map +1 -0
- package/dist/tokens/automation/configs/badge.cjs +324 -0
- package/dist/tokens/automation/configs/badge.d.cts +15 -0
- package/dist/tokens/automation/configs/badge.d.cts.map +1 -0
- package/dist/tokens/automation/configs/badge.d.ts +15 -0
- package/dist/tokens/automation/configs/badge.d.ts.map +1 -0
- package/dist/tokens/automation/configs/badge.js +324 -0
- package/dist/tokens/automation/configs/badge.js.map +1 -0
- package/dist/tokens/automation/configs/checkbox.cjs +256 -0
- package/dist/tokens/automation/configs/checkbox.d.cts +15 -0
- package/dist/tokens/automation/configs/checkbox.d.cts.map +1 -0
- package/dist/tokens/automation/configs/checkbox.d.ts +15 -0
- package/dist/tokens/automation/configs/checkbox.d.ts.map +1 -0
- package/dist/tokens/automation/configs/checkbox.js +256 -0
- package/dist/tokens/automation/configs/checkbox.js.map +1 -0
- package/dist/tokens/automation/configs/chip.cjs +552 -0
- package/dist/tokens/automation/configs/chip.d.cts +19 -0
- package/dist/tokens/automation/configs/chip.d.cts.map +1 -0
- package/dist/tokens/automation/configs/chip.d.ts +19 -0
- package/dist/tokens/automation/configs/chip.d.ts.map +1 -0
- package/dist/tokens/automation/configs/chip.js +552 -0
- package/dist/tokens/automation/configs/chip.js.map +1 -0
- package/dist/tokens/automation/configs/divider.cjs +119 -0
- package/dist/tokens/automation/configs/divider.d.cts +14 -0
- package/dist/tokens/automation/configs/divider.d.cts.map +1 -0
- package/dist/tokens/automation/configs/divider.d.ts +14 -0
- package/dist/tokens/automation/configs/divider.d.ts.map +1 -0
- package/dist/tokens/automation/configs/divider.js +119 -0
- package/dist/tokens/automation/configs/divider.js.map +1 -0
- package/dist/tokens/automation/configs/index.cjs +22 -0
- package/dist/tokens/automation/configs/index.d.cts +11 -0
- package/dist/tokens/automation/configs/index.d.ts +11 -0
- package/dist/tokens/automation/configs/index.js +13 -0
- package/dist/tokens/automation/configs/input.cjs +473 -0
- package/dist/tokens/automation/configs/input.d.cts +15 -0
- package/dist/tokens/automation/configs/input.d.cts.map +1 -0
- package/dist/tokens/automation/configs/input.d.ts +15 -0
- package/dist/tokens/automation/configs/input.d.ts.map +1 -0
- package/dist/tokens/automation/configs/input.js +473 -0
- package/dist/tokens/automation/configs/input.js.map +1 -0
- package/dist/tokens/automation/configs/link.cjs +194 -0
- package/dist/tokens/automation/configs/link.d.cts +15 -0
- package/dist/tokens/automation/configs/link.d.cts.map +1 -0
- package/dist/tokens/automation/configs/link.d.ts +15 -0
- package/dist/tokens/automation/configs/link.d.ts.map +1 -0
- package/dist/tokens/automation/configs/link.js +194 -0
- package/dist/tokens/automation/configs/link.js.map +1 -0
- package/dist/tokens/automation/configs/menu.cjs +309 -0
- package/dist/tokens/automation/configs/menu.d.cts +19 -0
- package/dist/tokens/automation/configs/menu.d.cts.map +1 -0
- package/dist/tokens/automation/configs/menu.d.ts +19 -0
- package/dist/tokens/automation/configs/menu.d.ts.map +1 -0
- package/dist/tokens/automation/configs/menu.js +309 -0
- package/dist/tokens/automation/configs/menu.js.map +1 -0
- package/dist/tokens/automation/configs/radio.cjs +228 -0
- package/dist/tokens/automation/configs/radio.d.cts +15 -0
- package/dist/tokens/automation/configs/radio.d.cts.map +1 -0
- package/dist/tokens/automation/configs/radio.d.ts +15 -0
- package/dist/tokens/automation/configs/radio.d.ts.map +1 -0
- package/dist/tokens/automation/configs/radio.js +228 -0
- package/dist/tokens/automation/configs/radio.js.map +1 -0
- package/dist/tokens/automation/configs/switch.cjs +296 -0
- package/dist/tokens/automation/configs/switch.d.cts +15 -0
- package/dist/tokens/automation/configs/switch.d.cts.map +1 -0
- package/dist/tokens/automation/configs/switch.d.ts +15 -0
- package/dist/tokens/automation/configs/switch.d.ts.map +1 -0
- package/dist/tokens/automation/configs/switch.js +296 -0
- package/dist/tokens/automation/configs/switch.js.map +1 -0
- package/dist/tokens/automation/index.cjs +45 -0
- package/dist/tokens/automation/index.d.cts +27 -0
- package/dist/tokens/automation/index.d.ts +27 -0
- package/dist/tokens/automation/index.js +16 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.cjs +8 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.d.cts +5 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.d.cts.map +1 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.d.ts +5 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.d.ts.map +1 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.js +9 -0
- package/dist/tokens/automation/mapTextVariantFixtureToValue.js.map +1 -0
- package/dist/tokens/automation/properties.cjs +287 -1
- package/dist/tokens/automation/properties.d.cts +88 -7
- package/dist/tokens/automation/properties.d.cts.map +1 -0
- package/dist/tokens/automation/properties.d.ts +88 -7
- package/dist/tokens/automation/properties.d.ts.map +1 -0
- package/dist/tokens/automation/properties.js +288 -1
- package/dist/tokens/automation/properties.js.map +1 -0
- package/dist/tokens/automation/types/ComponentConfig.cjs +1 -0
- package/dist/tokens/automation/types/ComponentConfig.d.cts +55 -0
- package/dist/tokens/automation/types/ComponentConfig.d.cts.map +1 -0
- package/dist/tokens/automation/types/ComponentConfig.d.ts +55 -0
- package/dist/tokens/automation/types/ComponentConfig.d.ts.map +1 -0
- package/dist/tokens/automation/types/ComponentConfig.js +1 -0
- package/dist/tokens/automation/types/ComponentDB.cjs +1 -0
- package/dist/tokens/automation/types/ComponentDB.d.cts +1 -0
- package/dist/tokens/automation/types/ComponentDB.d.ts +1 -0
- package/dist/tokens/automation/types/ComponentDB.js +1 -0
- package/dist/tokens/automation/types/ComponentStyles.cjs +1 -0
- package/dist/tokens/automation/types/ComponentStyles.d.cts +36 -0
- package/dist/tokens/automation/types/ComponentStyles.d.cts.map +1 -0
- package/dist/tokens/automation/types/ComponentStyles.d.ts +36 -0
- package/dist/tokens/automation/types/ComponentStyles.d.ts.map +1 -0
- package/dist/tokens/automation/types/ComponentStyles.js +1 -0
- package/dist/tokens/automation/types/index.cjs +1 -0
- package/dist/tokens/automation/types/index.d.cts +3 -0
- package/dist/tokens/automation/types/index.d.ts +3 -0
- package/dist/tokens/automation/types/index.js +1 -0
- package/dist/tokens/automation/utils/cartesianProduct.cjs +7 -0
- package/dist/tokens/automation/utils/cartesianProduct.d.cts +8 -0
- package/dist/tokens/automation/utils/cartesianProduct.d.cts.map +1 -0
- package/dist/tokens/automation/utils/cartesianProduct.d.ts +8 -0
- package/dist/tokens/automation/utils/cartesianProduct.d.ts.map +1 -0
- package/dist/tokens/automation/utils/cartesianProduct.js +7 -0
- package/dist/tokens/automation/utils/cartesianProduct.js.map +1 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.cjs +21 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.d.cts +17 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.d.cts.map +1 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.d.ts +17 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.d.ts.map +1 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.js +22 -0
- package/dist/tokens/automation/utils/coalesceConfigVariant.js.map +1 -0
- package/dist/tokens/automation/utils/defaults.cjs +15 -0
- package/dist/tokens/automation/utils/defaults.d.cts +9 -0
- package/dist/tokens/automation/utils/defaults.d.cts.map +1 -0
- package/dist/tokens/automation/utils/defaults.d.ts +9 -0
- package/dist/tokens/automation/utils/defaults.d.ts.map +1 -0
- package/dist/tokens/automation/utils/defaults.js +14 -0
- package/dist/tokens/automation/utils/defaults.js.map +1 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.cjs +26 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.d.cts +11 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.d.cts.map +1 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.d.ts +11 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.d.ts.map +1 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.js +26 -0
- package/dist/tokens/automation/utils/generateKeyFromFlatConfigPath.js.map +1 -0
- package/dist/tokens/automation/utils/generateSchemaKey.cjs +14 -0
- package/dist/tokens/automation/utils/generateSchemaKey.d.cts +19 -0
- package/dist/tokens/automation/utils/generateSchemaKey.d.cts.map +1 -0
- package/dist/tokens/automation/utils/generateSchemaKey.d.ts +19 -0
- package/dist/tokens/automation/utils/generateSchemaKey.d.ts.map +1 -0
- package/dist/tokens/automation/utils/generateSchemaKey.js +14 -0
- package/dist/tokens/automation/utils/generateSchemaKey.js.map +1 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.cjs +17 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.d.cts +9 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.d.cts.map +1 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.d.ts +9 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.d.ts.map +1 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.js +18 -0
- package/dist/tokens/automation/utils/getConfigComponentVariant.js.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.cjs +26 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.d.cts +10 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.d.cts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.d.ts +10 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.d.ts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.js +24 -0
- package/dist/tokens/automation/utils/getConfigVariantComponentStatesMatrix.js.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.cjs +24 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +20 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +20 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.js +25 -0
- package/dist/tokens/automation/utils/getConfigVariantProperties.js.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.cjs +34 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.d.cts +12 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.d.cts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.d.ts +12 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.d.ts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.js +35 -0
- package/dist/tokens/automation/utils/getConfigVariantPseudoStates.js.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariants.cjs +39 -0
- package/dist/tokens/automation/utils/getConfigVariants.d.cts +20 -0
- package/dist/tokens/automation/utils/getConfigVariants.d.cts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariants.d.ts +20 -0
- package/dist/tokens/automation/utils/getConfigVariants.d.ts.map +1 -0
- package/dist/tokens/automation/utils/getConfigVariants.js +38 -0
- package/dist/tokens/automation/utils/getConfigVariants.js.map +1 -0
- package/dist/tokens/automation/utils/index.cjs +516 -0
- package/dist/tokens/automation/utils/index.d.cts +146 -0
- package/dist/tokens/automation/utils/index.d.cts.map +1 -0
- package/dist/tokens/automation/utils/index.d.ts +146 -0
- package/dist/tokens/automation/utils/index.d.ts.map +1 -0
- package/dist/tokens/automation/utils/index.js +483 -0
- package/dist/tokens/automation/utils/index.js.map +1 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.cjs +20 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.d.cts +5 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.d.cts.map +1 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.d.ts +5 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.d.ts.map +1 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.js +21 -0
- package/dist/tokens/automation/utils/mapColorFixtureToValue.js.map +1 -0
- package/dist/tokens/automation/utils/subcomponents.cjs +11 -0
- package/dist/tokens/automation/utils/subcomponents.d.cts +9 -0
- package/dist/tokens/automation/utils/subcomponents.d.cts.map +1 -0
- package/dist/tokens/automation/utils/subcomponents.d.ts +9 -0
- package/dist/tokens/automation/utils/subcomponents.d.ts.map +1 -0
- package/dist/tokens/automation/utils/subcomponents.js +11 -0
- package/dist/tokens/automation/utils/subcomponents.js.map +1 -0
- package/dist/tokens/automation/utils/variableData.cjs +32 -0
- package/dist/tokens/automation/utils/variableData.d.cts +19 -0
- package/dist/tokens/automation/utils/variableData.d.cts.map +1 -0
- package/dist/tokens/automation/utils/variableData.d.ts +19 -0
- package/dist/tokens/automation/utils/variableData.d.ts.map +1 -0
- package/dist/tokens/automation/utils/variableData.js +29 -0
- package/dist/tokens/automation/utils/variableData.js.map +1 -0
- package/dist/tokens/automation/utils/variantConfigGuards.cjs +9 -0
- package/dist/tokens/automation/utils/variantConfigGuards.d.cts +13 -0
- package/dist/tokens/automation/utils/variantConfigGuards.d.cts.map +1 -0
- package/dist/tokens/automation/utils/variantConfigGuards.d.ts +13 -0
- package/dist/tokens/automation/utils/variantConfigGuards.d.ts.map +1 -0
- package/dist/tokens/automation/utils/variantConfigGuards.js +8 -0
- package/dist/tokens/automation/utils/variantConfigGuards.js.map +1 -0
- package/dist/tokens/configs/borderRadius.cjs +25 -0
- package/dist/tokens/configs/borderRadius.d.cts +8 -0
- package/dist/tokens/configs/borderRadius.d.cts.map +1 -0
- package/dist/tokens/configs/borderRadius.d.ts +8 -0
- package/dist/tokens/configs/borderRadius.d.ts.map +1 -0
- package/dist/tokens/configs/borderRadius.js +24 -0
- package/dist/tokens/configs/borderRadius.js.map +1 -0
- package/dist/tokens/configs/borderWidth.cjs +19 -0
- package/dist/tokens/configs/borderWidth.d.cts +8 -0
- package/dist/tokens/configs/borderWidth.d.cts.map +1 -0
- package/dist/tokens/configs/borderWidth.d.ts +8 -0
- package/dist/tokens/configs/borderWidth.d.ts.map +1 -0
- package/dist/tokens/configs/borderWidth.js +18 -0
- package/dist/tokens/configs/borderWidth.js.map +1 -0
- package/dist/tokens/configs/button.cjs +948 -0
- package/dist/tokens/configs/button.d.cts +8 -0
- package/dist/tokens/configs/button.d.cts.map +1 -0
- package/dist/tokens/configs/button.d.ts +8 -0
- package/dist/tokens/configs/button.d.ts.map +1 -0
- package/dist/tokens/configs/button.js +947 -0
- package/dist/tokens/configs/button.js.map +1 -0
- package/dist/tokens/configs/colorMode.cjs +18 -0
- package/dist/tokens/configs/colorMode.d.cts +7 -0
- package/dist/tokens/configs/colorMode.d.cts.map +1 -0
- package/dist/tokens/configs/colorMode.d.ts +7 -0
- package/dist/tokens/configs/colorMode.d.ts.map +1 -0
- package/dist/tokens/configs/colorMode.js +19 -0
- package/dist/tokens/configs/colorMode.js.map +1 -0
- package/dist/tokens/configs/font.cjs +13 -0
- package/dist/tokens/configs/font.d.cts +7 -0
- package/dist/tokens/configs/font.d.cts.map +1 -0
- package/dist/tokens/configs/font.d.ts +7 -0
- package/dist/tokens/configs/font.d.ts.map +1 -0
- package/dist/tokens/configs/font.js +13 -0
- package/dist/tokens/configs/font.js.map +1 -0
- package/dist/tokens/configs/iconButton.cjs +32 -0
- package/dist/tokens/configs/iconButton.d.cts +7 -0
- package/dist/tokens/configs/iconButton.d.cts.map +1 -0
- package/dist/tokens/configs/iconButton.d.ts +7 -0
- package/dist/tokens/configs/iconButton.d.ts.map +1 -0
- package/dist/tokens/configs/iconButton.js +33 -0
- package/dist/tokens/configs/iconButton.js.map +1 -0
- package/dist/tokens/configs/motion.cjs +137 -0
- package/dist/tokens/configs/motion.d.cts +43 -0
- package/dist/tokens/configs/motion.d.cts.map +1 -0
- package/dist/tokens/configs/motion.d.ts +43 -0
- package/dist/tokens/configs/motion.d.ts.map +1 -0
- package/dist/tokens/configs/motion.js +133 -0
- package/dist/tokens/configs/motion.js.map +1 -0
- package/dist/tokens/configs/palette.cjs +402 -0
- package/dist/tokens/configs/palette.d.cts +14 -0
- package/dist/tokens/configs/palette.d.cts.map +1 -0
- package/dist/tokens/configs/palette.d.ts +14 -0
- package/dist/tokens/configs/palette.d.ts.map +1 -0
- package/dist/tokens/configs/palette.js +400 -0
- package/dist/tokens/configs/palette.js.map +1 -0
- package/dist/tokens/configs/scaleMode.cjs +30 -0
- package/dist/tokens/configs/scaleMode.d.cts +7 -0
- package/dist/tokens/configs/scaleMode.d.cts.map +1 -0
- package/dist/tokens/configs/scaleMode.d.ts +7 -0
- package/dist/tokens/configs/scaleMode.d.ts.map +1 -0
- package/dist/tokens/configs/scaleMode.js +31 -0
- package/dist/tokens/configs/scaleMode.js.map +1 -0
- package/dist/tokens/configs/shadow.cjs +332 -0
- package/dist/tokens/configs/shadow.d.cts +7 -0
- package/dist/tokens/configs/shadow.d.cts.map +1 -0
- package/dist/tokens/configs/shadow.d.ts +7 -0
- package/dist/tokens/configs/shadow.d.ts.map +1 -0
- package/dist/tokens/configs/shadow.js +332 -0
- package/dist/tokens/configs/shadow.js.map +1 -0
- package/dist/tokens/configs/sizes.cjs +26 -0
- package/dist/tokens/configs/sizes.d.cts +11 -0
- package/dist/tokens/configs/sizes.d.cts.map +1 -0
- package/dist/tokens/configs/sizes.d.ts +11 -0
- package/dist/tokens/configs/sizes.d.ts.map +1 -0
- package/dist/tokens/configs/sizes.js +22 -0
- package/dist/tokens/configs/sizes.js.map +1 -0
- package/dist/tokens/configs/spectrum.cjs +731 -0
- package/dist/tokens/configs/spectrum.d.cts +8 -0
- package/dist/tokens/configs/spectrum.d.cts.map +1 -0
- package/dist/tokens/configs/spectrum.d.ts +8 -0
- package/dist/tokens/configs/spectrum.d.ts.map +1 -0
- package/dist/tokens/configs/spectrum.js +730 -0
- package/dist/tokens/configs/spectrum.js.map +1 -0
- package/dist/tokens/configs/typography.cjs +411 -0
- package/dist/tokens/configs/typography.d.cts +365 -0
- package/dist/tokens/configs/typography.d.cts.map +1 -0
- package/dist/tokens/configs/typography.d.ts +365 -0
- package/dist/tokens/configs/typography.d.ts.map +1 -0
- package/dist/tokens/configs/typography.js +399 -0
- package/dist/tokens/configs/typography.js.map +1 -0
- package/dist/tokens/configs/yosConfig.cjs +19103 -0
- package/dist/tokens/configs/yosConfig.d.cts +19811 -0
- package/dist/tokens/configs/yosConfig.d.cts.map +1 -0
- package/dist/tokens/configs/yosConfig.d.ts +19811 -0
- package/dist/tokens/configs/yosConfig.d.ts.map +1 -0
- package/dist/tokens/configs/yosConfig.js +19103 -0
- package/dist/tokens/configs/yosConfig.js.map +1 -0
- package/dist/tokens/consts/buttonMotionTokens.cjs +82 -0
- package/dist/tokens/consts/buttonMotionTokens.d.cts +85 -0
- package/dist/tokens/consts/buttonMotionTokens.d.cts.map +1 -0
- package/dist/tokens/consts/buttonMotionTokens.d.ts +85 -0
- package/dist/tokens/consts/buttonMotionTokens.d.ts.map +1 -0
- package/dist/tokens/consts/buttonMotionTokens.js +78 -0
- package/dist/tokens/consts/buttonMotionTokens.js.map +1 -0
- package/dist/tokens/consts/cssTokens.cjs +110 -0
- package/dist/tokens/consts/cssTokens.d.cts +73 -0
- package/dist/tokens/consts/cssTokens.d.cts.map +1 -0
- package/dist/tokens/consts/cssTokens.d.ts +73 -0
- package/dist/tokens/consts/cssTokens.d.ts.map +1 -0
- package/dist/tokens/consts/cssTokens.js +79 -0
- package/dist/tokens/consts/cssTokens.js.map +1 -0
- package/dist/tokens/consts/defaultModes.cjs +17 -0
- package/dist/tokens/consts/defaultModes.d.cts +12 -0
- package/dist/tokens/consts/defaultModes.d.cts.map +1 -0
- package/dist/tokens/consts/defaultModes.d.ts +12 -0
- package/dist/tokens/consts/defaultModes.d.ts.map +1 -0
- package/dist/tokens/consts/defaultModes.js +12 -0
- package/dist/tokens/consts/defaultModes.js.map +1 -0
- package/dist/tokens/consts/fontDeclarationsMap.cjs +652 -0
- package/dist/tokens/consts/fontDeclarationsMap.d.cts +538 -0
- package/dist/tokens/consts/fontDeclarationsMap.d.cts.map +1 -0
- package/dist/tokens/consts/fontDeclarationsMap.d.ts +538 -0
- package/dist/tokens/consts/fontDeclarationsMap.d.ts.map +1 -0
- package/dist/tokens/consts/fontDeclarationsMap.js +652 -0
- package/dist/tokens/consts/fontDeclarationsMap.js.map +1 -0
- package/dist/tokens/index.cjs +107 -1
- package/dist/tokens/index.d.cts +41 -2020
- package/dist/tokens/index.d.ts +41 -2020
- package/dist/tokens/index.js +28 -1
- package/dist/tokens/parseButtonVariants.cjs +37 -0
- package/dist/tokens/parseButtonVariants.d.cts +24 -0
- package/dist/tokens/parseButtonVariants.d.cts.map +1 -0
- package/dist/tokens/parseButtonVariants.d.ts +24 -0
- package/dist/tokens/parseButtonVariants.d.ts.map +1 -0
- package/dist/tokens/parseButtonVariants.js +36 -0
- package/dist/tokens/parseButtonVariants.js.map +1 -0
- package/dist/tokens/parseTokens.cjs +73 -1
- package/dist/tokens/parseTokens.d.cts +20 -22
- package/dist/tokens/parseTokens.d.cts.map +1 -0
- package/dist/tokens/parseTokens.d.ts +20 -22
- package/dist/tokens/parseTokens.d.ts.map +1 -0
- package/dist/tokens/parseTokens.js +74 -1
- package/dist/tokens/parseTokens.js.map +1 -0
- package/dist/tokens/types.cjs +1 -0
- package/dist/tokens/types.d.cts +1076 -0
- package/dist/tokens/types.d.cts.map +1 -0
- package/dist/tokens/types.d.ts +1076 -0
- package/dist/tokens/types.d.ts.map +1 -0
- package/dist/tokens/types.js +1 -0
- package/dist/tokens/utils/entries.cjs +17 -0
- package/dist/tokens/utils/entries.d.cts +13 -0
- package/dist/tokens/utils/entries.d.cts.map +1 -0
- package/dist/tokens/utils/entries.d.ts +13 -0
- package/dist/tokens/utils/entries.d.ts.map +1 -0
- package/dist/tokens/utils/entries.js +17 -0
- package/dist/tokens/utils/entries.js.map +1 -0
- package/dist/tokens/utils/fromEntries.cjs +17 -0
- package/dist/tokens/utils/fromEntries.d.cts +13 -0
- package/dist/tokens/utils/fromEntries.d.cts.map +1 -0
- package/dist/tokens/utils/fromEntries.d.ts +13 -0
- package/dist/tokens/utils/fromEntries.d.ts.map +1 -0
- package/dist/tokens/utils/fromEntries.js +17 -0
- package/dist/tokens/utils/fromEntries.js.map +1 -0
- package/dist/tokens/utils/mapValues.cjs +12 -0
- package/dist/tokens/utils/mapValues.d.cts +6 -0
- package/dist/tokens/utils/mapValues.d.cts.map +1 -0
- package/dist/tokens/utils/mapValues.d.ts +6 -0
- package/dist/tokens/utils/mapValues.d.ts.map +1 -0
- package/dist/tokens/utils/mapValues.js +12 -0
- package/dist/tokens/utils/mapValues.js.map +1 -0
- package/dist/types.cjs +1 -0
- package/dist/types.d.cts +7 -0
- package/dist/types.d.cts.map +1 -0
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/utils/assertUnreachable.cjs +9 -0
- package/dist/utils/assertUnreachable.d.cts +5 -0
- package/dist/utils/assertUnreachable.d.cts.map +1 -0
- package/dist/utils/assertUnreachable.d.ts +5 -0
- package/dist/utils/assertUnreachable.d.ts.map +1 -0
- package/dist/utils/assertUnreachable.js +9 -0
- package/dist/utils/assertUnreachable.js.map +1 -0
- package/dist/utils/composeRefs.cjs +21 -0
- package/dist/utils/composeRefs.d.cts +10 -0
- package/dist/utils/composeRefs.d.cts.map +1 -0
- package/dist/utils/composeRefs.d.ts +10 -0
- package/dist/utils/composeRefs.d.ts.map +1 -0
- package/dist/utils/composeRefs.js +21 -0
- package/dist/utils/composeRefs.js.map +1 -0
- package/dist/utils/createSlot.cjs +78 -0
- package/dist/utils/createSlot.d.cts +7 -0
- package/dist/utils/createSlot.d.cts.map +1 -0
- package/dist/utils/createSlot.d.ts +7 -0
- package/dist/utils/createSlot.d.ts.map +1 -0
- package/dist/utils/createSlot.js +78 -0
- package/dist/utils/createSlot.js.map +1 -0
- package/dist/utils/entries.cjs +9 -0
- package/dist/utils/entries.d.cts +5 -0
- package/dist/utils/entries.d.cts.map +1 -0
- package/dist/utils/entries.d.ts +5 -0
- package/dist/utils/entries.d.ts.map +1 -0
- package/dist/utils/entries.js +9 -0
- package/dist/utils/entries.js.map +1 -0
- package/dist/utils/falsyToString.cjs +9 -0
- package/dist/utils/falsyToString.d.cts +5 -0
- package/dist/utils/falsyToString.d.cts.map +1 -0
- package/dist/utils/falsyToString.d.ts +5 -0
- package/dist/utils/falsyToString.d.ts.map +1 -0
- package/dist/utils/falsyToString.js +9 -0
- package/dist/utils/falsyToString.js.map +1 -0
- package/dist/utils/getMotionVar.cjs +15 -0
- package/dist/utils/getMotionVar.d.cts +17 -0
- package/dist/utils/getMotionVar.d.cts.map +1 -0
- package/dist/utils/getMotionVar.d.ts +17 -0
- package/dist/utils/getMotionVar.d.ts.map +1 -0
- package/dist/utils/getMotionVar.js +16 -0
- package/dist/utils/getMotionVar.js.map +1 -0
- package/dist/utils/intersperse.cjs +48 -0
- package/dist/utils/intersperse.d.cts +34 -0
- package/dist/utils/intersperse.d.cts.map +1 -0
- package/dist/utils/intersperse.d.ts +34 -0
- package/dist/utils/intersperse.d.ts.map +1 -0
- package/dist/utils/intersperse.js +46 -0
- package/dist/utils/intersperse.js.map +1 -0
- package/dist/utils/mapValues.cjs +12 -0
- package/dist/utils/mapValues.d.cts +6 -0
- package/dist/utils/mapValues.d.cts.map +1 -0
- package/dist/utils/mapValues.d.ts +6 -0
- package/dist/utils/mapValues.d.ts.map +1 -0
- package/dist/utils/mapValues.js +12 -0
- package/dist/utils/mapValues.js.map +1 -0
- package/dist/utils/mergeSlotProps.cjs +29 -0
- package/dist/utils/mergeSlotProps.d.cts +6 -0
- package/dist/utils/mergeSlotProps.d.cts.map +1 -0
- package/dist/utils/mergeSlotProps.d.ts +6 -0
- package/dist/utils/mergeSlotProps.d.ts.map +1 -0
- package/dist/utils/mergeSlotProps.js +29 -0
- package/dist/utils/mergeSlotProps.js.map +1 -0
- package/package.json +52 -45
- package/src/components/Box.tsx +181 -0
- package/src/components/Divider/Divider.tsx +44 -0
- package/src/components/Divider/DividerCore.tsx +101 -0
- package/src/components/Divider/DividerInternal.tsx +56 -0
- package/src/components/Divider/index.ts +1 -0
- package/src/components/FormLabel.tsx +66 -0
- package/src/components/HStack.tsx +53 -0
- package/src/components/Icon.tsx +82 -0
- package/src/components/IconSlot.tsx +82 -0
- package/src/components/Image.tsx +162 -0
- package/src/components/Link.tsx +134 -0
- package/src/components/Text.tsx +272 -0
- package/src/components/VStack.tsx +53 -0
- package/src/components/client/AnimateHeightChange.tsx +50 -0
- package/src/components/client/Avatar/Avatar.tsx +31 -0
- package/src/components/client/Avatar/AvatarIcon.tsx +103 -0
- package/src/components/client/Avatar/AvatarImage.tsx +147 -0
- package/src/components/client/Avatar/AvatarText.tsx +88 -0
- package/src/components/client/Avatar/index.ts +4 -0
- package/src/components/client/Avatar/utils.ts +105 -0
- package/src/components/client/Badge.tsx +133 -0
- package/src/components/client/Button.tsx +312 -0
- package/src/components/client/Checkbox.tsx +377 -0
- package/src/components/client/Chip/Chip.tsx +81 -0
- package/src/components/client/Chip/ChipBase.tsx +151 -0
- package/src/components/client/Chip/ChipButton.tsx +54 -0
- package/src/components/client/Chip/ChipDismissible.tsx +90 -0
- package/src/components/client/Chip/ChipLink.tsx +60 -0
- package/src/components/client/Chip/ChipToggle.tsx +79 -0
- package/src/components/client/Chip/index.ts +5 -0
- package/src/components/client/IconButton.tsx +198 -0
- package/src/components/client/Input/Input.tsx +323 -0
- package/src/components/client/Input/InputHelpText.tsx +52 -0
- package/src/components/client/Input/InputHelpTextInternal.tsx +81 -0
- package/src/components/client/Input/index.ts +2 -0
- package/src/components/client/Menu/Menu.Content.tsx +391 -0
- package/src/components/client/Menu/Menu.Divider.tsx +102 -0
- package/src/components/client/Menu/Menu.Item.tsx +114 -0
- package/src/components/client/Menu/Menu.ItemBase.tsx +265 -0
- package/src/components/client/Menu/Menu.ItemCheckbox.tsx +197 -0
- package/src/components/client/Menu/Menu.Provider.tsx +154 -0
- package/src/components/client/Menu/Menu.Trigger.tsx +119 -0
- package/src/components/client/Menu/Menu.index.tsx +9 -0
- package/src/components/client/Menu/Menu.tsx +2 -0
- package/src/components/client/Menu/index.ts +7 -0
- package/src/components/client/Menu/utils/transformAriakitPlacement.ts +66 -0
- package/src/components/client/Pressable.tsx +194 -0
- package/src/components/client/Radio/Radio.tsx +351 -0
- package/src/components/client/Radio/RadioGroupProvider.tsx +122 -0
- package/src/components/client/Radio/RadioGroupStore.tsx +56 -0
- package/src/components/client/Radio/index.ts +2 -0
- package/src/components/client/Radio/useRadioGroup.ts +149 -0
- package/src/components/client/SpringMotionConfig.tsx +151 -0
- package/src/components/client/Switch.tsx +377 -0
- package/src/components/client/index.ts +30 -0
- package/src/components/client/motionFeatures/domAnimation.ts +2 -0
- package/src/components/client/motionFeatures/domMax.ts +2 -0
- package/src/components/experimental/Spinner.tsx +30 -0
- package/src/components/experimental/Table.mocks.tsx +38 -0
- package/src/components/experimental/Table.tsx +239 -0
- package/src/components/experimental/client/Accordion.tsx +77 -0
- package/src/components/experimental/client/AvoidMotionLibraryProvider.tsx +10 -0
- package/src/components/experimental/client/Modal.tsx +68 -0
- package/src/components/experimental/client/Popover.tsx +63 -0
- package/src/components/experimental/client/SwitchV2.tsx +343 -0
- package/src/components/experimental/client/Tabs.tsx +106 -0
- package/src/components/experimental/client/Toast.tsx +186 -0
- package/src/components/experimental/client/index.ts +15 -0
- package/src/components/experimental/index.ts +48 -0
- package/src/components/index.ts +41 -0
- package/src/defaultTokensConfig.ts +31 -0
- package/src/fixtures/index.ts +638 -0
- package/src/fixtures/macros/typesToConstants.ts +42 -0
- package/src/fixtures/utils/getScaleModeRamp.ts +48 -0
- package/src/fixtures/utils/getTailwindAsUdsColors.ts +115 -0
- package/src/flags.ts +45 -0
- package/src/hooks/useForkRef.ts +34 -0
- package/src/hooks/useNestedBorderRadius.ts +138 -0
- package/src/hooks/useRtl.ts +64 -0
- package/src/index.ts +4 -0
- package/src/providers/ColorModeProvider.tsx +21 -0
- package/src/providers/ScaleModeProvider.tsx +29 -0
- package/src/providers/ThemeProvider.tsx +26 -0
- package/src/styles/styler.ts +194 -0
- package/src/styles/stylerTypes.ts +81 -0
- package/src/styles/toast.css +0 -0
- package/src/styles/variants.ts +1351 -0
- package/src/tailwind/base/addColorModeVars.ts +23 -0
- package/src/tailwind/base/addColorModeVarsV2.ts +57 -0
- package/src/tailwind/base/addFontFaceDeclarations.ts +13 -0
- package/src/tailwind/base/addFontVars.ts +9 -0
- package/src/tailwind/base/addMotionVars.ts +9 -0
- package/src/tailwind/base/addScaleModeVars.ts +33 -0
- package/src/tailwind/base/types.ts +8 -0
- package/src/tailwind/components/getButtonStyles.ts +240 -0
- package/src/tailwind/components/getFocusRingStyles.ts +32 -0
- package/src/tailwind/components/getGroupedTextStyles.ts +29 -0
- package/src/tailwind/components/getHitTargetStyles.ts +23 -0
- package/src/tailwind/components/getIconButtonStyles.ts +49 -0
- package/src/tailwind/components/getIconStyles.ts +13 -0
- package/src/tailwind/components/getInputStyles.ts +20 -0
- package/src/tailwind/components/getResponsiveTextStyles.ts +161 -0
- package/src/tailwind/components/types.ts +14 -0
- package/src/tailwind/components/utils.ts +73 -0
- package/src/tailwind/defaultTailwindThemeAsUdsConfig.ts +78 -0
- package/src/tailwind/postcss.config.ts +6 -0
- package/src/tailwind/purger/index.ts +1 -0
- package/src/tailwind/tailwind.config.ts +50 -0
- package/src/tailwind/tailwind.d.ts +5 -0
- package/src/tailwind/tailwindPlugin.ts +724 -0
- package/src/tailwind/theme/getFontFamilyTheme.ts +28 -0
- package/src/tailwind/tsMorph.ts +1 -0
- package/src/tailwind/uds.css +3 -0
- package/src/tailwind/utils/addFontsPlugin.ts +17 -0
- package/src/tailwind/utils/getColorModeStyles.ts +21 -0
- package/src/tailwind/utils/getFontFaceDeclarations.ts +12 -0
- package/src/tailwind/utils/getFontStyles.ts +38 -0
- package/src/tailwind/utils/getMotionStyles.ts +35 -0
- package/src/tailwind/utils/getScaleModeStyles.ts +23 -0
- package/src/tailwind/utils/getShadowPresetValues.ts +133 -0
- package/src/tailwind/utils/getShadowStyles.ts +26 -0
- package/src/tailwind/utils/getShadowVars.ts +40 -0
- package/src/tailwind/utils/index.ts +9 -0
- package/src/tokens/automation/configs/avatar.ts +297 -0
- package/src/tokens/automation/configs/badge.ts +306 -0
- package/src/tokens/automation/configs/checkbox.ts +226 -0
- package/src/tokens/automation/configs/chip.ts +521 -0
- package/src/tokens/automation/configs/divider.ts +112 -0
- package/src/tokens/automation/configs/index.ts +10 -0
- package/src/tokens/automation/configs/input.ts +496 -0
- package/src/tokens/automation/configs/link.ts +183 -0
- package/src/tokens/automation/configs/menu.ts +344 -0
- package/src/tokens/automation/configs/radio.ts +225 -0
- package/src/tokens/automation/configs/switch.ts +323 -0
- package/src/tokens/automation/index.ts +5 -0
- package/src/tokens/automation/mapTextVariantFixtureToValue.ts +8 -0
- package/src/tokens/automation/properties.ts +433 -0
- package/src/tokens/automation/types/ComponentConfig.ts +116 -0
- package/src/tokens/automation/types/ComponentDB.ts +1 -0
- package/src/tokens/automation/types/ComponentStyles.ts +47 -0
- package/src/tokens/automation/types/index.ts +2 -0
- package/src/tokens/automation/utils/cartesianProduct.ts +13 -0
- package/src/tokens/automation/utils/coalesceConfigVariant.ts +49 -0
- package/src/tokens/automation/utils/defaults.ts +29 -0
- package/src/tokens/automation/utils/generateKeyFromFlatConfigPath.ts +15 -0
- package/src/tokens/automation/utils/generateSchemaKey.ts +29 -0
- package/src/tokens/automation/utils/getConfigComponentVariant.ts +28 -0
- package/src/tokens/automation/utils/getConfigVariantComponentStatesMatrix.ts +40 -0
- package/src/tokens/automation/utils/getConfigVariantProperties.ts +32 -0
- package/src/tokens/automation/utils/getConfigVariantPseudoStates.ts +70 -0
- package/src/tokens/automation/utils/getConfigVariants.ts +73 -0
- package/src/tokens/automation/utils/index.ts +939 -0
- package/src/tokens/automation/utils/mapColorFixtureToValue.ts +34 -0
- package/src/tokens/automation/utils/subcomponents.ts +13 -0
- package/src/tokens/automation/utils/variableData.ts +79 -0
- package/src/tokens/automation/utils/variantConfigGuards.ts +17 -0
- package/src/tokens/configs/borderRadius.ts +23 -0
- package/src/tokens/configs/borderWidth.ts +17 -0
- package/src/tokens/configs/button.ts +888 -0
- package/src/tokens/configs/colorMode.ts +14 -0
- package/src/tokens/configs/font.ts +9 -0
- package/src/tokens/configs/iconButton.ts +28 -0
- package/src/tokens/configs/motion.ts +135 -0
- package/src/tokens/configs/palette.ts +124 -0
- package/src/tokens/configs/scaleMode.ts +28 -0
- package/src/tokens/configs/shadow.ts +286 -0
- package/src/tokens/configs/sizes.ts +23 -0
- package/src/tokens/configs/spectrum.ts +729 -0
- package/src/tokens/configs/typography.ts +417 -0
- package/src/tokens/configs/yosConfig.ts +7651 -0
- package/src/tokens/consts/buttonMotionTokens.ts +99 -0
- package/src/tokens/consts/cssTokens.ts +110 -0
- package/src/tokens/consts/defaultModes.ts +15 -0
- package/src/tokens/consts/fontDeclarationsMap.ts +509 -0
- package/src/tokens/index.ts +15 -0
- package/src/tokens/parseButtonVariants.ts +59 -0
- package/src/tokens/parseTokens.ts +122 -0
- package/src/tokens/types.ts +1882 -0
- package/src/tokens/utils/entries.ts +14 -0
- package/src/tokens/utils/fromEntries.ts +11 -0
- package/src/tokens/utils/mapValues.ts +15 -0
- package/src/types.ts +2 -0
- package/src/utils/assertUnreachable.ts +6 -0
- package/src/utils/composeRefs.ts +23 -0
- package/src/utils/createSlot.tsx +131 -0
- package/src/utils/entries.ts +6 -0
- package/src/utils/falsyToString.ts +3 -0
- package/src/utils/getMotionVar.ts +18 -0
- package/src/utils/intersperse.ts +45 -0
- package/src/utils/mapValues.ts +15 -0
- package/src/utils/mergeSlotProps.ts +70 -0
- package/dist/Box-BDj_sxrx.d.ts +0 -34
- package/dist/Box-BRt6Pz9T.d.cts +0 -34
- package/dist/Box-D6q2Ess3.d.cts +0 -34
- package/dist/Box-DGnNvxFr.d.ts +0 -34
- package/dist/Pressable-BtauM4lN.d.cts +0 -44
- package/dist/Pressable-CAaoa-zu.d.ts +0 -44
- package/dist/Pressable-Ds6pDWDQ.d.cts +0 -44
- package/dist/Pressable-m_MkO-q6.d.ts +0 -44
- package/dist/Text-BPYuh9n7.d.cts +0 -88
- package/dist/Text-DL4hTwPk.d.ts +0 -88
- package/dist/Text-DPAGXQX_.d.cts +0 -295
- package/dist/Text-DPAGXQX_.d.ts +0 -295
- package/dist/Text-DU1Z8ZO5.d.ts +0 -88
- package/dist/Text-d5Ci0ep7.d.cts +0 -88
- package/dist/VStack-CiRNP8hF.d.cts +0 -83
- package/dist/VStack-DCLXI5If.d.ts +0 -83
- package/dist/VStack-DFqtAUzm.d.cts +0 -83
- package/dist/VStack-hBFz7vre.d.ts +0 -83
- package/dist/chunk-2IGX7K6U.cjs +0 -1
- package/dist/chunk-2XRSELDC.js +0 -2
- package/dist/chunk-36MV47H5.js +0 -2
- package/dist/chunk-3EP5NVND.js +0 -2
- package/dist/chunk-3GPOTVTU.cjs +0 -1
- package/dist/chunk-3L7M764C.cjs +0 -2
- package/dist/chunk-3PWGILBM.js +0 -2
- package/dist/chunk-57DYSXXI.js +0 -2
- package/dist/chunk-5OLE7Z4Z.cjs +0 -2
- package/dist/chunk-5V32DSCR.js +0 -2
- package/dist/chunk-6RFI4VVW.cjs +0 -1
- package/dist/chunk-6VT7WO2X.cjs +0 -1
- package/dist/chunk-DETLKOCI.js +0 -2
- package/dist/chunk-DTZUJFHH.cjs +0 -1
- package/dist/chunk-DVDXLKAY.js +0 -1
- package/dist/chunk-DVSFYT3E.cjs +0 -1
- package/dist/chunk-E6Q2IF33.js +0 -2
- package/dist/chunk-EEJ6UJIT.cjs +0 -1
- package/dist/chunk-EFMLB2DR.js +0 -2
- package/dist/chunk-EU3BY2KO.cjs +0 -1
- package/dist/chunk-EWJ3J526.js +0 -2
- package/dist/chunk-G2EVPCQY.cjs +0 -1
- package/dist/chunk-GF4A6TFM.js +0 -2
- package/dist/chunk-HCDOGKOT.cjs +0 -2
- package/dist/chunk-IEHKXVW5.js +0 -3
- package/dist/chunk-IUBD43EI.js +0 -3
- package/dist/chunk-J7PUOUXC.cjs +0 -1
- package/dist/chunk-JDWK7ZS7.cjs +0 -1
- package/dist/chunk-JSIXVRYN.js +0 -1
- package/dist/chunk-JYNMSSZO.js +0 -2
- package/dist/chunk-KGQBYCWG.js +0 -2
- package/dist/chunk-L4LZ2RES.cjs +0 -2
- package/dist/chunk-LNZSNDOV.cjs +0 -1
- package/dist/chunk-LU4S37C4.cjs +0 -2
- package/dist/chunk-LWCJEX2R.js +0 -2
- package/dist/chunk-NDIFKQVR.cjs +0 -1
- package/dist/chunk-NQL6ZOAM.js +0 -1
- package/dist/chunk-NXVOHNXW.cjs +0 -1
- package/dist/chunk-PM4TFP3I.js +0 -2
- package/dist/chunk-PPHA3ASA.cjs +0 -1
- package/dist/chunk-QGB63HSS.js +0 -2
- package/dist/chunk-QLXJH36U.cjs +0 -1
- package/dist/chunk-RKYTJ6XJ.js +0 -2
- package/dist/chunk-RRXNQVLV.cjs +0 -1
- package/dist/chunk-U7NZY7CY.js +0 -1
- package/dist/chunk-WJFHQKE4.js +0 -1
- package/dist/chunk-YHSLACUJ.cjs +0 -2
- package/dist/chunk-YZTC6645.cjs +0 -1
- package/dist/client/Menu.cjs +0 -2
- package/dist/client/Menu.d.cts +0 -624
- package/dist/client/Menu.d.ts +0 -624
- package/dist/client/Menu.js +0 -3
- package/dist/client/index.cjs +0 -2
- package/dist/client/index.d.cts +0 -534
- package/dist/client/index.d.ts +0 -534
- package/dist/client/index.js +0 -2
- package/dist/domAnimation-26D6WPCP.cjs +0 -1
- package/dist/domAnimation-FQC75V5T.js +0 -1
- package/dist/domMax-7KVFVNKB.cjs +0 -1
- package/dist/domMax-XRPNJ6D3.js +0 -1
- package/dist/experimental/client/SwitchV2.cjs +0 -1
- package/dist/experimental/client/SwitchV2.d.cts +0 -43
- package/dist/experimental/client/SwitchV2.d.ts +0 -43
- package/dist/experimental/client/SwitchV2.js +0 -1
- package/dist/experimental/client/index.cjs +0 -3
- package/dist/experimental/client/index.d.cts +0 -135
- package/dist/experimental/client/index.d.ts +0 -135
- package/dist/experimental/client/index.js +0 -3
- package/dist/experimental/index.cjs +0 -2
- package/dist/experimental/index.d.cts +0 -86
- package/dist/experimental/index.d.ts +0 -86
- package/dist/experimental/index.js +0 -2
- package/dist/index-C7e-cWRg.d.cts +0 -243
- package/dist/index-CAdORgp4.d.cts +0 -243
- package/dist/index-DIeu_HSK.d.ts +0 -243
- package/dist/index-YI2HK_Im.d.ts +0 -243
- package/dist/metafile-cjs.json +0 -1
- package/dist/metafile-esm.json +0 -1
- package/dist/styles/toast.css +0 -1
- package/dist/styles/toast.d.cts +0 -2
- package/dist/styles/toast.d.ts +0 -2
- package/dist/tailwind/plugin.cjs +0 -1
- package/dist/tailwind/plugin.d.cts +0 -85
- package/dist/tailwind/plugin.d.ts +0 -85
- package/dist/tailwind/plugin.js +0 -1
- package/dist/tailwind/purger.cjs +0 -5
- package/dist/tailwind/purger.d.cts +0 -17
- package/dist/tailwind/purger.d.ts +0 -17
- package/dist/tailwind/purger.js +0 -6
- package/dist/tailwind/utils.cjs +0 -1
- package/dist/tailwind/utils.d.cts +0 -153
- package/dist/tailwind/utils.d.ts +0 -153
- package/dist/tailwind/utils.js +0 -1
- package/dist/tokens/automation/configs.cjs +0 -1
- package/dist/tokens/automation/configs.d.cts +0 -110
- package/dist/tokens/automation/configs.d.ts +0 -110
- package/dist/tokens/automation/configs.js +0 -1
- package/dist/types-BYXLHi7_.d.cts +0 -10611
- package/dist/types-BYXLHi7_.d.ts +0 -10611
- package/dist/types-BvOFo15W.d.cts +0 -8
- package/dist/types-BvOFo15W.d.ts +0 -8
- package/dist/types-DG52l0qP.d.cts +0 -10611
- package/dist/types-DG52l0qP.d.ts +0 -10611
package/dist/index.d.cts
CHANGED
|
@@ -1,376 +1,80 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
*
|
|
82
|
-
* @usage
|
|
83
|
-
* - If you need to display an icon.
|
|
84
|
-
*
|
|
85
|
-
* @see The {@link https://uds.build/docs/components/icon Icon Docs} for more info
|
|
86
|
-
*
|
|
87
|
-
* @related [IconButton](https://uds.build/docs/components/icon-button)
|
|
88
|
-
*/
|
|
89
|
-
declare const Icon: react.ForwardRefExoticComponent<IconPropsWithSVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* **📸 A component for displaying images**
|
|
93
|
-
*
|
|
94
|
-
* @description
|
|
95
|
-
* Wrapper for the image element. In the future, may provide additional
|
|
96
|
-
* functionality for handling fallbacks, dark mode, lazy loading, shimmers.
|
|
97
|
-
*
|
|
98
|
-
* @example
|
|
99
|
-
* ```tsx
|
|
100
|
-
* import { Image } from '@yahoo/uds';
|
|
101
|
-
*
|
|
102
|
-
* <Image src="/images/profile.png" width={580} height={334} />;
|
|
103
|
-
* ```
|
|
104
|
-
*
|
|
105
|
-
* @usage
|
|
106
|
-
* - Use the `Image` component to display images.
|
|
107
|
-
* - Use `width` and `height` props to set the size of the image.
|
|
108
|
-
* - Image extends the HTMLImageElement, as well as the uds `Box` component and supports all of their props.
|
|
109
|
-
*
|
|
110
|
-
* @see The {@link https://uds.build/docs/components/image Image Docs} for more info
|
|
111
|
-
*
|
|
112
|
-
* @related [Box](https://uds.build/docs/components/box)
|
|
113
|
-
*/
|
|
114
|
-
declare function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, backgroundColor, borderRadius, borderTopStartRadius, borderTopEndRadius, borderBottomStartRadius, borderBottomEndRadius, borderColor, borderStartColor, borderEndColor, borderTopColor, borderBottomColor, borderWidth, borderVerticalWidth, borderHorizontalWidth, borderStartWidth, borderEndWidth, borderTopWidth, borderBottomWidth, alignContent, alignItems, alignSelf, flex, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, flexBasis, display, overflow, overflowX, overflowY, position, spacing, spacingHorizontal, spacingVertical, spacingBottom, spacingEnd, spacingStart, spacingTop, offset, offsetVertical, offsetHorizontal, offsetBottom, offsetEnd, offsetStart, offsetTop, columnGap, rowGap, ...props }: ImagePropsWithImgProps): react_jsx_runtime.JSX.Element;
|
|
115
|
-
declare namespace Image {
|
|
116
|
-
var displayName: string;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
120
|
-
interface LinkProps extends HTMLAnchorProps, UniversalLinkProps {
|
|
121
|
-
/** The link's destination. */
|
|
122
|
-
href?: string;
|
|
123
|
-
/** Anchor rel property. @default "noopener" **/
|
|
124
|
-
rel?: string;
|
|
125
|
-
/** If true, forces an underline to always be shown for a11y purposes. @default false */
|
|
126
|
-
alwaysUnderline?: boolean;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* A Link provides navigation or actionable functionality by linking users to
|
|
130
|
-
* another location within an application, an external resource, or triggering
|
|
131
|
-
* specific in-page interactions (i.e. scroll-to-section).
|
|
132
|
-
*
|
|
133
|
-
* @componentType Client component
|
|
134
|
-
*
|
|
135
|
-
* @description
|
|
136
|
-
* A link component provides navigation or actionable functionality by linking users to another location within an application, an external resource, or triggering specific in-page interactions (i.e. scroll-to-section). This is different than a “button” link which is a button component without a border or fill.
|
|
137
|
-
*
|
|
138
|
-
* @see
|
|
139
|
-
* Check out the {@link https://uds.build/docs/components/link Link Docs} for more info
|
|
140
|
-
*
|
|
141
|
-
* @usage
|
|
142
|
-
* - Provide a way for users to navigate to another location.
|
|
143
|
-
* - Provide a trigger for in-page interactions.
|
|
144
|
-
*
|
|
145
|
-
* @example
|
|
146
|
-
* ```tsx
|
|
147
|
-
* 'use client';
|
|
148
|
-
* import { Link } from '@yahoo/uds';
|
|
149
|
-
* import { Share, Link as LinkIcon } from '@yahoo/uds-icons';
|
|
150
|
-
*
|
|
151
|
-
* <Link href="#">My Link</Link>
|
|
152
|
-
* <Link href="#" startIcon={Share} />
|
|
153
|
-
* <Link href="https://yahoo.com" target="_blank" endIcon={LinkIcon} />
|
|
154
|
-
*```
|
|
155
|
-
**/
|
|
156
|
-
declare const Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
157
|
-
|
|
158
|
-
type StringToBoolean<T> = T extends 'true' | 'false' ? boolean : T;
|
|
159
|
-
type CvaStyleValue<T> = T | CvaStyleArray<T> | Record<string, unknown> | null | boolean | undefined;
|
|
160
|
-
type CvaStyleArray<T> = CvaStyleValue<T>[];
|
|
161
|
-
type CVAVariantSchema<T, V extends CVAVariantShape<T>> = {
|
|
162
|
-
[Variant in keyof V]?: StringToBoolean<keyof V[Variant]> | undefined;
|
|
163
|
-
};
|
|
164
|
-
type CVAVariantShape<T> = Record<string, Record<string, T>>;
|
|
165
|
-
type CVAStyleProp<T> = T extends string ? {
|
|
166
|
-
className?: T;
|
|
167
|
-
} : {
|
|
168
|
-
style?: T;
|
|
169
|
-
};
|
|
170
|
-
type CVAConfigBase<T> = {
|
|
171
|
-
base?: T | null;
|
|
172
|
-
};
|
|
173
|
-
interface CVA<T> {
|
|
174
|
-
<V extends CVAVariantShape<T>>(config: V extends CVAVariantShape<T> ? CVAConfigBase<T> & {
|
|
175
|
-
base?: T;
|
|
176
|
-
variants?: V;
|
|
177
|
-
compoundVariants?: (V extends CVAVariantShape<T> ? (CVAVariantSchema<T, V> | {
|
|
178
|
-
[Variant in keyof V]?: StringToBoolean<keyof V[Variant]> | undefined;
|
|
179
|
-
}) & CVAStyleProp<T> : CVAStyleProp<T>)[];
|
|
180
|
-
defaultVariants?: CVAVariantSchema<T, V>;
|
|
181
|
-
} : CVAConfigBase<T> & {
|
|
182
|
-
variants?: never;
|
|
183
|
-
compoundVariants?: never;
|
|
184
|
-
defaultVariants?: never;
|
|
185
|
-
}): (props?: V extends CVAVariantShape<T> ? CVAVariantSchema<T, V> & CVAStyleProp<T> : CVAStyleProp<T>) => T;
|
|
186
|
-
}
|
|
187
|
-
interface CX<T> {
|
|
188
|
-
(...inputs: CvaStyleValue<T>[]): T;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
declare const cx: CX<string>;
|
|
192
|
-
declare const cva: CVA<string>;
|
|
193
|
-
declare const getStylesInternal: (props?: ({
|
|
194
|
-
checkboxSizeRoot?: "sm" | "md" | undefined;
|
|
195
|
-
checkboxSizeCheckbox?: "sm" | "md" | undefined;
|
|
196
|
-
checkboxVariantValueRoot?: "checked" | "unchecked" | "indeterminate" | undefined;
|
|
197
|
-
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
198
|
-
checkboxVariantValueCheckbox?: "checked" | "unchecked" | "indeterminate" | undefined;
|
|
199
|
-
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
200
|
-
checkboxVariantValueCheckboxIcon?: "checked" | "unchecked" | "indeterminate" | undefined;
|
|
201
|
-
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
202
|
-
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
203
|
-
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
204
|
-
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
205
|
-
switchVariantActiveRoot?: "on" | "off" | undefined;
|
|
206
|
-
switchVariantRoot?: "default" | undefined;
|
|
207
|
-
switchVariantActiveSwitch?: "on" | "off" | undefined;
|
|
208
|
-
switchVariantSwitch?: "default" | undefined;
|
|
209
|
-
switchVariantActiveHandle?: "on" | "off" | undefined;
|
|
210
|
-
switchVariantHandle?: "default" | undefined;
|
|
211
|
-
switchVariantActiveHandleIcon?: "on" | "off" | undefined;
|
|
212
|
-
switchVariantHandleIcon?: "default" | undefined;
|
|
213
|
-
switchSizeRoot?: "sm" | "md" | undefined;
|
|
214
|
-
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
215
|
-
switchSizeHandle?: "sm" | "md" | undefined;
|
|
216
|
-
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
217
|
-
chipSizeRoot?: "sm" | "md" | undefined;
|
|
218
|
-
chipSizeIcon?: "sm" | "md" | undefined;
|
|
219
|
-
chipToggleVariantActiveRoot?: "on" | "off" | undefined;
|
|
220
|
-
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
221
|
-
chipToggleVariantActiveIcon?: "on" | "off" | undefined;
|
|
222
|
-
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
223
|
-
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
224
|
-
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
225
|
-
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
226
|
-
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
227
|
-
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
228
|
-
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
229
|
-
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
230
|
-
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
231
|
-
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
232
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
233
|
-
radioSizeRoot?: "sm" | "md" | undefined;
|
|
234
|
-
radioSizeRadio?: "sm" | "md" | undefined;
|
|
235
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
236
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
237
|
-
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
238
|
-
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
239
|
-
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
240
|
-
badgeSizeRoot?: "sm" | "md" | "xs" | "lg" | undefined;
|
|
241
|
-
badgeSizeIcon?: "sm" | "md" | "xs" | "lg" | undefined;
|
|
242
|
-
badgeVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | undefined;
|
|
243
|
-
badgeVariantIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | undefined;
|
|
244
|
-
inputSizeRoot?: "md" | "lg" | undefined;
|
|
245
|
-
inputSizeInputWrapper?: "md" | "lg" | undefined;
|
|
246
|
-
inputSizeInput?: "md" | "lg" | undefined;
|
|
247
|
-
inputSizeStartIcon?: "md" | "lg" | undefined;
|
|
248
|
-
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
249
|
-
inputSizeLabel?: "md" | "lg" | undefined;
|
|
250
|
-
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
251
|
-
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
252
|
-
inputVariantValueRoot?: "filled" | "empty" | undefined;
|
|
253
|
-
inputVariantRoot?: "default" | undefined;
|
|
254
|
-
inputVariantValueInputWrapper?: "filled" | "empty" | undefined;
|
|
255
|
-
inputVariantInputWrapper?: "default" | undefined;
|
|
256
|
-
inputVariantValueInput?: "filled" | "empty" | undefined;
|
|
257
|
-
inputVariantInput?: "default" | undefined;
|
|
258
|
-
inputVariantValueInputPlaceholder?: "filled" | "empty" | undefined;
|
|
259
|
-
inputVariantInputPlaceholder?: "default" | undefined;
|
|
260
|
-
inputVariantValueStartIcon?: "filled" | "empty" | undefined;
|
|
261
|
-
inputVariantStartIcon?: "default" | undefined;
|
|
262
|
-
inputVariantValueEndIcon?: "filled" | "empty" | undefined;
|
|
263
|
-
inputVariantEndIcon?: "default" | undefined;
|
|
264
|
-
inputVariantValueLabel?: "filled" | "empty" | undefined;
|
|
265
|
-
inputVariantLabel?: "default" | undefined;
|
|
266
|
-
inputVariantValueLabelRequired?: "filled" | "empty" | undefined;
|
|
267
|
-
inputVariantLabelRequired?: "default" | undefined;
|
|
268
|
-
inputVariantValueHelperIcon?: "filled" | "empty" | undefined;
|
|
269
|
-
inputVariantHelperIcon?: "default" | undefined;
|
|
270
|
-
inputVariantValueHelperText?: "filled" | "empty" | undefined;
|
|
271
|
-
inputVariantHelperText?: "default" | undefined;
|
|
272
|
-
avatarSizeRoot?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
|
|
273
|
-
avatarSizeIcon?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
|
|
274
|
-
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
275
|
-
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
276
|
-
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
277
|
-
menuSizeRoot?: "default" | undefined;
|
|
278
|
-
menuSizeStartIcon?: "default" | undefined;
|
|
279
|
-
menuSizeEndIcon?: "default" | undefined;
|
|
280
|
-
menuItemVariantActiveRoot?: "on" | "off" | undefined;
|
|
281
|
-
menuItemVariantRoot?: "default" | undefined;
|
|
282
|
-
menuItemVariantActiveText?: "on" | "off" | undefined;
|
|
283
|
-
menuItemVariantText?: "default" | undefined;
|
|
284
|
-
menuItemVariantActiveIcon?: "on" | "off" | undefined;
|
|
285
|
-
menuItemVariantIcon?: "default" | undefined;
|
|
286
|
-
menuItemCheckboxVariantActiveRoot?: "on" | "off" | undefined;
|
|
287
|
-
menuItemCheckboxVariantRoot?: "default" | undefined;
|
|
288
|
-
menuItemCheckboxVariantActiveText?: "on" | "off" | undefined;
|
|
289
|
-
menuItemCheckboxVariantText?: "default" | undefined;
|
|
290
|
-
menuItemCheckboxVariantActiveStartIcon?: "on" | "off" | undefined;
|
|
291
|
-
menuItemCheckboxVariantStartIcon?: "default" | undefined;
|
|
292
|
-
menuItemCheckboxVariantActiveEndIcon?: "on" | "off" | undefined;
|
|
293
|
-
menuItemCheckboxVariantEndIcon?: "default" | undefined;
|
|
294
|
-
menuDividerVariantRoot?: "default" | undefined;
|
|
295
|
-
menuDividerVariantText?: "default" | undefined;
|
|
296
|
-
menuDividerVariantLine?: "default" | undefined;
|
|
297
|
-
color?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "on-color" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
298
|
-
placeholderColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "on-color" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
299
|
-
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "serif" | "sans" | "mono" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans-alt" | "serif-alt" | undefined;
|
|
300
|
-
fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
301
|
-
fontWeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "thin" | "black" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "medium" | "semibold" | "extrabold" | undefined;
|
|
302
|
-
lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
303
|
-
textAlign?: "center" | "end" | "start" | "justify" | undefined;
|
|
304
|
-
textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "none" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
305
|
-
spacing?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
306
|
-
spacingHorizontal?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
307
|
-
spacingVertical?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
308
|
-
spacingBottom?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
309
|
-
spacingEnd?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
310
|
-
spacingStart?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
311
|
-
spacingTop?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
312
|
-
offset?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
313
|
-
offsetVertical?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
314
|
-
offsetHorizontal?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
315
|
-
offsetBottom?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
316
|
-
offsetEnd?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
317
|
-
offsetStart?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
318
|
-
offsetTop?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
319
|
-
columnGap?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
320
|
-
rowGap?: "2" | "4" | "2.5" | "5" | "0" | "1" | "8" | "0.5" | "1.5" | "7" | "12" | "6" | "3" | "3.5" | "10" | "16" | "9" | "11" | "14" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "4.5" | "5.5" | undefined;
|
|
321
|
-
backgroundColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
322
|
-
borderColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
323
|
-
borderStartColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
324
|
-
borderEndColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
325
|
-
borderBottomColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
326
|
-
borderTopColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "tertiary" | "muted" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "transparent" | "accent" | "white" | "black" | "current" | undefined;
|
|
327
|
-
borderRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "full" | undefined;
|
|
328
|
-
borderTopStartRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "full" | undefined;
|
|
329
|
-
borderTopEndRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "full" | undefined;
|
|
330
|
-
borderBottomStartRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "full" | undefined;
|
|
331
|
-
borderBottomEndRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "full" | undefined;
|
|
332
|
-
borderWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
333
|
-
borderVerticalWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
334
|
-
borderHorizontalWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
335
|
-
borderStartWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
336
|
-
borderEndWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
337
|
-
borderTopWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
338
|
-
borderBottomWidth?: "thin" | "none" | "medium" | "thick" | undefined;
|
|
339
|
-
avatarSize?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
|
|
340
|
-
iconSize?: "sm" | "md" | "xs" | "lg" | undefined;
|
|
341
|
-
alignContent?: "center" | "flex-end" | "flex-start" | "stretch" | "space-between" | "space-around" | undefined;
|
|
342
|
-
alignItems?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | undefined;
|
|
343
|
-
alignSelf?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | "auto" | undefined;
|
|
344
|
-
flex?: "none" | "1" | "initial" | "auto" | undefined;
|
|
345
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
346
|
-
flexGrow?: "2" | "0" | "1" | "3" | undefined;
|
|
347
|
-
flexShrink?: "0" | "1" | undefined;
|
|
348
|
-
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
349
|
-
justifyContent?: "center" | "flex-end" | "flex-start" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
350
|
-
flexBasis?: "min-content" | undefined;
|
|
351
|
-
display?: "block" | "inline" | "flex" | "flow-root" | "grid" | "table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "inline-table" | "contents" | undefined;
|
|
352
|
-
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
353
|
-
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
354
|
-
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
355
|
-
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
356
|
-
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
357
|
-
colorMode?: "light" | "dark" | undefined;
|
|
358
|
-
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
359
|
-
buttonPalette?: "alert" | "brand" | "warning" | "positive" | "info" | "accent" | undefined;
|
|
360
|
-
buttonVariant?: "primary" | "secondary" | "tertiary" | undefined;
|
|
361
|
-
buttonSize?: "sm" | "md" | "lg" | undefined;
|
|
362
|
-
iconButtonSize?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
|
|
363
|
-
width?: "full" | "fit" | "screen" | undefined;
|
|
364
|
-
height?: "full" | "fit" | "screen" | undefined;
|
|
365
|
-
dropShadow?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "2xl" | undefined;
|
|
366
|
-
insetShadow?: "sm" | "md" | "xs" | "lg" | "xl" | "none" | "2xl-invert" | "md-invert" | "2xl" | "xl-invert" | "sm-invert" | "xs-invert" | "lg-invert" | undefined;
|
|
367
|
-
} & {
|
|
368
|
-
className?: string | undefined;
|
|
369
|
-
}) | undefined) => string;
|
|
370
|
-
type GetStylesInternalProps = Parameters<typeof getStylesInternal>[0];
|
|
371
|
-
declare const getStylesCacheKeySymbol: unique symbol;
|
|
372
|
-
declare const getStyles: (props: GetStylesInternalProps, onHit?: () => void) => string;
|
|
373
|
-
|
|
374
|
-
type SetState<T> = Dispatch<SetStateAction<T>>;
|
|
375
|
-
|
|
376
|
-
export { FormLabel, type FormLabelProps, HStack, type HStackProps, Icon, IconPropsWithSVGProps as IconProps, IconPropsWithSVGProps, Image, ImagePropsWithImgProps as ImageProps, ImagePropsWithImgProps, Link, type LinkProps, type SetState, UniversalFormLabelProps, UniversalLinkProps, UniversalStackProps, cva, cx, getStyles, getStylesCacheKeySymbol };
|
|
1
|
+
import { variants } from "./styles/variants.cjs";
|
|
2
|
+
import { AvatarConfig } from "./tokens/automation/configs/avatar.cjs";
|
|
3
|
+
import { BadgeConfig } from "./tokens/automation/configs/badge.cjs";
|
|
4
|
+
import { CheckboxConfig } from "./tokens/automation/configs/checkbox.cjs";
|
|
5
|
+
import { ChipConfig } from "./tokens/automation/configs/chip.cjs";
|
|
6
|
+
import { DividerConfig } from "./tokens/automation/configs/divider.cjs";
|
|
7
|
+
import { InputConfig } from "./tokens/automation/configs/input.cjs";
|
|
8
|
+
import { LinkConfig } from "./tokens/automation/configs/link.cjs";
|
|
9
|
+
import { MenuConfig } from "./tokens/automation/configs/menu.cjs";
|
|
10
|
+
import { RadioConfig } from "./tokens/automation/configs/radio.cjs";
|
|
11
|
+
import { SwitchConfig } from "./tokens/automation/configs/switch.cjs";
|
|
12
|
+
import { ConfigurablePropertiesName, ExtendablePropertiesName, SelectedConfigurableProperty, configurableProperties } from "./tokens/automation/properties.cjs";
|
|
13
|
+
import { AllPossibleProperties, AllVariantKeys, AutoComponentName, AutoComponents, ComponentConfig, ComponentStateConfig, LayerConfig, PossibleStates, PossibleStatesWithRest, SubComponentConfig, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties } from "./tokens/automation/types/ComponentConfig.cjs";
|
|
14
|
+
import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "./tokens/automation/types/ComponentStyles.cjs";
|
|
15
|
+
import { cartesianProduct } from "./tokens/automation/utils/cartesianProduct.cjs";
|
|
16
|
+
import { coalesceConfigVariant } from "./tokens/automation/utils/coalesceConfigVariant.cjs";
|
|
17
|
+
import { UniversalTokensConfigAuto } from "./generated/universalTokensConfigAuto.cjs";
|
|
18
|
+
import { getConfigDefaultValue, isConfigDefaultValue } from "./tokens/automation/utils/defaults.cjs";
|
|
19
|
+
import { generateKeyFromFlatConfigPath } from "./tokens/automation/utils/generateKeyFromFlatConfigPath.cjs";
|
|
20
|
+
import { generateSchemaKey } from "./tokens/automation/utils/generateSchemaKey.cjs";
|
|
21
|
+
import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "./tokens/automation/utils/getConfigVariantComponentStatesMatrix.cjs";
|
|
22
|
+
import { getConfigVariantProperties } from "./tokens/automation/utils/getConfigVariantProperties.cjs";
|
|
23
|
+
import { getConfigVariantPseudoStates } from "./tokens/automation/utils/getConfigVariantPseudoStates.cjs";
|
|
24
|
+
import { getConfigVariants } from "./tokens/automation/utils/getConfigVariants.cjs";
|
|
25
|
+
import { getConfigSubcomponents } from "./tokens/automation/utils/subcomponents.cjs";
|
|
26
|
+
import { alwaysPalette } from "./tokens/configs/palette.cjs";
|
|
27
|
+
import { AVATAR_SIZE_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CSS_VAR_MAP, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_BUTTON_CSS_VAR_MAP, ICON_SIZE_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LIGHT_COLOR_MODE_CLASSNAME, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME } from "./tokens/consts/cssTokens.cjs";
|
|
28
|
+
import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontWeightForFont } from "./tokens/consts/fontDeclarationsMap.cjs";
|
|
29
|
+
import { AlwaysPalette, AlwaysPaletteAlias, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BadgeSize, BadgeVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, Breakpoint, BreakpointWithBase, BreakpointsConfig, ButtonBaseConfig, ButtonClassMap, ButtonClassName, ButtonColorConfig, ButtonColorEffect, ButtonColorEffectConfig, ButtonColorProperty, ButtonColorPropertyConfig, ButtonConfig, ButtonKind, ButtonMotionEffect, ButtonMotionProperty, ButtonMotionPropertyConfig, ButtonPalette, ButtonPaletteColor, ButtonPaletteConfig, ButtonShadowPropertyConfig, ButtonSize, ButtonSizeConfig, ButtonSizeProperty, ButtonSpectrumColor, ButtonState, ButtonStateConfig, ButtonStateEffectConfig, ButtonVariant, ButtonVariantConfig, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ConfigurableDropShadowValues, ConfigurableInsetShadowValues, CustomSizingStyleProps, DataAttribute, Display, DividerVariant, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FontAlias, FontConfig, FontCssVar, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonClassMap, IconButtonClassName, IconButtonConfig, IconButtonDefaultsConfig, IconButtonSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, InputSize, LayoutStyleProps, LetterSpacing, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PropertyToPaletteAliasMap, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ScaleConfig, ScaleEffectMap, ScaleMode, ScaleModeConfig, ScaleModeForApp, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig } from "./tokens/types.cjs";
|
|
30
|
+
import { getConfigPseudoStateVariables, getConfigPseudoStateVariablesWithSetter, setConfigPseudoStateVariable } from "./tokens/automation/utils/variableData.cjs";
|
|
31
|
+
import { SchemaStateValue, createComponentStateConfig, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, findFixtureType, generateClassName, generateDeclaration, generateStyles, statePseudoMapDocsMode, toMinimalDbConfigObject } from "./tokens/automation/utils/index.cjs";
|
|
32
|
+
import { button, getDefaultButtonBaseMap } from "./tokens/configs/button.cjs";
|
|
33
|
+
import { shadow } from "./tokens/configs/shadow.cjs";
|
|
34
|
+
import { fontWeightMap } from "./tokens/configs/typography.cjs";
|
|
35
|
+
import { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP } from "./tokens/consts/defaultModes.cjs";
|
|
36
|
+
import { parseButtonVariantFlat, parseDeprecatedButtonPaletteVariant } from "./tokens/parseButtonVariants.cjs";
|
|
37
|
+
import { entries } from "./tokens/utils/entries.cjs";
|
|
38
|
+
import { fromEntries } from "./tokens/utils/fromEntries.cjs";
|
|
39
|
+
import { mapValues } from "./tokens/utils/mapValues.cjs";
|
|
40
|
+
import "./tokens/index.cjs";
|
|
41
|
+
import { Box, BoxProps } from "./components/Box.cjs";
|
|
42
|
+
import { Divider, DividerProps } from "./components/Divider/Divider.cjs";
|
|
43
|
+
import { FormLabel, FormLabelProps } from "./components/FormLabel.cjs";
|
|
44
|
+
import { HStack, HStackProps } from "./components/HStack.cjs";
|
|
45
|
+
import { Icon } from "./components/Icon.cjs";
|
|
46
|
+
import { Image } from "./components/Image.cjs";
|
|
47
|
+
import { Link, LinkProps } from "./components/Link.cjs";
|
|
48
|
+
import { Text, TextProps } from "./components/Text.cjs";
|
|
49
|
+
import { VStack, VStackProps } from "./components/VStack.cjs";
|
|
50
|
+
import { SpringMotionConfig, SpringMotionConfigProps } from "./components/client/SpringMotionConfig.cjs";
|
|
51
|
+
import { AvatarIcon, AvatarIconProps } from "./components/client/Avatar/AvatarIcon.cjs";
|
|
52
|
+
import { AvatarText, AvatarTextProps } from "./components/client/Avatar/AvatarText.cjs";
|
|
53
|
+
import { AvatarImage, AvatarImageProps } from "./components/client/Avatar/AvatarImage.cjs";
|
|
54
|
+
import { Avatar, AvatarProps } from "./components/client/Avatar/Avatar.cjs";
|
|
55
|
+
import { cva, cx, getStyles, getStylesCacheKeySymbol } from "./styles/styler.cjs";
|
|
56
|
+
import { Badge, BadgeProps } from "./components/client/Badge.cjs";
|
|
57
|
+
import { Button, ButtonProps } from "./components/client/Button.cjs";
|
|
58
|
+
import { Checkbox, CheckboxProps } from "./components/client/Checkbox.cjs";
|
|
59
|
+
import { Chip, ChipProps } from "./components/client/Chip/Chip.cjs";
|
|
60
|
+
import { ChipButton, ChipButtonProps } from "./components/client/Chip/ChipButton.cjs";
|
|
61
|
+
import { ChipDismissible, ChipDismissibleProps } from "./components/client/Chip/ChipDismissible.cjs";
|
|
62
|
+
import { ChipLink, ChipLinkProps } from "./components/client/Chip/ChipLink.cjs";
|
|
63
|
+
import { ChipToggle, ChipToggleProps } from "./components/client/Chip/ChipToggle.cjs";
|
|
64
|
+
import { IconButton, IconButtonProps } from "./components/client/IconButton.cjs";
|
|
65
|
+
import { Input, InputProps } from "./components/client/Input/Input.cjs";
|
|
66
|
+
import { InputHelpText, InputHelpTextProps } from "./components/client/Input/InputHelpText.cjs";
|
|
67
|
+
import { MenuContentProps } from "./components/client/Menu/Menu.Content.cjs";
|
|
68
|
+
import { MenuDividerProps } from "./components/client/Menu/Menu.Divider.cjs";
|
|
69
|
+
import { Pressable, PressableProps } from "./components/client/Pressable.cjs";
|
|
70
|
+
import { MenuItemProps } from "./components/client/Menu/Menu.Item.cjs";
|
|
71
|
+
import { MenuItemCheckboxProps } from "./components/client/Menu/Menu.ItemCheckbox.cjs";
|
|
72
|
+
import { MenuPlacement, MenuProviderProps } from "./components/client/Menu/Menu.Provider.cjs";
|
|
73
|
+
import { MenuTriggerProps } from "./components/client/Menu/Menu.Trigger.cjs";
|
|
74
|
+
import { Menu_index_d_exports } from "./components/client/Menu/Menu.index.cjs";
|
|
75
|
+
import { Radio, RadioProps } from "./components/client/Radio/Radio.cjs";
|
|
76
|
+
import { RadioGroupProvider, RadioGroupProviderProps } from "./components/client/Radio/RadioGroupProvider.cjs";
|
|
77
|
+
import { Switch, SwitchProps } from "./components/client/Switch.cjs";
|
|
78
|
+
import "./components/index.cjs";
|
|
79
|
+
import { SetState } from "./types.cjs";
|
|
80
|
+
export { AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPalette, AlwaysPaletteAlias, AlwaysPaletteColor, Animation, AriaAttribute, AutoComponentName, AutoComponents, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CSS_VAR_MAP, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, Box, BoxProps, Breakpoint, BreakpointWithBase, BreakpointsConfig, Button, ButtonBaseConfig, ButtonClassMap, ButtonClassName, ButtonColorConfig, ButtonColorEffect, ButtonColorEffectConfig, ButtonColorProperty, ButtonColorPropertyConfig, ButtonConfig, ButtonKind, ButtonMotionEffect, ButtonMotionProperty, ButtonMotionPropertyConfig, ButtonPalette, ButtonPaletteColor, ButtonPaletteConfig, ButtonProps, ButtonShadowPropertyConfig, ButtonSize, ButtonSizeConfig, ButtonSizeProperty, ButtonSpectrumColor, ButtonState, ButtonStateConfig, ButtonStateEffectConfig, ButtonVariant, ButtonVariantConfig, 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, ComponentStateConfig, ConfigurableDropShadowValues, ConfigurableInsetShadowValues, 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, DataAttribute, Display, Divider, DividerConfig, DividerProps, DividerVariant, ExtendablePropertiesName, 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, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_BUTTON_CSS_VAR_MAP, ICON_SIZE_PREFIX, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonClassMap, IconButtonClassName, IconButtonConfig, IconButtonDefaultsConfig, IconButtonProps, IconButtonSize, IconPropsWithSVGProps as IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImagePropsWithImgProps as ImageProps, ImagePropsWithImgProps, ImageStyleProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, LARGE_SCALE_MODE_CLASSNAME, LIGHT_COLOR_MODE_CLASSNAME, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LetterSpacing, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, Menu_index_d_exports as Menu, MenuConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyToPaletteAliasMap, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffectMap, ScaleMode, ScaleModeConfig, ScaleModeForApp, SchemaStateValue, SelectedConfigurableProperty, SetState, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPreset, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithInvert, SharedPaletteAlias, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpringMotionConfig, SpringMotionConfigProps, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTextProps, UniversalTokensConfig, UniversalTokensConfigAuto, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, button, cartesianProduct, coalesceConfigVariant, configurableProperties, createComponentStateConfig, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, entries, findFixtureType, fontWeightMap, fromEntries, generateClassName, generateDeclaration, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigDefaultValue, getConfigPseudoStateVariables, getConfigPseudoStateVariablesWithSetter, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getDefaultButtonBaseMap, getStyles, getStylesCacheKeySymbol, isConfigDefaultValue, mapValues, parseButtonVariantFlat, parseDeprecatedButtonPaletteVariant, setConfigPseudoStateVariable, shadow, statePseudoMapDocsMode, toMinimalDbConfigObject, variants };
|