@conboai/storybook.components 0.2.10 → 0.2.11

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.
@@ -58404,7 +58404,7 @@ const $5 = {
58404
58404
  lt,
58405
58405
  {
58406
58406
  width: "100%",
58407
- height: o ? "auto" : "265px",
58407
+ height: o && !e ? "auto" : "265px",
58408
58408
  justifyContent: "center",
58409
58409
  alignItems: "center",
58410
58410
  mt: "10px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [