@gitlab/ui 80.5.0 → 80.6.1
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/CHANGELOG.md +14 -0
- package/dist/tokens/json/tokens.dark.json +1417 -1558
- package/dist/tokens/json/tokens.json +1061 -446
- package/dist/tokens/scss/_tokens.dark.scss +196 -196
- package/package.json +2 -2
- package/src/components/base/new_dropdowns/listbox/listbox.spec.js +13 -13
- package/src/components/base/new_dropdowns/listbox/listbox.stories.js +1 -13
- package/src/tokens/build/json/tokens.dark.json +1417 -1558
- package/src/tokens/build/json/tokens.json +1061 -446
- package/src/tokens/build/scss/_tokens.dark.scss +196 -196
- package/src/tokens/color.data_viz.tokens.json +220 -55
- package/src/tokens/color.theme.tokens.json +288 -72
- package/src/tokens/color.tokens.json +276 -69
- package/src/tokens/text.tokens.json +36 -9
- package/src/tokens/color.dark.tokens.json +0 -428
- package/src/tokens/color.data_viz.dark.tokens.json +0 -344
- package/src/tokens/color.theme.dark.tokens.json +0 -448
- package/src/tokens/text.dark.tokens.json +0 -63
|
@@ -1,79 +1,118 @@
|
|
|
1
1
|
{
|
|
2
2
|
"black": {
|
|
3
|
-
"$value":
|
|
3
|
+
"$value": {
|
|
4
|
+
"default": "#000",
|
|
5
|
+
"dark": "#fff"
|
|
6
|
+
},
|
|
4
7
|
"$type": "color",
|
|
5
8
|
"themeable": true,
|
|
6
9
|
"prefix": false
|
|
7
10
|
},
|
|
8
11
|
"white": {
|
|
9
|
-
"$value":
|
|
12
|
+
"$value": {
|
|
13
|
+
"default": "#fff",
|
|
14
|
+
"dark": "#333238"
|
|
15
|
+
},
|
|
10
16
|
"$type": "color",
|
|
11
17
|
"themeable": true,
|
|
12
18
|
"prefix": false
|
|
13
19
|
},
|
|
14
20
|
"blue": {
|
|
15
21
|
"50": {
|
|
16
|
-
"$value":
|
|
22
|
+
"$value": {
|
|
23
|
+
"default": "#e9f3fc",
|
|
24
|
+
"dark": "#033464"
|
|
25
|
+
},
|
|
17
26
|
"$type": "color",
|
|
18
27
|
"themeable": true,
|
|
19
28
|
"prefix": false
|
|
20
29
|
},
|
|
21
30
|
"100": {
|
|
22
|
-
"$value":
|
|
31
|
+
"$value": {
|
|
32
|
+
"default": "#cbe2f9",
|
|
33
|
+
"dark": "#064787"
|
|
34
|
+
},
|
|
23
35
|
"$type": "color",
|
|
24
36
|
"themeable": true,
|
|
25
37
|
"prefix": false
|
|
26
38
|
},
|
|
27
39
|
"200": {
|
|
28
|
-
"$value":
|
|
40
|
+
"$value": {
|
|
41
|
+
"default": "#9dc7f1",
|
|
42
|
+
"dark": "#0b5cad"
|
|
43
|
+
},
|
|
29
44
|
"$type": "color",
|
|
30
45
|
"themeable": true,
|
|
31
46
|
"prefix": false
|
|
32
47
|
},
|
|
33
48
|
"300": {
|
|
34
|
-
"$value":
|
|
49
|
+
"$value": {
|
|
50
|
+
"default": "#63a6e9",
|
|
51
|
+
"dark": "#1068bf"
|
|
52
|
+
},
|
|
35
53
|
"$type": "color",
|
|
36
54
|
"themeable": true,
|
|
37
55
|
"prefix": false
|
|
38
56
|
},
|
|
39
57
|
"400": {
|
|
40
|
-
"$value":
|
|
58
|
+
"$value": {
|
|
59
|
+
"default": "#428fdc",
|
|
60
|
+
"dark": "#1f75cb"
|
|
61
|
+
},
|
|
41
62
|
"$type": "color",
|
|
42
63
|
"themeable": true,
|
|
43
64
|
"prefix": false
|
|
44
65
|
},
|
|
45
66
|
"500": {
|
|
46
|
-
"$value":
|
|
67
|
+
"$value": {
|
|
68
|
+
"default": "#1f75cb",
|
|
69
|
+
"dark": "#428fdc"
|
|
70
|
+
},
|
|
47
71
|
"$type": "color",
|
|
48
72
|
"themeable": true,
|
|
49
73
|
"prefix": false
|
|
50
74
|
},
|
|
51
75
|
"600": {
|
|
52
|
-
"$value":
|
|
76
|
+
"$value": {
|
|
77
|
+
"default": "#1068bf",
|
|
78
|
+
"dark": "#63a6e9"
|
|
79
|
+
},
|
|
53
80
|
"$type": "color",
|
|
54
81
|
"themeable": true,
|
|
55
82
|
"prefix": false
|
|
56
83
|
},
|
|
57
84
|
"700": {
|
|
58
|
-
"$value":
|
|
85
|
+
"$value": {
|
|
86
|
+
"default": "#0b5cad",
|
|
87
|
+
"dark": "#9dc7f1"
|
|
88
|
+
},
|
|
59
89
|
"$type": "color",
|
|
60
90
|
"themeable": true,
|
|
61
91
|
"prefix": false
|
|
62
92
|
},
|
|
63
93
|
"800": {
|
|
64
|
-
"$value":
|
|
94
|
+
"$value": {
|
|
95
|
+
"default": "#064787",
|
|
96
|
+
"dark": "#cbe2f9"
|
|
97
|
+
},
|
|
65
98
|
"$type": "color",
|
|
66
99
|
"themeable": true,
|
|
67
100
|
"prefix": false
|
|
68
101
|
},
|
|
69
102
|
"900": {
|
|
70
|
-
"$value":
|
|
103
|
+
"$value": {
|
|
104
|
+
"default": "#033464",
|
|
105
|
+
"dark": "#e9f3fc"
|
|
106
|
+
},
|
|
71
107
|
"$type": "color",
|
|
72
108
|
"themeable": true,
|
|
73
109
|
"prefix": false
|
|
74
110
|
},
|
|
75
111
|
"950": {
|
|
76
|
-
"$value":
|
|
112
|
+
"$value": {
|
|
113
|
+
"default": "#002850",
|
|
114
|
+
"dark": "#f2f9ff"
|
|
115
|
+
},
|
|
77
116
|
"$type": "color",
|
|
78
117
|
"themeable": true,
|
|
79
118
|
"prefix": false
|
|
@@ -81,73 +120,109 @@
|
|
|
81
120
|
},
|
|
82
121
|
"gray": {
|
|
83
122
|
"10": {
|
|
84
|
-
"$value":
|
|
123
|
+
"$value": {
|
|
124
|
+
"default": "#fbfafd",
|
|
125
|
+
"dark": "#1f1e24"
|
|
126
|
+
},
|
|
85
127
|
"$type": "color",
|
|
86
128
|
"themeable": true,
|
|
87
129
|
"prefix": false
|
|
88
130
|
},
|
|
89
131
|
"50": {
|
|
90
|
-
"$value":
|
|
132
|
+
"$value": {
|
|
133
|
+
"default": "#ececef",
|
|
134
|
+
"dark": "#333238"
|
|
135
|
+
},
|
|
91
136
|
"$type": "color",
|
|
92
137
|
"themeable": true,
|
|
93
138
|
"prefix": false
|
|
94
139
|
},
|
|
95
140
|
"100": {
|
|
96
|
-
"$value":
|
|
141
|
+
"$value": {
|
|
142
|
+
"default": "#dcdcde",
|
|
143
|
+
"dark": "#434248"
|
|
144
|
+
},
|
|
97
145
|
"$type": "color",
|
|
98
146
|
"themeable": true,
|
|
99
147
|
"prefix": false
|
|
100
148
|
},
|
|
101
149
|
"200": {
|
|
102
|
-
"$value":
|
|
150
|
+
"$value": {
|
|
151
|
+
"default": "#bfbfc3",
|
|
152
|
+
"dark": "#535158"
|
|
153
|
+
},
|
|
103
154
|
"$type": "color",
|
|
104
155
|
"themeable": true,
|
|
105
156
|
"prefix": false
|
|
106
157
|
},
|
|
107
158
|
"300": {
|
|
108
|
-
"$value":
|
|
159
|
+
"$value": {
|
|
160
|
+
"default": "#a4a3a8",
|
|
161
|
+
"dark": "#626168"
|
|
162
|
+
},
|
|
109
163
|
"$type": "color",
|
|
110
164
|
"themeable": true,
|
|
111
165
|
"prefix": false
|
|
112
166
|
},
|
|
113
167
|
"400": {
|
|
114
|
-
"$value":
|
|
168
|
+
"$value": {
|
|
169
|
+
"default": "#89888d",
|
|
170
|
+
"dark": "#737278"
|
|
171
|
+
},
|
|
115
172
|
"$type": "color",
|
|
116
173
|
"themeable": true,
|
|
117
174
|
"prefix": false
|
|
118
175
|
},
|
|
119
176
|
"500": {
|
|
120
|
-
"$value":
|
|
177
|
+
"$value": {
|
|
178
|
+
"default": "#737278",
|
|
179
|
+
"dark": "#89888d"
|
|
180
|
+
},
|
|
121
181
|
"$type": "color",
|
|
122
182
|
"themeable": true,
|
|
123
183
|
"prefix": false
|
|
124
184
|
},
|
|
125
185
|
"600": {
|
|
126
|
-
"$value":
|
|
186
|
+
"$value": {
|
|
187
|
+
"default": "#626168",
|
|
188
|
+
"dark": "#a4a3a8"
|
|
189
|
+
},
|
|
127
190
|
"$type": "color",
|
|
128
191
|
"themeable": true,
|
|
129
192
|
"prefix": false
|
|
130
193
|
},
|
|
131
194
|
"700": {
|
|
132
|
-
"$value":
|
|
195
|
+
"$value": {
|
|
196
|
+
"default": "#535158",
|
|
197
|
+
"dark": "#bfbfc3"
|
|
198
|
+
},
|
|
133
199
|
"$type": "color",
|
|
134
200
|
"themeable": true,
|
|
135
201
|
"prefix": false
|
|
136
202
|
},
|
|
137
203
|
"800": {
|
|
138
|
-
"$value":
|
|
204
|
+
"$value": {
|
|
205
|
+
"default": "#434248",
|
|
206
|
+
"dark": "#dcdcde"
|
|
207
|
+
},
|
|
139
208
|
"$type": "color",
|
|
140
209
|
"themeable": true,
|
|
141
210
|
"prefix": false
|
|
142
211
|
},
|
|
143
212
|
"900": {
|
|
144
|
-
"$value":
|
|
213
|
+
"$value": {
|
|
214
|
+
"default": "#333238",
|
|
215
|
+
"dark": "#ececef"
|
|
216
|
+
},
|
|
145
217
|
"$type": "color",
|
|
146
218
|
"themeable": true,
|
|
147
219
|
"prefix": false
|
|
148
220
|
},
|
|
149
221
|
"950": {
|
|
150
|
-
"$value":
|
|
222
|
+
"$value": {
|
|
223
|
+
"default": "#1f1e24",
|
|
224
|
+
"dark": "#fbfafd"
|
|
225
|
+
},
|
|
151
226
|
"$type": "color",
|
|
152
227
|
"themeable": true,
|
|
153
228
|
"prefix": false
|
|
@@ -155,67 +230,100 @@
|
|
|
155
230
|
},
|
|
156
231
|
"green": {
|
|
157
232
|
"50": {
|
|
158
|
-
"$value":
|
|
233
|
+
"$value": {
|
|
234
|
+
"default": "#ecf4ee",
|
|
235
|
+
"dark": "#0a4020"
|
|
236
|
+
},
|
|
159
237
|
"$type": "color",
|
|
160
238
|
"themeable": true,
|
|
161
239
|
"prefix": false
|
|
162
240
|
},
|
|
163
241
|
"100": {
|
|
164
|
-
"$value":
|
|
242
|
+
"$value": {
|
|
243
|
+
"default": "#c3e6cd",
|
|
244
|
+
"dark": "#0d532a"
|
|
245
|
+
},
|
|
165
246
|
"$type": "color",
|
|
166
247
|
"themeable": true,
|
|
167
248
|
"prefix": false
|
|
168
249
|
},
|
|
169
250
|
"200": {
|
|
170
|
-
"$value":
|
|
251
|
+
"$value": {
|
|
252
|
+
"default": "#91d4a8",
|
|
253
|
+
"dark": "#24663b"
|
|
254
|
+
},
|
|
171
255
|
"$type": "color",
|
|
172
256
|
"themeable": true,
|
|
173
257
|
"prefix": false
|
|
174
258
|
},
|
|
175
259
|
"300": {
|
|
176
|
-
"$value":
|
|
260
|
+
"$value": {
|
|
261
|
+
"default": "#52b87a",
|
|
262
|
+
"dark": "#217645"
|
|
263
|
+
},
|
|
177
264
|
"$type": "color",
|
|
178
265
|
"themeable": true,
|
|
179
266
|
"prefix": false
|
|
180
267
|
},
|
|
181
268
|
"400": {
|
|
182
|
-
"$value":
|
|
269
|
+
"$value": {
|
|
270
|
+
"default": "#2da160",
|
|
271
|
+
"dark": "#108548"
|
|
272
|
+
},
|
|
183
273
|
"$type": "color",
|
|
184
274
|
"themeable": true,
|
|
185
275
|
"prefix": false
|
|
186
276
|
},
|
|
187
277
|
"500": {
|
|
188
|
-
"$value":
|
|
278
|
+
"$value": {
|
|
279
|
+
"default": "#108548",
|
|
280
|
+
"dark": "#2da160"
|
|
281
|
+
},
|
|
189
282
|
"$type": "color",
|
|
190
283
|
"themeable": true,
|
|
191
284
|
"prefix": false
|
|
192
285
|
},
|
|
193
286
|
"600": {
|
|
194
|
-
"$value":
|
|
287
|
+
"$value": {
|
|
288
|
+
"default": "#217645",
|
|
289
|
+
"dark": "#52b87a"
|
|
290
|
+
},
|
|
195
291
|
"$type": "color",
|
|
196
292
|
"themeable": true,
|
|
197
293
|
"prefix": false
|
|
198
294
|
},
|
|
199
295
|
"700": {
|
|
200
|
-
"$value":
|
|
296
|
+
"$value": {
|
|
297
|
+
"default": "#24663b",
|
|
298
|
+
"dark": "#91d4a8"
|
|
299
|
+
},
|
|
201
300
|
"$type": "color",
|
|
202
301
|
"themeable": true,
|
|
203
302
|
"prefix": false
|
|
204
303
|
},
|
|
205
304
|
"800": {
|
|
206
|
-
"$value":
|
|
305
|
+
"$value": {
|
|
306
|
+
"default": "#0d532a",
|
|
307
|
+
"dark": "#c3e6cd"
|
|
308
|
+
},
|
|
207
309
|
"$type": "color",
|
|
208
310
|
"themeable": true,
|
|
209
311
|
"prefix": false
|
|
210
312
|
},
|
|
211
313
|
"900": {
|
|
212
|
-
"$value":
|
|
314
|
+
"$value": {
|
|
315
|
+
"default": "#0a4020",
|
|
316
|
+
"dark": "#ecf4ee"
|
|
317
|
+
},
|
|
213
318
|
"$type": "color",
|
|
214
319
|
"themeable": true,
|
|
215
320
|
"prefix": false
|
|
216
321
|
},
|
|
217
322
|
"950": {
|
|
218
|
-
"$value":
|
|
323
|
+
"$value": {
|
|
324
|
+
"default": "#072b15",
|
|
325
|
+
"dark": "#f1fdf6"
|
|
326
|
+
},
|
|
219
327
|
"$type": "color",
|
|
220
328
|
"themeable": true,
|
|
221
329
|
"prefix": false
|
|
@@ -223,67 +331,100 @@
|
|
|
223
331
|
},
|
|
224
332
|
"orange": {
|
|
225
333
|
"50": {
|
|
226
|
-
"$value":
|
|
334
|
+
"$value": {
|
|
335
|
+
"default": "#fdf1dd",
|
|
336
|
+
"dark": "#5c2900"
|
|
337
|
+
},
|
|
227
338
|
"$type": "color",
|
|
228
339
|
"themeable": true,
|
|
229
340
|
"prefix": false
|
|
230
341
|
},
|
|
231
342
|
"100": {
|
|
232
|
-
"$value":
|
|
343
|
+
"$value": {
|
|
344
|
+
"default": "#f5d9a8",
|
|
345
|
+
"dark": "#703800"
|
|
346
|
+
},
|
|
233
347
|
"$type": "color",
|
|
234
348
|
"themeable": true,
|
|
235
349
|
"prefix": false
|
|
236
350
|
},
|
|
237
351
|
"200": {
|
|
238
|
-
"$value":
|
|
352
|
+
"$value": {
|
|
353
|
+
"default": "#e9be74",
|
|
354
|
+
"dark": "#8f4700"
|
|
355
|
+
},
|
|
239
356
|
"$type": "color",
|
|
240
357
|
"themeable": true,
|
|
241
358
|
"prefix": false
|
|
242
359
|
},
|
|
243
360
|
"300": {
|
|
244
|
-
"$value":
|
|
361
|
+
"$value": {
|
|
362
|
+
"default": "#d99530",
|
|
363
|
+
"dark": "#9e5400"
|
|
364
|
+
},
|
|
245
365
|
"$type": "color",
|
|
246
366
|
"themeable": true,
|
|
247
367
|
"prefix": false
|
|
248
368
|
},
|
|
249
369
|
"400": {
|
|
250
|
-
"$value":
|
|
370
|
+
"$value": {
|
|
371
|
+
"default": "#c17d10",
|
|
372
|
+
"dark": "#ab6100"
|
|
373
|
+
},
|
|
251
374
|
"$type": "color",
|
|
252
375
|
"themeable": true,
|
|
253
376
|
"prefix": false
|
|
254
377
|
},
|
|
255
378
|
"500": {
|
|
256
|
-
"$value":
|
|
379
|
+
"$value": {
|
|
380
|
+
"default": "#ab6100",
|
|
381
|
+
"dark": "#c17d10"
|
|
382
|
+
},
|
|
257
383
|
"$type": "color",
|
|
258
384
|
"themeable": true,
|
|
259
385
|
"prefix": false
|
|
260
386
|
},
|
|
261
387
|
"600": {
|
|
262
|
-
"$value":
|
|
388
|
+
"$value": {
|
|
389
|
+
"default": "#9e5400",
|
|
390
|
+
"dark": "#d99530"
|
|
391
|
+
},
|
|
263
392
|
"$type": "color",
|
|
264
393
|
"themeable": true,
|
|
265
394
|
"prefix": false
|
|
266
395
|
},
|
|
267
396
|
"700": {
|
|
268
|
-
"$value":
|
|
397
|
+
"$value": {
|
|
398
|
+
"default": "#8f4700",
|
|
399
|
+
"dark": "#e9be74"
|
|
400
|
+
},
|
|
269
401
|
"$type": "color",
|
|
270
402
|
"themeable": true,
|
|
271
403
|
"prefix": false
|
|
272
404
|
},
|
|
273
405
|
"800": {
|
|
274
|
-
"$value":
|
|
406
|
+
"$value": {
|
|
407
|
+
"default": "#703800",
|
|
408
|
+
"dark": "#f5d9a8"
|
|
409
|
+
},
|
|
275
410
|
"$type": "color",
|
|
276
411
|
"themeable": true,
|
|
277
412
|
"prefix": false
|
|
278
413
|
},
|
|
279
414
|
"900": {
|
|
280
|
-
"$value":
|
|
415
|
+
"$value": {
|
|
416
|
+
"default": "#5c2900",
|
|
417
|
+
"dark": "#fdf1dd"
|
|
418
|
+
},
|
|
281
419
|
"$type": "color",
|
|
282
420
|
"themeable": true,
|
|
283
421
|
"prefix": false
|
|
284
422
|
},
|
|
285
423
|
"950": {
|
|
286
|
-
"$value":
|
|
424
|
+
"$value": {
|
|
425
|
+
"default": "#421f00",
|
|
426
|
+
"dark": "#fff4e1"
|
|
427
|
+
},
|
|
287
428
|
"$type": "color",
|
|
288
429
|
"themeable": true,
|
|
289
430
|
"prefix": false
|
|
@@ -291,67 +432,100 @@
|
|
|
291
432
|
},
|
|
292
433
|
"purple": {
|
|
293
434
|
"50": {
|
|
294
|
-
"$value":
|
|
435
|
+
"$value": {
|
|
436
|
+
"default": "#f4f0ff",
|
|
437
|
+
"dark": "#232150"
|
|
438
|
+
},
|
|
295
439
|
"$type": "color",
|
|
296
440
|
"themeable": true,
|
|
297
441
|
"prefix": false
|
|
298
442
|
},
|
|
299
443
|
"100": {
|
|
300
|
-
"$value":
|
|
444
|
+
"$value": {
|
|
445
|
+
"default": "#e1d8f9",
|
|
446
|
+
"dark": "#2f2a6b"
|
|
447
|
+
},
|
|
301
448
|
"$type": "color",
|
|
302
449
|
"themeable": true,
|
|
303
450
|
"prefix": false
|
|
304
451
|
},
|
|
305
452
|
"200": {
|
|
306
|
-
"$value":
|
|
453
|
+
"$value": {
|
|
454
|
+
"default": "#cbbbf2",
|
|
455
|
+
"dark": "#453894"
|
|
456
|
+
},
|
|
307
457
|
"$type": "color",
|
|
308
458
|
"themeable": true,
|
|
309
459
|
"prefix": false
|
|
310
460
|
},
|
|
311
461
|
"300": {
|
|
312
|
-
"$value":
|
|
462
|
+
"$value": {
|
|
463
|
+
"default": "#ac93e6",
|
|
464
|
+
"dark": "#5943b6"
|
|
465
|
+
},
|
|
313
466
|
"$type": "color",
|
|
314
467
|
"themeable": true,
|
|
315
468
|
"prefix": false
|
|
316
469
|
},
|
|
317
470
|
"400": {
|
|
318
|
-
"$value":
|
|
471
|
+
"$value": {
|
|
472
|
+
"default": "#9475db",
|
|
473
|
+
"dark": "#694cc0"
|
|
474
|
+
},
|
|
319
475
|
"$type": "color",
|
|
320
476
|
"themeable": true,
|
|
321
477
|
"prefix": false
|
|
322
478
|
},
|
|
323
479
|
"500": {
|
|
324
|
-
"$value":
|
|
480
|
+
"$value": {
|
|
481
|
+
"default": "#7b58cf",
|
|
482
|
+
"dark": "#7b58cf"
|
|
483
|
+
},
|
|
325
484
|
"$type": "color",
|
|
326
485
|
"themeable": true,
|
|
327
486
|
"prefix": false
|
|
328
487
|
},
|
|
329
488
|
"600": {
|
|
330
|
-
"$value":
|
|
489
|
+
"$value": {
|
|
490
|
+
"default": "#694cc0",
|
|
491
|
+
"dark": "#9475db"
|
|
492
|
+
},
|
|
331
493
|
"$type": "color",
|
|
332
494
|
"themeable": true,
|
|
333
495
|
"prefix": false
|
|
334
496
|
},
|
|
335
497
|
"700": {
|
|
336
|
-
"$value":
|
|
498
|
+
"$value": {
|
|
499
|
+
"default": "#5943b6",
|
|
500
|
+
"dark": "#ac93e6"
|
|
501
|
+
},
|
|
337
502
|
"$type": "color",
|
|
338
503
|
"themeable": true,
|
|
339
504
|
"prefix": false
|
|
340
505
|
},
|
|
341
506
|
"800": {
|
|
342
|
-
"$value":
|
|
507
|
+
"$value": {
|
|
508
|
+
"default": "#453894",
|
|
509
|
+
"dark": "#cbbbf2"
|
|
510
|
+
},
|
|
343
511
|
"$type": "color",
|
|
344
512
|
"themeable": true,
|
|
345
513
|
"prefix": false
|
|
346
514
|
},
|
|
347
515
|
"900": {
|
|
348
|
-
"$value":
|
|
516
|
+
"$value": {
|
|
517
|
+
"default": "#2f2a6b",
|
|
518
|
+
"dark": "#e1d8f9"
|
|
519
|
+
},
|
|
349
520
|
"$type": "color",
|
|
350
521
|
"themeable": true,
|
|
351
522
|
"prefix": false
|
|
352
523
|
},
|
|
353
524
|
"950": {
|
|
354
|
-
"$value":
|
|
525
|
+
"$value": {
|
|
526
|
+
"default": "#232150",
|
|
527
|
+
"dark": "#f4f0ff"
|
|
528
|
+
},
|
|
355
529
|
"$type": "color",
|
|
356
530
|
"themeable": true,
|
|
357
531
|
"prefix": false
|
|
@@ -359,67 +533,100 @@
|
|
|
359
533
|
},
|
|
360
534
|
"red": {
|
|
361
535
|
"50": {
|
|
362
|
-
"$value":
|
|
536
|
+
"$value": {
|
|
537
|
+
"default": "#fcf1ef",
|
|
538
|
+
"dark": "#660e00"
|
|
539
|
+
},
|
|
363
540
|
"$type": "color",
|
|
364
541
|
"themeable": true,
|
|
365
542
|
"prefix": false
|
|
366
543
|
},
|
|
367
544
|
"100": {
|
|
368
|
-
"$value":
|
|
545
|
+
"$value": {
|
|
546
|
+
"default": "#fdd4cd",
|
|
547
|
+
"dark": "#8d1300"
|
|
548
|
+
},
|
|
369
549
|
"$type": "color",
|
|
370
550
|
"themeable": true,
|
|
371
551
|
"prefix": false
|
|
372
552
|
},
|
|
373
553
|
"200": {
|
|
374
|
-
"$value":
|
|
554
|
+
"$value": {
|
|
555
|
+
"default": "#fcb5aa",
|
|
556
|
+
"dark": "#ae1800"
|
|
557
|
+
},
|
|
375
558
|
"$type": "color",
|
|
376
559
|
"themeable": true,
|
|
377
560
|
"prefix": false
|
|
378
561
|
},
|
|
379
562
|
"300": {
|
|
380
|
-
"$value":
|
|
563
|
+
"$value": {
|
|
564
|
+
"default": "#f57f6c",
|
|
565
|
+
"dark": "#c91c00"
|
|
566
|
+
},
|
|
381
567
|
"$type": "color",
|
|
382
568
|
"themeable": true,
|
|
383
569
|
"prefix": false
|
|
384
570
|
},
|
|
385
571
|
"400": {
|
|
386
|
-
"$value":
|
|
572
|
+
"$value": {
|
|
573
|
+
"default": "#ec5941",
|
|
574
|
+
"dark": "#dd2b0e"
|
|
575
|
+
},
|
|
387
576
|
"$type": "color",
|
|
388
577
|
"themeable": true,
|
|
389
578
|
"prefix": false
|
|
390
579
|
},
|
|
391
580
|
"500": {
|
|
392
|
-
"$value":
|
|
581
|
+
"$value": {
|
|
582
|
+
"default": "#dd2b0e",
|
|
583
|
+
"dark": "#ec5941"
|
|
584
|
+
},
|
|
393
585
|
"$type": "color",
|
|
394
586
|
"themeable": true,
|
|
395
587
|
"prefix": false
|
|
396
588
|
},
|
|
397
589
|
"600": {
|
|
398
|
-
"$value":
|
|
590
|
+
"$value": {
|
|
591
|
+
"default": "#c91c00",
|
|
592
|
+
"dark": "#f57f6c"
|
|
593
|
+
},
|
|
399
594
|
"$type": "color",
|
|
400
595
|
"themeable": true,
|
|
401
596
|
"prefix": false
|
|
402
597
|
},
|
|
403
598
|
"700": {
|
|
404
|
-
"$value":
|
|
599
|
+
"$value": {
|
|
600
|
+
"default": "#ae1800",
|
|
601
|
+
"dark": "#fcb5aa"
|
|
602
|
+
},
|
|
405
603
|
"$type": "color",
|
|
406
604
|
"themeable": true,
|
|
407
605
|
"prefix": false
|
|
408
606
|
},
|
|
409
607
|
"800": {
|
|
410
|
-
"$value":
|
|
608
|
+
"$value": {
|
|
609
|
+
"default": "#8d1300",
|
|
610
|
+
"dark": "#fdd4cd"
|
|
611
|
+
},
|
|
411
612
|
"$type": "color",
|
|
412
613
|
"themeable": true,
|
|
413
614
|
"prefix": false
|
|
414
615
|
},
|
|
415
616
|
"900": {
|
|
416
|
-
"$value":
|
|
617
|
+
"$value": {
|
|
618
|
+
"default": "#660e00",
|
|
619
|
+
"dark": "#fcf1ef"
|
|
620
|
+
},
|
|
417
621
|
"$type": "color",
|
|
418
622
|
"themeable": true,
|
|
419
623
|
"prefix": false
|
|
420
624
|
},
|
|
421
625
|
"950": {
|
|
422
|
-
"$value":
|
|
626
|
+
"$value": {
|
|
627
|
+
"default": "#4d0a00",
|
|
628
|
+
"dark": "#fff4f3"
|
|
629
|
+
},
|
|
423
630
|
"$type": "color",
|
|
424
631
|
"themeable": true,
|
|
425
632
|
"prefix": false
|