@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
|
@@ -2,73 +2,109 @@
|
|
|
2
2
|
"theme": {
|
|
3
3
|
"indigo": {
|
|
4
4
|
"10": {
|
|
5
|
-
"$value":
|
|
5
|
+
"$value": {
|
|
6
|
+
"default": "#f8f8ff",
|
|
7
|
+
"dark": "#14143d"
|
|
8
|
+
},
|
|
6
9
|
"$type": "color",
|
|
7
10
|
"themeable": true,
|
|
8
11
|
"prefix": false
|
|
9
12
|
},
|
|
10
13
|
"50": {
|
|
11
|
-
"$value":
|
|
14
|
+
"$value": {
|
|
15
|
+
"default": "#f1f1ff",
|
|
16
|
+
"dark": "#222261"
|
|
17
|
+
},
|
|
12
18
|
"$type": "color",
|
|
13
19
|
"themeable": true,
|
|
14
20
|
"prefix": false
|
|
15
21
|
},
|
|
16
22
|
"100": {
|
|
17
|
-
"$value":
|
|
23
|
+
"$value": {
|
|
24
|
+
"default": "#dbdbf8",
|
|
25
|
+
"dark": "#303083"
|
|
26
|
+
},
|
|
18
27
|
"$type": "color",
|
|
19
28
|
"themeable": true,
|
|
20
29
|
"prefix": false
|
|
21
30
|
},
|
|
22
31
|
"200": {
|
|
23
|
-
"$value":
|
|
32
|
+
"$value": {
|
|
33
|
+
"default": "#c7c7f2",
|
|
34
|
+
"dark": "#41419f"
|
|
35
|
+
},
|
|
24
36
|
"$type": "color",
|
|
25
37
|
"themeable": true,
|
|
26
38
|
"prefix": false
|
|
27
39
|
},
|
|
28
40
|
"300": {
|
|
29
|
-
"$value":
|
|
41
|
+
"$value": {
|
|
42
|
+
"default": "#a2a2e6",
|
|
43
|
+
"dark": "#5252b5"
|
|
44
|
+
},
|
|
30
45
|
"$type": "color",
|
|
31
46
|
"themeable": true,
|
|
32
47
|
"prefix": false
|
|
33
48
|
},
|
|
34
49
|
"400": {
|
|
35
|
-
"$value":
|
|
50
|
+
"$value": {
|
|
51
|
+
"default": "#8181d7",
|
|
52
|
+
"dark": "#6666c4"
|
|
53
|
+
},
|
|
36
54
|
"$type": "color",
|
|
37
55
|
"themeable": true,
|
|
38
56
|
"prefix": false
|
|
39
57
|
},
|
|
40
58
|
"500": {
|
|
41
|
-
"$value":
|
|
59
|
+
"$value": {
|
|
60
|
+
"default": "#6666c4",
|
|
61
|
+
"dark": "#8181d7"
|
|
62
|
+
},
|
|
42
63
|
"$type": "color",
|
|
43
64
|
"themeable": true,
|
|
44
65
|
"prefix": false
|
|
45
66
|
},
|
|
46
67
|
"600": {
|
|
47
|
-
"$value":
|
|
68
|
+
"$value": {
|
|
69
|
+
"default": "#5252b5",
|
|
70
|
+
"dark": "#a2a2e6"
|
|
71
|
+
},
|
|
48
72
|
"$type": "color",
|
|
49
73
|
"themeable": true,
|
|
50
74
|
"prefix": false
|
|
51
75
|
},
|
|
52
76
|
"700": {
|
|
53
|
-
"$value":
|
|
77
|
+
"$value": {
|
|
78
|
+
"default": "#41419f",
|
|
79
|
+
"dark": "#c7c7f2"
|
|
80
|
+
},
|
|
54
81
|
"$type": "color",
|
|
55
82
|
"themeable": true,
|
|
56
83
|
"prefix": false
|
|
57
84
|
},
|
|
58
85
|
"800": {
|
|
59
|
-
"$value":
|
|
86
|
+
"$value": {
|
|
87
|
+
"default": "#303083",
|
|
88
|
+
"dark": "#dbdbf8"
|
|
89
|
+
},
|
|
60
90
|
"$type": "color",
|
|
61
91
|
"themeable": true,
|
|
62
92
|
"prefix": false
|
|
63
93
|
},
|
|
64
94
|
"900": {
|
|
65
|
-
"$value":
|
|
95
|
+
"$value": {
|
|
96
|
+
"default": "#222261",
|
|
97
|
+
"dark": "#f1f1ff"
|
|
98
|
+
},
|
|
66
99
|
"$type": "color",
|
|
67
100
|
"themeable": true,
|
|
68
101
|
"prefix": false
|
|
69
102
|
},
|
|
70
103
|
"950": {
|
|
71
|
-
"$value":
|
|
104
|
+
"$value": {
|
|
105
|
+
"default": "#14143d",
|
|
106
|
+
"dark": "#f8f8ff"
|
|
107
|
+
},
|
|
72
108
|
"$type": "color",
|
|
73
109
|
"themeable": true,
|
|
74
110
|
"prefix": false
|
|
@@ -76,73 +112,109 @@
|
|
|
76
112
|
},
|
|
77
113
|
"blue": {
|
|
78
114
|
"10": {
|
|
79
|
-
"$value":
|
|
115
|
+
"$value": {
|
|
116
|
+
"default": "#e6ecf0",
|
|
117
|
+
"dark": "#04101c"
|
|
118
|
+
},
|
|
80
119
|
"$type": "color",
|
|
81
120
|
"themeable": true,
|
|
82
121
|
"prefix": false
|
|
83
122
|
},
|
|
84
123
|
"50": {
|
|
85
|
-
"$value":
|
|
124
|
+
"$value": {
|
|
125
|
+
"default": "#cdd8e3",
|
|
126
|
+
"dark": "#0b2640"
|
|
127
|
+
},
|
|
86
128
|
"$type": "color",
|
|
87
129
|
"themeable": true,
|
|
88
130
|
"prefix": false
|
|
89
131
|
},
|
|
90
132
|
"100": {
|
|
91
|
-
"$value":
|
|
133
|
+
"$value": {
|
|
134
|
+
"default": "#b9cadc",
|
|
135
|
+
"dark": "#153c63"
|
|
136
|
+
},
|
|
92
137
|
"$type": "color",
|
|
93
138
|
"themeable": true,
|
|
94
139
|
"prefix": false
|
|
95
140
|
},
|
|
96
141
|
"200": {
|
|
97
|
-
"$value":
|
|
142
|
+
"$value": {
|
|
143
|
+
"default": "#a6bdd5",
|
|
144
|
+
"dark": "#235180"
|
|
145
|
+
},
|
|
98
146
|
"$type": "color",
|
|
99
147
|
"themeable": true,
|
|
100
148
|
"prefix": false
|
|
101
149
|
},
|
|
102
150
|
"300": {
|
|
103
|
-
"$value":
|
|
151
|
+
"$value": {
|
|
152
|
+
"default": "#81a5c9",
|
|
153
|
+
"dark": "#346596"
|
|
154
|
+
},
|
|
104
155
|
"$type": "color",
|
|
105
156
|
"themeable": true,
|
|
106
157
|
"prefix": false
|
|
107
158
|
},
|
|
108
159
|
"400": {
|
|
109
|
-
"$value":
|
|
160
|
+
"$value": {
|
|
161
|
+
"default": "#628eb9",
|
|
162
|
+
"dark": "#4977a5"
|
|
163
|
+
},
|
|
110
164
|
"$type": "color",
|
|
111
165
|
"themeable": true,
|
|
112
166
|
"prefix": false
|
|
113
167
|
},
|
|
114
168
|
"500": {
|
|
115
|
-
"$value":
|
|
169
|
+
"$value": {
|
|
170
|
+
"default": "#4977a5",
|
|
171
|
+
"dark": "#628eb9"
|
|
172
|
+
},
|
|
116
173
|
"$type": "color",
|
|
117
174
|
"themeable": true,
|
|
118
175
|
"prefix": false
|
|
119
176
|
},
|
|
120
177
|
"600": {
|
|
121
|
-
"$value":
|
|
178
|
+
"$value": {
|
|
179
|
+
"default": "#346596",
|
|
180
|
+
"dark": "#81a5c9"
|
|
181
|
+
},
|
|
122
182
|
"$type": "color",
|
|
123
183
|
"themeable": true,
|
|
124
184
|
"prefix": false
|
|
125
185
|
},
|
|
126
186
|
"700": {
|
|
127
|
-
"$value":
|
|
187
|
+
"$value": {
|
|
188
|
+
"default": "#235180",
|
|
189
|
+
"dark": "#a6bdd5"
|
|
190
|
+
},
|
|
128
191
|
"$type": "color",
|
|
129
192
|
"themeable": true,
|
|
130
193
|
"prefix": false
|
|
131
194
|
},
|
|
132
195
|
"800": {
|
|
133
|
-
"$value":
|
|
196
|
+
"$value": {
|
|
197
|
+
"default": "#153c63",
|
|
198
|
+
"dark": "#b9cadc"
|
|
199
|
+
},
|
|
134
200
|
"$type": "color",
|
|
135
201
|
"themeable": true,
|
|
136
202
|
"prefix": false
|
|
137
203
|
},
|
|
138
204
|
"900": {
|
|
139
|
-
"$value":
|
|
205
|
+
"$value": {
|
|
206
|
+
"default": "#0b2640",
|
|
207
|
+
"dark": "#cdd8e3"
|
|
208
|
+
},
|
|
140
209
|
"$type": "color",
|
|
141
210
|
"themeable": true,
|
|
142
211
|
"prefix": false
|
|
143
212
|
},
|
|
144
213
|
"950": {
|
|
145
|
-
"$value":
|
|
214
|
+
"$value": {
|
|
215
|
+
"default": "#04101c",
|
|
216
|
+
"dark": "#e6ecf0"
|
|
217
|
+
},
|
|
146
218
|
"$type": "color",
|
|
147
219
|
"themeable": true,
|
|
148
220
|
"prefix": false
|
|
@@ -150,73 +222,109 @@
|
|
|
150
222
|
},
|
|
151
223
|
"light-blue": {
|
|
152
224
|
"10": {
|
|
153
|
-
"$value":
|
|
225
|
+
"$value": {
|
|
226
|
+
"default": "#eef3f7",
|
|
227
|
+
"dark": "#0a3764"
|
|
228
|
+
},
|
|
154
229
|
"$type": "color",
|
|
155
230
|
"themeable": true,
|
|
156
231
|
"prefix": false
|
|
157
232
|
},
|
|
158
233
|
"50": {
|
|
159
|
-
"$value":
|
|
234
|
+
"$value": {
|
|
235
|
+
"default": "#dde6ee",
|
|
236
|
+
"dark": "#0c4277"
|
|
237
|
+
},
|
|
160
238
|
"$type": "color",
|
|
161
239
|
"themeable": true,
|
|
162
240
|
"prefix": false
|
|
163
241
|
},
|
|
164
242
|
"100": {
|
|
165
|
-
"$value":
|
|
243
|
+
"$value": {
|
|
244
|
+
"default": "#c1d4e6",
|
|
245
|
+
"dark": "#0e4d8d"
|
|
246
|
+
},
|
|
166
247
|
"$type": "color",
|
|
167
248
|
"themeable": true,
|
|
168
249
|
"prefix": false
|
|
169
250
|
},
|
|
170
251
|
"200": {
|
|
171
|
-
"$value":
|
|
252
|
+
"$value": {
|
|
253
|
+
"default": "#a0bedc",
|
|
254
|
+
"dark": "#145aa1"
|
|
255
|
+
},
|
|
172
256
|
"$type": "color",
|
|
173
257
|
"themeable": true,
|
|
174
258
|
"prefix": false
|
|
175
259
|
},
|
|
176
260
|
"300": {
|
|
177
|
-
"$value":
|
|
261
|
+
"$value": {
|
|
262
|
+
"default": "#74a3d3",
|
|
263
|
+
"dark": "#2268ae"
|
|
264
|
+
},
|
|
178
265
|
"$type": "color",
|
|
179
266
|
"themeable": true,
|
|
180
267
|
"prefix": false
|
|
181
268
|
},
|
|
182
269
|
"400": {
|
|
183
|
-
"$value":
|
|
270
|
+
"$value": {
|
|
271
|
+
"default": "#4f8bc7",
|
|
272
|
+
"dark": "#3476b9"
|
|
273
|
+
},
|
|
184
274
|
"$type": "color",
|
|
185
275
|
"themeable": true,
|
|
186
276
|
"prefix": false
|
|
187
277
|
},
|
|
188
278
|
"500": {
|
|
189
|
-
"$value":
|
|
279
|
+
"$value": {
|
|
280
|
+
"default": "#3476b9",
|
|
281
|
+
"dark": "#4f8bc7"
|
|
282
|
+
},
|
|
190
283
|
"$type": "color",
|
|
191
284
|
"themeable": true,
|
|
192
285
|
"prefix": false
|
|
193
286
|
},
|
|
194
287
|
"600": {
|
|
195
|
-
"$value":
|
|
288
|
+
"$value": {
|
|
289
|
+
"default": "#2268ae",
|
|
290
|
+
"dark": "#74a3d3"
|
|
291
|
+
},
|
|
196
292
|
"$type": "color",
|
|
197
293
|
"themeable": true,
|
|
198
294
|
"prefix": false
|
|
199
295
|
},
|
|
200
296
|
"700": {
|
|
201
|
-
"$value":
|
|
297
|
+
"$value": {
|
|
298
|
+
"default": "#145aa1",
|
|
299
|
+
"dark": "#a0bedc"
|
|
300
|
+
},
|
|
202
301
|
"$type": "color",
|
|
203
302
|
"themeable": true,
|
|
204
303
|
"prefix": false
|
|
205
304
|
},
|
|
206
305
|
"800": {
|
|
207
|
-
"$value":
|
|
306
|
+
"$value": {
|
|
307
|
+
"default": "#0e4d8d",
|
|
308
|
+
"dark": "#c1d4e6"
|
|
309
|
+
},
|
|
208
310
|
"$type": "color",
|
|
209
311
|
"themeable": true,
|
|
210
312
|
"prefix": false
|
|
211
313
|
},
|
|
212
314
|
"900": {
|
|
213
|
-
"$value":
|
|
315
|
+
"$value": {
|
|
316
|
+
"default": "#0c4277",
|
|
317
|
+
"dark": "#dde6ee"
|
|
318
|
+
},
|
|
214
319
|
"$type": "color",
|
|
215
320
|
"themeable": true,
|
|
216
321
|
"prefix": false
|
|
217
322
|
},
|
|
218
323
|
"950": {
|
|
219
|
-
"$value":
|
|
324
|
+
"$value": {
|
|
325
|
+
"default": "#0a3764",
|
|
326
|
+
"dark": "#eef3f7"
|
|
327
|
+
},
|
|
220
328
|
"$type": "color",
|
|
221
329
|
"themeable": true,
|
|
222
330
|
"prefix": false
|
|
@@ -224,73 +332,109 @@
|
|
|
224
332
|
},
|
|
225
333
|
"green": {
|
|
226
334
|
"10": {
|
|
227
|
-
"$value":
|
|
335
|
+
"$value": {
|
|
336
|
+
"default": "#eef4ef",
|
|
337
|
+
"dark": "#052e19"
|
|
338
|
+
},
|
|
228
339
|
"$type": "color",
|
|
229
340
|
"themeable": true,
|
|
230
341
|
"prefix": false
|
|
231
342
|
},
|
|
232
343
|
"50": {
|
|
233
|
-
"$value":
|
|
344
|
+
"$value": {
|
|
345
|
+
"default": "#dde9de",
|
|
346
|
+
"dark": "#0e4328"
|
|
347
|
+
},
|
|
234
348
|
"$type": "color",
|
|
235
349
|
"themeable": true,
|
|
236
350
|
"prefix": false
|
|
237
351
|
},
|
|
238
352
|
"100": {
|
|
239
|
-
"$value":
|
|
353
|
+
"$value": {
|
|
354
|
+
"default": "#b1d6b5",
|
|
355
|
+
"dark": "#155635"
|
|
356
|
+
},
|
|
240
357
|
"$type": "color",
|
|
241
358
|
"themeable": true,
|
|
242
359
|
"prefix": false
|
|
243
360
|
},
|
|
244
361
|
"200": {
|
|
245
|
-
"$value":
|
|
362
|
+
"$value": {
|
|
363
|
+
"default": "#8cc497",
|
|
364
|
+
"dark": "#1b653f"
|
|
365
|
+
},
|
|
246
366
|
"$type": "color",
|
|
247
367
|
"themeable": true,
|
|
248
368
|
"prefix": false
|
|
249
369
|
},
|
|
250
370
|
"300": {
|
|
251
|
-
"$value":
|
|
371
|
+
"$value": {
|
|
372
|
+
"default": "#69af7d",
|
|
373
|
+
"dark": "#25744c"
|
|
374
|
+
},
|
|
252
375
|
"$type": "color",
|
|
253
376
|
"themeable": true,
|
|
254
377
|
"prefix": false
|
|
255
378
|
},
|
|
256
379
|
"400": {
|
|
257
|
-
"$value":
|
|
380
|
+
"$value": {
|
|
381
|
+
"default": "#499767",
|
|
382
|
+
"dark": "#308258"
|
|
383
|
+
},
|
|
258
384
|
"$type": "color",
|
|
259
385
|
"themeable": true,
|
|
260
386
|
"prefix": false
|
|
261
387
|
},
|
|
262
388
|
"500": {
|
|
263
|
-
"$value":
|
|
389
|
+
"$value": {
|
|
390
|
+
"default": "#308258",
|
|
391
|
+
"dark": "#499767"
|
|
392
|
+
},
|
|
264
393
|
"$type": "color",
|
|
265
394
|
"themeable": true,
|
|
266
395
|
"prefix": false
|
|
267
396
|
},
|
|
268
397
|
"600": {
|
|
269
|
-
"$value":
|
|
398
|
+
"$value": {
|
|
399
|
+
"default": "#25744c",
|
|
400
|
+
"dark": "#69af7d"
|
|
401
|
+
},
|
|
270
402
|
"$type": "color",
|
|
271
403
|
"themeable": true,
|
|
272
404
|
"prefix": false
|
|
273
405
|
},
|
|
274
406
|
"700": {
|
|
275
|
-
"$value":
|
|
407
|
+
"$value": {
|
|
408
|
+
"default": "#1b653f",
|
|
409
|
+
"dark": "#8cc497"
|
|
410
|
+
},
|
|
276
411
|
"$type": "color",
|
|
277
412
|
"themeable": true,
|
|
278
413
|
"prefix": false
|
|
279
414
|
},
|
|
280
415
|
"800": {
|
|
281
|
-
"$value":
|
|
416
|
+
"$value": {
|
|
417
|
+
"default": "#155635",
|
|
418
|
+
"dark": "#b1d6b5"
|
|
419
|
+
},
|
|
282
420
|
"$type": "color",
|
|
283
421
|
"themeable": true,
|
|
284
422
|
"prefix": false
|
|
285
423
|
},
|
|
286
424
|
"900": {
|
|
287
|
-
"$value":
|
|
425
|
+
"$value": {
|
|
426
|
+
"default": "#0e4328",
|
|
427
|
+
"dark": "#dde9de"
|
|
428
|
+
},
|
|
288
429
|
"$type": "color",
|
|
289
430
|
"themeable": true,
|
|
290
431
|
"prefix": false
|
|
291
432
|
},
|
|
292
433
|
"950": {
|
|
293
|
-
"$value":
|
|
434
|
+
"$value": {
|
|
435
|
+
"default": "#052e19",
|
|
436
|
+
"dark": "#eef4ef"
|
|
437
|
+
},
|
|
294
438
|
"$type": "color",
|
|
295
439
|
"themeable": true,
|
|
296
440
|
"prefix": false
|
|
@@ -298,73 +442,109 @@
|
|
|
298
442
|
},
|
|
299
443
|
"red": {
|
|
300
444
|
"10": {
|
|
301
|
-
"$value":
|
|
445
|
+
"$value": {
|
|
446
|
+
"default": "#faf4f3",
|
|
447
|
+
"dark": "#380700"
|
|
448
|
+
},
|
|
302
449
|
"$type": "color",
|
|
303
450
|
"themeable": true,
|
|
304
451
|
"prefix": false
|
|
305
452
|
},
|
|
306
453
|
"50": {
|
|
307
|
-
"$value":
|
|
454
|
+
"$value": {
|
|
455
|
+
"default": "#f4e9e7",
|
|
456
|
+
"dark": "#580d02"
|
|
457
|
+
},
|
|
308
458
|
"$type": "color",
|
|
309
459
|
"themeable": true,
|
|
310
460
|
"prefix": false
|
|
311
461
|
},
|
|
312
462
|
"100": {
|
|
313
|
-
"$value":
|
|
463
|
+
"$value": {
|
|
464
|
+
"default": "#ecd3d0",
|
|
465
|
+
"dark": "#761405"
|
|
466
|
+
},
|
|
314
467
|
"$type": "color",
|
|
315
468
|
"themeable": true,
|
|
316
469
|
"prefix": false
|
|
317
470
|
},
|
|
318
471
|
"200": {
|
|
319
|
-
"$value":
|
|
472
|
+
"$value": {
|
|
473
|
+
"default": "#e3bab5",
|
|
474
|
+
"dark": "#8f2110"
|
|
475
|
+
},
|
|
320
476
|
"$type": "color",
|
|
321
477
|
"themeable": true,
|
|
322
478
|
"prefix": false
|
|
323
479
|
},
|
|
324
480
|
"300": {
|
|
325
|
-
"$value":
|
|
481
|
+
"$value": {
|
|
482
|
+
"default": "#d59086",
|
|
483
|
+
"dark": "#a13322"
|
|
484
|
+
},
|
|
326
485
|
"$type": "color",
|
|
327
486
|
"themeable": true,
|
|
328
487
|
"prefix": false
|
|
329
488
|
},
|
|
330
489
|
"400": {
|
|
331
|
-
"$value":
|
|
490
|
+
"$value": {
|
|
491
|
+
"default": "#c66e60",
|
|
492
|
+
"dark": "#ad4a3b"
|
|
493
|
+
},
|
|
332
494
|
"$type": "color",
|
|
333
495
|
"themeable": true,
|
|
334
496
|
"prefix": false
|
|
335
497
|
},
|
|
336
498
|
"500": {
|
|
337
|
-
"$value":
|
|
499
|
+
"$value": {
|
|
500
|
+
"default": "#ad4a3b",
|
|
501
|
+
"dark": "#c66e60"
|
|
502
|
+
},
|
|
338
503
|
"$type": "color",
|
|
339
504
|
"themeable": true,
|
|
340
505
|
"prefix": false
|
|
341
506
|
},
|
|
342
507
|
"600": {
|
|
343
|
-
"$value":
|
|
508
|
+
"$value": {
|
|
509
|
+
"default": "#a13322",
|
|
510
|
+
"dark": "#d59086"
|
|
511
|
+
},
|
|
344
512
|
"$type": "color",
|
|
345
513
|
"themeable": true,
|
|
346
514
|
"prefix": false
|
|
347
515
|
},
|
|
348
516
|
"700": {
|
|
349
|
-
"$value":
|
|
517
|
+
"$value": {
|
|
518
|
+
"default": "#8f2110",
|
|
519
|
+
"dark": "#e3bab5"
|
|
520
|
+
},
|
|
350
521
|
"$type": "color",
|
|
351
522
|
"themeable": true,
|
|
352
523
|
"prefix": false
|
|
353
524
|
},
|
|
354
525
|
"800": {
|
|
355
|
-
"$value":
|
|
526
|
+
"$value": {
|
|
527
|
+
"default": "#761405",
|
|
528
|
+
"dark": "#ecd3d0"
|
|
529
|
+
},
|
|
356
530
|
"$type": "color",
|
|
357
531
|
"themeable": true,
|
|
358
532
|
"prefix": false
|
|
359
533
|
},
|
|
360
534
|
"900": {
|
|
361
|
-
"$value":
|
|
535
|
+
"$value": {
|
|
536
|
+
"default": "#580d02",
|
|
537
|
+
"dark": "#f4e9e7"
|
|
538
|
+
},
|
|
362
539
|
"$type": "color",
|
|
363
540
|
"themeable": true,
|
|
364
541
|
"prefix": false
|
|
365
542
|
},
|
|
366
543
|
"950": {
|
|
367
|
-
"$value":
|
|
544
|
+
"$value": {
|
|
545
|
+
"default": "#380700",
|
|
546
|
+
"dark": "#faf4f3"
|
|
547
|
+
},
|
|
368
548
|
"$type": "color",
|
|
369
549
|
"themeable": true,
|
|
370
550
|
"prefix": false
|
|
@@ -372,73 +552,109 @@
|
|
|
372
552
|
},
|
|
373
553
|
"light-red": {
|
|
374
554
|
"10": {
|
|
375
|
-
"$value":
|
|
555
|
+
"$value": {
|
|
556
|
+
"default": "#fdf9f8",
|
|
557
|
+
"dark": "#5c1105"
|
|
558
|
+
},
|
|
376
559
|
"$type": "color",
|
|
377
560
|
"themeable": true,
|
|
378
561
|
"prefix": false
|
|
379
562
|
},
|
|
380
563
|
"50": {
|
|
381
|
-
"$value":
|
|
564
|
+
"$value": {
|
|
565
|
+
"default": "#faf2f1",
|
|
566
|
+
"dark": "#751709"
|
|
567
|
+
},
|
|
382
568
|
"$type": "color",
|
|
383
569
|
"themeable": true,
|
|
384
570
|
"prefix": false
|
|
385
571
|
},
|
|
386
572
|
"100": {
|
|
387
|
-
"$value":
|
|
573
|
+
"$value": {
|
|
574
|
+
"default": "#f6d9d5",
|
|
575
|
+
"dark": "#8b2212"
|
|
576
|
+
},
|
|
388
577
|
"$type": "color",
|
|
389
578
|
"themeable": true,
|
|
390
579
|
"prefix": false
|
|
391
580
|
},
|
|
392
581
|
"200": {
|
|
393
|
-
"$value":
|
|
582
|
+
"$value": {
|
|
583
|
+
"default": "#ebada2",
|
|
584
|
+
"dark": "#a02e1c"
|
|
585
|
+
},
|
|
394
586
|
"$type": "color",
|
|
395
587
|
"themeable": true,
|
|
396
588
|
"prefix": false
|
|
397
589
|
},
|
|
398
590
|
"300": {
|
|
399
|
-
"$value":
|
|
591
|
+
"$value": {
|
|
592
|
+
"default": "#e07f6f",
|
|
593
|
+
"dark": "#b53a26"
|
|
594
|
+
},
|
|
400
595
|
"$type": "color",
|
|
401
596
|
"themeable": true,
|
|
402
597
|
"prefix": false
|
|
403
598
|
},
|
|
404
599
|
"400": {
|
|
405
|
-
"$value":
|
|
600
|
+
"$value": {
|
|
601
|
+
"default": "#d36250",
|
|
602
|
+
"dark": "#c24b38"
|
|
603
|
+
},
|
|
406
604
|
"$type": "color",
|
|
407
605
|
"themeable": true,
|
|
408
606
|
"prefix": false
|
|
409
607
|
},
|
|
410
608
|
"500": {
|
|
411
|
-
"$value":
|
|
609
|
+
"$value": {
|
|
610
|
+
"default": "#c24b38",
|
|
611
|
+
"dark": "#d36250"
|
|
612
|
+
},
|
|
412
613
|
"$type": "color",
|
|
413
614
|
"themeable": true,
|
|
414
615
|
"prefix": false
|
|
415
616
|
},
|
|
416
617
|
"600": {
|
|
417
|
-
"$value":
|
|
618
|
+
"$value": {
|
|
619
|
+
"default": "#b53a26",
|
|
620
|
+
"dark": "#e07f6f"
|
|
621
|
+
},
|
|
418
622
|
"$type": "color",
|
|
419
623
|
"themeable": true,
|
|
420
624
|
"prefix": false
|
|
421
625
|
},
|
|
422
626
|
"700": {
|
|
423
|
-
"$value":
|
|
627
|
+
"$value": {
|
|
628
|
+
"default": "#a02e1c",
|
|
629
|
+
"dark": "#ebada2"
|
|
630
|
+
},
|
|
424
631
|
"$type": "color",
|
|
425
632
|
"themeable": true,
|
|
426
633
|
"prefix": false
|
|
427
634
|
},
|
|
428
635
|
"800": {
|
|
429
|
-
"$value":
|
|
636
|
+
"$value": {
|
|
637
|
+
"default": "#8b2212",
|
|
638
|
+
"dark": "#f6d9d5"
|
|
639
|
+
},
|
|
430
640
|
"$type": "color",
|
|
431
641
|
"themeable": true,
|
|
432
642
|
"prefix": false
|
|
433
643
|
},
|
|
434
644
|
"900": {
|
|
435
|
-
"$value":
|
|
645
|
+
"$value": {
|
|
646
|
+
"default": "#751709",
|
|
647
|
+
"dark": "#faf2f1"
|
|
648
|
+
},
|
|
436
649
|
"$type": "color",
|
|
437
650
|
"themeable": true,
|
|
438
651
|
"prefix": false
|
|
439
652
|
},
|
|
440
653
|
"950": {
|
|
441
|
-
"$value":
|
|
654
|
+
"$value": {
|
|
655
|
+
"default": "#5c1105",
|
|
656
|
+
"dark": "#fdf9f8"
|
|
657
|
+
},
|
|
442
658
|
"$type": "color",
|
|
443
659
|
"themeable": true,
|
|
444
660
|
"prefix": false
|