gearboxdownloadmodal 4.0.21 → 4.0.22
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 +5 -5
- 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
|
@@ -4036,7 +4036,7 @@ const Ra = ({
|
|
|
4036
4036
|
const i = async () => {
|
|
4037
4037
|
if (t === "Flex")
|
|
4038
4038
|
navigator.clipboard.writeText(
|
|
4039
|
-
`https://flex.playablefactory.
|
|
4039
|
+
`https://flex.playablefactory.com/preview?versionId=${e}`
|
|
4040
4040
|
), $e("Link copied");
|
|
4041
4041
|
else {
|
|
4042
4042
|
const o = await It(
|
|
@@ -4049,7 +4049,7 @@ const Ra = ({
|
|
|
4049
4049
|
"var type = e"
|
|
4050
4050
|
);
|
|
4051
4051
|
return navigator.clipboard.writeText(
|
|
4052
|
-
`https://gearbox.playablefactory.
|
|
4052
|
+
`https://gearbox.playablefactory.com/test?version=${e}`
|
|
4053
4053
|
), $e("Link coppied"), o == null ? void 0 : o.url;
|
|
4054
4054
|
}
|
|
4055
4055
|
};
|
|
@@ -4081,7 +4081,7 @@ const Ra = ({
|
|
|
4081
4081
|
bgColor: "#0F0F1E",
|
|
4082
4082
|
fgColor: "#ffffff",
|
|
4083
4083
|
style: { height: "auto", maxWidth: "100%", width: "100%" },
|
|
4084
|
-
value: t === "Flex" ? `https://flex.playablefactory.
|
|
4084
|
+
value: t === "Flex" ? `https://flex.playablefactory.com/preview?versionId=${e}` : `${n}/${e}_test/default.html`
|
|
4085
4085
|
}
|
|
4086
4086
|
)
|
|
4087
4087
|
}
|
|
@@ -7353,7 +7353,7 @@ const Il = /* @__PURE__ */ Wo(Zl), Wl = ({
|
|
|
7353
7353
|
{ _id: r, network: "default" },
|
|
7354
7354
|
a
|
|
7355
7355
|
).then((L) => {
|
|
7356
|
-
C(!0), k("https://gearbox.playablefactory.
|
|
7356
|
+
C(!0), k("https://gearbox.playablefactory.com/files/" + L.url);
|
|
7357
7357
|
}) : await It(
|
|
7358
7358
|
a,
|
|
7359
7359
|
r,
|
|
@@ -7363,7 +7363,7 @@ const Il = /* @__PURE__ */ Wo(Zl), Wl = ({
|
|
|
7363
7363
|
0,
|
|
7364
7364
|
{}
|
|
7365
7365
|
).then((L) => {
|
|
7366
|
-
C(!0), k("https://gearbox.playablefactory.
|
|
7366
|
+
C(!0), k("https://gearbox.playablefactory.com/files/" + L.url);
|
|
7367
7367
|
});
|
|
7368
7368
|
};
|
|
7369
7369
|
return ve(() => {
|