@gitlab/ui 126.3.1 → 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 (85) hide show
  1. package/dist/components/base/badge/badge.js +4 -1
  2. package/dist/components/base/button/button.js +4 -1
  3. package/dist/components/base/filtered_search/filtered_search.js +4 -2
  4. package/dist/components/base/icon/icon.js +5 -3
  5. package/dist/components/base/illustration/illustration.js +5 -3
  6. package/dist/components/base/modal/modal.js +4 -1
  7. package/dist/components/base/new_dropdowns/base_dropdown/base_dropdown.js +8 -4
  8. package/dist/components/base/new_dropdowns/listbox/listbox.js +4 -3
  9. package/dist/components/base/table/table.js +4 -1
  10. package/dist/components/base/tabs/tab/tab.js +5 -3
  11. package/dist/utils/utils.js +14 -7
  12. package/package.json +4 -4
  13. package/src/components/base/badge/badge.vue +2 -2
  14. package/src/components/base/button/button.vue +4 -4
  15. package/src/components/base/dropdown/dropdown.vue +2 -2
  16. package/src/components/base/filtered_search/filtered_search.vue +3 -2
  17. package/src/components/base/icon/icon.vue +3 -3
  18. package/src/components/base/illustration/illustration.vue +5 -3
  19. package/src/components/base/modal/modal.vue +8 -8
  20. package/src/components/base/new_dropdowns/base_dropdown/base_dropdown.vue +7 -4
  21. package/src/components/base/new_dropdowns/listbox/listbox.vue +3 -3
  22. package/src/components/base/table/table.vue +1 -1
  23. package/src/components/base/tabs/tab/tab.vue +5 -4
  24. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +2788 -2788
  25. package/src/tokens/build/docs/tokens-tailwind-docs.json +2788 -2788
  26. package/src/tokens/build/figma/constants.tokens.json +326 -326
  27. package/src/tokens/build/figma/contextual.tokens.json +428 -428
  28. package/src/tokens/build/figma/deprecated.tokens.json +220 -220
  29. package/src/tokens/build/figma/semantic.tokens.json +191 -191
  30. package/src/tokens/build/json/tokens.dark.json +2330 -2330
  31. package/src/tokens/build/json/tokens.json +2330 -2330
  32. package/src/tokens/constant/border.tokens.json +10 -10
  33. package/src/tokens/constant/color.alpha.tokens.json +15 -15
  34. package/src/tokens/constant/color.tokens.json +211 -211
  35. package/src/tokens/constant/font.tokens.json +27 -27
  36. package/src/tokens/constant/line_height.tokens.json +10 -10
  37. package/src/tokens/constant/opacity.tokens.json +11 -11
  38. package/src/tokens/constant/shadow.tokens.json +3 -3
  39. package/src/tokens/constant/spacing_scale.tokens.json +32 -32
  40. package/src/tokens/constant/zindex.tokens.json +7 -7
  41. package/src/tokens/contextual/alert.tokens.json +20 -20
  42. package/src/tokens/contextual/avatar.tokens.json +14 -14
  43. package/src/tokens/contextual/badge.tokens.json +112 -112
  44. package/src/tokens/contextual/banner.tokens.json +3 -3
  45. package/src/tokens/contextual/breadcrumb.tokens.json +1 -1
  46. package/src/tokens/contextual/broadcast.tokens.json +41 -41
  47. package/src/tokens/contextual/button.tokens.json +122 -122
  48. package/src/tokens/contextual/card.tokens.json +1 -1
  49. package/src/tokens/contextual/chart.tokens.json +7 -7
  50. package/src/tokens/contextual/datepicker.tokens.json +2 -2
  51. package/src/tokens/contextual/drawer.tokens.json +1 -1
  52. package/src/tokens/contextual/dropdown.tokens.json +22 -22
  53. package/src/tokens/contextual/filtered-search.tokens.json +6 -6
  54. package/src/tokens/contextual/illustration.tokens.json +32 -32
  55. package/src/tokens/contextual/label.tokens.json +12 -12
  56. package/src/tokens/contextual/link.tokens.json +4 -4
  57. package/src/tokens/contextual/modal.tokens.json +1 -1
  58. package/src/tokens/contextual/progress-bar.tokens.json +5 -5
  59. package/src/tokens/contextual/skeleton-loader.tokens.json +2 -2
  60. package/src/tokens/contextual/spinner.tokens.json +4 -4
  61. package/src/tokens/contextual/table.tokens.json +2 -2
  62. package/src/tokens/contextual/tabs.tokens.json +1 -1
  63. package/src/tokens/contextual/toggle.tokens.json +9 -9
  64. package/src/tokens/contextual/token-selector.tokens.json +1 -1
  65. package/src/tokens/contextual/token.tokens.json +3 -3
  66. package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +55 -55
  67. package/src/tokens/deprecated/deprecated.color.theme.tokens.json +72 -72
  68. package/src/tokens/deprecated/deprecated.color.tokens.json +80 -80
  69. package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +13 -13
  70. package/src/tokens/semantic/action.tokens.json +76 -76
  71. package/src/tokens/semantic/background.tokens.json +7 -7
  72. package/src/tokens/semantic/border.tokens.json +5 -5
  73. package/src/tokens/semantic/control.tokens.json +21 -21
  74. package/src/tokens/semantic/feedback.tokens.json +30 -30
  75. package/src/tokens/semantic/focus-ring.tokens.json +2 -2
  76. package/src/tokens/semantic/font.tokens.json +2 -2
  77. package/src/tokens/semantic/heading.tokens.json +2 -2
  78. package/src/tokens/semantic/highlight.tokens.json +4 -4
  79. package/src/tokens/semantic/icon.tokens.json +9 -9
  80. package/src/tokens/semantic/letter_spacing.tokens.json +1 -1
  81. package/src/tokens/semantic/line_height.tokens.json +1 -1
  82. package/src/tokens/semantic/shadow.tokens.json +1 -1
  83. package/src/tokens/semantic/status.tokens.json +18 -18
  84. package/src/tokens/semantic/text.tokens.json +12 -12
  85. package/src/utils/utils.js +10 -5
@@ -6,7 +6,7 @@
6
6
  "$type": "dimension",
