@stokelp/styled-system 2.23.0 → 2.24.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
CHANGED
package/panda.buildinfo.json
CHANGED
|
@@ -158,7 +158,8 @@
|
|
|
158
158
|
"severity]___[value:neutral]___[recipe:tag",
|
|
159
159
|
"severity]___[value:success]___[recipe:tag",
|
|
160
160
|
"severity]___[value:warning]___[recipe:tag",
|
|
161
|
-
"severity]___[value:error]___[recipe:tag"
|
|
161
|
+
"severity]___[value:error]___[recipe:tag",
|
|
162
|
+
"severity]___[value:info]___[recipe:tag"
|
|
162
163
|
],
|
|
163
164
|
"appNavigation": [
|
|
164
165
|
"variant]___[value:prod]___[recipe:appNavigation"
|
|
@@ -206,7 +207,8 @@
|
|
|
206
207
|
"severity]___[value:neutral]___[recipe:statusTagSelect",
|
|
207
208
|
"severity]___[value:success]___[recipe:statusTagSelect",
|
|
208
209
|
"severity]___[value:warning]___[recipe:statusTagSelect",
|
|
209
|
-
"severity]___[value:error]___[recipe:statusTagSelect"
|
|
210
|
+
"severity]___[value:error]___[recipe:statusTagSelect",
|
|
211
|
+
"severity]___[value:info]___[recipe:statusTagSelect"
|
|
210
212
|
],
|
|
211
213
|
"tableGroupTitle": [
|
|
212
214
|
"variant]___[value:primary]___[recipe:tableGroupTitle",
|
package/recipes/tag.d.ts
CHANGED