@stokelp/styled-system 2.86.0 → 2.87.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 +12 -1
package/package.json
CHANGED
package/panda.buildinfo.json
CHANGED
|
@@ -61,6 +61,17 @@
|
|
|
61
61
|
"color]___[value:primary.500",
|
|
62
62
|
"border]___[value:solid 1px",
|
|
63
63
|
"borderColor]___[value:grey.100",
|
|
64
|
+
"width]___[value:10px]___[cond:&::-webkit-scrollbar",
|
|
65
|
+
"background]___[value:transparent]___[cond:&::-webkit-scrollbar-track",
|
|
66
|
+
"marginBlock]___[value:4px]___[cond:&::-webkit-scrollbar-track",
|
|
67
|
+
"borderRadius]___[value:8px]___[cond:&::-webkit-scrollbar-track",
|
|
68
|
+
"background]___[value:rgba(0,0,0,0.25)]___[cond:&::-webkit-scrollbar-thumb",
|
|
69
|
+
"borderRadius]___[value:8px]___[cond:&::-webkit-scrollbar-thumb",
|
|
70
|
+
"border]___[value:2px solid transparent]___[cond:&::-webkit-scrollbar-thumb",
|
|
71
|
+
"backgroundClip]___[value:padding-box]___[cond:&::-webkit-scrollbar-thumb",
|
|
72
|
+
"resize]___[value:none",
|
|
73
|
+
"overflowAnchor]___[value:none",
|
|
74
|
+
"boxSizing]___[value:border-box",
|
|
64
75
|
"stroke]___[value:grey.100",
|
|
65
76
|
"fill]___[value:primary.500",
|
|
66
77
|
"padding]___[value:space-8",
|
|
@@ -161,6 +172,7 @@
|
|
|
161
172
|
"italic]___[value:true]___[recipe:text",
|
|
162
173
|
"underline]___[value:true]___[recipe:text"
|
|
163
174
|
],
|
|
175
|
+
"textarea": [],
|
|
164
176
|
"checkbox": [
|
|
165
177
|
"size]___[value:md]___[recipe:checkbox"
|
|
166
178
|
],
|
|
@@ -262,7 +274,6 @@
|
|
|
262
274
|
"hideClearTrigger]___[value:true]___[recipe:combobox"
|
|
263
275
|
],
|
|
264
276
|
"dialog": [],
|
|
265
|
-
"textarea": [],
|
|
266
277
|
"drawer": [
|
|
267
278
|
"variant]___[value:right]___[recipe:drawer",
|
|
268
279
|
"variant]___[value:left]___[recipe:drawer"
|