@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,147 @@
1
+ {
2
+ "icon-wrapper": {
3
+ "icon": {
4
+ "set": {
5
+ "$extensions": {
6
+ "com.figma.scopes": [
7
+ "ALL_SCOPES"
8
+ ]
9
+ },
10
+ "$type": "text",
11
+ "$value": "{icon.set}"
12
+ },
13
+ "size": {
14
+ "small": {
15
+ "$extensions": {
16
+ "com.figma.scopes": [
17
+ "ALL_SCOPES"
18
+ ]
19
+ },
20
+ "$type": "number",
21
+ "$value": "{icon.size.16px}"
22
+ },
23
+ "xsmall": {
24
+ "$extensions": {
25
+ "com.figma.scopes": [
26
+ "ALL_SCOPES"
27
+ ]
28
+ },
29
+ "$type": "number",
30
+ "$value": "{icon.size.12px}"
31
+ },
32
+ "medium": {
33
+ "$extensions": {
34
+ "com.figma.scopes": [
35
+ "ALL_SCOPES"
36
+ ]
37
+ },
38
+ "$type": "number",
39
+ "$value": "{icon.size.20px}"
40
+ },
41
+ "large": {
42
+ "$extensions": {
43
+ "com.figma.scopes": [
44
+ "ALL_SCOPES"
45
+ ]
46
+ },
47
+ "$type": "number",
48
+ "$value": "{icon.size.24px}"
49
+ },
50
+ "xlarge": {
51
+ "$extensions": {
52
+ "com.figma.scopes": [
53
+ "ALL_SCOPES"
54
+ ]
55
+ },
56
+ "$type": "number",
57
+ "$value": "{icon.size.28px}"
58
+ },
59
+ "xxlarge": {
60
+ "$extensions": {
61
+ "com.figma.scopes": [
62
+ "ALL_SCOPES"
63
+ ]
64
+ },
65
+ "$type": "number",
66
+ "$value": "{icon.size.32px}"
67
+ },
68
+ "xxxlarge": {
69
+ "$extensions": {
70
+ "com.figma.scopes": [
71
+ "ALL_SCOPES"
72
+ ]
73
+ },
74
+ "$type": "number",
75
+ "$value": "{icon.size.48px}"
76
+ }
77
+ }
78
+ },
79
+ "layout": {
80
+ "sizing": {
81
+ "small": {
82
+ "$extensions": {
83
+ "com.figma.scopes": [
84
+ "WIDTH_HEIGHT"
85
+ ]
86
+ },
87
+ "$type": "number",
88
+ "$value": "{spacing.160}"
89
+ },
90
+ "xsmall": {
91
+ "$extensions": {
92
+ "com.figma.scopes": [
93
+ "WIDTH_HEIGHT"
94
+ ]
95
+ },
96
+ "$type": "number",
97
+ "$value": "{spacing.120}"
98
+ },
99
+ "medium": {
100
+ "$extensions": {
101
+ "com.figma.scopes": [
102
+ "WIDTH_HEIGHT"
103
+ ]
104
+ },
105
+ "$type": "number",
106
+ "$value": "{spacing.200}"
107
+ },
108
+ "large": {
109
+ "$extensions": {
110
+ "com.figma.scopes": [
111
+ "WIDTH_HEIGHT"
112
+ ]
113
+ },
114
+ "$type": "number",
115
+ "$value": "{spacing.240}"
116
+ },
117
+ "xlarge": {
118
+ "$extensions": {
119
+ "com.figma.scopes": [
120
+ "WIDTH_HEIGHT"
121
+ ]
122
+ },
123
+ "$type": "number",
124
+ "$value": "{spacing.280}"
125
+ },
126
+ "xxlarge": {
127
+ "$extensions": {
128
+ "com.figma.scopes": [
129
+ "WIDTH_HEIGHT"
130
+ ]
131
+ },
132
+ "$type": "number",
133
+ "$value": "{spacing.320}"
134
+ },
135
+ "xxxlarge": {
136
+ "$extensions": {
137
+ "com.figma.scopes": [
138
+ "WIDTH_HEIGHT"
139
+ ]
140
+ },
141
+ "$type": "number",
142
+ "$value": "{spacing.480}"
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "indent-space": {
3
+ "color": {
4
+ "bg": {
5
+ "rest": {
6
+ "$extensions": {
7
+ "com.figma.scopes": [
8
+ "ALL_FILLS"
9
+ ]
10
+ },
11
+ "$type": "color",
12
+ "$value": "{color.surface.transparent.rest}"
13
+ }
14
+ }
15
+ },
16
+ "layout": {
17
+ "empty-box": {
18
+ "width": {
19
+ "medium": {
20
+ "$extensions": {
21
+ "com.figma.scopes": [
22
+ "WIDTH_HEIGHT"
23
+ ]
24
+ },
25
+ "$type": "number",
26
+ "$value": "{spacing.120}"
27
+ },
28
+ "large": {
29
+ "$extensions": {
30
+ "com.figma.scopes": [
31
+ "WIDTH_HEIGHT"
32
+ ]
33
+ },
34
+ "$type": "number",
35
+ "$value": "{spacing.140}"
36
+ },
37
+ "small": {
38
+ "$extensions": {
39
+ "com.figma.scopes": [
40
+ "WIDTH_HEIGHT"
41
+ ]
42
+ },
43
+ "$type": "number",
44
+ "$value": "{spacing.120}"
45
+ }
46
+ },
47
+ "height": {
48
+ "small": {
49
+ "$extensions": {
50
+ "com.figma.scopes": [
51
+ "WIDTH_HEIGHT"
52
+ ]
53
+ },
54
+ "$type": "number",
55
+ "$value": "{spacing.240}"
56
+ },
57
+ "large": {
58
+ "$extensions": {
59
+ "com.figma.scopes": [
60
+ "WIDTH_HEIGHT"
61
+ ]
62
+ },
63
+ "$type": "number",
64
+ "$value": "{spacing.400}"
65
+ },
66
+ "medium": {
67
+ "$extensions": {
68
+ "com.figma.scopes": [
69
+ "WIDTH_HEIGHT"
70
+ ]
71
+ },
72
+ "$type": "number",
73
+ "$value": "{spacing.320}"
74
+ }
75
+ }
76
+ },
77
+ "inner-box": {
78
+ "gap": {
79
+ "medium": {
80
+ "$extensions": {
81
+ "com.figma.scopes": [
82
+ "GAP"
83
+ ]
84
+ },
85
+ "$type": "number",
86
+ "$value": "{spacing.0}"
87
+ },
88
+ "large": {
89
+ "$extensions": {
90
+ "com.figma.scopes": [
91
+ "GAP"
92
+ ]
93
+ },
94
+ "$type": "number",
95
+ "$value": "{spacing.0}"
96
+ },
97
+ "small": {
98
+ "$extensions": {
99
+ "com.figma.scopes": [
100
+ "GAP"
101
+ ]
102
+ },
103
+ "$type": "number",
104
+ "$value": "{spacing.0}"
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
110
+ }
@@ -0,0 +1,138 @@
1
+ {
2
+ "label": {
3
+ "layout": {
4
+ "position-vertical": {
5
+ "outer-box": {
6
+ "gap": {
7
+ "small": {
8
+ "$extensions": {
9
+ "com.figma.scopes": [
10
+ "GAP"
11
+ ]
12
+ },
13
+ "$type": "number",
14
+ "$value": "{spacing.20}"
15
+ },
16
+ "medium": {
17
+ "$extensions": {
18
+ "com.figma.scopes": [
19
+ "GAP"
20
+ ]
21
+ },
22
+ "$type": "number",
23
+ "$value": "{spacing.20}"
24
+ },
25
+ "large": {
26
+ "$extensions": {
27
+ "com.figma.scopes": [
28
+ "GAP"
29
+ ]
30
+ },
31
+ "$type": "number",
32
+ "$value": "{spacing.40}"
33
+ }
34
+ }
35
+ },
36
+ "text-box": {
37
+ "vertical": {
38
+ "small": {
39
+ "$extensions": {
40
+ "com.figma.scopes": [
41
+ "GAP"
42
+ ]
43
+ },
44
+ "$type": "number",
45
+ "$value": "{spacing.20}"
46
+ },
47
+ "medium": {
48
+ "$extensions": {
49
+ "com.figma.scopes": [
50
+ "GAP"
51
+ ]
52
+ },
53
+ "$type": "number",
54
+ "$value": "{spacing.20}"
55
+ }
56
+ }
57
+ }
58
+ },
59
+ "position-horizontal": {
60
+ "text-box": {
61
+ "vertical": {
62
+ "small": {
63
+ "$extensions": {
64
+ "com.figma.scopes": [
65
+ "GAP"
66
+ ]
67
+ },
68
+ "$type": "number",
69
+ "$value": "{spacing.40}"
70
+ },
71
+ "medium": {
72
+ "$extensions": {
73
+ "com.figma.scopes": [
74
+ "GAP"
75
+ ]
76
+ },
77
+ "$type": "number",
78
+ "$value": "{spacing.60}"
79
+ },
80
+ "large": {
81
+ "$extensions": {
82
+ "com.figma.scopes": [
83
+ "GAP"
84
+ ]
85
+ },
86
+ "$type": "number",
87
+ "$value": "{spacing.90}"
88
+ }
89
+ }
90
+ },
91
+ "outer-box": {
92
+ "gap": {
93
+ "small": {
94
+ "$extensions": {
95
+ "com.figma.scopes": [
96
+ "GAP"
97
+ ]
98
+ },
99
+ "$type": "number",
100
+ "$value": "{spacing.80}"
101
+ },
102
+ "medium": {
103
+ "$extensions": {
104
+ "com.figma.scopes": [
105
+ "GAP"
106
+ ]
107
+ },
108
+ "$type": "number",
109
+ "$value": "{spacing.120}"
110
+ },
111
+ "large": {
112
+ "$extensions": {
113
+ "com.figma.scopes": [
114
+ "GAP"
115
+ ]
116
+ },
117
+ "$type": "number",
118
+ "$value": "{spacing.160}"
119
+ }
120
+ }
121
+ }
122
+ }
123
+ },
124
+ "typography": {
125
+ "font-weight": {
126
+ "large": {
127
+ "$extensions": {
128
+ "com.figma.scopes": [
129
+ "FONT_WEIGHT"
130
+ ]
131
+ },
132
+ "$type": "number",
133
+ "$value": "{font-weight.base.strong}"
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
@@ -0,0 +1,291 @@
1
+ {
2
+ "link": {
3
+ "color": {
4
+ "default": {
5
+ "content": {
6
+ "rest": {
7
+ "$extensions": {
8
+ "com.figma.scopes": [
9
+ "SHAPE_FILL",
10
+ "TEXT_FILL"
11
+ ]
12
+ },
13
+ "$type": "color",
14
+ "$value": "{color.content.primary.default.rest}"
15
+ },
16
+ "disabled": {
17
+ "$extensions": {
18
+ "com.figma.scopes": [
19
+ "SHAPE_FILL",
20
+ "TEXT_FILL"
21
+ ]
22
+ },
23
+ "$type": "color",
24
+ "$value": "{color.content.neutral.default.disabled}"
25
+ },
26
+ "hovered": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "SHAPE_FILL",
30
+ "TEXT_FILL"
31
+ ]
32
+ },
33
+ "$type": "color",
34
+ "$value": "{color.content.primary.default.hovered}"
35
+ },
36
+ "active": {
37
+ "$extensions": {
38
+ "com.figma.scopes": [
39
+ "SHAPE_FILL",
40
+ "TEXT_FILL"
41
+ ]
42
+ },
43
+ "$type": "color",
44
+ "$value": "{color.content.primary.default.active}"
45
+ }
46
+ }
47
+ },
48
+ "subtle": {
49
+ "content": {
50
+ "rest": {
51
+ "$extensions": {
52
+ "com.figma.scopes": [
53
+ "SHAPE_FILL",
54
+ "TEXT_FILL"
55
+ ]
56
+ },
57
+ "$type": "color",
58
+ "$value": "{color.content.neutral.default.rest}"
59
+ },
60
+ "disabled": {
61
+ "$extensions": {
62
+ "com.figma.scopes": [
63
+ "SHAPE_FILL",
64
+ "TEXT_FILL"
65
+ ]
66
+ },
67
+ "$type": "color",
68
+ "$value": "{color.content.neutral.default.disabled}"
69
+ },
70
+ "hovered": {
71
+ "$extensions": {
72
+ "com.figma.scopes": [
73
+ "SHAPE_FILL",
74
+ "TEXT_FILL"
75
+ ]
76
+ },
77
+ "$type": "color",
78
+ "$value": "{color.content.neutral.default.hovered}"
79
+ },
80
+ "active": {
81
+ "$extensions": {
82
+ "com.figma.scopes": [
83
+ "SHAPE_FILL",
84
+ "TEXT_FILL"
85
+ ]
86
+ },
87
+ "$type": "color",
88
+ "$value": "{color.content.neutral.default.active}"
89
+ }
90
+ }
91
+ },
92
+ "on-surface": {
93
+ "content": {
94
+ "rest": {
95
+ "$extensions": {
96
+ "com.figma.scopes": [
97
+ "SHAPE_FILL",
98
+ "TEXT_FILL"
99
+ ]
100
+ },
101
+ "$type": "color",
102
+ "$value": "{color.content.neutral.default.on-surface.rest}"
103
+ },
104
+ "disabled": {
105
+ "$extensions": {
106
+ "com.figma.scopes": [
107
+ "SHAPE_FILL",
108
+ "TEXT_FILL"
109
+ ]
110
+ },
111
+ "$type": "color",
112
+ "$value": "{color.content.neutral.default.on-surface.disabled}"
113
+ },
114
+ "hovered": {
115
+ "$extensions": {
116
+ "com.figma.scopes": [
117
+ "SHAPE_FILL",
118
+ "TEXT_FILL"
119
+ ]
120
+ },
121
+ "$type": "color",
122
+ "$value": "{color.content.neutral.default.on-surface.hovered}"
123
+ },
124
+ "active": {
125
+ "$extensions": {
126
+ "com.figma.scopes": [
127
+ "SHAPE_FILL",
128
+ "TEXT_FILL"
129
+ ]
130
+ },
131
+ "$type": "color",
132
+ "$value": "{color.content.neutral.default.on-surface.active}"
133
+ }
134
+ }
135
+ }
136
+ },
137
+ "layout": {
138
+ "inner-box": {
139
+ "vertical": {
140
+ "medium": {
141
+ "$extensions": {
142
+ "com.figma.scopes": [
143
+ "GAP"
144
+ ]
145
+ },
146
+ "$type": "number",
147
+ "$value": "{spacing.0}"
148
+ },
149
+ "large": {
150
+ "$extensions": {
151
+ "com.figma.scopes": [
152
+ "GAP"
153
+ ]
154
+ },
155
+ "$type": "number",
156
+ "$value": "{spacing.0}"
157
+ },
158
+ "small": {
159
+ "$extensions": {
160
+ "com.figma.scopes": [
161
+ "GAP"
162
+ ]
163
+ },
164
+ "$type": "number",
165
+ "$value": "{spacing.0}"
166
+ }
167
+ },
168
+ "gap": {
169
+ "large": {
170
+ "$extensions": {
171
+ "com.figma.scopes": [
172
+ "GAP"
173
+ ]
174
+ },
175
+ "$type": "number",
176
+ "$value": "{spacing.20}"
177
+ },
178
+ "medium": {
179
+ "$extensions": {
180
+ "com.figma.scopes": [
181
+ "GAP"
182
+ ]
183
+ },
184
+ "$type": "number",
185
+ "$value": "{spacing.20}"
186
+ },
187
+ "small": {
188
+ "$extensions": {
189
+ "com.figma.scopes": [
190
+ "GAP"
191
+ ]
192
+ },
193
+ "$type": "number",
194
+ "$value": "{spacing.20}"
195
+ }
196
+ },
197
+ "horizontal": {
198
+ "large": {
199
+ "$extensions": {
200
+ "com.figma.scopes": [
201
+ "GAP"
202
+ ]
203
+ },
204
+ "$type": "number",
205
+ "$value": "{spacing.0}"
206
+ },
207
+ "medium": {
208
+ "$extensions": {
209
+ "com.figma.scopes": [
210
+ "GAP"
211
+ ]
212
+ },
213
+ "$type": "number",
214
+ "$value": "{spacing.0}"
215
+ },
216
+ "small": {
217
+ "$extensions": {
218
+ "com.figma.scopes": [
219
+ "GAP"
220
+ ]
221
+ },
222
+ "$type": "number",
223
+ "$value": "{spacing.0}"
224
+ }
225
+ }
226
+ },
227
+ "text-box": {
228
+ "horizontal": {
229
+ "medium": {
230
+ "$extensions": {
231
+ "com.figma.scopes": [
232
+ "GAP"
233
+ ]
234
+ },
235
+ "$type": "number",
236
+ "$value": "{spacing.20}"
237
+ },
238
+ "large": {
239
+ "$extensions": {
240
+ "com.figma.scopes": [
241
+ "GAP"
242
+ ]
243
+ },
244
+ "$type": "number",
245
+ "$value": "{spacing.40}"
246
+ },
247
+ "small": {
248
+ "$extensions": {
249
+ "com.figma.scopes": [
250
+ "GAP"
251
+ ]
252
+ },
253
+ "$type": "number",
254
+ "$value": "{spacing.0}"
255
+ }
256
+ }
257
+ }
258
+ },
259
+ "borders": {
260
+ "border-radius": {
261
+ "large": {
262
+ "$extensions": {
263
+ "com.figma.scopes": [
264
+ "CORNER_RADIUS"
265
+ ]
266
+ },
267
+ "$type": "number",
268
+ "$value": "{border-radius.theme-builder.default}"
269
+ },
270
+ "small": {
271
+ "$extensions": {
272
+ "com.figma.scopes": [
273
+ "CORNER_RADIUS"
274
+ ]
275
+ },
276
+ "$type": "number",
277
+ "$value": "{border-radius.theme-builder.default}"
278
+ },
279
+ "medium": {
280
+ "$extensions": {
281
+ "com.figma.scopes": [
282
+ "CORNER_RADIUS"
283
+ ]
284
+ },
285
+ "$type": "number",
286
+ "$value": "{border-radius.theme-builder.default}"
287
+ }
288
+ }
289
+ }
290
+ }
291
+ }