@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,1214 @@
1
+ {
2
+ "treeview": {
3
+ "item": {
4
+ "color": {
5
+ "text": {
6
+ "disabled": {
7
+ "bg": {
8
+ "$type": "color",
9
+ "$value": "{color.surface.transparent.rest}"
10
+ },
11
+ "icon": {
12
+ "$type": "color",
13
+ "$value": "{color.content.neutral.subdued.disabled}"
14
+ },
15
+ "text": {
16
+ "$type": "color",
17
+ "$value": "{color.content.neutral.subdued.disabled}"
18
+ }
19
+ },
20
+ "focused": {
21
+ "icon": {
22
+ "$type": "color",
23
+ "$value": "{color.content.neutral.subdued.rest}"
24
+ },
25
+ "frame": {
26
+ "$type": "color",
27
+ "$value": "{color.border.focus.default}"
28
+ },
29
+ "bg": {
30
+ "$type": "color",
31
+ "$value": "{color.surface.transparent.rest}"
32
+ },
33
+ "text": {
34
+ "$type": "color",
35
+ "$value": "{color.content.neutral.subdued.rest}"
36
+ }
37
+ },
38
+ "hovered": {
39
+ "text": {
40
+ "$type": "color",
41
+ "$value": "{color.content.neutral.subdued.hovered}"
42
+ },
43
+ "bg": {
44
+ "$type": "color",
45
+ "$value": "{color.surface.neutral.default.hovered}"
46
+ },
47
+ "icon": {
48
+ "$type": "color",
49
+ "$value": "{color.content.neutral.subdued.hovered}"
50
+ }
51
+ },
52
+ "selected-focused": {
53
+ "icon": {
54
+ "$type": "color",
55
+ "$value": "{color.content.neutral.subdued.selected}"
56
+ },
57
+ "frame": {
58
+ "$type": "color",
59
+ "$value": "{color.border.focus.default}"
60
+ },
61
+ "bg": {
62
+ "$type": "color",
63
+ "$value": "{color.surface.neutral.default.selected}"
64
+ },
65
+ "text": {
66
+ "$type": "color",
67
+ "$value": "{color.content.neutral.subdued.selected}"
68
+ }
69
+ },
70
+ "normal": {
71
+ "text": {
72
+ "$type": "color",
73
+ "$value": "{color.content.neutral.subdued.rest}"
74
+ },
75
+ "icon": {
76
+ "$type": "color",
77
+ "$value": "{color.content.neutral.subdued.rest}"
78
+ },
79
+ "bg": {
80
+ "$type": "color",
81
+ "$value": "{color.surface.transparent.rest}"
82
+ }
83
+ },
84
+ "active-focused": {
85
+ "frame": {
86
+ "$type": "color",
87
+ "$value": "{color.border.focus.default}"
88
+ },
89
+ "icon": {
90
+ "$type": "color",
91
+ "$value": "{color.content.neutral.default.static-dark.rest}"
92
+ },
93
+ "bg": {
94
+ "$type": "color",
95
+ "$value": "{color.surface.primary.default.rest}"
96
+ },
97
+ "text": {
98
+ "$type": "color",
99
+ "$value": "{color.content.neutral.default.static-dark.rest}"
100
+ }
101
+ },
102
+ "active": {
103
+ "text": {
104
+ "$type": "color",
105
+ "$value": "{color.content.neutral.default.static-dark.rest}"
106
+ },
107
+ "icon": {
108
+ "$type": "color",
109
+ "$value": "{color.content.neutral.default.static-dark.rest}"
110
+ },
111
+ "bg": {
112
+ "$type": "color",
113
+ "$value": "{color.surface.primary.default.rest}"
114
+ }
115
+ },
116
+ "selected": {
117
+ "text": {
118
+ "$type": "color",
119
+ "$value": "{color.content.neutral.subdued.selected}"
120
+ },
121
+ "icon": {
122
+ "$type": "color",
123
+ "$value": "{color.content.neutral.subdued.selected}"
124
+ },
125
+ "bg": {
126
+ "$type": "color",
127
+ "$value": "{color.surface.neutral.default.selected}"
128
+ }
129
+ }
130
+ },
131
+ "link": {
132
+ "focused": {
133
+ "text": {
134
+ "$type": "color",
135
+ "$value": "{color.content.neutral.subdued.rest}"
136
+ },
137
+ "icon": {
138
+ "$type": "color",
139
+ "$value": "{color.content.neutral.subdued.rest}"
140
+ },
141
+ "frame": {
142
+ "$type": "color",
143
+ "$value": "{color.border.focus.default}"
144
+ },
145
+ "bg": {
146
+ "$type": "color",
147
+ "$value": "{color.surface.transparent.rest}"
148
+ }
149
+ },
150
+ "normal": {
151
+ "text": {
152
+ "$type": "color",
153
+ "$value": "{color.content.neutral.subdued.rest}"
154
+ },
155
+ "bg": {
156
+ "$type": "color",
157
+ "$value": "{color.surface.transparent.rest}"
158
+ },
159
+ "icon": {
160
+ "$type": "color",
161
+ "$value": "{color.content.neutral.subdued.rest}"
162
+ }
163
+ },
164
+ "active-focused": {
165
+ "text": {
166
+ "$type": "color",
167
+ "$value": "{color.content.neutral.default.static-dark.rest}"
168
+ },
169
+ "bg": {
170
+ "$type": "color",
171
+ "$value": "{color.surface.primary.default.rest}"
172
+ },
173
+ "frame": {
174
+ "$type": "color",
175
+ "$value": "{color.border.focus.default}"
176
+ },
177
+ "icon": {
178
+ "$type": "color",
179
+ "$value": "{color.content.neutral.default.static-dark.rest}"
180
+ }
181
+ },
182
+ "selected": {
183
+ "text": {
184
+ "$type": "color",
185
+ "$value": "{color.content.neutral.subdued.selected}"
186
+ },
187
+ "bg": {
188
+ "$type": "color",
189
+ "$value": "{color.surface.neutral.default.selected}"
190
+ },
191
+ "icon": {
192
+ "$type": "color",
193
+ "$value": "{color.content.neutral.subdued.selected}"
194
+ }
195
+ },
196
+ "selected-focused": {
197
+ "bg": {
198
+ "$type": "color",
199
+ "$value": "{color.surface.neutral.default.selected}"
200
+ },
201
+ "text": {
202
+ "$type": "color",
203
+ "$value": "{color.content.neutral.subdued.selected}"
204
+ },
205
+ "icon": {
206
+ "$type": "color",
207
+ "$value": "{color.content.neutral.subdued.selected}"
208
+ },
209
+ "frame": {
210
+ "$type": "color",
211
+ "$value": "{color.border.focus.default}"
212
+ }
213
+ },
214
+ "hovered": {
215
+ "icon": {
216
+ "$type": "color",
217
+ "$value": "{color.content.neutral.subdued.hovered}"
218
+ },
219
+ "text": {
220
+ "$type": "color",
221
+ "$value": "{color.content.neutral.subdued.hovered}"
222
+ },
223
+ "bg": {
224
+ "$type": "color",
225
+ "$value": "{color.surface.neutral.default.hovered}"
226
+ }
227
+ },
228
+ "active": {
229
+ "icon": {
230
+ "$type": "color",
231
+ "$value": "{color.content.neutral.default.static-dark.rest}"
232
+ },
233
+ "text": {
234
+ "$type": "color",
235
+ "$value": "{color.content.neutral.default.static-dark.rest}"
236
+ },
237
+ "bg": {
238
+ "$type": "color",
239
+ "$value": "{color.surface.primary.default.rest}"
240
+ }
241
+ },
242
+ "disabled": {
243
+ "icon": {
244
+ "$type": "color",
245
+ "$value": "{color.content.neutral.subdued.disabled}"
246
+ },
247
+ "text": {
248
+ "$type": "color",
249
+ "$value": "{color.content.neutral.subdued.disabled}"
250
+ },
251
+ "bg": {
252
+ "$type": "color",
253
+ "$value": "{color.surface.transparent.rest}"
254
+ }
255
+ }
256
+ },
257
+ "text+separator": {
258
+ "hovered": {
259
+ "border": {
260
+ "$type": "color",
261
+ "$value": "{color.border.neutral.default.rest}"
262
+ },
263
+ "text": {
264
+ "$type": "color",
265
+ "$value": "{color.content.neutral.subdued.hovered}"
266
+ },
267
+ "icon": {
268
+ "$type": "color",
269
+ "$value": "{color.content.neutral.subdued.hovered}"
270
+ },
271
+ "bg": {
272
+ "$type": "color",
273
+ "$value": "{color.surface.neutral.default.hovered}"
274
+ }
275
+ },
276
+ "active-focused": {
277
+ "icon": {
278
+ "$type": "color",
279
+ "$value": "{color.content.neutral.default.static-dark.rest}"
280
+ },
281
+ "text": {
282
+ "$type": "color",
283
+ "$value": "{color.content.neutral.default.static-dark.rest}"
284
+ },
285
+ "bg": {
286
+ "$type": "color",
287
+ "$value": "{color.surface.primary.default.rest}"
288
+ },
289
+ "border": {
290
+ "$type": "color",
291
+ "$value": "{color.border.neutral.default.rest}"
292
+ },
293
+ "frame": {
294
+ "$type": "color",
295
+ "$value": "{color.border.focus.default}"
296
+ }
297
+ },
298
+ "selected-focused": {
299
+ "frame": {
300
+ "$type": "color",
301
+ "$value": "{color.border.focus.default}"
302
+ },
303
+ "border": {
304
+ "$type": "color",
305
+ "$value": "{color.border.neutral.default.rest}"
306
+ },
307
+ "bg": {
308
+ "$type": "color",
309
+ "$value": "{color.surface.neutral.default.selected}"
310
+ },
311
+ "text": {
312
+ "$type": "color",
313
+ "$value": "{color.content.neutral.subdued.selected}"
314
+ },
315
+ "icon": {
316
+ "$type": "color",
317
+ "$value": "{color.content.neutral.subdued.selected}"
318
+ }
319
+ },
320
+ "active": {
321
+ "text": {
322
+ "$type": "color",
323
+ "$value": "{color.content.neutral.default.static-dark.rest}"
324
+ },
325
+ "bg": {
326
+ "$type": "color",
327
+ "$value": "{color.surface.primary.default.rest}"
328
+ },
329
+ "icon": {
330
+ "$type": "color",
331
+ "$value": "{color.content.neutral.default.static-dark.rest}"
332
+ },
333
+ "border": {
334
+ "$type": "color",
335
+ "$value": "{color.border.neutral.default.rest}"
336
+ }
337
+ },
338
+ "normal": {
339
+ "bg": {
340
+ "$type": "color",
341
+ "$value": "{color.surface.transparent.rest}"
342
+ },
343
+ "border": {
344
+ "$type": "color",
345
+ "$value": "{color.border.neutral.default.rest}"
346
+ },
347
+ "icon": {
348
+ "$type": "color",
349
+ "$value": "{color.content.neutral.subdued.rest}"
350
+ },
351
+ "text": {
352
+ "$type": "color",
353
+ "$value": "{color.content.neutral.subdued.rest}"
354
+ }
355
+ },
356
+ "focused": {
357
+ "bg": {
358
+ "$type": "color",
359
+ "$value": "{color.surface.transparent.rest}"
360
+ },
361
+ "icon": {
362
+ "$type": "color",
363
+ "$value": "{color.content.neutral.subdued.rest}"
364
+ },
365
+ "frame": {
366
+ "$type": "color",
367
+ "$value": "{color.border.focus.default}"
368
+ },
369
+ "border": {
370
+ "$type": "color",
371
+ "$value": "{color.border.neutral.default.rest}"
372
+ },
373
+ "text": {
374
+ "$type": "color",
375
+ "$value": "{color.content.neutral.subdued.rest}"
376
+ }
377
+ },
378
+ "selected": {
379
+ "text": {
380
+ "$type": "color",
381
+ "$value": "{color.content.neutral.subdued.selected}"
382
+ },
383
+ "icon": {
384
+ "$type": "color",
385
+ "$value": "{color.content.neutral.subdued.selected}"
386
+ },
387
+ "bg": {
388
+ "$type": "color",
389
+ "$value": "{color.surface.neutral.default.selected}"
390
+ },
391
+ "border": {
392
+ "$type": "color",
393
+ "$value": "{color.border.neutral.default.rest}"
394
+ }
395
+ },
396
+ "disabled": {
397
+ "border": {
398
+ "$type": "color",
399
+ "$value": "{color.border.neutral.default.rest}"
400
+ },
401
+ "bg": {
402
+ "$type": "color",
403
+ "$value": "{color.surface.transparent.rest}"
404
+ },
405
+ "text": {
406
+ "$type": "color",
407
+ "$value": "{color.content.neutral.subdued.disabled}"
408
+ },
409
+ "icon": {
410
+ "$type": "color",
411
+ "$value": "{color.content.neutral.subdued.disabled}"
412
+ }
413
+ }
414
+ }
415
+ },
416
+ "typography": {
417
+ "medium": {
418
+ "font-family": {
419
+ "$type": "text",
420
+ "$value": "{font-family.sans-serif}"
421
+ },
422
+ "line-height": {
423
+ "$type": "number",
424
+ "$value": "{line-height.body-1}"
425
+ },
426
+ "font-weight": {
427
+ "$type": "number",
428
+ "$value": "{font-weight.body-1}"
429
+ },
430
+ "font-size": {
431
+ "$type": "number",
432
+ "$value": "{font-size.body-1}"
433
+ }
434
+ },
435
+ "large": {
436
+ "font-family": {
437
+ "$type": "text",
438
+ "$value": "{font-family.sans-serif}"
439
+ },
440
+ "line-height": {
441
+ "$type": "number",
442
+ "$value": "{line-height.body-2}"
443
+ },
444
+ "font-weight": {
445
+ "$type": "number",
446
+ "$value": "{font-weight.body-2}"
447
+ },
448
+ "font-size": {
449
+ "$type": "number",
450
+ "$value": "{font-size.body-2}"
451
+ }
452
+ },
453
+ "small": {
454
+ "font-family": {
455
+ "$type": "text",
456
+ "$value": "{font-family.sans-serif}"
457
+ },
458
+ "line-height": {
459
+ "$type": "number",
460
+ "$value": "{line-height.caption-1}"
461
+ },
462
+ "font-weight": {
463
+ "$type": "number",
464
+ "$value": "{font-weight.caption-1}"
465
+ },
466
+ "font-size": {
467
+ "$type": "number",
468
+ "$value": "{font-size.caption-1}"
469
+ }
470
+ }
471
+ },
472
+ "icon": {
473
+ "style": {
474
+ "default": {
475
+ "$type": "text",
476
+ "$value": "{icon.style.regular}"
477
+ }
478
+ },
479
+ "size": {
480
+ "medium": {
481
+ "$type": "number",
482
+ "$value": "{icon.size.20px}"
483
+ },
484
+ "small": {
485
+ "$type": "number",
486
+ "$value": "{icon.size.16px}"
487
+ },
488
+ "large": {
489
+ "$type": "number",
490
+ "$value": "{icon.size.24px}"
491
+ }
492
+ }
493
+ },
494
+ "border-radius": {
495
+ "medium": {
496
+ "$type": "number",
497
+ "$value": "{border-radius.theme-builder.default}"
498
+ },
499
+ "large": {
500
+ "$type": "number",
501
+ "$value": "{border-radius.theme-builder.default}"
502
+ },
503
+ "small": {
504
+ "$type": "number",
505
+ "$value": "{border-radius.theme-builder.default}"
506
+ }
507
+ },
508
+ "layout": {
509
+ "medium": {
510
+ "collapse-button": {
511
+ "horizontal": {
512
+ "$type": "number",
513
+ "$value": "{spacing.0}"
514
+ },
515
+ "vertical": {
516
+ "$type": "number",
517
+ "$value": "{spacing.0}"
518
+ }
519
+ },
520
+ "text-box": {
521
+ "vertical": {
522
+ "$type": "number",
523
+ "$value": "{spacing.0}"
524
+ }
525
+ },
526
+ "content-box": {
527
+ "gap": {
528
+ "$type": "number",
529
+ "$value": "{spacing.60}"
530
+ },
531
+ "vertical": {
532
+ "$type": "number",
533
+ "$value": "{spacing.60}"
534
+ },
535
+ "horizontal": {
536
+ "$type": "number",
537
+ "$value": "{spacing.60}"
538
+ }
539
+ },
540
+ "checkbox": {
541
+ "height": {
542
+ "$type": "number",
543
+ "$value": "{spacing.320}"
544
+ },
545
+ "width": {
546
+ "$type": "number",
547
+ "$value": "{spacing.320}"
548
+ }
549
+ },
550
+ "group": {
551
+ "gap": {
552
+ "$type": "number",
553
+ "$value": "{spacing.0}"
554
+ }
555
+ }
556
+ },
557
+ "large": {
558
+ "collapse-button": {
559
+ "horizontal": {
560
+ "$type": "number",
561
+ "$value": "{spacing.0}"
562
+ },
563
+ "vertical": {
564
+ "$type": "number",
565
+ "$value": "{spacing.0}"
566
+ }
567
+ },
568
+ "group": {
569
+ "gap": {
570
+ "$type": "number",
571
+ "$value": "{spacing.0}"
572
+ }
573
+ },
574
+ "checkbox": {
575
+ "width": {
576
+ "$type": "number",
577
+ "$value": "{spacing.400}"
578
+ },
579
+ "height": {
580
+ "$type": "number",
581
+ "$value": "{spacing.400}"
582
+ }
583
+ },
584
+ "content-box": {
585
+ "gap": {
586
+ "$type": "number",
587
+ "$value": "{spacing.80}"
588
+ },
589
+ "horizontal": {
590
+ "$type": "number",
591
+ "$value": "{spacing.80}"
592
+ },
593
+ "vertical": {
594
+ "$type": "number",
595
+ "$value": "{spacing.80}"
596
+ }
597
+ },
598
+ "text-box": {
599
+ "vertical": {
600
+ "$type": "number",
601
+ "$value": "{spacing.10}"
602
+ }
603
+ }
604
+ },
605
+ "icon-wrapper": {
606
+ "large": {
607
+ "$type": "number",
608
+ "$value": "{spacing.240}"
609
+ },
610
+ "medium": {
611
+ "$type": "number",
612
+ "$value": "{spacing.200}"
613
+ },
614
+ "small": {
615
+ "$type": "number",
616
+ "$value": "{spacing.160}"
617
+ }
618
+ },
619
+ "small": {
620
+ "checkbox": {
621
+ "height": {
622
+ "$type": "number",
623
+ "$value": "{spacing.240}"
624
+ },
625
+ "width": {
626
+ "$type": "number",
627
+ "$value": "{spacing.240}"
628
+ }
629
+ },
630
+ "collapse-button": {
631
+ "vertical": {
632
+ "$type": "number",
633
+ "$value": "{spacing.0}"
634
+ },
635
+ "horizontal": {
636
+ "$type": "number",
637
+ "$value": "{spacing.0}"
638
+ }
639
+ },
640
+ "group": {
641
+ "gap": {
642
+ "$type": "number",
643
+ "$value": "{spacing.0}"
644
+ }
645
+ },
646
+ "text-box": {
647
+ "vertical": {
648
+ "$type": "number",
649
+ "$value": "{spacing.0}"
650
+ }
651
+ },
652
+ "content-box": {
653
+ "horizontal": {
654
+ "$type": "number",
655
+ "$value": "{spacing.40}"
656
+ },
657
+ "gap": {
658
+ "$type": "number",
659
+ "$value": "{spacing.40}"
660
+ },
661
+ "vertical": {
662
+ "$type": "number",
663
+ "$value": "{spacing.40}"
664
+ }
665
+ }
666
+ }
667
+ },
668
+ "border-width": {
669
+ "text+separator": {
670
+ "medium": {
671
+ "$type": "number",
672
+ "$value": "{border-width.10}"
673
+ },
674
+ "small": {
675
+ "$type": "number",
676
+ "$value": "{border-width.10}"
677
+ },
678
+ "large": {
679
+ "$type": "number",
680
+ "$value": "{border-width.10}"
681
+ }
682
+ },
683
+ "focused": {
684
+ "$type": "number",
685
+ "$value": "{border-width.theme-builder.focus}"
686
+ }
687
+ }
688
+ },
689
+ "collapse-button": {
690
+ "color": {
691
+ "active": {
692
+ "icon": {
693
+ "$type": "color",
694
+ "$value": "{color.content.neutral.default.active}"
695
+ },
696
+ "border": {
697
+ "$type": "color",
698
+ "$value": "{color.border.transparent.rest}"
699
+ },
700
+ "bg": {
701
+ "$type": "color",
702
+ "$value": "{color.surface.neutral.default.active}"
703
+ }
704
+ },
705
+ "focused": {
706
+ "icon": {
707
+ "$type": "color",
708
+ "$value": "{color.content.neutral.subdued.rest}"
709
+ },
710
+ "border": {
711
+ "$type": "color",
712
+ "$value": "{color.border.transparent.rest}"
713
+ },
714
+ "frame": {
715
+ "$type": "color",
716
+ "$value": "{color.border.focus.default}"
717
+ },
718
+ "bg": {
719
+ "$type": "color",
720
+ "$value": "{color.surface.transparent.rest}"
721
+ }
722
+ },
723
+ "normal": {
724
+ "icon": {
725
+ "$type": "color",
726
+ "$value": "{color.content.neutral.subdued.rest}"
727
+ },
728
+ "bg": {
729
+ "$type": "color",
730
+ "$value": "{color.surface.transparent.rest}"
731
+ },
732
+ "border": {
733
+ "$type": "color",
734
+ "$value": "{color.border.transparent.rest}"
735
+ }
736
+ },
737
+ "hovered": {
738
+ "border": {
739
+ "$type": "color",
740
+ "$value": "{color.border.transparent.rest}"
741
+ },
742
+ "bg": {
743
+ "$type": "color",
744
+ "$value": "{color.surface.neutral.default.hovered}"
745
+ },
746
+ "icon": {
747
+ "$type": "color",
748
+ "$value": "{color.content.neutral.subdued.hovered}"
749
+ }
750
+ },
751
+ "placeholder": {
752
+ "border": {
753
+ "$type": "color",
754
+ "$value": "{color.border.transparent.rest}"
755
+ },
756
+ "bg": {
757
+ "$type": "color",
758
+ "$value": "{color.surface.transparent.rest}"
759
+ },
760
+ "icon": {
761
+ "$type": "color",
762
+ "$value": "{color.content.transparent.rest}"
763
+ }
764
+ },
765
+ "disabled": {
766
+ "icon": {
767
+ "$type": "color",
768
+ "$value": "{color.content.neutral.subdued.disabled}"
769
+ },
770
+ "bg": {
771
+ "$type": "color",
772
+ "$value": "{color.surface.transparent.rest}"
773
+ },
774
+ "border": {
775
+ "$type": "color",
776
+ "$value": "{color.border.transparent.rest}"
777
+ }
778
+ }
779
+ },
780
+ "border-width": {
781
+ "focused": {
782
+ "$type": "number",
783
+ "$value": "{border-width.theme-builder.focus}"
784
+ },
785
+ "large": {
786
+ "$type": "number",
787
+ "$value": "{border-width.10}"
788
+ },
789
+ "small": {
790
+ "$type": "number",
791
+ "$value": "{border-width.10}"
792
+ },
793
+ "medium": {
794
+ "$type": "number",
795
+ "$value": "{border-width.10}"
796
+ }
797
+ },
798
+ "layout": {
799
+ "inner-box": {
800
+ "medium": {
801
+ "vertical": {
802
+ "$type": "number",
803
+ "$value": "{spacing.50}"
804
+ },
805
+ "horizontal": {
806
+ "$type": "number",
807
+ "$value": "{spacing.50}"
808
+ }
809
+ },
810
+ "large": {
811
+ "vertical": {
812
+ "$type": "number",
813
+ "$value": "{spacing.70}"
814
+ },
815
+ "horizontal": {
816
+ "$type": "number",
817
+ "$value": "{spacing.70}"
818
+ }
819
+ },
820
+ "small": {
821
+ "horizontal": {
822
+ "$type": "number",
823
+ "$value": "{spacing.30}"
824
+ },
825
+ "vertical": {
826
+ "$type": "number",
827
+ "$value": "{spacing.30}"
828
+ }
829
+ }
830
+ },
831
+ "icon-wrapper": {
832
+ "large": {
833
+ "$type": "number",
834
+ "$value": "{spacing.240}"
835
+ },
836
+ "medium": {
837
+ "$type": "number",
838
+ "$value": "{spacing.200}"
839
+ },
840
+ "small": {
841
+ "$type": "number",
842
+ "$value": "{spacing.160}"
843
+ }
844
+ }
845
+ },
846
+ "icon": {
847
+ "size": {
848
+ "large": {
849
+ "$type": "number",
850
+ "$value": "{icon.size.24px}"
851
+ },
852
+ "small": {
853
+ "$type": "number",
854
+ "$value": "{icon.size.16px}"
855
+ },
856
+ "medium": {
857
+ "$type": "number",
858
+ "$value": "{icon.size.20px}"
859
+ }
860
+ }
861
+ },
862
+ "border-radius": {
863
+ "large": {
864
+ "$type": "number",
865
+ "$value": "{border-radius.theme-builder.default}"
866
+ },
867
+ "medium": {
868
+ "$type": "number",
869
+ "$value": "{border-radius.theme-builder.default}"
870
+ },
871
+ "small": {
872
+ "$type": "number",
873
+ "$value": "{border-radius.theme-builder.default}"
874
+ }
875
+ }
876
+ },
877
+ "empty-space": {
878
+ "color": {
879
+ "bg": {
880
+ "$type": "color",
881
+ "$value": "{color.surface.transparent.rest}"
882
+ }
883
+ },
884
+ "layout": {
885
+ "empty-box": {
886
+ "small": {
887
+ "height": {
888
+ "$type": "number",
889
+ "$value": "{spacing.240}"
890
+ },
891
+ "width": {
892
+ "$type": "number",
893
+ "$value": "{spacing.120}"
894
+ }
895
+ },
896
+ "medium": {
897
+ "width": {
898
+ "$type": "number",
899
+ "$value": "{spacing.120}"
900
+ },
901
+ "height": {
902
+ "$type": "number",
903
+ "$value": "{spacing.320}"
904
+ }
905
+ },
906
+ "large": {
907
+ "height": {
908
+ "$type": "number",
909
+ "$value": "{spacing.400}"
910
+ },
911
+ "width": {
912
+ "$type": "number",
913
+ "$value": "{spacing.140}"
914
+ }
915
+ }
916
+ },
917
+ "outer-box": {
918
+ "large": {
919
+ "gap": {
920
+ "$type": "number",
921
+ "$value": "{spacing.0}"
922
+ }
923
+ },
924
+ "small": {
925
+ "gap": {
926
+ "$type": "number",
927
+ "$value": "{spacing.0}"
928
+ }
929
+ },
930
+ "medium": {
931
+ "gap": {
932
+ "$type": "number",
933
+ "$value": "{spacing.0}"
934
+ }
935
+ }
936
+ }
937
+ }
938
+ },
939
+ "empty-item": {
940
+ "color": {
941
+ "icon": {
942
+ "$type": "color",
943
+ "$value": "{color.content.neutral.subdued.rest}"
944
+ },
945
+ "text": {
946
+ "$type": "color",
947
+ "$value": "{color.content.neutral.subdued.rest}"
948
+ },
949
+ "bg": {
950
+ "$type": "color",
951
+ "$value": "{color.surface.transparent.rest}"
952
+ }
953
+ },
954
+ "typography": {
955
+ "title": {
956
+ "small": {
957
+ "font-family": {
958
+ "$type": "text",
959
+ "$value": "{font-family.sans-serif}"
960
+ },
961
+ "font-weight": {
962
+ "$type": "number",
963
+ "$value": "{font-weight.subtitle-2}"
964
+ },
965
+ "font-size": {
966
+ "$type": "number",
967
+ "$value": "{font-size.subtitle-2}"
968
+ },
969
+ "line-height": {
970
+ "$type": "number",
971
+ "$value": "{line-height.subtitle-2}"
972
+ }
973
+ },
974
+ "medium": {
975
+ "font-family": {
976
+ "$type": "text",
977
+ "$value": "{font-family.sans-serif}"
978
+ },
979
+ "font-weight": {
980
+ "$type": "number",
981
+ "$value": "{font-weight.subtitle-1}"
982
+ },
983
+ "line-height": {
984
+ "$type": "number",
985
+ "$value": "{line-height.subtitle-1}"
986
+ },
987
+ "font-size": {
988
+ "$type": "number",
989
+ "$value": "{font-size.subtitle-1}"
990
+ }
991
+ },
992
+ "large": {
993
+ "font-family": {
994
+ "$type": "text",
995
+ "$value": "{font-family.sans-serif}"
996
+ },
997
+ "font-size": {
998
+ "$type": "number",
999
+ "$value": "{font-size.title-3}"
1000
+ },
1001
+ "font-weight": {
1002
+ "$type": "number",
1003
+ "$value": "{font-weight.title-3}"
1004
+ },
1005
+ "line-height": {
1006
+ "$type": "number",
1007
+ "$value": "{line-height.title-3}"
1008
+ }
1009
+ }
1010
+ },
1011
+ "caption": {
1012
+ "small": {
1013
+ "font-family": {
1014
+ "$type": "text",
1015
+ "$value": "{font-family.sans-serif}"
1016
+ },
1017
+ "font-weight": {
1018
+ "$type": "number",
1019
+ "$value": "{font-weight.caption-1}"
1020
+ },
1021
+ "line-height": {
1022
+ "$type": "number",
1023
+ "$value": "{line-height.caption-1}"
1024
+ },
1025
+ "font-size": {
1026
+ "$type": "number",
1027
+ "$value": "{font-size.caption-1}"
1028
+ }
1029
+ },
1030
+ "large": {
1031
+ "font-family": {
1032
+ "$type": "text",
1033
+ "$value": "{font-family.sans-serif}"
1034
+ },
1035
+ "line-height": {
1036
+ "$type": "number",
1037
+ "$value": "{line-height.body-2}"
1038
+ },
1039
+ "font-size": {
1040
+ "$type": "number",
1041
+ "$value": "{font-size.body-2}"
1042
+ },
1043
+ "font-weight": {
1044
+ "$type": "number",
1045
+ "$value": "{font-weight.body-2}"
1046
+ }
1047
+ },
1048
+ "medium": {
1049
+ "font-family": {
1050
+ "$type": "text",
1051
+ "$value": "{font-family.sans-serif}"
1052
+ },
1053
+ "line-height": {
1054
+ "$type": "number",
1055
+ "$value": "{line-height.body-1}"
1056
+ },
1057
+ "font-weight": {
1058
+ "$type": "number",
1059
+ "$value": "{font-weight.body-1}"
1060
+ },
1061
+ "font-size": {
1062
+ "$type": "number",
1063
+ "$value": "{font-size.body-1}"
1064
+ }
1065
+ }
1066
+ }
1067
+ },
1068
+ "layout": {
1069
+ "outer-box": {
1070
+ "small": {
1071
+ "gap": {
1072
+ "$type": "number",
1073
+ "$value": "{spacing.40}"
1074
+ }
1075
+ },
1076
+ "medium": {
1077
+ "gap": {
1078
+ "$type": "number",
1079
+ "$value": "{spacing.60}"
1080
+ }
1081
+ },
1082
+ "large": {
1083
+ "gap": {
1084
+ "$type": "number",
1085
+ "$value": "{spacing.80}"
1086
+ }
1087
+ }
1088
+ },
1089
+ "text-box": {
1090
+ "small": {
1091
+ "gap": {
1092
+ "$type": "number",
1093
+ "$value": "{spacing.20}"
1094
+ }
1095
+ },
1096
+ "medium": {
1097
+ "gap": {
1098
+ "$type": "number",
1099
+ "$value": "{spacing.20}"
1100
+ }
1101
+ },
1102
+ "large": {
1103
+ "gap": {
1104
+ "$type": "number",
1105
+ "$value": "{spacing.40}"
1106
+ }
1107
+ }
1108
+ },
1109
+ "icon-wrapper": {
1110
+ "small": {
1111
+ "$type": "number",
1112
+ "$value": "{spacing.280}"
1113
+ },
1114
+ "medium": {
1115
+ "$type": "number",
1116
+ "$value": "{spacing.320}"
1117
+ },
1118
+ "large": {
1119
+ "$type": "number",
1120
+ "$value": "{spacing.480}"
1121
+ }
1122
+ }
1123
+ },
1124
+ "icon": {
1125
+ "size": {
1126
+ "large": {
1127
+ "$type": "number",
1128
+ "$value": "{icon.size.48px}"
1129
+ },
1130
+ "small": {
1131
+ "$type": "number",
1132
+ "$value": "{icon.size.28px}"
1133
+ },
1134
+ "medium": {
1135
+ "$type": "number",
1136
+ "$value": "{icon.size.32px}"
1137
+ }
1138
+ }
1139
+ }
1140
+ },
1141
+ "search-box": {
1142
+ "color": {
1143
+ "bg": {
1144
+ "$type": "color",
1145
+ "$value": "{color.surface.transparent.rest}"
1146
+ }
1147
+ },
1148
+ "layout": {
1149
+ "medium": {
1150
+ "bottom": {
1151
+ "$type": "number",
1152
+ "$value": "{spacing.80}"
1153
+ }
1154
+ },
1155
+ "large": {
1156
+ "bottom": {
1157
+ "$type": "number",
1158
+ "$value": "{spacing.100}"
1159
+ }
1160
+ },
1161
+ "small": {
1162
+ "bottom": {
1163
+ "$type": "number",
1164
+ "$value": "{spacing.60}"
1165
+ }
1166
+ }
1167
+ }
1168
+ },
1169
+ "item-group": {
1170
+ "layout": {
1171
+ "medium": {
1172
+ "gap": {
1173
+ "$type": "number",
1174
+ "$value": "{spacing.20}"
1175
+ }
1176
+ },
1177
+ "large": {
1178
+ "gap": {
1179
+ "$type": "number",
1180
+ "$value": "{spacing.20}"
1181
+ }
1182
+ },
1183
+ "small": {
1184
+ "gap": {
1185
+ "$type": "number",
1186
+ "$value": "{spacing.20}"
1187
+ }
1188
+ }
1189
+ }
1190
+ },
1191
+ "treeview": {
1192
+ "layout": {
1193
+ "medium": {
1194
+ "gap": {
1195
+ "$type": "number",
1196
+ "$value": "{spacing.20}"
1197
+ }
1198
+ },
1199
+ "large": {
1200
+ "gap": {
1201
+ "$type": "number",
1202
+ "$value": "{spacing.20}"
1203
+ }
1204
+ },
1205
+ "small": {
1206
+ "gap": {
1207
+ "$type": "number",
1208
+ "$value": "{spacing.20}"
1209
+ }
1210
+ }
1211
+ }
1212
+ }
1213
+ }
1214
+ }