@cambly/syntax-core 4.0.0 → 4.1.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/dist/index.d.ts +5 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -160,6 +160,7 @@ function Box(props) {
|
|
|
160
160
|
display,
|
|
161
161
|
smDisplay,
|
|
162
162
|
lgDisplay,
|
|
163
|
+
flexShrink,
|
|
163
164
|
flexWrap,
|
|
164
165
|
gap: gap2,
|
|
165
166
|
justifyContent,
|
|
@@ -211,6 +212,7 @@ function Box(props) {
|
|
|
211
212
|
"display",
|
|
212
213
|
"smDisplay",
|
|
213
214
|
"lgDisplay",
|
|
215
|
+
"flexShrink",
|
|
214
216
|
"flexWrap",
|
|
215
217
|
"gap",
|
|
216
218
|
"justifyContent",
|
|
@@ -312,6 +314,7 @@ function Box(props) {
|
|
|
312
314
|
rounding && rounding !== "none" && Box_module_default[`rounding${rounding}`]
|
|
313
315
|
),
|
|
314
316
|
style: __spreadValues({
|
|
317
|
+
flexShrink,
|
|
315
318
|
height,
|
|
316
319
|
maxHeight,
|
|
317
320
|
maxWidth,
|