@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,568 @@
1
+ {
2
+ "custom-progressbar-edit": {
3
+ "circle-item": {
4
+ "color": {
5
+ "primary": {
6
+ "track": {
7
+ "rest": {
8
+ "$extensions": {
9
+ "com.figma.scopes": [
10
+ "FRAME_FILL",
11
+ "SHAPE_FILL"
12
+ ]
13
+ },
14
+ "$type": "color",
15
+ "$value": "{color.border.neutral.default.rest}"
16
+ },
17
+ "disabled": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "FRAME_FILL",
21
+ "SHAPE_FILL"
22
+ ]
23
+ },
24
+ "$type": "color",
25
+ "$value": "{color.border.neutral.default.disabled}"
26
+ }
27
+ },
28
+ "indicator": {
29
+ "rest": {
30
+ "$extensions": {
31
+ "com.figma.scopes": [
32
+ "FRAME_FILL",
33
+ "SHAPE_FILL"
34
+ ]
35
+ },
36
+ "$type": "color",
37
+ "$value": "{color.content.primary.default.rest}"
38
+ },
39
+ "disabled": {
40
+ "$extensions": {
41
+ "com.figma.scopes": [
42
+ "FRAME_FILL",
43
+ "SHAPE_FILL"
44
+ ]
45
+ },
46
+ "$type": "color",
47
+ "$value": "{color.content.neutral.default.disabled}"
48
+ },
49
+ "indeterminate": {
50
+ "$extensions": {
51
+ "com.figma.scopes": [
52
+ "FRAME_FILL",
53
+ "SHAPE_FILL"
54
+ ]
55
+ },
56
+ "$type": "color",
57
+ "$value": "{color.content.primary.default.rest}"
58
+ }
59
+ }
60
+ },
61
+ "success": {
62
+ "track": {
63
+ "rest": {
64
+ "$extensions": {
65
+ "com.figma.scopes": [
66
+ "FRAME_FILL",
67
+ "SHAPE_FILL"
68
+ ]
69
+ },
70
+ "$type": "color",
71
+ "$value": "{color.border.neutral.default.rest}"
72
+ }
73
+ },
74
+ "indicator": {
75
+ "rest": {
76
+ "$extensions": {
77
+ "com.figma.scopes": [
78
+ "FRAME_FILL",
79
+ "SHAPE_FILL"
80
+ ]
81
+ },
82
+ "$type": "color",
83
+ "$value": "{color.content.success.default.rest}"
84
+ }
85
+ }
86
+ },
87
+ "error": {
88
+ "track": {
89
+ "rest": {
90
+ "$extensions": {
91
+ "com.figma.scopes": [
92
+ "FRAME_FILL",
93
+ "SHAPE_FILL"
94
+ ]
95
+ },
96
+ "$type": "color",
97
+ "$value": "{color.border.neutral.default.rest}"
98
+ }
99
+ },
100
+ "indicator": {
101
+ "rest": {
102
+ "$extensions": {
103
+ "com.figma.scopes": [
104
+ "FRAME_FILL",
105
+ "SHAPE_FILL"
106
+ ]
107
+ },
108
+ "$type": "color",
109
+ "$value": "{color.content.danger.default.rest}"
110
+ }
111
+ }
112
+ },
113
+ "warning": {
114
+ "track": {
115
+ "rest": {
116
+ "$extensions": {
117
+ "com.figma.scopes": [
118
+ "FRAME_FILL",
119
+ "SHAPE_FILL"
120
+ ]
121
+ },
122
+ "$type": "color",
123
+ "$value": "{color.border.neutral.default.rest}"
124
+ }
125
+ },
126
+ "indicator": {
127
+ "rest": {
128
+ "$extensions": {
129
+ "com.figma.scopes": [
130
+ "FRAME_FILL",
131
+ "SHAPE_FILL"
132
+ ]
133
+ },
134
+ "$type": "color",
135
+ "$value": "{color.content.warning.default.rest}"
136
+ }
137
+ }
138
+ },
139
+ "gradient": {
140
+ "track": {
141
+ "rest": {
142
+ "$extensions": {
143
+ "com.figma.scopes": [
144
+ "FRAME_FILL",
145
+ "SHAPE_FILL"
146
+ ]
147
+ },
148
+ "$type": "color",
149
+ "$value": "{color.border.neutral.default.rest}"
150
+ }
151
+ },
152
+ "indicator": {
153
+ "start": {
154
+ "$extensions": {
155
+ "com.figma.scopes": [
156
+ "FRAME_FILL",
157
+ "SHAPE_FILL"
158
+ ]
159
+ },
160
+ "$type": "color",
161
+ "$value": "{utility.yellow.70}"
162
+ },
163
+ "end": {
164
+ "$extensions": {
165
+ "com.figma.scopes": [
166
+ "FRAME_FILL",
167
+ "SHAPE_FILL"
168
+ ]
169
+ },
170
+ "$type": "color",
171
+ "$value": "{utility.red.70}"
172
+ }
173
+ }
174
+ },
175
+ "segmented": {
176
+ "track": {
177
+ "rest": {
178
+ "$extensions": {
179
+ "com.figma.scopes": [
180
+ "FRAME_FILL",
181
+ "SHAPE_FILL"
182
+ ]
183
+ },
184
+ "$type": "color",
185
+ "$value": "{color.border.neutral.default.disabled}"
186
+ }
187
+ },
188
+ "indicator": {
189
+ "segment-1": {
190
+ "$extensions": {
191
+ "com.figma.scopes": [
192
+ "FRAME_FILL",
193
+ "SHAPE_FILL"
194
+ ]
195
+ },
196
+ "$type": "color",
197
+ "$value": "{utility.yellow.70}"
198
+ },
199
+ "segment-2": {
200
+ "$extensions": {
201
+ "com.figma.scopes": [
202
+ "FRAME_FILL",
203
+ "SHAPE_FILL"
204
+ ]
205
+ },
206
+ "$type": "color",
207
+ "$value": "{utility.indigo.70}"
208
+ },
209
+ "segment-3": {
210
+ "$extensions": {
211
+ "com.figma.scopes": [
212
+ "FRAME_FILL",
213
+ "SHAPE_FILL"
214
+ ]
215
+ },
216
+ "$type": "color",
217
+ "$value": "{utility.pink.70}"
218
+ },
219
+ "segment-4": {
220
+ "$extensions": {
221
+ "com.figma.scopes": [
222
+ "FRAME_FILL",
223
+ "SHAPE_FILL"
224
+ ]
225
+ },
226
+ "$type": "color",
227
+ "$value": "{utility.teal.70}"
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "borders": {
233
+ "border-radius": {
234
+ "track": {
235
+ "medium": {
236
+ "$extensions": {
237
+ "com.figma.scopes": [
238
+ "ALL_SCOPES"
239
+ ]
240
+ },
241
+ "$type": "number",
242
+ "$value": "{border-radius.0}"
243
+ },
244
+ "small": {
245
+ "$extensions": {
246
+ "com.figma.scopes": [
247
+ "ALL_SCOPES"
248
+ ]
249
+ },
250
+ "$type": "number",
251
+ "$value": "{border-radius.0}"
252
+ }
253
+ },
254
+ "indicator": {
255
+ "small": {
256
+ "$extensions": {
257
+ "com.figma.scopes": [
258
+ "ALL_SCOPES"
259
+ ]
260
+ },
261
+ "$type": "number",
262
+ "$value": "{border-radius.20}"
263
+ },
264
+ "medium": {
265
+ "$extensions": {
266
+ "com.figma.scopes": [
267
+ "ALL_SCOPES"
268
+ ]
269
+ },
270
+ "$type": "number",
271
+ "$value": "{border-radius.40}"
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "layout": {
277
+ "width": {
278
+ "small": {
279
+ "$extensions": {
280
+ "com.figma.scopes": [
281
+ "ALL_SCOPES"
282
+ ]
283
+ },
284
+ "$type": "number",
285
+ "$value": "{spacing.640}"
286
+ },
287
+ "medium": {
288
+ "$extensions": {
289
+ "com.figma.scopes": [
290
+ "ALL_SCOPES"
291
+ ]
292
+ },
293
+ "$type": "number",
294
+ "$value": "{spacing.800}"
295
+ }
296
+ },
297
+ "height": {
298
+ "small": {
299
+ "$extensions": {
300
+ "com.figma.scopes": [
301
+ "ALL_SCOPES"
302
+ ]
303
+ },
304
+ "$type": "number",
305
+ "$value": "{spacing.640}"
306
+ },
307
+ "medium": {
308
+ "$extensions": {
309
+ "com.figma.scopes": [
310
+ "ALL_SCOPES"
311
+ ]
312
+ },
313
+ "$type": "number",
314
+ "$value": "{spacing.800}"
315
+ }
316
+ }
317
+ }
318
+ },
319
+ "caption": {
320
+ "color": {
321
+ "error": {
322
+ "icon": {
323
+ "rest": {
324
+ "$extensions": {
325
+ "com.figma.scopes": [
326
+ "FRAME_FILL",
327
+ "SHAPE_FILL"
328
+ ]
329
+ },
330
+ "$type": "color",
331
+ "$value": "{color.content.danger.default.rest}"
332
+ },
333
+ "disabled": {
334
+ "$extensions": {
335
+ "com.figma.scopes": [
336
+ "FRAME_FILL",
337
+ "SHAPE_FILL"
338
+ ]
339
+ },
340
+ "$type": "color",
341
+ "$value": "{color.content.neutral.subdued.disabled}"
342
+ }
343
+ }
344
+ },
345
+ "warning": {
346
+ "icon": {
347
+ "rest": {
348
+ "$extensions": {
349
+ "com.figma.scopes": [
350
+ "FRAME_FILL",
351
+ "SHAPE_FILL"
352
+ ]
353
+ },
354
+ "$type": "color",
355
+ "$value": "{color.content.warning.default.rest}"
356
+ },
357
+ "disabled": {
358
+ "$extensions": {
359
+ "com.figma.scopes": [
360
+ "FRAME_FILL",
361
+ "SHAPE_FILL"
362
+ ]
363
+ },
364
+ "$type": "color",
365
+ "$value": "{color.content.neutral.subdued.disabled}"
366
+ }
367
+ }
368
+ },
369
+ "success": {
370
+ "icon": {
371
+ "rest": {
372
+ "$extensions": {
373
+ "com.figma.scopes": [
374
+ "FRAME_FILL",
375
+ "SHAPE_FILL"
376
+ ]
377
+ },
378
+ "$type": "color",
379
+ "$value": "{color.content.success.default.rest}"
380
+ },
381
+ "disabled": {
382
+ "$extensions": {
383
+ "com.figma.scopes": [
384
+ "FRAME_FILL",
385
+ "SHAPE_FILL"
386
+ ]
387
+ },
388
+ "$type": "color",
389
+ "$value": "{color.content.neutral.subdued.disabled}"
390
+ }
391
+ }
392
+ },
393
+ "primary": {
394
+ "icon": {
395
+ "disabled": {
396
+ "$extensions": {
397
+ "com.figma.scopes": [
398
+ "FRAME_FILL",
399
+ "SHAPE_FILL"
400
+ ]
401
+ },
402
+ "$type": "color",
403
+ "$value": "{color.content.neutral.subdued.disabled}"
404
+ },
405
+ "rest": {
406
+ "$extensions": {
407
+ "com.figma.scopes": [
408
+ "FRAME_FILL",
409
+ "SHAPE_FILL"
410
+ ]
411
+ },
412
+ "$type": "color",
413
+ "$value": "{color.content.primary.default.rest}"
414
+ }
415
+ }
416
+ }
417
+ }
418
+ },
419
+ "linear-item": {
420
+ "color": {
421
+ "primary": {
422
+ "track": {
423
+ "rest": {
424
+ "$extensions": {
425
+ "com.figma.scopes": [
426
+ "FRAME_FILL",
427
+ "SHAPE_FILL"
428
+ ]
429
+ },
430
+ "$type": "color",
431
+ "$value": "{color.border.neutral.default.rest}"
432
+ },
433
+ "disabled": {
434
+ "$extensions": {
435
+ "com.figma.scopes": [
436
+ "FRAME_FILL",
437
+ "SHAPE_FILL"
438
+ ]
439
+ },
440
+ "$type": "color",
441
+ "$value": "{color.border.neutral.default.disabled}"
442
+ }
443
+ },
444
+ "indicator": {
445
+ "rest": {
446
+ "$extensions": {
447
+ "com.figma.scopes": [
448
+ "FRAME_FILL",
449
+ "SHAPE_FILL"
450
+ ]
451
+ },
452
+ "$type": "color",
453
+ "$value": "{color.content.primary.default.rest}"
454
+ },
455
+ "disabled": {
456
+ "$extensions": {
457
+ "com.figma.scopes": [
458
+ "FRAME_FILL",
459
+ "SHAPE_FILL"
460
+ ]
461
+ },
462
+ "$type": "color",
463
+ "$value": "{color.content.neutral.default.disabled}"
464
+ },
465
+ "indeterminate-gradient-edge": {
466
+ "$extensions": {
467
+ "com.figma.scopes": [
468
+ "FRAME_FILL",
469
+ "SHAPE_FILL"
470
+ ]
471
+ },
472
+ "$type": "color",
473
+ "$value": "#0f6cbd00"
474
+ },
475
+ "indeterminate-gradient-center": {
476
+ "$extensions": {
477
+ "com.figma.scopes": [
478
+ "FRAME_FILL",
479
+ "SHAPE_FILL"
480
+ ]
481
+ },
482
+ "$type": "color",
483
+ "$value": "{color.content.primary.default.rest}"
484
+ }
485
+ }
486
+ },
487
+ "success": {
488
+ "track": {
489
+ "rest": {
490
+ "$extensions": {
491
+ "com.figma.scopes": [
492
+ "FRAME_FILL",
493
+ "SHAPE_FILL"
494
+ ]
495
+ },
496
+ "$type": "color",
497
+ "$value": "{color.border.neutral.default.rest}"
498
+ }
499
+ },
500
+ "indicator": {
501
+ "rest": {
502
+ "$extensions": {
503
+ "com.figma.scopes": [
504
+ "FRAME_FILL",
505
+ "SHAPE_FILL"
506
+ ]
507
+ },
508
+ "$type": "color",
509
+ "$value": "{color.content.success.default.rest}"
510
+ }
511
+ }
512
+ },
513
+ "error": {
514
+ "indicator": {
515
+ "rest": {
516
+ "$extensions": {
517
+ "com.figma.scopes": [
518
+ "FRAME_FILL",
519
+ "SHAPE_FILL"
520
+ ]
521
+ },
522
+ "$type": "color",
523
+ "$value": "{color.content.danger.default.rest}"
524
+ }
525
+ },
526
+ "track": {
527
+ "rest": {
528
+ "$extensions": {
529
+ "com.figma.scopes": [
530
+ "FRAME_FILL",
531
+ "SHAPE_FILL"
532
+ ]
533
+ },
534
+ "$type": "color",
535
+ "$value": "{color.border.neutral.default.rest}"
536
+ }
537
+ }
538
+ },
539
+ "warning": {
540
+ "indicator": {
541
+ "rest": {
542
+ "$extensions": {
543
+ "com.figma.scopes": [
544
+ "FRAME_FILL",
545
+ "SHAPE_FILL"
546
+ ]
547
+ },
548
+ "$type": "color",
549
+ "$value": "{color.content.warning.default.rest}"
550
+ }
551
+ },
552
+ "track": {
553
+ "rest": {
554
+ "$extensions": {
555
+ "com.figma.scopes": [
556
+ "FRAME_FILL",
557
+ "SHAPE_FILL"
558
+ ]
559
+ },
560
+ "$type": "color",
561
+ "$value": "{color.border.neutral.default.rest}"
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "radio-button": {
3
+ "layout": {
4
+ "radio": {
5
+ "vertical": {
6
+ "medium": {
7
+ "$extensions": {
8
+ "com.figma.scopes": [
9
+ "GAP"
10
+ ]
11
+ },
12
+ "$type": "number",
13
+ "$value": "{spacing.40}"
14
+ }
15
+ },
16
+ "horizontal": {
17
+ "medium": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "GAP"
21
+ ]
22
+ },
23
+ "$type": "number",
24
+ "$value": "{spacing.40}"
25
+ }
26
+ }
27
+ },
28
+ "outer-box": {
29
+ "horizontal": {
30
+ "medium": {
31
+ "$extensions": {
32
+ "com.figma.scopes": [
33
+ "GAP"
34
+ ]
35
+ },
36
+ "$type": "number",
37
+ "$value": "{spacing.60}"
38
+ }
39
+ },
40
+ "vertical": {
41
+ "medium": {
42
+ "$extensions": {
43
+ "com.figma.scopes": [
44
+ "GAP"
45
+ ]
46
+ },
47
+ "$type": "number",
48
+ "$value": "{spacing.60}"
49
+ }
50
+ }
51
+ }
52
+ },
53
+ "icon": {
54
+ "size": {
55
+ "medium": {
56
+ "$extensions": {
57
+ "com.figma.scopes": [
58
+ "ALL_SCOPES"
59
+ ]
60
+ },
61
+ "$type": "number",
62
+ "$value": "{icon.size.16px}"
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }