@ambuj.bhaskar/react-component-library 0.28.9-alpha → 0.28.10-alpha
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/assets/index.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74081,6 +74081,7 @@ const CSe = (e) => {
|
|
|
74081
74081
|
const s = o.direction || "row", c = {
|
|
74082
74082
|
maxHeight: n,
|
|
74083
74083
|
maxWidth: r,
|
|
74084
|
+
width: r,
|
|
74084
74085
|
flexDirection: s
|
|
74085
74086
|
};
|
|
74086
74087
|
return /* @__PURE__ */ z.jsx(
|