@spectrum-web-components/styles 0.13.0 → 0.13.2
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 +221 -221
- package/express/core-global.css +90 -85
- package/express/theme-dark.css +26 -26
- package/express/theme-light.css +21 -21
- package/package.json +6 -6
- package/theme-dark.css +110 -110
- package/theme-darkest.css +117 -118
- package/theme-light.css +167 -168
- package/theme-lightest.css +64 -219
package/core-global.css
CHANGED
|
@@ -47,7 +47,7 @@ governing permissions and limitations under the License.
|
|
|
47
47
|
--spectrum-global-color-static-white: rgb(
|
|
48
48
|
var(--spectrum-global-color-static-white-rgb)
|
|
49
49
|
);
|
|
50
|
-
--spectrum-global-color-static-blue-rgb:
|
|
50
|
+
--spectrum-global-color-static-blue-rgb: 0, 87, 191;
|
|
51
51
|
--spectrum-global-color-static-blue: rgb(
|
|
52
52
|
var(--spectrum-global-color-static-blue-rgb)
|
|
53
53
|
);
|
|
@@ -63,329 +63,329 @@ governing permissions and limitations under the License.
|
|
|
63
63
|
--spectrum-global-color-static-gray-100: rgb(
|
|
64
64
|
var(--spectrum-global-color-static-gray-100-rgb)
|
|
65
65
|
);
|
|
66
|
-
--spectrum-global-color-static-gray-200-rgb:
|
|
66
|
+
--spectrum-global-color-static-gray-200-rgb: 235, 235, 235;
|
|
67
67
|
--spectrum-global-color-static-gray-200: rgb(
|
|
68
68
|
var(--spectrum-global-color-static-gray-200-rgb)
|
|
69
69
|
);
|
|
70
|
-
--spectrum-global-color-static-gray-300-rgb:
|
|
70
|
+
--spectrum-global-color-static-gray-300-rgb: 217, 217, 217;
|
|
71
71
|
--spectrum-global-color-static-gray-300: rgb(
|
|
72
72
|
var(--spectrum-global-color-static-gray-300-rgb)
|
|
73
73
|
);
|
|
74
|
-
--spectrum-global-color-static-gray-400-rgb:
|
|
74
|
+
--spectrum-global-color-static-gray-400-rgb: 179, 179, 179;
|
|
75
75
|
--spectrum-global-color-static-gray-400: rgb(
|
|
76
76
|
var(--spectrum-global-color-static-gray-400-rgb)
|
|
77
77
|
);
|
|
78
|
-
--spectrum-global-color-static-gray-500-rgb:
|
|
78
|
+
--spectrum-global-color-static-gray-500-rgb: 146, 146, 146;
|
|
79
79
|
--spectrum-global-color-static-gray-500: rgb(
|
|
80
80
|
var(--spectrum-global-color-static-gray-500-rgb)
|
|
81
81
|
);
|
|
82
|
-
--spectrum-global-color-static-gray-600-rgb:
|
|
82
|
+
--spectrum-global-color-static-gray-600-rgb: 110, 110, 110;
|
|
83
83
|
--spectrum-global-color-static-gray-600: rgb(
|
|
84
84
|
var(--spectrum-global-color-static-gray-600-rgb)
|
|
85
85
|
);
|
|
86
|
-
--spectrum-global-color-static-gray-700-rgb:
|
|
86
|
+
--spectrum-global-color-static-gray-700-rgb: 71, 71, 71;
|
|
87
87
|
--spectrum-global-color-static-gray-700: rgb(
|
|
88
88
|
var(--spectrum-global-color-static-gray-700-rgb)
|
|
89
89
|
);
|
|
90
|
-
--spectrum-global-color-static-gray-800-rgb:
|
|
90
|
+
--spectrum-global-color-static-gray-800-rgb: 34, 34, 34;
|
|
91
91
|
--spectrum-global-color-static-gray-800: rgb(
|
|
92
92
|
var(--spectrum-global-color-static-gray-800-rgb)
|
|
93
93
|
);
|
|
94
|
-
--spectrum-global-color-static-gray-900-rgb:
|
|
94
|
+
--spectrum-global-color-static-gray-900-rgb: 0, 0, 0;
|
|
95
95
|
--spectrum-global-color-static-gray-900: rgb(
|
|
96
96
|
var(--spectrum-global-color-static-gray-900-rgb)
|
|
97
97
|
);
|
|
98
|
-
--spectrum-global-color-static-
|
|
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;
|
|
98
|
+
--spectrum-global-color-static-red-400-rgb: 237, 64, 48;
|
|
127
99
|
--spectrum-global-color-static-red-400: rgb(
|
|
128
100
|
var(--spectrum-global-color-static-red-400-rgb)
|
|
129
101
|
);
|
|
130
|
-
--spectrum-global-color-static-red-500-rgb:
|
|
102
|
+
--spectrum-global-color-static-red-500-rgb: 217, 28, 21;
|
|
131
103
|
--spectrum-global-color-static-red-500: rgb(
|
|
132
104
|
var(--spectrum-global-color-static-red-500-rgb)
|
|
133
105
|
);
|
|
134
|
-
--spectrum-global-color-static-red-600-rgb:
|
|
106
|
+
--spectrum-global-color-static-red-600-rgb: 187, 2, 2;
|
|
135
107
|
--spectrum-global-color-static-red-600: rgb(
|
|
136
108
|
var(--spectrum-global-color-static-red-600-rgb)
|
|
137
109
|
);
|
|
138
|
-
--spectrum-global-color-static-red-700-rgb:
|
|
110
|
+
--spectrum-global-color-static-red-700-rgb: 154, 0, 0;
|
|
139
111
|
--spectrum-global-color-static-red-700: rgb(
|
|
140
112
|
var(--spectrum-global-color-static-red-700-rgb)
|
|
141
113
|
);
|
|
142
|
-
--spectrum-global-color-static-red-800-rgb:
|
|
114
|
+
--spectrum-global-color-static-red-800-rgb: 124, 0, 0;
|
|
143
115
|
--spectrum-global-color-static-red-800: rgb(
|
|
144
116
|
var(--spectrum-global-color-static-red-800-rgb)
|
|
145
117
|
);
|
|
146
|
-
--spectrum-global-color-static-orange-400-rgb:
|
|
118
|
+
--spectrum-global-color-static-orange-400-rgb: 250, 139, 26;
|
|
147
119
|
--spectrum-global-color-static-orange-400: rgb(
|
|
148
120
|
var(--spectrum-global-color-static-orange-400-rgb)
|
|
149
121
|
);
|
|
150
|
-
--spectrum-global-color-static-orange-500-rgb:
|
|
122
|
+
--spectrum-global-color-static-orange-500-rgb: 233, 117, 0;
|
|
151
123
|
--spectrum-global-color-static-orange-500: rgb(
|
|
152
124
|
var(--spectrum-global-color-static-orange-500-rgb)
|
|
153
125
|
);
|
|
154
|
-
--spectrum-global-color-static-orange-600-rgb:
|
|
126
|
+
--spectrum-global-color-static-orange-600-rgb: 209, 97, 0;
|
|
155
127
|
--spectrum-global-color-static-orange-600: rgb(
|
|
156
128
|
var(--spectrum-global-color-static-orange-600-rgb)
|
|
157
129
|
);
|
|
158
|
-
--spectrum-global-color-static-orange-700-rgb:
|
|
130
|
+
--spectrum-global-color-static-orange-700-rgb: 182, 80, 0;
|
|
159
131
|
--spectrum-global-color-static-orange-700: rgb(
|
|
160
132
|
var(--spectrum-global-color-static-orange-700-rgb)
|
|
161
133
|
);
|
|
162
|
-
--spectrum-global-color-static-orange-800-rgb:
|
|
134
|
+
--spectrum-global-color-static-orange-800-rgb: 155, 64, 0;
|
|
163
135
|
--spectrum-global-color-static-orange-800: rgb(
|
|
164
136
|
var(--spectrum-global-color-static-orange-800-rgb)
|
|
165
137
|
);
|
|
166
|
-
--spectrum-global-color-static-
|
|
167
|
-
--spectrum-global-color-static-
|
|
168
|
-
var(--spectrum-global-color-static-
|
|
138
|
+
--spectrum-global-color-static-yellow-200-rgb: 250, 237, 123;
|
|
139
|
+
--spectrum-global-color-static-yellow-200: rgb(
|
|
140
|
+
var(--spectrum-global-color-static-yellow-200-rgb)
|
|
169
141
|
);
|
|
170
|
-
--spectrum-global-color-static-
|
|
171
|
-
--spectrum-global-color-static-
|
|
172
|
-
var(--spectrum-global-color-static-
|
|
142
|
+
--spectrum-global-color-static-yellow-300-rgb: 250, 224, 23;
|
|
143
|
+
--spectrum-global-color-static-yellow-300: rgb(
|
|
144
|
+
var(--spectrum-global-color-static-yellow-300-rgb)
|
|
173
145
|
);
|
|
174
|
-
--spectrum-global-color-static-
|
|
175
|
-
--spectrum-global-color-static-
|
|
176
|
-
var(--spectrum-global-color-static-
|
|
146
|
+
--spectrum-global-color-static-yellow-400-rgb: 238, 205, 0;
|
|
147
|
+
--spectrum-global-color-static-yellow-400: rgb(
|
|
148
|
+
var(--spectrum-global-color-static-yellow-400-rgb)
|
|
177
149
|
);
|
|
178
|
-
--spectrum-global-color-static-
|
|
179
|
-
--spectrum-global-color-static-
|
|
180
|
-
var(--spectrum-global-color-static-
|
|
150
|
+
--spectrum-global-color-static-yellow-500-rgb: 221, 185, 0;
|
|
151
|
+
--spectrum-global-color-static-yellow-500: rgb(
|
|
152
|
+
var(--spectrum-global-color-static-yellow-500-rgb)
|
|
181
153
|
);
|
|
182
|
-
--spectrum-global-color-static-
|
|
183
|
-
--spectrum-global-color-static-
|
|
184
|
-
var(--spectrum-global-color-static-
|
|
154
|
+
--spectrum-global-color-static-yellow-600-rgb: 201, 164, 0;
|
|
155
|
+
--spectrum-global-color-static-yellow-600: rgb(
|
|
156
|
+
var(--spectrum-global-color-static-yellow-600-rgb)
|
|
157
|
+
);
|
|
158
|
+
--spectrum-global-color-static-yellow-700-rgb: 181, 144, 0;
|
|
159
|
+
--spectrum-global-color-static-yellow-700: rgb(
|
|
160
|
+
var(--spectrum-global-color-static-yellow-700-rgb)
|
|
161
|
+
);
|
|
162
|
+
--spectrum-global-color-static-yellow-800-rgb: 160, 125, 0;
|
|
163
|
+
--spectrum-global-color-static-yellow-800: rgb(
|
|
164
|
+
var(--spectrum-global-color-static-yellow-800-rgb)
|
|
165
|
+
);
|
|
166
|
+
--spectrum-global-color-static-chartreuse-300-rgb: 176, 222, 27;
|
|
167
|
+
--spectrum-global-color-static-chartreuse-300: rgb(
|
|
168
|
+
var(--spectrum-global-color-static-chartreuse-300-rgb)
|
|
169
|
+
);
|
|
170
|
+
--spectrum-global-color-static-chartreuse-400-rgb: 157, 203, 13;
|
|
171
|
+
--spectrum-global-color-static-chartreuse-400: rgb(
|
|
172
|
+
var(--spectrum-global-color-static-chartreuse-400-rgb)
|
|
173
|
+
);
|
|
174
|
+
--spectrum-global-color-static-chartreuse-500-rgb: 139, 182, 4;
|
|
175
|
+
--spectrum-global-color-static-chartreuse-500: rgb(
|
|
176
|
+
var(--spectrum-global-color-static-chartreuse-500-rgb)
|
|
177
|
+
);
|
|
178
|
+
--spectrum-global-color-static-chartreuse-600-rgb: 122, 162, 0;
|
|
179
|
+
--spectrum-global-color-static-chartreuse-600: rgb(
|
|
180
|
+
var(--spectrum-global-color-static-chartreuse-600-rgb)
|
|
181
|
+
);
|
|
182
|
+
--spectrum-global-color-static-chartreuse-700-rgb: 106, 141, 0;
|
|
183
|
+
--spectrum-global-color-static-chartreuse-700: rgb(
|
|
184
|
+
var(--spectrum-global-color-static-chartreuse-700-rgb)
|
|
185
185
|
);
|
|
186
|
-
--spectrum-global-color-static-
|
|
186
|
+
--spectrum-global-color-static-chartreuse-800-rgb: 90, 120, 0;
|
|
187
|
+
--spectrum-global-color-static-chartreuse-800: rgb(
|
|
188
|
+
var(--spectrum-global-color-static-chartreuse-800-rgb)
|
|
189
|
+
);
|
|
190
|
+
--spectrum-global-color-static-celery-200-rgb: 126, 229, 114;
|
|
187
191
|
--spectrum-global-color-static-celery-200: rgb(
|
|
188
192
|
var(--spectrum-global-color-static-celery-200-rgb)
|
|
189
193
|
);
|
|
190
|
-
--spectrum-global-color-static-celery-300-rgb:
|
|
194
|
+
--spectrum-global-color-static-celery-300-rgb: 87, 212, 86;
|
|
191
195
|
--spectrum-global-color-static-celery-300: rgb(
|
|
192
196
|
var(--spectrum-global-color-static-celery-300-rgb)
|
|
193
197
|
);
|
|
194
|
-
--spectrum-global-color-static-celery-400-rgb:
|
|
198
|
+
--spectrum-global-color-static-celery-400-rgb: 48, 193, 61;
|
|
195
199
|
--spectrum-global-color-static-celery-400: rgb(
|
|
196
200
|
var(--spectrum-global-color-static-celery-400-rgb)
|
|
197
201
|
);
|
|
198
|
-
--spectrum-global-color-static-celery-500-rgb:
|
|
202
|
+
--spectrum-global-color-static-celery-500-rgb: 15, 172, 38;
|
|
199
203
|
--spectrum-global-color-static-celery-500: rgb(
|
|
200
204
|
var(--spectrum-global-color-static-celery-500-rgb)
|
|
201
205
|
);
|
|
202
|
-
--spectrum-global-color-static-celery-600-rgb:
|
|
206
|
+
--spectrum-global-color-static-celery-600-rgb: 0, 150, 20;
|
|
203
207
|
--spectrum-global-color-static-celery-600: rgb(
|
|
204
208
|
var(--spectrum-global-color-static-celery-600-rgb)
|
|
205
209
|
);
|
|
206
|
-
--spectrum-global-color-static-celery-700-rgb:
|
|
210
|
+
--spectrum-global-color-static-celery-700-rgb: 0, 128, 15;
|
|
207
211
|
--spectrum-global-color-static-celery-700: rgb(
|
|
208
212
|
var(--spectrum-global-color-static-celery-700-rgb)
|
|
209
213
|
);
|
|
210
|
-
--spectrum-global-color-static-celery-800-rgb:
|
|
214
|
+
--spectrum-global-color-static-celery-800-rgb: 0, 107, 15;
|
|
211
215
|
--spectrum-global-color-static-celery-800: rgb(
|
|
212
216
|
var(--spectrum-global-color-static-celery-800-rgb)
|
|
213
217
|
);
|
|
214
|
-
--spectrum-global-color-static-
|
|
215
|
-
--spectrum-global-color-static-
|
|
216
|
-
var(--spectrum-global-color-static-
|
|
218
|
+
--spectrum-global-color-static-green-400-rgb: 29, 169, 115;
|
|
219
|
+
--spectrum-global-color-static-green-400: rgb(
|
|
220
|
+
var(--spectrum-global-color-static-green-400-rgb)
|
|
217
221
|
);
|
|
218
|
-
--spectrum-global-color-static-
|
|
219
|
-
--spectrum-global-color-static-
|
|
220
|
-
var(--spectrum-global-color-static-
|
|
222
|
+
--spectrum-global-color-static-green-500-rgb: 0, 148, 97;
|
|
223
|
+
--spectrum-global-color-static-green-500: rgb(
|
|
224
|
+
var(--spectrum-global-color-static-green-500-rgb)
|
|
221
225
|
);
|
|
222
|
-
--spectrum-global-color-static-
|
|
223
|
-
--spectrum-global-color-static-
|
|
224
|
-
var(--spectrum-global-color-static-
|
|
226
|
+
--spectrum-global-color-static-green-600-rgb: 0, 126, 80;
|
|
227
|
+
--spectrum-global-color-static-green-600: rgb(
|
|
228
|
+
var(--spectrum-global-color-static-green-600-rgb)
|
|
225
229
|
);
|
|
226
|
-
--spectrum-global-color-static-
|
|
227
|
-
--spectrum-global-color-static-
|
|
228
|
-
var(--spectrum-global-color-static-
|
|
230
|
+
--spectrum-global-color-static-green-700-rgb: 0, 105, 65;
|
|
231
|
+
--spectrum-global-color-static-green-700: rgb(
|
|
232
|
+
var(--spectrum-global-color-static-green-700-rgb)
|
|
229
233
|
);
|
|
230
|
-
--spectrum-global-color-static-
|
|
231
|
-
--spectrum-global-color-static-
|
|
232
|
-
var(--spectrum-global-color-static-
|
|
234
|
+
--spectrum-global-color-static-green-800-rgb: 0, 86, 53;
|
|
235
|
+
--spectrum-global-color-static-green-800: rgb(
|
|
236
|
+
var(--spectrum-global-color-static-green-800-rgb)
|
|
233
237
|
);
|
|
234
|
-
--spectrum-global-color-static-
|
|
235
|
-
--spectrum-global-color-static-
|
|
236
|
-
var(--spectrum-global-color-static-
|
|
238
|
+
--spectrum-global-color-static-seafoam-200-rgb: 75, 206, 199;
|
|
239
|
+
--spectrum-global-color-static-seafoam-200: rgb(
|
|
240
|
+
var(--spectrum-global-color-static-seafoam-200-rgb)
|
|
237
241
|
);
|
|
238
|
-
--spectrum-global-color-static-
|
|
239
|
-
--spectrum-global-color-static-
|
|
240
|
-
var(--spectrum-global-color-static-
|
|
242
|
+
--spectrum-global-color-static-seafoam-300-rgb: 32, 187, 180;
|
|
243
|
+
--spectrum-global-color-static-seafoam-300: rgb(
|
|
244
|
+
var(--spectrum-global-color-static-seafoam-300-rgb)
|
|
241
245
|
);
|
|
242
|
-
--spectrum-global-color-static-
|
|
243
|
-
--spectrum-global-color-static-
|
|
244
|
-
var(--spectrum-global-color-static-
|
|
246
|
+
--spectrum-global-color-static-seafoam-400-rgb: 0, 166, 160;
|
|
247
|
+
--spectrum-global-color-static-seafoam-400: rgb(
|
|
248
|
+
var(--spectrum-global-color-static-seafoam-400-rgb)
|
|
245
249
|
);
|
|
246
|
-
--spectrum-global-color-static-
|
|
247
|
-
--spectrum-global-color-static-
|
|
248
|
-
var(--spectrum-global-color-static-
|
|
250
|
+
--spectrum-global-color-static-seafoam-500-rgb: 0, 145, 139;
|
|
251
|
+
--spectrum-global-color-static-seafoam-500: rgb(
|
|
252
|
+
var(--spectrum-global-color-static-seafoam-500-rgb)
|
|
249
253
|
);
|
|
250
|
-
--spectrum-global-color-static-
|
|
251
|
-
--spectrum-global-color-static-
|
|
252
|
-
var(--spectrum-global-color-static-
|
|
254
|
+
--spectrum-global-color-static-seafoam-600-rgb: 0, 124, 118;
|
|
255
|
+
--spectrum-global-color-static-seafoam-600: rgb(
|
|
256
|
+
var(--spectrum-global-color-static-seafoam-600-rgb)
|
|
253
257
|
);
|
|
254
|
-
--spectrum-global-color-static-
|
|
255
|
-
--spectrum-global-color-static-
|
|
256
|
-
var(--spectrum-global-color-static-
|
|
258
|
+
--spectrum-global-color-static-seafoam-700-rgb: 0, 103, 99;
|
|
259
|
+
--spectrum-global-color-static-seafoam-700: rgb(
|
|
260
|
+
var(--spectrum-global-color-static-seafoam-700-rgb)
|
|
257
261
|
);
|
|
258
|
-
--spectrum-global-color-static-
|
|
259
|
-
--spectrum-global-color-static-
|
|
260
|
-
var(--spectrum-global-color-static-
|
|
262
|
+
--spectrum-global-color-static-seafoam-800-rgb: 10, 83, 80;
|
|
263
|
+
--spectrum-global-color-static-seafoam-800: rgb(
|
|
264
|
+
var(--spectrum-global-color-static-seafoam-800-rgb)
|
|
261
265
|
);
|
|
262
|
-
--spectrum-global-color-static-
|
|
263
|
-
--spectrum-global-color-static-
|
|
264
|
-
var(--spectrum-global-color-static-
|
|
266
|
+
--spectrum-global-color-static-blue-200-rgb: 130, 193, 251;
|
|
267
|
+
--spectrum-global-color-static-blue-200: rgb(
|
|
268
|
+
var(--spectrum-global-color-static-blue-200-rgb)
|
|
265
269
|
);
|
|
266
|
-
--spectrum-global-color-static-
|
|
267
|
-
--spectrum-global-color-static-
|
|
268
|
-
var(--spectrum-global-color-static-
|
|
270
|
+
--spectrum-global-color-static-blue-300-rgb: 98, 173, 247;
|
|
271
|
+
--spectrum-global-color-static-blue-300: rgb(
|
|
272
|
+
var(--spectrum-global-color-static-blue-300-rgb)
|
|
269
273
|
);
|
|
270
|
-
--spectrum-global-color-static-
|
|
271
|
-
--spectrum-global-color-static-
|
|
272
|
-
var(--spectrum-global-color-static-
|
|
274
|
+
--spectrum-global-color-static-blue-400-rgb: 66, 151, 244;
|
|
275
|
+
--spectrum-global-color-static-blue-400: rgb(
|
|
276
|
+
var(--spectrum-global-color-static-blue-400-rgb)
|
|
273
277
|
);
|
|
274
|
-
--spectrum-global-color-static-
|
|
275
|
-
--spectrum-global-color-static-
|
|
276
|
-
var(--spectrum-global-color-static-
|
|
278
|
+
--spectrum-global-color-static-blue-500-rgb: 27, 127, 245;
|
|
279
|
+
--spectrum-global-color-static-blue-500: rgb(
|
|
280
|
+
var(--spectrum-global-color-static-blue-500-rgb)
|
|
277
281
|
);
|
|
278
|
-
--spectrum-global-color-static-
|
|
279
|
-
--spectrum-global-color-static-
|
|
280
|
-
var(--spectrum-global-color-static-
|
|
282
|
+
--spectrum-global-color-static-blue-600-rgb: 4, 105, 227;
|
|
283
|
+
--spectrum-global-color-static-blue-600: rgb(
|
|
284
|
+
var(--spectrum-global-color-static-blue-600-rgb)
|
|
281
285
|
);
|
|
282
|
-
--spectrum-global-color-static-
|
|
283
|
-
--spectrum-global-color-static-
|
|
284
|
-
var(--spectrum-global-color-static-
|
|
286
|
+
--spectrum-global-color-static-blue-700-rgb: 0, 87, 190;
|
|
287
|
+
--spectrum-global-color-static-blue-700: rgb(
|
|
288
|
+
var(--spectrum-global-color-static-blue-700-rgb)
|
|
285
289
|
);
|
|
286
|
-
--spectrum-global-color-static-
|
|
287
|
-
--spectrum-global-color-static-
|
|
288
|
-
var(--spectrum-global-color-static-
|
|
290
|
+
--spectrum-global-color-static-blue-800-rgb: 0, 72, 153;
|
|
291
|
+
--spectrum-global-color-static-blue-800: rgb(
|
|
292
|
+
var(--spectrum-global-color-static-blue-800-rgb)
|
|
289
293
|
);
|
|
290
|
-
--spectrum-global-color-static-
|
|
291
|
-
--spectrum-global-color-static-
|
|
292
|
-
var(--spectrum-global-color-static-
|
|
294
|
+
--spectrum-global-color-static-indigo-200-rgb: 178, 181, 255;
|
|
295
|
+
--spectrum-global-color-static-indigo-200: rgb(
|
|
296
|
+
var(--spectrum-global-color-static-indigo-200-rgb)
|
|
293
297
|
);
|
|
294
|
-
--spectrum-global-color-static-
|
|
295
|
-
--spectrum-global-color-static-
|
|
296
|
-
var(--spectrum-global-color-static-
|
|
298
|
+
--spectrum-global-color-static-indigo-300-rgb: 155, 159, 255;
|
|
299
|
+
--spectrum-global-color-static-indigo-300: rgb(
|
|
300
|
+
var(--spectrum-global-color-static-indigo-300-rgb)
|
|
297
301
|
);
|
|
298
|
-
--spectrum-global-color-static-
|
|
299
|
-
--spectrum-global-color-static-
|
|
300
|
-
var(--spectrum-global-color-static-
|
|
302
|
+
--spectrum-global-color-static-indigo-400-rgb: 132, 137, 253;
|
|
303
|
+
--spectrum-global-color-static-indigo-400: rgb(
|
|
304
|
+
var(--spectrum-global-color-static-indigo-400-rgb)
|
|
301
305
|
);
|
|
302
|
-
--spectrum-global-color-static-
|
|
303
|
-
--spectrum-global-color-static-
|
|
304
|
-
var(--spectrum-global-color-static-
|
|
306
|
+
--spectrum-global-color-static-indigo-500-rgb: 109, 115, 246;
|
|
307
|
+
--spectrum-global-color-static-indigo-500: rgb(
|
|
308
|
+
var(--spectrum-global-color-static-indigo-500-rgb)
|
|
305
309
|
);
|
|
306
|
-
--spectrum-global-color-static-
|
|
307
|
-
--spectrum-global-color-static-
|
|
308
|
-
var(--spectrum-global-color-static-
|
|
310
|
+
--spectrum-global-color-static-indigo-600-rgb: 87, 93, 232;
|
|
311
|
+
--spectrum-global-color-static-indigo-600: rgb(
|
|
312
|
+
var(--spectrum-global-color-static-indigo-600-rgb)
|
|
309
313
|
);
|
|
310
|
-
--spectrum-global-color-static-
|
|
311
|
-
--spectrum-global-color-static-
|
|
312
|
-
var(--spectrum-global-color-static-
|
|
314
|
+
--spectrum-global-color-static-indigo-700-rgb: 68, 74, 208;
|
|
315
|
+
--spectrum-global-color-static-indigo-700: rgb(
|
|
316
|
+
var(--spectrum-global-color-static-indigo-700-rgb)
|
|
317
|
+
);
|
|
318
|
+
--spectrum-global-color-static-indigo-800-rgb: 68, 74, 208;
|
|
319
|
+
--spectrum-global-color-static-indigo-800: rgb(
|
|
320
|
+
var(--spectrum-global-color-static-indigo-800-rgb)
|
|
313
321
|
);
|
|
314
|
-
--spectrum-global-color-static-purple-400-rgb:
|
|
322
|
+
--spectrum-global-color-static-purple-400-rgb: 178, 121, 250;
|
|
315
323
|
--spectrum-global-color-static-purple-400: rgb(
|
|
316
324
|
var(--spectrum-global-color-static-purple-400-rgb)
|
|
317
325
|
);
|
|
318
|
-
--spectrum-global-color-static-purple-500-rgb:
|
|
326
|
+
--spectrum-global-color-static-purple-500-rgb: 161, 93, 246;
|
|
319
327
|
--spectrum-global-color-static-purple-500: rgb(
|
|
320
328
|
var(--spectrum-global-color-static-purple-500-rgb)
|
|
321
329
|
);
|
|
322
|
-
--spectrum-global-color-static-purple-600-rgb:
|
|
330
|
+
--spectrum-global-color-static-purple-600-rgb: 142, 67, 234;
|
|
323
331
|
--spectrum-global-color-static-purple-600: rgb(
|
|
324
332
|
var(--spectrum-global-color-static-purple-600-rgb)
|
|
325
333
|
);
|
|
326
|
-
--spectrum-global-color-static-purple-700-rgb:
|
|
334
|
+
--spectrum-global-color-static-purple-700-rgb: 120, 43, 216;
|
|
327
335
|
--spectrum-global-color-static-purple-700: rgb(
|
|
328
336
|
var(--spectrum-global-color-static-purple-700-rgb)
|
|
329
337
|
);
|
|
330
|
-
--spectrum-global-color-static-purple-800-rgb:
|
|
338
|
+
--spectrum-global-color-static-purple-800-rgb: 98, 23, 190;
|
|
331
339
|
--spectrum-global-color-static-purple-800: rgb(
|
|
332
340
|
var(--spectrum-global-color-static-purple-800-rgb)
|
|
333
341
|
);
|
|
334
|
-
--spectrum-global-color-static-
|
|
335
|
-
--spectrum-global-color-static-
|
|
336
|
-
var(--spectrum-global-color-static-
|
|
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)
|
|
342
|
+
--spectrum-global-color-static-fuchsia-400-rgb: 228, 93, 230;
|
|
343
|
+
--spectrum-global-color-static-fuchsia-400: rgb(
|
|
344
|
+
var(--spectrum-global-color-static-fuchsia-400-rgb)
|
|
345
345
|
);
|
|
346
|
-
--spectrum-global-color-static-
|
|
347
|
-
--spectrum-global-color-static-
|
|
348
|
-
var(--spectrum-global-color-static-
|
|
346
|
+
--spectrum-global-color-static-fuchsia-500-rgb: 211, 63, 212;
|
|
347
|
+
--spectrum-global-color-static-fuchsia-500: rgb(
|
|
348
|
+
var(--spectrum-global-color-static-fuchsia-500-rgb)
|
|
349
349
|
);
|
|
350
|
-
--spectrum-global-color-static-
|
|
351
|
-
--spectrum-global-color-static-
|
|
352
|
-
var(--spectrum-global-color-static-
|
|
350
|
+
--spectrum-global-color-static-fuchsia-600-rgb: 188, 39, 187;
|
|
351
|
+
--spectrum-global-color-static-fuchsia-600: rgb(
|
|
352
|
+
var(--spectrum-global-color-static-fuchsia-600-rgb)
|
|
353
353
|
);
|
|
354
|
-
--spectrum-global-color-static-
|
|
355
|
-
--spectrum-global-color-static-
|
|
356
|
-
var(--spectrum-global-color-static-
|
|
354
|
+
--spectrum-global-color-static-fuchsia-700-rgb: 163, 10, 163;
|
|
355
|
+
--spectrum-global-color-static-fuchsia-700: rgb(
|
|
356
|
+
var(--spectrum-global-color-static-fuchsia-700-rgb)
|
|
357
357
|
);
|
|
358
|
-
--spectrum-global-color-static-
|
|
359
|
-
--spectrum-global-color-static-
|
|
360
|
-
var(--spectrum-global-color-static-
|
|
358
|
+
--spectrum-global-color-static-fuchsia-800-rgb: 135, 0, 136;
|
|
359
|
+
--spectrum-global-color-static-fuchsia-800: rgb(
|
|
360
|
+
var(--spectrum-global-color-static-fuchsia-800-rgb)
|
|
361
361
|
);
|
|
362
|
-
--spectrum-global-color-static-
|
|
363
|
-
--spectrum-global-color-static-
|
|
364
|
-
var(--spectrum-global-color-static-
|
|
362
|
+
--spectrum-global-color-static-magenta-200-rgb: 253, 127, 175;
|
|
363
|
+
--spectrum-global-color-static-magenta-200: rgb(
|
|
364
|
+
var(--spectrum-global-color-static-magenta-200-rgb)
|
|
365
365
|
);
|
|
366
|
-
--spectrum-global-color-static-
|
|
367
|
-
--spectrum-global-color-static-
|
|
368
|
-
var(--spectrum-global-color-static-
|
|
366
|
+
--spectrum-global-color-static-magenta-300-rgb: 242, 98, 157;
|
|
367
|
+
--spectrum-global-color-static-magenta-300: rgb(
|
|
368
|
+
var(--spectrum-global-color-static-magenta-300-rgb)
|
|
369
369
|
);
|
|
370
|
-
--spectrum-global-color-static-
|
|
371
|
-
--spectrum-global-color-static-
|
|
372
|
-
var(--spectrum-global-color-static-
|
|
370
|
+
--spectrum-global-color-static-magenta-400-rgb: 226, 68, 135;
|
|
371
|
+
--spectrum-global-color-static-magenta-400: rgb(
|
|
372
|
+
var(--spectrum-global-color-static-magenta-400-rgb)
|
|
373
373
|
);
|
|
374
|
-
--spectrum-global-color-static-
|
|
375
|
-
--spectrum-global-color-static-
|
|
376
|
-
var(--spectrum-global-color-static-
|
|
374
|
+
--spectrum-global-color-static-magenta-500-rgb: 205, 40, 111;
|
|
375
|
+
--spectrum-global-color-static-magenta-500: rgb(
|
|
376
|
+
var(--spectrum-global-color-static-magenta-500-rgb)
|
|
377
377
|
);
|
|
378
|
-
--spectrum-global-color-static-
|
|
379
|
-
--spectrum-global-color-static-
|
|
380
|
-
var(--spectrum-global-color-static-
|
|
378
|
+
--spectrum-global-color-static-magenta-600-rgb: 179, 15, 89;
|
|
379
|
+
--spectrum-global-color-static-magenta-600: rgb(
|
|
380
|
+
var(--spectrum-global-color-static-magenta-600-rgb)
|
|
381
381
|
);
|
|
382
|
-
--spectrum-global-color-static-
|
|
383
|
-
--spectrum-global-color-static-
|
|
384
|
-
var(--spectrum-global-color-static-
|
|
382
|
+
--spectrum-global-color-static-magenta-700-rgb: 149, 0, 72;
|
|
383
|
+
--spectrum-global-color-static-magenta-700: rgb(
|
|
384
|
+
var(--spectrum-global-color-static-magenta-700-rgb)
|
|
385
385
|
);
|
|
386
|
-
--spectrum-global-color-static-
|
|
387
|
-
--spectrum-global-color-static-
|
|
388
|
-
var(--spectrum-global-color-static-
|
|
386
|
+
--spectrum-global-color-static-magenta-800-rgb: 119, 0, 58;
|
|
387
|
+
--spectrum-global-color-static-magenta-800: rgb(
|
|
388
|
+
var(--spectrum-global-color-static-magenta-800-rgb)
|
|
389
389
|
);
|
|
390
390
|
--spectrum-global-color-static-transparent-white-200: hsla(
|
|
391
391
|
0,
|
|
@@ -465,7 +465,7 @@ governing permissions and limitations under the License.
|
|
|
465
465
|
|
|
466
466
|
/* spectrum-colorSemantics.css */
|
|
467
467
|
--spectrum-semantic-negative-background-color: var(
|
|
468
|
-
--spectrum-global-color-static-red-
|
|
468
|
+
--spectrum-global-color-static-red-600
|
|
469
469
|
);
|
|
470
470
|
--spectrum-semantic-negative-color-default: var(
|
|
471
471
|
--spectrum-global-color-red-500
|
|
@@ -519,7 +519,7 @@ governing permissions and limitations under the License.
|
|
|
519
519
|
--spectrum-global-color-static-red-700
|
|
520
520
|
);
|
|
521
521
|
--spectrum-semantic-notice-background-color: var(
|
|
522
|
-
--spectrum-global-color-static-orange-
|
|
522
|
+
--spectrum-global-color-static-orange-600
|
|
523
523
|
);
|
|
524
524
|
--spectrum-semantic-notice-color-default: var(
|
|
525
525
|
--spectrum-global-color-orange-500
|
|
@@ -561,7 +561,7 @@ governing permissions and limitations under the License.
|
|
|
561
561
|
--spectrum-global-color-static-orange-700
|
|
562
562
|
);
|
|
563
563
|
--spectrum-semantic-positive-background-color: var(
|
|
564
|
-
--spectrum-global-color-static-green-
|
|
564
|
+
--spectrum-global-color-static-green-600
|
|
565
565
|
);
|
|
566
566
|
--spectrum-semantic-positive-color-default: var(
|
|
567
567
|
--spectrum-global-color-green-500
|
|
@@ -591,19 +591,19 @@ governing permissions and limitations under the License.
|
|
|
591
591
|
--spectrum-global-color-green-400
|
|
592
592
|
);
|
|
593
593
|
--spectrum-semantic-positive-background-color-default: var(
|
|
594
|
-
--spectrum-global-color-static-green-
|
|
594
|
+
--spectrum-global-color-static-green-600
|
|
595
595
|
);
|
|
596
596
|
--spectrum-semantic-positive-background-color-hover: var(
|
|
597
|
-
--spectrum-global-color-static-green-
|
|
597
|
+
--spectrum-global-color-static-green-700
|
|
598
598
|
);
|
|
599
599
|
--spectrum-semantic-positive-background-color-down: var(
|
|
600
600
|
--spectrum-global-color-static-green-800
|
|
601
601
|
);
|
|
602
602
|
--spectrum-semantic-positive-background-color-key-focus: var(
|
|
603
|
-
--spectrum-global-color-static-green-
|
|
603
|
+
--spectrum-global-color-static-green-700
|
|
604
604
|
);
|
|
605
605
|
--spectrum-semantic-informative-background-color: var(
|
|
606
|
-
--spectrum-global-color-static-blue-
|
|
606
|
+
--spectrum-global-color-static-blue-600
|
|
607
607
|
);
|
|
608
608
|
--spectrum-semantic-informative-color-default: var(
|
|
609
609
|
--spectrum-global-color-blue-500
|
|
@@ -654,7 +654,7 @@ governing permissions and limitations under the License.
|
|
|
654
654
|
--spectrum-global-color-static-blue-800
|
|
655
655
|
);
|
|
656
656
|
--spectrum-semantic-cta-background-color-key-focus: var(
|
|
657
|
-
--spectrum-global-color-static-blue-
|
|
657
|
+
--spectrum-global-color-static-blue-700
|
|
658
658
|
);
|
|
659
659
|
--spectrum-semantic-emphasized-border-color-default: var(
|
|
660
660
|
--spectrum-global-color-blue-500
|
|
@@ -2000,15 +2000,15 @@ governing permissions and limitations under the License.
|
|
|
2000
2000
|
/* spectrum-colorAliases.css */
|
|
2001
2001
|
--spectrum-alias-colorhandle-outer-border-color: rgba(0, 0, 0, 0.42);
|
|
2002
2002
|
--spectrum-alias-transparent-blue-background-color-hover: rgba(
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2003
|
+
0,
|
|
2004
|
+
87,
|
|
2005
|
+
190,
|
|
2006
2006
|
0.15
|
|
2007
2007
|
);
|
|
2008
2008
|
--spectrum-alias-transparent-blue-background-color-down: rgba(
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2009
|
+
0,
|
|
2010
|
+
72,
|
|
2011
|
+
153,
|
|
2012
2012
|
0.3
|
|
2013
2013
|
);
|
|
2014
2014
|
--spectrum-alias-transparent-blue-background-color-key-focus: var(
|
|
@@ -2021,15 +2021,15 @@ governing permissions and limitations under the License.
|
|
|
2021
2021
|
--spectrum-alias-component-text-color-default
|
|
2022
2022
|
);
|
|
2023
2023
|
--spectrum-alias-transparent-red-background-color-hover: rgba(
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2024
|
+
154,
|
|
2025
|
+
0,
|
|
2026
|
+
0,
|
|
2027
2027
|
0.15
|
|
2028
2028
|
);
|
|
2029
2029
|
--spectrum-alias-transparent-red-background-color-down: rgba(
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2030
|
+
124,
|
|
2031
|
+
0,
|
|
2032
|
+
0,
|
|
2033
2033
|
0.3
|
|
2034
2034
|
);
|
|
2035
2035
|
--spectrum-alias-transparent-red-background-color-key-focus: var(
|
|
@@ -2793,16 +2793,16 @@ governing permissions and limitations under the License.
|
|
|
2793
2793
|
--spectrum-alias-input-border-color-invalid-default
|
|
2794
2794
|
);
|
|
2795
2795
|
--spectrum-alias-background-color-yellow-default: var(
|
|
2796
|
-
--spectrum-global-color-static-yellow-
|
|
2796
|
+
--spectrum-global-color-static-yellow-300
|
|
2797
2797
|
);
|
|
2798
2798
|
--spectrum-alias-background-color-yellow-hover: var(
|
|
2799
|
-
--spectrum-global-color-static-yellow-
|
|
2799
|
+
--spectrum-global-color-static-yellow-400
|
|
2800
2800
|
);
|
|
2801
2801
|
--spectrum-alias-background-color-yellow-key-focus: var(
|
|
2802
|
-
--spectrum-global-color-static-yellow-
|
|
2802
|
+
--spectrum-global-color-static-yellow-400
|
|
2803
2803
|
);
|
|
2804
2804
|
--spectrum-alias-background-color-yellow-down: var(
|
|
2805
|
-
--spectrum-global-color-static-yellow-
|
|
2805
|
+
--spectrum-global-color-static-yellow-500
|
|
2806
2806
|
);
|
|
2807
2807
|
--spectrum-alias-background-color-yellow: var(
|
|
2808
2808
|
--spectrum-alias-background-color-yellow-default
|
|
@@ -3080,9 +3080,9 @@ governing permissions and limitations under the License.
|
|
|
3080
3080
|
--spectrum-global-color-blue-500
|
|
3081
3081
|
);
|
|
3082
3082
|
--spectrum-alias-assetcard-overlay-background-color: rgba(
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3083
|
+
27,
|
|
3084
|
+
127,
|
|
3085
|
+
245,
|
|
3086
3086
|
0.1
|
|
3087
3087
|
);
|
|
3088
3088
|
--spectrum-alias-assetcard-border-color-selected: var(
|
|
@@ -3227,7 +3227,7 @@ governing permissions and limitations under the License.
|
|
|
3227
3227
|
--spectrum-alias-border-color-translucent-darker: rgba(0, 0, 0, 0.1);
|
|
3228
3228
|
--spectrum-alias-focus-color: var(--spectrum-global-color-blue-400);
|
|
3229
3229
|
--spectrum-alias-focus-ring-color: var(--spectrum-alias-focus-color);
|
|
3230
|
-
--spectrum-alias-track-color-default: var(--spectrum-global-color-gray-
|
|
3230
|
+
--spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
|
|
3231
3231
|
--spectrum-alias-track-fill-color-overbackground: var(
|
|
3232
3232
|
--spectrum-global-color-static-white
|
|
3233
3233
|
);
|