@devexpress/design-tokens-internal 261.0.2 → 261.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/package.json +3 -2
  2. package/tokens/base/spacing.json +12 -0
  3. package/tokens/components/core/accordion/fluent.json +783 -0
  4. package/tokens/components/core/ai-chat/fluent.json +2236 -0
  5. package/tokens/components/core/badge/fluent.json +159 -0
  6. package/tokens/components/core/button/fluent.json +301 -0
  7. package/tokens/components/core/calendar/fluent.json +1601 -0
  8. package/tokens/components/core/checkbox/fluent.json +812 -0
  9. package/tokens/components/core/collapse-button/fluent.json +333 -0
  10. package/tokens/components/core/color-palette/fluent.json +1516 -0
  11. package/tokens/components/core/container-body/fluent.json +170 -0
  12. package/tokens/components/core/container-footer/fluent.json +202 -0
  13. package/tokens/components/core/container-header/fluent.json +329 -0
  14. package/tokens/components/core/dialog/fluent.json +173 -0
  15. package/tokens/components/core/drawer/fluent.json +158 -0
  16. package/tokens/components/core/empty-item/fluent.json +350 -0
  17. package/tokens/components/core/focus-rect/fluent.json +82 -0
  18. package/tokens/components/core/form/fluent.json +344 -0
  19. package/tokens/components/core/grid-cell/fluent.json +895 -0
  20. package/tokens/components/core/icon-wrapper/fluent.json +147 -0
  21. package/tokens/components/core/indent-space/fluent.json +110 -0
  22. package/tokens/components/core/label/fluent.json +138 -0
  23. package/tokens/components/core/link/fluent.json +291 -0
  24. package/tokens/components/core/listbox/fluent.json +826 -0
  25. package/tokens/components/core/menu/fluent.json +682 -0
  26. package/tokens/components/core/message-bar/fluent.json +252 -0
  27. package/tokens/components/core/overflow-menu/fluent.json +788 -0
  28. package/tokens/components/core/pagination/fluent.json +536 -0
  29. package/tokens/components/core/popover/fluent.json +185 -0
  30. package/tokens/components/core/popover-arrow/fluent.json +46 -0
  31. package/tokens/components/core/popover-body/fluent.json +172 -0
  32. package/tokens/components/core/popover-footer/fluent.json +139 -0
  33. package/tokens/components/core/popover-header/fluent.json +290 -0
  34. package/tokens/components/core/popup/fluent.json +182 -0
  35. package/tokens/components/core/progress-bar/fluent.json +258 -0
  36. package/tokens/components/core/radio-button/fluent.json +486 -0
  37. package/tokens/components/core/ribbon/fluent.json +1717 -0
  38. package/tokens/components/core/scroll-bar/fluent.json +148 -0
  39. package/tokens/components/core/separator/fluent.json +29 -0
  40. package/tokens/components/core/spinner_load-indicator/fluent.json +390 -0
  41. package/tokens/components/core/splitter/fluent.json +877 -0
  42. package/tokens/components/core/switch/fluent.json +722 -0
  43. package/tokens/components/core/tabs/fluent.json +607 -0
  44. package/tokens/components/core/tag/fluent.json +303 -0
  45. package/tokens/components/core/text-box/fluent.json +404 -0
  46. package/tokens/components/core/text-edit/fluent.json +623 -0
  47. package/tokens/components/core/toast/fluent.json +372 -0
  48. package/tokens/components/core/toolbar/fluent.json +423 -0
  49. package/tokens/components/core/tooltip/fluent.json +221 -0
  50. package/tokens/components/core/treeview/fluent.json +818 -0
  51. package/tokens/components/desktop/accordion/fluent.json +1107 -0
  52. package/tokens/components/desktop/badge/fluent.json +117 -0
  53. package/tokens/components/desktop/bar-control/fluent.json +116 -0
  54. package/tokens/components/desktop/button/fluent.json +546 -0
  55. package/tokens/components/desktop/button-edit/fluent.json +454 -0
  56. package/tokens/components/desktop/button-group/fluent.json +70 -0
  57. package/tokens/components/desktop/button-text/fluent.json +228 -0
  58. package/tokens/components/desktop/checkedit/fluent.json +54 -0
  59. package/tokens/components/desktop/datapager/fluent.json +202 -0
  60. package/tokens/components/desktop/filter-edit/fluent.json +454 -0
  61. package/tokens/components/desktop/groupbox/fluent.json +573 -0
  62. package/tokens/components/desktop/listbox-edit/fluent.json +881 -0
  63. package/tokens/components/desktop/pagercontrol/fluent.json +480 -0
  64. package/tokens/components/desktop/progress-bar/fluent.json +568 -0
  65. package/tokens/components/desktop/radio-button/fluent.json +67 -0
  66. package/tokens/components/desktop/scroll-bar/fluent.json +206 -0
  67. package/tokens/components/desktop/scroll-view/fluent.json +119 -0
  68. package/tokens/components/desktop/split-button/fluent.json +50 -0
  69. package/tokens/components/desktop/standard-groupbox/fluent.json +332 -0
  70. package/tokens/components/desktop/text-edit/fluent.json +312 -0
  71. package/tokens/components/desktop/toggle-switch/fluent.json +493 -0
  72. package/tokens/components/desktop/wait-indicator/fluent.json +222 -0
  73. package/tokens/components/web/button/fluent.json +3068 -0
  74. package/tokens/components/web/button-group/fluent.json +70 -0
  75. package/tokens/components/web/carousel/fluent.json +2843 -0
  76. package/tokens/components/web/checkbox/fluent.json +256 -0
  77. package/tokens/components/web/color-palette/fluent.json +1245 -0
  78. package/tokens/components/web/column-chooser/fluent.json +331 -0
  79. package/tokens/components/web/filter-builder/fluent.json +1085 -0
  80. package/tokens/components/web/form-layout/fluent.json +1103 -0
  81. package/tokens/components/web/html-editor/fluent.json +276 -0
  82. package/tokens/components/web/listbox/fluent.json +298 -0
  83. package/tokens/components/web/loading-panel_wait-indicator/fluent.json +225 -0
  84. package/tokens/components/web/memo/fluent.json +50 -0
  85. package/tokens/components/web/menu/fluent.json +39 -0
  86. package/tokens/components/web/message-bar/fluent.json +181 -0
  87. package/tokens/components/web/message-box/fluent.json +61 -0
  88. package/tokens/components/web/overflow-menu/fluent.json +109 -0
  89. package/tokens/components/web/pager/fluent.json +187 -0
  90. package/tokens/components/web/progress-bar/fluent.json +197 -0
  91. package/tokens/components/web/radio/fluent.json +260 -0
  92. package/tokens/components/web/ribbon/fluent.json +122 -0
  93. package/tokens/components/web/rich-text-editor/fluent.json +1005 -0
  94. package/tokens/components/web/scheduler/fluent.json +2662 -0
  95. package/tokens/components/web/scheduler-popups/fluent.json +520 -0
  96. package/tokens/components/web/split-button/fluent.json +143 -0
  97. package/tokens/components/web/switcher/fluent.json +192 -0
  98. package/tokens/components/web/tabs/fluent.json +258 -0
  99. package/tokens/components/web/tagbox/fluent.json +147 -0
  100. package/tokens/components/web/text-edit/fluent.json +334 -0
  101. package/tokens/components/web/toast/fluent.json +1228 -0
  102. package/tokens/components/web/toolbar/fluent.json +165 -0
  103. package/tokens/components/web/tooltip/fluent.json +31 -0
  104. package/tokens/components/web/treeview/fluent.json +2409 -0
  105. package/tokens/components/web/uploader/fluent.json +2963 -0
  106. package/tokens/figma-utils/box-shadow/semantic/dx-office.json +308 -0
  107. package/tokens/figma-utils/box-shadow/semantic/fluent.json +308 -0
  108. package/tokens/figma-utils/box-shadow/styles.json +181 -0
  109. package/tokens/figma-utils/decorative-colors/dark.json +56 -0
  110. package/tokens/figma-utils/decorative-colors/light.json +56 -0
  111. package/tokens/figma-utils/icon/property.json +48 -0
  112. package/tokens/figma-utils/icon/set/dx-office.json +8 -0
  113. package/tokens/figma-utils/icon/set/fluent.json +8 -0
  114. package/tokens/figma-utils/typography/font-family/dx-office.json +12 -0
  115. package/tokens/figma-utils/typography/font-family/fluent.json +12 -0
  116. package/tokens/figma-utils/typography/styles.json +400 -0
  117. package/tokens/semantic/colors/dx-office/dark.json +12 -0
  118. package/tokens/semantic/colors/dx-office/light.json +12 -0
  119. package/tokens/semantic/colors/fluent/dark.json +24 -12
  120. package/tokens/semantic/colors/fluent/light.json +24 -12
  121. package/tokens/global/dx-office/theme-builder.json +0 -56
  122. package/tokens/global/fluent/theme-builder.json +0 -56
