@gitlab/ui 126.3.2 → 126.3.3

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 (66) hide show
  1. package/dist/components/base/icon/icon.js +1 -1
  2. package/dist/components/base/illustration/illustration.js +1 -1
  3. package/package.json +2 -2
  4. package/src/components/base/icon/icon.vue +1 -1
  5. package/src/components/base/illustration/illustration.vue +1 -1
  6. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +2788 -2788
  7. package/src/tokens/build/docs/tokens-tailwind-docs.json +2788 -2788
  8. package/src/tokens/build/figma/constants.tokens.json +326 -326
  9. package/src/tokens/build/figma/contextual.tokens.json +428 -428
  10. package/src/tokens/build/figma/deprecated.tokens.json +220 -220
  11. package/src/tokens/build/figma/semantic.tokens.json +191 -191
  12. package/src/tokens/build/json/tokens.dark.json +2330 -2330
  13. package/src/tokens/build/json/tokens.json +2330 -2330
  14. package/src/tokens/constant/border.tokens.json +10 -10
  15. package/src/tokens/constant/color.alpha.tokens.json +15 -15
  16. package/src/tokens/constant/color.tokens.json +211 -211
  17. package/src/tokens/constant/font.tokens.json +27 -27
  18. package/src/tokens/constant/line_height.tokens.json +10 -10
  19. package/src/tokens/constant/opacity.tokens.json +11 -11
  20. package/src/tokens/constant/shadow.tokens.json +3 -3
  21. package/src/tokens/constant/spacing_scale.tokens.json +32 -32
  22. package/src/tokens/constant/zindex.tokens.json +7 -7
  23. package/src/tokens/contextual/alert.tokens.json +20 -20
  24. package/src/tokens/contextual/avatar.tokens.json +14 -14
  25. package/src/tokens/contextual/badge.tokens.json +112 -112
  26. package/src/tokens/contextual/banner.tokens.json +3 -3
  27. package/src/tokens/contextual/breadcrumb.tokens.json +1 -1
  28. package/src/tokens/contextual/broadcast.tokens.json +41 -41
  29. package/src/tokens/contextual/button.tokens.json +122 -122
  30. package/src/tokens/contextual/card.tokens.json +1 -1
  31. package/src/tokens/contextual/chart.tokens.json +7 -7
  32. package/src/tokens/contextual/datepicker.tokens.json +2 -2
  33. package/src/tokens/contextual/drawer.tokens.json +1 -1
  34. package/src/tokens/contextual/dropdown.tokens.json +22 -22
  35. package/src/tokens/contextual/filtered-search.tokens.json +6 -6
  36. package/src/tokens/contextual/illustration.tokens.json +32 -32
  37. package/src/tokens/contextual/label.tokens.json +12 -12
  38. package/src/tokens/contextual/link.tokens.json +4 -4
  39. package/src/tokens/contextual/modal.tokens.json +1 -1
  40. package/src/tokens/contextual/progress-bar.tokens.json +5 -5
  41. package/src/tokens/contextual/skeleton-loader.tokens.json +2 -2
  42. package/src/tokens/contextual/spinner.tokens.json +4 -4
  43. package/src/tokens/contextual/table.tokens.json +2 -2
  44. package/src/tokens/contextual/tabs.tokens.json +1 -1
  45. package/src/tokens/contextual/toggle.tokens.json +9 -9
  46. package/src/tokens/contextual/token-selector.tokens.json +1 -1
  47. package/src/tokens/contextual/token.tokens.json +3 -3
  48. package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +55 -55
  49. package/src/tokens/deprecated/deprecated.color.theme.tokens.json +72 -72
  50. package/src/tokens/deprecated/deprecated.color.tokens.json +80 -80
  51. package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +13 -13
  52. package/src/tokens/semantic/action.tokens.json +76 -76
  53. package/src/tokens/semantic/background.tokens.json +7 -7
  54. package/src/tokens/semantic/border.tokens.json +5 -5
  55. package/src/tokens/semantic/control.tokens.json +21 -21
  56. package/src/tokens/semantic/feedback.tokens.json +30 -30
  57. package/src/tokens/semantic/focus-ring.tokens.json +2 -2
  58. package/src/tokens/semantic/font.tokens.json +2 -2
  59. package/src/tokens/semantic/heading.tokens.json +2 -2
  60. package/src/tokens/semantic/highlight.tokens.json +4 -4
  61. package/src/tokens/semantic/icon.tokens.json +9 -9
  62. package/src/tokens/semantic/letter_spacing.tokens.json +1 -1
  63. package/src/tokens/semantic/line_height.tokens.json +1 -1
  64. package/src/tokens/semantic/shadow.tokens.json +1 -1
  65. package/src/tokens/semantic/status.tokens.json +18 -18
  66. package/src/tokens/semantic/text.tokens.json +12 -12
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "$type": "color",
10
10
  "$extensions": {
11
- "com.figma.scope": []
11
+ "com.figma.scopes": []
12
12
  },
13
13
  "themeable": true,
14
14
  "prefix": false,
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "$type": "color",
23
23
  "$extensions": {
24
- "com.figma.scope": []
24
+ "com.figma.scopes": []
25
25
  },
26
26
  "themeable": true,
27
27
  "prefix": false,
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "$type": "color",
36
36
  "$extensions": {
37
- "com.figma.scope": []
37
+ "com.figma.scopes": []
38
38
  },
39
39
  "themeable": true,
40
40
  "prefix": false,
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "$type": "color",
49
49
  "$extensions": {
50
- "com.figma.scope": []
50
+ "com.figma.scopes": []
51
51
  },
52
52
  "themeable": true,
53
53
  "prefix": false,
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "$type": "color",
62
62
  "$extensions": {
63
- "com.figma.scope": []
63
+ "com.figma.scopes": []
64
64
  },
65
65
  "themeable": true,
66
66
  "prefix": false,
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "$type": "color",
75
75
  "$extensions": {
76
- "com.figma.scope": []
76
+ "com.figma.scopes": []
77
77
  },
78
78
  "themeable": true,
79
79
  "prefix": false,
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "$type": "color",
88
88
  "$extensions": {
89
- "com.figma.scope": []
89
+ "com.figma.scopes": []
90
90
  },
91
91
  "themeable": true,
92
92
  "prefix": false,
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "$type": "color",
101
101
  "$extensions": {
102
- "com.figma.scope": []
102
+ "com.figma.scopes": []
103
103
  },
104
104
  "themeable": true,
105
105
  "prefix": false,
@@ -112,7 +112,7 @@
112
112
  },
113
113
  "$type": "color",
114
114
  "$extensions": {
115
- "com.figma.scope": []
115
+ "com.figma.scopes": []
116
116
  },
117
117
  "themeable": true,
118
118
  "prefix": false,
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "$type": "color",
127
127
  "$extensions": {
128
- "com.figma.scope": []
128
+ "com.figma.scopes": []
129
129
  },
130
130
  "themeable": true,
131
131
  "prefix": false,
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "$type": "color",
140
140
  "$extensions": {
141
- "com.figma.scope": []
141
+ "com.figma.scopes": []
142
142
  },
143
143
  "themeable": true,
144
144
  "prefix": false,
@@ -153,7 +153,7 @@
153
153
  },
154
154
  "$type": "color",
155
155
  "$extensions": {
156
- "com.figma.scope": []
156
+ "com.figma.scopes": []
157
157
  },
158
158
  "themeable": true,
159
159
  "prefix": false,
@@ -166,7 +166,7 @@
166
166
  },
167
167
  "$type": "color",
168
168
  "$extensions": {
169
- "com.figma.scope": []
169
+ "com.figma.scopes": []
170
170
  },
171
171
  "themeable": true,
172
172
  "prefix": false,
@@ -179,7 +179,7 @@
179
179
  },
180
180
  "$type": "color",
181
181
  "$extensions": {
182
- "com.figma.scope": []
182
+ "com.figma.scopes": []
183
183
  },
184
184
  "themeable": true,
185
185
  "prefix": false,
@@ -192,7 +192,7 @@
192
192
  },
193
193
  "$type": "color",
194
194
  "$extensions": {
195
- "com.figma.scope": []
195
+ "com.figma.scopes": []
196
196
  },
197
197
  "themeable": true,
198
198
  "prefix": false,
@@ -205,7 +205,7 @@
205
205
  },
206
206
  "$type": "color",
207
207
  "$extensions": {
208
- "com.figma.scope": []
208
+ "com.figma.scopes": []
209
209
  },
210
210
  "themeable": true,
211
211
  "prefix": false,
@@ -218,7 +218,7 @@
218
218
  },
219
219
  "$type": "color",
220
220
  "$extensions": {
221
- "com.figma.scope": []
221
+ "com.figma.scopes": []
222
222
  },
223
223
  "themeable": true,
224
224
  "prefix": false,
@@ -231,7 +231,7 @@
231
231
  },
232
232
  "$type": "color",
233
233
  "$extensions": {
234
- "com.figma.scope": []
234
+ "com.figma.scopes": []
235
235
  },
236
236
  "themeable": true,
237
237
  "prefix": false,
