@conboai/storybook.components 0.1.19 → 0.1.20
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.
|
@@ -58289,10 +58289,10 @@ const _5 = {
|
|
|
58289
58289
|
isLoading: e,
|
|
58290
58290
|
src: n,
|
|
58291
58291
|
isHls: r,
|
|
58292
|
-
|
|
58292
|
+
isVideoGenerating: o = !1
|
|
58293
58293
|
}) => {
|
|
58294
|
-
const
|
|
58295
|
-
t()
|
|
58294
|
+
const i = () => {
|
|
58295
|
+
t();
|
|
58296
58296
|
};
|
|
58297
58297
|
return /* @__PURE__ */ E.jsx(
|
|
58298
58298
|
at,
|
|
@@ -58302,7 +58302,7 @@ const _5 = {
|
|
|
58302
58302
|
justifyContent: "center",
|
|
58303
58303
|
alignItems: "center",
|
|
58304
58304
|
sx: { display: "flex", backgroundColor: gn },
|
|
58305
|
-
children:
|
|
58305
|
+
children: o ? /* @__PURE__ */ E.jsx(N5, { src: n, isLoading: e, isHls: r }) : /* @__PURE__ */ E.jsx(Yr, { onClick: i, size: "large", children: "Generate video" })
|
|
58306
58306
|
}
|
|
58307
58307
|
);
|
|
58308
58308
|
};
|