@stokelp/styled-system 2.38.1 → 2.39.1
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.
- package/package.json +1 -1
- package/panda.buildinfo.json +5 -4
package/package.json
CHANGED
package/panda.buildinfo.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"gap]___[value:space-32",
|
|
84
84
|
"padding]___[value:space-16",
|
|
85
85
|
"marginTop]___[value:100",
|
|
86
|
+
"marginTop]___[value:space-16",
|
|
86
87
|
"color]___[value:primary.500",
|
|
87
88
|
"color]___[value:success.500",
|
|
88
89
|
"color]___[value:warning.500",
|
|
@@ -127,13 +128,13 @@
|
|
|
127
128
|
"input": [
|
|
128
129
|
"size]___[value:md]___[recipe:input"
|
|
129
130
|
],
|
|
131
|
+
"tooltip": [],
|
|
130
132
|
"inputGroup": [],
|
|
131
133
|
"inputAddon": [],
|
|
132
134
|
"formControl": [],
|
|
133
135
|
"formLabel": [
|
|
134
136
|
"variant]___[value:absolute]___[recipe:formLabel"
|
|
135
137
|
],
|
|
136
|
-
"tooltip": [],
|
|
137
138
|
"switchRecipe": [
|
|
138
139
|
"size]___[value:md]___[recipe:switchRecipe"
|
|
139
140
|
],
|
|
@@ -191,6 +192,9 @@
|
|
|
191
192
|
"drawer": [
|
|
192
193
|
"variant]___[value:right]___[recipe:drawer"
|
|
193
194
|
],
|
|
195
|
+
"select": [
|
|
196
|
+
"size]___[value:md]___[recipe:select"
|
|
197
|
+
],
|
|
194
198
|
"flag": [
|
|
195
199
|
"shape]___[value:rounded]___[recipe:flag"
|
|
196
200
|
],
|
|
@@ -211,9 +215,6 @@
|
|
|
211
215
|
"radioGroup": [
|
|
212
216
|
"size]___[value:md]___[recipe:radioGroup"
|
|
213
217
|
],
|
|
214
|
-
"select": [
|
|
215
|
-
"size]___[value:md]___[recipe:select"
|
|
216
|
-
],
|
|
217
218
|
"statusTagSelect": [
|
|
218
219
|
"size]___[value:md]___[recipe:statusTagSelect",
|
|
219
220
|
"severity]___[value:neutral]___[recipe:statusTagSelect",
|