@spectrum-web-components/styles 0.14.0 → 0.15.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.
@@ -0,0 +1,267 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-neutral-background-color-default: var(--spectrum-gray-400);
15
+ --spectrum-neutral-background-color-hover: var(--spectrum-gray-300);
16
+ --spectrum-neutral-background-color-down: var(--spectrum-gray-200);
17
+ --spectrum-neutral-background-color-key-focus: var(--spectrum-gray-300);
18
+ --spectrum-neutral-subdued-background-color-default: var(
19
+ --spectrum-gray-400
20
+ );
21
+ --spectrum-neutral-subdued-background-color-hover: var(--spectrum-gray-300);
22
+ --spectrum-neutral-subdued-background-color-down: var(--spectrum-gray-200);
23
+ --spectrum-neutral-subdued-background-color-key-focus: var(
24
+ --spectrum-gray-300
25
+ );
26
+ --spectrum-accent-background-color-default: var(
27
+ --spectrum-accent-color-600
28
+ );
29
+ --spectrum-accent-background-color-hover: var(--spectrum-accent-color-500);
30
+ --spectrum-accent-background-color-down: var(--spectrum-accent-color-400);
31
+ --spectrum-accent-background-color-key-focus: var(
32
+ --spectrum-accent-color-500
33
+ );
34
+ --spectrum-informative-background-color-default: var(
35
+ --spectrum-informative-color-600
36
+ );
37
+ --spectrum-informative-background-color-hover: var(
38
+ --spectrum-informative-color-500
39
+ );
40
+ --spectrum-informative-background-color-down: var(
41
+ --spectrum-informative-color-400
42
+ );
43
+ --spectrum-informative-background-color-key-focus: var(
44
+ --spectrum-informative-color-500
45
+ );
46
+ --spectrum-negative-background-color-default: var(
47
+ --spectrum-negative-color-600
48
+ );
49
+ --spectrum-negative-background-color-hover: var(
50
+ --spectrum-negative-color-500
51
+ );
52
+ --spectrum-negative-background-color-down: var(
53
+ --spectrum-negative-color-400
54
+ );
55
+ --spectrum-negative-background-color-key-focus: var(
56
+ --spectrum-negative-color-500
57
+ );
58
+ --spectrum-positive-background-color-default: var(
59
+ --spectrum-positive-color-600
60
+ );
61
+ --spectrum-positive-background-color-hover: var(
62
+ --spectrum-positive-color-500
63
+ );
64
+ --spectrum-positive-background-color-down: var(
65
+ --spectrum-positive-color-400
66
+ );
67
+ --spectrum-positive-background-color-key-focus: var(
68
+ --spectrum-positive-color-500
69
+ );
70
+ --spectrum-drop-shadow-color: rgba(0, 0, 0, 0.8);
71
+ --spectrum-background-base-color: var(--spectrum-gray-50);
72
+ --spectrum-background-layer-1-color: var(--spectrum-gray-75);
73
+ --spectrum-background-layer-2-color: var(--spectrum-gray-100);
74
+ --spectrum-gray-50: rgb(0, 0, 0);
75
+ --spectrum-gray-75: rgb(14, 14, 14);
76
+ --spectrum-gray-100: rgb(29, 29, 29);
77
+ --spectrum-gray-200: rgb(48, 48, 48);
78
+ --spectrum-gray-300: rgb(75, 75, 75);
79
+ --spectrum-gray-400: rgb(106, 106, 106);
80
+ --spectrum-gray-500: rgb(141, 141, 141);
81
+ --spectrum-gray-600: rgb(176, 176, 176);
82
+ --spectrum-gray-700: rgb(208, 208, 208);
83
+ --spectrum-gray-800: rgb(235, 235, 235);
84
+ --spectrum-gray-900: rgb(255, 255, 255);
85
+ --spectrum-red-100: rgb(87, 0, 0);
86
+ --spectrum-red-200: rgb(110, 0, 0);
87
+ --spectrum-red-300: rgb(138, 0, 0);
88
+ --spectrum-red-400: rgb(167, 0, 0);
89
+ --spectrum-red-500: rgb(196, 7, 6);
90
+ --spectrum-red-600: rgb(221, 33, 24);
91
+ --spectrum-red-700: rgb(238, 67, 49);
92
+ --spectrum-red-800: rgb(249, 99, 76);
93
+ --spectrum-red-900: rgb(255, 129, 107);
94
+ --spectrum-red-1000: rgb(255, 158, 140);
95
+ --spectrum-red-1100: rgb(255, 183, 169);
96
+ --spectrum-red-1200: rgb(255, 205, 195);
97
+ --spectrum-red-1300: rgb(255, 223, 217);
98
+ --spectrum-red-1400: rgb(255, 237, 234);
99
+ --spectrum-orange-100: rgb(72, 24, 1);
100
+ --spectrum-orange-200: rgb(92, 32, 0);
101
+ --spectrum-orange-300: rgb(115, 43, 0);
102
+ --spectrum-orange-400: rgb(138, 55, 0);
103
+ --spectrum-orange-500: rgb(162, 68, 0);
104
+ --spectrum-orange-600: rgb(186, 82, 0);
105
+ --spectrum-orange-700: rgb(210, 98, 0);
106
+ --spectrum-orange-800: rgb(232, 116, 0);
107
+ --spectrum-orange-900: rgb(249, 137, 23);
108
+ --spectrum-orange-1000: rgb(255, 162, 59);
109
+ --spectrum-orange-1100: rgb(255, 188, 102);
110
+ --spectrum-orange-1200: rgb(253, 210, 145);
111
+ --spectrum-orange-1300: rgb(255, 226, 181);
112
+ --spectrum-orange-1400: rgb(255, 239, 213);
113
+ --spectrum-yellow-100: rgb(53, 36, 0);
114
+ --spectrum-yellow-200: rgb(68, 47, 0);
115
+ --spectrum-yellow-300: rgb(86, 62, 0);
116
+ --spectrum-yellow-400: rgb(103, 77, 0);
117
+ --spectrum-yellow-500: rgb(122, 92, 0);
118
+ --spectrum-yellow-600: rgb(141, 108, 0);
119
+ --spectrum-yellow-700: rgb(161, 126, 0);
120
+ --spectrum-yellow-800: rgb(180, 144, 0);
121
+ --spectrum-yellow-900: rgb(199, 162, 0);
122
+ --spectrum-yellow-1000: rgb(216, 181, 0);
123
+ --spectrum-yellow-1100: rgb(233, 199, 0);
124
+ --spectrum-yellow-1200: rgb(247, 216, 4);
125
+ --spectrum-yellow-1300: rgb(249, 233, 97);
126
+ --spectrum-yellow-1400: rgb(252, 243, 170);
127
+ --spectrum-chartreuse-100: rgb(32, 43, 0);
128
+ --spectrum-chartreuse-200: rgb(42, 56, 0);
129
+ --spectrum-chartreuse-300: rgb(54, 72, 0);
130
+ --spectrum-chartreuse-400: rgb(66, 88, 0);
131
+ --spectrum-chartreuse-500: rgb(79, 105, 0);
132
+ --spectrum-chartreuse-600: rgb(93, 123, 0);
133
+ --spectrum-chartreuse-700: rgb(107, 142, 0);
134
+ --spectrum-chartreuse-800: rgb(122, 161, 0);
135
+ --spectrum-chartreuse-900: rgb(138, 180, 3);
136
+ --spectrum-chartreuse-1000: rgb(154, 198, 11);
137
+ --spectrum-chartreuse-1100: rgb(170, 216, 22);
138
+ --spectrum-chartreuse-1200: rgb(187, 232, 41);
139
+ --spectrum-chartreuse-1300: rgb(205, 246, 72);
140
+ --spectrum-chartreuse-1400: rgb(225, 253, 132);
141
+ --spectrum-celery-100: rgb(0, 47, 7);
142
+ --spectrum-celery-200: rgb(0, 61, 9);
143
+ --spectrum-celery-300: rgb(0, 77, 12);
144
+ --spectrum-celery-400: rgb(0, 95, 15);
145
+ --spectrum-celery-500: rgb(0, 113, 15);
146
+ --spectrum-celery-600: rgb(0, 132, 15);
147
+ --spectrum-celery-700: rgb(0, 151, 20);
148
+ --spectrum-celery-800: rgb(13, 171, 37);
149
+ --spectrum-celery-900: rgb(45, 191, 58);
150
+ --spectrum-celery-1000: rgb(80, 208, 82);
151
+ --spectrum-celery-1100: rgb(115, 224, 107);
152
+ --spectrum-celery-1200: rgb(147, 237, 131);
153
+ --spectrum-celery-1300: rgb(180, 247, 162);
154
+ --spectrum-celery-1400: rgb(213, 252, 202);
155
+ --spectrum-green-100: rgb(10, 44, 28);
156
+ --spectrum-green-200: rgb(7, 59, 36);
157
+ --spectrum-green-300: rgb(0, 76, 46);
158
+ --spectrum-green-400: rgb(0, 93, 57);
159
+ --spectrum-green-500: rgb(0, 111, 69);
160
+ --spectrum-green-600: rgb(0, 130, 82);
161
+ --spectrum-green-700: rgb(0, 149, 98);
162
+ --spectrum-green-800: rgb(28, 168, 114);
163
+ --spectrum-green-900: rgb(52, 187, 132);
164
+ --spectrum-green-1000: rgb(75, 205, 149);
165
+ --spectrum-green-1100: rgb(103, 222, 168);
166
+ --spectrum-green-1200: rgb(137, 236, 188);
167
+ --spectrum-green-1300: rgb(177, 244, 209);
168
+ --spectrum-green-1400: rgb(214, 249, 228);
169
+ --spectrum-seafoam-100: rgb(18, 43, 42);
170
+ --spectrum-seafoam-200: rgb(19, 57, 55);
171
+ --spectrum-seafoam-300: rgb(16, 73, 70);
172
+ --spectrum-seafoam-400: rgb(3, 91, 88);
173
+ --spectrum-seafoam-500: rgb(0, 108, 104);
174
+ --spectrum-seafoam-600: rgb(0, 127, 121);
175
+ --spectrum-seafoam-700: rgb(0, 146, 140);
176
+ --spectrum-seafoam-800: rgb(0, 165, 159);
177
+ --spectrum-seafoam-900: rgb(26, 185, 178);
178
+ --spectrum-seafoam-1000: rgb(66, 202, 195);
179
+ --spectrum-seafoam-1100: rgb(102, 218, 211);
180
+ --spectrum-seafoam-1200: rgb(139, 232, 225);
181
+ --spectrum-seafoam-1300: rgb(179, 242, 237);
182
+ --spectrum-seafoam-1400: rgb(215, 248, 244);
183
+ --spectrum-cyan-100: rgb(0, 41, 68);
184
+ --spectrum-cyan-200: rgb(0, 54, 88);
185
+ --spectrum-cyan-300: rgb(0, 69, 108);
186
+ --spectrum-cyan-400: rgb(0, 86, 128);
187
+ --spectrum-cyan-500: rgb(0, 103, 147);
188
+ --spectrum-cyan-600: rgb(0, 121, 167);
189
+ --spectrum-cyan-700: rgb(0, 140, 186);
190
+ --spectrum-cyan-800: rgb(4, 160, 205);
191
+ --spectrum-cyan-900: rgb(23, 180, 221);
192
+ --spectrum-cyan-1000: rgb(57, 199, 234);
193
+ --spectrum-cyan-1100: rgb(96, 216, 243);
194
+ --spectrum-cyan-1200: rgb(134, 230, 250);
195
+ --spectrum-cyan-1300: rgb(170, 242, 255);
196
+ --spectrum-cyan-1400: rgb(206, 249, 255);
197
+ --spectrum-blue-100: rgb(0, 38, 81);
198
+ --spectrum-blue-200: rgb(0, 50, 106);
199
+ --spectrum-blue-300: rgb(0, 64, 135);
200
+ --spectrum-blue-400: rgb(0, 78, 166);
201
+ --spectrum-blue-500: rgb(0, 92, 200);
202
+ --spectrum-blue-600: rgb(6, 108, 231);
203
+ --spectrum-blue-700: rgb(29, 128, 245);
204
+ --spectrum-blue-800: rgb(64, 150, 243);
205
+ --spectrum-blue-900: rgb(94, 170, 247);
206
+ --spectrum-blue-1000: rgb(124, 189, 250);
207
+ --spectrum-blue-1100: rgb(152, 206, 253);
208
+ --spectrum-blue-1200: rgb(179, 222, 254);
209
+ --spectrum-blue-1300: rgb(206, 234, 255);
210
+ --spectrum-blue-1400: rgb(227, 243, 255);
211
+ --spectrum-indigo-100: rgb(26, 29, 97);
212
+ --spectrum-indigo-200: rgb(35, 39, 125);
213
+ --spectrum-indigo-300: rgb(46, 50, 158);
214
+ --spectrum-indigo-400: rgb(58, 63, 189);
215
+ --spectrum-indigo-500: rgb(73, 78, 216);
216
+ --spectrum-indigo-600: rgb(90, 96, 235);
217
+ --spectrum-indigo-700: rgb(110, 115, 246);
218
+ --spectrum-indigo-800: rgb(132, 136, 253);
219
+ --spectrum-indigo-900: rgb(153, 157, 255);
220
+ --spectrum-indigo-1000: rgb(174, 177, 255);
221
+ --spectrum-indigo-1100: rgb(194, 196, 255);
222
+ --spectrum-indigo-1200: rgb(212, 213, 255);
223
+ --spectrum-indigo-1300: rgb(227, 228, 255);
224
+ --spectrum-indigo-1400: rgb(240, 240, 255);
225
+ --spectrum-purple-100: rgb(50, 16, 104);
226
+ --spectrum-purple-200: rgb(67, 13, 140);
227
+ --spectrum-purple-300: rgb(86, 16, 173);
228
+ --spectrum-purple-400: rgb(106, 29, 200);
229
+ --spectrum-purple-500: rgb(126, 49, 222);
230
+ --spectrum-purple-600: rgb(145, 70, 236);
231
+ --spectrum-purple-700: rgb(162, 94, 246);
232
+ --spectrum-purple-800: rgb(178, 119, 250);
233
+ --spectrum-purple-900: rgb(192, 143, 252);
234
+ --spectrum-purple-1000: rgb(206, 166, 253);
235
+ --spectrum-purple-1100: rgb(219, 188, 254);
236
+ --spectrum-purple-1200: rgb(230, 207, 255);
237
+ --spectrum-purple-1300: rgb(240, 224, 255);
238
+ --spectrum-purple-1400: rgb(248, 237, 255);
239
+ --spectrum-fuchsia-100: rgb(70, 14, 68);
240
+ --spectrum-fuchsia-200: rgb(93, 9, 92);
241
+ --spectrum-fuchsia-300: rgb(120, 0, 120);
242
+ --spectrum-fuchsia-400: rgb(146, 0, 147);
243
+ --spectrum-fuchsia-500: rgb(169, 19, 170);
244
+ --spectrum-fuchsia-600: rgb(191, 43, 191);
245
+ --spectrum-fuchsia-700: rgb(211, 65, 213);
246
+ --spectrum-fuchsia-800: rgb(228, 91, 229);
247
+ --spectrum-fuchsia-900: rgb(239, 120, 238);
248
+ --spectrum-fuchsia-1000: rgb(246, 149, 243);
249
+ --spectrum-fuchsia-1100: rgb(251, 175, 246);
250
+ --spectrum-fuchsia-1200: rgb(254, 199, 248);
251
+ --spectrum-fuchsia-1300: rgb(255, 220, 250);
252
+ --spectrum-fuchsia-1400: rgb(255, 235, 252);
253
+ --spectrum-magenta-100: rgb(83, 3, 41);
254
+ --spectrum-magenta-200: rgb(106, 0, 52);
255
+ --spectrum-magenta-300: rgb(133, 0, 65);
256
+ --spectrum-magenta-400: rgb(161, 0, 78);
257
+ --spectrum-magenta-500: rgb(186, 22, 93);
258
+ --spectrum-magenta-600: rgb(209, 43, 114);
259
+ --spectrum-magenta-700: rgb(227, 69, 137);
260
+ --spectrum-magenta-800: rgb(241, 97, 156);
261
+ --spectrum-magenta-900: rgb(252, 124, 173);
262
+ --spectrum-magenta-1000: rgb(255, 152, 191);
263
+ --spectrum-magenta-1100: rgb(255, 179, 207);
264
+ --spectrum-magenta-1200: rgb(255, 202, 221);
265
+ --spectrum-magenta-1300: rgb(255, 221, 233);
266
+ --spectrum-magenta-1400: rgb(255, 236, 243);
267
+ }
@@ -0,0 +1,17 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ /* This file contains overrides and additions to core tokens */
14
+
15
+ :host {
16
+ /* */
17
+ }
@@ -0,0 +1,17 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ /* This file contains overrides and additions to core tokens */
14
+
15
+ :host {
16
+ /* */
17
+ }
@@ -0,0 +1,17 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ /* This file contains overrides and additions to core tokens */
14
+
15
+ :host {
16
+ --system: express;
17
+ }
@@ -0,0 +1,268 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-accent-color-100: var(--spectrum-indigo-100);
15
+ --spectrum-accent-color-200: var(--spectrum-indigo-200);
16
+ --spectrum-accent-color-300: var(--spectrum-indigo-300);
17
+ --spectrum-accent-color-400: var(--spectrum-indigo-400);
18
+ --spectrum-accent-color-500: var(--spectrum-indigo-500);
19
+ --spectrum-accent-color-600: var(--spectrum-indigo-600);
20
+ --spectrum-accent-color-700: var(--spectrum-indigo-700);
21
+ --spectrum-accent-color-800: var(--spectrum-indigo-800);
22
+ --spectrum-accent-color-900: var(--spectrum-indigo-900);
23
+ --spectrum-accent-color-1000: var(--spectrum-indigo-1000);
24
+ --spectrum-accent-color-1100: var(--spectrum-indigo-1100);
25
+ --spectrum-accent-color-1200: var(--spectrum-indigo-1200);
26
+ --spectrum-accent-color-1300: var(--spectrum-indigo-1300);
27
+ --spectrum-accent-color-1400: var(--spectrum-indigo-1400);
28
+ --spectrum-border-width-100: 2px;
29
+ }
30
+ :host {
31
+ --system-spectrum-actionbutton-background-color-default: var(
32
+ --spectrum-gray-200
33
+ );
34
+ --system-spectrum-actionbutton-background-color-hover: var(
35
+ --spectrum-gray-300
36
+ );
37
+ --system-spectrum-actionbutton-background-color-down: var(
38
+ --spectrum-gray-400
39
+ );
40
+ --system-spectrum-actionbutton-background-color-focus: var(
41
+ --spectrum-gray-300
42
+ );
43
+ --system-spectrum-actionbutton-border-color-default: transparent;
44
+ --system-spectrum-actionbutton-border-color-hover: transparent;
45
+ --system-spectrum-actionbutton-border-color-down: transparent;
46
+ --system-spectrum-actionbutton-border-color-focus: transparent;
47
+ --system-spectrum-actionbutton-content-color-default: var(
48
+ --spectrum-neutral-content-color-default
49
+ );
50
+ --system-spectrum-actionbutton-content-color-hover: var(
51
+ --spectrum-neutral-content-color-hover
52
+ );
53
+ --system-spectrum-actionbutton-content-color-down: var(
54
+ --spectrum-neutral-content-color-down
55
+ );
56
+ --system-spectrum-actionbutton-content-color-focus: var(
57
+ --spectrum-neutral-content-color-key-focus
58
+ );
59
+ --system-spectrum-actionbutton-background-color-disabled: var(
60
+ --spectrum-disabled-background-color
61
+ );
62
+ --system-spectrum-actionbutton-border-color-disabled: transparent;
63
+ --system-spectrum-actionbutton-content-color-disabled: var(
64
+ --spectrum-disabled-content-color
65
+ );
66
+ --system-spectrum-actionbutton-quiet-background-color-default: transparent;
67
+ --system-spectrum-actionbutton-quiet-background-color-hover: var(
68
+ --spectrum-gray-200
69
+ );
70
+ --system-spectrum-actionbutton-quiet-background-color-down: var(
71
+ --spectrum-gray-300
72
+ );
73
+ --system-spectrum-actionbutton-quiet-background-color-focus: var(
74
+ --spectrum-gray-200
75
+ );
76
+ --system-spectrum-actionbutton-quiet-border-color-default: transparent;
77
+ --system-spectrum-actionbutton-quiet-border-color-hover: transparent;
78
+ --system-spectrum-actionbutton-quiet-border-color-down: transparent;
79
+ --system-spectrum-actionbutton-quiet-border-color-focus: transparent;
80
+ --system-spectrum-actionbutton-quiet-background-color-disabled: transparent;
81
+ --system-spectrum-actionbutton-quiet-border-color-disabled: transparent;
82
+ --system-spectrum-actionbutton-selected-background-color-default: var(
83
+ --spectrum-neutral-background-color-default
84
+ );
85
+ --system-spectrum-actionbutton-selected-background-color-hover: var(
86
+ --spectrum-neutral-background-color-hover
87
+ );
88
+ --system-spectrum-actionbutton-selected-background-color-down: var(
89
+ --spectrum-neutral-background-color-down
90
+ );
91
+ --system-spectrum-actionbutton-selected-background-color-focus: var(
92
+ --spectrum-neutral-background-color-key-focus
93
+ );
94
+ --system-spectrum-actionbutton-selected-border-color-default: transparent;
95
+ --system-spectrum-actionbutton-selected-border-color-hover: transparent;
96
+ --system-spectrum-actionbutton-selected-border-color-down: transparent;
97
+ --system-spectrum-actionbutton-selected-border-color-focus: transparent;
98
+ --system-spectrum-actionbutton-selected-content-color-default: var(
99
+ --spectrum-white
100
+ );
101
+ --system-spectrum-actionbutton-selected-content-color-hover: var(
102
+ --spectrum-white
103
+ );
104
+ --system-spectrum-actionbutton-selected-content-color-down: var(
105
+ --spectrum-white
106
+ );
107
+ --system-spectrum-actionbutton-selected-content-color-focus: var(
108
+ --spectrum-white
109
+ );
110
+ --system-spectrum-actionbutton-selected-background-color-disabled: var(
111
+ --spectrum-disabled-background-color
112
+ );
113
+ --system-spectrum-actionbutton-selected-border-color-disabled: transparent;
114
+ --system-spectrum-actionbutton-selected-emphasized-background-color-default: var(
115
+ --spectrum-accent-background-color-default
116
+ );
117
+ --system-spectrum-actionbutton-selected-emphasized-background-color-hover: var(
118
+ --spectrum-accent-background-color-hover
119
+ );
120
+ --system-spectrum-actionbutton-selected-emphasized-background-color-down: var(
121
+ --spectrum-accent-background-color-down
122
+ );
123
+ --system-spectrum-actionbutton-selected-emphasized-background-color-focus: var(
124
+ --spectrum-accent-background-color-key-focus
125
+ );
126
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-default: transparent;
127
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-default: transparent;
128
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-hover: transparent;
129
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-hover: transparent;
130
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-down: transparent;
131
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-down: transparent;
132
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-focus: transparent;
133
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-focus: transparent;
134
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-disabled: transparent;
135
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-disabled: transparent;
136
+ --system-spectrum-actionbutton-staticblack-background-color-default: var(
137
+ --spectrum-transparent-black-200
138
+ );
139
+ --system-spectrum-actionbutton-staticblack-background-color-hover: var(
140
+ --spectrum-transparent-black-300
141
+ );
142
+ --system-spectrum-actionbutton-staticblack-background-color-down: var(
143
+ --spectrum-transparent-black-400
144
+ );
145
+ --system-spectrum-actionbutton-staticblack-background-color-focus: var(
146
+ --spectrum-transparent-black-300
147
+ );
148
+ --system-spectrum-actionbutton-staticblack-border-color-default: transparent;
149
+ --system-spectrum-actionbutton-staticblack-border-color-hover: transparent;
150
+ --system-spectrum-actionbutton-staticblack-border-color-down: transparent;
151
+ --system-spectrum-actionbutton-staticblack-border-color-focus: transparent;
152
+ --system-spectrum-actionbutton-staticblack-content-color-default: var(
153
+ --spectrum-black
154
+ );
155
+ --system-spectrum-actionbutton-staticblack-content-color-hover: var(
156
+ --spectrum-black
157
+ );
158
+ --system-spectrum-actionbutton-staticblack-content-color-down: var(
159
+ --spectrum-black
160
+ );
161
+ --system-spectrum-actionbutton-staticblack-content-color-focus: var(
162
+ --spectrum-black
163
+ );
164
+ --system-spectrum-actionbutton-staticblack-focus-ring-color: var(
165
+ --spectrum-static-black-focus-ring-color
166
+ );
167
+ --system-spectrum-actionbutton-staticblack-background-color-disabled: transparent;
168
+ --system-spectrum-actionbutton-staticblack-border-color-disabled: var(
169
+ --spectrum-disabled-static-black-border-color
170
+ );
171
+ --system-spectrum-actionbutton-staticblack-content-color-disabled: var(
172
+ --spectrum-disabled-static-black-content-color
173
+ );
174
+ --system-spectrum-actionbutton-staticblack-selected-background-color-default: var(
175
+ --spectrum-transparent-black-800
176
+ );
177
+ --system-spectrum-actionbutton-staticblack-selected-background-color-hover: var(
178
+ --spectrum-transparent-black-900
179
+ );
180
+ --system-spectrum-actionbutton-staticblack-selected-background-color-down: var(
181
+ --spectrum-transparent-black-900
182
+ );
183
+ --system-spectrum-actionbutton-staticblack-selected-background-color-focus: var(
184
+ --spectrum-transparent-black-900
185
+ );
186
+ --system-spectrum-actionbutton-staticblack-selected-border-color-disabled: transparent;
187
+ --system-spectrum-actionbutton-staticblack-selected-content-color-default: var(
188
+ --spectrum-white
189
+ );
190
+ --system-spectrum-actionbutton-staticblack-selected-content-color-hover: var(
191
+ --spectrum-white
192
+ );
193
+ --system-spectrum-actionbutton-staticblack-selected-content-color-down: var(
194
+ --spectrum-white
195
+ );
196
+ --system-spectrum-actionbutton-staticblack-selected-content-color-focus: var(
197
+ --spectrum-white
198
+ );
199
+ --system-spectrum-actionbutton-staticblack-selected-background-color-disabled: var(
200
+ --spectrum-disabled-static-black-background-color
201
+ );
202
+ --system-spectrum-actionbutton-staticwhite-background-color-default: var(
203
+ --spectrum-transparent-white-200
204
+ );
205
+ --system-spectrum-actionbutton-staticwhite-background-color-hover: var(
206
+ --spectrum-transparent-white-300
207
+ );
208
+ --system-spectrum-actionbutton-staticwhite-background-color-down: var(
209
+ --spectrum-transparent-white-400
210
+ );
211
+ --system-spectrum-actionbutton-staticwhite-background-color-focus: var(
212
+ --spectrum-transparent-white-300
213
+ );
214
+ --system-spectrum-actionbutton-staticwhite-border-color-default: transparent;
215
+ --system-spectrum-actionbutton-staticwhite-border-color-hover: transparent;
216
+ --system-spectrum-actionbutton-staticwhite-border-color-down: transparent;
217
+ --system-spectrum-actionbutton-staticwhite-border-color-focus: transparent;
218
+ --system-spectrum-actionbutton-staticwhite-content-color-default: var(
219
+ --spectrum-white
220
+ );
221
+ --system-spectrum-actionbutton-staticwhite-content-color-hover: var(
222
+ --spectrum-white
223
+ );
224
+ --system-spectrum-actionbutton-staticwhite-content-color-down: var(
225
+ --spectrum-white
226
+ );
227
+ --system-spectrum-actionbutton-staticwhite-content-color-focus: var(
228
+ --spectrum-white
229
+ );
230
+ --system-spectrum-actionbutton-staticwhite-focus-ring-color: var(
231
+ --spectrum-static-white-focus-ring-color
232
+ );
233
+ --system-spectrum-actionbutton-staticwhite-background-color-disabled: transparent;
234
+ --system-spectrum-actionbutton-staticwhite-border-color-disabled: var(
235
+ --spectrum-disabled-static-white-border-color
236
+ );
237
+ --system-spectrum-actionbutton-staticwhite-content-color-disabled: var(
238
+ --spectrum-disabled-static-white-content-color
239
+ );
240
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-default: var(
241
+ --spectrum-transparent-white-800
242
+ );
243
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-hover: var(
244
+ --spectrum-transparent-white-900
245
+ );
246
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-down: var(
247
+ --spectrum-transparent-white-900
248
+ );
249
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-focus: var(
250
+ --spectrum-transparent-white-900
251
+ );
252
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-default: var(
253
+ --spectrum-black
254
+ );
255
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-hover: var(
256
+ --spectrum-black
257
+ );
258
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-down: var(
259
+ --spectrum-black
260
+ );
261
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-focus: var(
262
+ --spectrum-black
263
+ );
264
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-disabled: var(
265
+ --spectrum-disabled-static-white-background-color
266
+ );
267
+ --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
268
+ }
@@ -0,0 +1,48 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-checkbox-control-size-small: 18px;
15
+ --spectrum-checkbox-control-size-medium: 20px;
16
+ --spectrum-checkbox-control-size-large: 22px;
17
+ --spectrum-checkbox-control-size-extra-large: 26px;
18
+ --spectrum-checkbox-top-to-control-small: 6px;
19
+ --spectrum-checkbox-top-to-control-medium: 10px;
20
+ --spectrum-checkbox-top-to-control-large: 14px;
21
+ --spectrum-checkbox-top-to-control-extra-large: 17px;
22
+ --spectrum-radio-button-control-size-small: 18px;
23
+ --spectrum-radio-button-control-size-medium: 20px;
24
+ --spectrum-radio-button-control-size-large: 22px;
25
+ --spectrum-radio-button-control-size-extra-large: 26px;
26
+ --spectrum-radio-button-top-to-control-small: 6px;
27
+ --spectrum-radio-button-top-to-control-medium: 10px;
28
+ --spectrum-radio-button-top-to-control-large: 14px;
29
+ --spectrum-radio-button-top-to-control-extra-large: 17px;
30
+ --spectrum-switch-control-width-small: 32px;
31
+ --spectrum-switch-control-width-medium: 36px;
32
+ --spectrum-switch-control-width-large: 41px;
33
+ --spectrum-switch-control-width-extra-large: 46px;
34
+ --spectrum-switch-control-height-small: 18px;
35
+ --spectrum-switch-control-height-medium: 20px;
36
+ --spectrum-switch-control-height-large: 22px;
37
+ --spectrum-switch-control-height-extra-large: 26px;
38
+ --spectrum-switch-top-to-control-small: 6px;
39
+ --spectrum-switch-top-to-control-medium: 10px;
40
+ --spectrum-switch-top-to-control-large: 14px;
41
+ --spectrum-switch-top-to-control-extra-large: 17px;
42
+ --spectrum-corner-radius-75: 4px;
43
+ --spectrum-corner-radius-100: 8px;
44
+ --spectrum-corner-radius-200: 16px;
45
+ --spectrum-drop-shadow-x: 0px;
46
+ --spectrum-drop-shadow-y: 4px;
47
+ --spectrum-drop-shadow-blur: 16px;
48
+ }