@@ -244,7 +244,7 @@
244
244
  },
245
245
  "$type": "color",
246
246
  "$extensions": {
247
- "com.figma.scope": []
247
+ "com.figma.scopes": []
248
248
  },
249
249
  "themeable": true,
250
250
  "prefix": false,
@@ -257,7 +257,7 @@
257
257
  },
258
258
  "$type": "color",
259
259
  "$extensions": {
260
- "com.figma.scope": []
260
+ "com.figma.scopes": []
261
261
  },
262
262
  "themeable": true,
263
263
  "prefix": false,
@@ -270,7 +270,7 @@
270
270
  },
271
271
  "$type": "color",
272
272
  "$extensions": {
273
- "com.figma.scope": []
273
+ "com.figma.scopes": []
274
274
  },
275
275
  "themeable": true,
276
276
  "prefix": false,
@@ -283,7 +283,7 @@
283
283
  },
284
284
  "$type": "color",
285
285
  "$extensions": {
286
- "com.figma.scope": []
286
+ "com.figma.scopes": []
287
287
  },
288
288
  "themeable": true,
289
289
  "prefix": false,
@@ -298,7 +298,7 @@
298
298
  },
299
299
  "$type": "color",
300
300
  "$extensions": {
301
- "com.figma.scope": []
301
+ "com.figma.scopes": []
302
302
  },
303
303
  "themeable": true,
304
304
  "prefix": false,
@@ -311,7 +311,7 @@
311
311
  },
312
312
  "$type": "color",
313
313
  "$extensions": {
314
- "com.figma.scope": []
314
+ "com.figma.scopes": []
315
315
  },
316
316
  "themeable": true,
317
317
  "prefix": false,
@@ -324,7 +324,7 @@
324
324
  },
325
325
  "$type": "color",
326
326
  "$extensions": {
327
- "com.figma.scope": []
327
+ "com.figma.scopes": []
328
328
  },
329
329
  "themeable": true,
330
330
  "prefix": false,
@@ -337,7 +337,7 @@
337
337
  },
338
338
  "$type": "color",
339
339
  "$extensions": {
340
- "com.figma.scope": []
340
+ "com.figma.scopes": []
341
341
  },
342
342
  "themeable": true,
343
343
  "prefix": false,
@@ -350,7 +350,7 @@
350
350
  },
351
351
  "$type": "color",
352
352
  "$extensions": {
353
- "com.figma.scope": []
353
+ "com.figma.scopes": []
354
354
  },
355
355
  "themeable": true,
356
356
  "prefix": false,
@@ -363,7 +363,7 @@
363
363
  },
364
364
  "$type": "color",
365
365
  "$extensions": {
366
- "com.figma.scope": []
366
+ "com.figma.scopes": []
367
367
  },
368
368
  "themeable": true,
369
369
  "prefix": false,
@@ -376,7 +376,7 @@
376
376
  },
377
377
  "$type": "color",
378
378
  "$extensions": {
379
- "com.figma.scope": []
379
+ "com.figma.scopes": []
380
380
  },
381
381
  "themeable": true,
382
382
  "prefix": false,
@@ -389,7 +389,7 @@
389
389
  },
390
390
  "$type": "color",
391
391
  "$extensions": {
392
- "com.figma.scope": []
392
+ "com.figma.scopes": []
393
393
  },
394
394
  "themeable": true,
395
395
  "prefix": false,
@@ -402,7 +402,7 @@
402
402
  },
403
403
  "$type": "color",
404
404
  "$extensions": {
405
- "com.figma.scope": []
405
+ "com.figma.scopes": []
406
406
  },
407
407
  "themeable": true,
408
408
  "prefix": false,
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "$type": "color",
417
417
  "$extensions": {
418
- "com.figma.scope": []
418
+ "com.figma.scopes": []
419
419
  },
420
420
  "themeable": true,
421
421
  "prefix": false,
@@ -428,7 +428,7 @@
428
428
  },
429
429
  "$type": "color",
430
430
  "$extensions": {
431
- "com.figma.scope": []
431
+ "com.figma.scopes": []
432
432
  },
433
433
  "themeable": true,
434
434
  "prefix": false,
@@ -443,7 +443,7 @@
443
443
  },
444
444
  "$type": "color",
445
445
  "$extensions": {
446
- "com.figma.scope": []
446
+ "com.figma.scopes": []
447
447
  },
448
448
  "themeable": true,
449
449
  "prefix": false,
@@ -456,7 +456,7 @@
456
456
  },
457
457
  "$type": "color",
458
458
  "$extensions": {
459
- "com.figma.scope": []
459
+ "com.figma.scopes": []
460
460
  },
461
461
  "themeable": true,
462
462
  "prefix": false,
@@ -469,7 +469,7 @@
469
469
  },
470
470
  "$type": "color",
471
471
  "$extensions": {
472
- "com.figma.scope": []
472
+ "com.figma.scopes": []
473
473
  },
474
474
  "themeable": true,
475
475
  "prefix": false,
@@ -482,7 +482,7 @@
482
482
  },
483
483
  "$type": "color",
484
484
  "$extensions": {
485
- "com.figma.scope": []
485
+ "com.figma.scopes": []
486
486
  },
487
487
  "themeable": true,
488
488
  "prefix": false,
@@ -495,7 +495,7 @@
495
495
  },
496
496
  "$type": "color",
497
497
  "$extensions": {
498
- "com.figma.scope": []
498
+ "com.figma.scopes": []
499
499
  },
500
500
  "themeable": true,
501
501
  "prefix": false,
@@ -508,7 +508,7 @@
508
508
  },
509
509
  "$type": "color",
510
510
  "$extensions": {
511
- "com.figma.scope": []
511
+ "com.figma.scopes": []
512
512
  },
513
513
  "themeable": true,
514
514
  "prefix": false,
@@ -521,7 +521,7 @@
521
521
  },
522
522
  "$type": "color",
523
523
  "$extensions": {
524
- "com.figma.scope": []
524
+ "com.figma.scopes": []
525
525
  },
526
526
  "themeable": true,
527
527
  "prefix": false,
@@ -534,7 +534,7 @@
534
534
  },
535
535
  "$type": "color",
536
536
  "$extensions": {
537
- "com.figma.scope": []
537
+ "com.figma.scopes": []
538
538
  },
539
539
  "themeable": true,
540
540
  "prefix": false,
@@ -547,7 +547,7 @@
547
547
  },
548
548
  "$type": "color",
549
549
  "$extensions": {
550
- "com.figma.scope": []
550
+ "com.figma.scopes": []
551
551
  },
552
552
  "themeable": true,
553
553
  "prefix": false,
@@ -560,7 +560,7 @@
560
560
  },
561
561
  "$type": "color",
562
562
  "$extensions": {
563
- "com.figma.scope": []
563
+ "com.figma.scopes": []
564
564
  },
565
565
  "themeable": true,
566
566
  "prefix": false,
@@ -573,7 +573,7 @@
573
573
  },
574
574
  "$type": "color",
575
575
  "$extensions": {
576
- "com.figma.scope": []
576
+ "com.figma.scopes": []
577
577
  },
578
578
  "themeable": true,
579
579
  "prefix": false,
@@ -588,7 +588,7 @@
588
588
  },
589
589
  "$type": "color",
590
590
  "$extensions": {
591
- "com.figma.scope": []
591
+ "com.figma.scopes": []
592
592
  },
593
593
  "themeable": true,
594
594
  "prefix": false,
@@ -601,7 +601,7 @@
601
601
  },
602
602
  "$type": "color",
603
603
  "$extensions": {
604
- "com.figma.scope": []
604
+ "com.figma.scopes": []
605
605
  },
606
606
  "themeable": true,
607
607
  "prefix": false,
@@ -614,7 +614,7 @@
614
614
  },
615
615
  "$type": "color",
616
616
  "$extensions": {
617
- "com.figma.scope": []
617
+ "com.figma.scopes": []
618
618
  },
619
619
  "themeable": true,
620
620
  "prefix": false,
@@ -627,7 +627,7 @@
627
627
  },
628
628
  "$type": "color",
629
629
  "$extensions": {
630
- "com.figma.scope": []
630
+ "com.figma.scopes": []
631
631
  },
632
632
  "themeable": true,
633
633
  "prefix": false,
@@ -640,7 +640,7 @@
640
640
  },
641
641
  "$type": "color",
642
642
  "$extensions": {
643
- "com.figma.scope": []
643
+ "com.figma.scopes": []
644
644
  },
645
645
  "themeable": true,
646
646
  "prefix": false,
@@ -653,7 +653,7 @@
653
653
  },
654
654
  "$type": "color",
655
655
  "$extensions": {
656
- "com.figma.scope": []
656
+ "com.figma.scopes": []
657
657
  },
658
658
  "themeable": true,
659
659
  "prefix": false,
@@ -666,7 +666,7 @@
666
666
  },
667
667
  "$type": "color",
668
668
  "$extensions": {
669
- "com.figma.scope": []
669
+ "com.figma.scopes": []
670
670
  },
671
671
  "themeable": true,
