@devexpress/design-tokens-internal 261.0.2 → 261.0.3

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 (111) hide show
  1. package/package.json +3 -1
  2. package/tokens/components/core/accordion/fluent.json +408 -0
  3. package/tokens/components/core/ai-chat/fluent.json +956 -0
  4. package/tokens/components/core/badge/fluent.json +84 -0
  5. package/tokens/components/core/button/fluent.json +154 -0
  6. package/tokens/components/core/calendar/fluent.json +836 -0
  7. package/tokens/components/core/checkbox/fluent.json +384 -0
  8. package/tokens/components/core/collapse-button/fluent.json +168 -0
  9. package/tokens/components/core/container-body/fluent.json +90 -0
  10. package/tokens/components/core/container-footer/fluent.json +104 -0
  11. package/tokens/components/core/container-header/fluent.json +166 -0
  12. package/tokens/components/core/dialog/fluent.json +88 -0
  13. package/tokens/components/core/drawer/fluent.json +80 -0
  14. package/tokens/components/core/empty-item/fluent.json +180 -0
  15. package/tokens/components/core/focus-rect/fluent.json +42 -0
  16. package/tokens/components/core/form/fluent.json +208 -0
  17. package/tokens/components/core/icon-wrapper/fluent.json +72 -0
  18. package/tokens/components/core/indent-space/fluent.json +60 -0
  19. package/tokens/components/core/label/fluent.json +78 -0
  20. package/tokens/components/core/link/fluent.json +144 -0
  21. package/tokens/components/core/listbox/fluent.json +476 -0
  22. package/tokens/components/core/menu/fluent.json +352 -0
  23. package/tokens/components/core/message-bar/fluent.json +132 -0
  24. package/tokens/components/core/overflow-menu/fluent.json +432 -0
  25. package/tokens/components/core/pagination/fluent.json +262 -0
  26. package/tokens/components/core/popover/fluent.json +94 -0
  27. package/tokens/components/core/popover-arrow/fluent.json +26 -0
  28. package/tokens/components/core/popover-body/fluent.json +92 -0
  29. package/tokens/components/core/popover-footer/fluent.json +74 -0
  30. package/tokens/components/core/popover-header/fluent.json +150 -0
  31. package/tokens/components/core/popup/fluent.json +96 -0
  32. package/tokens/components/core/progress-bar/fluent.json +134 -0
  33. package/tokens/components/core/radio-button/fluent.json +232 -0
  34. package/tokens/components/core/ribbon/fluent.json +922 -0
  35. package/tokens/components/core/scroll-bar/fluent.json +82 -0
  36. package/tokens/components/core/spinner_load-indicator/fluent.json +210 -0
  37. package/tokens/components/core/splitter/fluent.json +452 -0
  38. package/tokens/components/core/switch/fluent.json +378 -0
  39. package/tokens/components/core/tabs/fluent.json +282 -0
  40. package/tokens/components/core/tag/fluent.json +158 -0
  41. package/tokens/components/core/text-box/fluent.json +204 -0
  42. package/tokens/components/core/text-edit/fluent.json +308 -0
  43. package/tokens/components/core/toast/fluent.json +192 -0
  44. package/tokens/components/core/toolbar/fluent.json +306 -0
  45. package/tokens/components/core/tooltip/fluent.json +116 -0
  46. package/tokens/components/core/treeview/fluent.json +424 -0
  47. package/tokens/components/desktop/badge/fluent.json +146 -0
  48. package/tokens/components/desktop/button/fluent.json +212 -0
  49. package/tokens/components/desktop/button-edit/fluent.json +242 -0
  50. package/tokens/components/desktop/button-group/fluent.json +40 -0
  51. package/tokens/components/desktop/button-text/fluent.json +114 -0
  52. package/tokens/components/desktop/checkedit/fluent.json +68 -0
  53. package/tokens/components/desktop/datapager/fluent.json +110 -0
  54. package/tokens/components/desktop/filter-edit/fluent.json +254 -0
  55. package/tokens/components/desktop/listbox-edit/fluent.json +434 -0
  56. package/tokens/components/desktop/loading-panel_wait-indicator/fluent.json +308 -0
  57. package/tokens/components/desktop/pagercontrol/fluent.json +258 -0
  58. package/tokens/components/desktop/progress-bar/fluent.json +294 -0
  59. package/tokens/components/desktop/radio-button/fluent.json +76 -0
  60. package/tokens/components/desktop/scroll-bar/fluent.json +90 -0
  61. package/tokens/components/desktop/split-button/fluent.json +30 -0
  62. package/tokens/components/desktop/text-edit/fluent.json +174 -0
  63. package/tokens/components/desktop/toggle-switch/Fluent.json +268 -0
  64. package/tokens/components/desktop/tooltip/fluent.json +198 -0
  65. package/tokens/components/web/accordion/fluent.json +24 -0
  66. package/tokens/components/web/button/fluent.json +1460 -0
  67. package/tokens/components/web/button-group/fluent.json +40 -0
  68. package/tokens/components/web/carousel/fluent.json +1458 -0
  69. package/tokens/components/web/checkbox/fluent.json +136 -0
  70. package/tokens/components/web/color-palette/fluent.json +634 -0
  71. package/tokens/components/web/column-chooser/fluent.json +176 -0
  72. package/tokens/components/web/filter-builder/fluent.json +570 -0
  73. package/tokens/components/web/form-layout/fluent.json +578 -0
  74. package/tokens/components/web/html-editor/fluent.json +146 -0
  75. package/tokens/components/web/listbox/fluent.json +160 -0
  76. package/tokens/components/web/loading-panel_wait-indicator/fluent.json +118 -0
  77. package/tokens/components/web/memo/fluent.json +30 -0
  78. package/tokens/components/web/menu/fluent.json +24 -0
  79. package/tokens/components/web/message-bar/fluent.json +106 -0
  80. package/tokens/components/web/message-box/fluent.json +36 -0
  81. package/tokens/components/web/overflow-menu/fluent.json +64 -0
  82. package/tokens/components/web/pager/fluent.json +102 -0
  83. package/tokens/components/web/progress-bar/fluent.json +116 -0
  84. package/tokens/components/web/radio/fluent.json +140 -0
  85. package/tokens/components/web/ribbon/fluent.json +62 -0
  86. package/tokens/components/web/rich-text-editor/fluent.json +534 -0
  87. package/tokens/components/web/scheduler/fluent.json +1378 -0
  88. package/tokens/components/web/scheduler-popups/fluent.json +290 -0
  89. package/tokens/components/web/scroll-bar/fluent.json +92 -0
  90. package/tokens/components/web/split-button/fluent.json +78 -0
  91. package/tokens/components/web/splitter/fluent.json +1214 -0
  92. package/tokens/components/web/switcher/fluent.json +102 -0
  93. package/tokens/components/web/tabs/fluent.json +148 -0
  94. package/tokens/components/web/tagbox/fluent.json +82 -0
  95. package/tokens/components/web/text-edit/fluent.json +184 -0
  96. package/tokens/components/web/toast/fluent.json +688 -0
  97. package/tokens/components/web/toolbar/fluent.json +1070 -0
  98. package/tokens/components/web/tooltip/fluent.json +20 -0
  99. package/tokens/components/web/treeview/fluent.json +1214 -0
  100. package/tokens/components/web/uploader/fluent.json +1528 -0
  101. package/tokens/figma-utils/box-shadow/semantic/dx-office.json +308 -0
  102. package/tokens/figma-utils/box-shadow/semantic/fluent.json +308 -0
  103. package/tokens/figma-utils/box-shadow/styles.json +181 -0
  104. package/tokens/figma-utils/decorative-colors/dark.json +56 -0
  105. package/tokens/figma-utils/decorative-colors/light.json +56 -0
  106. package/tokens/figma-utils/icon/property.json +48 -0
  107. package/tokens/figma-utils/icon/set/dx-office.json +8 -0
  108. package/tokens/figma-utils/icon/set/fluent.json +8 -0
  109. package/tokens/figma-utils/typography/font-family/dx-office.json +12 -0
  110. package/tokens/figma-utils/typography/font-family/fluent.json +12 -0
  111. package/tokens/figma-utils/typography/styles.json +400 -0
