@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
@@ -6,7 +6,7 @@
6
6
  "$type": "dimension",
7
7
  "$description": "Used for alert border radius.",
8
8
  "$extensions": {
9
- "com.figma.scope": [
9
+ "com.figma.scopes": [
10
10
  "CORNER_RADIUS"
11
11
  ]
12
12
  }
@@ -22,7 +22,7 @@
22
22
  "$type": "color",
23
23
  "$description": "Used for the title color of a neutral alert.",
24
24
  "$extensions": {
25
- "com.figma.scope": [
25
+ "com.figma.scopes": [
26
26
  "TEXT_FILL"
27
27
  ]
28
28
  }
@@ -37,7 +37,7 @@
37
37
  "$type": "color",
38
38
  "$description": "Used for the background color of a neutral alert.",
39
39
  "$extensions": {
40
- "com.figma.scope": [
40
+ "com.figma.scopes": [
41
41
  "FRAME_FILL",
42
42
  "SHAPE_FILL"
43
43
  ]
@@ -54,7 +54,7 @@
54
54
  "$type": "color",
55
55
  "$description": "Used for the border center color of a neutral alert.",
56
56
  "$extensions": {
57
- "com.figma.scope": [
57
+ "com.figma.scopes": [
58
58
  "STROKE_COLOR"
59
59
  ]
60
60
  }
@@ -66,7 +66,7 @@
66
66
  "$type": "color",
67
67
  "$description": "Used for the border bottom color of a neutral alert.",
68
68
  "$extensions": {
69
- "com.figma.scope": [
69
+ "com.figma.scopes": [
70
70
  "STROKE_COLOR"
71
71
  ]
72
72
  }
@@ -84,7 +84,7 @@
84
84
  "$type": "color",
85
85
  "$description": "Used for the title color of an info alert.",
86
86
  "$extensions": {
87
- "com.figma.scope": [
87
+ "com.figma.scopes": [
88
88
  "TEXT_FILL"
89
89
  ]
90
90
  }
@@ -99,7 +99,7 @@
99
99
  "$type": "color",
100
100
  "$description": "Used for the background color of an info alert.",
101
101
  "$extensions": {
102
- "com.figma.scope": [
102
+ "com.figma.scopes": [
103
103
  "FRAME_FILL",
104
104
  "SHAPE_FILL"
105
105
  ]
@@ -116,7 +116,7 @@
116
116
  "$type": "color",
117
117
  "$description": "Used for the border color of an info alert.",
118
118
  "$extensions": {
119
- "com.figma.scope": [
119
+ "com.figma.scopes": [
120
120
  "STROKE_COLOR"
121
121
  ]
122
122
  }
@@ -141,7 +141,7 @@
141
141
  "$type": "color",
142
142
  "$description": "Used for the title color of a success alert.",
143
143
  "$extensions": {
144
- "com.figma.scope": [
144
+ "com.figma.scopes": [
145
145
  "TEXT_FILL"
146
146
  ]
147
147
  }
@@ -156,7 +156,7 @@
156
156
  "$type": "color",
157
157
  "$description": "Used for the background color of a success alert.",
158
158
  "$extensions": {
159
- "com.figma.scope": [
159
+ "com.figma.scopes": [
160
160
  "FRAME_FILL",
161
161
  "SHAPE_FILL"
162
162
  ]
@@ -173,7 +173,7 @@
173
173
  "$type": "color",
174
174
  "$description": "Used for the border color of a success alert.",
175
175
  "$extensions": {
176
- "com.figma.scope": [
176
+ "com.figma.scopes": [
177
177
  "STROKE_COLOR"
178
178
  ]
179
179
  }
@@ -185,7 +185,7 @@
185
185
  "$type": "color",
186
186
  "$description": "Used for the border bottom color of a success alert.",
187
187
  "$extensions": {
188
- "com.figma.scope": [
188
+ "com.figma.scopes": [
189
189
  "STROKE_COLOR"
190
190
  ]
191
191
  }
@@ -203,7 +203,7 @@
203
203
  "$type": "color",
204
204
  "$description": "Used for the title color of a warning alert.",
205
205
  "$extensions": {
206
- "com.figma.scope": [
206
+ "com.figma.scopes": [
207
207
  "TEXT_FILL"
208
208
  ]
209
209
  }
@@ -218,7 +218,7 @@
218
218
  "$type": "color",
219
219
  "$description": "Used for the background color of a warning alert.",
220
220
  "$extensions": {
221
- "com.figma.scope": [
221
+ "com.figma.scopes": [
222
222
  "FRAME_FILL",
223
223
  "SHAPE_FILL"
224
224
  ]
@@ -235,7 +235,7 @@
235
235
  "$type": "color",
236
236
  "$description": "Used for the border color of a warning alert.",
237
237
  "$extensions": {
238
- "com.figma.scope": [
238
+ "com.figma.scopes": [
239
239
  "STROKE_COLOR"
240
240
  ]
241
241
  }
@@ -247,7 +247,7 @@
247
247
  "$type": "color",
248
248
  "$description": "Used for the border bottom color of a warning alert.",
249
249
  "$extensions": {
250
- "com.figma.scope": [
250
+ "com.figma.scopes": [
251
251
  "STROKE_COLOR"
252
252
  ]
253
253
  }
@@ -265,7 +265,7 @@
265
265
  "$type": "color",
266
266
  "$description": "Used for the title color of a danger alert.",
267
267
  "$extensions": {
268
- "com.figma.scope": [
268
+ "com.figma.scopes": [
269
269
  "TEXT_FILL"
270
270
  ]
271
271
  }
@@ -280,7 +280,7 @@
280
280
  "$type": "color",
281
281
  "$description": "Used for the background color of a danger alert.",
282
282
  "$extensions": {
283
- "com.figma.scope": [
283
+ "com.figma.scopes": [
284
284
  "FRAME_FILL",
285
285
  "SHAPE_FILL"
286
286
  ]
@@ -297,7 +297,7 @@
297
297
  "$type": "color",
298
298
  "$description": "Used for the border color of a danger alert.",
299
299
  "$extensions": {
300
- "com.figma.scope": [
300
+ "com.figma.scopes": [
301
301
  "STROKE_COLOR"
302
302
  ]
303
303
  }
@@ -309,7 +309,7 @@
309
309
  "$type": "color",
310
310
  "$description": "Used for the border bottom color of a danger alert.",
311
311
  "$extensions": {
312
- "com.figma.scope": [
312
+ "com.figma.scopes": [
313
313
  "STROKE_COLOR"
314
314
  ]
315
315
  }
@@ -332,7 +332,7 @@
332
332
  "$type": "color",
333
333
  "$description": "Used to define the edge of an avatar.",
334
334
  "$extensions": {
335
- "com.figma.scope": [
335
+ "com.figma.scopes": [
336
336
  "STROKE_COLOR"
337
337
  ]
338
338
  }
@@ -345,7 +345,7 @@
345
345
  "$type": "color",
346
346
  "$description": "Used to increase the edge definition of an avatar in the hover state.",
347
347
  "$extensions": {
348
- "com.figma.scope": [
348
+ "com.figma.scopes": [
349
349
  "STROKE_COLOR"
350
350
  ]
351
351
  }
@@ -363,7 +363,7 @@
363
363
  "$type": "color",
364
364
  "$description": "Red text color for avatar fallback with no particular meaning.",
365
365
  "$extensions": {
366
- "com.figma.scope": [
366
+ "com.figma.scopes": [
367
367
  "TEXT_FILL"
368
368
  ]
369
369
  }
@@ -376,7 +376,7 @@
376
376
  "$type": "color",
377
377
  "$description": "Purple text color for avatar fallback with no particular meaning.",
378
378
  "$extensions": {
379
- "com.figma.scope": [
379
+ "com.figma.scopes": [
380
380
  "TEXT_FILL"
381
381
  ]
382
382
  }
@@ -389,7 +389,7 @@
389
389
  "$type": "color",
390
390
  "$description": "Blue text color for avatar fallback with no particular meaning.",
391
391
  "$extensions": {
392
- "com.figma.scope": [
392
+ "com.figma.scopes": [
393
393
  "TEXT_FILL"
394
394
  ]
395
395
  }
@@ -402,7 +402,7 @@
402
402
  "$type": "color",
403
403
  "$description": "Green text color for avatar fallback with no particular meaning.",
404
404
  "$extensions": {
405
- "com.figma.scope": [
405
+ "com.figma.scopes": [
406
406
  "TEXT_FILL"
407
407
  ]
408
408
  }
@@ -415,7 +415,7 @@
415
415
  "$type": "color",
416
416
  "$description": "Orange text color for avatar fallback with no particular meaning.",
417
417
  "$extensions": {
418
- "com.figma.scope": [
418
+ "com.figma.scopes": [
419
419
  "TEXT_FILL"
420
420
  ]
421
421
  }
@@ -428,7 +428,7 @@
428
428
  "$type": "color",
429
429
  "$description": "Neutral text color for avatar fallback with no particular meaning.",
430
430
  "$extensions": {
431
- "com.figma.scope": [
431
+ "com.figma.scopes": [
432
432
  "TEXT_FILL"
433
433
  ]
434
434
  }
@@ -442,7 +442,7 @@
442
442
  "$type": "color",
443
443
  "$description": "Red background for avatar fallback with no particular meaning.",
444
444
  "$extensions": {
445
- "com.figma.scope": [
445
+ "com.figma.scopes": [
446
446
  "FRAME_FILL",
447
447
  "SHAPE_FILL"
448
448
  ]
@@ -453,7 +453,7 @@
453
453
  "$type": "color",
454
454
  "$description": "Purple background for avatar fallback with no particular meaning.",
455
455
  "$extensions": {
456
- "com.figma.scope": [
456
+ "com.figma.scopes": [
457
457
  "FRAME_FILL",
458
458
  "SHAPE_FILL"
459
459
  ]
@@ -464,7 +464,7 @@
464
464
  "$type": "color",
465
465
  "$description": "Blue background for avatar fallback with no particular meaning.",
466
466
  "$extensions": {
467
- "com.figma.scope": [
467
+ "com.figma.scopes": [
468
468
  "FRAME_FILL",
469
469
  "SHAPE_FILL"
470
470
  ]
@@ -475,7 +475,7 @@
475
475
  "$type": "color",
476
476
  "$description": "Green background for avatar fallback with no particular meaning.",
477
477
  "$extensions": {
478
- "com.figma.scope": [
478
+ "com.figma.scopes": [
479
479
  "FRAME_FILL",
480
480
  "SHAPE_FILL"
481
481
  ]
@@ -486,7 +486,7 @@
486
486
  "$type": "color",
487
487
  "$description": "Orange background for avatar fallback with no particular meaning.",
488
488
  "$extensions": {
489
- "com.figma.scope": [
489
+ "com.figma.scopes": [
490
490
  "FRAME_FILL",
491
491
  "SHAPE_FILL"
492
492
  ]
@@ -497,7 +497,7 @@
497
497
  "$type": "color",
498
498
  "$description": "Neutral background for avatar fallback with no particular meaning.",
499
499
  "$extensions": {
500
- "com.figma.scope": [
500
+ "com.figma.scopes": [
501
501
  "FRAME_FILL",
502
502
  "SHAPE_FILL"
503
503
  ]
@@ -522,7 +522,7 @@
522
522
  "$type": "color",
523
523
  "$description": "Used for the background of a muted badge when static or the default state when linked.",
524
524
  "$extensions": {
525
- "com.figma.scope": [
525
+ "com.figma.scopes": [
526
526
  "FRAME_FILL",
527
527
  "SHAPE_FILL"
528
528
  ]
@@ -534,7 +534,7 @@
534
534
  "$type": "color",
535
535
  "$description": "Used for the background of a muted badge in the hover state.",
536
536
  "$extensions": {
537
- "com.figma.scope": [
537
+ "com.figma.scopes": [
538
538
  "FRAME_FILL",
539
539
  "SHAPE_FILL"
540
540
  ]
@@ -546,7 +546,7 @@
546
546
  "$type": "color",
547
547
  "$description": "Used for the background of a muted badge in the focus state.",
548
548
  "$extensions": {
549
- "com.figma.scope": [
549
+ "com.figma.scopes": [
550
550
  "FRAME_FILL",
551
551
  "SHAPE_FILL"
552
552
  ]
@@ -561,7 +561,7 @@
561
561
  "$type": "color",
562
562
  "$description": "Used for the background of a muted badge in the active state.",
563
563
  "$extensions": {
564
- "com.figma.scope": [
564
+ "com.figma.scopes": [
565
565
  "FRAME_FILL",
566
566
  "SHAPE_FILL"
567
567
  ]
@@ -576,7 +576,7 @@
576
576
  "$type": "color",
577
577
  "$description": "Used for the border of a muted badge when static or the default state when linked.",
578
578
  "$extensions": {
579
- "com.figma.scope": [
579
+ "com.figma.scopes": [
580
580
  "STROKE_COLOR"
581
581
  ]
582
582
  }
@@ -589,7 +589,7 @@
589
589
  "$type": "color",
590
590
  "$description": "Used for the border of a muted badge in the hover state.",
591
591
  "$extensions": {
592
- "com.figma.scope": [
592
+ "com.figma.scopes": [
593
593
  "STROKE_COLOR"
594
594
  ]
595
595
  }
@@ -599,7 +599,7 @@
599
599
  "$type": "color",
600
600
  "$description": "Used for the border of a muted badge in the focus state.",
601
601
  "$extensions": {
602
- "com.figma.scope": [
602
+ "com.figma.scopes": [
603
603
  "STROKE_COLOR"
604
604
  ]
605
605
  }
@@ -609,7 +609,7 @@
609
609
  "$type": "color",
610
610
  "$description": "Used for the border of a muted badge in the active state.",
611
611
  "$extensions": {
612
- "com.figma.scope": [
612
+ "com.figma.scopes": [
613
613
  "STROKE_COLOR"
614
614
  ]
615
615
  }
@@ -626,7 +626,7 @@
626
626
  "$type": "color",
627
627
  "$description": "Used for the text of a muted badge when static or the default state when linked.",
628
628
  "$extensions": {
629
- "com.figma.scope": [
629
+ "com.figma.scopes": [
630
630
  "TEXT_FILL"
631
631
  ]
632
632
  }
@@ -639,7 +639,7 @@
639
639
  "$type": "color",
640
640
  "$description": "Used for the text of a muted badge in the hover state.",
641
641
  "$extensions": {
642
- "com.figma.scope": [
642
+ "com.figma.scopes": [
643
643
  "TEXT_FILL"
644
644
  ]
645
645
  }
@@ -649,7 +649,7 @@
649
649
  "$type": "color",
650
650
  "$description": "Used for the text of a muted badge in the focus state.",
651
651
  "$extensions": {
652
- "com.figma.scope": [
652
+ "com.figma.scopes": [
653
653
  "TEXT_FILL"
654
654
  ]
655
655
  },
@@ -663,7 +663,7 @@
663
663
  "$type": "color",
664
664
  "$description": "Used for the text of a muted badge in the active state.",
665
665
  "$extensions": {
666
- "com.figma.scope": [
666
+ "com.figma.scopes": [
667
667
  "TEXT_FILL"
668
668
  ]
669
669
  }
@@ -680,7 +680,7 @@
680
680
  "$type": "color",
681
681
  "$description": "Used for the icon of a muted badge when static or the default state when linked.",
682
682
  "$extensions": {
683
- "com.figma.scope": [
683
+ "com.figma.scopes": [
684
684
  "SHAPE_FILL",
685
685
  "TEXT_FILL"
686
686
  ]
@@ -694,7 +694,7 @@
694
694
  "$type": "color",
695
695
  "$description": "Used for the icon of a muted badge in the hover state.",
696
696
  "$extensions": {
697
- "com.figma.scope": [
697
+ "com.figma.scopes": [
698
698
  "SHAPE_FILL",
699
699
  "TEXT_FILL"
700
700
  ]
@@ -705,7 +705,7 @@
705
705
  "$type": "color",
706
706
  "$description": "Used for the icon of a muted badge in the focus state.",
707
707
  "$extensions": {
708
- "com.figma.scope": [
708
+ "com.figma.scopes": [
709
709
  "SHAPE_FILL",
710
710
  "TEXT_FILL"
711
711
  ]
@@ -720,7 +720,7 @@
720
720
  "$type": "color",
721
721
  "$description": "Used for the icon of a muted badge in the active state.",
722
722
  "$extensions": {
723
- "com.figma.scope": [
723
+ "com.figma.scopes": [
724
724
  "SHAPE_FILL",
725
725
  "TEXT_FILL"
726
726
  ]
@@ -740,7 +740,7 @@
740
740
  "$type": "color",
741
741
  "$description": "Used for the background of a neutral badge when static or the default state when linked.",
742
742
  "$extensions": {
743
- "com.figma.scope": [
743
+ "com.figma.scopes": [
744
744
  "FRAME_FILL",
745
745
  "SHAPE_FILL"
746
746
  ]
@@ -751,7 +751,7 @@
751
751
  "$type": "color",
752
752
  "$description": "Used for the background of a neutral badge in the hover state.",
753
753
  "$extensions": {
754
- "com.figma.scope": [
754
+ "com.figma.scopes": [
755
755
  "FRAME_FILL",
756
756
  "SHAPE_FILL"
757
757
  ]
@@ -762,7 +762,7 @@
762
762
  "$type": "color",
763
763
  "$description": "Used for the background of a neutral badge in the focus state.",
764
764
  "$extensions": {
765
- "com.figma.scope": [
765
+ "com.figma.scopes": [
766
766
  "FRAME_FILL",
767
767
  "SHAPE_FILL"
768
768
  ]
@@ -776,7 +776,7 @@
776
776
  "$type": "color",
777
777
  "$description": "Used for the background of a neutral badge in the active state.",
778
778
  "$extensions": {
779
- "com.figma.scope": [
779
+ "com.figma.scopes": [
780
780
  "FRAME_FILL",
781
781
  "SHAPE_FILL"
782
782
  ]
@@ -791,7 +791,7 @@
791
791
  "$type": "color",
792
792
  "$description": "Used for the border of a neutral badge when static or the default state when linked.",
793
793
  "$extensions": {
794
- "com.figma.scope": [
794
+ "com.figma.scopes": [
795
795
  "STROKE_COLOR"
796
796
  ]
797
797
  }
@@ -804,7 +804,7 @@
804
804
  "$type": "color",
805
805
  "$description": "Used for the border of a neutral badge in the hover state.",
806
806
  "$extensions": {
807
- "com.figma.scope": [
807
+ "com.figma.scopes": [
808
808
  "STROKE_COLOR"
809
809
  ]
810
810
  }
@@ -814,7 +814,7 @@
814
814
  "$type": "color",
815
815
  "$description": "Used for the border of a neutral badge in the focus state.",
816
816
  "$extensions": {
817
- "com.figma.scope": [
817
+ "com.figma.scopes": [
818
818
  "STROKE_COLOR"
819
819
  ]
820
820
  }
@@ -824,7 +824,7 @@
824
824
  "$type": "color",
825
825
  "$description": "Used for the border of a neutral badge in the active state.",
826
826
  "$extensions": {
827
- "com.figma.scope": [
827
+ "com.figma.scopes": [
828
828
  "STROKE_COLOR"
829
829
  ]
830
830
  }
@@ -841,7 +841,7 @@
841
841
  "$type": "color",
842
842
  "$description": "Used for the text of a neutral badge when static or the default state when linked.",
843
843
  "$extensions": {
844
- "com.figma.scope": [
844
+ "com.figma.scopes": [
845
845
  "TEXT_FILL"
846
846
  ]
847
847
  }
@@ -854,7 +854,7 @@
854
854
  "$type": "color",
855
855
  "$description": "Used for the text of a neutral badge in the hover state.",
856
856
  "$extensions": {
857
- "com.figma.scope": [
857
+ "com.figma.scopes": [
858
858
  "TEXT_FILL"
859
859
  ]
860
860
  }
@@ -864,7 +864,7 @@
864
864
  "$type": "color",
865
865
  "$description": "Used for the text of a neutral badge in the focus state.",
866
866
  "$extensions": {
867
- "com.figma.scope": [
867
+ "com.figma.scopes": [
868
868
  "TEXT_FILL"
869
869
  ]
870
870
  }
@@ -877,7 +877,7 @@
877
877
  "$type": "color",
878
878
  "$description": "Used for the text of a neutral badge in the active state.",
879
879
  "$extensions": {
880
- "com.figma.scope": [
880
+ "com.figma.scopes": [
881
881
  "TEXT_FILL"
882
882
  ]
883
883
  }
@@ -894,7 +894,7 @@
894
894
  "$type": "color",
895
895
  "$description": "Used for the icon of a neutral badge when static or the default state when linked.",
896
896
  "$extensions": {
897
- "com.figma.scope": [
897
+ "com.figma.scopes": [
898
898
  "SHAPE_FILL",
899
899
  "TEXT_FILL"
900
900
  ]
@@ -908,7 +908,7 @@
908
908
  "$type": "color",
909
909
  "$description": "Used for the icon of a neutral badge in the hover state.",
910
910
  "$extensions": {
911
- "com.figma.scope": [
911
+ "com.figma.scopes": [
912
912
  "SHAPE_FILL",
913
913
  "TEXT_FILL"
914
914
  ]
@@ -919,7 +919,7 @@
919
919
  "$type": "color",
920
920
  "$description": "Used for the icon of a neutral badge in the focus state.",
921
921
  "$extensions": {
922
- "com.figma.scope": [
922
+ "com.figma.scopes": [
923
923
  "SHAPE_FILL",
924
924
  "TEXT_FILL"
925
925
  ]
@@ -933,7 +933,7 @@
933
933
  "$type": "color",
934
934
  "$description": "Used for the icon of a neutral badge in the active state.",
935
935
  "$extensions": {
936
- "com.figma.scope": [
936
+ "com.figma.scopes": [
937
937
  "SHAPE_FILL",
938
938
  "TEXT_FILL"
939
939
  ]
@@ -953,7 +953,7 @@
953
953
  "$type": "color",
954
954
  "$description": "Used for the background of an informational badge when static or the default state when linked.",
955
955
  "$extensions": {
956
- "com.figma.scope": [
956
+ "com.figma.scopes": [
957
957
  "FRAME_FILL",
958
958
  "SHAPE_FILL"
959
959
  ]
@@ -964,7 +964,7 @@
964
964
  "$type": "color",
965
965
  "$description": "Used for the background of an informational badge in the hover state.",
966
966
  "$extensions": {
967
- "com.figma.scope": [
967
+ "com.figma.scopes": [
968
968
  "FRAME_FILL",
969
969
  "SHAPE_FILL"
970
970
  ]
@@ -975,7 +975,7 @@
975
975
  "$type": "color",
976
976
  "$description": "Used for the background of an informational badge in the focus state.",
977
977
  "$extensions": {
978
- "com.figma.scope": [
978
+ "com.figma.scopes": [
979
979
  "FRAME_FILL",
980
980
  "SHAPE_FILL"
981
981
  ]
@@ -989,7 +989,7 @@
989
989
  "$type": "color",
990
990
  "$description": "Used for the background of an informational badge in the active state.",
991
991
  "$extensions": {
992
- "com.figma.scope": [
992
+ "com.figma.scopes": [
993
993
  "FRAME_FILL",
994
994
  "SHAPE_FILL"
995
995
  ]
@@ -1004,7 +1004,7 @@
1004
1004
  "$type": "color",
1005
1005
  "$description": "Used for the border of an informational badge when static or the default state when linked.",
1006
1006
  "$extensions": {
1007
- "com.figma.scope": [
1007
+ "com.figma.scopes": [
1008
1008
  "STROKE_COLOR"
1009
1009
  ]
1010
1010
  }
@@ -1017,7 +1017,7 @@
1017
1017
  "$type": "color",
1018
1018
  "$description": "Used for the border of an informational badge in the hover state.",
1019
1019
  "$extensions": {
1020
- "com.figma.scope": [
1020
+ "com.figma.scopes": [
1021
1021
  "STROKE_COLOR"
1022
1022
  ]
1023
1023
  }
@@ -1027,7 +1027,7 @@
1027
1027
  "$type": "color",
1028
1028
  "$description": "Used for the border of an informational badge in the focus state.",
1029
1029
  "$extensions": {
1030
- "com.figma.scope": [
1030
+ "com.figma.scopes": [
1031
1031
  "STROKE_COLOR"
1032
1032
  ]
1033
1033
  }
@@ -1037,7 +1037,7 @@
1037
1037
  "$type": "color",
1038
1038
  "$description": "Used for the border of an informational badge in the active state.",
1039
1039
  "$extensions": {
1040
- "com.figma.scope": [
1040
+ "com.figma.scopes": [
1041
1041
  "STROKE_COLOR"
1042
1042
  ]
1043
1043
  }
@@ -1054,7 +1054,7 @@
1054
1054
  "$type": "color",
1055
1055
  "$description": "Used for the text of an informational badge when static or the default state when linked.",
1056
1056
  "$extensions": {
1057
- "com.figma.scope": [
1057
+ "com.figma.scopes": [
1058
1058
  "TEXT_FILL"
1059
1059
  ]
1060
1060
  }
@@ -1067,7 +1067,7 @@
1067
1067
  "$type": "color",
1068
1068
  "$description": "Used for the text of an informational badge in the hover state.",
1069
1069
  "$extensions": {
1070
- "com.figma.scope": [
1070
+ "com.figma.scopes": [
1071
1071
  "TEXT_FILL"
1072
1072
  ]
1073
1073
  }
@@ -1077,7 +1077,7 @@
1077
1077
  "$type": "color",
1078
1078
  "$description": "Used for the text of an informational badge in the focus state.",
1079
1079
  "$extensions": {
1080
- "com.figma.scope": [
1080
+ "com.figma.scopes": [
1081
1081
  "TEXT_FILL"
1082
1082
  ]
1083
1083
  }
@@ -1090,7 +1090,7 @@
1090
1090
  "$type": "color",
1091
1091
  "$description": "Used for the text of an informational badge in the active state.",
1092
1092
  "$extensions": {
1093
- "com.figma.scope": [
1093
+ "com.figma.scopes": [
1094
1094
  "TEXT_FILL"
1095
1095
  ]
1096
1096
  }
@@ -1107,7 +1107,7 @@
1107
1107
  "$type": "color",
1108
1108
  "$description": "Used for the icon of an informational badge when static or the default state when linked.",
1109
1109
  "$extensions": {
1110
- "com.figma.scope": [
1110
+ "com.figma.scopes": [
1111
1111
  "SHAPE_FILL",
1112
1112
  "TEXT_FILL"
1113
1113
  ]
@@ -1121,7 +1121,7 @@
1121
1121
  "$type": "color",
1122
1122
  "$description": "Used for the icon of an informational badge in the hover state.",
1123
1123
  "$extensions": {
1124
- "com.figma.scope": [
1124
+ "com.figma.scopes": [
1125
1125
  "SHAPE_FILL",
1126
1126
  "TEXT_FILL"
1127
1127
  ]
@@ -1132,7 +1132,7 @@
1132
1132
  "$type": "color",
1133
1133
  "$description": "Used for the icon of an informational badge in the focus state.",
1134
1134
  "$extensions": {
1135
- "com.figma.scope": [
1135
+ "com.figma.scopes": [
1136
1136
  "SHAPE_FILL",
1137
1137
  "TEXT_FILL"
1138
1138
  ]
@@ -1146,7 +1146,7 @@
1146
1146
  "$type": "color",
1147
1147
  "$description": "Used for the icon of an informational badge in the active state.",
1148
1148
  "$extensions": {
1149
- "com.figma.scope": [
1149
+ "com.figma.scopes": [
1150
1150
  "SHAPE_FILL",
1151
1151
  "TEXT_FILL"
1152
1152
  ]
@@ -1166,7 +1166,7 @@
1166
1166
  "$type": "color",
1167
1167
  "$description": "Used for the background of a success badge when static or the default state when linked.",
1168
1168
  "$extensions": {
1169
- "com.figma.scope": [
1169
+ "com.figma.scopes": [
1170
1170
  "FRAME_FILL",
1171
1171
  "SHAPE_FILL"
1172
1172
  ]
@@ -1177,7 +1177,7 @@
1177
1177
  "$type": "color",
1178
1178
  "$description": "Used for the background of a success badge in the hover state.",
1179
1179
  "$extensions": {
1180
- "com.figma.scope": [
1180
+ "com.figma.scopes": [
1181
1181
  "FRAME_FILL",
1182
1182
  "SHAPE_FILL"
1183
1183
  ]
@@ -1188,7 +1188,7 @@
1188
1188
  "$type": "color",
1189
1189
  "$description": "Used for the background of a success badge in the focus state.",
1190
1190
  "$extensions": {
1191
- "com.figma.scope": [
1191
+ "com.figma.scopes": [
1192
1192
  "FRAME_FILL",
1193
1193
  "SHAPE_FILL"
1194
1194
  ]
@@ -1202,7 +1202,7 @@
1202
1202
  "$type": "color",
1203
1203
  "$description": "Used for the background of a success badge in the active state.",
1204
1204
  "$extensions": {
1205
- "com.figma.scope": [
1205
+ "com.figma.scopes": [
1206
1206
  "FRAME_FILL",
1207
1207
  "SHAPE_FILL"
1208
1208
  ]
@@ -1217,7 +1217,7 @@
1217
1217
  "$type": "color",
1218
1218
  "$description": "Used for the border of a success badge when static or the default state when linked.",
1219
1219
  "$extensions": {
1220
- "com.figma.scope": [
1220
+ "com.figma.scopes": [
1221
1221
  "STROKE_COLOR"
1222
1222
  ]
1223
1223
  }
@@ -1230,7 +1230,7 @@
1230
1230
  "$type": "color",
1231
1231
  "$description": "Used for the border of a success badge in the hover state.",
1232
1232
  "$extensions": {
1233
- "com.figma.scope": [
1233
+ "com.figma.scopes": [
1234
1234
  "STROKE_COLOR"
1235
1235
  ]
1236
1236
  }
@@ -1240,7 +1240,7 @@
1240
1240
  "$type": "color",
1241
1241
  "$description": "Used for the border of a success badge in the focus state.",
1242
1242
  "$extensions": {
1243
- "com.figma.scope": [
1243
+ "com.figma.scopes": [
1244
1244
  "STROKE_COLOR"
1245
1245
  ]
1246
1246
  }
@@ -1250,7 +1250,7 @@
1250
1250
  "$type": "color",
1251
1251
  "$description": "Used for the border of a success badge in the active state.",
1252
1252
  "$extensions": {
1253
- "com.figma.scope": [
1253
+ "com.figma.scopes": [
1254
1254
  "STROKE_COLOR"
1255
1255
  ]
1256
1256
  }
@@ -1267,7 +1267,7 @@
1267
1267
  "$type": "color",
1268
1268
  "$description": "Used for the text of a success badge when static or the default state when linked.",
1269
1269
  "$extensions": {
1270
- "com.figma.scope": [
1270
+ "com.figma.scopes": [
1271
1271
  "TEXT_FILL"
1272
1272
  ]
1273
1273
  }
@@ -1280,7 +1280,7 @@
1280
1280
  "$type": "color",
1281
1281
  "$description": "Used for the text of a success badge in the hover state.",
1282
1282
  "$extensions": {
1283
- "com.figma.scope": [
1283
+ "com.figma.scopes": [
1284
1284
  "TEXT_FILL"
1285
1285
  ]
1286
1286
  }
@@ -1290,7 +1290,7 @@
1290
1290
  "$type": "color",
1291
1291
  "$description": "Used for the text of a success badge in the focus state.",
1292
1292
  "$extensions": {
1293
- "com.figma.scope": [
1293
+ "com.figma.scopes": [
1294
1294
  "TEXT_FILL"
1295
1295
  ]
1296
1296
  }
@@ -1303,7 +1303,7 @@
1303
1303
  "$type": "color",
1304
1304
  "$description": "Used for the text of a success badge in the active state.",
1305
1305
  "$extensions": {
1306
- "com.figma.scope": [
1306
+ "com.figma.scopes": [
1307
1307
  "TEXT_FILL"
1308
1308
  ]
1309
1309
  }
@@ -1320,7 +1320,7 @@
1320
1320
  "$type": "color",
1321
1321
  "$description": "Used for the icon of a success badge when static or the default state when linked.",
1322
1322
  "$extensions": {
1323
- "com.figma.scope": [
1323
+ "com.figma.scopes": [
1324
1324
  "SHAPE_FILL",
1325
1325
  "TEXT_FILL"
1326
1326
  ]
@@ -1334,7 +1334,7 @@
1334
1334
  "$type": "color",
1335
1335
  "$description": "Used for the icon of a success badge in the hover state.",
1336
1336
  "$extensions": {
1337
- "com.figma.scope": [
1337
+ "com.figma.scopes": [
1338
1338
  "SHAPE_FILL",
1339
1339
  "TEXT_FILL"
1340
1340
  ]
@@ -1345,7 +1345,7 @@
1345
1345
  "$type": "color",
1346
1346
  "$description": "Used for the icon of a success badge in the focus state.",
1347
1347
  "$extensions": {
1348
- "com.figma.scope": [
1348
+ "com.figma.scopes": [
1349
1349
  "SHAPE_FILL",
1350
1350
  "TEXT_FILL"
1351
1351
  ]
@@ -1359,7 +1359,7 @@
1359
1359
  "$type": "color",
1360
1360
  "$description": "Used for the icon of a success badge in the active state.",
1361
1361
  "$extensions": {
1362
- "com.figma.scope": [
1362
+ "com.figma.scopes": [
1363
1363
  "SHAPE_FILL",
1364
1364
  "TEXT_FILL"
1365
1365
  ]
@@ -1379,7 +1379,7 @@
1379
1379
  "$type": "color",
1380
1380
  "$description": "Used for the background of a warning badge when static or the default state when linked.",
1381
1381
  "$extensions": {
1382
- "com.figma.scope": [
1382
+ "com.figma.scopes": [
1383
1383
  "FRAME_FILL",
1384
1384
  "SHAPE_FILL"
1385
1385
  ]
@@ -1390,7 +1390,7 @@
1390
1390
  "$type": "color",
1391
1391
  "$description": "Used for the background of a warning badge in the hover state.",
1392
1392
  "$extensions": {
1393
- "com.figma.scope": [
1393
+ "com.figma.scopes": [
1394
1394
  "FRAME_FILL",
1395
1395
  "SHAPE_FILL"
1396
1396
  ]
@@ -1401,7 +1401,7 @@
1401
1401
  "$type": "color",
1402
1402
  "$description": "Used for the background of a warning badge in the focus state.",
1403
1403
  "$extensions": {
1404
- "com.figma.scope": [
1404
+ "com.figma.scopes": [
1405
1405
  "FRAME_FILL",
1406
1406
  "SHAPE_FILL"
1407
1407
  ]
@@ -1415,7 +1415,7 @@
1415
1415
  "$type": "color",
1416
1416
  "$description": "Used for the background of a warning badge in the active state.",
1417
1417
  "$extensions": {
1418
- "com.figma.scope": [
1418
+ "com.figma.scopes": [
1419
1419
  "FRAME_FILL",
1420
1420
  "SHAPE_FILL"
1421
1421
  ]
@@ -1430,7 +1430,7 @@
1430
1430
  "$type": "color",
1431
1431
  "$description": "Used for the border of a warning badge when static or the default state when linked.",
1432
1432
  "$extensions": {
1433
- "com.figma.scope": [
1433
+ "com.figma.scopes": [
1434
1434
  "STROKE_COLOR"
1435
1435
  ]
1436
1436
  }
@@ -1443,7 +1443,7 @@
1443
1443
  "$type": "color",
1444
1444
  "$description": "Used for the border of a warning badge in the hover state.",
1445
1445
  "$extensions": {
1446
- "com.figma.scope": [
1446
+ "com.figma.scopes": [
1447
1447
  "STROKE_COLOR"
1448
1448
  ]
1449
1449
  }
@@ -1453,7 +1453,7 @@
1453
1453
  "$type": "color",
1454
1454
  "$description": "Used for the border of a warning badge in the focus state.",
1455
1455
  "$extensions": {
1456
- "com.figma.scope": [
1456
+ "com.figma.scopes": [
1457
1457
  "STROKE_COLOR"
1458
1458
  ]
1459
1459
  }
@@ -1463,7 +1463,7 @@
1463
1463
  "$type": "color",
1464
1464
  "$description": "Used for the border of a warning badge in the active state.",
1465
1465
  "$extensions": {
1466
- "com.figma.scope": [
1466
+ "com.figma.scopes": [
1467
1467
  "STROKE_COLOR"
1468
1468
  ]
1469
1469
  }
@@ -1480,7 +1480,7 @@
1480
1480
  "$type": "color",
1481
1481
  "$description": "Used for the text of a warning badge when static or the default state when linked.",
1482
1482
  "$extensions": {
1483
- "com.figma.scope": [
1483
+ "com.figma.scopes": [
1484
1484
  "TEXT_FILL"
1485
1485
  ]
1486
1486
  }
@@ -1493,7 +1493,7 @@
1493
1493
  "$type": "color",
1494
1494
  "$description": "Used for the text of a warning badge in the hover state.",
1495
1495
  "$extensions": {
1496
- "com.figma.scope": [
1496
+ "com.figma.scopes": [
1497
1497
  "TEXT_FILL"
1498
1498
  ]
1499
1499
  }
@@ -1503,7 +1503,7 @@
1503
1503
  "$type": "color",
1504
1504
  "$description": "Used for the text of a warning badge in the focus state.",
1505
1505
  "$extensions": {
1506
- "com.figma.scope": [
1506
+ "com.figma.scopes": [
1507
1507
  "TEXT_FILL"
1508
1508
  ]
1509
1509
  }
@@ -1516,7 +1516,7 @@
1516
1516
  "$type": "color",
1517
1517
  "$description": "Used for the text of a warning badge in the active state.",
1518
1518
  "$extensions": {
1519
- "com.figma.scope": [
1519
+ "com.figma.scopes": [
1520
1520
  "TEXT_FILL"
1521
1521
  ]
1522
1522
  }
@@ -1533,7 +1533,7 @@
1533
1533
  "$type": "color",
1534
1534
  "$description": "Used for the icon of a warning badge when static or the default state when linked.",
1535
1535
  "$extensions": {
1536
- "com.figma.scope": [
1536
+ "com.figma.scopes": [
1537
1537
  "SHAPE_FILL",
1538
1538
  "TEXT_FILL"
1539
1539
  ]
@@ -1547,7 +1547,7 @@
1547
1547
  "$type": "color",
1548
1548
  "$description": "Used for the icon of a warning badge in the hover state.",
1549
1549
  "$extensions": {
1550
- "com.figma.scope": [
1550
+ "com.figma.scopes": [
1551
1551
  "SHAPE_FILL",
1552
1552
  "TEXT_FILL"
1553
1553
  ]
@@ -1558,7 +1558,7 @@
1558
1558
  "$type": "color",
1559
1559
  "$description": "Used for the icon of a warning badge in the focus state.",
1560
1560
  "$extensions": {
1561
- "com.figma.scope": [
1561
+ "com.figma.scopes": [
1562
1562
  "SHAPE_FILL",
1563
1563
  "TEXT_FILL"
1564
1564
  ]
@@ -1572,7 +1572,7 @@
1572
1572
  "$type": "color",
1573
1573
  "$description": "Used for the icon of a warning badge in the active state.",
1574
1574
  "$extensions": {
1575
- "com.figma.scope": [
1575
+ "com.figma.scopes": [
1576
1576
  "SHAPE_FILL",
1577
1577
  "TEXT_FILL"
1578
1578
  ]
@@ -1592,7 +1592,7 @@
1592
1592
  "$type": "color",
1593
1593
  "$description": "Used for the background of a danger badge when static or the default state when linked.",
1594
1594
  "$extensions": {
1595
- "com.figma.scope": [
1595
+ "com.figma.scopes": [
1596
1596
  "FRAME_FILL",
1597
1597
  "SHAPE_FILL"
1598
1598
  ]
@@ -1603,7 +1603,7 @@
1603
1603
  "$type": "color",
1604
1604
  "$description": "Used for the background of a danger badge in the hover state.",
1605
1605
  "$extensions": {
1606
- "com.figma.scope": [
1606
+ "com.figma.scopes": [
1607
1607
  "FRAME_FILL",
1608
1608
  "SHAPE_FILL"
1609
1609
  ]
@@ -1614,7 +1614,7 @@
1614
1614
  "$type": "color",
1615
1615
  "$description": "Used for the background of a danger badge in the focus state.",
1616
1616
  "$extensions": {
1617
- "com.figma.scope": [
1617
+ "com.figma.scopes": [
1618
1618
  "FRAME_FILL",
1619
1619
  "SHAPE_FILL"
1620
1620
  ]
@@ -1628,7 +1628,7 @@
1628
1628
  "$type": "color",
1629
1629
  "$description": "Used for the background of a danger badge in the active state.",
1630
1630
  "$extensions": {
1631
- "com.figma.scope": [
1631
+ "com.figma.scopes": [
1632
1632
  "FRAME_FILL",
1633
1633
  "SHAPE_FILL"
1634
1634
  ]
@@ -1643,7 +1643,7 @@
1643
1643
  "$type": "color",
1644
1644
  "$description": "Used for the border of a danger badge when static or the default state when linked.",
1645
1645
  "$extensions": {
1646
- "com.figma.scope": [
1646
+ "com.figma.scopes": [
1647
1647
  "STROKE_COLOR"
1648
1648
  ]
1649
1649
  }
@@ -1656,7 +1656,7 @@
1656
1656
  "$type": "color",
1657
1657
  "$description": "Used for the border of a danger badge in the hover state.",
1658
1658
  "$extensions": {
1659
- "com.figma.scope": [
1659
+ "com.figma.scopes": [
1660
1660
  "STROKE_COLOR"
1661
1661
  ]
1662
1662
  }
@@ -1666,7 +1666,7 @@
1666
1666
  "$type": "color",
1667
1667
  "$description": "Used for the border of a danger badge in the focus state.",
1668
1668
  "$extensions": {
1669
- "com.figma.scope": [
1669
+ "com.figma.scopes": [
1670
1670
  "STROKE_COLOR"
1671
1671
  ]
1672
1672
  }
@@ -1676,7 +1676,7 @@
1676
1676
  "$type": "color",
1677
1677
  "$description": "Used for the border of a danger badge in the active state.",
1678
1678
  "$extensions": {
1679
- "com.figma.scope": [
1679
+ "com.figma.scopes": [
1680
1680
  "STROKE_COLOR"
1681
1681
  ]
1682
1682
  }
@@ -1693,7 +1693,7 @@
1693
1693
  "$type": "color",
1694
1694
  "$description": "Used for the text of a danger badge when static or the default state when linked.",
1695
1695
  "$extensions": {
1696
- "com.figma.scope": [
1696
+ "com.figma.scopes": [
1697
1697
  "TEXT_FILL"
1698
1698
  ]
1699
1699
  }
@@ -1706,7 +1706,7 @@
1706
1706
  "$type": "color",
1707
1707
  "$description": "Used for the text of a danger badge in the hover state.",
1708
1708
  "$extensions": {
1709
- "com.figma.scope": [
1709
+ "com.figma.scopes": [
1710
1710
  "TEXT_FILL"
1711
1711
  ]
1712
1712
  }
@@ -1716,7 +1716,7 @@
1716
1716
  "$type": "color",
1717
1717
  "$description": "Used for the text of a danger badge in the focus state.",
1718
1718
  "$extensions": {
1719
- "com.figma.scope": [
1719
+ "com.figma.scopes": [
1720
1720
  "TEXT_FILL"
1721
1721
  ]
1722
1722
  }
@@ -1729,7 +1729,7 @@
1729
1729
  "$type": "color",
1730
1730
  "$description": "Used for the text of a danger badge in the active state.",
1731
1731
  "$extensions": {
1732
- "com.figma.scope": [
1732
+ "com.figma.scopes": [
1733
1733
  "TEXT_FILL"
1734
1734
  ]
1735
1735
  }
@@ -1746,7 +1746,7 @@
1746
1746
  "$type": "color",
1747
1747
  "$description": "Used for the icon of a danger badge when static or the default state when linked.",
1748
1748
  "$extensions": {
1749
- "com.figma.scope": [
1749
+ "com.figma.scopes": [
1750
1750
  "SHAPE_FILL",
1751
1751
  "TEXT_FILL"
1752
1752
  ]
@@ -1760,7 +1760,7 @@
1760
1760
  "$type": "color",
1761
1761
  "$description": "Used for the icon of a danger badge in the hover state.",
1762
1762
  "$extensions": {
1763
- "com.figma.scope": [
1763
+ "com.figma.scopes": [
1764
1764
  "SHAPE_FILL",
1765
1765
  "TEXT_FILL"
1766
1766
  ]
@@ -1771,7 +1771,7 @@
1771
1771
  "$type": "color",
1772
1772
  "$description": "Used for the icon of a danger badge in the focus state.",
1773
1773
  "$extensions": {
1774
- "com.figma.scope": [
1774
+ "com.figma.scopes": [
1775
1775
  "SHAPE_FILL",
1776
1776
  "TEXT_FILL"
1777
1777
  ]
@@ -1785,7 +1785,7 @@
1785
1785
  "$type": "color",
1786
1786
  "$description": "Used for the icon of a danger badge in the active state.",
1787
1787
  "$extensions": {
1788
- "com.figma.scope": [
1788
+ "com.figma.scopes": [
1789
1789
  "SHAPE_FILL",
1790
1790
  "TEXT_FILL"
1791
1791
  ]
@@ -1805,7 +1805,7 @@
1805
1805
  "$type": "color",
1806
1806
  "$description": "Used for the background of a tier related badge when static or the default state when linked.",
1807
1807
  "$extensions": {
1808
- "com.figma.scope": [
1808
+ "com.figma.scopes": [
1809
1809
  "FRAME_FILL",
1810
1810
  "SHAPE_FILL"
1811
1811
  ]
@@ -1816,7 +1816,7 @@
1816
1816
  "$type": "color",
1817
1817
  "$description": "Used for the background of a tier related badge in the hover state.",
1818
1818
  "$extensions": {
1819
- "com.figma.scope": [
1819
+ "com.figma.scopes": [
1820
1820
  "FRAME_FILL",
1821
1821
  "SHAPE_FILL"
1822
1822
  ]
@@ -1827,7 +1827,7 @@
1827
1827
  "$type": "color",
1828
1828
  "$description": "Used for the background of a tier related badge in the focus state.",
1829
1829
  "$extensions": {
1830
- "com.figma.scope": [
1830
+ "com.figma.scopes": [
1831
1831
  "FRAME_FILL",
1832
1832
  "SHAPE_FILL"
1833
1833
  ]
@@ -1841,7 +1841,7 @@
1841
1841
  "$type": "color",
1842
1842
  "$description": "Used for the background of a tier related badge in the active state.",
1843
1843
  "$extensions": {
1844
- "com.figma.scope": [
1844
+ "com.figma.scopes": [
1845
1845
  "FRAME_FILL",
1846
1846
  "SHAPE_FILL"
1847
1847
  ]
@@ -1856,7 +1856,7 @@
1856
1856
  "$type": "color",
1857
1857
  "$description": "Used for the border of a tier related badge when static or the default state when linked.",
1858
1858
  "$extensions": {
1859
- "com.figma.scope": [
1859
+ "com.figma.scopes": [
1860
1860
  "STROKE_COLOR"
1861
1861
  ]
1862
1862
  }
@@ -1869,7 +1869,7 @@
1869
1869
  "$type": "color",
1870
1870
  "$description": "Used for the border of a tier related badge in the hover state.",
1871
1871
  "$extensions": {
1872
- "com.figma.scope": [
1872
+ "com.figma.scopes": [
1873
1873
  "STROKE_COLOR"
1874
1874
  ]
1875
1875
  }
@@ -1879,7 +1879,7 @@
1879
1879
  "$type": "color",
1880
1880
  "$description": "Used for the border of a tier related badge in the focus state.",
1881
1881
  "$extensions": {
1882
- "com.figma.scope": [
1882
+ "com.figma.scopes": [
1883
1883
  "STROKE_COLOR"
1884
1884
  ]
1885
1885
  }
@@ -1889,7 +1889,7 @@
1889
1889
  "$type": "color",
1890
1890
  "$description": "Used for the border of a tier related badge in the active state.",
1891
1891
  "$extensions": {
1892
- "com.figma.scope": [
1892
+ "com.figma.scopes": [
1893
1893
  "STROKE_COLOR"
1894
1894
  ]
1895
1895
  }
@@ -1906,7 +1906,7 @@
1906
1906
  "$type": "color",
1907
1907
  "$description": "Used for the text of a tier related badge when static or the default state when linked.",
1908
1908
  "$extensions": {
1909
- "com.figma.scope": [
1909
+ "com.figma.scopes": [
1910
1910
  "TEXT_FILL"
1911
1911
  ]
1912
1912
  }
@@ -1919,7 +1919,7 @@
1919
1919
  "$type": "color",
1920
1920
  "$description": "Used for the text of a tier related badge in the hover state.",
1921
1921
  "$extensions": {
1922
- "com.figma.scope": [
1922
+ "com.figma.scopes": [
1923
1923
  "TEXT_FILL"
1924
1924
  ]
1925
1925
  }
@@ -1929,7 +1929,7 @@
1929
1929
  "$type": "color",
1930
1930
  "$description": "Used for the text of a tier related badge in the focus state.",
1931
1931
  "$extensions": {
1932
- "com.figma.scope": [
1932
+ "com.figma.scopes": [
1933
1933
  "TEXT_FILL"
1934
1934
  ]
1935
1935
  }
@@ -1942,7 +1942,7 @@
1942
1942
  "$type": "color",
1943
1943
  "$description": "Used for the text of a tier related badge in the active state.",
1944
1944
  "$extensions": {
1945
- "com.figma.scope": [
1945
+ "com.figma.scopes": [
1946
1946
  "TEXT_FILL"
1947
1947
  ]
1948
1948
  }
@@ -1959,7 +1959,7 @@
1959
1959
  "$type": "color",
1960
1960
  "$description": "Used for the icon of a tier related badge when static or the default state when linked.",
1961
1961
  "$extensions": {
1962
- "com.figma.scope": [
1962
+ "com.figma.scopes": [
1963
1963
  "SHAPE_FILL",
1964
1964
  "TEXT_FILL"
1965
1965
  ]
@@ -1973,7 +1973,7 @@
1973
1973
  "$type": "color",
1974
1974
  "$description": "Used for the icon of a tier related badge in the hover state.",
1975
1975
  "$extensions": {
1976
- "com.figma.scope": [
1976
+ "com.figma.scopes": [
1977
1977
  "SHAPE_FILL",
1978
1978
  "TEXT_FILL"
1979
1979
  ]
@@ -1984,7 +1984,7 @@
1984
1984
  "$type": "color",
1985
1985
  "$description": "Used for the icon of a tier related badge in the focus state.",
1986
1986
  "$extensions": {
1987
- "com.figma.scope": [
1987
+ "com.figma.scopes": [
1988
1988
  "SHAPE_FILL",
1989
1989
  "TEXT_FILL"
1990
1990
  ]
@@ -1998,7 +1998,7 @@
1998
1998
  "$type": "color",
1999
1999
  "$description": "Used for the icon of a tier related badge in the active state.",
2000
2000
  "$extensions": {
2001
- "com.figma.scope": [
2001
+ "com.figma.scopes": [
2002
2002
  "SHAPE_FILL",
2003
2003
  "TEXT_FILL"
2004
2004
  ]
@@ -2022,7 +2022,7 @@
2022
2022
  "$type": "color",
2023
2023
  "$description": "Used for the border of an info banner.",
2024
2024
  "$extensions": {
2025
- "com.figma.scope": [
2025
+ "com.figma.scopes": [
2026
2026
  "STROKE_COLOR"
2027
2027
  ]
2028
2028
  }
@@ -2039,7 +2039,7 @@
2039
2039
  "$type": "color",
2040
2040
  "$description": "Used for the background of a promo banner.",
2041
2041
  "$extensions": {
2042
- "com.figma.scope": [
2042
+ "com.figma.scopes": [
2043
2043
  "FRAME_FILL",
2044
2044
  "SHAPE_FILL"
2045
2045
  ]
@@ -2055,7 +2055,7 @@
2055
2055
  "$type": "color",
2056
2056
  "$description": "Used for the border of a promo banner.",
2057
2057
  "$extensions": {
2058
- "com.figma.scope": [
2058
+ "com.figma.scopes": [
2059
2059
  "STROKE_COLOR"
2060
2060
  ]
2061
2061
  }
@@ -2073,7 +2073,7 @@
2073
2073
  "$type": "color",
2074
2074
  "$description": "Used for the breadcrumb level separator.",
2075
2075
  "$extensions": {
2076
- "com.figma.scope": [
2076
+ "com.figma.scopes": [
2077
2077
  "STROKE_COLOR"
2078
2078
  ]
2079
2079
  }
@@ -2092,7 +2092,7 @@
2092
2092
  "$type": "color",
2093
2093
  "$description": "Used for the background for the blue banner type.",
2094
2094
  "$extensions": {
2095
- "com.figma.scope": [
2095
+ "com.figma.scopes": [
2096
2096
  "FRAME_FILL",
2097
2097
  "SHAPE_FILL"
2098
2098
  ]
@@ -2103,7 +2103,7 @@
2103
2103
  "$type": "color",
2104
2104
  "$description": "Used for the background for the dark banner type.",
2105
2105
  "$extensions": {
2106
- "com.figma.scope": [
2106
+ "com.figma.scopes": [
2107
2107
  "FRAME_FILL",
2108
2108
  "SHAPE_FILL"
2109
2109
  ]
@@ -2114,7 +2114,7 @@
2114
2114
  "$type": "color",
2115
2115
  "$description": "Used for the background for the green banner type.",
2116
2116
  "$extensions": {
2117
- "com.figma.scope": [
2117
+ "com.figma.scopes": [
2118
2118
  "FRAME_FILL",
2119
2119
  "SHAPE_FILL"
2120
2120
  ]
@@ -2125,7 +2125,7 @@
2125
2125
  "$type": "color",
2126
2126
  "$description": "Used for the background for the indigo banner type.",
2127
2127
  "$extensions": {
2128
- "com.figma.scope": [
2128
+ "com.figma.scopes": [
2129
2129
  "FRAME_FILL",
2130
2130
  "SHAPE_FILL"
2131
2131
  ]
@@ -2136,7 +2136,7 @@
2136
2136
  "$type": "color",
2137
2137
  "$description": "Used for the background for the light banner type.",
2138
2138
  "$extensions": {
2139
- "com.figma.scope": [
2139
+ "com.figma.scopes": [
2140
2140
  "FRAME_FILL",
2141
2141
  "SHAPE_FILL"
2142
2142
  ]
@@ -2147,7 +2147,7 @@
2147
2147
  "$type": "color",
2148
2148
  "$description": "Used for the background for the lightblue banner type.",
2149
2149
  "$extensions": {
2150
- "com.figma.scope": [
2150
+ "com.figma.scopes": [
2151
2151
  "FRAME_FILL",
2152
2152
  "SHAPE_FILL"
2153
2153
  ]
@@ -2158,7 +2158,7 @@
2158
2158
  "$type": "color",
2159
2159
  "$description": "Used for the background for the lightgreen banner type.",
2160
2160
  "$extensions": {
2161
- "com.figma.scope": [
2161
+ "com.figma.scopes": [
2162
2162
  "FRAME_FILL",
2163
2163
  "SHAPE_FILL"
2164
2164
  ]
@@ -2169,7 +2169,7 @@
2169
2169
  "$type": "color",
2170
2170
  "$description": "Used for the background for the lightindigo banner type.",
2171
2171
  "$extensions": {
2172
- "com.figma.scope": [
2172
+ "com.figma.scopes": [
2173
2173
  "FRAME_FILL",
2174
2174
  "SHAPE_FILL"
2175
2175
  ]
@@ -2180,7 +2180,7 @@
2180
2180
  "$type": "color",
2181
2181
  "$description": "Used for the background for the lightred banner type.",
2182
2182
  "$extensions": {
2183
- "com.figma.scope": [
2183
+ "com.figma.scopes": [
2184
2184
  "FRAME_FILL",
2185
2185
  "SHAPE_FILL"
2186
2186
  ]
@@ -2191,7 +2191,7 @@
2191
2191
  "$type": "color",
2192
2192
  "$description": "Used for the background for the red banner type.",
2193
2193
  "$extensions": {
2194
- "com.figma.scope": [
2194
+ "com.figma.scopes": [
2195
2195
  "FRAME_FILL",
2196
2196
  "SHAPE_FILL"
2197
2197
  ]
@@ -2206,7 +2206,7 @@
2206
2206
  "$type": "color",
2207
2207
  "$description": "Used for the border for the blue banner type.",
2208
2208
  "$extensions": {
2209
- "com.figma.scope": [
2209
+ "com.figma.scopes": [
2210
2210
  "STROKE_COLOR"
2211
2211
  ]
2212
2212
  }
@@ -2216,7 +2216,7 @@
2216
2216
  "$type": "color",
2217
2217
  "$description": "Used for the border for the dark banner type.",
2218
2218
  "$extensions": {
2219
- "com.figma.scope": [
2219
+ "com.figma.scopes": [
2220
2220
  "STROKE_COLOR"
2221
2221
  ]
2222
2222
  }
@@ -2226,7 +2226,7 @@
2226
2226
  "$type": "color",
2227
2227
  "$description": "Used for the border for the green banner type.",
2228
2228
  "$extensions": {
2229
- "com.figma.scope": [
2229
+ "com.figma.scopes": [
2230
2230
  "STROKE_COLOR"
2231
2231
  ]
2232
2232
  }
@@ -2236,7 +2236,7 @@
2236
2236
  "$type": "color",
2237
2237
  "$description": "Used for the border for the indigo banner type.",
2238
2238
  "$extensions": {
2239
- "com.figma.scope": [
2239
+ "com.figma.scopes": [
2240
2240
  "STROKE_COLOR"
2241
2241
  ]
2242
2242
  }
@@ -2246,7 +2246,7 @@
2246
2246
  "$type": "color",
2247
2247
  "$description": "Used for the border for the light banner type.",
2248
2248
  "$extensions": {
2249
- "com.figma.scope": [
2249
+ "com.figma.scopes": [
2250
2250
  "STROKE_COLOR"
2251
2251
  ]
2252
2252
  }
@@ -2256,7 +2256,7 @@
2256
2256
  "$type": "color",
2257
2257
  "$description": "Used for the border for the lightblue banner type.",
2258
2258
  "$extensions": {
2259
- "com.figma.scope": [
2259
+ "com.figma.scopes": [
2260
2260
  "STROKE_COLOR"
2261
2261
  ]
2262
2262
  }
@@ -2266,7 +2266,7 @@
2266
2266
  "$type": "color",
2267
2267
  "$description": "Used for the border for the lightgreen banner type.",
2268
2268
  "$extensions": {
2269
- "com.figma.scope": [
2269
+ "com.figma.scopes": [
2270
2270
  "STROKE_COLOR"
2271
2271
  ]
2272
2272
  }
@@ -2276,7 +2276,7 @@
2276
2276
  "$type": "color",
2277
2277
  "$description": "Used for the border for the lightindigo banner type.",
2278
2278
  "$extensions": {
2279
- "com.figma.scope": [
2279
+ "com.figma.scopes": [
2280
2280
  "STROKE_COLOR"
2281
2281
  ]
2282
2282
  }
@@ -2286,7 +2286,7 @@
2286
2286
  "$type": "color",
2287
2287
  "$description": "Used for the border for the lightred banner type.",
2288
2288
  "$extensions": {
2289
- "com.figma.scope": [
2289
+ "com.figma.scopes": [
2290
2290
  "STROKE_COLOR"
2291
2291
  ]
2292
2292
  }
@@ -2296,7 +2296,7 @@
2296
2296
  "$type": "color",
2297
2297
  "$description": "Used for the border for the red banner type.",
2298
2298
  "$extensions": {
2299
- "com.figma.scope": [
2299
+ "com.figma.scopes": [
2300
2300
  "STROKE_COLOR"
2301
2301
  ]
2302
2302
  }
@@ -2307,7 +2307,7 @@
2307
2307
  "$type": "dimension",
2308
2308
  "$description": "Used for broadcast banner border radius.",
2309
2309
  "$extensions": {
2310
- "com.figma.scope": [
2310
+ "com.figma.scopes": [
2311
2311
  "CORNER_RADIUS"
2312
2312
  ]
2313
2313
  }
@@ -2320,7 +2320,7 @@
2320
2320
  "$type": "color",
2321
2321
  "$description": "Used for the icon for the blue banner type.",
2322
2322
  "$extensions": {
2323
- "com.figma.scope": [
2323
+ "com.figma.scopes": [
2324
2324
  "SHAPE_FILL",
2325
2325
  "TEXT_FILL"
2326
2326
  ]
@@ -2331,7 +2331,7 @@
2331
2331
  "$type": "color",
2332
2332
  "$description": "Used for the icon for the dark banner type.",
2333
2333
  "$extensions": {
2334
- "com.figma.scope": [
2334
+ "com.figma.scopes": [
2335
2335
  "SHAPE_FILL",
2336
2336
  "TEXT_FILL"
2337
2337
  ]
@@ -2342,7 +2342,7 @@
2342
2342
  "$type": "color",
2343
2343
  "$description": "Used for the icon for the green banner type.",
2344
2344
  "$extensions": {
2345
- "com.figma.scope": [
2345
+ "com.figma.scopes": [
2346
2346
  "SHAPE_FILL",
2347
2347
  "TEXT_FILL"
2348
2348
  ]
@@ -2353,7 +2353,7 @@
2353
2353
  "$type": "color",
2354
2354
  "$description": "Used for the icon for the indigo banner type.",
2355
2355
  "$extensions": {
2356
- "com.figma.scope": [
2356
+ "com.figma.scopes": [
2357
2357
  "SHAPE_FILL",
2358
2358
  "TEXT_FILL"
2359
2359
  ]
@@ -2364,7 +2364,7 @@
2364
2364
  "$type": "color",
2365
2365
  "$description": "Used for the icon for the light banner type.",
2366
2366
  "$extensions": {
2367
- "com.figma.scope": [
2367
+ "com.figma.scopes": [
2368
2368
  "SHAPE_FILL",
2369
2369
  "TEXT_FILL"
2370
2370
  ]
@@ -2375,7 +2375,7 @@
2375
2375
  "$type": "color",
2376
2376
  "$description": "Used for the icon for the lightblue banner type.",
2377
2377
  "$extensions": {
2378
- "com.figma.scope": [
2378
+ "com.figma.scopes": [
2379
2379
  "SHAPE_FILL",
2380
2380
  "TEXT_FILL"
2381
2381
  ]
@@ -2386,7 +2386,7 @@
2386
2386
  "$type": "color",
2387
2387
  "$description": "Used for the icon for the lightgreen banner type.",
2388
2388
  "$extensions": {
2389
- "com.figma.scope": [
2389
+ "com.figma.scopes": [
2390
2390
  "SHAPE_FILL",
2391
2391
  "TEXT_FILL"
2392
2392
  ]
@@ -2397,7 +2397,7 @@
2397
2397
  "$type": "color",
2398
2398
  "$description": "Used for the icon for the lightindigo banner type.",
2399
2399
  "$extensions": {
2400
- "com.figma.scope": [
2400
+ "com.figma.scopes": [
2401
2401
  "SHAPE_FILL",
2402
2402
  "TEXT_FILL"
2403
2403
  ]
@@ -2408,7 +2408,7 @@
2408
2408
  "$type": "color",
2409
2409
  "$description": "Used for the icon for the lightred banner type.",
2410
2410
  "$extensions": {
2411
- "com.figma.scope": [
2411
+ "com.figma.scopes": [
2412
2412
  "SHAPE_FILL",
2413
2413
  "TEXT_FILL"
2414
2414
  ]
@@ -2419,7 +2419,7 @@
2419
2419
  "$type": "color",
2420
2420
  "$description": "Used for the icon for the red banner type.",
2421
2421
  "$extensions": {
2422
- "com.figma.scope": [
2422
+ "com.figma.scopes": [
2423
2423
  "SHAPE_FILL",
2424
2424
  "TEXT_FILL"
2425
2425
  ]
@@ -2434,7 +2434,7 @@
2434
2434
  "$type": "color",
2435
2435
  "$description": "Used for the text for the blue banner type.",
2436
2436
  "$extensions": {
2437
- "com.figma.scope": [
2437
+ "com.figma.scopes": [
2438
2438
  "TEXT_FILL"
2439
2439
  ]
2440
2440
  }
@@ -2444,7 +2444,7 @@
2444
2444
  "$type": "color",
2445
2445
  "$description": "Used for the text for the dark banner type.",
2446
2446
  "$extensions": {
2447
- "com.figma.scope": [
2447
+ "com.figma.scopes": [
2448
2448
  "TEXT_FILL"
2449
2449
  ]
2450
2450
  }
@@ -2454,7 +2454,7 @@
2454
2454
  "$type": "color",
2455
2455
  "$description": "Used for the text for the green banner type.",
2456
2456
  "$extensions": {
2457
- "com.figma.scope": [
2457
+ "com.figma.scopes": [
2458
2458
  "TEXT_FILL"
2459
2459
  ]
2460
2460
  }
@@ -2464,7 +2464,7 @@
2464
2464
  "$type": "color",
2465
2465
  "$description": "Used for the text for the indigo banner type.",
2466
2466
  "$extensions": {
2467
- "com.figma.scope": [
2467
+ "com.figma.scopes": [
2468
2468
  "TEXT_FILL"
2469
2469
  ]
2470
2470
  }
@@ -2474,7 +2474,7 @@
2474
2474
  "$type": "color",
2475
2475
  "$description": "Used for the text for the light banner type.",
2476
2476
  "$extensions": {
2477
- "com.figma.scope": [
2477
+ "com.figma.scopes": [
2478
2478
  "TEXT_FILL"
2479
2479
  ]
2480
2480
  }
@@ -2484,7 +2484,7 @@
2484
2484
  "$type": "color",
2485
2485
  "$description": "Used for the text for the lightblue banner type.",
2486
2486
  "$extensions": {
2487
- "com.figma.scope": [
2487
+ "com.figma.scopes": [
2488
2488
  "TEXT_FILL"
2489
2489
  ]
2490
2490
  }
@@ -2494,7 +2494,7 @@
2494
2494
  "$type": "color",
2495
2495
  "$description": "Used for the text for the lightgreen banner type.",
2496
2496
  "$extensions": {
2497
- "com.figma.scope": [
2497
+ "com.figma.scopes": [
2498
2498
  "TEXT_FILL"
2499
2499
  ]
2500
2500
  }
@@ -2504,7 +2504,7 @@
2504
2504
  "$type": "color",
2505
2505
  "$description": "Used for the text for the lightindigo banner type.",
2506
2506
  "$extensions": {
2507
- "com.figma.scope": [
2507
+ "com.figma.scopes": [
2508
2508
  "TEXT_FILL"
2509
2509
  ]
2510
2510
  }
@@ -2514,7 +2514,7 @@
2514
2514
  "$type": "color",
2515
2515
  "$description": "Used for the text for the lightred banner type.",
2516
2516
  "$extensions": {
2517
- "com.figma.scope": [
2517
+ "com.figma.scopes": [
2518
2518
  "TEXT_FILL"
2519
2519
  ]
2520
2520
  }
@@ -2524,7 +2524,7 @@
2524
2524
  "$type": "color",
2525
2525
  "$description": "Used for the text for the red banner type.",
2526
2526
  "$extensions": {
2527
- "com.figma.scope": [
2527
+ "com.figma.scopes": [
2528
2528
  "TEXT_FILL"
2529
2529
  ]
2530
2530
  }
@@ -2543,7 +2543,7 @@
2543
2543
  "$type": "dimension",
2544
2544
  "$description": "Used for button border radius.",
2545
2545
  "$extensions": {
2546
- "com.figma.scope": [
2546
+ "com.figma.scopes": [
2547
2547
  "CORNER_RADIUS"
2548
2548
  ]
2549
2549
  }
@@ -2561,7 +2561,7 @@
2561
2561
  "$type": "color",
2562
2562
  "$description": "Used for the foreground of a default primary button in the default state.",
2563
2563
  "$extensions": {
2564
- "com.figma.scope": [
2564
+ "com.figma.scopes": [
2565
2565
  "SHAPE_FILL",
2566
2566
  "TEXT_FILL"
2567
2567
  ]
@@ -2572,7 +2572,7 @@
2572
2572
  "$type": "color",
2573
2573
  "$description": "Used for the foreground of a default primary button in the hover state.",
2574
2574
  "$extensions": {
2575
- "com.figma.scope": [
2575
+ "com.figma.scopes": [
2576
2576
  "SHAPE_FILL",
2577
2577
  "TEXT_FILL"
2578
2578
  ]
@@ -2583,7 +2583,7 @@
2583
2583
  "$type": "color",
2584
2584
  "$description": "Used for the foreground of a default primary button in the focus state.",
2585
2585
  "$extensions": {
2586
- "com.figma.scope": [
2586
+ "com.figma.scopes": [
2587
2587
  "SHAPE_FILL",
2588
2588
  "TEXT_FILL"
2589
2589
  ]
@@ -2594,7 +2594,7 @@
2594
2594
  "$type": "color",
2595
2595
  "$description": "Used for the foreground of a default primary button in the active state.",
2596
2596
  "$extensions": {
2597
- "com.figma.scope": [
2597
+ "com.figma.scopes": [
2598
2598
  "SHAPE_FILL",
2599
2599
  "TEXT_FILL"
2600
2600
  ]
@@ -2612,7 +2612,7 @@
2612
2612
  "$type": "color",
2613
2613
  "$description": "Used for the background of an default primary button in the default state.",
2614
2614
  "$extensions": {
2615
- "com.figma.scope": [
2615
+ "com.figma.scopes": [
2616
2616
  "FRAME_FILL",
2617
2617
  "SHAPE_FILL"
2618
2618
  ]
@@ -2626,7 +2626,7 @@
2626
2626
  "$type": "color",
2627
2627
  "$description": "Used for the background of an default primary button in the hover state.",
2628
2628
  "$extensions": {
2629
- "com.figma.scope": [
2629
+ "com.figma.scopes": [
2630
2630
  "FRAME_FILL",
2631
2631
  "SHAPE_FILL"
2632
2632
  ]
@@ -2637,7 +2637,7 @@
2637
2637
  "$type": "color",
2638
2638
  "$description": "Used for the background of an default primary button in the focus state.",
2639
2639
  "$extensions": {
2640
- "com.figma.scope": [
2640
+ "com.figma.scopes": [
2641
2641
  "FRAME_FILL",
2642
2642
  "SHAPE_FILL"
2643
2643
  ]
@@ -2651,7 +2651,7 @@
2651
2651
  "$type": "color",
2652
2652
  "$description": "Used for the background of an default primary button in the active state.",
2653
2653
  "$extensions": {
2654
- "com.figma.scope": [
2654
+ "com.figma.scopes": [
2655
2655
  "FRAME_FILL",
2656
2656
  "SHAPE_FILL"
2657
2657
  ]
@@ -2669,7 +2669,7 @@
2669
2669
  "$type": "color",
2670
2670
  "$description": "Used for the border of an default primary button in the default state.",
2671
2671
  "$extensions": {
2672
- "com.figma.scope": [
2672
+ "com.figma.scopes": [
2673
2673
  "STROKE_COLOR"
2674
2674
  ]
2675
2675
  }
@@ -2682,7 +2682,7 @@
2682
2682
  "$type": "color",
2683
2683
  "$description": "Used for the border of an default primary button in the hover state.",
2684
2684
  "$extensions": {
2685
- "com.figma.scope": [
2685
+ "com.figma.scopes": [
2686
2686
  "STROKE_COLOR"
2687
2687
  ]
2688
2688
  }
@@ -2692,7 +2692,7 @@
2692
2692
  "$type": "color",
2693
2693
  "$description": "Used for the border of an default primary button in the focus state.",
2694
2694
  "$extensions": {
2695
- "com.figma.scope": [
2695
+ "com.figma.scopes": [
2696
2696
  "STROKE_COLOR"
2697
2697
  ]
2698
2698
  }
@@ -2705,7 +2705,7 @@
2705
2705
  "$type": "color",
2706
2706
  "$description": "Used for the border of an default primary button in the active state.",
2707
2707
  "$extensions": {
2708
- "com.figma.scope": [
2708
+ "com.figma.scopes": [
2709
2709
  "STROKE_COLOR"
2710
2710
  ]
2711
2711
  }
@@ -2721,7 +2721,7 @@
2721
2721
  "$type": "color",
2722
2722
  "$description": "Used for the foreground of a default borderless, tertiary button in the default state.",
2723
2723
  "$extensions": {
2724
- "com.figma.scope": [
2724
+ "com.figma.scopes": [
2725
2725
  "SHAPE_FILL",
2726
2726
  "TEXT_FILL"
2727
2727
  ]
@@ -2732,7 +2732,7 @@
2732
2732
  "$type": "color",
2733
2733
  "$description": "Used for the foreground of a default borderless, tertiary button in the hover state.",
2734
2734
  "$extensions": {
2735
- "com.figma.scope": [
2735
+ "com.figma.scopes": [
2736
2736
  "SHAPE_FILL",
2737
2737
  "TEXT_FILL"
2738
2738
  ]
@@ -2743,7 +2743,7 @@
2743
2743
  "$type": "color",
2744
2744
  "$description": "Used for the foreground of a default borderless, tertiary button in the focus state.",
2745
2745
  "$extensions": {
2746
- "com.figma.scope": [
2746
+ "com.figma.scopes": [
2747
2747
  "SHAPE_FILL",
2748
2748
  "TEXT_FILL"
2749
2749
  ]
@@ -2754,7 +2754,7 @@
2754
2754
  "$type": "color",
2755
2755
  "$description": "Used for the foreground of a default borderless, tertiary button in the active state.",
2756
2756
  "$extensions": {
2757
- "com.figma.scope": [
2757
+ "com.figma.scopes": [
2758
2758
  "SHAPE_FILL",
2759
2759
  "TEXT_FILL"
2760
2760
  ]
@@ -2769,7 +2769,7 @@
2769
2769
  "$type": "color",
2770
2770
  "$description": "Used for the background of a default borderless, tertiary button in the default state.",
2771
2771
  "$extensions": {
2772
- "com.figma.scope": [
2772
+ "com.figma.scopes": [
2773
2773
  "FRAME_FILL",
2774
2774
  "SHAPE_FILL"
2775
2775
  ]
@@ -2780,7 +2780,7 @@
2780
2780
  "$type": "color",
2781
2781
  "$description": "Used for the background of a default borderless, tertiary button in the hover state.",
2782
2782
  "$extensions": {
2783
- "com.figma.scope": [
2783
+ "com.figma.scopes": [
2784
2784
  "FRAME_FILL",
2785
2785
  "SHAPE_FILL"
2786
2786
  ]
@@ -2791,7 +2791,7 @@
2791
2791
  "$type": "color",
2792
2792
  "$description": "Used for the background of a default borderless, tertiary button in the focus state.",
2793
2793
  "$extensions": {
2794
- "com.figma.scope": [
2794
+ "com.figma.scopes": [
2795
2795
  "FRAME_FILL",
2796
2796
  "SHAPE_FILL"
2797
2797
  ]
@@ -2802,7 +2802,7 @@
2802
2802
  "$type": "color",
2803
2803
  "$description": "Used for the background of a default borderless, tertiary button in the active state.",
2804
2804
  "$extensions": {
2805
- "com.figma.scope": [
2805
+ "com.figma.scopes": [
2806
2806
  "FRAME_FILL",
2807
2807
  "SHAPE_FILL"
2808
2808
  ]
@@ -2817,7 +2817,7 @@
2817
2817
  "$type": "color",
2818
2818
  "$description": "Used for the border of a default borderless, tertiary button in the default state.",
2819
2819
  "$extensions": {
2820
- "com.figma.scope": [
2820
+ "com.figma.scopes": [
2821
2821
  "STROKE_COLOR"
2822
2822
  ]
2823
2823
  }
@@ -2827,7 +2827,7 @@
2827
2827
  "$type": "color",
2828
2828
  "$description": "Used for the border of a default borderless, tertiary button in the hover state.",
2829
2829
  "$extensions": {
2830
- "com.figma.scope": [
2830
+ "com.figma.scopes": [
2831
2831
  "STROKE_COLOR"
2832
2832
  ]
2833
2833
  }
@@ -2837,7 +2837,7 @@
2837
2837
  "$type": "color",
2838
2838
  "$description": "Used for the border of a default borderless, tertiary button in the focus state.",
2839
2839
  "$extensions": {
2840
- "com.figma.scope": [
2840
+ "com.figma.scopes": [
2841
2841
  "STROKE_COLOR"
2842
2842
  ]
2843
2843
  }
@@ -2847,7 +2847,7 @@
2847
2847
  "$type": "color",
2848
2848
  "$description": "Used for the border of a default borderless, tertiary button in the active state.",
2849
2849
  "$extensions": {
2850
- "com.figma.scope": [
2850
+ "com.figma.scopes": [
2851
2851
  "STROKE_COLOR"
2852
2852
  ]
2853
2853
  }
@@ -2868,7 +2868,7 @@
2868
2868
  "$type": "color",
2869
2869
  "$description": "Used for the foreground of a confirm (positive) primary button in the default state.",
2870
2870
  "$extensions": {
2871
- "com.figma.scope": [
2871
+ "com.figma.scopes": [
2872
2872
  "SHAPE_FILL",
2873
2873
  "TEXT_FILL"
2874
2874
  ]
@@ -2879,7 +2879,7 @@
2879
2879
  "$type": "color",
2880
2880
  "$description": "Used for the foreground of a confirm (positive) primary button in the hover state.",
2881
2881
  "$extensions": {
2882
- "com.figma.scope": [
2882
+ "com.figma.scopes": [
2883
2883
  "SHAPE_FILL",
2884
2884
  "TEXT_FILL"
2885
2885
  ]
@@ -2890,7 +2890,7 @@
2890
2890
  "$type": "color",
2891
2891
  "$description": "Used for the foreground of a confirm (positive) primary button in the focus state.",
2892
2892
  "$extensions": {
2893
- "com.figma.scope": [
2893
+ "com.figma.scopes": [
2894
2894
  "SHAPE_FILL",
2895
2895
  "TEXT_FILL"
2896
2896
  ]
@@ -2901,7 +2901,7 @@
2901
2901
  "$type": "color",
2902
2902
  "$description": "Used for the foreground of a confirm (positive) primary button in the active state.",
2903
2903
  "$extensions": {
2904
- "com.figma.scope": [
2904
+ "com.figma.scopes": [
2905
2905
  "SHAPE_FILL",
2906
2906
  "TEXT_FILL"
2907
2907
  ]
@@ -2916,7 +2916,7 @@
2916
2916
  "$type": "color",
2917
2917
  "$description": "Used for the background of a confirm (positive) primary button in the default state.",
2918
2918
  "$extensions": {
2919
- "com.figma.scope": [
2919
+ "com.figma.scopes": [
2920
2920
  "FRAME_FILL",
2921
2921
  "SHAPE_FILL"
2922
2922
  ]
@@ -2927,7 +2927,7 @@
2927
2927
  "$type": "color",
2928
2928
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
2929
2929
  "$extensions": {
2930
- "com.figma.scope": [
2930
+ "com.figma.scopes": [
2931
2931
  "FRAME_FILL",
2932
2932
  "SHAPE_FILL"
2933
2933
  ]
@@ -2938,7 +2938,7 @@
2938
2938
  "$type": "color",
2939
2939
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
2940
2940
  "$extensions": {
2941
- "com.figma.scope": [
2941
+ "com.figma.scopes": [
2942
2942
  "FRAME_FILL",
2943
2943
  "SHAPE_FILL"
2944
2944
  ]
@@ -2949,7 +2949,7 @@
2949
2949
  "$type": "color",
2950
2950
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
2951
2951
  "$extensions": {
2952
- "com.figma.scope": [
2952
+ "com.figma.scopes": [
2953
2953
  "FRAME_FILL",
2954
2954
  "SHAPE_FILL"
2955
2955
  ]
@@ -2967,7 +2967,7 @@
2967
2967
  "$type": "color",
2968
2968
  "$description": "Used for the border of a confirm (positive) primary button in the default state.",
2969
2969
  "$extensions": {
2970
- "com.figma.scope": [
2970
+ "com.figma.scopes": [
2971
2971
  "STROKE_COLOR"
2972
2972
  ]
2973
2973
  }
@@ -2980,7 +2980,7 @@
2980
2980
  "$type": "color",
2981
2981
  "$description": "Used for the border of a confirm (positive) primary button in the hover state.",
2982
2982
  "$extensions": {
2983
- "com.figma.scope": [
2983
+ "com.figma.scopes": [
2984
2984
  "STROKE_COLOR"
2985
2985
  ]
2986
2986
  }
@@ -2990,7 +2990,7 @@
2990
2990
  "$type": "color",
2991
2991
  "$description": "Used for the border of a confirm (positive) primary button in the focus state.",
2992
2992
  "$extensions": {
2993
- "com.figma.scope": [
2993
+ "com.figma.scopes": [
2994
2994
  "STROKE_COLOR"
2995
2995
  ]
2996
2996
  }
@@ -3003,7 +3003,7 @@
3003
3003
  "$type": "color",
3004
3004
  "$description": "Used for the border of a confirm (positive) primary button in the active state.",
3005
3005
  "$extensions": {
3006
- "com.figma.scope": [
3006
+ "com.figma.scopes": [
3007
3007
  "STROKE_COLOR"
3008
3008
  ]
3009
3009
  }
@@ -3022,7 +3022,7 @@
3022
3022
  "$type": "color",
3023
3023
  "$description": "Used for the foreground of a confirm (positive) button in the default state.",
3024
3024
  "$extensions": {
3025
- "com.figma.scope": [
3025
+ "com.figma.scopes": [
3026
3026
  "SHAPE_FILL",
3027
3027
  "TEXT_FILL"
3028
3028
  ]
@@ -3036,7 +3036,7 @@
3036
3036
  "$type": "color",
3037
3037
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
3038
3038
  "$extensions": {
3039
- "com.figma.scope": [
3039
+ "com.figma.scopes": [
3040
3040
  "SHAPE_FILL",
3041
3041
  "TEXT_FILL"
3042
3042
  ]
@@ -3047,7 +3047,7 @@
3047
3047
  "$type": "color",
3048
3048
  "$description": "Used for the foreground of a confirm (positive) button in the focus state.",
3049
3049
  "$extensions": {
3050
- "com.figma.scope": [
3050
+ "com.figma.scopes": [
3051
3051
  "SHAPE_FILL",
3052
3052
  "TEXT_FILL"
3053
3053
  ]
@@ -3061,7 +3061,7 @@
3061
3061
  "$type": "color",
3062
3062
  "$description": "Used for the foreground of a confirm (positive) button in the active state.",
3063
3063
  "$extensions": {
3064
- "com.figma.scope": [
3064
+ "com.figma.scopes": [
3065
3065
  "SHAPE_FILL",
3066
3066
  "TEXT_FILL"
3067
3067
  ]
@@ -3079,7 +3079,7 @@
3079
3079
  "$type": "color",
3080
3080
  "$description": "Used for the background of an outlined confirm (positive) button in the default state.",
3081
3081
  "$extensions": {
3082
- "com.figma.scope": [
3082
+ "com.figma.scopes": [
3083
3083
  "FRAME_FILL",
3084
3084
  "SHAPE_FILL"
3085
3085
  ]
@@ -3093,7 +3093,7 @@
3093
3093
  "$type": "color",
3094
3094
  "$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
3095
3095
  "$extensions": {
3096
- "com.figma.scope": [
3096
+ "com.figma.scopes": [
3097
3097
  "FRAME_FILL",
3098
3098
  "SHAPE_FILL"
3099
3099
  ]
@@ -3104,7 +3104,7 @@
3104
3104
  "$type": "color",
3105
3105
  "$description": "Used for the background of an outlined confirm (positive) button in the focus state.",
3106
3106
  "$extensions": {
3107
- "com.figma.scope": [
3107
+ "com.figma.scopes": [
3108
3108
  "FRAME_FILL",
3109
3109
  "SHAPE_FILL"
3110
3110
  ]
@@ -3118,7 +3118,7 @@
3118
3118
  "$type": "color",
3119
3119
  "$description": "Used for the background of an outlined confirm (positive) button in the active state.",
3120
3120
  "$extensions": {
3121
- "com.figma.scope": [
3121
+ "com.figma.scopes": [
3122
3122
  "FRAME_FILL",
3123
3123
  "SHAPE_FILL"
3124
3124
  ]
@@ -3136,7 +3136,7 @@
3136
3136
  "$type": "color",
3137
3137
  "$description": "Used for the border of an outlined confirm (positive) button in the default state.",
3138
3138
  "$extensions": {
3139
- "com.figma.scope": [
3139
+ "com.figma.scopes": [
3140
3140
  "STROKE_COLOR"
3141
3141
  ]
3142
3142
  }
@@ -3149,7 +3149,7 @@
3149
3149
  "$type": "color",
3150
3150
  "$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
3151
3151
  "$extensions": {
3152
- "com.figma.scope": [
3152
+ "com.figma.scopes": [
3153
3153
  "STROKE_COLOR"
3154
3154
  ]
3155
3155
  }
@@ -3159,7 +3159,7 @@
3159
3159
  "$type": "color",
3160
3160
  "$description": "Used for the border of an outlined confirm (positive) button in the focus state.",
3161
3161
  "$extensions": {
3162
- "com.figma.scope": [
3162
+ "com.figma.scopes": [
3163
3163
  "STROKE_COLOR"
3164
3164
  ]
3165
3165
  }
@@ -3172,7 +3172,7 @@
3172
3172
  "$type": "color",
3173
3173
  "$description": "Used for the border of an outlined confirm (positive) button in the active state.",
3174
3174
  "$extensions": {
3175
- "com.figma.scope": [
3175
+ "com.figma.scopes": [
3176
3176
  "STROKE_COLOR"
3177
3177
  ]
3178
3178
  }
@@ -3188,7 +3188,7 @@
3188
3188
  "$type": "color",
3189
3189
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
3190
3190
  "$extensions": {
3191
- "com.figma.scope": [
3191
+ "com.figma.scopes": [
3192
3192
  "SHAPE_FILL",
3193
3193
  "TEXT_FILL"
3194
3194
  ]
@@ -3199,7 +3199,7 @@
3199
3199
  "$type": "color",
3200
3200
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
3201
3201
  "$extensions": {
3202
- "com.figma.scope": [
3202
+ "com.figma.scopes": [
3203
3203
  "SHAPE_FILL",
3204
3204
  "TEXT_FILL"
3205
3205
  ]
@@ -3210,7 +3210,7 @@
3210
3210
  "$type": "color",
3211
3211
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
3212
3212
  "$extensions": {
3213
- "com.figma.scope": [
3213
+ "com.figma.scopes": [
3214
3214
  "SHAPE_FILL",
3215
3215
  "TEXT_FILL"
3216
3216
  ]
@@ -3221,7 +3221,7 @@
3221
3221
  "$type": "color",
3222
3222
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
3223
3223
  "$extensions": {
3224
- "com.figma.scope": [
3224
+ "com.figma.scopes": [
3225
3225
  "SHAPE_FILL",
3226
3226
  "TEXT_FILL"
3227
3227
  ]
@@ -3236,7 +3236,7 @@
3236
3236
  "$type": "color",
3237
3237
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the default state.",
3238
3238
  "$extensions": {
3239
- "com.figma.scope": [
3239
+ "com.figma.scopes": [
3240
3240
  "FRAME_FILL",
3241
3241
  "SHAPE_FILL"
3242
3242
  ]
@@ -3247,7 +3247,7 @@
3247
3247
  "$type": "color",
3248
3248
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the hover state.",
3249
3249
  "$extensions": {
3250
- "com.figma.scope": [
3250
+ "com.figma.scopes": [
3251
3251
  "FRAME_FILL",
3252
3252
  "SHAPE_FILL"
3253
3253
  ]
@@ -3258,7 +3258,7 @@
3258
3258
  "$type": "color",
3259
3259
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the focus state.",
3260
3260
  "$extensions": {
3261
- "com.figma.scope": [
3261
+ "com.figma.scopes": [
3262
3262
  "FRAME_FILL",
3263
3263
  "SHAPE_FILL"
3264
3264
  ]
@@ -3269,7 +3269,7 @@
3269
3269
  "$type": "color",
3270
3270
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the active state.",
3271
3271
  "$extensions": {
3272
- "com.figma.scope": [
3272
+ "com.figma.scopes": [
3273
3273
  "FRAME_FILL",
3274
3274
  "SHAPE_FILL"
3275
3275
  ]
@@ -3284,7 +3284,7 @@
3284
3284
  "$type": "color",
3285
3285
  "$description": "Used for the border of a borderless, tertiary confirm (positive) button in the default state.",
3286
3286
  "$extensions": {
3287
- "com.figma.scope": [
3287
+ "com.figma.scopes": [
3288
3288
  "STROKE_COLOR"
3289
3289
  ]
3290
3290
  }
@@ -3294,7 +3294,7 @@
3294
3294
  "$type": "color",
3295
3295
  "$description": "Used for the border of a borderless, tertiary confirm (positive) button in the hover state.",
3296
3296
  "$extensions": {
3297
- "com.figma.scope": [
3297
+ "com.figma.scopes": [
3298
3298
  "STROKE_COLOR"
3299
3299
  ]
3300
3300
  }
@@ -3304,7 +3304,7 @@
3304
3304
  "$type": "color",
3305
3305
  "$description": "Used for the border of a borderless, tertiary confirm (positive) button in the focus state.",
3306
3306
  "$extensions": {
3307
- "com.figma.scope": [
3307
+ "com.figma.scopes": [
3308
3308
  "STROKE_COLOR"
3309
3309
  ]
3310
3310
  }
@@ -3314,7 +3314,7 @@
3314
3314
  "$type": "color",
3315
3315
  "$description": "Used for the border of a borderless, tertiary confirm (positive) button in the active state.",
3316
3316
  "$extensions": {
3317
- "com.figma.scope": [
3317
+ "com.figma.scopes": [
3318
3318
  "STROKE_COLOR"
3319
3319
  ]
3320
3320
  }
@@ -3335,7 +3335,7 @@
3335
3335
  "$type": "color",
3336
3336
  "$description": "Used for the foreground of a danger (destructive) primary button in the default state.",
3337
3337
  "$extensions": {
3338
- "com.figma.scope": [
3338
+ "com.figma.scopes": [
3339
3339
  "SHAPE_FILL",
3340
3340
  "TEXT_FILL"
3341
3341
  ]
@@ -3346,7 +3346,7 @@
3346
3346
  "$type": "color",
3347
3347
  "$description": "Used for the foreground of a danger (destructive) primary button in the hover state.",
3348
3348
  "$extensions": {
3349
- "com.figma.scope": [
3349
+ "com.figma.scopes": [
3350
3350
  "SHAPE_FILL",
3351
3351
  "TEXT_FILL"
3352
3352
  ]
@@ -3357,7 +3357,7 @@
3357
3357
  "$type": "color",
3358
3358
  "$description": "Used for the foreground of a danger (destructive) primary button in the focus state.",
3359
3359
  "$extensions": {
3360
- "com.figma.scope": [
3360
+ "com.figma.scopes": [
3361
3361
  "SHAPE_FILL",
3362
3362
  "TEXT_FILL"
3363
3363
  ]
@@ -3368,7 +3368,7 @@
3368
3368
  "$type": "color",
3369
3369
  "$description": "Used for the foreground of a danger (destructive) primary button in the active state.",
3370
3370
  "$extensions": {
3371
- "com.figma.scope": [
3371
+ "com.figma.scopes": [
3372
3372
  "SHAPE_FILL",
3373
3373
  "TEXT_FILL"
3374
3374
  ]
@@ -3386,7 +3386,7 @@
3386
3386
  "$type": "color",
3387
3387
  "$description": "Used for the background of a danger (destructive) primary button in the default state.",
3388
3388
  "$extensions": {
3389
- "com.figma.scope": [
3389
+ "com.figma.scopes": [
3390
3390
  "FRAME_FILL",
3391
3391
  "SHAPE_FILL"
3392
3392
  ]
@@ -3400,7 +3400,7 @@
3400
3400
  "$type": "color",
3401
3401
  "$description": "Used for the background of a danger (destructive) primary button in the hover state.",
3402
3402
  "$extensions": {
3403
- "com.figma.scope": [
3403
+ "com.figma.scopes": [
3404
3404
  "FRAME_FILL",
3405
3405
  "SHAPE_FILL"
3406
3406
  ]
@@ -3411,7 +3411,7 @@
3411
3411
  "$type": "color",
3412
3412
  "$description": "Used for the background of a danger (destructive) primary button in the focus state.",
3413
3413
  "$extensions": {
3414
- "com.figma.scope": [
3414
+ "com.figma.scopes": [
3415
3415
  "FRAME_FILL",
3416
3416
  "SHAPE_FILL"
3417
3417
  ]
@@ -3425,7 +3425,7 @@
3425
3425
  "$type": "color",
3426
3426
  "$description": "Used for the background of a danger (destructive) primary button in the active state.",
3427
3427
  "$extensions": {
3428
- "com.figma.scope": [
3428
+ "com.figma.scopes": [
3429
3429
  "FRAME_FILL",
3430
3430
  "SHAPE_FILL"
3431
3431
  ]
@@ -3443,7 +3443,7 @@
3443
3443
  "$type": "color",
3444
3444
  "$description": "Used for the border of a danger (destructive) primary button in the default state.",
3445
3445
  "$extensions": {
3446
- "com.figma.scope": [
3446
+ "com.figma.scopes": [
3447
3447
  "STROKE_COLOR"
3448
3448
  ]
3449
3449
  }
@@ -3456,7 +3456,7 @@
3456
3456
  "$type": "color",
3457
3457
  "$description": "Used for the border of a danger (destructive) primary button in the hover state.",
3458
3458
  "$extensions": {
3459
- "com.figma.scope": [
3459
+ "com.figma.scopes": [
3460
3460
  "STROKE_COLOR"
3461
3461
  ]
3462
3462
  }
@@ -3466,7 +3466,7 @@
3466
3466
  "$type": "color",
3467
3467
  "$description": "Used for the border of a danger (destructive) primary button in the focus state.",
3468
3468
  "$extensions": {
3469
- "com.figma.scope": [
3469
+ "com.figma.scopes": [
3470
3470
  "STROKE_COLOR"
3471
3471
  ]
3472
3472
  }
@@ -3479,7 +3479,7 @@
3479
3479
  "$type": "color",
3480
3480
  "$description": "Used for the border of a danger (destructive) primary button in the active state.",
3481
3481
  "$extensions": {
3482
- "com.figma.scope": [
3482
+ "com.figma.scopes": [
3483
3483
  "STROKE_COLOR"
3484
3484
  ]
3485
3485
  }
@@ -3498,7 +3498,7 @@
3498
3498
  "$type": "color",
3499
3499
  "$description": "Used for the foreground of a danger (destructive) button in the default state.",
3500
3500
  "$extensions": {
3501
- "com.figma.scope": [
3501
+ "com.figma.scopes": [
3502
3502
  "SHAPE_FILL",
3503
3503
  "TEXT_FILL"
3504
3504
  ]
@@ -3512,7 +3512,7 @@
3512
3512
  "$type": "color",
3513
3513
  "$description": "Used for the foreground of a danger (destructive) button in the hover state.",
3514
3514
  "$extensions": {
3515
- "com.figma.scope": [
3515
+ "com.figma.scopes": [
3516
3516
  "SHAPE_FILL",
3517
3517
  "TEXT_FILL"
3518
3518
  ]
@@ -3523,7 +3523,7 @@
3523
3523
  "$type": "color",
3524
3524
  "$description": "Used for the foreground of a danger (destructive) button in the focus state.",
3525
3525
  "$extensions": {
3526
- "com.figma.scope": [
3526
+ "com.figma.scopes": [
3527
3527
  "SHAPE_FILL",
3528
3528
  "TEXT_FILL"
3529
3529
  ]
@@ -3537,7 +3537,7 @@
3537
3537
  "$type": "color",
3538
3538
  "$description": "Used for the foreground of a danger (destructive) button in the active state.",
3539
3539
  "$extensions": {
3540
- "com.figma.scope": [
3540
+ "com.figma.scopes": [
3541
3541
  "SHAPE_FILL",
3542
3542
  "TEXT_FILL"
3543
3543
  ]
@@ -3555,7 +3555,7 @@
3555
3555
  "$type": "color",
3556
3556
  "$description": "Used for the background of an outlined danger (destructive) button in the default state.",
3557
3557
  "$extensions": {
3558
- "com.figma.scope": [
3558
+ "com.figma.scopes": [
3559
3559
  "FRAME_FILL",
3560
3560
  "SHAPE_FILL"
3561
3561
  ]
@@ -3569,7 +3569,7 @@
3569
3569
  "$type": "color",
3570
3570
  "$description": "Used for the background of an outlined danger (destructive) button in the hover state.",
3571
3571
  "$extensions": {
3572
- "com.figma.scope": [
3572
+ "com.figma.scopes": [
3573
3573
  "FRAME_FILL",
3574
3574
  "SHAPE_FILL"
3575
3575
  ]
@@ -3580,7 +3580,7 @@
3580
3580
  "$type": "color",
3581
3581
  "$description": "Used for the background of an outlined danger (destructive) button in the focus state.",
3582
3582
  "$extensions": {
3583
- "com.figma.scope": [
3583
+ "com.figma.scopes": [
3584
3584
  "FRAME_FILL",
3585
3585
  "SHAPE_FILL"
3586
3586
  ]
@@ -3594,7 +3594,7 @@
3594
3594
  "$type": "color",
3595
3595
  "$description": "Used for the background of an outlined danger (destructive) button in the active state.",
3596
3596
  "$extensions": {
3597
- "com.figma.scope": [
3597
+ "com.figma.scopes": [
3598
3598
  "FRAME_FILL",
3599
3599
  "SHAPE_FILL"
3600
3600
  ]
@@ -3612,7 +3612,7 @@
3612
3612
  "$type": "color",
3613
3613
  "$description": "Used for the border of an outlined danger (destructive) button in the default state.",
3614
3614
  "$extensions": {
3615
- "com.figma.scope": [
3615
+ "com.figma.scopes": [
3616
3616
  "STROKE_COLOR"
3617
3617
  ]
3618
3618
  }
@@ -3625,7 +3625,7 @@
3625
3625
  "$type": "color",
3626
3626
  "$description": "Used for the border of an outlined danger (destructive) button in the hover state.",
3627
3627
  "$extensions": {
3628
- "com.figma.scope": [
3628
+ "com.figma.scopes": [
3629
3629
  "STROKE_COLOR"
3630
3630
  ]
3631
3631
  }
@@ -3635,7 +3635,7 @@
3635
3635
  "$type": "color",
3636
3636
  "$description": "Used for the border of an outlined danger (destructive) button in the focus state.",
3637
3637
  "$extensions": {
3638
- "com.figma.scope": [
3638
+ "com.figma.scopes": [
3639
3639
  "STROKE_COLOR"
3640
3640
  ]
3641
3641
  }
@@ -3648,7 +3648,7 @@
3648
3648
  "$type": "color",
3649
3649
  "$description": "Used for the border of an outlined danger (destructive) button in the active state.",
3650
3650
  "$extensions": {
3651
- "com.figma.scope": [
3651
+ "com.figma.scopes": [
3652
3652
  "STROKE_COLOR"
3653
3653
  ]
3654
3654
  }
@@ -3664,7 +3664,7 @@
3664
3664
  "$type": "color",
3665
3665
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state.",
3666
3666
  "$extensions": {
3667
- "com.figma.scope": [
3667
+ "com.figma.scopes": [
3668
3668
  "SHAPE_FILL",
3669
3669
  "TEXT_FILL"
3670
3670
  ]
@@ -3675,7 +3675,7 @@
3675
3675
  "$type": "color",
3676
3676
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
3677
3677
  "$extensions": {
3678
- "com.figma.scope": [
3678
+ "com.figma.scopes": [
3679
3679
  "SHAPE_FILL",
3680
3680
  "TEXT_FILL"
3681
3681
  ]
@@ -3686,7 +3686,7 @@
3686
3686
  "$type": "color",
3687
3687
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
3688
3688
  "$extensions": {
3689
- "com.figma.scope": [
3689
+ "com.figma.scopes": [
3690
3690
  "SHAPE_FILL",
3691
3691
  "TEXT_FILL"
3692
3692
  ]
@@ -3697,7 +3697,7 @@
3697
3697
  "$type": "color",
3698
3698
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
3699
3699
  "$extensions": {
3700
- "com.figma.scope": [
3700
+ "com.figma.scopes": [
3701
3701
  "SHAPE_FILL",
3702
3702
  "TEXT_FILL"
3703
3703
  ]
@@ -3712,7 +3712,7 @@
3712
3712
  "$type": "color",
3713
3713
  "$description": "Used for the background of a borderless, tertiary danger (destructive) button in the default state.",
3714
3714
  "$extensions": {
3715
- "com.figma.scope": [
3715
+ "com.figma.scopes": [
3716
3716
  "FRAME_FILL",
3717
3717
  "SHAPE_FILL"
3718
3718
  ]
@@ -3723,7 +3723,7 @@
3723
3723
  "$type": "color",
3724
3724
  "$description": "Used for the background of a borderless, tertiary danger (destructive) button in the hover state.",
3725
3725
  "$extensions": {
3726
- "com.figma.scope": [
3726
+ "com.figma.scopes": [
3727
3727
  "FRAME_FILL",
3728
3728
  "SHAPE_FILL"
3729
3729
  ]
@@ -3734,7 +3734,7 @@
3734
3734
  "$type": "color",
3735
3735
  "$description": "Used for the background of a borderless, tertiary danger (destructive) button in the focus state.",
3736
3736
  "$extensions": {
3737
- "com.figma.scope": [
3737
+ "com.figma.scopes": [
3738
3738
  "FRAME_FILL",
3739
3739
  "SHAPE_FILL"
3740
3740
  ]
@@ -3745,7 +3745,7 @@
3745
3745
  "$type": "color",
3746
3746
  "$description": "Used for the background of a borderless, tertiary danger (destructive) button in the active state.",
3747
3747
  "$extensions": {
3748
- "com.figma.scope": [
3748
+ "com.figma.scopes": [
3749
3749
  "FRAME_FILL",
3750
3750
  "SHAPE_FILL"
3751
3751
  ]
@@ -3760,7 +3760,7 @@
3760
3760
  "$type": "color",
3761
3761
  "$description": "Used for the border of a borderless, tertiary danger (destructive) button in the default state.",
3762
3762
  "$extensions": {
3763
- "com.figma.scope": [
3763
+ "com.figma.scopes": [
3764
3764
  "STROKE_COLOR"
3765
3765
  ]
3766
3766
  }
@@ -3770,7 +3770,7 @@
3770
3770
  "$type": "color",
3771
3771
  "$description": "Used for the border of a borderless, tertiary danger (destructive) button in the hover state.",
3772
3772
  "$extensions": {
3773
- "com.figma.scope": [
3773
+ "com.figma.scopes": [
3774
3774
  "STROKE_COLOR"
3775
3775
  ]
3776
3776
  }
@@ -3780,7 +3780,7 @@
3780
3780
  "$type": "color",
3781
3781
  "$description": "Used for the border of a borderless, tertiary danger (destructive) button in the focus state.",
3782
3782
  "$extensions": {
3783
- "com.figma.scope": [
3783
+ "com.figma.scopes": [
3784
3784
  "STROKE_COLOR"
3785
3785
  ]
3786
3786
  }
@@ -3790,7 +3790,7 @@
3790
3790
  "$type": "color",
3791
3791
  "$description": "Used for the border of a borderless, tertiary danger (destructive) button in the active state.",
3792
3792
  "$extensions": {
3793
- "com.figma.scope": [
3793
+ "com.figma.scopes": [
3794
3794
  "STROKE_COLOR"
3795
3795
  ]
3796
3796
  }
@@ -3810,7 +3810,7 @@
3810
3810
  "$type": "color",
3811
3811
  "$description": "Used for the border of a dashed button in the default state.",
3812
3812
  "$extensions": {
3813
- "com.figma.scope": [
3813
+ "com.figma.scopes": [
3814
3814
  "STROKE_COLOR"
3815
3815
  ]
3816
3816
  },
@@ -3821,7 +3821,7 @@
3821
3821
  "$type": "color",
3822
3822
  "$description": "Used for the border of a dashed button in the hover state.",
3823
3823
  "$extensions": {
3824
- "com.figma.scope": [
3824
+ "com.figma.scopes": [
3825
3825
  "STROKE_COLOR"
3826
3826
  ]
3827
3827
  },
@@ -3832,7 +3832,7 @@
3832
3832
  "$type": "color",
3833
3833
  "$description": "Used for the border of a dashed button in the focus state.",
3834
3834
  "$extensions": {
3835
- "com.figma.scope": [
3835
+ "com.figma.scopes": [
3836
3836
  "STROKE_COLOR"
3837
3837
  ]
3838
3838
  },
@@ -3846,7 +3846,7 @@
3846
3846
  "$type": "color",
3847
3847
  "$description": "Used for the border of a dashed button in the active state.",
3848
3848
  "$extensions": {
3849
- "com.figma.scope": [
3849
+ "com.figma.scopes": [
3850
3850
  "STROKE_COLOR"
3851
3851
  ]
3852
3852
  },
@@ -3862,7 +3862,7 @@
3862
3862
  "$type": "dimension",
3863
3863
  "$description": "Used for link button border radius.",
3864
3864
  "$extensions": {
3865
- "com.figma.scope": [
3865
+ "com.figma.scopes": [
3866
3866
  "CORNER_RADIUS"
3867
3867
  ]
3868
3868
  }
@@ -3875,7 +3875,7 @@
3875
3875
  "$type": "color",
3876
3876
  "$description": "Used for the text of a link button in the default state.",
3877
3877
  "$extensions": {
3878
- "com.figma.scope": [
3878
+ "com.figma.scopes": [
3879
3879
  "SHAPE_FILL",
3880
3880
  "TEXT_FILL"
3881
3881
  ]
@@ -3886,7 +3886,7 @@
3886
3886
  "$type": "color",
3887
3887
  "$description": "Used for the text of a link button in the hover state.",
3888
3888
  "$extensions": {
3889
- "com.figma.scope": [
3889
+ "com.figma.scopes": [
3890
3890
  "SHAPE_FILL",
3891
3891
  "TEXT_FILL"
3892
3892
  ]
@@ -3897,7 +3897,7 @@
3897
3897
  "$type": "color",
3898
3898
  "$description": "Used for the text of a link button in the focus state.",
3899
3899
  "$extensions": {
3900
- "com.figma.scope": [
3900
+ "com.figma.scopes": [
3901
3901
  "SHAPE_FILL",
3902
3902
  "TEXT_FILL"
3903
3903
  ]
@@ -3908,7 +3908,7 @@
3908
3908
  "$type": "color",
3909
3909
  "$description": "Used for the text of a link button in the active state.",
3910
3910
  "$extensions": {
3911
- "com.figma.scope": [
3911
+ "com.figma.scopes": [
3912
3912
  "SHAPE_FILL",
3913
3913
  "TEXT_FILL"
3914
3914
  ]
@@ -3928,7 +3928,7 @@
3928
3928
  "$type": "color",
3929
3929
  "$description": "Used for the foreground of a selected button in the default state.",
3930
3930
  "$extensions": {
3931
- "com.figma.scope": [
3931
+ "com.figma.scopes": [
3932
3932
  "SHAPE_FILL",
3933
3933
  "TEXT_FILL"
3934
3934
  ]
@@ -3942,7 +3942,7 @@
3942
3942
  "$type": "color",
3943
3943
  "$description": "Used for the foreground of a selected button in the hover state.",
3944
3944
  "$extensions": {
3945
- "com.figma.scope": [
3945
+ "com.figma.scopes": [
3946
3946
  "SHAPE_FILL",
3947
3947
  "TEXT_FILL"
3948
3948
  ]
@@ -3956,7 +3956,7 @@
3956
3956
  "$type": "color",
3957
3957
  "$description": "Used for the foreground of a selected button in the focus state.",
3958
3958
  "$extensions": {
3959
- "com.figma.scope": [
3959
+ "com.figma.scopes": [
3960
3960
  "SHAPE_FILL",
3961
3961
  "TEXT_FILL"
3962
3962
  ]
@@ -3970,7 +3970,7 @@
3970
3970
  "$type": "color",
3971
3971
  "$description": "Used for the foreground of a selected button in the active state.",
3972
3972
  "$extensions": {
3973
- "com.figma.scope": [
3973
+ "com.figma.scopes": [
3974
3974
  "SHAPE_FILL",
3975
3975
  "TEXT_FILL"
3976
3976
  ]
@@ -3988,7 +3988,7 @@
3988
3988
  "$type": "color",
3989
3989
  "$description": "Used for the background of a selected button in the default state.",
3990
3990
  "$extensions": {
3991
- "com.figma.scope": [
3991
+ "com.figma.scopes": [
3992
3992
  "FRAME_FILL",
3993
3993
  "SHAPE_FILL"
3994
3994
  ]
@@ -4002,7 +4002,7 @@
4002
4002
  "$type": "color",
4003
4003
  "$description": "Used for the background of a selected button in the hover state.",
4004
4004
  "$extensions": {
4005
- "com.figma.scope": [
4005
+ "com.figma.scopes": [
4006
4006
  "FRAME_FILL",
4007
4007
  "SHAPE_FILL"
4008
4008
  ]
@@ -4016,7 +4016,7 @@
4016
4016
  "$type": "color",
4017
4017
  "$description": "Used for the background of a selected button in the focus state.",
4018
4018
  "$extensions": {
4019
- "com.figma.scope": [
4019
+ "com.figma.scopes": [
4020
4020
  "FRAME_FILL",
4021
4021
  "SHAPE_FILL"
4022
4022
  ]
@@ -4030,7 +4030,7 @@
4030
4030
  "$type": "color",
4031
4031
  "$description": "Used for the background of a selected button in the active state.",
4032
4032
  "$extensions": {
4033
- "com.figma.scope": [
4033
+ "com.figma.scopes": [
4034
4034
  "FRAME_FILL",
4035
4035
  "SHAPE_FILL"
4036
4036
  ]
@@ -4048,7 +4048,7 @@
4048
4048
  "$type": "color",
4049
4049
  "$description": "Used for the border of a selected button in the default state.",
4050
4050
  "$extensions": {
4051
- "com.figma.scope": [
4051
+ "com.figma.scopes": [
4052
4052
  "STROKE_COLOR"
4053
4053
  ]
4054
4054
  }
@@ -4061,7 +4061,7 @@
4061
4061
  "$type": "color",
4062
4062
  "$description": "Used for the border of a selected button in the hover state.",
4063
4063
  "$extensions": {
4064
- "com.figma.scope": [
4064
+ "com.figma.scopes": [
4065
4065
  "STROKE_COLOR"
4066
4066
  ]
4067
4067
  }
@@ -4071,7 +4071,7 @@
4071
4071
  "$type": "color",
4072
4072
  "$description": "Used for the border of a selected button in the focus state.",
4073
4073
  "$extensions": {
4074
- "com.figma.scope": [
4074
+ "com.figma.scopes": [
4075
4075
  "STROKE_COLOR"
4076
4076
  ]
4077
4077
  }
@@ -4084,7 +4084,7 @@
4084
4084
  "$type": "color",
4085
4085
  "$description": "Used for the border of a selected button in the active state.",
4086
4086
  "$extensions": {
4087
- "com.figma.scope": [
4087
+ "com.figma.scopes": [
4088
4088
  "STROKE_COLOR"
4089
4089
  ]
4090
4090
  }
@@ -4102,7 +4102,7 @@
4102
4102
  "$type": "color",
4103
4103
  "$description": "Used for the foreground of a disabled button.",
4104
4104
  "$extensions": {
4105
- "com.figma.scope": [
4105
+ "com.figma.scopes": [
4106
4106
  "SHAPE_FILL",
4107
4107
  "TEXT_FILL"
4108
4108
  ]
@@ -4118,7 +4118,7 @@
4118
4118
  "$type": "color",
4119
4119
  "$description": "Used for the background of a disabled button.",
4120
4120
  "$extensions": {
4121
- "com.figma.scope": [
4121
+ "com.figma.scopes": [
4122
4122
  "FRAME_FILL",
4123
4123
  "SHAPE_FILL"
4124
4124
  ]
@@ -4134,7 +4134,7 @@
4134
4134
  "$type": "color",
4135
4135
  "$description": "Used for the border of a disabled button.",
4136
4136
  "$extensions": {
4137
- "com.figma.scope": [
4137
+ "com.figma.scopes": [
4138
4138
  "STROKE_COLOR"
4139
4139
  ]
4140
4140
  }
@@ -4151,7 +4151,7 @@
4151
4151
  "$type": "color",
4152
4152
  "$description": "Used for the background of a button count element.",
4153
4153
  "$extensions": {
4154
- "com.figma.scope": [
4154
+ "com.figma.scopes": [
4155
4155
  "FRAME_FILL",
4156
4156
  "SHAPE_FILL"
4157
4157
  ]
@@ -4170,7 +4170,7 @@
4170
4170
  "$type": "dimension",
4171
4171
  "$description": "Used for card border radius.",
4172
4172
  "$extensions": {
4173
- "com.figma.scope": [
4173
+ "com.figma.scopes": [
4174
4174
  "CORNER_RADIUS"
4175
4175
  ]
4176
4176
  }
@@ -4188,7 +4188,7 @@
4188
4188
  "$type": "color",
4189
4189
  "$description": "Used in charts for the color of the reference line and axis value under mouse pointer.",
4190
4190
  "$extensions": {
4191
- "com.figma.scope": [
4191
+ "com.figma.scopes": [
4192
4192
  "ALL_SCOPES"
4193
4193
  ]
4194
4194
  }
@@ -4203,7 +4203,7 @@
4203
4203
  "$type": "color",
4204
4204
  "$description": "Used in charts for axis line color.",
4205
4205
  "$extensions": {
4206
- "com.figma.scope": [
4206
+ "com.figma.scopes": [
4207
4207
  "ALL_SCOPES"
4208
4208
  ]
4209
4209
  }
@@ -4215,7 +4215,7 @@
4215
4215
  "$type": "color",
4216
4216
  "$description": "Used in charts for the text color of axis titles and labels.",
4217
4217
  "$extensions": {
4218
- "com.figma.scope": [
4218
+ "com.figma.scopes": [
4219
4219
  "ALL_SCOPES"
4220
4220
  ]
4221
4221
  }
@@ -4229,7 +4229,7 @@
4229
4229
  "$type": "color",
4230
4230
  "$description": "Used in charts to delineate a threshold area in a chart.",
4231
4231
  "$extensions": {
4232
- "com.figma.scope": [
4232
+ "com.figma.scopes": [
4233
4233
  "ALL_SCOPES"
4234
4234
  ]
4235
4235
  }
@@ -4244,7 +4244,7 @@
4244
4244
  "$type": "color",
4245
4245
  "$description": "Used in charts to divide a threshold area in a chart from other data.",
4246
4246
  "$extensions": {
4247
- "com.figma.scope": [
4247
+ "com.figma.scopes": [
4248
4248
  "ALL_SCOPES"
4249
4249
  ]
4250
4250
  }
@@ -4261,7 +4261,7 @@
4261
4261
  "$type": "color",
4262
4262
  "$description": "Used in charts for the overlay color when zooming in on a specific area of data.",
4263
4263
  "$extensions": {
4264
- "com.figma.scope": [
4264
+ "com.figma.scopes": [
4265
4265
  "ALL_SCOPES"
4266
4266
  ]
4267
4267
  }
@@ -4273,7 +4273,7 @@
4273
4273
  "$type": "color",
4274
4274
  "$description": "Used in charts for the handle color when zooming in on a specific area of data.",
4275
4275
  "$extensions": {
4276
- "com.figma.scope": [
4276
+ "com.figma.scopes": [
4277
4277
  "ALL_SCOPES"
4278
4278
  ]
4279
4279
  }
@@ -4294,7 +4294,7 @@
4294
4294
  "$type": "color",
4295
4295
  "$description": "Used for the background color of datepicker.",
4296
4296
  "$extensions": {
4297
- "com.figma.scope": [
4297
+ "com.figma.scopes": [
4298
4298
  "SHAPE_FILL",
4299
4299
  "TEXT_FILL"
4300
4300
  ]
@@ -4309,7 +4309,7 @@
4309
4309
  "$type": "color",
4310
4310
  "$description": "Used for the datepicker date text color state indicators.",
4311
4311
  "$extensions": {
4312
- "com.figma.scope": [
4312
+ "com.figma.scopes": [
4313
4313
  "TEXT_FILL"
4314
4314
  ]
4315
4315
  }
@@ -4328,7 +4328,7 @@
4328
4328
  "$type": "dimension",
4329
4329
  "$description": "Used for drawer border radius.",
4330
4330
  "$extensions": {
4331
- "com.figma.scope": [
4331
+ "com.figma.scopes": [
4332
4332
  "CORNER_RADIUS"
4333
4333
  ]
4334
4334
  }
@@ -4345,7 +4345,7 @@
4345
4345
  "$type": "color",
4346
4346
  "$description": "Used for the background of a dropdown.",
4347
4347
  "$extensions": {
4348
- "com.figma.scope": [
4348
+ "com.figma.scopes": [
4349
4349
  "FRAME_FILL",
4350
4350
  "SHAPE_FILL"
4351
4351
  ]
@@ -4361,7 +4361,7 @@
4361
4361
  "$type": "color",
4362
4362
  "$description": "Used for the border of a dropdown.",
4363
4363
  "$extensions": {
4364
- "com.figma.scope": [
4364
+ "com.figma.scopes": [
4365
4365
  "EFFECT_COLOR",
4366
4366
  "STROKE_COLOR"
4367
4367
  ]
@@ -4373,7 +4373,7 @@
4373
4373
  "$type": "dimension",
4374
4374
  "$description": "Used for the border radius of a dropdown.",
4375
4375
  "$extensions": {
4376
- "com.figma.scope": [
4376
+ "com.figma.scopes": [
4377
4377
  "CORNER_RADIUS"
4378
4378
  ]
4379
4379
  }
@@ -4388,7 +4388,7 @@
4388
4388
  "$type": "color",
4389
4389
  "$description": "Used for the divider of a dropdown.",
4390
4390
  "$extensions": {
4391
- "com.figma.scope": [
4391
+ "com.figma.scopes": [
4392
4392
  "EFFECT_COLOR",
4393
4393
  "STROKE_COLOR"
4394
4394
  ]
@@ -4403,7 +4403,7 @@
4403
4403
  "$type": "color",
4404
4404
  "$description": "Used for the text of a dropdown option in the default state.",
4405
4405
  "$extensions": {
4406
- "com.figma.scope": [
4406
+ "com.figma.scopes": [
4407
4407
  "TEXT_FILL"
4408
4408
  ]
4409
4409
  }
@@ -4413,7 +4413,7 @@
4413
4413
  "$type": "color",
4414
4414
  "$description": "Used for the text of a dropdown option in the hover state.",
4415
4415
  "$extensions": {
4416
- "com.figma.scope": [
4416
+ "com.figma.scopes": [
4417
4417
  "TEXT_FILL"
4418
4418
  ]
4419
4419
  }
@@ -4423,7 +4423,7 @@
4423
4423
  "$type": "color",
4424
4424
  "$description": "Used for the text of a dropdown option in the focus state.",
4425
4425
  "$extensions": {
4426
- "com.figma.scope": [
4426
+ "com.figma.scopes": [
4427
4427
  "TEXT_FILL"
4428
4428
  ]
4429
4429
  }
@@ -4433,7 +4433,7 @@
4433
4433
  "$type": "color",
4434
4434
  "$description": "Used for the text of a dropdown option in the active state.",
4435
4435
  "$extensions": {
4436
- "com.figma.scope": [
4436
+ "com.figma.scopes": [
4437
4437
  "TEXT_FILL"
4438
4438
  ]
4439
4439
  }
@@ -4443,7 +4443,7 @@
4443
4443
  "$type": "color",
4444
4444
  "$description": "Used for the text of a dropdown option in the disabled state.",
4445
4445
  "$extensions": {
4446
- "com.figma.scope": [
4446
+ "com.figma.scopes": [
4447
4447
  "TEXT_FILL"
4448
4448
  ]
4449
4449
  }
@@ -4458,7 +4458,7 @@
4458
4458
  "$type": "color",
4459
4459
  "$description": "Used for the dropdown selected option indicator in the default state.",
4460
4460
  "$extensions": {
4461
- "com.figma.scope": [
4461
+ "com.figma.scopes": [
4462
4462
  "SHAPE_FILL",
4463
4463
  "TEXT_FILL"
4464
4464
  ]
@@ -4469,7 +4469,7 @@
4469
4469
  "$type": "color",
4470
4470
  "$description": "Used for the dropdown selected option indicator in the hover state.",
4471
4471
  "$extensions": {
4472
- "com.figma.scope": [
4472
+ "com.figma.scopes": [
4473
4473
  "SHAPE_FILL",
4474
4474
  "TEXT_FILL"
4475
4475
  ]
@@ -4480,7 +4480,7 @@
4480
4480
  "$type": "color",
4481
4481
  "$description": "Used for the dropdown selected option indicator in the focus state.",
4482
4482
  "$extensions": {
4483
- "com.figma.scope": [
4483
+ "com.figma.scopes": [
4484
4484
  "SHAPE_FILL",
4485
4485
  "TEXT_FILL"
4486
4486
  ]
@@ -4491,7 +4491,7 @@
4491
4491
  "$type": "color",
4492
4492
  "$description": "Used for the dropdown selected option indicator in the active state.",
4493
4493
  "$extensions": {
4494
- "com.figma.scope": [
4494
+ "com.figma.scopes": [
4495
4495
  "SHAPE_FILL",
4496
4496
  "TEXT_FILL"
4497
4497
  ]
@@ -4508,7 +4508,7 @@
4508
4508
  "$type": "color",
4509
4509
  "$description": "Used for the background of an unselected dropdown option in the default state.",
4510
4510
  "$extensions": {
4511
- "com.figma.scope": [
4511
+ "com.figma.scopes": [
4512
4512
  "FRAME_FILL",
4513
4513
  "SHAPE_FILL"
4514
4514
  ]
@@ -4519,7 +4519,7 @@
4519
4519
  "$type": "color",
4520
4520
  "$description": "Used for the background of an unselected dropdown option in the hover state.",
4521
4521
  "$extensions": {
4522
- "com.figma.scope": [
4522
+ "com.figma.scopes": [
4523
4523
  "FRAME_FILL",
4524
4524
  "SHAPE_FILL"
4525
4525
  ]
@@ -4530,7 +4530,7 @@
4530
4530
  "$type": "color",
4531
4531
  "$description": "Used for the background of an unselected dropdown option in the focus state.",
4532
4532
  "$extensions": {
4533
- "com.figma.scope": [
4533
+ "com.figma.scopes": [
4534
4534
  "FRAME_FILL",
4535
4535
  "SHAPE_FILL"
4536
4536
  ]
@@ -4541,7 +4541,7 @@
4541
4541
  "$type": "color",
4542
4542
  "$description": "Used for the background of an unselected dropdown option in the active state.",
4543
4543
  "$extensions": {
4544
- "com.figma.scope": [
4544
+ "com.figma.scopes": [
4545
4545
  "FRAME_FILL",
4546
4546
  "SHAPE_FILL"
4547
4547
  ]
@@ -4557,7 +4557,7 @@
4557
4557
  "$type": "color",
4558
4558
  "$description": "Used for the background of a selected dropdown option in the default state.",
4559
4559
  "$extensions": {
4560
- "com.figma.scope": [
4560
+ "com.figma.scopes": [
4561
4561
  "FRAME_FILL",
4562
4562
  "SHAPE_FILL"
4563
4563
  ]
@@ -4571,7 +4571,7 @@
4571
4571
  "$type": "color",
4572
4572
  "$description": "Used for the background of a selected dropdown option in the hover state.",
4573
4573
  "$extensions": {
4574
- "com.figma.scope": [
4574
+ "com.figma.scopes": [
4575
4575
  "FRAME_FILL",
4576
4576
  "SHAPE_FILL"
4577
4577
  ]
@@ -4582,7 +4582,7 @@
4582
4582
  "$type": "color",
4583
4583
  "$description": "Used for the background of a selected dropdown option in the focus state.",
4584
4584
  "$extensions": {
4585
- "com.figma.scope": [
4585
+ "com.figma.scopes": [
4586
4586
  "FRAME_FILL",
4587
4587
  "SHAPE_FILL"
4588
4588
  ]
@@ -4596,7 +4596,7 @@
4596
4596
  "$type": "color",
4597
4597
  "$description": "Used for the background of a selected dropdown option in the active state.",
4598
4598
  "$extensions": {
4599
- "com.figma.scope": [
4599
+ "com.figma.scopes": [
4600
4600
  "FRAME_FILL",
4601
4601
  "SHAPE_FILL"
4602
4602
  ]
@@ -4616,7 +4616,7 @@
4616
4616
  "$type": "color",
4617
4617
  "$description": "Used for the background of a search input in a dropdown listbox.",
4618
4618
  "$extensions": {
4619
- "com.figma.scope": [
4619
+ "com.figma.scopes": [
4620
4620
  "FRAME_FILL",
4621
4621
  "SHAPE_FILL"
4622
4622
  ]
@@ -4641,7 +4641,7 @@
4641
4641
  "$type": "color",
4642
4642
  "$description": "Used for the filtered search type token background color in the default state.",
4643
4643
  "$extensions": {
4644
- "com.figma.scope": [
4644
+ "com.figma.scopes": [
4645
4645
  "FRAME_FILL",
4646
4646
  "SHAPE_FILL"
4647
4647
  ]
@@ -4655,7 +4655,7 @@
4655
4655
  "$type": "color",
4656
4656
  "$description": "Used for the filtered search type token background color in the hover state.",
4657
4657
  "$extensions": {
4658
- "com.figma.scope": [
4658
+ "com.figma.scopes": [
4659
4659
  "FRAME_FILL",
4660
4660
  "SHAPE_FILL"
4661
4661
  ]
@@ -4675,7 +4675,7 @@
4675
4675
  "$type": "color",
4676
4676
  "$description": "Used for the filtered search data background color in the default state.",
4677
4677
  "$extensions": {
4678
- "com.figma.scope": [
4678
+ "com.figma.scopes": [
4679
4679
  "FRAME_FILL",
4680
4680
  "SHAPE_FILL"
4681
4681
  ]
@@ -4689,7 +4689,7 @@
4689
4689
  "$type": "color",
4690
4690
  "$description": "Used for the filtered search data token background color in the hover state.",
4691
4691
  "$extensions": {
4692
- "com.figma.scope": [
4692
+ "com.figma.scopes": [
4693
4693
  "FRAME_FILL",
4694
4694
  "SHAPE_FILL"
4695
4695
  ]
@@ -4709,7 +4709,7 @@
4709
4709
  "$type": "color",
4710
4710
  "$description": "Used for the filtered search operator background color in the default state.",
4711
4711
  "$extensions": {
4712
- "com.figma.scope": [
4712
+ "com.figma.scopes": [
4713
4713
  "FRAME_FILL",
4714
4714
  "SHAPE_FILL"
4715
4715
  ]
@@ -4723,7 +4723,7 @@
4723
4723
  "$type": "color",
4724
4724
  "$description": "Used for the filtered search operator token background color in the hover state.",
4725
4725
  "$extensions": {
4726
- "com.figma.scope": [
4726
+ "com.figma.scopes": [
4727
4727
  "FRAME_FILL",
4728
4728
  "SHAPE_FILL"
4729
4729
  ]
@@ -4748,7 +4748,7 @@
4748
4748
  "$type": "color",
4749
4749
  "$description": "Default stroke color to define shape and provide essential detail.",
4750
4750
  "$extensions": {
4751
- "com.figma.scope": [
4751
+ "com.figma.scopes": [
4752
4752
  "STROKE_COLOR"
4753
4753
  ]
4754
4754
  }
@@ -4763,7 +4763,7 @@
4763
4763
  "$type": "dimension",
4764
4764
  "$description": "Default stroke width to define shape and provide essential detail.",
4765
4765
  "$extensions": {
4766
- "com.figma.scope": [
4766
+ "com.figma.scopes": [
4767
4767
  "STROKE_FLOAT"
4768
4768
  ]
4769
4769
  }
@@ -4780,7 +4780,7 @@
4780
4780
  "$type": "color",
4781
4781
  "$description": "Default fill color for an element where specific meaning or emphasis is not required.",
4782
4782
  "$extensions": {
4783
- "com.figma.scope": [
4783
+ "com.figma.scopes": [
4784
4784
  "SHAPE_FILL"
4785
4785
  ]
4786
4786
  }
@@ -4798,7 +4798,7 @@
4798
4798
  "$type": "color",
4799
4799
  "$description": "Used as a fill to convey a concept which is neither positive or negative.",
4800
4800
  "$extensions": {
4801
- "com.figma.scope": [
4801
+ "com.figma.scopes": [
4802
4802
  "SHAPE_FILL"
4803
4803
  ]
4804
4804
  }
@@ -4811,7 +4811,7 @@
4811
4811
  "$type": "color",
4812
4812
  "$description": "Used as a fill to convey a success or active concept, has a positive connotation.",
4813
4813
  "$extensions": {
4814
- "com.figma.scope": [
4814
+ "com.figma.scopes": [
4815
4815
  "SHAPE_FILL"
4816
4816
  ]
4817
4817
  }
@@ -4824,7 +4824,7 @@
4824
4824
  "$type": "color",
4825
4825
  "$description": "Used as a fill to convey a caution or warning concept, has a slightly negative connotation.",
4826
4826
  "$extensions": {
4827
- "com.figma.scope": [
4827
+ "com.figma.scopes": [
4828
4828
  "SHAPE_FILL"
4829
4829
  ]
4830
4830
  }
@@ -4837,7 +4837,7 @@
4837
4837
  "$type": "color",
4838
4838
  "$description": "Used as a fill to convey a critical or danger concept, has a negative connotation.",
4839
4839
  "$extensions": {
4840
- "com.figma.scope": [
4840
+ "com.figma.scopes": [
4841
4841
  "SHAPE_FILL"
4842
4842
  ]
4843
4843
  }
@@ -4856,7 +4856,7 @@
4856
4856
  "$type": "color",
4857
4857
  "$description": "Used for orange accent stroke detail on an object or attention-drawing element.",
4858
4858
  "$extensions": {
4859
- "com.figma.scope": [
4859
+ "com.figma.scopes": [
4860
4860
  "STROKE_COLOR"
4861
4861
  ]
4862
4862
  }
@@ -4869,7 +4869,7 @@
4869
4869
  "$type": "color",
4870
4870
  "$description": "Used for teal accent stroke detail on an object or attention-drawing element.",
4871
4871
  "$extensions": {
4872
- "com.figma.scope": [
4872
+ "com.figma.scopes": [
4873
4873
  "STROKE_COLOR"
4874
4874
  ]
4875
4875
  }
@@ -4882,7 +4882,7 @@
4882
4882
  "$type": "color",
4883
4883
  "$description": "Used for dark accent stroke detail on an object or attention-drawing element.",
4884
4884
  "$extensions": {
4885
- "com.figma.scope": [
4885
+ "com.figma.scopes": [
4886
4886
  "STROKE_COLOR"
4887
4887
  ]
4888
4888
  }
@@ -4899,7 +4899,7 @@
4899
4899
  "$type": "color",
4900
4900
  "$description": "Used to add depth to a secondary element and supporting surface.",
4901
4901
  "$extensions": {
4902
- "com.figma.scope": [
4902
+ "com.figma.scopes": [
4903
4903
  "SHAPE_FILL"
4904
4904
  ]
4905
4905
  }
@@ -4912,7 +4912,7 @@
4912
4912
  "$type": "color",
4913
4913
  "$description": "Used for an element requiring visual emphasis without competing with primary content or status indicators.",
4914
4914
  "$extensions": {
4915
- "com.figma.scope": [
4915
+ "com.figma.scopes": [
4916
4916
  "SHAPE_FILL"
4917
4917
  ]
4918
4918
  }
@@ -4925,7 +4925,7 @@
4925
4925
  "$type": "color",
4926
4926
  "$description": "Used to add orange to a secondary element and supporting surface.",
4927
4927
  "$extensions": {
4928
- "com.figma.scope": [
4928
+ "com.figma.scopes": [
4929
4929
  "SHAPE_FILL"
4930
4930
  ]
4931
4931
  }
@@ -4938,7 +4938,7 @@
4938
4938
  "$type": "color",
4939
4939
  "$description": "Used to add teal to a secondary element and supporting surface.",
4940
4940
  "$extensions": {
4941
- "com.figma.scope": [
4941
+ "com.figma.scopes": [
4942
4942
  "SHAPE_FILL"
4943
4943
  ]
4944
4944
  }
@@ -4956,7 +4956,7 @@
4956
4956
  "$type": "color",
4957
4957
  "$description": "Used for the consistent background shape present across all illustrations. Provides a unified foundation that visually grounds each illustration while maintaining system cohesion.",
4958
4958
  "$extensions": {
4959
- "com.figma.scope": [
4959
+ "com.figma.scopes": [
4960
4960
  "SHAPE_FILL"
4961
4961
  ]
4962
4962
  }
@@ -4974,7 +4974,7 @@
4974
4974
  "$type": "color",
4975
4975
  "$description": "Default stroke color to define shape and provide essential detail in isometric illustration.",
4976
4976
  "$extensions": {
4977
- "com.figma.scope": [
4977
+ "com.figma.scopes": [
4978
4978
  "STROKE_COLOR"
4979
4979
  ]
4980
4980
  }
@@ -4989,7 +4989,7 @@
4989
4989
  "$type": "dimension",
4990
4990
  "$description": "Default stroke width to define shape and provide essential detail in isometric illustration.",
4991
4991
  "$extensions": {
4992
- "com.figma.scope": [
4992
+ "com.figma.scopes": [
4993
4993
  "STROKE_FLOAT"
4994
4994
  ]
4995
4995
  }
@@ -5007,7 +5007,7 @@
5007
5007
  "$type": "color",
5008
5008
  "$description": "Used for the top face of isometric text and number elements.",
5009
5009
  "$extensions": {
5010
- "com.figma.scope": [
5010
+ "com.figma.scopes": [
5011
5011
  "SHAPE_FILL"
5012
5012
  ]
5013
5013
  }
@@ -5024,7 +5024,7 @@
5024
5024
  "$type": "color",
5025
5025
  "$description": "Used for the front face of isometric text and number elements.",
5026
5026
  "$extensions": {
5027
- "com.figma.scope": [
5027
+ "com.figma.scopes": [
5028
5028
  "SHAPE_FILL"
5029
5029
  ]
5030
5030
  }
@@ -5041,7 +5041,7 @@
5041
5041
  "$type": "color",
5042
5042
  "$description": "Used for the side face of isometric text and number elements.",
5043
5043
  "$extensions": {
5044
- "com.figma.scope": [
5044
+ "com.figma.scopes": [
5045
5045
  "SHAPE_FILL"
5046
5046
  ]
5047
5047
  }
@@ -5058,7 +5058,7 @@
5058
5058
  "$type": "color",
5059
5059
  "$description": "Used for the shadow of isometric text and number elements.",
5060
5060
  "$extensions": {
5061
- "com.figma.scope": [
5061
+ "com.figma.scopes": [
5062
5062
  "EFFECT_COLOR",
5063
5063
  "SHAPE_FILL"
5064
5064
  ]
@@ -5078,7 +5078,7 @@
5078
5078
  "$type": "color",
5079
5079
  "$description": "Used for the top face of an isometric object or symbol.",
5080
5080
  "$extensions": {
5081
- "com.figma.scope": [
5081
+ "com.figma.scopes": [
5082
5082
  "SHAPE_FILL"
5083
5083
  ]
5084
5084
  }
@@ -5095,7 +5095,7 @@
5095
5095
  "$type": "color",
5096
5096
  "$description": "Used for the front face of an isometric object or symbol.",
5097
5097
  "$extensions": {
5098
- "com.figma.scope": [
5098
+ "com.figma.scopes": [
5099
5099
  "SHAPE_FILL"
5100
5100
  ]
5101
5101
  }
@@ -5112,7 +5112,7 @@
5112
5112
  "$type": "color",
5113
5113
  "$description": "Used for the side face of an isometric object or symbol.",
5114
5114
  "$extensions": {
5115
- "com.figma.scope": [
5115
+ "com.figma.scopes": [
5116
5116
  "SHAPE_FILL"
5117
5117
  ]
5118
5118
  }
@@ -5129,7 +5129,7 @@
5129
5129
  "$type": "color",
5130
5130
  "$description": "Used for the face of an isometric object or symbol that requires maximum distinction from other elements.",
5131
5131
  "$extensions": {
5132
- "com.figma.scope": [
5132
+ "com.figma.scopes": [
5133
5133
  "SHAPE_FILL"
5134
5134
  ]
5135
5135
  }
@@ -5146,7 +5146,7 @@
5146
5146
  "$type": "color",
5147
5147
  "$description": "Used for the shadow of an isometric object or symbol.",
5148
5148
  "$extensions": {
5149
- "com.figma.scope": [
5149
+ "com.figma.scopes": [
5150
5150
  "EFFECT_COLOR",
5151
5151
  "SHAPE_FILL"
5152
5152
  ]
@@ -5166,7 +5166,7 @@
5166
5166
  "$type": "color",
5167
5167
  "$description": "Used for the top face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
5168
5168
  "$extensions": {
5169
- "com.figma.scope": [
5169
+ "com.figma.scopes": [
5170
5170
  "SHAPE_FILL"
5171
5171
  ]
5172
5172
  }
@@ -5183,7 +5183,7 @@
5183
5183
  "$type": "color",
5184
5184
  "$description": "Used for the front face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
5185
5185
  "$extensions": {
5186
- "com.figma.scope": [
5186
+ "com.figma.scopes": [
5187
5187
  "SHAPE_FILL"
5188
5188
  ]
5189
5189
  }
@@ -5200,7 +5200,7 @@
5200
5200
  "$type": "color",
5201
5201
  "$description": "Used for the side face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content.",
5202
5202
  "$extensions": {
5203
- "com.figma.scope": [
5203
+ "com.figma.scopes": [
5204
5204
  "SHAPE_FILL"
5205
5205
  ]
5206
5206
  }
@@ -5219,7 +5219,7 @@
5219
5219
  "$type": "color",
5220
5220
  "$description": "Used for the top surface of an isometric base platform.",
5221
5221
  "$extensions": {
5222
- "com.figma.scope": [
5222
+ "com.figma.scopes": [
5223
5223
  "SHAPE_FILL"
5224
5224
  ]
5225
5225
  }
@@ -5236,7 +5236,7 @@
5236
5236
  "$type": "color",
5237
5237
  "$description": "Used for the front face of an isometric base platform.",
5238
5238
  "$extensions": {
5239
- "com.figma.scope": [
5239
+ "com.figma.scopes": [
5240
5240
  "SHAPE_FILL"
5241
5241
  ]
5242
5242
  }
@@ -5253,7 +5253,7 @@
5253
5253
  "$type": "color",
5254
5254
  "$description": "Used for the side face of an isometric base platform.",
5255
5255
  "$extensions": {
5256
- "com.figma.scope": [
5256
+ "com.figma.scopes": [
5257
5257
  "SHAPE_FILL"
5258
5258
  ]
5259
5259
  }
@@ -5274,7 +5274,7 @@
5274
5274
  "$type": "color",
5275
5275
  "$description": "Used for the label text color on a light background color.",
5276
5276
  "$extensions": {
5277
- "com.figma.scope": [
5277
+ "com.figma.scopes": [
5278
5278
  "TEXT_FILL"
5279
5279
  ]
5280
5280
  }
@@ -5288,7 +5288,7 @@
5288
5288
  "$type": "color",
5289
5289
  "$description": "Used for the label remove button background on a light background color in the default state.",
5290
5290
  "$extensions": {
5291
- "com.figma.scope": [
5291
+ "com.figma.scopes": [
5292
5292
  "FRAME_FILL",
5293
5293
  "SHAPE_FILL"
5294
5294
  ]
@@ -5299,7 +5299,7 @@
5299
5299
  "$type": "color",
5300
5300
  "$description": "Used for the label remove button background on a light background color in the hover state.",
5301
5301
  "$extensions": {
5302
- "com.figma.scope": [
5302
+ "com.figma.scopes": [
5303
5303
  "FRAME_FILL",
5304
5304
  "SHAPE_FILL"
5305
5305
  ]
@@ -5314,7 +5314,7 @@
5314
5314
  "$type": "color",
5315
5315
  "$description": "Used for the label remove button icon on a light background color in the default state.",
5316
5316
  "$extensions": {
5317
- "com.figma.scope": [
5317
+ "com.figma.scopes": [
5318
5318
  "SHAPE_FILL",
5319
5319
  "TEXT_FILL"
5320
5320
  ]
@@ -5331,7 +5331,7 @@
5331
5331
  "$type": "color",
5332
5332
  "$description": "Used for the label text color on a dark background color.",
5333
5333
  "$extensions": {
5334
- "com.figma.scope": [
5334
+ "com.figma.scopes": [
5335
5335
  "TEXT_FILL"
5336
5336
  ]
5337
5337
  }
@@ -5345,7 +5345,7 @@
5345
5345
  "$type": "color",
5346
5346
  "$description": "Used for the label remove button background on a dark background color in the default state.",
5347
5347
  "$extensions": {
5348
- "com.figma.scope": [
5348
+ "com.figma.scopes": [
5349
5349
  "FRAME_FILL",
5350
5350
  "SHAPE_FILL"
5351
5351
  ]
@@ -5356,7 +5356,7 @@
5356
5356
  "$type": "color",
5357
5357
  "$description": "Used for the label remove button background on a dark background color in the hover state.",
5358
5358
  "$extensions": {
5359
- "com.figma.scope": [
5359
+ "com.figma.scopes": [
5360
5360
  "FRAME_FILL",
5361
5361
  "SHAPE_FILL"
5362
5362
  ]
@@ -5371,7 +5371,7 @@
5371
5371
  "$type": "color",
5372
5372
  "$description": "Used for the label remove button icon on a dark background color in the default state.",
5373
5373
  "$extensions": {
5374
- "com.figma.scope": [
5374
+ "com.figma.scopes": [
5375
5375
  "SHAPE_FILL",
5376
5376
  "TEXT_FILL"
5377
5377
  ]
@@ -5391,7 +5391,7 @@
5391
5391
  "$type": "color",
5392
5392
  "$description": "Used for the scoped label text color.",
5393
5393
  "$extensions": {
5394
- "com.figma.scope": [
5394
+ "com.figma.scopes": [
5395
5395
  "TEXT_FILL"
5396
5396
  ]
5397
5397
  }
@@ -5408,7 +5408,7 @@
5408
5408
  "$type": "color",
5409
5409
  "$description": "Used for the scoped label remove button background in the hover state.",
5410
5410
  "$extensions": {
5411
- "com.figma.scope": [
5411
+ "com.figma.scopes": [
5412
5412
  "FRAME_FILL",
5413
5413
  "SHAPE_FILL"
5414
5414
  ]
@@ -5426,7 +5426,7 @@
5426
5426
  "$type": "color",
5427
5427
  "$description": "Used for the scoped label remove button icon in the default state.",
5428
5428
  "$extensions": {
5429
- "com.figma.scope": [
5429
+ "com.figma.scopes": [
5430
5430
  "SHAPE_FILL",
5431
5431
  "TEXT_FILL"
5432
5432
  ]
@@ -5440,7 +5440,7 @@
5440
5440
  "$type": "color",
5441
5441
  "$description": "Used for the scoped label remove button icon in the hover state.",
5442
5442
  "$extensions": {
5443
- "com.figma.scope": [
5443
+ "com.figma.scopes": [
5444
5444
  "SHAPE_FILL",
5445
5445
  "TEXT_FILL"
5446
5446
  ]
@@ -5466,7 +5466,7 @@
5466
5466
  "$type": "color",
5467
5467
  "$description": "Used for the mention link text color.",
5468
5468
  "$extensions": {
5469
- "com.figma.scope": [
5469
+ "com.figma.scopes": [
5470
5470
  "TEXT_FILL"
5471
5471
  ]
5472
5472
  }
@@ -5479,7 +5479,7 @@
5479
5479
  "$type": "color",
5480
5480
  "$description": "Used for the mention link text color when referencing the current user.",
5481
5481
  "$extensions": {
5482
- "com.figma.scope": [
5482
+ "com.figma.scopes": [
5483
5483
  "TEXT_FILL"
5484
5484
  ]
5485
5485
  }
@@ -5496,7 +5496,7 @@
5496
5496
  "$type": "color",
5497
5497
  "$description": "Used for the mention link default background.",
5498
5498
  "$extensions": {
5499
- "com.figma.scope": [
5499
+ "com.figma.scopes": [
5500
5500
  "FRAME_FILL",
5501
5501
  "SHAPE_FILL"
5502
5502
  ]
@@ -5510,7 +5510,7 @@
5510
5510
  "$type": "color",
5511
5511
  "$description": "Used for the mention link background when referencing the current user.",
5512
5512
  "$extensions": {
5513
- "com.figma.scope": [
5513
+ "com.figma.scopes": [
5514
5514
  "FRAME_FILL",
5515
5515
  "SHAPE_FILL"
5516
5516
  ]
@@ -5530,7 +5530,7 @@
5530
5530
  "$type": "dimension",
5531
5531
  "$description": "Used for modal border radius.",
5532
5532
  "$extensions": {
5533
- "com.figma.scope": [
5533
+ "com.figma.scopes": [
5534
5534
  "CORNER_RADIUS"
5535
5535
  ]
5536
5536
  }
@@ -5548,7 +5548,7 @@
5548
5548
  "$type": "color",
5549
5549
  "$description": "Used for the indicator color for the primary progress-bar variant.",
5550
5550
  "$extensions": {
5551
- "com.figma.scope": [
5551
+ "com.figma.scopes": [
5552
5552
  "FRAME_FILL",
5553
5553
  "SHAPE_FILL"
5554
5554
  ]
@@ -5559,7 +5559,7 @@
5559
5559
  "$type": "color",
5560
5560
  "$description": "Used for the indicator color for the success progress-bar variant.",
5561
5561
  "$extensions": {
5562
- "com.figma.scope": [
5562
+ "com.figma.scopes": [
5563
5563
  "FRAME_FILL",
5564
5564
  "SHAPE_FILL"
5565
5565
  ]
@@ -5570,7 +5570,7 @@
5570
5570
  "$type": "color",
5571
5571
  "$description": "Used for the indicator color for the warning progress-bar variant.",
5572
5572
  "$extensions": {
5573
- "com.figma.scope": [
5573
+ "com.figma.scopes": [
5574
5574
  "FRAME_FILL",
5575
5575
  "SHAPE_FILL"
5576
5576
  ]
@@ -5581,7 +5581,7 @@
5581
5581
  "$type": "color",
5582
5582
  "$description": "Used for the indicator color for the danger progress-bar variant.",
5583
5583
  "$extensions": {
5584
- "com.figma.scope": [
5584
+ "com.figma.scopes": [
5585
5585
  "FRAME_FILL",
5586
5586
  "SHAPE_FILL"
5587
5587
  ]
@@ -5598,7 +5598,7 @@
5598
5598
  "$type": "color",
5599
5599
  "$description": "Used for the track color for all progress-bar variants.",
5600
5600
  "$extensions": {
5601
- "com.figma.scope": [
5601
+ "com.figma.scopes": [
5602
5602
  "FRAME_FILL",
5603
5603
  "SHAPE_FILL"
5604
5604
  ]
@@ -5619,7 +5619,7 @@
5619
5619
  "$type": "color",
5620
5620
  "$description": "Used for the skeleton loader background color.",
5621
5621
  "$extensions": {
5622
- "com.figma.scope": [
5622
+ "com.figma.scopes": [
5623
5623
  "SHAPE_FILL"
5624
5624
  ]
5625
5625
  }
@@ -5634,7 +5634,7 @@
5634
5634
  "$type": "color",
5635
5635
  "$description": "Used for the animated shimmer effect in a skeleton loader.",
5636
5636
  "$extensions": {
5637
- "com.figma.scope": [
5637
+ "com.figma.scopes": [
5638
5638
  "SHAPE_FILL"
5639
5639
  ]
5640
5640
  }
@@ -5655,7 +5655,7 @@
5655
5655
  "$type": "color",
5656
5656
  "$description": "Used for the static track (background) of a loading spinner.",
5657
5657
  "$extensions": {
5658
- "com.figma.scope": [
5658
+ "com.figma.scopes": [
5659
5659
  "SHAPE_FILL"
5660
5660
  ]
5661
5661
  }
@@ -5665,7 +5665,7 @@
5665
5665
  "$type": "color",
5666
5666
  "$description": "Used for the static track (background) of a loading spinner on a dark background.",
5667
5667
  "$extensions": {
5668
- "com.figma.scope": [
5668
+ "com.figma.scopes": [
5669
5669
  "SHAPE_FILL"
5670
5670
  ]
5671
5671
  }
@@ -5682,7 +5682,7 @@
5682
5682
  "$type": "color",
5683
5683
  "$description": "Used for the animated segment of a loading spinner.",
5684
5684
  "$extensions": {
5685
- "com.figma.scope": [
5685
+ "com.figma.scopes": [
5686
5686
  "SHAPE_FILL"
5687
5687
  ]
5688
5688
  }
@@ -5692,7 +5692,7 @@
5692
5692
  "$type": "color",
5693
5693
  "$description": "Used for the animated segment of a loading spinner on a dark background.",
5694
5694
  "$extensions": {
5695
- "com.figma.scope": [
5695
+ "com.figma.scopes": [
5696
5696
  "SHAPE_FILL"
5697
5697
  ]
5698
5698
  }
@@ -5712,7 +5712,7 @@
5712
5712
  "$type": "color",
5713
5713
  "$description": "Used for the background of a table row in hover state.",
5714
5714
  "$extensions": {
5715
- "com.figma.scope": [
5715
+ "com.figma.scopes": [
5716
5716
  "FRAME_FILL",
5717
5717
  "SHAPE_FILL"
5718
5718
  ]
@@ -5728,7 +5728,7 @@
5728
5728
  "$type": "color",
5729
5729
  "$description": "Used for the color of the sorting icons in the column headers.",
5730
5730
  "$extensions": {
5731
- "com.figma.scope": [
5731
+ "com.figma.scopes": [
5732
5732
  "SHAPE_FILL",
5733
5733
  "TEXT_FILL"
5734
5734
  ]
@@ -5752,7 +5752,7 @@
5752
5752
  "$type": "color",
5753
5753
  "$description": "Used for the selected indicator of a tab.",
5754
5754
  "$extensions": {
5755
- "com.figma.scope": [
5755
+ "com.figma.scopes": [
5756
5756
  "FRAME_FILL",
5757
5757
  "SHAPE_FILL"
5758
5758
  ]
@@ -5775,7 +5775,7 @@
5775
5775
  "$type": "color",
5776
5776
  "$description": "Used for the icon color of an unchecked toggle switch in the default state.",
5777
5777
  "$extensions": {
5778
- "com.figma.scope": [
5778
+ "com.figma.scopes": [
5779
5779
  "SHAPE_FILL"
5780
5780
  ]
5781
5781
  }
@@ -5785,7 +5785,7 @@
5785
5785
  "$type": "color",
5786
5786
  "$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
5787
5787
  "$extensions": {
5788
- "com.figma.scope": [
5788
+ "com.figma.scopes": [
5789
5789
  "SHAPE_FILL"
5790
5790
  ]
5791
5791
  }
@@ -5795,7 +5795,7 @@
5795
5795
  "$type": "color",
5796
5796
  "$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
5797
5797
  "$extensions": {
5798
- "com.figma.scope": [
5798
+ "com.figma.scopes": [
5799
5799
  "SHAPE_FILL"
5800
5800
  ]
5801
5801
  }
@@ -5805,7 +5805,7 @@
5805
5805
  "$type": "color",
5806
5806
  "$description": "Used for the icon color of an unchecked toggle switch in the active state.",
5807
5807
  "$extensions": {
5808
- "com.figma.scope": [
5808
+ "com.figma.scopes": [
5809
5809
  "SHAPE_FILL"
5810
5810
  ]
5811
5811
  }
@@ -5817,7 +5817,7 @@
5817
5817
  "$type": "color",
5818
5818
  "$description": "Used for the icon color of a checked toggle switch in the default state.",
5819
5819
  "$extensions": {
5820
- "com.figma.scope": [
5820
+ "com.figma.scopes": [
5821
5821
  "SHAPE_FILL"
5822
5822
  ]
5823
5823
  }
@@ -5827,7 +5827,7 @@
5827
5827
  "$type": "color",
5828
5828
  "$description": "Used for the icon color of a checked toggle switch in the hover state.",
5829
5829
  "$extensions": {
5830
- "com.figma.scope": [
5830
+ "com.figma.scopes": [
5831
5831
  "SHAPE_FILL"
5832
5832
  ]
5833
5833
  }
@@ -5837,7 +5837,7 @@
5837
5837
  "$type": "color",
5838
5838
  "$description": "Used for the icon color of a checked toggle switch in the focus state.",
5839
5839
  "$extensions": {
5840
- "com.figma.scope": [
5840
+ "com.figma.scopes": [
5841
5841
  "SHAPE_FILL"
5842
5842
  ]
5843
5843
  }
@@ -5847,7 +5847,7 @@
5847
5847
  "$type": "color",
5848
5848
  "$description": "Used for the icon color of a checked toggle switch in the active state.",
5849
5849
  "$extensions": {
5850
- "com.figma.scope": [
5850
+ "com.figma.scopes": [
5851
5851
  "SHAPE_FILL"
5852
5852
  ]
5853
5853
  }
@@ -5858,7 +5858,7 @@
5858
5858
  "$type": "color",
5859
5859
  "$description": "Used for the icon color of a disabled toggle switch.",
5860
5860
  "$extensions": {
5861
- "com.figma.scope": [
5861
+ "com.figma.scopes": [
5862
5862
  "SHAPE_FILL"
5863
5863
  ]
5864
5864
  }
@@ -5883,7 +5883,7 @@
5883
5883
  "$type": "color",
5884
5884
  "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
5885
5885
  "$extensions": {
5886
- "com.figma.scope": [
5886
+ "com.figma.scopes": [
5887
5887
  "FRAME_FILL",
5888
5888
  "SHAPE_FILL"
5889
5889
  ]
@@ -5904,7 +5904,7 @@
5904
5904
  "$type": "dimension",
5905
5905
  "$description": "Used for token border radius.",
5906
5906
  "$extensions": {
5907
- "com.figma.scope": [
5907
+ "com.figma.scopes": [
5908
5908
  "CORNER_RADIUS"
5909
5909
  ]
5910
5910
  }
@@ -5916,7 +5916,7 @@
5916
5916
  "$type": "color",
5917
5917
  "$description": "Used for the token foreground color.",
5918
5918
  "$extensions": {
5919
- "com.figma.scope": [
5919
+ "com.figma.scopes": [
5920
5920
  "SHAPE_FILL",
5921
5921
  "TEXT_FILL"
5922
5922
  ]
@@ -5932,7 +5932,7 @@
5932
5932
  "$type": "color",
5933
5933
  "$description": "Used for the token background color.",
5934
5934
  "$extensions": {
5935
- "com.figma.scope": [
5935
+ "com.figma.scopes": [
5936
5936
  "FRAME_FILL",
5937
5937
  "SHAPE_FILL"
5938
5938
  ]