@conboai/storybook.components 0.2.86 → 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.
|
@@ -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: "
|
|
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: "
|
|
78266
|
+
style: { width: "100%", objectFit: "contain", height: "100%" },
|
|
78267
78267
|
alt: "No image available"
|
|
78268
78268
|
}
|
|
78269
78269
|
)
|