672
672
  "prefix": false,
@@ -679,7 +679,7 @@
679
679
  },
680
680
  "$type": "color",
681
681
  "$extensions": {
682
- "com.figma.scope": []
682
+ "com.figma.scopes": []
683
683
  },
684
684
  "themeable": true,
685
685
  "prefix": false,
@@ -692,7 +692,7 @@
692
692
  },
693
693
  "$type": "color",
694
694
  "$extensions": {
695
- "com.figma.scope": []
695
+ "com.figma.scopes": []
696
696
  },
697
697
  "themeable": true,
698
698
  "prefix": false,
@@ -705,7 +705,7 @@
705
705
  },
706
706
  "$type": "color",
707
707
  "$extensions": {
708
- "com.figma.scope": []
708
+ "com.figma.scopes": []
709
709
  },
710
710
  "themeable": true,
711
711
  "prefix": false,
@@ -718,7 +718,7 @@
718
718
  },
719
719
  "$type": "color",
720
720
  "$extensions": {
721
- "com.figma.scope": []
721
+ "com.figma.scopes": []
722
722
  },
723
723
  "themeable": true,
724
724
  "prefix": false,
@@ -738,7 +738,7 @@
738
738
  },
739
739
  "$type": "color",
740
740
  "$extensions": {
741
- "com.figma.scope": []
741
+ "com.figma.scopes": []
742
742
  },
743
743
  "themeable": true,
744
744
  "prefix": false,
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "$type": "color",
753
753
  "$extensions": {
754
- "com.figma.scope": []
754
+ "com.figma.scopes": []
755
755
  },
756
756
  "themeable": true,
757
757
  "prefix": false,
@@ -764,7 +764,7 @@
764
764
  },
765
765
  "$type": "color",
766
766
  "$extensions": {
767
- "com.figma.scope": []
767
+ "com.figma.scopes": []
768
768
  },
769
769
  "themeable": true,
770
770
  "prefix": false,
@@ -777,7 +777,7 @@
777
777
  },
778
778
  "$type": "color",
779
779
  "$extensions": {
780
- "com.figma.scope": []
780
+ "com.figma.scopes": []
781
781
  },
782
782
  "themeable": true,
783
783
  "prefix": false,
@@ -790,7 +790,7 @@
790
790
  },
791
791
  "$type": "color",
792
792
  "$extensions": {
793
- "com.figma.scope": []
793
+ "com.figma.scopes": []
794
794
  },
795
795
  "themeable": true,
796
796
  "prefix": false,
@@ -803,7 +803,7 @@
803
803
  },
804
804
  "$type": "color",
805
805
  "$extensions": {
806
- "com.figma.scope": []
806
+ "com.figma.scopes": []
807
807
  },
808
808
  "themeable": true,
809
809
  "prefix": false,
@@ -816,7 +816,7 @@
816
816
  },
817
817
  "$type": "color",
818
818
  "$extensions": {
819
- "com.figma.scope": []
819
+ "com.figma.scopes": []
820
820
  },
821
821
  "themeable": true,
822
822
  "prefix": false,
@@ -829,7 +829,7 @@
829
829
  },
830
830
  "$type": "color",
831
831
  "$extensions": {
832
- "com.figma.scope": []
832
+ "com.figma.scopes": []
833
833
  },
834
834
  "themeable": true,
835
835
  "prefix": false,
@@ -842,7 +842,7 @@
842
842
  },
843
843
  "$type": "color",
844
844
  "$extensions": {
845
- "com.figma.scope": []
845
+ "com.figma.scopes": []
846
846
  },
847
847
  "themeable": true,
848
848
  "prefix": false,
@@ -855,7 +855,7 @@
855
855
  },
856
856
  "$type": "color",
857
857
  "$extensions": {
858
- "com.figma.scope": []
858
+ "com.figma.scopes": []
859
859
  },
860
860
  "themeable": true,
861
861
  "prefix": false,
@@ -868,7 +868,7 @@
868
868
  },
869
869
  "$type": "color",
870
870
  "$extensions": {
871
- "com.figma.scope": []
871
+ "com.figma.scopes": []
872
872
  },
873
873
  "themeable": true,
874
874
  "prefix": false,
@@ -881,7 +881,7 @@
881
881
  },
882
882
  "$type": "color",
883
883
  "$extensions": {
884
- "com.figma.scope": []
884
+ "com.figma.scopes": []
885
885
  },
886
886
  "themeable": true,
887
887
  "prefix": false,
@@ -896,7 +896,7 @@
896
896
  },
897
897
  "$type": "color",
898
898
  "$extensions": {
899
- "com.figma.scope": []
899
+ "com.figma.scopes": []
900
900
  },
901
901
  "themeable": true,
902
902
  "prefix": false,
@@ -909,7 +909,7 @@
909
909
  },
910
910
  "$type": "color",
911
911
  "$extensions": {
912
- "com.figma.scope": []
912
+ "com.figma.scopes": []
913
913
  },
914
914
  "themeable": true,
915
915
  "prefix": false,
@@ -922,7 +922,7 @@
922
922
  },
923
923
  "$type": "color",
924
924
  "$extensions": {
925
- "com.figma.scope": []
925
+ "com.figma.scopes": []
926
926
  },
927
927
  "themeable": true,
928
928
  "prefix": false,
@@ -935,7 +935,7 @@
935
935
  },
936
936
  "$type": "color",
937
937
  "$extensions": {
938
- "com.figma.scope": []
938
+ "com.figma.scopes": []
939
939
  },
940
940
  "themeable": true,
941
941
  "prefix": false,
@@ -948,7 +948,7 @@
948
948
  },
949
949
  "$type": "color",
950
950
  "$extensions": {
951
- "com.figma.scope": []
951
+ "com.figma.scopes": []
952
952
  },
953
953
  "themeable": true,
954
954
  "prefix": false,
@@ -961,7 +961,7 @@
961
961
  },
962
962
  "$type": "color",
963
963
  "$extensions": {
964
- "com.figma.scope": []
964
+ "com.figma.scopes": []
965
965
  },
966
966
  "themeable": true,
967
967
  "prefix": false,
@@ -974,7 +974,7 @@
974
974
  },
975
975
  "$type": "color",
976
976
  "$extensions": {
977
- "com.figma.scope": []
977
+ "com.figma.scopes": []
978
978
  },
979
979
  "themeable": true,
980
980
  "prefix": false,
@@ -987,7 +987,7 @@
987
987
  },
988
988
  "$type": "color",
989
989
  "$extensions": {
990
- "com.figma.scope": []
990
+ "com.figma.scopes": []
991
991
  },
992
992
  "themeable": true,
993
993
  "prefix": false,
@@ -1000,7 +1000,7 @@
1000
1000
  },
1001
1001
  "$type": "color",
1002
1002
  "$extensions": {
1003
- "com.figma.scope": []
1003
+ "com.figma.scopes": []
1004
1004
  },
1005
1005
  "themeable": true,
1006
1006
  "prefix": false,
@@ -1013,7 +1013,7 @@
1013
1013
  },
1014
1014
  "$type": "color",
1015
1015
  "$extensions": {
1016
- "com.figma.scope": []
1016
+ "com.figma.scopes": []
1017
1017
  },
1018
1018
  "themeable": true,
1019
1019
  "prefix": false,
@@ -1026,7 +1026,7 @@
1026
1026
  },
1027
1027
  "$type": "color",
1028
1028
  "$extensions": {
1029
- "com.figma.scope": []
1029
+ "com.figma.scopes": []
1030
1030
  },
1031
1031
  "themeable": true,
1032
1032
  "prefix": false,
@@ -1039,7 +1039,7 @@
1039
1039
  },
1040
1040
  "$type": "color",
1041
1041
  "$extensions": {
1042
- "com.figma.scope": []
1042
+ "com.figma.scopes": []
1043
1043
  },
1044
1044
  "themeable": true,
1045
1045
  "prefix": false,
@@ -1054,7 +1054,7 @@
1054
1054
  },
1055
1055
  "$type": "color",
1056
1056
  "$extensions": {
1057
- "com.figma.scope": []
1057
+ "com.figma.scopes": []
1058
1058
  },
1059
1059
  "themeable": true,
1060
1060
  "prefix": false,
@@ -1067,7 +1067,7 @@
1067
1067
  },
1068
1068
  "$type": "color",
1069
1069
  "$extensions": {
1070
- "com.figma.scope": []
1070
+ "com.figma.scopes": []
1071
1071
  },
1072
1072
  "themeable": true,
1073
1073
  "prefix": false,
@@ -1080,7 +1080,7 @@
1080
1080
  },
1081
1081
  "$type": "color",
1082
1082
  "$extensions": {
1083
- "com.figma.scope": []
1083
+ "com.figma.scopes": []
1084
1084
  },
1085
1085
  "themeable": true,
1086
1086
  "prefix": false,
@@ -1093,7 +1093,7 @@
1093
1093
  },
1094
1094
  "$type": "color",
1095
1095
  "$extensions": {
1096
- "com.figma.scope": []
1096
+ "com.figma.scopes": []
1097
1097
  },
