@gitlab/ui 125.0.0 → 126.0.0
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/form/form_select/form_select.js +1 -9
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +193 -1
- package/dist/tokens/build/js/tokens.js +193 -1
- package/package.json +3 -8
- package/src/components/base/form/form_select/form_select.vue +1 -15
- package/src/tokens/build/css/tokens.css +192 -0
- package/src/tokens/build/css/tokens.dark.css +192 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +59 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +59 -0
- package/src/tokens/build/figma/constants.tokens.json +180 -0
- package/src/tokens/build/figma/semantic.tokens.json +209 -0
- package/src/tokens/build/js/tokens.dark.js +198 -0
- package/src/tokens/build/js/tokens.js +198 -0
- package/src/tokens/build/json/tokens.dark.json +1117 -0
- package/src/tokens/build/json/tokens.json +1117 -0
- package/src/tokens/build/scss/_tokens.dark.scss +192 -0
- package/src/tokens/build/scss/_tokens.scss +192 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +192 -0
- package/src/tokens/build/tailwind/components.cjs +253 -0
- package/src/tokens/build/tailwind/tokens.cjs +2 -0
- package/src/tokens/constant/heading.tokens.json +182 -0
- package/src/tokens/semantic/font.tokens.json +11 -0
- package/src/tokens/semantic/heading.tokens.json +178 -0
- package/src/tokens/semantic/letter_spacing.tokens.json +13 -0
- package/src/tokens/semantic/line_height.tokens.json +13 -0
- package/tailwind.defaults.js +2 -253
- package/bin/migrate_custom_utils_to_tw.bundled.mjs +0 -205443
- package/dist/tokens/css/tokens.css +0 -1156
- package/dist/tokens/css/tokens.dark.css +0 -1156
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +0 -42846
- package/dist/tokens/docs/tokens-tailwind-docs.json +0 -42846
- package/dist/tokens/figma/constants.tokens.json +0 -2756
- package/dist/tokens/figma/contextual.tokens.json +0 -5929
- package/dist/tokens/figma/deprecated.tokens.json +0 -2899
- package/dist/tokens/figma/semantic.tokens.json +0 -2479
- package/dist/tokens/js/tokens.dark.js +0 -1286
- package/dist/tokens/js/tokens.js +0 -1275
- package/dist/tokens/json/tokens.dark.json +0 -36934
- package/dist/tokens/json/tokens.json +0 -36934
- package/dist/tokens/scss/_tokens.dark.scss +0 -1153
- package/dist/tokens/scss/_tokens.scss +0 -1153
- package/dist/tokens/scss/_tokens_custom_properties.scss +0 -1154
- package/dist/tokens/tailwind/tokens.cjs +0 -558
|
@@ -1,2479 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"action": {
|
|
3
|
-
"border": {
|
|
4
|
-
"radius": {
|
|
5
|
-
"$value": "{border.radius.lg}",
|
|
6
|
-
"$type": "dimension",
|
|
7
|
-
"$description": "Used for the border radius of an action.",
|
|
8
|
-
"$extensions": {
|
|
9
|
-
"com.figma.scope": [
|
|
10
|
-
"CORNER_RADIUS"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"disabled": {
|
|
16
|
-
"foreground": {
|
|
17
|
-
"color": {
|
|
18
|
-
"$value": {
|
|
19
|
-
"default": "{color.neutral.400}",
|
|
20
|
-
"dark": "{color.neutral.500}"
|
|
21
|
-
},
|
|
22
|
-
"$type": "color",
|
|
23
|
-
"$description": "Used for the foreground of a disabled action.",
|
|
24
|
-
"$extensions": {
|
|
25
|
-
"com.figma.scope": [
|
|
26
|
-
"SHAPE_FILL",
|
|
27
|
-
"TEXT_FILL"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"background": {
|
|
33
|
-
"color": {
|
|
34
|
-
"$value": {
|
|
35
|
-
"default": "{color.neutral.50}",
|
|
36
|
-
"dark": "{color.neutral.900}"
|
|
37
|
-
},
|
|
38
|
-
"$type": "color",
|
|
39
|
-
"$description": "Used for the background of a disabled action.",
|
|
40
|
-
"$extensions": {
|
|
41
|
-
"com.figma.scope": [
|
|
42
|
-
"FRAME_FILL",
|
|
43
|
-
"SHAPE_FILL"
|
|
44
|
-
]
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"border": {
|
|
49
|
-
"color": {
|
|
50
|
-
"$value": {
|
|
51
|
-
"default": "{color.neutral.100}",
|
|
52
|
-
"dark": "{color.neutral.800}"
|
|
53
|
-
},
|
|
54
|
-
"$type": "color",
|
|
55
|
-
"$description": "Used for the border of a disabled action.",
|
|
56
|
-
"$extensions": {
|
|
57
|
-
"com.figma.scope": [
|
|
58
|
-
"STROKE_COLOR"
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"selected": {
|
|
65
|
-
"foreground": {
|
|
66
|
-
"color": {
|
|
67
|
-
"default": {
|
|
68
|
-
"$value": {
|
|
69
|
-
"default": "{color.neutral.0}",
|
|
70
|
-
"dark": "{color.neutral.950}"
|
|
71
|
-
},
|
|
72
|
-
"$type": "color",
|
|
73
|
-
"$description": "Used for the foreground of a selected action in the default state.",
|
|
74
|
-
"$extensions": {
|
|
75
|
-
"com.figma.scope": [
|
|
76
|
-
"SHAPE_FILL",
|
|
77
|
-
"TEXT_FILL"
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"hover": {
|
|
82
|
-
"$value": "{action.selected.foreground.color.default}",
|
|
83
|
-
"$type": "color",
|
|
84
|
-
"$description": "Used for the foreground of a selected action in the hover state.",
|
|
85
|
-
"$extensions": {
|
|
86
|
-
"com.figma.scope": [
|
|
87
|
-
"SHAPE_FILL",
|
|
88
|
-
"TEXT_FILL"
|
|
89
|
-
]
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"focus": {
|
|
93
|
-
"$value": "{action.selected.foreground.color.hover}",
|
|
94
|
-
"$type": "color",
|
|
95
|
-
"$description": "Used for the foreground of a selected action in the focus state.",
|
|
96
|
-
"$extensions": {
|
|
97
|
-
"com.figma.scope": [
|
|
98
|
-
"SHAPE_FILL",
|
|
99
|
-
"TEXT_FILL"
|
|
100
|
-
]
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"active": {
|
|
104
|
-
"$value": "{action.selected.foreground.color.focus}",
|
|
105
|
-
"$type": "color",
|
|
106
|
-
"$description": "Used for the foreground of a selected action in the active state.",
|
|
107
|
-
"$extensions": {
|
|
108
|
-
"com.figma.scope": [
|
|
109
|
-
"SHAPE_FILL",
|
|
110
|
-
"TEXT_FILL"
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"background": {
|
|
117
|
-
"color": {
|
|
118
|
-
"default": {
|
|
119
|
-
"$value": {
|
|
120
|
-
"default": "{color.blue.500}",
|
|
121
|
-
"dark": "{color.blue.300}"
|
|
122
|
-
},
|
|
123
|
-
"$type": "color",
|
|
124
|
-
"$description": "Used for the background of a selected action in the default state.",
|
|
125
|
-
"$extensions": {
|
|
126
|
-
"com.figma.scope": [
|
|
127
|
-
"FRAME_FILL",
|
|
128
|
-
"SHAPE_FILL"
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"hover": {
|
|
133
|
-
"$value": {
|
|
134
|
-
"default": "{color.blue.700}",
|
|
135
|
-
"dark": "{color.blue.200}"
|
|
136
|
-
},
|
|
137
|
-
"$type": "color",
|
|
138
|
-
"$description": "Used for the background of a selected action in the hover state.",
|
|
139
|
-
"$extensions": {
|
|
140
|
-
"com.figma.scope": [
|
|
141
|
-
"FRAME_FILL",
|
|
142
|
-
"SHAPE_FILL"
|
|
143
|
-
]
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"focus": {
|
|
147
|
-
"$value": "{action.selected.background.color.hover}",
|
|
148
|
-
"$type": "color",
|
|
149
|
-
"$description": "Used for the background of a selected action in the focus state.",
|
|
150
|
-
"$extensions": {
|
|
151
|
-
"com.figma.scope": [
|
|
152
|
-
"FRAME_FILL",
|
|
153
|
-
"SHAPE_FILL"
|
|
154
|
-
]
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
"active": {
|
|
158
|
-
"$value": {
|
|
159
|
-
"default": "{color.blue.800}",
|
|
160
|
-
"dark": "{color.blue.100}"
|
|
161
|
-
},
|
|
162
|
-
"$type": "color",
|
|
163
|
-
"$description": "Used for the background of a selected action in the active state.",
|
|
164
|
-
"$extensions": {
|
|
165
|
-
"com.figma.scope": [
|
|
166
|
-
"FRAME_FILL",
|
|
167
|
-
"SHAPE_FILL"
|
|
168
|
-
]
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"border": {
|
|
174
|
-
"color": {
|
|
175
|
-
"default": {
|
|
176
|
-
"$value": "{action.selected.background.color.default}",
|
|
177
|
-
"$type": "color",
|
|
178
|
-
"$description": "Used for the border of a selected action in the default state.",
|
|
179
|
-
"$extensions": {
|
|
180
|
-
"com.figma.scope": [
|
|
181
|
-
"STROKE_COLOR"
|
|
182
|
-
]
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"hover": {
|
|
186
|
-
"$value": "{action.selected.background.color.hover}",
|
|
187
|
-
"$type": "color",
|
|
188
|
-
"$description": "Used for the border of a selected action in the hover state.",
|
|
189
|
-
"$extensions": {
|
|
190
|
-
"com.figma.scope": [
|
|
191
|
-
"STROKE_COLOR"
|
|
192
|
-
]
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"focus": {
|
|
196
|
-
"$value": "{action.selected.background.color.focus}",
|
|
197
|
-
"$type": "color",
|
|
198
|
-
"$description": "Used for the border of a selected action in the focus state.",
|
|
199
|
-
"$extensions": {
|
|
200
|
-
"com.figma.scope": [
|
|
201
|
-
"STROKE_COLOR"
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"active": {
|
|
206
|
-
"$value": "{action.selected.background.color.active}",
|
|
207
|
-
"$type": "color",
|
|
208
|
-
"$description": "Used for the border of a selected action in the active state.",
|
|
209
|
-
"$extensions": {
|
|
210
|
-
"com.figma.scope": [
|
|
211
|
-
"STROKE_COLOR"
|
|
212
|
-
]
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"neutral": {
|
|
219
|
-
"foreground": {
|
|
220
|
-
"color": {
|
|
221
|
-
"default": {
|
|
222
|
-
"$value": {
|
|
223
|
-
"default": "{color.neutral.900}",
|
|
224
|
-
"dark": "{color.neutral.50}"
|
|
225
|
-
},
|
|
226
|
-
"$type": "color",
|
|
227
|
-
"$description": "Used for the foreground of a neutral action in the default state.",
|
|
228
|
-
"$extensions": {
|
|
229
|
-
"com.figma.scope": [
|
|
230
|
-
"SHAPE_FILL",
|
|
231
|
-
"TEXT_FILL"
|
|
232
|
-
]
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"hover": {
|
|
236
|
-
"$value": "{action.neutral.foreground.color.default}",
|
|
237
|
-
"$type": "color",
|
|
238
|
-
"$description": "Used for the foreground of a neutral action in the hover state.",
|
|
239
|
-
"$extensions": {
|
|
240
|
-
"com.figma.scope": [
|
|
241
|
-
"SHAPE_FILL",
|
|
242
|
-
"TEXT_FILL"
|
|
243
|
-
]
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"focus": {
|
|
247
|
-
"$value": "{action.neutral.foreground.color.default}",
|
|
248
|
-
"$type": "color",
|
|
249
|
-
"$description": "Used for the foreground of a neutral action in the focus state.",
|
|
250
|
-
"$extensions": {
|
|
251
|
-
"com.figma.scope": [
|
|
252
|
-
"SHAPE_FILL",
|
|
253
|
-
"TEXT_FILL"
|
|
254
|
-
]
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"active": {
|
|
258
|
-
"$value": "{action.neutral.foreground.color.default}",
|
|
259
|
-
"$type": "color",
|
|
260
|
-
"$description": "Used for the foreground of a neutral action in the active state.",
|
|
261
|
-
"$extensions": {
|
|
262
|
-
"com.figma.scope": [
|
|
263
|
-
"SHAPE_FILL",
|
|
264
|
-
"TEXT_FILL"
|
|
265
|
-
]
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
"background": {
|
|
271
|
-
"color": {
|
|
272
|
-
"default": {
|
|
273
|
-
"$value": {
|
|
274
|
-
"default": "rgba(164, 163, 168, 0.0)",
|
|
275
|
-
"dark": "rgba(137, 136, 141, 0.0)"
|
|
276
|
-
},
|
|
277
|
-
"$type": "color",
|
|
278
|
-
"$description": "Used for the background of a neutral action in the default state.",
|
|
279
|
-
"$extensions": {
|
|
280
|
-
"com.figma.scope": [
|
|
281
|
-
"FRAME_FILL",
|
|
282
|
-
"SHAPE_FILL"
|
|
283
|
-
]
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"hover": {
|
|
287
|
-
"$value": {
|
|
288
|
-
"default": "rgba(164, 163, 168, 0.16)",
|
|
289
|
-
"dark": "rgba(137, 136, 141, 0.4)"
|
|
290
|
-
},
|
|
291
|
-
"$type": "color",
|
|
292
|
-
"$description": "Used for the background of a neutral action in the hover state.",
|
|
293
|
-
"$extensions": {
|
|
294
|
-
"com.figma.scope": [
|
|
295
|
-
"FRAME_FILL",
|
|
296
|
-
"SHAPE_FILL"
|
|
297
|
-
]
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"focus": {
|
|
301
|
-
"$value": "{action.neutral.background.color.hover}",
|
|
302
|
-
"$type": "color",
|
|
303
|
-
"$description": "Used for the background of a neutral action in the focus state.",
|
|
304
|
-
"$extensions": {
|
|
305
|
-
"com.figma.scope": [
|
|
306
|
-
"FRAME_FILL",
|
|
307
|
-
"SHAPE_FILL"
|
|
308
|
-
]
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"active": {
|
|
312
|
-
"$value": {
|
|
313
|
-
"default": "rgba(83, 81, 88, 0.24)",
|
|
314
|
-
"dark": "rgba(137, 136, 141, 0.16)"
|
|
315
|
-
},
|
|
316
|
-
"$type": "color",
|
|
317
|
-
"$description": "Used for the background of a neutral action in the active state.",
|
|
318
|
-
"$extensions": {
|
|
319
|
-
"com.figma.scope": [
|
|
320
|
-
"FRAME_FILL",
|
|
321
|
-
"SHAPE_FILL"
|
|
322
|
-
]
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"border": {
|
|
328
|
-
"color": {
|
|
329
|
-
"default": {
|
|
330
|
-
"$value": "{color.alpha.0}",
|
|
331
|
-
"$type": "color",
|
|
332
|
-
"$description": "Used for the border of a neutral action in the default state.",
|
|
333
|
-
"$extensions": {
|
|
334
|
-
"com.figma.scope": [
|
|
335
|
-
"STROKE_COLOR"
|
|
336
|
-
]
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"hover": {
|
|
340
|
-
"$value": "{action.neutral.border.color.default}",
|
|
341
|
-
"$type": "color",
|
|
342
|
-
"$description": "Used for the border of a neutral action in the hover state.",
|
|
343
|
-
"$extensions": {
|
|
344
|
-
"com.figma.scope": [
|
|
345
|
-
"STROKE_COLOR"
|
|
346
|
-
]
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"focus": {
|
|
350
|
-
"$value": "{action.neutral.border.color.default}",
|
|
351
|
-
"$type": "color",
|
|
352
|
-
"$description": "Used for the border of a neutral action in the focus state.",
|
|
353
|
-
"$extensions": {
|
|
354
|
-
"com.figma.scope": [
|
|
355
|
-
"STROKE_COLOR"
|
|
356
|
-
]
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"active": {
|
|
360
|
-
"$value": "{action.neutral.border.color.default}",
|
|
361
|
-
"$type": "color",
|
|
362
|
-
"$description": "Used for the border of a neutral action in the active state.",
|
|
363
|
-
"$extensions": {
|
|
364
|
-
"com.figma.scope": [
|
|
365
|
-
"STROKE_COLOR"
|
|
366
|
-
]
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"confirm": {
|
|
373
|
-
"foreground": {
|
|
374
|
-
"color": {
|
|
375
|
-
"default": {
|
|
376
|
-
"$value": {
|
|
377
|
-
"default": "{color.blue.500}",
|
|
378
|
-
"dark": "{color.blue.200}"
|
|
379
|
-
},
|
|
380
|
-
"$type": "color",
|
|
381
|
-
"$description": "Used for the foreground of a confirm (positive) action in the default state.",
|
|
382
|
-
"$extensions": {
|
|
383
|
-
"com.figma.scope": [
|
|
384
|
-
"SHAPE_FILL",
|
|
385
|
-
"TEXT_FILL"
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"hover": {
|
|
390
|
-
"$value": {
|
|
391
|
-
"default": "{color.blue.700}",
|
|
392
|
-
"dark": "{color.blue.100}"
|
|
393
|
-
},
|
|
394
|
-
"$type": "color",
|
|
395
|
-
"$description": "Used for the foreground of a confirm (positive) action in the hover state.",
|
|
396
|
-
"$extensions": {
|
|
397
|
-
"com.figma.scope": [
|
|
398
|
-
"SHAPE_FILL",
|
|
399
|
-
"TEXT_FILL"
|
|
400
|
-
]
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
"focus": {
|
|
404
|
-
"$value": "{action.confirm.foreground.color.hover}",
|
|
405
|
-
"$type": "color",
|
|
406
|
-
"$description": "Used for the foreground of a confirm (positive) action in the focus state.",
|
|
407
|
-
"$extensions": {
|
|
408
|
-
"com.figma.scope": [
|
|
409
|
-
"SHAPE_FILL",
|
|
410
|
-
"TEXT_FILL"
|
|
411
|
-
]
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"active": {
|
|
415
|
-
"$value": {
|
|
416
|
-
"default": "{color.blue.900}",
|
|
417
|
-
"dark": "{color.blue.100}"
|
|
418
|
-
},
|
|
419
|
-
"$type": "color",
|
|
420
|
-
"$description": "Used for the foreground of a confirm (positive) action in the active state.",
|
|
421
|
-
"$extensions": {
|
|
422
|
-
"com.figma.scope": [
|
|
423
|
-
"SHAPE_FILL",
|
|
424
|
-
"TEXT_FILL"
|
|
425
|
-
]
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"background": {
|
|
431
|
-
"color": {
|
|
432
|
-
"default": {
|
|
433
|
-
"$value": {
|
|
434
|
-
"default": "rgba(99, 166, 233, 0.0)",
|
|
435
|
-
"dark": "rgba(66, 143, 220, 0.0)"
|
|
436
|
-
},
|
|
437
|
-
"$type": "color",
|
|
438
|
-
"$description": "Used for the background of a confirm (positive) action in the default state.",
|
|
439
|
-
"$extensions": {
|
|
440
|
-
"com.figma.scope": [
|
|
441
|
-
"FRAME_FILL",
|
|
442
|
-
"SHAPE_FILL"
|
|
443
|
-
]
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"hover": {
|
|
447
|
-
"$value": {
|
|
448
|
-
"default": "rgba(99, 166, 233, 0.16)",
|
|
449
|
-
"dark": "rgba(66, 143, 220, 0.4)"
|
|
450
|
-
},
|
|
451
|
-
"$type": "color",
|
|
452
|
-
"$description": "Used for the background of a confirm (positive) action in the hover state.",
|
|
453
|
-
"$extensions": {
|
|
454
|
-
"com.figma.scope": [
|
|
455
|
-
"FRAME_FILL",
|
|
456
|
-
"SHAPE_FILL"
|
|
457
|
-
]
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"focus": {
|
|
461
|
-
"$value": "{action.confirm.background.color.hover}",
|
|
462
|
-
"$type": "color",
|
|
463
|
-
"$description": "Used for the background of a confirm (positive) action in the focus state.",
|
|
464
|
-
"$extensions": {
|
|
465
|
-
"com.figma.scope": [
|
|
466
|
-
"FRAME_FILL",
|
|
467
|
-
"SHAPE_FILL"
|
|
468
|
-
]
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
"active": {
|
|
472
|
-
"$value": {
|
|
473
|
-
"default": "rgba(11, 92, 173, 0.24)",
|
|
474
|
-
"dark": "rgba(66, 143, 220, 0.16)"
|
|
475
|
-
},
|
|
476
|
-
"$type": "color",
|
|
477
|
-
"$description": "Used for the background of a confirm (positive) action in the active state.",
|
|
478
|
-
"$extensions": {
|
|
479
|
-
"com.figma.scope": [
|
|
480
|
-
"FRAME_FILL",
|
|
481
|
-
"SHAPE_FILL"
|
|
482
|
-
]
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"border": {
|
|
488
|
-
"color": {
|
|
489
|
-
"default": {
|
|
490
|
-
"$value": "{color.alpha.0}",
|
|
491
|
-
"$type": "color",
|
|
492
|
-
"$description": "Used for the border of a confirm action in the default state.",
|
|
493
|
-
"$extensions": {
|
|
494
|
-
"com.figma.scope": [
|
|
495
|
-
"STROKE_COLOR"
|
|
496
|
-
]
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
"hover": {
|
|
500
|
-
"$value": "{action.confirm.border.color.default}",
|
|
501
|
-
"$type": "color",
|
|
502
|
-
"$description": "Used for the border of a confirm action in the hover state.",
|
|
503
|
-
"$extensions": {
|
|
504
|
-
"com.figma.scope": [
|
|
505
|
-
"STROKE_COLOR"
|
|
506
|
-
]
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"focus": {
|
|
510
|
-
"$value": "{action.confirm.border.color.default}",
|
|
511
|
-
"$type": "color",
|
|
512
|
-
"$description": "Used for the border of a confirm action in the focus state.",
|
|
513
|
-
"$extensions": {
|
|
514
|
-
"com.figma.scope": [
|
|
515
|
-
"STROKE_COLOR"
|
|
516
|
-
]
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
"active": {
|
|
520
|
-
"$value": "{action.confirm.border.color.default}",
|
|
521
|
-
"$type": "color",
|
|
522
|
-
"$description": "Used for the border of a confirm action in the active state.",
|
|
523
|
-
"$extensions": {
|
|
524
|
-
"com.figma.scope": [
|
|
525
|
-
"STROKE_COLOR"
|
|
526
|
-
]
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
"danger": {
|
|
533
|
-
"foreground": {
|
|
534
|
-
"color": {
|
|
535
|
-
"default": {
|
|
536
|
-
"$value": {
|
|
537
|
-
"default": "{color.red.500}",
|
|
538
|
-
"dark": "{color.red.200}"
|
|
539
|
-
},
|
|
540
|
-
"$type": "color",
|
|
541
|
-
"$description": "Used for the foreground of a danger (destructive) action in the default state.",
|
|
542
|
-
"$extensions": {
|
|
543
|
-
"com.figma.scope": [
|
|
544
|
-
"SHAPE_FILL",
|
|
545
|
-
"TEXT_FILL"
|
|
546
|
-
]
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
"hover": {
|
|
550
|
-
"$value": {
|
|
551
|
-
"default": "{color.red.700}",
|
|
552
|
-
"dark": "{color.red.100}"
|
|
553
|
-
},
|
|
554
|
-
"$type": "color",
|
|
555
|
-
"$description": "Used for the foreground of a danger (destructive) action in the hover state.",
|
|
556
|
-
"$extensions": {
|
|
557
|
-
"com.figma.scope": [
|
|
558
|
-
"SHAPE_FILL",
|
|
559
|
-
"TEXT_FILL"
|
|
560
|
-
]
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"focus": {
|
|
564
|
-
"$value": "{action.danger.foreground.color.hover}",
|
|
565
|
-
"$type": "color",
|
|
566
|
-
"$description": "Used for the foreground of a danger (destructive) action in the focus state.",
|
|
567
|
-
"$extensions": {
|
|
568
|
-
"com.figma.scope": [
|
|
569
|
-
"SHAPE_FILL",
|
|
570
|
-
"TEXT_FILL"
|
|
571
|
-
]
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
"active": {
|
|
575
|
-
"$value": {
|
|
576
|
-
"default": "{color.red.900}",
|
|
577
|
-
"dark": "{color.red.100}"
|
|
578
|
-
},
|
|
579
|
-
"$type": "color",
|
|
580
|
-
"$description": "Used for the foreground of a danger (destructive) action in the active state.",
|
|
581
|
-
"$extensions": {
|
|
582
|
-
"com.figma.scope": [
|
|
583
|
-
"SHAPE_FILL",
|
|
584
|
-
"TEXT_FILL"
|
|
585
|
-
]
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
"background": {
|
|
591
|
-
"color": {
|
|
592
|
-
"default": {
|
|
593
|
-
"$value": {
|
|
594
|
-
"default": "rgba(245, 127, 108, 0.0)",
|
|
595
|
-
"dark": "rgba(236, 89, 65, 0.0)"
|
|
596
|
-
},
|
|
597
|
-
"$type": "color",
|
|
598
|
-
"$description": "Used for the background of a danger (destructive) action in the default state.",
|
|
599
|
-
"$extensions": {
|
|
600
|
-
"com.figma.scope": [
|
|
601
|
-
"FRAME_FILL",
|
|
602
|
-
"SHAPE_FILL"
|
|
603
|
-
]
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
"hover": {
|
|
607
|
-
"$value": {
|
|
608
|
-
"default": "rgba(245, 127, 108, 0.16)",
|
|
609
|
-
"dark": "rgba(236, 89, 65, 0.4)"
|
|
610
|
-
},
|
|
611
|
-
"$type": "color",
|
|
612
|
-
"$description": "Used for the background of a danger (destructive) action in the hover state.",
|
|
613
|
-
"$extensions": {
|
|
614
|
-
"com.figma.scope": [
|
|
615
|
-
"FRAME_FILL",
|
|
616
|
-
"SHAPE_FILL"
|
|
617
|
-
]
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
"focus": {
|
|
621
|
-
"$value": "{action.danger.background.color.hover}",
|
|
622
|
-
"$type": "color",
|
|
623
|
-
"$description": "Used for the background of a danger (destructive) action in the focus state.",
|
|
624
|
-
"$extensions": {
|
|
625
|
-
"com.figma.scope": [
|
|
626
|
-
"FRAME_FILL",
|
|
627
|
-
"SHAPE_FILL"
|
|
628
|
-
]
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
"active": {
|
|
632
|
-
"$value": {
|
|
633
|
-
"default": "rgba(174, 24, 0, 0.24)",
|
|
634
|
-
"dark": "rgba(236, 89, 65, 0.16)"
|
|
635
|
-
},
|
|
636
|
-
"$type": "color",
|
|
637
|
-
"$description": "Used for the background of a danger (destructive) action in the active state.",
|
|
638
|
-
"$extensions": {
|
|
639
|
-
"com.figma.scope": [
|
|
640
|
-
"FRAME_FILL",
|
|
641
|
-
"SHAPE_FILL"
|
|
642
|
-
]
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"border": {
|
|
648
|
-
"color": {
|
|
649
|
-
"default": {
|
|
650
|
-
"$value": "{color.alpha.0}",
|
|
651
|
-
"$type": "color",
|
|
652
|
-
"$description": "Used for the border of a danger action in the default state.",
|
|
653
|
-
"$extensions": {
|
|
654
|
-
"com.figma.scope": [
|
|
655
|
-
"STROKE_COLOR"
|
|
656
|
-
]
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
"hover": {
|
|
660
|
-
"$value": "{action.danger.border.color.default}",
|
|
661
|
-
"$type": "color",
|
|
662
|
-
"$description": "Used for the border of a danger action in the hover state.",
|
|
663
|
-
"$extensions": {
|
|
664
|
-
"com.figma.scope": [
|
|
665
|
-
"STROKE_COLOR"
|
|
666
|
-
]
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
"focus": {
|
|
670
|
-
"$value": "{action.danger.border.color.default}",
|
|
671
|
-
"$type": "color",
|
|
672
|
-
"$description": "Used for the border of a danger action in the focus state.",
|
|
673
|
-
"$extensions": {
|
|
674
|
-
"com.figma.scope": [
|
|
675
|
-
"STROKE_COLOR"
|
|
676
|
-
]
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
"active": {
|
|
680
|
-
"$value": "{action.danger.border.color.default}",
|
|
681
|
-
"$type": "color",
|
|
682
|
-
"$description": "Used for the border of a danger action in the active state.",
|
|
683
|
-
"$extensions": {
|
|
684
|
-
"com.figma.scope": [
|
|
685
|
-
"STROKE_COLOR"
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
"strong": {
|
|
693
|
-
"confirm": {
|
|
694
|
-
"background": {
|
|
695
|
-
"color": {
|
|
696
|
-
"default": {
|
|
697
|
-
"$value": {
|
|
698
|
-
"default": "{color.blue.500}",
|
|
699
|
-
"dark": "{color.blue.300}"
|
|
700
|
-
},
|
|
701
|
-
"$type": "color",
|
|
702
|
-
"$description": "Used for the background of a strong confirm action in the default state.",
|
|
703
|
-
"$extensions": {
|
|
704
|
-
"com.figma.scope": [
|
|
705
|
-
"FRAME_FILL",
|
|
706
|
-
"SHAPE_FILL"
|
|
707
|
-
]
|
|
708
|
-
}
|
|
709
|
-
},
|
|
710
|
-
"hover": {
|
|
711
|
-
"$value": {
|
|
712
|
-
"default": "{color.blue.600}",
|
|
713
|
-
"dark": "{color.blue.200}"
|
|
714
|
-
},
|
|
715
|
-
"$type": "color",
|
|
716
|
-
"$description": "Used for the background of a strong confirm action in the hover state.",
|
|
717
|
-
"$extensions": {
|
|
718
|
-
"com.figma.scope": [
|
|
719
|
-
"FRAME_FILL",
|
|
720
|
-
"SHAPE_FILL"
|
|
721
|
-
]
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
"focus": {
|
|
725
|
-
"$value": "{action.strong.confirm.background.color.hover}",
|
|
726
|
-
"$type": "color",
|
|
727
|
-
"$description": "Used for the background of a strong confirm action in the focus state.",
|
|
728
|
-
"$extensions": {
|
|
729
|
-
"com.figma.scope": [
|
|
730
|
-
"FRAME_FILL",
|
|
731
|
-
"SHAPE_FILL"
|
|
732
|
-
]
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
"active": {
|
|
736
|
-
"$value": {
|
|
737
|
-
"default": "{color.blue.700}",
|
|
738
|
-
"dark": "{color.blue.400}"
|
|
739
|
-
},
|
|
740
|
-
"$type": "color",
|
|
741
|
-
"$description": "Used for the background of a strong confirm action in the active state.",
|
|
742
|
-
"$extensions": {
|
|
743
|
-
"com.figma.scope": [
|
|
744
|
-
"FRAME_FILL",
|
|
745
|
-
"SHAPE_FILL"
|
|
746
|
-
]
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
"foreground": {
|
|
752
|
-
"color": {
|
|
753
|
-
"default": {
|
|
754
|
-
"$value": {
|
|
755
|
-
"default": "{color.neutral.0}",
|
|
756
|
-
"dark": "{color.neutral.950}"
|
|
757
|
-
},
|
|
758
|
-
"$type": "color",
|
|
759
|
-
"$description": "Used for the foreground of a strong confirm action in the default state.",
|
|
760
|
-
"$extensions": {
|
|
761
|
-
"com.figma.scope": [
|
|
762
|
-
"SHAPE_FILL",
|
|
763
|
-
"TEXT_FILL"
|
|
764
|
-
]
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
"hover": {
|
|
768
|
-
"$value": "{action.strong.confirm.foreground.color.default}",
|
|
769
|
-
"$type": "color",
|
|
770
|
-
"$description": "Used for the foreground of a strong confirm action in the hover state.",
|
|
771
|
-
"$extensions": {
|
|
772
|
-
"com.figma.scope": [
|
|
773
|
-
"SHAPE_FILL",
|
|
774
|
-
"TEXT_FILL"
|
|
775
|
-
]
|
|
776
|
-
}
|
|
777
|
-
},
|
|
778
|
-
"focus": {
|
|
779
|
-
"$value": "{action.strong.confirm.foreground.color.hover}",
|
|
780
|
-
"$type": "color",
|
|
781
|
-
"$description": "Used for the foreground of a strong confirm action in the focus state.",
|
|
782
|
-
"$extensions": {
|
|
783
|
-
"com.figma.scope": [
|
|
784
|
-
"SHAPE_FILL",
|
|
785
|
-
"TEXT_FILL"
|
|
786
|
-
]
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
"active": {
|
|
790
|
-
"$value": "{action.strong.confirm.foreground.color.focus}",
|
|
791
|
-
"$type": "color",
|
|
792
|
-
"$description": "Used for the foreground of a strong confirm action in the active state.",
|
|
793
|
-
"$extensions": {
|
|
794
|
-
"com.figma.scope": [
|
|
795
|
-
"SHAPE_FILL",
|
|
796
|
-
"TEXT_FILL"
|
|
797
|
-
]
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
"border": {
|
|
803
|
-
"color": {
|
|
804
|
-
"default": {
|
|
805
|
-
"$value": "{color.alpha.0}",
|
|
806
|
-
"$type": "color",
|
|
807
|
-
"$description": "Used for the border of a strong confirm action in the default state.",
|
|
808
|
-
"$extensions": {
|
|
809
|
-
"com.figma.scope": [
|
|
810
|
-
"STROKE_COLOR"
|
|
811
|
-
]
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
"hover": {
|
|
815
|
-
"$value": "{action.strong.confirm.border.color.default}",
|
|
816
|
-
"$type": "color",
|
|
817
|
-
"$description": "Used for the border of a strong confirm action in the hover state.",
|
|
818
|
-
"$extensions": {
|
|
819
|
-
"com.figma.scope": [
|
|
820
|
-
"STROKE_COLOR"
|
|
821
|
-
]
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
"focus": {
|
|
825
|
-
"$value": "{action.strong.confirm.border.color.hover}",
|
|
826
|
-
"$type": "color",
|
|
827
|
-
"$description": "Used for the border of a strong confirm action in the focus state.",
|
|
828
|
-
"$extensions": {
|
|
829
|
-
"com.figma.scope": [
|
|
830
|
-
"STROKE_COLOR"
|
|
831
|
-
]
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"active": {
|
|
835
|
-
"$value": "{action.strong.confirm.border.color.focus}",
|
|
836
|
-
"$type": "color",
|
|
837
|
-
"$description": "Used for the border of a strong confirm action in the active state.",
|
|
838
|
-
"$extensions": {
|
|
839
|
-
"com.figma.scope": [
|
|
840
|
-
"STROKE_COLOR"
|
|
841
|
-
]
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
|
-
"neutral": {
|
|
848
|
-
"background": {
|
|
849
|
-
"color": {
|
|
850
|
-
"default": {
|
|
851
|
-
"$value": {
|
|
852
|
-
"default": "{color.neutral.600}",
|
|
853
|
-
"dark": "{color.neutral.700}"
|
|
854
|
-
},
|
|
855
|
-
"$type": "color",
|
|
856
|
-
"$description": "Used for the background of a strong neutral action in the default state.",
|
|
857
|
-
"$extensions": {
|
|
858
|
-
"com.figma.scope": [
|
|
859
|
-
"FRAME_FILL",
|
|
860
|
-
"SHAPE_FILL"
|
|
861
|
-
]
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
"hover": {
|
|
865
|
-
"$value": {
|
|
866
|
-
"default": "{color.neutral.700}",
|
|
867
|
-
"dark": "{color.neutral.600}"
|
|
868
|
-
},
|
|
869
|
-
"$type": "color",
|
|
870
|
-
"$description": "Used for the background of a strong neutral action in the hover state.",
|
|
871
|
-
"$extensions": {
|
|
872
|
-
"com.figma.scope": [
|
|
873
|
-
"FRAME_FILL",
|
|
874
|
-
"SHAPE_FILL"
|
|
875
|
-
]
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
"focus": {
|
|
879
|
-
"$value": "{action.strong.neutral.background.color.hover}",
|
|
880
|
-
"$type": "color",
|
|
881
|
-
"$description": "Used for the background of a strong neutral action in the focus state.",
|
|
882
|
-
"$extensions": {
|
|
883
|
-
"com.figma.scope": [
|
|
884
|
-
"FRAME_FILL",
|
|
885
|
-
"SHAPE_FILL"
|
|
886
|
-
]
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
"active": {
|
|
890
|
-
"$value": {
|
|
891
|
-
"default": "{color.neutral.800}",
|
|
892
|
-
"dark": "{color.neutral.500}"
|
|
893
|
-
},
|
|
894
|
-
"$type": "color",
|
|
895
|
-
"$description": "Used for the background of a strong neutral action in the active state.",
|
|
896
|
-
"$extensions": {
|
|
897
|
-
"com.figma.scope": [
|
|
898
|
-
"FRAME_FILL",
|
|
899
|
-
"SHAPE_FILL"
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
},
|
|
905
|
-
"foreground": {
|
|
906
|
-
"color": {
|
|
907
|
-
"default": {
|
|
908
|
-
"$value": {
|
|
909
|
-
"default": "{color.neutral.0}",
|
|
910
|
-
"dark": "{color.neutral.50}"
|
|
911
|
-
},
|
|
912
|
-
"$type": "color",
|
|
913
|
-
"$description": "Used for the foreground of a strong neutral action in the default state.",
|
|
914
|
-
"$extensions": {
|
|
915
|
-
"com.figma.scope": [
|
|
916
|
-
"SHAPE_FILL",
|
|
917
|
-
"TEXT_FILL"
|
|
918
|
-
]
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
|
-
"hover": {
|
|
922
|
-
"$value": {
|
|
923
|
-
"default": "{action.strong.neutral.foreground.color.default}",
|
|
924
|
-
"dark": "{color.neutral.0}"
|
|
925
|
-
},
|
|
926
|
-
"$type": "color",
|
|
927
|
-
"$description": "Used for the foreground of a strong neutral action in the hover state.",
|
|
928
|
-
"$extensions": {
|
|
929
|
-
"com.figma.scope": [
|
|
930
|
-
"SHAPE_FILL",
|
|
931
|
-
"TEXT_FILL"
|
|
932
|
-
]
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"focus": {
|
|
936
|
-
"$value": {
|
|
937
|
-
"default": "{action.strong.neutral.foreground.color.hover}",
|
|
938
|
-
"dark": "{color.neutral.0}"
|
|
939
|
-
},
|
|
940
|
-
"$type": "color",
|
|
941
|
-
"$description": "Used for the foreground of a strong neutral action in the focus state.",
|
|
942
|
-
"$extensions": {
|
|
943
|
-
"com.figma.scope": [
|
|
944
|
-
"SHAPE_FILL",
|
|
945
|
-
"TEXT_FILL"
|
|
946
|
-
]
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
"active": {
|
|
950
|
-
"$value": {
|
|
951
|
-
"default": "{action.strong.neutral.foreground.color.focus}",
|
|
952
|
-
"dark": "{color.neutral.0}"
|
|
953
|
-
},
|
|
954
|
-
"$type": "color",
|
|
955
|
-
"$description": "Used for the foreground of a strong neutral action in the active state.",
|
|
956
|
-
"$extensions": {
|
|
957
|
-
"com.figma.scope": [
|
|
958
|
-
"SHAPE_FILL",
|
|
959
|
-
"TEXT_FILL"
|
|
960
|
-
]
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"border": {
|
|
966
|
-
"color": {
|
|
967
|
-
"default": {
|
|
968
|
-
"$value": "{color.alpha.0}",
|
|
969
|
-
"$type": "color",
|
|
970
|
-
"$description": "Used for the border of a strong neutral action in the default state.",
|
|
971
|
-
"$extensions": {
|
|
972
|
-
"com.figma.scope": [
|
|
973
|
-
"STROKE_COLOR"
|
|
974
|
-
]
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
|
-
"hover": {
|
|
978
|
-
"$value": "{action.strong.neutral.border.color.default}",
|
|
979
|
-
"$type": "color",
|
|
980
|
-
"$description": "Used for the border of a strong neutral action in the hover state.",
|
|
981
|
-
"$extensions": {
|
|
982
|
-
"com.figma.scope": [
|
|
983
|
-
"STROKE_COLOR"
|
|
984
|
-
]
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
"focus": {
|
|
988
|
-
"$value": "{action.strong.neutral.border.color.hover}",
|
|
989
|
-
"$type": "color",
|
|
990
|
-
"$description": "Used for the border of a strong neutral action in the focus state.",
|
|
991
|
-
"$extensions": {
|
|
992
|
-
"com.figma.scope": [
|
|
993
|
-
"STROKE_COLOR"
|
|
994
|
-
]
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"active": {
|
|
998
|
-
"$value": "{action.strong.neutral.border.color.focus}",
|
|
999
|
-
"$type": "color",
|
|
1000
|
-
"$description": "Used for the border of a strong neutral action in the active state.",
|
|
1001
|
-
"$extensions": {
|
|
1002
|
-
"com.figma.scope": [
|
|
1003
|
-
"STROKE_COLOR"
|
|
1004
|
-
]
|
|
1005
|
-
}
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
"background": {
|
|
1013
|
-
"color": {
|
|
1014
|
-
"default": {
|
|
1015
|
-
"$value": {
|
|
1016
|
-
"default": "{color.neutral.0}",
|
|
1017
|
-
"dark": "{color.neutral.950}"
|
|
1018
|
-
},
|
|
1019
|
-
"$type": "color",
|
|
1020
|
-
"$description": "Used for the default background color.",
|
|
1021
|
-
"$extensions": {
|
|
1022
|
-
"com.figma.scope": [
|
|
1023
|
-
"FRAME_FILL",
|
|
1024
|
-
"SHAPE_FILL"
|
|
1025
|
-
]
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
"subtle": {
|
|
1029
|
-
"$value": {
|
|
1030
|
-
"default": "{color.neutral.10}",
|
|
1031
|
-
"dark": "{color.neutral.900}"
|
|
1032
|
-
},
|
|
1033
|
-
"$type": "color",
|
|
1034
|
-
"$description": "Used to slightly differentiate the background from the default.",
|
|
1035
|
-
"$extensions": {
|
|
1036
|
-
"com.figma.scope": [
|
|
1037
|
-
"FRAME_FILL",
|
|
1038
|
-
"SHAPE_FILL"
|
|
1039
|
-
]
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
"strong": {
|
|
1043
|
-
"$value": {
|
|
1044
|
-
"default": "{color.neutral.50}",
|
|
1045
|
-
"dark": "{color.neutral.800}"
|
|
1046
|
-
},
|
|
1047
|
-
"$type": "color",
|
|
1048
|
-
"$description": "Used to make the background easily stand out from the default.",
|
|
1049
|
-
"$extensions": {
|
|
1050
|
-
"com.figma.scope": [
|
|
1051
|
-
"FRAME_FILL",
|
|
1052
|
-
"SHAPE_FILL"
|
|
1053
|
-
]
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
"disabled": {
|
|
1057
|
-
"$value": {
|
|
1058
|
-
"default": "{color.neutral.10}",
|
|
1059
|
-
"dark": "{color.neutral.900}"
|
|
1060
|
-
},
|
|
1061
|
-
"$type": "color",
|
|
1062
|
-
"$description": "Used to identify a disabled section.",
|
|
1063
|
-
"$extensions": {
|
|
1064
|
-
"com.figma.scope": [
|
|
1065
|
-
"FRAME_FILL",
|
|
1066
|
-
"SHAPE_FILL"
|
|
1067
|
-
]
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
"overlap": {
|
|
1071
|
-
"$value": {
|
|
1072
|
-
"default": "{color.neutral.0}",
|
|
1073
|
-
"dark": "{color.neutral.900}"
|
|
1074
|
-
},
|
|
1075
|
-
"$type": "color",
|
|
1076
|
-
"$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
|
|
1077
|
-
"$extensions": {
|
|
1078
|
-
"com.figma.scope": [
|
|
1079
|
-
"FRAME_FILL",
|
|
1080
|
-
"SHAPE_FILL"
|
|
1081
|
-
]
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
"section": {
|
|
1085
|
-
"$value": {
|
|
1086
|
-
"default": "{color.neutral.0}",
|
|
1087
|
-
"dark": "{color.neutral.800}"
|
|
1088
|
-
},
|
|
1089
|
-
"$type": "color",
|
|
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
|
-
"$extensions": {
|
|
1092
|
-
"com.figma.scope": [
|
|
1093
|
-
"FRAME_FILL",
|
|
1094
|
-
"SHAPE_FILL"
|
|
1095
|
-
]
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
"overlay": {
|
|
1099
|
-
"$value": {
|
|
1100
|
-
"default": "{color.alpha.dark.24}",
|
|
1101
|
-
"dark": "rgba(0,0,0,0.64)"
|
|
1102
|
-
},
|
|
1103
|
-
"$type": "color",
|
|
1104
|
-
"$description": "Used for an overlay that covers other content.",
|
|
1105
|
-
"$extensions": {
|
|
1106
|
-
"com.figma.scope": [
|
|
1107
|
-
"FRAME_FILL",
|
|
1108
|
-
"SHAPE_FILL"
|
|
1109
|
-
]
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
|
-
"border": {
|
|
1115
|
-
"color": {
|
|
1116
|
-
"default": {
|
|
1117
|
-
"$value": {
|
|
1118
|
-
"default": "{color.neutral.100}",
|
|
1119
|
-
"dark": "{color.neutral.700}"
|
|
1120
|
-
},
|
|
1121
|
-
"$type": "color",
|
|
1122
|
-
"$description": "Used for the default border color.",
|
|
1123
|
-
"$extensions": {
|
|
1124
|
-
"com.figma.scope": [
|
|
1125
|
-
"STROKE_COLOR"
|
|
1126
|
-
]
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
"subtle": {
|
|
1130
|
-
"$value": {
|
|
1131
|
-
"default": "{color.neutral.50}",
|
|
1132
|
-
"dark": "{color.neutral.800}"
|
|
1133
|
-
},
|
|
1134
|
-
"$type": "color",
|
|
1135
|
-
"$description": "Used for a subtle border in combination with the default background.",
|
|
1136
|
-
"$extensions": {
|
|
1137
|
-
"com.figma.scope": [
|
|
1138
|
-
"STROKE_COLOR"
|
|
1139
|
-
]
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
"strong": {
|
|
1143
|
-
"$value": {
|
|
1144
|
-
"default": "{color.neutral.200}",
|
|
1145
|
-
"dark": "{color.neutral.600}"
|
|
1146
|
-
},
|
|
1147
|
-
"$type": "color",
|
|
1148
|
-
"$description": "Used for a distinct border that emphasizes an edge or boundaries.",
|
|
1149
|
-
"$extensions": {
|
|
1150
|
-
"com.figma.scope": [
|
|
1151
|
-
"STROKE_COLOR"
|
|
1152
|
-
]
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
"section": {
|
|
1156
|
-
"$value": {
|
|
1157
|
-
"default": "{border.color.default}",
|
|
1158
|
-
"dark": "{background.color.default}"
|
|
1159
|
-
},
|
|
1160
|
-
"$type": "color",
|
|
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
|
-
"$extensions": {
|
|
1163
|
-
"com.figma.scope": [
|
|
1164
|
-
"STROKE_COLOR"
|
|
1165
|
-
]
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
"radius": {
|
|
1170
|
-
"default": {
|
|
1171
|
-
"$value": "{border.radius.md}",
|
|
1172
|
-
"$type": "dimension",
|
|
1173
|
-
"$description": "",
|
|
1174
|
-
"$extensions": {
|
|
1175
|
-
"com.figma.scope": [
|
|
1176
|
-
"CORNER_RADIUS"
|
|
1177
|
-
]
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"control": {
|
|
1183
|
-
"background": {
|
|
1184
|
-
"color": {
|
|
1185
|
-
"default": {
|
|
1186
|
-
"$value": {
|
|
1187
|
-
"default": "{color.neutral.0}",
|
|
1188
|
-
"dark": "{color.alpha.dark.40}"
|
|
1189
|
-
},
|
|
1190
|
-
"$type": "color",
|
|
1191
|
-
"$description": "Used for form control (input, radio button, checkbox, textarea) default background.",
|
|
1192
|
-
"$extensions": {
|
|
1193
|
-
"com.figma.scope": [
|
|
1194
|
-
"FRAME_FILL",
|
|
1195
|
-
"SHAPE_FILL"
|
|
1196
|
-
]
|
|
1197
|
-
}
|
|
1198
|
-
},
|
|
1199
|
-
"disabled": {
|
|
1200
|
-
"$value": {
|
|
1201
|
-
"default": "{color.neutral.10}",
|
|
1202
|
-
"dark": "{color.alpha.light.4}"
|
|
1203
|
-
},
|
|
1204
|
-
"$type": "color",
|
|
1205
|
-
"$description": "Used for disabled form control (checkbox, input, radio button, textarea) background.",
|
|
1206
|
-
"$extensions": {
|
|
1207
|
-
"com.figma.scope": [
|
|
1208
|
-
"FRAME_FILL",
|
|
1209
|
-
"SHAPE_FILL"
|
|
1210
|
-
]
|
|
1211
|
-
}
|
|
1212
|
-
},
|
|
1213
|
-
"concatenation": {
|
|
1214
|
-
"$value": {
|
|
1215
|
-
"default": "{color.neutral.10}",
|
|
1216
|
-
"dark": "{color.alpha.light.4}"
|
|
1217
|
-
},
|
|
1218
|
-
"$type": "color",
|
|
1219
|
-
"$description": "Used for the background of static content that prepends or appends a text input.",
|
|
1220
|
-
"$extensions": {
|
|
1221
|
-
"com.figma.scope": [
|
|
1222
|
-
"FRAME_FILL",
|
|
1223
|
-
"SHAPE_FILL"
|
|
1224
|
-
]
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
"readonly": {
|
|
1228
|
-
"$value": {
|
|
1229
|
-
"default": "{color.alpha.dark.2}",
|
|
1230
|
-
"dark": "{color.alpha.light.8}"
|
|
1231
|
-
},
|
|
1232
|
-
"$type": "color",
|
|
1233
|
-
"$description": "Used for the background of static content that prepends or appends a text input.",
|
|
1234
|
-
"$extensions": {
|
|
1235
|
-
"com.figma.scope": [
|
|
1236
|
-
"FRAME_FILL",
|
|
1237
|
-
"SHAPE_FILL"
|
|
1238
|
-
]
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"selected": {
|
|
1242
|
-
"default": {
|
|
1243
|
-
"$value": {
|
|
1244
|
-
"default": "{color.blue.500}",
|
|
1245
|
-
"dark": "{color.blue.300}"
|
|
1246
|
-
},
|
|
1247
|
-
"$type": "color",
|
|
1248
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
|
|
1249
|
-
"$extensions": {
|
|
1250
|
-
"com.figma.scope": [
|
|
1251
|
-
"FRAME_FILL",
|
|
1252
|
-
"SHAPE_FILL"
|
|
1253
|
-
]
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
"hover": {
|
|
1257
|
-
"$value": {
|
|
1258
|
-
"default": "{color.blue.700}",
|
|
1259
|
-
"dark": "{color.blue.200}"
|
|
1260
|
-
},
|
|
1261
|
-
"$type": "color",
|
|
1262
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
|
|
1263
|
-
"$extensions": {
|
|
1264
|
-
"com.figma.scope": [
|
|
1265
|
-
"FRAME_FILL",
|
|
1266
|
-
"SHAPE_FILL"
|
|
1267
|
-
]
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
"focus": {
|
|
1271
|
-
"$value": {
|
|
1272
|
-
"default": "{color.blue.700}",
|
|
1273
|
-
"dark": "{color.blue.200}"
|
|
1274
|
-
},
|
|
1275
|
-
"$type": "color",
|
|
1276
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
|
|
1277
|
-
"$extensions": {
|
|
1278
|
-
"com.figma.scope": [
|
|
1279
|
-
"FRAME_FILL",
|
|
1280
|
-
"SHAPE_FILL"
|
|
1281
|
-
]
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
"border": {
|
|
1288
|
-
"color": {
|
|
1289
|
-
"default": {
|
|
1290
|
-
"$value": {
|
|
1291
|
-
"default": "{color.neutral.400}",
|
|
1292
|
-
"dark": "{color.neutral.500}"
|
|
1293
|
-
},
|
|
1294
|
-
"$type": "color",
|
|
1295
|
-
"$description": "Used for form control (input, radio button, checkbox, textarea) default border.",
|
|
1296
|
-
"$extensions": {
|
|
1297
|
-
"com.figma.scope": [
|
|
1298
|
-
"STROKE_COLOR"
|
|
1299
|
-
]
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"hover": {
|
|
1303
|
-
"$value": {
|
|
1304
|
-
"default": "{color.neutral.600}",
|
|
1305
|
-
"dark": "{color.neutral.300}"
|
|
1306
|
-
},
|
|
1307
|
-
"$type": "color",
|
|
1308
|
-
"$description": "Used for form control (input, radio button, checkbox, textarea) border on hover.",
|
|
1309
|
-
"$extensions": {
|
|
1310
|
-
"com.figma.scope": [
|
|
1311
|
-
"STROKE_COLOR"
|
|
1312
|
-
]
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
"focus": {
|
|
1316
|
-
"$value": {
|
|
1317
|
-
"default": "{color.neutral.900}",
|
|
1318
|
-
"dark": "{color.neutral.50}"
|
|
1319
|
-
},
|
|
1320
|
-
"$type": "color",
|
|
1321
|
-
"$description": "Used for form control (input, radio button, checkbox, textarea) border on focus.",
|
|
1322
|
-
"$extensions": {
|
|
1323
|
-
"com.figma.scope": [
|
|
1324
|
-
"STROKE_COLOR"
|
|
1325
|
-
]
|
|
1326
|
-
}
|
|
1327
|
-
},
|
|
1328
|
-
"disabled": {
|
|
1329
|
-
"$value": {
|
|
1330
|
-
"default": "{color.neutral.100}",
|
|
1331
|
-
"dark": "{color.neutral.800}"
|
|
1332
|
-
},
|
|
1333
|
-
"$type": "color",
|
|
1334
|
-
"$description": "Used for disabled form control (input, radio button, checkbox, textarea) border.",
|
|
1335
|
-
"$extensions": {
|
|
1336
|
-
"com.figma.scope": [
|
|
1337
|
-
"STROKE_COLOR"
|
|
1338
|
-
]
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"error": {
|
|
1342
|
-
"$value": {
|
|
1343
|
-
"default": "{color.red.500}",
|
|
1344
|
-
"dark": "{color.red.300}"
|
|
1345
|
-
},
|
|
1346
|
-
"$type": "color",
|
|
1347
|
-
"$description": "Used for invalid form control (input, textarea) border.",
|
|
1348
|
-
"$extensions": {
|
|
1349
|
-
"com.figma.scope": [
|
|
1350
|
-
"STROKE_COLOR"
|
|
1351
|
-
]
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
"selected": {
|
|
1355
|
-
"default": {
|
|
1356
|
-
"$value": {
|
|
1357
|
-
"default": "{color.blue.500}",
|
|
1358
|
-
"dark": "{color.blue.400}"
|
|
1359
|
-
},
|
|
1360
|
-
"$type": "color",
|
|
1361
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
|
|
1362
|
-
"$extensions": {
|
|
1363
|
-
"com.figma.scope": [
|
|
1364
|
-
"STROKE_COLOR"
|
|
1365
|
-
]
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
"hover": {
|
|
1369
|
-
"$value": {
|
|
1370
|
-
"default": "{color.blue.700}",
|
|
1371
|
-
"dark": "{color.blue.200}"
|
|
1372
|
-
},
|
|
1373
|
-
"$type": "color",
|
|
1374
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
|
|
1375
|
-
"$extensions": {
|
|
1376
|
-
"com.figma.scope": [
|
|
1377
|
-
"STROKE_COLOR"
|
|
1378
|
-
]
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
"focus": {
|
|
1382
|
-
"$value": {
|
|
1383
|
-
"default": "{color.blue.700}",
|
|
1384
|
-
"dark": "{color.blue.200}"
|
|
1385
|
-
},
|
|
1386
|
-
"$type": "color",
|
|
1387
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
|
|
1388
|
-
"$extensions": {
|
|
1389
|
-
"com.figma.scope": [
|
|
1390
|
-
"STROKE_COLOR"
|
|
1391
|
-
]
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
"radius": {
|
|
1397
|
-
"$value": "{border.radius.lg}",
|
|
1398
|
-
"$type": "dimension",
|
|
1399
|
-
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
1400
|
-
"$extensions": {
|
|
1401
|
-
"com.figma.scope": [
|
|
1402
|
-
"CORNER_RADIUS"
|
|
1403
|
-
]
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
"text": {
|
|
1408
|
-
"color": {
|
|
1409
|
-
"error": {
|
|
1410
|
-
"$value": "{text.color.danger}",
|
|
1411
|
-
"$type": "color",
|
|
1412
|
-
"$description": "Used for the helper text when the input is invalid.",
|
|
1413
|
-
"$extensions": {
|
|
1414
|
-
"com.figma.scope": [
|
|
1415
|
-
"TEXT_FILL"
|
|
1416
|
-
]
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
"valid": {
|
|
1420
|
-
"$value": "{text.color.success}",
|
|
1421
|
-
"$type": "color",
|
|
1422
|
-
"$description": "Used for the helper text when the input is valid.",
|
|
1423
|
-
"$extensions": {
|
|
1424
|
-
"com.figma.scope": [
|
|
1425
|
-
"TEXT_FILL"
|
|
1426
|
-
]
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
"placeholder": {
|
|
1432
|
-
"color": {
|
|
1433
|
-
"$value": "{text.color.disabled}",
|
|
1434
|
-
"$type": "color",
|
|
1435
|
-
"$description": "Used for placeholder text within inputs.",
|
|
1436
|
-
"$extensions": {
|
|
1437
|
-
"com.figma.scope": [
|
|
1438
|
-
"TEXT_FILL"
|
|
1439
|
-
]
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
"indicator": {
|
|
1444
|
-
"color": {
|
|
1445
|
-
"selected": {
|
|
1446
|
-
"$value": {
|
|
1447
|
-
"default": "{color.neutral.0}",
|
|
1448
|
-
"dark": "{color.neutral.950}"
|
|
1449
|
-
},
|
|
1450
|
-
"$type": "color",
|
|
1451
|
-
"$description": "Used for checkbox and radio button state indicators.",
|
|
1452
|
-
"$extensions": {
|
|
1453
|
-
"com.figma.scope": [
|
|
1454
|
-
"FRAME_FILL",
|
|
1455
|
-
"SHAPE_FILL"
|
|
1456
|
-
]
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"disabled": {
|
|
1460
|
-
"$value": {
|
|
1461
|
-
"default": "{color.neutral.500}",
|
|
1462
|
-
"dark": "{color.neutral.400}"
|
|
1463
|
-
},
|
|
1464
|
-
"$type": "color",
|
|
1465
|
-
"$description": "Used for disabled checkbox and radio button state indicators.",
|
|
1466
|
-
"$extensions": {
|
|
1467
|
-
"com.figma.scope": [
|
|
1468
|
-
"FRAME_FILL",
|
|
1469
|
-
"SHAPE_FILL"
|
|
1470
|
-
]
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
"feedback": {
|
|
1477
|
-
"border": {
|
|
1478
|
-
"radius": {
|
|
1479
|
-
"$value": "{border.radius.lg}",
|
|
1480
|
-
"$type": "dimension",
|
|
1481
|
-
"$description": "Used for the border radius of a feedback element.",
|
|
1482
|
-
"$extensions": {
|
|
1483
|
-
"com.figma.scope": [
|
|
1484
|
-
"CORNER_RADIUS"
|
|
1485
|
-
]
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
"strong": {
|
|
1490
|
-
"background": {
|
|
1491
|
-
"color": {
|
|
1492
|
-
"$value": "{color.neutral.800}",
|
|
1493
|
-
"$type": "color",
|
|
1494
|
-
"$description": "Used for a background associated with strong feedback like a tooltip or toast message.",
|
|
1495
|
-
"$extensions": {
|
|
1496
|
-
"com.figma.scope": [
|
|
1497
|
-
"FRAME_FILL",
|
|
1498
|
-
"SHAPE_FILL"
|
|
1499
|
-
]
|
|
1500
|
-
}
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
|
-
"text": {
|
|
1504
|
-
"color": {
|
|
1505
|
-
"$value": "{color.neutral.0}",
|
|
1506
|
-
"$type": "color",
|
|
1507
|
-
"$description": "Used for text on a strong feedback background.",
|
|
1508
|
-
"$extensions": {
|
|
1509
|
-
"com.figma.scope": [
|
|
1510
|
-
"TEXT_FILL"
|
|
1511
|
-
]
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
"icon": {
|
|
1516
|
-
"color": {
|
|
1517
|
-
"$value": "{color.neutral.0}",
|
|
1518
|
-
"$type": "color",
|
|
1519
|
-
"$description": "Used for an icon on a strong feedback background.",
|
|
1520
|
-
"$extensions": {
|
|
1521
|
-
"com.figma.scope": [
|
|
1522
|
-
"SHAPE_FILL",
|
|
1523
|
-
"TEXT_FILL"
|
|
1524
|
-
]
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"link": {
|
|
1529
|
-
"color": {
|
|
1530
|
-
"$value": "{color.blue.300}",
|
|
1531
|
-
"$type": "color",
|
|
1532
|
-
"$description": "Used for a link on a strong feedback background.",
|
|
1533
|
-
"$extensions": {
|
|
1534
|
-
"com.figma.scope": [
|
|
1535
|
-
"TEXT_FILL"
|
|
1536
|
-
]
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
},
|
|
1541
|
-
"neutral": {
|
|
1542
|
-
"background": {
|
|
1543
|
-
"color": {
|
|
1544
|
-
"$value": {
|
|
1545
|
-
"default": "{color.neutral.50}",
|
|
1546
|
-
"dark": "{color.neutral.900}"
|
|
1547
|
-
},
|
|
1548
|
-
"$type": "color",
|
|
1549
|
-
"$description": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
1550
|
-
"$extensions": {
|
|
1551
|
-
"com.figma.scope": [
|
|
1552
|
-
"FRAME_FILL",
|
|
1553
|
-
"SHAPE_FILL"
|
|
1554
|
-
]
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
"text": {
|
|
1559
|
-
"color": {
|
|
1560
|
-
"$value": {
|
|
1561
|
-
"default": "{color.neutral.700}",
|
|
1562
|
-
"dark": "{color.neutral.200}"
|
|
1563
|
-
},
|
|
1564
|
-
"$type": "color",
|
|
1565
|
-
"$description": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
1566
|
-
"$extensions": {
|
|
1567
|
-
"com.figma.scope": [
|
|
1568
|
-
"TEXT_FILL"
|
|
1569
|
-
]
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
"icon": {
|
|
1574
|
-
"color": {
|
|
1575
|
-
"$value": {
|
|
1576
|
-
"default": "{color.neutral.600}",
|
|
1577
|
-
"dark": "{color.neutral.300}"
|
|
1578
|
-
},
|
|
1579
|
-
"$type": "color",
|
|
1580
|
-
"$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
1581
|
-
"$extensions": {
|
|
1582
|
-
"com.figma.scope": [
|
|
1583
|
-
"SHAPE_FILL",
|
|
1584
|
-
"TEXT_FILL"
|
|
1585
|
-
]
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
"info": {
|
|
1591
|
-
"background": {
|
|
1592
|
-
"color": {
|
|
1593
|
-
"$value": {
|
|
1594
|
-
"default": "{color.blue.50}",
|
|
1595
|
-
"dark": "{color.blue.950}"
|
|
1596
|
-
},
|
|
1597
|
-
"$type": "color",
|
|
1598
|
-
"$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
1599
|
-
"$extensions": {
|
|
1600
|
-
"com.figma.scope": [
|
|
1601
|
-
"FRAME_FILL",
|
|
1602
|
-
"SHAPE_FILL"
|
|
1603
|
-
]
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
|
-
"text": {
|
|
1608
|
-
"color": {
|
|
1609
|
-
"$value": {
|
|
1610
|
-
"default": "{color.blue.700}",
|
|
1611
|
-
"dark": "{color.blue.200}"
|
|
1612
|
-
},
|
|
1613
|
-
"$type": "color",
|
|
1614
|
-
"$description": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
1615
|
-
"$extensions": {
|
|
1616
|
-
"com.figma.scope": [
|
|
1617
|
-
"TEXT_FILL"
|
|
1618
|
-
]
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
"icon": {
|
|
1623
|
-
"color": {
|
|
1624
|
-
"$value": {
|
|
1625
|
-
"default": "{color.blue.600}",
|
|
1626
|
-
"dark": "{color.blue.300}"
|
|
1627
|
-
},
|
|
1628
|
-
"$type": "color",
|
|
1629
|
-
"$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
1630
|
-
"$extensions": {
|
|
1631
|
-
"com.figma.scope": [
|
|
1632
|
-
"SHAPE_FILL",
|
|
1633
|
-
"TEXT_FILL"
|
|
1634
|
-
]
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
"success": {
|
|
1640
|
-
"background": {
|
|
1641
|
-
"color": {
|
|
1642
|
-
"$value": {
|
|
1643
|
-
"default": "{color.green.50}",
|
|
1644
|
-
"dark": "{color.green.900}"
|
|
1645
|
-
},
|
|
1646
|
-
"$type": "color",
|
|
1647
|
-
"$description": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
1648
|
-
"$extensions": {
|
|
1649
|
-
"com.figma.scope": [
|
|
1650
|
-
"FRAME_FILL",
|
|
1651
|
-
"SHAPE_FILL"
|
|
1652
|
-
]
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
"text": {
|
|
1657
|
-
"color": {
|
|
1658
|
-
"$value": {
|
|
1659
|
-
"default": "{color.green.700}",
|
|
1660
|
-
"dark": "{color.green.200}"
|
|
1661
|
-
},
|
|
1662
|
-
"$type": "color",
|
|
1663
|
-
"$description": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
1664
|
-
"$extensions": {
|
|
1665
|
-
"com.figma.scope": [
|
|
1666
|
-
"TEXT_FILL"
|
|
1667
|
-
]
|
|
1668
|
-
}
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
"icon": {
|
|
1672
|
-
"color": {
|
|
1673
|
-
"$value": {
|
|
1674
|
-
"default": "{color.green.600}",
|
|
1675
|
-
"dark": "{color.green.300}"
|
|
1676
|
-
},
|
|
1677
|
-
"$type": "color",
|
|
1678
|
-
"$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
1679
|
-
"$extensions": {
|
|
1680
|
-
"com.figma.scope": [
|
|
1681
|
-
"SHAPE_FILL",
|
|
1682
|
-
"TEXT_FILL"
|
|
1683
|
-
]
|
|
1684
|
-
}
|
|
1685
|
-
}
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
|
-
"warning": {
|
|
1689
|
-
"background": {
|
|
1690
|
-
"color": {
|
|
1691
|
-
"$value": {
|
|
1692
|
-
"default": "{color.orange.50}",
|
|
1693
|
-
"dark": "{color.orange.900}"
|
|
1694
|
-
},
|
|
1695
|
-
"$type": "color",
|
|
1696
|
-
"$description": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
1697
|
-
"$extensions": {
|
|
1698
|
-
"com.figma.scope": [
|
|
1699
|
-
"FRAME_FILL",
|
|
1700
|
-
"SHAPE_FILL"
|
|
1701
|
-
]
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
"text": {
|
|
1706
|
-
"color": {
|
|
1707
|
-
"$value": {
|
|
1708
|
-
"default": "{color.orange.700}",
|
|
1709
|
-
"dark": "{color.orange.200}"
|
|
1710
|
-
},
|
|
1711
|
-
"$type": "color",
|
|
1712
|
-
"$description": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
1713
|
-
"$extensions": {
|
|
1714
|
-
"com.figma.scope": [
|
|
1715
|
-
"TEXT_FILL"
|
|
1716
|
-
]
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
"icon": {
|
|
1721
|
-
"color": {
|
|
1722
|
-
"$value": {
|
|
1723
|
-
"default": "{color.orange.600}",
|
|
1724
|
-
"dark": "{color.orange.300}"
|
|
1725
|
-
},
|
|
1726
|
-
"$type": "color",
|
|
1727
|
-
"$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
1728
|
-
"$extensions": {
|
|
1729
|
-
"com.figma.scope": [
|
|
1730
|
-
"SHAPE_FILL",
|
|
1731
|
-
"TEXT_FILL"
|
|
1732
|
-
]
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
},
|
|
1737
|
-
"danger": {
|
|
1738
|
-
"background": {
|
|
1739
|
-
"color": {
|
|
1740
|
-
"$value": {
|
|
1741
|
-
"default": "{color.red.50}",
|
|
1742
|
-
"dark": "{color.red.900}"
|
|
1743
|
-
},
|
|
1744
|
-
"$type": "color",
|
|
1745
|
-
"$description": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
1746
|
-
"$extensions": {
|
|
1747
|
-
"com.figma.scope": [
|
|
1748
|
-
"FRAME_FILL",
|
|
1749
|
-
"SHAPE_FILL"
|
|
1750
|
-
]
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
"text": {
|
|
1755
|
-
"color": {
|
|
1756
|
-
"$value": {
|
|
1757
|
-
"default": "{color.red.700}",
|
|
1758
|
-
"dark": "{color.red.200}"
|
|
1759
|
-
},
|
|
1760
|
-
"$type": "color",
|
|
1761
|
-
"$description": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
1762
|
-
"$extensions": {
|
|
1763
|
-
"com.figma.scope": [
|
|
1764
|
-
"TEXT_FILL"
|
|
1765
|
-
]
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
"icon": {
|
|
1770
|
-
"color": {
|
|
1771
|
-
"$value": {
|
|
1772
|
-
"default": "{color.red.600}",
|
|
1773
|
-
"dark": "{color.red.300}"
|
|
1774
|
-
},
|
|
1775
|
-
"$type": "color",
|
|
1776
|
-
"$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
1777
|
-
"$extensions": {
|
|
1778
|
-
"com.figma.scope": [
|
|
1779
|
-
"SHAPE_FILL",
|
|
1780
|
-
"TEXT_FILL"
|
|
1781
|
-
]
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
"focus-ring": {
|
|
1788
|
-
"outer": {
|
|
1789
|
-
"color": {
|
|
1790
|
-
"$value": {
|
|
1791
|
-
"default": "{color.blue.500}",
|
|
1792
|
-
"dark": "{color.blue.400}"
|
|
1793
|
-
},
|
|
1794
|
-
"$type": "color",
|
|
1795
|
-
"$description": "Used for the outer color portion of the focus ring.",
|
|
1796
|
-
"$extensions": {
|
|
1797
|
-
"com.figma.scope": [
|
|
1798
|
-
"STROKE_COLOR"
|
|
1799
|
-
]
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
"inner": {
|
|
1804
|
-
"color": {
|
|
1805
|
-
"$value": "{background.color.default}",
|
|
1806
|
-
"$type": "color",
|
|
1807
|
-
"$description": "Used for the inner neutral portion of the focus ring.",
|
|
1808
|
-
"$extensions": {
|
|
1809
|
-
"com.figma.scope": [
|
|
1810
|
-
"STROKE_COLOR"
|
|
1811
|
-
]
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
"font": {
|
|
1817
|
-
"size": {
|
|
1818
|
-
"base": {
|
|
1819
|
-
"$value": "{font.size.md}",
|
|
1820
|
-
"$type": "dimension",
|
|
1821
|
-
"$extensions": {
|
|
1822
|
-
"com.figma.scope": [
|
|
1823
|
-
"FONT_SIZE"
|
|
1824
|
-
]
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
"highlight": {
|
|
1830
|
-
"match": {
|
|
1831
|
-
"background": {
|
|
1832
|
-
"color": {
|
|
1833
|
-
"$value": {
|
|
1834
|
-
"default": "{color.orange.500}",
|
|
1835
|
-
"dark": "{color.orange.200}"
|
|
1836
|
-
},
|
|
1837
|
-
"$type": "color",
|
|
1838
|
-
"$description": "Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning.",
|
|
1839
|
-
"$extensions": {
|
|
1840
|
-
"com.figma.scope": [
|
|
1841
|
-
"FRAME_FILL",
|
|
1842
|
-
"SHAPE_FILL"
|
|
1843
|
-
]
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
},
|
|
1847
|
-
"text": {
|
|
1848
|
-
"color": {
|
|
1849
|
-
"$value": {
|
|
1850
|
-
"default": "{color.neutral.0}",
|
|
1851
|
-
"dark": "{color.neutral.950}"
|
|
1852
|
-
},
|
|
1853
|
-
"$type": "color",
|
|
1854
|
-
"$description": "Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status.",
|
|
1855
|
-
"$extensions": {
|
|
1856
|
-
"com.figma.scope": [
|
|
1857
|
-
"TEXT_FILL"
|
|
1858
|
-
]
|
|
1859
|
-
}
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
"target": {
|
|
1864
|
-
"background": {
|
|
1865
|
-
"color": {
|
|
1866
|
-
"$value": {
|
|
1867
|
-
"default": "{color.blue.50}",
|
|
1868
|
-
"dark": "{color.blue.950}"
|
|
1869
|
-
},
|
|
1870
|
-
"$type": "color",
|
|
1871
|
-
"$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.",
|
|
1872
|
-
"$extensions": {
|
|
1873
|
-
"com.figma.scope": [
|
|
1874
|
-
"FRAME_FILL",
|
|
1875
|
-
"SHAPE_FILL"
|
|
1876
|
-
]
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
"border": {
|
|
1881
|
-
"color": {
|
|
1882
|
-
"$value": {
|
|
1883
|
-
"default": "{color.blue.200}",
|
|
1884
|
-
"dark": "{color.blue.700}"
|
|
1885
|
-
},
|
|
1886
|
-
"$type": "color",
|
|
1887
|
-
"$description": "Used to provide additional visual emphasis for borders of temporarily targeted elements or when visualizing connections between related content, distinct from persistent states.",
|
|
1888
|
-
"$extensions": {
|
|
1889
|
-
"com.figma.scope": [
|
|
1890
|
-
"TEXT_FILL"
|
|
1891
|
-
]
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
"icon": {
|
|
1898
|
-
"color": {
|
|
1899
|
-
"default": {
|
|
1900
|
-
"$value": "{text.color.default}",
|
|
1901
|
-
"$type": "color",
|
|
1902
|
-
"$description": "Used for the default icon color. Can be paired with default text.",
|
|
1903
|
-
"$extensions": {
|
|
1904
|
-
"com.figma.scope": [
|
|
1905
|
-
"SHAPE_FILL",
|
|
1906
|
-
"TEXT_FILL"
|
|
1907
|
-
]
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
"subtle": {
|
|
1911
|
-
"$value": "{text.color.subtle}",
|
|
1912
|
-
"$type": "color",
|
|
1913
|
-
"$description": "Used for a static or decorational icon. Can be paired with subtle text.",
|
|
1914
|
-
"$extensions": {
|
|
1915
|
-
"com.figma.scope": [
|
|
1916
|
-
"SHAPE_FILL",
|
|
1917
|
-
"TEXT_FILL"
|
|
1918
|
-
]
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"strong": {
|
|
1922
|
-
"$value": "{text.color.strong}",
|
|
1923
|
-
"$type": "color",
|
|
1924
|
-
"$description": "Used for an icon with the highest contrast.",
|
|
1925
|
-
"$extensions": {
|
|
1926
|
-
"com.figma.scope": [
|
|
1927
|
-
"SHAPE_FILL",
|
|
1928
|
-
"TEXT_FILL"
|
|
1929
|
-
]
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
"disabled": {
|
|
1933
|
-
"$value": "{text.color.disabled}",
|
|
1934
|
-
"$type": "color",
|
|
1935
|
-
"$description": "Used for an icon within a disabled section.",
|
|
1936
|
-
"$extensions": {
|
|
1937
|
-
"com.figma.scope": [
|
|
1938
|
-
"SHAPE_FILL",
|
|
1939
|
-
"TEXT_FILL"
|
|
1940
|
-
]
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
"link": {
|
|
1944
|
-
"$value": "{text.color.link}",
|
|
1945
|
-
"$type": "color",
|
|
1946
|
-
"$description": "Used for an icon within a link.",
|
|
1947
|
-
"$extensions": {
|
|
1948
|
-
"com.figma.scope": [
|
|
1949
|
-
"SHAPE_FILL",
|
|
1950
|
-
"TEXT_FILL"
|
|
1951
|
-
]
|
|
1952
|
-
}
|
|
1953
|
-
},
|
|
1954
|
-
"info": {
|
|
1955
|
-
"$value": {
|
|
1956
|
-
"default": "{color.blue.700}",
|
|
1957
|
-
"dark": "{color.blue.200}"
|
|
1958
|
-
},
|
|
1959
|
-
"$type": "color",
|
|
1960
|
-
"$description": "Used for an icon associated with information or help.",
|
|
1961
|
-
"$extensions": {
|
|
1962
|
-
"com.figma.scope": [
|
|
1963
|
-
"SHAPE_FILL",
|
|
1964
|
-
"TEXT_FILL"
|
|
1965
|
-
]
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
"warning": {
|
|
1969
|
-
"$value": "{text.color.warning}",
|
|
1970
|
-
"$type": "color",
|
|
1971
|
-
"$description": "Used for an icon associated with a warning.",
|
|
1972
|
-
"$extensions": {
|
|
1973
|
-
"com.figma.scope": [
|
|
1974
|
-
"SHAPE_FILL",
|
|
1975
|
-
"TEXT_FILL"
|
|
1976
|
-
]
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
"danger": {
|
|
1980
|
-
"$value": "{text.color.danger}",
|
|
1981
|
-
"$type": "color",
|
|
1982
|
-
"$description": "Used for an icon associated with an error or danger.",
|
|
1983
|
-
"$extensions": {
|
|
1984
|
-
"com.figma.scope": [
|
|
1985
|
-
"SHAPE_FILL",
|
|
1986
|
-
"TEXT_FILL"
|
|
1987
|
-
]
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
"success": {
|
|
1991
|
-
"$value": "{text.color.success}",
|
|
1992
|
-
"$type": "color",
|
|
1993
|
-
"$description": "Used for an icon associated with success or validity.",
|
|
1994
|
-
"$extensions": {
|
|
1995
|
-
"com.figma.scope": [
|
|
1996
|
-
"SHAPE_FILL",
|
|
1997
|
-
"TEXT_FILL"
|
|
1998
|
-
]
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
"shadow": {
|
|
2004
|
-
"color": {
|
|
2005
|
-
"default": {
|
|
2006
|
-
"$value": {
|
|
2007
|
-
"default": "{color.alpha.dark.16}",
|
|
2008
|
-
"dark": "{color.alpha.dark.40}"
|
|
2009
|
-
},
|
|
2010
|
-
"$type": "color",
|
|
2011
|
-
"$description": "Used for the default shadow color.",
|
|
2012
|
-
"$extensions": {
|
|
2013
|
-
"com.figma.scope": [
|
|
2014
|
-
"EFFECT_COLOR"
|
|
2015
|
-
]
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
},
|
|
2020
|
-
"status": {
|
|
2021
|
-
"neutral": {
|
|
2022
|
-
"background": {
|
|
2023
|
-
"color": {
|
|
2024
|
-
"$value": {
|
|
2025
|
-
"default": "{color.neutral.100}",
|
|
2026
|
-
"dark": "{color.neutral.800}"
|
|
2027
|
-
},
|
|
2028
|
-
"$type": "color",
|
|
2029
|
-
"$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.",
|
|
2030
|
-
"$extensions": {
|
|
2031
|
-
"com.figma.scope": [
|
|
2032
|
-
"FRAME_FILL",
|
|
2033
|
-
"SHAPE_FILL"
|
|
2034
|
-
]
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"text": {
|
|
2039
|
-
"color": {
|
|
2040
|
-
"$value": {
|
|
2041
|
-
"default": "{color.neutral.700}",
|
|
2042
|
-
"dark": "{color.neutral.200}"
|
|
2043
|
-
},
|
|
2044
|
-
"$type": "color",
|
|
2045
|
-
"$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.",
|
|
2046
|
-
"$extensions": {
|
|
2047
|
-
"com.figma.scope": [
|
|
2048
|
-
"TEXT_FILL"
|
|
2049
|
-
]
|
|
2050
|
-
}
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
"icon": {
|
|
2054
|
-
"color": {
|
|
2055
|
-
"$value": {
|
|
2056
|
-
"default": "{color.neutral.500}",
|
|
2057
|
-
"dark": "{color.neutral.300}"
|
|
2058
|
-
},
|
|
2059
|
-
"$type": "color",
|
|
2060
|
-
"$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.",
|
|
2061
|
-
"$extensions": {
|
|
2062
|
-
"com.figma.scope": [
|
|
2063
|
-
"SHAPE_FILL",
|
|
2064
|
-
"TEXT_FILL"
|
|
2065
|
-
]
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
"info": {
|
|
2071
|
-
"background": {
|
|
2072
|
-
"color": {
|
|
2073
|
-
"$value": {
|
|
2074
|
-
"default": "{color.blue.100}",
|
|
2075
|
-
"dark": "{color.blue.800}"
|
|
2076
|
-
},
|
|
2077
|
-
"$type": "color",
|
|
2078
|
-
"$description": "Used for the background of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
|
|
2079
|
-
"$extensions": {
|
|
2080
|
-
"com.figma.scope": [
|
|
2081
|
-
"FRAME_FILL",
|
|
2082
|
-
"SHAPE_FILL"
|
|
2083
|
-
]
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
"text": {
|
|
2088
|
-
"color": {
|
|
2089
|
-
"$value": {
|
|
2090
|
-
"default": "{color.blue.700}",
|
|
2091
|
-
"dark": "{color.blue.200}"
|
|
2092
|
-
},
|
|
2093
|
-
"$type": "color",
|
|
2094
|
-
"$description": "Used for the text of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
|
|
2095
|
-
"$extensions": {
|
|
2096
|
-
"com.figma.scope": [
|
|
2097
|
-
"TEXT_FILL"
|
|
2098
|
-
]
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
"icon": {
|
|
2103
|
-
"color": {
|
|
2104
|
-
"$value": {
|
|
2105
|
-
"default": "{color.blue.500}",
|
|
2106
|
-
"dark": "{color.blue.300}"
|
|
2107
|
-
},
|
|
2108
|
-
"$type": "color",
|
|
2109
|
-
"$description": "Used for the icon of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
|
|
2110
|
-
"$extensions": {
|
|
2111
|
-
"com.figma.scope": [
|
|
2112
|
-
"SHAPE_FILL",
|
|
2113
|
-
"TEXT_FILL"
|
|
2114
|
-
]
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
"success": {
|
|
2120
|
-
"background": {
|
|
2121
|
-
"color": {
|
|
2122
|
-
"$value": {
|
|
2123
|
-
"default": "{color.green.100}",
|
|
2124
|
-
"dark": "{color.green.800}"
|
|
2125
|
-
},
|
|
2126
|
-
"$type": "color",
|
|
2127
|
-
"$description": "Used for the background of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
|
|
2128
|
-
"$extensions": {
|
|
2129
|
-
"com.figma.scope": [
|
|
2130
|
-
"FRAME_FILL",
|
|
2131
|
-
"SHAPE_FILL"
|
|
2132
|
-
]
|
|
2133
|
-
}
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
"text": {
|
|
2137
|
-
"color": {
|
|
2138
|
-
"$value": {
|
|
2139
|
-
"default": "{color.green.700}",
|
|
2140
|
-
"dark": "{color.green.200}"
|
|
2141
|
-
},
|
|
2142
|
-
"$type": "color",
|
|
2143
|
-
"$description": "Used for the text of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
|
|
2144
|
-
"$extensions": {
|
|
2145
|
-
"com.figma.scope": [
|
|
2146
|
-
"TEXT_FILL"
|
|
2147
|
-
]
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
"icon": {
|
|
2152
|
-
"color": {
|
|
2153
|
-
"$value": {
|
|
2154
|
-
"default": "{color.green.500}",
|
|
2155
|
-
"dark": "{color.green.300}"
|
|
2156
|
-
},
|
|
2157
|
-
"$type": "color",
|
|
2158
|
-
"$description": "Used for the icon of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
|
|
2159
|
-
"$extensions": {
|
|
2160
|
-
"com.figma.scope": [
|
|
2161
|
-
"SHAPE_FILL",
|
|
2162
|
-
"TEXT_FILL"
|
|
2163
|
-
]
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
"warning": {
|
|
2169
|
-
"background": {
|
|
2170
|
-
"color": {
|
|
2171
|
-
"$value": {
|
|
2172
|
-
"default": "{color.orange.100}",
|
|
2173
|
-
"dark": "{color.orange.800}"
|
|
2174
|
-
},
|
|
2175
|
-
"$type": "color",
|
|
2176
|
-
"$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.",
|
|
2177
|
-
"$extensions": {
|
|
2178
|
-
"com.figma.scope": [
|
|
2179
|
-
"FRAME_FILL",
|
|
2180
|
-
"SHAPE_FILL"
|
|
2181
|
-
]
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
"text": {
|
|
2186
|
-
"color": {
|
|
2187
|
-
"$value": {
|
|
2188
|
-
"default": "{color.orange.700}",
|
|
2189
|
-
"dark": "{color.orange.200}"
|
|
2190
|
-
},
|
|
2191
|
-
"$type": "color",
|
|
2192
|
-
"$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.",
|
|
2193
|
-
"$extensions": {
|
|
2194
|
-
"com.figma.scope": [
|
|
2195
|
-
"TEXT_FILL"
|
|
2196
|
-
]
|
|
2197
|
-
}
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
"icon": {
|
|
2201
|
-
"color": {
|
|
2202
|
-
"$value": {
|
|
2203
|
-
"default": "{color.orange.500}",
|
|
2204
|
-
"dark": "{color.orange.300}"
|
|
2205
|
-
},
|
|
2206
|
-
"$type": "color",
|
|
2207
|
-
"$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.",
|
|
2208
|
-
"$extensions": {
|
|
2209
|
-
"com.figma.scope": [
|
|
2210
|
-
"SHAPE_FILL",
|
|
2211
|
-
"TEXT_FILL"
|
|
2212
|
-
]
|
|
2213
|
-
}
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
"danger": {
|
|
2218
|
-
"background": {
|
|
2219
|
-
"color": {
|
|
2220
|
-
"$value": {
|
|
2221
|
-
"default": "{color.red.100}",
|
|
2222
|
-
"dark": "{color.red.800}"
|
|
2223
|
-
},
|
|
2224
|
-
"$type": "color",
|
|
2225
|
-
"$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.",
|
|
2226
|
-
"$extensions": {
|
|
2227
|
-
"com.figma.scope": [
|
|
2228
|
-
"FRAME_FILL",
|
|
2229
|
-
"SHAPE_FILL"
|
|
2230
|
-
]
|
|
2231
|
-
}
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"text": {
|
|
2235
|
-
"color": {
|
|
2236
|
-
"$value": {
|
|
2237
|
-
"default": "{color.red.700}",
|
|
2238
|
-
"dark": "{color.red.200}"
|
|
2239
|
-
},
|
|
2240
|
-
"$type": "color",
|
|
2241
|
-
"$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.",
|
|
2242
|
-
"$extensions": {
|
|
2243
|
-
"com.figma.scope": [
|
|
2244
|
-
"TEXT_FILL"
|
|
2245
|
-
]
|
|
2246
|
-
}
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
|
-
"icon": {
|
|
2250
|
-
"color": {
|
|
2251
|
-
"$value": {
|
|
2252
|
-
"default": "{color.red.500}",
|
|
2253
|
-
"dark": "{color.red.300}"
|
|
2254
|
-
},
|
|
2255
|
-
"$type": "color",
|
|
2256
|
-
"$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.",
|
|
2257
|
-
"$extensions": {
|
|
2258
|
-
"com.figma.scope": [
|
|
2259
|
-
"SHAPE_FILL",
|
|
2260
|
-
"TEXT_FILL"
|
|
2261
|
-
]
|
|
2262
|
-
}
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
"brand": {
|
|
2267
|
-
"background": {
|
|
2268
|
-
"color": {
|
|
2269
|
-
"$value": {
|
|
2270
|
-
"default": "{color.purple.100}",
|
|
2271
|
-
"dark": "{color.purple.900}"
|
|
2272
|
-
},
|
|
2273
|
-
"$type": "color",
|
|
2274
|
-
"$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.",
|
|
2275
|
-
"$extensions": {
|
|
2276
|
-
"com.figma.scope": [
|
|
2277
|
-
"FRAME_FILL",
|
|
2278
|
-
"SHAPE_FILL"
|
|
2279
|
-
]
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
"text": {
|
|
2284
|
-
"color": {
|
|
2285
|
-
"$value": {
|
|
2286
|
-
"default": "{color.purple.700}",
|
|
2287
|
-
"dark": "{color.purple.300}"
|
|
2288
|
-
},
|
|
2289
|
-
"$type": "color",
|
|
2290
|
-
"$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.",
|
|
2291
|
-
"$extensions": {
|
|
2292
|
-
"com.figma.scope": [
|
|
2293
|
-
"TEXT_FILL"
|
|
2294
|
-
]
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
|
-
"icon": {
|
|
2299
|
-
"color": {
|
|
2300
|
-
"$value": {
|
|
2301
|
-
"default": "{color.purple.500}",
|
|
2302
|
-
"dark": "{color.purple.500}"
|
|
2303
|
-
},
|
|
2304
|
-
"$type": "color",
|
|
2305
|
-
"$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.",
|
|
2306
|
-
"$extensions": {
|
|
2307
|
-
"com.figma.scope": [
|
|
2308
|
-
"SHAPE_FILL",
|
|
2309
|
-
"TEXT_FILL"
|
|
2310
|
-
]
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
"text": {
|
|
2317
|
-
"primary": {
|
|
2318
|
-
"$value": {
|
|
2319
|
-
"default": "#28272d",
|
|
2320
|
-
"dark": "#ececef"
|
|
2321
|
-
},
|
|
2322
|
-
"$type": "color",
|
|
2323
|
-
"$description": "Use text.color.default instead.",
|
|
2324
|
-
"$extensions": {
|
|
2325
|
-
"com.figma.scope": [
|
|
2326
|
-
"TEXT_FILL"
|
|
2327
|
-
]
|
|
2328
|
-
},
|
|
2329
|
-
"$deprecated": true
|
|
2330
|
-
},
|
|
2331
|
-
"secondary": {
|
|
2332
|
-
"$value": {
|
|
2333
|
-
"default": "#737278",
|
|
2334
|
-
"dark": "#89888d"
|
|
2335
|
-
},
|
|
2336
|
-
"$type": "color",
|
|
2337
|
-
"$description": "Use text.color.subtle instead.",
|
|
2338
|
-
"$extensions": {
|
|
2339
|
-
"com.figma.scope": [
|
|
2340
|
-
"TEXT_FILL"
|
|
2341
|
-
]
|
|
2342
|
-
},
|
|
2343
|
-
"$deprecated": true
|
|
2344
|
-
},
|
|
2345
|
-
"tertiary": {
|
|
2346
|
-
"$value": {
|
|
2347
|
-
"default": "#89888d",
|
|
2348
|
-
"dark": "#737278"
|
|
2349
|
-
},
|
|
2350
|
-
"$type": "color",
|
|
2351
|
-
"$description": "Use text.color.disabled instead.",
|
|
2352
|
-
"$extensions": {
|
|
2353
|
-
"com.figma.scope": [
|
|
2354
|
-
"TEXT_FILL"
|
|
2355
|
-
]
|
|
2356
|
-
},
|
|
2357
|
-
"$deprecated": true
|
|
2358
|
-
},
|
|
2359
|
-
"color": {
|
|
2360
|
-
"default": {
|
|
2361
|
-
"$value": {
|
|
2362
|
-
"default": "{color.neutral.800}",
|
|
2363
|
-
"dark": "{color.neutral.50}"
|
|
2364
|
-
},
|
|
2365
|
-
"$type": "color",
|
|
2366
|
-
"$description": "Used for the default text color.",
|
|
2367
|
-
"$extensions": {
|
|
2368
|
-
"com.figma.scope": [
|
|
2369
|
-
"TEXT_FILL"
|
|
2370
|
-
]
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
"subtle": {
|
|
2374
|
-
"$value": {
|
|
2375
|
-
"default": "{color.neutral.600}",
|
|
2376
|
-
"dark": "{color.neutral.200}"
|
|
2377
|
-
},
|
|
2378
|
-
"$type": "color",
|
|
2379
|
-
"$description": "Used for supplemental text that doesn't need to be as prominent as other text.",
|
|
2380
|
-
"$extensions": {
|
|
2381
|
-
"com.figma.scope": [
|
|
2382
|
-
"TEXT_FILL"
|
|
2383
|
-
]
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
"strong": {
|
|
2387
|
-
"$value": {
|
|
2388
|
-
"default": "{color.neutral.950}",
|
|
2389
|
-
"dark": "{color.neutral.0}"
|
|
2390
|
-
},
|
|
2391
|
-
"$type": "color",
|
|
2392
|
-
"$description": "Used for text with the highest contrast.",
|
|
2393
|
-
"$extensions": {
|
|
2394
|
-
"com.figma.scope": [
|
|
2395
|
-
"TEXT_FILL"
|
|
2396
|
-
]
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
"heading": {
|
|
2400
|
-
"$value": {
|
|
2401
|
-
"default": "{color.neutral.950}",
|
|
2402
|
-
"dark": "{color.neutral.0}"
|
|
2403
|
-
},
|
|
2404
|
-
"$type": "color",
|
|
2405
|
-
"$description": "Used for headings level 1-6.",
|
|
2406
|
-
"$extensions": {
|
|
2407
|
-
"com.figma.scope": [
|
|
2408
|
-
"TEXT_FILL"
|
|
2409
|
-
]
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
|
-
"link": {
|
|
2413
|
-
"$value": {
|
|
2414
|
-
"default": "{color.blue.700}",
|
|
2415
|
-
"dark": "{color.blue.200}"
|
|
2416
|
-
},
|
|
2417
|
-
"$type": "color",
|
|
2418
|
-
"$description": "Used for default text links.",
|
|
2419
|
-
"$extensions": {
|
|
2420
|
-
"com.figma.scope": [
|
|
2421
|
-
"TEXT_FILL"
|
|
2422
|
-
]
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
"warning": {
|
|
2426
|
-
"$value": {
|
|
2427
|
-
"default": "{color.orange.600}",
|
|
2428
|
-
"dark": "{color.orange.300}"
|
|
2429
|
-
},
|
|
2430
|
-
"$type": "color",
|
|
2431
|
-
"$description": "Used for text that requires caution or careful attention.",
|
|
2432
|
-
"$extensions": {
|
|
2433
|
-
"com.figma.scope": [
|
|
2434
|
-
"TEXT_FILL"
|
|
2435
|
-
]
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"danger": {
|
|
2439
|
-
"$value": {
|
|
2440
|
-
"default": "{color.red.600}",
|
|
2441
|
-
"dark": "{color.red.300}"
|
|
2442
|
-
},
|
|
2443
|
-
"$type": "color",
|
|
2444
|
-
"$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination.",
|
|
2445
|
-
"$extensions": {
|
|
2446
|
-
"com.figma.scope": [
|
|
2447
|
-
"TEXT_FILL"
|
|
2448
|
-
]
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"success": {
|
|
2452
|
-
"$value": {
|
|
2453
|
-
"default": "{color.green.600}",
|
|
2454
|
-
"dark": "{color.green.300}"
|
|
2455
|
-
},
|
|
2456
|
-
"$type": "color",
|
|
2457
|
-
"$description": "Used for text indicating success, completion, approval, addition, or validity.",
|
|
2458
|
-
"$extensions": {
|
|
2459
|
-
"com.figma.scope": [
|
|
2460
|
-
"TEXT_FILL"
|
|
2461
|
-
]
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
"disabled": {
|
|
2465
|
-
"$value": {
|
|
2466
|
-
"default": "{color.neutral.400}",
|
|
2467
|
-
"dark": "{color.neutral.400}"
|
|
2468
|
-
},
|
|
2469
|
-
"$type": "color",
|
|
2470
|
-
"$description": "Used for disabled text.",
|
|
2471
|
-
"$extensions": {
|
|
2472
|
-
"com.figma.scope": [
|
|
2473
|
-
"TEXT_FILL"
|
|
2474
|
-
]
|
|
2475
|
-
}
|
|
2476
|
-
}
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
}
|