|
14 | 14 | ".spectrum-ActionButton-label:empty",
|
15 | 15 | ".spectrum-ActionButton.is-disabled",
|
16 | 16 | ".spectrum-ActionButton.is-selected",
|
| 17 | + ".spectrum-ActionButton.is-selected .is-disabled.spectrum-ActionButton--staticBlack", |
| 18 | + ".spectrum-ActionButton.is-selected .is-disabled.spectrum-ActionButton--staticWhite", |
17 | 19 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-hold",
|
18 | 20 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-icon",
|
19 | 21 | ".spectrum-ActionButton.is-selected .spectrum-ActionButton-label",
|
20 |
| - ".spectrum-ActionButton.spectrum-ActionButton--emphasized:not(.spectrum-ActionButton--staticBlack, .spectrum-ActionButton--staticWhite)", |
| 22 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--emphasized:not(.spectrum-ActionButton--staticBlack, .spectrum-ActionButton--staticWhite)", |
| 23 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--staticBlack:disabled", |
| 24 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--staticWhite:disabled", |
21 | 25 | ".spectrum-ActionButton.spectrum-ActionButton--quiet",
|
| 26 | + ".spectrum-ActionButton.spectrum-ActionButton--quiet.is-disabled:not(.is-selected)", |
| 27 | + ".spectrum-ActionButton.spectrum-ActionButton--quiet:disabled:not(.is-selected)", |
22 | 28 | ".spectrum-ActionButton.spectrum-ActionButton--staticBlack",
|
| 29 | + ".spectrum-ActionButton.spectrum-ActionButton--staticBlack .is-disabled", |
23 | 30 | ".spectrum-ActionButton.spectrum-ActionButton--staticBlack.spectrum-ActionButton--quiet",
|
| 31 | + ".spectrum-ActionButton.spectrum-ActionButton--staticBlack:disabled", |
24 | 32 | ".spectrum-ActionButton.spectrum-ActionButton--staticWhite",
|
| 33 | + ".spectrum-ActionButton.spectrum-ActionButton--staticWhite .is-disabled", |
25 | 34 | ".spectrum-ActionButton.spectrum-ActionButton--staticWhite.spectrum-ActionButton--quiet",
|
| 35 | + ".spectrum-ActionButton.spectrum-ActionButton--staticWhite:disabled", |
26 | 36 | ".spectrum-ActionButton::-moz-focus-inner",
|
27 | 37 | ".spectrum-ActionButton:active",
|
28 | 38 | ".spectrum-ActionButton:after",
|
|
38 | 48 | "modifiers": [
|
39 | 49 | "--mod-actionbutton-animation-duration",
|
40 | 50 | "--mod-actionbutton-background-color-default",
|
41 |
| - "--mod-actionbutton-background-color-default-selected", |
42 |
| - "--mod-actionbutton-background-color-default-selected-emphasized", |
43 | 51 | "--mod-actionbutton-background-color-disabled",
|
44 | 52 | "--mod-actionbutton-background-color-down",
|
45 |
| - "--mod-actionbutton-background-color-down-selected", |
46 |
| - "--mod-actionbutton-background-color-down-selected-emphasized", |
47 | 53 | "--mod-actionbutton-background-color-focus",
|
48 |
| - "--mod-actionbutton-background-color-focus-selected", |
49 |
| - "--mod-actionbutton-background-color-focus-selected-emphasized", |
50 | 54 | "--mod-actionbutton-background-color-hover",
|
51 |
| - "--mod-actionbutton-background-color-hover-selected", |
52 |
| - "--mod-actionbutton-background-color-hover-selected-emphasized", |
53 | 55 | "--mod-actionbutton-border-color-default",
|
54 | 56 | "--mod-actionbutton-border-color-disabled",
|
55 | 57 | "--mod-actionbutton-border-color-down",
|
|
58 | 60 | "--mod-actionbutton-border-radius",
|
59 | 61 | "--mod-actionbutton-border-width",
|
60 | 62 | "--mod-actionbutton-content-color-default",
|
61 |
| - "--mod-actionbutton-content-color-default-selected", |
62 |
| - "--mod-actionbutton-content-color-default-selected-emphasized", |
63 | 63 | "--mod-actionbutton-content-color-disabled",
|
64 | 64 | "--mod-actionbutton-content-color-down",
|
65 |
| - "--mod-actionbutton-content-color-down-selected", |
66 |
| - "--mod-actionbutton-content-color-down-selected-emphasized", |
67 | 65 | "--mod-actionbutton-content-color-focus",
|
68 |
| - "--mod-actionbutton-content-color-focus-selected", |
69 |
| - "--mod-actionbutton-content-color-focus-selected-emphasized", |
70 | 66 | "--mod-actionbutton-content-color-hover",
|
71 |
| - "--mod-actionbutton-content-color-hover-selected", |
72 |
| - "--mod-actionbutton-content-color-hover-selected-emphasized", |
73 | 67 | "--mod-actionbutton-edge-to-hold-icon",
|
74 | 68 | "--mod-actionbutton-edge-to-text",
|
75 | 69 | "--mod-actionbutton-edge-to-visual",
|
76 | 70 | "--mod-actionbutton-edge-to-visual-only",
|
77 | 71 | "--mod-actionbutton-focus-indicator-border-radius",
|
78 | 72 | "--mod-actionbutton-focus-indicator-color",
|
79 | 73 | "--mod-actionbutton-focus-indicator-gap",
|
80 |
| - "--mod-actionbutton-focus-indicator-thickness", |
81 |
| - "--mod-actionbutton-font-size", |
82 | 74 | "--mod-actionbutton-height",
|
83 | 75 | "--mod-actionbutton-icon-size",
|
84 | 76 | "--mod-actionbutton-label-color",
|
85 | 77 | "--mod-actionbutton-min-width",
|
86 |
| - "--mod-actionbutton-static-content-color", |
87 |
| - "--mod-actionbutton-text-to-visual" |
| 78 | + "--mod-actionbutton-text-to-visual", |
| 79 | + "--mod-disabled-background-color", |
| 80 | + "--mod-disabled-content-color" |
88 | 81 | ],
|
89 | 82 | "component": [
|
90 | 83 | "--spectrum-action-button-edge-to-hold-icon-extra-large",
|
91 | 84 | "--spectrum-action-button-edge-to-hold-icon-extra-small",
|
92 | 85 | "--spectrum-action-button-edge-to-hold-icon-large",
|
93 | 86 | "--spectrum-action-button-edge-to-hold-icon-medium",
|
94 | 87 | "--spectrum-action-button-edge-to-hold-icon-small",
|
95 |
| - "--spectrum-actionbutton-background-color", |
| 88 | + "--spectrum-actionbutton-animation-duration", |
96 | 89 | "--spectrum-actionbutton-background-color-default",
|
97 | 90 | "--spectrum-actionbutton-background-color-disabled",
|
98 | 91 | "--spectrum-actionbutton-background-color-down",
|
|
103 | 96 | "--spectrum-actionbutton-background-color-selected-down",
|
104 | 97 | "--spectrum-actionbutton-background-color-selected-focus",
|
105 | 98 | "--spectrum-actionbutton-background-color-selected-hover",
|
106 |
| - "--spectrum-actionbutton-border-color", |
107 | 99 | "--spectrum-actionbutton-border-color-default",
|
108 | 100 | "--spectrum-actionbutton-border-color-disabled",
|
109 | 101 | "--spectrum-actionbutton-border-color-down",
|
110 | 102 | "--spectrum-actionbutton-border-color-focus",
|
111 | 103 | "--spectrum-actionbutton-border-color-hover",
|
112 | 104 | "--spectrum-actionbutton-border-radius",
|
113 | 105 | "--spectrum-actionbutton-border-width",
|
114 |
| - "--spectrum-actionbutton-content-color", |
| 106 | + "--spectrum-actionbutton-content-color-default", |
| 107 | + "--spectrum-actionbutton-content-color-disabled", |
| 108 | + "--spectrum-actionbutton-content-color-down", |
| 109 | + "--spectrum-actionbutton-content-color-focus", |
| 110 | + "--spectrum-actionbutton-content-color-hover", |
115 | 111 | "--spectrum-actionbutton-content-color-selected",
|
116 | 112 | "--spectrum-actionbutton-edge-to-hold-icon",
|
117 | 113 | "--spectrum-actionbutton-edge-to-text",
|
118 | 114 | "--spectrum-actionbutton-edge-to-visual",
|
119 | 115 | "--spectrum-actionbutton-edge-to-visual-only",
|
| 116 | + "--spectrum-actionbutton-focus-indicator-border-radius", |
120 | 117 | "--spectrum-actionbutton-focus-indicator-color",
|
121 | 118 | "--spectrum-actionbutton-focus-indicator-gap",
|
122 | 119 | "--spectrum-actionbutton-focus-indicator-thickness",
|
123 | 120 | "--spectrum-actionbutton-font-size",
|
124 | 121 | "--spectrum-actionbutton-height",
|
125 | 122 | "--spectrum-actionbutton-icon-size",
|
126 |
| - "--spectrum-actionbutton-sized-edge-to-hold-icon", |
127 |
| - "--spectrum-actionbutton-sized-edge-to-text", |
128 |
| - "--spectrum-actionbutton-sized-edge-to-visual", |
129 |
| - "--spectrum-actionbutton-sized-edge-to-visual-only", |
130 |
| - "--spectrum-actionbutton-sized-font-size", |
131 |
| - "--spectrum-actionbutton-sized-height", |
132 |
| - "--spectrum-actionbutton-sized-icon-size", |
133 |
| - "--spectrum-actionbutton-sized-text-to-visual", |
| 123 | + "--spectrum-actionbutton-min-width", |
134 | 124 | "--spectrum-actionbutton-text-to-visual"
|
135 | 125 | ],
|
136 | 126 | "global": [
|
|
139 | 129 | "--spectrum-accent-background-color-hover",
|
140 | 130 | "--spectrum-accent-background-color-key-focus",
|
141 | 131 | "--spectrum-animation-duration-100",
|
142 |
| - "--spectrum-black", |
143 | 132 | "--spectrum-border-width-100",
|
144 | 133 | "--spectrum-component-edge-to-text-100",
|
145 | 134 | "--spectrum-component-edge-to-text-200",
|
|
161 | 150 | "--spectrum-component-height-300",
|
162 | 151 | "--spectrum-component-height-50",
|
163 | 152 | "--spectrum-component-height-75",
|
164 |
| - "--spectrum-corner-radius-100", |
| 153 | + "--spectrum-corner-radius-medium-size-extra-large", |
| 154 | + "--spectrum-corner-radius-medium-size-extra-small", |
| 155 | + "--spectrum-corner-radius-medium-size-large", |
| 156 | + "--spectrum-corner-radius-medium-size-medium", |
| 157 | + "--spectrum-corner-radius-medium-size-small", |
| 158 | + "--spectrum-disabled-background-color", |
165 | 159 | "--spectrum-disabled-border-color",
|
166 | 160 | "--spectrum-disabled-content-color",
|
167 |
| - "--spectrum-disabled-static-black-border-color", |
168 |
| - "--spectrum-disabled-static-black-content-color", |
169 |
| - "--spectrum-disabled-static-white-border-color", |
170 |
| - "--spectrum-disabled-static-white-content-color", |
171 | 161 | "--spectrum-focus-indicator-color",
|
172 | 162 | "--spectrum-focus-indicator-gap",
|
173 | 163 | "--spectrum-focus-indicator-thickness",
|
|
178 | 168 | "--spectrum-font-size-75",
|
179 | 169 | "--spectrum-gray-100",
|
180 | 170 | "--spectrum-gray-200",
|
| 171 | + "--spectrum-gray-25", |
181 | 172 | "--spectrum-gray-400",
|
182 | 173 | "--spectrum-gray-50",
|
183 | 174 | "--spectrum-gray-500",
|
|
202 | 193 | "--spectrum-text-to-visual-75",
|
203 | 194 | "--spectrum-transparent-black-100",
|
204 | 195 | "--spectrum-transparent-black-200",
|
205 |
| - "--spectrum-transparent-black-400", |
206 | 196 | "--spectrum-transparent-black-500",
|
207 | 197 | "--spectrum-transparent-black-600",
|
208 | 198 | "--spectrum-transparent-black-700",
|
209 |
| - "--spectrum-transparent-black-800", |
210 |
| - "--spectrum-transparent-black-900", |
| 199 | + "--spectrum-transparent-white-100", |
211 | 200 | "--spectrum-transparent-white-200",
|
212 |
| - "--spectrum-transparent-white-400", |
213 | 201 | "--spectrum-transparent-white-500",
|
214 | 202 | "--spectrum-transparent-white-600",
|
215 | 203 | "--spectrum-transparent-white-700",
|
216 |
| - "--spectrum-transparent-white-800", |
217 |
| - "--spectrum-transparent-white-900", |
218 | 204 | "--spectrum-white",
|
219 | 205 | "--spectrum-workflow-icon-size-100",
|
220 | 206 | "--spectrum-workflow-icon-size-200",
|
221 | 207 | "--spectrum-workflow-icon-size-300",
|
222 | 208 | "--spectrum-workflow-icon-size-50",
|
223 | 209 | "--spectrum-workflow-icon-size-75"
|
224 | 210 | ],
|
225 |
| - "system-theme": [], |
226 | 211 | "passthroughs": [
|
227 | 212 | "--mod-button-animation-duration",
|
228 | 213 | "--mod-button-font-family",
|
229 | 214 | "--mod-button-line-height"
|
230 | 215 | ],
|
231 | 216 | "high-contrast": [
|
232 |
| - "--highcontrast-actionbutton-background-color", |
233 |
| - "--highcontrast-actionbutton-border-color", |
234 |
| - "--highcontrast-actionbutton-content-color", |
235 |
| - "--highcontrast-actionbutton-focus-indicator-color" |
| 217 | + "--highcontrast-actionbutton-background-color-default", |
| 218 | + "--highcontrast-actionbutton-background-color-disabled", |
| 219 | + "--highcontrast-actionbutton-background-color-down", |
| 220 | + "--highcontrast-actionbutton-background-color-focus", |
| 221 | + "--highcontrast-actionbutton-background-color-hover", |
| 222 | + "--highcontrast-actionbutton-border-color-default", |
| 223 | + "--highcontrast-actionbutton-border-color-disabled", |
| 224 | + "--highcontrast-actionbutton-border-color-down", |
| 225 | + "--highcontrast-actionbutton-border-color-focus", |
| 226 | + "--highcontrast-actionbutton-border-color-hover", |
| 227 | + "--highcontrast-actionbutton-content-color-default", |
| 228 | + "--highcontrast-actionbutton-content-color-disabled", |
| 229 | + "--highcontrast-actionbutton-content-color-down", |
| 230 | + "--highcontrast-actionbutton-content-color-focus", |
| 231 | + "--highcontrast-actionbutton-content-color-hover" |
236 | 232 | ]
|
237 | 233 | }
|
0 commit comments