@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,333 @@
1
+ {
2
+ "collapse-button": {
3
+ "color": {
4
+ "default": {
5
+ "border": {
6
+ "rest": {
7
+ "$extensions": {
8
+ "com.figma.scopes": [
9
+ "STROKE_COLOR"
10
+ ]
11
+ },
12
+ "$type": "color",
13
+ "$value": "{color.border.transparent.rest}"
14
+ }
15
+ },
16
+ "bg": {
17
+ "active": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "ALL_FILLS"
21
+ ]
22
+ },
23
+ "$type": "color",
24
+ "$value": "{color.surface.neutral.default.active}"
25
+ },
26
+ "hovered": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "ALL_FILLS"
30
+ ]
31
+ },
32
+ "$type": "color",
33
+ "$value": "{color.surface.neutral.default.hovered}"
34
+ },
35
+ "rest": {
36
+ "$extensions": {
37
+ "com.figma.scopes": [
38
+ "ALL_FILLS"
39
+ ]
40
+ },
41
+ "$type": "color",
42
+ "$value": "{color.surface.transparent.rest}"
43
+ }
44
+ },
45
+ "icon": {
46
+ "disabled": {
47
+ "$extensions": {
48
+ "com.figma.scopes": [
49
+ "ALL_FILLS"
50
+ ]
51
+ },
52
+ "$type": "color",
53
+ "$value": "{color.content.neutral.subdued.disabled}"
54
+ },
55
+ "rest": {
56
+ "$extensions": {
57
+ "com.figma.scopes": [
58
+ "ALL_FILLS"
59
+ ]
60
+ },
61
+ "$type": "color",
62
+ "$value": "{color.content.neutral.subdued.rest}"
63
+ },
64
+ "placeholder": {
65
+ "$extensions": {
66
+ "com.figma.scopes": [
67
+ "ALL_FILLS"
68
+ ]
69
+ },
70
+ "$type": "color",
71
+ "$value": "{color.content.transparent.rest}"
72
+ },
73
+ "active": {
74
+ "$extensions": {
75
+ "com.figma.scopes": [
76
+ "ALL_FILLS"
77
+ ]
78
+ },
79
+ "$type": "color",
80
+ "$value": "{color.content.neutral.default.active}"
81
+ },
82
+ "hovered": {
83
+ "$extensions": {
84
+ "com.figma.scopes": [
85
+ "ALL_FILLS"
86
+ ]
87
+ },
88
+ "$type": "color",
89
+ "$value": "{color.content.neutral.subdued.hovered}"
90
+ }
91
+ }
92
+ },
93
+ "on-surface": {
94
+ "bg": {
95
+ "rest": {
96
+ "$extensions": {
97
+ "com.figma.scopes": [
98
+ "ALL_FILLS"
99
+ ]
100
+ },
101
+ "$type": "color",
102
+ "$value": "{color.surface.neutral.alpha.on-surface.rest}"
103
+ },
104
+ "hovered": {
105
+ "$extensions": {
106
+ "com.figma.scopes": [
107
+ "ALL_FILLS"
108
+ ]
109
+ },
110
+ "$type": "color",
111
+ "$value": "{color.surface.neutral.alpha.on-surface.hovered}"
112
+ },
113
+ "active": {
114
+ "$extensions": {
115
+ "com.figma.scopes": [
116
+ "ALL_FILLS"
117
+ ]
118
+ },
119
+ "$type": "color",
120
+ "$value": "{color.surface.neutral.alpha.on-surface.active}"
121
+ },
122
+ "disabled": {
123
+ "$extensions": {
124
+ "com.figma.scopes": [
125
+ "ALL_FILLS"
126
+ ]
127
+ },
128
+ "$type": "color",
129
+ "$value": "{color.surface.neutral.alpha.on-surface.disabled}"
130
+ },
131
+ "placeholder": {
132
+ "$extensions": {
133
+ "com.figma.scopes": [
134
+ "ALL_FILLS"
135
+ ]
136
+ },
137
+ "$type": "color",
138
+ "$value": "{color.surface.transparent.rest}"
139
+ }
140
+ },
141
+ "border": {
142
+ "rest": {
143
+ "$extensions": {
144
+ "com.figma.scopes": [
145
+ "STROKE_COLOR"
146
+ ]
147
+ },
148
+ "$type": "color",
149
+ "$value": "{color.surface.neutral.alpha.on-surface.rest}"
150
+ },
151
+ "placeholder": {
152
+ "$extensions": {
153
+ "com.figma.scopes": [
154
+ "STROKE_COLOR"
155
+ ]
156
+ },
157
+ "$type": "color",
158
+ "$value": "{color.border.transparent.rest}"
159
+ }
160
+ },
161
+ "icon": {
162
+ "rest": {
163
+ "$extensions": {
164
+ "com.figma.scopes": [
165
+ "ALL_FILLS"
166
+ ]
167
+ },
168
+ "$type": "color",
169
+ "$value": "{color.content.neutral.default.on-surface.rest}"
170
+ },
171
+ "hovered": {
172
+ "$extensions": {
173
+ "com.figma.scopes": [
174
+ "ALL_FILLS"
175
+ ]
176
+ },
177
+ "$type": "color",
178
+ "$value": "{color.content.neutral.default.on-surface.hovered}"
179
+ },
180
+ "active": {
181
+ "$extensions": {
182
+ "com.figma.scopes": [
183
+ "ALL_FILLS"
184
+ ]
185
+ },
186
+ "$type": "color",
187
+ "$value": "{color.content.neutral.default.on-surface.active}"
188
+ },
189
+ "disabled": {
190
+ "$extensions": {
191
+ "com.figma.scopes": [
192
+ "ALL_FILLS"
193
+ ]
194
+ },
195
+ "$type": "color",
196
+ "$value": "{color.content.neutral.default.on-surface.disabled}"
197
+ },
198
+ "placeholder": {
199
+ "$extensions": {
200
+ "com.figma.scopes": [
201
+ "ALL_FILLS"
202
+ ]
203
+ },
204
+ "$type": "color",
205
+ "$value": "{color.content.transparent.rest}"
206
+ }
207
+ }
208
+ }
209
+ },
210
+ "borders": {
211
+ "border-radius": {
212
+ "medium": {
213
+ "$extensions": {
214
+ "com.figma.scopes": [
215
+ "CORNER_RADIUS"
216
+ ]
217
+ },
218
+ "$type": "number",
219
+ "$value": "{border-radius.40}"
220
+ },
221
+ "large": {
222
+ "$extensions": {
223
+ "com.figma.scopes": [
224
+ "CORNER_RADIUS"
225
+ ]
226
+ },
227
+ "$type": "number",
228
+ "$value": "{border-radius.40}"
229
+ },
230
+ "small": {
231
+ "$extensions": {
232
+ "com.figma.scopes": [
233
+ "CORNER_RADIUS"
234
+ ]
235
+ },
236
+ "$type": "number",
237
+ "$value": "{border-radius.40}"
238
+ }
239
+ },
240
+ "border-width": {
241
+ "medium": {
242
+ "$extensions": {
243
+ "com.figma.scopes": [
244
+ "STROKE_FLOAT"
245
+ ]
246
+ },
247
+ "$type": "number",
248
+ "$value": "{border-width.10}"
249
+ },
250
+ "small": {
251
+ "$extensions": {
252
+ "com.figma.scopes": [
253
+ "STROKE_FLOAT"
254
+ ]
255
+ },
256
+ "$type": "number",
257
+ "$value": "{border-width.10}"
258
+ },
259
+ "large": {
260
+ "$extensions": {
261
+ "com.figma.scopes": [
262
+ "STROKE_FLOAT"
263
+ ]
264
+ },
265
+ "$type": "number",
266
+ "$value": "{border-width.10}"
267
+ }
268
+ }
269
+ },
270
+ "layout": {
271
+ "inner-box": {
272
+ "vertical": {
273
+ "medium": {
274
+ "$extensions": {
275
+ "com.figma.scopes": [
276
+ "GAP"
277
+ ]
278
+ },
279
+ "$type": "number",
280
+ "$value": "{spacing.50}"
281
+ },
282
+ "large": {
283
+ "$extensions": {
284
+ "com.figma.scopes": [
285
+ "GAP"
286
+ ]
287
+ },
288
+ "$type": "number",
289
+ "$value": "{spacing.70}"
290
+ },
291
+ "small": {
292
+ "$extensions": {
293
+ "com.figma.scopes": [
294
+ "GAP"
295
+ ]
296
+ },
297
+ "$type": "number",
298
+ "$value": "{spacing.30}"
299
+ }
300
+ },
301
+ "horizontal": {
302
+ "large": {
303
+ "$extensions": {
304
+ "com.figma.scopes": [
305
+ "GAP"
306
+ ]
307
+ },
308
+ "$type": "number",
309
+ "$value": "{spacing.70}"
310
+ },
311
+ "medium": {
312
+ "$extensions": {
313
+ "com.figma.scopes": [
314
+ "GAP"
315
+ ]
316
+ },
317
+ "$type": "number",
318
+ "$value": "{spacing.50}"
319
+ },
320
+ "small": {
321
+ "$extensions": {
322
+ "com.figma.scopes": [
323
+ "GAP"
324
+ ]
325
+ },
326
+ "$type": "number",
327
+ "$value": "{spacing.30}"
328
+ }
329
+ }
330
+ }
331
+ }
332
+ }
333
+ }