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