gearboxdownloadmodal 4.0.0 → 4.0.1
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 +3 -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 +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5203,9 +5203,10 @@ const Qn = [
|
|
|
5203
5203
|
Hn,
|
|
5204
5204
|
{
|
|
5205
5205
|
className: "w-1/3",
|
|
5206
|
-
onClickDonwload: () => {
|
|
5206
|
+
onClickDonwload: async () => {
|
|
5207
|
+
ae("copyLink");
|
|
5207
5208
|
const Q = h.iosUrl, J = h.googleUrl;
|
|
5208
|
-
|
|
5209
|
+
!Q || !J ? Z(!0) : (Z(!1), await ce());
|
|
5209
5210
|
},
|
|
5210
5211
|
children: /* @__PURE__ */ d.jsx(dA, { className: "h-6 w-6 stroke-dark-full" })
|
|
5211
5212
|
}
|