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