gearboxdownloadmodal 5.0.8 → 5.0.10
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 +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +55 -55
package/dist/index.es.js
CHANGED
|
@@ -4048,7 +4048,7 @@ const HA = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n, copyLinkU
|
|
|
4048
4048
|
0,
|
|
4049
4049
|
"var type = e"
|
|
4050
4050
|
);
|
|
4051
|
-
let A = `${i}/preview?versionId=${e}`;
|
|
4051
|
+
let A = `${i}/preview?versionId=${e}_`;
|
|
4052
4052
|
return ir(A), Qe("Link coppied"), a == null ? void 0 : a.url;
|
|
4053
4053
|
}
|
|
4054
4054
|
};
|
|
@@ -4080,7 +4080,7 @@ const HA = ({ versionId: e, typeOfProduct: t, api: r, fetchFileUrl: n, copyLinkU
|
|
|
4080
4080
|
bgColor: "#0F0F1E",
|
|
4081
4081
|
fgColor: "#ffffff",
|
|
4082
4082
|
style: { height: "auto", maxWidth: "100%", width: "100%" },
|
|
4083
|
-
value:
|
|
4083
|
+
value: `${i}/preview?versionId=${e}`
|
|
4084
4084
|
}
|
|
4085
4085
|
)
|
|
4086
4086
|
}
|