@yahoo/uds 3.115.0 → 3.116.0-beta.2

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.
Files changed (151) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +10 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +10 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +10 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +10 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1842 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +194 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +194 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1842 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +78 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +78 -0
  13. package/dist/cli/commands/sync.cjs +6 -0
  14. package/dist/cli/commands/sync.js +6 -0
  15. package/dist/components/SvgFloatingOverlay.cjs +122 -0
  16. package/dist/components/SvgFloatingOverlay.d.cts +42 -0
  17. package/dist/components/SvgFloatingOverlay.d.ts +42 -0
  18. package/dist/components/SvgFloatingOverlay.js +120 -0
  19. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  20. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  21. package/dist/components/client/Popover/Popover.cjs +96 -0
  22. package/dist/components/client/Popover/Popover.d.cts +55 -0
  23. package/dist/components/client/Popover/Popover.d.ts +55 -0
  24. package/dist/components/client/Popover/Popover.js +94 -0
  25. package/dist/components/client/Popover/PopoverContent.cjs +171 -0
  26. package/dist/components/client/Popover/PopoverContent.d.cts +26 -0
  27. package/dist/components/client/Popover/PopoverContent.d.ts +26 -0
  28. package/dist/components/client/Popover/PopoverContent.js +169 -0
  29. package/dist/components/client/Popover/PopoverContext.cjs +11 -0
  30. package/dist/components/client/Popover/PopoverContext.d.cts +21 -0
  31. package/dist/components/client/Popover/PopoverContext.d.ts +21 -0
  32. package/dist/components/client/Popover/PopoverContext.js +9 -0
  33. package/dist/components/client/Popover/PopoverTrigger.cjs +26 -0
  34. package/dist/components/client/Popover/PopoverTrigger.d.cts +14 -0
  35. package/dist/components/client/Popover/PopoverTrigger.d.ts +14 -0
  36. package/dist/components/client/Popover/PopoverTrigger.js +24 -0
  37. package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +40 -0
  38. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +28 -0
  39. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +28 -0
  40. package/dist/components/client/Popover/UDSPopoverConfigProvider.js +37 -0
  41. package/dist/components/client/Popover/index.cjs +12 -0
  42. package/dist/components/client/Popover/index.d.cts +7 -0
  43. package/dist/components/client/Popover/index.d.ts +7 -0
  44. package/dist/components/client/Popover/index.js +8 -0
  45. package/dist/components/client/Toast/Toast.cjs +3 -3
  46. package/dist/components/client/Toast/Toast.d.cts +1 -1
  47. package/dist/components/client/Toast/Toast.d.ts +1 -1
  48. package/dist/components/client/Toast/Toast.js +3 -3
  49. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  50. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  51. package/dist/components/client/Toast/index.d.cts +1 -1
  52. package/dist/components/client/Toast/index.d.ts +1 -1
  53. package/dist/components/client/Tooltip/Tooltip.cjs +6 -6
  54. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  55. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  56. package/dist/components/client/Tooltip/Tooltip.js +6 -6
  57. package/dist/components/client/Tooltip/TooltipContent.cjs +55 -119
  58. package/dist/components/client/Tooltip/TooltipContent.js +56 -120
  59. package/dist/components/client/Tooltip/tooltipContext.cjs +0 -1
  60. package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -2
  61. package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -2
  62. package/dist/components/client/Tooltip/tooltipContext.js +0 -1
  63. package/dist/components/client/index.cjs +8 -0
  64. package/dist/components/client/index.d.cts +10 -5
  65. package/dist/components/client/index.d.ts +10 -5
  66. package/dist/components/client/index.js +5 -1
  67. package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
  68. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
  69. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
  70. package/dist/components/client/providers/UDSConfigProvider.js +6 -2
  71. package/dist/components/experimental/client/{Popover.cjs → ExperimentalPopover.cjs} +10 -1
  72. package/dist/components/experimental/client/ExperimentalPopover.d.cts +40 -0
  73. package/dist/components/experimental/client/ExperimentalPopover.d.ts +40 -0
  74. package/dist/components/experimental/client/{Popover.js → ExperimentalPopover.js} +10 -1
  75. package/dist/components/experimental/client/index.cjs +10 -10
  76. package/dist/components/experimental/client/index.d.cts +2 -2
  77. package/dist/components/experimental/client/index.d.ts +2 -2
  78. package/dist/components/experimental/client/index.js +1 -1
  79. package/dist/components/experimental/index.cjs +19 -19
  80. package/dist/components/experimental/index.d.cts +2 -2
  81. package/dist/components/experimental/index.d.ts +2 -2
  82. package/dist/components/experimental/index.js +1 -1
  83. package/dist/components/index.cjs +12 -0
  84. package/dist/components/index.d.cts +9 -5
  85. package/dist/components/index.d.ts +9 -5
  86. package/dist/components/index.js +9 -1
  87. package/dist/config/dist/index.cjs +79 -1
  88. package/dist/config/dist/index.js +79 -1
  89. package/dist/{components/client/Tooltip/useTooltipContent.cjs → hooks/useSvgFloatingContent.cjs} +81 -48
  90. package/dist/hooks/useSvgFloatingContent.d.cts +74 -0
  91. package/dist/hooks/useSvgFloatingContent.d.ts +74 -0
  92. package/dist/{components/client/Tooltip/useTooltipContent.js → hooks/useSvgFloatingContent.js} +76 -43
  93. package/dist/index.cjs +21 -10
  94. package/dist/index.d.cts +15 -10
  95. package/dist/index.d.ts +15 -10
  96. package/dist/index.js +16 -11
  97. package/dist/runtime/index.cjs +2 -0
  98. package/dist/runtime/index.d.cts +3 -2
  99. package/dist/runtime/index.d.ts +3 -2
  100. package/dist/runtime/index.js +2 -1
  101. package/dist/runtime/popoverConfig.cjs +41 -0
  102. package/dist/runtime/popoverConfig.d.cts +24 -0
  103. package/dist/runtime/popoverConfig.d.ts +24 -0
  104. package/dist/runtime/popoverConfig.js +40 -0
  105. package/dist/runtime/udsConfig.cjs +3 -1
  106. package/dist/runtime/udsConfig.d.cts +3 -1
  107. package/dist/runtime/udsConfig.d.ts +3 -1
  108. package/dist/runtime/udsConfig.js +3 -1
  109. package/dist/styles/styler.d.cts +90 -80
  110. package/dist/styles/styler.d.ts +90 -80
  111. package/dist/styles/variants.d.cts +30 -0
  112. package/dist/styles/variants.d.ts +30 -0
  113. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  114. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  115. package/dist/tokens/automation/configs/index.cjs +1 -0
  116. package/dist/tokens/automation/configs/index.d.cts +2 -2
  117. package/dist/tokens/automation/configs/index.d.ts +2 -2
  118. package/dist/tokens/automation/configs/index.js +2 -2
  119. package/dist/tokens/automation/index.cjs +1 -0
  120. package/dist/tokens/automation/index.d.cts +2 -2
  121. package/dist/tokens/automation/index.d.ts +2 -2
  122. package/dist/tokens/automation/index.js +2 -2
  123. package/dist/tokens/index.cjs +2 -1
  124. package/dist/tokens/index.d.cts +3 -3
  125. package/dist/tokens/index.d.ts +3 -3
  126. package/dist/tokens/index.js +3 -3
  127. package/dist/tokens/types.d.cts +2 -2
  128. package/dist/tokens/types.d.ts +2 -2
  129. package/dist/types/dist/index.d.cts +51 -1
  130. package/dist/types/dist/index.d.ts +51 -1
  131. package/dist/uds/generated/componentData.cjs +298 -139
  132. package/dist/uds/generated/componentData.js +263 -140
  133. package/dist/uds/generated/tailwindPurge.cjs +52 -26
  134. package/dist/uds/generated/tailwindPurge.js +52 -26
  135. package/dist/utils/parseShadow.cjs +120 -0
  136. package/dist/utils/parseShadow.d.cts +33 -0
  137. package/dist/utils/parseShadow.d.ts +33 -0
  138. package/dist/utils/parseShadow.js +118 -0
  139. package/dist/utils/svgFloatingContentUtils.cjs +121 -0
  140. package/dist/{components/client/Tooltip/util.d.cts → utils/svgFloatingContentUtils.d.cts} +25 -62
  141. package/dist/{components/client/Tooltip/util.d.ts → utils/svgFloatingContentUtils.d.ts} +25 -62
  142. package/dist/utils/svgFloatingContentUtils.js +117 -0
  143. package/generated/componentData.json +337 -185
  144. package/generated/tailwindPurge.ts +50 -27
  145. package/package.json +1 -1
  146. package/dist/components/client/Tooltip/useTooltipContent.d.cts +0 -66
  147. package/dist/components/client/Tooltip/useTooltipContent.d.ts +0 -66
  148. package/dist/components/client/Tooltip/util.cjs +0 -248
  149. package/dist/components/client/Tooltip/util.js +0 -240
  150. package/dist/components/experimental/client/Popover.d.cts +0 -29
  151. package/dist/components/experimental/client/Popover.d.ts +0 -29
