@yahoo/uds 3.115.0 → 3.116.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) 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 +123 -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 +121 -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 +172 -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 +170 -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 +1 -1
  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 +1 -1
  49. package/dist/components/client/Toast/index.d.cts +1 -1
  50. package/dist/components/client/Toast/index.d.ts +1 -1
  51. package/dist/components/client/Tooltip/Tooltip.cjs +6 -6
  52. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  53. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  54. package/dist/components/client/Tooltip/Tooltip.js +6 -6
  55. package/dist/components/client/Tooltip/TooltipContent.cjs +55 -119
  56. package/dist/components/client/Tooltip/TooltipContent.js +56 -120
  57. package/dist/components/client/Tooltip/tooltipContext.cjs +0 -1
  58. package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -2
  59. package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -2
  60. package/dist/components/client/Tooltip/tooltipContext.js +0 -1
  61. package/dist/components/client/index.cjs +8 -0
  62. package/dist/components/client/index.d.cts +10 -5
  63. package/dist/components/client/index.d.ts +10 -5
  64. package/dist/components/client/index.js +5 -1
  65. package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
  66. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
  67. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
  68. package/dist/components/client/providers/UDSConfigProvider.js +6 -2
  69. package/dist/components/experimental/client/{Popover.cjs → ExperimentalPopover.cjs} +10 -1
  70. package/dist/components/experimental/client/ExperimentalPopover.d.cts +40 -0
  71. package/dist/components/experimental/client/ExperimentalPopover.d.ts +40 -0
  72. package/dist/components/experimental/client/{Popover.js → ExperimentalPopover.js} +10 -1
  73. package/dist/components/experimental/client/index.cjs +10 -10
  74. package/dist/components/experimental/client/index.d.cts +2 -2
  75. package/dist/components/experimental/client/index.d.ts +2 -2
  76. package/dist/components/experimental/client/index.js +1 -1
  77. package/dist/components/experimental/index.cjs +19 -19
  78. package/dist/components/experimental/index.d.cts +2 -2
  79. package/dist/components/experimental/index.d.ts +2 -2
  80. package/dist/components/experimental/index.js +1 -1
  81. package/dist/components/index.cjs +12 -0
  82. package/dist/components/index.d.cts +9 -5
  83. package/dist/components/index.d.ts +9 -5
  84. package/dist/components/index.js +9 -1
  85. package/dist/config/dist/index.cjs +79 -1
  86. package/dist/config/dist/index.js +79 -1
  87. package/dist/{components/client/Tooltip/useTooltipContent.cjs → hooks/useSvgFloatingContent.cjs} +81 -48
  88. package/dist/hooks/useSvgFloatingContent.d.cts +74 -0
  89. package/dist/hooks/useSvgFloatingContent.d.ts +74 -0
  90. package/dist/{components/client/Tooltip/useTooltipContent.js → hooks/useSvgFloatingContent.js} +76 -43
  91. package/dist/index.cjs +21 -10
  92. package/dist/index.d.cts +15 -10
  93. package/dist/index.d.ts +15 -10
  94. package/dist/index.js +16 -11
  95. package/dist/runtime/index.cjs +2 -0
  96. package/dist/runtime/index.d.cts +3 -2
  97. package/dist/runtime/index.d.ts +3 -2
  98. package/dist/runtime/index.js +2 -1
  99. package/dist/runtime/popoverConfig.cjs +41 -0
  100. package/dist/runtime/popoverConfig.d.cts +24 -0
  101. package/dist/runtime/popoverConfig.d.ts +24 -0
  102. package/dist/runtime/popoverConfig.js +40 -0
  103. package/dist/runtime/udsConfig.cjs +3 -1
  104. package/dist/runtime/udsConfig.d.cts +3 -1
  105. package/dist/runtime/udsConfig.d.ts +3 -1
  106. package/dist/runtime/udsConfig.js +3 -1
  107. package/dist/styles/styler.d.cts +11 -1
  108. package/dist/styles/styler.d.ts +11 -1
  109. package/dist/styles/variants.d.cts +30 -0
  110. package/dist/styles/variants.d.ts +30 -0
  111. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  112. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  113. package/dist/tokens/automation/configs/index.cjs +1 -0
  114. package/dist/tokens/automation/configs/index.d.cts +2 -2
  115. package/dist/tokens/automation/configs/index.d.ts +2 -2
  116. package/dist/tokens/automation/configs/index.js +2 -2
  117. package/dist/tokens/automation/index.cjs +1 -0
  118. package/dist/tokens/automation/index.d.cts +2 -2
  119. package/dist/tokens/automation/index.d.ts +2 -2
  120. package/dist/tokens/automation/index.js +2 -2
  121. package/dist/tokens/index.cjs +2 -1
  122. package/dist/tokens/index.d.cts +3 -3
  123. package/dist/tokens/index.d.ts +3 -3
  124. package/dist/tokens/index.js +3 -3
  125. package/dist/tokens/types.d.cts +2 -2
  126. package/dist/tokens/types.d.ts +2 -2
  127. package/dist/types/dist/index.d.cts +51 -1
  128. package/dist/types/dist/index.d.ts +51 -1
  129. package/dist/uds/generated/componentData.cjs +939 -791
  130. package/dist/uds/generated/componentData.js +905 -793
  131. package/dist/uds/generated/tailwindPurge.cjs +52 -26
  132. package/dist/uds/generated/tailwindPurge.js +52 -26
  133. package/dist/utils/parseShadow.cjs +120 -0
  134. package/dist/utils/parseShadow.d.cts +33 -0
  135. package/dist/utils/parseShadow.d.ts +33 -0
  136. package/dist/utils/parseShadow.js +118 -0
  137. package/dist/utils/svgFloatingContentUtils.cjs +121 -0
  138. package/dist/{components/client/Tooltip/util.d.cts → utils/svgFloatingContentUtils.d.cts} +25 -62
  139. package/dist/{components/client/Tooltip/util.d.ts → utils/svgFloatingContentUtils.d.ts} +25 -62
  140. package/dist/utils/svgFloatingContentUtils.js +117 -0
  141. package/generated/componentData.json +1230 -1089
  142. package/generated/tailwindPurge.ts +50 -27
  143. package/package.json +1 -1
  144. package/dist/components/client/Tooltip/useTooltipContent.d.cts +0 -66
  145. package/dist/components/client/Tooltip/useTooltipContent.d.ts +0 -66
  146. package/dist/components/client/Tooltip/util.cjs +0 -248
  147. package/dist/components/client/Tooltip/util.js +0 -240
  148. package/dist/components/experimental/client/Popover.d.cts +0 -29
  149. package/dist/components/experimental/client/Popover.d.ts +0 -29
@@ -25710,6 +25710,1847 @@ const MenuItemConfig = {
25710
25710
  options: ["default"]
25711
25711
  } }
25712
25712
  };
