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