@gitlab/ui 66.10.1 → 66.11.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 +7 -0
- package/dist/index.css +1 -1
- 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/tokens/color.dark.tokens.json +138 -69
- package/src/tokens/color.tokens.json +270 -135
- package/src/tokens/line_height.tokens.json +74 -0
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
"value": "#000",
|
|
4
4
|
"$type": "color",
|
|
5
5
|
"themeable": true,
|
|
6
|
+
"prefix": false,
|
|
6
7
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
7
8
|
"isSource": false,
|
|
8
9
|
"original": {
|
|
9
10
|
"value": "#000",
|
|
10
11
|
"$type": "color",
|
|
11
|
-
"themeable": true
|
|
12
|
+
"themeable": true,
|
|
13
|
+
"prefix": false
|
|
12
14
|
},
|
|
13
|
-
"name": "
|
|
15
|
+
"name": "CK",
|
|
14
16
|
"attributes": {},
|
|
15
17
|
"path": [
|
|
16
18
|
"black"
|
|
@@ -20,14 +22,16 @@
|
|
|
20
22
|
"value": "#fff",
|
|
21
23
|
"$type": "color",
|
|
22
24
|
"themeable": true,
|
|
25
|
+
"prefix": false,
|
|
23
26
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
24
27
|
"isSource": false,
|
|
25
28
|
"original": {
|
|
26
29
|
"value": "#fff",
|
|
27
30
|
"$type": "color",
|
|
28
|
-
"themeable": true
|
|
31
|
+
"themeable": true,
|
|
32
|
+
"prefix": false
|
|
29
33
|
},
|
|
30
|
-
"name": "
|
|
34
|
+
"name": "TE",
|
|
31
35
|
"attributes": {},
|
|
32
36
|
"path": [
|
|
33
37
|
"white"
|
|
@@ -38,14 +42,16 @@
|
|
|
38
42
|
"value": "#e9f3fc",
|
|
39
43
|
"$type": "color",
|
|
40
44
|
"themeable": true,
|
|
45
|
+
"prefix": false,
|
|
41
46
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
42
47
|
"isSource": false,
|
|
43
48
|
"original": {
|
|
44
49
|
"value": "#e9f3fc",
|
|
45
50
|
"$type": "color",
|
|
46
|
-
"themeable": true
|
|
51
|
+
"themeable": true,
|
|
52
|
+
"prefix": false
|
|
47
53
|
},
|
|
48
|
-
"name": "
|
|
54
|
+
"name": "E_50",
|
|
49
55
|
"attributes": {},
|
|
50
56
|
"path": [
|
|
51
57
|
"blue",
|
|
@@ -56,14 +62,16 @@
|
|
|
56
62
|
"value": "#cbe2f9",
|
|
57
63
|
"$type": "color",
|
|
58
64
|
"themeable": true,
|
|
65
|
+
"prefix": false,
|
|
59
66
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
60
67
|
"isSource": false,
|
|
61
68
|
"original": {
|
|
62
69
|
"value": "#cbe2f9",
|
|
63
70
|
"$type": "color",
|
|
64
|
-
"themeable": true
|
|
71
|
+
"themeable": true,
|
|
72
|
+
"prefix": false
|
|
65
73
|
},
|
|
66
|
-
"name": "
|
|
74
|
+
"name": "E_100",
|
|
67
75
|
"attributes": {},
|
|
68
76
|
"path": [
|
|
69
77
|
"blue",
|
|
@@ -74,14 +82,16 @@
|
|
|
74
82
|
"value": "#9dc7f1",
|
|
75
83
|
"$type": "color",
|
|
76
84
|
"themeable": true,
|
|
85
|
+
"prefix": false,
|
|
77
86
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
78
87
|
"isSource": false,
|
|
79
88
|
"original": {
|
|
80
89
|
"value": "#9dc7f1",
|
|
81
90
|
"$type": "color",
|
|
82
|
-
"themeable": true
|
|
91
|
+
"themeable": true,
|
|
92
|
+
"prefix": false
|
|
83
93
|
},
|
|
84
|
-
"name": "
|
|
94
|
+
"name": "E_200",
|
|
85
95
|
"attributes": {},
|
|
86
96
|
"path": [
|
|
87
97
|
"blue",
|
|
@@ -92,14 +102,16 @@
|
|
|
92
102
|
"value": "#63a6e9",
|
|
93
103
|
"$type": "color",
|
|
94
104
|
"themeable": true,
|
|
105
|
+
"prefix": false,
|
|
95
106
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
96
107
|
"isSource": false,
|
|
97
108
|
"original": {
|
|
98
109
|
"value": "#63a6e9",
|
|
99
110
|
"$type": "color",
|
|
100
|
-
"themeable": true
|
|
111
|
+
"themeable": true,
|
|
112
|
+
"prefix": false
|
|
101
113
|
},
|
|
102
|
-
"name": "
|
|
114
|
+
"name": "E_300",
|
|
103
115
|
"attributes": {},
|
|
104
116
|
"path": [
|
|
105
117
|
"blue",
|
|
@@ -110,14 +122,16 @@
|
|
|
110
122
|
"value": "#428fdc",
|
|
111
123
|
"$type": "color",
|
|
112
124
|
"themeable": true,
|
|
125
|
+
"prefix": false,
|
|
113
126
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
114
127
|
"isSource": false,
|
|
115
128
|
"original": {
|
|
116
129
|
"value": "#428fdc",
|
|
117
130
|
"$type": "color",
|
|
118
|
-
"themeable": true
|
|
131
|
+
"themeable": true,
|
|
132
|
+
"prefix": false
|
|
119
133
|
},
|
|
120
|
-
"name": "
|
|
134
|
+
"name": "E_400",
|
|
121
135
|
"attributes": {},
|
|
122
136
|
"path": [
|
|
123
137
|
"blue",
|
|
@@ -128,14 +142,16 @@
|
|
|
128
142
|
"value": "#1f75cb",
|
|
129
143
|
"$type": "color",
|
|
130
144
|
"themeable": true,
|
|
145
|
+
"prefix": false,
|
|
131
146
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
132
147
|
"isSource": false,
|
|
133
148
|
"original": {
|
|
134
149
|
"value": "#1f75cb",
|
|
135
150
|
"$type": "color",
|
|
136
|
-
"themeable": true
|
|
151
|
+
"themeable": true,
|
|
152
|
+
"prefix": false
|
|
137
153
|
},
|
|
138
|
-
"name": "
|
|
154
|
+
"name": "E_500",
|
|
139
155
|
"attributes": {},
|
|
140
156
|
"path": [
|
|
141
157
|
"blue",
|
|
@@ -146,14 +162,16 @@
|
|
|
146
162
|
"value": "#1068bf",
|
|
147
163
|
"$type": "color",
|
|
148
164
|
"themeable": true,
|
|
165
|
+
"prefix": false,
|
|
149
166
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
150
167
|
"isSource": false,
|
|
151
168
|
"original": {
|
|
152
169
|
"value": "#1068bf",
|
|
153
170
|
"$type": "color",
|
|
154
|
-
"themeable": true
|
|
171
|
+
"themeable": true,
|
|
172
|
+
"prefix": false
|
|
155
173
|
},
|
|
156
|
-
"name": "
|
|
174
|
+
"name": "E_600",
|
|
157
175
|
"attributes": {},
|
|
158
176
|
"path": [
|
|
159
177
|
"blue",
|
|
@@ -164,14 +182,16 @@
|
|
|
164
182
|
"value": "#0b5cad",
|
|
165
183
|
"$type": "color",
|
|
166
184
|
"themeable": true,
|
|
185
|
+
"prefix": false,
|
|
167
186
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
168
187
|
"isSource": false,
|
|
169
188
|
"original": {
|
|
170
189
|
"value": "#0b5cad",
|
|
171
190
|
"$type": "color",
|
|
172
|
-
"themeable": true
|
|
191
|
+
"themeable": true,
|
|
192
|
+
"prefix": false
|
|
173
193
|
},
|
|
174
|
-
"name": "
|
|
194
|
+
"name": "E_700",
|
|
175
195
|
"attributes": {},
|
|
176
196
|
"path": [
|
|
177
197
|
"blue",
|
|
@@ -182,14 +202,16 @@
|
|
|
182
202
|
"value": "#064787",
|
|
183
203
|
"$type": "color",
|
|
184
204
|
"themeable": true,
|
|
205
|
+
"prefix": false,
|
|
185
206
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
186
207
|
"isSource": false,
|
|
187
208
|
"original": {
|
|
188
209
|
"value": "#064787",
|
|
189
210
|
"$type": "color",
|
|
190
|
-
"themeable": true
|
|
211
|
+
"themeable": true,
|
|
212
|
+
"prefix": false
|
|
191
213
|
},
|
|
192
|
-
"name": "
|
|
214
|
+
"name": "E_800",
|
|
193
215
|
"attributes": {},
|
|
194
216
|
"path": [
|
|
195
217
|
"blue",
|
|
@@ -200,14 +222,16 @@
|
|
|
200
222
|
"value": "#033464",
|
|
201
223
|
"$type": "color",
|
|
202
224
|
"themeable": true,
|
|
225
|
+
"prefix": false,
|
|
203
226
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
204
227
|
"isSource": false,
|
|
205
228
|
"original": {
|
|
206
229
|
"value": "#033464",
|
|
207
230
|
"$type": "color",
|
|
208
|
-
"themeable": true
|
|
231
|
+
"themeable": true,
|
|
232
|
+
"prefix": false
|
|
209
233
|
},
|
|
210
|
-
"name": "
|
|
234
|
+
"name": "E_900",
|
|
211
235
|
"attributes": {},
|
|
212
236
|
"path": [
|
|
213
237
|
"blue",
|
|
@@ -218,14 +242,16 @@
|
|
|
218
242
|
"value": "#002850",
|
|
219
243
|
"$type": "color",
|
|
220
244
|
"themeable": true,
|
|
245
|
+
"prefix": false,
|
|
221
246
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
222
247
|
"isSource": false,
|
|
223
248
|
"original": {
|
|
224
249
|
"value": "#002850",
|
|
225
250
|
"$type": "color",
|
|
226
|
-
"themeable": true
|
|
251
|
+
"themeable": true,
|
|
252
|
+
"prefix": false
|
|
227
253
|
},
|
|
228
|
-
"name": "
|
|
254
|
+
"name": "E_950",
|
|
229
255
|
"attributes": {},
|
|
230
256
|
"path": [
|
|
231
257
|
"blue",
|
|
@@ -238,14 +264,16 @@
|
|
|
238
264
|
"value": "#fbfafd",
|
|
239
265
|
"$type": "color",
|
|
240
266
|
"themeable": true,
|
|
267
|
+
"prefix": false,
|
|
241
268
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
242
269
|
"isSource": false,
|
|
243
270
|
"original": {
|
|
244
271
|
"value": "#fbfafd",
|
|
245
272
|
"$type": "color",
|
|
246
|
-
"themeable": true
|
|
273
|
+
"themeable": true,
|
|
274
|
+
"prefix": false
|
|
247
275
|
},
|
|
248
|
-
"name": "
|
|
276
|
+
"name": "Y_10",
|
|
249
277
|
"attributes": {},
|
|
250
278
|
"path": [
|
|
251
279
|
"gray",
|
|
@@ -256,14 +284,16 @@
|
|
|
256
284
|
"value": "#ececef",
|
|
257
285
|
"$type": "color",
|
|
258
286
|
"themeable": true,
|
|
287
|
+
"prefix": false,
|
|
259
288
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
260
289
|
"isSource": false,
|
|
261
290
|
"original": {
|
|
262
291
|
"value": "#ececef",
|
|
263
292
|
"$type": "color",
|
|
264
|
-
"themeable": true
|
|
293
|
+
"themeable": true,
|
|
294
|
+
"prefix": false
|
|
265
295
|
},
|
|
266
|
-
"name": "
|
|
296
|
+
"name": "Y_50",
|
|
267
297
|
"attributes": {},
|
|
268
298
|
"path": [
|
|
269
299
|
"gray",
|
|
@@ -274,14 +304,16 @@
|
|
|
274
304
|
"value": "#dcdcde",
|
|
275
305
|
"$type": "color",
|
|
276
306
|
"themeable": true,
|
|
307
|
+
"prefix": false,
|
|
277
308
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
278
309
|
"isSource": false,
|
|
279
310
|
"original": {
|
|
280
311
|
"value": "#dcdcde",
|
|
281
312
|
"$type": "color",
|
|
282
|
-
"themeable": true
|
|
313
|
+
"themeable": true,
|
|
314
|
+
"prefix": false
|
|
283
315
|
},
|
|
284
|
-
"name": "
|
|
316
|
+
"name": "Y_100",
|
|
285
317
|
"attributes": {},
|
|
286
318
|
"path": [
|
|
287
319
|
"gray",
|
|
@@ -292,14 +324,16 @@
|
|
|
292
324
|
"value": "#bfbfc3",
|
|
293
325
|
"$type": "color",
|
|
294
326
|
"themeable": true,
|
|
327
|
+
"prefix": false,
|
|
295
328
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
296
329
|
"isSource": false,
|
|
297
330
|
"original": {
|
|
298
331
|
"value": "#bfbfc3",
|
|
299
332
|
"$type": "color",
|
|
300
|
-
"themeable": true
|
|
333
|
+
"themeable": true,
|
|
334
|
+
"prefix": false
|
|
301
335
|
},
|
|
302
|
-
"name": "
|
|
336
|
+
"name": "Y_200",
|
|
303
337
|
"attributes": {},
|
|
304
338
|
"path": [
|
|
305
339
|
"gray",
|
|
@@ -310,14 +344,16 @@
|
|
|
310
344
|
"value": "#a4a3a8",
|
|
311
345
|
"$type": "color",
|
|
312
346
|
"themeable": true,
|
|
347
|
+
"prefix": false,
|
|
313
348
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
314
349
|
"isSource": false,
|
|
315
350
|
"original": {
|
|
316
351
|
"value": "#a4a3a8",
|
|
317
352
|
"$type": "color",
|
|
318
|
-
"themeable": true
|
|
353
|
+
"themeable": true,
|
|
354
|
+
"prefix": false
|
|
319
355
|
},
|
|
320
|
-
"name": "
|
|
356
|
+
"name": "Y_300",
|
|
321
357
|
"attributes": {},
|
|
322
358
|
"path": [
|
|
323
359
|
"gray",
|
|
@@ -328,14 +364,16 @@
|
|
|
328
364
|
"value": "#89888d",
|
|
329
365
|
"$type": "color",
|
|
330
366
|
"themeable": true,
|
|
367
|
+
"prefix": false,
|
|
331
368
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
332
369
|
"isSource": false,
|
|
333
370
|
"original": {
|
|
334
371
|
"value": "#89888d",
|
|
335
372
|
"$type": "color",
|
|
336
|
-
"themeable": true
|
|
373
|
+
"themeable": true,
|
|
374
|
+
"prefix": false
|
|
337
375
|
},
|
|
338
|
-
"name": "
|
|
376
|
+
"name": "Y_400",
|
|
339
377
|
"attributes": {},
|
|
340
378
|
"path": [
|
|
341
379
|
"gray",
|
|
@@ -346,14 +384,16 @@
|
|
|
346
384
|
"value": "#737278",
|
|
347
385
|
"$type": "color",
|
|
348
386
|
"themeable": true,
|
|
387
|
+
"prefix": false,
|
|
349
388
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
350
389
|
"isSource": false,
|
|
351
390
|
"original": {
|
|
352
391
|
"value": "#737278",
|
|
353
392
|
"$type": "color",
|
|
354
|
-
"themeable": true
|
|
393
|
+
"themeable": true,
|
|
394
|
+
"prefix": false
|
|
355
395
|
},
|
|
356
|
-
"name": "
|
|
396
|
+
"name": "Y_500",
|
|
357
397
|
"attributes": {},
|
|
358
398
|
"path": [
|
|
359
399
|
"gray",
|
|
@@ -364,14 +404,16 @@
|
|
|
364
404
|
"value": "#626168",
|
|
365
405
|
"$type": "color",
|
|
366
406
|
"themeable": true,
|
|
407
|
+
"prefix": false,
|
|
367
408
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
368
409
|
"isSource": false,
|
|
369
410
|
"original": {
|
|
370
411
|
"value": "#626168",
|
|
371
412
|
"$type": "color",
|
|
372
|
-
"themeable": true
|
|
413
|
+
"themeable": true,
|
|
414
|
+
"prefix": false
|
|
373
415
|
},
|
|
374
|
-
"name": "
|
|
416
|
+
"name": "Y_600",
|
|
375
417
|
"attributes": {},
|
|
376
418
|
"path": [
|
|
377
419
|
"gray",
|
|
@@ -382,14 +424,16 @@
|
|
|
382
424
|
"value": "#535158",
|
|
383
425
|
"$type": "color",
|
|
384
426
|
"themeable": true,
|
|
427
|
+
"prefix": false,
|
|
385
428
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
386
429
|
"isSource": false,
|
|
387
430
|
"original": {
|
|
388
431
|
"value": "#535158",
|
|
389
432
|
"$type": "color",
|
|
390
|
-
"themeable": true
|
|
433
|
+
"themeable": true,
|
|
434
|
+
"prefix": false
|
|
391
435
|
},
|
|
392
|
-
"name": "
|
|
436
|
+
"name": "Y_700",
|
|
393
437
|
"attributes": {},
|
|
394
438
|
"path": [
|
|
395
439
|
"gray",
|
|
@@ -400,14 +444,16 @@
|
|
|
400
444
|
"value": "#434248",
|
|
401
445
|
"$type": "color",
|
|
402
446
|
"themeable": true,
|
|
447
|
+
"prefix": false,
|
|
403
448
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
404
449
|
"isSource": false,
|
|
405
450
|
"original": {
|
|
406
451
|
"value": "#434248",
|
|
407
452
|
"$type": "color",
|
|
408
|
-
"themeable": true
|
|
453
|
+
"themeable": true,
|
|
454
|
+
"prefix": false
|
|
409
455
|
},
|
|
410
|
-
"name": "
|
|
456
|
+
"name": "Y_800",
|
|
411
457
|
"attributes": {},
|
|
412
458
|
"path": [
|
|
413
459
|
"gray",
|
|
@@ -418,14 +464,16 @@
|
|
|
418
464
|
"value": "#333238",
|
|
419
465
|
"$type": "color",
|
|
420
466
|
"themeable": true,
|
|
467
|
+
"prefix": false,
|
|
421
468
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
422
469
|
"isSource": false,
|
|
423
470
|
"original": {
|
|
424
471
|
"value": "#333238",
|
|
425
472
|
"$type": "color",
|
|
426
|
-
"themeable": true
|
|
473
|
+
"themeable": true,
|
|
474
|
+
"prefix": false
|
|
427
475
|
},
|
|
428
|
-
"name": "
|
|
476
|
+
"name": "Y_900",
|
|
429
477
|
"attributes": {},
|
|
430
478
|
"path": [
|
|
431
479
|
"gray",
|
|
@@ -436,14 +484,16 @@
|
|
|
436
484
|
"value": "#1f1e24",
|
|
437
485
|
"$type": "color",
|
|
438
486
|
"themeable": true,
|
|
487
|
+
"prefix": false,
|
|
439
488
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
440
489
|
"isSource": false,
|
|
441
490
|
"original": {
|
|
442
491
|
"value": "#1f1e24",
|
|
443
492
|
"$type": "color",
|
|
444
|
-
"themeable": true
|
|
493
|
+
"themeable": true,
|
|
494
|
+
"prefix": false
|
|
445
495
|
},
|
|
446
|
-
"name": "
|
|
496
|
+
"name": "Y_950",
|
|
447
497
|
"attributes": {},
|
|
448
498
|
"path": [
|
|
449
499
|
"gray",
|
|
@@ -456,14 +506,16 @@
|
|
|
456
506
|
"value": "#ecf4ee",
|
|
457
507
|
"$type": "color",
|
|
458
508
|
"themeable": true,
|
|
509
|
+
"prefix": false,
|
|
459
510
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
460
511
|
"isSource": false,
|
|
461
512
|
"original": {
|
|
462
513
|
"value": "#ecf4ee",
|
|
463
514
|
"$type": "color",
|
|
464
|
-
"themeable": true
|
|
515
|
+
"themeable": true,
|
|
516
|
+
"prefix": false
|
|
465
517
|
},
|
|
466
|
-
"name": "
|
|
518
|
+
"name": "EN_50",
|
|
467
519
|
"attributes": {},
|
|
468
520
|
"path": [
|
|
469
521
|
"green",
|
|
@@ -474,14 +526,16 @@
|
|
|
474
526
|
"value": "#c3e6cd",
|
|
475
527
|
"$type": "color",
|
|
476
528
|
"themeable": true,
|
|
529
|
+
"prefix": false,
|
|
477
530
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
478
531
|
"isSource": false,
|
|
479
532
|
"original": {
|
|
480
533
|
"value": "#c3e6cd",
|
|
481
534
|
"$type": "color",
|
|
482
|
-
"themeable": true
|
|
535
|
+
"themeable": true,
|
|
536
|
+
"prefix": false
|
|
483
537
|
},
|
|
484
|
-
"name": "
|
|
538
|
+
"name": "EN_100",
|
|
485
539
|
"attributes": {},
|
|
486
540
|
"path": [
|
|
487
541
|
"green",
|
|
@@ -492,14 +546,16 @@
|
|
|
492
546
|
"value": "#91d4a8",
|
|
493
547
|
"$type": "color",
|
|
494
548
|
"themeable": true,
|
|
549
|
+
"prefix": false,
|
|
495
550
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
496
551
|
"isSource": false,
|
|
497
552
|
"original": {
|
|
498
553
|
"value": "#91d4a8",
|
|
499
554
|
"$type": "color",
|
|
500
|
-
"themeable": true
|
|
555
|
+
"themeable": true,
|
|
556
|
+
"prefix": false
|
|
501
557
|
},
|
|
502
|
-
"name": "
|
|
558
|
+
"name": "EN_200",
|
|
503
559
|
"attributes": {},
|
|
504
560
|
"path": [
|
|
505
561
|
"green",
|
|
@@ -510,14 +566,16 @@
|
|
|
510
566
|
"value": "#52b87a",
|
|
511
567
|
"$type": "color",
|
|
512
568
|
"themeable": true,
|
|
569
|
+
"prefix": false,
|
|
513
570
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
514
571
|
"isSource": false,
|
|
515
572
|
"original": {
|
|
516
573
|
"value": "#52b87a",
|
|
517
574
|
"$type": "color",
|
|
518
|
-
"themeable": true
|
|
575
|
+
"themeable": true,
|
|
576
|
+
"prefix": false
|
|
519
577
|
},
|
|
520
|
-
"name": "
|
|
578
|
+
"name": "EN_300",
|
|
521
579
|
"attributes": {},
|
|
522
580
|
"path": [
|
|
523
581
|
"green",
|
|
@@ -528,14 +586,16 @@
|
|
|
528
586
|
"value": "#2da160",
|
|
529
587
|
"$type": "color",
|
|
530
588
|
"themeable": true,
|
|
589
|
+
"prefix": false,
|
|
531
590
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
532
591
|
"isSource": false,
|
|
533
592
|
"original": {
|
|
534
593
|
"value": "#2da160",
|
|
535
594
|
"$type": "color",
|
|
536
|
-
"themeable": true
|
|
595
|
+
"themeable": true,
|
|
596
|
+
"prefix": false
|
|
537
597
|
},
|
|
538
|
-
"name": "
|
|
598
|
+
"name": "EN_400",
|
|
539
599
|
"attributes": {},
|
|
540
600
|
"path": [
|
|
541
601
|
"green",
|
|
@@ -546,14 +606,16 @@
|
|
|
546
606
|
"value": "#108548",
|
|
547
607
|
"$type": "color",
|
|
548
608
|
"themeable": true,
|
|
609
|
+
"prefix": false,
|
|
549
610
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
550
611
|
"isSource": false,
|
|
551
612
|
"original": {
|
|
552
613
|
"value": "#108548",
|
|
553
614
|
"$type": "color",
|
|
554
|
-
"themeable": true
|
|
615
|
+
"themeable": true,
|
|
616
|
+
"prefix": false
|
|
555
617
|
},
|
|
556
|
-
"name": "
|
|
618
|
+
"name": "EN_500",
|
|
557
619
|
"attributes": {},
|
|
558
620
|
"path": [
|
|
559
621
|
"green",
|
|
@@ -564,14 +626,16 @@
|
|
|
564
626
|
"value": "#217645",
|
|
565
627
|
"$type": "color",
|
|
566
628
|
"themeable": true,
|
|
629
|
+
"prefix": false,
|
|
567
630
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
568
631
|
"isSource": false,
|
|
569
632
|
"original": {
|
|
570
633
|
"value": "#217645",
|
|
571
634
|
"$type": "color",
|
|
572
|
-
"themeable": true
|
|
635
|
+
"themeable": true,
|
|
636
|
+
"prefix": false
|
|
573
637
|
},
|
|
574
|
-
"name": "
|
|
638
|
+
"name": "EN_600",
|
|
575
639
|
"attributes": {},
|
|
576
640
|
"path": [
|
|
577
641
|
"green",
|
|
@@ -582,14 +646,16 @@
|
|
|
582
646
|
"value": "#24663b",
|
|
583
647
|
"$type": "color",
|
|
584
648
|
"themeable": true,
|
|
649
|
+
"prefix": false,
|
|
585
650
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
586
651
|
"isSource": false,
|
|
587
652
|
"original": {
|
|
588
653
|
"value": "#24663b",
|
|
589
654
|
"$type": "color",
|
|
590
|
-
"themeable": true
|
|
655
|
+
"themeable": true,
|
|
656
|
+
"prefix": false
|
|
591
657
|
},
|
|
592
|
-
"name": "
|
|
658
|
+
"name": "EN_700",
|
|
593
659
|
"attributes": {},
|
|
594
660
|
"path": [
|
|
595
661
|
"green",
|
|
@@ -600,14 +666,16 @@
|
|
|
600
666
|
"value": "#0d532a",
|
|
601
667
|
"$type": "color",
|
|
602
668
|
"themeable": true,
|
|
669
|
+
"prefix": false,
|
|
603
670
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
604
671
|
"isSource": false,
|
|
605
672
|
"original": {
|
|
606
673
|
"value": "#0d532a",
|
|
607
674
|
"$type": "color",
|
|
608
|
-
"themeable": true
|
|
675
|
+
"themeable": true,
|
|
676
|
+
"prefix": false
|
|
609
677
|
},
|
|
610
|
-
"name": "
|
|
678
|
+
"name": "EN_800",
|
|
611
679
|
"attributes": {},
|
|
612
680
|
"path": [
|
|
613
681
|
"green",
|
|
@@ -618,14 +686,16 @@
|
|
|
618
686
|
"value": "#0a4020",
|
|
619
687
|
"$type": "color",
|
|
620
688
|
"themeable": true,
|
|
689
|
+
"prefix": false,
|
|
621
690
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
622
691
|
"isSource": false,
|
|
623
692
|
"original": {
|
|
624
693
|
"value": "#0a4020",
|
|
625
694
|
"$type": "color",
|
|
626
|
-
"themeable": true
|
|
695
|
+
"themeable": true,
|
|
696
|
+
"prefix": false
|
|
627
697
|
},
|
|
628
|
-
"name": "
|
|
698
|
+
"name": "EN_900",
|
|
629
699
|
"attributes": {},
|
|
630
700
|
"path": [
|
|
631
701
|
"green",
|
|
@@ -636,14 +706,16 @@
|
|
|
636
706
|
"value": "#072b15",
|
|
637
707
|
"$type": "color",
|
|
638
708
|
"themeable": true,
|
|
709
|
+
"prefix": false,
|
|
639
710
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
640
711
|
"isSource": false,
|
|
641
712
|
"original": {
|
|
642
713
|
"value": "#072b15",
|
|
643
714
|
"$type": "color",
|
|
644
|
-
"themeable": true
|
|
715
|
+
"themeable": true,
|
|
716
|
+
"prefix": false
|
|
645
717
|
},
|
|
646
|
-
"name": "
|
|
718
|
+
"name": "EN_950",
|
|
647
719
|
"attributes": {},
|
|
648
720
|
"path": [
|
|
649
721
|
"green",
|
|
@@ -656,14 +728,16 @@
|
|
|
656
728
|
"value": "#fdf1dd",
|
|
657
729
|
"$type": "color",
|
|
658
730
|
"themeable": true,
|
|
731
|
+
"prefix": false,
|
|
659
732
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
660
733
|
"isSource": false,
|
|
661
734
|
"original": {
|
|
662
735
|
"value": "#fdf1dd",
|
|
663
736
|
"$type": "color",
|
|
664
|
-
"themeable": true
|
|
737
|
+
"themeable": true,
|
|
738
|
+
"prefix": false
|
|
665
739
|
},
|
|
666
|
-
"name": "
|
|
740
|
+
"name": "NGE_50",
|
|
667
741
|
"attributes": {},
|
|
668
742
|
"path": [
|
|
669
743
|
"orange",
|
|
@@ -674,14 +748,16 @@
|
|
|
674
748
|
"value": "#f5d9a8",
|
|
675
749
|
"$type": "color",
|
|
676
750
|
"themeable": true,
|
|
751
|
+
"prefix": false,
|
|
677
752
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
678
753
|
"isSource": false,
|
|
679
754
|
"original": {
|
|
680
755
|
"value": "#f5d9a8",
|
|
681
756
|
"$type": "color",
|
|
682
|
-
"themeable": true
|
|
757
|
+
"themeable": true,
|
|
758
|
+
"prefix": false
|
|
683
759
|
},
|
|
684
|
-
"name": "
|
|
760
|
+
"name": "NGE_100",
|
|
685
761
|
"attributes": {},
|
|
686
762
|
"path": [
|
|
687
763
|
"orange",
|
|
@@ -692,14 +768,16 @@
|
|
|
692
768
|
"value": "#e9be74",
|
|
693
769
|
"$type": "color",
|
|
694
770
|
"themeable": true,
|
|
771
|
+
"prefix": false,
|
|
695
772
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
696
773
|
"isSource": false,
|
|
697
774
|
"original": {
|
|
698
775
|
"value": "#e9be74",
|
|
699
776
|
"$type": "color",
|
|
700
|
-
"themeable": true
|
|
777
|
+
"themeable": true,
|
|
778
|
+
"prefix": false
|
|
701
779
|
},
|
|
702
|
-
"name": "
|
|
780
|
+
"name": "NGE_200",
|
|
703
781
|
"attributes": {},
|
|
704
782
|
"path": [
|
|
705
783
|
"orange",
|
|
@@ -710,14 +788,16 @@
|
|
|
710
788
|
"value": "#d99530",
|
|
711
789
|
"$type": "color",
|
|
712
790
|
"themeable": true,
|
|
791
|
+
"prefix": false,
|
|
713
792
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
714
793
|
"isSource": false,
|
|
715
794
|
"original": {
|
|
716
795
|
"value": "#d99530",
|
|
717
796
|
"$type": "color",
|
|
718
|
-
"themeable": true
|
|
797
|
+
"themeable": true,
|
|
798
|
+
"prefix": false
|
|
719
799
|
},
|
|
720
|
-
"name": "
|
|
800
|
+
"name": "NGE_300",
|
|
721
801
|
"attributes": {},
|
|
722
802
|
"path": [
|
|
723
803
|
"orange",
|
|
@@ -728,14 +808,16 @@
|
|
|
728
808
|
"value": "#c17d10",
|
|
729
809
|
"$type": "color",
|
|
730
810
|
"themeable": true,
|
|
811
|
+
"prefix": false,
|
|
731
812
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
732
813
|
"isSource": false,
|
|
733
814
|
"original": {
|
|
734
815
|
"value": "#c17d10",
|
|
735
816
|
"$type": "color",
|
|
736
|
-
"themeable": true
|
|
817
|
+
"themeable": true,
|
|
818
|
+
"prefix": false
|
|
737
819
|
},
|
|
738
|
-
"name": "
|
|
820
|
+
"name": "NGE_400",
|
|
739
821
|
"attributes": {},
|
|
740
822
|
"path": [
|
|
741
823
|
"orange",
|
|
@@ -746,14 +828,16 @@
|
|
|
746
828
|
"value": "#ab6100",
|
|
747
829
|
"$type": "color",
|
|
748
830
|
"themeable": true,
|
|
831
|
+
"prefix": false,
|
|
749
832
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
750
833
|
"isSource": false,
|
|
751
834
|
"original": {
|
|
752
835
|
"value": "#ab6100",
|
|
753
836
|
"$type": "color",
|
|
754
|
-
"themeable": true
|
|
837
|
+
"themeable": true,
|
|
838
|
+
"prefix": false
|
|
755
839
|
},
|
|
756
|
-
"name": "
|
|
840
|
+
"name": "NGE_500",
|
|
757
841
|
"attributes": {},
|
|
758
842
|
"path": [
|
|
759
843
|
"orange",
|
|
@@ -764,14 +848,16 @@
|
|
|
764
848
|
"value": "#9e5400",
|
|
765
849
|
"$type": "color",
|
|
766
850
|
"themeable": true,
|
|
851
|
+
"prefix": false,
|
|
767
852
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
768
853
|
"isSource": false,
|
|
769
854
|
"original": {
|
|
770
855
|
"value": "#9e5400",
|
|
771
856
|
"$type": "color",
|
|
772
|
-
"themeable": true
|
|
857
|
+
"themeable": true,
|
|
858
|
+
"prefix": false
|
|
773
859
|
},
|
|
774
|
-
"name": "
|
|
860
|
+
"name": "NGE_600",
|
|
775
861
|
"attributes": {},
|
|
776
862
|
"path": [
|
|
777
863
|
"orange",
|
|
@@ -782,14 +868,16 @@
|
|
|
782
868
|
"value": "#8f4700",
|
|
783
869
|
"$type": "color",
|
|
784
870
|
"themeable": true,
|
|
871
|
+
"prefix": false,
|
|
785
872
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
786
873
|
"isSource": false,
|
|
787
874
|
"original": {
|
|
788
875
|
"value": "#8f4700",
|
|
789
876
|
"$type": "color",
|
|
790
|
-
"themeable": true
|
|
877
|
+
"themeable": true,
|
|
878
|
+
"prefix": false
|
|
791
879
|
},
|
|
792
|
-
"name": "
|
|
880
|
+
"name": "NGE_700",
|
|
793
881
|
"attributes": {},
|
|
794
882
|
"path": [
|
|
795
883
|
"orange",
|
|
@@ -800,14 +888,16 @@
|
|
|
800
888
|
"value": "#703800",
|
|
801
889
|
"$type": "color",
|
|
802
890
|
"themeable": true,
|
|
891
|
+
"prefix": false,
|
|
803
892
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
804
893
|
"isSource": false,
|
|
805
894
|
"original": {
|
|
806
895
|
"value": "#703800",
|
|
807
896
|
"$type": "color",
|
|
808
|
-
"themeable": true
|
|
897
|
+
"themeable": true,
|
|
898
|
+
"prefix": false
|
|
809
899
|
},
|
|
810
|
-
"name": "
|
|
900
|
+
"name": "NGE_800",
|
|
811
901
|
"attributes": {},
|
|
812
902
|
"path": [
|
|
813
903
|
"orange",
|
|
@@ -818,14 +908,16 @@
|
|
|
818
908
|
"value": "#5c2900",
|
|
819
909
|
"$type": "color",
|
|
820
910
|
"themeable": true,
|
|
911
|
+
"prefix": false,
|
|
821
912
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
822
913
|
"isSource": false,
|
|
823
914
|
"original": {
|
|
824
915
|
"value": "#5c2900",
|
|
825
916
|
"$type": "color",
|
|
826
|
-
"themeable": true
|
|
917
|
+
"themeable": true,
|
|
918
|
+
"prefix": false
|
|
827
919
|
},
|
|
828
|
-
"name": "
|
|
920
|
+
"name": "NGE_900",
|
|
829
921
|
"attributes": {},
|
|
830
922
|
"path": [
|
|
831
923
|
"orange",
|
|
@@ -836,14 +928,16 @@
|
|
|
836
928
|
"value": "#421f00",
|
|
837
929
|
"$type": "color",
|
|
838
930
|
"themeable": true,
|
|
931
|
+
"prefix": false,
|
|
839
932
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
840
933
|
"isSource": false,
|
|
841
934
|
"original": {
|
|
842
935
|
"value": "#421f00",
|
|
843
936
|
"$type": "color",
|
|
844
|
-
"themeable": true
|
|
937
|
+
"themeable": true,
|
|
938
|
+
"prefix": false
|
|
845
939
|
},
|
|
846
|
-
"name": "
|
|
940
|
+
"name": "NGE_950",
|
|
847
941
|
"attributes": {},
|
|
848
942
|
"path": [
|
|
849
943
|
"orange",
|
|
@@ -856,14 +950,16 @@
|
|
|
856
950
|
"value": "#f4f0ff",
|
|
857
951
|
"$type": "color",
|
|
858
952
|
"themeable": true,
|
|
953
|
+
"prefix": false,
|
|
859
954
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
860
955
|
"isSource": false,
|
|
861
956
|
"original": {
|
|
862
957
|
"value": "#f4f0ff",
|
|
863
958
|
"$type": "color",
|
|
864
|
-
"themeable": true
|
|
959
|
+
"themeable": true,
|
|
960
|
+
"prefix": false
|
|
865
961
|
},
|
|
866
|
-
"name": "
|
|
962
|
+
"name": "PLE_50",
|
|
867
963
|
"attributes": {},
|
|
868
964
|
"path": [
|
|
869
965
|
"purple",
|
|
@@ -874,14 +970,16 @@
|
|
|
874
970
|
"value": "#e1d8f9",
|
|
875
971
|
"$type": "color",
|
|
876
972
|
"themeable": true,
|
|
973
|
+
"prefix": false,
|
|
877
974
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
878
975
|
"isSource": false,
|
|
879
976
|
"original": {
|
|
880
977
|
"value": "#e1d8f9",
|
|
881
978
|
"$type": "color",
|
|
882
|
-
"themeable": true
|
|
979
|
+
"themeable": true,
|
|
980
|
+
"prefix": false
|
|
883
981
|
},
|
|
884
|
-
"name": "
|
|
982
|
+
"name": "PLE_100",
|
|
885
983
|
"attributes": {},
|
|
886
984
|
"path": [
|
|
887
985
|
"purple",
|
|
@@ -892,14 +990,16 @@
|
|
|
892
990
|
"value": "#cbbbf2",
|
|
893
991
|
"$type": "color",
|
|
894
992
|
"themeable": true,
|
|
993
|
+
"prefix": false,
|
|
895
994
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
896
995
|
"isSource": false,
|
|
897
996
|
"original": {
|
|
898
997
|
"value": "#cbbbf2",
|
|
899
998
|
"$type": "color",
|
|
900
|
-
"themeable": true
|
|
999
|
+
"themeable": true,
|
|
1000
|
+
"prefix": false
|
|
901
1001
|
},
|
|
902
|
-
"name": "
|
|
1002
|
+
"name": "PLE_200",
|
|
903
1003
|
"attributes": {},
|
|
904
1004
|
"path": [
|
|
905
1005
|
"purple",
|
|
@@ -910,14 +1010,16 @@
|
|
|
910
1010
|
"value": "#ac93e6",
|
|
911
1011
|
"$type": "color",
|
|
912
1012
|
"themeable": true,
|
|
1013
|
+
"prefix": false,
|
|
913
1014
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
914
1015
|
"isSource": false,
|
|
915
1016
|
"original": {
|
|
916
1017
|
"value": "#ac93e6",
|
|
917
1018
|
"$type": "color",
|
|
918
|
-
"themeable": true
|
|
1019
|
+
"themeable": true,
|
|
1020
|
+
"prefix": false
|
|
919
1021
|
},
|
|
920
|
-
"name": "
|
|
1022
|
+
"name": "PLE_300",
|
|
921
1023
|
"attributes": {},
|
|
922
1024
|
"path": [
|
|
923
1025
|
"purple",
|
|
@@ -928,14 +1030,16 @@
|
|
|
928
1030
|
"value": "#9475db",
|
|
929
1031
|
"$type": "color",
|
|
930
1032
|
"themeable": true,
|
|
1033
|
+
"prefix": false,
|
|
931
1034
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
932
1035
|
"isSource": false,
|
|
933
1036
|
"original": {
|
|
934
1037
|
"value": "#9475db",
|
|
935
1038
|
"$type": "color",
|
|
936
|
-
"themeable": true
|
|
1039
|
+
"themeable": true,
|
|
1040
|
+
"prefix": false
|
|
937
1041
|
},
|
|
938
|
-
"name": "
|
|
1042
|
+
"name": "PLE_400",
|
|
939
1043
|
"attributes": {},
|
|
940
1044
|
"path": [
|
|
941
1045
|
"purple",
|
|
@@ -946,14 +1050,16 @@
|
|
|
946
1050
|
"value": "#7b58cf",
|
|
947
1051
|
"$type": "color",
|
|
948
1052
|
"themeable": true,
|
|
1053
|
+
"prefix": false,
|
|
949
1054
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
950
1055
|
"isSource": false,
|
|
951
1056
|
"original": {
|
|
952
1057
|
"value": "#7b58cf",
|
|
953
1058
|
"$type": "color",
|
|
954
|
-
"themeable": true
|
|
1059
|
+
"themeable": true,
|
|
1060
|
+
"prefix": false
|
|
955
1061
|
},
|
|
956
|
-
"name": "
|
|
1062
|
+
"name": "PLE_500",
|
|
957
1063
|
"attributes": {},
|
|
958
1064
|
"path": [
|
|
959
1065
|
"purple",
|
|
@@ -964,14 +1070,16 @@
|
|
|
964
1070
|
"value": "#694cc0",
|
|
965
1071
|
"$type": "color",
|
|
966
1072
|
"themeable": true,
|
|
1073
|
+
"prefix": false,
|
|
967
1074
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
968
1075
|
"isSource": false,
|
|
969
1076
|
"original": {
|
|
970
1077
|
"value": "#694cc0",
|
|
971
1078
|
"$type": "color",
|
|
972
|
-
"themeable": true
|
|
1079
|
+
"themeable": true,
|
|
1080
|
+
"prefix": false
|
|
973
1081
|
},
|
|
974
|
-
"name": "
|
|
1082
|
+
"name": "PLE_600",
|
|
975
1083
|
"attributes": {},
|
|
976
1084
|
"path": [
|
|
977
1085
|
"purple",
|
|
@@ -982,14 +1090,16 @@
|
|
|
982
1090
|
"value": "#5943b6",
|
|
983
1091
|
"$type": "color",
|
|
984
1092
|
"themeable": true,
|
|
1093
|
+
"prefix": false,
|
|
985
1094
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
986
1095
|
"isSource": false,
|
|
987
1096
|
"original": {
|
|
988
1097
|
"value": "#5943b6",
|
|
989
1098
|
"$type": "color",
|
|
990
|
-
"themeable": true
|
|
1099
|
+
"themeable": true,
|
|
1100
|
+
"prefix": false
|
|
991
1101
|
},
|
|
992
|
-
"name": "
|
|
1102
|
+
"name": "PLE_700",
|
|
993
1103
|
"attributes": {},
|
|
994
1104
|
"path": [
|
|
995
1105
|
"purple",
|
|
@@ -1000,14 +1110,16 @@
|
|
|
1000
1110
|
"value": "#453894",
|
|
1001
1111
|
"$type": "color",
|
|
1002
1112
|
"themeable": true,
|
|
1113
|
+
"prefix": false,
|
|
1003
1114
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1004
1115
|
"isSource": false,
|
|
1005
1116
|
"original": {
|
|
1006
1117
|
"value": "#453894",
|
|
1007
1118
|
"$type": "color",
|
|
1008
|
-
"themeable": true
|
|
1119
|
+
"themeable": true,
|
|
1120
|
+
"prefix": false
|
|
1009
1121
|
},
|
|
1010
|
-
"name": "
|
|
1122
|
+
"name": "PLE_800",
|
|
1011
1123
|
"attributes": {},
|
|
1012
1124
|
"path": [
|
|
1013
1125
|
"purple",
|
|
@@ -1018,14 +1130,16 @@
|
|
|
1018
1130
|
"value": "#2f2a6b",
|
|
1019
1131
|
"$type": "color",
|
|
1020
1132
|
"themeable": true,
|
|
1133
|
+
"prefix": false,
|
|
1021
1134
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1022
1135
|
"isSource": false,
|
|
1023
1136
|
"original": {
|
|
1024
1137
|
"value": "#2f2a6b",
|
|
1025
1138
|
"$type": "color",
|
|
1026
|
-
"themeable": true
|
|
1139
|
+
"themeable": true,
|
|
1140
|
+
"prefix": false
|
|
1027
1141
|
},
|
|
1028
|
-
"name": "
|
|
1142
|
+
"name": "PLE_900",
|
|
1029
1143
|
"attributes": {},
|
|
1030
1144
|
"path": [
|
|
1031
1145
|
"purple",
|
|
@@ -1036,14 +1150,16 @@
|
|
|
1036
1150
|
"value": "#232150",
|
|
1037
1151
|
"$type": "color",
|
|
1038
1152
|
"themeable": true,
|
|
1153
|
+
"prefix": false,
|
|
1039
1154
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1040
1155
|
"isSource": false,
|
|
1041
1156
|
"original": {
|
|
1042
1157
|
"value": "#232150",
|
|
1043
1158
|
"$type": "color",
|
|
1044
|
-
"themeable": true
|
|
1159
|
+
"themeable": true,
|
|
1160
|
+
"prefix": false
|
|
1045
1161
|
},
|
|
1046
|
-
"name": "
|
|
1162
|
+
"name": "PLE_950",
|
|
1047
1163
|
"attributes": {},
|
|
1048
1164
|
"path": [
|
|
1049
1165
|
"purple",
|
|
@@ -1056,14 +1172,16 @@
|
|
|
1056
1172
|
"value": "#fcf1ef",
|
|
1057
1173
|
"$type": "color",
|
|
1058
1174
|
"themeable": true,
|
|
1175
|
+
"prefix": false,
|
|
1059
1176
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1060
1177
|
"isSource": false,
|
|
1061
1178
|
"original": {
|
|
1062
1179
|
"value": "#fcf1ef",
|
|
1063
1180
|
"$type": "color",
|
|
1064
|
-
"themeable": true
|
|
1181
|
+
"themeable": true,
|
|
1182
|
+
"prefix": false
|
|
1065
1183
|
},
|
|
1066
|
-
"name": "
|
|
1184
|
+
"name": "_50",
|
|
1067
1185
|
"attributes": {},
|
|
1068
1186
|
"path": [
|
|
1069
1187
|
"red",
|
|
@@ -1074,14 +1192,16 @@
|
|
|
1074
1192
|
"value": "#fdd4cd",
|
|
1075
1193
|
"$type": "color",
|
|
1076
1194
|
"themeable": true,
|
|
1195
|
+
"prefix": false,
|
|
1077
1196
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1078
1197
|
"isSource": false,
|
|
1079
1198
|
"original": {
|
|
1080
1199
|
"value": "#fdd4cd",
|
|
1081
1200
|
"$type": "color",
|
|
1082
|
-
"themeable": true
|
|
1201
|
+
"themeable": true,
|
|
1202
|
+
"prefix": false
|
|
1083
1203
|
},
|
|
1084
|
-
"name": "
|
|
1204
|
+
"name": "_100",
|
|
1085
1205
|
"attributes": {},
|
|
1086
1206
|
"path": [
|
|
1087
1207
|
"red",
|
|
@@ -1092,14 +1212,16 @@
|
|
|
1092
1212
|
"value": "#fcb5aa",
|
|
1093
1213
|
"$type": "color",
|
|
1094
1214
|
"themeable": true,
|
|
1215
|
+
"prefix": false,
|
|
1095
1216
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1096
1217
|
"isSource": false,
|
|
1097
1218
|
"original": {
|
|
1098
1219
|
"value": "#fcb5aa",
|
|
1099
1220
|
"$type": "color",
|
|
1100
|
-
"themeable": true
|
|
1221
|
+
"themeable": true,
|
|
1222
|
+
"prefix": false
|
|
1101
1223
|
},
|
|
1102
|
-
"name": "
|
|
1224
|
+
"name": "_200",
|
|
1103
1225
|
"attributes": {},
|
|
1104
1226
|
"path": [
|
|
1105
1227
|
"red",
|
|
@@ -1110,14 +1232,16 @@
|
|
|
1110
1232
|
"value": "#f57f6c",
|
|
1111
1233
|
"$type": "color",
|
|
1112
1234
|
"themeable": true,
|
|
1235
|
+
"prefix": false,
|
|
1113
1236
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1114
1237
|
"isSource": false,
|
|
1115
1238
|
"original": {
|
|
1116
1239
|
"value": "#f57f6c",
|
|
1117
1240
|
"$type": "color",
|
|
1118
|
-
"themeable": true
|
|
1241
|
+
"themeable": true,
|
|
1242
|
+
"prefix": false
|
|
1119
1243
|
},
|
|
1120
|
-
"name": "
|
|
1244
|
+
"name": "_300",
|
|
1121
1245
|
"attributes": {},
|
|
1122
1246
|
"path": [
|
|
1123
1247
|
"red",
|
|
@@ -1128,14 +1252,16 @@
|
|
|
1128
1252
|
"value": "#ec5941",
|
|
1129
1253
|
"$type": "color",
|
|
1130
1254
|
"themeable": true,
|
|
1255
|
+
"prefix": false,
|
|
1131
1256
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1132
1257
|
"isSource": false,
|
|
1133
1258
|
"original": {
|
|
1134
1259
|
"value": "#ec5941",
|
|
1135
1260
|
"$type": "color",
|
|
1136
|
-
"themeable": true
|
|
1261
|
+
"themeable": true,
|
|
1262
|
+
"prefix": false
|
|
1137
1263
|
},
|
|
1138
|
-
"name": "
|
|
1264
|
+
"name": "_400",
|
|
1139
1265
|
"attributes": {},
|
|
1140
1266
|
"path": [
|
|
1141
1267
|
"red",
|
|
@@ -1146,14 +1272,16 @@
|
|
|
1146
1272
|
"value": "#dd2b0e",
|
|
1147
1273
|
"$type": "color",
|
|
1148
1274
|
"themeable": true,
|
|
1275
|
+
"prefix": false,
|
|
1149
1276
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1150
1277
|
"isSource": false,
|
|
1151
1278
|
"original": {
|
|
1152
1279
|
"value": "#dd2b0e",
|
|
1153
1280
|
"$type": "color",
|
|
1154
|
-
"themeable": true
|
|
1281
|
+
"themeable": true,
|
|
1282
|
+
"prefix": false
|
|
1155
1283
|
},
|
|
1156
|
-
"name": "
|
|
1284
|
+
"name": "_500",
|
|
1157
1285
|
"attributes": {},
|
|
1158
1286
|
"path": [
|
|
1159
1287
|
"red",
|
|
@@ -1164,14 +1292,16 @@
|
|
|
1164
1292
|
"value": "#c91c00",
|
|
1165
1293
|
"$type": "color",
|
|
1166
1294
|
"themeable": true,
|
|
1295
|
+
"prefix": false,
|
|
1167
1296
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1168
1297
|
"isSource": false,
|
|
1169
1298
|
"original": {
|
|
1170
1299
|
"value": "#c91c00",
|
|
1171
1300
|
"$type": "color",
|
|
1172
|
-
"themeable": true
|
|
1301
|
+
"themeable": true,
|
|
1302
|
+
"prefix": false
|
|
1173
1303
|
},
|
|
1174
|
-
"name": "
|
|
1304
|
+
"name": "_600",
|
|
1175
1305
|
"attributes": {},
|
|
1176
1306
|
"path": [
|
|
1177
1307
|
"red",
|
|
@@ -1182,14 +1312,16 @@
|
|
|
1182
1312
|
"value": "#ae1800",
|
|
1183
1313
|
"$type": "color",
|
|
1184
1314
|
"themeable": true,
|
|
1315
|
+
"prefix": false,
|
|
1185
1316
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1186
1317
|
"isSource": false,
|
|
1187
1318
|
"original": {
|
|
1188
1319
|
"value": "#ae1800",
|
|
1189
1320
|
"$type": "color",
|
|
1190
|
-
"themeable": true
|
|
1321
|
+
"themeable": true,
|
|
1322
|
+
"prefix": false
|
|
1191
1323
|
},
|
|
1192
|
-
"name": "
|
|
1324
|
+
"name": "_700",
|
|
1193
1325
|
"attributes": {},
|
|
1194
1326
|
"path": [
|
|
1195
1327
|
"red",
|
|
@@ -1200,14 +1332,16 @@
|
|
|
1200
1332
|
"value": "#8d1300",
|
|
1201
1333
|
"$type": "color",
|
|
1202
1334
|
"themeable": true,
|
|
1335
|
+
"prefix": false,
|
|
1203
1336
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1204
1337
|
"isSource": false,
|
|
1205
1338
|
"original": {
|
|
1206
1339
|
"value": "#8d1300",
|
|
1207
1340
|
"$type": "color",
|
|
1208
|
-
"themeable": true
|
|
1341
|
+
"themeable": true,
|
|
1342
|
+
"prefix": false
|
|
1209
1343
|
},
|
|
1210
|
-
"name": "
|
|
1344
|
+
"name": "_800",
|
|
1211
1345
|
"attributes": {},
|
|
1212
1346
|
"path": [
|
|
1213
1347
|
"red",
|
|
@@ -1218,14 +1352,16 @@
|
|
|
1218
1352
|
"value": "#660e00",
|
|
1219
1353
|
"$type": "color",
|
|
1220
1354
|
"themeable": true,
|
|
1355
|
+
"prefix": false,
|
|
1221
1356
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1222
1357
|
"isSource": false,
|
|
1223
1358
|
"original": {
|
|
1224
1359
|
"value": "#660e00",
|
|
1225
1360
|
"$type": "color",
|
|
1226
|
-
"themeable": true
|
|
1361
|
+
"themeable": true,
|
|
1362
|
+
"prefix": false
|
|
1227
1363
|
},
|
|
1228
|
-
"name": "
|
|
1364
|
+
"name": "_900",
|
|
1229
1365
|
"attributes": {},
|
|
1230
1366
|
"path": [
|
|
1231
1367
|
"red",
|
|
@@ -1236,14 +1372,16 @@
|
|
|
1236
1372
|
"value": "#4d0a00",
|
|
1237
1373
|
"$type": "color",
|
|
1238
1374
|
"themeable": true,
|
|
1375
|
+
"prefix": false,
|
|
1239
1376
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1240
1377
|
"isSource": false,
|
|
1241
1378
|
"original": {
|
|
1242
1379
|
"value": "#4d0a00",
|
|
1243
1380
|
"$type": "color",
|
|
1244
|
-
"themeable": true
|
|
1381
|
+
"themeable": true,
|
|
1382
|
+
"prefix": false
|
|
1245
1383
|
},
|
|
1246
|
-
"name": "
|
|
1384
|
+
"name": "_950",
|
|
1247
1385
|
"attributes": {},
|
|
1248
1386
|
"path": [
|
|
1249
1387
|
"red",
|
|
@@ -1257,14 +1395,16 @@
|
|
|
1257
1395
|
"value": "#ddfab7",
|
|
1258
1396
|
"$type": "color",
|
|
1259
1397
|
"themeable": true,
|
|
1398
|
+
"prefix": false,
|
|
1260
1399
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1261
1400
|
"isSource": false,
|
|
1262
1401
|
"original": {
|
|
1263
1402
|
"value": "#ddfab7",
|
|
1264
1403
|
"$type": "color",
|
|
1265
|
-
"themeable": true
|
|
1404
|
+
"themeable": true,
|
|
1405
|
+
"prefix": false
|
|
1266
1406
|
},
|
|
1267
|
-
"name": "
|
|
1407
|
+
"name": "A_VIZ_GREEN_50",
|
|
1268
1408
|
"attributes": {},
|
|
1269
1409
|
"path": [
|
|
1270
1410
|
"data-viz",
|
|
@@ -1276,14 +1416,16 @@
|
|
|
1276
1416
|
"value": "#c6ed94",
|
|
1277
1417
|
"$type": "color",
|
|
1278
1418
|
"themeable": true,
|
|
1419
|
+
"prefix": false,
|
|
1279
1420
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1280
1421
|
"isSource": false,
|
|
1281
1422
|
"original": {
|
|
1282
1423
|
"value": "#c6ed94",
|
|
1283
1424
|
"$type": "color",
|
|
1284
|
-
"themeable": true
|
|
1425
|
+
"themeable": true,
|
|
1426
|
+
"prefix": false
|
|
1285
1427
|
},
|
|
1286
|
-
"name": "
|
|
1428
|
+
"name": "A_VIZ_GREEN_100",
|
|
1287
1429
|
"attributes": {},
|
|
1288
1430
|
"path": [
|
|
1289
1431
|
"data-viz",
|
|
@@ -1295,14 +1437,16 @@
|
|
|
1295
1437
|
"value": "#b0d97b",
|
|
1296
1438
|
"$type": "color",
|
|
1297
1439
|
"themeable": true,
|
|
1440
|
+
"prefix": false,
|
|
1298
1441
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1299
1442
|
"isSource": false,
|
|
1300
1443
|
"original": {
|
|
1301
1444
|
"value": "#b0d97b",
|
|
1302
1445
|
"$type": "color",
|
|
1303
|
-
"themeable": true
|
|
1446
|
+
"themeable": true,
|
|
1447
|
+
"prefix": false
|
|
1304
1448
|
},
|
|
1305
|
-
"name": "
|
|
1449
|
+
"name": "A_VIZ_GREEN_200",
|
|
1306
1450
|
"attributes": {},
|
|
1307
1451
|
"path": [
|
|
1308
1452
|
"data-viz",
|
|
@@ -1314,14 +1458,16 @@
|
|
|
1314
1458
|
"value": "#94c25e",
|
|
1315
1459
|
"$type": "color",
|
|
1316
1460
|
"themeable": true,
|
|
1461
|
+
"prefix": false,
|
|
1317
1462
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1318
1463
|
"isSource": false,
|
|
1319
1464
|
"original": {
|
|
1320
1465
|
"value": "#94c25e",
|
|
1321
1466
|
"$type": "color",
|
|
1322
|
-
"themeable": true
|
|
1467
|
+
"themeable": true,
|
|
1468
|
+
"prefix": false
|
|
1323
1469
|
},
|
|
1324
|
-
"name": "
|
|
1470
|
+
"name": "A_VIZ_GREEN_300",
|
|
1325
1471
|
"attributes": {},
|
|
1326
1472
|
"path": [
|
|
1327
1473
|
"data-viz",
|
|
@@ -1333,14 +1479,16 @@
|
|
|
1333
1479
|
"value": "#81ac41",
|
|
1334
1480
|
"$type": "color",
|
|
1335
1481
|
"themeable": true,
|
|
1482
|
+
"prefix": false,
|
|
1336
1483
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1337
1484
|
"isSource": false,
|
|
1338
1485
|
"original": {
|
|
1339
1486
|
"value": "#81ac41",
|
|
1340
1487
|
"$type": "color",
|
|
1341
|
-
"themeable": true
|
|
1488
|
+
"themeable": true,
|
|
1489
|
+
"prefix": false
|
|
1342
1490
|
},
|
|
1343
|
-
"name": "
|
|
1491
|
+
"name": "A_VIZ_GREEN_400",
|
|
1344
1492
|
"attributes": {},
|
|
1345
1493
|
"path": [
|
|
1346
1494
|
"data-viz",
|
|
@@ -1352,14 +1500,16 @@
|
|
|
1352
1500
|
"value": "#619025",
|
|
1353
1501
|
"$type": "color",
|
|
1354
1502
|
"themeable": true,
|
|
1503
|
+
"prefix": false,
|
|
1355
1504
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1356
1505
|
"isSource": false,
|
|
1357
1506
|
"original": {
|
|
1358
1507
|
"value": "#619025",
|
|
1359
1508
|
"$type": "color",
|
|
1360
|
-
"themeable": true
|
|
1509
|
+
"themeable": true,
|
|
1510
|
+
"prefix": false
|
|
1361
1511
|
},
|
|
1362
|
-
"name": "
|
|
1512
|
+
"name": "A_VIZ_GREEN_500",
|
|
1363
1513
|
"attributes": {},
|
|
1364
1514
|
"path": [
|
|
1365
1515
|
"data-viz",
|
|
@@ -1371,14 +1521,16 @@
|
|
|
1371
1521
|
"value": "#4e7f0e",
|
|
1372
1522
|
"$type": "color",
|
|
1373
1523
|
"themeable": true,
|
|
1524
|
+
"prefix": false,
|
|
1374
1525
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1375
1526
|
"isSource": false,
|
|
1376
1527
|
"original": {
|
|
1377
1528
|
"value": "#4e7f0e",
|
|
1378
1529
|
"$type": "color",
|
|
1379
|
-
"themeable": true
|
|
1530
|
+
"themeable": true,
|
|
1531
|
+
"prefix": false
|
|
1380
1532
|
},
|
|
1381
|
-
"name": "
|
|
1533
|
+
"name": "A_VIZ_GREEN_600",
|
|
1382
1534
|
"attributes": {},
|
|
1383
1535
|
"path": [
|
|
1384
1536
|
"data-viz",
|
|
@@ -1390,14 +1542,16 @@
|
|
|
1390
1542
|
"value": "#366800",
|
|
1391
1543
|
"$type": "color",
|
|
1392
1544
|
"themeable": true,
|
|
1545
|
+
"prefix": false,
|
|
1393
1546
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1394
1547
|
"isSource": false,
|
|
1395
1548
|
"original": {
|
|
1396
1549
|
"value": "#366800",
|
|
1397
1550
|
"$type": "color",
|
|
1398
|
-
"themeable": true
|
|
1551
|
+
"themeable": true,
|
|
1552
|
+
"prefix": false
|
|
1399
1553
|
},
|
|
1400
|
-
"name": "
|
|
1554
|
+
"name": "A_VIZ_GREEN_700",
|
|
1401
1555
|
"attributes": {},
|
|
1402
1556
|
"path": [
|
|
1403
1557
|
"data-viz",
|
|
@@ -1409,14 +1563,16 @@
|
|
|
1409
1563
|
"value": "#275600",
|
|
1410
1564
|
"$type": "color",
|
|
1411
1565
|
"themeable": true,
|
|
1566
|
+
"prefix": false,
|
|
1412
1567
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1413
1568
|
"isSource": false,
|
|
1414
1569
|
"original": {
|
|
1415
1570
|
"value": "#275600",
|
|
1416
1571
|
"$type": "color",
|
|
1417
|
-
"themeable": true
|
|
1572
|
+
"themeable": true,
|
|
1573
|
+
"prefix": false
|
|
1418
1574
|
},
|
|
1419
|
-
"name": "
|
|
1575
|
+
"name": "A_VIZ_GREEN_800",
|
|
1420
1576
|
"attributes": {},
|
|
1421
1577
|
"path": [
|
|
1422
1578
|
"data-viz",
|
|
@@ -1428,14 +1584,16 @@
|
|
|
1428
1584
|
"value": "#1a4500",
|
|
1429
1585
|
"$type": "color",
|
|
1430
1586
|
"themeable": true,
|
|
1587
|
+
"prefix": false,
|
|
1431
1588
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1432
1589
|
"isSource": false,
|
|
1433
1590
|
"original": {
|
|
1434
1591
|
"value": "#1a4500",
|
|
1435
1592
|
"$type": "color",
|
|
1436
|
-
"themeable": true
|
|
1593
|
+
"themeable": true,
|
|
1594
|
+
"prefix": false
|
|
1437
1595
|
},
|
|
1438
|
-
"name": "
|
|
1596
|
+
"name": "A_VIZ_GREEN_900",
|
|
1439
1597
|
"attributes": {},
|
|
1440
1598
|
"path": [
|
|
1441
1599
|
"data-viz",
|
|
@@ -1447,14 +1605,16 @@
|
|
|
1447
1605
|
"value": "#133a03",
|
|
1448
1606
|
"$type": "color",
|
|
1449
1607
|
"themeable": true,
|
|
1608
|
+
"prefix": false,
|
|
1450
1609
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1451
1610
|
"isSource": false,
|
|
1452
1611
|
"original": {
|
|
1453
1612
|
"value": "#133a03",
|
|
1454
1613
|
"$type": "color",
|
|
1455
|
-
"themeable": true
|
|
1614
|
+
"themeable": true,
|
|
1615
|
+
"prefix": false
|
|
1456
1616
|
},
|
|
1457
|
-
"name": "
|
|
1617
|
+
"name": "A_VIZ_GREEN_950",
|
|
1458
1618
|
"attributes": {},
|
|
1459
1619
|
"path": [
|
|
1460
1620
|
"data-viz",
|
|
@@ -1468,14 +1628,16 @@
|
|
|
1468
1628
|
"value": "#b5fefd",
|
|
1469
1629
|
"$type": "color",
|
|
1470
1630
|
"themeable": true,
|
|
1631
|
+
"prefix": false,
|
|
1471
1632
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1472
1633
|
"isSource": false,
|
|
1473
1634
|
"original": {
|
|
1474
1635
|
"value": "#b5fefd",
|
|
1475
1636
|
"$type": "color",
|
|
1476
|
-
"themeable": true
|
|
1637
|
+
"themeable": true,
|
|
1638
|
+
"prefix": false
|
|
1477
1639
|
},
|
|
1478
|
-
"name": "
|
|
1640
|
+
"name": "A_VIZ_AQUA_50",
|
|
1479
1641
|
"attributes": {},
|
|
1480
1642
|
"path": [
|
|
1481
1643
|
"data-viz",
|
|
@@ -1487,14 +1649,16 @@
|
|
|
1487
1649
|
"value": "#93f2ef",
|
|
1488
1650
|
"$type": "color",
|
|
1489
1651
|
"themeable": true,
|
|
1652
|
+
"prefix": false,
|
|
1490
1653
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1491
1654
|
"isSource": false,
|
|
1492
1655
|
"original": {
|
|
1493
1656
|
"value": "#93f2ef",
|
|
1494
1657
|
"$type": "color",
|
|
1495
|
-
"themeable": true
|
|
1658
|
+
"themeable": true,
|
|
1659
|
+
"prefix": false
|
|
1496
1660
|
},
|
|
1497
|
-
"name": "
|
|
1661
|
+
"name": "A_VIZ_AQUA_100",
|
|
1498
1662
|
"attributes": {},
|
|
1499
1663
|
"path": [
|
|
1500
1664
|
"data-viz",
|
|
@@ -1506,14 +1670,16 @@
|
|
|
1506
1670
|
"value": "#5edee3",
|
|
1507
1671
|
"$type": "color",
|
|
1508
1672
|
"themeable": true,
|
|
1673
|
+
"prefix": false,
|
|
1509
1674
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1510
1675
|
"isSource": false,
|
|
1511
1676
|
"original": {
|
|
1512
1677
|
"value": "#5edee3",
|
|
1513
1678
|
"$type": "color",
|
|
1514
|
-
"themeable": true
|
|
1679
|
+
"themeable": true,
|
|
1680
|
+
"prefix": false
|
|
1515
1681
|
},
|
|
1516
|
-
"name": "
|
|
1682
|
+
"name": "A_VIZ_AQUA_200",
|
|
1517
1683
|
"attributes": {},
|
|
1518
1684
|
"path": [
|
|
1519
1685
|
"data-viz",
|
|
@@ -1525,14 +1691,16 @@
|
|
|
1525
1691
|
"value": "#32c5d2",
|
|
1526
1692
|
"$type": "color",
|
|
1527
1693
|
"themeable": true,
|
|
1694
|
+
"prefix": false,
|
|
1528
1695
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1529
1696
|
"isSource": false,
|
|
1530
1697
|
"original": {
|
|
1531
1698
|
"value": "#32c5d2",
|
|
1532
1699
|
"$type": "color",
|
|
1533
|
-
"themeable": true
|
|
1700
|
+
"themeable": true,
|
|
1701
|
+
"prefix": false
|
|
1534
1702
|
},
|
|
1535
|
-
"name": "
|
|
1703
|
+
"name": "A_VIZ_AQUA_300",
|
|
1536
1704
|
"attributes": {},
|
|
1537
1705
|
"path": [
|
|
1538
1706
|
"data-viz",
|
|
@@ -1544,14 +1712,16 @@
|
|
|
1544
1712
|
"value": "#00acc4",
|
|
1545
1713
|
"$type": "color",
|
|
1546
1714
|
"themeable": true,
|
|
1715
|
+
"prefix": false,
|
|
1547
1716
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1548
1717
|
"isSource": false,
|
|
1549
1718
|
"original": {
|
|
1550
1719
|
"value": "#00acc4",
|
|
1551
1720
|
"$type": "color",
|
|
1552
|
-
"themeable": true
|
|
1721
|
+
"themeable": true,
|
|
1722
|
+
"prefix": false
|
|
1553
1723
|
},
|
|
1554
|
-
"name": "
|
|
1724
|
+
"name": "A_VIZ_AQUA_400",
|
|
1555
1725
|
"attributes": {},
|
|
1556
1726
|
"path": [
|
|
1557
1727
|
"data-viz",
|
|
@@ -1563,14 +1733,16 @@
|
|
|
1563
1733
|
"value": "#0090b1",
|
|
1564
1734
|
"$type": "color",
|
|
1565
1735
|
"themeable": true,
|
|
1736
|
+
"prefix": false,
|
|
1566
1737
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1567
1738
|
"isSource": false,
|
|
1568
1739
|
"original": {
|
|
1569
1740
|
"value": "#0090b1",
|
|
1570
1741
|
"$type": "color",
|
|
1571
|
-
"themeable": true
|
|
1742
|
+
"themeable": true,
|
|
1743
|
+
"prefix": false
|
|
1572
1744
|
},
|
|
1573
|
-
"name": "
|
|
1745
|
+
"name": "A_VIZ_AQUA_500",
|
|
1574
1746
|
"attributes": {},
|
|
1575
1747
|
"path": [
|
|
1576
1748
|
"data-viz",
|
|
@@ -1582,14 +1754,16 @@
|
|
|
1582
1754
|
"value": "#007b9b",
|
|
1583
1755
|
"$type": "color",
|
|
1584
1756
|
"themeable": true,
|
|
1757
|
+
"prefix": false,
|
|
1585
1758
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1586
1759
|
"isSource": false,
|
|
1587
1760
|
"original": {
|
|
1588
1761
|
"value": "#007b9b",
|
|
1589
1762
|
"$type": "color",
|
|
1590
|
-
"themeable": true
|
|
1763
|
+
"themeable": true,
|
|
1764
|
+
"prefix": false
|
|
1591
1765
|
},
|
|
1592
|
-
"name": "
|
|
1766
|
+
"name": "A_VIZ_AQUA_600",
|
|
1593
1767
|
"attributes": {},
|
|
1594
1768
|
"path": [
|
|
1595
1769
|
"data-viz",
|
|
@@ -1601,14 +1775,16 @@
|
|
|
1601
1775
|
"value": "#006381",
|
|
1602
1776
|
"$type": "color",
|
|
1603
1777
|
"themeable": true,
|
|
1778
|
+
"prefix": false,
|
|
1604
1779
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1605
1780
|
"isSource": false,
|
|
1606
1781
|
"original": {
|
|
1607
1782
|
"value": "#006381",
|
|
1608
1783
|
"$type": "color",
|
|
1609
|
-
"themeable": true
|
|
1784
|
+
"themeable": true,
|
|
1785
|
+
"prefix": false
|
|
1610
1786
|
},
|
|
1611
|
-
"name": "
|
|
1787
|
+
"name": "A_VIZ_AQUA_700",
|
|
1612
1788
|
"attributes": {},
|
|
1613
1789
|
"path": [
|
|
1614
1790
|
"data-viz",
|
|
@@ -1620,14 +1796,16 @@
|
|
|
1620
1796
|
"value": "#00516c",
|
|
1621
1797
|
"$type": "color",
|
|
1622
1798
|
"themeable": true,
|
|
1799
|
+
"prefix": false,
|
|
1623
1800
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1624
1801
|
"isSource": false,
|
|
1625
1802
|
"original": {
|
|
1626
1803
|
"value": "#00516c",
|
|
1627
1804
|
"$type": "color",
|
|
1628
|
-
"themeable": true
|
|
1805
|
+
"themeable": true,
|
|
1806
|
+
"prefix": false
|
|
1629
1807
|
},
|
|
1630
|
-
"name": "
|
|
1808
|
+
"name": "A_VIZ_AQUA_800",
|
|
1631
1809
|
"attributes": {},
|
|
1632
1810
|
"path": [
|
|
1633
1811
|
"data-viz",
|
|
@@ -1639,14 +1817,16 @@
|
|
|
1639
1817
|
"value": "#004059",
|
|
1640
1818
|
"$type": "color",
|
|
1641
1819
|
"themeable": true,
|
|
1820
|
+
"prefix": false,
|
|
1642
1821
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1643
1822
|
"isSource": false,
|
|
1644
1823
|
"original": {
|
|
1645
1824
|
"value": "#004059",
|
|
1646
1825
|
"$type": "color",
|
|
1647
|
-
"themeable": true
|
|
1826
|
+
"themeable": true,
|
|
1827
|
+
"prefix": false
|
|
1648
1828
|
},
|
|
1649
|
-
"name": "
|
|
1829
|
+
"name": "A_VIZ_AQUA_900",
|
|
1650
1830
|
"attributes": {},
|
|
1651
1831
|
"path": [
|
|
1652
1832
|
"data-viz",
|
|
@@ -1658,14 +1838,16 @@
|
|
|
1658
1838
|
"value": "#00344b",
|
|
1659
1839
|
"$type": "color",
|
|
1660
1840
|
"themeable": true,
|
|
1841
|
+
"prefix": false,
|
|
1661
1842
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1662
1843
|
"isSource": false,
|
|
1663
1844
|
"original": {
|
|
1664
1845
|
"value": "#00344b",
|
|
1665
1846
|
"$type": "color",
|
|
1666
|
-
"themeable": true
|
|
1847
|
+
"themeable": true,
|
|
1848
|
+
"prefix": false
|
|
1667
1849
|
},
|
|
1668
|
-
"name": "
|
|
1850
|
+
"name": "A_VIZ_AQUA_950",
|
|
1669
1851
|
"attributes": {},
|
|
1670
1852
|
"path": [
|
|
1671
1853
|
"data-viz",
|
|
@@ -1679,14 +1861,16 @@
|
|
|
1679
1861
|
"value": "#e9ebff",
|
|
1680
1862
|
"$type": "color",
|
|
1681
1863
|
"themeable": true,
|
|
1864
|
+
"prefix": false,
|
|
1682
1865
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1683
1866
|
"isSource": false,
|
|
1684
1867
|
"original": {
|
|
1685
1868
|
"value": "#e9ebff",
|
|
1686
1869
|
"$type": "color",
|
|
1687
|
-
"themeable": true
|
|
1870
|
+
"themeable": true,
|
|
1871
|
+
"prefix": false
|
|
1688
1872
|
},
|
|
1689
|
-
"name": "
|
|
1873
|
+
"name": "A_VIZ_BLUE_50",
|
|
1690
1874
|
"attributes": {},
|
|
1691
1875
|
"path": [
|
|
1692
1876
|
"data-viz",
|
|
@@ -1698,14 +1882,16 @@
|
|
|
1698
1882
|
"value": "#d2dcff",
|
|
1699
1883
|
"$type": "color",
|
|
1700
1884
|
"themeable": true,
|
|
1885
|
+
"prefix": false,
|
|
1701
1886
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1702
1887
|
"isSource": false,
|
|
1703
1888
|
"original": {
|
|
1704
1889
|
"value": "#d2dcff",
|
|
1705
1890
|
"$type": "color",
|
|
1706
|
-
"themeable": true
|
|
1891
|
+
"themeable": true,
|
|
1892
|
+
"prefix": false
|
|
1707
1893
|
},
|
|
1708
|
-
"name": "
|
|
1894
|
+
"name": "A_VIZ_BLUE_100",
|
|
1709
1895
|
"attributes": {},
|
|
1710
1896
|
"path": [
|
|
1711
1897
|
"data-viz",
|
|
@@ -1717,14 +1903,16 @@
|
|
|
1717
1903
|
"value": "#b7c6ff",
|
|
1718
1904
|
"$type": "color",
|
|
1719
1905
|
"themeable": true,
|
|
1906
|
+
"prefix": false,
|
|
1720
1907
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1721
1908
|
"isSource": false,
|
|
1722
1909
|
"original": {
|
|
1723
1910
|
"value": "#b7c6ff",
|
|
1724
1911
|
"$type": "color",
|
|
1725
|
-
"themeable": true
|
|
1912
|
+
"themeable": true,
|
|
1913
|
+
"prefix": false
|
|
1726
1914
|
},
|
|
1727
|
-
"name": "
|
|
1915
|
+
"name": "A_VIZ_BLUE_200",
|
|
1728
1916
|
"attributes": {},
|
|
1729
1917
|
"path": [
|
|
1730
1918
|
"data-viz",
|
|
@@ -1736,14 +1924,16 @@
|
|
|
1736
1924
|
"value": "#97acff",
|
|
1737
1925
|
"$type": "color",
|
|
1738
1926
|
"themeable": true,
|
|
1927
|
+
"prefix": false,
|
|
1739
1928
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1740
1929
|
"isSource": false,
|
|
1741
1930
|
"original": {
|
|
1742
1931
|
"value": "#97acff",
|
|
1743
1932
|
"$type": "color",
|
|
1744
|
-
"themeable": true
|
|
1933
|
+
"themeable": true,
|
|
1934
|
+
"prefix": false
|
|
1745
1935
|
},
|
|
1746
|
-
"name": "
|
|
1936
|
+
"name": "A_VIZ_BLUE_300",
|
|
1747
1937
|
"attributes": {},
|
|
1748
1938
|
"path": [
|
|
1749
1939
|
"data-viz",
|
|
@@ -1755,14 +1945,16 @@
|
|
|
1755
1945
|
"value": "#7992f5",
|
|
1756
1946
|
"$type": "color",
|
|
1757
1947
|
"themeable": true,
|
|
1948
|
+
"prefix": false,
|
|
1758
1949
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1759
1950
|
"isSource": false,
|
|
1760
1951
|
"original": {
|
|
1761
1952
|
"value": "#7992f5",
|
|
1762
1953
|
"$type": "color",
|
|
1763
|
-
"themeable": true
|
|
1954
|
+
"themeable": true,
|
|
1955
|
+
"prefix": false
|
|
1764
1956
|
},
|
|
1765
|
-
"name": "
|
|
1957
|
+
"name": "A_VIZ_BLUE_400",
|
|
1766
1958
|
"attributes": {},
|
|
1767
1959
|
"path": [
|
|
1768
1960
|
"data-viz",
|
|
@@ -1774,14 +1966,16 @@
|
|
|
1774
1966
|
"value": "#617ae2",
|
|
1775
1967
|
"$type": "color",
|
|
1776
1968
|
"themeable": true,
|
|
1969
|
+
"prefix": false,
|
|
1777
1970
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1778
1971
|
"isSource": false,
|
|
1779
1972
|
"original": {
|
|
1780
1973
|
"value": "#617ae2",
|
|
1781
1974
|
"$type": "color",
|
|
1782
|
-
"themeable": true
|
|
1975
|
+
"themeable": true,
|
|
1976
|
+
"prefix": false
|
|
1783
1977
|
},
|
|
1784
|
-
"name": "
|
|
1978
|
+
"name": "A_VIZ_BLUE_500",
|
|
1785
1979
|
"attributes": {},
|
|
1786
1980
|
"path": [
|
|
1787
1981
|
"data-viz",
|
|
@@ -1793,14 +1987,16 @@
|
|
|
1793
1987
|
"value": "#4e65cd",
|
|
1794
1988
|
"$type": "color",
|
|
1795
1989
|
"themeable": true,
|
|
1990
|
+
"prefix": false,
|
|
1796
1991
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1797
1992
|
"isSource": false,
|
|
1798
1993
|
"original": {
|
|
1799
1994
|
"value": "#4e65cd",
|
|
1800
1995
|
"$type": "color",
|
|
1801
|
-
"themeable": true
|
|
1996
|
+
"themeable": true,
|
|
1997
|
+
"prefix": false
|
|
1802
1998
|
},
|
|
1803
|
-
"name": "
|
|
1999
|
+
"name": "A_VIZ_BLUE_600",
|
|
1804
2000
|
"attributes": {},
|
|
1805
2001
|
"path": [
|
|
1806
2002
|
"data-viz",
|
|
@@ -1812,14 +2008,16 @@
|
|
|
1812
2008
|
"value": "#3f51ae",
|
|
1813
2009
|
"$type": "color",
|
|
1814
2010
|
"themeable": true,
|
|
2011
|
+
"prefix": false,
|
|
1815
2012
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1816
2013
|
"isSource": false,
|
|
1817
2014
|
"original": {
|
|
1818
2015
|
"value": "#3f51ae",
|
|
1819
2016
|
"$type": "color",
|
|
1820
|
-
"themeable": true
|
|
2017
|
+
"themeable": true,
|
|
2018
|
+
"prefix": false
|
|
1821
2019
|
},
|
|
1822
|
-
"name": "
|
|
2020
|
+
"name": "A_VIZ_BLUE_700",
|
|
1823
2021
|
"attributes": {},
|
|
1824
2022
|
"path": [
|
|
1825
2023
|
"data-viz",
|
|
@@ -1831,14 +2029,16 @@
|
|
|
1831
2029
|
"value": "#374291",
|
|
1832
2030
|
"$type": "color",
|
|
1833
2031
|
"themeable": true,
|
|
2032
|
+
"prefix": false,
|
|
1834
2033
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1835
2034
|
"isSource": false,
|
|
1836
2035
|
"original": {
|
|
1837
2036
|
"value": "#374291",
|
|
1838
2037
|
"$type": "color",
|
|
1839
|
-
"themeable": true
|
|
2038
|
+
"themeable": true,
|
|
2039
|
+
"prefix": false
|
|
1840
2040
|
},
|
|
1841
|
-
"name": "
|
|
2041
|
+
"name": "A_VIZ_BLUE_800",
|
|
1842
2042
|
"attributes": {},
|
|
1843
2043
|
"path": [
|
|
1844
2044
|
"data-viz",
|
|
@@ -1850,14 +2050,16 @@
|
|
|
1850
2050
|
"value": "#303470",
|
|
1851
2051
|
"$type": "color",
|
|
1852
2052
|
"themeable": true,
|
|
2053
|
+
"prefix": false,
|
|
1853
2054
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1854
2055
|
"isSource": false,
|
|
1855
2056
|
"original": {
|
|
1856
2057
|
"value": "#303470",
|
|
1857
2058
|
"$type": "color",
|
|
1858
|
-
"themeable": true
|
|
2059
|
+
"themeable": true,
|
|
2060
|
+
"prefix": false
|
|
1859
2061
|
},
|
|
1860
|
-
"name": "
|
|
2062
|
+
"name": "A_VIZ_BLUE_900",
|
|
1861
2063
|
"attributes": {},
|
|
1862
2064
|
"path": [
|
|
1863
2065
|
"data-viz",
|
|
@@ -1869,14 +2071,16 @@
|
|
|
1869
2071
|
"value": "#2a2b59",
|
|
1870
2072
|
"$type": "color",
|
|
1871
2073
|
"themeable": true,
|
|
2074
|
+
"prefix": false,
|
|
1872
2075
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1873
2076
|
"isSource": false,
|
|
1874
2077
|
"original": {
|
|
1875
2078
|
"value": "#2a2b59",
|
|
1876
2079
|
"$type": "color",
|
|
1877
|
-
"themeable": true
|
|
2080
|
+
"themeable": true,
|
|
2081
|
+
"prefix": false
|
|
1878
2082
|
},
|
|
1879
|
-
"name": "
|
|
2083
|
+
"name": "A_VIZ_BLUE_950",
|
|
1880
2084
|
"attributes": {},
|
|
1881
2085
|
"path": [
|
|
1882
2086
|
"data-viz",
|
|
@@ -1890,14 +2094,16 @@
|
|
|
1890
2094
|
"value": "#ffe3eb",
|
|
1891
2095
|
"$type": "color",
|
|
1892
2096
|
"themeable": true,
|
|
2097
|
+
"prefix": false,
|
|
1893
2098
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1894
2099
|
"isSource": false,
|
|
1895
2100
|
"original": {
|
|
1896
2101
|
"value": "#ffe3eb",
|
|
1897
2102
|
"$type": "color",
|
|
1898
|
-
"themeable": true
|
|
2103
|
+
"themeable": true,
|
|
2104
|
+
"prefix": false
|
|
1899
2105
|
},
|
|
1900
|
-
"name": "
|
|
2106
|
+
"name": "A_VIZ_MAGENTA_50",
|
|
1901
2107
|
"attributes": {},
|
|
1902
2108
|
"path": [
|
|
1903
2109
|
"data-viz",
|
|
@@ -1909,14 +2115,16 @@
|
|
|
1909
2115
|
"value": "#ffccdb",
|
|
1910
2116
|
"$type": "color",
|
|
1911
2117
|
"themeable": true,
|
|
2118
|
+
"prefix": false,
|
|
1912
2119
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1913
2120
|
"isSource": false,
|
|
1914
2121
|
"original": {
|
|
1915
2122
|
"value": "#ffccdb",
|
|
1916
2123
|
"$type": "color",
|
|
1917
|
-
"themeable": true
|
|
2124
|
+
"themeable": true,
|
|
2125
|
+
"prefix": false
|
|
1918
2126
|
},
|
|
1919
|
-
"name": "
|
|
2127
|
+
"name": "A_VIZ_MAGENTA_100",
|
|
1920
2128
|
"attributes": {},
|
|
1921
2129
|
"path": [
|
|
1922
2130
|
"data-viz",
|
|
@@ -1928,14 +2136,16 @@
|
|
|
1928
2136
|
"value": "#fcacc5",
|
|
1929
2137
|
"$type": "color",
|
|
1930
2138
|
"themeable": true,
|
|
2139
|
+
"prefix": false,
|
|
1931
2140
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1932
2141
|
"isSource": false,
|
|
1933
2142
|
"original": {
|
|
1934
2143
|
"value": "#fcacc5",
|
|
1935
2144
|
"$type": "color",
|
|
1936
|
-
"themeable": true
|
|
2145
|
+
"themeable": true,
|
|
2146
|
+
"prefix": false
|
|
1937
2147
|
},
|
|
1938
|
-
"name": "
|
|
2148
|
+
"name": "A_VIZ_MAGENTA_200",
|
|
1939
2149
|
"attributes": {},
|
|
1940
2150
|
"path": [
|
|
1941
2151
|
"data-viz",
|
|
@@ -1947,14 +2157,16 @@
|
|
|
1947
2157
|
"value": "#f88aaf",
|
|
1948
2158
|
"$type": "color",
|
|
1949
2159
|
"themeable": true,
|
|
2160
|
+
"prefix": false,
|
|
1950
2161
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1951
2162
|
"isSource": false,
|
|
1952
2163
|
"original": {
|
|
1953
2164
|
"value": "#f88aaf",
|
|
1954
2165
|
"$type": "color",
|
|
1955
|
-
"themeable": true
|
|
2166
|
+
"themeable": true,
|
|
2167
|
+
"prefix": false
|
|
1956
2168
|
},
|
|
1957
|
-
"name": "
|
|
2169
|
+
"name": "A_VIZ_MAGENTA_300",
|
|
1958
2170
|
"attributes": {},
|
|
1959
2171
|
"path": [
|
|
1960
2172
|
"data-viz",
|
|
@@ -1966,14 +2178,16 @@
|
|
|
1966
2178
|
"value": "#e86e9a",
|
|
1967
2179
|
"$type": "color",
|
|
1968
2180
|
"themeable": true,
|
|
2181
|
+
"prefix": false,
|
|
1969
2182
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1970
2183
|
"isSource": false,
|
|
1971
2184
|
"original": {
|
|
1972
2185
|
"value": "#e86e9a",
|
|
1973
2186
|
"$type": "color",
|
|
1974
|
-
"themeable": true
|
|
2187
|
+
"themeable": true,
|
|
2188
|
+
"prefix": false
|
|
1975
2189
|
},
|
|
1976
|
-
"name": "
|
|
2190
|
+
"name": "A_VIZ_MAGENTA_400",
|
|
1977
2191
|
"attributes": {},
|
|
1978
2192
|
"path": [
|
|
1979
2193
|
"data-viz",
|
|
@@ -1985,14 +2199,16 @@
|
|
|
1985
2199
|
"value": "#cf4d81",
|
|
1986
2200
|
"$type": "color",
|
|
1987
2201
|
"themeable": true,
|
|
2202
|
+
"prefix": false,
|
|
1988
2203
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
1989
2204
|
"isSource": false,
|
|
1990
2205
|
"original": {
|
|
1991
2206
|
"value": "#cf4d81",
|
|
1992
2207
|
"$type": "color",
|
|
1993
|
-
"themeable": true
|
|
2208
|
+
"themeable": true,
|
|
2209
|
+
"prefix": false
|
|
1994
2210
|
},
|
|
1995
|
-
"name": "
|
|
2211
|
+
"name": "A_VIZ_MAGENTA_500",
|
|
1996
2212
|
"attributes": {},
|
|
1997
2213
|
"path": [
|
|
1998
2214
|
"data-viz",
|
|
@@ -2004,14 +2220,16 @@
|
|
|
2004
2220
|
"value": "#b93d71",
|
|
2005
2221
|
"$type": "color",
|
|
2006
2222
|
"themeable": true,
|
|
2223
|
+
"prefix": false,
|
|
2007
2224
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2008
2225
|
"isSource": false,
|
|
2009
2226
|
"original": {
|
|
2010
2227
|
"value": "#b93d71",
|
|
2011
2228
|
"$type": "color",
|
|
2012
|
-
"themeable": true
|
|
2229
|
+
"themeable": true,
|
|
2230
|
+
"prefix": false
|
|
2013
2231
|
},
|
|
2014
|
-
"name": "
|
|
2232
|
+
"name": "A_VIZ_MAGENTA_600",
|
|
2015
2233
|
"attributes": {},
|
|
2016
2234
|
"path": [
|
|
2017
2235
|
"data-viz",
|
|
@@ -2023,14 +2241,16 @@
|
|
|
2023
2241
|
"value": "#9a2e5d",
|
|
2024
2242
|
"$type": "color",
|
|
2025
2243
|
"themeable": true,
|
|
2244
|
+
"prefix": false,
|
|
2026
2245
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2027
2246
|
"isSource": false,
|
|
2028
2247
|
"original": {
|
|
2029
2248
|
"value": "#9a2e5d",
|
|
2030
2249
|
"$type": "color",
|
|
2031
|
-
"themeable": true
|
|
2250
|
+
"themeable": true,
|
|
2251
|
+
"prefix": false
|
|
2032
2252
|
},
|
|
2033
|
-
"name": "
|
|
2253
|
+
"name": "A_VIZ_MAGENTA_700",
|
|
2034
2254
|
"attributes": {},
|
|
2035
2255
|
"path": [
|
|
2036
2256
|
"data-viz",
|
|
@@ -2042,14 +2262,16 @@
|
|
|
2042
2262
|
"value": "#7c214f",
|
|
2043
2263
|
"$type": "color",
|
|
2044
2264
|
"themeable": true,
|
|
2265
|
+
"prefix": false,
|
|
2045
2266
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2046
2267
|
"isSource": false,
|
|
2047
2268
|
"original": {
|
|
2048
2269
|
"value": "#7c214f",
|
|
2049
2270
|
"$type": "color",
|
|
2050
|
-
"themeable": true
|
|
2271
|
+
"themeable": true,
|
|
2272
|
+
"prefix": false
|
|
2051
2273
|
},
|
|
2052
|
-
"name": "
|
|
2274
|
+
"name": "A_VIZ_MAGENTA_800",
|
|
2053
2275
|
"attributes": {},
|
|
2054
2276
|
"path": [
|
|
2055
2277
|
"data-viz",
|
|
@@ -2061,14 +2283,16 @@
|
|
|
2061
2283
|
"value": "#661e3a",
|
|
2062
2284
|
"$type": "color",
|
|
2063
2285
|
"themeable": true,
|
|
2286
|
+
"prefix": false,
|
|
2064
2287
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2065
2288
|
"isSource": false,
|
|
2066
2289
|
"original": {
|
|
2067
2290
|
"value": "#661e3a",
|
|
2068
2291
|
"$type": "color",
|
|
2069
|
-
"themeable": true
|
|
2292
|
+
"themeable": true,
|
|
2293
|
+
"prefix": false
|
|
2070
2294
|
},
|
|
2071
|
-
"name": "
|
|
2295
|
+
"name": "A_VIZ_MAGENTA_900",
|
|
2072
2296
|
"attributes": {},
|
|
2073
2297
|
"path": [
|
|
2074
2298
|
"data-viz",
|
|
@@ -2080,14 +2304,16 @@
|
|
|
2080
2304
|
"value": "#541d31",
|
|
2081
2305
|
"$type": "color",
|
|
2082
2306
|
"themeable": true,
|
|
2307
|
+
"prefix": false,
|
|
2083
2308
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2084
2309
|
"isSource": false,
|
|
2085
2310
|
"original": {
|
|
2086
2311
|
"value": "#541d31",
|
|
2087
2312
|
"$type": "color",
|
|
2088
|
-
"themeable": true
|
|
2313
|
+
"themeable": true,
|
|
2314
|
+
"prefix": false
|
|
2089
2315
|
},
|
|
2090
|
-
"name": "
|
|
2316
|
+
"name": "A_VIZ_MAGENTA_950",
|
|
2091
2317
|
"attributes": {},
|
|
2092
2318
|
"path": [
|
|
2093
2319
|
"data-viz",
|
|
@@ -2101,14 +2327,16 @@
|
|
|
2101
2327
|
"value": "#fae8d1",
|
|
2102
2328
|
"$type": "color",
|
|
2103
2329
|
"themeable": true,
|
|
2330
|
+
"prefix": false,
|
|
2104
2331
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2105
2332
|
"isSource": false,
|
|
2106
2333
|
"original": {
|
|
2107
2334
|
"value": "#fae8d1",
|
|
2108
2335
|
"$type": "color",
|
|
2109
|
-
"themeable": true
|
|
2336
|
+
"themeable": true,
|
|
2337
|
+
"prefix": false
|
|
2110
2338
|
},
|
|
2111
|
-
"name": "
|
|
2339
|
+
"name": "A_VIZ_ORANGE_50",
|
|
2112
2340
|
"attributes": {},
|
|
2113
2341
|
"path": [
|
|
2114
2342
|
"data-viz",
|
|
@@ -2120,14 +2348,16 @@
|
|
|
2120
2348
|
"value": "#f5d6b3",
|
|
2121
2349
|
"$type": "color",
|
|
2122
2350
|
"themeable": true,
|
|
2351
|
+
"prefix": false,
|
|
2123
2352
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2124
2353
|
"isSource": false,
|
|
2125
2354
|
"original": {
|
|
2126
2355
|
"value": "#f5d6b3",
|
|
2127
2356
|
"$type": "color",
|
|
2128
|
-
"themeable": true
|
|
2357
|
+
"themeable": true,
|
|
2358
|
+
"prefix": false
|
|
2129
2359
|
},
|
|
2130
|
-
"name": "
|
|
2360
|
+
"name": "A_VIZ_ORANGE_100",
|
|
2131
2361
|
"attributes": {},
|
|
2132
2362
|
"path": [
|
|
2133
2363
|
"data-viz",
|
|
@@ -2139,14 +2369,16 @@
|
|
|
2139
2369
|
"value": "#eebd8c",
|
|
2140
2370
|
"$type": "color",
|
|
2141
2371
|
"themeable": true,
|
|
2372
|
+
"prefix": false,
|
|
2142
2373
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2143
2374
|
"isSource": false,
|
|
2144
2375
|
"original": {
|
|
2145
2376
|
"value": "#eebd8c",
|
|
2146
2377
|
"$type": "color",
|
|
2147
|
-
"themeable": true
|
|
2378
|
+
"themeable": true,
|
|
2379
|
+
"prefix": false
|
|
2148
2380
|
},
|
|
2149
|
-
"name": "
|
|
2381
|
+
"name": "A_VIZ_ORANGE_200",
|
|
2150
2382
|
"attributes": {},
|
|
2151
2383
|
"path": [
|
|
2152
2384
|
"data-viz",
|
|
@@ -2158,14 +2390,16 @@
|
|
|
2158
2390
|
"value": "#e99b60",
|
|
2159
2391
|
"$type": "color",
|
|
2160
2392
|
"themeable": true,
|
|
2393
|
+
"prefix": false,
|
|
2161
2394
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2162
2395
|
"isSource": false,
|
|
2163
2396
|
"original": {
|
|
2164
2397
|
"value": "#e99b60",
|
|
2165
2398
|
"$type": "color",
|
|
2166
|
-
"themeable": true
|
|
2399
|
+
"themeable": true,
|
|
2400
|
+
"prefix": false
|
|
2167
2401
|
},
|
|
2168
|
-
"name": "
|
|
2402
|
+
"name": "A_VIZ_ORANGE_300",
|
|
2169
2403
|
"attributes": {},
|
|
2170
2404
|
"path": [
|
|
2171
2405
|
"data-viz",
|
|
@@ -2177,14 +2411,16 @@
|
|
|
2177
2411
|
"value": "#e07e41",
|
|
2178
2412
|
"$type": "color",
|
|
2179
2413
|
"themeable": true,
|
|
2414
|
+
"prefix": false,
|
|
2180
2415
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2181
2416
|
"isSource": false,
|
|
2182
2417
|
"original": {
|
|
2183
2418
|
"value": "#e07e41",
|
|
2184
2419
|
"$type": "color",
|
|
2185
|
-
"themeable": true
|
|
2420
|
+
"themeable": true,
|
|
2421
|
+
"prefix": false
|
|
2186
2422
|
},
|
|
2187
|
-
"name": "
|
|
2423
|
+
"name": "A_VIZ_ORANGE_400",
|
|
2188
2424
|
"attributes": {},
|
|
2189
2425
|
"path": [
|
|
2190
2426
|
"data-viz",
|
|
@@ -2196,14 +2432,16 @@
|
|
|
2196
2432
|
"value": "#c95d2e",
|
|
2197
2433
|
"$type": "color",
|
|
2198
2434
|
"themeable": true,
|
|
2435
|
+
"prefix": false,
|
|
2199
2436
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2200
2437
|
"isSource": false,
|
|
2201
2438
|
"original": {
|
|
2202
2439
|
"value": "#c95d2e",
|
|
2203
2440
|
"$type": "color",
|
|
2204
|
-
"themeable": true
|
|
2441
|
+
"themeable": true,
|
|
2442
|
+
"prefix": false
|
|
2205
2443
|
},
|
|
2206
|
-
"name": "
|
|
2444
|
+
"name": "A_VIZ_ORANGE_500",
|
|
2207
2445
|
"attributes": {},
|
|
2208
2446
|
"path": [
|
|
2209
2447
|
"data-viz",
|
|
@@ -2215,14 +2453,16 @@
|
|
|
2215
2453
|
"value": "#b14f18",
|
|
2216
2454
|
"$type": "color",
|
|
2217
2455
|
"themeable": true,
|
|
2456
|
+
"prefix": false,
|
|
2218
2457
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2219
2458
|
"isSource": false,
|
|
2220
2459
|
"original": {
|
|
2221
2460
|
"value": "#b14f18",
|
|
2222
2461
|
"$type": "color",
|
|
2223
|
-
"themeable": true
|
|
2462
|
+
"themeable": true,
|
|
2463
|
+
"prefix": false
|
|
2224
2464
|
},
|
|
2225
|
-
"name": "
|
|
2465
|
+
"name": "A_VIZ_ORANGE_600",
|
|
2226
2466
|
"attributes": {},
|
|
2227
2467
|
"path": [
|
|
2228
2468
|
"data-viz",
|
|
@@ -2234,14 +2474,16 @@
|
|
|
2234
2474
|
"value": "#92430a",
|
|
2235
2475
|
"$type": "color",
|
|
2236
2476
|
"themeable": true,
|
|
2477
|
+
"prefix": false,
|
|
2237
2478
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2238
2479
|
"isSource": false,
|
|
2239
2480
|
"original": {
|
|
2240
2481
|
"value": "#92430a",
|
|
2241
2482
|
"$type": "color",
|
|
2242
|
-
"themeable": true
|
|
2483
|
+
"themeable": true,
|
|
2484
|
+
"prefix": false
|
|
2243
2485
|
},
|
|
2244
|
-
"name": "
|
|
2486
|
+
"name": "A_VIZ_ORANGE_700",
|
|
2245
2487
|
"attributes": {},
|
|
2246
2488
|
"path": [
|
|
2247
2489
|
"data-viz",
|
|
@@ -2253,14 +2495,16 @@
|
|
|
2253
2495
|
"value": "#6f3500",
|
|
2254
2496
|
"$type": "color",
|
|
2255
2497
|
"themeable": true,
|
|
2498
|
+
"prefix": false,
|
|
2256
2499
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2257
2500
|
"isSource": false,
|
|
2258
2501
|
"original": {
|
|
2259
2502
|
"value": "#6f3500",
|
|
2260
2503
|
"$type": "color",
|
|
2261
|
-
"themeable": true
|
|
2504
|
+
"themeable": true,
|
|
2505
|
+
"prefix": false
|
|
2262
2506
|
},
|
|
2263
|
-
"name": "
|
|
2507
|
+
"name": "A_VIZ_ORANGE_800",
|
|
2264
2508
|
"attributes": {},
|
|
2265
2509
|
"path": [
|
|
2266
2510
|
"data-viz",
|
|
@@ -2272,14 +2516,16 @@
|
|
|
2272
2516
|
"value": "#5e2f05",
|
|
2273
2517
|
"$type": "color",
|
|
2274
2518
|
"themeable": true,
|
|
2519
|
+
"prefix": false,
|
|
2275
2520
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2276
2521
|
"isSource": false,
|
|
2277
2522
|
"original": {
|
|
2278
2523
|
"value": "#5e2f05",
|
|
2279
2524
|
"$type": "color",
|
|
2280
|
-
"themeable": true
|
|
2525
|
+
"themeable": true,
|
|
2526
|
+
"prefix": false
|
|
2281
2527
|
},
|
|
2282
|
-
"name": "
|
|
2528
|
+
"name": "A_VIZ_ORANGE_900",
|
|
2283
2529
|
"attributes": {},
|
|
2284
2530
|
"path": [
|
|
2285
2531
|
"data-viz",
|
|
@@ -2291,14 +2537,16 @@
|
|
|
2291
2537
|
"value": "#4b2707",
|
|
2292
2538
|
"$type": "color",
|
|
2293
2539
|
"themeable": true,
|
|
2540
|
+
"prefix": false,
|
|
2294
2541
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2295
2542
|
"isSource": false,
|
|
2296
2543
|
"original": {
|
|
2297
2544
|
"value": "#4b2707",
|
|
2298
2545
|
"$type": "color",
|
|
2299
|
-
"themeable": true
|
|
2546
|
+
"themeable": true,
|
|
2547
|
+
"prefix": false
|
|
2300
2548
|
},
|
|
2301
|
-
"name": "
|
|
2549
|
+
"name": "A_VIZ_ORANGE_950",
|
|
2302
2550
|
"attributes": {},
|
|
2303
2551
|
"path": [
|
|
2304
2552
|
"data-viz",
|
|
@@ -2313,14 +2561,16 @@
|
|
|
2313
2561
|
"value": "#171321",
|
|
2314
2562
|
"$type": "color",
|
|
2315
2563
|
"themeable": true,
|
|
2564
|
+
"prefix": false,
|
|
2316
2565
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2317
2566
|
"isSource": false,
|
|
2318
2567
|
"original": {
|
|
2319
2568
|
"value": "#171321",
|
|
2320
2569
|
"$type": "color",
|
|
2321
|
-
"themeable": true
|
|
2570
|
+
"themeable": true,
|
|
2571
|
+
"prefix": false
|
|
2322
2572
|
},
|
|
2323
|
-
"name": "
|
|
2573
|
+
"name": "ND_CHARCOAL",
|
|
2324
2574
|
"attributes": {},
|
|
2325
2575
|
"path": [
|
|
2326
2576
|
"brand",
|
|
@@ -2332,14 +2582,16 @@
|
|
|
2332
2582
|
"value": "#fca326",
|
|
2333
2583
|
"$type": "color",
|
|
2334
2584
|
"themeable": true,
|
|
2585
|
+
"prefix": false,
|
|
2335
2586
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2336
2587
|
"isSource": false,
|
|
2337
2588
|
"original": {
|
|
2338
2589
|
"value": "#fca326",
|
|
2339
2590
|
"$type": "color",
|
|
2340
|
-
"themeable": true
|
|
2591
|
+
"themeable": true,
|
|
2592
|
+
"prefix": false
|
|
2341
2593
|
},
|
|
2342
|
-
"name": "
|
|
2594
|
+
"name": "ND_ORANGE_01",
|
|
2343
2595
|
"attributes": {},
|
|
2344
2596
|
"path": [
|
|
2345
2597
|
"brand",
|
|
@@ -2351,14 +2603,16 @@
|
|
|
2351
2603
|
"value": "#fc6d26",
|
|
2352
2604
|
"$type": "color",
|
|
2353
2605
|
"themeable": true,
|
|
2606
|
+
"prefix": false,
|
|
2354
2607
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2355
2608
|
"isSource": false,
|
|
2356
2609
|
"original": {
|
|
2357
2610
|
"value": "#fc6d26",
|
|
2358
2611
|
"$type": "color",
|
|
2359
|
-
"themeable": true
|
|
2612
|
+
"themeable": true,
|
|
2613
|
+
"prefix": false
|
|
2360
2614
|
},
|
|
2361
|
-
"name": "
|
|
2615
|
+
"name": "ND_ORANGE_02",
|
|
2362
2616
|
"attributes": {},
|
|
2363
2617
|
"path": [
|
|
2364
2618
|
"brand",
|
|
@@ -2370,14 +2624,16 @@
|
|
|
2370
2624
|
"value": "#e24329",
|
|
2371
2625
|
"$type": "color",
|
|
2372
2626
|
"themeable": true,
|
|
2627
|
+
"prefix": false,
|
|
2373
2628
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2374
2629
|
"isSource": false,
|
|
2375
2630
|
"original": {
|
|
2376
2631
|
"value": "#e24329",
|
|
2377
2632
|
"$type": "color",
|
|
2378
|
-
"themeable": true
|
|
2633
|
+
"themeable": true,
|
|
2634
|
+
"prefix": false
|
|
2379
2635
|
},
|
|
2380
|
-
"name": "
|
|
2636
|
+
"name": "ND_ORANGE_03",
|
|
2381
2637
|
"attributes": {},
|
|
2382
2638
|
"path": [
|
|
2383
2639
|
"brand",
|
|
@@ -2391,14 +2647,16 @@
|
|
|
2391
2647
|
"value": "#a989f5",
|
|
2392
2648
|
"$type": "color",
|
|
2393
2649
|
"themeable": true,
|
|
2650
|
+
"prefix": false,
|
|
2394
2651
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2395
2652
|
"isSource": false,
|
|
2396
2653
|
"original": {
|
|
2397
2654
|
"value": "#a989f5",
|
|
2398
2655
|
"$type": "color",
|
|
2399
|
-
"themeable": true
|
|
2656
|
+
"themeable": true,
|
|
2657
|
+
"prefix": false
|
|
2400
2658
|
},
|
|
2401
|
-
"name": "
|
|
2659
|
+
"name": "ND_PURPLE_01",
|
|
2402
2660
|
"attributes": {},
|
|
2403
2661
|
"path": [
|
|
2404
2662
|
"brand",
|
|
@@ -2410,14 +2668,16 @@
|
|
|
2410
2668
|
"value": "#7759c2",
|
|
2411
2669
|
"$type": "color",
|
|
2412
2670
|
"themeable": true,
|
|
2671
|
+
"prefix": false,
|
|
2413
2672
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2414
2673
|
"isSource": false,
|
|
2415
2674
|
"original": {
|
|
2416
2675
|
"value": "#7759c2",
|
|
2417
2676
|
"$type": "color",
|
|
2418
|
-
"themeable": true
|
|
2677
|
+
"themeable": true,
|
|
2678
|
+
"prefix": false
|
|
2419
2679
|
},
|
|
2420
|
-
"name": "
|
|
2680
|
+
"name": "ND_PURPLE_02",
|
|
2421
2681
|
"attributes": {},
|
|
2422
2682
|
"path": [
|
|
2423
2683
|
"brand",
|
|
@@ -2431,14 +2691,16 @@
|
|
|
2431
2691
|
"value": "#d1d0d3",
|
|
2432
2692
|
"$type": "color",
|
|
2433
2693
|
"themeable": true,
|
|
2694
|
+
"prefix": false,
|
|
2434
2695
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2435
2696
|
"isSource": false,
|
|
2436
2697
|
"original": {
|
|
2437
2698
|
"value": "#d1d0d3",
|
|
2438
2699
|
"$type": "color",
|
|
2439
|
-
"themeable": true
|
|
2700
|
+
"themeable": true,
|
|
2701
|
+
"prefix": false
|
|
2440
2702
|
},
|
|
2441
|
-
"name": "
|
|
2703
|
+
"name": "ND_GRAY_01",
|
|
2442
2704
|
"attributes": {},
|
|
2443
2705
|
"path": [
|
|
2444
2706
|
"brand",
|
|
@@ -2450,14 +2712,16 @@
|
|
|
2450
2712
|
"value": "#a2a1a6",
|
|
2451
2713
|
"$type": "color",
|
|
2452
2714
|
"themeable": true,
|
|
2715
|
+
"prefix": false,
|
|
2453
2716
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2454
2717
|
"isSource": false,
|
|
2455
2718
|
"original": {
|
|
2456
2719
|
"value": "#a2a1a6",
|
|
2457
2720
|
"$type": "color",
|
|
2458
|
-
"themeable": true
|
|
2721
|
+
"themeable": true,
|
|
2722
|
+
"prefix": false
|
|
2459
2723
|
},
|
|
2460
|
-
"name": "
|
|
2724
|
+
"name": "ND_GRAY_02",
|
|
2461
2725
|
"attributes": {},
|
|
2462
2726
|
"path": [
|
|
2463
2727
|
"brand",
|
|
@@ -2469,14 +2733,16 @@
|
|
|
2469
2733
|
"value": "#74717a",
|
|
2470
2734
|
"$type": "color",
|
|
2471
2735
|
"themeable": true,
|
|
2736
|
+
"prefix": false,
|
|
2472
2737
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2473
2738
|
"isSource": false,
|
|
2474
2739
|
"original": {
|
|
2475
2740
|
"value": "#74717a",
|
|
2476
2741
|
"$type": "color",
|
|
2477
|
-
"themeable": true
|
|
2742
|
+
"themeable": true,
|
|
2743
|
+
"prefix": false
|
|
2478
2744
|
},
|
|
2479
|
-
"name": "
|
|
2745
|
+
"name": "ND_GRAY_03",
|
|
2480
2746
|
"attributes": {},
|
|
2481
2747
|
"path": [
|
|
2482
2748
|
"brand",
|
|
@@ -2488,14 +2754,16 @@
|
|
|
2488
2754
|
"value": "#45424d",
|
|
2489
2755
|
"$type": "color",
|
|
2490
2756
|
"themeable": true,
|
|
2757
|
+
"prefix": false,
|
|
2491
2758
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2492
2759
|
"isSource": false,
|
|
2493
2760
|
"original": {
|
|
2494
2761
|
"value": "#45424d",
|
|
2495
2762
|
"$type": "color",
|
|
2496
|
-
"themeable": true
|
|
2763
|
+
"themeable": true,
|
|
2764
|
+
"prefix": false
|
|
2497
2765
|
},
|
|
2498
|
-
"name": "
|
|
2766
|
+
"name": "ND_GRAY_04",
|
|
2499
2767
|
"attributes": {},
|
|
2500
2768
|
"path": [
|
|
2501
2769
|
"brand",
|
|
@@ -2507,14 +2775,16 @@
|
|
|
2507
2775
|
"value": "#2b2838",
|
|
2508
2776
|
"$type": "color",
|
|
2509
2777
|
"themeable": true,
|
|
2778
|
+
"prefix": false,
|
|
2510
2779
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
|
|
2511
2780
|
"isSource": false,
|
|
2512
2781
|
"original": {
|
|
2513
2782
|
"value": "#2b2838",
|
|
2514
2783
|
"$type": "color",
|
|
2515
|
-
"themeable": true
|
|
2784
|
+
"themeable": true,
|
|
2785
|
+
"prefix": false
|
|
2516
2786
|
},
|
|
2517
|
-
"name": "
|
|
2787
|
+
"name": "ND_GRAY_05",
|
|
2518
2788
|
"attributes": {},
|
|
2519
2789
|
"path": [
|
|
2520
2790
|
"brand",
|
|
@@ -2523,5 +2793,217 @@
|
|
|
2523
2793
|
]
|
|
2524
2794
|
}
|
|
2525
2795
|
}
|
|
2796
|
+
},
|
|
2797
|
+
"line-height": {
|
|
2798
|
+
"12": {
|
|
2799
|
+
"value": "0.75rem",
|
|
2800
|
+
"$type": "dimension",
|
|
2801
|
+
"attributes": {
|
|
2802
|
+
"category": "size"
|
|
2803
|
+
},
|
|
2804
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2805
|
+
"isSource": false,
|
|
2806
|
+
"original": {
|
|
2807
|
+
"value": "12px",
|
|
2808
|
+
"$type": "dimension",
|
|
2809
|
+
"attributes": {
|
|
2810
|
+
"category": "size"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"name": "LINE_HEIGHT_12",
|
|
2814
|
+
"path": [
|
|
2815
|
+
"line-height",
|
|
2816
|
+
"12"
|
|
2817
|
+
]
|
|
2818
|
+
},
|
|
2819
|
+
"16": {
|
|
2820
|
+
"value": "1rem",
|
|
2821
|
+
"$type": "dimension",
|
|
2822
|
+
"attributes": {
|
|
2823
|
+
"category": "size"
|
|
2824
|
+
},
|
|
2825
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2826
|
+
"isSource": false,
|
|
2827
|
+
"original": {
|
|
2828
|
+
"value": "16px",
|
|
2829
|
+
"$type": "dimension",
|
|
2830
|
+
"attributes": {
|
|
2831
|
+
"category": "size"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"name": "LINE_HEIGHT_16",
|
|
2835
|
+
"path": [
|
|
2836
|
+
"line-height",
|
|
2837
|
+
"16"
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2840
|
+
"20": {
|
|
2841
|
+
"value": "1.25rem",
|
|
2842
|
+
"$type": "dimension",
|
|
2843
|
+
"attributes": {
|
|
2844
|
+
"category": "size"
|
|
2845
|
+
},
|
|
2846
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2847
|
+
"isSource": false,
|
|
2848
|
+
"original": {
|
|
2849
|
+
"value": "20px",
|
|
2850
|
+
"$type": "dimension",
|
|
2851
|
+
"attributes": {
|
|
2852
|
+
"category": "size"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
"name": "LINE_HEIGHT_20",
|
|
2856
|
+
"path": [
|
|
2857
|
+
"line-height",
|
|
2858
|
+
"20"
|
|
2859
|
+
]
|
|
2860
|
+
},
|
|
2861
|
+
"24": {
|
|
2862
|
+
"value": "1.5rem",
|
|
2863
|
+
"$type": "dimension",
|
|
2864
|
+
"attributes": {
|
|
2865
|
+
"category": "size"
|
|
2866
|
+
},
|
|
2867
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2868
|
+
"isSource": false,
|
|
2869
|
+
"original": {
|
|
2870
|
+
"value": "24px",
|
|
2871
|
+
"$type": "dimension",
|
|
2872
|
+
"attributes": {
|
|
2873
|
+
"category": "size"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
"name": "LINE_HEIGHT_24",
|
|
2877
|
+
"path": [
|
|
2878
|
+
"line-height",
|
|
2879
|
+
"24"
|
|
2880
|
+
]
|
|
2881
|
+
},
|
|
2882
|
+
"28": {
|
|
2883
|
+
"value": "1.75rem",
|
|
2884
|
+
"$type": "dimension",
|
|
2885
|
+
"attributes": {
|
|
2886
|
+
"category": "size"
|
|
2887
|
+
},
|
|
2888
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2889
|
+
"isSource": false,
|
|
2890
|
+
"original": {
|
|
2891
|
+
"value": "28px",
|
|
2892
|
+
"$type": "dimension",
|
|
2893
|
+
"attributes": {
|
|
2894
|
+
"category": "size"
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
"name": "LINE_HEIGHT_28",
|
|
2898
|
+
"path": [
|
|
2899
|
+
"line-height",
|
|
2900
|
+
"28"
|
|
2901
|
+
]
|
|
2902
|
+
},
|
|
2903
|
+
"32": {
|
|
2904
|
+
"value": "2rem",
|
|
2905
|
+
"$type": "dimension",
|
|
2906
|
+
"attributes": {
|
|
2907
|
+
"category": "size"
|
|
2908
|
+
},
|
|
2909
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2910
|
+
"isSource": false,
|
|
2911
|
+
"original": {
|
|
2912
|
+
"value": "32px",
|
|
2913
|
+
"$type": "dimension",
|
|
2914
|
+
"attributes": {
|
|
2915
|
+
"category": "size"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
"name": "LINE_HEIGHT_32",
|
|
2919
|
+
"path": [
|
|
2920
|
+
"line-height",
|
|
2921
|
+
"32"
|
|
2922
|
+
]
|
|
2923
|
+
},
|
|
2924
|
+
"36": {
|
|
2925
|
+
"value": "2.25rem",
|
|
2926
|
+
"$type": "dimension",
|
|
2927
|
+
"attributes": {
|
|
2928
|
+
"category": "size"
|
|
2929
|
+
},
|
|
2930
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2931
|
+
"isSource": false,
|
|
2932
|
+
"original": {
|
|
2933
|
+
"value": "36px",
|
|
2934
|
+
"$type": "dimension",
|
|
2935
|
+
"attributes": {
|
|
2936
|
+
"category": "size"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"name": "LINE_HEIGHT_36",
|
|
2940
|
+
"path": [
|
|
2941
|
+
"line-height",
|
|
2942
|
+
"36"
|
|
2943
|
+
]
|
|
2944
|
+
},
|
|
2945
|
+
"42": {
|
|
2946
|
+
"value": "2.625rem",
|
|
2947
|
+
"$type": "dimension",
|
|
2948
|
+
"attributes": {
|
|
2949
|
+
"category": "size"
|
|
2950
|
+
},
|
|
2951
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2952
|
+
"isSource": false,
|
|
2953
|
+
"original": {
|
|
2954
|
+
"value": "42px",
|
|
2955
|
+
"$type": "dimension",
|
|
2956
|
+
"attributes": {
|
|
2957
|
+
"category": "size"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
"name": "LINE_HEIGHT_42",
|
|
2961
|
+
"path": [
|
|
2962
|
+
"line-height",
|
|
2963
|
+
"42"
|
|
2964
|
+
]
|
|
2965
|
+
},
|
|
2966
|
+
"44": {
|
|
2967
|
+
"value": "2.75rem",
|
|
2968
|
+
"$type": "dimension",
|
|
2969
|
+
"attributes": {
|
|
2970
|
+
"category": "size"
|
|
2971
|
+
},
|
|
2972
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2973
|
+
"isSource": false,
|
|
2974
|
+
"original": {
|
|
2975
|
+
"value": "44px",
|
|
2976
|
+
"$type": "dimension",
|
|
2977
|
+
"attributes": {
|
|
2978
|
+
"category": "size"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"name": "LINE_HEIGHT_44",
|
|
2982
|
+
"path": [
|
|
2983
|
+
"line-height",
|
|
2984
|
+
"44"
|
|
2985
|
+
]
|
|
2986
|
+
},
|
|
2987
|
+
"52": {
|
|
2988
|
+
"value": "3.25rem",
|
|
2989
|
+
"$type": "dimension",
|
|
2990
|
+
"attributes": {
|
|
2991
|
+
"category": "size"
|
|
2992
|
+
},
|
|
2993
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/line_height.tokens.json",
|
|
2994
|
+
"isSource": false,
|
|
2995
|
+
"original": {
|
|
2996
|
+
"value": "52px",
|
|
2997
|
+
"$type": "dimension",
|
|
2998
|
+
"attributes": {
|
|
2999
|
+
"category": "size"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
"name": "LINE_HEIGHT_52",
|
|
3003
|
+
"path": [
|
|
3004
|
+
"line-height",
|
|
3005
|
+
"52"
|
|
3006
|
+
]
|
|
3007
|
+
}
|
|
2526
3008
|
}
|
|
2527
3009
|
}
|