@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
|
@@ -528,6 +528,227 @@ declare const BadgeConfig: {
|
|
|
528
528
|
};
|
|
529
529
|
};
|
|
530
530
|
};
|
|
531
|
+
declare const BannerConfig: {
|
|
532
|
+
readonly description: "Inline notification banner for contextual messages with optional actions.";
|
|
533
|
+
readonly label: "Banner";
|
|
534
|
+
readonly variants: {
|
|
535
|
+
readonly size: {
|
|
536
|
+
readonly default: "default";
|
|
537
|
+
readonly description: "Size configuration for the banner";
|
|
538
|
+
readonly label: "Size";
|
|
539
|
+
readonly layers: {
|
|
540
|
+
readonly close: {
|
|
541
|
+
readonly label: "close";
|
|
542
|
+
readonly properties: {
|
|
543
|
+
readonly size: {
|
|
544
|
+
readonly defaults: {
|
|
545
|
+
readonly default: "sm";
|
|
546
|
+
};
|
|
547
|
+
readonly label: "close icon size";
|
|
548
|
+
readonly name: "iconSize";
|
|
549
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
550
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
readonly description: {
|
|
555
|
+
readonly label: "description";
|
|
556
|
+
readonly properties: {
|
|
557
|
+
readonly textVariant: {
|
|
558
|
+
readonly defaults: {
|
|
559
|
+
readonly default: "ui3";
|
|
560
|
+
};
|
|
561
|
+
readonly label: "Description text variant";
|
|
562
|
+
readonly name: "textVariant";
|
|
563
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
564
|
+
readonly values: readonly [readonly ["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"]];
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
readonly icon: {
|
|
569
|
+
readonly label: "icon";
|
|
570
|
+
readonly properties: {
|
|
571
|
+
readonly size: {
|
|
572
|
+
readonly defaults: {
|
|
573
|
+
readonly default: "md";
|
|
574
|
+
};
|
|
575
|
+
readonly label: "Start icon size";
|
|
576
|
+
readonly name: "iconSize";
|
|
577
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
578
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
582
|
+
readonly root: {
|
|
583
|
+
readonly label: "root";
|
|
584
|
+
readonly properties: {
|
|
585
|
+
readonly borderRadius: {
|
|
586
|
+
readonly defaults: {
|
|
587
|
+
readonly alert: "lg";
|
|
588
|
+
readonly 'alert-secondary': "lg";
|
|
589
|
+
readonly brand: "lg";
|
|
590
|
+
readonly 'brand-secondary': "lg";
|
|
591
|
+
readonly default: "lg";
|
|
592
|
+
readonly info: "lg";
|
|
593
|
+
readonly 'info-secondary': "lg";
|
|
594
|
+
readonly primary: "lg";
|
|
595
|
+
readonly secondary: "lg";
|
|
596
|
+
readonly success: "lg";
|
|
597
|
+
readonly 'success-secondary': "lg";
|
|
598
|
+
readonly warning: "lg";
|
|
599
|
+
readonly 'warning-secondary': "lg";
|
|
600
|
+
};
|
|
601
|
+
readonly label: "Border radius";
|
|
602
|
+
readonly name: "borderRadius";
|
|
603
|
+
readonly typeOfFixture: readonly ["borderRadii"];
|
|
604
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
|
|
605
|
+
};
|
|
606
|
+
readonly gap: {
|
|
607
|
+
readonly defaults: {
|
|
608
|
+
readonly default: "2";
|
|
609
|
+
};
|
|
610
|
+
readonly label: "Gap";
|
|
611
|
+
readonly name: "gap";
|
|
612
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
613
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
614
|
+
};
|
|
615
|
+
readonly spacingHorizontal: {
|
|
616
|
+
readonly defaults: {
|
|
617
|
+
readonly default: "3";
|
|
618
|
+
};
|
|
619
|
+
readonly label: "Spacing horizontal";
|
|
620
|
+
readonly name: "spacingHorizontal";
|
|
621
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
622
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
623
|
+
};
|
|
624
|
+
readonly spacingVertical: {
|
|
625
|
+
readonly defaults: {
|
|
626
|
+
readonly default: "3";
|
|
627
|
+
};
|
|
628
|
+
readonly label: "Spacing vertical";
|
|
629
|
+
readonly name: "spacingVertical";
|
|
630
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
631
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
readonly title: {
|
|
636
|
+
readonly label: "title";
|
|
637
|
+
readonly properties: {
|
|
638
|
+
readonly textVariant: {
|
|
639
|
+
readonly defaults: {
|
|
640
|
+
readonly default: "ui3/emphasized";
|
|
641
|
+
};
|
|
642
|
+
readonly label: "Title text variant";
|
|
643
|
+
readonly name: "textVariant";
|
|
644
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
645
|
+
readonly values: readonly [readonly ["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"]];
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
readonly options: readonly ["default"];
|
|
651
|
+
};
|
|
652
|
+
readonly variant: {
|
|
653
|
+
readonly default: "primary";
|
|
654
|
+
readonly description: "";
|
|
655
|
+
readonly label: "Variant";
|
|
656
|
+
readonly layers: {
|
|
657
|
+
readonly icon: {
|
|
658
|
+
readonly label: "icon";
|
|
659
|
+
readonly properties: {
|
|
660
|
+
readonly color: {
|
|
661
|
+
readonly defaults: {
|
|
662
|
+
readonly alert: "alert";
|
|
663
|
+
readonly 'alert-secondary': "alert-secondary";
|
|
664
|
+
readonly brand: "secondary";
|
|
665
|
+
readonly 'brand-secondary': "secondary";
|
|
666
|
+
readonly info: "info";
|
|
667
|
+
readonly 'info-secondary': "info";
|
|
668
|
+
readonly primary: "secondary";
|
|
669
|
+
readonly secondary: "secondary";
|
|
670
|
+
readonly success: "positive";
|
|
671
|
+
readonly 'success-secondary': "positive-secondary";
|
|
672
|
+
readonly warning: "warning";
|
|
673
|
+
readonly 'warning-secondary': "warning-secondary";
|
|
674
|
+
};
|
|
675
|
+
readonly label: "Icon color";
|
|
676
|
+
readonly name: "color";
|
|
677
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
678
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted", "on-color"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
readonly root: {
|
|
683
|
+
readonly label: "root";
|
|
684
|
+
readonly properties: {
|
|
685
|
+
readonly backgroundColor: {
|
|
686
|
+
readonly defaults: {
|
|
687
|
+
readonly alert: "alert-secondary";
|
|
688
|
+
readonly 'alert-secondary': "primary";
|
|
689
|
+
readonly brand: "brand-secondary";
|
|
690
|
+
readonly 'brand-secondary': "primary";
|
|
691
|
+
readonly info: "info-secondary";
|
|
692
|
+
readonly 'info-secondary': "primary";
|
|
693
|
+
readonly primary: "accent";
|
|
694
|
+
readonly secondary: "primary";
|
|
695
|
+
readonly success: "positive-secondary";
|
|
696
|
+
readonly 'success-secondary': "primary";
|
|
697
|
+
readonly warning: "warning-secondary";
|
|
698
|
+
readonly 'warning-secondary': "primary";
|
|
699
|
+
};
|
|
700
|
+
readonly label: "Background color";
|
|
701
|
+
readonly name: "backgroundColor";
|
|
702
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases"];
|
|
703
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
704
|
+
};
|
|
705
|
+
readonly borderColor: {
|
|
706
|
+
readonly defaults: {
|
|
707
|
+
readonly alert: "muted";
|
|
708
|
+
readonly 'alert-secondary': "alert-secondary";
|
|
709
|
+
readonly brand: "muted";
|
|
710
|
+
readonly 'brand-secondary': "brand";
|
|
711
|
+
readonly info: "muted";
|
|
712
|
+
readonly 'info-secondary': "info-secondary";
|
|
713
|
+
readonly primary: "muted";
|
|
714
|
+
readonly secondary: "accent";
|
|
715
|
+
readonly success: "muted";
|
|
716
|
+
readonly 'success-secondary': "positive-secondary";
|
|
717
|
+
readonly warning: "muted";
|
|
718
|
+
readonly 'warning-secondary': "warning-secondary";
|
|
719
|
+
};
|
|
720
|
+
readonly label: "Border color";
|
|
721
|
+
readonly name: "borderColor";
|
|
722
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases"];
|
|
723
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
724
|
+
};
|
|
725
|
+
readonly borderWidth: {
|
|
726
|
+
readonly defaults: {
|
|
727
|
+
readonly alert: "thin";
|
|
728
|
+
readonly 'alert-secondary': "thin";
|
|
729
|
+
readonly brand: "thin";
|
|
730
|
+
readonly 'brand-secondary': "thin";
|
|
731
|
+
readonly info: "thin";
|
|
732
|
+
readonly 'info-secondary': "thin";
|
|
733
|
+
readonly primary: "thin";
|
|
734
|
+
readonly secondary: "thin";
|
|
735
|
+
readonly success: "thin";
|
|
736
|
+
readonly 'success-secondary': "thin";
|
|
737
|
+
readonly warning: "thin";
|
|
738
|
+
readonly 'warning-secondary': "thin";
|
|
739
|
+
};
|
|
740
|
+
readonly label: "Border width";
|
|
741
|
+
readonly name: "borderWidth";
|
|
742
|
+
readonly typeOfFixture: readonly ["borderWidths"];
|
|
743
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"]];
|
|
744
|
+
};
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
readonly options: readonly ["primary", "secondary", "brand", "brand-secondary", "alert", "alert-secondary", "warning", "warning-secondary", "success", "success-secondary", "info", "info-secondary"];
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
};
|
|
531
752
|
declare const BottomSheetConfig: {
|
|
532
753
|
readonly description: "Bottom anchored floating surface with optional scrim.";
|
|
533
754
|
readonly label: "BottomSheet";
|
|
@@ -3923,4 +4144,4 @@ declare const TooltipConfig: {
|
|
|
3923
4144
|
};
|
|
3924
4145
|
}; //#endregion
|
|
3925
4146
|
//#endregion
|
|
3926
|
-
export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
|
|
4147
|
+
export { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
|
|
@@ -528,6 +528,227 @@ declare const BadgeConfig: {
|
|
|
528
528
|
};
|
|
529
529
|
};
|
|
530
530
|
};
|
|
531
|
+
declare const BannerConfig: {
|
|
532
|
+
readonly description: "Inline notification banner for contextual messages with optional actions.";
|
|
533
|
+
readonly label: "Banner";
|
|
534
|
+
readonly variants: {
|
|
535
|
+
readonly size: {
|
|
536
|
+
readonly default: "default";
|
|
537
|
+
readonly description: "Size configuration for the banner";
|
|
538
|
+
readonly label: "Size";
|
|
539
|
+
readonly layers: {
|
|
540
|
+
readonly close: {
|
|
541
|
+
readonly label: "close";
|
|
542
|
+
readonly properties: {
|
|
543
|
+
readonly size: {
|
|
544
|
+
readonly defaults: {
|
|
545
|
+
readonly default: "sm";
|
|
546
|
+
};
|
|
547
|
+
readonly label: "close icon size";
|
|
548
|
+
readonly name: "iconSize";
|
|
549
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
550
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
readonly description: {
|
|
555
|
+
readonly label: "description";
|
|
556
|
+
readonly properties: {
|
|
557
|
+
readonly textVariant: {
|
|
558
|
+
readonly defaults: {
|
|
559
|
+
readonly default: "ui3";
|
|
560
|
+
};
|
|
561
|
+
readonly label: "Description text variant";
|
|
562
|
+
readonly name: "textVariant";
|
|
563
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
564
|
+
readonly values: readonly [readonly ["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"]];
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
readonly icon: {
|
|
569
|
+
readonly label: "icon";
|
|
570
|
+
readonly properties: {
|
|
571
|
+
readonly size: {
|
|
572
|
+
readonly defaults: {
|
|
573
|
+
readonly default: "md";
|
|
574
|
+
};
|
|
575
|
+
readonly label: "Start icon size";
|
|
576
|
+
readonly name: "iconSize";
|
|
577
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
578
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
582
|
+
readonly root: {
|
|
583
|
+
readonly label: "root";
|
|
584
|
+
readonly properties: {
|
|
585
|
+
readonly borderRadius: {
|
|
586
|
+
readonly defaults: {
|
|
587
|
+
readonly alert: "lg";
|
|
588
|
+
readonly 'alert-secondary': "lg";
|
|
589
|
+
readonly brand: "lg";
|
|
590
|
+
readonly 'brand-secondary': "lg";
|
|
591
|
+
readonly default: "lg";
|
|
592
|
+
readonly info: "lg";
|
|
593
|
+
readonly 'info-secondary': "lg";
|
|
594
|
+
readonly primary: "lg";
|
|
595
|
+
readonly secondary: "lg";
|
|
596
|
+
readonly success: "lg";
|
|
597
|
+
readonly 'success-secondary': "lg";
|
|
598
|
+
readonly warning: "lg";
|
|
599
|
+
readonly 'warning-secondary': "lg";
|
|
600
|
+
};
|
|
601
|
+
readonly label: "Border radius";
|
|
602
|
+
readonly name: "borderRadius";
|
|
603
|
+
readonly typeOfFixture: readonly ["borderRadii"];
|
|
604
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
|
|
605
|
+
};
|
|
606
|
+
readonly gap: {
|
|
607
|
+
readonly defaults: {
|
|
608
|
+
readonly default: "2";
|
|
609
|
+
};
|
|
610
|
+
readonly label: "Gap";
|
|
611
|
+
readonly name: "gap";
|
|
612
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
613
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
614
|
+
};
|
|
615
|
+
readonly spacingHorizontal: {
|
|
616
|
+
readonly defaults: {
|
|
617
|
+
readonly default: "3";
|
|
618
|
+
};
|
|
619
|
+
readonly label: "Spacing horizontal";
|
|
620
|
+
readonly name: "spacingHorizontal";
|
|
621
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
622
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
623
|
+
};
|
|
624
|
+
readonly spacingVertical: {
|
|
625
|
+
readonly defaults: {
|
|
626
|
+
readonly default: "3";
|
|
627
|
+
};
|
|
628
|
+
readonly label: "Spacing vertical";
|
|
629
|
+
readonly name: "spacingVertical";
|
|
630
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
631
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "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"]];
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
readonly title: {
|
|
636
|
+
readonly label: "title";
|
|
637
|
+
readonly properties: {
|
|
638
|
+
readonly textVariant: {
|
|
639
|
+
readonly defaults: {
|
|
640
|
+
readonly default: "ui3/emphasized";
|
|
641
|
+
};
|
|
642
|
+
readonly label: "Title text variant";
|
|
643
|
+
readonly name: "textVariant";
|
|
644
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
645
|
+
readonly values: readonly [readonly ["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"]];
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
readonly options: readonly ["default"];
|
|
651
|
+
};
|
|
652
|
+
readonly variant: {
|
|
653
|
+
readonly default: "primary";
|
|
654
|
+
readonly description: "";
|
|
655
|
+
readonly label: "Variant";
|
|
656
|
+
readonly layers: {
|
|
657
|
+
readonly icon: {
|
|
658
|
+
readonly label: "icon";
|
|
659
|
+
readonly properties: {
|
|
660
|
+
readonly color: {
|
|
661
|
+
readonly defaults: {
|
|
662
|
+
readonly alert: "alert";
|
|
663
|
+
readonly 'alert-secondary': "alert-secondary";
|
|
664
|
+
readonly brand: "secondary";
|
|
665
|
+
readonly 'brand-secondary': "secondary";
|
|
666
|
+
readonly info: "info";
|
|
667
|
+
readonly 'info-secondary': "info";
|
|
668
|
+
readonly primary: "secondary";
|
|
669
|
+
readonly secondary: "secondary";
|
|
670
|
+
readonly success: "positive";
|
|
671
|
+
readonly 'success-secondary': "positive-secondary";
|
|
672
|
+
readonly warning: "warning";
|
|
673
|
+
readonly 'warning-secondary': "warning-secondary";
|
|
674
|
+
};
|
|
675
|
+
readonly label: "Icon color";
|
|
676
|
+
readonly name: "color";
|
|
677
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
678
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted", "on-color"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
readonly root: {
|
|
683
|
+
readonly label: "root";
|
|
684
|
+
readonly properties: {
|
|
685
|
+
readonly backgroundColor: {
|
|
686
|
+
readonly defaults: {
|
|
687
|
+
readonly alert: "alert-secondary";
|
|
688
|
+
readonly 'alert-secondary': "primary";
|
|
689
|
+
readonly brand: "brand-secondary";
|
|
690
|
+
readonly 'brand-secondary': "primary";
|
|
691
|
+
readonly info: "info-secondary";
|
|
692
|
+
readonly 'info-secondary': "primary";
|
|
693
|
+
readonly primary: "accent";
|
|
694
|
+
readonly secondary: "primary";
|
|
695
|
+
readonly success: "positive-secondary";
|
|
696
|
+
readonly 'success-secondary': "primary";
|
|
697
|
+
readonly warning: "warning-secondary";
|
|
698
|
+
readonly 'warning-secondary': "primary";
|
|
699
|
+
};
|
|
700
|
+
readonly label: "Background color";
|
|
701
|
+
readonly name: "backgroundColor";
|
|
702
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases"];
|
|
703
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
704
|
+
};
|
|
705
|
+
readonly borderColor: {
|
|
706
|
+
readonly defaults: {
|
|
707
|
+
readonly alert: "muted";
|
|
708
|
+
readonly 'alert-secondary': "alert-secondary";
|
|
709
|
+
readonly brand: "muted";
|
|
710
|
+
readonly 'brand-secondary': "brand";
|
|
711
|
+
readonly info: "muted";
|
|
712
|
+
readonly 'info-secondary': "info-secondary";
|
|
713
|
+
readonly primary: "muted";
|
|
714
|
+
readonly secondary: "accent";
|
|
715
|
+
readonly success: "muted";
|
|
716
|
+
readonly 'success-secondary': "positive-secondary";
|
|
717
|
+
readonly warning: "muted";
|
|
718
|
+
readonly 'warning-secondary': "warning-secondary";
|
|
719
|
+
};
|
|
720
|
+
readonly label: "Border color";
|
|
721
|
+
readonly name: "borderColor";
|
|
722
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases"];
|
|
723
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
724
|
+
};
|
|
725
|
+
readonly borderWidth: {
|
|
726
|
+
readonly defaults: {
|
|
727
|
+
readonly alert: "thin";
|
|
728
|
+
readonly 'alert-secondary': "thin";
|
|
729
|
+
readonly brand: "thin";
|
|
730
|
+
readonly 'brand-secondary': "thin";
|
|
731
|
+
readonly info: "thin";
|
|
732
|
+
readonly 'info-secondary': "thin";
|
|
733
|
+
readonly primary: "thin";
|
|
734
|
+
readonly secondary: "thin";
|
|
735
|
+
readonly success: "thin";
|
|
736
|
+
readonly 'success-secondary': "thin";
|
|
737
|
+
readonly warning: "thin";
|
|
738
|
+
readonly 'warning-secondary': "thin";
|
|
739
|
+
};
|
|
740
|
+
readonly label: "Border width";
|
|
741
|
+
readonly name: "borderWidth";
|
|
742
|
+
readonly typeOfFixture: readonly ["borderWidths"];
|
|
743
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"]];
|
|
744
|
+
};
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
readonly options: readonly ["primary", "secondary", "brand", "brand-secondary", "alert", "alert-secondary", "warning", "warning-secondary", "success", "success-secondary", "info", "info-secondary"];
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
};
|
|
531
752
|
declare const BottomSheetConfig: {
|
|
532
753
|
readonly description: "Bottom anchored floating surface with optional scrim.";
|
|
533
754
|
readonly label: "BottomSheet";
|
|
@@ -3923,4 +4144,4 @@ declare const TooltipConfig: {
|
|
|
3923
4144
|
};
|
|
3924
4145
|
}; //#endregion
|
|
3925
4146
|
//#endregion
|
|
3926
|
-
export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
|
|
4147
|
+
export { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
|