1098
1098
  "themeable": true,
1099
1099
  "prefix": false,
@@ -1106,7 +1106,7 @@
1106
1106
  },
1107
1107
  "$type": "color",
1108
1108
  "$extensions": {
1109
- "com.figma.scope": []
1109
+ "com.figma.scopes": []
1110
1110
  },
1111
1111
  "themeable": true,
1112
1112
  "prefix": false,
@@ -1119,7 +1119,7 @@
1119
1119
  },
1120
1120
  "$type": "color",
1121
1121
  "$extensions": {
1122
- "com.figma.scope": []
1122
+ "com.figma.scopes": []
1123
1123
  },
1124
1124
  "themeable": true,
1125
1125
  "prefix": false,
@@ -1132,7 +1132,7 @@
1132
1132
  },
1133
1133
  "$type": "color",
1134
1134
  "$extensions": {
1135
- "com.figma.scope": []
1135
+ "com.figma.scopes": []
1136
1136
  },
1137
1137
  "themeable": true,
1138
1138
  "prefix": false,
@@ -1145,7 +1145,7 @@
1145
1145
  },
1146
1146
  "$type": "color",
1147
1147
  "$extensions": {
1148
- "com.figma.scope": []
1148
+ "com.figma.scopes": []
1149
1149
  },
1150
1150
  "themeable": true,
1151
1151
  "prefix": false,
@@ -1158,7 +1158,7 @@
1158
1158
  },
1159
1159
  "$type": "color",
1160
1160
  "$extensions": {
1161
- "com.figma.scope": []
1161
+ "com.figma.scopes": []
1162
1162
  },
1163
1163
  "themeable": true,
1164
1164
  "prefix": false,
@@ -1171,7 +1171,7 @@
1171
1171
  },
1172
1172
  "$type": "color",
1173
1173
  "$extensions": {
1174
- "com.figma.scope": []
1174
+ "com.figma.scopes": []
1175
1175
  },
1176
1176
  "themeable": true,
1177
1177
  "prefix": false,
@@ -1184,7 +1184,7 @@
1184
1184
  },
1185
1185
  "$type": "color",
1186
1186
  "$extensions": {
1187
- "com.figma.scope": []
1187
+ "com.figma.scopes": []
1188
1188
  },
1189
1189
  "themeable": true,
1190
1190
  "prefix": false,
@@ -1197,7 +1197,7 @@
1197
1197
  },
1198
1198
  "$type": "color",
1199
1199
  "$extensions": {
1200
- "com.figma.scope": []
1200
+ "com.figma.scopes": []
1201
1201
  },
1202
1202
  "themeable": true,
1203
1203
  "prefix": false,
@@ -1212,7 +1212,7 @@
1212
1212
  },
1213
1213
  "$type": "color",
1214
1214
  "$extensions": {
1215
- "com.figma.scope": []
1215
+ "com.figma.scopes": []
1216
1216
  },
1217
1217
  "themeable": true,
1218
1218
  "prefix": false,
@@ -1225,7 +1225,7 @@
1225
1225
  },
1226
1226
  "$type": "color",
1227
1227
  "$extensions": {
1228
- "com.figma.scope": []
1228
+ "com.figma.scopes": []
1229
1229
  },
1230
1230
  "themeable": true,
1231
1231
  "prefix": false,
@@ -1238,7 +1238,7 @@
1238
1238
  },
1239
1239
  "$type": "color",
1240
1240
  "$extensions": {
1241
- "com.figma.scope": []
1241
+ "com.figma.scopes": []
1242
1242
  },
1243
1243
  "themeable": true,
1244
1244
  "prefix": false,
@@ -1251,7 +1251,7 @@
1251
1251
  },
1252
1252
  "$type": "color",
1253
1253
  "$extensions": {
1254
- "com.figma.scope": []
1254
+ "com.figma.scopes": []
1255
1255
  },
1256
1256
  "themeable": true,
1257
1257
  "prefix": false,
@@ -1264,7 +1264,7 @@
1264
1264
  },
1265
1265
  "$type": "color",
1266
1266
  "$extensions": {
1267
- "com.figma.scope": []
1267
+ "com.figma.scopes": []
1268
1268
  },
1269
1269
  "themeable": true,
1270
1270
  "prefix": false,
@@ -1277,7 +1277,7 @@
1277
1277
  },
1278
1278
  "$type": "color",
1279
1279
  "$extensions": {
1280
- "com.figma.scope": []
1280
+ "com.figma.scopes": []
1281
1281
  },
1282
1282
  "themeable": true,
1283
1283
  "prefix": false,
@@ -1290,7 +1290,7 @@
1290
1290
  },
1291
1291
  "$type": "color",
1292
1292
  "$extensions": {
1293
- "com.figma.scope": []
1293
+ "com.figma.scopes": []
1294
1294
  },
1295
1295
  "themeable": true,
1296
1296
  "prefix": false,
@@ -1303,7 +1303,7 @@
1303
1303
  },
1304
1304
  "$type": "color",
1305
1305
  "$extensions": {
1306
- "com.figma.scope": []
1306
+ "com.figma.scopes": []
1307
1307
  },
1308
1308
  "themeable": true,
1309
1309
  "prefix": false,
@@ -1316,7 +1316,7 @@
1316
1316
  },
1317
1317
  "$type": "color",
1318
1318
  "$extensions": {
1319
- "com.figma.scope": []
1319
+ "com.figma.scopes": []
1320
1320
  },
1321
1321
  "themeable": true,
1322
1322
  "prefix": false,
@@ -1329,7 +1329,7 @@
1329
1329
  },
1330
1330
  "$type": "color",
1331
1331
  "$extensions": {
1332
- "com.figma.scope": []
1332
+ "com.figma.scopes": []
1333
1333
  },
1334
1334
  "themeable": true,
1335
1335
  "prefix": false,
@@ -1342,7 +1342,7 @@
1342
1342
  },
1343
1343
  "$type": "color",
1344
1344
  "$extensions": {
1345
- "com.figma.scope": []
1345
+ "com.figma.scopes": []
1346
1346
  },
1347
1347
  "themeable": true,
1348
1348
  "prefix": false,
@@ -1355,7 +1355,7 @@
1355
1355
  },
1356
1356
  "$type": "color",
1357
1357
  "$extensions": {
1358
- "com.figma.scope": []
1358
+ "com.figma.scopes": []
1359
1359
  },
1360
1360
  "themeable": true,
1361
1361
  "prefix": false,
@@ -1370,7 +1370,7 @@
1370
1370
  },
1371
1371
  "$type": "color",
1372
1372
  "$extensions": {
1373
- "com.figma.scope": []
1373
+ "com.figma.scopes": []
1374
1374
  },
1375
1375
  "themeable": true,
1376
1376
  "prefix": false,
@@ -1383,7 +1383,7 @@
1383
1383
  },
1384
1384
  "$type": "color",
1385
1385
  "$extensions": {
1386
- "com.figma.scope": []
1386
+ "com.figma.scopes": []
1387
1387
  },
1388
1388
  "themeable": true,
1389
1389
  "prefix": false,
@@ -1396,7 +1396,7 @@
1396
1396
  },
1397
1397
  "$type": "color",
1398
1398
  "$extensions": {
1399
- "com.figma.scope": []
1399
+ "com.figma.scopes": []
1400
1400
  },
1401
1401
  "themeable": true,
1402
1402
  "prefix": false,
@@ -1409,7 +1409,7 @@
1409
1409
  },
1410
1410
  "$type": "color",
1411
1411
  "$extensions": {
1412
- "com.figma.scope": []
1412
+ "com.figma.scopes": []
1413
1413
  },
1414
1414
  "themeable": true,
1415
1415
  "prefix": false,
@@ -1422,7 +1422,7 @@
1422
1422
  },
1423
1423
  "$type": "color",
1424
1424
  "$extensions": {
1425
- "com.figma.scope": []
1425
+ "com.figma.scopes": []
1426
1426
  },
1427
1427
  "themeable": true,
1428
1428
  "prefix": false,
@@ -1435,7 +1435,7 @@
1435
1435
  },
1436
1436
  "$type": "color",
1437
1437
  "$extensions": {
1438
- "com.figma.scope": []
1438
+ "com.figma.scopes": []
1439
1439
  },
1440
1440
  "themeable": true,
1441
1441
  "prefix": false,
@@ -1448,7 +1448,7 @@
1448
1448
  },
1449
1449
  "$type": "color",
1450
1450
  "$extensions": {
1451
- "com.figma.scope": []
1451
+ "com.figma.scopes": []
1452
1452
  },
1453
1453
  "themeable": true,
1454
1454
  "prefix": false,
@@ -1461,7 +1461,7 @@
1461
1461
  },
1462
1462
  "$type": "color",
1463
1463
  "$extensions": {
1464
- "com.figma.scope": []
1464
+ "com.figma.scopes": []
1465
1465
  },
1466
1466
  "themeable": true,
1467
1467
  "prefix": false,
@@ -1474,7 +1474,7 @@
1474
1474
  },
1475
1475
  "$type": "color",
