@spectrum-web-components/styles 0.12.2 → 0.13.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.
- package/core-global.css +373 -96
- package/express/core-global.css +3387 -0
- package/express/scale-large.css +18 -0
- package/express/scale-medium.css +18 -0
- package/express/spectrum-scale-large.css +6385 -0
- package/express/spectrum-scale-medium.css +6441 -0
- package/express/theme-dark.css +501 -0
- package/express/theme-light.css +496 -0
- package/fonts.css +0 -15
- package/package.json +6 -5
- package/spectrum-scale-large.css +1 -3
- package/spectrum-scale-medium.css +1 -3
- package/src/spectrum-base.css +4 -3
- package/src/spectrum-base.css.js +1 -1
- package/src/spectrum-base.css.js.map +1 -1
- package/src/spectrum-body.css +10 -11
- package/src/spectrum-body.css.js +5 -5
- package/src/spectrum-body.css.js.map +1 -1
- package/src/spectrum-code.css +4 -3
- package/src/spectrum-code.css.js +1 -1
- package/src/spectrum-code.css.js.map +1 -1
- package/src/spectrum-detail.css +4 -3
- package/src/spectrum-detail.css.js +1 -1
- package/src/spectrum-detail.css.js.map +1 -1
- package/src/spectrum-heading.css +4 -3
- package/src/spectrum-heading.css.js +1 -1
- package/src/spectrum-heading.css.js.map +1 -1
- package/src/spectrum-lang.css +4 -3
- package/src/spectrum-lang.css.js +1 -1
- package/src/spectrum-lang.css.js.map +1 -1
- package/src/spectrum-typography.css +4 -3
- package/src/spectrum-typography.css.js +1 -1
- package/src/spectrum-typography.css.js.map +1 -1
- package/theme-dark.css +237 -62
- package/theme-darkest.css +237 -62
- package/theme-light.css +237 -62
- package/theme-lightest.css +237 -62
- package/typography.css +1 -3
package/core-global.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Copyright
|
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
|
3
3
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
5
|
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
@@ -10,7 +10,6 @@ OF ANY KIND, either express or implied. See the License for the specific languag
|
|
|
10
10
|
governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
/* stylelint-disable */
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
16
15
|
--spectrum-global-animation-linear: cubic-bezier(
|
|
@@ -40,93 +39,354 @@ governing permissions and limitations under the License.
|
|
|
40
39
|
/* spectrum-colorGlobals.css */
|
|
41
40
|
--spectrum-global-color-status: Verified;
|
|
42
41
|
--spectrum-global-color-version: 5.1.0;
|
|
43
|
-
--spectrum-global-color-static-black:
|
|
44
|
-
--spectrum-global-color-static-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
--spectrum-global-color-static-
|
|
48
|
-
--spectrum-global-color-static-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
--spectrum-global-color-static-
|
|
52
|
-
--spectrum-global-color-static-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
--spectrum-global-color-static-gray-
|
|
56
|
-
--spectrum-global-color-static-gray-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
--spectrum-global-color-static-
|
|
60
|
-
--spectrum-global-color-static-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
--spectrum-global-color-static-
|
|
64
|
-
--spectrum-global-color-static-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
--spectrum-global-color-static-
|
|
68
|
-
--spectrum-global-color-static-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
--spectrum-global-color-static-
|
|
72
|
-
--spectrum-global-color-static-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
--spectrum-global-color-static-
|
|
76
|
-
--spectrum-global-color-static-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
--spectrum-global-color-static-
|
|
80
|
-
--spectrum-global-color-static-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
--spectrum-global-color-static-
|
|
84
|
-
--spectrum-global-color-static-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
--spectrum-global-color-static-
|
|
88
|
-
--spectrum-global-color-static-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
--spectrum-global-color-static-
|
|
92
|
-
--spectrum-global-color-static-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
--spectrum-global-color-static-
|
|
96
|
-
--spectrum-global-color-static-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
--spectrum-global-color-static-
|
|
100
|
-
--spectrum-global-color-static-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
--spectrum-global-color-static-
|
|
104
|
-
--spectrum-global-color-static-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
--spectrum-global-color-static-
|
|
108
|
-
--spectrum-global-color-static-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
--spectrum-global-color-static-
|
|
112
|
-
--spectrum-global-color-static-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
--spectrum-global-color-static-
|
|
116
|
-
--spectrum-global-color-static-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
--spectrum-global-color-static-
|
|
120
|
-
--spectrum-global-color-static-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
--spectrum-global-color-static-
|
|
124
|
-
--spectrum-global-color-static-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
--spectrum-global-color-static-
|
|
128
|
-
--spectrum-global-color-static-
|
|
129
|
-
|
|
42
|
+
--spectrum-global-color-static-black-rgb: 0, 0, 0;
|
|
43
|
+
--spectrum-global-color-static-black: rgb(
|
|
44
|
+
var(--spectrum-global-color-static-black-rgb)
|
|
45
|
+
);
|
|
46
|
+
--spectrum-global-color-static-white-rgb: 255, 255, 255;
|
|
47
|
+
--spectrum-global-color-static-white: rgb(
|
|
48
|
+
var(--spectrum-global-color-static-white-rgb)
|
|
49
|
+
);
|
|
50
|
+
--spectrum-global-color-static-blue-rgb: 20, 115, 230;
|
|
51
|
+
--spectrum-global-color-static-blue: rgb(
|
|
52
|
+
var(--spectrum-global-color-static-blue-rgb)
|
|
53
|
+
);
|
|
54
|
+
--spectrum-global-color-static-gray-50-rgb: 255, 255, 255;
|
|
55
|
+
--spectrum-global-color-static-gray-50: rgb(
|
|
56
|
+
var(--spectrum-global-color-static-gray-50-rgb)
|
|
57
|
+
);
|
|
58
|
+
--spectrum-global-color-static-gray-75-rgb: 255, 255, 255;
|
|
59
|
+
--spectrum-global-color-static-gray-75: rgb(
|
|
60
|
+
var(--spectrum-global-color-static-gray-75-rgb)
|
|
61
|
+
);
|
|
62
|
+
--spectrum-global-color-static-gray-100-rgb: 255, 255, 255;
|
|
63
|
+
--spectrum-global-color-static-gray-100: rgb(
|
|
64
|
+
var(--spectrum-global-color-static-gray-100-rgb)
|
|
65
|
+
);
|
|
66
|
+
--spectrum-global-color-static-gray-200-rgb: 244, 244, 244;
|
|
67
|
+
--spectrum-global-color-static-gray-200: rgb(
|
|
68
|
+
var(--spectrum-global-color-static-gray-200-rgb)
|
|
69
|
+
);
|
|
70
|
+
--spectrum-global-color-static-gray-300-rgb: 234, 234, 234;
|
|
71
|
+
--spectrum-global-color-static-gray-300: rgb(
|
|
72
|
+
var(--spectrum-global-color-static-gray-300-rgb)
|
|
73
|
+
);
|
|
74
|
+
--spectrum-global-color-static-gray-400-rgb: 211, 211, 211;
|
|
75
|
+
--spectrum-global-color-static-gray-400: rgb(
|
|
76
|
+
var(--spectrum-global-color-static-gray-400-rgb)
|
|
77
|
+
);
|
|
78
|
+
--spectrum-global-color-static-gray-500-rgb: 188, 188, 188;
|
|
79
|
+
--spectrum-global-color-static-gray-500: rgb(
|
|
80
|
+
var(--spectrum-global-color-static-gray-500-rgb)
|
|
81
|
+
);
|
|
82
|
+
--spectrum-global-color-static-gray-600-rgb: 149, 149, 149;
|
|
83
|
+
--spectrum-global-color-static-gray-600: rgb(
|
|
84
|
+
var(--spectrum-global-color-static-gray-600-rgb)
|
|
85
|
+
);
|
|
86
|
+
--spectrum-global-color-static-gray-700-rgb: 116, 116, 116;
|
|
87
|
+
--spectrum-global-color-static-gray-700: rgb(
|
|
88
|
+
var(--spectrum-global-color-static-gray-700-rgb)
|
|
89
|
+
);
|
|
90
|
+
--spectrum-global-color-static-gray-800-rgb: 80, 80, 80;
|
|
91
|
+
--spectrum-global-color-static-gray-800: rgb(
|
|
92
|
+
var(--spectrum-global-color-static-gray-800-rgb)
|
|
93
|
+
);
|
|
94
|
+
--spectrum-global-color-static-gray-900-rgb: 50, 50, 50;
|
|
95
|
+
--spectrum-global-color-static-gray-900: rgb(
|
|
96
|
+
var(--spectrum-global-color-static-gray-900-rgb)
|
|
97
|
+
);
|
|
98
|
+
--spectrum-global-color-static-blue-200-rgb: 90, 169, 250;
|
|
99
|
+
--spectrum-global-color-static-blue-200: rgb(
|
|
100
|
+
var(--spectrum-global-color-static-blue-200-rgb)
|
|
101
|
+
);
|
|
102
|
+
--spectrum-global-color-static-blue-300-rgb: 75, 156, 245;
|
|
103
|
+
--spectrum-global-color-static-blue-300: rgb(
|
|
104
|
+
var(--spectrum-global-color-static-blue-300-rgb)
|
|
105
|
+
);
|
|
106
|
+
--spectrum-global-color-static-blue-400-rgb: 55, 142, 240;
|
|
107
|
+
--spectrum-global-color-static-blue-400: rgb(
|
|
108
|
+
var(--spectrum-global-color-static-blue-400-rgb)
|
|
109
|
+
);
|
|
110
|
+
--spectrum-global-color-static-blue-500-rgb: 38, 128, 235;
|
|
111
|
+
--spectrum-global-color-static-blue-500: rgb(
|
|
112
|
+
var(--spectrum-global-color-static-blue-500-rgb)
|
|
113
|
+
);
|
|
114
|
+
--spectrum-global-color-static-blue-600-rgb: 20, 115, 230;
|
|
115
|
+
--spectrum-global-color-static-blue-600: rgb(
|
|
116
|
+
var(--spectrum-global-color-static-blue-600-rgb)
|
|
117
|
+
);
|
|
118
|
+
--spectrum-global-color-static-blue-700-rgb: 13, 102, 208;
|
|
119
|
+
--spectrum-global-color-static-blue-700: rgb(
|
|
120
|
+
var(--spectrum-global-color-static-blue-700-rgb)
|
|
121
|
+
);
|
|
122
|
+
--spectrum-global-color-static-blue-800-rgb: 9, 90, 186;
|
|
123
|
+
--spectrum-global-color-static-blue-800: rgb(
|
|
124
|
+
var(--spectrum-global-color-static-blue-800-rgb)
|
|
125
|
+
);
|
|
126
|
+
--spectrum-global-color-static-red-400-rgb: 236, 91, 98;
|
|
127
|
+
--spectrum-global-color-static-red-400: rgb(
|
|
128
|
+
var(--spectrum-global-color-static-red-400-rgb)
|
|
129
|
+
);
|
|
130
|
+
--spectrum-global-color-static-red-500-rgb: 227, 72, 80;
|
|
131
|
+
--spectrum-global-color-static-red-500: rgb(
|
|
132
|
+
var(--spectrum-global-color-static-red-500-rgb)
|
|
133
|
+
);
|
|
134
|
+
--spectrum-global-color-static-red-600-rgb: 215, 55, 63;
|
|
135
|
+
--spectrum-global-color-static-red-600: rgb(
|
|
136
|
+
var(--spectrum-global-color-static-red-600-rgb)
|
|
137
|
+
);
|
|
138
|
+
--spectrum-global-color-static-red-700-rgb: 201, 37, 45;
|
|
139
|
+
--spectrum-global-color-static-red-700: rgb(
|
|
140
|
+
var(--spectrum-global-color-static-red-700-rgb)
|
|
141
|
+
);
|
|
142
|
+
--spectrum-global-color-static-red-800-rgb: 187, 18, 26;
|
|
143
|
+
--spectrum-global-color-static-red-800: rgb(
|
|
144
|
+
var(--spectrum-global-color-static-red-800-rgb)
|
|
145
|
+
);
|
|
146
|
+
--spectrum-global-color-static-orange-400-rgb: 242, 148, 35;
|
|
147
|
+
--spectrum-global-color-static-orange-400: rgb(
|
|
148
|
+
var(--spectrum-global-color-static-orange-400-rgb)
|
|
149
|
+
);
|
|
150
|
+
--spectrum-global-color-static-orange-500-rgb: 230, 134, 25;
|
|
151
|
+
--spectrum-global-color-static-orange-500: rgb(
|
|
152
|
+
var(--spectrum-global-color-static-orange-500-rgb)
|
|
153
|
+
);
|
|
154
|
+
--spectrum-global-color-static-orange-600-rgb: 218, 123, 17;
|
|
155
|
+
--spectrum-global-color-static-orange-600: rgb(
|
|
156
|
+
var(--spectrum-global-color-static-orange-600-rgb)
|
|
157
|
+
);
|
|
158
|
+
--spectrum-global-color-static-orange-700-rgb: 203, 111, 16;
|
|
159
|
+
--spectrum-global-color-static-orange-700: rgb(
|
|
160
|
+
var(--spectrum-global-color-static-orange-700-rgb)
|
|
161
|
+
);
|
|
162
|
+
--spectrum-global-color-static-orange-800-rgb: 189, 100, 13;
|
|
163
|
+
--spectrum-global-color-static-orange-800: rgb(
|
|
164
|
+
var(--spectrum-global-color-static-orange-800-rgb)
|
|
165
|
+
);
|
|
166
|
+
--spectrum-global-color-static-green-400-rgb: 51, 171, 132;
|
|
167
|
+
--spectrum-global-color-static-green-400: rgb(
|
|
168
|
+
var(--spectrum-global-color-static-green-400-rgb)
|
|
169
|
+
);
|
|
170
|
+
--spectrum-global-color-static-green-500-rgb: 45, 157, 120;
|
|
171
|
+
--spectrum-global-color-static-green-500: rgb(
|
|
172
|
+
var(--spectrum-global-color-static-green-500-rgb)
|
|
173
|
+
);
|
|
174
|
+
--spectrum-global-color-static-green-600-rgb: 38, 142, 108;
|
|
175
|
+
--spectrum-global-color-static-green-600: rgb(
|
|
176
|
+
var(--spectrum-global-color-static-green-600-rgb)
|
|
177
|
+
);
|
|
178
|
+
--spectrum-global-color-static-green-700-rgb: 18, 128, 92;
|
|
179
|
+
--spectrum-global-color-static-green-700: rgb(
|
|
180
|
+
var(--spectrum-global-color-static-green-700-rgb)
|
|
181
|
+
);
|
|
182
|
+
--spectrum-global-color-static-green-800-rgb: 16, 113, 84;
|
|
183
|
+
--spectrum-global-color-static-green-800: rgb(
|
|
184
|
+
var(--spectrum-global-color-static-green-800-rgb)
|
|
185
|
+
);
|
|
186
|
+
--spectrum-global-color-static-celery-200-rgb: 88, 224, 111;
|
|
187
|
+
--spectrum-global-color-static-celery-200: rgb(
|
|
188
|
+
var(--spectrum-global-color-static-celery-200-rgb)
|
|
189
|
+
);
|
|
190
|
+
--spectrum-global-color-static-celery-300-rgb: 81, 210, 103;
|
|
191
|
+
--spectrum-global-color-static-celery-300: rgb(
|
|
192
|
+
var(--spectrum-global-color-static-celery-300-rgb)
|
|
193
|
+
);
|
|
194
|
+
--spectrum-global-color-static-celery-400-rgb: 75, 195, 95;
|
|
195
|
+
--spectrum-global-color-static-celery-400: rgb(
|
|
196
|
+
var(--spectrum-global-color-static-celery-400-rgb)
|
|
197
|
+
);
|
|
198
|
+
--spectrum-global-color-static-celery-500-rgb: 68, 181, 86;
|
|
199
|
+
--spectrum-global-color-static-celery-500: rgb(
|
|
200
|
+
var(--spectrum-global-color-static-celery-500-rgb)
|
|
201
|
+
);
|
|
202
|
+
--spectrum-global-color-static-celery-600-rgb: 61, 167, 78;
|
|
203
|
+
--spectrum-global-color-static-celery-600: rgb(
|
|
204
|
+
var(--spectrum-global-color-static-celery-600-rgb)
|
|
205
|
+
);
|
|
206
|
+
--spectrum-global-color-static-celery-700-rgb: 55, 153, 71;
|
|
207
|
+
--spectrum-global-color-static-celery-700: rgb(
|
|
208
|
+
var(--spectrum-global-color-static-celery-700-rgb)
|
|
209
|
+
);
|
|
210
|
+
--spectrum-global-color-static-celery-800-rgb: 49, 139, 64;
|
|
211
|
+
--spectrum-global-color-static-celery-800: rgb(
|
|
212
|
+
var(--spectrum-global-color-static-celery-800-rgb)
|
|
213
|
+
);
|
|
214
|
+
--spectrum-global-color-static-chartreuse-300-rgb: 155, 236, 84;
|
|
215
|
+
--spectrum-global-color-static-chartreuse-300: rgb(
|
|
216
|
+
var(--spectrum-global-color-static-chartreuse-300-rgb)
|
|
217
|
+
);
|
|
218
|
+
--spectrum-global-color-static-chartreuse-400-rgb: 142, 222, 73;
|
|
219
|
+
--spectrum-global-color-static-chartreuse-400: rgb(
|
|
220
|
+
var(--spectrum-global-color-static-chartreuse-400-rgb)
|
|
221
|
+
);
|
|
222
|
+
--spectrum-global-color-static-chartreuse-500-rgb: 133, 208, 68;
|
|
223
|
+
--spectrum-global-color-static-chartreuse-500: rgb(
|
|
224
|
+
var(--spectrum-global-color-static-chartreuse-500-rgb)
|
|
225
|
+
);
|
|
226
|
+
--spectrum-global-color-static-chartreuse-600-rgb: 124, 195, 63;
|
|
227
|
+
--spectrum-global-color-static-chartreuse-600: rgb(
|
|
228
|
+
var(--spectrum-global-color-static-chartreuse-600-rgb)
|
|
229
|
+
);
|
|
230
|
+
--spectrum-global-color-static-chartreuse-700-rgb: 115, 181, 58;
|
|
231
|
+
--spectrum-global-color-static-chartreuse-700: rgb(
|
|
232
|
+
var(--spectrum-global-color-static-chartreuse-700-rgb)
|
|
233
|
+
);
|
|
234
|
+
--spectrum-global-color-static-chartreuse-800-rgb: 106, 168, 52;
|
|
235
|
+
--spectrum-global-color-static-chartreuse-800: rgb(
|
|
236
|
+
var(--spectrum-global-color-static-chartreuse-800-rgb)
|
|
237
|
+
);
|
|
238
|
+
--spectrum-global-color-static-yellow-200-rgb: 255, 226, 46;
|
|
239
|
+
--spectrum-global-color-static-yellow-200: rgb(
|
|
240
|
+
var(--spectrum-global-color-static-yellow-200-rgb)
|
|
241
|
+
);
|
|
242
|
+
--spectrum-global-color-static-yellow-300-rgb: 250, 217, 0;
|
|
243
|
+
--spectrum-global-color-static-yellow-300: rgb(
|
|
244
|
+
var(--spectrum-global-color-static-yellow-300-rgb)
|
|
245
|
+
);
|
|
246
|
+
--spectrum-global-color-static-yellow-400-rgb: 237, 204, 0;
|
|
247
|
+
--spectrum-global-color-static-yellow-400: rgb(
|
|
248
|
+
var(--spectrum-global-color-static-yellow-400-rgb)
|
|
249
|
+
);
|
|
250
|
+
--spectrum-global-color-static-yellow-500-rgb: 223, 191, 0;
|
|
251
|
+
--spectrum-global-color-static-yellow-500: rgb(
|
|
252
|
+
var(--spectrum-global-color-static-yellow-500-rgb)
|
|
253
|
+
);
|
|
254
|
+
--spectrum-global-color-static-yellow-600-rgb: 210, 178, 0;
|
|
255
|
+
--spectrum-global-color-static-yellow-600: rgb(
|
|
256
|
+
var(--spectrum-global-color-static-yellow-600-rgb)
|
|
257
|
+
);
|
|
258
|
+
--spectrum-global-color-static-yellow-700-rgb: 196, 166, 0;
|
|
259
|
+
--spectrum-global-color-static-yellow-700: rgb(
|
|
260
|
+
var(--spectrum-global-color-static-yellow-700-rgb)
|
|
261
|
+
);
|
|
262
|
+
--spectrum-global-color-static-yellow-800-rgb: 183, 153, 0;
|
|
263
|
+
--spectrum-global-color-static-yellow-800: rgb(
|
|
264
|
+
var(--spectrum-global-color-static-yellow-800-rgb)
|
|
265
|
+
);
|
|
266
|
+
--spectrum-global-color-static-magenta-200-rgb: 245, 107, 183;
|
|
267
|
+
--spectrum-global-color-static-magenta-200: rgb(
|
|
268
|
+
var(--spectrum-global-color-static-magenta-200-rgb)
|
|
269
|
+
);
|
|
270
|
+
--spectrum-global-color-static-magenta-300-rgb: 236, 90, 170;
|
|
271
|
+
--spectrum-global-color-static-magenta-300: rgb(
|
|
272
|
+
var(--spectrum-global-color-static-magenta-300-rgb)
|
|
273
|
+
);
|
|
274
|
+
--spectrum-global-color-static-magenta-400-rgb: 226, 73, 157;
|
|
275
|
+
--spectrum-global-color-static-magenta-400: rgb(
|
|
276
|
+
var(--spectrum-global-color-static-magenta-400-rgb)
|
|
277
|
+
);
|
|
278
|
+
--spectrum-global-color-static-magenta-500-rgb: 216, 55, 144;
|
|
279
|
+
--spectrum-global-color-static-magenta-500: rgb(
|
|
280
|
+
var(--spectrum-global-color-static-magenta-500-rgb)
|
|
281
|
+
);
|
|
282
|
+
--spectrum-global-color-static-magenta-600-rgb: 202, 41, 130;
|
|
283
|
+
--spectrum-global-color-static-magenta-600: rgb(
|
|
284
|
+
var(--spectrum-global-color-static-magenta-600-rgb)
|
|
285
|
+
);
|
|
286
|
+
--spectrum-global-color-static-magenta-700-rgb: 188, 28, 116;
|
|
287
|
+
--spectrum-global-color-static-magenta-700: rgb(
|
|
288
|
+
var(--spectrum-global-color-static-magenta-700-rgb)
|
|
289
|
+
);
|
|
290
|
+
--spectrum-global-color-static-magenta-800-rgb: 174, 14, 102;
|
|
291
|
+
--spectrum-global-color-static-magenta-800: rgb(
|
|
292
|
+
var(--spectrum-global-color-static-magenta-800-rgb)
|
|
293
|
+
);
|
|
294
|
+
--spectrum-global-color-static-fuchsia-400-rgb: 207, 62, 220;
|
|
295
|
+
--spectrum-global-color-static-fuchsia-400: rgb(
|
|
296
|
+
var(--spectrum-global-color-static-fuchsia-400-rgb)
|
|
297
|
+
);
|
|
298
|
+
--spectrum-global-color-static-fuchsia-500-rgb: 192, 56, 204;
|
|
299
|
+
--spectrum-global-color-static-fuchsia-500: rgb(
|
|
300
|
+
var(--spectrum-global-color-static-fuchsia-500-rgb)
|
|
301
|
+
);
|
|
302
|
+
--spectrum-global-color-static-fuchsia-600-rgb: 177, 48, 189;
|
|
303
|
+
--spectrum-global-color-static-fuchsia-600: rgb(
|
|
304
|
+
var(--spectrum-global-color-static-fuchsia-600-rgb)
|
|
305
|
+
);
|
|
306
|
+
--spectrum-global-color-static-fuchsia-700-rgb: 162, 40, 173;
|
|
307
|
+
--spectrum-global-color-static-fuchsia-700: rgb(
|
|
308
|
+
var(--spectrum-global-color-static-fuchsia-700-rgb)
|
|
309
|
+
);
|
|
310
|
+
--spectrum-global-color-static-fuchsia-800-rgb: 147, 33, 158;
|
|
311
|
+
--spectrum-global-color-static-fuchsia-800: rgb(
|
|
312
|
+
var(--spectrum-global-color-static-fuchsia-800-rgb)
|
|
313
|
+
);
|
|
314
|
+
--spectrum-global-color-static-purple-400-rgb: 157, 100, 225;
|
|
315
|
+
--spectrum-global-color-static-purple-400: rgb(
|
|
316
|
+
var(--spectrum-global-color-static-purple-400-rgb)
|
|
317
|
+
);
|
|
318
|
+
--spectrum-global-color-static-purple-500-rgb: 146, 86, 217;
|
|
319
|
+
--spectrum-global-color-static-purple-500: rgb(
|
|
320
|
+
var(--spectrum-global-color-static-purple-500-rgb)
|
|
321
|
+
);
|
|
322
|
+
--spectrum-global-color-static-purple-600-rgb: 134, 76, 204;
|
|
323
|
+
--spectrum-global-color-static-purple-600: rgb(
|
|
324
|
+
var(--spectrum-global-color-static-purple-600-rgb)
|
|
325
|
+
);
|
|
326
|
+
--spectrum-global-color-static-purple-700-rgb: 122, 66, 191;
|
|
327
|
+
--spectrum-global-color-static-purple-700: rgb(
|
|
328
|
+
var(--spectrum-global-color-static-purple-700-rgb)
|
|
329
|
+
);
|
|
330
|
+
--spectrum-global-color-static-purple-800-rgb: 111, 56, 177;
|
|
331
|
+
--spectrum-global-color-static-purple-800: rgb(
|
|
332
|
+
var(--spectrum-global-color-static-purple-800-rgb)
|
|
333
|
+
);
|
|
334
|
+
--spectrum-global-color-static-indigo-200-rgb: 144, 144, 250;
|
|
335
|
+
--spectrum-global-color-static-indigo-200: rgb(
|
|
336
|
+
var(--spectrum-global-color-static-indigo-200-rgb)
|
|
337
|
+
);
|
|
338
|
+
--spectrum-global-color-static-indigo-300-rgb: 130, 130, 246;
|
|
339
|
+
--spectrum-global-color-static-indigo-300: rgb(
|
|
340
|
+
var(--spectrum-global-color-static-indigo-300-rgb)
|
|
341
|
+
);
|
|
342
|
+
--spectrum-global-color-static-indigo-400-rgb: 117, 117, 241;
|
|
343
|
+
--spectrum-global-color-static-indigo-400: rgb(
|
|
344
|
+
var(--spectrum-global-color-static-indigo-400-rgb)
|
|
345
|
+
);
|
|
346
|
+
--spectrum-global-color-static-indigo-500-rgb: 103, 103, 236;
|
|
347
|
+
--spectrum-global-color-static-indigo-500: rgb(
|
|
348
|
+
var(--spectrum-global-color-static-indigo-500-rgb)
|
|
349
|
+
);
|
|
350
|
+
--spectrum-global-color-static-indigo-600-rgb: 92, 92, 224;
|
|
351
|
+
--spectrum-global-color-static-indigo-600: rgb(
|
|
352
|
+
var(--spectrum-global-color-static-indigo-600-rgb)
|
|
353
|
+
);
|
|
354
|
+
--spectrum-global-color-static-indigo-700-rgb: 81, 81, 211;
|
|
355
|
+
--spectrum-global-color-static-indigo-700: rgb(
|
|
356
|
+
var(--spectrum-global-color-static-indigo-700-rgb)
|
|
357
|
+
);
|
|
358
|
+
--spectrum-global-color-static-indigo-800-rgb: 70, 70, 198;
|
|
359
|
+
--spectrum-global-color-static-indigo-800: rgb(
|
|
360
|
+
var(--spectrum-global-color-static-indigo-800-rgb)
|
|
361
|
+
);
|
|
362
|
+
--spectrum-global-color-static-seafoam-200-rgb: 38, 192, 199;
|
|
363
|
+
--spectrum-global-color-static-seafoam-200: rgb(
|
|
364
|
+
var(--spectrum-global-color-static-seafoam-200-rgb)
|
|
365
|
+
);
|
|
366
|
+
--spectrum-global-color-static-seafoam-300-rgb: 35, 178, 184;
|
|
367
|
+
--spectrum-global-color-static-seafoam-300: rgb(
|
|
368
|
+
var(--spectrum-global-color-static-seafoam-300-rgb)
|
|
369
|
+
);
|
|
370
|
+
--spectrum-global-color-static-seafoam-400-rgb: 32, 163, 168;
|
|
371
|
+
--spectrum-global-color-static-seafoam-400: rgb(
|
|
372
|
+
var(--spectrum-global-color-static-seafoam-400-rgb)
|
|
373
|
+
);
|
|
374
|
+
--spectrum-global-color-static-seafoam-500-rgb: 27, 149, 154;
|
|
375
|
+
--spectrum-global-color-static-seafoam-500: rgb(
|
|
376
|
+
var(--spectrum-global-color-static-seafoam-500-rgb)
|
|
377
|
+
);
|
|
378
|
+
--spectrum-global-color-static-seafoam-600-rgb: 22, 135, 140;
|
|
379
|
+
--spectrum-global-color-static-seafoam-600: rgb(
|
|
380
|
+
var(--spectrum-global-color-static-seafoam-600-rgb)
|
|
381
|
+
);
|
|
382
|
+
--spectrum-global-color-static-seafoam-700-rgb: 15, 121, 125;
|
|
383
|
+
--spectrum-global-color-static-seafoam-700: rgb(
|
|
384
|
+
var(--spectrum-global-color-static-seafoam-700-rgb)
|
|
385
|
+
);
|
|
386
|
+
--spectrum-global-color-static-seafoam-800-rgb: 9, 108, 111;
|
|
387
|
+
--spectrum-global-color-static-seafoam-800: rgb(
|
|
388
|
+
var(--spectrum-global-color-static-seafoam-800-rgb)
|
|
389
|
+
);
|
|
130
390
|
--spectrum-global-color-static-transparent-white-200: hsla(
|
|
131
391
|
0,
|
|
132
392
|
0%,
|
|
@@ -169,7 +429,10 @@ governing permissions and limitations under the License.
|
|
|
169
429
|
100%,
|
|
170
430
|
0.9
|
|
171
431
|
);
|
|
172
|
-
--spectrum-global-color-static-transparent-white-900:
|
|
432
|
+
--spectrum-global-color-static-transparent-white-900-rgb: 255, 255, 255;
|
|
433
|
+
--spectrum-global-color-static-transparent-white-900: rgb(
|
|
434
|
+
var(--spectrum-global-color-static-transparent-white-900-rgb)
|
|
435
|
+
);
|
|
173
436
|
--spectrum-global-color-static-transparent-black-200: rgba(0, 0, 0, 0.1);
|
|
174
437
|
--spectrum-global-color-static-transparent-black-300: rgba(0, 0, 0, 0.25);
|
|
175
438
|
--spectrum-global-color-static-transparent-black-400: rgba(0, 0, 0, 0.4);
|
|
@@ -177,7 +440,10 @@ governing permissions and limitations under the License.
|
|
|
177
440
|
--spectrum-global-color-static-transparent-black-600: rgba(0, 0, 0, 0.7);
|
|
178
441
|
--spectrum-global-color-static-transparent-black-700: rgba(0, 0, 0, 0.8);
|
|
179
442
|
--spectrum-global-color-static-transparent-black-800: rgba(0, 0, 0, 0.9);
|
|
180
|
-
--spectrum-global-color-static-transparent-black-900:
|
|
443
|
+
--spectrum-global-color-static-transparent-black-900-rgb: 0, 0, 0;
|
|
444
|
+
--spectrum-global-color-static-transparent-black-900: rgb(
|
|
445
|
+
var(--spectrum-global-color-static-transparent-black-900-rgb)
|
|
446
|
+
);
|
|
181
447
|
--spectrum-global-color-sequential-cerulean: #e9fff1, #c8f1e4, #a5e3d7,
|
|
182
448
|
#82d5ca, #68c5c1, #54b4ba, #3fa2b2, #2991ac, #2280a2, #1f6d98, #1d5c8d,
|
|
183
449
|
#1a4b83, #1a3979, #1a266f, #191264, #180057;
|
|
@@ -423,10 +689,22 @@ governing permissions and limitations under the License.
|
|
|
423
689
|
--spectrum-semantic-presence-color-3: var(
|
|
424
690
|
--spectrum-global-color-static-yellow-400
|
|
425
691
|
);
|
|
426
|
-
--spectrum-semantic-presence-color-4:
|
|
427
|
-
--spectrum-semantic-presence-color-
|
|
428
|
-
|
|
429
|
-
|
|
692
|
+
--spectrum-semantic-presence-color-4-rgb: 75, 204, 162;
|
|
693
|
+
--spectrum-semantic-presence-color-4: rgb(
|
|
694
|
+
var(--spectrum-semantic-presence-color-4-rgb)
|
|
695
|
+
);
|
|
696
|
+
--spectrum-semantic-presence-color-5-rgb: 0, 199, 255;
|
|
697
|
+
--spectrum-semantic-presence-color-5: rgb(
|
|
698
|
+
var(--spectrum-semantic-presence-color-5-rgb)
|
|
699
|
+
);
|
|
700
|
+
--spectrum-semantic-presence-color-6-rgb: 0, 140, 184;
|
|
701
|
+
--spectrum-semantic-presence-color-6: rgb(
|
|
702
|
+
var(--spectrum-semantic-presence-color-6-rgb)
|
|
703
|
+
);
|
|
704
|
+
--spectrum-semantic-presence-color-7-rgb: 126, 75, 243;
|
|
705
|
+
--spectrum-semantic-presence-color-7: rgb(
|
|
706
|
+
var(--spectrum-semantic-presence-color-7-rgb)
|
|
707
|
+
);
|
|
430
708
|
--spectrum-semantic-presence-color-8: var(
|
|
431
709
|
--spectrum-global-color-static-fuchsia-600
|
|
432
710
|
);
|
|
@@ -3123,4 +3401,3 @@ governing permissions and limitations under the License.
|
|
|
3123
3401
|
--spectrum-global-dimension-font-size-75
|
|
3124
3402
|
);
|
|
3125
3403
|
}
|
|
3126
|
-
/* stylelint-enable */
|