@gitlab/ui 64.16.0 → 64.18.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/components/charts/discrete_scatter/discrete_scatter.js +2 -3
  3. package/dist/components/charts/heatmap/heatmap.js +4 -6
  4. package/dist/components/charts/legend/legend.js +2 -3
  5. package/dist/components/charts/line/line.js +2 -3
  6. package/dist/tokens/css/tokens.css +142 -0
  7. package/dist/tokens/css/tokens.dark.css +76 -0
  8. package/dist/tokens/js/tokens.dark.js +74 -0
  9. package/dist/tokens/js/tokens.js +140 -0
  10. package/dist/tokens/json/tokens.dark.grouped.json +139 -0
  11. package/dist/tokens/json/tokens.dark.json +2527 -0
  12. package/dist/tokens/json/tokens.grouped.json +139 -0
  13. package/dist/tokens/json/tokens.json +2527 -0
  14. package/dist/tokens/scss/_tokens.dark.scss +73 -0
  15. package/dist/tokens/scss/_tokens.scss +139 -0
  16. package/dist/utility_classes.css +1 -1
  17. package/dist/utility_classes.css.map +1 -1
  18. package/dist/utils/charts/config.js +3 -4
  19. package/dist/utils/charts/mock_data.js +3 -4
  20. package/dist/utils/charts/theme.js +25 -89
  21. package/package.json +8 -6
  22. package/src/components/charts/area/area.stories.js +3 -3
  23. package/src/components/charts/discrete_scatter/discrete_scatter.vue +2 -2
  24. package/src/components/charts/heatmap/heatmap.vue +4 -4
  25. package/src/components/charts/legend/legend.stories.js +2 -2
  26. package/src/components/charts/legend/legend.vue +2 -2
  27. package/src/components/charts/line/line.vue +2 -2
  28. package/src/scss/utilities.scss +8 -0
  29. package/src/scss/utility-mixins/border.scss +4 -0
  30. package/src/tokens/color.dark.tokens.json +359 -0
  31. package/src/tokens/color.tokens.json +709 -0
  32. package/src/utils/charts/config.js +3 -3
  33. package/src/utils/charts/mock_data.js +3 -3
  34. package/src/utils/charts/theme.js +152 -153
