@gitlab/ui 66.10.1 → 66.12.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/CHANGELOG.md +14 -0
- package/dist/components/base/table/table.js +9 -1
- package/dist/components/base/table_lite/table_lite.js +9 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/css/tokens.css +11 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +11 -1
- package/dist/tokens/json/tokens.dark.grouped.json +12 -0
- package/dist/tokens/json/tokens.dark.json +752 -270
- package/dist/tokens/json/tokens.grouped.json +12 -0
- package/dist/tokens/json/tokens.json +752 -270
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +11 -1
- package/package.json +3 -3
- package/src/components/base/avatar/avatar.scss +7 -12
- package/src/components/base/table/table.scss +13 -0
- package/src/components/base/table/table.spec.js +11 -1
- package/src/components/base/table/table.stories.js +47 -0
- package/src/components/base/table/table.vue +9 -1
- package/src/components/base/table_lite/table_lite.spec.js +11 -1
- package/src/components/base/table_lite/table_lite.stories.js +14 -3
- package/src/components/base/table_lite/table_lite.vue +9 -1
- package/src/tokens/color.dark.tokens.json +138 -69
- package/src/tokens/color.tokens.json +270 -135
- package/src/tokens/line_height.tokens.json +74 -0
|
@@ -2,358 +2,427 @@
|
|
|
2
2
|
"black": {
|
|
3
3
|
"$value": "#000",
|
|
4
4
|
"$type": "color",
|
|
5
|
-
"themeable": true
|
|
5
|
+
"themeable": true,
|
|
6
|
+
"prefix": false
|
|
6
7
|
},
|
|
7
8
|
"white": {
|
|
8
9
|
"$value": "#fff",
|
|
9
10
|
"$type": "color",
|
|
10
|
-
"themeable": true
|
|
11
|
+
"themeable": true,
|
|
12
|
+
"prefix": false
|
|
11
13
|
},
|
|
12
14
|
"blue": {
|
|
13
15
|
"50": {
|
|
14
16
|
"$value": "#e9f3fc",
|
|
15
17
|
"$type": "color",
|
|
16
|
-
"themeable": true
|
|
18
|
+
"themeable": true,
|
|
19
|
+
"prefix": false
|
|
17
20
|
},
|
|
18
21
|
"100": {
|
|
19
22
|
"$value": "#cbe2f9",
|
|
20
23
|
"$type": "color",
|
|
21
|
-
"themeable": true
|
|
24
|
+
"themeable": true,
|
|
25
|
+
"prefix": false
|
|
22
26
|
},
|
|
23
27
|
"200": {
|
|
24
28
|
"$value": "#9dc7f1",
|
|
25
29
|
"$type": "color",
|
|
26
|
-
"themeable": true
|
|
30
|
+
"themeable": true,
|
|
31
|
+
"prefix": false
|
|
27
32
|
},
|
|
28
33
|
"300": {
|
|
29
34
|
"$value": "#63a6e9",
|
|
30
35
|
"$type": "color",
|
|
31
|
-
"themeable": true
|
|
36
|
+
"themeable": true,
|
|
37
|
+
"prefix": false
|
|
32
38
|
},
|
|
33
39
|
"400": {
|
|
34
40
|
"$value": "#428fdc",
|
|
35
41
|
"$type": "color",
|
|
36
|
-
"themeable": true
|
|
42
|
+
"themeable": true,
|
|
43
|
+
"prefix": false
|
|
37
44
|
},
|
|
38
45
|
"500": {
|
|
39
46
|
"$value": "#1f75cb",
|
|
40
47
|
"$type": "color",
|
|
41
|
-
"themeable": true
|
|
48
|
+
"themeable": true,
|
|
49
|
+
"prefix": false
|
|
42
50
|
},
|
|
43
51
|
"600": {
|
|
44
52
|
"$value": "#1068bf",
|
|
45
53
|
"$type": "color",
|
|
46
|
-
"themeable": true
|
|
54
|
+
"themeable": true,
|
|
55
|
+
"prefix": false
|
|
47
56
|
},
|
|
48
57
|
"700": {
|
|
49
58
|
"$value": "#0b5cad",
|
|
50
59
|
"$type": "color",
|
|
51
|
-
"themeable": true
|
|
60
|
+
"themeable": true,
|
|
61
|
+
"prefix": false
|
|
52
62
|
},
|
|
53
63
|
"800": {
|
|
54
64
|
"$value": "#064787",
|
|
55
65
|
"$type": "color",
|
|
56
|
-
"themeable": true
|
|
66
|
+
"themeable": true,
|
|
67
|
+
"prefix": false
|
|
57
68
|
},
|
|
58
69
|
"900": {
|
|
59
70
|
"$value": "#033464",
|
|
60
71
|
"$type": "color",
|
|
61
|
-
"themeable": true
|
|
72
|
+
"themeable": true,
|
|
73
|
+
"prefix": false
|
|
62
74
|
},
|
|
63
75
|
"950": {
|
|
64
76
|
"$value": "#002850",
|
|
65
77
|
"$type": "color",
|
|
66
|
-
"themeable": true
|
|
78
|
+
"themeable": true,
|
|
79
|
+
"prefix": false
|
|
67
80
|
}
|
|
68
81
|
},
|
|
69
82
|
"gray": {
|
|
70
83
|
"10": {
|
|
71
84
|
"$value": "#fbfafd",
|
|
72
85
|
"$type": "color",
|
|
73
|
-
"themeable": true
|
|
86
|
+
"themeable": true,
|
|
87
|
+
"prefix": false
|
|
74
88
|
},
|
|
75
89
|
"50": {
|
|
76
90
|
"$value": "#ececef",
|
|
77
91
|
"$type": "color",
|
|
78
|
-
"themeable": true
|
|
92
|
+
"themeable": true,
|
|
93
|
+
"prefix": false
|
|
79
94
|
},
|
|
80
95
|
"100": {
|
|
81
96
|
"$value": "#dcdcde",
|
|
82
97
|
"$type": "color",
|
|
83
|
-
"themeable": true
|
|
98
|
+
"themeable": true,
|
|
99
|
+
"prefix": false
|
|
84
100
|
},
|
|
85
101
|
"200": {
|
|
86
102
|
"$value": "#bfbfc3",
|
|
87
103
|
"$type": "color",
|
|
88
|
-
"themeable": true
|
|
104
|
+
"themeable": true,
|
|
105
|
+
"prefix": false
|
|
89
106
|
},
|
|
90
107
|
"300": {
|
|
91
108
|
"$value": "#a4a3a8",
|
|
92
109
|
"$type": "color",
|
|
93
|
-
"themeable": true
|
|
110
|
+
"themeable": true,
|
|
111
|
+
"prefix": false
|
|
94
112
|
},
|
|
95
113
|
"400": {
|
|
96
114
|
"$value": "#89888d",
|
|
97
115
|
"$type": "color",
|
|
98
|
-
"themeable": true
|
|
116
|
+
"themeable": true,
|
|
117
|
+
"prefix": false
|
|
99
118
|
},
|
|
100
119
|
"500": {
|
|
101
120
|
"$value": "#737278",
|
|
102
121
|
"$type": "color",
|
|
103
|
-
"themeable": true
|
|
122
|
+
"themeable": true,
|
|
123
|
+
"prefix": false
|
|
104
124
|
},
|
|
105
125
|
"600": {
|
|
106
126
|
"$value": "#626168",
|
|
107
127
|
"$type": "color",
|
|
108
|
-
"themeable": true
|
|
128
|
+
"themeable": true,
|
|
129
|
+
"prefix": false
|
|
109
130
|
},
|
|
110
131
|
"700": {
|
|
111
132
|
"$value": "#535158",
|
|
112
133
|
"$type": "color",
|
|
113
|
-
"themeable": true
|
|
134
|
+
"themeable": true,
|
|
135
|
+
"prefix": false
|
|
114
136
|
},
|
|
115
137
|
"800": {
|
|
116
138
|
"$value": "#434248",
|
|
117
139
|
"$type": "color",
|
|
118
|
-
"themeable": true
|
|
140
|
+
"themeable": true,
|
|
141
|
+
"prefix": false
|
|
119
142
|
},
|
|
120
143
|
"900": {
|
|
121
144
|
"$value": "#333238",
|
|
122
145
|
"$type": "color",
|
|
123
|
-
"themeable": true
|
|
146
|
+
"themeable": true,
|
|
147
|
+
"prefix": false
|
|
124
148
|
},
|
|
125
149
|
"950": {
|
|
126
150
|
"$value": "#1f1e24",
|
|
127
151
|
"$type": "color",
|
|
128
|
-
"themeable": true
|
|
152
|
+
"themeable": true,
|
|
153
|
+
"prefix": false
|
|
129
154
|
}
|
|
130
155
|
},
|
|
131
156
|
"green": {
|
|
132
157
|
"50": {
|
|
133
158
|
"$value": "#ecf4ee",
|
|
134
159
|
"$type": "color",
|
|
135
|
-
"themeable": true
|
|
160
|
+
"themeable": true,
|
|
161
|
+
"prefix": false
|
|
136
162
|
},
|
|
137
163
|
"100": {
|
|
138
164
|
"$value": "#c3e6cd",
|
|
139
165
|
"$type": "color",
|
|
140
|
-
"themeable": true
|
|
166
|
+
"themeable": true,
|
|
167
|
+
"prefix": false
|
|
141
168
|
},
|
|
142
169
|
"200": {
|
|
143
170
|
"$value": "#91d4a8",
|
|
144
171
|
"$type": "color",
|
|
145
|
-
"themeable": true
|
|
172
|
+
"themeable": true,
|
|
173
|
+
"prefix": false
|
|
146
174
|
},
|
|
147
175
|
"300": {
|
|
148
176
|
"$value": "#52b87a",
|
|
149
177
|
"$type": "color",
|
|
150
|
-
"themeable": true
|
|
178
|
+
"themeable": true,
|
|
179
|
+
"prefix": false
|
|
151
180
|
},
|
|
152
181
|
"400": {
|
|
153
182
|
"$value": "#2da160",
|
|
154
183
|
"$type": "color",
|
|
155
|
-
"themeable": true
|
|
184
|
+
"themeable": true,
|
|
185
|
+
"prefix": false
|
|
156
186
|
},
|
|
157
187
|
"500": {
|
|
158
188
|
"$value": "#108548",
|
|
159
189
|
"$type": "color",
|
|
160
|
-
"themeable": true
|
|
190
|
+
"themeable": true,
|
|
191
|
+
"prefix": false
|
|
161
192
|
},
|
|
162
193
|
"600": {
|
|
163
194
|
"$value": "#217645",
|
|
164
195
|
"$type": "color",
|
|
165
|
-
"themeable": true
|
|
196
|
+
"themeable": true,
|
|
197
|
+
"prefix": false
|
|
166
198
|
},
|
|
167
199
|
"700": {
|
|
168
200
|
"$value": "#24663b",
|
|
169
201
|
"$type": "color",
|
|
170
|
-
"themeable": true
|
|
202
|
+
"themeable": true,
|
|
203
|
+
"prefix": false
|
|
171
204
|
},
|
|
172
205
|
"800": {
|
|
173
206
|
"$value": "#0d532a",
|
|
174
207
|
"$type": "color",
|
|
175
|
-
"themeable": true
|
|
208
|
+
"themeable": true,
|
|
209
|
+
"prefix": false
|
|
176
210
|
},
|
|
177
211
|
"900": {
|
|
178
212
|
"$value": "#0a4020",
|
|
179
213
|
"$type": "color",
|
|
180
|
-
"themeable": true
|
|
214
|
+
"themeable": true,
|
|
215
|
+
"prefix": false
|
|
181
216
|
},
|
|
182
217
|
"950": {
|
|
183
218
|
"$value": "#072b15",
|
|
184
219
|
"$type": "color",
|
|
185
|
-
"themeable": true
|
|
220
|
+
"themeable": true,
|
|
221
|
+
"prefix": false
|
|
186
222
|
}
|
|
187
223
|
},
|
|
188
224
|
"orange": {
|
|
189
225
|
"50": {
|
|
190
226
|
"$value": "#fdf1dd",
|
|
191
227
|
"$type": "color",
|
|
192
|
-
"themeable": true
|
|
228
|
+
"themeable": true,
|
|
229
|
+
"prefix": false
|
|
193
230
|
},
|
|
194
231
|
"100": {
|
|
195
232
|
"$value": "#f5d9a8",
|
|
196
233
|
"$type": "color",
|
|
197
|
-
"themeable": true
|
|
234
|
+
"themeable": true,
|
|
235
|
+
"prefix": false
|
|
198
236
|
},
|
|
199
237
|
"200": {
|
|
200
238
|
"$value": "#e9be74",
|
|
201
239
|
"$type": "color",
|
|
202
|
-
"themeable": true
|
|
240
|
+
"themeable": true,
|
|
241
|
+
"prefix": false
|
|
203
242
|
},
|
|
204
243
|
"300": {
|
|
205
244
|
"$value": "#d99530",
|
|
206
245
|
"$type": "color",
|
|
207
|
-
"themeable": true
|
|
246
|
+
"themeable": true,
|
|
247
|
+
"prefix": false
|
|
208
248
|
},
|
|
209
249
|
"400": {
|
|
210
250
|
"$value": "#c17d10",
|
|
211
251
|
"$type": "color",
|
|
212
|
-
"themeable": true
|
|
252
|
+
"themeable": true,
|
|
253
|
+
"prefix": false
|
|
213
254
|
},
|
|
214
255
|
"500": {
|
|
215
256
|
"$value": "#ab6100",
|
|
216
257
|
"$type": "color",
|
|
217
|
-
"themeable": true
|
|
258
|
+
"themeable": true,
|
|
259
|
+
"prefix": false
|
|
218
260
|
},
|
|
219
261
|
"600": {
|
|
220
262
|
"$value": "#9e5400",
|
|
221
263
|
"$type": "color",
|
|
222
|
-
"themeable": true
|
|
264
|
+
"themeable": true,
|
|
265
|
+
"prefix": false
|
|
223
266
|
},
|
|
224
267
|
"700": {
|
|
225
268
|
"$value": "#8f4700",
|
|
226
269
|
"$type": "color",
|
|
227
|
-
"themeable": true
|
|
270
|
+
"themeable": true,
|
|
271
|
+
"prefix": false
|
|
228
272
|
},
|
|
229
273
|
"800": {
|
|
230
274
|
"$value": "#703800",
|
|
231
275
|
"$type": "color",
|
|
232
|
-
"themeable": true
|
|
276
|
+
"themeable": true,
|
|
277
|
+
"prefix": false
|
|
233
278
|
},
|
|
234
279
|
"900": {
|
|
235
280
|
"$value": "#5c2900",
|
|
236
281
|
"$type": "color",
|
|
237
|
-
"themeable": true
|
|
282
|
+
"themeable": true,
|
|
283
|
+
"prefix": false
|
|
238
284
|
},
|
|
239
285
|
"950": {
|
|
240
286
|
"$value": "#421f00",
|
|
241
287
|
"$type": "color",
|
|
242
|
-
"themeable": true
|
|
288
|
+
"themeable": true,
|
|
289
|
+
"prefix": false
|
|
243
290
|
}
|
|
244
291
|
},
|
|
245
292
|
"purple": {
|
|
246
293
|
"50": {
|
|
247
294
|
"$value": "#f4f0ff",
|
|
248
295
|
"$type": "color",
|
|
249
|
-
"themeable": true
|
|
296
|
+
"themeable": true,
|
|
297
|
+
"prefix": false
|
|
250
298
|
},
|
|
251
299
|
"100": {
|
|
252
300
|
"$value": "#e1d8f9",
|
|
253
301
|
"$type": "color",
|
|
254
|
-
"themeable": true
|
|
302
|
+
"themeable": true,
|
|
303
|
+
"prefix": false
|
|
255
304
|
},
|
|
256
305
|
"200": {
|
|
257
306
|
"$value": "#cbbbf2",
|
|
258
307
|
"$type": "color",
|
|
259
|
-
"themeable": true
|
|
308
|
+
"themeable": true,
|
|
309
|
+
"prefix": false
|
|
260
310
|
},
|
|
261
311
|
"300": {
|
|
262
312
|
"$value": "#ac93e6",
|
|
263
313
|
"$type": "color",
|
|
264
|
-
"themeable": true
|
|
314
|
+
"themeable": true,
|
|
315
|
+
"prefix": false
|
|
265
316
|
},
|
|
266
317
|
"400": {
|
|
267
318
|
"$value": "#9475db",
|
|
268
319
|
"$type": "color",
|
|
269
|
-
"themeable": true
|
|
320
|
+
"themeable": true,
|
|
321
|
+
"prefix": false
|
|
270
322
|
},
|
|
271
323
|
"500": {
|
|
272
324
|
"$value": "#7b58cf",
|
|
273
325
|
"$type": "color",
|
|
274
|
-
"themeable": true
|
|
326
|
+
"themeable": true,
|
|
327
|
+
"prefix": false
|
|
275
328
|
},
|
|
276
329
|
"600": {
|
|
277
330
|
"$value": "#694cc0",
|
|
278
331
|
"$type": "color",
|
|
279
|
-
"themeable": true
|
|
332
|
+
"themeable": true,
|
|
333
|
+
"prefix": false
|
|
280
334
|
},
|
|
281
335
|
"700": {
|
|
282
336
|
"$value": "#5943b6",
|
|
283
337
|
"$type": "color",
|
|
284
|
-
"themeable": true
|
|
338
|
+
"themeable": true,
|
|
339
|
+
"prefix": false
|
|
285
340
|
},
|
|
286
341
|
"800": {
|
|
287
342
|
"$value": "#453894",
|
|
288
343
|
"$type": "color",
|
|
289
|
-
"themeable": true
|
|
344
|
+
"themeable": true,
|
|
345
|
+
"prefix": false
|
|
290
346
|
},
|
|
291
347
|
"900": {
|
|
292
348
|
"$value": "#2f2a6b",
|
|
293
349
|
"$type": "color",
|
|
294
|
-
"themeable": true
|
|
350
|
+
"themeable": true,
|
|
351
|
+
"prefix": false
|
|
295
352
|
},
|
|
296
353
|
"950": {
|
|
297
354
|
"$value": "#232150",
|
|
298
355
|
"$type": "color",
|
|
299
|
-
"themeable": true
|
|
356
|
+
"themeable": true,
|
|
357
|
+
"prefix": false
|
|
300
358
|
}
|
|
301
359
|
},
|
|
302
360
|
"red": {
|
|
303
361
|
"50": {
|
|
304
362
|
"$value": "#fcf1ef",
|
|
305
363
|
"$type": "color",
|
|
306
|
-
"themeable": true
|
|
364
|
+
"themeable": true,
|
|
365
|
+
"prefix": false
|
|
307
366
|
},
|
|
308
367
|
"100": {
|
|
309
368
|
"$value": "#fdd4cd",
|
|
310
369
|
"$type": "color",
|
|
311
|
-
"themeable": true
|
|
370
|
+
"themeable": true,
|
|
371
|
+
"prefix": false
|
|
312
372
|
},
|
|
313
373
|
"200": {
|
|
314
374
|
"$value": "#fcb5aa",
|
|
315
375
|
"$type": "color",
|
|
316
|
-
"themeable": true
|
|
376
|
+
"themeable": true,
|
|
377
|
+
"prefix": false
|
|
317
378
|
},
|
|
318
379
|
"300": {
|
|
319
380
|
"$value": "#f57f6c",
|
|
320
381
|
"$type": "color",
|
|
321
|
-
"themeable": true
|
|
382
|
+
"themeable": true,
|
|
383
|
+
"prefix": false
|
|
322
384
|
},
|
|
323
385
|
"400": {
|
|
324
386
|
"$value": "#ec5941",
|
|
325
387
|
"$type": "color",
|
|
326
|
-
"themeable": true
|
|
388
|
+
"themeable": true,
|
|
389
|
+
"prefix": false
|
|
327
390
|
},
|
|
328
391
|
"500": {
|
|
329
392
|
"$value": "#dd2b0e",
|
|
330
393
|
"$type": "color",
|
|
331
|
-
"themeable": true
|
|
394
|
+
"themeable": true,
|
|
395
|
+
"prefix": false
|
|
332
396
|
},
|
|
333
397
|
"600": {
|
|
334
398
|
"$value": "#c91c00",
|
|
335
399
|
"$type": "color",
|
|
336
|
-
"themeable": true
|
|
400
|
+
"themeable": true,
|
|
401
|
+
"prefix": false
|
|
337
402
|
},
|
|
338
403
|
"700": {
|
|
339
404
|
"$value": "#ae1800",
|
|
340
405
|
"$type": "color",
|
|
341
|
-
"themeable": true
|
|
406
|
+
"themeable": true,
|
|
407
|
+
"prefix": false
|
|
342
408
|
},
|
|
343
409
|
"800": {
|
|
344
410
|
"$value": "#8d1300",
|
|
345
411
|
"$type": "color",
|
|
346
|
-
"themeable": true
|
|
412
|
+
"themeable": true,
|
|
413
|
+
"prefix": false
|
|
347
414
|
},
|
|
348
415
|
"900": {
|
|
349
416
|
"$value": "#660e00",
|
|
350
417
|
"$type": "color",
|
|
351
|
-
"themeable": true
|
|
418
|
+
"themeable": true,
|
|
419
|
+
"prefix": false
|
|
352
420
|
},
|
|
353
421
|
"950": {
|
|
354
422
|
"$value": "#4d0a00",
|
|
355
423
|
"$type": "color",
|
|
356
|
-
"themeable": true
|
|
424
|
+
"themeable": true,
|
|
425
|
+
"prefix": false
|
|
357
426
|
}
|
|
358
427
|
},
|
|
359
428
|
"data-viz": {
|
|
@@ -361,285 +430,340 @@
|
|
|
361
430
|
"50": {
|
|
362
431
|
"$value": "#ddfab7",
|
|
363
432
|
"$type": "color",
|
|
364
|
-
"themeable": true
|
|
433
|
+
"themeable": true,
|
|
434
|
+
"prefix": false
|
|
365
435
|
},
|
|
366
436
|
"100": {
|
|
367
437
|
"$value": "#c6ed94",
|
|
368
438
|
"$type": "color",
|
|
369
|
-
"themeable": true
|
|
439
|
+
"themeable": true,
|
|
440
|
+
"prefix": false
|
|
370
441
|
},
|
|
371
442
|
"200": {
|
|
372
443
|
"$value": "#b0d97b",
|
|
373
444
|
"$type": "color",
|
|
374
|
-
"themeable": true
|
|
445
|
+
"themeable": true,
|
|
446
|
+
"prefix": false
|
|
375
447
|
},
|
|
376
448
|
"300": {
|
|
377
449
|
"$value": "#94c25e",
|
|
378
450
|
"$type": "color",
|
|
379
|
-
"themeable": true
|
|
451
|
+
"themeable": true,
|
|
452
|
+
"prefix": false
|
|
380
453
|
},
|
|
381
454
|
"400": {
|
|
382
455
|
"$value": "#81ac41",
|
|
383
456
|
"$type": "color",
|
|
384
|
-
"themeable": true
|
|
457
|
+
"themeable": true,
|
|
458
|
+
"prefix": false
|
|
385
459
|
},
|
|
386
460
|
"500": {
|
|
387
461
|
"$value": "#619025",
|
|
388
462
|
"$type": "color",
|
|
389
|
-
"themeable": true
|
|
463
|
+
"themeable": true,
|
|
464
|
+
"prefix": false
|
|
390
465
|
},
|
|
391
466
|
"600": {
|
|
392
467
|
"$value": "#4e7f0e",
|
|
393
468
|
"$type": "color",
|
|
394
|
-
"themeable": true
|
|
469
|
+
"themeable": true,
|
|
470
|
+
"prefix": false
|
|
395
471
|
},
|
|
396
472
|
"700": {
|
|
397
473
|
"$value": "#366800",
|
|
398
474
|
"$type": "color",
|
|
399
|
-
"themeable": true
|
|
475
|
+
"themeable": true,
|
|
476
|
+
"prefix": false
|
|
400
477
|
},
|
|
401
478
|
"800": {
|
|
402
479
|
"$value": "#275600",
|
|
403
480
|
"$type": "color",
|
|
404
|
-
"themeable": true
|
|
481
|
+
"themeable": true,
|
|
482
|
+
"prefix": false
|
|
405
483
|
},
|
|
406
484
|
"900": {
|
|
407
485
|
"$value": "#1a4500",
|
|
408
486
|
"$type": "color",
|
|
409
|
-
"themeable": true
|
|
487
|
+
"themeable": true,
|
|
488
|
+
"prefix": false
|
|
410
489
|
},
|
|
411
490
|
"950": {
|
|
412
491
|
"$value": "#133a03",
|
|
413
492
|
"$type": "color",
|
|
414
|
-
"themeable": true
|
|
493
|
+
"themeable": true,
|
|
494
|
+
"prefix": false
|
|
415
495
|
}
|
|
416
496
|
},
|
|
417
497
|
"aqua": {
|
|
418
498
|
"50": {
|
|
419
499
|
"$value": "#b5fefd",
|
|
420
500
|
"$type": "color",
|
|
421
|
-
"themeable": true
|
|
501
|
+
"themeable": true,
|
|
502
|
+
"prefix": false
|
|
422
503
|
},
|
|
423
504
|
"100": {
|
|
424
505
|
"$value": "#93f2ef",
|
|
425
506
|
"$type": "color",
|
|
426
|
-
"themeable": true
|
|
507
|
+
"themeable": true,
|
|
508
|
+
"prefix": false
|
|
427
509
|
},
|
|
428
510
|
"200": {
|
|
429
511
|
"$value": "#5edee3",
|
|
430
512
|
"$type": "color",
|
|
431
|
-
"themeable": true
|
|
513
|
+
"themeable": true,
|
|
514
|
+
"prefix": false
|
|
432
515
|
},
|
|
433
516
|
"300": {
|
|
434
517
|
"$value": "#32c5d2",
|
|
435
518
|
"$type": "color",
|
|
436
|
-
"themeable": true
|
|
519
|
+
"themeable": true,
|
|
520
|
+
"prefix": false
|
|
437
521
|
},
|
|
438
522
|
"400": {
|
|
439
523
|
"$value": "#00acc4",
|
|
440
524
|
"$type": "color",
|
|
441
|
-
"themeable": true
|
|
525
|
+
"themeable": true,
|
|
526
|
+
"prefix": false
|
|
442
527
|
},
|
|
443
528
|
"500": {
|
|
444
529
|
"$value": "#0090b1",
|
|
445
530
|
"$type": "color",
|
|
446
|
-
"themeable": true
|
|
531
|
+
"themeable": true,
|
|
532
|
+
"prefix": false
|
|
447
533
|
},
|
|
448
534
|
"600": {
|
|
449
535
|
"$value": "#007b9b",
|
|
450
536
|
"$type": "color",
|
|
451
|
-
"themeable": true
|
|
537
|
+
"themeable": true,
|
|
538
|
+
"prefix": false
|
|
452
539
|
},
|
|
453
540
|
"700": {
|
|
454
541
|
"$value": "#006381",
|
|
455
542
|
"$type": "color",
|
|
456
|
-
"themeable": true
|
|
543
|
+
"themeable": true,
|
|
544
|
+
"prefix": false
|
|
457
545
|
},
|
|
458
546
|
"800": {
|
|
459
547
|
"$value": "#00516c",
|
|
460
548
|
"$type": "color",
|
|
461
|
-
"themeable": true
|
|
549
|
+
"themeable": true,
|
|
550
|
+
"prefix": false
|
|
462
551
|
},
|
|
463
552
|
"900": {
|
|
464
553
|
"$value": "#004059",
|
|
465
554
|
"$type": "color",
|
|
466
|
-
"themeable": true
|
|
555
|
+
"themeable": true,
|
|
556
|
+
"prefix": false
|
|
467
557
|
},
|
|
468
558
|
"950": {
|
|
469
559
|
"$value": "#00344b",
|
|
470
560
|
"$type": "color",
|
|
471
|
-
"themeable": true
|
|
561
|
+
"themeable": true,
|
|
562
|
+
"prefix": false
|
|
472
563
|
}
|
|
473
564
|
},
|
|
474
565
|
"blue": {
|
|
475
566
|
"50": {
|
|
476
567
|
"$value": "#e9ebff",
|
|
477
568
|
"$type": "color",
|
|
478
|
-
"themeable": true
|
|
569
|
+
"themeable": true,
|
|
570
|
+
"prefix": false
|
|
479
571
|
},
|
|
480
572
|
"100": {
|
|
481
573
|
"$value": "#d2dcff",
|
|
482
574
|
"$type": "color",
|
|
483
|
-
"themeable": true
|
|
575
|
+
"themeable": true,
|
|
576
|
+
"prefix": false
|
|
484
577
|
},
|
|
485
578
|
"200": {
|
|
486
579
|
"$value": "#b7c6ff",
|
|
487
580
|
"$type": "color",
|
|
488
|
-
"themeable": true
|
|
581
|
+
"themeable": true,
|
|
582
|
+
"prefix": false
|
|
489
583
|
},
|
|
490
584
|
"300": {
|
|
491
585
|
"$value": "#97acff",
|
|
492
586
|
"$type": "color",
|
|
493
|
-
"themeable": true
|
|
587
|
+
"themeable": true,
|
|
588
|
+
"prefix": false
|
|
494
589
|
},
|
|
495
590
|
"400": {
|
|
496
591
|
"$value": "#7992f5",
|
|
497
592
|
"$type": "color",
|
|
498
|
-
"themeable": true
|
|
593
|
+
"themeable": true,
|
|
594
|
+
"prefix": false
|
|
499
595
|
},
|
|
500
596
|
"500": {
|
|
501
597
|
"$value": "#617ae2",
|
|
502
598
|
"$type": "color",
|
|
503
|
-
"themeable": true
|
|
599
|
+
"themeable": true,
|
|
600
|
+
"prefix": false
|
|
504
601
|
},
|
|
505
602
|
"600": {
|
|
506
603
|
"$value": "#4e65cd",
|
|
507
604
|
"$type": "color",
|
|
508
|
-
"themeable": true
|
|
605
|
+
"themeable": true,
|
|
606
|
+
"prefix": false
|
|
509
607
|
},
|
|
510
608
|
"700": {
|
|
511
609
|
"$value": "#3f51ae",
|
|
512
610
|
"$type": "color",
|
|
513
|
-
"themeable": true
|
|
611
|
+
"themeable": true,
|
|
612
|
+
"prefix": false
|
|
514
613
|
},
|
|
515
614
|
"800": {
|
|
516
615
|
"$value": "#374291",
|
|
517
616
|
"$type": "color",
|
|
518
|
-
"themeable": true
|
|
617
|
+
"themeable": true,
|
|
618
|
+
"prefix": false
|
|
519
619
|
},
|
|
520
620
|
"900": {
|
|
521
621
|
"$value": "#303470",
|
|
522
622
|
"$type": "color",
|
|
523
|
-
"themeable": true
|
|
623
|
+
"themeable": true,
|
|
624
|
+
"prefix": false
|
|
524
625
|
},
|
|
525
626
|
"950": {
|
|
526
627
|
"$value": "#2a2b59",
|
|
527
628
|
"$type": "color",
|
|
528
|
-
"themeable": true
|
|
629
|
+
"themeable": true,
|
|
630
|
+
"prefix": false
|
|
529
631
|
}
|
|
530
632
|
},
|
|
531
633
|
"magenta": {
|
|
532
634
|
"50": {
|
|
533
635
|
"$value": "#ffe3eb",
|
|
534
636
|
"$type": "color",
|
|
535
|
-
"themeable": true
|
|
637
|
+
"themeable": true,
|
|
638
|
+
"prefix": false
|
|
536
639
|
},
|
|
537
640
|
"100": {
|
|
538
641
|
"$value": "#ffccdb",
|
|
539
642
|
"$type": "color",
|
|
540
|
-
"themeable": true
|
|
643
|
+
"themeable": true,
|
|
644
|
+
"prefix": false
|
|
541
645
|
},
|
|
542
646
|
"200": {
|
|
543
647
|
"$value": "#fcacc5",
|
|
544
648
|
"$type": "color",
|
|
545
|
-
"themeable": true
|
|
649
|
+
"themeable": true,
|
|
650
|
+
"prefix": false
|
|
546
651
|
},
|
|
547
652
|
"300": {
|
|
548
653
|
"$value": "#f88aaf",
|
|
549
654
|
"$type": "color",
|
|
550
|
-
"themeable": true
|
|
655
|
+
"themeable": true,
|
|
656
|
+
"prefix": false
|
|
551
657
|
},
|
|
552
658
|
"400": {
|
|
553
659
|
"$value": "#e86e9a",
|
|
554
660
|
"$type": "color",
|
|
555
|
-
"themeable": true
|
|
661
|
+
"themeable": true,
|
|
662
|
+
"prefix": false
|
|
556
663
|
},
|
|
557
664
|
"500": {
|
|
558
665
|
"$value": "#cf4d81",
|
|
559
666
|
"$type": "color",
|
|
560
|
-
"themeable": true
|
|
667
|
+
"themeable": true,
|
|
668
|
+
"prefix": false
|
|
561
669
|
},
|
|
562
670
|
"600": {
|
|
563
671
|
"$value": "#b93d71",
|
|
564
672
|
"$type": "color",
|
|
565
|
-
"themeable": true
|
|
673
|
+
"themeable": true,
|
|
674
|
+
"prefix": false
|
|
566
675
|
},
|
|
567
676
|
"700": {
|
|
568
677
|
"$value": "#9a2e5d",
|
|
569
678
|
"$type": "color",
|
|
570
|
-
"themeable": true
|
|
679
|
+
"themeable": true,
|
|
680
|
+
"prefix": false
|
|
571
681
|
},
|
|
572
682
|
"800": {
|
|
573
683
|
"$value": "#7c214f",
|
|
574
684
|
"$type": "color",
|
|
575
|
-
"themeable": true
|
|
685
|
+
"themeable": true,
|
|
686
|
+
"prefix": false
|
|
576
687
|
},
|
|
577
688
|
"900": {
|
|
578
689
|
"$value": "#661e3a",
|
|
579
690
|
"$type": "color",
|
|
580
|
-
"themeable": true
|
|
691
|
+
"themeable": true,
|
|
692
|
+
"prefix": false
|
|
581
693
|
},
|
|
582
694
|
"950": {
|
|
583
695
|
"$value": "#541d31",
|
|
584
696
|
"$type": "color",
|
|
585
|
-
"themeable": true
|
|
697
|
+
"themeable": true,
|
|
698
|
+
"prefix": false
|
|
586
699
|
}
|
|
587
700
|
},
|
|
588
701
|
"orange": {
|
|
589
702
|
"50": {
|
|
590
703
|
"$value": "#fae8d1",
|
|
591
704
|
"$type": "color",
|
|
592
|
-
"themeable": true
|
|
705
|
+
"themeable": true,
|
|
706
|
+
"prefix": false
|
|
593
707
|
},
|
|
594
708
|
"100": {
|
|
595
709
|
"$value": "#f5d6b3",
|
|
596
710
|
"$type": "color",
|
|
597
|
-
"themeable": true
|
|
711
|
+
"themeable": true,
|
|
712
|
+
"prefix": false
|
|
598
713
|
},
|
|
599
714
|
"200": {
|
|
600
715
|
"$value": "#eebd8c",
|
|
601
716
|
"$type": "color",
|
|
602
|
-
"themeable": true
|
|
717
|
+
"themeable": true,
|
|
718
|
+
"prefix": false
|
|
603
719
|
},
|
|
604
720
|
"300": {
|
|
605
721
|
"$value": "#e99b60",
|
|
606
722
|
"$type": "color",
|
|
607
|
-
"themeable": true
|
|
723
|
+
"themeable": true,
|
|
724
|
+
"prefix": false
|
|
608
725
|
},
|
|
609
726
|
"400": {
|
|
610
727
|
"$value": "#e07e41",
|
|
611
728
|
"$type": "color",
|
|
612
|
-
"themeable": true
|
|
729
|
+
"themeable": true,
|
|
730
|
+
"prefix": false
|
|
613
731
|
},
|
|
614
732
|
"500": {
|
|
615
733
|
"$value": "#c95d2e",
|
|
616
734
|
"$type": "color",
|
|
617
|
-
"themeable": true
|
|
735
|
+
"themeable": true,
|
|
736
|
+
"prefix": false
|
|
618
737
|
},
|
|
619
738
|
"600": {
|
|
620
739
|
"$value": "#b14f18",
|
|
621
740
|
"$type": "color",
|
|
622
|
-
"themeable": true
|
|
741
|
+
"themeable": true,
|
|
742
|
+
"prefix": false
|
|
623
743
|
},
|
|
624
744
|
"700": {
|
|
625
745
|
"$value": "#92430a",
|
|
626
746
|
"$type": "color",
|
|
627
|
-
"themeable": true
|
|
747
|
+
"themeable": true,
|
|
748
|
+
"prefix": false
|
|
628
749
|
},
|
|
629
750
|
"800": {
|
|
630
751
|
"$value": "#6f3500",
|
|
631
752
|
"$type": "color",
|
|
632
|
-
"themeable": true
|
|
753
|
+
"themeable": true,
|
|
754
|
+
"prefix": false
|
|
633
755
|
},
|
|
634
756
|
"900": {
|
|
635
757
|
"$value": "#5e2f05",
|
|
636
758
|
"$type": "color",
|
|
637
|
-
"themeable": true
|
|
759
|
+
"themeable": true,
|
|
760
|
+
"prefix": false
|
|
638
761
|
},
|
|
639
762
|
"950": {
|
|
640
763
|
"$value": "#4b2707",
|
|
641
764
|
"$type": "color",
|
|
642
|
-
"themeable": true
|
|
765
|
+
"themeable": true,
|
|
766
|
+
"prefix": false
|
|
643
767
|
}
|
|
644
768
|
}
|
|
645
769
|
},
|
|
@@ -647,62 +771,73 @@
|
|
|
647
771
|
"charcoal": {
|
|
648
772
|
"$value": "#171321",
|
|
649
773
|
"$type": "color",
|
|
650
|
-
"themeable": true
|
|
774
|
+
"themeable": true,
|
|
775
|
+
"prefix": false
|
|
651
776
|
},
|
|
652
777
|
"orange": {
|
|
653
778
|
"01": {
|
|
654
779
|
"$value": "#fca326",
|
|
655
780
|
"$type": "color",
|
|
656
|
-
"themeable": true
|
|
781
|
+
"themeable": true,
|
|
782
|
+
"prefix": false
|
|
657
783
|
},
|
|
658
784
|
"02": {
|
|
659
785
|
"$value": "#fc6d26",
|
|
660
786
|
"$type": "color",
|
|
661
|
-
"themeable": true
|
|
787
|
+
"themeable": true,
|
|
788
|
+
"prefix": false
|
|
662
789
|
},
|
|
663
790
|
"03": {
|
|
664
791
|
"$value": "#e24329",
|
|
665
792
|
"$type": "color",
|
|
666
|
-
"themeable": true
|
|
793
|
+
"themeable": true,
|
|
794
|
+
"prefix": false
|
|
667
795
|
}
|
|
668
796
|
},
|
|
669
797
|
"purple": {
|
|
670
798
|
"01": {
|
|
671
799
|
"$value": "#a989f5",
|
|
672
800
|
"$type": "color",
|
|
673
|
-
"themeable": true
|
|
801
|
+
"themeable": true,
|
|
802
|
+
"prefix": false
|
|
674
803
|
},
|
|
675
804
|
"02": {
|
|
676
805
|
"$value": "#7759c2",
|
|
677
806
|
"$type": "color",
|
|
678
|
-
"themeable": true
|
|
807
|
+
"themeable": true,
|
|
808
|
+
"prefix": false
|
|
679
809
|
}
|
|
680
810
|
},
|
|
681
811
|
"gray": {
|
|
682
812
|
"01": {
|
|
683
813
|
"$value": "#d1d0d3",
|
|
684
814
|
"$type": "color",
|
|
685
|
-
"themeable": true
|
|
815
|
+
"themeable": true,
|
|
816
|
+
"prefix": false
|
|
686
817
|
},
|
|
687
818
|
"02": {
|
|
688
819
|
"$value": "#a2a1a6",
|
|
689
820
|
"$type": "color",
|
|
690
|
-
"themeable": true
|
|
821
|
+
"themeable": true,
|
|
822
|
+
"prefix": false
|
|
691
823
|
},
|
|
692
824
|
"03": {
|
|
693
825
|
"$value": "#74717a",
|
|
694
826
|
"$type": "color",
|
|
695
|
-
"themeable": true
|
|
827
|
+
"themeable": true,
|
|
828
|
+
"prefix": false
|
|
696
829
|
},
|
|
697
830
|
"04": {
|
|
698
831
|
"$value": "#45424d",
|
|
699
832
|
"$type": "color",
|
|
700
|
-
"themeable": true
|
|
833
|
+
"themeable": true,
|
|
834
|
+
"prefix": false
|
|
701
835
|
},
|
|
702
836
|
"05": {
|
|
703
837
|
"$value": "#2b2838",
|
|
704
838
|
"$type": "color",
|
|
705
|
-
"themeable": true
|
|
839
|
+
"themeable": true,
|
|
840
|
+
"prefix": false
|
|
706
841
|
}
|
|
707
842
|
}
|
|
708
843
|
}
|