@yahoo/uds 3.125.1 → 3.127.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 +60 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +2558 -1490
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +2558 -1490
- package/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +12 -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/automated-config/dist/utils/index.cjs +103 -6
- package/dist/automated-config/dist/utils/index.js +103 -6
- 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/client/Avatar/AvatarIcon.cjs +2 -2
- package/dist/components/client/Avatar/AvatarIcon.js +2 -2
- 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 +2 -2
- package/dist/components/client/Checkbox.js +2 -2
- 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 +1 -1
- package/dist/components/client/Input/Input.js +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.cjs +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.js +1 -1
- 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/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Switch.cjs +1 -1
- package/dist/components/client/Switch.js +1 -1
- package/dist/components/client/Tabs/Tab.cjs +80 -0
- package/dist/components/client/Tabs/Tab.d.cts +20 -0
- package/dist/components/client/Tabs/Tab.d.ts +21 -0
- package/dist/components/client/Tabs/Tab.js +78 -0
- package/dist/components/client/Tabs/TabList.cjs +132 -0
- package/dist/components/client/Tabs/TabList.d.cts +9 -0
- package/dist/components/client/Tabs/TabList.d.ts +10 -0
- package/dist/components/client/Tabs/TabList.js +130 -0
- package/dist/components/client/Tabs/TabPanel.cjs +22 -0
- package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
- package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
- package/dist/components/client/Tabs/TabPanel.js +20 -0
- package/dist/components/client/Tabs/Tabs.cjs +53 -0
- package/dist/components/client/Tabs/Tabs.d.cts +45 -0
- package/dist/components/client/Tabs/Tabs.d.ts +46 -0
- package/dist/components/client/Tabs/Tabs.js +51 -0
- package/dist/components/client/Tabs/index.cjs +12 -0
- package/dist/components/client/Tabs/index.d.cts +7 -0
- package/dist/components/client/Tabs/index.d.ts +8 -0
- package/dist/components/client/Tabs/index.js +8 -0
- package/dist/components/client/Tabs/tabsContext.cjs +18 -0
- package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
- package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
- package/dist/components/client/Tabs/tabsContext.js +15 -0
- 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 +9 -1
- package/dist/components/client/index.d.cts +7 -1
- package/dist/components/client/index.d.ts +7 -1
- package/dist/components/client/index.js +6 -2
- 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.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/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +0 -9
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +1 -6
- package/dist/components/index.cjs +27 -3
- package/dist/components/index.d.cts +11 -1
- package/dist/components/index.d.ts +11 -1
- package/dist/components/index.js +20 -4
- package/dist/config/dist/index.cjs +1496 -339
- package/dist/config/dist/index.js +1496 -339
- package/dist/index.cjs +22 -3
- package/dist/index.d.cts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +13 -5
- package/dist/styles/styler.d.cts +107 -93
- package/dist/styles/styler.d.ts +107 -93
- package/dist/styles/variants.d.cts +74 -0
- package/dist/styles/variants.d.ts +74 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +1496 -339
- package/dist/tailwind/dist/config/dist/index.js +1496 -339
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -1
- package/dist/tailwind/dist/css/utils.js +3 -1
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +3 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +4 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tailwind/dist/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 +3 -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 +3 -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 +3 -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 +70 -1
- package/dist/types/dist/index.d.ts +70 -1
- package/dist/uds/generated/componentData.cjs +1030 -774
- package/dist/uds/generated/componentData.js +893 -679
- package/dist/uds/generated/tailwindPurge.cjs +41 -43
- package/dist/uds/generated/tailwindPurge.js +41 -43
- package/generated/componentData.json +1693 -1432
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/experimental/client/Tabs.cjs +0 -76
- package/dist/components/experimental/client/Tabs.d.cts +0 -31
- package/dist/components/experimental/client/Tabs.d.ts +0 -32
- package/dist/components/experimental/client/Tabs.js +0 -71
|
@@ -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";
|
|
@@ -3443,6 +3664,310 @@ declare const SwitchConfig: {
|
|
|
3443
3664
|
};
|
|
3444
3665
|
};
|
|
3445
3666
|
};
|
|
3667
|
+
declare const TabConfig: {
|
|
3668
|
+
readonly description: "Tabs organize content into multiple sections and allow users to navigate between them.";
|
|
3669
|
+
readonly label: "Tab";
|
|
3670
|
+
readonly variants: {
|
|
3671
|
+
readonly size: {
|
|
3672
|
+
readonly default: "default";
|
|
3673
|
+
readonly description: "These sizes will apply across all variants";
|
|
3674
|
+
readonly label: "Size";
|
|
3675
|
+
readonly layers: {
|
|
3676
|
+
readonly icon: {
|
|
3677
|
+
readonly label: "icon";
|
|
3678
|
+
readonly properties: {
|
|
3679
|
+
readonly size: {
|
|
3680
|
+
readonly defaults: {
|
|
3681
|
+
readonly default: "sm";
|
|
3682
|
+
};
|
|
3683
|
+
readonly label: "Icon size";
|
|
3684
|
+
readonly name: "iconSize";
|
|
3685
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
3686
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
3687
|
+
};
|
|
3688
|
+
};
|
|
3689
|
+
};
|
|
3690
|
+
readonly root: {
|
|
3691
|
+
readonly label: "root";
|
|
3692
|
+
readonly properties: {
|
|
3693
|
+
readonly gap: {
|
|
3694
|
+
readonly defaults: {
|
|
3695
|
+
readonly default: "1.5";
|
|
3696
|
+
};
|
|
3697
|
+
readonly label: "Gap";
|
|
3698
|
+
readonly name: "gap";
|
|
3699
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3700
|
+
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"]];
|
|
3701
|
+
};
|
|
3702
|
+
readonly spacingHorizontal: {
|
|
3703
|
+
readonly defaults: {
|
|
3704
|
+
readonly default: "3";
|
|
3705
|
+
};
|
|
3706
|
+
readonly label: "Tab spacing horizontal";
|
|
3707
|
+
readonly name: "spacingHorizontal";
|
|
3708
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3709
|
+
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"]];
|
|
3710
|
+
};
|
|
3711
|
+
readonly spacingVertical: {
|
|
3712
|
+
readonly defaults: {
|
|
3713
|
+
readonly default: "2.5";
|
|
3714
|
+
};
|
|
3715
|
+
readonly label: "Tab spacing vertical";
|
|
3716
|
+
readonly name: "spacingVertical";
|
|
3717
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3718
|
+
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"]];
|
|
3719
|
+
};
|
|
3720
|
+
readonly textVariant: {
|
|
3721
|
+
readonly defaults: {
|
|
3722
|
+
readonly default: "label4/emphasized";
|
|
3723
|
+
};
|
|
3724
|
+
readonly label: "Text variant";
|
|
3725
|
+
readonly name: "textVariant";
|
|
3726
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
3727
|
+
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"]];
|
|
3728
|
+
};
|
|
3729
|
+
};
|
|
3730
|
+
};
|
|
3731
|
+
};
|
|
3732
|
+
readonly options: readonly ["default"];
|
|
3733
|
+
};
|
|
3734
|
+
readonly variant: {
|
|
3735
|
+
readonly componentStates: {
|
|
3736
|
+
readonly active: {
|
|
3737
|
+
readonly label: "active";
|
|
3738
|
+
readonly layers: {
|
|
3739
|
+
readonly icon: {
|
|
3740
|
+
readonly label: "icon";
|
|
3741
|
+
readonly properties: {
|
|
3742
|
+
readonly color: {
|
|
3743
|
+
readonly defaults: {
|
|
3744
|
+
readonly primary: "tertiary";
|
|
3745
|
+
readonly secondary: "tertiary";
|
|
3746
|
+
};
|
|
3747
|
+
readonly label: "Icon color";
|
|
3748
|
+
readonly name: "color";
|
|
3749
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3750
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
3751
|
+
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"]];
|
|
3752
|
+
};
|
|
3753
|
+
};
|
|
3754
|
+
};
|
|
3755
|
+
readonly root: {
|
|
3756
|
+
readonly label: "root";
|
|
3757
|
+
readonly properties: {
|
|
3758
|
+
readonly backgroundColor: {
|
|
3759
|
+
readonly defaults: {
|
|
3760
|
+
readonly primary: "always/transparent";
|
|
3761
|
+
readonly secondary: "primary";
|
|
3762
|
+
};
|
|
3763
|
+
readonly label: "Background color";
|
|
3764
|
+
readonly name: "backgroundColor";
|
|
3765
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3766
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases"];
|
|
3767
|
+
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"]];
|
|
3768
|
+
};
|
|
3769
|
+
readonly borderColor: {
|
|
3770
|
+
readonly defaults: {
|
|
3771
|
+
readonly primary: "brand";
|
|
3772
|
+
readonly secondary: "tertiary";
|
|
3773
|
+
};
|
|
3774
|
+
readonly label: "Border color";
|
|
3775
|
+
readonly name: "borderColor";
|
|
3776
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3777
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3778
|
+
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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3779
|
+
};
|
|
3780
|
+
readonly borderRadius: {
|
|
3781
|
+
readonly defaults: {
|
|
3782
|
+
readonly primary: "none";
|
|
3783
|
+
readonly secondary: "full";
|
|
3784
|
+
};
|
|
3785
|
+
readonly label: "Border radius";
|
|
3786
|
+
readonly name: "borderRadius";
|
|
3787
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3788
|
+
readonly typeOfFixture: readonly ["borderRadii"];
|
|
3789
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
|
|
3790
|
+
};
|
|
3791
|
+
readonly borderWidth: {
|
|
3792
|
+
readonly defaults: {
|
|
3793
|
+
readonly primary: "none";
|
|
3794
|
+
readonly secondary: "none";
|
|
3795
|
+
};
|
|
3796
|
+
readonly label: "Border width";
|
|
3797
|
+
readonly name: "borderWidth";
|
|
3798
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3799
|
+
readonly typeOfFixture: readonly ["borderWidths"];
|
|
3800
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"]];
|
|
3801
|
+
};
|
|
3802
|
+
readonly color: {
|
|
3803
|
+
readonly defaults: {
|
|
3804
|
+
readonly primary: "tertiary";
|
|
3805
|
+
readonly secondary: "tertiary";
|
|
3806
|
+
};
|
|
3807
|
+
readonly label: "Text color";
|
|
3808
|
+
readonly name: "color";
|
|
3809
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3810
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
3811
|
+
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"]];
|
|
3812
|
+
};
|
|
3813
|
+
readonly shadow: {
|
|
3814
|
+
readonly defaults: {
|
|
3815
|
+
readonly primary: "none";
|
|
3816
|
+
readonly secondary: "none";
|
|
3817
|
+
};
|
|
3818
|
+
readonly label: "Shadow";
|
|
3819
|
+
readonly name: "shadow";
|
|
3820
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3821
|
+
readonly supportsCustom: true;
|
|
3822
|
+
readonly typeOfFixture: readonly ["shadowVariants", "elevationAliases"];
|
|
3823
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3824
|
+
};
|
|
3825
|
+
readonly underlineColor: {
|
|
3826
|
+
readonly defaults: {
|
|
3827
|
+
readonly primary: "brand";
|
|
3828
|
+
readonly secondary: "primary";
|
|
3829
|
+
};
|
|
3830
|
+
readonly label: "Underline color";
|
|
3831
|
+
readonly name: "underlineColor";
|
|
3832
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3833
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3834
|
+
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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3835
|
+
};
|
|
3836
|
+
readonly underlineWidth: {
|
|
3837
|
+
readonly defaults: {
|
|
3838
|
+
readonly primary: "medium";
|
|
3839
|
+
readonly secondary: "none";
|
|
3840
|
+
};
|
|
3841
|
+
readonly label: "Underline width";
|
|
3842
|
+
readonly name: "underlineWidth";
|
|
3843
|
+
readonly pseudoStates: ["hover", "pressed"];
|
|
3844
|
+
readonly typeOfFixture: readonly ["borderWidths"];
|
|
3845
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"]];
|
|
3846
|
+
};
|
|
3847
|
+
};
|
|
3848
|
+
};
|
|
3849
|
+
};
|
|
3850
|
+
readonly options: readonly ["on", "off"];
|
|
3851
|
+
};
|
|
3852
|
+
};
|
|
3853
|
+
readonly default: "primary";
|
|
3854
|
+
readonly description: "";
|
|
3855
|
+
readonly label: "Variant";
|
|
3856
|
+
readonly options: readonly ["primary", "secondary"];
|
|
3857
|
+
};
|
|
3858
|
+
};
|
|
3859
|
+
};
|
|
3860
|
+
declare const TabsConfig: {
|
|
3861
|
+
readonly description: "Tabs container.";
|
|
3862
|
+
readonly label: "Tabs";
|
|
3863
|
+
readonly variants: {
|
|
3864
|
+
readonly variant: {
|
|
3865
|
+
readonly default: "primary";
|
|
3866
|
+
readonly description: "";
|
|
3867
|
+
readonly label: "Variant";
|
|
3868
|
+
readonly layers: {
|
|
3869
|
+
readonly root: {
|
|
3870
|
+
readonly label: "root";
|
|
3871
|
+
readonly properties: {
|
|
3872
|
+
readonly backgroundColor: {
|
|
3873
|
+
readonly defaults: {
|
|
3874
|
+
readonly primary: "always/transparent";
|
|
3875
|
+
readonly secondary: "secondary";
|
|
3876
|
+
};
|
|
3877
|
+
readonly label: "Background color";
|
|
3878
|
+
readonly name: "backgroundColor";
|
|
3879
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases"];
|
|
3880
|
+
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"]];
|
|
3881
|
+
};
|
|
3882
|
+
readonly borderColor: {
|
|
3883
|
+
readonly defaults: {
|
|
3884
|
+
readonly primary: "primary";
|
|
3885
|
+
readonly secondary: "primary";
|
|
3886
|
+
};
|
|
3887
|
+
readonly label: "Border color";
|
|
3888
|
+
readonly name: "borderColor";
|
|
3889
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3890
|
+
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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3891
|
+
};
|
|
3892
|
+
readonly borderRadius: {
|
|
3893
|
+
readonly defaults: {
|
|
3894
|
+
readonly primary: "none";
|
|
3895
|
+
readonly secondary: "full";
|
|
3896
|
+
};
|
|
3897
|
+
readonly label: "Border radius";
|
|
3898
|
+
readonly name: "borderRadius";
|
|
3899
|
+
readonly typeOfFixture: readonly ["borderRadii"];
|
|
3900
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
|
|
3901
|
+
};
|
|
3902
|
+
readonly borderWidth: {
|
|
3903
|
+
readonly defaults: {
|
|
3904
|
+
readonly primary: "none";
|
|
3905
|
+
readonly secondary: "none";
|
|
3906
|
+
};
|
|
3907
|
+
readonly label: "Border width";
|
|
3908
|
+
readonly name: "borderWidth";
|
|
3909
|
+
readonly typeOfFixture: readonly ["borderWidths", "spacingAliases", "elevationAliases"];
|
|
3910
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"], 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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3911
|
+
};
|
|
3912
|
+
readonly gap: {
|
|
3913
|
+
readonly defaults: {
|
|
3914
|
+
readonly primary: "1";
|
|
3915
|
+
readonly secondary: "1";
|
|
3916
|
+
};
|
|
3917
|
+
readonly label: "Gap";
|
|
3918
|
+
readonly name: "gap";
|
|
3919
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3920
|
+
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"]];
|
|
3921
|
+
};
|
|
3922
|
+
readonly insetShadow: {
|
|
3923
|
+
readonly defaults: {
|
|
3924
|
+
readonly primary: "none";
|
|
3925
|
+
readonly secondary: "sm";
|
|
3926
|
+
};
|
|
3927
|
+
readonly label: "Inset shadow";
|
|
3928
|
+
readonly name: "insetShadow";
|
|
3929
|
+
readonly supportsCustom: true;
|
|
3930
|
+
readonly typeOfFixture: readonly ["shadowVariantsWithInvert"];
|
|
3931
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl", "xs-invert", "sm-invert", "md-invert", "lg-invert", "xl-invert", "2xl-invert"]];
|
|
3932
|
+
};
|
|
3933
|
+
readonly shadow: {
|
|
3934
|
+
readonly defaults: {
|
|
3935
|
+
readonly primary: "none";
|
|
3936
|
+
readonly secondary: "none";
|
|
3937
|
+
};
|
|
3938
|
+
readonly label: "Shadow";
|
|
3939
|
+
readonly name: "shadow";
|
|
3940
|
+
readonly supportsCustom: true;
|
|
3941
|
+
readonly typeOfFixture: readonly ["shadowVariants", "elevationAliases"];
|
|
3942
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3943
|
+
};
|
|
3944
|
+
readonly spacingHorizontal: {
|
|
3945
|
+
readonly defaults: {
|
|
3946
|
+
readonly primary: "0";
|
|
3947
|
+
readonly secondary: "1.5";
|
|
3948
|
+
};
|
|
3949
|
+
readonly label: "spacing horizontal";
|
|
3950
|
+
readonly name: "spacingHorizontal";
|
|
3951
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3952
|
+
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"]];
|
|
3953
|
+
};
|
|
3954
|
+
readonly spacingVertical: {
|
|
3955
|
+
readonly defaults: {
|
|
3956
|
+
readonly primary: "0";
|
|
3957
|
+
readonly secondary: "1.5";
|
|
3958
|
+
};
|
|
3959
|
+
readonly label: "spacing vertical";
|
|
3960
|
+
readonly name: "spacingVertical";
|
|
3961
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3962
|
+
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"]];
|
|
3963
|
+
};
|
|
3964
|
+
};
|
|
3965
|
+
};
|
|
3966
|
+
};
|
|
3967
|
+
readonly options: readonly ["primary", "secondary"];
|
|
3968
|
+
};
|
|
3969
|
+
};
|
|
3970
|
+
};
|
|
3446
3971
|
declare const ToastConfig: {
|
|
3447
3972
|
readonly description: "Toast is a component which displays brief messages at the edge of the screen.";
|
|
3448
3973
|
readonly label: "Toast";
|
|
@@ -3923,4 +4448,4 @@ declare const TooltipConfig: {
|
|
|
3923
4448
|
};
|
|
3924
4449
|
}; //#endregion
|
|
3925
4450
|
//#endregion
|
|
3926
|
-
export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
|
|
4451
|
+
export { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig };
|