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