@@ -0,0 +1,688 @@
1
+ {
2
+ "toast": {
3
+ "color": {
4
+ "saturated": {
5
+ "warning": {
6
+ "subtitle": {
7
+ "rest": {
8
+ "$type": "color",
9
+ "$value": "{color.content.neutral.default.static-dark.rest}"
10
+ }
11
+ },
12
+ "accent-line": {
13
+ "rest": {
14
+ "$type": "color",
15
+ "$value": "{color.content.transparent.rest}"
16
+ }
17
+ },
18
+ "title": {
19
+ "rest": {
20
+ "$type": "color",
21
+ "$value": "{color.content.neutral.default.static-dark.rest}"
22
+ }
23
+ },
24
+ "bg": {
25
+ "rest": {
26
+ "$type": "color",
27
+ "$value": "{color.surface.warning.default.rest}"
28
+ }
29
+ },
30
+ "icon": {
31
+ "rest": {
32
+ "$type": "color",
33
+ "$value": "{color.content.neutral.default.static-dark.rest}"
34
+ }
35
+ }
36
+ },
37
+ "info": {
38
+ "accent-line": {
39
+ "rest": {
40
+ "$type": "color",
41
+ "$value": "{color.content.transparent.rest}"
42
+ }
43
+ },
44
+ "title": {
45
+ "rest": {
46
+ "$type": "color",
47
+ "$value": "{color.content.neutral.default.static-dark.rest}"
48
+ }
49
+ },
50
+ "icon": {
51
+ "rest": {
52
+ "$type": "color",
53
+ "$value": "{color.content.neutral.default.static-dark.rest}"
54
+ }
55
+ },
56
+ "subtitle": {
57
+ "rest": {
58
+ "$type": "color",
59
+ "$value": "{color.content.neutral.default.static-dark.rest}"
60
+ }
61
+ },
62
+ "bg": {
63
+ "rest": {
64
+ "$type": "color",
65
+ "$value": "{color.surface.info.default.rest}"
66
+ }
67
+ }
68
+ },
69
+ "success": {
70
+ "accent-line": {
71
+ "rest": {
72
+ "$type": "color",
73
+ "$value": "{color.content.transparent.rest}"
74
+ }
75
+ },
76
+ "icon": {
77
+ "rest": {
78
+ "$type": "color",
79
+ "$value": "{color.content.neutral.default.static-dark.rest}"
80
+ }
81
+ },
82
+ "title": {
83
+ "rest": {
84
+ "$type": "color",
85
+ "$value": "{color.content.neutral.default.static-dark.rest}"
86
+ }
87
+ },
88
+ "subtitle": {
89
+ "rest": {
90
+ "$type": "color",
91
+ "$value": "{color.content.neutral.default.static-dark.rest}"
92
+ }
93
+ },
94
+ "bg": {
95
+ "rest": {
96
+ "$type": "color",
97
+ "$value": "{color.surface.success.default.rest}"
98
+ }
99
+ }
100
+ },
101
+ "danger": {
102
+ "title": {
103
+ "rest": {
104
+ "$type": "color",
105
+ "$value": "{color.content.neutral.default.static-dark.rest}"
106
+ }
107
+ },
108
+ "icon": {
109
+ "rest": {
110
+ "$type": "color",
111
+ "$value": "{color.content.neutral.default.static-dark.rest}"
112
+ }
113
+ },
114
+ "bg": {
115
+ "rest": {
116
+ "$type": "color",
117
+ "$value": "{color.surface.danger.default.rest}"
118
+ }
119
+ },
120
+ "accent-line": {
121
+ "rest": {
122
+ "$type": "color",
123
+ "$value": "{color.content.transparent.rest}"
124
+ }
125
+ },
126
+ "subtitle": {
127
+ "rest": {
128
+ "$type": "color",
129
+ "$value": "{color.content.neutral.default.static-dark.rest}"
130
+ }
131
+ }
132
+ },
133
+ "primary": {
134
+ "accent-line": {
135
+ "rest": {
136
+ "$type": "color",
137
+ "$value": "{color.content.transparent.rest}"
138
+ }
139
+ },
140
+ "subtitle": {
141
+ "rest": {
142
+ "$type": "color",
143
+ "$value": "{color.content.neutral.default.static-dark.rest}"
144
+ }
145
+ },
146
+ "title": {
147
+ "rest": {
148
+ "$type": "color",
149
+ "$value": "{color.content.neutral.default.static-dark.rest}"
150
+ }
151
+ },
152
+ "icon": {
153
+ "rest": {
154
+ "$type": "color",
155
+ "$value": "{color.content.neutral.default.static-dark.rest}"
156
+ }
157
+ },
158
+ "bg": {
159
+ "rest": {
160
+ "$type": "color",
161
+ "$value": "{color.surface.primary.default.rest}"
162
+ }
163
+ }
164
+ }
165
+ },
166
+ "dark": {
167
+ "success": {
168
+ "caption": {
169
+ "rest": {
170
+ "$type": "color",
171
+ "$value": "{color.content.neutral.default.static-dark.rest}"
172
+ }
173
+ },
174
+ "bg": {
175
+ "rest": {
176
+ "$type": "color",
177
+ "$value": "{color.surface.neutral.default.static-dark.rest}"
178
+ }
179
+ },
180
+ "accent-line": {
181
+ "rest": {
182
+ "$type": "color",
183
+ "$value": "{color.content.transparent.rest}"
184
+ }
185
+ },
186
+ "title": {
187
+ "rest": {
188
+ "$type": "color",
189
+ "$value": "{color.content.neutral.default.static-dark.rest}"
190
+ }
191
+ },
192
+ "icon": {
193
+ "rest": {
194
+ "$type": "color",
195
+ "$value": "{color.content.success.default.rest}"
196
+ }
197
+ }
198
+ },
199
+ "primary": {
200
+ "caption": {
201
+ "rest": {
202
+ "$type": "color",
203
+ "$value": "{color.content.neutral.default.static-dark.rest}"
204
+ }
205
+ },
206
+ "accent-line": {
207
+ "rest": {
208
+ "$type": "color",
209
+ "$value": "{color.content.transparent.rest}"
210
+ }
211
+ },
212
+ "bg": {
213
+ "rest": {
214
+ "$type": "color",
215
+ "$value": "{color.surface.neutral.default.static-dark.rest}"
216
+ }
217
+ },
218
+ "title": {
219
+ "rest": {
220
+ "$type": "color",
221
+ "$value": "{color.content.neutral.default.static-dark.rest}"
222
+ }
223
+ },
224
+ "icon": {
225
+ "rest": {
226
+ "$type": "color",
227
+ "$value": "{color.content.primary.default.rest}"
228
+ }
229
+ }
230
+ },
231
+ "warning": {
232
+ "caption": {
233
+ "rest": {
234
+ "$type": "color",
235
+ "$value": "{color.content.neutral.default.static-dark.rest}"
236
+ }
237
+ },
238
+ "icon": {
239
+ "rest": {
240
+ "$type": "color",
241
+ "$value": "{color.content.warning.default.rest}"
242
+ }
243
+ },
244
+ "accent-line": {
245
+ "rest": {
246
+ "$type": "color",
247
+ "$value": "{color.content.transparent.rest}"
248
+ }
249
+ },
250
+ "bg": {
251
+ "rest": {
252
+ "$type": "color",
253
+ "$value": "{color.surface.neutral.default.static-dark.rest}"
254
+ }
255
+ },
256
+ "title": {
257
+ "rest": {
258
+ "$type": "color",
259
+ "$value": "{color.content.neutral.default.static-dark.rest}"
260
+ }
261
+ }
262
+ },
263
+ "info": {
264
+ "bg": {
265
+ "rest": {
266
+ "$type": "color",
267
+ "$value": "{color.surface.neutral.default.static-dark.rest}"
268
+ }
269
+ },
270
+ "icon": {
271
+ "rest": {
272
+ "$type": "color",
273
+ "$value": "{color.content.info.default.rest}"
274
+ }
275
+ },
276
+ "caption": {
277
+ "rest": {
278
+ "$type": "color",
279
+ "$value": "{color.content.neutral.default.static-dark.rest}"
280
+ }
281
+ },
282
+ "title": {
283
+ "rest": {
284
+ "$type": "color",
285
+ "$value": "{color.content.neutral.default.static-dark.rest}"
286
+ }
287
+ },
288
+ "accent-line": {
289
+ "rest": {
290
+ "$type": "color",
291
+ "$value": "{color.content.transparent.rest}"
292
+ }
293
+ }
294
+ },
295
+ "danger": {
296
+ "icon": {
297
+ "rest": {
298
+ "$type": "color",
299
+ "$value": "{color.content.danger.default.rest}"
300
+ }
301
+ },
302
+ "accent-line": {
303
+ "rest": {
304
+ "$type": "color",
305
+ "$value": "{color.content.transparent.rest}"
306
+ }
307
+ },
308
+ "bg": {
309
+ "rest": {
310
+ "$type": "color",
311
+ "$value": "{color.surface.neutral.default.static-dark.rest}"
312
+ }
313
+ },
314
+ "title": {
315
+ "rest": {
316
+ "$type": "color",
317
+ "$value": "{color.content.neutral.default.static-dark.rest}"
318
+ }
319
+ },
320
+ "caption": {
321
+ "rest": {
322
+ "$type": "color",
323
+ "$value": "{color.content.neutral.default.static-dark.rest}"
324
+ }
325
+ }
326
+ }
327
+ },
328
+ "light": {
329
+ "info": {
330
+ "accent-line": {
331
+ "rest": {
332
+ "$type": "color",
333
+ "$value": "{color.content.transparent.rest}"
334
+ }
335
+ },
336
+ "icon": {
337
+ "rest": {
338
+ "$type": "color",
339
+ "$value": "{color.content.info.default.rest}"
340
+ }
341
+ },
342
+ "bg": {
343
+ "rest": {
344
+ "$type": "color",
345
+ "$value": "{color.surface.neutral.default.static-light.rest}"
346
+ }
347
+ },
348
+ "title": {
349
+ "rest": {
350
+ "$type": "color",
351
+ "$value": "{color.content.neutral.default.static-light.rest}"
352
+ }
353
+ },
354
+ "caption": {
355
+ "rest": {
356
+ "$type": "color",
357
+ "$value": "{color.content.neutral.default.static-light.rest}"
358
+ }
359
+ }
360
+ },
361
+ "danger": {
362
+ "icon": {
363
+ "rest": {
364
+ "$type": "color",
365
+ "$value": "{color.content.danger.default.rest}"
366
+ }
367
+ },
368
+ "accent-line": {
369
+ "rest": {
370
+ "$type": "color",
371
+ "$value": "{color.content.transparent.rest}"
372
+ }
373
+ },
374
+ "bg": {
375
+ "rest": {
376
+ "$type": "color",
377
+ "$value": "{color.surface.neutral.default.static-light.rest}"
378
+ }
379
+ },
380
+ "title": {
381
+ "rest": {
382
+ "$type": "color",
383
+ "$value": "{color.content.neutral.default.static-light.rest}"
384
+ }
385
+ },
386
+ "caption": {
387
+ "rest": {
388
+ "$type": "color",
389
+ "$value": "{color.content.neutral.default.static-light.rest}"
390
+ }
391
+ }
392
+ },
393
+ "warning": {
394
+ "accent-line": {
395
+ "rest": {
396
+ "$type": "color",
397
+ "$value": "{color.content.transparent.rest}"
398
+ }
399
+ },
400
+ "icon": {
401
+ "rest": {
402
+ "$type": "color",
403
+ "$value": "{color.content.warning.default.rest}"
404
+ }
405
+ },
406
+ "bg": {
407
+ "rest": {
408
+ "$type": "color",
409
+ "$value": "{color.surface.neutral.default.static-light.rest}"
410
+ }
411
+ },
412
+ "title": {
413
+ "rest": {
414
+ "$type": "color",
415
+ "$value": "{color.content.neutral.default.static-light.rest}"
416
+ }
417
+ },
418
+ "caption": {
419
+ "rest": {
420
+ "$type": "color",
421
+ "$value": "{color.content.neutral.default.static-light.rest}"
422
+ }
423
+ }
424
+ },
425
+ "success": {
426
+ "accent-line": {
427
+ "rest": {
428
+ "$type": "color",
429
+ "$value": "{color.content.transparent.rest}"
430
+ }
431
+ },
432
+ "icon": {
433
+ "rest": {
434
+ "$type": "color",
435
+ "$value": "{color.content.success.default.rest}"
436
+ }
437
+ },
438
+ "bg": {
439
+ "rest": {
440
+ "$type": "color",
441
+ "$value": "{color.surface.neutral.default.static-light.rest}"
442
+ }
443
+ },
444
+ "title": {
445
+ "rest": {
446
+ "$type": "color",
447
+ "$value": "{color.content.neutral.default.static-light.rest}"
448
+ }
449
+ },
450
+ "caption": {
451
+ "rest": {
452
+ "$type": "color",
453
+ "$value": "{color.content.neutral.default.static-light.rest}"
454
+ }
455
+ }
456
+ },
457
+ "primary": {
458
+ "accent-line": {
459
+ "rest": {
460
+ "$type": "color",
461
+ "$value": "{color.content.transparent.rest}"
462
+ }
463
+ },
464
+ "bg": {
465
+ "rest": {
466
+ "$type": "color",
467
+ "$value": "{color.surface.neutral.default.static-light.rest}"
468
+ }
469
+ },
470
+ "title": {
471
+ "rest": {
472
+ "$type": "color",
473
+ "$value": "{color.content.neutral.default.static-light.rest}"
474
+ }
475
+ },
476
+ "caption": {
477
+ "rest": {
478
+ "$type": "color",
479
+ "$value": "{color.content.neutral.default.static-light.rest}"
480
+ }
481
+ },
482
+ "icon": {
483
+ "rest": {
484
+ "$type": "color",
485
+ "$value": "{color.content.primary.default.rest}"
486
+ }
487
+ }
488
+ }
489
+ },
490
+ "pastel": {
491
+ "info": {
492
+ "accent-line": {
493
+ "rest": {
494
+ "$type": "color",
495
+ "$value": "{color.content.transparent.rest}"
496
+ }
497
+ },
498
+ "icon": {
499
+ "rest": {
500
+ "$type": "color",
501
+ "$value": "{color.content.info.default.rest}"
502
+ }
503
+ },
504
+ "bg": {
505
+ "rest": {
506
+ "$type": "color",
507
+ "$value": "{color.surface.info.deep.rest}"
508
+ }
509
+ }
510
+ },
511
+ "primary": {
512
+ "bg": {
513
+ "rest": {
514
+ "$type": "color",
515
+ "$value": "{color.surface.primary.deep.rest}"
516
+ }
517
+ },
518
+ "accent-line": {
519
+ "rest": {
520
+ "$type": "color",
521
+ "$value": "{color.content.transparent.rest}"
522
+ }
523
+ },
524
+ "icon": {
525
+ "rest": {
526
+ "$type": "color",
527
+ "$value": "{color.content.primary.default.rest}"
528
+ }
529
+ }
530
+ },
531
+ "danger": {
532
+ "icon": {
533
+ "rest": {
534
+ "$type": "color",
535
+ "$value": "{color.content.danger.default.rest}"
536
+ }
537
+ },
538
+ "bg": {
539
+ "rest": {
540
+ "$type": "color",
541
+ "$value": "{color.surface.danger.deep.rest}"
542
+ }
543
+ },
544
+ "accent-line": {
545
+ "rest": {
546
+ "$type": "color",
547
+ "$value": "{color.content.transparent.rest}"
548
+ }
549
+ }
550
+ },
551
+ "success": {
552
+ "bg": {
553
+ "rest": {
554
+ "$type": "color",
555
+ "$value": "{color.surface.success.deep.rest}"
556
+ }
557
+ },
558
+ "accent-line": {
559
+ "rest": {
560
+ "$type": "color",
561
+ "$value": "{color.content.transparent.rest}"
562
+ }
563
+ },
564
+ "icon": {
565
+ "rest": {
566
+ "$type": "color",
567
+ "$value": "{color.content.success.default.rest}"
568
+ }
569
+ }
570
+ },
571
+ "warning": {
572
+ "icon": {
573
+ "rest": {
574
+ "$type": "color",
575
+ "$value": "{color.content.warning.default.rest}"
576
+ }
577
+ },
578
+ "accent-line": {
579
+ "rest": {
580
+ "$type": "color",
581
+ "$value": "{color.content.transparent.rest}"
582
+ }
583
+ },
584
+ "bg": {
585
+ "rest": {
586
+ "$type": "color",
587
+ "$value": "{color.surface.warning.deep.rest}"
588
+ }
589
+ }
590
+ }
591
+ }
592
+ },
593
+ "layout": {
594
+ "content-box": {
595
+ "gap": {
596
+ "large": {
597
+ "$type": "number",
598
+ "$value": "{spacing.120}"
599
+ },
600
+ "medium": {
601
+ "$type": "number",
602
+ "$value": "{spacing.100}"
603
+ },
604
+ "small": {
605
+ "$type": "number",
606
+ "$value": "{spacing.80}"
607
+ }
608
+ }
609
+ },
610
+ "accent-line": {
611
+ "width": {
612
+ "small": {
613
+ "$type": "number",
614
+ "$value": "{spacing.0}"
615
+ },
616
+ "medium": {
617
+ "$type": "number",
618
+ "$value": "{spacing.0}"
619
+ },
620
+ "large": {
621
+ "$type": "number",
622
+ "$value": "{spacing.0}"
623
+ }
624
+ }
625
+ },
626
+ "close-button": {
627
+ "horizontal": {
628
+ "small": {
629
+ "$type": "number",
630
+ "$value": "{spacing.0}"
631
+ },
632
+ "medium": {
633
+ "$type": "number",
634
+ "$value": "{spacing.10}"
635
+ },
636
+ "large": {
637
+ "$type": "number",
638
+ "$value": "{spacing.30}"
639
+ }
640
+ },
641
+ "vertical": {
642
+ "small": {
643
+ "$type": "number",
644
+ "$value": "{spacing.0}"
645
+ },
646
+ "medium": {
647
+ "$type": "number",
648
+ "$value": "{spacing.10}"
649
+ },
650
+ "large": {
651
+ "$type": "number",
652
+ "$value": "{spacing.30}"
653
+ }
654
+ }
655
+ },
656
+ "template-box": {
657
+ "vertical": {
658
+ "small": {
659
+ "$type": "number",
660
+ "$value": "{spacing.40}"
661
+ },
662
+ "medium": {
663
+ "$type": "number",
664
+ "$value": "{spacing.40}"
665
+ },
666
+ "large": {
667
+ "$type": "number",
668
+ "$value": "{spacing.40}"
669
+ }
670
+ },
671
+ "horizontal": {
672
+ "small": {
673
+ "$type": "number",
674
+ "$value": "{spacing.40}"
675
+ },
676
+ "medium": {
677
+ "$type": "number",
678
+ "$value": "{spacing.40}"
679
+ },
680
+ "large": {
681
+ "$type": "number",
682
+ "$value": "{spacing.40}"
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+ }