gearboxdownloadmodal 1.0.25 → 1.0.26
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 +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4018,7 +4018,7 @@ const Ni = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n }) => {
|
|
|
4018
4018
|
fetchFileUrl: a
|
|
4019
4019
|
}) => {
|
|
4020
4020
|
const o = (e == null ? void 0 : e.length) > 25 ? e.slice(0, 25) + "..." : e;
|
|
4021
|
-
return /* @__PURE__ */ g.
|
|
4021
|
+
return /* @__PURE__ */ g.jsxs("div", { className: "w-[322px] flex flex-col p-5 gap-5 rounded-l-xl", children: [
|
|
4022
4022
|
/* @__PURE__ */ g.jsx(Ma, { iframeUrl: A }),
|
|
4023
4023
|
/* @__PURE__ */ g.jsx(Sa, { name: o }),
|
|
4024
4024
|
/* @__PURE__ */ g.jsx(
|
|
@@ -4030,7 +4030,7 @@ const Ni = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n }) => {
|
|
|
4030
4030
|
fetchFileUrl: a
|
|
4031
4031
|
}
|
|
4032
4032
|
)
|
|
4033
|
-
] })
|
|
4033
|
+
] });
|
|
4034
4034
|
};
|
|
4035
4035
|
var se = /* @__PURE__ */ ((e) => (e.Flex = "#7101FF", e.Playable = "#F9830B", e))(se || {});
|
|
4036
4036
|
const Gi = ({ typeOfProduct: e }) => /* @__PURE__ */ g.jsxs("div", { className: "text-2xl font-bold", children: [
|
|
@@ -4822,9 +4822,9 @@ const ss = [
|
|
|
4822
4822
|
);
|
|
4823
4823
|
return;
|
|
4824
4824
|
}
|
|
4825
|
-
let E = await fetch(
|
|
4826
|
-
|
|
4827
|
-
)
|
|
4825
|
+
let E = await fetch(u + "/" + d.url).then(
|
|
4826
|
+
(K) => K.text()
|
|
4827
|
+
);
|
|
4828
4828
|
const re = E.match(/var iosLink = "([^"]+)"/);
|
|
4829
4829
|
X(re[1]);
|
|
4830
4830
|
const b = E.match(/var androidLink = "([^"]+)"/);
|
|
@@ -4855,7 +4855,7 @@ const ss = [
|
|
|
4855
4855
|
networks: d
|
|
4856
4856
|
});
|
|
4857
4857
|
}
|
|
4858
|
-
}, [e, t, A]), /* @__PURE__ */ g.jsxs("div", { className: "flex w-[600px] flex-col rounded bg-dark-light retina:w-[740px]
|
|
4858
|
+
}, [e, t, A]), /* @__PURE__ */ g.jsxs("div", { className: "flex w-[600px] flex-col rounded bg-dark-light retina:w-[740px] pt-5", children: [
|
|
4859
4859
|
/* @__PURE__ */ g.jsx(
|
|
4860
4860
|
Hi,
|
|
4861
4861
|
{
|