@@ -0,0 +1,2527 @@
1
+ {
2
+ "black": {
3
+ "value": "#000",
4
+ "$type": "color",
5
+ "themeable": true,
6
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
7
+ "isSource": false,
8
+ "original": {
9
+ "value": "#000",
10
+ "$type": "color",
11
+ "themeable": true
12
+ },
13
+ "name": "BLACK",
14
+ "attributes": {},
15
+ "path": [
16
+ "black"
17
+ ]
18
+ },
19
+ "white": {
20
+ "value": "#fff",
21
+ "$type": "color",
22
+ "themeable": true,
23
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
24
+ "isSource": false,
25
+ "original": {
26
+ "value": "#fff",
27
+ "$type": "color",
28
+ "themeable": true
29
+ },
30
+ "name": "WHITE",
31
+ "attributes": {},
32
+ "path": [
33
+ "white"
34
+ ]
35
+ },
36
+ "blue": {
37
+ "50": {
38
+ "value": "#e9f3fc",
39
+ "$type": "color",
40
+ "themeable": true,
41
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
42
+ "isSource": false,
43
+ "original": {
44
+ "value": "#e9f3fc",
45
+ "$type": "color",
46
+ "themeable": true
47
+ },
48
+ "name": "BLUE_50",
49
+ "attributes": {},
50
+ "path": [
51
+ "blue",
52
+ "50"
53
+ ]
54
+ },
55
+ "100": {
56
+ "value": "#cbe2f9",
57
+ "$type": "color",
58
+ "themeable": true,
59
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
60
+ "isSource": false,
61
+ "original": {
62
+ "value": "#cbe2f9",
63
+ "$type": "color",
64
+ "themeable": true
65
+ },
66
+ "name": "BLUE_100",
67
+ "attributes": {},
68
+ "path": [
69
+ "blue",
70
+ "100"
71
+ ]
72
+ },
73
+ "200": {
74
+ "value": "#9dc7f1",
75
+ "$type": "color",
76
+ "themeable": true,
77
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
78
+ "isSource": false,
79
+ "original": {
80
+ "value": "#9dc7f1",
81
+ "$type": "color",
82
+ "themeable": true
83
+ },
84
+ "name": "BLUE_200",
85
+ "attributes": {},
86
+ "path": [
87
+ "blue",
88
+ "200"
89
+ ]
90
+ },
91
+ "300": {
92
+ "value": "#63a6e9",
93
+ "$type": "color",
94
+ "themeable": true,
95
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
96
+ "isSource": false,
97
+ "original": {
98
+ "value": "#63a6e9",
99
+ "$type": "color",
100
+ "themeable": true
101
+ },
102
+ "name": "BLUE_300",
103
+ "attributes": {},
104
+ "path": [
105
+ "blue",
106
+ "300"
107
+ ]
108
+ },
109
+ "400": {
110
+ "value": "#428fdc",
111
+ "$type": "color",
112
+ "themeable": true,
113
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
114
+ "isSource": false,
115
+ "original": {
116
+ "value": "#428fdc",
117
+ "$type": "color",
118
+ "themeable": true
119
+ },
120
+ "name": "BLUE_400",
121
+ "attributes": {},
122
+ "path": [
123
+ "blue",
124
+ "400"
125
+ ]
126
+ },
127
+ "500": {
128
+ "value": "#1f75cb",
129
+ "$type": "color",
130
+ "themeable": true,
131
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
132
+ "isSource": false,
133
+ "original": {
134
+ "value": "#1f75cb",
135
+ "$type": "color",
136
+ "themeable": true
137
+ },
138
+ "name": "BLUE_500",
139
+ "attributes": {},
140
+ "path": [
141
+ "blue",
142
+ "500"
143
+ ]
144
+ },
145
+ "600": {
146
+ "value": "#1068bf",
147
+ "$type": "color",
148
+ "themeable": true,
149
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
150
+ "isSource": false,
151
+ "original": {
152
+ "value": "#1068bf",
153
+ "$type": "color",
154
+ "themeable": true
155
+ },
156
+ "name": "BLUE_600",
157
+ "attributes": {},
158
+ "path": [
159
+ "blue",
160
+ "600"
161
+ ]
162
+ },
163
+ "700": {
164
+ "value": "#0b5cad",
165
+ "$type": "color",
166
+ "themeable": true,
167
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
168
+ "isSource": false,
169
+ "original": {
170
+ "value": "#0b5cad",
171
+ "$type": "color",
172
+ "themeable": true
173
+ },
174
+ "name": "BLUE_700",
175
+ "attributes": {},
176
+ "path": [
177
+ "blue",
178
+ "700"
179
+ ]
180
+ },
181
+ "800": {
182
+ "value": "#064787",
183
+ "$type": "color",
184
+ "themeable": true,
185
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
186
+ "isSource": false,
187
+ "original": {
188
+ "value": "#064787",
189
+ "$type": "color",
190
+ "themeable": true
191
+ },
192
+ "name": "BLUE_800",
193
+ "attributes": {},
194
+ "path": [
195
+ "blue",
196
+ "800"
197
+ ]
198
+ },
199
+ "900": {
200
+ "value": "#033464",
201
+ "$type": "color",
202
+ "themeable": true,
203
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
204
+ "isSource": false,
205
+ "original": {
206
+ "value": "#033464",
207
+ "$type": "color",
208
+ "themeable": true
209
+ },
210
+ "name": "BLUE_900",
211
+ "attributes": {},
212
+ "path": [
213
+ "blue",
214
+ "900"
215
+ ]
216
+ },
217
+ "950": {
218
+ "value": "#002850",
219
+ "$type": "color",
220
+ "themeable": true,
221
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
222
+ "isSource": false,
223
+ "original": {
224
+ "value": "#002850",
225
+ "$type": "color",
226
+ "themeable": true
227
+ },
228
+ "name": "BLUE_950",
229
+ "attributes": {},
230
+ "path": [
231
+ "blue",
232
+ "950"
233
+ ]
234
+ }
235
+ },
236
+ "gray": {
237
+ "10": {
238
+ "value": "#fbfafd",
239
+ "$type": "color",
240
+ "themeable": true,
241
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
242
+ "isSource": false,
243
+ "original": {
244
+ "value": "#fbfafd",
245
+ "$type": "color",
246
+ "themeable": true
247
+ },
248
+ "name": "GRAY_10",
249
+ "attributes": {},
250
+ "path": [
251
+ "gray",
252
+ "10"
253
+ ]
254
+ },
255
+ "50": {
256
+ "value": "#ececef",
257
+ "$type": "color",
258
+ "themeable": true,
259
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
260
+ "isSource": false,
261
+ "original": {
262
+ "value": "#ececef",
263
+ "$type": "color",
264
+ "themeable": true
265
+ },
266
+ "name": "GRAY_50",
267
+ "attributes": {},
268
+ "path": [
269
+ "gray",
270
+ "50"
271
+ ]
272
+ },
273
+ "100": {
274
+ "value": "#dcdcde",
275
+ "$type": "color",
276
+ "themeable": true,
277
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
278
+ "isSource": false,
279
+ "original": {
280
+ "value": "#dcdcde",
281
+ "$type": "color",
282
+ "themeable": true
283
+ },
284
+ "name": "GRAY_100",
285
+ "attributes": {},
286
+ "path": [
287
+ "gray",
288
+ "100"
289
+ ]
290
+ },
291
+ "200": {
292
+ "value": "#bfbfc3",
293
+ "$type": "color",
294
+ "themeable": true,
295
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
296
+ "isSource": false,
297
+ "original": {
298
+ "value": "#bfbfc3",
299
+ "$type": "color",
300
+ "themeable": true
301
+ },
302
+ "name": "GRAY_200",
303
+ "attributes": {},
304
+ "path": [
305
+ "gray",
306
+ "200"
307
+ ]
308
+ },
309
+ "300": {
310
+ "value": "#a4a3a8",
311
+ "$type": "color",
312
+ "themeable": true,
313
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
314
+ "isSource": false,
315
+ "original": {
316
+ "value": "#a4a3a8",
317
+ "$type": "color",
318
+ "themeable": true
319
+ },
320
+ "name": "GRAY_300",
321
+ "attributes": {},
322
+ "path": [
323
+ "gray",
324
+ "300"
325
+ ]
326
+ },
327
+ "400": {
328
+ "value": "#89888d",
329
+ "$type": "color",
330
+ "themeable": true,
331
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
332
+ "isSource": false,
333
+ "original": {
334
+ "value": "#89888d",
335
+ "$type": "color",
336
+ "themeable": true
337
+ },
338
+ "name": "GRAY_400",
339
+ "attributes": {},
340
+ "path": [
341
+ "gray",
342
+ "400"
343
+ ]
344
+ },
345
+ "500": {
346
+ "value": "#737278",
347
+ "$type": "color",
348
+ "themeable": true,
349
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
350
+ "isSource": false,
351
+ "original": {
352
+ "value": "#737278",
353
+ "$type": "color",
354
+ "themeable": true
355
+ },
356
+ "name": "GRAY_500",
357
+ "attributes": {},
358
+ "path": [
359
+ "gray",
360
+ "500"
361
+ ]
362
+ },
363
+ "600": {
364
+ "value": "#626168",
365
+ "$type": "color",
366
+ "themeable": true,
367
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
368
+ "isSource": false,
369
+ "original": {
370
+ "value": "#626168",
371
+ "$type": "color",
372
+ "themeable": true
373
+ },
374
+ "name": "GRAY_600",
375
+ "attributes": {},
376
+ "path": [
377
+ "gray",
378
+ "600"
379
+ ]
380
+ },
381
+ "700": {
382
+ "value": "#535158",
383
+ "$type": "color",
384
+ "themeable": true,
385
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
386
+ "isSource": false,
387
+ "original": {
388
+ "value": "#535158",
389
+ "$type": "color",
390
+ "themeable": true
391
+ },
392
+ "name": "GRAY_700",
393
+ "attributes": {},
394
+ "path": [
395
+ "gray",
396
+ "700"
397
+ ]
398
+ },
399
+ "800": {
400
+ "value": "#434248",
401
+ "$type": "color",
402
+ "themeable": true,
403
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
404
+ "isSource": false,
405
+ "original": {
406
+ "value": "#434248",
407
+ "$type": "color",
408
+ "themeable": true
409
+ },
410
+ "name": "GRAY_800",
411
+ "attributes": {},
412
+ "path": [
413
+ "gray",
414
+ "800"
415
+ ]
416
+ },
417
+ "900": {
418
+ "value": "#333238",
419
+ "$type": "color",
420
+ "themeable": true,
421
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
422
+ "isSource": false,
423
+ "original": {
424
+ "value": "#333238",
425
+ "$type": "color",
426
+ "themeable": true
427
+ },
428
+ "name": "GRAY_900",
429
+ "attributes": {},
430
+ "path": [
431
+ "gray",
432
+ "900"
433
+ ]
434
+ },
435
+ "950": {
436
+ "value": "#1f1e24",
437
+ "$type": "color",
438
+ "themeable": true,
439
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
440
+ "isSource": false,
441
+ "original": {
442
+ "value": "#1f1e24",
443
+ "$type": "color",
444
+ "themeable": true
445
+ },
446
+ "name": "GRAY_950",
447
+ "attributes": {},
448
+ "path": [
449
+ "gray",
450
+ "950"
451
+ ]
452
+ }
453
+ },
454
+ "green": {
455
+ "50": {
456
+ "value": "#ecf4ee",
457
+ "$type": "color",
458
+ "themeable": true,
459
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
460
+ "isSource": false,
461
+ "original": {
462
+ "value": "#ecf4ee",
463
+ "$type": "color",
464
+ "themeable": true
465
+ },
466
+ "name": "GREEN_50",
467
+ "attributes": {},
468
+ "path": [
469
+ "green",
470
+ "50"
471
+ ]
472
+ },
473
+ "100": {
474
+ "value": "#c3e6cd",
475
+ "$type": "color",
476
+ "themeable": true,
477
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
478
+ "isSource": false,
479
+ "original": {
480
+ "value": "#c3e6cd",
481
+ "$type": "color",
482
+ "themeable": true
483
+ },
484
+ "name": "GREEN_100",
485
+ "attributes": {},
486
+ "path": [
487
+ "green",
488
+ "100"
489
+ ]
490
+ },
491
+ "200": {
492
+ "value": "#91d4a8",
493
+ "$type": "color",
494
+ "themeable": true,
495
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
496
+ "isSource": false,
497
+ "original": {
498
+ "value": "#91d4a8",
499
+ "$type": "color",
500
+ "themeable": true
501
+ },
502
+ "name": "GREEN_200",
503
+ "attributes": {},
504
+ "path": [
505
+ "green",
506
+ "200"
507
+ ]
508
+ },
509
+ "300": {
510
+ "value": "#52b87a",
511
+ "$type": "color",
512
+ "themeable": true,
513
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
514
+ "isSource": false,
515
+ "original": {
516
+ "value": "#52b87a",
517
+ "$type": "color",
518
+ "themeable": true
519
+ },
520
+ "name": "GREEN_300",
521
+ "attributes": {},
522
+ "path": [
523
+ "green",
524
+ "300"
525
+ ]
526
+ },
527
+ "400": {
528
+ "value": "#2da160",
529
+ "$type": "color",
530
+ "themeable": true,
531
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
532
+ "isSource": false,
533
+ "original": {
534
+ "value": "#2da160",
535
+ "$type": "color",
536
+ "themeable": true
537
+ },
538
+ "name": "GREEN_400",
539
+ "attributes": {},
540
+ "path": [
541
+ "green",
542
+ "400"
543
+ ]
544
+ },
545
+ "500": {
546
+ "value": "#108548",
547
+ "$type": "color",
548
+ "themeable": true,
549
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
550
+ "isSource": false,
551
+ "original": {
552
+ "value": "#108548",
553
+ "$type": "color",
554
+ "themeable": true
555
+ },
556
+ "name": "GREEN_500",
557
+ "attributes": {},
558
+ "path": [
559
+ "green",
560
+ "500"
561
+ ]
562
+ },
563
+ "600": {
564
+ "value": "#217645",
565
+ "$type": "color",
566
+ "themeable": true,
567
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
568
+ "isSource": false,
569
+ "original": {
570
+ "value": "#217645",
571
+ "$type": "color",
572
+ "themeable": true
573
+ },
574
+ "name": "GREEN_600",
575
+ "attributes": {},
576
+ "path": [
577
+ "green",
578
+ "600"
579
+ ]
580
+ },
581
+ "700": {
582
+ "value": "#24663b",
583
+ "$type": "color",
584
+ "themeable": true,
585
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
586
+ "isSource": false,
587
+ "original": {
588
+ "value": "#24663b",
589
+ "$type": "color",
590
+ "themeable": true
591
+ },
592
+ "name": "GREEN_700",
593
+ "attributes": {},
594
+ "path": [
595
+ "green",
596
+ "700"
597
+ ]
598
+ },
599
+ "800": {
600
+ "value": "#0d532a",
601
+ "$type": "color",
602
+ "themeable": true,
603
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
604
+ "isSource": false,
605
+ "original": {
606
+ "value": "#0d532a",
607
+ "$type": "color",
608
+ "themeable": true
609
+ },
610
+ "name": "GREEN_800",
611
+ "attributes": {},
612
+ "path": [
613
+ "green",
614
+ "800"
615
+ ]
616
+ },
617
+ "900": {
618
+ "value": "#0a4020",
619
+ "$type": "color",
620
+ "themeable": true,
621
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
622
+ "isSource": false,
623
+ "original": {
624
+ "value": "#0a4020",
625
+ "$type": "color",
626
+ "themeable": true
627
+ },
628
+ "name": "GREEN_900",
629
+ "attributes": {},
630
+ "path": [
631
+ "green",
632
+ "900"
633
+ ]
634
+ },
635
+ "950": {
636
+ "value": "#072b15",
637
+ "$type": "color",
638
+ "themeable": true,
639
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
640
+ "isSource": false,
641
+ "original": {
642
+ "value": "#072b15",
643
+ "$type": "color",
644
+ "themeable": true
645
+ },
646
+ "name": "GREEN_950",
647
+ "attributes": {},
648
+ "path": [
649
+ "green",
650
+ "950"
651
+ ]
652
+ }
653
+ },
654
+ "orange": {
655
+ "50": {
656
+ "value": "#fdf1dd",
657
+ "$type": "color",
658
+ "themeable": true,
659
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
660
+ "isSource": false,
661
+ "original": {
662
+ "value": "#fdf1dd",
663
+ "$type": "color",
664
+ "themeable": true
665
+ },
666
+ "name": "ORANGE_50",
667
+ "attributes": {},
668
+ "path": [
669
+ "orange",
670
+ "50"
671
+ ]
672
+ },
673
+ "100": {
674
+ "value": "#f5d9a8",
675
+ "$type": "color",
676
+ "themeable": true,
677
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
678
+ "isSource": false,
679
+ "original": {
680
+ "value": "#f5d9a8",
681
+ "$type": "color",
682
+ "themeable": true
683
+ },
684
+ "name": "ORANGE_100",
685
+ "attributes": {},
686
+ "path": [
687
+ "orange",
688
+ "100"
689
+ ]
690
+ },
691
+ "200": {
692
+ "value": "#e9be74",
693
+ "$type": "color",
694
+ "themeable": true,
695
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
696
+ "isSource": false,
697
+ "original": {
698
+ "value": "#e9be74",
699
+ "$type": "color",
700
+ "themeable": true
701
+ },
702
+ "name": "ORANGE_200",
703
+ "attributes": {},
704
+ "path": [
705
+ "orange",
706
+ "200"
707
+ ]
708
+ },
709
+ "300": {
710
+ "value": "#d99530",
711
+ "$type": "color",
712
+ "themeable": true,
713
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
714
+ "isSource": false,
715
+ "original": {
716
+ "value": "#d99530",
717
+ "$type": "color",
718
+ "themeable": true
719
+ },
720
+ "name": "ORANGE_300",
721
+ "attributes": {},
722
+ "path": [
723
+ "orange",
724
+ "300"
725
+ ]
726
+ },
727
+ "400": {
728
+ "value": "#c17d10",
729
+ "$type": "color",
730
+ "themeable": true,
731
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
732
+ "isSource": false,
733
+ "original": {
734
+ "value": "#c17d10",
735
+ "$type": "color",
736
+ "themeable": true
737
+ },
738
+ "name": "ORANGE_400",
739
+ "attributes": {},
740
+ "path": [
741
+ "orange",
742
+ "400"
743
+ ]
744
+ },
745
+ "500": {
746
+ "value": "#ab6100",
747
+ "$type": "color",
748
+ "themeable": true,
749
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
750
+ "isSource": false,
751
+ "original": {
752
+ "value": "#ab6100",
753
+ "$type": "color",
754
+ "themeable": true
755
+ },
756
+ "name": "ORANGE_500",
757
+ "attributes": {},
758
+ "path": [
759
+ "orange",
760
+ "500"
761
+ ]
762
+ },
763
+ "600": {
764
+ "value": "#9e5400",
765
+ "$type": "color",
766
+ "themeable": true,
767
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
768
+ "isSource": false,
769
+ "original": {
770
+ "value": "#9e5400",
771
+ "$type": "color",
772
+ "themeable": true
773
+ },
774
+ "name": "ORANGE_600",
775
+ "attributes": {},
776
+ "path": [
777
+ "orange",
778
+ "600"
779
+ ]
780
+ },
781
+ "700": {
782
+ "value": "#8f4700",
783
+ "$type": "color",
784
+ "themeable": true,
785
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
786
+ "isSource": false,
787
+ "original": {
788
+ "value": "#8f4700",
789
+ "$type": "color",
790
+ "themeable": true
791
+ },
792
+ "name": "ORANGE_700",
793
+ "attributes": {},
794
+ "path": [
795
+ "orange",
796
+ "700"
797
+ ]
798
+ },
799
+ "800": {
800
+ "value": "#703800",
801
+ "$type": "color",
802
+ "themeable": true,
803
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
804
+ "isSource": false,
805
+ "original": {
806
+ "value": "#703800",
807
+ "$type": "color",
808
+ "themeable": true
809
+ },
810
+ "name": "ORANGE_800",
811
+ "attributes": {},
812
+ "path": [
813
+ "orange",
814
+ "800"
815
+ ]
816
+ },
817
+ "900": {
818
+ "value": "#5c2900",
819
+ "$type": "color",
820
+ "themeable": true,
821
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
822
+ "isSource": false,
823
+ "original": {
824
+ "value": "#5c2900",
825
+ "$type": "color",
826
+ "themeable": true
827
+ },
828
+ "name": "ORANGE_900",
829
+ "attributes": {},
830
+ "path": [
831
+ "orange",
832
+ "900"
833
+ ]
834
+ },
835
+ "950": {
836
+ "value": "#421f00",
837
+ "$type": "color",
838
+ "themeable": true,
839
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
840
+ "isSource": false,
841
+ "original": {
842
+ "value": "#421f00",
843
+ "$type": "color",
844
+ "themeable": true
845
+ },
846
+ "name": "ORANGE_950",
847
+ "attributes": {},
848
+ "path": [
849
+ "orange",
850
+ "950"
851
+ ]
852
+ }
853
+ },
854
+ "purple": {
855
+ "50": {
856
+ "value": "#f4f0ff",
857
+ "$type": "color",
858
+ "themeable": true,
859
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
860
+ "isSource": false,
861
+ "original": {
862
+ "value": "#f4f0ff",
863
+ "$type": "color",
864
+ "themeable": true
865
+ },
866
+ "name": "PURPLE_50",
867
+ "attributes": {},
868
+ "path": [
869
+ "purple",
870
+ "50"
871
+ ]
872
+ },
873
+ "100": {
874
+ "value": "#e1d8f9",
875
+ "$type": "color",
876
+ "themeable": true,
877
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
878
+ "isSource": false,
879
+ "original": {
880
+ "value": "#e1d8f9",
881
+ "$type": "color",
882
+ "themeable": true
883
+ },
884
+ "name": "PURPLE_100",
885
+ "attributes": {},
886
+ "path": [
887
+ "purple",
888
+ "100"
889
+ ]
890
+ },
891
+ "200": {
892
+ "value": "#cbbbf2",
893
+ "$type": "color",
894
+ "themeable": true,
895
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
896
+ "isSource": false,
897
+ "original": {
898
+ "value": "#cbbbf2",
899
+ "$type": "color",
900
+ "themeable": true
901
+ },
902
+ "name": "PURPLE_200",
903
+ "attributes": {},
904
+ "path": [
905
+ "purple",
906
+ "200"
907
+ ]
908
+ },
909
+ "300": {
910
+ "value": "#ac93e6",
911
+ "$type": "color",
912
+ "themeable": true,
913
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
914
+ "isSource": false,
915
+ "original": {
916
+ "value": "#ac93e6",
917
+ "$type": "color",
918
+ "themeable": true
919
+ },
920
+ "name": "PURPLE_300",
921
+ "attributes": {},
922
+ "path": [
923
+ "purple",
924
+ "300"
925
+ ]
926
+ },
927
+ "400": {
928
+ "value": "#9475db",
929
+ "$type": "color",
930
+ "themeable": true,
931
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
932
+ "isSource": false,
933
+ "original": {
934
+ "value": "#9475db",
935
+ "$type": "color",
936
+ "themeable": true
937
+ },
938
+ "name": "PURPLE_400",
939
+ "attributes": {},
940
+ "path": [
941
+ "purple",
942
+ "400"
943
+ ]
944
+ },
945
+ "500": {
946
+ "value": "#7b58cf",
947
+ "$type": "color",
948
+ "themeable": true,
949
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
950
+ "isSource": false,
951
+ "original": {
952
+ "value": "#7b58cf",
953
+ "$type": "color",
954
+ "themeable": true
955
+ },
956
+ "name": "PURPLE_500",
957
+ "attributes": {},
958
+ "path": [
959
+ "purple",
960
+ "500"
961
+ ]
962
+ },
963
+ "600": {
964
+ "value": "#694cc0",
965
+ "$type": "color",
966
+ "themeable": true,
967
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
968
+ "isSource": false,
969
+ "original": {
970
+ "value": "#694cc0",
971
+ "$type": "color",
972
+ "themeable": true
973
+ },
974
+ "name": "PURPLE_600",
975
+ "attributes": {},
976
+ "path": [
977
+ "purple",
978
+ "600"
979
+ ]
980
+ },
981
+ "700": {
982
+ "value": "#5943b6",
983
+ "$type": "color",
984
+ "themeable": true,
985
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
986
+ "isSource": false,
987
+ "original": {
988
+ "value": "#5943b6",
989
+ "$type": "color",
990
+ "themeable": true
991
+ },
992
+ "name": "PURPLE_700",
993
+ "attributes": {},
994
+ "path": [
995
+ "purple",
996
+ "700"
997
+ ]
998
+ },
999
+ "800": {
1000
+ "value": "#453894",
1001
+ "$type": "color",
1002
+ "themeable": true,
1003
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1004
+ "isSource": false,
1005
+ "original": {
1006
+ "value": "#453894",
1007
+ "$type": "color",
1008
+ "themeable": true
1009
+ },
1010
+ "name": "PURPLE_800",
1011
+ "attributes": {},
1012
+ "path": [
1013
+ "purple",
1014
+ "800"
1015
+ ]
1016
+ },
1017
+ "900": {
1018
+ "value": "#2f2a6b",
1019
+ "$type": "color",
1020
+ "themeable": true,
1021
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1022
+ "isSource": false,
1023
+ "original": {
1024
+ "value": "#2f2a6b",
1025
+ "$type": "color",
1026
+ "themeable": true
1027
+ },
1028
+ "name": "PURPLE_900",
1029
+ "attributes": {},
1030
+ "path": [
1031
+ "purple",
1032
+ "900"
1033
+ ]
1034
+ },
1035
+ "950": {
1036
+ "value": "#232150",
1037
+ "$type": "color",
1038
+ "themeable": true,
1039
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1040
+ "isSource": false,
1041
+ "original": {
1042
+ "value": "#232150",
1043
+ "$type": "color",
1044
+ "themeable": true
1045
+ },
1046
+ "name": "PURPLE_950",
1047
+ "attributes": {},
1048
+ "path": [
1049
+ "purple",
1050
+ "950"
1051
+ ]
1052
+ }
1053
+ },
1054
+ "red": {
1055
+ "50": {
1056
+ "value": "#fcf1ef",
1057
+ "$type": "color",
1058
+ "themeable": true,
1059
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1060
+ "isSource": false,
1061
+ "original": {
1062
+ "value": "#fcf1ef",
1063
+ "$type": "color",
1064
+ "themeable": true
1065
+ },
1066
+ "name": "RED_50",
1067
+ "attributes": {},
1068
+ "path": [
1069
+ "red",
1070
+ "50"
1071
+ ]
1072
+ },
1073
+ "100": {
1074
+ "value": "#fdd4cd",
1075
+ "$type": "color",
1076
+ "themeable": true,
1077
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1078
+ "isSource": false,
1079
+ "original": {
1080
+ "value": "#fdd4cd",
1081
+ "$type": "color",
1082
+ "themeable": true
1083
+ },
1084
+ "name": "RED_100",
1085
+ "attributes": {},
1086
+ "path": [
1087
+ "red",
1088
+ "100"
1089
+ ]
1090
+ },
1091
+ "200": {
1092
+ "value": "#fcb5aa",
1093
+ "$type": "color",
1094
+ "themeable": true,
1095
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1096
+ "isSource": false,
1097
+ "original": {
1098
+ "value": "#fcb5aa",
1099
+ "$type": "color",
1100
+ "themeable": true
1101
+ },
1102
+ "name": "RED_200",
1103
+ "attributes": {},
1104
+ "path": [
1105
+ "red",
1106
+ "200"
1107
+ ]
1108
+ },
1109
+ "300": {
1110
+ "value": "#f57f6c",
1111
+ "$type": "color",
1112
+ "themeable": true,
1113
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1114
+ "isSource": false,
1115
+ "original": {
1116
+ "value": "#f57f6c",
1117
+ "$type": "color",
1118
+ "themeable": true
1119
+ },
1120
+ "name": "RED_300",
1121
+ "attributes": {},
1122
+ "path": [
1123
+ "red",
1124
+ "300"
1125
+ ]
1126
+ },
1127
+ "400": {
1128
+ "value": "#ec5941",
1129
+ "$type": "color",
1130
+ "themeable": true,
1131
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1132
+ "isSource": false,
1133
+ "original": {
1134
+ "value": "#ec5941",
1135
+ "$type": "color",
1136
+ "themeable": true
1137
+ },
1138
+ "name": "RED_400",
1139
+ "attributes": {},
1140
+ "path": [
1141
+ "red",
1142
+ "400"
1143
+ ]
1144
+ },
1145
+ "500": {
1146
+ "value": "#dd2b0e",
1147
+ "$type": "color",
1148
+ "themeable": true,
1149
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1150
+ "isSource": false,
1151
+ "original": {
1152
+ "value": "#dd2b0e",
1153
+ "$type": "color",
1154
+ "themeable": true
1155
+ },
1156
+ "name": "RED_500",
1157
+ "attributes": {},
1158
+ "path": [
1159
+ "red",
1160
+ "500"
1161
+ ]
1162
+ },
1163
+ "600": {
1164
+ "value": "#c91c00",
1165
+ "$type": "color",
1166
+ "themeable": true,
1167
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1168
+ "isSource": false,
1169
+ "original": {
1170
+ "value": "#c91c00",
1171
+ "$type": "color",
1172
+ "themeable": true
1173
+ },
1174
+ "name": "RED_600",
1175
+ "attributes": {},
1176
+ "path": [
1177
+ "red",
1178
+ "600"
1179
+ ]
1180
+ },
1181
+ "700": {
1182
+ "value": "#ae1800",
1183
+ "$type": "color",
1184
+ "themeable": true,
1185
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1186
+ "isSource": false,
1187
+ "original": {
1188
+ "value": "#ae1800",
1189
+ "$type": "color",
1190
+ "themeable": true
1191
+ },
1192
+ "name": "RED_700",
1193
+ "attributes": {},
1194
+ "path": [
1195
+ "red",
1196
+ "700"
1197
+ ]
1198
+ },
1199
+ "800": {
1200
+ "value": "#8d1300",
1201
+ "$type": "color",
1202
+ "themeable": true,
1203
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1204
+ "isSource": false,
1205
+ "original": {
1206
+ "value": "#8d1300",
1207
+ "$type": "color",
1208
+ "themeable": true
1209
+ },
1210
+ "name": "RED_800",
1211
+ "attributes": {},
1212
+ "path": [
1213
+ "red",
1214
+ "800"
1215
+ ]
1216
+ },
1217
+ "900": {
1218
+ "value": "#660e00",
1219
+ "$type": "color",
1220
+ "themeable": true,
1221
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1222
+ "isSource": false,
1223
+ "original": {
1224
+ "value": "#660e00",
1225
+ "$type": "color",
1226
+ "themeable": true
1227
+ },
1228
+ "name": "RED_900",
1229
+ "attributes": {},
1230
+ "path": [
1231
+ "red",
1232
+ "900"
1233
+ ]
1234
+ },
1235
+ "950": {
1236
+ "value": "#4d0a00",
1237
+ "$type": "color",
1238
+ "themeable": true,
1239
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1240
+ "isSource": false,
1241
+ "original": {
1242
+ "value": "#4d0a00",
1243
+ "$type": "color",
1244
+ "themeable": true
1245
+ },
1246
+ "name": "RED_950",
1247
+ "attributes": {},
1248
+ "path": [
1249
+ "red",
1250
+ "950"
1251
+ ]
1252
+ }
1253
+ },
1254
+ "data-viz": {
1255
+ "green": {
1256
+ "50": {
1257
+ "value": "#ddfab7",
1258
+ "$type": "color",
1259
+ "themeable": true,
1260
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1261
+ "isSource": false,
1262
+ "original": {
1263
+ "value": "#ddfab7",
1264
+ "$type": "color",
1265
+ "themeable": true
1266
+ },
1267
+ "name": "DATA_VIZ_GREEN_50",
1268
+ "attributes": {},
1269
+ "path": [
1270
+ "data-viz",
1271
+ "green",
1272
+ "50"
1273
+ ]
1274
+ },
1275
+ "100": {
1276
+ "value": "#c6ed94",
1277
+ "$type": "color",
1278
+ "themeable": true,
1279
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1280
+ "isSource": false,
1281
+ "original": {
1282
+ "value": "#c6ed94",
1283
+ "$type": "color",
1284
+ "themeable": true
1285
+ },
1286
+ "name": "DATA_VIZ_GREEN_100",
1287
+ "attributes": {},
1288
+ "path": [
1289
+ "data-viz",
1290
+ "green",
1291
+ "100"
1292
+ ]
1293
+ },
1294
+ "200": {
1295
+ "value": "#b0d97b",
1296
+ "$type": "color",
1297
+ "themeable": true,
1298
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1299
+ "isSource": false,
1300
+ "original": {
1301
+ "value": "#b0d97b",
1302
+ "$type": "color",
1303
+ "themeable": true
1304
+ },
1305
+ "name": "DATA_VIZ_GREEN_200",
1306
+ "attributes": {},
1307
+ "path": [
1308
+ "data-viz",
1309
+ "green",
1310
+ "200"
1311
+ ]
1312
+ },
1313
+ "300": {
1314
+ "value": "#94c25e",
1315
+ "$type": "color",
1316
+ "themeable": true,
1317
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1318
+ "isSource": false,
1319
+ "original": {
1320
+ "value": "#94c25e",
1321
+ "$type": "color",
1322
+ "themeable": true
1323
+ },
1324
+ "name": "DATA_VIZ_GREEN_300",
1325
+ "attributes": {},
1326
+ "path": [
1327
+ "data-viz",
1328
+ "green",
1329
+ "300"
1330
+ ]
1331
+ },
1332
+ "400": {
1333
+ "value": "#81ac41",
1334
+ "$type": "color",
1335
+ "themeable": true,
1336
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1337
+ "isSource": false,
1338
+ "original": {
1339
+ "value": "#81ac41",
1340
+ "$type": "color",
1341
+ "themeable": true
1342
+ },
1343
+ "name": "DATA_VIZ_GREEN_400",
1344
+ "attributes": {},
1345
+ "path": [
1346
+ "data-viz",
1347
+ "green",
1348
+ "400"
1349
+ ]
1350
+ },
1351
+ "500": {
1352
+ "value": "#619025",
1353
+ "$type": "color",
1354
+ "themeable": true,
1355
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1356
+ "isSource": false,
1357
+ "original": {
1358
+ "value": "#619025",
1359
+ "$type": "color",
1360
+ "themeable": true
1361
+ },
1362
+ "name": "DATA_VIZ_GREEN_500",
1363
+ "attributes": {},
1364
+ "path": [
1365
+ "data-viz",
1366
+ "green",
1367
+ "500"
1368
+ ]
1369
+ },
1370
+ "600": {
1371
+ "value": "#4e7f0e",
1372
+ "$type": "color",
1373
+ "themeable": true,
1374
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1375
+ "isSource": false,
1376
+ "original": {
1377
+ "value": "#4e7f0e",
1378
+ "$type": "color",
1379
+ "themeable": true
1380
+ },
1381
+ "name": "DATA_VIZ_GREEN_600",
1382
+ "attributes": {},
1383
+ "path": [
1384
+ "data-viz",
1385
+ "green",
1386
+ "600"
1387
+ ]
1388
+ },
1389
+ "700": {
1390
+ "value": "#366800",
1391
+ "$type": "color",
1392
+ "themeable": true,
1393
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1394
+ "isSource": false,
1395
+ "original": {
1396
+ "value": "#366800",
1397
+ "$type": "color",
1398
+ "themeable": true
1399
+ },
1400
+ "name": "DATA_VIZ_GREEN_700",
1401
+ "attributes": {},
1402
+ "path": [
1403
+ "data-viz",
1404
+ "green",
1405
+ "700"
1406
+ ]
1407
+ },
1408
+ "800": {
1409
+ "value": "#275600",
1410
+ "$type": "color",
1411
+ "themeable": true,
1412
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1413
+ "isSource": false,
1414
+ "original": {
1415
+ "value": "#275600",
1416
+ "$type": "color",
1417
+ "themeable": true
1418
+ },
1419
+ "name": "DATA_VIZ_GREEN_800",
1420
+ "attributes": {},
1421
+ "path": [
1422
+ "data-viz",
1423
+ "green",
1424
+ "800"
1425
+ ]
1426
+ },
1427
+ "900": {
1428
+ "value": "#1a4500",
1429
+ "$type": "color",
1430
+ "themeable": true,
1431
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1432
+ "isSource": false,
1433
+ "original": {
1434
+ "value": "#1a4500",
1435
+ "$type": "color",
1436
+ "themeable": true
1437
+ },
1438
+ "name": "DATA_VIZ_GREEN_900",
1439
+ "attributes": {},
1440
+ "path": [
1441
+ "data-viz",
1442
+ "green",
1443
+ "900"
1444
+ ]
1445
+ },
1446
+ "950": {
1447
+ "value": "#133a03",
1448
+ "$type": "color",
1449
+ "themeable": true,
1450
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1451
+ "isSource": false,
1452
+ "original": {
1453
+ "value": "#133a03",
1454
+ "$type": "color",
1455
+ "themeable": true
1456
+ },
1457
+ "name": "DATA_VIZ_GREEN_950",
1458
+ "attributes": {},
1459
+ "path": [
1460
+ "data-viz",
1461
+ "green",
1462
+ "950"
1463
+ ]
1464
+ }
1465
+ },
1466
+ "aqua": {
1467
+ "50": {
1468
+ "value": "#b5fefd",
1469
+ "$type": "color",
1470
+ "themeable": true,
1471
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1472
+ "isSource": false,
1473
+ "original": {
1474
+ "value": "#b5fefd",
1475
+ "$type": "color",
1476
+ "themeable": true
1477
+ },
1478
+ "name": "DATA_VIZ_AQUA_50",
1479
+ "attributes": {},
1480
+ "path": [
1481
+ "data-viz",
1482
+ "aqua",
1483
+ "50"
1484
+ ]
1485
+ },
1486
+ "100": {
1487
+ "value": "#93f2ef",
1488
+ "$type": "color",
1489
+ "themeable": true,
1490
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1491
+ "isSource": false,
1492
+ "original": {
1493
+ "value": "#93f2ef",
1494
+ "$type": "color",
1495
+ "themeable": true
1496
+ },
1497
+ "name": "DATA_VIZ_AQUA_100",
1498
+ "attributes": {},
1499
+ "path": [
1500
+ "data-viz",
1501
+ "aqua",
1502
+ "100"
1503
+ ]
1504
+ },
1505
+ "200": {
1506
+ "value": "#5edee3",
1507
+ "$type": "color",
1508
+ "themeable": true,
1509
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1510
+ "isSource": false,
1511
+ "original": {
1512
+ "value": "#5edee3",
1513
+ "$type": "color",
1514
+ "themeable": true
1515
+ },
1516
+ "name": "DATA_VIZ_AQUA_200",
1517
+ "attributes": {},
1518
+ "path": [
1519
+ "data-viz",
1520
+ "aqua",
1521
+ "200"
1522
+ ]
1523
+ },
1524
+ "300": {
1525
+ "value": "#32c5d2",
1526
+ "$type": "color",
1527
+ "themeable": true,
1528
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1529
+ "isSource": false,
1530
+ "original": {
1531
+ "value": "#32c5d2",
1532
+ "$type": "color",
1533
+ "themeable": true
1534
+ },
1535
+ "name": "DATA_VIZ_AQUA_300",
1536
+ "attributes": {},
1537
+ "path": [
1538
+ "data-viz",
1539
+ "aqua",
1540
+ "300"
1541
+ ]
1542
+ },
1543
+ "400": {
1544
+ "value": "#00acc4",
1545
+ "$type": "color",
1546
+ "themeable": true,
1547
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1548
+ "isSource": false,
1549
+ "original": {
1550
+ "value": "#00acc4",
1551
+ "$type": "color",
1552
+ "themeable": true
1553
+ },
1554
+ "name": "DATA_VIZ_AQUA_400",
1555
+ "attributes": {},
1556
+ "path": [
1557
+ "data-viz",
1558
+ "aqua",
1559
+ "400"
1560
+ ]
1561
+ },
1562
+ "500": {
1563
+ "value": "#0090b1",
1564
+ "$type": "color",
1565
+ "themeable": true,
1566
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1567
+ "isSource": false,
1568
+ "original": {
1569
+ "value": "#0090b1",
1570
+ "$type": "color",
1571
+ "themeable": true
1572
+ },
1573
+ "name": "DATA_VIZ_AQUA_500",
1574
+ "attributes": {},
1575
+ "path": [
1576
+ "data-viz",
1577
+ "aqua",
1578
+ "500"
1579
+ ]
1580
+ },
1581
+ "600": {
1582
+ "value": "#007b9b",
1583
+ "$type": "color",
1584
+ "themeable": true,
1585
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1586
+ "isSource": false,
1587
+ "original": {
1588
+ "value": "#007b9b",
1589
+ "$type": "color",
1590
+ "themeable": true
1591
+ },
1592
+ "name": "DATA_VIZ_AQUA_600",
1593
+ "attributes": {},
1594
+ "path": [
1595
+ "data-viz",
1596
+ "aqua",
1597
+ "600"
1598
+ ]
1599
+ },
1600
+ "700": {
1601
+ "value": "#006381",
1602
+ "$type": "color",
1603
+ "themeable": true,
1604
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1605
+ "isSource": false,
1606
+ "original": {
1607
+ "value": "#006381",
1608
+ "$type": "color",
1609
+ "themeable": true
1610
+ },
1611
+ "name": "DATA_VIZ_AQUA_700",
1612
+ "attributes": {},
1613
+ "path": [
1614
+ "data-viz",
1615
+ "aqua",
1616
+ "700"
1617
+ ]
1618
+ },
1619
+ "800": {
1620
+ "value": "#00516c",
1621
+ "$type": "color",
1622
+ "themeable": true,
1623
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1624
+ "isSource": false,
1625
+ "original": {
1626
+ "value": "#00516c",
1627
+ "$type": "color",
1628
+ "themeable": true
1629
+ },
1630
+ "name": "DATA_VIZ_AQUA_800",
1631
+ "attributes": {},
1632
+ "path": [
1633
+ "data-viz",
1634
+ "aqua",
1635
+ "800"
1636
+ ]
1637
+ },
1638
+ "900": {
1639
+ "value": "#004059",
1640
+ "$type": "color",
1641
+ "themeable": true,
1642
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1643
+ "isSource": false,
1644
+ "original": {
1645
+ "value": "#004059",
1646
+ "$type": "color",
1647
+ "themeable": true
1648
+ },
1649
+ "name": "DATA_VIZ_AQUA_900",
1650
+ "attributes": {},
1651
+ "path": [
1652
+ "data-viz",
1653
+ "aqua",
1654
+ "900"
1655
+ ]
1656
+ },
1657
+ "950": {
1658
+ "value": "#00344b",
1659
+ "$type": "color",
1660
+ "themeable": true,
1661
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1662
+ "isSource": false,
1663
+ "original": {
1664
+ "value": "#00344b",
1665
+ "$type": "color",
1666
+ "themeable": true
1667
+ },
1668
+ "name": "DATA_VIZ_AQUA_950",
1669
+ "attributes": {},
1670
+ "path": [
1671
+ "data-viz",
1672
+ "aqua",
1673
+ "950"
1674
+ ]
1675
+ }
1676
+ },
1677
+ "blue": {
1678
+ "50": {
1679
+ "value": "#e9ebff",
1680
+ "$type": "color",
1681
+ "themeable": true,
1682
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1683
+ "isSource": false,
1684
+ "original": {
1685
+ "value": "#e9ebff",
1686
+ "$type": "color",
1687
+ "themeable": true
1688
+ },
1689
+ "name": "DATA_VIZ_BLUE_50",
1690
+ "attributes": {},
1691
+ "path": [
1692
+ "data-viz",
1693
+ "blue",
1694
+ "50"
1695
+ ]
1696
+ },
1697
+ "100": {
1698
+ "value": "#d2dcff",
1699
+ "$type": "color",
1700
+ "themeable": true,
1701
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1702
+ "isSource": false,
1703
+ "original": {
1704
+ "value": "#d2dcff",
1705
+ "$type": "color",
1706
+ "themeable": true
1707
+ },
1708
+ "name": "DATA_VIZ_BLUE_100",
1709
+ "attributes": {},
1710
+ "path": [
1711
+ "data-viz",
1712
+ "blue",
1713
+ "100"
1714
+ ]
1715
+ },
1716
+ "200": {
1717
+ "value": "#b7c6ff",
1718
+ "$type": "color",
1719
+ "themeable": true,
1720
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1721
+ "isSource": false,
1722
+ "original": {
1723
+ "value": "#b7c6ff",
1724
+ "$type": "color",
1725
+ "themeable": true
1726
+ },
1727
+ "name": "DATA_VIZ_BLUE_200",
1728
+ "attributes": {},
1729
+ "path": [
1730
+ "data-viz",
1731
+ "blue",
1732
+ "200"
1733
+ ]
1734
+ },
1735
+ "300": {
1736
+ "value": "#97acff",
1737
+ "$type": "color",
1738
+ "themeable": true,
1739
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1740
+ "isSource": false,
1741
+ "original": {
1742
+ "value": "#97acff",
1743
+ "$type": "color",
1744
+ "themeable": true
1745
+ },
1746
+ "name": "DATA_VIZ_BLUE_300",
1747
+ "attributes": {},
1748
+ "path": [
1749
+ "data-viz",
1750
+ "blue",
1751
+ "300"
1752
+ ]
1753
+ },
1754
+ "400": {
1755
+ "value": "#7992f5",
1756
+ "$type": "color",
1757
+ "themeable": true,
1758
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1759
+ "isSource": false,
1760
+ "original": {
1761
+ "value": "#7992f5",
1762
+ "$type": "color",
1763
+ "themeable": true
1764
+ },
1765
+ "name": "DATA_VIZ_BLUE_400",
1766
+ "attributes": {},
1767
+ "path": [
1768
+ "data-viz",
1769
+ "blue",
1770
+ "400"
1771
+ ]
1772
+ },
1773
+ "500": {
1774
+ "value": "#617ae2",
1775
+ "$type": "color",
1776
+ "themeable": true,
1777
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1778
+ "isSource": false,
1779
+ "original": {
1780
+ "value": "#617ae2",
1781
+ "$type": "color",
1782
+ "themeable": true
1783
+ },
1784
+ "name": "DATA_VIZ_BLUE_500",
1785
+ "attributes": {},
1786
+ "path": [
1787
+ "data-viz",
1788
+ "blue",
1789
+ "500"
1790
+ ]
1791
+ },
1792
+ "600": {
1793
+ "value": "#4e65cd",
1794
+ "$type": "color",
1795
+ "themeable": true,
1796
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1797
+ "isSource": false,
1798
+ "original": {
1799
+ "value": "#4e65cd",
1800
+ "$type": "color",
1801
+ "themeable": true
1802
+ },
1803
+ "name": "DATA_VIZ_BLUE_600",
1804
+ "attributes": {},
1805
+ "path": [
1806
+ "data-viz",
1807
+ "blue",
1808
+ "600"
1809
+ ]
1810
+ },
1811
+ "700": {
1812
+ "value": "#3f51ae",
1813
+ "$type": "color",
1814
+ "themeable": true,
1815
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1816
+ "isSource": false,
1817
+ "original": {
1818
+ "value": "#3f51ae",
1819
+ "$type": "color",
1820
+ "themeable": true
1821
+ },
1822
+ "name": "DATA_VIZ_BLUE_700",
1823
+ "attributes": {},
1824
+ "path": [
1825
+ "data-viz",
1826
+ "blue",
1827
+ "700"
1828
+ ]
1829
+ },
1830
+ "800": {
1831
+ "value": "#374291",
1832
+ "$type": "color",
1833
+ "themeable": true,
1834
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1835
+ "isSource": false,
1836
+ "original": {
1837
+ "value": "#374291",
1838
+ "$type": "color",
1839
+ "themeable": true
1840
+ },
1841
+ "name": "DATA_VIZ_BLUE_800",
1842
+ "attributes": {},
1843
+ "path": [
1844
+ "data-viz",
1845
+ "blue",
1846
+ "800"
1847
+ ]
1848
+ },
1849
+ "900": {
1850
+ "value": "#303470",
1851
+ "$type": "color",
1852
+ "themeable": true,
1853
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1854
+ "isSource": false,
1855
+ "original": {
1856
+ "value": "#303470",
1857
+ "$type": "color",
1858
+ "themeable": true
1859
+ },
1860
+ "name": "DATA_VIZ_BLUE_900",
1861
+ "attributes": {},
1862
+ "path": [
1863
+ "data-viz",
1864
+ "blue",
1865
+ "900"
1866
+ ]
1867
+ },
1868
+ "950": {
1869
+ "value": "#2a2b59",
1870
+ "$type": "color",
1871
+ "themeable": true,
1872
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1873
+ "isSource": false,
1874
+ "original": {
1875
+ "value": "#2a2b59",
1876
+ "$type": "color",
1877
+ "themeable": true
1878
+ },
1879
+ "name": "DATA_VIZ_BLUE_950",
1880
+ "attributes": {},
1881
+ "path": [
1882
+ "data-viz",
1883
+ "blue",
1884
+ "950"
1885
+ ]
1886
+ }
1887
+ },
1888
+ "magenta": {
1889
+ "50": {
1890
+ "value": "#ffe3eb",
1891
+ "$type": "color",
1892
+ "themeable": true,
1893
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1894
+ "isSource": false,
1895
+ "original": {
1896
+ "value": "#ffe3eb",
1897
+ "$type": "color",
1898
+ "themeable": true
1899
+ },
1900
+ "name": "DATA_VIZ_MAGENTA_50",
1901
+ "attributes": {},
1902
+ "path": [
1903
+ "data-viz",
1904
+ "magenta",
1905
+ "50"
1906
+ ]
1907
+ },
1908
+ "100": {
1909
+ "value": "#ffccdb",
1910
+ "$type": "color",
1911
+ "themeable": true,
1912
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1913
+ "isSource": false,
1914
+ "original": {
1915
+ "value": "#ffccdb",
1916
+ "$type": "color",
1917
+ "themeable": true
1918
+ },
1919
+ "name": "DATA_VIZ_MAGENTA_100",
1920
+ "attributes": {},
1921
+ "path": [
1922
+ "data-viz",
1923
+ "magenta",
1924
+ "100"
1925
+ ]
1926
+ },
1927
+ "200": {
1928
+ "value": "#fcacc5",
1929
+ "$type": "color",
1930
+ "themeable": true,
1931
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1932
+ "isSource": false,
1933
+ "original": {
1934
+ "value": "#fcacc5",
1935
+ "$type": "color",
1936
+ "themeable": true
1937
+ },
1938
+ "name": "DATA_VIZ_MAGENTA_200",
1939
+ "attributes": {},
1940
+ "path": [
1941
+ "data-viz",
1942
+ "magenta",
1943
+ "200"
1944
+ ]
1945
+ },
1946
+ "300": {
1947
+ "value": "#f88aaf",
1948
+ "$type": "color",
1949
+ "themeable": true,
1950
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1951
+ "isSource": false,
1952
+ "original": {
1953
+ "value": "#f88aaf",
1954
+ "$type": "color",
1955
+ "themeable": true
1956
+ },
1957
+ "name": "DATA_VIZ_MAGENTA_300",
1958
+ "attributes": {},
1959
+ "path": [
1960
+ "data-viz",
1961
+ "magenta",
1962
+ "300"
1963
+ ]
1964
+ },
1965
+ "400": {
1966
+ "value": "#e86e9a",
1967
+ "$type": "color",
1968
+ "themeable": true,
1969
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1970
+ "isSource": false,
1971
+ "original": {
1972
+ "value": "#e86e9a",
1973
+ "$type": "color",
1974
+ "themeable": true
1975
+ },
1976
+ "name": "DATA_VIZ_MAGENTA_400",
1977
+ "attributes": {},
1978
+ "path": [
1979
+ "data-viz",
1980
+ "magenta",
1981
+ "400"
1982
+ ]
1983
+ },
1984
+ "500": {
1985
+ "value": "#cf4d81",
1986
+ "$type": "color",
1987
+ "themeable": true,
1988
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
1989
+ "isSource": false,
1990
+ "original": {
1991
+ "value": "#cf4d81",
1992
+ "$type": "color",
1993
+ "themeable": true
1994
+ },
1995
+ "name": "DATA_VIZ_MAGENTA_500",
1996
+ "attributes": {},
1997
+ "path": [
1998
+ "data-viz",
1999
+ "magenta",
2000
+ "500"
2001
+ ]
2002
+ },
2003
+ "600": {
2004
+ "value": "#b93d71",
2005
+ "$type": "color",
2006
+ "themeable": true,
2007
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2008
+ "isSource": false,
2009
+ "original": {
2010
+ "value": "#b93d71",
2011
+ "$type": "color",
2012
+ "themeable": true
2013
+ },
2014
+ "name": "DATA_VIZ_MAGENTA_600",
2015
+ "attributes": {},
2016
+ "path": [
2017
+ "data-viz",
2018
+ "magenta",
2019
+ "600"
2020
+ ]
2021
+ },
2022
+ "700": {
2023
+ "value": "#9a2e5d",
2024
+ "$type": "color",
2025
+ "themeable": true,
2026
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2027
+ "isSource": false,
2028
+ "original": {
2029
+ "value": "#9a2e5d",
2030
+ "$type": "color",
2031
+ "themeable": true
2032
+ },
2033
+ "name": "DATA_VIZ_MAGENTA_700",
2034
+ "attributes": {},
2035
+ "path": [
2036
+ "data-viz",
2037
+ "magenta",
2038
+ "700"
2039
+ ]
2040
+ },
2041
+ "800": {
2042
+ "value": "#7c214f",
2043
+ "$type": "color",
2044
+ "themeable": true,
2045
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2046
+ "isSource": false,
2047
+ "original": {
2048
+ "value": "#7c214f",
2049
+ "$type": "color",
2050
+ "themeable": true
2051
+ },
2052
+ "name": "DATA_VIZ_MAGENTA_800",
2053
+ "attributes": {},
2054
+ "path": [
2055
+ "data-viz",
2056
+ "magenta",
2057
+ "800"
2058
+ ]
2059
+ },
2060
+ "900": {
2061
+ "value": "#661e3a",
2062
+ "$type": "color",
2063
+ "themeable": true,
2064
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2065
+ "isSource": false,
2066
+ "original": {
2067
+ "value": "#661e3a",
2068
+ "$type": "color",
2069
+ "themeable": true
2070
+ },
2071
+ "name": "DATA_VIZ_MAGENTA_900",
2072
+ "attributes": {},
2073
+ "path": [
2074
+ "data-viz",
2075
+ "magenta",
2076
+ "900"
2077
+ ]
2078
+ },
2079
+ "950": {
2080
+ "value": "#541d31",
2081
+ "$type": "color",
2082
+ "themeable": true,
2083
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2084
+ "isSource": false,
2085
+ "original": {
2086
+ "value": "#541d31",
2087
+ "$type": "color",
2088
+ "themeable": true
2089
+ },
2090
+ "name": "DATA_VIZ_MAGENTA_950",
2091
+ "attributes": {},
2092
+ "path": [
2093
+ "data-viz",
2094
+ "magenta",
2095
+ "950"
2096
+ ]
2097
+ }
2098
+ },
2099
+ "orange": {
2100
+ "50": {
2101
+ "value": "#fae8d1",
2102
+ "$type": "color",
2103
+ "themeable": true,
2104
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2105
+ "isSource": false,
2106
+ "original": {
2107
+ "value": "#fae8d1",
2108
+ "$type": "color",
2109
+ "themeable": true
2110
+ },
2111
+ "name": "DATA_VIZ_ORANGE_50",
2112
+ "attributes": {},
2113
+ "path": [
2114
+ "data-viz",
2115
+ "orange",
2116
+ "50"
2117
+ ]
2118
+ },
2119
+ "100": {
2120
+ "value": "#f5d6b3",
2121
+ "$type": "color",
2122
+ "themeable": true,
2123
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2124
+ "isSource": false,
2125
+ "original": {
2126
+ "value": "#f5d6b3",
2127
+ "$type": "color",
2128
+ "themeable": true
2129
+ },
2130
+ "name": "DATA_VIZ_ORANGE_100",
2131
+ "attributes": {},
2132
+ "path": [
2133
+ "data-viz",
2134
+ "orange",
2135
+ "100"
2136
+ ]
2137
+ },
2138
+ "200": {
2139
+ "value": "#eebd8c",
2140
+ "$type": "color",
2141
+ "themeable": true,
2142
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2143
+ "isSource": false,
2144
+ "original": {
2145
+ "value": "#eebd8c",
2146
+ "$type": "color",
2147
+ "themeable": true
2148
+ },
2149
+ "name": "DATA_VIZ_ORANGE_200",
2150
+ "attributes": {},
2151
+ "path": [
2152
+ "data-viz",
2153
+ "orange",
2154
+ "200"
2155
+ ]
2156
+ },
2157
+ "300": {
2158
+ "value": "#e99b60",
2159
+ "$type": "color",
2160
+ "themeable": true,
2161
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2162
+ "isSource": false,
2163
+ "original": {
2164
+ "value": "#e99b60",
2165
+ "$type": "color",
2166
+ "themeable": true
2167
+ },
2168
+ "name": "DATA_VIZ_ORANGE_300",
2169
+ "attributes": {},
2170
+ "path": [
2171
+ "data-viz",
2172
+ "orange",
2173
+ "300"
2174
+ ]
2175
+ },
2176
+ "400": {
2177
+ "value": "#e07e41",
2178
+ "$type": "color",
2179
+ "themeable": true,
2180
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2181
+ "isSource": false,
2182
+ "original": {
2183
+ "value": "#e07e41",
2184
+ "$type": "color",
2185
+ "themeable": true
2186
+ },
2187
+ "name": "DATA_VIZ_ORANGE_400",
2188
+ "attributes": {},
2189
+ "path": [
2190
+ "data-viz",
2191
+ "orange",
2192
+ "400"
2193
+ ]
2194
+ },
2195
+ "500": {
2196
+ "value": "#c95d2e",
2197
+ "$type": "color",
2198
+ "themeable": true,
2199
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2200
+ "isSource": false,
2201
+ "original": {
2202
+ "value": "#c95d2e",
2203
+ "$type": "color",
2204
+ "themeable": true
2205
+ },
2206
+ "name": "DATA_VIZ_ORANGE_500",
2207
+ "attributes": {},
2208
+ "path": [
2209
+ "data-viz",
2210
+ "orange",
2211
+ "500"
2212
+ ]
2213
+ },
2214
+ "600": {
2215
+ "value": "#b14f18",
2216
+ "$type": "color",
2217
+ "themeable": true,
2218
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2219
+ "isSource": false,
2220
+ "original": {
2221
+ "value": "#b14f18",
2222
+ "$type": "color",
2223
+ "themeable": true
2224
+ },
2225
+ "name": "DATA_VIZ_ORANGE_600",
2226
+ "attributes": {},
2227
+ "path": [
2228
+ "data-viz",
2229
+ "orange",
2230
+ "600"
2231
+ ]
2232
+ },
2233
+ "700": {
2234
+ "value": "#92430a",
2235
+ "$type": "color",
2236
+ "themeable": true,
2237
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2238
+ "isSource": false,
2239
+ "original": {
2240
+ "value": "#92430a",
2241
+ "$type": "color",
2242
+ "themeable": true
2243
+ },
2244
+ "name": "DATA_VIZ_ORANGE_700",
2245
+ "attributes": {},
2246
+ "path": [
2247
+ "data-viz",
2248
+ "orange",
2249
+ "700"
2250
+ ]
2251
+ },
2252
+ "800": {
2253
+ "value": "#6f3500",
2254
+ "$type": "color",
2255
+ "themeable": true,
2256
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2257
+ "isSource": false,
2258
+ "original": {
2259
+ "value": "#6f3500",
2260
+ "$type": "color",
2261
+ "themeable": true
2262
+ },
2263
+ "name": "DATA_VIZ_ORANGE_800",
2264
+ "attributes": {},
2265
+ "path": [
2266
+ "data-viz",
2267
+ "orange",
2268
+ "800"
2269
+ ]
2270
+ },
2271
+ "900": {
2272
+ "value": "#5e2f05",
2273
+ "$type": "color",
2274
+ "themeable": true,
2275
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2276
+ "isSource": false,
2277
+ "original": {
2278
+ "value": "#5e2f05",
2279
+ "$type": "color",
2280
+ "themeable": true
2281
+ },
2282
+ "name": "DATA_VIZ_ORANGE_900",
2283
+ "attributes": {},
2284
+ "path": [
2285
+ "data-viz",
2286
+ "orange",
2287
+ "900"
2288
+ ]
2289
+ },
2290
+ "950": {
2291
+ "value": "#4b2707",
2292
+ "$type": "color",
2293
+ "themeable": true,
2294
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2295
+ "isSource": false,
2296
+ "original": {
2297
+ "value": "#4b2707",
2298
+ "$type": "color",
2299
+ "themeable": true
2300
+ },
2301
+ "name": "DATA_VIZ_ORANGE_950",
2302
+ "attributes": {},
2303
+ "path": [
2304
+ "data-viz",
2305
+ "orange",
2306
+ "950"
2307
+ ]
2308
+ }
2309
+ }
2310
+ },
2311
+ "brand": {
2312
+ "charcoal": {
2313
+ "value": "#171321",
2314
+ "$type": "color",
2315
+ "themeable": true,
2316
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2317
+ "isSource": false,
2318
+ "original": {
2319
+ "value": "#171321",
2320
+ "$type": "color",
2321
+ "themeable": true
2322
+ },
2323
+ "name": "BRAND_CHARCOAL",
2324
+ "attributes": {},
2325
+ "path": [
2326
+ "brand",
2327
+ "charcoal"
2328
+ ]
2329
+ },
2330
+ "orange": {
2331
+ "01": {
2332
+ "value": "#fca326",
2333
+ "$type": "color",
2334
+ "themeable": true,
2335
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2336
+ "isSource": false,
2337
+ "original": {
2338
+ "value": "#fca326",
2339
+ "$type": "color",
2340
+ "themeable": true
2341
+ },
2342
+ "name": "BRAND_ORANGE_01",
2343
+ "attributes": {},
2344
+ "path": [
2345
+ "brand",
2346
+ "orange",
2347
+ "01"
2348
+ ]
2349
+ },
2350
+ "02": {
2351
+ "value": "#fc6d26",
2352
+ "$type": "color",
2353
+ "themeable": true,
2354
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2355
+ "isSource": false,
2356
+ "original": {
2357
+ "value": "#fc6d26",
2358
+ "$type": "color",
2359
+ "themeable": true
2360
+ },
2361
+ "name": "BRAND_ORANGE_02",
2362
+ "attributes": {},
2363
+ "path": [
2364
+ "brand",
2365
+ "orange",
2366
+ "02"
2367
+ ]
2368
+ },
2369
+ "03": {
2370
+ "value": "#e24329",
2371
+ "$type": "color",
2372
+ "themeable": true,
2373
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2374
+ "isSource": false,
2375
+ "original": {
2376
+ "value": "#e24329",
2377
+ "$type": "color",
2378
+ "themeable": true
2379
+ },
2380
+ "name": "BRAND_ORANGE_03",
2381
+ "attributes": {},
2382
+ "path": [
2383
+ "brand",
2384
+ "orange",
2385
+ "03"
2386
+ ]
2387
+ }
2388
+ },
2389
+ "purple": {
2390
+ "01": {
2391
+ "value": "#a989f5",
2392
+ "$type": "color",
2393
+ "themeable": true,
2394
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2395
+ "isSource": false,
2396
+ "original": {
2397
+ "value": "#a989f5",
2398
+ "$type": "color",
2399
+ "themeable": true
2400
+ },
2401
+ "name": "BRAND_PURPLE_01",
2402
+ "attributes": {},
2403
+ "path": [
2404
+ "brand",
2405
+ "purple",
2406
+ "01"
2407
+ ]
2408
+ },
2409
+ "02": {
2410
+ "value": "#7759c2",
2411
+ "$type": "color",
2412
+ "themeable": true,
2413
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2414
+ "isSource": false,
2415
+ "original": {
2416
+ "value": "#7759c2",
2417
+ "$type": "color",
2418
+ "themeable": true
2419
+ },
2420
+ "name": "BRAND_PURPLE_02",
2421
+ "attributes": {},
2422
+ "path": [
2423
+ "brand",
2424
+ "purple",
2425
+ "02"
2426
+ ]
2427
+ }
2428
+ },
2429
+ "gray": {
2430
+ "01": {
2431
+ "value": "#d1d0d3",
2432
+ "$type": "color",
2433
+ "themeable": true,
2434
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2435
+ "isSource": false,
2436
+ "original": {
2437
+ "value": "#d1d0d3",
2438
+ "$type": "color",
2439
+ "themeable": true
2440
+ },
2441
+ "name": "BRAND_GRAY_01",
2442
+ "attributes": {},
2443
+ "path": [
2444
+ "brand",
2445
+ "gray",
2446
+ "01"
2447
+ ]
2448
+ },
2449
+ "02": {
2450
+ "value": "#a2a1a6",
2451
+ "$type": "color",
2452
+ "themeable": true,
2453
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2454
+ "isSource": false,
2455
+ "original": {
2456
+ "value": "#a2a1a6",
2457
+ "$type": "color",
2458
+ "themeable": true
2459
+ },
2460
+ "name": "BRAND_GRAY_02",
2461
+ "attributes": {},
2462
+ "path": [
2463
+ "brand",
2464
+ "gray",
2465
+ "02"
2466
+ ]
2467
+ },
2468
+ "03": {
2469
+ "value": "#74717a",
2470
+ "$type": "color",
2471
+ "themeable": true,
2472
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2473
+ "isSource": false,
2474
+ "original": {
2475
+ "value": "#74717a",
2476
+ "$type": "color",
2477
+ "themeable": true
2478
+ },
2479
+ "name": "BRAND_GRAY_03",
2480
+ "attributes": {},
2481
+ "path": [
2482
+ "brand",
2483
+ "gray",
2484
+ "03"
2485
+ ]
2486
+ },
2487
+ "04": {
2488
+ "value": "#45424d",
2489
+ "$type": "color",
2490
+ "themeable": true,
2491
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2492
+ "isSource": false,
2493
+ "original": {
2494
+ "value": "#45424d",
2495
+ "$type": "color",
2496
+ "themeable": true
2497
+ },
2498
+ "name": "BRAND_GRAY_04",
2499
+ "attributes": {},
2500
+ "path": [
2501
+ "brand",
2502
+ "gray",
2503
+ "04"
2504
+ ]
2505
+ },
2506
+ "05": {
2507
+ "value": "#2b2838",
2508
+ "$type": "color",
2509
+ "themeable": true,
2510
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.tokens.json",
2511
+ "isSource": false,
2512
+ "original": {
2513
+ "value": "#2b2838",
2514
+ "$type": "color",
2515
+ "themeable": true
2516
+ },
2517
+ "name": "BRAND_GRAY_05",
2518
+ "attributes": {},
2519
+ "path": [
2520
+ "brand",
2521
+ "gray",
2522
+ "05"
2523
+ ]
2524
+ }
2525
+ }
2526
+ }
2527
+ }