@devexpress/design-tokens-internal 261.0.4 → 261.0.5
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.
- package/package.json +1 -1
- package/tokens/base/colors/icons/material/dark.json +34 -0
- package/tokens/base/colors/icons/material/light.json +34 -0
- package/tokens/base/colors/palettes/fluent/storm.json +17 -17
- package/tokens/base/colors/palettes/{dx-office/orange.json → material/blue.json} +163 -127
- package/tokens/base/colors/palettes/material/purple.json +560 -0
- package/tokens/base/colors/utility/{dx-office.json → material.json} +221 -133
- package/tokens/base/typography/font-family.json +4 -0
- package/tokens/base/typography/letter-spacing.json +20 -0
- package/tokens/components/README.md +167 -0
- package/tokens/components/{web → blazor}/button/fluent.json +598 -299
- package/tokens/components/{desktop → blazor}/button-group/fluent.json +12 -6
- package/tokens/components/{web → blazor}/carousel/fluent.json +555 -278
- package/tokens/components/{web → blazor}/checkbox/fluent.json +48 -24
- package/tokens/components/{web → blazor}/color-palette/fluent.json +244 -122
- package/tokens/components/{web → blazor}/column-chooser/fluent.json +62 -31
- package/tokens/components/{web → blazor}/filter-builder/fluent.json +207 -104
- package/tokens/components/{web → blazor}/html-editor/fluent.json +52 -26
- package/tokens/components/{web → blazor}/listbox/fluent.json +47 -69
- package/tokens/components/{web → blazor}/loading-panel_wait-indicator/fluent.json +45 -21
- package/tokens/components/{web → blazor}/memo/fluent.json +8 -4
- package/tokens/components/{web → blazor}/menu/fluent.json +6 -3
- package/tokens/components/{web → blazor}/message-bar/fluent.json +30 -15
- package/tokens/components/{web → blazor}/message-box/fluent.json +10 -5
- package/tokens/components/{web → blazor}/overflow-menu/fluent.json +18 -9
- package/tokens/components/{web → blazor}/pager/fluent.json +34 -17
- package/tokens/components/{web → blazor}/progress-bar/fluent.json +28 -14
- package/tokens/components/{web → blazor}/radio/fluent.json +48 -24
- package/tokens/components/{web → blazor}/rich-text-editor/fluent.json +192 -90
- package/tokens/components/{web → blazor}/scheduler/fluent.json +512 -256
- package/tokens/components/{web → blazor}/scheduler-popups/fluent.json +92 -46
- package/tokens/components/{web → blazor}/split-button/fluent.json +26 -13
- package/tokens/components/{web → blazor}/switcher/fluent.json +36 -18
- package/tokens/components/{web → blazor}/tabs/fluent.json +44 -22
- package/tokens/components/{web → blazor}/tagbox/fluent.json +27 -14
- package/tokens/components/{web → blazor}/text-edit/fluent.json +84 -30
- package/tokens/components/{web → blazor}/toast/fluent.json +216 -108
- package/tokens/components/{web → blazor}/toolbar/fluent.json +30 -15
- package/tokens/components/{web → blazor}/tooltip/fluent.json +4 -2
- package/tokens/components/{web → blazor}/treeview/fluent.json +478 -239
- package/tokens/components/{web → blazor}/uploader/fluent.json +574 -287
- package/tokens/components/core/accordion/fluent.json +232 -125
- package/tokens/components/core/ai-chat/fluent.json +428 -214
- package/tokens/components/core/badge/fluent.json +30 -15
- package/tokens/components/core/button/fluent.json +58 -29
- package/tokens/components/core/calendar/fluent.json +307 -154
- package/tokens/components/core/checkbox/fluent.json +160 -80
- package/tokens/components/core/collapse-button/fluent.json +68 -35
- package/tokens/components/core/color-palette/fluent.json +288 -144
- package/tokens/components/core/container-body/fluent.json +32 -16
- package/tokens/components/core/container-footer/fluent.json +38 -19
- package/tokens/components/core/container-header/fluent.json +64 -32
- package/tokens/components/core/dialog/fluent.json +34 -17
- package/tokens/components/core/drawer/fluent.json +30 -15
- package/tokens/components/core/empty-item/fluent.json +68 -34
- package/tokens/components/core/focus-rect/fluent.json +16 -8
- package/tokens/components/core/form/fluent.json +64 -32
- package/tokens/components/core/grid/fluent.json +2217 -0
- package/tokens/components/core/icon-wrapper/fluent.json +30 -15
- package/tokens/components/core/indent-space/fluent.json +20 -10
- package/tokens/components/core/label/fluent.json +24 -12
- package/tokens/components/core/link/fluent.json +54 -27
- package/tokens/components/core/listbox/fluent.json +160 -80
- package/tokens/components/core/menu/fluent.json +132 -66
- package/tokens/components/core/message-bar/fluent.json +48 -24
- package/tokens/components/core/overflow-menu/fluent.json +152 -76
- package/tokens/components/core/pagination/fluent.json +100 -50
- package/tokens/components/core/popover/fluent.json +36 -18
- package/tokens/components/core/popover-arrow/fluent.json +8 -4
- package/tokens/components/core/popover-body/fluent.json +32 -16
- package/tokens/components/core/popover-footer/fluent.json +26 -13
- package/tokens/components/core/popover-header/fluent.json +56 -28
- package/tokens/components/core/popup/fluent.json +37 -17
- package/tokens/components/core/progress-bar/fluent.json +46 -23
- package/tokens/components/core/radio-button/fluent.json +96 -48
- package/tokens/components/core/ribbon/fluent.json +3392 -1064
- package/tokens/components/core/scroll-bar/fluent.json +26 -13
- package/tokens/components/core/separator/fluent.json +4 -2
- package/tokens/components/core/spinner_load-indicator/fluent.json +73 -37
- package/tokens/components/core/splitter/fluent.json +170 -85
- package/tokens/components/core/switch/fluent.json +144 -72
- package/tokens/components/core/tabs/fluent.json +118 -59
- package/tokens/components/core/tag/fluent.json +58 -29
- package/tokens/components/core/text-box/fluent.json +80 -40
- package/tokens/components/core/text-content/fluent.json +266 -0
- package/tokens/components/core/text-edit/fluent.json +122 -64
- package/tokens/components/core/toast/fluent.json +75 -36
- package/tokens/components/core/toolbar/fluent.json +82 -41
- package/tokens/components/core/tooltip/fluent.json +45 -21
- package/tokens/components/core/treeview/fluent.json +160 -80
- package/tokens/components/{desktop → wpf}/accordion/fluent.json +524 -143
- package/tokens/components/{desktop → wpf}/badge/fluent.json +18 -9
- package/tokens/components/{desktop → wpf}/bar-control/fluent.json +18 -9
- package/tokens/components/{desktop → wpf}/button/fluent.json +104 -52
- package/tokens/components/{desktop → wpf}/button-edit/fluent.json +84 -42
- package/tokens/components/{web → wpf}/button-group/fluent.json +12 -6
- package/tokens/components/{desktop → wpf}/button-text/fluent.json +44 -22
- package/tokens/components/{desktop → wpf}/checkedit/fluent.json +8 -4
- package/tokens/components/wpf/compact-icon-button/fluent.json +144 -0
- package/tokens/components/{desktop → wpf}/datapager/fluent.json +36 -18
- package/tokens/components/{desktop → wpf}/filter-edit/fluent.json +80 -40
- package/tokens/components/{desktop → wpf}/groupbox/fluent.json +104 -52
- package/tokens/components/{desktop → wpf}/listbox-edit/fluent.json +160 -81
- package/tokens/components/{desktop → wpf}/pagercontrol/fluent.json +88 -44
- package/tokens/components/{desktop → wpf}/progress-bar/fluent.json +94 -47
- package/tokens/components/{desktop → wpf}/radio-button/fluent.json +10 -5
- package/tokens/components/{desktop → wpf}/scroll-bar/fluent.json +36 -18
- package/tokens/components/{desktop → wpf}/scroll-view/fluent.json +20 -10
- package/tokens/components/{desktop → wpf}/split-button/fluent.json +8 -4
- package/tokens/components/{desktop → wpf}/standard-groupbox/fluent.json +60 -30
- package/tokens/components/{desktop → wpf}/text-edit/fluent.json +53 -27
- package/tokens/components/{desktop → wpf}/toggle-switch/fluent.json +94 -47
- package/tokens/components/{desktop → wpf}/wait-indicator/fluent.json +42 -21
- package/tokens/figma-utils/box-shadow/semantic/{dx-office.json → material.json} +32 -32
- package/tokens/figma-utils/typography/font-family/{dx-office.json → material.json} +2 -2
- package/tokens/semantic/box-shadow/{dx-office.json → material.json} +34 -34
- package/tokens/semantic/colors/fluent/dark.json +24 -2
- package/tokens/semantic/colors/fluent/light.json +24 -2
- package/tokens/semantic/colors/{dx-office → material}/dark.json +259 -233
- package/tokens/semantic/colors/{dx-office → material}/light.json +269 -243
- package/tokens/semantic/typography/{dx-office → material}/font-family.json +1 -1
- package/tokens/semantic/typography/{dx-office → material}/font-size.json +13 -5
- package/tokens/semantic/typography/{dx-office → material}/font-weight.json +7 -7
- package/tokens/semantic/typography/{dx-office → material}/letter-spacing.json +17 -9
- package/tokens/semantic/typography/{dx-office → material}/line-height.json +13 -5
- package/tokens/components/core/grid-cell/fluent.json +0 -895
- package/tokens/components/web/form-layout/fluent.json +0 -1103
- package/tokens/components/web/ribbon/fluent.json +0 -122
- /package/tokens/figma-utils/icon/set/{dx-office.json → material.json} +0 -0
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"$extensions": {
|
|
7
7
|
"com.figma.scopes": [
|
|
8
8
|
"FRAME_FILL"
|
|
9
|
-
]
|
|
9
|
+
],
|
|
10
|
+
"com.figma.hiddenFromPublishing": false
|
|
10
11
|
},
|
|
11
12
|
"$type": "color",
|
|
12
13
|
"$value": "{color.surface.neutral.subdued.rest}"
|
|
@@ -17,7 +18,8 @@
|
|
|
17
18
|
"$extensions": {
|
|
18
19
|
"com.figma.scopes": [
|
|
19
20
|
"SHAPE_FILL"
|
|
20
|
-
]
|
|
21
|
+
],
|
|
22
|
+
"com.figma.hiddenFromPublishing": false
|
|
21
23
|
},
|
|
22
24
|
"$type": "color",
|
|
23
25
|
"$value": "{color.content.neutral.subdued.rest}"
|
|
@@ -28,7 +30,8 @@
|
|
|
28
30
|
"$extensions": {
|
|
29
31
|
"com.figma.scopes": [
|
|
30
32
|
"STROKE_COLOR"
|
|
31
|
-
]
|
|
33
|
+
],
|
|
34
|
+
"com.figma.hiddenFromPublishing": false
|
|
32
35
|
},
|
|
33
36
|
"$type": "color",
|
|
34
37
|
"$value": "{color.border.neutral.default.rest}"
|
|
@@ -41,7 +44,8 @@
|
|
|
41
44
|
"$extensions": {
|
|
42
45
|
"com.figma.scopes": [
|
|
43
46
|
"CORNER_RADIUS"
|
|
44
|
-
]
|
|
47
|
+
],
|
|
48
|
+
"com.figma.hiddenFromPublishing": false
|
|
45
49
|
},
|
|
46
50
|
"$type": "number",
|
|
47
51
|
"$value": "{border-radius.40}"
|
|
@@ -50,7 +54,8 @@
|
|
|
50
54
|
"$extensions": {
|
|
51
55
|
"com.figma.scopes": [
|
|
52
56
|
"CORNER_RADIUS"
|
|
53
|
-
]
|
|
57
|
+
],
|
|
58
|
+
"com.figma.hiddenFromPublishing": false
|
|
54
59
|
},
|
|
55
60
|
"$type": "number",
|
|
56
61
|
"$value": "{border-radius.40}"
|
|
@@ -59,7 +64,8 @@
|
|
|
59
64
|
"$extensions": {
|
|
60
65
|
"com.figma.scopes": [
|
|
61
66
|
"CORNER_RADIUS"
|
|
62
|
-
]
|
|
67
|
+
],
|
|
68
|
+
"com.figma.hiddenFromPublishing": false
|
|
63
69
|
},
|
|
64
70
|
"$type": "number",
|
|
65
71
|
"$value": "{border-radius.40}"
|
|
@@ -70,7 +76,8 @@
|
|
|
70
76
|
"$extensions": {
|
|
71
77
|
"com.figma.scopes": [
|
|
72
78
|
"STROKE_FLOAT"
|
|
73
|
-
]
|
|
79
|
+
],
|
|
80
|
+
"com.figma.hiddenFromPublishing": false
|
|
74
81
|
},
|
|
75
82
|
"$type": "number",
|
|
76
83
|
"$value": "{border-width.10}"
|
|
@@ -79,7 +86,8 @@
|
|
|
79
86
|
"$extensions": {
|
|
80
87
|
"com.figma.scopes": [
|
|
81
88
|
"STROKE_FLOAT"
|
|
82
|
-
]
|
|
89
|
+
],
|
|
90
|
+
"com.figma.hiddenFromPublishing": false
|
|
83
91
|
},
|
|
84
92
|
"$type": "number",
|
|
85
93
|
"$value": "{border-width.10}"
|
|
@@ -88,7 +96,8 @@
|
|
|
88
96
|
"$extensions": {
|
|
89
97
|
"com.figma.scopes": [
|
|
90
98
|
"STROKE_FLOAT"
|
|
91
|
-
]
|
|
99
|
+
],
|
|
100
|
+
"com.figma.hiddenFromPublishing": false
|
|
92
101
|
},
|
|
93
102
|
"$type": "number",
|
|
94
103
|
"$value": "{border-width.10}"
|
|
@@ -102,7 +111,8 @@
|
|
|
102
111
|
"$extensions": {
|
|
103
112
|
"com.figma.scopes": [
|
|
104
113
|
"GAP"
|
|
105
|
-
]
|
|
114
|
+
],
|
|
115
|
+
"com.figma.hiddenFromPublishing": false
|
|
106
116
|
},
|
|
107
117
|
"$type": "number",
|
|
108
118
|
"$value": "{spacing.0}"
|
|
@@ -111,7 +121,8 @@
|
|
|
111
121
|
"$extensions": {
|
|
112
122
|
"com.figma.scopes": [
|
|
113
123
|
"GAP"
|
|
114
|
-
]
|
|
124
|
+
],
|
|
125
|
+
"com.figma.hiddenFromPublishing": false
|
|
115
126
|
},
|
|
116
127
|
"$type": "number",
|
|
117
128
|
"$value": "{spacing.0}"
|
|
@@ -120,7 +131,8 @@
|
|
|
120
131
|
"$extensions": {
|
|
121
132
|
"com.figma.scopes": [
|
|
122
133
|
"GAP"
|
|
123
|
-
]
|
|
134
|
+
],
|
|
135
|
+
"com.figma.hiddenFromPublishing": false
|
|
124
136
|
},
|
|
125
137
|
"$type": "number",
|
|
126
138
|
"$value": "{spacing.0}"
|
|
@@ -131,7 +143,8 @@
|
|
|
131
143
|
"$extensions": {
|
|
132
144
|
"com.figma.scopes": [
|
|
133
145
|
"GAP"
|
|
134
|
-
]
|
|
146
|
+
],
|
|
147
|
+
"com.figma.hiddenFromPublishing": false
|
|
135
148
|
},
|
|
136
149
|
"$type": "number",
|
|
137
150
|
"$value": "{spacing.80}"
|
|
@@ -140,7 +153,8 @@
|
|
|
140
153
|
"$extensions": {
|
|
141
154
|
"com.figma.scopes": [
|
|
142
155
|
"GAP"
|
|
143
|
-
]
|
|
156
|
+
],
|
|
157
|
+
"com.figma.hiddenFromPublishing": false
|
|
144
158
|
},
|
|
145
159
|
"$type": "number",
|
|
146
160
|
"$value": "{spacing.120}"
|
|
@@ -149,7 +163,8 @@
|
|
|
149
163
|
"$extensions": {
|
|
150
164
|
"com.figma.scopes": [
|
|
151
165
|
"GAP"
|
|
152
|
-
]
|
|
166
|
+
],
|
|
167
|
+
"com.figma.hiddenFromPublishing": false
|
|
153
168
|
},
|
|
154
169
|
"$type": "number",
|
|
155
170
|
"$value": "{spacing.160}"
|
|
@@ -162,7 +177,8 @@
|
|
|
162
177
|
"$extensions": {
|
|
163
178
|
"com.figma.scopes": [
|
|
164
179
|
"GAP"
|
|
165
|
-
]
|
|
180
|
+
],
|
|
181
|
+
"com.figma.hiddenFromPublishing": false
|
|
166
182
|
},
|
|
167
183
|
"$type": "number",
|
|
168
184
|
"$value": "{spacing.80}"
|
|
@@ -171,7 +187,8 @@
|
|
|
171
187
|
"$extensions": {
|
|
172
188
|
"com.figma.scopes": [
|
|
173
189
|
"GAP"
|
|
174
|
-
]
|
|
190
|
+
],
|
|
191
|
+
"com.figma.hiddenFromPublishing": false
|
|
175
192
|
},
|
|
176
193
|
"$type": "number",
|
|
177
194
|
"$value": "{spacing.80}"
|
|
@@ -180,7 +197,8 @@
|
|
|
180
197
|
"$extensions": {
|
|
181
198
|
"com.figma.scopes": [
|
|
182
199
|
"GAP"
|
|
183
|
-
]
|
|
200
|
+
],
|
|
201
|
+
"com.figma.hiddenFromPublishing": false
|
|
184
202
|
},
|
|
185
203
|
"$type": "number",
|
|
186
204
|
"$value": "{spacing.80}"
|
|
@@ -193,7 +211,8 @@
|
|
|
193
211
|
"$extensions": {
|
|
194
212
|
"com.figma.scopes": [
|
|
195
213
|
"GAP"
|
|
196
|
-
]
|
|
214
|
+
],
|
|
215
|
+
"com.figma.hiddenFromPublishing": false
|
|
197
216
|
},
|
|
198
217
|
"$type": "number",
|
|
199
218
|
"$value": "{spacing.60}"
|
|
@@ -202,7 +221,8 @@
|
|
|
202
221
|
"$extensions": {
|
|
203
222
|
"com.figma.scopes": [
|
|
204
223
|
"GAP"
|
|
205
|
-
]
|
|
224
|
+
],
|
|
225
|
+
"com.figma.hiddenFromPublishing": false
|
|
206
226
|
},
|
|
207
227
|
"$type": "number",
|
|
208
228
|
"$value": "{spacing.80}"
|
|
@@ -211,7 +231,8 @@
|
|
|
211
231
|
"$extensions": {
|
|
212
232
|
"com.figma.scopes": [
|
|
213
233
|
"GAP"
|
|
214
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"com.figma.hiddenFromPublishing": false
|
|
215
236
|
},
|
|
216
237
|
"$type": "number",
|
|
217
238
|
"$value": "{spacing.100}"
|
|
@@ -222,7 +243,8 @@
|
|
|
222
243
|
"$extensions": {
|
|
223
244
|
"com.figma.scopes": [
|
|
224
245
|
"GAP"
|
|
225
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"com.figma.hiddenFromPublishing": false
|
|
226
248
|
},
|
|
227
249
|
"$type": "number",
|
|
228
250
|
"$value": "{spacing.80}"
|
|
@@ -231,7 +253,8 @@
|
|
|
231
253
|
"$extensions": {
|
|
232
254
|
"com.figma.scopes": [
|
|
233
255
|
"GAP"
|
|
234
|
-
]
|
|
256
|
+
],
|
|
257
|
+
"com.figma.hiddenFromPublishing": false
|
|
235
258
|
},
|
|
236
259
|
"$type": "number",
|
|
237
260
|
"$value": "{spacing.80}"
|
|
@@ -240,7 +263,8 @@
|
|
|
240
263
|
"$extensions": {
|
|
241
264
|
"com.figma.scopes": [
|
|
242
265
|
"GAP"
|
|
243
|
-
]
|
|
266
|
+
],
|
|
267
|
+
"com.figma.hiddenFromPublishing": false
|
|
244
268
|
},
|
|
245
269
|
"$type": "number",
|
|
246
270
|
"$value": "{spacing.80}"
|