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