1476
1476
  "$extensions": {
1477
- "com.figma.scope": []
1477
+ "com.figma.scopes": []
1478
1478
  },
1479
1479
  "themeable": true,
1480
1480
  "prefix": false,
@@ -1487,7 +1487,7 @@
1487
1487
  },
1488
1488
  "$type": "color",
1489
1489
  "$extensions": {
1490
- "com.figma.scope": []
1490
+ "com.figma.scopes": []
1491
1491
  },
1492
1492
  "themeable": true,
1493
1493
  "prefix": false,
@@ -1500,7 +1500,7 @@
1500
1500
  },
1501
1501
  "$type": "color",
1502
1502
  "$extensions": {
1503
- "com.figma.scope": []
1503
+ "com.figma.scopes": []
1504
1504
  },
1505
1505
  "themeable": true,
1506
1506
  "prefix": false,
@@ -1513,7 +1513,7 @@
1513
1513
  },
1514
1514
  "$type": "color",
1515
1515
  "$extensions": {
1516
- "com.figma.scope": []
1516
+ "com.figma.scopes": []
1517
1517
  },
1518
1518
  "themeable": true,
1519
1519
  "prefix": false,
@@ -1528,7 +1528,7 @@
1528
1528
  },
1529
1529
  "$type": "color",
1530
1530
  "$extensions": {
1531
- "com.figma.scope": []
1531
+ "com.figma.scopes": []
1532
1532
  },
1533
1533
  "themeable": true,
1534
1534
  "prefix": false,
@@ -1541,7 +1541,7 @@
1541
1541
  },
1542
1542
  "$type": "color",
1543
1543
  "$extensions": {
1544
- "com.figma.scope": []
1544
+ "com.figma.scopes": []
1545
1545
  },
1546
1546
  "themeable": true,
1547
1547
  "prefix": false,
@@ -1554,7 +1554,7 @@
1554
1554
  },
1555
1555
  "$type": "color",
1556
1556
  "$extensions": {
1557
- "com.figma.scope": []
1557
+ "com.figma.scopes": []
1558
1558
  },
1559
1559
  "themeable": true,
1560
1560
  "prefix": false,
@@ -1567,7 +1567,7 @@
1567
1567
  },
1568
1568
  "$type": "color",
1569
1569
  "$extensions": {
1570
- "com.figma.scope": []
1570
+ "com.figma.scopes": []
1571
1571
  },
1572
1572
  "themeable": true,
1573
1573
  "prefix": false,
@@ -1580,7 +1580,7 @@
1580
1580
  },
1581
1581
  "$type": "color",
1582
1582
  "$extensions": {
1583
- "com.figma.scope": []
1583
+ "com.figma.scopes": []
1584
1584
  },
1585
1585
  "themeable": true,
1586
1586
  "prefix": false,
@@ -1593,7 +1593,7 @@
1593
1593
  },
1594
1594
  "$type": "color",
1595
1595
  "$extensions": {
1596
- "com.figma.scope": []
1596
+ "com.figma.scopes": []
1597
1597
  },
1598
1598
  "themeable": true,
1599
1599
  "prefix": false,
@@ -1606,7 +1606,7 @@
1606
1606
  },
1607
1607
  "$type": "color",
1608
1608
  "$extensions": {
1609
- "com.figma.scope": []
1609
+ "com.figma.scopes": []
1610
1610
  },
1611
1611
  "themeable": true,
1612
1612
  "prefix": false,
@@ -1619,7 +1619,7 @@
1619
1619
  },
1620
1620
  "$type": "color",
1621
1621
  "$extensions": {
1622
- "com.figma.scope": []
1622
+ "com.figma.scopes": []
1623
1623
  },
1624
1624
  "themeable": true,
1625
1625
  "prefix": false,
@@ -1632,7 +1632,7 @@
1632
1632
  },
1633
1633
  "$type": "color",
1634
1634
  "$extensions": {
1635
- "com.figma.scope": []
1635
+ "com.figma.scopes": []
1636
1636
  },
1637
1637
  "themeable": true,
1638
1638
  "prefix": false,
@@ -1645,7 +1645,7 @@
1645
1645
  },
1646
1646
  "$type": "color",
1647
1647
  "$extensions": {
1648
- "com.figma.scope": []
1648
+ "com.figma.scopes": []
1649
1649
  },
1650
1650
  "themeable": true,
1651
1651
  "prefix": false,
@@ -1658,7 +1658,7 @@
1658
1658
  },
1659
1659
  "$type": "color",
1660
1660
  "$extensions": {
1661
- "com.figma.scope": []
1661
+ "com.figma.scopes": []
1662
1662
  },
1663
1663
  "themeable": true,
1664
1664
  "prefix": false,
@@ -1671,7 +1671,7 @@
1671
1671
  },
1672
1672
  "$type": "color",
1673
1673
  "$extensions": {
1674
- "com.figma.scope": []
1674
+ "com.figma.scopes": []
1675
1675
  },
1676
1676
  "themeable": true,
1677
1677
  "prefix": false,
@@ -1689,7 +1689,7 @@
1689
1689
  },
1690
1690
  "$type": "color",
1691
1691
  "$extensions": {
1692
- "com.figma.scope": [],
1692
+ "com.figma.scopes": [],
1693
1693
  "com.gitlab.deprecated": true
1694
1694
  },
1695
1695
  "themeable": true,
@@ -1703,7 +1703,7 @@
1703
1703
  },
1704
1704
  "$type": "color",
1705
1705
  "$extensions": {
1706
- "com.figma.scope": [],
1706
+ "com.figma.scopes": [],
1707
1707
  "com.gitlab.deprecated": true
1708
1708
  },
1709
1709
  "themeable": true,
@@ -1718,7 +1718,7 @@
1718
1718
  },
1719
1719
  "$type": "color",
1720
1720
  "$extensions": {
1721
- "com.figma.scope": []
1721
+ "com.figma.scopes": []
1722
1722
  },
1723
1723
  "themeable": true,
1724
1724
  "prefix": false,
@@ -1731,7 +1731,7 @@
1731
1731
  },
1732
1732
  "$type": "color",
1733
1733
  "$extensions": {
1734
- "com.figma.scope": []
1734
+ "com.figma.scopes": []
1735
1735
  },
1736
1736
  "themeable": true,
1737
1737
  "prefix": false,
@@ -1744,7 +1744,7 @@
1744
1744
  },
1745
1745
  "$type": "color",
1746
1746
  "$extensions": {
1747
- "com.figma.scope": []
1747
+ "com.figma.scopes": []
1748
1748
  },
1749
1749
  "themeable": true,
1750
1750
  "prefix": false,
@@ -1757,7 +1757,7 @@
1757
1757
  },
1758
1758
  "$type": "color",
1759
1759
  "$extensions": {
1760
- "com.figma.scope": []
1760
+ "com.figma.scopes": []
1761
1761
  },
1762
1762
  "themeable": true,
1763
1763
  "prefix": false,
@@ -1770,7 +1770,7 @@
1770
1770
  },
1771
1771
  "$type": "color",
1772
1772
  "$extensions": {
1773
- "com.figma.scope": []
1773
+ "com.figma.scopes": []
1774
1774
  },
1775
1775
  "themeable": true,
1776
1776
  "prefix": false,
@@ -1783,7 +1783,7 @@
1783
1783
  },
1784
1784
  "$type": "color",
1785
1785
  "$extensions": {
1786
- "com.figma.scope": []
1786
+ "com.figma.scopes": []
1787
1787
  },
1788
1788
  "themeable": true,
1789
1789
  "prefix": false,
@@ -1796,7 +1796,7 @@
1796
1796
  },
1797
1797
  "$type": "color",
1798
1798
  "$extensions": {
1799
- "com.figma.scope": []
1799
+ "com.figma.scopes": []
1800
1800
  },
1801
1801
  "themeable": true,
1802
1802
  "prefix": false,
@@ -1809,7 +1809,7 @@
1809
1809
  },
1810
1810
  "$type": "color",
1811
1811
  "$extensions": {
1812
- "com.figma.scope": []
1812
+ "com.figma.scopes": []
1813
1813
  },
1814
1814
  "themeable": true,
1815
1815
  "prefix": false,
@@ -1822,7 +1822,7 @@
1822
1822
  },
1823
1823
  "$type": "color",
1824
1824
  "$extensions": {
1825
- "com.figma.scope": []
1825
+ "com.figma.scopes": []
1826
1826
  },
1827
1827
  "themeable": true,
1828
1828
  "prefix": false,
@@ -1835,7 +1835,7 @@
1835
1835
  },
1836
1836
  "$type": "color",
1837
1837
  "$extensions": {
1838
- "com.figma.scope": []
1838
+ "com.figma.scopes": []
1839
1839
  },
1840
1840
  "themeable": true,
1841
1841
  "prefix": false,
@@ -1848,7 +1848,7 @@
1848
1848
  },
1849
1849
  "$type": "color",
1850
1850
  "$extensions": {
1851
- "com.figma.scope": []
1851
+ "com.figma.scopes": []
1852
1852
  },
1853
1853
  "themeable": true,
1854
1854
  "prefix": false,
@@ -1866,7 +1866,7 @@
1866
1866
  },
1867
1867
  "$type": "color",
1868
1868
  "$extensions": {
1869
- "com.figma.scope": []
1869
+ "com.figma.scopes": []
1870
1870
  },
1871
1871
  "themeable": true,
1872
1872
  "prefix": false,
@@ -1879,7 +1879,7 @@
1879
1879
  },
1880
1880
  "$type": "color",
1881
1881
  "$extensions": {
1882
- "com.figma.scope": []
1882
+ "com.figma.scopes": []
1883
1883
  },
1884
1884
  "themeable": true,
1885
1885
  "prefix": false,
@@ -1892,7 +1892,7 @@
1892
1892
  },
1893
1893
  "$type": "color",
1894
1894
  "$extensions": {
1895
- "com.figma.scope": []
1895
+ "com.figma.scopes": []
1896
1896
  },
1897
1897
  "themeable": true,
1898
1898
  "prefix": false,
@@ -1905,7 +1905,7 @@
1905
1905
  },
1906
1906
  "$type": "color",
1907
1907
  "$extensions": {
1908
- "com.figma.scope": []
1908
+ "com.figma.scopes": []
1909
1909
  },
1910
1910
  "themeable": true,
1911
1911
  "prefix": false,
@@ -1918,7 +1918,7 @@
1918
1918
  },
1919
1919
  "$type": "color",
1920
1920
  "$extensions": {
1921
- "com.figma.scope": []
1921
+ "com.figma.scopes": []
1922
1922
  },
1923
1923
  "themeable": true,
1924
1924
  "prefix": false,
@@ -1931,7 +1931,7 @@
1931
1931
  },
1932
1932
  "$type": "color",
1933
1933
  "$extensions": {
1934
- "com.figma.scope": []
1934
+ "com.figma.scopes": []
1935
1935
  },
1936
1936
  "themeable": true,
1937
1937
  "prefix": false,
@@ -1944,7 +1944,7 @@
1944
1944
  },
1945
1945
  "$type": "color",
1946
1946
  "$extensions": {
1947
- "com.figma.scope": []
1947
+ "com.figma.scopes": []
1948
1948
  },
1949
1949
  "themeable": true,
1950
1950
  "prefix": false,
@@ -1957,7 +1957,7 @@
1957
1957
  },
1958
1958
  "$type": "color",
1959
1959
  "$extensions": {
1960
- "com.figma.scope": []
1960
+ "com.figma.scopes": []
1961
1961
  },
1962
1962
  "themeable": true,
1963
1963
  "prefix": false,
@@ -1970,7 +1970,7 @@
1970
1970
  },
1971
1971
  "$type": "color",
1972
1972
  "$extensions": {
1973
- "com.figma.scope": []
1973
+ "com.figma.scopes": []
1974
1974
  },
1975
1975
  "themeable": true,
1976
1976
  "prefix": false,
@@ -1983,7 +1983,7 @@
1983
1983
  },
1984
1984
  "$type": "color",
1985
1985
  "$extensions": {
1986
- "com.figma.scope": []
1986
+ "com.figma.scopes": []
1987
1987
  },
1988
1988
  "themeable": true,
1989
1989
  "prefix": false,
@@ -1996,7 +1996,7 @@
1996
1996
  },
1997
1997
  "$type": "color",
1998
1998
  "$extensions": {
1999
- "com.figma.scope": []
1999
+ "com.figma.scopes": []
2000
2000
  },
2001
2001
  "themeable": true,
2002
2002
  "prefix": false,
@@ -2009,7 +2009,7 @@
2009
2009
  },
2010
2010
  "$type": "color",
2011
2011
  "$extensions": {
2012
- "com.figma.scope": []
2012
+ "com.figma.scopes": []
2013
2013
  },
2014
2014
  "themeable": true,
2015
2015
  "prefix": false,
@@ -2027,7 +2027,7 @@
2027
2027
  },
2028
2028
  "$type": "color",
2029
2029
  "$extensions": {
2030
- "com.figma.scope": []
2030
+ "com.figma.scopes": []
2031
2031
  },
2032
2032
  "themeable": true,
2033
2033
  "prefix": false,
@@ -2040,7 +2040,7 @@
2040
2040
  },
2041
2041
  "$type": "color",
2042
2042
  "$extensions": {
2043
- "com.figma.scope": []
2043
+ "com.figma.scopes": []
2044
2044
  },
2045
2045
  "themeable": true,
2046
2046
  "prefix": false,
@@ -2053,7 +2053,7 @@
2053
2053
  },
2054
2054
  "$type": "color",
2055
2055
  "$extensions": {
2056
- "com.figma.scope": []
2056
+ "com.figma.scopes": []
2057
2057
  },
2058
2058
  "themeable": true,
2059
2059
  "prefix": false,
@@ -2066,7 +2066,7 @@
2066
2066
  },
2067
2067
  "$type": "color",
2068
2068
  "$extensions": {
2069
- "com.figma.scope": []
2069
+ "com.figma.scopes": []
2070
2070
  },
2071
2071
  "themeable": true,
2072
2072
  "prefix": false,
@@ -2079,7 +2079,7 @@
2079
2079
  },
2080
2080
  "$type": "color",
2081
2081
  "$extensions": {
2082
- "com.figma.scope": []
2082
+ "com.figma.scopes": []
2083
2083
  },
2084
2084
  "themeable": true,
2085
2085
  "prefix": false,
@@ -2092,7 +2092,7 @@
2092
2092
  },
2093
2093
  "$type": "color",
2094
2094
  "$extensions": {
2095
- "com.figma.scope": []
2095
+ "com.figma.scopes": []
2096
2096
  },
2097
2097
  "themeable": true,
2098
2098
  "prefix": false,
@@ -2105,7 +2105,7 @@
2105
2105
  },
2106
2106
  "$type": "color",
2107
2107
  "$extensions": {
2108
- "com.figma.scope": []
2108
+ "com.figma.scopes": []
2109
2109
  },
2110
2110
  "themeable": true,
2111
2111
  "prefix": false,
@@ -2118,7 +2118,7 @@
2118
2118
  },
2119
2119
  "$type": "color",
2120
2120
  "$extensions": {
2121
- "com.figma.scope": []
2121
+ "com.figma.scopes": []
2122
2122
  },
2123
2123
  "themeable": true,
2124
2124
  "prefix": false,
@@ -2131,7 +2131,7 @@
2131
2131
  },
2132
2132
  "$type": "color",
2133
2133
  "$extensions": {
2134
- "com.figma.scope": []
2134
+ "com.figma.scopes": []
2135
2135
  },
2136
2136
  "themeable": true,
2137
2137
  "prefix": false,
@@ -2144,7 +2144,7 @@
2144
2144
  },
2145
2145
  "$type": "color",
2146
2146
  "$extensions": {
2147
- "com.figma.scope": []
2147
+ "com.figma.scopes": []
2148
2148
  },
2149
2149
  "themeable": true,
2150
2150
  "prefix": false,
@@ -2157,7 +2157,7 @@
2157
2157
  },
2158
2158
  "$type": "color",
2159
2159
  "$extensions": {
2160
- "com.figma.scope": []
2160
+ "com.figma.scopes": []
2161
2161
  },
2162
2162
  "themeable": true,
2163
2163
  "prefix": false,
@@ -2175,7 +2175,7 @@
2175
2175
  },
2176
2176
  "$type": "color",
2177
2177
  "$extensions": {
2178
- "com.figma.scope": []
2178
+ "com.figma.scopes": []
2179
2179
  },
2180
2180
  "themeable": true,
2181
2181
  "prefix": false,
@@ -2188,7 +2188,7 @@
2188
2188
  },
2189
2189
  "$type": "color",
2190
2190
  "$extensions": {
2191
- "com.figma.scope": []
2191
+ "com.figma.scopes": []
2192
2192
  },
2193
2193
  "themeable": true,
2194
2194
  "prefix": false,
@@ -2201,7 +2201,7 @@
2201
2201
  },
2202
2202
  "$type": "color",
2203
2203
  "$extensions": {
2204
- "com.figma.scope": []
2204
+ "com.figma.scopes": []
2205
2205
  },
2206
2206
  "themeable": true,
2207
2207
  "prefix": false,
@@ -2214,7 +2214,7 @@
2214
2214
  },
2215
2215
  "$type": "color",
2216
2216
  "$extensions": {
2217
- "com.figma.scope": []
2217
+ "com.figma.scopes": []
2218
2218
  },
2219
2219
  "themeable": true,
2220
2220
  "prefix": false,
@@ -2227,7 +2227,7 @@
2227
2227
  },
2228
2228
  "$type": "color",
2229
2229
  "$extensions": {
2230
- "com.figma.scope": []
2230
+ "com.figma.scopes": []
2231
2231
  },
2232
2232
  "themeable": true,
2233
2233
  "prefix": false,
@@ -2240,7 +2240,7 @@
2240
2240
  },
2241
2241
  "$type": "color",
