@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,650 +0,0 @@
1
- {
2
- "button": {
3
- "font": {
4
- "brand": {
5
- "solid": {
6
- "light": {
7
- "value": "$semantic.ui.color.text.inverse.light",
8
- "type": "color"
9
- },
10
- "dark": {
11
- "value": "$semantic.ui.color.text.inverse.dark",
12
- "type": "color"
13
- }
14
- },
15
- "outline-fill": {
16
- "light": {
17
- "value": "$semantic.ui.color.brand.default.light",
18
- "type": "color"
19
- },
20
- "dark": {
21
- "value": "$semantic.ui.color.brand.default.dark",
22
- "type": "color"
23
- }
24
- },
25
- "outline": {
26
- "light": {
27
- "value": "$semantic.ui.color.brand.default.light",
28
- "type": "color"
29
- },
30
- "dark": {
31
- "value": "$semantic.ui.color.brand.default.dark",
32
- "type": "color"
33
- }
34
- },
35
- "transparent": {
36
- "light": {
37
- "value": "$semantic.ui.color.brand.default.light",
38
- "type": "color"
39
- },
40
- "dark": {
41
- "value": "$semantic.ui.color.brand.default.dark",
42
- "type": "color"
43
- }
44
- }
45
- },
46
- "sm": {
47
- "value": "$semantic.font.default.bold.-2h",
48
- "type": "typography"
49
- },
50
- "md": {
51
- "value": "$semantic.font.default.bold.-1h",
52
- "type": "typography"
53
- },
54
- "lg": {
55
- "value": "$semantic.font.default.bold.0h",
56
- "type": "typography"
57
- },
58
- "inverse": {
59
- "solid": {
60
- "light": {
61
- "value": "$semantic.ui.color.text.inverse.light",
62
- "type": "color"
63
- },
64
- "dark": {
65
- "value": "$semantic.ui.color.text.inverse.dark",
66
- "type": "color"
67
- }
68
- },
69
- "outline-fill": {
70
- "light": {
71
- "value": "$semantic.ui.color.text.1.light",
72
- "type": "color"
73
- },
74
- "dark": {
75
- "value": "$semantic.ui.color.text.1.dark",
76
- "type": "color"
77
- }
78
- },
79
- "outline": {
80
- "light": {
81
- "value": "$semantic.ui.color.text.1.light",
82
- "type": "color"
83
- },
84
- "dark": {
85
- "value": "$semantic.ui.color.text.1.dark",
86
- "type": "color"
87
- }
88
- },
89
- "transparent": {
90
- "light": {
91
- "value": "$semantic.ui.color.text.1.light",
92
- "type": "color"
93
- },
94
- "dark": {
95
- "value": "$semantic.ui.color.text.1.dark",
96
- "type": "color"
97
- }
98
- }
99
- },
100
- "neutral": {
101
- "solid": {
102
- "light": {
103
- "value": "$semantic.ui.color.text.1.light",
104
- "type": "color"
105
- },
106
- "dark": {
107
- "value": "$semantic.ui.color.text.1.dark",
108
- "type": "color"
109
- }
110
- },
111
- "outline-fill": {
112
- "light": {
113
- "value": "$semantic.ui.color.text.1.light",
114
- "type": "color"
115
- },
116
- "dark": {
117
- "value": "$semantic.ui.color.text.1.dark",
118
- "type": "color"
119
- }
120
- },
121
- "outline": {
122
- "light": {
123
- "value": "$semantic.ui.color.text.1.light",
124
- "type": "color"
125
- },
126
- "dark": {
127
- "value": "$semantic.ui.color.text.1.dark",
128
- "type": "color"
129
- }
130
- },
131
- "transparent": {
132
- "light": {
133
- "value": "$semantic.ui.color.text.1.light",
134
- "type": "color"
135
- },
136
- "dark": {
137
- "value": "$semantic.ui.color.text.1.dark",
138
- "type": "color"
139
- }
140
- }
141
- },
142
- "danger": {
143
- "solid": {
144
- "light": {
145
- "value": "$semantic.ui.color.text.inverse.light",
146
- "type": "color"
147
- },
148
- "dark": {
149
- "value": "$semantic.ui.color.text.inverse.dark",
150
- "type": "color"
151
- }
152
- },
153
- "outline-fill": {
154
- "light": {
155
- "value": "$semantic.ui.color.danger.default.light",
156
- "type": "color"
157
- },
158
- "dark": {
159
- "value": "$semantic.ui.color.danger.default.dark",
160
- "type": "color"
161
- }
162
- },
163
- "outline": {
164
- "light": {
165
- "value": "$semantic.ui.color.danger.default.light",
166
- "type": "color"
167
- },
168
- "dark": {
169
- "value": "$semantic.ui.color.danger.default.dark",
170
- "type": "color"
171
- }
172
- },
173
- "transparent": {
174
- "light": {
175
- "value": "$semantic.ui.color.danger.default.light",
176
- "type": "color"
177
- },
178
- "dark": {
179
- "value": "$semantic.ui.color.danger.default.dark",
180
- "type": "color"
181
- }
182
- }
183
- }
184
- },
185
- "icon": {
186
- "brand": {
187
- "solid": {
188
- "light": {
189
- "value": "$semantic.ui.color.foreground.1.light",
190
- "type": "color"
191
- },
192
- "dark": {
193
- "value": "$semantic.ui.color.foreground.1.dark",
194
- "type": "color"
195
- }
196
- },
197
- "outline-fill": {
198
- "light": {
199
- "value": "$semantic.ui.color.brand.default.light",
200
- "type": "color"
201
- },
202
- "dark": {
203
- "value": "$semantic.ui.color.brand.default.dark",
204
- "type": "color"
205
- }
206
- },
207
- "outline": {
208
- "light": {
209
- "value": "$semantic.ui.color.brand.default.light",
210
- "type": "color"
211
- },
212
- "dark": {
213
- "value": "$semantic.ui.color.brand.default.dark",
214
- "type": "color"
215
- }
216
- },
217
- "transparent": {
218
- "light": {
219
- "value": "$semantic.ui.color.brand.default.light",
220
- "type": "color"
221
- },
222
- "dark": {
223
- "value": "$semantic.ui.color.brand.default.dark",
224
- "type": "color"
225
- }
226
- }
227
- },
228
- "inverse": {
229
- "solid": {
230
- "light": {
231
- "value": "$semantic.ui.color.text.inverse.light",
232
- "type": "color"
233
- },
234
- "dark": {
235
- "value": "$semantic.ui.color.text.inverse.dark",
236
- "type": "color"
237
- }
238
- },
239
- "outline-fill": {
240
- "light": {
241
- "value": "$semantic.ui.color.text.1.light",
242
- "type": "color"
243
- },
244
- "dark": {
245
- "value": "$semantic.ui.color.text.1.dark",
246
- "type": "color"
247
- }
248
- },
249
- "outline": {
250
- "light": {
251
- "value": "$semantic.ui.color.text.1.light",
252
- "type": "color"
253
- },
254
- "dark": {
255
- "value": "$semantic.ui.color.text.1.dark",
256
- "type": "color"
257
- }
258
- },
259
- "transparent": {
260
- "light": {
261
- "value": "$semantic.ui.color.text.1.light",
262
- "type": "color"
263
- },
264
- "dark": {
265
- "value": "$semantic.ui.color.text.1.dark",
266
- "type": "color"
267
- }
268
- }
269
- },
270
- "neutral": {
271
- "solid": {
272
- "light": {
273
- "value": "$semantic.ui.color.text.1.light",
274
- "type": "color"
275
- },
276
- "dark": {
277
- "value": "$semantic.ui.color.text.1.dark",
278
- "type": "color"
279
- }
280
- },
281
- "outline-fill": {
282
- "light": {
283
- "value": "$semantic.ui.color.text.1.light",
284
- "type": "color"
285
- },
286
- "dark": {
287
- "value": "$semantic.ui.color.text.1.dark",
288
- "type": "color"
289
- }
290
- },
291
- "outline": {
292
- "light": {
293
- "value": "$semantic.ui.color.text.1.light",
294
- "type": "color"
295
- },
296
- "dark": {
297
- "value": "$semantic.ui.color.text.1.dark",
298
- "type": "color"
299
- }
300
- },
301
- "transparent": {
302
- "light": {
303
- "value": "$semantic.ui.color.text.1.light",
304
- "type": "color"
305
- },
306
- "dark": {
307
- "value": "$semantic.ui.color.text.1.dark",
308
- "type": "color"
309
- }
310
- }
311
- },
312
- "danger": {
313
- "solid": {
314
- "light": {
315
- "value": "$semantic.ui.color.foreground.1.light",
316
- "type": "color"
317
- },
318
- "dark": {
319
- "value": "$semantic.ui.color.foreground.1.dark",
320
- "type": "color"
321
- }
322
- },
323
- "outline-fill": {
324
- "light": {
325
- "value": "$semantic.ui.color.danger.default.light",
326
- "type": "color"
327
- },
328
- "dark": {
329
- "value": "$semantic.ui.color.danger.default.dark",
330
- "type": "color"
331
- }
332
- },
333
- "outline": {
334
- "light": {
335
- "value": "$semantic.ui.color.danger.default.light",
336
- "type": "color"
337
- },
338
- "dark": {
339
- "value": "$semantic.ui.color.danger.default.dark",
340
- "type": "color"
341
- }
342
- },
343
- "transparent": {
344
- "light": {
345
- "value": "$semantic.ui.color.danger.default.light",
346
- "type": "color"
347
- },
348
- "dark": {
349
- "value": "$semantic.ui.color.danger.default.dark",
350
- "type": "color"
351
- }
352
- }
353
- }
354
- },
355
- "border": {
356
- "brand": {
357
- "outline-fill": {
358
- "light": {
359
- "value": "$semantic.ui.color.brand.default.light",
360
- "type": "color"
361
- },
362
- "dark": {
363
- "value": "$semantic.ui.color.brand.default.dark",
364
- "type": "color"
365
- }
366
- },
367
- "outline": {
368
- "light": {
369
- "value": "$semantic.ui.color.brand.default.light",
370
- "type": "color"
371
- },
372
- "dark": {
373
- "value": "$semantic.ui.color.brand.default.dark",
374
- "type": "color"
375
- }
376
- }
377
- },
378
- "inverse": {
379
- "outline-fill": {
380
- "light": {
381
- "value": "$semantic.ui.color.inverse.light",
382
- "type": "color"
383
- },
384
- "dark": {
385
- "value": "$semantic.ui.color.inverse.dark",
386
- "type": "color"
387
- }
388
- },
389
- "outline": {
390
- "light": {
391
- "value": "$semantic.ui.color.inverse.light",
392
- "type": "color"
393
- },
394
- "dark": {
395
- "value": "$semantic.ui.color.inverse.dark",
396
- "type": "color"
397
- }
398
- }
399
- },
400
- "neutral": {
401
- "outline-fill": {
402
- "light": {
403
- "value": "$semantic.ui.color.inverse.light",
404
- "type": "color"
405
- },
406
- "dark": {
407
- "value": "$semantic.ui.color.inverse.dark",
408
- "type": "color"
409
- }
410
- },
411
- "outline": {
412
- "light": {
413
- "value": "$semantic.ui.color.inverse.light",
414
- "type": "color"
415
- },
416
- "dark": {
417
- "value": "$semantic.ui.color.inverse.dark",
418
- "type": "color"
419
- }
420
- }
421
- },
422
- "danger": {
423
- "outline-fill": {
424
- "light": {
425
- "value": "$semantic.ui.color.danger.default.light",
426
- "type": "color"
427
- },
428
- "dark": {
429
- "value": "$semantic.ui.color.danger.default.dark",
430
- "type": "color"
431
- }
432
- },
433
- "outline": {
434
- "light": {
435
- "value": "$semantic.ui.color.danger.default.light",
436
- "type": "color"
437
- },
438
- "dark": {
439
- "value": "$semantic.ui.color.danger.default.dark",
440
- "type": "color"
441
- }
442
- }
443
- }
444
- },
445
- "background": {
446
- "brand": {
447
- "solid": {
448
- "light": {
449
- "value": "$semantic.ui.color.brand.default.light",
450
- "type": "color"
451
- },
452
- "dark": {
453
- "value": "$semantic.ui.color.brand.default.dark",
454
- "type": "color"
455
- }
456
- },
457
- "outline-fill": {
458
- "light": {
459
- "value": "$semantic.ui.color.foreground.1.light",
460
- "type": "color"
461
- },
462
- "dark": {
463
- "value": "$semantic.ui.color.foreground.1.dark",
464
- "type": "color"
465
- }
466
- }
467
- },
468
- "inverse": {
469
- "solid": {
470
- "light": {
471
- "value": "$semantic.ui.color.inverse.light",
472
- "type": "color"
473
- },
474
- "dark": {
475
- "value": "$semantic.ui.color.inverse.dark",
476
- "type": "color"
477
- }
478
- },
479
- "outline-fill": {
480
- "light": {
481
- "value": "$semantic.ui.color.inverse.light",
482
- "type": "color"
483
- },
484
- "dark": {
485
- "value": "$semantic.ui.color.inverse.dark",
486
- "type": "color"
487
- }
488
- }
489
- },
490
- "neutral": {
491
- "solid": {
492
- "light": {
493
- "value": "$semantic.ui.color.foreground.1.light",
494
- "type": "color"
495
- },
496
- "dark": {
497
- "value": "$semantic.ui.color.foreground.1.dark",
498
- "type": "color"
499
- }
500
- },
501
- "outline-fill": {
502
- "light": {
503
- "value": "$semantic.ui.color.foreground.1.light",
504
- "type": "color"
505
- },
506
- "dark": {
507
- "value": "$semantic.ui.color.foreground.1.dark",
508
- "type": "color"
509
- }
510
- }
511
- },
512
- "danger": {
513
- "solid": {
514
- "light": {
515
- "value": "$semantic.ui.color.danger.default.light",
516
- "type": "color"
517
- },
518
- "dark": {
519
- "value": "$semantic.ui.color.danger.default.dark",
520
- "type": "color"
521
- }
522
- },
523
- "outline-fill": {
524
- "light": {
525
- "value": "$semantic.ui.color.danger.default.light",
526
- "type": "color"
527
- },
528
- "dark": {
529
- "value": "$semantic.ui.color.danger.default.dark",
530
- "type": "color"
531
- }
532
- }
533
- }
534
- },
535
- "border-radius": {
536
- "sm": {
537
- "value": "$core.border.border-radius.none",
538
- "type": "borderRadius"
539
- },
540
- "md": {
541
- "value": "$core.border.border-radius.none",
542
- "type": "borderRadius"
543
- },
544
- "lg": {
545
- "value": "$core.border.border-radius.none",
546
- "type": "borderRadius"
547
- }
548
- },
549
- "border-width": {
550
- "sm": {
551
- "value": "$core.border.border-width.0",
552
- "type": "borderWidth"
553
- },
554
- "md": {
555
- "value": "$core.border.border-width.0",
556
- "type": "borderWidth"
557
- },
558
- "lg": {
559
- "value": "$core.border.border-width.0",
560
- "type": "borderWidth"
561
- }
562
- },
563
- "comp-size": {
564
- "sm": {
565
- "value": "$core.sizing.9",
566
- "type": "sizing"
567
- },
568
- "md": {
569
- "value": "$core.sizing.11",
570
- "type": "sizing"
571
- },
572
- "lg": {
573
- "value": "$core.sizing.14",
574
- "type": "sizing"
575
- }
576
- },
577
- "icon-size": {
578
- "sm": {
579
- "value": "$core.sizing.7",
580
- "type": "sizing"
581
- },
582
- "md": {
583
- "value": "$core.sizing.7",
584
- "type": "sizing"
585
- },
586
- "lg": {
587
- "value": "$core.sizing.7",
588
- "type": "sizing"
589
- }
590
- },
591
- "space-around": {
592
- "left-right": {
593
- "sm": {
594
- "value": "$core.spacing.3",
595
- "type": "spacing"
596
- },
597
- "md": {
598
- "value": "$core.spacing.5",
599
- "type": "spacing"
600
- },
601
- "lg": {
602
- "value": "$core.spacing.7",
603
- "type": "spacing"
604
- }
605
- },
606
- "top-bottom": {
607
- "sm": {
608
- "value": "$core.spacing.1",
609
- "type": "spacing"
610
- },
611
- "md": {
612
- "value": "$core.spacing.3",
613
- "type": "spacing"
614
- },
615
- "lg": {
616
- "value": "$core.spacing.5",
617
- "type": "spacing"
618
- }
619
- },
620
- "icon-only": {
621
- "sm": {
622
- "value": "$core.spacing.1",
623
- "type": "spacing"
624
- },
625
- "md": {
626
- "value": "$core.spacing.3",
627
- "type": "spacing"
628
- },
629
- "lg": {
630
- "value": "$core.spacing.5",
631
- "type": "spacing"
632
- }
633
- }
634
- },
635
- "space-between": {
636
- "sm": {
637
- "value": "$core.spacing.3",
638
- "type": "spacing"
639
- },
640
- "md": {
641
- "value": "$core.spacing.5",
642
- "type": "spacing"
643
- },
644
- "lg": {
645
- "value": "$core.spacing.7",
646
- "type": "spacing"
647
- }
648
- }
649
- }
650
- }