|
7 | 7 | ".spectrum-Picker .spectrum-Picker-label",
|
8 | 8 | ".spectrum-Picker .spectrum-ProgressCircle",
|
9 | 9 | ".spectrum-Picker--quiet",
|
10 |
| - ".spectrum-Picker--quiet .spectrum-Picker-menuIcon", |
11 |
| - ".spectrum-Picker--quiet.is-keyboardFocused", |
12 | 10 | ".spectrum-Picker--quiet.is-keyboardFocused:after",
|
13 |
| - ".spectrum-Picker--quiet.is-open", |
14 | 11 | ".spectrum-Picker--quiet.spectrum-Picker--sideLabel",
|
15 |
| - ".spectrum-Picker--quiet.spectrum-Picker.is-disabled", |
16 |
| - ".spectrum-Picker--quiet.spectrum-Picker:disabled", |
17 |
| - ".spectrum-Picker--quiet:active", |
18 | 12 | ".spectrum-Picker--quiet:after",
|
19 |
| - ".spectrum-Picker--quiet:focus-visible", |
20 | 13 | ".spectrum-Picker--quiet:focus-visible:after",
|
21 |
| - ".spectrum-Picker--quiet:hover", |
22 | 14 | ".spectrum-Picker--sideLabel",
|
23 | 15 | ".spectrum-Picker--sizeL",
|
24 | 16 | ".spectrum-Picker--sizeL + .spectrum-Popover--bottom.is-open",
|
|
27 | 19 | ".spectrum-Picker--sizeXL",
|
28 | 20 | ".spectrum-Picker--sizeXL + .spectrum-Popover--bottom.is-open",
|
29 | 21 | ".spectrum-Picker-label",
|
30 |
| - ".spectrum-Picker-label ~ .spectrum-Picker-menuIcon", |
31 | 22 | ".spectrum-Picker-label.is-placeholder",
|
32 | 23 | ".spectrum-Picker-label.is-placeholder:active",
|
33 | 24 | ".spectrum-Picker-label.is-placeholder:hover",
|
|
39 | 30 | ".spectrum-Picker.is-disabled .spectrum-Picker-label.is-placeholder",
|
40 | 31 | ".spectrum-Picker.is-disabled .spectrum-Picker-menuIcon",
|
41 | 32 | ".spectrum-Picker.is-disabled .spectrum-Picker-validationIcon",
|
42 |
| - ".spectrum-Picker.is-invalid .spectrum-Picker-label", |
| 33 | + ".spectrum-Picker.is-disabled:not(.spectrum-Picker--quiet)", |
43 | 34 | ".spectrum-Picker.is-invalid.is-keyboardFocused:not(:disabled, .is-disabled)",
|
44 | 35 | ".spectrum-Picker.is-invalid.is-open:not(:disabled, .is-disabled)",
|
45 | 36 | ".spectrum-Picker.is-invalid.is-open:not(:disabled, .is-disabled):hover",
|
|
52 | 43 | ".spectrum-Picker.is-keyboardFocused .spectrum-Picker-menuIcon",
|
53 | 44 | ".spectrum-Picker.is-keyboardFocused.is-placeholder",
|
54 | 45 | ".spectrum-Picker.is-keyboardFocused:after",
|
55 |
| - ".spectrum-Picker.is-loading .spectrum-Picker-label", |
| 46 | + ".spectrum-Picker.is-loading", |
56 | 47 | ".spectrum-Picker.is-loading .spectrum-Picker-menuIcon",
|
57 |
| - ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled)", |
58 |
| - ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled) .spectrum-Picker-menuIcon", |
59 |
| - ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled):hover", |
60 |
| - ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled):hover .spectrum-Picker-menuIcon", |
| 48 | + ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled, .is-loading)", |
| 49 | + ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled, .is-loading) .spectrum-Picker-menuIcon", |
| 50 | + ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled, .is-loading):hover", |
| 51 | + ".spectrum-Picker.is-open:not(.spectrum-Picker--quiet, :disabled, .is-disabled, .is-loading):hover .spectrum-Picker-menuIcon", |
61 | 52 | ".spectrum-Picker.is-placeholder:active .spectrum-Picker-label",
|
62 | 53 | ".spectrum-Picker.is-placeholder:focus-visible",
|
63 | 54 | ".spectrum-Picker::-moz-focus-inner",
|
|
69 | 60 | ".spectrum-Picker:disabled .spectrum-Picker-label.is-placeholder",
|
70 | 61 | ".spectrum-Picker:disabled .spectrum-Picker-menuIcon",
|
71 | 62 | ".spectrum-Picker:disabled .spectrum-Picker-validationIcon",
|
| 63 | + ".spectrum-Picker:disabled:not(.spectrum-Picker--quiet)", |
72 | 64 | ".spectrum-Picker:focus",
|
73 | 65 | ".spectrum-Picker:focus-visible",
|
74 | 66 | ".spectrum-Picker:focus-visible .spectrum-Picker-menuIcon",
|
75 | 67 | ".spectrum-Picker:focus-visible:after",
|
76 | 68 | ".spectrum-Picker:hover",
|
77 |
| - ".spectrum-Picker:hover .spectrum-Picker-menuIcon" |
| 69 | + ".spectrum-Picker:hover .spectrum-Picker-menuIcon", |
| 70 | + ".spectrum-Picker:lang(ja) .spectrum-Picker-label", |
| 71 | + ".spectrum-Picker:lang(ko) .spectrum-Picker-label", |
| 72 | + ".spectrum-Picker:lang(zh) .spectrum-Picker-label" |
78 | 73 | ],
|
79 | 74 | "modifiers": [
|
80 | 75 | "--mod-picker-animation-duration",
|
|
121 | 116 | "--mod-picker-icon-color-hover-open",
|
122 | 117 | "--mod-picker-icon-color-key-focus",
|
123 | 118 | "--mod-picker-inline-size",
|
| 119 | + "--mod-picker-inline-size-quiet", |
124 | 120 | "--mod-picker-line-height",
|
| 121 | + "--mod-picker-line-height-cjk", |
| 122 | + "--mod-picker-min-inline-size", |
| 123 | + "--mod-picker-min-inline-size-quiet", |
125 | 124 | "--mod-picker-placeholder-font-style",
|
126 | 125 | "--mod-picker-placeholder-font-weight",
|
127 | 126 | "--mod-picker-spacing-bottom-to-text",
|
|
133 | 132 | "--mod-picker-spacing-label-to-picker",
|
134 | 133 | "--mod-picker-spacing-label-to-picker-quiet",
|
135 | 134 | "--mod-picker-spacing-picker-to-popover",
|
136 |
| - "--mod-picker-spacing-text-to-alert-icon-inline-start", |
137 |
| - "--mod-picker-spacing-text-to-icon", |
| 135 | + "--mod-picker-spacing-starting-icon-to-text", |
138 | 136 | "--mod-picker-spacing-text-to-icon-inline-end",
|
139 | 137 | "--mod-picker-spacing-top-to-alert-icon",
|
140 | 138 | "--mod-picker-spacing-top-to-disclosure-icon",
|
|
154 | 152 | "--spectrum-picker-border-color-active",
|
155 | 153 | "--spectrum-picker-border-color-default",
|
156 | 154 | "--spectrum-picker-border-color-default-open",
|
157 |
| - "--spectrum-picker-border-color-disabled", |
158 | 155 | "--spectrum-picker-border-color-error-active",
|
159 | 156 | "--spectrum-picker-border-color-error-default",
|
160 | 157 | "--spectrum-picker-border-color-error-default-open",
|
|
189 | 186 | "--spectrum-picker-icon-color-key-focus",
|
190 | 187 | "--spectrum-picker-inline-size",
|
191 | 188 | "--spectrum-picker-line-height",
|
| 189 | + "--spectrum-picker-line-height-cjk", |
| 190 | + "--spectrum-picker-min-inline-size", |
192 | 191 | "--spectrum-picker-minimum-width-multiplier",
|
193 | 192 | "--spectrum-picker-placeholder-font-style",
|
194 | 193 | "--spectrum-picker-spacing-bottom-to-text",
|
195 | 194 | "--spectrum-picker-spacing-edge-to-disclosure-icon",
|
196 |
| - "--spectrum-picker-spacing-edge-to-disclosure-icon-quiet", |
197 | 195 | "--spectrum-picker-spacing-edge-to-text",
|
198 |
| - "--spectrum-picker-spacing-edge-to-text-quiet", |
199 | 196 | "--spectrum-picker-spacing-icon-to-disclosure-icon",
|
200 | 197 | "--spectrum-picker-spacing-label-to-picker",
|
201 | 198 | "--spectrum-picker-spacing-label-to-picker-quiet",
|
202 | 199 | "--spectrum-picker-spacing-picker-to-popover",
|
203 |
| - "--spectrum-picker-spacing-text-to-icon", |
| 200 | + "--spectrum-picker-spacing-starting-icon-to-text", |
204 | 201 | "--spectrum-picker-spacing-text-to-icon-inline-end",
|
205 | 202 | "--spectrum-picker-spacing-top-to-alert-icon",
|
206 | 203 | "--spectrum-picker-spacing-top-to-disclosure-icon",
|
|
213 | 210 | ],
|
214 | 211 | "global": [
|
215 | 212 | "--spectrum-animation-duration-100",
|
216 |
| - "--spectrum-border-width-100", |
| 213 | + "--spectrum-border-width-200", |
| 214 | + "--spectrum-cjk-line-height-100", |
217 | 215 | "--spectrum-component-bottom-to-text-100",
|
218 | 216 | "--spectrum-component-bottom-to-text-200",
|
219 | 217 | "--spectrum-component-bottom-to-text-300",
|
|
226 | 224 | "--spectrum-component-height-200",
|
227 | 225 | "--spectrum-component-height-300",
|
228 | 226 | "--spectrum-component-height-75",
|
| 227 | + "--spectrum-component-size-difference-down", |
| 228 | + "--spectrum-component-size-width-ratio-down", |
229 | 229 | "--spectrum-component-to-menu-extra-large",
|
230 | 230 | "--spectrum-component-to-menu-large",
|
231 | 231 | "--spectrum-component-to-menu-medium",
|
|
234 | 234 | "--spectrum-component-top-to-text-200",
|
235 | 235 | "--spectrum-component-top-to-text-300",
|
236 | 236 | "--spectrum-component-top-to-text-75",
|
237 |
| - "--spectrum-corner-radius-100", |
| 237 | + "--spectrum-component-top-to-workflow-icon-100", |
| 238 | + "--spectrum-component-top-to-workflow-icon-200", |
| 239 | + "--spectrum-component-top-to-workflow-icon-300", |
| 240 | + "--spectrum-component-top-to-workflow-icon-75", |
| 241 | + "--spectrum-corner-radius-medium-size-extra-large", |
| 242 | + "--spectrum-corner-radius-medium-size-large", |
| 243 | + "--spectrum-corner-radius-medium-size-medium", |
| 244 | + "--spectrum-corner-radius-medium-size-small", |
238 | 245 | "--spectrum-default-font-style",
|
239 | 246 | "--spectrum-disabled-background-color",
|
240 | 247 | "--spectrum-disabled-content-color",
|
| 248 | + "--spectrum-downstate-height", |
| 249 | + "--spectrum-downstate-width", |
| 250 | + "--spectrum-field-default-width-extra-large", |
| 251 | + "--spectrum-field-default-width-large", |
| 252 | + "--spectrum-field-default-width-medium", |
| 253 | + "--spectrum-field-default-width-small", |
241 | 254 | "--spectrum-field-edge-to-text-quiet",
|
242 | 255 | "--spectrum-field-end-edge-to-disclosure-icon-100",
|
243 | 256 | "--spectrum-field-end-edge-to-disclosure-icon-200",
|
|
248 | 261 | "--spectrum-field-label-to-component-quiet-large",
|
249 | 262 | "--spectrum-field-label-to-component-quiet-medium",
|
250 | 263 | "--spectrum-field-label-to-component-quiet-small",
|
251 |
| - "--spectrum-field-text-to-alert-icon-extra-large", |
252 |
| - "--spectrum-field-text-to-alert-icon-large", |
253 |
| - "--spectrum-field-text-to-alert-icon-medium", |
254 |
| - "--spectrum-field-text-to-alert-icon-small", |
255 |
| - "--spectrum-field-top-to-alert-icon-extra-large", |
256 |
| - "--spectrum-field-top-to-alert-icon-large", |
257 |
| - "--spectrum-field-top-to-alert-icon-medium", |
258 |
| - "--spectrum-field-top-to-alert-icon-small", |
259 | 264 | "--spectrum-field-top-to-disclosure-icon-100",
|
260 | 265 | "--spectrum-field-top-to-disclosure-icon-200",
|
261 | 266 | "--spectrum-field-top-to-disclosure-icon-300",
|
|
264 | 269 | "--spectrum-field-top-to-progress-circle-large",
|
265 | 270 | "--spectrum-field-top-to-progress-circle-medium",
|
266 | 271 | "--spectrum-field-top-to-progress-circle-small",
|
267 |
| - "--spectrum-field-width", |
268 | 272 | "--spectrum-focus-indicator-color",
|
269 | 273 | "--spectrum-focus-indicator-gap",
|
270 | 274 | "--spectrum-focus-indicator-thickness",
|
|
274 | 278 | "--spectrum-font-size-75",
|
275 | 279 | "--spectrum-gray-100",
|
276 | 280 | "--spectrum-gray-200",
|
277 |
| - "--spectrum-gray-300", |
278 |
| - "--spectrum-gray-500", |
279 |
| - "--spectrum-gray-600", |
280 |
| - "--spectrum-gray-700", |
281 |
| - "--spectrum-gray-800", |
282 |
| - "--spectrum-gray-900", |
283 | 281 | "--spectrum-line-height-100",
|
284 | 282 | "--spectrum-negative-border-color-default",
|
285 | 283 | "--spectrum-negative-border-color-down",
|
|
0 commit comments