@@ -2702,6 +2702,199 @@ declare const MenuItemConfig: {
2702
2702
  };
2703
2703
  };
2704
2704
  };
2705
+ declare const PopoverConfig: {
2706
+ readonly description: "Popover is a floating surface used to display contextual content anchored to a trigger. It is typically used for lightweight interactions such as quick settings, inline actions, previews, and simple selection.";
2707
+ readonly label: "Popover";
2708
+ readonly variants: {
2709
+ readonly size: {
2710
+ readonly default: "default";
2711
+ readonly description: "";
2712
+ readonly label: "Size";
2713
+ readonly layers: {
2714
+ readonly closeIcon: {
2715
+ readonly label: "closeIcon";
2716
+ readonly properties: {
2717
+ readonly size: {
2718
+ readonly defaults: {
2719
+ readonly default: "sm";
2720
+ };
2721
+ readonly label: "Close icon size";
2722
+ readonly name: "iconSize";
2723
+ readonly typeOfFixture: readonly ["iconSizes"];
2724
+ readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
2725
+ };
2726
+ };
2727
+ };
2728
+ readonly contentWrapper: {
2729
+ readonly label: "contentWrapper";
2730
+ readonly properties: {
2731
+ readonly gap: {
2732
+ readonly defaults: {
2733
+ readonly default: "3";
2734
+ };
2735
+ readonly label: "gap";
2736
+ readonly name: "gap";
2737
+ readonly typeOfFixture: readonly ["spacingAliases"];
2738
+ 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"]];
2739
+ };
2740
+ readonly spacingHorizontal: {
2741
+ readonly defaults: {
2742
+ readonly default: "5";
2743
+ };
2744
+ readonly label: "spacing horizontal";
2745
+ readonly name: "spacingHorizontal";
2746
+ readonly typeOfFixture: readonly ["spacingAliases"];
2747
+ 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"]];
2748
+ };
2749
+ readonly spacingVertical: {
2750
+ readonly defaults: {
2751
+ readonly default: "5";
2752
+ };
2753
+ readonly label: "spacing vertical";
2754
+ readonly name: "spacingVertical";
2755
+ readonly typeOfFixture: readonly ["spacingAliases"];
2756
+ 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"]];
2757
+ };
2758
+ };
2759
+ };
2760
+ readonly root: {
2761
+ readonly label: "root";
2762
+ readonly properties: {
2763
+ readonly shadow: {
2764
+ readonly defaults: {
2765
+ readonly default: "elevation-4";
2766
+ };
2767
+ readonly label: "drop shadow";
2768
+ readonly name: "shadowVar";
2769
+ readonly supportsCustom: true;
2770
+ readonly typeOfFixture: readonly ["shadowVariants", "elevationAliases"];
2771
+ readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2772
+ };
2773
+ };
2774
+ };
2775
+ readonly svgBase: {
2776
+ readonly label: "svgBase";
2777
+ readonly properties: {
2778
+ readonly borderRadius: {
2779
+ readonly defaults: {
2780
+ readonly default: "lg";
2781
+ };
2782
+ readonly label: "border radius";
2783
+ readonly name: "borderRadiusVar";
2784
+ readonly typeOfFixture: readonly ["borderRadii"];
2785
+ readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
2786
+ };
2787
+ };
2788
+ };
2789
+ readonly svgBorder: {
2790
+ readonly label: "svgBorder";
2791
+ readonly properties: {
2792
+ readonly strokeWidth: {
2793
+ readonly defaults: {
2794
+ readonly default: "elevation-4";
2795
+ };
2796
+ readonly label: "border width";
2797
+ readonly name: "strokeWidth";
2798
+ readonly typeOfFixture: readonly ["borderWidths", "elevationAliases"];
2799
+ readonly values: readonly [readonly ["none", "thin", "medium", "thick"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2800
+ };
2801
+ };
2802
+ };
2803
+ };
2804
+ readonly options: readonly ["default"];
2805
+ };
2806
+ readonly variant: {
2807
+ readonly default: "default";
2808
+ readonly description: "";
2809
+ readonly label: "Variants";
2810
+ readonly layers: {
2811
+ readonly blur: {
2812
+ readonly label: "blur";
2813
+ readonly properties: {
2814
+ readonly backdropBlur: {
2815
+ readonly defaults: {
2816
+ readonly default: 0;
2817
+ };
2818
+ readonly label: "background blur radius";
2819
+ readonly layerReference: {
2820
+ readonly propertyName: "backgroundColor";
2821
+ readonly variablePath: "variant/default/svgBase";
2822
+ };
2823
+ readonly name: "backdropBlur";
2824
+ readonly typeOfFixture: readonly ["positiveIntegers"];
2825
+ readonly values: readonly [];
2826
+ };
2827
+ };
2828
+ };
2829
+ readonly closeIcon: {
2830
+ readonly label: "closeIcon";
2831
+ readonly properties: {
2832
+ readonly color: {
2833
+ readonly defaults: {
2834
+ readonly default: "primary";
2835
+ };
2836
+ readonly label: "Close icon color";
2837
+ readonly name: "color";
2838
+ readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
2839
+ 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"]];
2840
+ };
2841
+ };
2842
+ };
2843
+ readonly root: {
2844
+ readonly label: "root";
2845
+ readonly properties: {};
2846
+ };
2847
+ readonly svgBase: {
2848
+ readonly label: "svgBase";
2849
+ readonly properties: {
2850
+ readonly backgroundColor: {
2851
+ readonly defaults: {
2852
+ readonly default: "elevation-4";
2853
+ };
2854
+ readonly label: "background color";
2855
+ readonly name: "blurBackgroundColor";
2856
+ readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2857
+ 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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2858
+ };
2859
+ readonly blurBackgroundColorFallback: {
2860
+ readonly defaults: {
2861
+ readonly default: "elevation-4";
2862
+ };
2863
+ readonly label: "background blur fallback color";
2864
+ readonly name: "blurBackgroundColorFallback";
2865
+ readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2866
+ 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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2867
+ };
2868
+ readonly fillOpacity: {
2869
+ readonly defaults: {
2870
+ readonly default: "100";
2871
+ };
2872
+ readonly label: "background opacity";
2873
+ readonly name: "fillOpacity";
2874
+ readonly typeOfFixture: readonly ["opacitySteps"];
2875
+ readonly values: readonly [readonly ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"]];
2876
+ };
2877
+ };
2878
+ };
2879
+ readonly svgBorder: {
2880
+ readonly label: "svgBorder";
2881
+ readonly properties: {
2882
+ readonly stroke: {
2883
+ readonly defaults: {
2884
+ readonly default: "elevation-4";
2885
+ };
2886
+ readonly label: "border color";
2887
+ readonly name: "stroke";
2888
+ readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2889
+ 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"]];
2890
+ };
2891
+ };
2892
+ };
2893
+ };
2894
+ readonly options: readonly ["default"];
2895
+ };
2896
+ };
2897
+ };
2705
2898
  declare const RadioConfig: {
2706
2899
  readonly description: "Component for demo purposes and testing the automation";
2707
2900
  readonly label: "Radio";
@@ -3687,4 +3880,4 @@ declare const TooltipConfig: {
3687
3880
  };
3688
3881
  }; //#endregion
3689
3882
  //#endregion
3690
- export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
3883
+ export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
@@ -2702,6 +2702,199 @@ declare const MenuItemConfig: {
2702
2702
  };
2703
2703
  };
2704
2704
  };
2705
+ declare const PopoverConfig: {
2706
+ readonly description: "Popover is a floating surface used to display contextual content anchored to a trigger. It is typically used for lightweight interactions such as quick settings, inline actions, previews, and simple selection.";
2707
+ readonly label: "Popover";
2708
+ readonly variants: {
2709
+ readonly size: {
2710
+ readonly default: "default";
2711
+ readonly description: "";
2712
+ readonly label: "Size";
2713
+ readonly layers: {
2714
+ readonly closeIcon: {
2715
+ readonly label: "closeIcon";
2716
+ readonly properties: {
2717
+ readonly size: {
2718
+ readonly defaults: {
2719
+ readonly default: "sm";
2720
+ };
2721
+ readonly label: "Close icon size";
2722
+ readonly name: "iconSize";
2723
+ readonly typeOfFixture: readonly ["iconSizes"];
2724
+ readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
2725
+ };
2726
+ };
2727
+ };
2728
+ readonly contentWrapper: {
2729
+ readonly label: "contentWrapper";
2730
+ readonly properties: {
2731
+ readonly gap: {
2732
+ readonly defaults: {
2733
+ readonly default: "3";
2734
+ };
2735
+ readonly label: "gap";
2736
+ readonly name: "gap";
2737
+ readonly typeOfFixture: readonly ["spacingAliases"];
2738
+ 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"]];
2739
+ };
2740
+ readonly spacingHorizontal: {
2741
+ readonly defaults: {
2742
+ readonly default: "5";
2743
+ };
2744
+ readonly label: "spacing horizontal";
2745
+ readonly name: "spacingHorizontal";
2746
+ readonly typeOfFixture: readonly ["spacingAliases"];
2747
+ 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"]];
2748
+ };
2749
+ readonly spacingVertical: {
2750
+ readonly defaults: {
2751
+ readonly default: "5";
2752
+ };
2753
+ readonly label: "spacing vertical";
2754
+ readonly name: "spacingVertical";
2755
+ readonly typeOfFixture: readonly ["spacingAliases"];
2756
+ 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"]];
2757
+ };
2758
+ };
2759
+ };
2760
+ readonly root: {
2761
+ readonly label: "root";
2762
+ readonly properties: {
2763
+ readonly shadow: {
2764
+ readonly defaults: {
2765
+ readonly default: "elevation-4";
2766
+ };
2767
+ readonly label: "drop shadow";
2768
+ readonly name: "shadowVar";
2769
+ readonly supportsCustom: true;
2770
+ readonly typeOfFixture: readonly ["shadowVariants", "elevationAliases"];
2771
+ readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2772
+ };
2773
+ };
2774
+ };
2775
+ readonly svgBase: {
2776
+ readonly label: "svgBase";
2777
+ readonly properties: {
2778
+ readonly borderRadius: {
2779
+ readonly defaults: {
2780
+ readonly default: "lg";
2781
+ };
2782
+ readonly label: "border radius";
2783
+ readonly name: "borderRadiusVar";
2784
+ readonly typeOfFixture: readonly ["borderRadii"];
2785
+ readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
2786
+ };
2787
+ };
2788
+ };
2789
+ readonly svgBorder: {
2790
+ readonly label: "svgBorder";
2791
+ readonly properties: {
2792
+ readonly strokeWidth: {
2793
+ readonly defaults: {
2794
+ readonly default: "elevation-4";
2795
+ };
2796
+ readonly label: "border width";
2797
+ readonly name: "strokeWidth";
2798
+ readonly typeOfFixture: readonly ["borderWidths", "elevationAliases"];
2799
+ readonly values: readonly [readonly ["none", "thin", "medium", "thick"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2800
+ };
2801
+ };
2802
+ };
2803
+ };
2804
+ readonly options: readonly ["default"];
2805
+ };
2806
+ readonly variant: {
2807
+ readonly default: "default";
2808
+ readonly description: "";
2809
+ readonly label: "Variants";
2810
+ readonly layers: {
2811
+ readonly blur: {
2812
+ readonly label: "blur";
2813
+ readonly properties: {
2814
+ readonly backdropBlur: {
2815
+ readonly defaults: {
2816
+ readonly default: 0;
2817
+ };
2818
+ readonly label: "background blur radius";
2819
+ readonly layerReference: {
2820
+ readonly propertyName: "backgroundColor";
2821
+ readonly variablePath: "variant/default/svgBase";
2822
+ };
2823
+ readonly name: "backdropBlur";
2824
+ readonly typeOfFixture: readonly ["positiveIntegers"];
2825
+ readonly values: readonly [];
2826
+ };
2827
+ };
2828
+ };
2829
+ readonly closeIcon: {
2830
+ readonly label: "closeIcon";
2831
+ readonly properties: {
2832
+ readonly color: {
2833
+ readonly defaults: {
2834
+ readonly default: "primary";
2835
+ };
2836
+ readonly label: "Close icon color";
2837
+ readonly name: "color";
2838
+ readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
2839
+ 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"]];
2840
+ };
2841
+ };
2842
+ };
2843
+ readonly root: {
2844
+ readonly label: "root";
2845
+ readonly properties: {};
2846
+ };
2847
+ readonly svgBase: {
2848
+ readonly label: "svgBase";
2849
+ readonly properties: {
2850
+ readonly backgroundColor: {
2851
+ readonly defaults: {
2852
+ readonly default: "elevation-4";
2853
+ };
2854
+ readonly label: "background color";
2855
+ readonly name: "blurBackgroundColor";
2856
+ readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2857
+ 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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2858
+ };
2859
+ readonly blurBackgroundColorFallback: {
2860
+ readonly defaults: {
2861
+ readonly default: "elevation-4";
2862
+ };
2863
+ readonly label: "background blur fallback color";
2864
+ readonly name: "blurBackgroundColorFallback";
2865
+ readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2866
+ 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"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
2867
+ };
2868
+ readonly fillOpacity: {
2869
+ readonly defaults: {
2870
+ readonly default: "100";
2871
+ };
2872
+ readonly label: "background opacity";
2873
+ readonly name: "fillOpacity";
2874
+ readonly typeOfFixture: readonly ["opacitySteps"];
2875
+ readonly values: readonly [readonly ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"]];
2876
+ };
2877
+ };
2878
+ };
2879
+ readonly svgBorder: {
2880
+ readonly label: "svgBorder";
2881
+ readonly properties: {
2882
+ readonly stroke: {
2883
+ readonly defaults: {
2884
+ readonly default: "elevation-4";
2885
+ };
2886
+ readonly label: "border color";
2887
+ readonly name: "stroke";
2888
+ readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
2889
+ 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"]];
2890
+ };
2891
+ };
2892
+ };
2893
+ };
2894
+ readonly options: readonly ["default"];
2895
+ };
2896
+ };
2897
+ };
2705
2898
  declare const RadioConfig: {
2706
2899
  readonly description: "Component for demo purposes and testing the automation";
2707
2900
  readonly label: "Radio";
@@ -3687,4 +3880,4 @@ declare const TooltipConfig: {
3687
3880
  };
3688
3881
  }; //#endregion
3689
3882
  //#endregion
3690
- export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };
3883
+ export { AvatarConfig, BadgeConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, ToastConfig, TooltipConfig };