@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,187 @@
1
+ {
2
+ "pager": {
3
+ "page-edit": {
4
+ "input": {
5
+ "color": {
6
+ "border": {
7
+ "rest": {
8
+ "$extensions": {
9
+ "com.figma.scopes": [
10
+ "STROKE_COLOR"
11
+ ]
12
+ },
13
+ "$type": "color",
14
+ "$value": "{color.border.transparent.rest}"
15
+ }
16
+ },
17
+ "bg": {
18
+ "rest": {
19
+ "$extensions": {
20
+ "com.figma.scopes": [
21
+ "FRAME_FILL"
22
+ ]
23
+ },
24
+ "$type": "color",
25
+ "$value": "{color.surface.transparent.rest}"
26
+ }
27
+ }
28
+ },
29
+ "borders": {
30
+ "border-radius": {
31
+ "small": {
32
+ "$extensions": {
33
+ "com.figma.scopes": [
34
+ "CORNER_RADIUS"
35
+ ]
36
+ },
37
+ "$type": "number",
38
+ "$value": "{border-radius.0}"
39
+ },
40
+ "medium": {
41
+ "$extensions": {
42
+ "com.figma.scopes": [
43
+ "CORNER_RADIUS"
44
+ ]
45
+ },
46
+ "$type": "number",
47
+ "$value": "{border-radius.0}"
48
+ },
49
+ "large": {
50
+ "$extensions": {
51
+ "com.figma.scopes": [
52
+ "CORNER_RADIUS"
53
+ ]
54
+ },
55
+ "$type": "number",
56
+ "$value": "{border-radius.0}"
57
+ }
58
+ }
59
+ },
60
+ "layout": {
61
+ "width": {
62
+ "small": {
63
+ "$extensions": {
64
+ "com.figma.scopes": [
65
+ "WIDTH_HEIGHT"
66
+ ]
67
+ },
68
+ "$type": "number",
69
+ "$value": "{spacing.600}"
70
+ },
71
+ "medium": {
72
+ "$extensions": {
73
+ "com.figma.scopes": [
74
+ "WIDTH_HEIGHT"
75
+ ]
76
+ },
77
+ "$type": "number",
78
+ "$value": "{spacing.720}"
79
+ },
80
+ "large": {
81
+ "$extensions": {
82
+ "com.figma.scopes": [
83
+ "WIDTH_HEIGHT"
84
+ ]
85
+ },
86
+ "$type": "number",
87
+ "$value": "{spacing.800}"
88
+ }
89
+ }
90
+ }
91
+ },
92
+ "text": {
93
+ "layout": {
94
+ "horizontal": {
95
+ "small": {
96
+ "$extensions": {
97
+ "com.figma.scopes": [
98
+ "GAP"
99
+ ]
100
+ },
101
+ "$type": "number",
102
+ "$value": "{spacing.40}"
103
+ },
104
+ "medium": {
105
+ "$extensions": {
106
+ "com.figma.scopes": [
107
+ "GAP"
108
+ ]
109
+ },
110
+ "$type": "number",
111
+ "$value": "{spacing.60}"
112
+ },
113
+ "large": {
114
+ "$extensions": {
115
+ "com.figma.scopes": [
116
+ "GAP"
117
+ ]
118
+ },
119
+ "$type": "number",
120
+ "$value": "{spacing.80}"
121
+ }
122
+ },
123
+ "vertical": {
124
+ "small": {
125
+ "$extensions": {
126
+ "com.figma.scopes": [
127
+ "GAP"
128
+ ]
129
+ },
130
+ "$type": "number",
131
+ "$value": "{spacing.40}"
132
+ },
133
+ "medium": {
134
+ "$extensions": {
135
+ "com.figma.scopes": [
136
+ "GAP"
137
+ ]
138
+ },
139
+ "$type": "number",
140
+ "$value": "{spacing.60}"
141
+ },
142
+ "large": {
143
+ "$extensions": {
144
+ "com.figma.scopes": [
145
+ "GAP"
146
+ ]
147
+ },
148
+ "$type": "number",
149
+ "$value": "{spacing.80}"
150
+ }
151
+ }
152
+ }
153
+ },
154
+ "layout": {
155
+ "gap": {
156
+ "small": {
157
+ "$extensions": {
158
+ "com.figma.scopes": [
159
+ "GAP"
160
+ ]
161
+ },
162
+ "$type": "number",
163
+ "$value": "{spacing.20}"
164
+ },
165
+ "medium": {
166
+ "$extensions": {
167
+ "com.figma.scopes": [
168
+ "GAP"
169
+ ]
170
+ },
171
+ "$type": "number",
172
+ "$value": "{spacing.20}"
173
+ },
174
+ "large": {
175
+ "$extensions": {
176
+ "com.figma.scopes": [
177
+ "GAP"
178
+ ]
179
+ },
180
+ "$type": "number",
181
+ "$value": "{spacing.20}"
182
+ }
183
+ }
184
+ }
185
+ }
186
+ }
187
+ }
@@ -0,0 +1,197 @@
1
+ {
2
+ "progress-bar": {
3
+ "circle-item": {
4
+ "color": {
5
+ "error": {
6
+ "indicator": {
7
+ "rest": {
8
+ "$extensions": {
9
+ "com.figma.scopes": [
10
+ "FRAME_FILL",
11
+ "SHAPE_FILL"
12
+ ]
13
+ },
14
+ "$type": "color",
15
+ "$value": "{color.content.danger.default.rest}"
16
+ }
17
+ }
18
+ },
19
+ "in-progress": {
20
+ "indicator": {
21
+ "rest": {
22
+ "$extensions": {
23
+ "com.figma.scopes": [
24
+ "FRAME_FILL",
25
+ "SHAPE_FILL"
26
+ ]
27
+ },
28
+ "$type": "color",
29
+ "$value": "{color.content.primary.default.rest}"
30
+ }
31
+ }
32
+ },
33
+ "success": {
34
+ "indicator": {
35
+ "rest": {
36
+ "$extensions": {
37
+ "com.figma.scopes": [
38
+ "FRAME_FILL",
39
+ "SHAPE_FILL"
40
+ ]
41
+ },
42
+ "$type": "color",
43
+ "$value": "{color.content.success.default.rest}"
44
+ }
45
+ }
46
+ },
47
+ "pause": {
48
+ "indicator": {
49
+ "rest": {
50
+ "$extensions": {
51
+ "com.figma.scopes": [
52
+ "FRAME_FILL",
53
+ "SHAPE_FILL"
54
+ ]
55
+ },
56
+ "$type": "color",
57
+ "$value": "{color.content.warning.default.rest}"
58
+ }
59
+ }
60
+ }
61
+ },
62
+ "layout": {
63
+ "sizing": {
64
+ "small": {
65
+ "$extensions": {
66
+ "com.figma.scopes": [
67
+ "ALL_SCOPES"
68
+ ]
69
+ },
70
+ "$type": "number",
71
+ "$value": "{spacing.640}"
72
+ },
73
+ "medium": {
74
+ "$extensions": {
75
+ "com.figma.scopes": [
76
+ "ALL_SCOPES"
77
+ ]
78
+ },
79
+ "$type": "number",
80
+ "$value": "{spacing.800}"
81
+ },
82
+ "large": {
83
+ "$extensions": {
84
+ "com.figma.scopes": [
85
+ "ALL_SCOPES"
86
+ ]
87
+ },
88
+ "$type": "number",
89
+ "$value": "{spacing.960}"
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "linear-item": {
95
+ "color": {
96
+ "error": {
97
+ "indicator": {
98
+ "rest": {
99
+ "$extensions": {
100
+ "com.figma.scopes": [
101
+ "FRAME_FILL",
102
+ "SHAPE_FILL"
103
+ ]
104
+ },
105
+ "$type": "color",
106
+ "$value": "{color.content.danger.default.rest}"
107
+ }
108
+ }
109
+ },
110
+ "pause": {
111
+ "indicator": {
112
+ "rest": {
113
+ "$extensions": {
114
+ "com.figma.scopes": [
115
+ "FRAME_FILL",
116
+ "SHAPE_FILL"
117
+ ]
118
+ },
119
+ "$type": "color",
120
+ "$value": "{color.content.warning.default.rest}"
121
+ }
122
+ }
123
+ },
124
+ "success": {
125
+ "indicator": {
126
+ "rest": {
127
+ "$extensions": {
128
+ "com.figma.scopes": [
129
+ "FRAME_FILL",
130
+ "SHAPE_FILL"
131
+ ]
132
+ },
133
+ "$type": "color",
134
+ "$value": "{color.content.success.default.rest}"
135
+ }
136
+ }
137
+ },
138
+ "in-progress": {
139
+ "indicator": {
140
+ "rest": {
141
+ "$extensions": {
142
+ "com.figma.scopes": [
143
+ "FRAME_FILL",
144
+ "SHAPE_FILL"
145
+ ]
146
+ },
147
+ "$type": "color",
148
+ "$value": "{color.content.primary.default.rest}"
149
+ }
150
+ }
151
+ }
152
+ }
153
+ },
154
+ "caption": {
155
+ "color": {
156
+ "icon": {
157
+ "success": {
158
+ "rest": {
159
+ "$extensions": {
160
+ "com.figma.scopes": [
161
+ "FRAME_FILL",
162
+ "SHAPE_FILL"
163
+ ]
164
+ },
165
+ "$type": "color",
166
+ "$value": "{color.content.success.default.rest}"
167
+ }
168
+ },
169
+ "error": {
170
+ "rest": {
171
+ "$extensions": {
172
+ "com.figma.scopes": [
173
+ "FRAME_FILL",
174
+ "SHAPE_FILL"
175
+ ]
176
+ },
177
+ "$type": "color",
178
+ "$value": "{color.content.danger.default.rest}"
179
+ }
180
+ },
181
+ "pause": {
182
+ "rest": {
183
+ "$extensions": {
184
+ "com.figma.scopes": [
185
+ "FRAME_FILL",
186
+ "SHAPE_FILL"
187
+ ]
188
+ },
189
+ "$type": "color",
190
+ "$value": "{color.content.warning.default.rest}"
191
+ }
192
+ }
193
+ }
194
+ }
195
+ }
196
+ }
197
+ }
@@ -0,0 +1,260 @@
1
+ {
2
+ "radio": {
3
+ "root": {
4
+ "color": {
5
+ "unchecked": {
6
+ "invalid": {
7
+ "border": {
8
+ "hovered": {
9
+ "$extensions": {
10
+ "com.figma.scopes": [
11
+ "STROKE_COLOR"
12
+ ]
13
+ },
14
+ "$type": "color",
15
+ "$value": "{color.border.danger.compound.hovered}"
16
+ },
17
+ "rest": {
18
+ "$extensions": {
19
+ "com.figma.scopes": [
20
+ "STROKE_COLOR"
21
+ ]
22
+ },
23
+ "$type": "color",
24
+ "$value": "{color.border.danger.compound.rest}"
25
+ },
26
+ "active": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "STROKE_COLOR"
30
+ ]
31
+ },
32
+ "$type": "color",
33
+ "$value": "{color.border.danger.compound.active}"
34
+ }
35
+ }
36
+ },
37
+ "success": {
38
+ "border": {
39
+ "rest": {
40
+ "$extensions": {
41
+ "com.figma.scopes": [
42
+ "STROKE_COLOR"
43
+ ]
44
+ },
45
+ "$type": "color",
46
+ "$value": "{color.border.success.compound.rest}"
47
+ },
48
+ "hovered": {
49
+ "$extensions": {
50
+ "com.figma.scopes": [
51
+ "STROKE_COLOR"
52
+ ]
53
+ },
54
+ "$type": "color",
55
+ "$value": "{color.border.success.compound.hovered}"
56
+ },
57
+ "active": {
58
+ "$extensions": {
59
+ "com.figma.scopes": [
60
+ "STROKE_COLOR"
61
+ ]
62
+ },
63
+ "$type": "color",
64
+ "$value": "{color.border.success.compound.active}"
65
+ }
66
+ }
67
+ }
68
+ },
69
+ "checked": {
70
+ "invalid": {
71
+ "icon": {
72
+ "hovered": {
73
+ "$extensions": {
74
+ "com.figma.scopes": [
75
+ "SHAPE_FILL"
76
+ ]
77
+ },
78
+ "$type": "color",
79
+ "$value": "{color.content.danger.compound.hovered}"
80
+ },
81
+ "rest": {
82
+ "$extensions": {
83
+ "com.figma.scopes": [
84
+ "SHAPE_FILL"
85
+ ]
86
+ },
87
+ "$type": "color",
88
+ "$value": "{color.content.danger.compound.rest}"
89
+ },
90
+ "active": {
91
+ "$extensions": {
92
+ "com.figma.scopes": [
93
+ "SHAPE_FILL"
94
+ ]
95
+ },
96
+ "$type": "color",
97
+ "$value": "{color.content.danger.compound.active}"
98
+ }
99
+ },
100
+ "border": {
101
+ "hovered": {
102
+ "$extensions": {
103
+ "com.figma.scopes": [
104
+ "STROKE_COLOR"
105
+ ]
106
+ },
107
+ "$type": "color",
108
+ "$value": "{color.border.danger.compound.hovered}"
109
+ },
110
+ "rest": {
111
+ "$extensions": {
112
+ "com.figma.scopes": [
113
+ "STROKE_COLOR"
114
+ ]
115
+ },
116
+ "$type": "color",
117
+ "$value": "{color.border.danger.compound.rest}"
118
+ },
119
+ "active": {
120
+ "$extensions": {
121
+ "com.figma.scopes": [
122
+ "STROKE_COLOR"
123
+ ]
124
+ },
125
+ "$type": "color",
126
+ "$value": "{color.border.danger.compound.active}"
127
+ }
128
+ }
129
+ },
130
+ "success": {
131
+ "border": {
132
+ "rest": {
133
+ "$extensions": {
134
+ "com.figma.scopes": [
135
+ "STROKE_COLOR"
136
+ ]
137
+ },
138
+ "$type": "color",
139
+ "$value": "{color.border.success.compound.rest}"
140
+ },
141
+ "hovered": {
142
+ "$extensions": {
143
+ "com.figma.scopes": [
144
+ "STROKE_COLOR"
145
+ ]
146
+ },
147
+ "$type": "color",
148
+ "$value": "{color.border.success.compound.hovered}"
149
+ },
150
+ "active": {
151
+ "$extensions": {
152
+ "com.figma.scopes": [
153
+ "STROKE_COLOR"
154
+ ]
155
+ },
156
+ "$type": "color",
157
+ "$value": "{color.border.success.compound.active}"
158
+ }
159
+ },
160
+ "icon": {
161
+ "rest": {
162
+ "$extensions": {
163
+ "com.figma.scopes": [
164
+ "SHAPE_FILL"
165
+ ]
166
+ },
167
+ "$type": "color",
168
+ "$value": "{color.content.success.compound.rest}"
169
+ },
170
+ "hovered": {
171
+ "$extensions": {
172
+ "com.figma.scopes": [
173
+ "SHAPE_FILL"
174
+ ]
175
+ },
176
+ "$type": "color",
177
+ "$value": "{color.content.success.compound.hovered}"
178
+ },
179
+ "active": {
180
+ "$extensions": {
181
+ "com.figma.scopes": [
182
+ "SHAPE_FILL"
183
+ ]
184
+ },
185
+ "$type": "color",
186
+ "$value": "{color.content.success.compound.active}"
187
+ }
188
+ }
189
+ }
190
+ }
191
+ }
192
+ },
193
+ "group": {
194
+ "layout": {
195
+ "vertical": {
196
+ "gap": {
197
+ "small": {
198
+ "$extensions": {
199
+ "com.figma.scopes": [
200
+ "GAP"
201
+ ]
202
+ },
203
+ "$type": "number",
204
+ "$value": "{spacing.0}"
205
+ },
206
+ "medium": {
207
+ "$extensions": {
208
+ "com.figma.scopes": [
209
+ "GAP"
210
+ ]
211
+ },
212
+ "$type": "number",
213
+ "$value": "{spacing.0}"
214
+ },
215
+ "large": {
216
+ "$extensions": {
217
+ "com.figma.scopes": [
218
+ "GAP"
219
+ ]
220
+ },
221
+ "$type": "number",
222
+ "$value": "{spacing.0}"
223
+ }
224
+ }
225
+ },
226
+ "horizontal": {
227
+ "gap": {
228
+ "medium": {
229
+ "$extensions": {
230
+ "com.figma.scopes": [
231
+ "GAP"
232
+ ]
233
+ },
234
+ "$type": "number",
235
+ "$value": "{spacing.0}"
236
+ },
237
+ "small": {
238
+ "$extensions": {
239
+ "com.figma.scopes": [
240
+ "GAP"
241
+ ]
242
+ },
243
+ "$type": "number",
244
+ "$value": "{spacing.0}"
245
+ },
246
+ "large": {
247
+ "$extensions": {
248
+ "com.figma.scopes": [
249
+ "GAP"
250
+ ]
251
+ },
252
+ "$type": "number",
253
+ "$value": "{spacing.0}"
254
+ }
255
+ }
256
+ }
257
+ }
258
+ }
259
+ }
260
+ }