7
7
  "$description": "Used for the border radius of an action.",
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 foreground of a disabled action.",
24
24
  "$extensions": {
25
- "com.figma.scope": [
25
+ "com.figma.scopes": [
26
26
  "SHAPE_FILL",
27
27
  "TEXT_FILL"
28
28
  ]
@@ -38,7 +38,7 @@
38
38
  "$type": "color",
39
39
  "$description": "Used for the background of a disabled action.",
40
40
  "$extensions": {
41
- "com.figma.scope": [
41
+ "com.figma.scopes": [
42
42
  "FRAME_FILL",
43
43
  "SHAPE_FILL"
44
44
  ]
@@ -54,7 +54,7 @@
54
54
  "$type": "color",
55
55
  "$description": "Used for the border of a disabled action.",
56
56
  "$extensions": {
57
- "com.figma.scope": [
57
+ "com.figma.scopes": [
58
58
  "STROKE_COLOR"
59
59
  ]
60
60
  }
@@ -72,7 +72,7 @@
72
72
  "$type": "color",
73
73
  "$description": "Used for the foreground of a selected action in the default state.",
74
74
  "$extensions": {
75
- "com.figma.scope": [
75
+ "com.figma.scopes": [
76
76
  "SHAPE_FILL",
77
77
  "TEXT_FILL"
78
78
  ]
@@ -83,7 +83,7 @@
83
83
  "$type": "color",
84
84
  "$description": "Used for the foreground of a selected action in the hover state.",
85
85
  "$extensions": {
86
- "com.figma.scope": [
86
+ "com.figma.scopes": [
87
87
  "SHAPE_FILL",
88
88
  "TEXT_FILL"
89
89
  ]
@@ -94,7 +94,7 @@
94
94
  "$type": "color",
95
95
  "$description": "Used for the foreground of a selected action in the focus state.",
96
96
  "$extensions": {
97
- "com.figma.scope": [
97
+ "com.figma.scopes": [
98
98
  "SHAPE_FILL",
99
99
  "TEXT_FILL"
100
100
  ]
@@ -105,7 +105,7 @@
105
105
  "$type": "color",
106
106
  "$description": "Used for the foreground of a selected action in the active state.",
107
107
  "$extensions": {
108
- "com.figma.scope": [
108
+ "com.figma.scopes": [
109
109
  "SHAPE_FILL",
110
110
  "TEXT_FILL"
111
111
  ]
@@ -123,7 +123,7 @@
123
123
  "$type": "color",
124
124
  "$description": "Used for the background of a selected action in the default state.",
125
125
  "$extensions": {
126
- "com.figma.scope": [
126
+ "com.figma.scopes": [
127
127
  "FRAME_FILL",
128
128
  "SHAPE_FILL"
129
129
  ]
@@ -137,7 +137,7 @@
137
137
  "$type": "color",
138
138
  "$description": "Used for the background of a selected action in the hover state.",
139
139
  "$extensions": {
140
- "com.figma.scope": [
140
+ "com.figma.scopes": [
141
141
  "FRAME_FILL",
142
142
  "SHAPE_FILL"
143
143
  ]
@@ -148,7 +148,7 @@
148
148
  "$type": "color",
149
149
  "$description": "Used for the background of a selected action in the focus state.",
150
150
  "$extensions": {
151
- "com.figma.scope": [
151
+ "com.figma.scopes": [
152
152
  "FRAME_FILL",
153
153
  "SHAPE_FILL"
154
154
  ]
@@ -162,7 +162,7 @@
162
162
  "$type": "color",
163
163
  "$description": "Used for the background of a selected action in the active state.",
164
164
  "$extensions": {
165
- "com.figma.scope": [
165
+ "com.figma.scopes": [
166
166
  "FRAME_FILL",
167
167
  "SHAPE_FILL"
168
168
  ]
@@ -177,7 +177,7 @@
177
177
  "$type": "color",
178
178
  "$description": "Used for the border of a selected action in the default state.",
179
179
  "$extensions": {
180
- "com.figma.scope": [
180
+ "com.figma.scopes": [
181
181
  "STROKE_COLOR"
182
182
  ]
183
183
  }
@@ -187,7 +187,7 @@
187
187
  "$type": "color",
188
188
  "$description": "Used for the border of a selected action in the hover state.",
189
189
  "$extensions": {
190
- "com.figma.scope": [
190
+ "com.figma.scopes": [
191
191
  "STROKE_COLOR"
192
192
  ]
193
193
  }
@@ -197,7 +197,7 @@
197
197
  "$type": "color",
198
198
  "$description": "Used for the border of a selected action in the focus state.",
199
199
  "$extensions": {
200
- "com.figma.scope": [
200
+ "com.figma.scopes": [
201
201
  "STROKE_COLOR"
202
202
  ]
203
203
  }
@@ -207,7 +207,7 @@
207
207
  "$type": "color",
208
208
  "$description": "Used for the border of a selected action in the active state.",
209
209
  "$extensions": {
210
- "com.figma.scope": [
210
+ "com.figma.scopes": [
211
211
  "STROKE_COLOR"
212
212
  ]
213
213
  }
@@ -226,7 +226,7 @@
226
226
  "$type": "color",
227
227
  "$description": "Used for the foreground of a neutral action in the default state.",
228
228
  "$extensions": {
229
- "com.figma.scope": [
229
+ "com.figma.scopes": [
230
230
  "SHAPE_FILL",
231
231
  "TEXT_FILL"
232
232
  ]
@@ -237,7 +237,7 @@
237
237
  "$type": "color",
238
238
  "$description": "Used for the foreground of a neutral action in the hover state.",
239
239
  "$extensions": {
240
- "com.figma.scope": [
240
+ "com.figma.scopes": [
241
241
  "SHAPE_FILL",
242
242
  "TEXT_FILL"
243
243
  ]
@@ -248,7 +248,7 @@
248
248
  "$type": "color",
249
249
  "$description": "Used for the foreground of a neutral action in the focus state.",
250
250
  "$extensions": {
251
- "com.figma.scope": [
251
+ "com.figma.scopes": [
252
252
  "SHAPE_FILL",
253
253
  "TEXT_FILL"
254
254
  ]
@@ -259,7 +259,7 @@
259
259
  "$type": "color",
260
260
  "$description": "Used for the foreground of a neutral action in the active state.",
261
261
  "$extensions": {
262
- "com.figma.scope": [
262
+ "com.figma.scopes": [
263
263
  "SHAPE_FILL",
264
264
  "TEXT_FILL"
265
265
  ]
@@ -277,7 +277,7 @@
277
277
  "$type": "color",
278
278
  "$description": "Used for the background of a neutral action in the default state.",
279
279
  "$extensions": {
280
- "com.figma.scope": [
280
+ "com.figma.scopes": [
281
281
  "FRAME_FILL",
282
282
  "SHAPE_FILL"
283
283
  ]
@@ -291,7 +291,7 @@
291
291
  "$type": "color",
292
292
  "$description": "Used for the background of a neutral action in the hover state.",
293
293
  "$extensions": {
294
- "com.figma.scope": [
294
+ "com.figma.scopes": [
295
295
  "FRAME_FILL",
296
296
  "SHAPE_FILL"
297
297
  ]
@@ -302,7 +302,7 @@
302
302
  "$type": "color",
303
303
  "$description": "Used for the background of a neutral action in the focus state.",
304
304
  "$extensions": {
305
- "com.figma.scope": [
305
+ "com.figma.scopes": [
306
306
  "FRAME_FILL",
307
307
  "SHAPE_FILL"
308
308
  ]
@@ -316,7 +316,7 @@
316
316
  "$type": "color",
317
317
  "$description": "Used for the background of a neutral action in the active state.",
318
318
  "$extensions": {
319
- "com.figma.scope": [
319
+ "com.figma.scopes": [
320
320
  "FRAME_FILL",
321
321
  "SHAPE_FILL"
322
322
  ]
@@ -331,7 +331,7 @@
331
331
  "$type": "color",
332
332
  "$description": "Used for the border of a neutral action in the default state.",
333
333
  "$extensions": {
334
- "com.figma.scope": [
334
+ "com.figma.scopes": [
335
335
  "STROKE_COLOR"
336
336
  ]
337
337
  }
@@ -341,7 +341,7 @@
341
341
  "$type": "color",
342
342
  "$description": "Used for the border of a neutral action in the hover state.",
343
343
  "$extensions": {
344
- "com.figma.scope": [
344
+ "com.figma.scopes": [
345
345
  "STROKE_COLOR"
346
346
  ]
347
347
  }
@@ -351,7 +351,7 @@
351
351
  "$type": "color",
352
352
  "$description": "Used for the border of a neutral action in the focus state.",
353
353
  "$extensions": {
354
- "com.figma.scope": [
354
+ "com.figma.scopes": [
355
355
  "STROKE_COLOR"
356
356
  ]
357
357
  }
@@ -361,7 +361,7 @@
361
361
  "$type": "color",
362
362
  "$description": "Used for the border of a neutral action in the active state.",
363
363
  "$extensions": {
364
- "com.figma.scope": [
364
+ "com.figma.scopes": [
365
365
  "STROKE_COLOR"
366
366
  ]
367
367
  }
@@ -380,7 +380,7 @@
380
380
  "$type": "color",
381
381
  "$description": "Used for the foreground of a confirm (positive) action in the default state.",
382
382
  "$extensions": {
383
- "com.figma.scope": [
383
+ "com.figma.scopes": [
384
384
  "SHAPE_FILL",
385
385
  "TEXT_FILL"
386
386
  ]
@@ -394,7 +394,7 @@
394
394
  "$type": "color",
395
395
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
396
396
  "$extensions": {
397
- "com.figma.scope": [
397
+ "com.figma.scopes": [
398
398
  "SHAPE_FILL",
399
399
  "TEXT_FILL"
400
400
  ]
@@ -405,7 +405,7 @@
405
405
  "$type": "color",
406
406
  "$description": "Used for the foreground of a confirm (positive) action in the focus state.",
407
407
  "$extensions": {
408
- "com.figma.scope": [
408
+ "com.figma.scopes": [
409
409
  "SHAPE_FILL",
410
410
  "TEXT_FILL"
411
411
  ]
@@ -419,7 +419,7 @@
419
419
  "$type": "color",
420
420
  "$description": "Used for the foreground of a confirm (positive) action in the active state.",
421
421
  "$extensions": {
422
- "com.figma.scope": [
422
+ "com.figma.scopes": [
423
423
  "SHAPE_FILL",
424
424
  "TEXT_FILL"
425
425
  ]
@@ -437,7 +437,7 @@
437
437
  "$type": "color",
438
438
  "$description": "Used for the background of a confirm (positive) action in the default state.",
439
439
  "$extensions": {
440
- "com.figma.scope": [
440
+ "com.figma.scopes": [
441
441
  "FRAME_FILL",
442
442
  "SHAPE_FILL"
443
443
  ]
@@ -451,7 +451,7 @@
451
451
  "$type": "color",
452
452
  "$description": "Used for the background of a confirm (positive) action in the hover state.",
453
453
  "$extensions": {
454
- "com.figma.scope": [
454
+ "com.figma.scopes": [
455
455
  "FRAME_FILL",
456
456
  "SHAPE_FILL"
457
457
  ]
@@ -462,7 +462,7 @@
462
462
  "$type": "color",
463
463
  "$description": "Used for the background of a confirm (positive) action in the focus state.",
464
464
  "$extensions": {
465
- "com.figma.scope": [
465
+ "com.figma.scopes": [
466
466
  "FRAME_FILL",
467
467
  "SHAPE_FILL"
468
468
  ]
@@ -476,7 +476,7 @@
476
476
  "$type": "color",
477
477
  "$description": "Used for the background of a confirm (positive) action in the active state.",
478
478
  "$extensions": {
479
- "com.figma.scope": [
479
+ "com.figma.scopes": [
480
480
  "FRAME_FILL",
481
481
  "SHAPE_FILL"
482
482
  ]
@@ -491,7 +491,7 @@
491
491
  "$type": "color",
492
492
  "$description": "Used for the border of a confirm action in the default state.",
493
493
  "$extensions": {
494
- "com.figma.scope": [
494
+ "com.figma.scopes": [
495
495
  "STROKE_COLOR"
496
496
  ]
497
497
  }
@@ -501,7 +501,7 @@
501
501
  "$type": "color",
502
502
  "$description": "Used for the border of a confirm action in the hover state.",
503
503
  "$extensions": {
504
- "com.figma.scope": [
504
+ "com.figma.scopes": [
505
505
  "STROKE_COLOR"
506
506
  ]
507
507
  }
@@ -511,7 +511,7 @@
511
511
  "$type": "color",
512
512
  "$description": "Used for the border of a confirm action in the focus state.",
513
513
  "$extensions": {
514
- "com.figma.scope": [
514
+ "com.figma.scopes": [
515
515
  "STROKE_COLOR"
516
516
  ]
517
517
  }
@@ -521,7 +521,7 @@
521
521
  "$type": "color",
522
522
  "$description": "Used for the border of a confirm action in the active state.",
523
523
  "$extensions": {
524
- "com.figma.scope": [
524
+ "com.figma.scopes": [
525
525
  "STROKE_COLOR"
526
526
  ]
527
527
  }
@@ -540,7 +540,7 @@
540
540
  "$type": "color",
541
541
  "$description": "Used for the foreground of a danger (destructive) action in the default state.",
542
542
  "$extensions": {
543
- "com.figma.scope": [
543
+ "com.figma.scopes": [
544
544
  "SHAPE_FILL",
545
545
  "TEXT_FILL"
546
546
  ]
@@ -554,7 +554,7 @@
554
554
  "$type": "color",
555
555
  "$description": "Used for the foreground of a danger (destructive) action in the hover state.",
556
556
  "$extensions": {
557
- "com.figma.scope": [
557
+ "com.figma.scopes": [
558
558
  "SHAPE_FILL",
559
559
  "TEXT_FILL"
560
560
  ]
@@ -565,7 +565,7 @@
565
565
  "$type": "color",
566
566
  "$description": "Used for the foreground of a danger (destructive) action in the focus state.",
567
567
  "$extensions": {
568
- "com.figma.scope": [
568
+ "com.figma.scopes": [
569
569
  "SHAPE_FILL",
570
570
  "TEXT_FILL"
571
571
  ]
@@ -579,7 +579,7 @@
579
579
  "$type": "color",
580
580
  "$description": "Used for the foreground of a danger (destructive) action in the active state.",
581
581
  "$extensions": {
582
- "com.figma.scope": [
582
+ "com.figma.scopes": [
583
583
  "SHAPE_FILL",
584
584
  "TEXT_FILL"
585
585
  ]
@@ -597,7 +597,7 @@
597
597
  "$type": "color",
598
598
  "$description": "Used for the background of a danger (destructive) action in the default state.",
599
599
  "$extensions": {
600
- "com.figma.scope": [
600
+ "com.figma.scopes": [
601
601
  "FRAME_FILL",
602
602
  "SHAPE_FILL"
603
603
  ]
@@ -611,7 +611,7 @@
611
611
  "$type": "color",
612
612
  "$description": "Used for the background of a danger (destructive) action in the hover state.",
613
613
  "$extensions": {
614
- "com.figma.scope": [
614
+ "com.figma.scopes": [
615
615
  "FRAME_FILL",
616
616
  "SHAPE_FILL"
617
617
  ]
@@ -622,7 +622,7 @@
622
622
  "$type": "color",
623
623
  "$description": "Used for the background of a danger (destructive) action in the focus state.",
624
624
  "$extensions": {
625
- "com.figma.scope": [
625
+ "com.figma.scopes": [
626
626
  "FRAME_FILL",
627
627
  "SHAPE_FILL"
628
628
  ]
@@ -636,7 +636,7 @@
636
636
  "$type": "color",
637
637
  "$description": "Used for the background of a danger (destructive) action in the active state.",
638
638
  "$extensions": {
639
- "com.figma.scope": [
639
+ "com.figma.scopes": [
640
640
  "FRAME_FILL",
641
641
  "SHAPE_FILL"
642
642
  ]
@@ -651,7 +651,7 @@
651
651
  "$type": "color",
652
652
  "$description": "Used for the border of a danger action in the default state.",
653
653
  "$extensions": {
654
- "com.figma.scope": [
654
+ "com.figma.scopes": [
655
655
  "STROKE_COLOR"
656
656
  ]
657
657
  }
@@ -661,7 +661,7 @@
661
661
  "$type": "color",
662
662
  "$description": "Used for the border of a danger action in the hover state.",
663
663
  "$extensions": {
664
- "com.figma.scope": [
664
+ "com.figma.scopes": [
665
665
  "STROKE_COLOR"
666
666
  ]
667
667
  }
@@ -671,7 +671,7 @@
671
671
  "$type": "color",
672
672
  "$description": "Used for the border of a danger action in the focus state.",
673
673
  "$extensions": {
674
- "com.figma.scope": [
674
+ "com.figma.scopes": [
675
675
  "STROKE_COLOR"
676
676
  ]
677
677
  }
@@ -681,7 +681,7 @@
681
681
  "$type": "color",
682
682
  "$description": "Used for the border of a danger action in the active state.",
683
683
  "$extensions": {
684
- "com.figma.scope": [
684
+ "com.figma.scopes": [
685
685
  "STROKE_COLOR"
686
686
  ]
687
687
  }
@@ -701,7 +701,7 @@
701
701
  "$type": "color",
702
702
  "$description": "Used for the background of a strong confirm action in the default state.",
703
703
  "$extensions": {
704
- "com.figma.scope": [
704
+ "com.figma.scopes": [
705
705
  "FRAME_FILL",
706
706
  "SHAPE_FILL"
707
707
  ]
@@ -715,7 +715,7 @@
715
715
  "$type": "color",
716
716
  "$description": "Used for the background of a strong confirm action in the hover state.",
717
717
  "$extensions": {
718
- "com.figma.scope": [
718
+ "com.figma.scopes": [
719
719
  "FRAME_FILL",
720
720
  "SHAPE_FILL"
721
721
  ]
@@ -726,7 +726,7 @@
726
726
  "$type": "color",
727
727
  "$description": "Used for the background of a strong confirm action in the focus state.",
728
728
  "$extensions": {
729
- "com.figma.scope": [
729
+ "com.figma.scopes": [
730
730
  "FRAME_FILL",
731
731
  "SHAPE_FILL"
732
732
  ]
@@ -740,7 +740,7 @@
740
740
  "$type": "color",
741
741
  "$description": "Used for the background of a strong confirm action in the active state.",
742
742
  "$extensions": {
743
- "com.figma.scope": [
743
+ "com.figma.scopes": [
744
744
  "FRAME_FILL",
745
745
  "SHAPE_FILL"
746
746
  ]
@@ -758,7 +758,7 @@
758
758
  "$type": "color",
759
759
  "$description": "Used for the foreground of a strong confirm action in the default state.",
760
760
  "$extensions": {
761
- "com.figma.scope": [
761
+ "com.figma.scopes": [
762
762
  "SHAPE_FILL",
763
763
  "TEXT_FILL"
764
764
  ]
@@ -769,7 +769,7 @@
769
769
  "$type": "color",
770
770
  "$description": "Used for the foreground of a strong confirm action in the hover state.",
771
771
  "$extensions": {
772
- "com.figma.scope": [
772
+ "com.figma.scopes": [
773
773
  "SHAPE_FILL",
774
774
  "TEXT_FILL"
775
775
  ]
@@ -780,7 +780,7 @@
780
780
  "$type": "color",
781
781
  "$description": "Used for the foreground of a strong confirm action in the focus state.",
782
782
  "$extensions": {
783
- "com.figma.scope": [
783
+ "com.figma.scopes": [
784
784
  "SHAPE_FILL",
785
785
  "TEXT_FILL"
786
786
  ]
@@ -791,7 +791,7 @@
791
791
  "$type": "color",
792
792
  "$description": "Used for the foreground of a strong confirm action in the active state.",
793
793
  "$extensions": {
794
- "com.figma.scope": [
794
+ "com.figma.scopes": [
795
795
  "SHAPE_FILL",
796
796
  "TEXT_FILL"
797
797
  ]
@@ -806,7 +806,7 @@
806
806
  "$type": "color",
807
807
  "$description": "Used for the border of a strong confirm action in the default state.",
808
808
  "$extensions": {
809
- "com.figma.scope": [
809
+ "com.figma.scopes": [
810
810
  "STROKE_COLOR"
811
811
  ]
812
812
  }
@@ -816,7 +816,7 @@
816
816
  "$type": "color",
817
817
  "$description": "Used for the border of a strong confirm action in the hover state.",
818
818
  "$extensions": {
819
- "com.figma.scope": [
819
+ "com.figma.scopes": [
820
820
  "STROKE_COLOR"
821
821
  ]
822
822
  }
@@ -826,7 +826,7 @@
826
826
  "$type": "color",
827
827
  "$description": "Used for the border of a strong confirm action in the focus state.",
828
828
  "$extensions": {
829
- "com.figma.scope": [
829
+ "com.figma.scopes": [
830
830
  "STROKE_COLOR"
831
831
  ]
832
832
  }
@@ -836,7 +836,7 @@
836
836
  "$type": "color",
837
837
  "$description": "Used for the border of a strong confirm action in the active state.",
838
838
  "$extensions": {
839
- "com.figma.scope": [
839
+ "com.figma.scopes": [
840
840
  "STROKE_COLOR"
841
841
  ]
842
842
  }
@@ -855,7 +855,7 @@
855
855
  "$type": "color",
856
856
  "$description": "Used for the background of a strong neutral action in the default state.",
857
857
  "$extensions": {
858
- "com.figma.scope": [
858
+ "com.figma.scopes": [
859
859
  "FRAME_FILL",
860
860
  "SHAPE_FILL"
861
861
  ]
@@ -869,7 +869,7 @@
869
869
  "$type": "color",
870
870
  "$description": "Used for the background of a strong neutral action in the hover state.",
871
871
  "$extensions": {
872
- "com.figma.scope": [
872
+ "com.figma.scopes": [
873
873
  "FRAME_FILL",
874
874
  "SHAPE_FILL"
875
875
  ]
@@ -880,7 +880,7 @@
880
880
  "$type": "color",
881
881
  "$description": "Used for the background of a strong neutral action in the focus state.",
882
882
  "$extensions": {
883
- "com.figma.scope": [
883
+ "com.figma.scopes": [
884
884
  "FRAME_FILL",
885
885
  "SHAPE_FILL"
886
886
  ]
@@ -894,7 +894,7 @@
894
894
  "$type": "color",
895
895
  "$description": "Used for the background of a strong neutral action in the active state.",
896
896
  "$extensions": {
897
- "com.figma.scope": [
897
+ "com.figma.scopes": [
898
898
  "FRAME_FILL",
899
899
  "SHAPE_FILL"
900
900
  ]
@@ -912,7 +912,7 @@
912
912
  "$type": "color",
913
913
  "$description": "Used for the foreground of a strong neutral action in the default state.",
914
914
  "$extensions": {
915
- "com.figma.scope": [
915
+ "com.figma.scopes": [
916
916
  "SHAPE_FILL",
917
917
  "TEXT_FILL"
918
918
  ]
@@ -926,7 +926,7 @@
926
926
  "$type": "color",
927
927
  "$description": "Used for the foreground of a strong neutral action in the hover state.",
928
928
  "$extensions": {
929
- "com.figma.scope": [
929
+ "com.figma.scopes": [
930
930
  "SHAPE_FILL",
931
931
  "TEXT_FILL"
932
932
  ]
@@ -940,7 +940,7 @@
940
940
  "$type": "color",
941
941
  "$description": "Used for the foreground of a strong neutral action in the focus state.",
942
942
  "$extensions": {
943
- "com.figma.scope": [
943
+ "com.figma.scopes": [
944
944
  "SHAPE_FILL",
945
945
  "TEXT_FILL"
946
946
  ]
@@ -954,7 +954,7 @@
954
954
  "$type": "color",
955
955
  "$description": "Used for the foreground of a strong neutral action in the active state.",
956
956
  "$extensions": {
957
- "com.figma.scope": [
957
+ "com.figma.scopes": [
958
958
  "SHAPE_FILL",
959
959
  "TEXT_FILL"
960
960
  ]
@@ -969,7 +969,7 @@
969
969
  "$type": "color",
970
970
  "$description": "Used for the border of a strong neutral action in the default state.",
971
971
  "$extensions": {
972
- "com.figma.scope": [
972
+ "com.figma.scopes": [
973
973
  "STROKE_COLOR"
974
974
  ]
975
975
  }
@@ -979,7 +979,7 @@
979
979
  "$type": "color",
980
980
  "$description": "Used for the border of a strong neutral action in the hover state.",
981
981
  "$extensions": {
982
- "com.figma.scope": [
982
+ "com.figma.scopes": [
983
983
  "STROKE_COLOR"
984
984
  ]
985
985
  }
@@ -989,7 +989,7 @@
989
989
  "$type": "color",
990
990
  "$description": "Used for the border of a strong neutral action in the focus state.",
991
991
  "$extensions": {
992
- "com.figma.scope": [
992
+ "com.figma.scopes": [
993
993
  "STROKE_COLOR"
994
994
  ]
995
995
  }
@@ -999,7 +999,7 @@
999
999
  "$type": "color",
1000
1000
  "$description": "Used for the border of a strong neutral action in the active state.",
1001
1001
  "$extensions": {
1002
- "com.figma.scope": [
1002
+ "com.figma.scopes": [
1003
1003
  "STROKE_COLOR"
1004
1004
  ]
1005
1005
  }
@@ -1019,7 +1019,7 @@
1019
1019
  "$type": "color",
1020
1020
  "$description": "Used for the default background color.",
1021
1021
  "$extensions": {
1022
- "com.figma.scope": [
1022
+ "com.figma.scopes": [
1023
1023
  "FRAME_FILL",
1024
1024
  "SHAPE_FILL"
1025
1025
  ]
@@ -1033,7 +1033,7 @@
1033
1033
  "$type": "color",
1034
1034
  "$description": "Used to slightly differentiate the background from the default.",
1035
1035
  "$extensions": {
1036
- "com.figma.scope": [
1036
+ "com.figma.scopes": [
1037
1037
  "FRAME_FILL",
1038
1038
  "SHAPE_FILL"
1039
1039
  ]
@@ -1047,7 +1047,7 @@
1047
1047
  "$type": "color",
1048
1048
  "$description": "Used to make the background easily stand out from the default.",
1049
1049
  "$extensions": {
1050
- "com.figma.scope": [
1050
+ "com.figma.scopes": [
1051
1051
  "FRAME_FILL",
1052
1052
  "SHAPE_FILL"
1053
1053
  ]
@@ -1061,7 +1061,7 @@
1061
1061
  "$type": "color",
1062
1062
  "$description": "Used to identify a disabled section.",
1063
1063
  "$extensions": {
1064
- "com.figma.scope": [
1064
+ "com.figma.scopes": [
1065
1065
  "FRAME_FILL",
1066
1066
  "SHAPE_FILL"
1067
1067
  ]
@@ -1075,7 +1075,7 @@
1075
1075
  "$type": "color",
1076
1076
  "$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
1077
1077
  "$extensions": {
1078
- "com.figma.scope": [
1078
+ "com.figma.scopes": [
1079
1079
  "FRAME_FILL",
1080
1080
  "SHAPE_FILL"
1081
1081
  ]
@@ -1089,7 +1089,7 @@
1089
1089
  "$type": "color",
1090
1090
  "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
1091
1091
  "$extensions": {
1092
- "com.figma.scope": [
1092
+ "com.figma.scopes": [
1093
1093
  "FRAME_FILL",
1094
1094
  "SHAPE_FILL"
1095
1095
  ]
@@ -1103,7 +1103,7 @@
1103
1103
  "$type": "color",
1104
1104
  "$description": "Used for an overlay that covers other content.",
1105
1105
  "$extensions": {
1106
- "com.figma.scope": [
1106
+ "com.figma.scopes": [
1107
1107
  "FRAME_FILL",
1108
1108
  "SHAPE_FILL"
1109
1109
  ]
@@ -1121,7 +1121,7 @@
1121
1121
  "$type": "color",
1122
1122
  "$description": "Used for the default border color.",
1123
1123
  "$extensions": {
1124
- "com.figma.scope": [
1124
+ "com.figma.scopes": [
1125
1125
  "STROKE_COLOR"
1126
1126
  ]
1127
1127
  }
@@ -1134,7 +1134,7 @@
1134
1134
  "$type": "color",
1135
1135
  "$description": "Used for a subtle border in combination with the default background.",
1136
1136
  "$extensions": {
1137
- "com.figma.scope": [
1137
+ "com.figma.scopes": [
1138
1138
  "STROKE_COLOR"
1139
1139
  ]
1140
1140
  }
@@ -1147,7 +1147,7 @@
1147
1147
  "$type": "color",
1148
1148
  "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
1149
1149
  "$extensions": {
1150
- "com.figma.scope": [
1150
+ "com.figma.scopes": [
1151
1151
  "STROKE_COLOR"
1152
1152
  ]
1153
1153
  }
@@ -1160,7 +1160,7 @@
1160
1160
  "$type": "color",
1161
1161
  "$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
1162
1162
  "$extensions": {
1163
- "com.figma.scope": [
1163
+ "com.figma.scopes": [
1164
1164
  "STROKE_COLOR"
1165
1165
  ]
1166
1166
  }
@@ -1172,7 +1172,7 @@
1172
1172
  "$type": "dimension",
1173
1173
  "$description": "",
1174
1174
  "$extensions": {
1175
- "com.figma.scope": [
1175
+ "com.figma.scopes": [
1176
1176
  "CORNER_RADIUS"
1177
1177
  ]
1178
1178
  }
@@ -1190,7 +1190,7 @@
1190
1190
  "$type": "color",
1191
1191
  "$description": "Used for form control (input, radio button, checkbox, textarea) default background.",
1192
1192
  "$extensions": {
1193
- "com.figma.scope": [
1193
+ "com.figma.scopes": [
1194
1194
  "FRAME_FILL",
1195
1195
  "SHAPE_FILL"
1196
1196
  ]
@@ -1204,7 +1204,7 @@
1204
1204
  "$type": "color",
1205
1205
  "$description": "Used for disabled form control (checkbox, input, radio button, textarea) background.",
1206
1206
  "$extensions": {
1207
- "com.figma.scope": [
1207
+ "com.figma.scopes": [
1208
1208
  "FRAME_FILL",
1209
1209
  "SHAPE_FILL"
1210
1210
  ]
@@ -1218,7 +1218,7 @@
1218
1218
  "$type": "color",
1219
1219
  "$description": "Used for the background of static content that prepends or appends a text input.",
1220
1220
  "$extensions": {
1221
- "com.figma.scope": [
1221
+ "com.figma.scopes": [
1222
1222
  "FRAME_FILL",
1223
1223
  "SHAPE_FILL"
1224
1224
  ]
@@ -1232,7 +1232,7 @@
1232
1232
  "$type": "color",
1233
1233
  "$description": "Used for the background of static content that prepends or appends a text input.",
1234
1234
  "$extensions": {
1235
- "com.figma.scope": [
1235
+ "com.figma.scopes": [
1236
1236
  "FRAME_FILL",
1237
1237
  "SHAPE_FILL"
1238
1238
  ]
@@ -1247,7 +1247,7 @@
1247
1247
  "$type": "color",
1248
1248
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
1249
1249
  "$extensions": {
1250
- "com.figma.scope": [
1250
+ "com.figma.scopes": [
1251
1251
  "FRAME_FILL",
1252
1252
  "SHAPE_FILL"
1253
1253
  ]
@@ -1261,7 +1261,7 @@
1261
1261
  "$type": "color",
1262
1262
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
1263
1263
  "$extensions": {
1264
- "com.figma.scope": [
1264
+ "com.figma.scopes": [
1265
1265
  "FRAME_FILL",
1266
1266
  "SHAPE_FILL"
1267
1267
  ]
@@ -1275,7 +1275,7 @@
1275
1275
  "$type": "color",
1276
1276
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
1277
1277
  "$extensions": {
1278
- "com.figma.scope": [
1278
+ "com.figma.scopes": [
1279
1279
  "FRAME_FILL",
1280
1280
  "SHAPE_FILL"
1281
1281
  ]
@@ -1294,7 +1294,7 @@
1294
1294
  "$type": "color",
1295
1295
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border.",
1296
1296
  "$extensions": {
1297
- "com.figma.scope": [
1297
+ "com.figma.scopes": [
1298
1298
  "STROKE_COLOR"
1299
1299
  ]
1300
1300
  }
@@ -1307,7 +1307,7 @@
1307
1307
  "$type": "color",
1308
1308
  "$description": "Used for form control (input, radio button, checkbox, textarea) border on hover.",
1309
1309
  "$extensions": {
1310
- "com.figma.scope": [
1310
+ "com.figma.scopes": [
1311
1311
  "STROKE_COLOR"
1312
1312
  ]
1313
1313
  }
@@ -1320,7 +1320,7 @@
1320
1320
  "$type": "color",
1321
1321
  "$description": "Used for form control (input, radio button, checkbox, textarea) border on focus.",
1322
1322
  "$extensions": {
1323
- "com.figma.scope": [
1323
+ "com.figma.scopes": [
1324
1324
  "STROKE_COLOR"
1325
1325
  ]
1326
1326
  }
@@ -1333,7 +1333,7 @@
1333
1333
  "$type": "color",
1334
1334
  "$description": "Used for disabled form control (input, radio button, checkbox, textarea) border.",
1335
1335
  "$extensions": {
1336
- "com.figma.scope": [
1336
+ "com.figma.scopes": [
1337
1337
  "STROKE_COLOR"
1338
1338
  ]
1339
1339
  }
@@ -1343,7 +1343,7 @@
1343
1343
  "$type": "color",
1344
1344
  "$description": "Used for invalid form control (input, textarea) border.",
1345
1345
  "$extensions": {
1346
- "com.figma.scope": [
1346
+ "com.figma.scopes": [
1347
1347
  "STROKE_COLOR"
1348
1348
  ]
1349
1349
  }
@@ -1357,7 +1357,7 @@
1357
1357
  "$type": "color",
1358
1358
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
1359
1359
  "$extensions": {
1360
- "com.figma.scope": [
1360
+ "com.figma.scopes": [
1361
1361
  "STROKE_COLOR"
1362
1362
  ]
1363
1363
  }
@@ -1370,7 +1370,7 @@
1370
1370
  "$type": "color",
1371
1371
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
1372
1372
  "$extensions": {
1373
- "com.figma.scope": [
1373
+ "com.figma.scopes": [
1374
1374
  "STROKE_COLOR"
1375
1375
  ]
1376
1376
  }
@@ -1383,7 +1383,7 @@
1383
1383
  "$type": "color",
1384
1384
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
1385
1385
  "$extensions": {
1386
- "com.figma.scope": [
1386
+ "com.figma.scopes": [
1387
1387
  "STROKE_COLOR"
1388
1388
  ]
1389
1389
  }
@@ -1395,7 +1395,7 @@
1395
1395
  "$type": "dimension",
1396
1396
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
1397
1397
  "$extensions": {
1398
- "com.figma.scope": [
1398
+ "com.figma.scopes": [
1399
1399
  "CORNER_RADIUS"
1400
1400
  ]
1401
1401
  }
@@ -1408,7 +1408,7 @@
1408
1408
  "$type": "color",
1409
1409
  "$description": "Used for the helper text when the input is invalid.",
1410
1410
  "$extensions": {
1411
- "com.figma.scope": [
1411
+ "com.figma.scopes": [
1412
1412
  "TEXT_FILL"
1413
1413
  ]
1414
1414
  }
@@ -1418,7 +1418,7 @@
1418
1418
  "$type": "color",
1419
1419
  "$description": "Used for the helper text when the input is valid.",
1420
1420
  "$extensions": {
1421
- "com.figma.scope": [
1421
+ "com.figma.scopes": [
1422
1422
  "TEXT_FILL"
1423
1423
  ]
1424
1424
  }
@@ -1431,7 +1431,7 @@
1431
1431
  "$type": "color",
1432
1432
  "$description": "Used for placeholder text within inputs.",
1433
1433
  "$extensions": {
1434
- "com.figma.scope": [
1434
+ "com.figma.scopes": [
1435
1435
  "TEXT_FILL"
1436
1436
  ]
1437
1437
  }
@@ -1447,7 +1447,7 @@
1447
1447
  "$type": "color",
1448
1448
  "$description": "Used for checkbox and radio button state indicators.",
1449
1449
  "$extensions": {
1450
- "com.figma.scope": [
1450
+ "com.figma.scopes": [
1451
1451
  "FRAME_FILL",
1452
1452
  "SHAPE_FILL"
1453
1453
  ]
@@ -1461,7 +1461,7 @@
1461
1461
  "$type": "color",
1462
1462
  "$description": "Used for disabled checkbox and radio button state indicators.",
1463
1463
  "$extensions": {
1464
- "com.figma.scope": [
1464
+ "com.figma.scopes": [
1465
1465
  "FRAME_FILL",
1466
1466
  "SHAPE_FILL"
1467
1467
  ]
@@ -1477,7 +1477,7 @@
1477
1477
  "$type": "dimension",
1478
1478
  "$description": "Used for the border radius of a feedback element.",
1479
1479
  "$extensions": {
1480
- "com.figma.scope": [
1480
+ "com.figma.scopes": [
1481
1481
  "CORNER_RADIUS"
1482
1482
  ]
1483
1483
  }
@@ -1490,7 +1490,7 @@
1490
1490
  "$type": "color",
1491
1491
  "$description": "Used for a background associated with strong feedback like a tooltip or toast message.",
1492
1492
  "$extensions": {
1493
- "com.figma.scope": [
1493
+ "com.figma.scopes": [
1494
1494
  "FRAME_FILL",
1495
1495
  "SHAPE_FILL"
1496
1496
  ]
@@ -1506,7 +1506,7 @@
1506
1506
  "$type": "color",
1507
1507
  "$description": "Used for the border associated with strong feedback.",
1508
1508
  "$extensions": {
1509
- "com.figma.scope": [
1509
+ "com.figma.scopes": [
1510
1510
  "STROKE_COLOR"
1511
1511
  ]
1512
1512
  }
@@ -1518,7 +1518,7 @@
1518
1518
  "$type": "color",
1519
1519
  "$description": "Used for text on a strong feedback background.",
1520
1520
  "$extensions": {
1521
- "com.figma.scope": [
1521
+ "com.figma.scopes": [
1522
1522
  "TEXT_FILL"
1523
1523
  ]
1524
1524
  }
@@ -1530,7 +1530,7 @@
1530
1530
  "$type": "color",
1531
1531
  "$description": "Used for an icon on a strong feedback background.",
1532
1532
  "$extensions": {
1533
- "com.figma.scope": [
1533
+ "com.figma.scopes": [
1534
1534
  "SHAPE_FILL",
1535
1535
  "TEXT_FILL"
1536
1536
  ]
@@ -1543,7 +1543,7 @@
1543
1543
  "$type": "color",
1544
1544
  "$description": "Used for a link on a strong feedback background.",
1545
1545
  "$extensions": {
1546
- "com.figma.scope": [
1546
+ "com.figma.scopes": [
1547
1547
  "TEXT_FILL"
1548
1548
  ]
1549
1549
  }
@@ -1560,7 +1560,7 @@
1560
1560
  "$type": "color",
1561
1561
  "$description": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.",
1562
1562
  "$extensions": {
1563
- "com.figma.scope": [
1563
+ "com.figma.scopes": [
1564
1564
  "FRAME_FILL",
1565
1565
  "SHAPE_FILL"
1566
1566
  ]
@@ -1576,7 +1576,7 @@
1576
1576
  "$type": "color",
1577
1577
  "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
1578
1578
  "$extensions": {
1579
- "com.figma.scope": [
1579
+ "com.figma.scopes": [
1580
1580
  "STROKE_COLOR"
1581
1581
  ]
1582
1582
  }
@@ -1591,7 +1591,7 @@
1591
1591
  "$type": "color",
1592
1592
  "$description": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.",
1593
1593
  "$extensions": {
1594
- "com.figma.scope": [
1594
+ "com.figma.scopes": [
1595
1595
  "TEXT_FILL"
1596
1596
  ]
1597
1597
  }
@@ -1606,7 +1606,7 @@
1606
1606
  "$type": "color",
1607
1607
  "$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
1608
1608
  "$extensions": {
1609
- "com.figma.scope": [
1609
+ "com.figma.scopes": [
1610
1610
  "SHAPE_FILL",
1611
1611
  "TEXT_FILL"
1612
1612
  ]
@@ -1624,7 +1624,7 @@
1624
1624
  "$type": "color",
1625
1625
  "$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
1626
1626
  "$extensions": {
1627
- "com.figma.scope": [
1627
+ "com.figma.scopes": [
1628
1628
  "FRAME_FILL",
1629
1629
  "SHAPE_FILL"
1630
1630
  ]
@@ -1640,7 +1640,7 @@
1640
1640
  "$type": "color",
1641
1641
  "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
1642
1642
  "$extensions": {
1643
- "com.figma.scope": [
1643
+ "com.figma.scopes": [
1644
1644
  "STROKE_COLOR"
1645
1645
  ]
1646
1646
  }
@@ -1655,7 +1655,7 @@
1655
1655
  "$type": "color",
1656
1656
  "$description": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
1657
1657
  "$extensions": {
1658
- "com.figma.scope": [
1658
+ "com.figma.scopes": [
1659
1659
  "TEXT_FILL"
1660
1660
  ]
1661
1661
  }
@@ -1670,7 +1670,7 @@
1670
1670
  "$type": "color",
1671
1671
  "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
1672
1672
  "$extensions": {
1673
- "com.figma.scope": [
1673
+ "com.figma.scopes": [
1674
1674
  "SHAPE_FILL",
1675
1675
  "TEXT_FILL"
1676
1676
  ]
@@ -1688,7 +1688,7 @@
1688
1688
  "$type": "color",
1689
1689
  "$description": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.",
1690
1690
  "$extensions": {
1691
- "com.figma.scope": [
1691
+ "com.figma.scopes": [
1692
1692
  "FRAME_FILL",
1693
1693
  "SHAPE_FILL"
1694
1694
  ]
@@ -1704,7 +1704,7 @@
1704
1704
  "$type": "color",
1705
1705
  "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
1706
1706
  "$extensions": {
1707
- "com.figma.scope": [
1707
+ "com.figma.scopes": [
1708
1708
  "STROKE_COLOR"
1709
1709
  ]
1710
1710
  }
@@ -1719,7 +1719,7 @@
1719
1719
  "$type": "color",
1720
1720
  "$description": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.",
1721
1721
  "$extensions": {
1722
- "com.figma.scope": [
1722
+ "com.figma.scopes": [
1723
1723
  "TEXT_FILL"
1724
1724
  ]
1725
1725
  }
@@ -1734,7 +1734,7 @@
1734
1734
  "$type": "color",
1735
1735
  "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
1736
1736
  "$extensions": {
1737
- "com.figma.scope": [
1737
+ "com.figma.scopes": [
1738
1738
  "SHAPE_FILL",
1739
1739
  "TEXT_FILL"
1740
1740
  ]
@@ -1752,7 +1752,7 @@
1752
1752
  "$type": "color",
1753
1753
  "$description": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.",
1754
1754
  "$extensions": {
1755
- "com.figma.scope": [
1755
+ "com.figma.scopes": [
1756
1756
  "FRAME_FILL",
1757
1757
  "SHAPE_FILL"
1758
1758
  ]
@@ -1768,7 +1768,7 @@
1768
1768
  "$type": "color",
1769
1769
  "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
1770
1770
  "$extensions": {
1771
- "com.figma.scope": [
1771
+ "com.figma.scopes": [
1772
1772
  "STROKE_COLOR"
1773
1773
  ]
1774
1774
  }
@@ -1783,7 +1783,7 @@
1783
1783
  "$type": "color",
1784
1784
  "$description": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.",
1785
1785
  "$extensions": {
1786
- "com.figma.scope": [
1786
+ "com.figma.scopes": [
1787
1787
  "TEXT_FILL"
1788
1788
  ]
1789
1789
  }
@@ -1798,7 +1798,7 @@
1798
1798
  "$type": "color",
1799
1799
  "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
1800
1800
  "$extensions": {
1801
- "com.figma.scope": [
1801
+ "com.figma.scopes": [
1802
1802
  "SHAPE_FILL",
1803
1803
  "TEXT_FILL"
1804
1804
  ]
@@ -1816,7 +1816,7 @@
1816
1816
  "$type": "color",
1817
1817
  "$description": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
1818
1818
  "$extensions": {
1819
- "com.figma.scope": [
1819
+ "com.figma.scopes": [
1820
1820
  "FRAME_FILL",
1821
1821
  "SHAPE_FILL"
1822
1822
  ]
@@ -1832,7 +1832,7 @@
1832
1832
  "$type": "color",
1833
1833
  "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
1834
1834
  "$extensions": {
1835
- "com.figma.scope": [
1835
+ "com.figma.scopes": [
1836
1836
  "STROKE_COLOR"
1837
1837
  ]
1838
1838
  }
@@ -1847,7 +1847,7 @@
1847
1847
  "$type": "color",
1848
1848
  "$description": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
1849
1849
  "$extensions": {
1850
- "com.figma.scope": [
1850
+ "com.figma.scopes": [
1851
1851
  "TEXT_FILL"
1852
1852
  ]
1853
1853
  }
@@ -1862,7 +1862,7 @@
1862
1862
  "$type": "color",
1863
1863
  "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
1864
1864
  "$extensions": {
1865
- "com.figma.scope": [
1865
+ "com.figma.scopes": [
1866
1866
  "SHAPE_FILL",
1867
1867
  "TEXT_FILL"
1868
1868
  ]
@@ -1880,7 +1880,7 @@
1880
1880
  "$type": "color",
1881
1881
  "$description": "Used for the background of a brand-related feedback item when highlighting information that pertains to GitLab.",
1882
1882
  "$extensions": {
1883
- "com.figma.scope": [
1883
+ "com.figma.scopes": [
1884
1884
  "FRAME_FILL",
1885
1885
  "SHAPE_FILL"
1886
1886
  ]
@@ -1896,7 +1896,7 @@
1896
1896
  "$type": "color",
1897
1897
  "$description": "Used for the border of a brand-related feedback item when highlighting information that pertains to GitLab.",
1898
1898
  "$extensions": {
1899
- "com.figma.scope": [
1899
+ "com.figma.scopes": [
1900
1900
  "STROKE_COLOR"
1901
1901
  ]
1902
1902
  }
@@ -1911,7 +1911,7 @@
1911
1911
  "$type": "color",
1912
1912
  "$description": "Used for the text of a brand-related feedback item when highlighting information that pertains to GitLab.",
1913
1913
  "$extensions": {
1914
- "com.figma.scope": [
1914
+ "com.figma.scopes": [
1915
1915
  "TEXT_FILL"
1916
1916
  ]
1917
1917
  }
@@ -1926,7 +1926,7 @@
1926
1926
  "$type": "color",
1927
1927
  "$description": "Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab.",
1928
1928
  "$extensions": {
1929
- "com.figma.scope": [
1929
+ "com.figma.scopes": [
1930
1930
  "SHAPE_FILL",
1931
1931
  "TEXT_FILL"
1932
1932
  ]
@@ -1945,7 +1945,7 @@
1945
1945
  "$type": "color",
1946
1946
  "$description": "Used for the outer color portion of the focus ring.",
1947
1947
  "$extensions": {
1948
- "com.figma.scope": [
1948
+ "com.figma.scopes": [
1949
1949
  "STROKE_COLOR"
1950
1950
  ]
1951
1951
  }
@@ -1957,7 +1957,7 @@
1957
1957
  "$type": "color",
1958
1958
  "$description": "Used for the inner neutral portion of the focus ring.",
1959
1959
  "$extensions": {
1960
- "com.figma.scope": [
1960
+ "com.figma.scopes": [
1961
1961
  "STROKE_COLOR"
1962
1962
  ]
1963
1963
  }
@@ -1970,7 +1970,7 @@
1970
1970
  "$value": "{font.size.md}",
1971
1971
  "$type": "dimension",
1972
1972
  "$extensions": {
1973
- "com.figma.scope": [
1973
+ "com.figma.scopes": [
1974
1974
  "FONT_SIZE"
1975
1975
  ]
1976
1976
  }
@@ -1981,7 +1981,7 @@
1981
1981
  "$value": "{font.weight.bold}",
1982
1982
  "$type": "fontWeight",
1983
1983
  "$extensions": {
1984
- "com.figma.scope": [
1984
+ "com.figma.scopes": [
1985
1985
  "FONT_WEIGHT"
1986
1986
  ]
1987
1987
  }
@@ -2067,14 +2067,14 @@
2067
2067
  "$value": 0,
2068
2068
  "$type": "dimension",
2069
2069
  "$extensions": {
2070
- "com.figma.scope": []
2070
+ "com.figma.scopes": []
2071
2071
  }
2072
2072
  },
2073
2073
  "bottom": {
2074
2074
  "$value": "{spacing-scale.5}",
2075
2075
  "$type": "dimension",
2076
2076
  "$extensions": {
2077
- "com.figma.scope": []
2077
+ "com.figma.scopes": []
2078
2078
  }
2079
2079
  }
2080
2080
  }
@@ -2175,7 +2175,7 @@
2175
2175
  "$type": "color",
2176
2176
  "$description": "Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning.",
2177
2177
  "$extensions": {
2178
- "com.figma.scope": [
2178
+ "com.figma.scopes": [
2179
2179
  "FRAME_FILL",
2180
2180
  "SHAPE_FILL"
2181
2181
  ]
@@ -2191,7 +2191,7 @@
2191
2191
  "$type": "color",
2192
2192
  "$description": "Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status.",
2193
2193
  "$extensions": {
2194
- "com.figma.scope": [
2194
+ "com.figma.scopes": [
2195
2195
  "TEXT_FILL"
2196
2196
  ]
2197
2197
  }
@@ -2208,7 +2208,7 @@
2208
2208
  "$type": "color",
2209
2209
  "$description": "Used for temporary visual emphasis for backgrounds of referenced elements (for example URL anchors, hover states) or to show relationships between content without implying status or requiring action.",
2210
2210
  "$extensions": {
2211
- "com.figma.scope": [
2211
+ "com.figma.scopes": [
2212
2212
  "FRAME_FILL",
2213
2213
  "SHAPE_FILL"
2214
2214
  ]
@@ -2224,7 +2224,7 @@
2224
2224
  "$type": "color",
2225
2225
  "$description": "Used to provide additional visual emphasis for borders of temporarily targeted elements or when visualizing connections between related content, distinct from persistent states.",
2226
2226
  "$extensions": {
2227
- "com.figma.scope": [
2227
+ "com.figma.scopes": [
2228
2228
  "TEXT_FILL"
2229
2229
  ]
2230
2230
  }
@@ -2239,7 +2239,7 @@
2239
2239
  "$type": "color",
2240
2240
  "$description": "Used for the default icon color. Can be paired with default text.",
2241
2241
  "$extensions": {
2242
- "com.figma.scope": [
2242
+ "com.figma.scopes": [
2243
2243
  "SHAPE_FILL",
2244
2244
  "TEXT_FILL"
2245
2245
  ]
@@ -2250,7 +2250,7 @@
2250
2250
  "$type": "color",
2251
2251
  "$description": "Used for a static or decorational icon. Can be paired with subtle text.",
2252
2252
  "$extensions": {
2253
- "com.figma.scope": [
2253
+ "com.figma.scopes": [
2254
2254
  "SHAPE_FILL",
2255
2255
  "TEXT_FILL"
2256
2256
  ]
@@ -2261,7 +2261,7 @@
2261
2261
  "$type": "color",
2262
2262
  "$description": "Used for an icon with the highest contrast.",
2263
2263
  "$extensions": {
2264
- "com.figma.scope": [
2264
+ "com.figma.scopes": [
2265
2265
  "SHAPE_FILL",
2266
2266
  "TEXT_FILL"
2267
2267
  ]
@@ -2272,7 +2272,7 @@
2272
2272
  "$type": "color",
2273
2273
  "$description": "Used for an icon within a disabled section.",
2274
2274
  "$extensions": {
2275
- "com.figma.scope": [
2275
+ "com.figma.scopes": [
2276
2276
  "SHAPE_FILL",
2277
2277
  "TEXT_FILL"
2278
2278
  ]
@@ -2283,7 +2283,7 @@
2283
2283
  "$type": "color",
2284
2284
  "$description": "Used for an icon within a link.",
2285
2285
  "$extensions": {
2286
- "com.figma.scope": [
2286
+ "com.figma.scopes": [
2287
2287
  "SHAPE_FILL",
2288
2288
  "TEXT_FILL"
2289
2289
  ]
@@ -2297,7 +2297,7 @@
2297
2297
  "$type": "color",
2298
2298
  "$description": "Used for an icon associated with information or help.",
2299
2299
  "$extensions": {
2300
- "com.figma.scope": [
2300
+ "com.figma.scopes": [
2301
2301
  "SHAPE_FILL",
2302
2302
  "TEXT_FILL"
2303
2303
  ]
@@ -2308,7 +2308,7 @@
2308
2308
  "$type": "color",
2309
2309
  "$description": "Used for an icon associated with a warning.",
2310
2310
  "$extensions": {
2311
- "com.figma.scope": [
2311
+ "com.figma.scopes": [
2312
2312
  "SHAPE_FILL",
2313
2313
  "TEXT_FILL"
2314
2314
  ]
@@ -2319,7 +2319,7 @@
2319
2319
  "$type": "color",
2320
2320
  "$description": "Used for an icon associated with an error or danger.",
2321
2321
  "$extensions": {
2322
- "com.figma.scope": [
2322
+ "com.figma.scopes": [
2323
2323
  "SHAPE_FILL",
2324
2324
  "TEXT_FILL"
2325
2325
  ]
@@ -2330,7 +2330,7 @@
2330
2330
  "$type": "color",
2331
2331
  "$description": "Used for an icon associated with success or validity.",
2332
2332
  "$extensions": {
2333
- "com.figma.scope": [
2333
+ "com.figma.scopes": [
2334
2334
  "SHAPE_FILL",
2335
2335
  "TEXT_FILL"
2336
2336
  ]
@@ -2343,7 +2343,7 @@
2343
2343
  "$value": "-0.01em",
2344
2344
  "$type": "dimension",
2345
2345
  "$extensions": {
2346
- "com.figma.scope": [
2346
+ "com.figma.scopes": [
2347
2347
  "LETTER_SPACING"
2348
2348
  ]
2349
2349
  }
@@ -2354,7 +2354,7 @@
2354
2354
  "$value": 1.25,
2355
2355
  "$type": "number",
2356
2356
  "$extensions": {
2357
- "com.figma.scope": [
2357
+ "com.figma.scopes": [
2358
2358
  "LINE_HEIGHT"
2359
2359
  ]
2360
2360
  }
@@ -2370,7 +2370,7 @@
2370
2370
  "$type": "color",
2371
2371
  "$description": "Used for the default shadow color.",
2372
2372
  "$extensions": {
2373
- "com.figma.scope": [
2373
+ "com.figma.scopes": [
2374
2374
  "EFFECT_COLOR"
2375
2375
  ]
2376
2376
  }
@@ -2388,7 +2388,7 @@
2388
2388
  "$type": "color",
2389
2389
  "$description": "Used for the background of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
2390
2390
  "$extensions": {
2391
- "com.figma.scope": [
2391
+ "com.figma.scopes": [
2392
2392
  "FRAME_FILL",
2393
2393
  "SHAPE_FILL"
2394
2394
  ]
@@ -2404,7 +2404,7 @@
2404
2404
  "$type": "color",
2405
2405
  "$description": "Used for the text of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
2406
2406
  "$extensions": {
2407
- "com.figma.scope": [
2407
+ "com.figma.scopes": [
2408
2408
  "TEXT_FILL"
2409
2409
  ]
2410
2410
  }
@@ -2419,7 +2419,7 @@
2419
2419
  "$type": "color",
2420
2420
  "$description": "Used for the icon of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
2421
2421
  "$extensions": {
2422
- "com.figma.scope": [
2422
+ "com.figma.scopes": [
2423
2423
  "SHAPE_FILL",
2424
2424
  "TEXT_FILL"
2425
2425
  ]
@@ -2437,7 +2437,7 @@
2437
2437
  "$type": "color",
2438
2438
  "$description": "Used for the background of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
2439
2439
  "$extensions": {
2440
- "com.figma.scope": [
2440
+ "com.figma.scopes": [
2441
2441
  "FRAME_FILL",
2442
2442
  "SHAPE_FILL"
2443
2443
  ]
@@ -2453,7 +2453,7 @@
2453
2453
  "$type": "color",
2454
2454
  "$description": "Used for the text of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
2455
2455
  "$extensions": {
2456
- "com.figma.scope": [
2456
+ "com.figma.scopes": [
2457
2457
  "TEXT_FILL"
2458
2458
  ]
2459
2459
  }
@@ -2468,7 +2468,7 @@
2468
2468
  "$type": "color",
2469
2469
  "$description": "Used for the icon of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
2470
2470
  "$extensions": {
2471
- "com.figma.scope": [
2471
+ "com.figma.scopes": [
2472
2472
  "SHAPE_FILL",
2473
2473
  "TEXT_FILL"
2474
2474
  ]
@@ -2486,7 +2486,7 @@
2486
2486
  "$type": "color",
2487
2487
  "$description": "Used for the background of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
2488
2488
  "$extensions": {
2489
- "com.figma.scope": [
2489
+ "com.figma.scopes": [
2490
2490
  "FRAME_FILL",
2491
2491
  "SHAPE_FILL"
2492
2492
  ]
@@ -2502,7 +2502,7 @@
2502
2502
  "$type": "color",
2503
2503
  "$description": "Used for the text of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
2504
2504
  "$extensions": {
2505
- "com.figma.scope": [
2505
+ "com.figma.scopes": [
2506
2506
  "TEXT_FILL"
2507
2507
  ]
2508
2508
  }
@@ -2517,7 +2517,7 @@
2517
2517
  "$type": "color",
2518
2518
  "$description": "Used for the icon of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
2519
2519
  "$extensions": {
2520
- "com.figma.scope": [
2520
+ "com.figma.scopes": [
2521
2521
  "SHAPE_FILL",
2522
2522
  "TEXT_FILL"
2523
2523
  ]
@@ -2535,7 +2535,7 @@
2535
2535
  "$type": "color",
2536
2536
  "$description": "Used for the background of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item.",
2537
2537
  "$extensions": {
2538
- "com.figma.scope": [
2538
+ "com.figma.scopes": [
2539
2539
  "FRAME_FILL",
2540
2540
  "SHAPE_FILL"
2541
2541
  ]
@@ -2551,7 +2551,7 @@
2551
2551
  "$type": "color",
2552
2552
  "$description": "Used for the text of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item.",
2553
2553
  "$extensions": {
2554
- "com.figma.scope": [
2554
+ "com.figma.scopes": [
2555
2555
  "TEXT_FILL"
2556
2556
  ]
2557
2557
  }
@@ -2566,7 +2566,7 @@
2566
2566
  "$type": "color",
2567
2567
  "$description": "Used for the icon of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item.",
2568
2568
  "$extensions": {
2569
- "com.figma.scope": [
2569
+ "com.figma.scopes": [
2570
2570
  "SHAPE_FILL",
2571
2571
  "TEXT_FILL"
2572
2572
  ]
@@ -2584,7 +2584,7 @@
2584
2584
  "$type": "color",
2585
2585
  "$description": "Used for the background of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition.",
2586
2586
  "$extensions": {
2587
- "com.figma.scope": [
2587
+ "com.figma.scopes": [
2588
2588
  "FRAME_FILL",
2589
2589
  "SHAPE_FILL"
2590
2590
  ]
@@ -2600,7 +2600,7 @@
2600
2600
  "$type": "color",
2601
2601
  "$description": "Used for the text of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition.",
2602
2602
  "$extensions": {
2603
- "com.figma.scope": [
2603
+ "com.figma.scopes": [
2604
2604
  "TEXT_FILL"
2605
2605
  ]
2606
2606
  }
@@ -2615,7 +2615,7 @@
2615
2615
  "$type": "color",
2616
2616
  "$description": "Used for the icon of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition.",
2617
2617
  "$extensions": {
2618
- "com.figma.scope": [
2618
+ "com.figma.scopes": [
2619
2619
  "SHAPE_FILL",
2620
2620
  "TEXT_FILL"
2621
2621
  ]
@@ -2633,7 +2633,7 @@
2633
2633
  "$type": "color",
2634
2634
  "$description": "Used for the background of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface.",
2635
2635
  "$extensions": {
2636
- "com.figma.scope": [
2636
+ "com.figma.scopes": [
2637
2637
  "FRAME_FILL",
2638
2638
  "SHAPE_FILL"
2639
2639
  ]
@@ -2649,7 +2649,7 @@
2649
2649
  "$type": "color",
2650
2650
  "$description": "Used for the text of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface.",
2651
2651
  "$extensions": {
2652
- "com.figma.scope": [
2652
+ "com.figma.scopes": [
2653
2653
  "TEXT_FILL"
2654
2654
  ]
2655
2655
  }
@@ -2664,7 +2664,7 @@
2664
2664
  "$type": "color",
2665
2665
  "$description": "Used for the icon of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface.",
2666
2666
  "$extensions": {
2667
- "com.figma.scope": [
2667
+ "com.figma.scopes": [
2668
2668
  "SHAPE_FILL",
2669
2669
  "TEXT_FILL"
2670
2670
  ]
@@ -2679,7 +2679,7 @@
2679
2679
  "$type": "color",
2680
2680
  "$description": "Use text.color.default instead.",
2681
2681
  "$extensions": {
2682
- "com.figma.scope": [
2682
+ "com.figma.scopes": [
2683
2683
  "TEXT_FILL"
2684
2684
  ]
2685
2685
  },
@@ -2690,7 +2690,7 @@
2690
2690
  "$type": "color",
2691
2691
  "$description": "Use text.color.subtle instead.",
2692
2692
  "$extensions": {
2693
- "com.figma.scope": [
2693
+ "com.figma.scopes": [
2694
2694
  "TEXT_FILL"
2695
2695
  ]
2696
2696
  },
@@ -2701,7 +2701,7 @@
2701
2701
  "$type": "color",
2702
2702
  "$description": "Use text.color.disabled instead.",
2703
2703
  "$extensions": {
2704
- "com.figma.scope": [
2704
+ "com.figma.scopes": [
2705
2705
  "TEXT_FILL"
2706
2706
  ]
2707
2707
  },
@@ -2716,7 +2716,7 @@
2716
2716
  "$type": "color",
2717
2717
  "$description": "Used for the default text color.",
2718
2718
  "$extensions": {
2719
- "com.figma.scope": [
2719
+ "com.figma.scopes": [
2720
2720
  "TEXT_FILL"
2721
2721
  ]
2722
2722
  }
@@ -2729,7 +2729,7 @@
2729
2729
  "$type": "color",
2730
2730
  "$description": "Used for supplemental text that doesn't need to be as prominent as other text.",
2731
2731
  "$extensions": {
2732
- "com.figma.scope": [
2732
+ "com.figma.scopes": [
2733
2733
  "TEXT_FILL"
2734
2734
  ]
2735
2735
  }
@@ -2742,7 +2742,7 @@
2742
2742
  "$type": "color",
2743
2743
  "$description": "Used for text with the highest contrast.",
2744
2744
  "$extensions": {
2745
- "com.figma.scope": [
2745
+ "com.figma.scopes": [
2746
2746
  "TEXT_FILL"
2747
2747
  ]
2748
2748
  }
@@ -2755,7 +2755,7 @@
2755
2755
  "$type": "color",
2756
2756
  "$description": "Used for headings level 1-6.",
2757
2757
  "$extensions": {
2758
- "com.figma.scope": [
2758
+ "com.figma.scopes": [
2759
2759
  "TEXT_FILL"
2760
2760
  ]
2761
2761
  }
@@ -2768,7 +2768,7 @@
2768
2768
  "$type": "color",
2769
2769
  "$description": "Used for default text links.",
2770
2770
  "$extensions": {
2771
- "com.figma.scope": [
2771
+ "com.figma.scopes": [
2772
2772
  "TEXT_FILL"
2773
2773
  ]
2774
2774
  }
@@ -2781,7 +2781,7 @@
2781
2781
  "$type": "color",
2782
2782
  "$description": "Used for text that requires caution or careful attention.",
2783
2783
  "$extensions": {
2784
- "com.figma.scope": [
2784
+ "com.figma.scopes": [
2785
2785
  "TEXT_FILL"
2786
2786
  ]
2787
2787
  }
@@ -2794,7 +2794,7 @@
2794
2794
  "$type": "color",
2795
2795
  "$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination.",
2796
2796
  "$extensions": {
2797
- "com.figma.scope": [
2797
+ "com.figma.scopes": [
2798
2798
  "TEXT_FILL"
2799
2799
  ]
2800
2800
  }
@@ -2807,7 +2807,7 @@
2807
2807
  "$type": "color",
2808
2808
  "$description": "Used for text indicating success, completion, approval, addition, or validity.",
2809
2809
  "$extensions": {
2810
- "com.figma.scope": [
2810
+ "com.figma.scopes": [
2811
2811
  "TEXT_FILL"
2812
2812
  ]
2813
2813
  }
@@ -2820,7 +2820,7 @@
2820
2820
  "$type": "color",
2821
2821
  "$description": "Used for disabled text.",
2822
2822
  "$extensions": {
2823
- "com.figma.scope": [
2823
+ "com.figma.scopes": [
2824
2824
  "TEXT_FILL"
2825
2825
  ]
2826
2826
  }