@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,225 @@
1
+ {
2
+ "loading-panel": {
3
+ "color": {
4
+ "bg": {
5
+ "rest": {
6
+ "$extensions": {
7
+ "com.figma.scopes": [
8
+ "FRAME_FILL",
9
+ "SHAPE_FILL"
10
+ ]
11
+ },
12
+ "$type": "color",
13
+ "$value": "{color.content.neutral.default.inverted.rest}"
14
+ }
15
+ },
16
+ "backdrop": {
17
+ "rest": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "FRAME_FILL",
21
+ "SHAPE_FILL"
22
+ ]
23
+ },
24
+ "$type": "color",
25
+ "$value": "#fffffebf"
26
+ }
27
+ }
28
+ },
29
+ "box-shadow": {
30
+ "inner-box": {
31
+ "layer-2": {
32
+ "color": {
33
+ "$extensions": {
34
+ "com.figma.scopes": [
35
+ "EFFECT_COLOR"
36
+ ]
37
+ },
38
+ "$type": "color",
39
+ "$value": "{box-shadow.layer-2.color.sm}"
40
+ },
41
+ "y": {
42
+ "$extensions": {
43
+ "com.figma.scopes": [
44
+ "EFFECT_FLOAT"
45
+ ]
46
+ },
47
+ "$type": "number",
48
+ "$value": "{box-shadow.layer-2.y.sm}"
49
+ },
50
+ "x": {
51
+ "$extensions": {
52
+ "com.figma.scopes": [
53
+ "EFFECT_FLOAT"
54
+ ]
55
+ },
56
+ "$type": "number",
57
+ "$value": "{box-shadow.layer-2.x.sm}"
58
+ },
59
+ "blur": {
60
+ "$extensions": {
61
+ "com.figma.scopes": [
62
+ "EFFECT_FLOAT"
63
+ ]
64
+ },
65
+ "$type": "number",
66
+ "$value": "{box-shadow.layer-2.blur.sm}"
67
+ },
68
+ "spread": {
69
+ "$extensions": {
70
+ "com.figma.scopes": [
71
+ "EFFECT_FLOAT"
72
+ ]
73
+ },
74
+ "$type": "number",
75
+ "$value": "{box-shadow.layer-2.spread.sm}"
76
+ }
77
+ },
78
+ "layer-1": {
79
+ "color": {
80
+ "$extensions": {
81
+ "com.figma.scopes": [
82
+ "EFFECT_COLOR"
83
+ ]
84
+ },
85
+ "$type": "color",
86
+ "$value": "{box-shadow.layer-1.color.sm}"
87
+ },
88
+ "blur": {
89
+ "$extensions": {
90
+ "com.figma.scopes": [
91
+ "EFFECT_FLOAT"
92
+ ]
93
+ },
94
+ "$type": "number",
95
+ "$value": "{box-shadow.layer-1.blur.sm}"
96
+ },
97
+ "x": {
98
+ "$extensions": {
99
+ "com.figma.scopes": [
100
+ "EFFECT_FLOAT"
101
+ ]
102
+ },
103
+ "$type": "number",
104
+ "$value": "{box-shadow.layer-1.x.sm}"
105
+ },
106
+ "y": {
107
+ "$extensions": {
108
+ "com.figma.scopes": [
109
+ "EFFECT_FLOAT"
110
+ ]
111
+ },
112
+ "$type": "number",
113
+ "$value": "{box-shadow.layer-1.y.sm}"
114
+ },
115
+ "spread": {
116
+ "$extensions": {
117
+ "com.figma.scopes": [
118
+ "EFFECT_FLOAT"
119
+ ]
120
+ },
121
+ "$type": "number",
122
+ "$value": "{box-shadow.layer-1.spread.sm}"
123
+ }
124
+ },
125
+ "composite": {
126
+ "$type": "text",
127
+ "$value": "{box-shadow.sm}"
128
+ }
129
+ }
130
+ },
131
+ "layout": {
132
+ "inner-box": {
133
+ "horizontal": {
134
+ "small": {
135
+ "$extensions": {
136
+ "com.figma.scopes": [
137
+ "GAP"
138
+ ]
139
+ },
140
+ "$type": "number",
141
+ "$value": "{spacing.160}"
142
+ },
143
+ "medium": {
144
+ "$extensions": {
145
+ "com.figma.scopes": [
146
+ "GAP"
147
+ ]
148
+ },
149
+ "$type": "number",
150
+ "$value": "{spacing.200}"
151
+ },
152
+ "large": {
153
+ "$extensions": {
154
+ "com.figma.scopes": [
155
+ "GAP"
156
+ ]
157
+ },
158
+ "$type": "number",
159
+ "$value": "{spacing.240}"
160
+ }
161
+ },
162
+ "vertical": {
163
+ "medium": {
164
+ "$extensions": {
165
+ "com.figma.scopes": [
166
+ "GAP"
167
+ ]
168
+ },
169
+ "$type": "number",
170
+ "$value": "{spacing.160}"
171
+ },
172
+ "large": {
173
+ "$extensions": {
174
+ "com.figma.scopes": [
175
+ "GAP"
176
+ ]
177
+ },
178
+ "$type": "number",
179
+ "$value": "{spacing.160}"
180
+ },
181
+ "small": {
182
+ "$extensions": {
183
+ "com.figma.scopes": [
184
+ "GAP"
185
+ ]
186
+ },
187
+ "$type": "number",
188
+ "$value": "{spacing.160}"
189
+ }
190
+ }
191
+ }
192
+ },
193
+ "borders": {
194
+ "border-radius": {
195
+ "large": {
196
+ "$extensions": {
197
+ "com.figma.scopes": [
198
+ "CORNER_RADIUS"
199
+ ]
200
+ },
201
+ "$type": "number",
202
+ "$value": "{border-radius.theme-builder.default}"
203
+ },
204
+ "medium": {
205
+ "$extensions": {
206
+ "com.figma.scopes": [
207
+ "CORNER_RADIUS"
208
+ ]
209
+ },
210
+ "$type": "number",
211
+ "$value": "{border-radius.theme-builder.default}"
212
+ },
213
+ "small": {
214
+ "$extensions": {
215
+ "com.figma.scopes": [
216
+ "CORNER_RADIUS"
217
+ ]
218
+ },
219
+ "$type": "number",
220
+ "$value": "{border-radius.theme-builder.default}"
221
+ }
222
+ }
223
+ }
224
+ }
225
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "memo": {
3
+ "color": {
4
+ "size-grip": {
5
+ "rest": {
6
+ "$extensions": {
7
+ "com.figma.scopes": [
8
+ "SHAPE_FILL"
9
+ ]
10
+ },
11
+ "$type": "color",
12
+ "$value": "{color.content.neutral.subdued.rest}"
13
+ }
14
+ }
15
+ },
16
+ "layout": {
17
+ "size-grip-box": {
18
+ "vertical-end": {
19
+ "small": {
20
+ "$extensions": {
21
+ "com.figma.scopes": [
22
+ "GAP"
23
+ ]
24
+ },
25
+ "$type": "number",
26
+ "$value": "{spacing.20}"
27
+ },
28
+ "medium": {
29
+ "$extensions": {
30
+ "com.figma.scopes": [
31
+ "GAP"
32
+ ]
33
+ },
34
+ "$type": "number",
35
+ "$value": "{spacing.20}"
36
+ },
37
+ "large": {
38
+ "$extensions": {
39
+ "com.figma.scopes": [
40
+ "GAP"
41
+ ]
42
+ },
43
+ "$type": "number",
44
+ "$value": "{spacing.20}"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "menu": {
3
+ "button": {
4
+ "layout": {
5
+ "outter-box": {
6
+ "horizontal": {
7
+ "large": {
8
+ "$extensions": {
9
+ "com.figma.scopes": [
10
+ "GAP"
11
+ ]
12
+ },
13
+ "$type": "number",
14
+ "$value": "{spacing.40}"
15
+ },
16
+ "medium": {
17
+ "$extensions": {
18
+ "com.figma.scopes": [
19
+ "GAP"
20
+ ]
21
+ },
22
+ "$type": "number",
23
+ "$value": "{spacing.40}"
24
+ },
25
+ "small": {
26
+ "$extensions": {
27
+ "com.figma.scopes": [
28
+ "GAP"
29
+ ]
30
+ },
31
+ "$type": "number",
32
+ "$value": "{spacing.40}"
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,181 @@
1
+ {
2
+ "message-bar": {
3
+ "color": {
4
+ "warning": {
5
+ "bg": {
6
+ "rest": {
7
+ "$extensions": {
8
+ "com.figma.scopes": [
9
+ "FRAME_FILL"
10
+ ]
11
+ },
12
+ "$type": "color",
13
+ "$value": "{color.surface.warning.deep.rest}"
14
+ }
15
+ },
16
+ "border": {
17
+ "rest": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "STROKE_COLOR"
21
+ ]
22
+ },
23
+ "$type": "color",
24
+ "$value": "{color.border.warning.default.rest}"
25
+ }
26
+ },
27
+ "icon": {
28
+ "rest": {
29
+ "$extensions": {
30
+ "com.figma.scopes": [
31
+ "SHAPE_FILL"
32
+ ]
33
+ },
34
+ "$type": "color",
35
+ "$value": "{color.content.warning.default.rest}"
36
+ }
37
+ }
38
+ },
39
+ "danger": {
40
+ "bg": {
41
+ "rest": {
42
+ "$extensions": {
43
+ "com.figma.scopes": [
44
+ "FRAME_FILL"
45
+ ]
46
+ },
47
+ "$type": "color",
48
+ "$value": "{color.surface.danger.deep.rest}"
49
+ }
50
+ },
51
+ "border": {
52
+ "rest": {
53
+ "$extensions": {
54
+ "com.figma.scopes": [
55
+ "STROKE_COLOR"
56
+ ]
57
+ },
58
+ "$type": "color",
59
+ "$value": "{color.border.danger.default.rest}"
60
+ }
61
+ },
62
+ "icon": {
63
+ "rest": {
64
+ "$extensions": {
65
+ "com.figma.scopes": [
66
+ "SHAPE_FILL"
67
+ ]
68
+ },
69
+ "$type": "color",
70
+ "$value": "{color.content.danger.default.rest}"
71
+ }
72
+ }
73
+ },
74
+ "success": {
75
+ "bg": {
76
+ "rest": {
77
+ "$extensions": {
78
+ "com.figma.scopes": [
79
+ "FRAME_FILL"
80
+ ]
81
+ },
82
+ "$type": "color",
83
+ "$value": "{color.surface.success.deep.rest}"
84
+ }
85
+ },
86
+ "border": {
87
+ "rest": {
88
+ "$extensions": {
89
+ "com.figma.scopes": [
90
+ "STROKE_COLOR"
91
+ ]
92
+ },
93
+ "$type": "color",
94
+ "$value": "{color.border.success.default.rest}"
95
+ }
96
+ },
97
+ "icon": {
98
+ "rest": {
99
+ "$extensions": {
100
+ "com.figma.scopes": [
101
+ "SHAPE_FILL"
102
+ ]
103
+ },
104
+ "$type": "color",
105
+ "$value": "{color.content.success.default.rest}"
106
+ }
107
+ }
108
+ },
109
+ "primary": {
110
+ "bg": {
111
+ "rest": {
112
+ "$extensions": {
113
+ "com.figma.scopes": [
114
+ "FRAME_FILL"
115
+ ]
116
+ },
117
+ "$type": "color",
118
+ "$value": "{color.surface.primary.deep.rest}"
119
+ }
120
+ },
121
+ "border": {
122
+ "rest": {
123
+ "$extensions": {
124
+ "com.figma.scopes": [
125
+ "STROKE_COLOR"
126
+ ]
127
+ },
128
+ "$type": "color",
129
+ "$value": "{color.border.primary.default.rest}"
130
+ }
131
+ },
132
+ "icon": {
133
+ "rest": {
134
+ "$extensions": {
135
+ "com.figma.scopes": [
136
+ "SHAPE_FILL"
137
+ ]
138
+ },
139
+ "$type": "color",
140
+ "$value": "{color.content.primary.default.rest}"
141
+ }
142
+ }
143
+ },
144
+ "info": {
145
+ "bg": {
146
+ "rest": {
147
+ "$extensions": {
148
+ "com.figma.scopes": [
149
+ "FRAME_FILL"
150
+ ]
151
+ },
152
+ "$type": "color",
153
+ "$value": "{color.surface.info.deep.rest}"
154
+ }
155
+ },
156
+ "border": {
157
+ "rest": {
158
+ "$extensions": {
159
+ "com.figma.scopes": [
160
+ "STROKE_COLOR"
161
+ ]
162
+ },
163
+ "$type": "color",
164
+ "$value": "{color.border.info.default.rest}"
165
+ }
166
+ },
167
+ "icon": {
168
+ "rest": {
169
+ "$extensions": {
170
+ "com.figma.scopes": [
171
+ "SHAPE_FILL"
172
+ ]
173
+ },
174
+ "$type": "color",
175
+ "$value": "{color.content.info.default.rest}"
176
+ }
177
+ }
178
+ }
179
+ }
180
+ }
181
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "message-box": {
3
+ "header": {
4
+ "primary": {
5
+ "icon": {
6
+ "$extensions": {
7
+ "com.figma.scopes": [
8
+ "SHAPE_FILL"
9
+ ]
10
+ },
11
+ "$type": "color",
12
+ "$value": "{color.content.primary.default.rest}"
13
+ }
14
+ },
15
+ "warning": {
16
+ "icon": {
17
+ "$extensions": {
18
+ "com.figma.scopes": [
19
+ "SHAPE_FILL"
20
+ ]
21
+ },
22
+ "$type": "color",
23
+ "$value": "{color.content.warning.default.rest}"
24
+ }
25
+ },
26
+ "danger": {
27
+ "icon": {
28
+ "$extensions": {
29
+ "com.figma.scopes": [
30
+ "SHAPE_FILL"
31
+ ]
32
+ },
33
+ "$type": "color",
34
+ "$value": "{color.content.danger.default.rest}"
35
+ }
36
+ },
37
+ "info": {
38
+ "icon": {
39
+ "$extensions": {
40
+ "com.figma.scopes": [
41
+ "SHAPE_FILL"
42
+ ]
43
+ },
44
+ "$type": "color",
45
+ "$value": "{color.content.info.default.rest}"
46
+ }
47
+ },
48
+ "success": {
49
+ "icon": {
50
+ "$extensions": {
51
+ "com.figma.scopes": [
52
+ "SHAPE_FILL"
53
+ ]
54
+ },
55
+ "$type": "color",
56
+ "$value": "{color.content.success.default.rest}"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "overflow-menu": {
3
+ "tree": {
4
+ "layout": {
5
+ "overflow-menu": {
6
+ "outter-box": {
7
+ "gap": {
8
+ "large": {
9
+ "$extensions": {
10
+ "com.figma.scopes": [
11
+ "GAP"
12
+ ]
13
+ },
14
+ "$type": "number",
15
+ "$value": "{spacing.minus-40}"
16
+ },
17
+ "medium": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "GAP"
21
+ ]
22
+ },
23
+ "$type": "number",
24
+ "$value": "{spacing.minus-40}"
25
+ },
26
+ "small": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "GAP"
30
+ ]
31
+ },
32
+ "$type": "number",
33
+ "$value": "{spacing.minus-40}"
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "button": {
41
+ "layout": {
42
+ "inner-box": {
43
+ "horizontal": {
44
+ "small": {
45
+ "$extensions": {
46
+ "com.figma.scopes": [
47
+ "GAP"
48
+ ]
49
+ },
50
+ "$type": "number",
51
+ "$value": "{spacing.10}"
52
+ },
53
+ "medium": {
54
+ "$extensions": {
55
+ "com.figma.scopes": [
56
+ "GAP"
57
+ ]
58
+ },
59
+ "$type": "number",
60
+ "$value": "{spacing.10}"
61
+ },
62
+ "large": {
63
+ "$extensions": {
64
+ "com.figma.scopes": [
65
+ "GAP"
66
+ ]
67
+ },
68
+ "$type": "number",
69
+ "$value": "{spacing.20}"
70
+ }
71
+ }
72
+ }
73
+ }
74
+ },
75
+ "root": {
76
+ "borders": {
77
+ "border-radius": {
78
+ "small": {
79
+ "$extensions": {
80
+ "com.figma.scopes": [
81
+ "CORNER_RADIUS"
82
+ ]
83
+ },
84
+ "$type": "number",
85
+ "$value": "{border-radius.40}"
86
+ },
87
+ "medium": {
88
+ "$extensions": {
89
+ "com.figma.scopes": [
90
+ "CORNER_RADIUS"
91
+ ]
92
+ },
93
+ "$type": "number",
94
+ "$value": "{border-radius.40}"
95
+ },
96
+ "large": {
97
+ "$extensions": {
98
+ "com.figma.scopes": [
99
+ "CORNER_RADIUS"
100
+ ]
101
+ },
102
+ "$type": "number",
103
+ "$value": "{border-radius.40}"
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }