|
2 | 2 | "sourceFile": "index.css",
|
3 | 3 | "selectors": [
|
4 | 4 | ".spectrum-ActionButton",
|
| 5 | + ".spectrum-ActionButton .spectrum-ActionButton-hold", |
| 6 | + ".spectrum-ActionButton .spectrum-ActionButton-icon", |
| 7 | + ".spectrum-ActionButton .spectrum-ActionButton-label", |
5 | 8 | ".spectrum-ActionButton--sizeL",
|
6 | 9 | ".spectrum-ActionButton--sizeS",
|
7 | 10 | ".spectrum-ActionButton--sizeXL",
|
8 | 11 | ".spectrum-ActionButton--sizeXS",
|
9 | 12 | ".spectrum-ActionButton-hold",
|
10 |
| - ".spectrum-ActionButton-hold + .spectrum-ActionButton-icon", |
11 | 13 | ".spectrum-ActionButton-icon",
|
12 |
| - ".spectrum-ActionButton-icon:only-child", |
13 | 14 | ".spectrum-ActionButton-label",
|
14 | 15 | ".spectrum-ActionButton-label:empty",
|
15 | 16 | ".spectrum-ActionButton.is-disabled",
|
16 | 17 | ".spectrum-ActionButton.is-selected",
|
17 |
| - ".spectrum-ActionButton.is-selected .is-disabled.spectrum-ActionButton--staticBlack", |
18 |
| - ".spectrum-ActionButton.is-selected .is-disabled.spectrum-ActionButton--staticWhite", |
19 |
| - ".spectrum-ActionButton.is-selected .spectrum-ActionButton-hold", |
20 |
| - ".spectrum-ActionButton.is-selected .spectrum-ActionButton-icon", |
21 |
| - ".spectrum-ActionButton.is-selected .spectrum-ActionButton-label", |
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", |
| 18 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--emphasized", |
| 19 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--staticBlack", |
| 20 | + ".spectrum-ActionButton.is-selected.spectrum-ActionButton--staticWhite", |
25 | 21 | ".spectrum-ActionButton.spectrum-ActionButton--quiet",
|
26 |
| - ".spectrum-ActionButton.spectrum-ActionButton--quiet.is-disabled:not(.is-selected)", |
| 22 | + ".spectrum-ActionButton.spectrum-ActionButton--quiet.is-selected", |
27 | 23 | ".spectrum-ActionButton.spectrum-ActionButton--quiet:disabled:not(.is-selected)",
|
28 | 24 | ".spectrum-ActionButton.spectrum-ActionButton--staticBlack",
|
29 |
| - ".spectrum-ActionButton.spectrum-ActionButton--staticBlack .is-disabled", |
30 | 25 | ".spectrum-ActionButton.spectrum-ActionButton--staticBlack.spectrum-ActionButton--quiet",
|
31 |
| - ".spectrum-ActionButton.spectrum-ActionButton--staticBlack:disabled", |
32 | 26 | ".spectrum-ActionButton.spectrum-ActionButton--staticWhite",
|
33 |
| - ".spectrum-ActionButton.spectrum-ActionButton--staticWhite .is-disabled", |
34 | 27 | ".spectrum-ActionButton.spectrum-ActionButton--staticWhite.spectrum-ActionButton--quiet",
|
35 |
| - ".spectrum-ActionButton.spectrum-ActionButton--staticWhite:disabled", |
36 | 28 | ".spectrum-ActionButton::-moz-focus-inner",
|
37 | 29 | ".spectrum-ActionButton:active",
|
38 | 30 | ".spectrum-ActionButton:after",
|
|
41 | 33 | ".spectrum-ActionButton:focus",
|
42 | 34 | ".spectrum-ActionButton:focus-visible",
|
43 | 35 | ".spectrum-ActionButton:focus-visible:after",
|
| 36 | + ".spectrum-ActionButton:has(.spectrum-ActionButton-icon)", |
44 | 37 | ".spectrum-ActionButton:hover",
|
| 38 | + ".spectrum-ActionButton:not(:has(.spectrum-ActionButton-label))", |
45 | 39 | "[dir=\"rtl\"] .spectrum-ActionButton",
|
46 | 40 | "a.spectrum-ActionButton"
|
47 | 41 | ],
|
48 | 42 | "modifiers": [
|
49 | 43 | "--mod-actionbutton-animation-duration",
|
50 | 44 | "--mod-actionbutton-background-color-default",
|
| 45 | + "--mod-actionbutton-background-color-default-selected", |
| 46 | + "--mod-actionbutton-background-color-default-selected-emphasized", |
51 | 47 | "--mod-actionbutton-background-color-disabled",
|
52 | 48 | "--mod-actionbutton-background-color-down",
|
| 49 | + "--mod-actionbutton-background-color-down-selected", |
| 50 | + "--mod-actionbutton-background-color-down-selected-emphasized", |
53 | 51 | "--mod-actionbutton-background-color-focus",
|
| 52 | + "--mod-actionbutton-background-color-focus-selected", |
| 53 | + "--mod-actionbutton-background-color-focus-selected-emphasized", |
54 | 54 | "--mod-actionbutton-background-color-hover",
|
55 |
| - "--mod-actionbutton-border-color-default", |
56 |
| - "--mod-actionbutton-border-color-disabled", |
57 |
| - "--mod-actionbutton-border-color-down", |
58 |
| - "--mod-actionbutton-border-color-focus", |
59 |
| - "--mod-actionbutton-border-color-hover", |
| 55 | + "--mod-actionbutton-background-color-hover-selected", |
| 56 | + "--mod-actionbutton-background-color-hover-selected-emphasized", |
60 | 57 | "--mod-actionbutton-border-radius",
|
61 |
| - "--mod-actionbutton-border-width", |
62 | 58 | "--mod-actionbutton-content-color-default",
|
| 59 | + "--mod-actionbutton-content-color-default-selected", |
| 60 | + "--mod-actionbutton-content-color-default-selected-emphasized", |
63 | 61 | "--mod-actionbutton-content-color-disabled",
|
64 | 62 | "--mod-actionbutton-content-color-down",
|
| 63 | + "--mod-actionbutton-content-color-down-selected", |
| 64 | + "--mod-actionbutton-content-color-down-selected-emphasized", |
65 | 65 | "--mod-actionbutton-content-color-focus",
|
| 66 | + "--mod-actionbutton-content-color-focus-selected", |
| 67 | + "--mod-actionbutton-content-color-focus-selected-emphasized", |
66 | 68 | "--mod-actionbutton-content-color-hover",
|
| 69 | + "--mod-actionbutton-content-color-hover-selected", |
| 70 | + "--mod-actionbutton-content-color-hover-selected-emphasized", |
67 | 71 | "--mod-actionbutton-edge-to-hold-icon",
|
68 | 72 | "--mod-actionbutton-edge-to-text",
|
69 | 73 | "--mod-actionbutton-edge-to-visual",
|
70 | 74 | "--mod-actionbutton-edge-to-visual-only",
|
71 | 75 | "--mod-actionbutton-focus-indicator-border-radius",
|
72 | 76 | "--mod-actionbutton-focus-indicator-color",
|
73 | 77 | "--mod-actionbutton-focus-indicator-gap",
|
| 78 | + "--mod-actionbutton-focus-indicator-thickness", |
| 79 | + "--mod-actionbutton-font-size", |
| 80 | + "--mod-actionbutton-font-style", |
| 81 | + "--mod-actionbutton-font-weight", |
74 | 82 | "--mod-actionbutton-height",
|
75 | 83 | "--mod-actionbutton-icon-size",
|
76 | 84 | "--mod-actionbutton-label-color",
|
| 85 | + "--mod-actionbutton-line-height", |
77 | 86 | "--mod-actionbutton-min-width",
|
78 |
| - "--mod-actionbutton-text-to-visual", |
79 |
| - "--mod-disabled-background-color", |
80 |
| - "--mod-disabled-content-color" |
| 87 | + "--mod-actionbutton-text-to-visual" |
81 | 88 | ],
|
82 | 89 | "component": [
|
83 | 90 | "--spectrum-action-button-edge-to-hold-icon-extra-large",
|
|
91 | 98 | "--spectrum-actionbutton-background-color-down",
|
92 | 99 | "--spectrum-actionbutton-background-color-focus",
|
93 | 100 | "--spectrum-actionbutton-background-color-hover",
|
94 |
| - "--spectrum-actionbutton-background-color-selected", |
95 |
| - "--spectrum-actionbutton-background-color-selected-disabled", |
96 |
| - "--spectrum-actionbutton-background-color-selected-down", |
97 |
| - "--spectrum-actionbutton-background-color-selected-focus", |
98 |
| - "--spectrum-actionbutton-background-color-selected-hover", |
99 |
| - "--spectrum-actionbutton-border-color-default", |
100 |
| - "--spectrum-actionbutton-border-color-disabled", |
101 |
| - "--spectrum-actionbutton-border-color-down", |
102 |
| - "--spectrum-actionbutton-border-color-focus", |
103 |
| - "--spectrum-actionbutton-border-color-hover", |
| 101 | + "--spectrum-actionbutton-border-color", |
104 | 102 | "--spectrum-actionbutton-border-radius",
|
105 | 103 | "--spectrum-actionbutton-border-width",
|
106 | 104 | "--spectrum-actionbutton-content-color-default",
|
107 | 105 | "--spectrum-actionbutton-content-color-disabled",
|
108 | 106 | "--spectrum-actionbutton-content-color-down",
|
109 | 107 | "--spectrum-actionbutton-content-color-focus",
|
110 | 108 | "--spectrum-actionbutton-content-color-hover",
|
111 |
| - "--spectrum-actionbutton-content-color-selected", |
| 109 | + "--spectrum-actionbutton-downstate-perspective", |
112 | 110 | "--spectrum-actionbutton-edge-to-hold-icon",
|
113 | 111 | "--spectrum-actionbutton-edge-to-text",
|
114 | 112 | "--spectrum-actionbutton-edge-to-visual",
|
|
118 | 116 | "--spectrum-actionbutton-focus-indicator-gap",
|
119 | 117 | "--spectrum-actionbutton-focus-indicator-thickness",
|
120 | 118 | "--spectrum-actionbutton-font-size",
|
| 119 | + "--spectrum-actionbutton-font-style", |
| 120 | + "--spectrum-actionbutton-font-weight", |
121 | 121 | "--spectrum-actionbutton-height",
|
122 | 122 | "--spectrum-actionbutton-icon-size",
|
| 123 | + "--spectrum-actionbutton-line-height", |
123 | 124 | "--spectrum-actionbutton-min-width",
|
124 | 125 | "--spectrum-actionbutton-text-to-visual"
|
125 | 126 | ],
|
|
129 | 130 | "--spectrum-accent-background-color-hover",
|
130 | 131 | "--spectrum-accent-background-color-key-focus",
|
131 | 132 | "--spectrum-animation-duration-100",
|
| 133 | + "--spectrum-black", |
132 | 134 | "--spectrum-border-width-100",
|
133 | 135 | "--spectrum-component-edge-to-text-100",
|
134 | 136 | "--spectrum-component-edge-to-text-200",
|
|
150 | 152 | "--spectrum-component-height-300",
|
151 | 153 | "--spectrum-component-height-50",
|
152 | 154 | "--spectrum-component-height-75",
|
| 155 | + "--spectrum-component-size-difference-down", |
| 156 | + "--spectrum-component-size-minimum-perspective-down", |
| 157 | + "--spectrum-component-size-width-ratio-down", |
153 | 158 | "--spectrum-corner-radius-medium-size-extra-large",
|
154 | 159 | "--spectrum-corner-radius-medium-size-extra-small",
|
155 | 160 | "--spectrum-corner-radius-medium-size-large",
|
156 | 161 | "--spectrum-corner-radius-medium-size-medium",
|
157 | 162 | "--spectrum-corner-radius-medium-size-small",
|
| 163 | + "--spectrum-default-font-style", |
158 | 164 | "--spectrum-disabled-background-color",
|
159 |
| - "--spectrum-disabled-border-color", |
160 | 165 | "--spectrum-disabled-content-color",
|
| 166 | + "--spectrum-disabled-static-black-background-color", |
| 167 | + "--spectrum-disabled-static-black-content-color", |
| 168 | + "--spectrum-disabled-static-white-background-color", |
| 169 | + "--spectrum-disabled-static-white-content-color", |
| 170 | + "--spectrum-downstate-height", |
| 171 | + "--spectrum-downstate-width", |
161 | 172 | "--spectrum-focus-indicator-color",
|
162 | 173 | "--spectrum-focus-indicator-gap",
|
163 | 174 | "--spectrum-focus-indicator-thickness",
|
|
169 | 180 | "--spectrum-gray-100",
|
170 | 181 | "--spectrum-gray-200",
|
171 | 182 | "--spectrum-gray-25",
|
172 |
| - "--spectrum-gray-400", |
173 |
| - "--spectrum-gray-50", |
174 |
| - "--spectrum-gray-500", |
175 |
| - "--spectrum-gray-600", |
176 | 183 | "--spectrum-line-height-100",
|
177 | 184 | "--spectrum-logical-rotation",
|
| 185 | + "--spectrum-medium-font-weight", |
178 | 186 | "--spectrum-neutral-background-color-selected-default",
|
179 | 187 | "--spectrum-neutral-background-color-selected-down",
|
180 | 188 | "--spectrum-neutral-background-color-selected-hover",
|
|
193 | 201 | "--spectrum-text-to-visual-75",
|
194 | 202 | "--spectrum-transparent-black-100",
|
195 | 203 | "--spectrum-transparent-black-200",
|
196 |
| - "--spectrum-transparent-black-500", |
197 |
| - "--spectrum-transparent-black-600", |
198 |
| - "--spectrum-transparent-black-700", |
| 204 | + "--spectrum-transparent-black-25", |
| 205 | + "--spectrum-transparent-black-800", |
| 206 | + "--spectrum-transparent-black-900", |
199 | 207 | "--spectrum-transparent-white-100",
|
200 | 208 | "--spectrum-transparent-white-200",
|
201 |
| - "--spectrum-transparent-white-500", |
202 |
| - "--spectrum-transparent-white-600", |
203 |
| - "--spectrum-transparent-white-700", |
| 209 | + "--spectrum-transparent-white-25", |
| 210 | + "--spectrum-transparent-white-800", |
| 211 | + "--spectrum-transparent-white-900", |
204 | 212 | "--spectrum-white",
|
205 | 213 | "--spectrum-workflow-icon-size-100",
|
206 | 214 | "--spectrum-workflow-icon-size-200",
|
|
214 | 222 | "--mod-button-line-height"
|
215 | 223 | ],
|
216 | 224 | "high-contrast": [
|
| 225 | + "--highcontrast-actionbutton-animation-duration", |
217 | 226 | "--highcontrast-actionbutton-background-color-default",
|
218 | 227 | "--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", |
| 228 | + "--highcontrast-actionbutton-border-color", |
227 | 229 | "--highcontrast-actionbutton-content-color-default",
|
228 | 230 | "--highcontrast-actionbutton-content-color-disabled",
|
229 |
| - "--highcontrast-actionbutton-content-color-down", |
230 |
| - "--highcontrast-actionbutton-content-color-focus", |
231 |
| - "--highcontrast-actionbutton-content-color-hover" |
| 231 | + "--highcontrast-actionbutton-focus-indicator-color" |
232 | 232 | ]
|
233 | 233 | }
|
0 commit comments