2242
2242
  "$extensions": {
2243
- "com.figma.scope": []
2243
+ "com.figma.scopes": []
2244
2244
  },
2245
2245
  "themeable": true,
2246
2246
  "prefix": false,
@@ -2253,7 +2253,7 @@
2253
2253
  },
2254
2254
  "$type": "color",
2255
2255
  "$extensions": {
2256
- "com.figma.scope": []
2256
+ "com.figma.scopes": []
2257
2257
  },
2258
2258
  "themeable": true,
2259
2259
  "prefix": false,
@@ -2266,7 +2266,7 @@
2266
2266
  },
2267
2267
  "$type": "color",
2268
2268
  "$extensions": {
2269
- "com.figma.scope": []
2269
+ "com.figma.scopes": []
2270
2270
  },
2271
2271
  "themeable": true,
2272
2272
  "prefix": false,
@@ -2279,7 +2279,7 @@
2279
2279
  },
2280
2280
  "$type": "color",
2281
2281
  "$extensions": {
2282
- "com.figma.scope": []
2282
+ "com.figma.scopes": []
2283
2283
  },
2284
2284
  "themeable": true,
2285
2285
  "prefix": false,
@@ -2292,7 +2292,7 @@
2292
2292
  },
2293
2293
  "$type": "color",
2294
2294
  "$extensions": {
2295
- "com.figma.scope": []
2295
+ "com.figma.scopes": []
2296
2296
  },
2297
2297
  "themeable": true,
2298
2298
  "prefix": false,
@@ -2305,7 +2305,7 @@
2305
2305
  },
2306
2306
  "$type": "color",
2307
2307
  "$extensions": {
2308
- "com.figma.scope": []
2308
+ "com.figma.scopes": []
2309
2309
  },
2310
2310
  "themeable": true,
2311
2311
  "prefix": false,
@@ -2323,7 +2323,7 @@
2323
2323
  },
2324
2324
  "$type": "color",
2325
2325
  "$extensions": {
2326
- "com.figma.scope": []
2326
+ "com.figma.scopes": []
2327
2327
  },
2328
2328
  "themeable": true,
2329
2329
  "prefix": false,
@@ -2336,7 +2336,7 @@
2336
2336
  },
2337
2337
  "$type": "color",
2338
2338
  "$extensions": {
2339
- "com.figma.scope": []
2339
+ "com.figma.scopes": []
2340
2340
  },
2341
2341
  "themeable": true,
2342
2342
  "prefix": false,
@@ -2349,7 +2349,7 @@
2349
2349
  },
2350
2350
  "$type": "color",
2351
2351
  "$extensions": {
2352
- "com.figma.scope": []
2352
+ "com.figma.scopes": []
2353
2353
  },
2354
2354
  "themeable": true,
2355
2355
  "prefix": false,
@@ -2362,7 +2362,7 @@
2362
2362
  },
2363
2363
  "$type": "color",
2364
2364
  "$extensions": {
2365
- "com.figma.scope": []
2365
+ "com.figma.scopes": []
2366
2366
  },
2367
2367
  "themeable": true,
2368
2368
  "prefix": false,
@@ -2375,7 +2375,7 @@
2375
2375
  },
2376
2376
  "$type": "color",
2377
2377
  "$extensions": {
2378
- "com.figma.scope": []
2378
+ "com.figma.scopes": []
2379
2379
  },
2380
2380
  "themeable": true,
2381
2381
  "prefix": false,
@@ -2388,7 +2388,7 @@
2388
2388
  },
2389
2389
  "$type": "color",
2390
2390
  "$extensions": {
2391
- "com.figma.scope": []
2391
+ "com.figma.scopes": []
2392
2392
  },
2393
2393
  "themeable": true,
2394
2394
  "prefix": false,
@@ -2401,7 +2401,7 @@
2401
2401
  },
2402
2402
  "$type": "color",
2403
2403
  "$extensions": {
2404
- "com.figma.scope": []
2404
+ "com.figma.scopes": []
2405
2405
  },
2406
2406
  "themeable": true,
2407
2407
  "prefix": false,
@@ -2414,7 +2414,7 @@
2414
2414
  },
2415
2415
  "$type": "color",
2416
2416
  "$extensions": {
2417
- "com.figma.scope": []
2417
+ "com.figma.scopes": []
2418
2418
  },
2419
2419
  "themeable": true,
2420
2420
  "prefix": false,
@@ -2427,7 +2427,7 @@
2427
2427
  },
2428
2428
  "$type": "color",
2429
2429
  "$extensions": {
2430
- "com.figma.scope": []
2430
+ "com.figma.scopes": []
2431
2431
  },
2432
2432
  "themeable": true,
2433
2433
  "prefix": false,
@@ -2440,7 +2440,7 @@
2440
2440
  },
2441
2441
  "$type": "color",
2442
2442
  "$extensions": {
2443
- "com.figma.scope": []
2443
+ "com.figma.scopes": []
2444
2444
  },
2445
2445
  "themeable": true,
2446
2446
  "prefix": false,
@@ -2453,7 +2453,7 @@
2453
2453
  },
2454
2454
  "$type": "color",
2455
2455
  "$extensions": {
2456
- "com.figma.scope": []
2456
+ "com.figma.scopes": []
2457
2457
  },
2458
2458
  "themeable": true,
2459
2459
  "prefix": false,
@@ -2471,7 +2471,7 @@
2471
2471
  },
2472
2472
  "$type": "color",
2473
2473
  "$extensions": {
2474
- "com.figma.scope": []
2474
+ "com.figma.scopes": []
2475
2475
  },
2476
2476
  "themeable": true,
2477
2477
  "prefix": false,
@@ -2484,7 +2484,7 @@
2484
2484
  },
2485
2485
  "$type": "color",
2486
2486
  "$extensions": {
2487
- "com.figma.scope": []
2487
+ "com.figma.scopes": []
2488
2488
  },
2489
2489
  "themeable": true,
2490
2490
  "prefix": false,
@@ -2497,7 +2497,7 @@
2497
2497
  },
2498
2498
  "$type": "color",
2499
2499
  "$extensions": {
2500
- "com.figma.scope": []
2500
+ "com.figma.scopes": []
2501
2501
  },
2502
2502
  "themeable": true,
2503
2503
  "prefix": false,
@@ -2510,7 +2510,7 @@
2510
2510
  },
2511
2511
  "$type": "color",
2512
2512
  "$extensions": {
2513
- "com.figma.scope": []
2513
+ "com.figma.scopes": []
2514
2514
  },
2515
2515
  "themeable": true,
2516
2516
  "prefix": false,
@@ -2523,7 +2523,7 @@
2523
2523
  },
2524
2524
  "$type": "color",
2525
2525
  "$extensions": {
2526
- "com.figma.scope": []
2526
+ "com.figma.scopes": []
2527
2527
  },
2528
2528
  "themeable": true,
2529
2529
  "prefix": false,
@@ -2536,7 +2536,7 @@
2536
2536
  },
2537
2537
  "$type": "color",
2538
2538
  "$extensions": {
2539
- "com.figma.scope": []
2539
+ "com.figma.scopes": []
2540
2540
  },
2541
2541
  "themeable": true,
2542
2542
  "prefix": false,
@@ -2549,7 +2549,7 @@
2549
2549
  },
2550
2550
  "$type": "color",
2551
2551
  "$extensions": {
2552
- "com.figma.scope": []
2552
+ "com.figma.scopes": []
2553
2553
  },
2554
2554
  "themeable": true,
2555
2555
  "prefix": false,
@@ -2562,7 +2562,7 @@
2562
2562
  },
2563
2563
  "$type": "color",
2564
2564
  "$extensions": {
2565
- "com.figma.scope": []
2565
+ "com.figma.scopes": []
2566
2566
  },
2567
2567
  "themeable": true,
2568
2568
  "prefix": false,
@@ -2575,7 +2575,7 @@
2575
2575
  },
2576
2576
  "$type": "color",
2577
2577
  "$extensions": {
2578
- "com.figma.scope": []
2578
+ "com.figma.scopes": []
2579
2579
  },
2580
2580
  "themeable": true,
2581
2581
  "prefix": false,
@@ -2588,7 +2588,7 @@
2588
2588
  },
2589
2589
  "$type": "color",
2590
2590
  "$extensions": {
2591
- "com.figma.scope": []
2591
+ "com.figma.scopes": []
2592
2592
  },
2593
2593
  "themeable": true,
2594
2594
  "prefix": false,
@@ -2601,7 +2601,7 @@
2601
2601
  },
2602
2602
  "$type": "color",
2603
2603
  "$extensions": {
2604
- "com.figma.scope": []
2604
+ "com.figma.scopes": []
2605
2605
  },
2606
2606
  "themeable": true,
2607
2607
  "prefix": false,
@@ -2616,7 +2616,7 @@
2616
2616
  "$value": "#171321",
2617
2617
  "$type": "color",
2618
2618
  "$extensions": {
2619
- "com.figma.scope": []
2619
+ "com.figma.scopes": []
2620
2620
  },
2621
2621
  "$description": "Use color.brand-charcoal instead.",
