@conboai/storybook.components 0.2.85 → 0.2.87

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.
@@ -63690,7 +63690,7 @@ const oee = {
63690
63690
  sx: {
63691
63691
  width: "100%",
63692
63692
  height: "100%",
63693
- objectFit: "cover",
63693
+ objectFit: "contain",
63694
63694
  objectPosition: "center"
63695
63695
  }
63696
63696
  }
@@ -73831,7 +73831,7 @@ const mg = {
73831
73831
  },
73832
73832
  [y, C, T, o]
73833
73833
  );
73834
- return /* @__PURE__ */ te.jsxs("div", { style: { position: "relative", userSelect: "none" }, children: [
73834
+ return /* @__PURE__ */ te.jsxs("div", { style: { position: "relative", userSelect: "none", width: "fit-content", height: "100%", margin: "auto" }, children: [
73835
73835
  t,
73836
73836
  c.show && /* @__PURE__ */ te.jsx(
73837
73837
  Jee,
@@ -78255,7 +78255,7 @@ const Ane = ({
78255
78255
  {
78256
78256
  component: "img",
78257
78257
  image: e,
78258
- style: { width: "100%", objectFit: "cover", height: "100%" },
78258
+ style: { width: "100%", objectFit: "contain", height: "100%" },
78259
78259
  alt: "Feed image"
78260
78260
  }
78261
78261
  ) : /* @__PURE__ */ te.jsx(
@@ -78263,7 +78263,7 @@ const Ane = ({
78263
78263
  {
78264
78264
  component: "img",
78265
78265
  image: Mne,
78266
- style: { width: "100%", objectFit: "cover", height: "100%" },
78266
+ style: { width: "100%", objectFit: "contain", height: "100%" },
78267
78267
  alt: "No image available"
78268
78268
  }
78269
78269
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.85",
3
+ "version": "0.2.87",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [