@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
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1002
|
+
"com.figma.scopes": [
|
|
1003
1003
|
"STROKE_COLOR"
|
|
1004
1004
|
]
|
|
1005
1005
|
}
|