2622
2622
  "themeable": true,
@@ -2628,7 +2628,7 @@
2628
2628
  "$value": "#fca326",
2629
2629
  "$type": "color",
2630
2630
  "$extensions": {
2631
- "com.figma.scope": []
2631
+ "com.figma.scopes": []
2632
2632
  },
2633
2633
  "$description": "Use color.brand-orange.01p instead.",
2634
2634
  "themeable": true,
@@ -2639,7 +2639,7 @@
2639
2639
  "$value": "#fc6d26",
2640
2640
  "$type": "color",
2641
2641
  "$extensions": {
2642
- "com.figma.scope": []
2642
+ "com.figma.scopes": []
2643
2643
  },
2644
2644
  "$description": "Use color.brand-orange.02p instead.",
2645
2645
  "themeable": true,
@@ -2650,7 +2650,7 @@
2650
2650
  "$value": "#e24329",
2651
2651
  "$type": "color",
2652
2652
  "$extensions": {
2653
- "com.figma.scope": []
2653
+ "com.figma.scopes": []
2654
2654
  },
2655
2655
  "$description": "Use color.brand-orange.03p instead.",
2656
2656
  "themeable": true,
@@ -2663,7 +2663,7 @@
2663
2663
  "$value": "#a989f5",
2664
2664
  "$type": "color",
2665
2665
  "$extensions": {
2666
- "com.figma.scope": []
2666
+ "com.figma.scopes": []
2667
2667
  },
2668
2668
  "$description": "Use color.purple.01p instead.",
2669
2669
  "themeable": true,
@@ -2674,7 +2674,7 @@
2674
2674
  "$value": "#7759c2",
2675
2675
  "$type": "color",
2676
2676
  "$extensions": {
2677
- "com.figma.scope": []
2677
+ "com.figma.scopes": []
2678
2678
  },
2679
2679
  "$description": "Use color.purple.02p instead.",
2680
2680
  "themeable": true,
@@ -2687,7 +2687,7 @@
2687
2687
  "$value": "#d1d0d3",
2688
2688
  "$type": "color",
2689
2689
  "$extensions": {
2690
- "com.figma.scope": []
2690
+ "com.figma.scopes": []
2691
2691
  },
2692
2692
  "$description": "Use color.brand-gray.01 instead.",
2693
2693
  "themeable": true,
@@ -2698,7 +2698,7 @@
2698
2698
  "$value": "#a2a1a6",
2699
2699
  "$type": "color",
2700
2700
  "$extensions": {
2701
- "com.figma.scope": []
2701
+ "com.figma.scopes": []
2702
2702
  },
2703
2703
  "$description": "Use color.brand-gray.02 instead.",
2704
2704
  "themeable": true,
@@ -2709,7 +2709,7 @@
2709
2709
  "$value": "#74717a",
2710
2710
  "$type": "color",
2711
2711
  "$extensions": {
2712
- "com.figma.scope": []
2712
+ "com.figma.scopes": []
2713
2713
  },
2714
2714
  "$description": "Use color.brand-gray.03 instead.",
2715
2715
  "themeable": true,
@@ -2720,7 +2720,7 @@
2720
2720
  "$value": "#45424d",
2721
2721
  "$type": "color",
2722
2722
  "$extensions": {
2723
- "com.figma.scope": []
2723
+ "com.figma.scopes": []
2724
2724
  },
2725
2725
  "$description": "Use color.brand-gray.04 instead.",
2726
2726
  "themeable": true,
@@ -2731,7 +2731,7 @@
2731
2731
  "$value": "#2b2838",
2732
2732
  "$type": "color",
2733
2733
  "$extensions": {
2734
- "com.figma.scope": []
2734
+ "com.figma.scopes": []
2735
2735
  },
2736
2736
  "$description": "Use color.brand-gray.05 instead.",
2737
2737
  "themeable": true,
@@ -2748,7 +2748,7 @@
2748
2748
  "$value": "rgba(05, 05, 06, 0.16)",
2749
2749
  "$type": "color",
2750
2750
  "$extensions": {
2751
- "com.figma.scope": []
2751
+ "com.figma.scopes": []
2752
2752
  },
2753
2753
  "$description": "Use color.alpha.dark.16 instead.",
2754
2754
  "themeable": true,
@@ -2759,7 +2759,7 @@
2759
2759
  "$value": "rgba(05, 05, 06, 0.24)",
2760
2760
  "$type": "color",
2761
2761
  "$extensions": {
2762
- "com.figma.scope": []
2762
+ "com.figma.scopes": []
2763
2763
  },
2764
2764
  "$description": "Use color.alpha.dark.24 instead.",
2765
2765
  "themeable": true,
@@ -2770,7 +2770,7 @@
2770
2770
  "$value": "rgba(05, 05, 06, 0.02)",
2771
2771
  "$type": "color",
2772
2772
  "$extensions": {
2773
- "com.figma.scope": []
2773
+ "com.figma.scopes": []
2774
2774
  },
2775
2775
  "$description": "Use color.alpha.dark.2 instead.",
2776
2776
  "themeable": true,
@@ -2781,7 +2781,7 @@
2781
2781
  "$value": "rgba(05, 05, 06, 0.04)",
2782
2782
  "$type": "color",
2783
2783
  "$extensions": {
2784
- "com.figma.scope": []
2784
+ "com.figma.scopes": []
2785
2785
  },
2786
2786
  "$description": "Use color.alpha.dark.4 instead.",
2787
2787
  "themeable": true,
@@ -2792,7 +2792,7 @@
2792
2792
  "$value": "rgba(05, 05, 06, 0.06)",
2793
2793
  "$type": "color",
2794
2794
  "$extensions": {
2795
- "com.figma.scope": []
2795
+ "com.figma.scopes": []
2796
2796
  },
2797
2797
  "$description": "Use color.alpha.dark.6 instead.",
2798
2798
  "themeable": true,
@@ -2803,7 +2803,7 @@
2803
2803
  "$value": "rgba(05, 05, 06, 0.08)",
2804
2804
  "$type": "color",
2805
2805
  "$extensions": {
2806
- "com.figma.scope": []
2806
+ "com.figma.scopes": []
2807
2807
  },
2808
2808
  "$description": "Use color.alpha.dark.8 instead.",
2809
2809
  "themeable": true,
@@ -2819,7 +2819,7 @@
2819
2819
  "$value": "rgba(255, 255, 255, 0.16)",
2820
2820
  "$type": "color",
2821
2821
  "$extensions": {
2822
- "com.figma.scope": []
2822
+ "com.figma.scopes": []
2823
2823
  },
2824
2824
  "$description": "Use color.alpha.light.16 instead.",
2825
2825
  "themeable": true,
@@ -2830,7 +2830,7 @@
2830
2830
  "$value": "rgba(255, 255, 255, 0.24)",
2831
2831
  "$type": "color",
2832
2832
  "$extensions": {
2833
- "com.figma.scope": []
2833
+ "com.figma.scopes": []
2834
2834
  },
2835
2835
  "$description": "Use color.alpha.light.24 instead.",
2836
2836
  "themeable": true,
@@ -2841,7 +2841,7 @@
2841
2841
  "$value": "rgba(255, 255, 255, 0.36)",
2842
2842
  "$type": "color",
2843
2843
  "$extensions": {
2844
- "com.figma.scope": []
2844
+ "com.figma.scopes": []
2845
2845
  },
2846
2846
  "$description": "Use color.alpha.light.36 instead.",
2847
2847
  "themeable": true,
@@ -2852,7 +2852,7 @@
2852
2852
  "$value": "rgba(255, 255, 255, 0.02)",
2853
2853
  "$type": "color",
2854
2854
  "$extensions": {
2855
- "com.figma.scope": []
2855
+ "com.figma.scopes": []
2856
2856
  },
2857
2857
  "$description": "Use color.alpha.light.2 instead.",
2858
2858
  "themeable": true,
@@ -2863,7 +2863,7 @@
2863
2863
  "$value": "rgba(255, 255, 255, 0.04)",
2864
2864
  "$type": "color",
2865
2865
  "$extensions": {
2866
- "com.figma.scope": []
2866
+ "com.figma.scopes": []
2867
2867
  },
2868
2868
  "$description": "Use color.alpha.light.4 instead.",
2869
2869
  "themeable": true,
@@ -2874,7 +2874,7 @@
2874
2874
  "$value": "rgba(255, 255, 255, 0.06)",
2875
2875
  "$type": "color",
2876
2876
  "$extensions": {
2877
- "com.figma.scope": []
2877
+ "com.figma.scopes": []
2878
2878
  },
2879
2879
  "$description": "Use color.alpha.light.6 instead.",
2880
2880
  "themeable": true,
@@ -2885,7 +2885,7 @@
2885
2885
  "$value": "rgba(255, 255, 255, 0.08)",
2886
2886
  "$type": "color",
2887
2887
  "$extensions": {
2888
- "com.figma.scope": []
2888
+ "com.figma.scopes": []
2889
2889
  },
2890
2890
  "$description": "Use color.alpha.light.8 instead.",
2891
2891
  "themeable": true,