|
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.is-selected.spectrum-ActionButton--quiet", |
| 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 | 51 | "--mod-actionbutton-background-color-disabled",
|
43 | 52 | "--mod-actionbutton-background-color-down",
|
44 |
| - "--mod-actionbutton-background-color-down-selected", |
45 | 53 | "--mod-actionbutton-background-color-focus",
|
46 |
| - "--mod-actionbutton-background-color-focus-selected", |
47 | 54 | "--mod-actionbutton-background-color-hover",
|
48 |
| - "--mod-actionbutton-background-color-hover-selected", |
49 | 55 | "--mod-actionbutton-border-color-default",
|
50 | 56 | "--mod-actionbutton-border-color-disabled",
|
51 | 57 | "--mod-actionbutton-border-color-down",
|
|
54 | 60 | "--mod-actionbutton-border-radius",
|
55 | 61 | "--mod-actionbutton-border-width",
|
56 | 62 | "--mod-actionbutton-content-color-default",
|
57 |
| - "--mod-actionbutton-content-color-default-selected", |
58 | 63 | "--mod-actionbutton-content-color-disabled",
|
59 | 64 | "--mod-actionbutton-content-color-down",
|
60 |
| - "--mod-actionbutton-content-color-down-selected", |
61 | 65 | "--mod-actionbutton-content-color-focus",
|
62 |
| - "--mod-actionbutton-content-color-focus-selected", |
63 | 66 | "--mod-actionbutton-content-color-hover",
|
64 |
| - "--mod-actionbutton-content-color-hover-selected", |
65 | 67 | "--mod-actionbutton-edge-to-hold-icon",
|
66 | 68 | "--mod-actionbutton-edge-to-text",
|
67 | 69 | "--mod-actionbutton-edge-to-visual",
|
|
73 | 75 | "--mod-actionbutton-icon-size",
|
74 | 76 | "--mod-actionbutton-label-color",
|
75 | 77 | "--mod-actionbutton-min-width",
|
76 |
| - "--mod-actionbutton-static-content-color", |
77 |
| - "--mod-actionbutton-text-to-visual" |
| 78 | + "--mod-actionbutton-text-to-visual", |
| 79 | + "--mod-disabled-background-color", |
| 80 | + "--mod-disabled-content-color" |
78 | 81 | ],
|
79 | 82 | "component": [
|
80 | 83 | "--spectrum-action-button-edge-to-hold-icon-extra-large",
|
|
121 | 124 | "--spectrum-actionbutton-text-to-visual"
|
122 | 125 | ],
|
123 | 126 | "global": [
|
| 127 | + "--spectrum-accent-background-color-default", |
| 128 | + "--spectrum-accent-background-color-down", |
| 129 | + "--spectrum-accent-background-color-hover", |
| 130 | + "--spectrum-accent-background-color-key-focus", |
124 | 131 | "--spectrum-animation-duration-100",
|
125 |
| - "--spectrum-black", |
126 | 132 | "--spectrum-border-width-100",
|
127 | 133 | "--spectrum-component-edge-to-text-100",
|
128 | 134 | "--spectrum-component-edge-to-text-200",
|
|
149 | 155 | "--spectrum-corner-radius-medium-size-large",
|
150 | 156 | "--spectrum-corner-radius-medium-size-medium",
|
151 | 157 | "--spectrum-corner-radius-medium-size-small",
|
| 158 | + "--spectrum-disabled-background-color", |
152 | 159 | "--spectrum-disabled-border-color",
|
153 |
| - "--spectrum-disabled-static-black-border-color", |
154 |
| - "--spectrum-disabled-static-black-content-color", |
| 160 | + "--spectrum-disabled-content-color", |
155 | 161 | "--spectrum-focus-indicator-color",
|
156 | 162 | "--spectrum-focus-indicator-gap",
|
157 | 163 | "--spectrum-focus-indicator-thickness",
|
|
162 | 168 | "--spectrum-font-size-75",
|
163 | 169 | "--spectrum-gray-100",
|
164 | 170 | "--spectrum-gray-200",
|
| 171 | + "--spectrum-gray-25", |
165 | 172 | "--spectrum-gray-400",
|
166 | 173 | "--spectrum-gray-50",
|
167 | 174 | "--spectrum-gray-500",
|
|
178 | 185 | "--spectrum-neutral-content-color-key-focus",
|
179 | 186 | "--spectrum-sans-font-family-stack",
|
180 | 187 | "--spectrum-static-black-focus-indicator-color",
|
| 188 | + "--spectrum-static-white-focus-indicator-color", |
181 | 189 | "--spectrum-text-to-visual-100",
|
182 | 190 | "--spectrum-text-to-visual-200",
|
183 | 191 | "--spectrum-text-to-visual-300",
|
184 | 192 | "--spectrum-text-to-visual-50",
|
185 | 193 | "--spectrum-text-to-visual-75",
|
186 | 194 | "--spectrum-transparent-black-100",
|
187 | 195 | "--spectrum-transparent-black-200",
|
188 |
| - "--spectrum-transparent-black-400", |
189 | 196 | "--spectrum-transparent-black-500",
|
190 | 197 | "--spectrum-transparent-black-600",
|
191 | 198 | "--spectrum-transparent-black-700",
|
192 |
| - "--spectrum-transparent-black-800", |
193 |
| - "--spectrum-transparent-black-900", |
| 199 | + "--spectrum-transparent-white-100", |
194 | 200 | "--spectrum-transparent-white-200",
|
195 |
| - "--spectrum-transparent-white-400", |
196 | 201 | "--spectrum-transparent-white-500",
|
197 | 202 | "--spectrum-transparent-white-600",
|
198 | 203 | "--spectrum-transparent-white-700",
|
|
0 commit comments