@gitlab/ui 115.0.0 → 115.1.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/bin/migrate_custom_utils_to_tw.bundled.mjs +172489 -139144
- package/dist/components/base/new_dropdowns/base_dropdown/base_dropdown.js +15 -3
- package/dist/components/base/new_dropdowns/constants.js +5 -2
- package/dist/components/dashboards/dashboard_layout/grid_layout/grid_layout.js +286 -0
- package/dist/components/dashboards/mock_data.js +49 -0
- 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/docs/tokens-tailwind-docs.dark.json +7986 -0
- package/dist/tokens/docs/tokens-tailwind-docs.json +7986 -0
- package/dist/tokens/figma/constants.tokens.json +944 -236
- package/dist/tokens/figma/contextual.tokens.json +2721 -418
- package/dist/tokens/figma/deprecated.tokens.json +664 -8
- package/dist/tokens/figma/semantic.tokens.json +1130 -169
- package/dist/tokens/js/tokens.dark.js +1089 -1047
- package/dist/tokens/js/tokens.js +1078 -1047
- package/dist/tokens/json/tokens.dark.json +9267 -3
- package/dist/tokens/json/tokens.json +9267 -3
- package/dist/tokens/tailwind/tokens.cjs +76 -407
- package/package.json +22 -49
- package/src/components/base/accordion/accordion_item.vue +1 -1
- package/src/components/base/avatar/avatar.vue +1 -1
- package/src/components/base/button/button.vue +1 -1
- package/src/components/base/dropdown/dropdown.vue +3 -1
- package/src/components/base/filtered_search/filtered_search.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion_list.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_token.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_token_segment.vue +3 -3
- package/src/components/base/form/form_checkbox_tree/models/tree.js +1 -1
- package/src/components/base/form/form_date/form_date.vue +1 -1
- package/src/components/base/form/form_input/form_input.vue +1 -1
- package/src/components/base/form/form_select/form_select.vue +1 -1
- package/src/components/base/modal/modal.vue +2 -2
- package/src/components/base/new_dropdowns/base_dropdown/base_dropdown.vue +23 -6
- package/src/components/base/new_dropdowns/constants.js +4 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.md +1 -2
- package/src/components/base/new_dropdowns/listbox/listbox.vue +7 -7
- package/src/components/base/pagination/pagination.vue +2 -2
- package/src/components/base/path/path.vue +1 -1
- package/src/components/base/skeleton_loader/skeleton_loader.vue +9 -9
- package/src/components/base/table/table.md +1 -2
- package/src/components/base/table_lite/table_lite.md +1 -1
- package/src/components/base/tabs/tabs/tabs.vue +1 -1
- package/src/components/base/toast/toast.js +2 -2
- package/src/components/base/token_selector/token_container.vue +1 -1
- package/src/components/base/token_selector/token_selector.vue +2 -2
- package/src/components/base/token_selector/token_selector_dropdown.vue +1 -1
- package/src/components/charts/area/area.vue +3 -3
- package/src/components/charts/bar/bar.vue +2 -2
- package/src/components/charts/column/column.vue +2 -2
- package/src/components/charts/discrete_scatter/discrete_scatter.vue +2 -2
- package/src/components/charts/gauge/gauge.vue +1 -1
- package/src/components/charts/heatmap/heatmap.vue +2 -2
- package/src/components/charts/heatmap/index.js +1 -0
- package/src/components/charts/legend/legend.vue +1 -1
- package/src/components/charts/line/line.vue +3 -3
- package/src/components/charts/sparkline/sparkline.vue +1 -1
- package/src/components/charts/stacked_column/stacked_column.vue +1 -1
- package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.scss +1 -0
- package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.vue +247 -0
- package/src/components/dashboards/mock_data.js +40 -0
- package/src/components/mixins/tooltip_mixin.js +1 -1
- package/src/components/utilities/intersection_observer/intersection_observer.vue +1 -1
- package/src/components/utilities/intersperse/intersperse.vue +2 -2
- package/src/components/utilities/sprintf/sprintf.md +1 -1
- package/src/components/utilities/sprintf/sprintf.vue +1 -1
- package/src/components/utilities/truncate/truncate.vue +2 -2
- package/src/config.js +1 -1
- package/src/directives/outside/outside.js +4 -4
- package/src/directives/tooltip/tooltip.js +1 -1
- package/src/scss/components.scss +1 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +7986 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +7986 -0
- package/src/tokens/build/figma/constants.tokens.json +944 -236
- package/src/tokens/build/figma/contextual.tokens.json +2721 -418
- package/src/tokens/build/figma/deprecated.tokens.json +664 -8
- package/src/tokens/build/figma/semantic.tokens.json +1130 -169
- package/src/tokens/build/json/tokens.dark.json +9267 -3
- package/src/tokens/build/json/tokens.json +9267 -3
- package/src/tokens/constant/color.alpha.tokens.json +60 -15
- package/src/tokens/constant/color.tokens.json +844 -211
- package/src/tokens/constant/line_height.tokens.json +40 -10
- package/src/tokens/contextual/alert.tokens.json +119 -19
- package/src/tokens/contextual/avatar.tokens.json +90 -14
- package/src/tokens/contextual/badge.tokens.json +728 -112
- package/src/tokens/contextual/banner.tokens.json +19 -3
- package/src/tokens/contextual/breadcrumb.tokens.json +6 -1
- package/src/tokens/contextual/broadcast.tokens.json +301 -81
- package/src/tokens/contextual/button.tokens.json +793 -120
- package/src/tokens/contextual/chart.tokens.json +42 -7
- package/src/tokens/contextual/datepicker.tokens.json +13 -2
- package/src/tokens/contextual/dropdown.tokens.json +142 -21
- package/src/tokens/contextual/filtered-search.tokens.json +42 -6
- package/src/tokens/contextual/illustration.tokens.json +195 -33
- package/src/tokens/contextual/label.tokens.json +81 -12
- package/src/tokens/contextual/link.tokens.json +26 -4
- package/src/tokens/contextual/progress-bar.tokens.json +35 -5
- package/src/tokens/contextual/skeleton-loader.tokens.json +12 -2
- package/src/tokens/contextual/spinner.tokens.json +24 -4
- package/src/tokens/contextual/table.tokens.json +14 -2
- package/src/tokens/contextual/tabs.tokens.json +7 -1
- package/src/tokens/contextual/toggle.tokens.json +54 -9
- package/src/tokens/contextual/token-selector.tokens.json +7 -1
- package/src/tokens/contextual/token.tokens.json +14 -2
- package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +165 -0
- package/src/tokens/deprecated/deprecated.color.theme.tokens.json +216 -0
- package/src/tokens/deprecated/deprecated.color.tokens.json +240 -0
- package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +39 -0
- package/src/tokens/semantic/action.tokens.json +500 -75
- package/src/tokens/semantic/background.tokens.json +49 -7
- package/src/tokens/semantic/border.tokens.json +30 -5
- package/src/tokens/semantic/control.tokens.json +129 -20
- package/src/tokens/semantic/feedback.tokens.json +126 -19
- package/src/tokens/semantic/focus-ring.tokens.json +12 -2
- package/src/tokens/semantic/highlight.tokens.json +26 -4
- package/src/tokens/semantic/icon.tokens.json +63 -9
- package/src/tokens/semantic/shadow.tokens.json +6 -1
- package/src/tokens/semantic/status.tokens.json +120 -18
- package/src/tokens/semantic/text.tokens.json +69 -9
- package/src/tokens/tokens_tailwind_table.vue +1 -1
- package/src/utils/charts/config.js +7 -7
- package/src/utils/charts/utils.js +1 -1
- package/src/utils/use_mock_intersection_observer.js +1 -1
- package/src/utils/utils.js +1 -1
- package/tailwind.defaults.js +1 -1
- package/translations.js +2 -2
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
"dark": "#fff"
|
|
6
6
|
},
|
|
7
7
|
"$type": "color",
|
|
8
|
+
"$extensions": {
|
|
9
|
+
"com.figma.scope": []
|
|
10
|
+
},
|
|
8
11
|
"themeable": true,
|
|
9
12
|
"prefix": false,
|
|
10
13
|
"deprecated": true
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
"dark": "#28272d"
|
|
16
19
|
},
|
|
17
20
|
"$type": "color",
|
|
21
|
+
"$extensions": {
|
|
22
|
+
"com.figma.scope": []
|
|
23
|
+
},
|
|
18
24
|
"themeable": true,
|
|
19
25
|
"prefix": false,
|
|
20
26
|
"deprecated": true
|
|
@@ -26,6 +32,9 @@
|
|
|
26
32
|
"dark": "#033464"
|
|
27
33
|
},
|
|
28
34
|
"$type": "color",
|
|
35
|
+
"$extensions": {
|
|
36
|
+
"com.figma.scope": []
|
|
37
|
+
},
|
|
29
38
|
"themeable": true,
|
|
30
39
|
"prefix": false,
|
|
31
40
|
"deprecated": true
|
|
@@ -36,6 +45,9 @@
|
|
|
36
45
|
"dark": "#064787"
|
|
37
46
|
},
|
|
38
47
|
"$type": "color",
|
|
48
|
+
"$extensions": {
|
|
49
|
+
"com.figma.scope": []
|
|
50
|
+
},
|
|
39
51
|
"themeable": true,
|
|
40
52
|
"prefix": false,
|
|
41
53
|
"deprecated": true
|
|
@@ -46,6 +58,9 @@
|
|
|
46
58
|
"dark": "#0b5cad"
|
|
47
59
|
},
|
|
48
60
|
"$type": "color",
|
|
61
|
+
"$extensions": {
|
|
62
|
+
"com.figma.scope": []
|
|
63
|
+
},
|
|
49
64
|
"themeable": true,
|
|
50
65
|
"prefix": false,
|
|
51
66
|
"deprecated": true
|
|
@@ -56,6 +71,9 @@
|
|
|
56
71
|
"dark": "#1068bf"
|
|
57
72
|
},
|
|
58
73
|
"$type": "color",
|
|
74
|
+
"$extensions": {
|
|
75
|
+
"com.figma.scope": []
|
|
76
|
+
},
|
|
59
77
|
"themeable": true,
|
|
60
78
|
"prefix": false,
|
|
61
79
|
"deprecated": true
|
|
@@ -66,6 +84,9 @@
|
|
|
66
84
|
"dark": "#1f75cb"
|
|
67
85
|
},
|
|
68
86
|
"$type": "color",
|
|
87
|
+
"$extensions": {
|
|
88
|
+
"com.figma.scope": []
|
|
89
|
+
},
|
|
69
90
|
"themeable": true,
|
|
70
91
|
"prefix": false,
|
|
71
92
|
"deprecated": true
|
|
@@ -76,6 +97,9 @@
|
|
|
76
97
|
"dark": "#428fdc"
|
|
77
98
|
},
|
|
78
99
|
"$type": "color",
|
|
100
|
+
"$extensions": {
|
|
101
|
+
"com.figma.scope": []
|
|
102
|
+
},
|
|
79
103
|
"themeable": true,
|
|
80
104
|
"prefix": false,
|
|
81
105
|
"deprecated": true
|
|
@@ -86,6 +110,9 @@
|
|
|
86
110
|
"dark": "#63a6e9"
|
|
87
111
|
},
|
|
88
112
|
"$type": "color",
|
|
113
|
+
"$extensions": {
|
|
114
|
+
"com.figma.scope": []
|
|
115
|
+
},
|
|
89
116
|
"themeable": true,
|
|
90
117
|
"prefix": false,
|
|
91
118
|
"deprecated": true
|
|
@@ -96,6 +123,9 @@
|
|
|
96
123
|
"dark": "#9dc7f1"
|
|
97
124
|
},
|
|
98
125
|
"$type": "color",
|
|
126
|
+
"$extensions": {
|
|
127
|
+
"com.figma.scope": []
|
|
128
|
+
},
|
|
99
129
|
"themeable": true,
|
|
100
130
|
"prefix": false,
|
|
101
131
|
"deprecated": true
|
|
@@ -106,6 +136,9 @@
|
|
|
106
136
|
"dark": "#cbe2f9"
|
|
107
137
|
},
|
|
108
138
|
"$type": "color",
|
|
139
|
+
"$extensions": {
|
|
140
|
+
"com.figma.scope": []
|
|
141
|
+
},
|
|
109
142
|
"themeable": true,
|
|
110
143
|
"prefix": false,
|
|
111
144
|
"deprecated": true
|
|
@@ -116,6 +149,9 @@
|
|
|
116
149
|
"dark": "#e9f3fc"
|
|
117
150
|
},
|
|
118
151
|
"$type": "color",
|
|
152
|
+
"$extensions": {
|
|
153
|
+
"com.figma.scope": []
|
|
154
|
+
},
|
|
119
155
|
"themeable": true,
|
|
120
156
|
"prefix": false,
|
|
121
157
|
"deprecated": true
|
|
@@ -126,6 +162,9 @@
|
|
|
126
162
|
"dark": "#f2f9ff"
|
|
127
163
|
},
|
|
128
164
|
"$type": "color",
|
|
165
|
+
"$extensions": {
|
|
166
|
+
"com.figma.scope": []
|
|
167
|
+
},
|
|
129
168
|
"themeable": true,
|
|
130
169
|
"prefix": false,
|
|
131
170
|
"deprecated": true
|
|
@@ -138,6 +177,9 @@
|
|
|
138
177
|
"dark": "#18171d"
|
|
139
178
|
},
|
|
140
179
|
"$type": "color",
|
|
180
|
+
"$extensions": {
|
|
181
|
+
"com.figma.scope": []
|
|
182
|
+
},
|
|
141
183
|
"themeable": true,
|
|
142
184
|
"prefix": false,
|
|
143
185
|
"deprecated": true
|
|
@@ -148,6 +190,9 @@
|
|
|
148
190
|
"dark": "#28272d"
|
|
149
191
|
},
|
|
150
192
|
"$type": "color",
|
|
193
|
+
"$extensions": {
|
|
194
|
+
"com.figma.scope": []
|
|
195
|
+
},
|
|
151
196
|
"themeable": true,
|
|
152
197
|
"prefix": false,
|
|
153
198
|
"deprecated": true
|
|
@@ -158,6 +203,9 @@
|
|
|
158
203
|
"dark": "#3a383f"
|
|
159
204
|
},
|
|
160
205
|
"$type": "color",
|
|
206
|
+
"$extensions": {
|
|
207
|
+
"com.figma.scope": []
|
|
208
|
+
},
|
|
161
209
|
"themeable": true,
|
|
162
210
|
"prefix": false,
|
|
163
211
|
"deprecated": true
|
|
@@ -168,6 +216,9 @@
|
|
|
168
216
|
"dark": "#4c4b51"
|
|
169
217
|
},
|
|
170
218
|
"$type": "color",
|
|
219
|
+
"$extensions": {
|
|
220
|
+
"com.figma.scope": []
|
|
221
|
+
},
|
|
171
222
|
"themeable": true,
|
|
172
223
|
"prefix": false,
|
|
173
224
|
"deprecated": true
|
|
@@ -178,6 +229,9 @@
|
|
|
178
229
|
"dark": "#626168"
|
|
179
230
|
},
|
|
180
231
|
"$type": "color",
|
|
232
|
+
"$extensions": {
|
|
233
|
+
"com.figma.scope": []
|
|
234
|
+
},
|
|
181
235
|
"themeable": true,
|
|
182
236
|
"prefix": false,
|
|
183
237
|
"deprecated": true
|
|
@@ -188,6 +242,9 @@
|
|
|
188
242
|
"dark": "#737278"
|
|
189
243
|
},
|
|
190
244
|
"$type": "color",
|
|
245
|
+
"$extensions": {
|
|
246
|
+
"com.figma.scope": []
|
|
247
|
+
},
|
|
191
248
|
"themeable": true,
|
|
192
249
|
"prefix": false,
|
|
193
250
|
"deprecated": true
|
|
@@ -198,6 +255,9 @@
|
|
|
198
255
|
"dark": "#89888d"
|
|
199
256
|
},
|
|
200
257
|
"$type": "color",
|
|
258
|
+
"$extensions": {
|
|
259
|
+
"com.figma.scope": []
|
|
260
|
+
},
|
|
201
261
|
"themeable": true,
|
|
202
262
|
"prefix": false,
|
|
203
263
|
"deprecated": true
|
|
@@ -208,6 +268,9 @@
|
|
|
208
268
|
"dark": "#a4a3a8"
|
|
209
269
|
},
|
|
210
270
|
"$type": "color",
|
|
271
|
+
"$extensions": {
|
|
272
|
+
"com.figma.scope": []
|
|
273
|
+
},
|
|
211
274
|
"themeable": true,
|
|
212
275
|
"prefix": false,
|
|
213
276
|
"deprecated": true
|
|
@@ -218,6 +281,9 @@
|
|
|
218
281
|
"dark": "#bfbfc3"
|
|
219
282
|
},
|
|
220
283
|
"$type": "color",
|
|
284
|
+
"$extensions": {
|
|
285
|
+
"com.figma.scope": []
|
|
286
|
+
},
|
|
221
287
|
"themeable": true,
|
|
222
288
|
"prefix": false,
|
|
223
289
|
"deprecated": true
|
|
@@ -228,6 +294,9 @@
|
|
|
228
294
|
"dark": "#dcdcde"
|
|
229
295
|
},
|
|
230
296
|
"$type": "color",
|
|
297
|
+
"$extensions": {
|
|
298
|
+
"com.figma.scope": []
|
|
299
|
+
},
|
|
231
300
|
"themeable": true,
|
|
232
301
|
"prefix": false,
|
|
233
302
|
"deprecated": true
|
|
@@ -238,6 +307,9 @@
|
|
|
238
307
|
"dark": "#ececef"
|
|
239
308
|
},
|
|
240
309
|
"$type": "color",
|
|
310
|
+
"$extensions": {
|
|
311
|
+
"com.figma.scope": []
|
|
312
|
+
},
|
|
241
313
|
"themeable": true,
|
|
242
314
|
"prefix": false,
|
|
243
315
|
"deprecated": true
|
|
@@ -248,6 +320,9 @@
|
|
|
248
320
|
"dark": "#fbfafd"
|
|
249
321
|
},
|
|
250
322
|
"$type": "color",
|
|
323
|
+
"$extensions": {
|
|
324
|
+
"com.figma.scope": []
|
|
325
|
+
},
|
|
251
326
|
"themeable": true,
|
|
252
327
|
"prefix": false,
|
|
253
328
|
"deprecated": true
|
|
@@ -260,6 +335,9 @@
|
|
|
260
335
|
"dark": "#0a4020"
|
|
261
336
|
},
|
|
262
337
|
"$type": "color",
|
|
338
|
+
"$extensions": {
|
|
339
|
+
"com.figma.scope": []
|
|
340
|
+
},
|
|
263
341
|
"themeable": true,
|
|
264
342
|
"prefix": false,
|
|
265
343
|
"deprecated": true
|
|
@@ -270,6 +348,9 @@
|
|
|
270
348
|
"dark": "#0d532a"
|
|
271
349
|
},
|
|
272
350
|
"$type": "color",
|
|
351
|
+
"$extensions": {
|
|
352
|
+
"com.figma.scope": []
|
|
353
|
+
},
|
|
273
354
|
"themeable": true,
|
|
274
355
|
"prefix": false,
|
|
275
356
|
"deprecated": true
|
|
@@ -280,6 +361,9 @@
|
|
|
280
361
|
"dark": "#24663b"
|
|
281
362
|
},
|
|
282
363
|
"$type": "color",
|
|
364
|
+
"$extensions": {
|
|
365
|
+
"com.figma.scope": []
|
|
366
|
+
},
|
|
283
367
|
"themeable": true,
|
|
284
368
|
"prefix": false,
|
|
285
369
|
"deprecated": true
|
|
@@ -290,6 +374,9 @@
|
|
|
290
374
|
"dark": "#217645"
|
|
291
375
|
},
|
|
292
376
|
"$type": "color",
|
|
377
|
+
"$extensions": {
|
|
378
|
+
"com.figma.scope": []
|
|
379
|
+
},
|
|
293
380
|
"themeable": true,
|
|
294
381
|
"prefix": false,
|
|
295
382
|
"deprecated": true
|
|
@@ -300,6 +387,9 @@
|
|
|
300
387
|
"dark": "#108548"
|
|
301
388
|
},
|
|
302
389
|
"$type": "color",
|
|
390
|
+
"$extensions": {
|
|
391
|
+
"com.figma.scope": []
|
|
392
|
+
},
|
|
303
393
|
"themeable": true,
|
|
304
394
|
"prefix": false,
|
|
305
395
|
"deprecated": true
|
|
@@ -310,6 +400,9 @@
|
|
|
310
400
|
"dark": "#2da160"
|
|
311
401
|
},
|
|
312
402
|
"$type": "color",
|
|
403
|
+
"$extensions": {
|
|
404
|
+
"com.figma.scope": []
|
|
405
|
+
},
|
|
313
406
|
"themeable": true,
|
|
314
407
|
"prefix": false,
|
|
315
408
|
"deprecated": true
|
|
@@ -320,6 +413,9 @@
|
|
|
320
413
|
"dark": "#52b87a"
|
|
321
414
|
},
|
|
322
415
|
"$type": "color",
|
|
416
|
+
"$extensions": {
|
|
417
|
+
"com.figma.scope": []
|
|
418
|
+
},
|
|
323
419
|
"themeable": true,
|
|
324
420
|
"prefix": false,
|
|
325
421
|
"deprecated": true
|
|
@@ -330,6 +426,9 @@
|
|
|
330
426
|
"dark": "#91d4a8"
|
|
331
427
|
},
|
|
332
428
|
"$type": "color",
|
|
429
|
+
"$extensions": {
|
|
430
|
+
"com.figma.scope": []
|
|
431
|
+
},
|
|
333
432
|
"themeable": true,
|
|
334
433
|
"prefix": false,
|
|
335
434
|
"deprecated": true
|
|
@@ -340,6 +439,9 @@
|
|
|
340
439
|
"dark": "#c3e6cd"
|
|
341
440
|
},
|
|
342
441
|
"$type": "color",
|
|
442
|
+
"$extensions": {
|
|
443
|
+
"com.figma.scope": []
|
|
444
|
+
},
|
|
343
445
|
"themeable": true,
|
|
344
446
|
"prefix": false,
|
|
345
447
|
"deprecated": true
|
|
@@ -350,6 +452,9 @@
|
|
|
350
452
|
"dark": "#ecf4ee"
|
|
351
453
|
},
|
|
352
454
|
"$type": "color",
|
|
455
|
+
"$extensions": {
|
|
456
|
+
"com.figma.scope": []
|
|
457
|
+
},
|
|
353
458
|
"themeable": true,
|
|
354
459
|
"prefix": false,
|
|
355
460
|
"deprecated": true
|
|
@@ -360,6 +465,9 @@
|
|
|
360
465
|
"dark": "#f1fdf6"
|
|
361
466
|
},
|
|
362
467
|
"$type": "color",
|
|
468
|
+
"$extensions": {
|
|
469
|
+
"com.figma.scope": []
|
|
470
|
+
},
|
|
363
471
|
"themeable": true,
|
|
364
472
|
"prefix": false,
|
|
365
473
|
"deprecated": true
|
|
@@ -372,6 +480,9 @@
|
|
|
372
480
|
"dark": "#5c2900"
|
|
373
481
|
},
|
|
374
482
|
"$type": "color",
|
|
483
|
+
"$extensions": {
|
|
484
|
+
"com.figma.scope": []
|
|
485
|
+
},
|
|
375
486
|
"themeable": true,
|
|
376
487
|
"prefix": false,
|
|
377
488
|
"deprecated": true
|
|
@@ -382,6 +493,9 @@
|
|
|
382
493
|
"dark": "#703800"
|
|
383
494
|
},
|
|
384
495
|
"$type": "color",
|
|
496
|
+
"$extensions": {
|
|
497
|
+
"com.figma.scope": []
|
|
498
|
+
},
|
|
385
499
|
"themeable": true,
|
|
386
500
|
"prefix": false,
|
|
387
501
|
"deprecated": true
|
|
@@ -392,6 +506,9 @@
|
|
|
392
506
|
"dark": "#8f4700"
|
|
393
507
|
},
|
|
394
508
|
"$type": "color",
|
|
509
|
+
"$extensions": {
|
|
510
|
+
"com.figma.scope": []
|
|
511
|
+
},
|
|
395
512
|
"themeable": true,
|
|
396
513
|
"prefix": false,
|
|
397
514
|
"deprecated": true
|
|
@@ -402,6 +519,9 @@
|
|
|
402
519
|
"dark": "#9e5400"
|
|
403
520
|
},
|
|
404
521
|
"$type": "color",
|
|
522
|
+
"$extensions": {
|
|
523
|
+
"com.figma.scope": []
|
|
524
|
+
},
|
|
405
525
|
"themeable": true,
|
|
406
526
|
"prefix": false,
|
|
407
527
|
"deprecated": true
|
|
@@ -412,6 +532,9 @@
|
|
|
412
532
|
"dark": "#ab6100"
|
|
413
533
|
},
|
|
414
534
|
"$type": "color",
|
|
535
|
+
"$extensions": {
|
|
536
|
+
"com.figma.scope": []
|
|
537
|
+
},
|
|
415
538
|
"themeable": true,
|
|
416
539
|
"prefix": false,
|
|
417
540
|
"deprecated": true
|
|
@@ -422,6 +545,9 @@
|
|
|
422
545
|
"dark": "#c17d10"
|
|
423
546
|
},
|
|
424
547
|
"$type": "color",
|
|
548
|
+
"$extensions": {
|
|
549
|
+
"com.figma.scope": []
|
|
550
|
+
},
|
|
425
551
|
"themeable": true,
|
|
426
552
|
"prefix": false,
|
|
427
553
|
"deprecated": true
|
|
@@ -432,6 +558,9 @@
|
|
|
432
558
|
"dark": "#d99530"
|
|
433
559
|
},
|
|
434
560
|
"$type": "color",
|
|
561
|
+
"$extensions": {
|
|
562
|
+
"com.figma.scope": []
|
|
563
|
+
},
|
|
435
564
|
"themeable": true,
|
|
436
565
|
"prefix": false,
|
|
437
566
|
"deprecated": true
|
|
@@ -442,6 +571,9 @@
|
|
|
442
571
|
"dark": "#e9be74"
|
|
443
572
|
},
|
|
444
573
|
"$type": "color",
|
|
574
|
+
"$extensions": {
|
|
575
|
+
"com.figma.scope": []
|
|
576
|
+
},
|
|
445
577
|
"themeable": true,
|
|
446
578
|
"prefix": false,
|
|
447
579
|
"deprecated": true
|
|
@@ -452,6 +584,9 @@
|
|
|
452
584
|
"dark": "#f5d9a8"
|
|
453
585
|
},
|
|
454
586
|
"$type": "color",
|
|
587
|
+
"$extensions": {
|
|
588
|
+
"com.figma.scope": []
|
|
589
|
+
},
|
|
455
590
|
"themeable": true,
|
|
456
591
|
"prefix": false,
|
|
457
592
|
"deprecated": true
|
|
@@ -462,6 +597,9 @@
|
|
|
462
597
|
"dark": "#fdf1dd"
|
|
463
598
|
},
|
|
464
599
|
"$type": "color",
|
|
600
|
+
"$extensions": {
|
|
601
|
+
"com.figma.scope": []
|
|
602
|
+
},
|
|
465
603
|
"themeable": true,
|
|
466
604
|
"prefix": false,
|
|
467
605
|
"deprecated": true
|
|
@@ -472,6 +610,9 @@
|
|
|
472
610
|
"dark": "#fff4e1"
|
|
473
611
|
},
|
|
474
612
|
"$type": "color",
|
|
613
|
+
"$extensions": {
|
|
614
|
+
"com.figma.scope": []
|
|
615
|
+
},
|
|
475
616
|
"themeable": true,
|
|
476
617
|
"prefix": false,
|
|
477
618
|
"deprecated": true
|
|
@@ -484,6 +625,9 @@
|
|
|
484
625
|
"dark": "#232150"
|
|
485
626
|
},
|
|
486
627
|
"$type": "color",
|
|
628
|
+
"$extensions": {
|
|
629
|
+
"com.figma.scope": []
|
|
630
|
+
},
|
|
487
631
|
"themeable": true,
|
|
488
632
|
"prefix": false,
|
|
489
633
|
"deprecated": true
|
|
@@ -494,6 +638,9 @@
|
|
|
494
638
|
"dark": "#2f2a6b"
|
|
495
639
|
},
|
|
496
640
|
"$type": "color",
|
|
641
|
+
"$extensions": {
|
|
642
|
+
"com.figma.scope": []
|
|
643
|
+
},
|
|
497
644
|
"themeable": true,
|
|
498
645
|
"prefix": false,
|
|
499
646
|
"deprecated": true
|
|
@@ -504,6 +651,9 @@
|
|
|
504
651
|
"dark": "#453894"
|
|
505
652
|
},
|
|
506
653
|
"$type": "color",
|
|
654
|
+
"$extensions": {
|
|
655
|
+
"com.figma.scope": []
|
|
656
|
+
},
|
|
507
657
|
"themeable": true,
|
|
508
658
|
"prefix": false,
|
|
509
659
|
"deprecated": true
|
|
@@ -514,6 +664,9 @@
|
|
|
514
664
|
"dark": "#5943b6"
|
|
515
665
|
},
|
|
516
666
|
"$type": "color",
|
|
667
|
+
"$extensions": {
|
|
668
|
+
"com.figma.scope": []
|
|
669
|
+
},
|
|
517
670
|
"themeable": true,
|
|
518
671
|
"prefix": false,
|
|
519
672
|
"deprecated": true
|
|
@@ -524,6 +677,9 @@
|
|
|
524
677
|
"dark": "#694cc0"
|
|
525
678
|
},
|
|
526
679
|
"$type": "color",
|
|
680
|
+
"$extensions": {
|
|
681
|
+
"com.figma.scope": []
|
|
682
|
+
},
|
|
527
683
|
"themeable": true,
|
|
528
684
|
"prefix": false,
|
|
529
685
|
"deprecated": true
|
|
@@ -534,6 +690,9 @@
|
|
|
534
690
|
"dark": "#7b58cf"
|
|
535
691
|
},
|
|
536
692
|
"$type": "color",
|
|
693
|
+
"$extensions": {
|
|
694
|
+
"com.figma.scope": []
|
|
695
|
+
},
|
|
537
696
|
"themeable": true,
|
|
538
697
|
"prefix": false,
|
|
539
698
|
"deprecated": true
|
|
@@ -544,6 +703,9 @@
|
|
|
544
703
|
"dark": "#9475db"
|
|
545
704
|
},
|
|
546
705
|
"$type": "color",
|
|
706
|
+
"$extensions": {
|
|
707
|
+
"com.figma.scope": []
|
|
708
|
+
},
|
|
547
709
|
"themeable": true,
|
|
548
710
|
"prefix": false,
|
|
549
711
|
"deprecated": true
|
|
@@ -554,6 +716,9 @@
|
|
|
554
716
|
"dark": "#ac93e6"
|
|
555
717
|
},
|
|
556
718
|
"$type": "color",
|
|
719
|
+
"$extensions": {
|
|
720
|
+
"com.figma.scope": []
|
|
721
|
+
},
|
|
557
722
|
"themeable": true,
|
|
558
723
|
"prefix": false,
|
|
559
724
|
"deprecated": true
|
|
@@ -564,6 +729,9 @@
|
|
|
564
729
|
"dark": "#cbbbf2"
|
|
565
730
|
},
|
|
566
731
|
"$type": "color",
|
|
732
|
+
"$extensions": {
|
|
733
|
+
"com.figma.scope": []
|
|
734
|
+
},
|
|
567
735
|
"themeable": true,
|
|
568
736
|
"prefix": false,
|
|
569
737
|
"deprecated": true
|
|
@@ -574,6 +742,9 @@
|
|
|
574
742
|
"dark": "#e1d8f9"
|
|
575
743
|
},
|
|
576
744
|
"$type": "color",
|
|
745
|
+
"$extensions": {
|
|
746
|
+
"com.figma.scope": []
|
|
747
|
+
},
|
|
577
748
|
"themeable": true,
|
|
578
749
|
"prefix": false,
|
|
579
750
|
"deprecated": true
|
|
@@ -584,6 +755,9 @@
|
|
|
584
755
|
"dark": "#f4f0ff"
|
|
585
756
|
},
|
|
586
757
|
"$type": "color",
|
|
758
|
+
"$extensions": {
|
|
759
|
+
"com.figma.scope": []
|
|
760
|
+
},
|
|
587
761
|
"themeable": true,
|
|
588
762
|
"prefix": false,
|
|
589
763
|
"deprecated": true
|
|
@@ -596,6 +770,9 @@
|
|
|
596
770
|
"dark": "#660e00"
|
|
597
771
|
},
|
|
598
772
|
"$type": "color",
|
|
773
|
+
"$extensions": {
|
|
774
|
+
"com.figma.scope": []
|
|
775
|
+
},
|
|
599
776
|
"themeable": true,
|
|
600
777
|
"prefix": false,
|
|
601
778
|
"deprecated": true
|
|
@@ -606,6 +783,9 @@
|
|
|
606
783
|
"dark": "#8d1300"
|
|
607
784
|
},
|
|
608
785
|
"$type": "color",
|
|
786
|
+
"$extensions": {
|
|
787
|
+
"com.figma.scope": []
|
|
788
|
+
},
|
|
609
789
|
"themeable": true,
|
|
610
790
|
"prefix": false,
|
|
611
791
|
"deprecated": true
|
|
@@ -616,6 +796,9 @@
|
|
|
616
796
|
"dark": "#ae1800"
|
|
617
797
|
},
|
|
618
798
|
"$type": "color",
|
|
799
|
+
"$extensions": {
|
|
800
|
+
"com.figma.scope": []
|
|
801
|
+
},
|
|
619
802
|
"themeable": true,
|
|
620
803
|
"prefix": false,
|
|
621
804
|
"deprecated": true
|
|
@@ -626,6 +809,9 @@
|
|
|
626
809
|
"dark": "#c91c00"
|
|
627
810
|
},
|
|
628
811
|
"$type": "color",
|
|
812
|
+
"$extensions": {
|
|
813
|
+
"com.figma.scope": []
|
|
814
|
+
},
|
|
629
815
|
"themeable": true,
|
|
630
816
|
"prefix": false,
|
|
631
817
|
"deprecated": true
|
|
@@ -636,6 +822,9 @@
|
|
|
636
822
|
"dark": "#dd2b0e"
|
|
637
823
|
},
|
|
638
824
|
"$type": "color",
|
|
825
|
+
"$extensions": {
|
|
826
|
+
"com.figma.scope": []
|
|
827
|
+
},
|
|
639
828
|
"themeable": true,
|
|
640
829
|
"prefix": false,
|
|
641
830
|
"deprecated": true
|
|
@@ -646,6 +835,9 @@
|
|
|
646
835
|
"dark": "#ec5941"
|
|
647
836
|
},
|
|
648
837
|
"$type": "color",
|
|
838
|
+
"$extensions": {
|
|
839
|
+
"com.figma.scope": []
|
|
840
|
+
},
|
|
649
841
|
"themeable": true,
|
|
650
842
|
"prefix": false,
|
|
651
843
|
"deprecated": true
|
|
@@ -656,6 +848,9 @@
|
|
|
656
848
|
"dark": "#f57f6c"
|
|
657
849
|
},
|
|
658
850
|
"$type": "color",
|
|
851
|
+
"$extensions": {
|
|
852
|
+
"com.figma.scope": []
|
|
853
|
+
},
|
|
659
854
|
"themeable": true,
|
|
660
855
|
"prefix": false,
|
|
661
856
|
"deprecated": true
|
|
@@ -666,6 +861,9 @@
|
|
|
666
861
|
"dark": "#fcb5aa"
|
|
667
862
|
},
|
|
668
863
|
"$type": "color",
|
|
864
|
+
"$extensions": {
|
|
865
|
+
"com.figma.scope": []
|
|
866
|
+
},
|
|
669
867
|
"themeable": true,
|
|
670
868
|
"prefix": false,
|
|
671
869
|
"deprecated": true
|
|
@@ -676,6 +874,9 @@
|
|
|
676
874
|
"dark": "#fdd4cd"
|
|
677
875
|
},
|
|
678
876
|
"$type": "color",
|
|
877
|
+
"$extensions": {
|
|
878
|
+
"com.figma.scope": []
|
|
879
|
+
},
|
|
679
880
|
"themeable": true,
|
|
680
881
|
"prefix": false,
|
|
681
882
|
"deprecated": true
|
|
@@ -686,6 +887,9 @@
|
|
|
686
887
|
"dark": "#fcf1ef"
|
|
687
888
|
},
|
|
688
889
|
"$type": "color",
|
|
890
|
+
"$extensions": {
|
|
891
|
+
"com.figma.scope": []
|
|
892
|
+
},
|
|
689
893
|
"themeable": true,
|
|
690
894
|
"prefix": false,
|
|
691
895
|
"deprecated": true
|
|
@@ -696,6 +900,9 @@
|
|
|
696
900
|
"dark": "#fff4f3"
|
|
697
901
|
},
|
|
698
902
|
"$type": "color",
|
|
903
|
+
"$extensions": {
|
|
904
|
+
"com.figma.scope": []
|
|
905
|
+
},
|
|
699
906
|
"themeable": true,
|
|
700
907
|
"prefix": false,
|
|
701
908
|
"deprecated": true
|
|
@@ -705,6 +912,9 @@
|
|
|
705
912
|
"charcoal": {
|
|
706
913
|
"$value": "#171321",
|
|
707
914
|
"$type": "color",
|
|
915
|
+
"$extensions": {
|
|
916
|
+
"com.figma.scope": []
|
|
917
|
+
},
|
|
708
918
|
"$description": "Use color.brand-charcoal instead.",
|
|
709
919
|
"themeable": true,
|
|
710
920
|
"prefix": false,
|
|
@@ -714,6 +924,9 @@
|
|
|
714
924
|
"01": {
|
|
715
925
|
"$value": "#fca326",
|
|
716
926
|
"$type": "color",
|
|
927
|
+
"$extensions": {
|
|
928
|
+
"com.figma.scope": []
|
|
929
|
+
},
|
|
717
930
|
"$description": "Use color.brand-orange.01p instead.",
|
|
718
931
|
"themeable": true,
|
|
719
932
|
"prefix": false,
|
|
@@ -722,6 +935,9 @@
|
|
|
722
935
|
"02": {
|
|
723
936
|
"$value": "#fc6d26",
|
|
724
937
|
"$type": "color",
|
|
938
|
+
"$extensions": {
|
|
939
|
+
"com.figma.scope": []
|
|
940
|
+
},
|
|
725
941
|
"$description": "Use color.brand-orange.02p instead.",
|
|
726
942
|
"themeable": true,
|
|
727
943
|
"prefix": false,
|
|
@@ -730,6 +946,9 @@
|
|
|
730
946
|
"03": {
|
|
731
947
|
"$value": "#e24329",
|
|
732
948
|
"$type": "color",
|
|
949
|
+
"$extensions": {
|
|
950
|
+
"com.figma.scope": []
|
|
951
|
+
},
|
|
733
952
|
"$description": "Use color.brand-orange.03p instead.",
|
|
734
953
|
"themeable": true,
|
|
735
954
|
"prefix": false,
|
|
@@ -740,6 +959,9 @@
|
|
|
740
959
|
"01": {
|
|
741
960
|
"$value": "#a989f5",
|
|
742
961
|
"$type": "color",
|
|
962
|
+
"$extensions": {
|
|
963
|
+
"com.figma.scope": []
|
|
964
|
+
},
|
|
743
965
|
"$description": "Use color.purple.01p instead.",
|
|
744
966
|
"themeable": true,
|
|
745
967
|
"prefix": false,
|
|
@@ -748,6 +970,9 @@
|
|
|
748
970
|
"02": {
|
|
749
971
|
"$value": "#7759c2",
|
|
750
972
|
"$type": "color",
|
|
973
|
+
"$extensions": {
|
|
974
|
+
"com.figma.scope": []
|
|
975
|
+
},
|
|
751
976
|
"$description": "Use color.purple.02p instead.",
|
|
752
977
|
"themeable": true,
|
|
753
978
|
"prefix": false,
|
|
@@ -758,6 +983,9 @@
|
|
|
758
983
|
"01": {
|
|
759
984
|
"$value": "#d1d0d3",
|
|
760
985
|
"$type": "color",
|
|
986
|
+
"$extensions": {
|
|
987
|
+
"com.figma.scope": []
|
|
988
|
+
},
|
|
761
989
|
"$description": "Use color.brand-gray.01 instead.",
|
|
762
990
|
"themeable": true,
|
|
763
991
|
"prefix": false,
|
|
@@ -766,6 +994,9 @@
|
|
|
766
994
|
"02": {
|
|
767
995
|
"$value": "#a2a1a6",
|
|
768
996
|
"$type": "color",
|
|
997
|
+
"$extensions": {
|
|
998
|
+
"com.figma.scope": []
|
|
999
|
+
},
|
|
769
1000
|
"$description": "Use color.brand-gray.02 instead.",
|
|
770
1001
|
"themeable": true,
|
|
771
1002
|
"prefix": false,
|
|
@@ -774,6 +1005,9 @@
|
|
|
774
1005
|
"03": {
|
|
775
1006
|
"$value": "#74717a",
|
|
776
1007
|
"$type": "color",
|
|
1008
|
+
"$extensions": {
|
|
1009
|
+
"com.figma.scope": []
|
|
1010
|
+
},
|
|
777
1011
|
"$description": "Use color.brand-gray.03 instead.",
|
|
778
1012
|
"themeable": true,
|
|
779
1013
|
"prefix": false,
|
|
@@ -782,6 +1016,9 @@
|
|
|
782
1016
|
"04": {
|
|
783
1017
|
"$value": "#45424d",
|
|
784
1018
|
"$type": "color",
|
|
1019
|
+
"$extensions": {
|
|
1020
|
+
"com.figma.scope": []
|
|
1021
|
+
},
|
|
785
1022
|
"$description": "Use color.brand-gray.04 instead.",
|
|
786
1023
|
"themeable": true,
|
|
787
1024
|
"prefix": false,
|
|
@@ -790,6 +1027,9 @@
|
|
|
790
1027
|
"05": {
|
|
791
1028
|
"$value": "#2b2838",
|
|
792
1029
|
"$type": "color",
|
|
1030
|
+
"$extensions": {
|
|
1031
|
+
"com.figma.scope": []
|
|
1032
|
+
},
|
|
793
1033
|
"$description": "Use color.brand-gray.05 instead.",
|
|
794
1034
|
"themeable": true,
|
|
795
1035
|
"prefix": false,
|