@esri/calcite-design-tokens 1.1.1-next.2 → 2.0.0

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 (153) hide show
  1. package/README.md +7 -9
  2. package/dist/css/breakpoint.css +29 -0
  3. package/dist/css/classes.css +327 -0
  4. package/dist/css/core.css +311 -0
  5. package/dist/css/dark.css +47 -0
  6. package/dist/css/global.css +96 -0
  7. package/dist/css/index.css +184 -0
  8. package/dist/css/light.css +47 -0
  9. package/dist/docs/core.json +8134 -0
  10. package/dist/docs/global.json +6617 -0
  11. package/dist/es6/core.d.ts +309 -0
  12. package/dist/es6/core.js +309 -0
  13. package/dist/es6/global.d.ts +202 -0
  14. package/dist/es6/global.js +202 -0
  15. package/dist/js/core.d.ts +421 -0
  16. package/dist/js/core.js +8208 -0
  17. package/dist/js/global.d.ts +330 -0
  18. package/dist/js/global.js +6689 -0
  19. package/dist/scss/breakpoints.scss +37 -0
  20. package/dist/scss/core.scss +309 -0
  21. package/dist/scss/dark.scss +45 -0
  22. package/dist/scss/global.scss +94 -0
  23. package/dist/scss/index.scss +96 -0
  24. package/dist/scss/light.scss +45 -0
  25. package/dist/scss/mixins.scss +342 -0
  26. package/package.json +7 -21
  27. package/.eslintrc.cjs +0 -85
  28. package/.turbo/turbo-build.log +0 -7034
  29. package/.turbo/turbo-test.log +0 -15
  30. package/CHANGELOG.md +0 -33
  31. package/CONTRIBUTING.md +0 -41
  32. package/dist/css/brand-light.css +0 -9
  33. package/dist/css/calcite-dark.css +0 -504
  34. package/dist/css/calcite-headless.css +0 -2615
  35. package/dist/css/calcite-light.css +0 -507
  36. package/dist/es6/brand-light.d.ts +0 -7
  37. package/dist/es6/brand-light.js +0 -7
  38. package/dist/es6/calcite-dark.d.ts +0 -502
  39. package/dist/es6/calcite-dark.js +0 -502
  40. package/dist/es6/calcite-headless.d.ts +0 -2613
  41. package/dist/es6/calcite-headless.js +0 -2613
  42. package/dist/es6/calcite-light.d.ts +0 -505
  43. package/dist/es6/calcite-light.js +0 -505
  44. package/dist/js/brand-light.d.ts +0 -72
  45. package/dist/js/brand-light.js +0 -95
  46. package/dist/js/calcite-dark.d.ts +0 -563
  47. package/dist/js/calcite-dark.js +0 -10024
  48. package/dist/js/calcite-headless.d.ts +0 -1730
  49. package/dist/js/calcite-headless.js +0 -50082
  50. package/dist/js/calcite-light.d.ts +0 -544
  51. package/dist/js/calcite-light.js +0 -10090
  52. package/dist/scss/calcite-dark.scss +0 -535
  53. package/dist/scss/calcite-headless.scss +0 -3012
  54. package/dist/scss/calcite-light.scss +0 -538
  55. package/jest.config.json +0 -16
  56. package/src/$metadata.json +0 -76
  57. package/src/$themes.json +0 -2363
  58. package/src/brand/dark.json +0 -1
  59. package/src/brand/global.json +0 -1
  60. package/src/brand/light.json +0 -20
  61. package/src/calcite/dark.json +0 -2488
  62. package/src/calcite/light.json +0 -2508
  63. package/src/component/accordion-item.json +0 -172
  64. package/src/component/accordion.json +0 -192
  65. package/src/component/action-bar-grid.json +0 -66
  66. package/src/component/action-bar.json +0 -66
  67. package/src/component/action-pad-grid.json +0 -80
  68. package/src/component/action-pad.json +0 -80
  69. package/src/component/action.json +0 -156
  70. package/src/component/alert.json +0 -258
  71. package/src/component/avatar.json +0 -140
  72. package/src/component/block-section.json +0 -124
  73. package/src/component/block.json +0 -198
  74. package/src/component/button.json +0 -650
  75. package/src/component/card.json +0 -116
  76. package/src/component/checkbox.json +0 -110
  77. package/src/component/chip.json +0 -382
  78. package/src/component/color-picker.json +0 -148
  79. package/src/component/combobox.json +0 -152
  80. package/src/component/date-picker.json +0 -354
  81. package/src/component/dropdown-item.json +0 -384
  82. package/src/component/dropdown.json +0 -58
  83. package/src/component/fab.json +0 -490
  84. package/src/component/filter.json +0 -174
  85. package/src/component/icon.json +0 -18
  86. package/src/component/input-date-picker.json +0 -224
  87. package/src/component/input-datetime-local.json +0 -230
  88. package/src/component/input-email.json +0 -244
  89. package/src/component/input-file.json +0 -244
  90. package/src/component/input-message.json +0 -72
  91. package/src/component/input-month.json +0 -244
  92. package/src/component/input-number.json +0 -244
  93. package/src/component/input-password.json +0 -244
  94. package/src/component/input-search.json +0 -244
  95. package/src/component/input-telephone.json +0 -244
  96. package/src/component/input-text.json +0 -244
  97. package/src/component/input-time.json +0 -1
  98. package/src/component/input-week.json +0 -244
  99. package/src/component/label.json +0 -26
  100. package/src/component/link.json +0 -44
  101. package/src/component/loader.json +0 -130
  102. package/src/component/modal.json +0 -278
  103. package/src/component/notice.json +0 -280
  104. package/src/component/pagination.json +0 -152
  105. package/src/component/panel-header.json +0 -88
  106. package/src/component/popover.json +0 -170
  107. package/src/component/radio.json +0 -124
  108. package/src/component/rating.json +0 -243
  109. package/src/component/scrim.json +0 -18
  110. package/src/component/segmented-control.json +0 -154
  111. package/src/component/slider-histogram-range.json +0 -284
  112. package/src/component/slider-histogram.json +0 -280
  113. package/src/component/slider-range.json +0 -226
  114. package/src/component/slider.json +0 -226
  115. package/src/component/split-button.json +0 -830
  116. package/src/component/stepper-item.json +0 -372
  117. package/src/component/stepper.json +0 -152
  118. package/src/component/switch.json +0 -178
  119. package/src/component/tab-title.json +0 -228
  120. package/src/component/tabs.json +0 -242
  121. package/src/component/textarea.json +0 -200
  122. package/src/component/time-picker.json +0 -138
  123. package/src/component/tip-manager.json +0 -118
  124. package/src/component/tip.json +0 -114
  125. package/src/component/tooltip.json +0 -66
  126. package/src/component/tree-item.json +0 -176
  127. package/src/core.json +0 -1833
  128. package/src/semantic.json +0 -1709
  129. package/support/run.ts +0 -16
  130. package/support/tests/__snapshots__/index.spec.ts.snap +0 -88066
  131. package/support/tests/index.spec.ts +0 -102
  132. package/support/token-transformer/format/javascript.ts +0 -22
  133. package/support/token-transformer/format/scss.ts +0 -81
  134. package/support/token-transformer/getThemes.ts +0 -41
  135. package/support/token-transformer/parse/expandComposites.test.ts +0 -144
  136. package/support/token-transformer/parse/expandComposites.ts +0 -72
  137. package/support/token-transformer/sd-run.ts +0 -191
  138. package/support/token-transformer/transform/nameCamelCase.test.ts +0 -36
  139. package/support/token-transformer/transform/nameCamelCase.ts +0 -15
  140. package/support/token-transformer/transform/nameKebabCase.test.ts +0 -36
  141. package/support/token-transformer/transform/nameKebabCase.ts +0 -26
  142. package/support/token-transformer/utils/compositeTokens.test.ts +0 -133
  143. package/support/token-transformer/utils/compositeTokens.ts +0 -103
  144. package/support/token-transformer/utils/convertTokenToStyleDictionaryFormat.ts +0 -20
  145. package/support/token-transformer/utils/matchList.ts +0 -11
  146. package/support/token-transformer/utils/parseName.ts +0 -18
  147. package/support/token-transformer/utils/parseTokenPath.ts +0 -19
  148. package/support/token-transformer/utils/regex.ts +0 -9
  149. package/support/token-transformer/utils/sortAllTokens.ts +0 -12
  150. package/support/token-transformer/utils/transformOptions.ts +0 -31
  151. package/tsconfig-base.json +0 -17
  152. package/tsconfig-eslint.json +0 -4
  153. package/tsconfig.json +0 -4
