@yahoo/uds 3.125.0 → 3.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Banner/Banner.cjs +167 -0
- package/dist/components/Banner/Banner.d.cts +56 -0
- package/dist/components/Banner/Banner.d.ts +56 -0
- package/dist/components/Banner/Banner.js +165 -0
- package/dist/components/Banner/BannerContent.cjs +20 -0
- package/dist/components/Banner/BannerContent.d.cts +13 -0
- package/dist/components/Banner/BannerContent.d.ts +13 -0
- package/dist/components/Banner/BannerContent.js +18 -0
- package/dist/components/Banner/BannerDescription.cjs +47 -0
- package/dist/components/Banner/BannerDescription.d.cts +36 -0
- package/dist/components/Banner/BannerDescription.d.ts +36 -0
- package/dist/components/Banner/BannerDescription.js +45 -0
- package/dist/components/Banner/BannerTitle.cjs +42 -0
- package/dist/components/Banner/BannerTitle.d.cts +34 -0
- package/dist/components/Banner/BannerTitle.d.ts +34 -0
- package/dist/components/Banner/BannerTitle.js +40 -0
- package/dist/components/Banner/index.cjs +11 -0
- package/dist/components/Banner/index.d.cts +6 -0
- package/dist/components/Banner/index.d.ts +6 -0
- package/dist/components/Banner/index.js +7 -0
- package/dist/components/Banner/utils.cjs +56 -0
- package/dist/components/Banner/utils.d.cts +26 -0
- package/dist/components/Banner/utils.d.ts +26 -0
- package/dist/components/Banner/utils.js +52 -0
- package/dist/components/Divider/DividerCore.cjs +1 -1
- package/dist/components/Divider/DividerCore.js +1 -1
- package/dist/components/FormLabel.cjs +4 -2
- package/dist/components/FormLabel.d.cts +2 -17
- package/dist/components/FormLabel.d.ts +2 -17
- package/dist/components/FormLabel.js +4 -2
- package/dist/components/Image.cjs +4 -2
- package/dist/components/Image.d.cts +2 -61
- package/dist/components/Image.d.ts +2 -61
- package/dist/components/Image.js +4 -2
- package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
- package/dist/components/client/Avatar/AvatarIcon.js +2 -2
- package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
- package/dist/components/client/Avatar/AvatarImage.js +1 -0
- package/dist/components/client/Avatar/AvatarText.cjs +1 -1
- package/dist/components/client/Avatar/AvatarText.js +1 -1
- package/dist/components/client/Badge.cjs +1 -1
- package/dist/components/client/Badge.js +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
- package/dist/components/client/Button.cjs +1 -1
- package/dist/components/client/Button.js +1 -1
- package/dist/components/client/Checkbox.cjs +4 -3
- package/dist/components/client/Checkbox.js +4 -3
- package/dist/components/client/Chip/ChipBase.cjs +2 -2
- package/dist/components/client/Chip/ChipBase.js +2 -2
- package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
- package/dist/components/client/Chip/ChipDismissible.js +2 -2
- package/dist/components/client/IconButton.cjs +1 -1
- package/dist/components/client/IconButton.js +1 -1
- package/dist/components/client/Input/Input.cjs +3 -2
- package/dist/components/client/Input/Input.js +3 -2
- package/dist/components/client/Input/InputHelpTextInternal.cjs +4 -3
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
- package/dist/components/client/Input/InputHelpTextInternal.js +5 -4
- package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +3 -3
- package/dist/components/client/Popover/PopoverContent.js +3 -3
- package/dist/components/client/Radio/Radio.cjs +2 -1
- package/dist/components/client/Radio/Radio.js +2 -1
- package/dist/components/client/Switch.cjs +4 -4
- package/dist/components/client/Switch.js +4 -4
- package/dist/components/client/Toast/Toast.cjs +3 -3
- package/dist/components/client/Toast/Toast.js +3 -3
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
- package/dist/components/client/Tooltip/TooltipContent.js +2 -2
- package/dist/components/client/index.cjs +1 -1
- package/dist/components/client/index.js +1 -1
- package/dist/components/experimental/Spinner.cjs +1 -1
- package/dist/components/experimental/Spinner.js +1 -1
- package/dist/components/experimental/Table.cjs +1 -1
- package/dist/components/experimental/Table.js +1 -1
- package/dist/components/experimental/client/Accordion.cjs +4 -4
- package/dist/components/experimental/client/Accordion.js +4 -4
- package/dist/components/experimental/client/Modal.cjs +2 -2
- package/dist/components/experimental/client/Modal.js +2 -2
- package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
- package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
- package/dist/components/experimental/client/SegmentedControl.js +3 -3
- package/dist/components/experimental/client/SwitchV2.cjs +1 -1
- package/dist/components/experimental/client/SwitchV2.js +1 -1
- package/dist/components/experimental/client/Tabs.cjs +2 -2
- package/dist/components/experimental/client/Tabs.js +2 -2
- package/dist/components/index.cjs +15 -3
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +12 -4
- package/dist/config/dist/index.cjs +381 -46
- package/dist/config/dist/index.js +381 -46
- package/dist/index.cjs +12 -3
- package/dist/index.d.cts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +9 -5
- package/dist/styles/styler.d.cts +100 -93
- package/dist/styles/styler.d.ts +100 -93
- package/dist/styles/variants.d.cts +45 -0
- package/dist/styles/variants.d.ts +45 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +381 -46
- package/dist/tailwind/dist/config/dist/index.js +381 -46
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +19 -1
- package/dist/types/dist/index.d.ts +19 -1
- package/dist/uds/generated/componentData.cjs +1486 -1338
- package/dist/uds/generated/componentData.js +1465 -1341
- package/dist/uds/generated/tailwindPurge.cjs +28 -1
- package/dist/uds/generated/tailwindPurge.js +28 -1
- package/generated/componentData.json +1916 -1765
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
- package/dist/uds/dist/components/Box.d.cts +0 -4
- package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
- package/dist/uds/dist/components/Divider/index.d.cts +0 -2
- package/dist/uds/dist/components/FormLabel.d.cts +0 -4
- package/dist/uds/dist/components/HStack.d.cts +0 -5
- package/dist/uds/dist/components/Icon.d.cts +0 -4
- package/dist/uds/dist/components/Image.d.cts +0 -3
- package/dist/uds/dist/components/Link.d.cts +0 -4
- package/dist/uds/dist/components/Scrim.d.cts +0 -3
- package/dist/uds/dist/components/Text.d.cts +0 -4
- package/dist/uds/dist/components/VStack.d.cts +0 -5
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
- package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
- package/dist/uds/dist/components/client/Badge.d.cts +0 -6
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
- package/dist/uds/dist/components/client/Button.d.cts +0 -7
- package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
- package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
- package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
- package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
- package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
- package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
- package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
- package/dist/uds/dist/components/client/Switch.d.cts +0 -6
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
- package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
- package/dist/uds/dist/components/client/index.d.cts +0 -61
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
- package/dist/uds/dist/components/index.d.cts +0 -61
- package/dist/uds/dist/config/dist/index.d.cts +0 -4
- package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
- package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
- package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
- package/dist/uds/dist/index.d.cts +0 -93
- package/dist/uds/dist/modes/dist/index.d.cts +0 -2
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
- package/dist/uds/dist/runtime/index.d.cts +0 -7
- package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
- package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
- package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
- package/dist/uds/dist/styles/styler.d.cts +0 -2
- package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
- package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
- package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
- package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
- package/dist/uds/dist/tokens/index.d.cts +0 -28
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
- package/dist/uds/dist/tokens/types.d.cts +0 -9
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
- package/dist/uds/dist/types/dist/index.d.cts +0 -11
- package/dist/uds/dist/types.d.cts +0 -2
package/dist/styles/styler.d.ts
CHANGED
|
@@ -12,22 +12,29 @@ declare const cva: CVA<string>;
|
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
13
|
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
14
|
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
-
avatarSizeIcon?: "
|
|
16
|
-
avatarSizeRoot?: "
|
|
15
|
+
avatarSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
17
17
|
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
|
-
badgeSizeIcon?: "
|
|
19
|
-
badgeSizeRoot?: "
|
|
20
|
-
badgeVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
21
|
-
badgeVariantRoot?: "primary" | "secondary" | "brand" | "
|
|
18
|
+
badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
+
badgeSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
+
badgeVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
|
|
21
|
+
badgeVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
|
|
22
|
+
bannerSizeClose?: "default" | undefined;
|
|
23
|
+
bannerSizeDescription?: "default" | undefined;
|
|
24
|
+
bannerSizeIcon?: "default" | undefined;
|
|
25
|
+
bannerSizeRoot?: "default" | undefined;
|
|
26
|
+
bannerSizeTitle?: "default" | undefined;
|
|
27
|
+
bannerVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
|
|
28
|
+
bannerVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
|
|
22
29
|
bottomsheetVariantHandleIndicator?: "default" | undefined;
|
|
23
30
|
bottomsheetVariantHeader?: "default" | undefined;
|
|
24
31
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
25
|
-
buttonSizeIcon?: "
|
|
26
|
-
buttonSizeRoot?: "
|
|
27
|
-
buttonVariantIcon?: "primary" | "secondary" | "
|
|
28
|
-
buttonVariantRoot?: "primary" | "secondary" | "
|
|
29
|
-
checkboxSizeCheckbox?: "
|
|
30
|
-
checkboxSizeRoot?: "
|
|
32
|
+
buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
33
|
+
buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
34
|
+
buttonVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
35
|
+
buttonVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
36
|
+
checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
|
|
37
|
+
checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
31
38
|
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
32
39
|
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
33
40
|
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
@@ -38,25 +45,25 @@ declare const getStylesInternal: (props?: ({
|
|
|
38
45
|
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
39
46
|
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
40
47
|
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
41
|
-
chipSizeIcon?: "
|
|
42
|
-
chipSizeRoot?: "
|
|
48
|
+
chipSizeIcon?: "default" | "sm" | "md" | undefined;
|
|
49
|
+
chipSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
43
50
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
44
51
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
45
52
|
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
46
53
|
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
47
|
-
dividerVariantLabel?: "primary" | "secondary" | "
|
|
48
|
-
dividerVariantLine?: "primary" | "secondary" | "
|
|
49
|
-
dividerVariantRoot?: "primary" | "secondary" | "
|
|
50
|
-
iconbuttonSizeIcon?: "
|
|
51
|
-
iconbuttonSizeRoot?: "
|
|
52
|
-
inputSizeEndIcon?: "
|
|
53
|
-
inputSizeHelperIcon?: "
|
|
54
|
-
inputSizeHelperText?: "
|
|
55
|
-
inputSizeInput?: "
|
|
56
|
-
inputSizeInputWrapper?: "
|
|
57
|
-
inputSizeLabel?: "
|
|
58
|
-
inputSizeRoot?: "
|
|
59
|
-
inputSizeStartIcon?: "
|
|
54
|
+
dividerVariantLabel?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
|
|
55
|
+
dividerVariantLine?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
|
|
56
|
+
dividerVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
|
|
57
|
+
iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
58
|
+
iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
59
|
+
inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
|
|
60
|
+
inputSizeHelperIcon?: "default" | "md" | "lg" | undefined;
|
|
61
|
+
inputSizeHelperText?: "default" | "md" | "lg" | undefined;
|
|
62
|
+
inputSizeInput?: "default" | "md" | "lg" | undefined;
|
|
63
|
+
inputSizeInputWrapper?: "default" | "md" | "lg" | undefined;
|
|
64
|
+
inputSizeLabel?: "default" | "md" | "lg" | undefined;
|
|
65
|
+
inputSizeRoot?: "default" | "md" | "lg" | undefined;
|
|
66
|
+
inputSizeStartIcon?: "default" | "md" | "lg" | undefined;
|
|
60
67
|
inputVariantEndIcon?: "default" | undefined;
|
|
61
68
|
inputVariantHelperIcon?: "default" | undefined;
|
|
62
69
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -77,11 +84,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
77
84
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
78
85
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
79
86
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
80
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
81
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
82
|
-
linkVariantIconEnd?: "primary" | "secondary" | "
|
|
83
|
-
linkVariantIconStart?: "primary" | "secondary" | "
|
|
84
|
-
linkVariantRoot?: "primary" | "secondary" | "
|
|
87
|
+
linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
88
|
+
linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
89
|
+
linkVariantIconEnd?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
|
|
90
|
+
linkVariantIconStart?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
|
|
91
|
+
linkVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
|
|
85
92
|
menucontentSizeRoot?: "default" | undefined;
|
|
86
93
|
menucontentVariantRoot?: "default" | undefined;
|
|
87
94
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -115,8 +122,8 @@ declare const getStylesInternal: (props?: ({
|
|
|
115
122
|
popoverVariantRoot?: "default" | undefined;
|
|
116
123
|
popoverVariantSvgBase?: "default" | undefined;
|
|
117
124
|
popoverVariantSvgBorder?: "default" | undefined;
|
|
118
|
-
radioSizeRadio?: "
|
|
119
|
-
radioSizeRoot?: "
|
|
125
|
+
radioSizeRadio?: "default" | "sm" | "md" | undefined;
|
|
126
|
+
radioSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
120
127
|
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
121
128
|
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
122
129
|
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
@@ -124,10 +131,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
124
131
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
125
132
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
126
133
|
scrimVariantRoot?: "default" | undefined;
|
|
127
|
-
switchSizeHandle?: "
|
|
128
|
-
switchSizeHandleIcon?: "
|
|
129
|
-
switchSizeRoot?: "
|
|
130
|
-
switchSizeSwitch?: "
|
|
134
|
+
switchSizeHandle?: "default" | "sm" | "md" | undefined;
|
|
135
|
+
switchSizeHandleIcon?: "default" | "sm" | "md" | undefined;
|
|
136
|
+
switchSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
137
|
+
switchSizeSwitch?: "default" | "sm" | "md" | undefined;
|
|
131
138
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
132
139
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
133
140
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -141,10 +148,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
141
148
|
toastSizeIcon?: "default" | undefined;
|
|
142
149
|
toastSizeLabel?: "default" | undefined;
|
|
143
150
|
toastSizeRoot?: "default" | undefined;
|
|
144
|
-
toastVariantActionButton?: "warning" | "
|
|
145
|
-
toastVariantCloseIcon?: "warning" | "
|
|
146
|
-
toastVariantIcon?: "warning" | "
|
|
147
|
-
toastVariantRoot?: "warning" | "
|
|
151
|
+
toastVariantActionButton?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
|
|
152
|
+
toastVariantCloseIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
|
|
153
|
+
toastVariantIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
|
|
154
|
+
toastVariantRoot?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
|
|
148
155
|
tooltipSizeBody?: "default" | undefined;
|
|
149
156
|
tooltipSizeEndContent?: "default" | undefined;
|
|
150
157
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -155,76 +162,76 @@ declare const getStylesInternal: (props?: ({
|
|
|
155
162
|
tooltipVariantIcon?: "default" | undefined;
|
|
156
163
|
tooltipVariantRoot?: "default" | undefined;
|
|
157
164
|
tooltipVariantSvg?: "default" | undefined;
|
|
158
|
-
color?: "primary" | "secondary" | "
|
|
159
|
-
placeholderColor?: "primary" | "secondary" | "
|
|
165
|
+
color?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
|
|
166
|
+
placeholderColor?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
|
|
160
167
|
fontFamily?: "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" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
|
|
161
168
|
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;
|
|
162
|
-
fontWeight?: "black" | "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" | "
|
|
169
|
+
fontWeight?: "black" | "thin" | "medium" | "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" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
163
170
|
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;
|
|
164
171
|
letterSpacing?: "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;
|
|
165
172
|
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
166
|
-
textTransform?: "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" | "
|
|
167
|
-
spacing?: "0" | "
|
|
168
|
-
spacingHorizontal?: "0" | "
|
|
169
|
-
spacingVertical?: "0" | "
|
|
170
|
-
spacingBottom?: "0" | "
|
|
171
|
-
spacingEnd?: "0" | "
|
|
172
|
-
spacingStart?: "0" | "
|
|
173
|
-
spacingTop?: "0" | "
|
|
174
|
-
offset?: "0" | "
|
|
175
|
-
offsetVertical?: "0" | "
|
|
176
|
-
offsetHorizontal?: "0" | "
|
|
177
|
-
offsetBottom?: "0" | "
|
|
178
|
-
offsetEnd?: "0" | "
|
|
179
|
-
offsetStart?: "0" | "
|
|
180
|
-
offsetTop?: "0" | "
|
|
181
|
-
columnGap?: "0" | "
|
|
182
|
-
rowGap?: "0" | "
|
|
183
|
-
backgroundColor?: "
|
|
184
|
-
borderColor?: "
|
|
185
|
-
borderStartColor?: "
|
|
186
|
-
borderEndColor?: "
|
|
187
|
-
borderBottomColor?: "
|
|
188
|
-
borderTopColor?: "
|
|
189
|
-
borderRadius?: "
|
|
190
|
-
borderTopStartRadius?: "
|
|
191
|
-
borderTopEndRadius?: "
|
|
192
|
-
borderBottomStartRadius?: "
|
|
193
|
-
borderBottomEndRadius?: "
|
|
194
|
-
borderWidth?: "
|
|
195
|
-
borderVerticalWidth?: "
|
|
196
|
-
borderHorizontalWidth?: "
|
|
197
|
-
borderStartWidth?: "
|
|
198
|
-
borderEndWidth?: "
|
|
199
|
-
borderTopWidth?: "
|
|
200
|
-
borderBottomWidth?: "
|
|
173
|
+
textTransform?: "none" | "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" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
174
|
+
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
175
|
+
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
176
|
+
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
177
|
+
spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
178
|
+
spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
179
|
+
spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
180
|
+
spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
181
|
+
offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
182
|
+
offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
183
|
+
offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
184
|
+
offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
185
|
+
offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
186
|
+
offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
187
|
+
offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
188
|
+
columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
189
|
+
rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
190
|
+
backgroundColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
191
|
+
borderColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
|
|
192
|
+
borderStartColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
|
|
193
|
+
borderEndColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
|
|
194
|
+
borderBottomColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
|
|
195
|
+
borderTopColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
|
|
196
|
+
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
197
|
+
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
198
|
+
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
199
|
+
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
200
|
+
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
201
|
+
borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
202
|
+
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
203
|
+
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
204
|
+
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
205
|
+
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
206
|
+
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
207
|
+
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
201
208
|
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
202
209
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
203
210
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
204
211
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
205
|
-
alignSelf?: "center" | "
|
|
206
|
-
flex?: "1" | "
|
|
212
|
+
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
|
|
213
|
+
flex?: "1" | "none" | "auto" | "initial" | undefined;
|
|
207
214
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
208
215
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
209
216
|
flexShrink?: "0" | "1" | undefined;
|
|
210
217
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
211
218
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
212
219
|
flexBasis?: "min-content" | undefined;
|
|
213
|
-
display?: "flex" | "table" | "none" | "
|
|
214
|
-
overflow?: "hidden" | "auto" | "
|
|
215
|
-
overflowX?: "hidden" | "auto" | "
|
|
216
|
-
overflowY?: "hidden" | "auto" | "
|
|
217
|
-
position?: "
|
|
218
|
-
contentFit?: "
|
|
220
|
+
display?: "flex" | "table" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
|
|
221
|
+
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
222
|
+
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
223
|
+
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
224
|
+
position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
|
|
225
|
+
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
219
226
|
colorMode?: "light" | "dark" | undefined;
|
|
220
227
|
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
221
228
|
width?: "full" | "fit" | "screen" | undefined;
|
|
222
229
|
height?: "full" | "fit" | "screen" | undefined;
|
|
223
|
-
dropShadow?: "
|
|
224
|
-
insetShadow?: "
|
|
225
|
-
nestedBorderRadiusSize?: "
|
|
226
|
-
nestedBorderRadiusWidth?: "
|
|
227
|
-
nestedBorderRadiusSpacing?: "0" | "
|
|
230
|
+
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
231
|
+
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
232
|
+
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
233
|
+
nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
234
|
+
nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
228
235
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
229
236
|
} & {
|
|
230
237
|
className?: string | undefined;
|
|
@@ -82,6 +82,51 @@ declare const variants: {
|
|
|
82
82
|
readonly warning: "uds-badge-variant-warning-root";
|
|
83
83
|
readonly "warning-secondary": "uds-badge-variant-warning-secondary-root";
|
|
84
84
|
};
|
|
85
|
+
bannerSizeClose: {
|
|
86
|
+
readonly default: "uds-banner-size-default-close";
|
|
87
|
+
};
|
|
88
|
+
bannerSizeDescription: {
|
|
89
|
+
readonly default: "uds-banner-size-default-description";
|
|
90
|
+
};
|
|
91
|
+
bannerSizeIcon: {
|
|
92
|
+
readonly default: "uds-banner-size-default-icon";
|
|
93
|
+
};
|
|
94
|
+
bannerSizeRoot: {
|
|
95
|
+
readonly default: "uds-banner-size-default-root";
|
|
96
|
+
};
|
|
97
|
+
bannerSizeTitle: {
|
|
98
|
+
readonly default: "uds-banner-size-default-title";
|
|
99
|
+
};
|
|
100
|
+
bannerVariantIcon: {
|
|
101
|
+
readonly alert: "uds-banner-variant-alert-icon";
|
|
102
|
+
readonly "alert-secondary": "uds-banner-variant-alert-secondary-icon";
|
|
103
|
+
readonly brand: "uds-banner-variant-brand-icon";
|
|
104
|
+
readonly "brand-secondary": "uds-banner-variant-brand-secondary-icon";
|
|
105
|
+
readonly default: "uds-banner-variant-default-icon";
|
|
106
|
+
readonly info: "uds-banner-variant-info-icon";
|
|
107
|
+
readonly "info-secondary": "uds-banner-variant-info-secondary-icon";
|
|
108
|
+
readonly primary: "uds-banner-variant-primary-icon";
|
|
109
|
+
readonly secondary: "uds-banner-variant-secondary-icon";
|
|
110
|
+
readonly success: "uds-banner-variant-success-icon";
|
|
111
|
+
readonly "success-secondary": "uds-banner-variant-success-secondary-icon";
|
|
112
|
+
readonly warning: "uds-banner-variant-warning-icon";
|
|
113
|
+
readonly "warning-secondary": "uds-banner-variant-warning-secondary-icon";
|
|
114
|
+
};
|
|
115
|
+
bannerVariantRoot: {
|
|
116
|
+
readonly alert: "uds-banner-variant-alert-root";
|
|
117
|
+
readonly "alert-secondary": "uds-banner-variant-alert-secondary-root";
|
|
118
|
+
readonly brand: "uds-banner-variant-brand-root";
|
|
119
|
+
readonly "brand-secondary": "uds-banner-variant-brand-secondary-root";
|
|
120
|
+
readonly default: "uds-banner-variant-default-root";
|
|
121
|
+
readonly info: "uds-banner-variant-info-root";
|
|
122
|
+
readonly "info-secondary": "uds-banner-variant-info-secondary-root";
|
|
123
|
+
readonly primary: "uds-banner-variant-primary-root";
|
|
124
|
+
readonly secondary: "uds-banner-variant-secondary-root";
|
|
125
|
+
readonly success: "uds-banner-variant-success-root";
|
|
126
|
+
readonly "success-secondary": "uds-banner-variant-success-secondary-root";
|
|
127
|
+
readonly warning: "uds-banner-variant-warning-root";
|
|
128
|
+
readonly "warning-secondary": "uds-banner-variant-warning-secondary-root";
|
|
129
|
+
};
|
|
85
130
|
bottomsheetVariantHandleIndicator: {
|
|
86
131
|
readonly default: "uds-bottomsheet-variant-default-handleindicator";
|
|
87
132
|
};
|
|
@@ -82,6 +82,51 @@ declare const variants: {
|
|
|
82
82
|
readonly warning: "uds-badge-variant-warning-root";
|
|
83
83
|
readonly "warning-secondary": "uds-badge-variant-warning-secondary-root";
|
|
84
84
|
};
|
|
85
|
+
bannerSizeClose: {
|
|
86
|
+
readonly default: "uds-banner-size-default-close";
|
|
87
|
+
};
|
|
88
|
+
bannerSizeDescription: {
|
|
89
|
+
readonly default: "uds-banner-size-default-description";
|
|
90
|
+
};
|
|
91
|
+
bannerSizeIcon: {
|
|
92
|
+
readonly default: "uds-banner-size-default-icon";
|
|
93
|
+
};
|
|
94
|
+
bannerSizeRoot: {
|
|
95
|
+
readonly default: "uds-banner-size-default-root";
|
|
96
|
+
};
|
|
97
|
+
bannerSizeTitle: {
|
|
98
|
+
readonly default: "uds-banner-size-default-title";
|
|
99
|
+
};
|
|
100
|
+
bannerVariantIcon: {
|
|
101
|
+
readonly alert: "uds-banner-variant-alert-icon";
|
|
102
|
+
readonly "alert-secondary": "uds-banner-variant-alert-secondary-icon";
|
|
103
|
+
readonly brand: "uds-banner-variant-brand-icon";
|
|
104
|
+
readonly "brand-secondary": "uds-banner-variant-brand-secondary-icon";
|
|
105
|
+
readonly default: "uds-banner-variant-default-icon";
|
|
106
|
+
readonly info: "uds-banner-variant-info-icon";
|
|
107
|
+
readonly "info-secondary": "uds-banner-variant-info-secondary-icon";
|
|
108
|
+
readonly primary: "uds-banner-variant-primary-icon";
|
|
109
|
+
readonly secondary: "uds-banner-variant-secondary-icon";
|
|
110
|
+
readonly success: "uds-banner-variant-success-icon";
|
|
111
|
+
readonly "success-secondary": "uds-banner-variant-success-secondary-icon";
|
|
112
|
+
readonly warning: "uds-banner-variant-warning-icon";
|
|
113
|
+
readonly "warning-secondary": "uds-banner-variant-warning-secondary-icon";
|
|
114
|
+
};
|
|
115
|
+
bannerVariantRoot: {
|
|
116
|
+
readonly alert: "uds-banner-variant-alert-root";
|
|
117
|
+
readonly "alert-secondary": "uds-banner-variant-alert-secondary-root";
|
|
118
|
+
readonly brand: "uds-banner-variant-brand-root";
|
|
119
|
+
readonly "brand-secondary": "uds-banner-variant-brand-secondary-root";
|
|
120
|
+
readonly default: "uds-banner-variant-default-root";
|
|
121
|
+
readonly info: "uds-banner-variant-info-root";
|
|
122
|
+
readonly "info-secondary": "uds-banner-variant-info-secondary-root";
|
|
123
|
+
readonly primary: "uds-banner-variant-primary-root";
|
|
124
|
+
readonly secondary: "uds-banner-variant-secondary-root";
|
|
125
|
+
readonly success: "uds-banner-variant-success-root";
|
|
126
|
+
readonly "success-secondary": "uds-banner-variant-success-secondary-root";
|
|
127
|
+
readonly warning: "uds-banner-variant-warning-root";
|
|
128
|
+
readonly "warning-secondary": "uds-banner-variant-warning-secondary-root";
|
|
129
|
+
};
|
|
85
130
|
bottomsheetVariantHandleIndicator: {
|
|
86
131
|
readonly default: "uds-bottomsheet-variant-default-handleindicator";
|
|
87
132
|
};
|
|
@@ -84,6 +84,41 @@ const autoVariants = {
|
|
|
84
84
|
warning: "uds-badge-variant-warning-root",
|
|
85
85
|
"warning-secondary": "uds-badge-variant-warning-secondary-root"
|
|
86
86
|
},
|
|
87
|
+
bannerSizeClose: { default: "uds-banner-size-default-close" },
|
|
88
|
+
bannerSizeDescription: { default: "uds-banner-size-default-description" },
|
|
89
|
+
bannerSizeIcon: { default: "uds-banner-size-default-icon" },
|
|
90
|
+
bannerSizeRoot: { default: "uds-banner-size-default-root" },
|
|
91
|
+
bannerSizeTitle: { default: "uds-banner-size-default-title" },
|
|
92
|
+
bannerVariantIcon: {
|
|
93
|
+
alert: "uds-banner-variant-alert-icon",
|
|
94
|
+
"alert-secondary": "uds-banner-variant-alert-secondary-icon",
|
|
95
|
+
brand: "uds-banner-variant-brand-icon",
|
|
96
|
+
"brand-secondary": "uds-banner-variant-brand-secondary-icon",
|
|
97
|
+
default: "uds-banner-variant-default-icon",
|
|
98
|
+
info: "uds-banner-variant-info-icon",
|
|
99
|
+
"info-secondary": "uds-banner-variant-info-secondary-icon",
|
|
100
|
+
primary: "uds-banner-variant-primary-icon",
|
|
101
|
+
secondary: "uds-banner-variant-secondary-icon",
|
|
102
|
+
success: "uds-banner-variant-success-icon",
|
|
103
|
+
"success-secondary": "uds-banner-variant-success-secondary-icon",
|
|
104
|
+
warning: "uds-banner-variant-warning-icon",
|
|
105
|
+
"warning-secondary": "uds-banner-variant-warning-secondary-icon"
|
|
106
|
+
},
|
|
107
|
+
bannerVariantRoot: {
|
|
108
|
+
alert: "uds-banner-variant-alert-root",
|
|
109
|
+
"alert-secondary": "uds-banner-variant-alert-secondary-root",
|
|
110
|
+
brand: "uds-banner-variant-brand-root",
|
|
111
|
+
"brand-secondary": "uds-banner-variant-brand-secondary-root",
|
|
112
|
+
default: "uds-banner-variant-default-root",
|
|
113
|
+
info: "uds-banner-variant-info-root",
|
|
114
|
+
"info-secondary": "uds-banner-variant-info-secondary-root",
|
|
115
|
+
primary: "uds-banner-variant-primary-root",
|
|
116
|
+
secondary: "uds-banner-variant-secondary-root",
|
|
117
|
+
success: "uds-banner-variant-success-root",
|
|
118
|
+
"success-secondary": "uds-banner-variant-success-secondary-root",
|
|
119
|
+
warning: "uds-banner-variant-warning-root",
|
|
120
|
+
"warning-secondary": "uds-banner-variant-warning-secondary-root"
|
|
121
|
+
},
|
|
87
122
|
bottomsheetVariantHandleIndicator: { default: "uds-bottomsheet-variant-default-handleindicator" },
|
|
88
123
|
bottomsheetVariantHeader: { default: "uds-bottomsheet-variant-default-header" },
|
|
89
124
|
bottomsheetVariantRoot: { default: "uds-bottomsheet-variant-default-root" },
|
|
@@ -83,6 +83,41 @@ const autoVariants = {
|
|
|
83
83
|
warning: "uds-badge-variant-warning-root",
|
|
84
84
|
"warning-secondary": "uds-badge-variant-warning-secondary-root"
|
|
85
85
|
},
|
|
86
|
+
bannerSizeClose: { default: "uds-banner-size-default-close" },
|
|
87
|
+
bannerSizeDescription: { default: "uds-banner-size-default-description" },
|
|
88
|
+
bannerSizeIcon: { default: "uds-banner-size-default-icon" },
|
|
89
|
+
bannerSizeRoot: { default: "uds-banner-size-default-root" },
|
|
90
|
+
bannerSizeTitle: { default: "uds-banner-size-default-title" },
|
|
91
|
+
bannerVariantIcon: {
|
|
92
|
+
alert: "uds-banner-variant-alert-icon",
|
|
93
|
+
"alert-secondary": "uds-banner-variant-alert-secondary-icon",
|
|
94
|
+
brand: "uds-banner-variant-brand-icon",
|
|
95
|
+
"brand-secondary": "uds-banner-variant-brand-secondary-icon",
|
|
96
|
+
default: "uds-banner-variant-default-icon",
|
|
97
|
+
info: "uds-banner-variant-info-icon",
|
|
98
|
+
"info-secondary": "uds-banner-variant-info-secondary-icon",
|
|
99
|
+
primary: "uds-banner-variant-primary-icon",
|
|
100
|
+
secondary: "uds-banner-variant-secondary-icon",
|
|
101
|
+
success: "uds-banner-variant-success-icon",
|
|
102
|
+
"success-secondary": "uds-banner-variant-success-secondary-icon",
|
|
103
|
+
warning: "uds-banner-variant-warning-icon",
|
|
104
|
+
"warning-secondary": "uds-banner-variant-warning-secondary-icon"
|
|
105
|
+
},
|
|
106
|
+
bannerVariantRoot: {
|
|
107
|
+
alert: "uds-banner-variant-alert-root",
|
|
108
|
+
"alert-secondary": "uds-banner-variant-alert-secondary-root",
|
|
109
|
+
brand: "uds-banner-variant-brand-root",
|
|
110
|
+
"brand-secondary": "uds-banner-variant-brand-secondary-root",
|
|
111
|
+
default: "uds-banner-variant-default-root",
|
|
112
|
+
info: "uds-banner-variant-info-root",
|
|
113
|
+
"info-secondary": "uds-banner-variant-info-secondary-root",
|
|
114
|
+
primary: "uds-banner-variant-primary-root",
|
|
115
|
+
secondary: "uds-banner-variant-secondary-root",
|
|
116
|
+
success: "uds-banner-variant-success-root",
|
|
117
|
+
"success-secondary": "uds-banner-variant-success-secondary-root",
|
|
118
|
+
warning: "uds-banner-variant-warning-root",
|
|
119
|
+
"warning-secondary": "uds-banner-variant-warning-secondary-root"
|
|
120
|
+
},
|
|
86
121
|
bottomsheetVariantHandleIndicator: { default: "uds-bottomsheet-variant-default-handleindicator" },
|
|
87
122
|
bottomsheetVariantHeader: { default: "uds-bottomsheet-variant-default-header" },
|
|
88
123
|
bottomsheetVariantRoot: { default: "uds-bottomsheet-variant-default-root" },
|