gearboxdownloadmodal 2.0.1 → 2.0.3
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/Card.d.ts +1 -1
- package/dist/src/components/CardSection.d.ts +1 -1
- package/dist/src/components/Modal.d.ts +1 -1
- package/dist/src/components/Networks.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -673,7 +673,7 @@ const wa = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
|
|
|
673
673
|
children: e
|
|
674
674
|
}
|
|
675
675
|
);
|
|
676
|
-
}, Oa = ({ iframeUrl: e }) => /* @__PURE__ */ y.jsx("div", { className: "flex
|
|
676
|
+
}, Oa = ({ iframeUrl: e }) => /* @__PURE__ */ y.jsx("div", { className: "flex w-full items-center justify-center rounded-xl border border-dark-20 retina:h-[430px] uhd:h-[430px]", style: { height: 500 }, children: /* @__PURE__ */ y.jsx(
|
|
677
677
|
"iframe",
|
|
678
678
|
{
|
|
679
679
|
title: "preview",
|
|
@@ -4535,7 +4535,7 @@ const Hn = [
|
|
|
4535
4535
|
);
|
|
4536
4536
|
let { url: P } = ae;
|
|
4537
4537
|
if (!P) {
|
|
4538
|
-
p(!1), m(ae.message);
|
|
4538
|
+
p(!1), m(ae.message, ae);
|
|
4539
4539
|
return;
|
|
4540
4540
|
}
|
|
4541
4541
|
let H, N = await fetch(v + "/" + P).then(
|