@@ -1,156 +0,0 @@
1
- {
2
- "action": {
3
- "font": {
4
- "sm": {
5
- "value": "$semantic.font.default.regular.-2h",
6
- "type": "typography"
7
- },
8
- "md": {
9
- "value": "$semantic.font.default.regular.-1h",
10
- "type": "typography"
11
- },
12
- "lg": {
13
- "value": "$semantic.font.default.regular.0h",
14
- "type": "typography"
15
- },
16
- "default": {
17
- "light": {
18
- "value": "$semantic.ui.color.text.3.light",
19
- "type": "color"
20
- },
21
- "dark": {
22
- "value": "$semantic.ui.color.text.3.dark",
23
- "type": "color"
24
- }
25
- },
26
- "active": {
27
- "light": {
28
- "value": "$semantic.ui.color.text.1.light",
29
- "type": "color"
30
- },
31
- "dark": {
32
- "value": "$semantic.ui.color.text.1.dark",
33
- "type": "color"
34
- }
35
- }
36
- },
37
- "icon": {
38
- "light": {
39
- "value": "$semantic.ui.color.text.3.light",
40
- "type": "color"
41
- },
42
- "dark": {
43
- "value": "$semantic.ui.color.text.3.dark",
44
- "type": "color"
45
- },
46
- "active": {
47
- "light": {
48
- "value": "$semantic.ui.color.text.1.light",
49
- "type": "color"
50
- },
51
- "dark": {
52
- "value": "$semantic.ui.color.text.1.dark",
53
- "type": "color"
54
- }
55
- }
56
- },
57
- "background": {
58
- "default": {
59
- "light": {
60
- "value": "$semantic.ui.color.foreground.1.light",
61
- "type": "color"
62
- },
63
- "dark": {
64
- "value": "$semantic.ui.color.foreground.1.dark",
65
- "type": "color"
66
- }
67
- },
68
- "active": {
69
- "light": {
70
- "value": "$semantic.ui.color.foreground.3.light",
71
- "type": "color"
72
- },
73
- "dark": {
74
- "value": "$semantic.ui.color.foreground.3.dark",
75
- "type": "color"
76
- }
77
- }
78
- },
79
- "icon-size": {
80
- "sm": {
81
- "value": "$core.sizing.7",
82
- "type": "sizing"
83
- },
84
- "md": {
85
- "value": "$core.sizing.7",
86
- "type": "sizing"
87
- },
88
- "lg": {
89
- "value": "$core.sizing.9",
90
- "type": "sizing"
91
- }
92
- },
93
- "space-between": {
94
- "sm": {
95
- "value": "$core.spacing.3",
96
- "type": "spacing"
97
- },
98
- "md": {
99
- "value": "$core.spacing.5",
100
- "type": "spacing"
101
- },
102
- "lg": {
103
- "value": "$core.spacing.7",
104
- "type": "spacing"
105
- }
106
- },
107
- "space-around": {
108
- "sm": {
109
- "value": "$core.spacing.3",
110
- "type": "spacing"
111
- },
112
- "md": {
113
- "value": "$core.spacing.7",
114
- "type": "spacing"
115
- },
116
- "lg": {
117
- "value": "$core.spacing.8",
118
- "type": "spacing"
119
- }
120
- },
121
- "indicator-size": {
122
- "sm": {
123
- "value": "$core.sizing.3",
124
- "type": "sizing"
125
- },
126
- "md": {
127
- "value": "$core.sizing.3",
128
- "type": "sizing"
129
- },
130
- "lg": {
131
- "value": "$core.sizing.3",
132
- "type": "sizing"
133
- }
134
- },
135
- "indicator": {
136
- "light": {
137
- "value": "$semantic.ui.color.brand.default.light",
138
- "type": "color"
139
- },
140
- "dark": {
141
- "value": "$semantic.ui.color.brand.default.dark",
142
- "type": "color"
143
- }
144
- },
145
- "loader-icon": {
146
- "light": {
147
- "value": "$semantic.ui.color.text.3.light",
148
- "type": "color"
149
- },
150
- "dark": {
151
- "value": "$semantic.ui.color.text.3.dark",
152
- "type": "color"
153
- }
154
- }
155
- }
156
- }
@@ -1,258 +0,0 @@
1
- {
2
- "alert": {
3
- "font": {
4
- "title": {
5
- "light": {
6
- "value": "$semantic.ui.color.text.1.light",
7
- "type": "color"
8
- },
9
- "dark": {
10
- "value": "$semantic.ui.color.text.1.dark",
11
- "type": "color"
12
- },
13
- "sm": {
14
- "value": "$semantic.font.default.medium.-1h",
15
- "type": "typography"
16
- },
17
- "md": {
18
- "value": "$semantic.font.default.medium.0h",
19
- "type": "typography"
20
- },
21
- "lg": {
22
- "value": "$semantic.font.default.medium.1h",
23
- "type": "typography"
24
- }
25
- },
26
- "message": {
27
- "sm": {
28
- "value": "$semantic.font.default.regular.-2h",
29
- "type": "typography"
30
- },
31
- "md": {
32
- "value": "$semantic.font.default.regular.-1h",
33
- "type": "typography"
34
- },
35
- "lg": {
36
- "value": "$semantic.font.default.regular.0h",
37
- "type": "typography"
38
- },
39
- "light": {
40
- "value": "$semantic.ui.color.text.3.light",
41
- "type": "color"
42
- },
43
- "dark": {
44
- "value": "$semantic.ui.color.text.3.dark",
45
- "type": "color"
46
- }
47
- }
48
- },
49
- "background": {
50
- "light": {
51
- "value": "$semantic.ui.color.foreground.1.light",
52
- "type": "color"
53
- },
54
- "dark": {
55
- "value": "$semantic.ui.color.foreground.2.dark",
56
- "type": "color"
57
- }
58
- },
59
- "border": {
60
- "light": {
61
- "value": "$semantic.ui.color.border.3.light",
62
- "type": "color"
63
- },
64
- "dark": {
65
- "value": "$semantic.ui.color.border.3.dark",
66
- "type": "color"
67
- }
68
- },
69
- "border-radius": {
70
- "sm": {
71
- "value": "$core.border.border-radius.1",
72
- "type": "borderRadius"
73
- },
74
- "md": {
75
- "value": "$core.border.border-radius.1",
76
- "type": "borderRadius"
77
- },
78
- "lg": {
79
- "value": "$core.border.border-radius.1",
80
- "type": "borderRadius"
81
- }
82
- },
83
- "icon-size": {
84
- "sm": {
85
- "value": "$core.sizing.7",
86
- "type": "sizing"
87
- },
88
- "md": {
89
- "value": "$core.sizing.7",
90
- "type": "sizing"
91
- },
92
- "lg": {
93
- "value": "$core.sizing.9",
94
- "type": "sizing"
95
- }
96
- },
97
- "icon": {
98
- "blue": {
99
- "light": {
100
- "value": "$semantic.ui.color.info.default.light",
101
- "type": "color"
102
- },
103
- "dark": {
104
- "value": "$semantic.ui.color.info.default.dark",
105
- "type": "color"
106
- }
107
- },
108
- "green": {
109
- "light": {
110
- "value": "$semantic.ui.color.success.default.light",
111
- "type": "color"
112
- },
113
- "dark": {
114
- "value": "$semantic.ui.color.success.default.dark",
115
- "type": "color"
116
- }
117
- },
118
- "yellow": {
119
- "light": {
120
- "value": "$semantic.ui.color.warning.default.light",
121
- "type": "color"
122
- },
123
- "dark": {
124
- "value": "$semantic.ui.color.warning.default.dark",
125
- "type": "color"
126
- }
127
- },
128
- "red": {
129
- "light": {
130
- "value": "$semantic.ui.color.danger.default.light",
131
- "type": "color"
132
- },
133
- "dark": {
134
- "value": "$semantic.ui.color.danger.default.dark",
135
- "type": "color"
136
- }
137
- }
138
- },
139
- "highlight": {
140
- "blue": {
141
- "light": {
142
- "value": "$semantic.ui.color.info.default.light",
143
- "type": "color"
144
- },
145
- "dark": {
146
- "value": "$semantic.ui.color.info.default.dark",
147
- "type": "color"
148
- }
149
- },
150
- "green": {
151
- "light": {
152
- "value": "$semantic.ui.color.success.default.light",
153
- "type": "color"
154
- },
155
- "dark": {
156
- "value": "$semantic.ui.color.success.default.dark",
157
- "type": "color"
158
- }
159
- },
160
- "yellow": {
161
- "light": {
162
- "value": "$semantic.ui.color.warning.default.light",
163
- "type": "color"
164
- },
165
- "dark": {
166
- "value": "$semantic.ui.color.warning.default.dark",
167
- "type": "color"
168
- }
169
- },
170
- "red": {
171
- "light": {
172
- "value": "$semantic.ui.color.danger.default.light",
173
- "type": "color"
174
- },
175
- "dark": {
176
- "value": "$semantic.ui.color.danger.default.dark",
177
- "type": "color"
178
- }
179
- }
180
- },
181
- "space-between": {
182
- "sm": {
183
- "value": "{core.spacing.5}",
184
- "type": "spacing"
185
- },
186
- "md": {
187
- "value": "{core.spacing.7}",
188
- "type": "spacing"
189
- },
190
- "lg": {
191
- "value": "{core.spacing.8}",
192
- "type": "spacing"
193
- }
194
- },
195
- "space-around": {
196
- "top": {
197
- "sm": {
198
- "value": "{core.spacing.4}",
199
- "type": "spacing"
200
- },
201
- "md": {
202
- "value": "{core.spacing.5}",
203
- "type": "spacing"
204
- },
205
- "lg": {
206
- "value": "{core.spacing.8}",
207
- "type": "spacing"
208
- }
209
- },
210
- "bottom": {
211
- "sm": {
212
- "value": "{core.spacing.4}",
213
- "type": "spacing"
214
- },
215
- "md": {
216
- "value": "{core.spacing.5}",
217
- "type": "spacing"
218
- },
219
- "lg": {
220
- "value": "{core.spacing.8}",
221
- "type": "spacing"
222
- }
223
- },
224
- "left": {
225
- "sm": {
226
- "value": "{core.spacing.4}",
227
- "type": "spacing"
228
- },
229
- "md": {
230
- "value": "{core.spacing.5}",
231
- "type": "spacing"
232
- },
233
- "lg": {
234
- "value": "{core.spacing.8}",
235
- "type": "spacing"
236
- }
237
- },
238
- "right": {
239
- "sm": {
240
- "value": "{core.spacing.4}",
241
- "type": "spacing"
242
- },
243
- "md": {
244
- "value": "{core.spacing.5}",
245
- "type": "spacing"
246
- },
247
- "lg": {
248
- "value": "{core.spacing.8}",
249
- "type": "spacing"
250
- }
251
- }
252
- },
253
- "shadow": {
254
- "value": "{core.box-shadow.2}",
255
- "type": "boxShadow"
256
- }
257
- }
258
- }
@@ -1,140 +0,0 @@
1
- {
2
- "avatar": {
3
- "font": {
4
- "light": {
5
- "value": "$semantic.ui.color.text.3.light",
6
- "type": "color"
7
- },
8
- "dark": {
9
- "value": "$semantic.ui.color.text.3.dark",
10
- "type": "color"
11
- },
12
- "sm": {
13
- "value": "$semantic.font.default.bold.-3h",
14
- "type": "typography"
15
- },
16
- "md": {
17
- "value": "$semantic.font.default.bold.-1h",
18
- "type": "typography"
19
- },
20
- "lg": {
21
- "value": "$semantic.font.default.bold.0h",
22
- "type": "typography"
23
- }
24
- },
25
- "icon": {
26
- "light": {
27
- "value": "$semantic.ui.color.text.3.light",
28
- "type": "color"
29
- },
30
- "dark": {
31
- "value": "$semantic.ui.color.text.3.dark",
32
- "type": "color"
33
- }
34
- },
35
- "background": {
36
- "default": {
37
- "light": {
38
- "value": "$semantic.ui.color.foreground.2.light",
39
- "type": "color"
40
- },
41
- "dark": {
42
- "value": "$semantic.ui.color.foreground.2.dark",
43
- "type": "color"
44
- }
45
- },
46
- "red": {
47
- "light": {
48
- "value": "$core.color.palette.high-saturation.red.h-rr-010",
49
- "type": "color"
50
- },
51
- "dark": {
52
- "value": "$core.color.palette.high-saturation.red.h-rr-090",
53
- "type": "color"
54
- }
55
- },
56
- "teal": {
57
- "light": {
58
- "value": "$core.color.palette.high-saturation.green-blue.h-gb-010",
59
- "type": "color"
60
- },
61
- "dark": {
62
- "value": "$core.color.palette.high-saturation.green-blue.h-gb-090",
63
- "type": "color"
64
- }
65
- },
66
- "blue": {
67
- "light": {
68
- "value": "$core.color.palette.high-saturation.blue.h-bb-010",
69
- "type": "color"
70
- },
71
- "dark": {
72
- "value": "$core.color.palette.high-saturation.blue.h-bb-090",
73
- "type": "color"
74
- }
75
- },
76
- "green": {
77
- "light": {
78
- "value": "$core.color.palette.high-saturation.yellow-green.h-yg-010",
79
- "type": "color"
80
- },
81
- "dark": {
82
- "value": "$core.color.palette.high-saturation.yellow-green.h-yg-090",
83
- "type": "color"
84
- }
85
- },
86
- "yellow": {
87
- "light": {
88
- "value": "$core.color.palette.high-saturation.yellow.h-yy-010",
89
- "type": "color"
90
- },
91
- "dark": {
92
- "value": "$core.color.palette.high-saturation.yellow.h-yy-100",
93
- "type": "color"
94
- }
95
- }
96
- },
97
- "border-radius": {
98
- "sm": {
99
- "value": "$core.border.border-radius.4",
100
- "type": "borderRadius"
101
- },
102
- "md": {
103
- "value": "$core.border.border-radius.5",
104
- "type": "borderRadius"
105
- },
106
- "lg": {
107
- "value": "$core.border.border-radius.6",
108
- "type": "borderRadius"
109
- }
110
- },
111
- "comp-size": {
112
- "sm": {
113
- "value": "$core.sizing.9",
114
- "type": "sizing"
115
- },
116
- "md": {
117
- "value": "$core.sizing.11",
118
- "type": "sizing"
119
- },
120
- "lg": {
121
- "value": "$core.sizing.14",
122
- "type": "sizing"
123
- }
124
- },
125
- "icon-size": {
126
- "sm": {
127
- "value": "$core.sizing.7",
128
- "type": "sizing"
129
- },
130
- "md": {
131
- "value": "$core.sizing.9",
132
- "type": "sizing"
133
- },
134
- "lg": {
135
- "value": "$core.sizing.11",
136
- "type": "sizing"
137
- }
138
- }
139
- }
140
- }
@@ -1,124 +0,0 @@
1
- {
2
- "block-section": {
3
- "font": {
4
- "light": {
5
- "value": "$semantic.ui.color.text.2.light",
6
- "type": "color"
7
- },
8
- "dark": {
9
- "value": "$semantic.ui.color.text.2.dark",
10
- "type": "color"
11
- },
12
- "md": {
13
- "value": "$semantic.font.wrap.medium.-1",
14
- "type": "typography"
15
- }
16
- },
17
- "icon": {
18
- "valid": {
19
- "light": {
20
- "value": "$semantic.ui.color.success.default.light",
21
- "type": "color"
22
- },
23
- "dark": {
24
- "value": "$semantic.ui.color.success.default.dark",
25
- "type": "color"
26
- }
27
- },
28
- "invalid": {
29
- "light": {
30
- "value": "$semantic.ui.color.danger.default.light",
31
- "type": "color"
32
- },
33
- "dark": {
34
- "value": "$semantic.ui.color.danger.default.dark",
35
- "type": "color"
36
- }
37
- },
38
- "chevron": {
39
- "light": {
40
- "value": "$semantic.ui.color.text.3.light",
41
- "type": "color"
42
- },
43
- "dark": {
44
- "value": "{semantic.ui.color.text.3.dark}",
45
- "type": "color"
46
- }
47
- }
48
- },
49
- "background": {
50
- "light": {
51
- "value": "$semantic.ui.color.foreground.1.light",
52
- "type": "color"
53
- },
54
- "dark": {
55
- "value": "$semantic.ui.color.background.dark",
56
- "type": "color"
57
- }
58
- },
59
- "border-radius": {
60
- "md": {
61
- "value": "$core.border.border-radius.none",
62
- "type": "borderRadius"
63
- }
64
- },
65
- "icon-size": {
66
- "md": {
67
- "value": "$core.sizing.7",
68
- "type": "sizing"
69
- }
70
- },
71
- "space-between": {
72
- "md": {
73
- "value": "$core.spacing.none",
74
- "type": "spacing"
75
- }
76
- },
77
- "space-around": {
78
- "block-text": {
79
- "right-left": {
80
- "md": {
81
- "value": "$core.spacing.5",
82
- "type": "spacing"
83
- }
84
- }
85
- },
86
- "block-content": {
87
- "md": {
88
- "value": "$core.spacing.none",
89
- "type": "spacing"
90
- }
91
- },
92
- "block-section": {
93
- "top-bottom": {
94
- "md": {
95
- "value": "$core.spacing.5",
96
- "type": "spacing"
97
- }
98
- }
99
- },
100
- "icon": {
101
- "left": {
102
- "md": {
103
- "value": "$core.spacing.3",
104
- "type": "spacing"
105
- }
106
- }
107
- },
108
- "switch": {
109
- "left": {
110
- "md": {
111
- "value": "$core.spacing.1",
112
- "type": "spacing"
113
- }
114
- }
115
- }
116
- },
117
- "chevron-size": {
118
- "md": {
119
- "value": "$core.sizing.7",
120
- "type": "sizing"
121
- }
122
- }
123
- }
124
- }