@gitlab/ui 126.3.2 → 126.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/base/icon/icon.js +1 -1
- package/dist/components/base/illustration/illustration.js +1 -1
- package/dist/components/charts/shared/tooltip/tooltip.js +2 -2
- package/dist/components/charts/stacked_column/stacked_column.js +16 -5
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/utils/charts/config.js +36 -1
- package/dist/utils/charts/mock_data.js +18 -1
- package/package.json +3 -3
- package/src/components/base/icon/icon.vue +1 -1
- package/src/components/base/illustration/illustration.vue +1 -1
- package/src/components/base/new_dropdowns/dropdown_item.scss +1 -1
- package/src/components/charts/shared/tooltip/tooltip.vue +2 -1
- package/src/components/charts/stacked_column/stacked_column.vue +16 -5
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +2788 -2788
- package/src/tokens/build/docs/tokens-tailwind-docs.json +2788 -2788
- package/src/tokens/build/figma/constants.tokens.json +326 -326
- package/src/tokens/build/figma/contextual.tokens.json +428 -428
- package/src/tokens/build/figma/deprecated.tokens.json +220 -220
- package/src/tokens/build/figma/semantic.tokens.json +191 -191
- package/src/tokens/build/json/tokens.dark.json +2330 -2330
- package/src/tokens/build/json/tokens.json +2330 -2330
- package/src/tokens/constant/border.tokens.json +10 -10
- package/src/tokens/constant/color.alpha.tokens.json +15 -15
- package/src/tokens/constant/color.tokens.json +211 -211
- package/src/tokens/constant/font.tokens.json +27 -27
- package/src/tokens/constant/line_height.tokens.json +10 -10
- package/src/tokens/constant/opacity.tokens.json +11 -11
- package/src/tokens/constant/shadow.tokens.json +3 -3
- package/src/tokens/constant/spacing_scale.tokens.json +32 -32
- package/src/tokens/constant/zindex.tokens.json +7 -7
- package/src/tokens/contextual/alert.tokens.json +20 -20
- package/src/tokens/contextual/avatar.tokens.json +14 -14
- package/src/tokens/contextual/badge.tokens.json +112 -112
- package/src/tokens/contextual/banner.tokens.json +3 -3
- package/src/tokens/contextual/breadcrumb.tokens.json +1 -1
- package/src/tokens/contextual/broadcast.tokens.json +41 -41
- package/src/tokens/contextual/button.tokens.json +122 -122
- package/src/tokens/contextual/card.tokens.json +1 -1
- package/src/tokens/contextual/chart.tokens.json +7 -7
- package/src/tokens/contextual/datepicker.tokens.json +2 -2
- package/src/tokens/contextual/drawer.tokens.json +1 -1
- package/src/tokens/contextual/dropdown.tokens.json +22 -22
- package/src/tokens/contextual/filtered-search.tokens.json +6 -6
- package/src/tokens/contextual/illustration.tokens.json +32 -32
- package/src/tokens/contextual/label.tokens.json +12 -12
- package/src/tokens/contextual/link.tokens.json +4 -4
- package/src/tokens/contextual/modal.tokens.json +1 -1
- package/src/tokens/contextual/progress-bar.tokens.json +5 -5
- package/src/tokens/contextual/skeleton-loader.tokens.json +2 -2
- package/src/tokens/contextual/spinner.tokens.json +4 -4
- package/src/tokens/contextual/table.tokens.json +2 -2
- package/src/tokens/contextual/tabs.tokens.json +1 -1
- package/src/tokens/contextual/toggle.tokens.json +9 -9
- package/src/tokens/contextual/token-selector.tokens.json +1 -1
- package/src/tokens/contextual/token.tokens.json +3 -3
- package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +55 -55
- package/src/tokens/deprecated/deprecated.color.theme.tokens.json +72 -72
- package/src/tokens/deprecated/deprecated.color.tokens.json +80 -80
- package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +13 -13
- package/src/tokens/semantic/action.tokens.json +76 -76
- package/src/tokens/semantic/background.tokens.json +7 -7
- package/src/tokens/semantic/border.tokens.json +5 -5
- package/src/tokens/semantic/control.tokens.json +21 -21
- package/src/tokens/semantic/feedback.tokens.json +30 -30
- package/src/tokens/semantic/focus-ring.tokens.json +2 -2
- package/src/tokens/semantic/font.tokens.json +2 -2
- package/src/tokens/semantic/heading.tokens.json +2 -2
- package/src/tokens/semantic/highlight.tokens.json +4 -4
- package/src/tokens/semantic/icon.tokens.json +9 -9
- package/src/tokens/semantic/letter_spacing.tokens.json +1 -1
- package/src/tokens/semantic/line_height.tokens.json +1 -1
- package/src/tokens/semantic/shadow.tokens.json +1 -1
- package/src/tokens/semantic/status.tokens.json +18 -18
- package/src/tokens/semantic/text.tokens.json +12 -12
- package/src/utils/charts/config.js +28 -0
- package/src/utils/charts/mock_data.js +7 -0
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"$type": "color",
|
|
12
12
|
"$description": "Used for the background of a muted badge when static or the default state when linked.",
|
|
13
13
|
"$extensions": {
|
|
14
|
-
"com.figma.
|
|
14
|
+
"com.figma.scopes": [
|
|
15
15
|
"FRAME_FILL",
|
|
16
16
|
"SHAPE_FILL"
|
|
17
17
|
]
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"$type": "color",
|
|
24
24
|
"$description": "Used for the background of a muted badge in the hover state.",
|
|
25
25
|
"$extensions": {
|
|
26
|
-
"com.figma.
|
|
26
|
+
"com.figma.scopes": [
|
|
27
27
|
"FRAME_FILL",
|
|
28
28
|
"SHAPE_FILL"
|
|
29
29
|
]
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"$type": "color",
|
|
36
36
|
"$description": "Used for the background of a muted badge in the focus state.",
|
|
37
37
|
"$extensions": {
|
|
38
|
-
"com.figma.
|
|
38
|
+
"com.figma.scopes": [
|
|
39
39
|
"FRAME_FILL",
|
|
40
40
|
"SHAPE_FILL"
|
|
41
41
|
]
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"$type": "color",
|
|
51
51
|
"$description": "Used for the background of a muted badge in the active state.",
|
|
52
52
|
"$extensions": {
|
|
53
|
-
"com.figma.
|
|
53
|
+
"com.figma.scopes": [
|
|
54
54
|
"FRAME_FILL",
|
|
55
55
|
"SHAPE_FILL"
|
|
56
56
|
]
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"$type": "color",
|
|
66
66
|
"$description": "Used for the border of a muted badge when static or the default state when linked.",
|
|
67
67
|
"$extensions": {
|
|
68
|
-
"com.figma.
|
|
68
|
+
"com.figma.scopes": [
|
|
69
69
|
"STROKE_COLOR"
|
|
70
70
|
]
|
|
71
71
|
}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"$type": "color",
|
|
79
79
|
"$description": "Used for the border of a muted badge in the hover state.",
|
|
80
80
|
"$extensions": {
|
|
81
|
-
"com.figma.
|
|
81
|
+
"com.figma.scopes": [
|
|
82
82
|
"STROKE_COLOR"
|
|
83
83
|
]
|
|
84
84
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"$type": "color",
|
|
89
89
|
"$description": "Used for the border of a muted badge in the focus state.",
|
|
90
90
|
"$extensions": {
|
|
91
|
-
"com.figma.
|
|
91
|
+
"com.figma.scopes": [
|
|
92
92
|
"STROKE_COLOR"
|
|
93
93
|
]
|
|
94
94
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"$type": "color",
|
|
99
99
|
"$description": "Used for the border of a muted badge in the active state.",
|
|
100
100
|
"$extensions": {
|
|
101
|
-
"com.figma.
|
|
101
|
+
"com.figma.scopes": [
|
|
102
102
|
"STROKE_COLOR"
|
|
103
103
|
]
|
|
104
104
|
}
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"$type": "color",
|
|
116
116
|
"$description": "Used for the text of a muted badge when static or the default state when linked.",
|
|
117
117
|
"$extensions": {
|
|
118
|
-
"com.figma.
|
|
118
|
+
"com.figma.scopes": [
|
|
119
119
|
"TEXT_FILL"
|
|
120
120
|
]
|
|
121
121
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"$type": "color",
|
|
129
129
|
"$description": "Used for the text of a muted badge in the hover state.",
|
|
130
130
|
"$extensions": {
|
|
131
|
-
"com.figma.
|
|
131
|
+
"com.figma.scopes": [
|
|
132
132
|
"TEXT_FILL"
|
|
133
133
|
]
|
|
134
134
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"$type": "color",
|
|
139
139
|
"$description": "Used for the text of a muted badge in the focus state.",
|
|
140
140
|
"$extensions": {
|
|
141
|
-
"com.figma.
|
|
141
|
+
"com.figma.scopes": [
|
|
142
142
|
"TEXT_FILL"
|
|
143
143
|
]
|
|
144
144
|
},
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"$type": "color",
|
|
153
153
|
"$description": "Used for the text of a muted badge in the active state.",
|
|
154
154
|
"$extensions": {
|
|
155
|
-
"com.figma.
|
|
155
|
+
"com.figma.scopes": [
|
|
156
156
|
"TEXT_FILL"
|
|
157
157
|
]
|
|
158
158
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"$type": "color",
|
|
170
170
|
"$description": "Used for the icon of a muted badge when static or the default state when linked.",
|
|
171
171
|
"$extensions": {
|
|
172
|
-
"com.figma.
|
|
172
|
+
"com.figma.scopes": [
|
|
173
173
|
"SHAPE_FILL",
|
|
174
174
|
"TEXT_FILL"
|
|
175
175
|
]
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"$type": "color",
|
|
184
184
|
"$description": "Used for the icon of a muted badge in the hover state.",
|
|
185
185
|
"$extensions": {
|
|
186
|
-
"com.figma.
|
|
186
|
+
"com.figma.scopes": [
|
|
187
187
|
"SHAPE_FILL",
|
|
188
188
|
"TEXT_FILL"
|
|
189
189
|
]
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"$type": "color",
|
|
195
195
|
"$description": "Used for the icon of a muted badge in the focus state.",
|
|
196
196
|
"$extensions": {
|
|
197
|
-
"com.figma.
|
|
197
|
+
"com.figma.scopes": [
|
|
198
198
|
"SHAPE_FILL",
|
|
199
199
|
"TEXT_FILL"
|
|
200
200
|
]
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"$type": "color",
|
|
210
210
|
"$description": "Used for the icon of a muted badge in the active state.",
|
|
211
211
|
"$extensions": {
|
|
212
|
-
"com.figma.
|
|
212
|
+
"com.figma.scopes": [
|
|
213
213
|
"SHAPE_FILL",
|
|
214
214
|
"TEXT_FILL"
|
|
215
215
|
]
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"$type": "color",
|
|
230
230
|
"$description": "Used for the background of a neutral badge when static or the default state when linked.",
|
|
231
231
|
"$extensions": {
|
|
232
|
-
"com.figma.
|
|
232
|
+
"com.figma.scopes": [
|
|
233
233
|
"FRAME_FILL",
|
|
234
234
|
"SHAPE_FILL"
|
|
235
235
|
]
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"$type": "color",
|
|
241
241
|
"$description": "Used for the background of a neutral badge in the hover state.",
|
|
242
242
|
"$extensions": {
|
|
243
|
-
"com.figma.
|
|
243
|
+
"com.figma.scopes": [
|
|
244
244
|
"FRAME_FILL",
|
|
245
245
|
"SHAPE_FILL"
|
|
246
246
|
]
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"$type": "color",
|
|
252
252
|
"$description": "Used for the background of a neutral badge in the focus state.",
|
|
253
253
|
"$extensions": {
|
|
254
|
-
"com.figma.
|
|
254
|
+
"com.figma.scopes": [
|
|
255
255
|
"FRAME_FILL",
|
|
256
256
|
"SHAPE_FILL"
|
|
257
257
|
]
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"$type": "color",
|
|
266
266
|
"$description": "Used for the background of a neutral badge in the active state.",
|
|
267
267
|
"$extensions": {
|
|
268
|
-
"com.figma.
|
|
268
|
+
"com.figma.scopes": [
|
|
269
269
|
"FRAME_FILL",
|
|
270
270
|
"SHAPE_FILL"
|
|
271
271
|
]
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"$type": "color",
|
|
281
281
|
"$description": "Used for the border of a neutral badge when static or the default state when linked.",
|
|
282
282
|
"$extensions": {
|
|
283
|
-
"com.figma.
|
|
283
|
+
"com.figma.scopes": [
|
|
284
284
|
"STROKE_COLOR"
|
|
285
285
|
]
|
|
286
286
|
}
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"$type": "color",
|
|
294
294
|
"$description": "Used for the border of a neutral badge in the hover state.",
|
|
295
295
|
"$extensions": {
|
|
296
|
-
"com.figma.
|
|
296
|
+
"com.figma.scopes": [
|
|
297
297
|
"STROKE_COLOR"
|
|
298
298
|
]
|
|
299
299
|
}
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"$type": "color",
|
|
304
304
|
"$description": "Used for the border of a neutral badge in the focus state.",
|
|
305
305
|
"$extensions": {
|
|
306
|
-
"com.figma.
|
|
306
|
+
"com.figma.scopes": [
|
|
307
307
|
"STROKE_COLOR"
|
|
308
308
|
]
|
|
309
309
|
}
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"$type": "color",
|
|
314
314
|
"$description": "Used for the border of a neutral badge in the active state.",
|
|
315
315
|
"$extensions": {
|
|
316
|
-
"com.figma.
|
|
316
|
+
"com.figma.scopes": [
|
|
317
317
|
"STROKE_COLOR"
|
|
318
318
|
]
|
|
319
319
|
}
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"$type": "color",
|
|
331
331
|
"$description": "Used for the text of a neutral badge when static or the default state when linked.",
|
|
332
332
|
"$extensions": {
|
|
333
|
-
"com.figma.
|
|
333
|
+
"com.figma.scopes": [
|
|
334
334
|
"TEXT_FILL"
|
|
335
335
|
]
|
|
336
336
|
}
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"$type": "color",
|
|
344
344
|
"$description": "Used for the text of a neutral badge in the hover state.",
|
|
345
345
|
"$extensions": {
|
|
346
|
-
"com.figma.
|
|
346
|
+
"com.figma.scopes": [
|
|
347
347
|
"TEXT_FILL"
|
|
348
348
|
]
|
|
349
349
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"$type": "color",
|
|
354
354
|
"$description": "Used for the text of a neutral badge in the focus state.",
|
|
355
355
|
"$extensions": {
|
|
356
|
-
"com.figma.
|
|
356
|
+
"com.figma.scopes": [
|
|
357
357
|
"TEXT_FILL"
|
|
358
358
|
]
|
|
359
359
|
}
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"$type": "color",
|
|
367
367
|
"$description": "Used for the text of a neutral badge in the active state.",
|
|
368
368
|
"$extensions": {
|
|
369
|
-
"com.figma.
|
|
369
|
+
"com.figma.scopes": [
|
|
370
370
|
"TEXT_FILL"
|
|
371
371
|
]
|
|
372
372
|
}
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"$type": "color",
|
|
384
384
|
"$description": "Used for the icon of a neutral badge when static or the default state when linked.",
|
|
385
385
|
"$extensions": {
|
|
386
|
-
"com.figma.
|
|
386
|
+
"com.figma.scopes": [
|
|
387
387
|
"SHAPE_FILL",
|
|
388
388
|
"TEXT_FILL"
|
|
389
389
|
]
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"$type": "color",
|
|
398
398
|
"$description": "Used for the icon of a neutral badge in the hover state.",
|
|
399
399
|
"$extensions": {
|
|
400
|
-
"com.figma.
|
|
400
|
+
"com.figma.scopes": [
|
|
401
401
|
"SHAPE_FILL",
|
|
402
402
|
"TEXT_FILL"
|
|
403
403
|
]
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"$type": "color",
|
|
409
409
|
"$description": "Used for the icon of a neutral badge in the focus state.",
|
|
410
410
|
"$extensions": {
|
|
411
|
-
"com.figma.
|
|
411
|
+
"com.figma.scopes": [
|
|
412
412
|
"SHAPE_FILL",
|
|
413
413
|
"TEXT_FILL"
|
|
414
414
|
]
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
"$type": "color",
|
|
423
423
|
"$description": "Used for the icon of a neutral badge in the active state.",
|
|
424
424
|
"$extensions": {
|
|
425
|
-
"com.figma.
|
|
425
|
+
"com.figma.scopes": [
|
|
426
426
|
"SHAPE_FILL",
|
|
427
427
|
"TEXT_FILL"
|
|
428
428
|
]
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"$type": "color",
|
|
443
443
|
"$description": "Used for the background of an informational badge when static or the default state when linked.",
|
|
444
444
|
"$extensions": {
|
|
445
|
-
"com.figma.
|
|
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": "Used for the background of an informational badge in the hover state.",
|
|
455
455
|
"$extensions": {
|
|
456
|
-
"com.figma.
|
|
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": "Used for the background of an informational badge in the focus state.",
|
|
466
466
|
"$extensions": {
|
|
467
|
-
"com.figma.
|
|
467
|
+
"com.figma.scopes": [
|
|
468
468
|
"FRAME_FILL",
|
|
469
469
|
"SHAPE_FILL"
|
|
470
470
|
]
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"$type": "color",
|
|
479
479
|
"$description": "Used for the background of an informational badge in the active state.",
|
|
480
480
|
"$extensions": {
|
|
481
|
-
"com.figma.
|
|
481
|
+
"com.figma.scopes": [
|
|
482
482
|
"FRAME_FILL",
|
|
483
483
|
"SHAPE_FILL"
|
|
484
484
|
]
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
"$type": "color",
|
|
494
494
|
"$description": "Used for the border of an informational badge when static or the default state when linked.",
|
|
495
495
|
"$extensions": {
|
|
496
|
-
"com.figma.
|
|
496
|
+
"com.figma.scopes": [
|
|
497
497
|
"STROKE_COLOR"
|
|
498
498
|
]
|
|
499
499
|
}
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"$type": "color",
|
|
507
507
|
"$description": "Used for the border of an informational badge in the hover state.",
|
|
508
508
|
"$extensions": {
|
|
509
|
-
"com.figma.
|
|
509
|
+
"com.figma.scopes": [
|
|
510
510
|
"STROKE_COLOR"
|
|
511
511
|
]
|
|
512
512
|
}
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"$type": "color",
|
|
517
517
|
"$description": "Used for the border of an informational badge in the focus state.",
|
|
518
518
|
"$extensions": {
|
|
519
|
-
"com.figma.
|
|
519
|
+
"com.figma.scopes": [
|
|
520
520
|
"STROKE_COLOR"
|
|
521
521
|
]
|
|
522
522
|
}
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"$type": "color",
|
|
527
527
|
"$description": "Used for the border of an informational badge in the active state.",
|
|
528
528
|
"$extensions": {
|
|
529
|
-
"com.figma.
|
|
529
|
+
"com.figma.scopes": [
|
|
530
530
|
"STROKE_COLOR"
|
|
531
531
|
]
|
|
532
532
|
}
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"$type": "color",
|
|
544
544
|
"$description": "Used for the text of an informational badge when static or the default state when linked.",
|
|
545
545
|
"$extensions": {
|
|
546
|
-
"com.figma.
|
|
546
|
+
"com.figma.scopes": [
|
|
547
547
|
"TEXT_FILL"
|
|
548
548
|
]
|
|
549
549
|
}
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"$type": "color",
|
|
557
557
|
"$description": "Used for the text of an informational badge in the hover state.",
|
|
558
558
|
"$extensions": {
|
|
559
|
-
"com.figma.
|
|
559
|
+
"com.figma.scopes": [
|
|
560
560
|
"TEXT_FILL"
|
|
561
561
|
]
|
|
562
562
|
}
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"$type": "color",
|
|
567
567
|
"$description": "Used for the text of an informational badge in the focus state.",
|
|
568
568
|
"$extensions": {
|
|
569
|
-
"com.figma.
|
|
569
|
+
"com.figma.scopes": [
|
|
570
570
|
"TEXT_FILL"
|
|
571
571
|
]
|
|
572
572
|
}
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"$type": "color",
|
|
580
580
|
"$description": "Used for the text of an informational badge in the active state.",
|
|
581
581
|
"$extensions": {
|
|
582
|
-
"com.figma.
|
|
582
|
+
"com.figma.scopes": [
|
|
583
583
|
"TEXT_FILL"
|
|
584
584
|
]
|
|
585
585
|
}
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"$type": "color",
|
|
597
597
|
"$description": "Used for the icon of an informational badge when static or the default state when linked.",
|
|
598
598
|
"$extensions": {
|
|
599
|
-
"com.figma.
|
|
599
|
+
"com.figma.scopes": [
|
|
600
600
|
"SHAPE_FILL",
|
|
601
601
|
"TEXT_FILL"
|
|
602
602
|
]
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"$type": "color",
|
|
611
611
|
"$description": "Used for the icon of an informational badge in the hover state.",
|
|
612
612
|
"$extensions": {
|
|
613
|
-
"com.figma.
|
|
613
|
+
"com.figma.scopes": [
|
|
614
614
|
"SHAPE_FILL",
|
|
615
615
|
"TEXT_FILL"
|
|
616
616
|
]
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"$type": "color",
|
|
622
622
|
"$description": "Used for the icon of an informational badge in the focus state.",
|
|
623
623
|
"$extensions": {
|
|
624
|
-
"com.figma.
|
|
624
|
+
"com.figma.scopes": [
|
|
625
625
|
"SHAPE_FILL",
|
|
626
626
|
"TEXT_FILL"
|
|
627
627
|
]
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"$type": "color",
|
|
636
636
|
"$description": "Used for the icon of an informational badge in the active state.",
|
|
637
637
|
"$extensions": {
|
|
638
|
-
"com.figma.
|
|
638
|
+
"com.figma.scopes": [
|
|
639
639
|
"SHAPE_FILL",
|
|
640
640
|
"TEXT_FILL"
|
|
641
641
|
]
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
"$type": "color",
|
|
656
656
|
"$description": "Used for the background of a success badge when static or the default state when linked.",
|
|
657
657
|
"$extensions": {
|
|
658
|
-
"com.figma.
|
|
658
|
+
"com.figma.scopes": [
|
|
659
659
|
"FRAME_FILL",
|
|
660
660
|
"SHAPE_FILL"
|
|
661
661
|
]
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"$type": "color",
|
|
667
667
|
"$description": "Used for the background of a success badge in the hover state.",
|
|
668
668
|
"$extensions": {
|
|
669
|
-
"com.figma.
|
|
669
|
+
"com.figma.scopes": [
|
|
670
670
|
"FRAME_FILL",
|
|
671
671
|
"SHAPE_FILL"
|
|
672
672
|
]
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"$type": "color",
|
|
678
678
|
"$description": "Used for the background of a success badge in the focus state.",
|
|
679
679
|
"$extensions": {
|
|
680
|
-
"com.figma.
|
|
680
|
+
"com.figma.scopes": [
|
|
681
681
|
"FRAME_FILL",
|
|
682
682
|
"SHAPE_FILL"
|
|
683
683
|
]
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"$type": "color",
|
|
692
692
|
"$description": "Used for the background of a success badge in the active state.",
|
|
693
693
|
"$extensions": {
|
|
694
|
-
"com.figma.
|
|
694
|
+
"com.figma.scopes": [
|
|
695
695
|
"FRAME_FILL",
|
|
696
696
|
"SHAPE_FILL"
|
|
697
697
|
]
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"$type": "color",
|
|
707
707
|
"$description": "Used for the border of a success badge when static or the default state when linked.",
|
|
708
708
|
"$extensions": {
|
|
709
|
-
"com.figma.
|
|
709
|
+
"com.figma.scopes": [
|
|
710
710
|
"STROKE_COLOR"
|
|
711
711
|
]
|
|
712
712
|
}
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"$type": "color",
|
|
720
720
|
"$description": "Used for the border of a success badge in the hover state.",
|
|
721
721
|
"$extensions": {
|
|
722
|
-
"com.figma.
|
|
722
|
+
"com.figma.scopes": [
|
|
723
723
|
"STROKE_COLOR"
|
|
724
724
|
]
|
|
725
725
|
}
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"$type": "color",
|
|
730
730
|
"$description": "Used for the border of a success badge in the focus state.",
|
|
731
731
|
"$extensions": {
|
|
732
|
-
"com.figma.
|
|
732
|
+
"com.figma.scopes": [
|
|
733
733
|
"STROKE_COLOR"
|
|
734
734
|
]
|
|
735
735
|
}
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
"$type": "color",
|
|
740
740
|
"$description": "Used for the border of a success badge in the active state.",
|
|
741
741
|
"$extensions": {
|
|
742
|
-
"com.figma.
|
|
742
|
+
"com.figma.scopes": [
|
|
743
743
|
"STROKE_COLOR"
|
|
744
744
|
]
|
|
745
745
|
}
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"$type": "color",
|
|
757
757
|
"$description": "Used for the text of a success badge when static or the default state when linked.",
|
|
758
758
|
"$extensions": {
|
|
759
|
-
"com.figma.
|
|
759
|
+
"com.figma.scopes": [
|
|
760
760
|
"TEXT_FILL"
|
|
761
761
|
]
|
|
762
762
|
}
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"$type": "color",
|
|
770
770
|
"$description": "Used for the text of a success badge in the hover state.",
|
|
771
771
|
"$extensions": {
|
|
772
|
-
"com.figma.
|
|
772
|
+
"com.figma.scopes": [
|
|
773
773
|
"TEXT_FILL"
|
|
774
774
|
]
|
|
775
775
|
}
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"$type": "color",
|
|
780
780
|
"$description": "Used for the text of a success badge in the focus state.",
|
|
781
781
|
"$extensions": {
|
|
782
|
-
"com.figma.
|
|
782
|
+
"com.figma.scopes": [
|
|
783
783
|
"TEXT_FILL"
|
|
784
784
|
]
|
|
785
785
|
}
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"$type": "color",
|
|
793
793
|
"$description": "Used for the text of a success badge in the active state.",
|
|
794
794
|
"$extensions": {
|
|
795
|
-
"com.figma.
|
|
795
|
+
"com.figma.scopes": [
|
|
796
796
|
"TEXT_FILL"
|
|
797
797
|
]
|
|
798
798
|
}
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"$type": "color",
|
|
810
810
|
"$description": "Used for the icon of a success badge when static or the default state when linked.",
|
|
811
811
|
"$extensions": {
|
|
812
|
-
"com.figma.
|
|
812
|
+
"com.figma.scopes": [
|
|
813
813
|
"SHAPE_FILL",
|
|
814
814
|
"TEXT_FILL"
|
|
815
815
|
]
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
"$type": "color",
|
|
824
824
|
"$description": "Used for the icon of a success badge in the hover state.",
|
|
825
825
|
"$extensions": {
|
|
826
|
-
"com.figma.
|
|
826
|
+
"com.figma.scopes": [
|
|
827
827
|
"SHAPE_FILL",
|
|
828
828
|
"TEXT_FILL"
|
|
829
829
|
]
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"$type": "color",
|
|
835
835
|
"$description": "Used for the icon of a success badge in the focus state.",
|
|
836
836
|
"$extensions": {
|
|
837
|
-
"com.figma.
|
|
837
|
+
"com.figma.scopes": [
|
|
838
838
|
"SHAPE_FILL",
|
|
839
839
|
"TEXT_FILL"
|
|
840
840
|
]
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
"$type": "color",
|
|
849
849
|
"$description": "Used for the icon of a success badge in the active state.",
|
|
850
850
|
"$extensions": {
|
|
851
|
-
"com.figma.
|
|
851
|
+
"com.figma.scopes": [
|
|
852
852
|
"SHAPE_FILL",
|
|
853
853
|
"TEXT_FILL"
|
|
854
854
|
]
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
"$type": "color",
|
|
869
869
|
"$description": "Used for the background of a warning badge when static or the default state when linked.",
|
|
870
870
|
"$extensions": {
|
|
871
|
-
"com.figma.
|
|
871
|
+
"com.figma.scopes": [
|
|
872
872
|
"FRAME_FILL",
|
|
873
873
|
"SHAPE_FILL"
|
|
874
874
|
]
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"$type": "color",
|
|
880
880
|
"$description": "Used for the background of a warning badge in the hover state.",
|
|
881
881
|
"$extensions": {
|
|
882
|
-
"com.figma.
|
|
882
|
+
"com.figma.scopes": [
|
|
883
883
|
"FRAME_FILL",
|
|
884
884
|
"SHAPE_FILL"
|
|
885
885
|
]
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"$type": "color",
|
|
891
891
|
"$description": "Used for the background of a warning badge in the focus state.",
|
|
892
892
|
"$extensions": {
|
|
893
|
-
"com.figma.
|
|
893
|
+
"com.figma.scopes": [
|
|
894
894
|
"FRAME_FILL",
|
|
895
895
|
"SHAPE_FILL"
|
|
896
896
|
]
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"$type": "color",
|
|
905
905
|
"$description": "Used for the background of a warning badge in the active state.",
|
|
906
906
|
"$extensions": {
|
|
907
|
-
"com.figma.
|
|
907
|
+
"com.figma.scopes": [
|
|
908
908
|
"FRAME_FILL",
|
|
909
909
|
"SHAPE_FILL"
|
|
910
910
|
]
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
"$type": "color",
|
|
920
920
|
"$description": "Used for the border of a warning badge when static or the default state when linked.",
|
|
921
921
|
"$extensions": {
|
|
922
|
-
"com.figma.
|
|
922
|
+
"com.figma.scopes": [
|
|
923
923
|
"STROKE_COLOR"
|
|
924
924
|
]
|
|
925
925
|
}
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
"$type": "color",
|
|
933
933
|
"$description": "Used for the border of a warning badge in the hover state.",
|
|
934
934
|
"$extensions": {
|
|
935
|
-
"com.figma.
|
|
935
|
+
"com.figma.scopes": [
|
|
936
936
|
"STROKE_COLOR"
|
|
937
937
|
]
|
|
938
938
|
}
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"$type": "color",
|
|
943
943
|
"$description": "Used for the border of a warning badge in the focus state.",
|
|
944
944
|
"$extensions": {
|
|
945
|
-
"com.figma.
|
|
945
|
+
"com.figma.scopes": [
|
|
946
946
|
"STROKE_COLOR"
|
|
947
947
|
]
|
|
948
948
|
}
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
"$type": "color",
|
|
953
953
|
"$description": "Used for the border of a warning badge in the active state.",
|
|
954
954
|
"$extensions": {
|
|
955
|
-
"com.figma.
|
|
955
|
+
"com.figma.scopes": [
|
|
956
956
|
"STROKE_COLOR"
|
|
957
957
|
]
|
|
958
958
|
}
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"$type": "color",
|
|
970
970
|
"$description": "Used for the text of a warning badge when static or the default state when linked.",
|
|
971
971
|
"$extensions": {
|
|
972
|
-
"com.figma.
|
|
972
|
+
"com.figma.scopes": [
|
|
973
973
|
"TEXT_FILL"
|
|
974
974
|
]
|
|
975
975
|
}
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"$type": "color",
|
|
983
983
|
"$description": "Used for the text of a warning badge in the hover state.",
|
|
984
984
|
"$extensions": {
|
|
985
|
-
"com.figma.
|
|
985
|
+
"com.figma.scopes": [
|
|
986
986
|
"TEXT_FILL"
|
|
987
987
|
]
|
|
988
988
|
}
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"$type": "color",
|
|
993
993
|
"$description": "Used for the text of a warning badge in the focus state.",
|
|
994
994
|
"$extensions": {
|
|
995
|
-
"com.figma.
|
|
995
|
+
"com.figma.scopes": [
|
|
996
996
|
"TEXT_FILL"
|
|
997
997
|
]
|
|
998
998
|
}
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"$type": "color",
|
|
1006
1006
|
"$description": "Used for the text of a warning badge in the active state.",
|
|
1007
1007
|
"$extensions": {
|
|
1008
|
-
"com.figma.
|
|
1008
|
+
"com.figma.scopes": [
|
|
1009
1009
|
"TEXT_FILL"
|
|
1010
1010
|
]
|
|
1011
1011
|
}
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"$type": "color",
|
|
1023
1023
|
"$description": "Used for the icon of a warning badge when static or the default state when linked.",
|
|
1024
1024
|
"$extensions": {
|
|
1025
|
-
"com.figma.
|
|
1025
|
+
"com.figma.scopes": [
|
|
1026
1026
|
"SHAPE_FILL",
|
|
1027
1027
|
"TEXT_FILL"
|
|
1028
1028
|
]
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"$type": "color",
|
|
1037
1037
|
"$description": "Used for the icon of a warning badge in the hover state.",
|
|
1038
1038
|
"$extensions": {
|
|
1039
|
-
"com.figma.
|
|
1039
|
+
"com.figma.scopes": [
|
|
1040
1040
|
"SHAPE_FILL",
|
|
1041
1041
|
"TEXT_FILL"
|
|
1042
1042
|
]
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"$type": "color",
|
|
1048
1048
|
"$description": "Used for the icon of a warning badge in the focus state.",
|
|
1049
1049
|
"$extensions": {
|
|
1050
|
-
"com.figma.
|
|
1050
|
+
"com.figma.scopes": [
|
|
1051
1051
|
"SHAPE_FILL",
|
|
1052
1052
|
"TEXT_FILL"
|
|
1053
1053
|
]
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
"$type": "color",
|
|
1062
1062
|
"$description": "Used for the icon of a warning badge in the active state.",
|
|
1063
1063
|
"$extensions": {
|
|
1064
|
-
"com.figma.
|
|
1064
|
+
"com.figma.scopes": [
|
|
1065
1065
|
"SHAPE_FILL",
|
|
1066
1066
|
"TEXT_FILL"
|
|
1067
1067
|
]
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
"$type": "color",
|
|
1082
1082
|
"$description": "Used for the background of a danger badge when static or the default state when linked.",
|
|
1083
1083
|
"$extensions": {
|
|
1084
|
-
"com.figma.
|
|
1084
|
+
"com.figma.scopes": [
|
|
1085
1085
|
"FRAME_FILL",
|
|
1086
1086
|
"SHAPE_FILL"
|
|
1087
1087
|
]
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"$type": "color",
|
|
1093
1093
|
"$description": "Used for the background of a danger badge in the hover state.",
|
|
1094
1094
|
"$extensions": {
|
|
1095
|
-
"com.figma.
|
|
1095
|
+
"com.figma.scopes": [
|
|
1096
1096
|
"FRAME_FILL",
|
|
1097
1097
|
"SHAPE_FILL"
|
|
1098
1098
|
]
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
"$type": "color",
|
|
1104
1104
|
"$description": "Used for the background of a danger badge in the focus state.",
|
|
1105
1105
|
"$extensions": {
|
|
1106
|
-
"com.figma.
|
|
1106
|
+
"com.figma.scopes": [
|
|
1107
1107
|
"FRAME_FILL",
|
|
1108
1108
|
"SHAPE_FILL"
|
|
1109
1109
|
]
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"$type": "color",
|
|
1118
1118
|
"$description": "Used for the background of a danger badge in the active state.",
|
|
1119
1119
|
"$extensions": {
|
|
1120
|
-
"com.figma.
|
|
1120
|
+
"com.figma.scopes": [
|
|
1121
1121
|
"FRAME_FILL",
|
|
1122
1122
|
"SHAPE_FILL"
|
|
1123
1123
|
]
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"$type": "color",
|
|
1133
1133
|
"$description": "Used for the border of a danger badge when static or the default state when linked.",
|
|
1134
1134
|
"$extensions": {
|
|
1135
|
-
"com.figma.
|
|
1135
|
+
"com.figma.scopes": [
|
|
1136
1136
|
"STROKE_COLOR"
|
|
1137
1137
|
]
|
|
1138
1138
|
}
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
"$type": "color",
|
|
1146
1146
|
"$description": "Used for the border of a danger badge in the hover state.",
|
|
1147
1147
|
"$extensions": {
|
|
1148
|
-
"com.figma.
|
|
1148
|
+
"com.figma.scopes": [
|
|
1149
1149
|
"STROKE_COLOR"
|
|
1150
1150
|
]
|
|
1151
1151
|
}
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
"$type": "color",
|
|
1156
1156
|
"$description": "Used for the border of a danger badge in the focus state.",
|
|
1157
1157
|
"$extensions": {
|
|
1158
|
-
"com.figma.
|
|
1158
|
+
"com.figma.scopes": [
|
|
1159
1159
|
"STROKE_COLOR"
|
|
1160
1160
|
]
|
|
1161
1161
|
}
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
"$type": "color",
|
|
1166
1166
|
"$description": "Used for the border of a danger badge in the active state.",
|
|
1167
1167
|
"$extensions": {
|
|
1168
|
-
"com.figma.
|
|
1168
|
+
"com.figma.scopes": [
|
|
1169
1169
|
"STROKE_COLOR"
|
|
1170
1170
|
]
|
|
1171
1171
|
}
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"$type": "color",
|
|
1183
1183
|
"$description": "Used for the text of a danger badge when static or the default state when linked.",
|
|
1184
1184
|
"$extensions": {
|
|
1185
|
-
"com.figma.
|
|
1185
|
+
"com.figma.scopes": [
|
|
1186
1186
|
"TEXT_FILL"
|
|
1187
1187
|
]
|
|
1188
1188
|
}
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
"$type": "color",
|
|
1196
1196
|
"$description": "Used for the text of a danger badge in the hover state.",
|
|
1197
1197
|
"$extensions": {
|
|
1198
|
-
"com.figma.
|
|
1198
|
+
"com.figma.scopes": [
|
|
1199
1199
|
"TEXT_FILL"
|
|
1200
1200
|
]
|
|
1201
1201
|
}
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
"$type": "color",
|
|
1206
1206
|
"$description": "Used for the text of a danger badge in the focus state.",
|
|
1207
1207
|
"$extensions": {
|
|
1208
|
-
"com.figma.
|
|
1208
|
+
"com.figma.scopes": [
|
|
1209
1209
|
"TEXT_FILL"
|
|
1210
1210
|
]
|
|
1211
1211
|
}
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
"$type": "color",
|
|
1219
1219
|
"$description": "Used for the text of a danger badge in the active state.",
|
|
1220
1220
|
"$extensions": {
|
|
1221
|
-
"com.figma.
|
|
1221
|
+
"com.figma.scopes": [
|
|
1222
1222
|
"TEXT_FILL"
|
|
1223
1223
|
]
|
|
1224
1224
|
}
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
"$type": "color",
|
|
1236
1236
|
"$description": "Used for the icon of a danger badge when static or the default state when linked.",
|
|
1237
1237
|
"$extensions": {
|
|
1238
|
-
"com.figma.
|
|
1238
|
+
"com.figma.scopes": [
|
|
1239
1239
|
"SHAPE_FILL",
|
|
1240
1240
|
"TEXT_FILL"
|
|
1241
1241
|
]
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"$type": "color",
|
|
1250
1250
|
"$description": "Used for the icon of a danger badge in the hover state.",
|
|
1251
1251
|
"$extensions": {
|
|
1252
|
-
"com.figma.
|
|
1252
|
+
"com.figma.scopes": [
|
|
1253
1253
|
"SHAPE_FILL",
|
|
1254
1254
|
"TEXT_FILL"
|
|
1255
1255
|
]
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"$type": "color",
|
|
1261
1261
|
"$description": "Used for the icon of a danger badge in the focus state.",
|
|
1262
1262
|
"$extensions": {
|
|
1263
|
-
"com.figma.
|
|
1263
|
+
"com.figma.scopes": [
|
|
1264
1264
|
"SHAPE_FILL",
|
|
1265
1265
|
"TEXT_FILL"
|
|
1266
1266
|
]
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
"$type": "color",
|
|
1275
1275
|
"$description": "Used for the icon of a danger badge in the active state.",
|
|
1276
1276
|
"$extensions": {
|
|
1277
|
-
"com.figma.
|
|
1277
|
+
"com.figma.scopes": [
|
|
1278
1278
|
"SHAPE_FILL",
|
|
1279
1279
|
"TEXT_FILL"
|
|
1280
1280
|
]
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
"$type": "color",
|
|
1295
1295
|
"$description": "Used for the background of a tier related badge when static or the default state when linked.",
|
|
1296
1296
|
"$extensions": {
|
|
1297
|
-
"com.figma.
|
|
1297
|
+
"com.figma.scopes": [
|
|
1298
1298
|
"FRAME_FILL",
|
|
1299
1299
|
"SHAPE_FILL"
|
|
1300
1300
|
]
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"$type": "color",
|
|
1306
1306
|
"$description": "Used for the background of a tier related badge in the hover state.",
|
|
1307
1307
|
"$extensions": {
|
|
1308
|
-
"com.figma.
|
|
1308
|
+
"com.figma.scopes": [
|
|
1309
1309
|
"FRAME_FILL",
|
|
1310
1310
|
"SHAPE_FILL"
|
|
1311
1311
|
]
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
"$type": "color",
|
|
1317
1317
|
"$description": "Used for the background of a tier related badge in the focus state.",
|
|
1318
1318
|
"$extensions": {
|
|
1319
|
-
"com.figma.
|
|
1319
|
+
"com.figma.scopes": [
|
|
1320
1320
|
"FRAME_FILL",
|
|
1321
1321
|
"SHAPE_FILL"
|
|
1322
1322
|
]
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
"$type": "color",
|
|
1331
1331
|
"$description": "Used for the background of a tier related badge in the active state.",
|
|
1332
1332
|
"$extensions": {
|
|
1333
|
-
"com.figma.
|
|
1333
|
+
"com.figma.scopes": [
|
|
1334
1334
|
"FRAME_FILL",
|
|
1335
1335
|
"SHAPE_FILL"
|
|
1336
1336
|
]
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
"$type": "color",
|
|
1346
1346
|
"$description": "Used for the border of a tier related badge when static or the default state when linked.",
|
|
1347
1347
|
"$extensions": {
|
|
1348
|
-
"com.figma.
|
|
1348
|
+
"com.figma.scopes": [
|
|
1349
1349
|
"STROKE_COLOR"
|
|
1350
1350
|
]
|
|
1351
1351
|
}
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"$type": "color",
|
|
1359
1359
|
"$description": "Used for the border of a tier related badge in the hover state.",
|
|
1360
1360
|
"$extensions": {
|
|
1361
|
-
"com.figma.
|
|
1361
|
+
"com.figma.scopes": [
|
|
1362
1362
|
"STROKE_COLOR"
|
|
1363
1363
|
]
|
|
1364
1364
|
}
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"$type": "color",
|
|
1369
1369
|
"$description": "Used for the border of a tier related badge in the focus state.",
|
|
1370
1370
|
"$extensions": {
|
|
1371
|
-
"com.figma.
|
|
1371
|
+
"com.figma.scopes": [
|
|
1372
1372
|
"STROKE_COLOR"
|
|
1373
1373
|
]
|
|
1374
1374
|
}
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
"$type": "color",
|
|
1379
1379
|
"$description": "Used for the border of a tier related badge in the active state.",
|
|
1380
1380
|
"$extensions": {
|
|
1381
|
-
"com.figma.
|
|
1381
|
+
"com.figma.scopes": [
|
|
1382
1382
|
"STROKE_COLOR"
|
|
1383
1383
|
]
|
|
1384
1384
|
}
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"$type": "color",
|
|
1396
1396
|
"$description": "Used for the text of a tier related badge when static or the default state when linked.",
|
|
1397
1397
|
"$extensions": {
|
|
1398
|
-
"com.figma.
|
|
1398
|
+
"com.figma.scopes": [
|
|
1399
1399
|
"TEXT_FILL"
|
|
1400
1400
|
]
|
|
1401
1401
|
}
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
"$type": "color",
|
|
1409
1409
|
"$description": "Used for the text of a tier related badge in the hover state.",
|
|
1410
1410
|
"$extensions": {
|
|
1411
|
-
"com.figma.
|
|
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 text of a tier related badge in the focus state.",
|
|
1420
1420
|
"$extensions": {
|
|
1421
|
-
"com.figma.
|
|
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 the text of a tier related badge in the active state.",
|
|
1433
1433
|
"$extensions": {
|
|
1434
|
-
"com.figma.
|
|
1434
|
+
"com.figma.scopes": [
|
|
1435
1435
|
"TEXT_FILL"
|
|
1436
1436
|
]
|
|
1437
1437
|
}
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"$type": "color",
|
|
1449
1449
|
"$description": "Used for the icon of a tier related badge when static or the default state when linked.",
|
|
1450
1450
|
"$extensions": {
|
|
1451
|
-
"com.figma.
|
|
1451
|
+
"com.figma.scopes": [
|
|
1452
1452
|
"SHAPE_FILL",
|
|
1453
1453
|
"TEXT_FILL"
|
|
1454
1454
|
]
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
"$type": "color",
|
|
1463
1463
|
"$description": "Used for the icon of a tier related badge in the hover state.",
|
|
1464
1464
|
"$extensions": {
|
|
1465
|
-
"com.figma.
|
|
1465
|
+
"com.figma.scopes": [
|
|
1466
1466
|
"SHAPE_FILL",
|
|
1467
1467
|
"TEXT_FILL"
|
|
1468
1468
|
]
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
"$type": "color",
|
|
1474
1474
|
"$description": "Used for the icon of a tier related badge in the focus state.",
|
|
1475
1475
|
"$extensions": {
|
|
1476
|
-
"com.figma.
|
|
1476
|
+
"com.figma.scopes": [
|
|
1477
1477
|
"SHAPE_FILL",
|
|
1478
1478
|
"TEXT_FILL"
|
|
1479
1479
|
]
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
"$type": "color",
|
|
1488
1488
|
"$description": "Used for the icon of a tier related badge in the active state.",
|
|
1489
1489
|
"$extensions": {
|
|
1490
|
-
"com.figma.
|
|
1490
|
+
"com.figma.scopes": [
|
|
1491
1491
|
"SHAPE_FILL",
|
|
1492
1492
|
"TEXT_FILL"
|
|
1493
1493
|
]
|