@devexpress/design-tokens-internal 261.0.3 → 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.
- package/package.json +1 -2
- package/tokens/base/spacing.json +12 -0
- package/tokens/components/core/accordion/fluent.json +376 -1
- package/tokens/components/core/ai-chat/fluent.json +1281 -1
- package/tokens/components/core/badge/fluent.json +75 -0
- package/tokens/components/core/button/fluent.json +147 -0
- package/tokens/components/core/calendar/fluent.json +766 -1
- package/tokens/components/core/checkbox/fluent.json +438 -10
- package/tokens/components/core/collapse-button/fluent.json +165 -0
- package/tokens/components/core/color-palette/fluent.json +1516 -0
- package/tokens/components/core/container-body/fluent.json +80 -0
- package/tokens/components/core/container-footer/fluent.json +98 -0
- package/tokens/components/core/container-header/fluent.json +163 -0
- package/tokens/components/core/dialog/fluent.json +85 -0
- package/tokens/components/core/drawer/fluent.json +79 -1
- package/tokens/components/core/empty-item/fluent.json +170 -0
- package/tokens/components/core/focus-rect/fluent.json +40 -0
- package/tokens/components/core/form/fluent.json +185 -49
- package/tokens/components/core/grid-cell/fluent.json +895 -0
- package/tokens/components/core/icon-wrapper/fluent.json +75 -0
- package/tokens/components/core/indent-space/fluent.json +51 -1
- package/tokens/components/core/label/fluent.json +60 -0
- package/tokens/components/core/link/fluent.json +147 -0
- package/tokens/components/core/listbox/fluent.json +417 -67
- package/tokens/components/core/menu/fluent.json +331 -1
- package/tokens/components/core/message-bar/fluent.json +120 -0
- package/tokens/components/core/overflow-menu/fluent.json +382 -26
- package/tokens/components/core/pagination/fluent.json +276 -2
- package/tokens/components/core/popover/fluent.json +91 -0
- package/tokens/components/core/popover-arrow/fluent.json +20 -0
- package/tokens/components/core/popover-body/fluent.json +80 -0
- package/tokens/components/core/popover-footer/fluent.json +65 -0
- package/tokens/components/core/popover-header/fluent.json +140 -0
- package/tokens/components/core/popup/fluent.json +86 -0
- package/tokens/components/core/progress-bar/fluent.json +125 -1
- package/tokens/components/core/radio-button/fluent.json +261 -7
- package/tokens/components/core/ribbon/fluent.json +915 -120
- package/tokens/components/core/scroll-bar/fluent.json +66 -0
- package/tokens/components/core/separator/fluent.json +29 -0
- package/tokens/components/core/spinner_load-indicator/fluent.json +180 -0
- package/tokens/components/core/splitter/fluent.json +426 -1
- package/tokens/components/core/switch/fluent.json +366 -22
- package/tokens/components/core/tabs/fluent.json +519 -194
- package/tokens/components/core/tag/fluent.json +145 -0
- package/tokens/components/core/text-box/fluent.json +200 -0
- package/tokens/components/core/text-edit/fluent.json +315 -0
- package/tokens/components/core/toast/fluent.json +180 -0
- package/tokens/components/core/toolbar/fluent.json +219 -102
- package/tokens/components/core/tooltip/fluent.json +105 -0
- package/tokens/components/core/treeview/fluent.json +435 -41
- package/tokens/components/desktop/accordion/fluent.json +1107 -0
- package/tokens/components/desktop/badge/fluent.json +95 -124
- package/tokens/components/desktop/bar-control/fluent.json +116 -0
- package/tokens/components/desktop/button/fluent.json +464 -130
- package/tokens/components/desktop/button-edit/fluent.json +340 -128
- package/tokens/components/desktop/button-group/fluent.json +30 -0
- package/tokens/components/desktop/button-text/fluent.json +114 -0
- package/tokens/components/desktop/checkedit/fluent.json +29 -43
- package/tokens/components/desktop/datapager/fluent.json +180 -88
- package/tokens/components/desktop/filter-edit/fluent.json +203 -3
- package/tokens/components/desktop/groupbox/fluent.json +573 -0
- package/tokens/components/desktop/listbox-edit/fluent.json +552 -105
- package/tokens/components/desktop/pagercontrol/fluent.json +432 -210
- package/tokens/components/desktop/progress-bar/fluent.json +277 -3
- package/tokens/components/desktop/radio-button/fluent.json +38 -47
- package/tokens/components/desktop/scroll-bar/fluent.json +176 -60
- package/tokens/components/desktop/scroll-view/fluent.json +119 -0
- package/tokens/components/desktop/split-button/fluent.json +20 -0
- package/tokens/components/desktop/standard-groupbox/fluent.json +332 -0
- package/tokens/components/desktop/text-edit/fluent.json +148 -10
- package/tokens/components/desktop/toggle-switch/fluent.json +493 -0
- package/tokens/components/desktop/wait-indicator/fluent.json +222 -0
- package/tokens/components/web/button/fluent.json +1608 -0
- package/tokens/components/web/button-group/fluent.json +30 -0
- package/tokens/components/web/carousel/fluent.json +1386 -1
- package/tokens/components/web/checkbox/fluent.json +120 -0
- package/tokens/components/web/color-palette/fluent.json +612 -1
- package/tokens/components/web/column-chooser/fluent.json +155 -0
- package/tokens/components/web/filter-builder/fluent.json +517 -2
- package/tokens/components/web/form-layout/fluent.json +525 -0
- package/tokens/components/web/html-editor/fluent.json +130 -0
- package/tokens/components/web/listbox/fluent.json +139 -1
- package/tokens/components/web/loading-panel_wait-indicator/fluent.json +107 -0
- package/tokens/components/web/memo/fluent.json +20 -0
- package/tokens/components/web/menu/fluent.json +16 -1
- package/tokens/components/web/message-bar/fluent.json +75 -0
- package/tokens/components/web/message-box/fluent.json +25 -0
- package/tokens/components/web/overflow-menu/fluent.json +47 -2
- package/tokens/components/web/pager/fluent.json +85 -0
- package/tokens/components/web/progress-bar/fluent.json +81 -0
- package/tokens/components/web/radio/fluent.json +122 -2
- package/tokens/components/web/ribbon/fluent.json +60 -0
- package/tokens/components/web/rich-text-editor/fluent.json +471 -0
- package/tokens/components/web/scheduler/fluent.json +1284 -0
- package/tokens/components/web/scheduler-popups/fluent.json +230 -0
- package/tokens/components/web/split-button/fluent.json +65 -0
- package/tokens/components/web/switcher/fluent.json +90 -0
- package/tokens/components/web/tabs/fluent.json +110 -0
- package/tokens/components/web/tagbox/fluent.json +65 -0
- package/tokens/components/web/text-edit/fluent.json +152 -2
- package/tokens/components/web/toast/fluent.json +540 -0
- package/tokens/components/web/toolbar/fluent.json +110 -1015
- package/tokens/components/web/tooltip/fluent.json +11 -0
- package/tokens/components/web/treeview/fluent.json +1196 -1
- package/tokens/components/web/uploader/fluent.json +1436 -1
- package/tokens/semantic/colors/dx-office/dark.json +12 -0
- package/tokens/semantic/colors/dx-office/light.json +12 -0
- package/tokens/semantic/colors/fluent/dark.json +24 -12
- package/tokens/semantic/colors/fluent/light.json +24 -12
- package/tokens/components/desktop/loading-panel_wait-indicator/fluent.json +0 -308
- package/tokens/components/desktop/toggle-switch/Fluent.json +0 -268
- package/tokens/components/desktop/tooltip/fluent.json +0 -198
- package/tokens/components/web/accordion/fluent.json +0 -24
- package/tokens/components/web/scroll-bar/fluent.json +0 -92
- package/tokens/components/web/splitter/fluent.json +0 -1214
- package/tokens/global/dx-office/theme-builder.json +0 -56
- package/tokens/global/fluent/theme-builder.json +0 -56
|
@@ -1,256 +1,478 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagercontrol": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
"root": {
|
|
4
|
+
"color": {
|
|
5
|
+
"content": {
|
|
6
|
+
"inner-box": {
|
|
7
|
+
"bg": {
|
|
8
|
+
"rest": {
|
|
9
|
+
"$extensions": {
|
|
10
|
+
"com.figma.scopes": [
|
|
11
|
+
"FRAME_FILL"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"$type": "color",
|
|
15
|
+
"$value": "{color.surface.transparent.rest}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"border": {
|
|
19
|
+
"rest": {
|
|
20
|
+
"$extensions": {
|
|
21
|
+
"com.figma.scopes": [
|
|
22
|
+
"STROKE_COLOR"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"$type": "color",
|
|
26
|
+
"$value": "{color.border.transparent.rest}"
|
|
27
|
+
}
|
|
16
28
|
}
|
|
17
29
|
}
|
|
18
30
|
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
31
|
+
},
|
|
32
|
+
"layout": {
|
|
33
|
+
"stack": {
|
|
34
|
+
"outer-box": {
|
|
35
|
+
"gap": {
|
|
36
|
+
"medium": {
|
|
37
|
+
"$extensions": {
|
|
38
|
+
"com.figma.scopes": [
|
|
39
|
+
"GAP"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"$type": "number",
|
|
43
|
+
"$value": "{spacing.60}"
|
|
44
|
+
},
|
|
45
|
+
"small": {
|
|
46
|
+
"$extensions": {
|
|
47
|
+
"com.figma.scopes": [
|
|
48
|
+
"GAP"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"$type": "number",
|
|
52
|
+
"$value": "{spacing.40}"
|
|
53
|
+
}
|
|
28
54
|
},
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
55
|
+
"vertical": {
|
|
56
|
+
"medium": {
|
|
57
|
+
"$extensions": {
|
|
58
|
+
"com.figma.scopes": [
|
|
59
|
+
"GAP"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"$type": "number",
|
|
63
|
+
"$value": "{spacing.0}"
|
|
64
|
+
},
|
|
65
|
+
"small": {
|
|
66
|
+
"$extensions": {
|
|
67
|
+
"com.figma.scopes": [
|
|
68
|
+
"GAP"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"$type": "number",
|
|
72
|
+
"$value": "{spacing.0}"
|
|
73
|
+
}
|
|
38
74
|
},
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
75
|
+
"horizontal": {
|
|
76
|
+
"medium": {
|
|
77
|
+
"$extensions": {
|
|
78
|
+
"com.figma.scopes": [
|
|
79
|
+
"GAP"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"$type": "number",
|
|
83
|
+
"$value": "{spacing.0}"
|
|
84
|
+
},
|
|
85
|
+
"small": {
|
|
86
|
+
"$extensions": {
|
|
87
|
+
"com.figma.scopes": [
|
|
88
|
+
"GAP"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"$type": "number",
|
|
92
|
+
"$value": "{spacing.0}"
|
|
93
|
+
}
|
|
42
94
|
}
|
|
43
95
|
},
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
96
|
+
"text-box": {
|
|
97
|
+
"vertical": {
|
|
98
|
+
"medium": {
|
|
99
|
+
"$extensions": {
|
|
100
|
+
"com.figma.scopes": [
|
|
101
|
+
"GAP"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"$type": "number",
|
|
105
|
+
"$value": "{spacing.60}"
|
|
106
|
+
},
|
|
107
|
+
"small": {
|
|
108
|
+
"$extensions": {
|
|
109
|
+
"com.figma.scopes": [
|
|
110
|
+
"GAP"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"$type": "number",
|
|
114
|
+
"$value": "{spacing.40}"
|
|
115
|
+
}
|
|
52
116
|
}
|
|
53
117
|
}
|
|
54
118
|
},
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
119
|
+
"content": {
|
|
120
|
+
"content-box": {
|
|
121
|
+
"vertical": {
|
|
122
|
+
"medium": {
|
|
123
|
+
"$extensions": {
|
|
124
|
+
"com.figma.scopes": [
|
|
125
|
+
"GAP"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"$type": "number",
|
|
129
|
+
"$value": "{spacing.20}"
|
|
130
|
+
},
|
|
131
|
+
"small": {
|
|
132
|
+
"$extensions": {
|
|
133
|
+
"com.figma.scopes": [
|
|
134
|
+
"GAP"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"$type": "number",
|
|
138
|
+
"$value": "{spacing.10}"
|
|
139
|
+
}
|
|
74
140
|
},
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
|
|
141
|
+
"horizontal": {
|
|
142
|
+
"medium": {
|
|
143
|
+
"$extensions": {
|
|
144
|
+
"com.figma.scopes": [
|
|
145
|
+
"GAP"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"$type": "number",
|
|
149
|
+
"$value": "{spacing.20}"
|
|
150
|
+
},
|
|
151
|
+
"small": {
|
|
152
|
+
"$extensions": {
|
|
153
|
+
"com.figma.scopes": [
|
|
154
|
+
"GAP"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"$type": "number",
|
|
158
|
+
"$value": "{spacing.10}"
|
|
159
|
+
}
|
|
78
160
|
}
|
|
79
161
|
},
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
|
|
162
|
+
"inner-box": {
|
|
163
|
+
"horizontal": {
|
|
164
|
+
"small": {
|
|
165
|
+
"$extensions": {
|
|
166
|
+
"com.figma.scopes": [
|
|
167
|
+
"GAP"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"$type": "number",
|
|
171
|
+
"$value": "{spacing.0}"
|
|
172
|
+
},
|
|
173
|
+
"medium": {
|
|
174
|
+
"$extensions": {
|
|
175
|
+
"com.figma.scopes": [
|
|
176
|
+
"GAP"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"$type": "number",
|
|
180
|
+
"$value": "{spacing.0}"
|
|
181
|
+
}
|
|
84
182
|
},
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"
|
|
183
|
+
"vertical": {
|
|
184
|
+
"small": {
|
|
185
|
+
"$extensions": {
|
|
186
|
+
"com.figma.scopes": [
|
|
187
|
+
"GAP"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"$type": "number",
|
|
191
|
+
"$value": "{spacing.0}"
|
|
192
|
+
},
|
|
193
|
+
"medium": {
|
|
194
|
+
"$extensions": {
|
|
195
|
+
"com.figma.scopes": [
|
|
196
|
+
"GAP"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"$type": "number",
|
|
200
|
+
"$value": "{spacing.0}"
|
|
201
|
+
}
|
|
96
202
|
},
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
203
|
+
"gap": {
|
|
204
|
+
"small": {
|
|
205
|
+
"$extensions": {
|
|
206
|
+
"com.figma.scopes": [
|
|
207
|
+
"GAP"
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
"$type": "number",
|
|
211
|
+
"$value": "{spacing.0}"
|
|
212
|
+
},
|
|
213
|
+
"medium": {
|
|
214
|
+
"$extensions": {
|
|
215
|
+
"com.figma.scopes": [
|
|
216
|
+
"GAP"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"$type": "number",
|
|
220
|
+
"$value": "{spacing.0}"
|
|
221
|
+
}
|
|
100
222
|
}
|
|
101
223
|
},
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
|
|
224
|
+
"custom-content": {
|
|
225
|
+
"horizontal": {
|
|
226
|
+
"small": {
|
|
227
|
+
"$extensions": {
|
|
228
|
+
"com.figma.scopes": [
|
|
229
|
+
"GAP"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"$type": "number",
|
|
233
|
+
"$value": "{spacing.10}"
|
|
234
|
+
},
|
|
235
|
+
"medium": {
|
|
236
|
+
"$extensions": {
|
|
237
|
+
"com.figma.scopes": [
|
|
238
|
+
"GAP"
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
"$type": "number",
|
|
242
|
+
"$value": "{spacing.20}"
|
|
243
|
+
}
|
|
106
244
|
},
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
|
|
245
|
+
"vertical": {
|
|
246
|
+
"small": {
|
|
247
|
+
"$extensions": {
|
|
248
|
+
"com.figma.scopes": [
|
|
249
|
+
"GAP"
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
"$type": "number",
|
|
253
|
+
"$value": "{spacing.10}"
|
|
254
|
+
},
|
|
255
|
+
"medium": {
|
|
256
|
+
"$extensions": {
|
|
257
|
+
"com.figma.scopes": [
|
|
258
|
+
"GAP"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"$type": "number",
|
|
262
|
+
"$value": "{spacing.20}"
|
|
263
|
+
}
|
|
110
264
|
}
|
|
111
265
|
},
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
266
|
+
"outer-box": {
|
|
267
|
+
"horizontal": {
|
|
268
|
+
"small": {
|
|
269
|
+
"$extensions": {
|
|
270
|
+
"com.figma.scopes": [
|
|
271
|
+
"GAP"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"$type": "number",
|
|
275
|
+
"$value": "{spacing.0}"
|
|
276
|
+
},
|
|
277
|
+
"medium": {
|
|
278
|
+
"$extensions": {
|
|
279
|
+
"com.figma.scopes": [
|
|
280
|
+
"GAP"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"$type": "number",
|
|
284
|
+
"$value": "{spacing.0}"
|
|
285
|
+
}
|
|
116
286
|
},
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
287
|
+
"vertical": {
|
|
288
|
+
"small": {
|
|
289
|
+
"$extensions": {
|
|
290
|
+
"com.figma.scopes": [
|
|
291
|
+
"GAP"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"$type": "number",
|
|
295
|
+
"$value": "{spacing.0}"
|
|
296
|
+
},
|
|
297
|
+
"medium": {
|
|
298
|
+
"$extensions": {
|
|
299
|
+
"com.figma.scopes": [
|
|
300
|
+
"GAP"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"$type": "number",
|
|
304
|
+
"$value": "{spacing.0}"
|
|
305
|
+
}
|
|
128
306
|
},
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
307
|
+
"gap": {
|
|
308
|
+
"small": {
|
|
309
|
+
"$extensions": {
|
|
310
|
+
"com.figma.scopes": [
|
|
311
|
+
"GAP"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"$type": "number",
|
|
315
|
+
"$value": "{spacing.40}"
|
|
316
|
+
},
|
|
317
|
+
"medium": {
|
|
318
|
+
"$extensions": {
|
|
319
|
+
"com.figma.scopes": [
|
|
320
|
+
"GAP"
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
"$type": "number",
|
|
324
|
+
"$value": "{spacing.80}"
|
|
325
|
+
}
|
|
132
326
|
}
|
|
133
327
|
},
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
328
|
+
"refresh-button": {
|
|
329
|
+
"horizontal": {
|
|
330
|
+
"small": {
|
|
331
|
+
"$extensions": {
|
|
332
|
+
"com.figma.scopes": [
|
|
333
|
+
"GAP"
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
"$type": "number",
|
|
337
|
+
"$value": "{spacing.20}"
|
|
338
|
+
},
|
|
339
|
+
"medium": {
|
|
340
|
+
"$extensions": {
|
|
341
|
+
"com.figma.scopes": [
|
|
342
|
+
"GAP"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"$type": "number",
|
|
346
|
+
"$value": "{spacing.30}"
|
|
347
|
+
}
|
|
138
348
|
},
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
|
|
349
|
+
"vertical": {
|
|
350
|
+
"small": {
|
|
351
|
+
"$extensions": {
|
|
352
|
+
"com.figma.scopes": [
|
|
353
|
+
"GAP"
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
"$type": "number",
|
|
357
|
+
"$value": "{spacing.20}"
|
|
358
|
+
},
|
|
359
|
+
"medium": {
|
|
360
|
+
"$extensions": {
|
|
361
|
+
"com.figma.scopes": [
|
|
362
|
+
"GAP"
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
"$type": "number",
|
|
366
|
+
"$value": "{spacing.30}"
|
|
367
|
+
}
|
|
142
368
|
}
|
|
143
369
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"$value": "{spacing.0}"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"vertical": {
|
|
157
|
-
"small": {
|
|
158
|
-
"$type": "number",
|
|
159
|
-
"$value": "{spacing.0}"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"borders": {
|
|
373
|
+
"border-radius": {
|
|
374
|
+
"small": {
|
|
375
|
+
"$extensions": {
|
|
376
|
+
"com.figma.scopes": [
|
|
377
|
+
"CORNER_RADIUS"
|
|
378
|
+
]
|
|
160
379
|
},
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
"$value": "{spacing.0}"
|
|
164
|
-
}
|
|
380
|
+
"$type": "number",
|
|
381
|
+
"$value": "{border-radius.theme-builder.default}"
|
|
165
382
|
},
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
|
|
383
|
+
"medium": {
|
|
384
|
+
"$extensions": {
|
|
385
|
+
"com.figma.scopes": [
|
|
386
|
+
"CORNER_RADIUS"
|
|
387
|
+
]
|
|
170
388
|
},
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
"$value": "{spacing.80}"
|
|
174
|
-
}
|
|
389
|
+
"$type": "number",
|
|
390
|
+
"$value": "{border-radius.theme-builder.default}"
|
|
175
391
|
}
|
|
176
392
|
},
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
|
|
393
|
+
"border-width": {
|
|
394
|
+
"small": {
|
|
395
|
+
"$extensions": {
|
|
396
|
+
"com.figma.scopes": [
|
|
397
|
+
"STROKE_FLOAT"
|
|
398
|
+
]
|
|
182
399
|
},
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
"$value": "{spacing.30}"
|
|
186
|
-
}
|
|
400
|
+
"$type": "number",
|
|
401
|
+
"$value": "{border-width.10}"
|
|
187
402
|
},
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
|
|
403
|
+
"medium": {
|
|
404
|
+
"$extensions": {
|
|
405
|
+
"com.figma.scopes": [
|
|
406
|
+
"STROKE_FLOAT"
|
|
407
|
+
]
|
|
192
408
|
},
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
"$value": "{spacing.30}"
|
|
196
|
-
}
|
|
409
|
+
"$type": "number",
|
|
410
|
+
"$value": "{border-width.10}"
|
|
197
411
|
}
|
|
198
412
|
}
|
|
199
413
|
}
|
|
200
414
|
},
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"pagercontrol-button-group": {
|
|
225
|
-
"layout": {
|
|
226
|
-
"gap": {
|
|
227
|
-
"medium": {
|
|
228
|
-
"$type": "number",
|
|
229
|
-
"$value": "{spacing.0}"
|
|
230
|
-
},
|
|
231
|
-
"small": {
|
|
232
|
-
"$type": "number",
|
|
233
|
-
"$value": "{spacing.0}"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"vertical": {
|
|
237
|
-
"medium": {
|
|
238
|
-
"$type": "number",
|
|
239
|
-
"$value": "{spacing.0}"
|
|
415
|
+
"button-group": {
|
|
416
|
+
"layout": {
|
|
417
|
+
"gap": {
|
|
418
|
+
"medium": {
|
|
419
|
+
"$extensions": {
|
|
420
|
+
"com.figma.scopes": [
|
|
421
|
+
"GAP"
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
"$type": "number",
|
|
425
|
+
"$value": "{spacing.0}"
|
|
426
|
+
},
|
|
427
|
+
"small": {
|
|
428
|
+
"$extensions": {
|
|
429
|
+
"com.figma.scopes": [
|
|
430
|
+
"GAP"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"$type": "number",
|
|
434
|
+
"$value": "{spacing.0}"
|
|
435
|
+
}
|
|
240
436
|
},
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
437
|
+
"vertical": {
|
|
438
|
+
"medium": {
|
|
439
|
+
"$extensions": {
|
|
440
|
+
"com.figma.scopes": [
|
|
441
|
+
"GAP"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"$type": "number",
|
|
445
|
+
"$value": "{spacing.0}"
|
|
446
|
+
},
|
|
447
|
+
"small": {
|
|
448
|
+
"$extensions": {
|
|
449
|
+
"com.figma.scopes": [
|
|
450
|
+
"GAP"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"$type": "number",
|
|
454
|
+
"$value": "{spacing.0}"
|
|
455
|
+
}
|
|
250
456
|
},
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
|
|
457
|
+
"horizontal": {
|
|
458
|
+
"medium": {
|
|
459
|
+
"$extensions": {
|
|
460
|
+
"com.figma.scopes": [
|
|
461
|
+
"GAP"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
"$type": "number",
|
|
465
|
+
"$value": "{spacing.0}"
|
|
466
|
+
},
|
|
467
|
+
"small": {
|
|
468
|
+
"$extensions": {
|
|
469
|
+
"com.figma.scopes": [
|
|
470
|
+
"GAP"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"$type": "number",
|
|
474
|
+
"$value": "{spacing.0}"
|
|
475
|
+
}
|
|
254
476
|
}
|
|
255
477
|
}
|
|
256
478
|
}
|