25713
+ const PopoverConfig = {
25714
+ 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.",
25715
+ label: "Popover",
25716
+ variants: {
25717
+ size: {
25718
+ default: "default",
25719
+ description: "",
25720
+ label: "Size",
25721
+ layers: {
25722
+ closeIcon: {
25723
+ label: "closeIcon",
25724
+ properties: { size: {
25725
+ defaults: { default: "sm" },
25726
+ label: "Close icon size",
25727
+ name: "iconSize",
25728
+ typeOfFixture: ["iconSizes"],
25729
+ values: [[
25730
+ "xs",
25731
+ "sm",
25732
+ "md",
25733
+ "lg"
25734
+ ]]
25735
+ } }
25736
+ },
25737
+ contentWrapper: {
25738
+ label: "contentWrapper",
25739
+ properties: {
25740
+ gap: {
25741
+ defaults: { default: "3" },
25742
+ label: "gap",
25743
+ name: "gap",
25744
+ typeOfFixture: ["spacingAliases"],
25745
+ values: [[
25746
+ "0",
25747
+ "px",
25748
+ "0.5",
25749
+ "1",
25750
+ "1.5",
25751
+ "2",
25752
+ "2.5",
25753
+ "3",
25754
+ "3.5",
25755
+ "4",
25756
+ "4.5",
25757
+ "5",
25758
+ "5.5",
25759
+ "6",
25760
+ "7",
25761
+ "8",
25762
+ "9",
25763
+ "10",
25764
+ "11",
25765
+ "12",
25766
+ "14",
25767
+ "16",
25768
+ "20",
25769
+ "24",
25770
+ "28",
25771
+ "32",
25772
+ "36",
25773
+ "40",
25774
+ "44",
25775
+ "48",
25776
+ "52",
25777
+ "56",
25778
+ "60",
25779
+ "64",
25780
+ "72",
25781
+ "80",
25782
+ "96"
25783
+ ]]
25784
+ },
25785
+ spacingHorizontal: {
25786
+ defaults: { default: "5" },
25787
+ label: "spacing horizontal",
25788
+ name: "spacingHorizontal",
25789
+ typeOfFixture: ["spacingAliases"],
25790
+ values: [[
25791
+ "0",
25792
+ "px",
25793
+ "0.5",
25794
+ "1",
25795
+ "1.5",
25796
+ "2",
25797
+ "2.5",
25798
+ "3",
25799
+ "3.5",
25800
+ "4",
25801
+ "4.5",
25802
+ "5",
25803
+ "5.5",
25804
+ "6",
25805
+ "7",
25806
+ "8",
25807
+ "9",
25808
+ "10",
25809
+ "11",
25810
+ "12",
25811
+ "14",
25812
+ "16",
25813
+ "20",
25814
+ "24",
25815
+ "28",
25816
+ "32",
25817
+ "36",
25818
+ "40",
25819
+ "44",
25820
+ "48",
25821
+ "52",
25822
+ "56",
25823
+ "60",
25824
+ "64",
25825
+ "72",
25826
+ "80",
25827
+ "96"
25828
+ ]]
25829
+ },
25830
+ spacingVertical: {
25831
+ defaults: { default: "5" },
25832
+ label: "spacing vertical",
25833
+ name: "spacingVertical",
25834
+ typeOfFixture: ["spacingAliases"],
25835
+ values: [[
25836
+ "0",
25837
+ "px",
25838
+ "0.5",
25839
+ "1",
25840
+ "1.5",
25841
+ "2",
25842
+ "2.5",
25843
+ "3",
25844
+ "3.5",
25845
+ "4",
25846
+ "4.5",
25847
+ "5",
25848
+ "5.5",
25849
+ "6",
25850
+ "7",
25851
+ "8",
25852
+ "9",
25853
+ "10",
25854
+ "11",
25855
+ "12",
25856
+ "14",
25857
+ "16",
25858
+ "20",
25859
+ "24",
25860
+ "28",
25861
+ "32",
25862
+ "36",
25863
+ "40",
25864
+ "44",
25865
+ "48",
25866
+ "52",
25867
+ "56",
25868
+ "60",
25869
+ "64",
25870
+ "72",
25871
+ "80",
25872
+ "96"
25873
+ ]]
25874
+ }
25875
+ }
25876
+ },
25877
+ root: {
25878
+ label: "root",
25879
+ properties: { shadow: {
25880
+ defaults: { default: "elevation-4" },
25881
+ label: "drop shadow",
25882
+ name: "shadowVar",
25883
+ supportsCustom: true,
25884
+ typeOfFixture: ["shadowVariants", "elevationAliases"],
25885
+ values: [[
25886
+ "none",
25887
+ "xs",
25888
+ "sm",
25889
+ "md",
25890
+ "lg",
25891
+ "xl",
25892
+ "2xl"
25893
+ ], [
25894
+ "elevation-0",
25895
+ "elevation-1",
25896
+ "elevation-2",
25897
+ "elevation-3",
25898
+ "elevation-4",
25899
+ "elevation-5"
25900
+ ]]
25901
+ } }
25902
+ },
25903
+ svgBase: {
25904
+ label: "svgBase",
25905
+ properties: { borderRadius: {
25906
+ defaults: { default: "lg" },
25907
+ label: "border radius",
25908
+ name: "borderRadiusVar",
25909
+ typeOfFixture: ["borderRadii"],
25910
+ values: [[
25911
+ "none",
25912
+ "xs",
25913
+ "sm",
25914
+ "md",
25915
+ "lg",
25916
+ "xl",
25917
+ "full"
25918
+ ]]
25919
+ } }
25920
+ },
25921
+ svgBorder: {
25922
+ label: "svgBorder",
25923
+ properties: { strokeWidth: {
25924
+ defaults: { default: "elevation-4" },
25925
+ label: "border width",
25926
+ name: "strokeWidth",
25927
+ typeOfFixture: ["borderWidths", "elevationAliases"],
25928
+ values: [[
25929
+ "none",
25930
+ "thin",
25931
+ "medium",
25932
+ "thick"
25933
+ ], [
25934
+ "elevation-0",
25935
+ "elevation-1",
25936
+ "elevation-2",
25937
+ "elevation-3",
25938
+ "elevation-4",
25939
+ "elevation-5"
25940
+ ]]
25941
+ } }
25942
+ }
25943
+ },
25944
+ options: ["default"]
25945
+ },
25946
+ variant: {
25947
+ default: "default",
25948
+ description: "",
25949
+ label: "Variants",
25950
+ layers: {
25951
+ blur: {
25952
+ label: "blur",
25953
+ properties: { backdropBlur: {
25954
+ defaults: { default: 0 },
25955
+ label: "background blur radius",
25956
+ layerReference: {
25957
+ propertyName: "backgroundColor",
25958
+ variablePath: "variant/default/svgBase"
25959
+ },
25960
+ name: "backdropBlur",
25961
+ typeOfFixture: ["positiveIntegers"],
25962
+ values: []
25963
+ } }
25964
+ },
25965
+ closeIcon: {
25966
+ label: "closeIcon",
25967
+ properties: { color: {
25968
+ defaults: { default: "primary" },
25969
+ label: "Close icon color",
25970
+ name: "color",
25971
+ typeOfFixture: [
25972
+ "spectrumColors",
25973
+ "foregroundPaletteColors",
25974
+ "alwaysPaletteAliases"
25975
+ ],
25976
+ values: [
25977
+ [
25978
+ "gray-0",
25979
+ "gray-1",
25980
+ "gray-2",
25981
+ "gray-3",
25982
+ "gray-4",
25983
+ "gray-5",
25984
+ "gray-6",
25985
+ "gray-7",
25986
+ "gray-8",
25987
+ "gray-9",
25988
+ "gray-10",
25989
+ "gray-11",
25990
+ "gray-12",
25991
+ "gray-13",
25992
+ "gray-14",
25993
+ "gray-15",
25994
+ "purple-0",
25995
+ "purple-1",
25996
+ "purple-2",
25997
+ "purple-3",
25998
+ "purple-4",
25999
+ "purple-5",
26000
+ "purple-6",
26001
+ "purple-7",
26002
+ "purple-8",
26003
+ "purple-9",
26004
+ "purple-10",
26005
+ "purple-11",
26006
+ "purple-12",
26007
+ "purple-13",
26008
+ "purple-14",
26009
+ "purple-15",
26010
+ "indigo-0",
26011
+ "indigo-1",
26012
+ "indigo-2",
26013
+ "indigo-3",
26014
+ "indigo-4",
26015
+ "indigo-5",
26016
+ "indigo-6",
26017
+ "indigo-7",
26018
+ "indigo-8",
26019
+ "indigo-9",
26020
+ "indigo-10",
26021
+ "indigo-11",
26022
+ "indigo-12",
26023
+ "indigo-13",
26024
+ "indigo-14",
26025
+ "indigo-15",
26026
+ "blue-0",
26027
+ "blue-1",
26028
+ "blue-2",
26029
+ "blue-3",
26030
+ "blue-4",
26031
+ "blue-5",
26032
+ "blue-6",
26033
+ "blue-7",
26034
+ "blue-8",
26035
+ "blue-9",
26036
+ "blue-10",
26037
+ "blue-11",
26038
+ "blue-12",
26039
+ "blue-13",
26040
+ "blue-14",
26041
+ "blue-15",
26042
+ "cyan-0",
26043
+ "cyan-1",
26044
+ "cyan-2",
26045
+ "cyan-3",
26046
+ "cyan-4",
26047
+ "cyan-5",
26048
+ "cyan-6",
26049
+ "cyan-7",
26050
+ "cyan-8",
26051
+ "cyan-9",
26052
+ "cyan-10",
26053
+ "cyan-11",
26054
+ "cyan-12",
26055
+ "cyan-13",
26056
+ "cyan-14",
26057
+ "cyan-15",
26058
+ "teal-0",
26059
+ "teal-1",
26060
+ "teal-2",
26061
+ "teal-3",
26062
+ "teal-4",
26063
+ "teal-5",
26064
+ "teal-6",
26065
+ "teal-7",
26066
+ "teal-8",
26067
+ "teal-9",
26068
+ "teal-10",
26069
+ "teal-11",
26070
+ "teal-12",
26071
+ "teal-13",
26072
+ "teal-14",
26073
+ "teal-15",
26074
+ "mint-0",
26075
+ "mint-1",
26076
+ "mint-2",
26077
+ "mint-3",
26078
+ "mint-4",
26079
+ "mint-5",
26080
+ "mint-6",
26081
+ "mint-7",
26082
+ "mint-8",
26083
+ "mint-9",
26084
+ "mint-10",
26085
+ "mint-11",
26086
+ "mint-12",
26087
+ "mint-13",
26088
+ "mint-14",
26089
+ "mint-15",
26090
+ "green-0",
26091
+ "green-1",
26092
+ "green-2",
26093
+ "green-3",
26094
+ "green-4",
26095
+ "green-5",
26096
+ "green-6",
26097
+ "green-7",
26098
+ "green-8",
26099
+ "green-9",
26100
+ "green-10",
26101
+ "green-11",
26102
+ "green-12",
26103
+ "green-13",
26104
+ "green-14",
26105
+ "green-15",
26106
+ "lime-0",
26107
+ "lime-1",
26108
+ "lime-2",
26109
+ "lime-3",
26110
+ "lime-4",
26111
+ "lime-5",
26112
+ "lime-6",
26113
+ "lime-7",
26114
+ "lime-8",
26115
+ "lime-9",
26116
+ "lime-10",
26117
+ "lime-11",
26118
+ "lime-12",
26119
+ "lime-13",
26120
+ "lime-14",
26121
+ "lime-15",
26122
+ "citron-0",
26123
+ "citron-1",
26124
+ "citron-2",
26125
+ "citron-3",
26126
+ "citron-4",
26127
+ "citron-5",
26128
+ "citron-6",
26129
+ "citron-7",
26130
+ "citron-8",
26131
+ "citron-9",
26132
+ "citron-10",
26133
+ "citron-11",
26134
+ "citron-12",
26135
+ "citron-13",
26136
+ "citron-14",
26137
+ "citron-15",
26138
+ "yellow-0",
26139
+ "yellow-1",
26140
+ "yellow-2",
26141
+ "yellow-3",
26142
+ "yellow-4",
26143
+ "yellow-5",
26144
+ "yellow-6",
26145
+ "yellow-7",
26146
+ "yellow-8",
26147
+ "yellow-9",
26148
+ "yellow-10",
26149
+ "yellow-11",
26150
+ "yellow-12",
26151
+ "yellow-13",
26152
+ "yellow-14",
26153
+ "yellow-15",
26154
+ "brown-0",
26155
+ "brown-1",
26156
+ "brown-2",
26157
+ "brown-3",
26158
+ "brown-4",
26159
+ "brown-5",
26160
+ "brown-6",
26161
+ "brown-7",
26162
+ "brown-8",
26163
+ "brown-9",
26164
+ "brown-10",
26165
+ "brown-11",
26166
+ "brown-12",
26167
+ "brown-13",
26168
+ "brown-14",
26169
+ "brown-15",
26170
+ "nude-0",
26171
+ "nude-1",
26172
+ "nude-2",
26173
+ "nude-3",
26174
+ "nude-4",
26175
+ "nude-5",
26176
+ "nude-6",
26177
+ "nude-7",
26178
+ "nude-8",
26179
+ "nude-9",
26180
+ "nude-10",
26181
+ "nude-11",
26182
+ "nude-12",
26183
+ "nude-13",
26184
+ "nude-14",
26185
+ "nude-15",
26186
+ "orange-0",
26187
+ "orange-1",
26188
+ "orange-2",
26189
+ "orange-3",
26190
+ "orange-4",
26191
+ "orange-5",
26192
+ "orange-6",
26193
+ "orange-7",
26194
+ "orange-8",
26195
+ "orange-9",
26196
+ "orange-10",
26197
+ "orange-11",
26198
+ "orange-12",
26199
+ "orange-13",
26200
+ "orange-14",
26201
+ "orange-15",
26202
+ "sunset-0",
26203
+ "sunset-1",
26204
+ "sunset-2",
26205
+ "sunset-3",
26206
+ "sunset-4",
26207
+ "sunset-5",
26208
+ "sunset-6",
26209
+ "sunset-7",
26210
+ "sunset-8",
26211
+ "sunset-9",
26212
+ "sunset-10",
26213
+ "sunset-11",
26214
+ "sunset-12",
26215
+ "sunset-13",
26216
+ "sunset-14",
26217
+ "sunset-15",
26218
+ "red-0",
26219
+ "red-1",
26220
+ "red-2",
26221
+ "red-3",
26222
+ "red-4",
26223
+ "red-5",
26224
+ "red-6",
26225
+ "red-7",
26226
+ "red-8",
26227
+ "red-9",
26228
+ "red-10",
26229
+ "red-11",
26230
+ "red-12",
26231
+ "red-13",
26232
+ "red-14",
26233
+ "red-15",
26234
+ "rose-0",
26235
+ "rose-1",
26236
+ "rose-2",
26237
+ "rose-3",
26238
+ "rose-4",
26239
+ "rose-5",
26240
+ "rose-6",
26241
+ "rose-7",
26242
+ "rose-8",
26243
+ "rose-9",
26244
+ "rose-10",
26245
+ "rose-11",
26246
+ "rose-12",
26247
+ "rose-13",
26248
+ "rose-14",
26249
+ "rose-15",
26250
+ "pink-0",
26251
+ "pink-1",
26252
+ "pink-2",
26253
+ "pink-3",
26254
+ "pink-4",
26255
+ "pink-5",
26256
+ "pink-6",
26257
+ "pink-7",
26258
+ "pink-8",
26259
+ "pink-9",
26260
+ "pink-10",
26261
+ "pink-11",
26262
+ "pink-12",
26263
+ "pink-13",
26264
+ "pink-14",
26265
+ "pink-15",
26266
+ "magenta-0",
26267
+ "magenta-1",
26268
+ "magenta-2",
26269
+ "magenta-3",
26270
+ "magenta-4",
26271
+ "magenta-5",
26272
+ "magenta-6",
26273
+ "magenta-7",
26274
+ "magenta-8",
26275
+ "magenta-9",
26276
+ "magenta-10",
26277
+ "magenta-11",
26278
+ "magenta-12",
26279
+ "magenta-13",
26280
+ "magenta-14",
26281
+ "magenta-15",
26282
+ "carbon-0",
26283
+ "carbon-1",
26284
+ "carbon-2",
26285
+ "carbon-3",
26286
+ "carbon-4",
26287
+ "carbon-5",
26288
+ "carbon-6",
26289
+ "carbon-7",
26290
+ "carbon-8",
26291
+ "carbon-9",
26292
+ "carbon-10",
26293
+ "carbon-11",
26294
+ "carbon-12",
26295
+ "carbon-13",
26296
+ "carbon-14",
26297
+ "carbon-15"
26298
+ ],
26299
+ [
26300
+ "primary",
26301
+ "secondary",
26302
+ "accent",
26303
+ "brand",
26304
+ "alert",
26305
+ "positive",
26306
+ "warning",
26307
+ "info",
26308
+ "brand-secondary",
26309
+ "alert-secondary",
26310
+ "positive-secondary",
26311
+ "warning-secondary",
26312
+ "info-secondary",
26313
+ "tertiary",
26314
+ "muted",
26315
+ "on-color"
26316
+ ],
26317
+ [
26318
+ "always/white",
26319
+ "always/black",
26320
+ "always/transparent",
26321
+ "always/current",
26322
+ "always/brand",
26323
+ "always/accent"
26324
+ ]
26325
+ ]
26326
+ } }
26327
+ },
26328
+ root: {
26329
+ label: "root",
26330
+ properties: {}
26331
+ },
26332
+ svgBase: {
26333
+ label: "svgBase",
26334
+ properties: {
26335
+ backgroundColor: {
26336
+ defaults: { default: "elevation-4" },
26337
+ label: "background color",
26338
+ name: "blurBackgroundColor",
26339
+ typeOfFixture: [
26340
+ "spectrumColors",
26341
+ "backgroundPaletteColors",
26342
+ "alwaysPaletteAliases",
26343
+ "elevationAliases"
26344
+ ],
26345
+ values: [
26346
+ [
26347
+ "gray-0",
26348
+ "gray-1",
26349
+ "gray-2",
26350
+ "gray-3",
26351
+ "gray-4",
26352
+ "gray-5",
26353
+ "gray-6",
26354
+ "gray-7",
26355
+ "gray-8",
26356
+ "gray-9",
26357
+ "gray-10",
26358
+ "gray-11",
26359
+ "gray-12",
26360
+ "gray-13",
26361
+ "gray-14",
26362
+ "gray-15",
26363
+ "purple-0",
26364
+ "purple-1",
26365
+ "purple-2",
26366
+ "purple-3",
26367
+ "purple-4",
26368
+ "purple-5",
26369
+ "purple-6",
26370
+ "purple-7",
26371
+ "purple-8",
26372
+ "purple-9",
26373
+ "purple-10",
26374
+ "purple-11",
26375
+ "purple-12",
26376
+ "purple-13",
26377
+ "purple-14",
26378
+ "purple-15",
26379
+ "indigo-0",
26380
+ "indigo-1",
26381
+ "indigo-2",
26382
+ "indigo-3",
26383
+ "indigo-4",
26384
+ "indigo-5",
26385
+ "indigo-6",
26386
+ "indigo-7",
26387
+ "indigo-8",
26388
+ "indigo-9",
26389
+ "indigo-10",
26390
+ "indigo-11",
26391
+ "indigo-12",
26392
+ "indigo-13",
26393
+ "indigo-14",
26394
+ "indigo-15",
26395
+ "blue-0",
26396
+ "blue-1",
26397
+ "blue-2",
26398
+ "blue-3",
26399
+ "blue-4",
26400
+ "blue-5",
26401
+ "blue-6",
26402
+ "blue-7",
26403
+ "blue-8",
26404
+ "blue-9",
26405
+ "blue-10",
26406
+ "blue-11",
26407
+ "blue-12",
26408
+ "blue-13",
26409
+ "blue-14",
26410
+ "blue-15",
26411
+ "cyan-0",
26412
+ "cyan-1",
26413
+ "cyan-2",
26414
+ "cyan-3",
26415
+ "cyan-4",
26416
+ "cyan-5",
26417
+ "cyan-6",
26418
+ "cyan-7",
26419
+ "cyan-8",
26420
+ "cyan-9",
26421
+ "cyan-10",
26422
+ "cyan-11",
26423
+ "cyan-12",
26424
+ "cyan-13",
26425
+ "cyan-14",
26426
+ "cyan-15",
26427
+ "teal-0",
26428
+ "teal-1",
26429
+ "teal-2",
26430
+ "teal-3",
26431
+ "teal-4",
26432
+ "teal-5",
26433
+ "teal-6",
26434
+ "teal-7",
26435
+ "teal-8",
26436
+ "teal-9",
26437
+ "teal-10",
26438
+ "teal-11",
26439
+ "teal-12",
26440
+ "teal-13",
26441
+ "teal-14",
26442
+ "teal-15",
26443
+ "mint-0",
26444
+ "mint-1",
26445
+ "mint-2",
26446
+ "mint-3",
26447
+ "mint-4",
26448
+ "mint-5",
26449
+ "mint-6",
26450
+ "mint-7",
26451
+ "mint-8",
26452
+ "mint-9",
26453
+ "mint-10",
26454
+ "mint-11",
26455
+ "mint-12",
26456
+ "mint-13",
26457
+ "mint-14",
26458
+ "mint-15",
26459
+ "green-0",
26460
+ "green-1",
26461
+ "green-2",
26462
+ "green-3",
26463
+ "green-4",
26464
+ "green-5",
26465
+ "green-6",
26466
+ "green-7",
26467
+ "green-8",
26468
+ "green-9",
26469
+ "green-10",
26470
+ "green-11",
26471
+ "green-12",
26472
+ "green-13",
26473
+ "green-14",
26474
+ "green-15",
26475
+ "lime-0",
26476
+ "lime-1",
26477
+ "lime-2",
26478
+ "lime-3",
26479
+ "lime-4",
26480
+ "lime-5",
26481
+ "lime-6",
26482
+ "lime-7",
26483
+ "lime-8",
26484
+ "lime-9",
26485
+ "lime-10",
26486
+ "lime-11",
26487
+ "lime-12",
26488
+ "lime-13",
26489
+ "lime-14",
26490
+ "lime-15",
26491
+ "citron-0",
26492
+ "citron-1",
26493
+ "citron-2",
26494
+ "citron-3",
26495
+ "citron-4",
26496
+ "citron-5",
26497
+ "citron-6",
26498
+ "citron-7",
26499
+ "citron-8",
26500
+ "citron-9",
26501
+ "citron-10",
26502
+ "citron-11",
26503
+ "citron-12",
26504
+ "citron-13",
26505
+ "citron-14",
26506
+ "citron-15",
26507
+ "yellow-0",
26508
+ "yellow-1",
26509
+ "yellow-2",
26510
+ "yellow-3",
26511
+ "yellow-4",
26512
+ "yellow-5",
26513
+ "yellow-6",
26514
+ "yellow-7",
26515
+ "yellow-8",
26516
+ "yellow-9",
26517
+ "yellow-10",
26518
+ "yellow-11",
26519
+ "yellow-12",
26520
+ "yellow-13",
26521
+ "yellow-14",
26522
+ "yellow-15",
26523
+ "brown-0",
26524
+ "brown-1",
26525
+ "brown-2",
26526
+ "brown-3",
26527
+ "brown-4",
26528
+ "brown-5",
26529
+ "brown-6",
26530
+ "brown-7",
26531
+ "brown-8",
26532
+ "brown-9",
26533
+ "brown-10",
26534
+ "brown-11",
26535
+ "brown-12",
26536
+ "brown-13",
26537
+ "brown-14",
26538
+ "brown-15",
26539
+ "nude-0",
26540
+ "nude-1",
26541
+ "nude-2",
26542
+ "nude-3",
26543
+ "nude-4",
26544
+ "nude-5",
26545
+ "nude-6",
26546
+ "nude-7",
26547
+ "nude-8",
26548
+ "nude-9",
26549
+ "nude-10",
26550
+ "nude-11",
26551
+ "nude-12",
26552
+ "nude-13",
26553
+ "nude-14",
26554
+ "nude-15",
26555
+ "orange-0",
26556
+ "orange-1",
26557
+ "orange-2",
26558
+ "orange-3",
26559
+ "orange-4",
26560
+ "orange-5",
26561
+ "orange-6",
26562
+ "orange-7",
26563
+ "orange-8",
26564
+ "orange-9",
26565
+ "orange-10",
26566
+ "orange-11",
26567
+ "orange-12",
26568
+ "orange-13",
26569
+ "orange-14",
26570
+ "orange-15",
26571
+ "sunset-0",
26572
+ "sunset-1",
26573
+ "sunset-2",
26574
+ "sunset-3",
26575
+ "sunset-4",
26576
+ "sunset-5",
26577
+ "sunset-6",
26578
+ "sunset-7",
26579
+ "sunset-8",
26580
+ "sunset-9",
26581
+ "sunset-10",
26582
+ "sunset-11",
26583
+ "sunset-12",
26584
+ "sunset-13",
26585
+ "sunset-14",
26586
+ "sunset-15",
26587
+ "red-0",
26588
+ "red-1",
26589
+ "red-2",
26590
+ "red-3",
26591
+ "red-4",
26592
+ "red-5",
26593
+ "red-6",
26594
+ "red-7",
26595
+ "red-8",
26596
+ "red-9",
26597
+ "red-10",
26598
+ "red-11",
26599
+ "red-12",
26600
+ "red-13",
26601
+ "red-14",
26602
+ "red-15",
26603
+ "rose-0",
26604
+ "rose-1",
26605
+ "rose-2",
26606
+ "rose-3",
26607
+ "rose-4",
26608
+ "rose-5",
26609
+ "rose-6",
26610
+ "rose-7",
26611
+ "rose-8",
26612
+ "rose-9",
26613
+ "rose-10",
26614
+ "rose-11",
26615
+ "rose-12",
26616
+ "rose-13",
26617
+ "rose-14",
26618
+ "rose-15",
26619
+ "pink-0",
26620
+ "pink-1",
26621
+ "pink-2",
26622
+ "pink-3",
26623
+ "pink-4",
26624
+ "pink-5",
26625
+ "pink-6",
26626
+ "pink-7",
26627
+ "pink-8",
26628
+ "pink-9",
26629
+ "pink-10",
26630
+ "pink-11",
26631
+ "pink-12",
26632
+ "pink-13",
26633
+ "pink-14",
26634
+ "pink-15",
26635
+ "magenta-0",
26636
+ "magenta-1",
26637
+ "magenta-2",
26638
+ "magenta-3",
26639
+ "magenta-4",
26640
+ "magenta-5",
26641
+ "magenta-6",
26642
+ "magenta-7",
26643
+ "magenta-8",
26644
+ "magenta-9",
26645
+ "magenta-10",
26646
+ "magenta-11",
26647
+ "magenta-12",
26648
+ "magenta-13",
26649
+ "magenta-14",
26650
+ "magenta-15",
26651
+ "carbon-0",
26652
+ "carbon-1",
26653
+ "carbon-2",
26654
+ "carbon-3",
26655
+ "carbon-4",
26656
+ "carbon-5",
26657
+ "carbon-6",
26658
+ "carbon-7",
26659
+ "carbon-8",
26660
+ "carbon-9",
26661
+ "carbon-10",
26662
+ "carbon-11",
26663
+ "carbon-12",
26664
+ "carbon-13",
26665
+ "carbon-14",
26666
+ "carbon-15"
26667
+ ],
26668
+ [
26669
+ "primary",
26670
+ "secondary",
26671
+ "accent",
26672
+ "brand",
26673
+ "alert",
26674
+ "positive",
26675
+ "warning",
26676
+ "info",
26677
+ "brand-secondary",
26678
+ "alert-secondary",
26679
+ "positive-secondary",
26680
+ "warning-secondary",
26681
+ "info-secondary"
26682
+ ],
26683
+ [
26684
+ "always/white",
26685
+ "always/black",
26686
+ "always/transparent",
26687
+ "always/current",
26688
+ "always/brand",
26689
+ "always/accent"
26690
+ ],
26691
+ [
26692
+ "elevation-0",
26693
+ "elevation-1",
26694
+ "elevation-2",
26695
+ "elevation-3",
26696
+ "elevation-4",
26697
+ "elevation-5"
26698
+ ]
26699
+ ]
26700
+ },
26701
+ blurBackgroundColorFallback: {
26702
+ defaults: { default: "elevation-4" },
26703
+ label: "background blur fallback color",
26704
+ name: "blurBackgroundColorFallback",
26705
+ typeOfFixture: [
26706
+ "spectrumColors",
26707
+ "backgroundPaletteColors",
26708
+ "alwaysPaletteAliases",
26709
+ "elevationAliases"
26710
+ ],
26711
+ values: [
26712
+ [
26713
+ "gray-0",
26714
+ "gray-1",
26715
+ "gray-2",
26716
+ "gray-3",
26717
+ "gray-4",
26718
+ "gray-5",
26719
+ "gray-6",
26720
+ "gray-7",
26721
+ "gray-8",
26722
+ "gray-9",
26723
+ "gray-10",
26724
+ "gray-11",
26725
+ "gray-12",
26726
+ "gray-13",
26727
+ "gray-14",
26728
+ "gray-15",
26729
+ "purple-0",
26730
+ "purple-1",
26731
+ "purple-2",
26732
+ "purple-3",
26733
+ "purple-4",
26734
+ "purple-5",
26735
+ "purple-6",
26736
+ "purple-7",
26737
+ "purple-8",
26738
+ "purple-9",
26739
+ "purple-10",
26740
+ "purple-11",
26741
+ "purple-12",
26742
+ "purple-13",
26743
+ "purple-14",
26744
+ "purple-15",
26745
+ "indigo-0",
26746
+ "indigo-1",
26747
+ "indigo-2",
26748
+ "indigo-3",
26749
+ "indigo-4",
26750
+ "indigo-5",
26751
+ "indigo-6",
26752
+ "indigo-7",
26753
+ "indigo-8",
26754
+ "indigo-9",
26755
+ "indigo-10",
26756
+ "indigo-11",
26757
+ "indigo-12",
26758
+ "indigo-13",
26759
+ "indigo-14",
26760
+ "indigo-15",
26761
+ "blue-0",
26762
+ "blue-1",
26763
+ "blue-2",
26764
+ "blue-3",
26765
+ "blue-4",
26766
+ "blue-5",
26767
+ "blue-6",
26768
+ "blue-7",
26769
+ "blue-8",
26770
+ "blue-9",
26771
+ "blue-10",
26772
+ "blue-11",
26773
+ "blue-12",
26774
+ "blue-13",
26775
+ "blue-14",
26776
+ "blue-15",
26777
+ "cyan-0",
26778
+ "cyan-1",
26779
+ "cyan-2",
26780
+ "cyan-3",
26781
+ "cyan-4",
26782
+ "cyan-5",
26783
+ "cyan-6",
26784
+ "cyan-7",
26785
+ "cyan-8",
26786
+ "cyan-9",
26787
+ "cyan-10",
26788
+ "cyan-11",
26789
+ "cyan-12",
26790
+ "cyan-13",
26791
+ "cyan-14",
26792
+ "cyan-15",
26793
+ "teal-0",
26794
+ "teal-1",
26795
+ "teal-2",
26796
+ "teal-3",
26797
+ "teal-4",
26798
+ "teal-5",
26799
+ "teal-6",
26800
+ "teal-7",
26801
+ "teal-8",
26802
+ "teal-9",
26803
+ "teal-10",
26804
+ "teal-11",
26805
+ "teal-12",
26806
+ "teal-13",
26807
+ "teal-14",
26808
+ "teal-15",
26809
+ "mint-0",
26810
+ "mint-1",
26811
+ "mint-2",
26812
+ "mint-3",
26813
+ "mint-4",
26814
+ "mint-5",
26815
+ "mint-6",
26816
+ "mint-7",
26817
+ "mint-8",
26818
+ "mint-9",
26819
+ "mint-10",
26820
+ "mint-11",
26821
+ "mint-12",
26822
+ "mint-13",
26823
+ "mint-14",
26824
+ "mint-15",
26825
+ "green-0",
26826
+ "green-1",
26827
+ "green-2",
26828
+ "green-3",
26829
+ "green-4",
26830
+ "green-5",
26831
+ "green-6",
26832
+ "green-7",
26833
+ "green-8",
26834
+ "green-9",
26835
+ "green-10",
26836
+ "green-11",
26837
+ "green-12",
26838
+ "green-13",
26839
+ "green-14",
26840
+ "green-15",
26841
+ "lime-0",
26842
+ "lime-1",
26843
+ "lime-2",
26844
+ "lime-3",
26845
+ "lime-4",
26846
+ "lime-5",
26847
+ "lime-6",
26848
+ "lime-7",
26849
+ "lime-8",
26850
+ "lime-9",
26851
+ "lime-10",
26852
+ "lime-11",
26853
+ "lime-12",
26854
+ "lime-13",
26855
+ "lime-14",
26856
+ "lime-15",
26857
+ "citron-0",
26858
+ "citron-1",
26859
+ "citron-2",
26860
+ "citron-3",
26861
+ "citron-4",
26862
+ "citron-5",
26863
+ "citron-6",
26864
+ "citron-7",
26865
+ "citron-8",
26866
+ "citron-9",
26867
+ "citron-10",
26868
+ "citron-11",
26869
+ "citron-12",
26870
+ "citron-13",
26871
+ "citron-14",
26872
+ "citron-15",
26873
+ "yellow-0",
26874
+ "yellow-1",
26875
+ "yellow-2",
26876
+ "yellow-3",
26877
+ "yellow-4",
26878
+ "yellow-5",
26879
+ "yellow-6",
26880
+ "yellow-7",
26881
+ "yellow-8",
26882
+ "yellow-9",
26883
+ "yellow-10",
26884
+ "yellow-11",
26885
+ "yellow-12",
26886
+ "yellow-13",
26887
+ "yellow-14",
26888
+ "yellow-15",
26889
+ "brown-0",
26890
+ "brown-1",
26891
+ "brown-2",
26892
+ "brown-3",
26893
+ "brown-4",
26894
+ "brown-5",
26895
+ "brown-6",
26896
+ "brown-7",
26897
+ "brown-8",
26898
+ "brown-9",
26899
+ "brown-10",
26900
+ "brown-11",
26901
+ "brown-12",
26902
+ "brown-13",
26903
+ "brown-14",
26904
+ "brown-15",
26905
+ "nude-0",
26906
+ "nude-1",
26907
+ "nude-2",
26908
+ "nude-3",
26909
+ "nude-4",
26910
+ "nude-5",
26911
+ "nude-6",
26912
+ "nude-7",
26913
+ "nude-8",
26914
+ "nude-9",
26915
+ "nude-10",
26916
+ "nude-11",
26917
+ "nude-12",
26918
+ "nude-13",
26919
+ "nude-14",
26920
+ "nude-15",
26921
+ "orange-0",
26922
+ "orange-1",
26923
+ "orange-2",
26924
+ "orange-3",
26925
+ "orange-4",
26926
+ "orange-5",
26927
+ "orange-6",
26928
+ "orange-7",
26929
+ "orange-8",
26930
+ "orange-9",
26931
+ "orange-10",
26932
+ "orange-11",
26933
+ "orange-12",
26934
+ "orange-13",
26935
+ "orange-14",
26936
+ "orange-15",
26937
+ "sunset-0",
26938
+ "sunset-1",
26939
+ "sunset-2",
26940
+ "sunset-3",
26941
+ "sunset-4",
26942
+ "sunset-5",
26943
+ "sunset-6",
26944
+ "sunset-7",
26945
+ "sunset-8",
26946
+ "sunset-9",
26947
+ "sunset-10",
26948
+ "sunset-11",
26949
+ "sunset-12",
26950
+ "sunset-13",
26951
+ "sunset-14",
26952
+ "sunset-15",
26953
+ "red-0",
26954
+ "red-1",
26955
+ "red-2",
26956
+ "red-3",
26957
+ "red-4",
26958
+ "red-5",
26959
+ "red-6",
26960
+ "red-7",
26961
+ "red-8",
26962
+ "red-9",
26963
+ "red-10",
26964
+ "red-11",
26965
+ "red-12",
26966
+ "red-13",
26967
+ "red-14",
26968
+ "red-15",
26969
+ "rose-0",
26970
+ "rose-1",
26971
+ "rose-2",
26972
+ "rose-3",
26973
+ "rose-4",
26974
+ "rose-5",
26975
+ "rose-6",
26976
+ "rose-7",
26977
+ "rose-8",
26978
+ "rose-9",
26979
+ "rose-10",
26980
+ "rose-11",
26981
+ "rose-12",
26982
+ "rose-13",
26983
+ "rose-14",
26984
+ "rose-15",
26985
+ "pink-0",
26986
+ "pink-1",
26987
+ "pink-2",
26988
+ "pink-3",
26989
+ "pink-4",
26990
+ "pink-5",
26991
+ "pink-6",
26992
+ "pink-7",
26993
+ "pink-8",
26994
+ "pink-9",
26995
+ "pink-10",
26996
+ "pink-11",
26997
+ "pink-12",
26998
+ "pink-13",
26999
+ "pink-14",
27000
+ "pink-15",
27001
+ "magenta-0",
27002
+ "magenta-1",
27003
+ "magenta-2",
27004
+ "magenta-3",
27005
+ "magenta-4",
27006
+ "magenta-5",
27007
+ "magenta-6",
27008
+ "magenta-7",
27009
+ "magenta-8",
27010
+ "magenta-9",
27011
+ "magenta-10",
27012
+ "magenta-11",
27013
+ "magenta-12",
27014
+ "magenta-13",
27015
+ "magenta-14",
27016
+ "magenta-15",
27017
+ "carbon-0",
27018
+ "carbon-1",
27019
+ "carbon-2",
27020
+ "carbon-3",
27021
+ "carbon-4",
27022
+ "carbon-5",
27023
+ "carbon-6",
27024
+ "carbon-7",
27025
+ "carbon-8",
27026
+ "carbon-9",
27027
+ "carbon-10",
27028
+ "carbon-11",
27029
+ "carbon-12",
27030
+ "carbon-13",
27031
+ "carbon-14",
27032
+ "carbon-15"
27033
+ ],
27034
+ [
27035
+ "primary",
27036
+ "secondary",
27037
+ "accent",
27038
+ "brand",
27039
+ "alert",
27040
+ "positive",
27041
+ "warning",
27042
+ "info",
27043
+ "brand-secondary",
27044
+ "alert-secondary",
27045
+ "positive-secondary",
27046
+ "warning-secondary",
27047
+ "info-secondary"
27048
+ ],
27049
+ [
27050
+ "always/white",
27051
+ "always/black",
27052
+ "always/transparent",
27053
+ "always/current",
27054
+ "always/brand",
27055
+ "always/accent"
27056
+ ],
27057
+ [
27058
+ "elevation-0",
27059
+ "elevation-1",
27060
+ "elevation-2",
27061
+ "elevation-3",
27062
+ "elevation-4",
27063
+ "elevation-5"
27064
+ ]
27065
+ ]
27066
+ },
27067
+ fillOpacity: {
27068
+ defaults: { default: "100" },
27069
+ label: "background opacity",
27070
+ name: "fillOpacity",
27071
+ typeOfFixture: ["opacitySteps"],
27072
+ values: [[
27073
+ "0",
27074
+ "1",
27075
+ "2",
27076
+ "3",
27077
+ "4",
27078
+ "5",
27079
+ "6",
27080
+ "7",
27081
+ "8",
27082
+ "9",
27083
+ "10",
27084
+ "11",
27085
+ "12",
27086
+ "13",
27087
+ "14",
27088
+ "15",
27089
+ "16",
27090
+ "17",
27091
+ "18",
27092
+ "19",
27093
+ "20",
27094
+ "21",
27095
+ "22",
27096
+ "23",
27097
+ "24",
27098
+ "25",
27099
+ "26",
27100
+ "27",
27101
+ "28",
27102
+ "29",
27103
+ "30",
27104
+ "31",
27105
+ "32",
27106
+ "33",
27107
+ "34",
27108
+ "35",
27109
+ "36",
27110
+ "37",
27111
+ "38",
27112
+ "39",
27113
+ "40",
27114
+ "41",
27115
+ "42",
27116
+ "43",
27117
+ "44",
27118
+ "45",
27119
+ "46",
27120
+ "47",
27121
+ "48",
27122
+ "49",
27123
+ "50",
27124
+ "51",
27125
+ "52",
27126
+ "53",
27127
+ "54",
27128
+ "55",
27129
+ "56",
27130
+ "57",
27131
+ "58",
27132
+ "59",
27133
+ "60",
27134
+ "61",
27135
+ "62",
27136
+ "63",
27137
+ "64",
27138
+ "65",
27139
+ "66",
27140
+ "67",
27141
+ "68",
27142
+ "69",
27143
+ "70",
27144
+ "71",
27145
+ "72",
27146
+ "73",
27147
+ "74",
27148
+ "75",
27149
+ "76",
27150
+ "77",
27151
+ "78",
27152
+ "79",
27153
+ "80",
27154
+ "81",
27155
+ "82",
27156
+ "83",
27157
+ "84",
27158
+ "85",
27159
+ "86",
27160
+ "87",
27161
+ "88",
27162
+ "89",
27163
+ "90",
27164
+ "91",
27165
+ "92",
27166
+ "93",
27167
+ "94",
27168
+ "95",
27169
+ "96",
27170
+ "97",
27171
+ "98",
27172
+ "99",
27173
+ "100"
27174
+ ]]
27175
+ }
27176
+ }
27177
+ },
27178
+ svgBorder: {
27179
+ label: "svgBorder",
27180
+ properties: { stroke: {
27181
+ defaults: { default: "elevation-4" },
27182
+ label: "border color",
27183
+ name: "stroke",
27184
+ typeOfFixture: [
27185
+ "spectrumColors",
27186
+ "linePaletteColors",
27187
+ "alwaysPaletteAliases",
27188
+ "elevationAliases"
27189
+ ],
27190
+ values: [
27191
+ [
27192
+ "gray-0",
27193
+ "gray-1",
27194
+ "gray-2",
27195
+ "gray-3",
27196
+ "gray-4",
27197
+ "gray-5",
27198
+ "gray-6",
27199
+ "gray-7",
27200
+ "gray-8",
27201
+ "gray-9",
27202
+ "gray-10",
27203
+ "gray-11",
27204
+ "gray-12",
27205
+ "gray-13",
27206
+ "gray-14",
27207
+ "gray-15",
27208
+ "purple-0",
27209
+ "purple-1",
27210
+ "purple-2",
27211
+ "purple-3",
27212
+ "purple-4",
27213
+ "purple-5",
27214
+ "purple-6",
27215
+ "purple-7",
27216
+ "purple-8",
27217
+ "purple-9",
27218
+ "purple-10",
27219
+ "purple-11",
27220
+ "purple-12",
27221
+ "purple-13",
27222
+ "purple-14",
27223
+ "purple-15",
27224
+ "indigo-0",
27225
+ "indigo-1",
27226
+ "indigo-2",
27227
+ "indigo-3",
27228
+ "indigo-4",
27229
+ "indigo-5",
27230
+ "indigo-6",
27231
+ "indigo-7",
27232
+ "indigo-8",
27233
+ "indigo-9",
27234
+ "indigo-10",
27235
+ "indigo-11",
27236
+ "indigo-12",
27237
+ "indigo-13",
27238
+ "indigo-14",
27239
+ "indigo-15",
27240
+ "blue-0",
27241
+ "blue-1",
27242
+ "blue-2",
27243
+ "blue-3",
27244
+ "blue-4",
27245
+ "blue-5",
27246
+ "blue-6",
27247
+ "blue-7",
27248
+ "blue-8",
27249
+ "blue-9",
27250
+ "blue-10",
27251
+ "blue-11",
27252
+ "blue-12",
27253
+ "blue-13",
27254
+ "blue-14",
27255
+ "blue-15",
27256
+ "cyan-0",
27257
+ "cyan-1",
27258
+ "cyan-2",
27259
+ "cyan-3",
27260
+ "cyan-4",
27261
+ "cyan-5",
27262
+ "cyan-6",
27263
+ "cyan-7",
27264
+ "cyan-8",
27265
+ "cyan-9",
27266
+ "cyan-10",
27267
+ "cyan-11",
27268
+ "cyan-12",
27269
+ "cyan-13",
27270
+ "cyan-14",
27271
+ "cyan-15",
27272
+ "teal-0",
27273
+ "teal-1",
27274
+ "teal-2",
27275
+ "teal-3",
27276
+ "teal-4",
27277
+ "teal-5",
27278
+ "teal-6",
27279
+ "teal-7",
27280
+ "teal-8",
27281
+ "teal-9",
27282
+ "teal-10",
27283
+ "teal-11",
27284
+ "teal-12",
27285
+ "teal-13",
27286
+ "teal-14",
27287
+ "teal-15",
27288
+ "mint-0",
27289
+ "mint-1",
27290
+ "mint-2",
27291
+ "mint-3",
27292
+ "mint-4",
27293
+ "mint-5",
27294
+ "mint-6",
27295
+ "mint-7",
27296
+ "mint-8",
27297
+ "mint-9",
27298
+ "mint-10",
27299
+ "mint-11",
27300
+ "mint-12",
27301
+ "mint-13",
27302
+ "mint-14",
27303
+ "mint-15",
27304
+ "green-0",
27305
+ "green-1",
27306
+ "green-2",
27307
+ "green-3",
27308
+ "green-4",
27309
+ "green-5",
27310
+ "green-6",
27311
+ "green-7",
27312
+ "green-8",
27313
+ "green-9",
27314
+ "green-10",
27315
+ "green-11",
27316
+ "green-12",
27317
+ "green-13",
27318
+ "green-14",
27319
+ "green-15",
27320
+ "lime-0",
27321
+ "lime-1",
27322
+ "lime-2",
27323
+ "lime-3",
27324
+ "lime-4",
27325
+ "lime-5",
27326
+ "lime-6",
27327
+ "lime-7",
27328
+ "lime-8",
27329
+ "lime-9",
27330
+ "lime-10",
27331
+ "lime-11",
27332
+ "lime-12",
27333
+ "lime-13",
27334
+ "lime-14",
27335
+ "lime-15",
27336
+ "citron-0",
27337
+ "citron-1",
27338
+ "citron-2",
27339
+ "citron-3",
27340
+ "citron-4",
27341
+ "citron-5",
27342
+ "citron-6",
27343
+ "citron-7",
27344
+ "citron-8",
27345
+ "citron-9",
27346
+ "citron-10",
27347
+ "citron-11",
27348
+ "citron-12",
27349
+ "citron-13",
27350
+ "citron-14",
27351
+ "citron-15",
27352
+ "yellow-0",
27353
+ "yellow-1",
27354
+ "yellow-2",
27355
+ "yellow-3",
27356
+ "yellow-4",
27357
+ "yellow-5",
27358
+ "yellow-6",
27359
+ "yellow-7",
27360
+ "yellow-8",
27361
+ "yellow-9",
27362
+ "yellow-10",
27363
+ "yellow-11",
27364
+ "yellow-12",
27365
+ "yellow-13",
27366
+ "yellow-14",
27367
+ "yellow-15",
27368
+ "brown-0",
27369
+ "brown-1",
27370
+ "brown-2",
27371
+ "brown-3",
27372
+ "brown-4",
27373
+ "brown-5",
27374
+ "brown-6",
27375
+ "brown-7",
27376
+ "brown-8",
27377
+ "brown-9",
27378
+ "brown-10",
27379
+ "brown-11",
27380
+ "brown-12",
27381
+ "brown-13",
27382
+ "brown-14",
27383
+ "brown-15",
27384
+ "nude-0",
27385
+ "nude-1",
27386
+ "nude-2",
27387
+ "nude-3",
27388
+ "nude-4",
27389
+ "nude-5",
27390
+ "nude-6",
27391
+ "nude-7",
27392
+ "nude-8",
27393
+ "nude-9",
27394
+ "nude-10",
27395
+ "nude-11",
27396
+ "nude-12",
27397
+ "nude-13",
27398
+ "nude-14",
27399
+ "nude-15",
27400
+ "orange-0",
27401
+ "orange-1",
27402
+ "orange-2",
27403
+ "orange-3",
27404
+ "orange-4",
27405
+ "orange-5",
27406
+ "orange-6",
27407
+ "orange-7",
27408
+ "orange-8",
27409
+ "orange-9",
27410
+ "orange-10",
27411
+ "orange-11",
27412
+ "orange-12",
27413
+ "orange-13",
27414
+ "orange-14",
27415
+ "orange-15",
27416
+ "sunset-0",
27417
+ "sunset-1",
27418
+ "sunset-2",
27419
+ "sunset-3",
27420
+ "sunset-4",
27421
+ "sunset-5",
27422
+ "sunset-6",
27423
+ "sunset-7",
27424
+ "sunset-8",
27425
+ "sunset-9",
27426
+ "sunset-10",
27427
+ "sunset-11",
27428
+ "sunset-12",
27429
+ "sunset-13",
27430
+ "sunset-14",
27431
+ "sunset-15",
27432
+ "red-0",
27433
+ "red-1",
27434
+ "red-2",
27435
+ "red-3",
27436
+ "red-4",
27437
+ "red-5",
27438
+ "red-6",
27439
+ "red-7",
27440
+ "red-8",
27441
+ "red-9",
27442
+ "red-10",
27443
+ "red-11",
27444
+ "red-12",
27445
+ "red-13",
27446
+ "red-14",
27447
+ "red-15",
27448
+ "rose-0",
27449
+ "rose-1",
27450
+ "rose-2",
27451
+ "rose-3",
27452
+ "rose-4",
27453
+ "rose-5",
27454
+ "rose-6",
27455
+ "rose-7",
27456
+ "rose-8",
27457
+ "rose-9",
27458
+ "rose-10",
27459
+ "rose-11",
27460
+ "rose-12",
27461
+ "rose-13",
27462
+ "rose-14",
27463
+ "rose-15",
27464
+ "pink-0",
27465
+ "pink-1",
27466
+ "pink-2",
27467
+ "pink-3",
27468
+ "pink-4",
27469
+ "pink-5",
27470
+ "pink-6",
27471
+ "pink-7",
27472
+ "pink-8",
27473
+ "pink-9",
27474
+ "pink-10",
27475
+ "pink-11",
27476
+ "pink-12",
27477
+ "pink-13",
27478
+ "pink-14",
27479
+ "pink-15",
27480
+ "magenta-0",
27481
+ "magenta-1",
27482
+ "magenta-2",
27483
+ "magenta-3",
27484
+ "magenta-4",
27485
+ "magenta-5",
27486
+ "magenta-6",
27487
+ "magenta-7",
27488
+ "magenta-8",
27489
+ "magenta-9",
27490
+ "magenta-10",
27491
+ "magenta-11",
27492
+ "magenta-12",
27493
+ "magenta-13",
27494
+ "magenta-14",
27495
+ "magenta-15",
27496
+ "carbon-0",
27497
+ "carbon-1",
27498
+ "carbon-2",
27499
+ "carbon-3",
27500
+ "carbon-4",
27501
+ "carbon-5",
27502
+ "carbon-6",
27503
+ "carbon-7",
27504
+ "carbon-8",
27505
+ "carbon-9",
27506
+ "carbon-10",
27507
+ "carbon-11",
27508
+ "carbon-12",
27509
+ "carbon-13",
27510
+ "carbon-14",
27511
+ "carbon-15"
27512
+ ],
27513
+ [
27514
+ "primary",
27515
+ "secondary",
27516
+ "accent",
27517
+ "brand",
27518
+ "alert",
27519
+ "positive",
27520
+ "warning",
27521
+ "info",
27522
+ "brand-secondary",
27523
+ "alert-secondary",
27524
+ "positive-secondary",
27525
+ "warning-secondary",
27526
+ "info-secondary",
27527
+ "tertiary",
27528
+ "muted"
27529
+ ],
27530
+ [
27531
+ "always/white",
27532
+ "always/black",
27533
+ "always/transparent",
27534
+ "always/current",
27535
+ "always/brand",
27536
+ "always/accent"
27537
+ ],
27538
+ [
27539
+ "elevation-0",
27540
+ "elevation-1",
27541
+ "elevation-2",
27542
+ "elevation-3",
27543
+ "elevation-4",
27544
+ "elevation-5"
27545
+ ]
27546
+ ]
27547
+ } }
27548
+ }
27549
+ },
27550
+ options: ["default"]
27551
+ }
27552
+ }
27553
+ };
25713
27554
  const RadioConfig = {
25714
27555
  description: "Component for demo purposes and testing the automation",
25715
27556
  label: "Radio",
@@ -34644,6 +36485,7 @@ exports.InputConfig = InputConfig;
34644
36485
  exports.LinkConfig = LinkConfig;
34645
36486
  exports.MenuContentConfig = MenuContentConfig;
34646
36487
  exports.MenuItemConfig = MenuItemConfig;
36488
+ exports.PopoverConfig = PopoverConfig;
34647
36489
  exports.RadioConfig = RadioConfig;
34648
36490
  exports.ScrimConfig = ScrimConfig;
34649
36491
  exports.SwitchConfig = SwitchConfig;