@@ -0,0 +1,1516 @@
1
+ {
2
+ "color-palette": {
3
+ "swatch": {
4
+ "color": {
5
+ "default": {
6
+ "outer-box": {
7
+ "border": {
8
+ "hovered": {
9
+ "$extensions": {
10
+ "com.figma.scopes": [
11
+ "STROKE_COLOR"
12
+ ]
13
+ },
14
+ "$type": "color",
15
+ "$value": "{color.border.primary.compound.hovered}"
16
+ },
17
+ "active": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "STROKE_COLOR"
21
+ ]
22
+ },
23
+ "$type": "color",
24
+ "$value": "{color.border.primary.compound.active}"
25
+ },
26
+ "disabled": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "STROKE_COLOR"
30
+ ]
31
+ },
32
+ "$type": "color",
33
+ "$value": "{color.border.neutral.default.disabled}"
34
+ }
35
+ }
36
+ },
37
+ "inner-box": {
38
+ "border": {
39
+ "rest": {
40
+ "$extensions": {
41
+ "com.figma.scopes": [
42
+ "STROKE_COLOR"
43
+ ]
44
+ },
45
+ "$type": "color",
46
+ "$value": "{color.border.neutral.compound.on-surface.rest}"
47
+ }
48
+ }
49
+ }
50
+ },
51
+ "unselected": {
52
+ "outer-box": {
53
+ "border": {
54
+ "rest": {
55
+ "$extensions": {
56
+ "com.figma.scopes": [
57
+ "STROKE_COLOR"
58
+ ]
59
+ },
60
+ "$type": "color",
61
+ "$value": "{color.border.neutral.default.rest}"
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "selected": {
67
+ "outer-box": {
68
+ "border": {
69
+ "rest": {
70
+ "$extensions": {
71
+ "com.figma.scopes": [
72
+ "STROKE_COLOR"
73
+ ]
74
+ },
75
+ "$type": "color",
76
+ "$value": "{color.border.primary.compound.rest}"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "layout": {
83
+ "sizing": {
84
+ "small": {
85
+ "$extensions": {
86
+ "com.figma.scopes": [
87
+ "WIDTH_HEIGHT"
88
+ ]
89
+ },
90
+ "$type": "number",
91
+ "$value": "{spacing.160}"
92
+ },
93
+ "medium": {
94
+ "$extensions": {
95
+ "com.figma.scopes": [
96
+ "WIDTH_HEIGHT"
97
+ ]
98
+ },
99
+ "$type": "number",
100
+ "$value": "{spacing.200}"
101
+ },
102
+ "large": {
103
+ "$extensions": {
104
+ "com.figma.scopes": [
105
+ "WIDTH_HEIGHT"
106
+ ]
107
+ },
108
+ "$type": "number",
109
+ "$value": "{spacing.240}"
110
+ }
111
+ }
112
+ },
113
+ "borders": {
114
+ "default": {
115
+ "border-radius": {
116
+ "outer-box": {
117
+ "small": {
118
+ "$extensions": {
119
+ "com.figma.scopes": [
120
+ "CORNER_RADIUS"
121
+ ]
122
+ },
123
+ "$type": "number",
124
+ "$value": "{border-radius.theme-builder.default}"
125
+ },
126
+ "medium": {
127
+ "$extensions": {
128
+ "com.figma.scopes": [
129
+ "CORNER_RADIUS"
130
+ ]
131
+ },
132
+ "$type": "number",
133
+ "$value": "{border-radius.theme-builder.default}"
134
+ },
135
+ "large": {
136
+ "$extensions": {
137
+ "com.figma.scopes": [
138
+ "CORNER_RADIUS"
139
+ ]
140
+ },
141
+ "$type": "number",
142
+ "$value": "{border-radius.theme-builder.default}"
143
+ }
144
+ }
145
+ }
146
+ },
147
+ "unselected": {
148
+ "border-width": {
149
+ "outer-box": {
150
+ "rest": {
151
+ "small": {
152
+ "$extensions": {
153
+ "com.figma.scopes": [
154
+ "STROKE_FLOAT"
155
+ ]
156
+ },
157
+ "$type": "number",
158
+ "$value": "{border-width.10}"
159
+ },
160
+ "medium": {
161
+ "$extensions": {
162
+ "com.figma.scopes": [
163
+ "STROKE_FLOAT"
164
+ ]
165
+ },
166
+ "$type": "number",
167
+ "$value": "{border-width.10}"
168
+ },
169
+ "large": {
170
+ "$extensions": {
171
+ "com.figma.scopes": [
172
+ "STROKE_FLOAT"
173
+ ]
174
+ },
175
+ "$type": "number",
176
+ "$value": "{border-width.10}"
177
+ }
178
+ },
179
+ "hovered": {
180
+ "small": {
181
+ "$extensions": {
182
+ "com.figma.scopes": [
183
+ "STROKE_FLOAT"
184
+ ]
185
+ },
186
+ "$type": "number",
187
+ "$value": "{border-width.20}"
188
+ },
189
+ "medium": {
190
+ "$extensions": {
191
+ "com.figma.scopes": [
192
+ "STROKE_FLOAT"
193
+ ]
194
+ },
195
+ "$type": "number",
196
+ "$value": "{border-width.20}"
197
+ },
198
+ "large": {
199
+ "$extensions": {
200
+ "com.figma.scopes": [
201
+ "STROKE_FLOAT"
202
+ ]
203
+ },
204
+ "$type": "number",
205
+ "$value": "{border-width.20}"
206
+ }
207
+ },
208
+ "active": {
209
+ "small": {
210
+ "$extensions": {
211
+ "com.figma.scopes": [
212
+ "STROKE_FLOAT"
213
+ ]
214
+ },
215
+ "$type": "number",
216
+ "$value": "{border-width.20}"
217
+ },
218
+ "medium": {
219
+ "$extensions": {
220
+ "com.figma.scopes": [
221
+ "STROKE_FLOAT"
222
+ ]
223
+ },
224
+ "$type": "number",
225
+ "$value": "{border-width.20}"
226
+ },
227
+ "large": {
228
+ "$extensions": {
229
+ "com.figma.scopes": [
230
+ "STROKE_FLOAT"
231
+ ]
232
+ },
233
+ "$type": "number",
234
+ "$value": "{border-width.20}"
235
+ }
236
+ },
237
+ "disabled": {
238
+ "small": {
239
+ "$extensions": {
240
+ "com.figma.scopes": [
241
+ "STROKE_FLOAT"
242
+ ]
243
+ },
244
+ "$type": "number",
245
+ "$value": "{border-width.10}"
246
+ },
247
+ "medium": {
248
+ "$extensions": {
249
+ "com.figma.scopes": [
250
+ "STROKE_FLOAT"
251
+ ]
252
+ },
253
+ "$type": "number",
254
+ "$value": "{border-width.10}"
255
+ },
256
+ "large": {
257
+ "$extensions": {
258
+ "com.figma.scopes": [
259
+ "STROKE_FLOAT"
260
+ ]
261
+ },
262
+ "$type": "number",
263
+ "$value": "{border-width.10}"
264
+ }
265
+ }
266
+ },
267
+ "inner-box": {
268
+ "rest": {
269
+ "small": {
270
+ "$extensions": {
271
+ "com.figma.scopes": [
272
+ "STROKE_FLOAT"
273
+ ]
274
+ },
275
+ "$type": "number",
276
+ "$value": "{border-width.0}"
277
+ },
278
+ "medium": {
279
+ "$extensions": {
280
+ "com.figma.scopes": [
281
+ "STROKE_FLOAT"
282
+ ]
283
+ },
284
+ "$type": "number",
285
+ "$value": "{border-width.0}"
286
+ },
287
+ "large": {
288
+ "$extensions": {
289
+ "com.figma.scopes": [
290
+ "STROKE_FLOAT"
291
+ ]
292
+ },
293
+ "$type": "number",
294
+ "$value": "{border-width.0}"
295
+ }
296
+ },
297
+ "hovered": {
298
+ "small": {
299
+ "$extensions": {
300
+ "com.figma.scopes": [
301
+ "STROKE_FLOAT"
302
+ ]
303
+ },
304
+ "$type": "number",
305
+ "$value": "{border-width.10}"
306
+ },
307
+ "medium": {
308
+ "$extensions": {
309
+ "com.figma.scopes": [
310
+ "STROKE_FLOAT"
311
+ ]
312
+ },
313
+ "$type": "number",
314
+ "$value": "{border-width.10}"
315
+ },
316
+ "large": {
317
+ "$extensions": {
318
+ "com.figma.scopes": [
319
+ "STROKE_FLOAT"
320
+ ]
321
+ },
322
+ "$type": "number",
323
+ "$value": "{border-width.10}"
324
+ }
325
+ },
326
+ "active": {
327
+ "small": {
328
+ "$extensions": {
329
+ "com.figma.scopes": [
330
+ "STROKE_FLOAT"
331
+ ]
332
+ },
333
+ "$type": "number",
334
+ "$value": "{border-width.10}"
335
+ },
336
+ "medium": {
337
+ "$extensions": {
338
+ "com.figma.scopes": [
339
+ "STROKE_FLOAT"
340
+ ]
341
+ },
342
+ "$type": "number",
343
+ "$value": "{border-width.10}"
344
+ },
345
+ "large": {
346
+ "$extensions": {
347
+ "com.figma.scopes": [
348
+ "STROKE_FLOAT"
349
+ ]
350
+ },
351
+ "$type": "number",
352
+ "$value": "{border-width.10}"
353
+ }
354
+ },
355
+ "disabled": {
356
+ "small": {
357
+ "$extensions": {
358
+ "com.figma.scopes": [
359
+ "STROKE_FLOAT"
360
+ ]
361
+ },
362
+ "$type": "number",
363
+ "$value": "{border-width.0}"
364
+ },
365
+ "medium": {
366
+ "$extensions": {
367
+ "com.figma.scopes": [
368
+ "STROKE_FLOAT"
369
+ ]
370
+ },
371
+ "$type": "number",
372
+ "$value": "{border-width.0}"
373
+ },
374
+ "large": {
375
+ "$extensions": {
376
+ "com.figma.scopes": [
377
+ "STROKE_FLOAT"
378
+ ]
379
+ },
380
+ "$type": "number",
381
+ "$value": "{border-width.0}"
382
+ }
383
+ }
384
+ }
385
+ },
386
+ "border-radius": {
387
+ "inner-box": {
388
+ "rest": {
389
+ "small": {
390
+ "$extensions": {
391
+ "com.figma.scopes": [
392
+ "CORNER_RADIUS"
393
+ ]
394
+ },
395
+ "$type": "number",
396
+ "$value": "{border-radius.30}"
397
+ },
398
+ "medium": {
399
+ "$extensions": {
400
+ "com.figma.scopes": [
401
+ "CORNER_RADIUS"
402
+ ]
403
+ },
404
+ "$type": "number",
405
+ "$value": "{border-radius.30}"
406
+ },
407
+ "large": {
408
+ "$extensions": {
409
+ "com.figma.scopes": [
410
+ "CORNER_RADIUS"
411
+ ]
412
+ },
413
+ "$type": "number",
414
+ "$value": "{border-radius.30}"
415
+ }
416
+ },
417
+ "hovered": {
418
+ "small": {
419
+ "$extensions": {
420
+ "com.figma.scopes": [
421
+ "CORNER_RADIUS"
422
+ ]
423
+ },
424
+ "$type": "number",
425
+ "$value": "{border-radius.20}"
426
+ },
427
+ "medium": {
428
+ "$extensions": {
429
+ "com.figma.scopes": [
430
+ "CORNER_RADIUS"
431
+ ]
432
+ },
433
+ "$type": "number",
434
+ "$value": "{border-radius.20}"
435
+ },
436
+ "large": {
437
+ "$extensions": {
438
+ "com.figma.scopes": [
439
+ "CORNER_RADIUS"
440
+ ]
441
+ },
442
+ "$type": "number",
443
+ "$value": "{border-radius.20}"
444
+ }
445
+ },
446
+ "active": {
447
+ "small": {
448
+ "$extensions": {
449
+ "com.figma.scopes": [
450
+ "CORNER_RADIUS"
451
+ ]
452
+ },
453
+ "$type": "number",
454
+ "$value": "{border-radius.20}"
455
+ },
456
+ "medium": {
457
+ "$extensions": {
458
+ "com.figma.scopes": [
459
+ "CORNER_RADIUS"
460
+ ]
461
+ },
462
+ "$type": "number",
463
+ "$value": "{border-radius.20}"
464
+ },
465
+ "large": {
466
+ "$extensions": {
467
+ "com.figma.scopes": [
468
+ "CORNER_RADIUS"
469
+ ]
470
+ },
471
+ "$type": "number",
472
+ "$value": "{border-radius.20}"
473
+ }
474
+ },
475
+ "disabled": {
476
+ "small": {
477
+ "$extensions": {
478
+ "com.figma.scopes": [
479
+ "CORNER_RADIUS"
480
+ ]
481
+ },
482
+ "$type": "number",
483
+ "$value": "{border-radius.30}"
484
+ },
485
+ "medium": {
486
+ "$extensions": {
487
+ "com.figma.scopes": [
488
+ "CORNER_RADIUS"
489
+ ]
490
+ },
491
+ "$type": "number",
492
+ "$value": "{border-radius.30}"
493
+ },
494
+ "large": {
495
+ "$extensions": {
496
+ "com.figma.scopes": [
497
+ "CORNER_RADIUS"
498
+ ]
499
+ },
500
+ "$type": "number",
501
+ "$value": "{border-radius.30}"
502
+ }
503
+ }
504
+ }
505
+ }
506
+ },
507
+ "selected": {
508
+ "border-width": {
509
+ "outer-box": {
510
+ "small": {
511
+ "$extensions": {
512
+ "com.figma.scopes": [
513
+ "STROKE_FLOAT"
514
+ ]
515
+ },
516
+ "$type": "number",
517
+ "$value": "{border-width.20}"
518
+ },
519
+ "medium": {
520
+ "$extensions": {
521
+ "com.figma.scopes": [
522
+ "STROKE_FLOAT"
523
+ ]
524
+ },
525
+ "$type": "number",
526
+ "$value": "{border-width.20}"
527
+ },
528
+ "large": {
529
+ "$extensions": {
530
+ "com.figma.scopes": [
531
+ "STROKE_FLOAT"
532
+ ]
533
+ },
534
+ "$type": "number",
535
+ "$value": "{border-width.20}"
536
+ }
537
+ },
538
+ "inner-box": {
539
+ "small": {
540
+ "$extensions": {
541
+ "com.figma.scopes": [
542
+ "STROKE_FLOAT"
543
+ ]
544
+ },
545
+ "$type": "number",
546
+ "$value": "{border-width.20}"
547
+ },
548
+ "medium": {
549
+ "$extensions": {
550
+ "com.figma.scopes": [
551
+ "STROKE_FLOAT"
552
+ ]
553
+ },
554
+ "$type": "number",
555
+ "$value": "{border-width.20}"
556
+ },
557
+ "large": {
558
+ "$extensions": {
559
+ "com.figma.scopes": [
560
+ "STROKE_FLOAT"
561
+ ]
562
+ },
563
+ "$type": "number",
564
+ "$value": "{border-width.20}"
565
+ }
566
+ }
567
+ },
568
+ "border-radius": {
569
+ "inner-box": {
570
+ "small": {
571
+ "$extensions": {
572
+ "com.figma.scopes": [
573
+ "CORNER_RADIUS"
574
+ ]
575
+ },
576
+ "$type": "number",
577
+ "$value": "{border-radius.20}"
578
+ },
579
+ "medium": {
580
+ "$extensions": {
581
+ "com.figma.scopes": [
582
+ "CORNER_RADIUS"
583
+ ]
584
+ },
585
+ "$type": "number",
586
+ "$value": "{border-radius.20}"
587
+ },
588
+ "large": {
589
+ "$extensions": {
590
+ "com.figma.scopes": [
591
+ "CORNER_RADIUS"
592
+ ]
593
+ },
594
+ "$type": "number",
595
+ "$value": "{border-radius.20}"
596
+ }
597
+ }
598
+ }
599
+ }
600
+ }
601
+ },
602
+ "color-button": {
603
+ "color": {
604
+ "bg": {
605
+ "rest": {
606
+ "$extensions": {
607
+ "com.figma.scopes": [
608
+ "FRAME_FILL"
609
+ ]
610
+ },
611
+ "$type": "color",
612
+ "$value": "{color.surface.neutral.default.rest}"
613
+ },
614
+ "hovered": {
615
+ "$extensions": {
616
+ "com.figma.scopes": [
617
+ "FRAME_FILL"
618
+ ]
619
+ },
620
+ "$type": "color",
621
+ "$value": "{color.surface.neutral.default.hovered}"
622
+ },
623
+ "disabled": {
624
+ "$extensions": {
625
+ "com.figma.scopes": [
626
+ "FRAME_FILL"
627
+ ]
628
+ },
629
+ "$type": "color",
630
+ "$value": "{color.surface.neutral.default.disabled}"
631
+ }
632
+ },
633
+ "border": {
634
+ "rest": {
635
+ "$extensions": {
636
+ "com.figma.scopes": [
637
+ "STROKE_COLOR"
638
+ ]
639
+ },
640
+ "$type": "color",
641
+ "$value": "{color.border.neutral.default.rest}"
642
+ },
643
+ "hovered": {
644
+ "$extensions": {
645
+ "com.figma.scopes": [
646
+ "STROKE_COLOR"
647
+ ]
648
+ },
649
+ "$type": "color",
650
+ "$value": "{color.border.neutral.default.hovered}"
651
+ },
652
+ "disabled": {
653
+ "$extensions": {
654
+ "com.figma.scopes": [
655
+ "STROKE_COLOR"
656
+ ]
657
+ },
658
+ "$type": "color",
659
+ "$value": "{color.border.neutral.default.disabled}"
660
+ }
661
+ },
662
+ "text": {
663
+ "rest": {
664
+ "$extensions": {
665
+ "com.figma.scopes": [
666
+ "TEXT_FILL"
667
+ ]
668
+ },
669
+ "$type": "color",
670
+ "$value": "{color.content.neutral.subdued.rest}"
671
+ }
672
+ }
673
+ },
674
+ "layout": {
675
+ "inner-box": {
676
+ "horizontal": {
677
+ "small": {
678
+ "$extensions": {
679
+ "com.figma.scopes": [
680
+ "GAP"
681
+ ]
682
+ },
683
+ "$type": "number",
684
+ "$value": "{spacing.40}"
685
+ },
686
+ "medium": {
687
+ "$extensions": {
688
+ "com.figma.scopes": [
689
+ "GAP"
690
+ ]
691
+ },
692
+ "$type": "number",
693
+ "$value": "{spacing.60}"
694
+ },
695
+ "large": {
696
+ "$extensions": {
697
+ "com.figma.scopes": [
698
+ "GAP"
699
+ ]
700
+ },
701
+ "$type": "number",
702
+ "$value": "{spacing.80}"
703
+ }
704
+ },
705
+ "vertical": {
706
+ "small": {
707
+ "$extensions": {
708
+ "com.figma.scopes": [
709
+ "GAP"
710
+ ]
711
+ },
712
+ "$type": "number",
713
+ "$value": "{spacing.60}"
714
+ },
715
+ "medium": {
716
+ "$extensions": {
717
+ "com.figma.scopes": [
718
+ "GAP"
719
+ ]
720
+ },
721
+ "$type": "number",
722
+ "$value": "{spacing.80}"
723
+ },
724
+ "large": {
725
+ "$extensions": {
726
+ "com.figma.scopes": [
727
+ "GAP"
728
+ ]
729
+ },
730
+ "$type": "number",
731
+ "$value": "{spacing.100}"
732
+ }
733
+ }
734
+ },
735
+ "content-box": {
736
+ "gap": {
737
+ "small": {
738
+ "$extensions": {
739
+ "com.figma.scopes": [
740
+ "GAP"
741
+ ]
742
+ },
743
+ "$type": "number",
744
+ "$value": "{spacing.80}"
745
+ },
746
+ "medium": {
747
+ "$extensions": {
748
+ "com.figma.scopes": [
749
+ "GAP"
750
+ ]
751
+ },
752
+ "$type": "number",
753
+ "$value": "{spacing.100}"
754
+ },
755
+ "large": {
756
+ "$extensions": {
757
+ "com.figma.scopes": [
758
+ "GAP"
759
+ ]
760
+ },
761
+ "$type": "number",
762
+ "$value": "{spacing.120}"
763
+ }
764
+ }
765
+ },
766
+ "separator": {
767
+ "vertical-start": {
768
+ "small": {
769
+ "$extensions": {
770
+ "com.figma.scopes": [
771
+ "GAP"
772
+ ]
773
+ },
774
+ "$type": "number",
775
+ "$value": "{spacing.20}"
776
+ },
777
+ "medium": {
778
+ "$extensions": {
779
+ "com.figma.scopes": [
780
+ "GAP"
781
+ ]
782
+ },
783
+ "$type": "number",
784
+ "$value": "{spacing.20}"
785
+ },
786
+ "large": {
787
+ "$extensions": {
788
+ "com.figma.scopes": [
789
+ "GAP"
790
+ ]
791
+ },
792
+ "$type": "number",
793
+ "$value": "{spacing.20}"
794
+ }
795
+ }
796
+ }
797
+ },
798
+ "borders": {
799
+ "border-radius": {
800
+ "inner-box": {
801
+ "small": {
802
+ "$extensions": {
803
+ "com.figma.scopes": [
804
+ "CORNER_RADIUS"
805
+ ]
806
+ },
807
+ "$type": "number",
808
+ "$value": "{border-radius.80}"
809
+ },
810
+ "medium": {
811
+ "$extensions": {
812
+ "com.figma.scopes": [
813
+ "CORNER_RADIUS"
814
+ ]
815
+ },
816
+ "$type": "number",
817
+ "$value": "{border-radius.80}"
818
+ },
819
+ "large": {
820
+ "$extensions": {
821
+ "com.figma.scopes": [
822
+ "CORNER_RADIUS"
823
+ ]
824
+ },
825
+ "$type": "number",
826
+ "$value": "{border-radius.80}"
827
+ }
828
+ }
829
+ }
830
+ }
831
+ },
832
+ "header": {
833
+ "color": {
834
+ "bg": {
835
+ "rest": {
836
+ "$extensions": {
837
+ "com.figma.scopes": [
838
+ "FRAME_FILL"
839
+ ]
840
+ },
841
+ "$type": "color",
842
+ "$value": "{color.surface.transparent.rest}"
843
+ }
844
+ },
845
+ "text": {
846
+ "rest": {
847
+ "$extensions": {
848
+ "com.figma.scopes": [
849
+ "TEXT_FILL"
850
+ ]
851
+ },
852
+ "$type": "color",
853
+ "$value": "{color.content.neutral.subdued.rest}"
854
+ }
855
+ }
856
+ },
857
+ "borders": {
858
+ "border-radius": {
859
+ "small": {
860
+ "$extensions": {
861
+ "com.figma.scopes": [
862
+ "CORNER_RADIUS"
863
+ ]
864
+ },
865
+ "$type": "number",
866
+ "$value": "{border-radius.0}"
867
+ },
868
+ "medium": {
869
+ "$extensions": {
870
+ "com.figma.scopes": [
871
+ "CORNER_RADIUS"
872
+ ]
873
+ },
874
+ "$type": "number",
875
+ "$value": "{border-radius.0}"
876
+ },
877
+ "large": {
878
+ "$extensions": {
879
+ "com.figma.scopes": [
880
+ "CORNER_RADIUS"
881
+ ]
882
+ },
883
+ "$type": "number",
884
+ "$value": "{border-radius.0}"
885
+ }
886
+ }
887
+ },
888
+ "layout": {
889
+ "outer-box": {
890
+ "horizontal": {
891
+ "small": {
892
+ "$extensions": {
893
+ "com.figma.scopes": [
894
+ "GAP"
895
+ ]
896
+ },
897
+ "$type": "number",
898
+ "$value": "{spacing.40}"
899
+ },
900
+ "medium": {
901
+ "$extensions": {
902
+ "com.figma.scopes": [
903
+ "GAP"
904
+ ]
905
+ },
906
+ "$type": "number",
907
+ "$value": "{spacing.60}"
908
+ },
909
+ "large": {
910
+ "$extensions": {
911
+ "com.figma.scopes": [
912
+ "GAP"
913
+ ]
914
+ },
915
+ "$type": "number",
916
+ "$value": "{spacing.80}"
917
+ }
918
+ },
919
+ "vertical": {
920
+ "small": {
921
+ "$extensions": {
922
+ "com.figma.scopes": [
923
+ "GAP"
924
+ ]
925
+ },
926
+ "$type": "number",
927
+ "$value": "{spacing.40}"
928
+ },
929
+ "medium": {
930
+ "$extensions": {
931
+ "com.figma.scopes": [
932
+ "GAP"
933
+ ]
934
+ },
935
+ "$type": "number",
936
+ "$value": "{spacing.60}"
937
+ },
938
+ "large": {
939
+ "$extensions": {
940
+ "com.figma.scopes": [
941
+ "GAP"
942
+ ]
943
+ },
944
+ "$type": "number",
945
+ "$value": "{spacing.80}"
946
+ }
947
+ }
948
+ }
949
+ },
950
+ "typography": {
951
+ "font-weight": {
952
+ "small": {
953
+ "$extensions": {
954
+ "com.figma.scopes": [
955
+ "ALL_SCOPES"
956
+ ]
957
+ },
958
+ "$type": "number",
959
+ "$value": "{font-weight.base.strong}"
960
+ },
961
+ "medium": {
962
+ "$extensions": {
963
+ "com.figma.scopes": [
964
+ "ALL_SCOPES"
965
+ ]
966
+ },
967
+ "$type": "number",
968
+ "$value": "{font-weight.base.strong}"
969
+ },
970
+ "large": {
971
+ "$extensions": {
972
+ "com.figma.scopes": [
973
+ "ALL_SCOPES"
974
+ ]
975
+ },
976
+ "$type": "number",
977
+ "$value": "{font-weight.base.strong}"
978
+ }
979
+ }
980
+ }
981
+ },
982
+ "palette-preset": {
983
+ "color": {
984
+ "bg": {
985
+ "rest": {
986
+ "$extensions": {
987
+ "com.figma.scopes": [
988
+ "FRAME_FILL"
989
+ ]
990
+ },
991
+ "$type": "color",
992
+ "$value": "{color.surface.neutral.default.rest}"
993
+ }
994
+ }
995
+ },
996
+ "layout": {
997
+ "outer-box": {
998
+ "gap": {
999
+ "small": {
1000
+ "$extensions": {
1001
+ "com.figma.scopes": [
1002
+ "GAP"
1003
+ ]
1004
+ },
1005
+ "$type": "number",
1006
+ "$value": "{spacing.0}"
1007
+ },
1008
+ "medium": {
1009
+ "$extensions": {
1010
+ "com.figma.scopes": [
1011
+ "GAP"
1012
+ ]
1013
+ },
1014
+ "$type": "number",
1015
+ "$value": "{spacing.0}"
1016
+ },
1017
+ "large": {
1018
+ "$extensions": {
1019
+ "com.figma.scopes": [
1020
+ "GAP"
1021
+ ]
1022
+ },
1023
+ "$type": "number",
1024
+ "$value": "{spacing.0}"
1025
+ }
1026
+ }
1027
+ }
1028
+ },
1029
+ "borders": {
1030
+ "border-radius": {
1031
+ "small": {
1032
+ "$extensions": {
1033
+ "com.figma.scopes": [
1034
+ "CORNER_RADIUS"
1035
+ ]
1036
+ },
1037
+ "$type": "number",
1038
+ "$value": "{border-radius.0}"
1039
+ },
1040
+ "medium": {
1041
+ "$extensions": {
1042
+ "com.figma.scopes": [
1043
+ "CORNER_RADIUS"
1044
+ ]
1045
+ },
1046
+ "$type": "number",
1047
+ "$value": "{border-radius.0}"
1048
+ },
1049
+ "large": {
1050
+ "$extensions": {
1051
+ "com.figma.scopes": [
1052
+ "CORNER_RADIUS"
1053
+ ]
1054
+ },
1055
+ "$type": "number",
1056
+ "$value": "{border-radius.0}"
1057
+ }
1058
+ }
1059
+ }
1060
+ },
1061
+ "color-palette": {
1062
+ "color": {
1063
+ "bg": {
1064
+ "rest": {
1065
+ "$extensions": {
1066
+ "com.figma.scopes": [
1067
+ "FRAME_FILL"
1068
+ ]
1069
+ },
1070
+ "$type": "color",
1071
+ "$value": "{color.surface.neutral.default.rest}"
1072
+ }
1073
+ },
1074
+ "border": {
1075
+ "rest": {
1076
+ "$extensions": {
1077
+ "com.figma.scopes": [
1078
+ "ALL_SCOPES"
1079
+ ]
1080
+ },
1081
+ "$type": "color",
1082
+ "$value": "{color.border.neutral.default.rest}"
1083
+ }
1084
+ }
1085
+ },
1086
+ "layout": {
1087
+ "outer-box": {
1088
+ "without-border": {
1089
+ "gap": {
1090
+ "small": {
1091
+ "$extensions": {
1092
+ "com.figma.scopes": [
1093
+ "GAP"
1094
+ ]
1095
+ },
1096
+ "$type": "number",
1097
+ "$value": "{spacing.40}"
1098
+ },
1099
+ "medium": {
1100
+ "$extensions": {
1101
+ "com.figma.scopes": [
1102
+ "GAP"
1103
+ ]
1104
+ },
1105
+ "$type": "number",
1106
+ "$value": "{spacing.60}"
1107
+ },
1108
+ "large": {
1109
+ "$extensions": {
1110
+ "com.figma.scopes": [
1111
+ "GAP"
1112
+ ]
1113
+ },
1114
+ "$type": "number",
1115
+ "$value": "{spacing.80}"
1116
+ }
1117
+ },
1118
+ "horizontal": {
1119
+ "small": {
1120
+ "$extensions": {
1121
+ "com.figma.scopes": [
1122
+ "GAP"
1123
+ ]
1124
+ },
1125
+ "$type": "number",
1126
+ "$value": "{spacing.20}"
1127
+ },
1128
+ "medium": {
1129
+ "$extensions": {
1130
+ "com.figma.scopes": [
1131
+ "GAP"
1132
+ ]
1133
+ },
1134
+ "$type": "number",
1135
+ "$value": "{spacing.40}"
1136
+ },
1137
+ "large": {
1138
+ "$extensions": {
1139
+ "com.figma.scopes": [
1140
+ "GAP"
1141
+ ]
1142
+ },
1143
+ "$type": "number",
1144
+ "$value": "{spacing.60}"
1145
+ }
1146
+ },
1147
+ "vertical": {
1148
+ "small": {
1149
+ "$extensions": {
1150
+ "com.figma.scopes": [
1151
+ "GAP"
1152
+ ]
1153
+ },
1154
+ "$type": "number",
1155
+ "$value": "{spacing.20}"
1156
+ },
1157
+ "medium": {
1158
+ "$extensions": {
1159
+ "com.figma.scopes": [
1160
+ "GAP"
1161
+ ]
1162
+ },
1163
+ "$type": "number",
1164
+ "$value": "{spacing.40}"
1165
+ },
1166
+ "large": {
1167
+ "$extensions": {
1168
+ "com.figma.scopes": [
1169
+ "GAP"
1170
+ ]
1171
+ },
1172
+ "$type": "number",
1173
+ "$value": "{spacing.60}"
1174
+ }
1175
+ }
1176
+ },
1177
+ "with-border": {
1178
+ "gap": {
1179
+ "small": {
1180
+ "$extensions": {
1181
+ "com.figma.scopes": [
1182
+ "GAP"
1183
+ ]
1184
+ },
1185
+ "$type": "number",
1186
+ "$value": "{spacing.40}"
1187
+ },
1188
+ "medium": {
1189
+ "$extensions": {
1190
+ "com.figma.scopes": [
1191
+ "GAP"
1192
+ ]
1193
+ },
1194
+ "$type": "number",
1195
+ "$value": "{spacing.60}"
1196
+ },
1197
+ "large": {
1198
+ "$extensions": {
1199
+ "com.figma.scopes": [
1200
+ "GAP"
1201
+ ]
1202
+ },
1203
+ "$type": "number",
1204
+ "$value": "{spacing.80}"
1205
+ }
1206
+ },
1207
+ "horizontal": {
1208
+ "small": {
1209
+ "$extensions": {
1210
+ "com.figma.scopes": [
1211
+ "GAP"
1212
+ ]
1213
+ },
1214
+ "$type": "number",
1215
+ "$value": "{spacing.10}"
1216
+ },
1217
+ "medium": {
1218
+ "$extensions": {
1219
+ "com.figma.scopes": [
1220
+ "GAP"
1221
+ ]
1222
+ },
1223
+ "$type": "number",
1224
+ "$value": "{spacing.30}"
1225
+ },
1226
+ "large": {
1227
+ "$extensions": {
1228
+ "com.figma.scopes": [
1229
+ "GAP"
1230
+ ]
1231
+ },
1232
+ "$type": "number",
1233
+ "$value": "{spacing.50}"
1234
+ }
1235
+ },
1236
+ "vertical": {
1237
+ "small": {
1238
+ "$extensions": {
1239
+ "com.figma.scopes": [
1240
+ "GAP"
1241
+ ]
1242
+ },
1243
+ "$type": "number",
1244
+ "$value": "{spacing.10}"
1245
+ },
1246
+ "medium": {
1247
+ "$extensions": {
1248
+ "com.figma.scopes": [
1249
+ "GAP"
1250
+ ]
1251
+ },
1252
+ "$type": "number",
1253
+ "$value": "{spacing.30}"
1254
+ },
1255
+ "large": {
1256
+ "$extensions": {
1257
+ "com.figma.scopes": [
1258
+ "GAP"
1259
+ ]
1260
+ },
1261
+ "$type": "number",
1262
+ "$value": "{spacing.50}"
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ },
1268
+ "borders": {
1269
+ "border-radius": {
1270
+ "small": {
1271
+ "$extensions": {
1272
+ "com.figma.scopes": [
1273
+ "CORNER_RADIUS"
1274
+ ]
1275
+ },
1276
+ "$type": "number",
1277
+ "$value": "{border-radius.theme-builder.default}"
1278
+ },
1279
+ "medium": {
1280
+ "$extensions": {
1281
+ "com.figma.scopes": [
1282
+ "CORNER_RADIUS"
1283
+ ]
1284
+ },
1285
+ "$type": "number",
1286
+ "$value": "{border-radius.theme-builder.default}"
1287
+ },
1288
+ "large": {
1289
+ "$extensions": {
1290
+ "com.figma.scopes": [
1291
+ "CORNER_RADIUS"
1292
+ ]
1293
+ },
1294
+ "$type": "number",
1295
+ "$value": "{border-radius.theme-builder.default}"
1296
+ }
1297
+ },
1298
+ "border-width": {
1299
+ "small": {
1300
+ "$extensions": {
1301
+ "com.figma.scopes": [
1302
+ "STROKE_FLOAT"
1303
+ ]
1304
+ },
1305
+ "$type": "number",
1306
+ "$value": "{border-width.10}"
1307
+ },
1308
+ "medium": {
1309
+ "$extensions": {
1310
+ "com.figma.scopes": [
1311
+ "STROKE_FLOAT"
1312
+ ]
1313
+ },
1314
+ "$type": "number",
1315
+ "$value": "{border-width.10}"
1316
+ },
1317
+ "large": {
1318
+ "$extensions": {
1319
+ "com.figma.scopes": [
1320
+ "STROKE_FLOAT"
1321
+ ]
1322
+ },
1323
+ "$type": "number",
1324
+ "$value": "{border-width.10}"
1325
+ }
1326
+ }
1327
+ }
1328
+ },
1329
+ "palette": {
1330
+ "layout": {
1331
+ "outer-box": {
1332
+ "gap": {
1333
+ "small": {
1334
+ "$extensions": {
1335
+ "com.figma.scopes": [
1336
+ "GAP"
1337
+ ]
1338
+ },
1339
+ "$type": "number",
1340
+ "$value": "{spacing.40}"
1341
+ },
1342
+ "medium": {
1343
+ "$extensions": {
1344
+ "com.figma.scopes": [
1345
+ "GAP"
1346
+ ]
1347
+ },
1348
+ "$type": "number",
1349
+ "$value": "{spacing.60}"
1350
+ },
1351
+ "large": {
1352
+ "$extensions": {
1353
+ "com.figma.scopes": [
1354
+ "GAP"
1355
+ ]
1356
+ },
1357
+ "$type": "number",
1358
+ "$value": "{spacing.80}"
1359
+ }
1360
+ },
1361
+ "horizontal": {
1362
+ "small": {
1363
+ "$extensions": {
1364
+ "com.figma.scopes": [
1365
+ "GAP"
1366
+ ]
1367
+ },
1368
+ "$type": "number",
1369
+ "$value": "{spacing.40}"
1370
+ },
1371
+ "medium": {
1372
+ "$extensions": {
1373
+ "com.figma.scopes": [
1374
+ "GAP"
1375
+ ]
1376
+ },
1377
+ "$type": "number",
1378
+ "$value": "{spacing.60}"
1379
+ },
1380
+ "large": {
1381
+ "$extensions": {
1382
+ "com.figma.scopes": [
1383
+ "GAP"
1384
+ ]
1385
+ },
1386
+ "$type": "number",
1387
+ "$value": "{spacing.80}"
1388
+ }
1389
+ },
1390
+ "vertical": {
1391
+ "small": {
1392
+ "$extensions": {
1393
+ "com.figma.scopes": [
1394
+ "GAP"
1395
+ ]
1396
+ },
1397
+ "$type": "number",
1398
+ "$value": "{spacing.40}"
1399
+ },
1400
+ "medium": {
1401
+ "$extensions": {
1402
+ "com.figma.scopes": [
1403
+ "GAP"
1404
+ ]
1405
+ },
1406
+ "$type": "number",
1407
+ "$value": "{spacing.60}"
1408
+ },
1409
+ "large": {
1410
+ "$extensions": {
1411
+ "com.figma.scopes": [
1412
+ "GAP"
1413
+ ]
1414
+ },
1415
+ "$type": "number",
1416
+ "$value": "{spacing.80}"
1417
+ }
1418
+ }
1419
+ },
1420
+ "base-colors": {
1421
+ "vertical-end": {
1422
+ "small": {
1423
+ "$extensions": {
1424
+ "com.figma.scopes": [
1425
+ "GAP"
1426
+ ]
1427
+ },
1428
+ "$type": "number",
1429
+ "$value": "{spacing.40}"
1430
+ },
1431
+ "medium": {
1432
+ "$extensions": {
1433
+ "com.figma.scopes": [
1434
+ "GAP"
1435
+ ]
1436
+ },
1437
+ "$type": "number",
1438
+ "$value": "{spacing.60}"
1439
+ },
1440
+ "large": {
1441
+ "$extensions": {
1442
+ "com.figma.scopes": [
1443
+ "GAP"
1444
+ ]
1445
+ },
1446
+ "$type": "number",
1447
+ "$value": "{spacing.80}"
1448
+ }
1449
+ }
1450
+ },
1451
+ "color-scales": {
1452
+ "gap": {
1453
+ "small": {
1454
+ "$extensions": {
1455
+ "com.figma.scopes": [
1456
+ "GAP"
1457
+ ]
1458
+ },
1459
+ "$type": "number",
1460
+ "$value": "{spacing.40}"
1461
+ },
1462
+ "medium": {
1463
+ "$extensions": {
1464
+ "com.figma.scopes": [
1465
+ "GAP"
1466
+ ]
1467
+ },
1468
+ "$type": "number",
1469
+ "$value": "{spacing.60}"
1470
+ },
1471
+ "large": {
1472
+ "$extensions": {
1473
+ "com.figma.scopes": [
1474
+ "GAP"
1475
+ ]
1476
+ },
1477
+ "$type": "number",
1478
+ "$value": "{spacing.80}"
1479
+ }
1480
+ }
1481
+ },
1482
+ "raw": {
1483
+ "gap": {
1484
+ "small": {
1485
+ "$extensions": {
1486
+ "com.figma.scopes": [
1487
+ "GAP"
1488
+ ]
1489
+ },
1490
+ "$type": "number",
1491
+ "$value": "{spacing.40}"
1492
+ },
1493
+ "medium": {
1494
+ "$extensions": {
1495
+ "com.figma.scopes": [
1496
+ "GAP"
1497
+ ]
1498
+ },
1499
+ "$type": "number",
1500
+ "$value": "{spacing.60}"
1501
+ },
1502
+ "large": {
1503
+ "$extensions": {
1504
+ "com.figma.scopes": [
1505
+ "GAP"
1506
+ ]
1507
+ },
1508
+ "$type": "number",
1509
+ "$value": "{spacing.80}"
1510
+ }
1511
+ }
1512
+ }
1513
+ }
1514
+ }
1515
+ }
1516
+ }