@stokelp/styled-system 2.38.0 → 2.39.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.
- package/package.json +1 -1
- package/panda.buildinfo.json +9 -12
package/package.json
CHANGED
package/panda.buildinfo.json
CHANGED
|
@@ -36,8 +36,6 @@
|
|
|
36
36
|
"width]___[value:24",
|
|
37
37
|
"height]___[value:24",
|
|
38
38
|
"truncate]___[value:true",
|
|
39
|
-
"cursor]___[value:pointer",
|
|
40
|
-
"marginRight]___[value:space-4",
|
|
41
39
|
"width]___[value:16",
|
|
42
40
|
"height]___[value:16",
|
|
43
41
|
"paddingInline]___[value:space-8",
|
|
@@ -105,8 +103,8 @@
|
|
|
105
103
|
"size]___[value:sm]___[recipe:iconButton",
|
|
106
104
|
"variant]___[value:tertiary]___[recipe:iconButton",
|
|
107
105
|
"severity]___[value:none]___[recipe:iconButton",
|
|
108
|
-
"variant]___[value:secondary]___[recipe:iconButton",
|
|
109
106
|
"size]___[value:md]___[recipe:iconButton",
|
|
107
|
+
"variant]___[value:secondary]___[recipe:iconButton",
|
|
110
108
|
"variant]___[value:primary]___[recipe:iconButton",
|
|
111
109
|
"size]___[value:lg]___[recipe:iconButton"
|
|
112
110
|
],
|
|
@@ -129,21 +127,13 @@
|
|
|
129
127
|
"input": [
|
|
130
128
|
"size]___[value:md]___[recipe:input"
|
|
131
129
|
],
|
|
130
|
+
"tooltip": [],
|
|
132
131
|
"inputGroup": [],
|
|
133
132
|
"inputAddon": [],
|
|
134
|
-
"button": [
|
|
135
|
-
"size]___[value:sm]___[recipe:button",
|
|
136
|
-
"variant]___[value:secondary]___[recipe:button",
|
|
137
|
-
"severity]___[value:none]___[recipe:button",
|
|
138
|
-
"size]___[value:lg]___[recipe:button",
|
|
139
|
-
"variant]___[value:tertiary]___[recipe:button",
|
|
140
|
-
"variant]___[value:primary]___[recipe:button"
|
|
141
|
-
],
|
|
142
133
|
"formControl": [],
|
|
143
134
|
"formLabel": [
|
|
144
135
|
"variant]___[value:absolute]___[recipe:formLabel"
|
|
145
136
|
],
|
|
146
|
-
"tooltip": [],
|
|
147
137
|
"switchRecipe": [
|
|
148
138
|
"size]___[value:md]___[recipe:switchRecipe"
|
|
149
139
|
],
|
|
@@ -186,6 +176,13 @@
|
|
|
186
176
|
"colorScheme]___[value:secondary]___[recipe:chip"
|
|
187
177
|
],
|
|
188
178
|
"breadcrumb": [],
|
|
179
|
+
"button": [
|
|
180
|
+
"size]___[value:lg]___[recipe:button",
|
|
181
|
+
"variant]___[value:tertiary]___[recipe:button",
|
|
182
|
+
"severity]___[value:none]___[recipe:button",
|
|
183
|
+
"variant]___[value:primary]___[recipe:button",
|
|
184
|
+
"variant]___[value:secondary]___[recipe:button"
|
|
185
|
+
],
|
|
189
186
|
"combobox": [
|
|
190
187
|
"size]___[value:md]___[recipe:combobox"
|
|
191
188
|
],
|