@yahoo/uds 3.116.3 → 3.117.0

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