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