@stokelp/styled-system 2.85.1 → 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 +18 -2
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",
|
|
@@ -115,7 +126,12 @@
|
|
|
115
126
|
"overflow]___[value:auto",
|
|
116
127
|
"padding]___[value:space-64",
|
|
117
128
|
"height]___[value:500",
|
|
118
|
-
"background]___[value:grey.100"
|
|
129
|
+
"background]___[value:grey.100",
|
|
130
|
+
"maxWidth]___[value:500",
|
|
131
|
+
"textOverflow]___[value:ellipsis",
|
|
132
|
+
"whiteSpace]___[value:nowrap",
|
|
133
|
+
"overflow]___[value:hidden",
|
|
134
|
+
"gap]___[value:20"
|
|
119
135
|
],
|
|
120
136
|
"recipes": {
|
|
121
137
|
"iconButton": [
|
|
@@ -156,6 +172,7 @@
|
|
|
156
172
|
"italic]___[value:true]___[recipe:text",
|
|
157
173
|
"underline]___[value:true]___[recipe:text"
|
|
158
174
|
],
|
|
175
|
+
"textarea": [],
|
|
159
176
|
"checkbox": [
|
|
160
177
|
"size]___[value:md]___[recipe:checkbox"
|
|
161
178
|
],
|
|
@@ -257,7 +274,6 @@
|
|
|
257
274
|
"hideClearTrigger]___[value:true]___[recipe:combobox"
|
|
258
275
|
],
|
|
259
276
|
"dialog": [],
|
|
260
|
-
"textarea": [],
|
|
261
277
|
"drawer": [
|
|
262
278
|
"variant]___[value:right]___[recipe:drawer",
|
|
263
279
|
"variant]___[value:left]___[recipe:drawer"
|