everest-npm-features 0.0.64 → 0.0.65
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/{PlayArrow-WUr_Eyo1.js → PlayArrow-DbQI55la.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-Cg-RJNB1.js → auth-D_DKdP4p.js} +1 -1
- package/dist/{bank-CPJa0NOE.js → bank-DIuQN1YY.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +5 -5
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
- package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/index.js +7 -7
- package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
- package/dist/components/RocketRamp/Transactions/index.js +2 -2
- package/dist/components/Shared/FullKyc/edd.js +5 -5
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +27 -27
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/types.d.ts +4 -4
- package/dist/components/Shared/FullKyc/userInfo.js +5 -5
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.d.ts +1 -1
- package/dist/components/Shared/Sumsub/index.js +36 -34
- package/dist/components/Wallet/Account/createIban.js +5 -5
- package/dist/components/Wallet/Account/eWallet.js +1 -1
- package/dist/components/Wallet/Account/iban.js +3 -3
- package/dist/components/Wallet/Account/ibanItem.js +21 -6
- package/dist/components/Wallet/Account/index.js +6 -6
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
- package/dist/components/Wallet/Buy/form.js +4 -4
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/edd.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/index.d.ts +1 -1
- package/dist/components/Wallet/EnterpriseKyc/index.js +111 -109
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/types.d.ts +16 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +3 -3
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +11 -11
- package/dist/components/Wallet/Portfolio/index.js +7 -7
- package/dist/components/Wallet/Profile/documents.js +47 -40
- package/dist/components/Wallet/Profile/index.js +69 -48
- package/dist/components/Wallet/Profile/storage.js +40 -33
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Sell/form.js +4 -4
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +4 -4
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +3 -3
- package/dist/components/Wallet/Shared/addBank.js +4 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +5 -5
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +1 -1
- package/dist/components/Wallet/Stake/id/index.js +19 -14
- package/dist/components/Wallet/Stake/index.js +6 -6
- package/dist/components/Wallet/Swap/form.js +7 -7
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-BRS2liAt.js → constants-B-_x7F8X.js} +19 -19
- package/dist/{createIban-DKoCQ4o3.js → createIban-CbxsxTxl.js} +77 -70
- package/dist/{cryptoAssets-BD0cJpXM.js → cryptoAssets-Cmdg7BR-.js} +1 -1
- package/dist/hooks/useDialog/index.js +11 -9
- package/dist/{index-DX8IEulu.js → index-9VVh1IhH.js} +4 -4
- package/dist/{index-BUtxhHso.js → index-BeEuJLqT.js} +7 -7
- package/dist/{index-CZhiRUiE.js → index-C_Vf8Evc.js} +4 -4
- package/dist/{index-hgn4Pjw3.js → index-Cx8dey5q.js} +6 -6
- package/dist/{index-C2weAjLp.js → index-DXw2h9nQ.js} +8 -8
- package/dist/index-DtTDOPWZ.js +562 -0
- package/dist/{index-D7Eq-pbC.js → index-DuOJBwgp.js} +8 -8
- package/dist/{kyc-C7NviI9l.js → kyc-BXoUxN4z.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DBuLYKfx.js → order-DAiOqPsI.js} +1 -1
- package/dist/{otpForm-DhVp5Gvi.js → otpForm-WjQmPs8D.js} +2 -2
- package/dist/{stake-DGXpiw_Y.js → stake-CzXNB3em.js} +1 -1
- package/dist/styles.module-4N8hJhXS.js +22 -0
- package/dist/styles.module-DYytghn2.js +28 -0
- package/dist/util/constants.d.ts +2 -2
- package/dist/util/constants.js +1 -1
- package/dist/{wallet-BLx0XKpK.js → wallet-Cw-0XynY.js} +1 -1
- package/package.json +1 -1
- package/dist/index-oPbOSCUk.js +0 -545
- package/dist/styles.module-C99UuHOT.js +0 -22
- package/dist/styles.module-DFoezEqS.js +0 -28
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as N, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useEffect as F, useRef as Y } from "react";
|
|
3
|
-
import { Backdrop as oe, CircularProgress as
|
|
3
|
+
import { Backdrop as oe, CircularProgress as P, Typography as a, Button as re, Box as c, Dialog as B, DialogTitle as $, IconButton as k, Divider as H, DialogContent as j, Grid as u } from "@mui/material";
|
|
4
4
|
import { C as z } from "../../../Close-DSxLLo08.js";
|
|
5
5
|
import { D as ie } from "../../../Delete-Bj8zmXnh.js";
|
|
6
6
|
import { C as ce } from "../../../Cancel-pHQsCjtK.js";
|
|
7
|
-
import
|
|
7
|
+
import ae from "../Shared/inputField.js";
|
|
8
8
|
import L from "../Shared/step.js";
|
|
9
|
-
import { W as
|
|
9
|
+
import { W as le } from "../../../react-webcam-B3cXh1XT.js";
|
|
10
10
|
import { A as se } from "../../../ArrowBack-DEJjwfp0.js";
|
|
11
11
|
import de from "../../Shared/transition.js";
|
|
12
12
|
import { getDocName as me } from "../../../util/functions.js";
|
|
13
13
|
import { u as ue } from "../../../react-redux-C7I9-1M6.js";
|
|
14
|
-
import { aj as he, ak as pe, al as fe, am as ge, an as xe, ao as De } from "../../../constants-
|
|
14
|
+
import { aj as he, ak as pe, al as fe, am as ge, an as xe, ao as De } from "../../../constants-B-_x7F8X.js";
|
|
15
15
|
import { e as Ce } from "../../../index-CREgBh59.js";
|
|
16
|
-
import { s as i } from "../../../styles.module-
|
|
16
|
+
import { s as i } from "../../../styles.module-DYytghn2.js";
|
|
17
17
|
import { RIGHT_ARROW as V, DELETE_ICON as be } from "../../../util/constants.js";
|
|
18
18
|
import { useDialog as Ne } from "../../../hooks/useDialog/index.js";
|
|
19
19
|
import g from "../Shared/appButton.js";
|
|
@@ -41,9 +41,9 @@ const ye = () => ({
|
|
|
41
41
|
setDocumentScreen: h
|
|
42
42
|
}) => /* @__PURE__ */ t(c, { className: "text-center", children: [
|
|
43
43
|
/* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 1 }),
|
|
44
|
-
/* @__PURE__ */ e(
|
|
44
|
+
/* @__PURE__ */ e(a, { className: "secondary-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Name your document" }) }),
|
|
45
45
|
/* @__PURE__ */ e(
|
|
46
|
-
|
|
46
|
+
ae,
|
|
47
47
|
{
|
|
48
48
|
label: "Document Name",
|
|
49
49
|
value: m,
|
|
@@ -69,13 +69,13 @@ const ye = () => ({
|
|
|
69
69
|
uploadLoader: m,
|
|
70
70
|
uploadDocument: x,
|
|
71
71
|
documentFile: h,
|
|
72
|
-
setDocumentFile:
|
|
72
|
+
setDocumentFile: l,
|
|
73
73
|
setDocumentScreen: r
|
|
74
74
|
}) => {
|
|
75
75
|
const s = Y(null), [D, p] = f("Choose File");
|
|
76
76
|
return /* @__PURE__ */ t(c, { className: "text-center", children: [
|
|
77
77
|
/* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 2 }),
|
|
78
|
-
/* @__PURE__ */ e(
|
|
78
|
+
/* @__PURE__ */ e(a, { className: "fw500", variant: "h6", children: "Uploaded files must be image format (PDF, PNG or JPEG/JPG)" }),
|
|
79
79
|
/* @__PURE__ */ t(u, { mt: 2, container: !0, spacing: 2, children: [
|
|
80
80
|
/* @__PURE__ */ e(u, { size: 6, children: /* @__PURE__ */ e(
|
|
81
81
|
g,
|
|
@@ -111,8 +111,8 @@ const ye = () => ({
|
|
|
111
111
|
var E;
|
|
112
112
|
const y = (E = I.target) == null ? void 0 : E.result;
|
|
113
113
|
if (typeof y == "string") {
|
|
114
|
-
const
|
|
115
|
-
|
|
114
|
+
const W = y.split(/[,]/);
|
|
115
|
+
l(W[1]);
|
|
116
116
|
}
|
|
117
117
|
}, b.readAsDataURL(d.target.files[0]);
|
|
118
118
|
}
|
|
@@ -123,8 +123,8 @@ const ye = () => ({
|
|
|
123
123
|
}
|
|
124
124
|
),
|
|
125
125
|
m ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
|
|
126
|
-
/* @__PURE__ */ e(
|
|
127
|
-
/* @__PURE__ */ t(
|
|
126
|
+
/* @__PURE__ */ e(P, { size: 30, color: "inherit" }),
|
|
127
|
+
/* @__PURE__ */ t(a, { variant: "h5", sx: { fontWeight: "bold" }, children: [
|
|
128
128
|
"Processing...",
|
|
129
129
|
/* @__PURE__ */ e("br", {}),
|
|
130
130
|
"one moment please"
|
|
@@ -144,12 +144,12 @@ const ye = () => ({
|
|
|
144
144
|
}
|
|
145
145
|
)
|
|
146
146
|
] });
|
|
147
|
-
},
|
|
147
|
+
}, Pe = ({
|
|
148
148
|
showAlertMessage: o,
|
|
149
149
|
documentFile: m,
|
|
150
150
|
setDocumentFile: x,
|
|
151
151
|
uploadDocument: h,
|
|
152
|
-
uploadLoader:
|
|
152
|
+
uploadLoader: l
|
|
153
153
|
}) => {
|
|
154
154
|
const r = Y(null), s = {
|
|
155
155
|
audio: !1,
|
|
@@ -198,9 +198,9 @@ const ye = () => ({
|
|
|
198
198
|
]
|
|
199
199
|
}
|
|
200
200
|
),
|
|
201
|
-
|
|
202
|
-
/* @__PURE__ */ e(
|
|
203
|
-
/* @__PURE__ */ t(
|
|
201
|
+
l ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
|
|
202
|
+
/* @__PURE__ */ e(P, { size: 30, color: "inherit" }),
|
|
203
|
+
/* @__PURE__ */ t(a, { variant: "h5", sx: { fontWeight: "bold" }, children: [
|
|
204
204
|
"Processing...",
|
|
205
205
|
/* @__PURE__ */ e("br", {}),
|
|
206
206
|
"one moment please"
|
|
@@ -231,7 +231,7 @@ const ye = () => ({
|
|
|
231
231
|
/* @__PURE__ */ t(c, { className: i["doc-video-box"], children: [
|
|
232
232
|
/* @__PURE__ */ e("span", {}),
|
|
233
233
|
/* @__PURE__ */ e(
|
|
234
|
-
|
|
234
|
+
le,
|
|
235
235
|
{
|
|
236
236
|
className: i["video-box-inner-content"],
|
|
237
237
|
audio: !1,
|
|
@@ -248,7 +248,7 @@ const ye = () => ({
|
|
|
248
248
|
] })
|
|
249
249
|
] });
|
|
250
250
|
}, Ke = ({ showAlertMessage: o, identityDocs: m }) => {
|
|
251
|
-
const { openDialog: x, ConfirmDialog: h } = Ne(),
|
|
251
|
+
const { openDialog: x, ConfirmDialog: h } = Ne(), l = ve(), r = ue(Ce), s = r.data, D = r.loader, p = r.message, C = r.error, v = r.preview.front, d = r.preview.back, b = r.preview.loader, I = r.uploadLoader, [y, E] = f(!1), [W, O] = f(!1), [w, S] = f(1), [K, Q] = f(!1), [U, q] = f(""), [R, _] = f("");
|
|
252
252
|
F(() => {
|
|
253
253
|
C && o({ message: C });
|
|
254
254
|
}, [C]), F(() => {
|
|
@@ -259,22 +259,22 @@ const ye = () => ({
|
|
|
259
259
|
return o({ message: "Please provide the document name" }), !1;
|
|
260
260
|
if (!R)
|
|
261
261
|
return o({ message: "Please provide the document" }), !1;
|
|
262
|
-
|
|
262
|
+
l(
|
|
263
263
|
ke({
|
|
264
264
|
filename: U.trim(),
|
|
265
265
|
content: R
|
|
266
266
|
})
|
|
267
267
|
);
|
|
268
268
|
}, X = () => {
|
|
269
|
-
|
|
269
|
+
l(ye());
|
|
270
270
|
};
|
|
271
271
|
F(() => {
|
|
272
272
|
X();
|
|
273
273
|
}, []);
|
|
274
274
|
const Z = (n) => {
|
|
275
|
-
|
|
275
|
+
l(Ee(n));
|
|
276
276
|
}, ee = (n) => {
|
|
277
|
-
|
|
277
|
+
l(Se(n));
|
|
278
278
|
}, te = (n) => {
|
|
279
279
|
x({
|
|
280
280
|
icon: be,
|
|
@@ -287,15 +287,15 @@ const ye = () => ({
|
|
|
287
287
|
cancelButtonShow: !0
|
|
288
288
|
});
|
|
289
289
|
}, ne = (n) => {
|
|
290
|
-
|
|
290
|
+
l(Te(n));
|
|
291
291
|
}, M = ({ data: n, type: T }) => T === "identity" ? /* @__PURE__ */ e(
|
|
292
292
|
c,
|
|
293
293
|
{
|
|
294
294
|
className: i["menu-item"],
|
|
295
295
|
onClick: () => n.documentId && Z(n.documentId),
|
|
296
296
|
children: /* @__PURE__ */ t(u, { container: !0, sx: { width: "100%" }, children: [
|
|
297
|
-
/* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(
|
|
298
|
-
/* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(
|
|
297
|
+
/* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(a, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.documentType && me(n.documentType) }) }) }) }),
|
|
298
|
+
/* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(a, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: V, alt: "arrow" }) }) })
|
|
299
299
|
] })
|
|
300
300
|
}
|
|
301
301
|
) : /* @__PURE__ */ t(c, { sx: { position: "relative" }, className: i["menu-item"], children: [
|
|
@@ -314,8 +314,8 @@ const ye = () => ({
|
|
|
314
314
|
container: !0,
|
|
315
315
|
sx: { width: "100%" },
|
|
316
316
|
children: [
|
|
317
|
-
/* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(
|
|
318
|
-
/* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(
|
|
317
|
+
/* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(a, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.filename }) }) }) }),
|
|
318
|
+
/* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(a, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: V, alt: "arrow" }) }) })
|
|
319
319
|
]
|
|
320
320
|
}
|
|
321
321
|
)
|
|
@@ -332,10 +332,10 @@ const ye = () => ({
|
|
|
332
332
|
zIndex: (n) => n.zIndex.drawer + 1e3
|
|
333
333
|
},
|
|
334
334
|
open: b,
|
|
335
|
-
children: /* @__PURE__ */ e(
|
|
335
|
+
children: /* @__PURE__ */ e(P, { color: "inherit" })
|
|
336
336
|
}
|
|
337
337
|
),
|
|
338
|
-
/* @__PURE__ */ e(
|
|
338
|
+
/* @__PURE__ */ e(a, { className: i.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Documents" }) }),
|
|
339
339
|
s.length > 0 && /* @__PURE__ */ t(
|
|
340
340
|
re,
|
|
341
341
|
{
|
|
@@ -349,10 +349,10 @@ const ye = () => ({
|
|
|
349
349
|
]
|
|
350
350
|
}
|
|
351
351
|
),
|
|
352
|
-
D ? /* @__PURE__ */ e(c, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(
|
|
352
|
+
D ? /* @__PURE__ */ e(c, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(P, {}) }) : /* @__PURE__ */ t(N, { children: [
|
|
353
353
|
m && m.map((n, T) => /* @__PURE__ */ e(M, { data: n, type: "identity" }, T)),
|
|
354
354
|
s && s.map((n, T) => /* @__PURE__ */ e(M, { data: n, type: "normal" }, T)),
|
|
355
|
-
!m && s.length === 0 && /* @__PURE__ */ e(
|
|
355
|
+
!m && s.length === 0 && /* @__PURE__ */ e(a, { mt: 4, className: "text-center", variant: "h4", children: "No Documents" })
|
|
356
356
|
] }),
|
|
357
357
|
/* @__PURE__ */ e(
|
|
358
358
|
g,
|
|
@@ -366,7 +366,7 @@ const ye = () => ({
|
|
|
366
366
|
/* @__PURE__ */ t(
|
|
367
367
|
B,
|
|
368
368
|
{
|
|
369
|
-
open:
|
|
369
|
+
open: W,
|
|
370
370
|
fullWidth: !0,
|
|
371
371
|
onClose: () => O(!1),
|
|
372
372
|
children: [
|
|
@@ -394,13 +394,13 @@ const ye = () => ({
|
|
|
394
394
|
{
|
|
395
395
|
open: !!v,
|
|
396
396
|
fullWidth: !0,
|
|
397
|
-
onClose: () =>
|
|
397
|
+
onClose: () => l(J()),
|
|
398
398
|
children: [
|
|
399
399
|
/* @__PURE__ */ e($, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
|
|
400
400
|
k,
|
|
401
401
|
{
|
|
402
402
|
"aria-label": "close",
|
|
403
|
-
onClick: () =>
|
|
403
|
+
onClick: () => l(J()),
|
|
404
404
|
sx: {
|
|
405
405
|
position: "absolute",
|
|
406
406
|
right: 8,
|
|
@@ -412,7 +412,7 @@ const ye = () => ({
|
|
|
412
412
|
) }),
|
|
413
413
|
/* @__PURE__ */ e(H, { sx: { mt: 2 } }),
|
|
414
414
|
/* @__PURE__ */ e(j, { children: /* @__PURE__ */ t(c, { children: [
|
|
415
|
-
/* @__PURE__ */ e(
|
|
415
|
+
/* @__PURE__ */ e(a, { variant: "h5", mb: 3, children: "Front Image" }),
|
|
416
416
|
/* @__PURE__ */ e(
|
|
417
417
|
"img",
|
|
418
418
|
{
|
|
@@ -422,7 +422,7 @@ const ye = () => ({
|
|
|
422
422
|
}
|
|
423
423
|
),
|
|
424
424
|
d && /* @__PURE__ */ t(N, { children: [
|
|
425
|
-
/* @__PURE__ */ e(
|
|
425
|
+
/* @__PURE__ */ e(a, { variant: "h5", mt: 2, mb: 3, children: "Back Image" }),
|
|
426
426
|
/* @__PURE__ */ e(
|
|
427
427
|
"img",
|
|
428
428
|
{
|
|
@@ -442,6 +442,13 @@ const ye = () => ({
|
|
|
442
442
|
fullWidth: !0,
|
|
443
443
|
open: K,
|
|
444
444
|
onClose: A,
|
|
445
|
+
slotProps: {
|
|
446
|
+
paper: {
|
|
447
|
+
sx: {
|
|
448
|
+
borderRadius: "14px"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
},
|
|
445
452
|
TransitionComponent: de,
|
|
446
453
|
children: [
|
|
447
454
|
/* @__PURE__ */ t(c, { className: i["asset-header"], children: [
|
|
@@ -457,7 +464,7 @@ const ye = () => ({
|
|
|
457
464
|
}
|
|
458
465
|
),
|
|
459
466
|
/* @__PURE__ */ e(
|
|
460
|
-
|
|
467
|
+
a,
|
|
461
468
|
{
|
|
462
469
|
variant: "subtitle1",
|
|
463
470
|
component: "p",
|
|
@@ -496,7 +503,7 @@ const ye = () => ({
|
|
|
496
503
|
}
|
|
497
504
|
),
|
|
498
505
|
3: /* @__PURE__ */ e(
|
|
499
|
-
|
|
506
|
+
Pe,
|
|
500
507
|
{
|
|
501
508
|
showAlertMessage: o,
|
|
502
509
|
setDocumentScreen: S,
|
|
@@ -1,62 +1,67 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as e, jsxs as r, Fragment as U } from "react/jsx-runtime";
|
|
2
2
|
import { useState as Z, useEffect as _ } from "react";
|
|
3
3
|
import { u as R } from "../../../react-redux-C7I9-1M6.js";
|
|
4
|
-
import {
|
|
4
|
+
import { aC as W, aD as q, aE as Q, aF as X, K as b, a as j } from "../../../constants-B-_x7F8X.js";
|
|
5
5
|
import { a as $ } from "../../../index-CREgBh59.js";
|
|
6
|
-
import { Grid as t, Box as h, Typography as n, Button as p, Avatar as
|
|
7
|
-
import {
|
|
6
|
+
import { useTheme as J, Grid as t, Box as h, Typography as n, Button as p, Avatar as e2, Divider as t2, Dialog as r2, DialogContent as i2 } from "@mui/material";
|
|
7
|
+
import { c as a2 } from "../../../createSvgIcon-B28GrUxG.js";
|
|
8
|
+
import { s as o } from "../../../styles.module-DYytghn2.js";
|
|
8
9
|
import l from "../Shared/inputField.js";
|
|
9
|
-
import
|
|
10
|
-
import { SYNTHETIC_EURE as
|
|
11
|
-
import
|
|
10
|
+
import o2 from "./documents.js";
|
|
11
|
+
import { SYNTHETIC_EURE as l2, KYC_APROVED_TOOLTIP as s2, KYC_ELITE_TOOLTIP as n2, WIDGET_URL as c2 } from "../../../util/constants.js";
|
|
12
|
+
import d2 from "../../../hoc/withThemeProvider.js";
|
|
12
13
|
import "../../../index-DlQqWbXG.js";
|
|
13
14
|
import { AuthInnerContainer as L } from "../Shared/Container/index.js";
|
|
14
15
|
import "../Shared/appButton.js";
|
|
15
|
-
import "../../../otpForm-
|
|
16
|
-
import { useSnackBarContext as
|
|
17
|
-
import
|
|
16
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
17
|
+
import { useSnackBarContext as p2 } from "../../../context/snackBarContext.js";
|
|
18
|
+
import f2 from "../../../hooks/useEverestDispatch.js";
|
|
18
19
|
import "../../../util/conversions.js";
|
|
19
20
|
import "../../../index-CAoLi5Qq.js";
|
|
20
21
|
import "../../../moment-h96o7c8I.js";
|
|
21
22
|
import "../../Shared/transition.js";
|
|
22
|
-
import { M as
|
|
23
|
+
import { M as u2 } from "../../../tooltip-BW0UyWw7.js";
|
|
23
24
|
import "../../../index.esm-BsMAMhYW.js";
|
|
24
25
|
import "../../../web3-u4qDZYpo.js";
|
|
25
26
|
import "../../../index-ceeCtFuh.js";
|
|
27
|
+
import { EnterpriseKyc as h2 } from "../EnterpriseKyc/index.js";
|
|
26
28
|
import "../../../index.esm-I_Bp2YLf.js";
|
|
27
29
|
import "../../../context/dialogContext.js";
|
|
28
30
|
import "@mui/icons-material";
|
|
29
|
-
import
|
|
30
|
-
const
|
|
31
|
+
import m2 from "./storage.js";
|
|
32
|
+
const C2 = () => ({
|
|
31
33
|
type: W
|
|
32
|
-
}),
|
|
34
|
+
}), _2 = () => ({
|
|
33
35
|
type: q
|
|
34
|
-
}),
|
|
36
|
+
}), L2 = () => ({
|
|
35
37
|
type: Q
|
|
36
|
-
}),
|
|
38
|
+
}), g2 = (g) => ({
|
|
37
39
|
type: X,
|
|
38
40
|
payload: g
|
|
39
|
-
}), _2 = "data:image/svg+xml,%3csvg%20width='84'%20height='84'%20viewBox='0%200%2084%2084'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_9102_77746)'%3e%3ccircle%20cx='42'%20cy='42'%20r='30'%20fill='url(%23paint0_linear_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_9102_77746)'%3e%3cg%20filter='url(%23filter2_d_9102_77746)'%3e%3cmask%20id='path-2-inside-1_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'%20fill='url(%23paint1_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M57.464%2066.1548L57.1082%2065.8035V65.8035L57.464%2066.1548ZM55.9037%2066.1547L55.5479%2066.5061L55.9037%2066.1547ZM64.9338%2058.5909L65.2896%2058.9423V58.9423L64.9338%2058.5909ZM64.9339%2056.941L65.2897%2056.5897L64.9339%2056.941ZM63.263%2056.941L63.6188%2057.2923H63.6188L63.263%2056.941ZM56.6838%2063.604L56.328%2063.9553L56.6838%2064.3156L57.0396%2063.9553L56.6838%2063.604ZM54.5835%2061.477L54.9393%2061.1257H54.9393L54.5835%2061.477ZM52.9136%2061.4767L52.5579%2061.1252V61.1252L52.9136%2061.4767ZM52.9133%2063.1263L52.5575%2063.4776L52.9133%2063.1263ZM69.5001%2061.5198C69.5001%2067.2359%2064.8663%2071.8697%2059.1502%2071.8697V72.8697C65.4185%2072.8697%2070.5001%2067.7882%2070.5001%2061.5198H69.5001ZM59.1502%2051.1699C64.8663%2051.1699%2069.5001%2055.8037%2069.5001%2061.5198H70.5001C70.5001%2055.2514%2065.4185%2050.1699%2059.1502%2050.1699V51.1699ZM48.8003%2061.5198C48.8003%2055.8037%2053.4341%2051.1699%2059.1502%2051.1699V50.1699C52.8818%2050.1699%2047.8003%2055.2514%2047.8003%2061.5198H48.8003ZM59.1502%2071.8697C53.4341%2071.8697%2048.8003%2067.2359%2048.8003%2061.5198H47.8003C47.8003%2067.7882%2052.8818%2072.8697%2059.1502%2072.8697V71.8697ZM57.1082%2065.8035C56.8747%2066.0399%2056.4929%2066.0399%2056.2594%2065.8034L55.5479%2066.5061C56.1729%2067.139%2057.1947%2067.1391%2057.8198%2066.5061L57.1082%2065.8035ZM64.5781%2058.2396L57.1082%2065.8035L57.8198%2066.5061L65.2896%2058.9423L64.5781%2058.2396ZM64.5781%2057.2923C64.8374%2057.5549%2064.8374%2057.9771%2064.5781%2058.2396L65.2896%2058.9423C65.9335%2058.2903%2065.9335%2057.2417%2065.2897%2056.5897L64.5781%2057.2923ZM63.6188%2057.2923C63.8827%2057.025%2064.3142%2057.025%2064.5781%2057.2923L65.2897%2056.5897C64.6342%2055.9259%2063.5627%2055.9259%2062.9073%2056.5897L63.6188%2057.2923ZM57.0396%2063.9553L63.6188%2057.2923L62.9073%2056.5897L56.328%2063.2527L57.0396%2063.9553ZM54.2278%2061.8283L56.328%2063.9553L57.0396%2063.2527L54.9393%2061.1257L54.2278%2061.8283ZM53.2692%2061.8281C53.533%2061.5612%2053.9641%2061.5613%2054.2278%2061.8283L54.9393%2061.1257C54.2842%2060.4622%2053.2133%2060.462%2052.5579%2061.1252L53.2692%2061.8281ZM53.269%2062.775C53.0099%2062.5125%2053.01%2062.0905%2053.2692%2061.8281L52.5579%2061.1252C51.9138%2061.777%2051.9136%2062.8256%2052.5575%2063.4776L53.269%2062.775ZM56.2594%2065.8034L53.269%2062.775L52.5575%2063.4776L55.5479%2066.5061L56.2594%2065.8034Z'%20fill='url(%23paint2_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-2-inside-1_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_9102_77746)'%3e%3cmask%20id='path-4-inside-2_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'%20fill='url(%23paint3_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M34.0325%2037.867V38.367H34.0325L34.0325%2037.867ZM42.9836%2037.8667V37.3667H42.9836L42.9836%2037.8667ZM60.385%2049.1966L60.315%2049.6917L61.2066%2049.8177L60.8422%2048.9943L60.385%2049.1966ZM47.704%2066.9721V67.4721H48.5226L48.1488%2066.7438L47.704%2066.9721ZM16.1173%2066.9721L16.1163%2067.4721H16.1173V66.9721ZM15.6886%2066.8857L15.4961%2067.3471L15.4961%2067.3471L15.6886%2066.8857ZM15.3256%2066.6418L15.6802%2066.2892L15.6802%2066.2892L15.3256%2066.6418ZM15.0838%2066.2774L14.6212%2066.4672L15.0838%2066.2774ZM15%2065.8482L15.5%2065.8501V65.8482H15ZM38.5128%2010.5C31.4512%2010.5%2025.695%2016.2493%2025.695%2023.3138H26.695C26.695%2016.8022%2032.0029%2011.5%2038.5128%2011.5V10.5ZM51.3224%2023.3138C51.3224%2016.2498%2045.5749%2010.5%2038.5128%2010.5V11.5C45.0223%2011.5%2050.3224%2016.8017%2050.3224%2023.3138H51.3224ZM38.5128%2036.1275C45.5749%2036.1275%2051.3224%2030.3777%2051.3224%2023.3138H50.3224C50.3224%2029.8258%2045.0223%2035.1275%2038.5128%2035.1275V36.1275ZM25.695%2023.3138C25.695%2030.3782%2031.4512%2036.1275%2038.5128%2036.1275V35.1275C32.0029%2035.1275%2026.695%2029.8253%2026.695%2023.3138H25.695ZM34.0325%2037.367C23.2318%2037.367%2014.5%2046.0994%2014.5%2056.8994H15.5C15.5%2046.6517%2023.7841%2038.367%2034.0325%2038.367V37.367ZM42.9836%2037.3667L34.0325%2037.367L34.0325%2038.367L42.9836%2038.3667L42.9836%2037.3667ZM60.8422%2048.9943C57.8108%2042.1449%2050.9681%2037.3667%2042.9836%2037.3667V38.3667C50.5578%2038.3667%2057.0506%2042.8981%2059.9278%2049.399L60.8422%2048.9943ZM58.6577%2049.5612C59.2141%2049.5612%2059.7634%2049.6137%2060.315%2049.6917L60.4549%2048.7016C59.8751%2048.6196%2059.2762%2048.5612%2058.6577%2048.5612V49.5612ZM46.844%2061.3793C46.844%2054.8695%2052.1461%2049.5612%2058.6577%2049.5612V48.5612C51.5933%2048.5612%2045.844%2054.3178%2045.844%2061.3793H46.844ZM48.1488%2066.7438C47.3207%2065.1301%2046.844%2063.3105%2046.844%2061.3793H45.844C45.844%2063.4774%2046.3623%2065.4528%2047.2591%2067.2004L48.1488%2066.7438ZM16.1173%2067.4721H47.704V66.4721H16.1173V67.4721ZM15.4961%2067.3471C15.6924%2067.429%2015.9032%2067.4716%2016.1163%2067.4721L16.1184%2066.4721C16.0371%2066.4719%2015.9564%2066.4556%2015.8811%2066.4242L15.4961%2067.3471ZM14.9711%2066.9943C15.1212%2067.1453%2015.2996%2067.2652%2015.4961%2067.3471L15.8811%2066.4242C15.8058%2066.3928%2015.7376%2066.347%2015.6802%2066.2892L14.9711%2066.9943ZM14.6212%2066.4672C14.7021%2066.6642%2014.8209%2066.8433%2014.9711%2066.9943L15.6802%2066.2892C15.6228%2066.2315%2015.5773%2066.163%2015.5464%2066.0876L14.6212%2066.4672ZM14.5%2065.8463C14.4992%2066.0593%2014.5404%2066.2702%2014.6212%2066.4672L15.5464%2066.0876C15.5155%2066.0122%2015.4997%2065.9315%2015.5%2065.8501L14.5%2065.8463ZM14.5%2056.8994V65.8482H15.5V56.8994H14.5Z'%20fill='url(%23paint4_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-4-inside-2_9102_77746)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_9102_77746'%20x='0'%20y='0'%20width='84'%20height='84'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_9102_77746'%20x='14'%20y='11'%20width='57'%20height='63.3691'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_9102_77746'%20x='47.9462'%20y='50.4929'%20width='22.4079'%20height='22.4074'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.17704'/%3e%3cfeGaussianBlur%20stdDeviation='0.17704'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_9102_77746'%20x='13.9883'%20y='10.4942'%20width='47.4081'%20height='57.996'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.505827'/%3e%3cfeGaussianBlur%20stdDeviation='0.505827'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_9102_77746'%20x1='-6.67925'%20y1='53.3208'%20x2='72'%20y2='27.283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2335E0F4'/%3e%3cstop%20offset='0.0696'%20stop-color='%2333D7F0'/%3e%3cstop%20offset='0.1854'%20stop-color='%232EBDE4'/%3e%3cstop%20offset='0.333'%20stop-color='%232594D0'/%3e%3cstop%20offset='0.505'%20stop-color='%23195BB6'/%3e%3cstop%20offset='0.6164'%20stop-color='%231132A3'/%3e%3cstop%20offset='1'%20stop-color='%231132A3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_9102_77746'%20x1='49.3253'%20y1='57.6399'%20x2='68.5953'%20y2='72.3999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_9102_77746'%20x1='78.6986'%20y1='54.7279'%20x2='80.6968'%20y2='74.2386'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_9102_77746'%20x1='17.1438'%20y1='28.9783'%20x2='63.2916'%20y2='57.6396'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_9102_77746'%20x1='78.5779'%20y1='21.467'%20x2='84.9004'%20y2='71.5222'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", L2 = ({
|
|
41
|
+
}), x2 = a2(/* @__PURE__ */ e("path", {
|
|
42
|
+
d: "M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
|
|
43
|
+
}), "CheckCircleOutline"), y2 = "data:image/svg+xml,%3csvg%20width='84'%20height='84'%20viewBox='0%200%2084%2084'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_9102_77746)'%3e%3ccircle%20cx='42'%20cy='42'%20r='30'%20fill='url(%23paint0_linear_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_9102_77746)'%3e%3cg%20filter='url(%23filter2_d_9102_77746)'%3e%3cmask%20id='path-2-inside-1_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'%20fill='url(%23paint1_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M57.464%2066.1548L57.1082%2065.8035V65.8035L57.464%2066.1548ZM55.9037%2066.1547L55.5479%2066.5061L55.9037%2066.1547ZM64.9338%2058.5909L65.2896%2058.9423V58.9423L64.9338%2058.5909ZM64.9339%2056.941L65.2897%2056.5897L64.9339%2056.941ZM63.263%2056.941L63.6188%2057.2923H63.6188L63.263%2056.941ZM56.6838%2063.604L56.328%2063.9553L56.6838%2064.3156L57.0396%2063.9553L56.6838%2063.604ZM54.5835%2061.477L54.9393%2061.1257H54.9393L54.5835%2061.477ZM52.9136%2061.4767L52.5579%2061.1252V61.1252L52.9136%2061.4767ZM52.9133%2063.1263L52.5575%2063.4776L52.9133%2063.1263ZM69.5001%2061.5198C69.5001%2067.2359%2064.8663%2071.8697%2059.1502%2071.8697V72.8697C65.4185%2072.8697%2070.5001%2067.7882%2070.5001%2061.5198H69.5001ZM59.1502%2051.1699C64.8663%2051.1699%2069.5001%2055.8037%2069.5001%2061.5198H70.5001C70.5001%2055.2514%2065.4185%2050.1699%2059.1502%2050.1699V51.1699ZM48.8003%2061.5198C48.8003%2055.8037%2053.4341%2051.1699%2059.1502%2051.1699V50.1699C52.8818%2050.1699%2047.8003%2055.2514%2047.8003%2061.5198H48.8003ZM59.1502%2071.8697C53.4341%2071.8697%2048.8003%2067.2359%2048.8003%2061.5198H47.8003C47.8003%2067.7882%2052.8818%2072.8697%2059.1502%2072.8697V71.8697ZM57.1082%2065.8035C56.8747%2066.0399%2056.4929%2066.0399%2056.2594%2065.8034L55.5479%2066.5061C56.1729%2067.139%2057.1947%2067.1391%2057.8198%2066.5061L57.1082%2065.8035ZM64.5781%2058.2396L57.1082%2065.8035L57.8198%2066.5061L65.2896%2058.9423L64.5781%2058.2396ZM64.5781%2057.2923C64.8374%2057.5549%2064.8374%2057.9771%2064.5781%2058.2396L65.2896%2058.9423C65.9335%2058.2903%2065.9335%2057.2417%2065.2897%2056.5897L64.5781%2057.2923ZM63.6188%2057.2923C63.8827%2057.025%2064.3142%2057.025%2064.5781%2057.2923L65.2897%2056.5897C64.6342%2055.9259%2063.5627%2055.9259%2062.9073%2056.5897L63.6188%2057.2923ZM57.0396%2063.9553L63.6188%2057.2923L62.9073%2056.5897L56.328%2063.2527L57.0396%2063.9553ZM54.2278%2061.8283L56.328%2063.9553L57.0396%2063.2527L54.9393%2061.1257L54.2278%2061.8283ZM53.2692%2061.8281C53.533%2061.5612%2053.9641%2061.5613%2054.2278%2061.8283L54.9393%2061.1257C54.2842%2060.4622%2053.2133%2060.462%2052.5579%2061.1252L53.2692%2061.8281ZM53.269%2062.775C53.0099%2062.5125%2053.01%2062.0905%2053.2692%2061.8281L52.5579%2061.1252C51.9138%2061.777%2051.9136%2062.8256%2052.5575%2063.4776L53.269%2062.775ZM56.2594%2065.8034L53.269%2062.775L52.5575%2063.4776L55.5479%2066.5061L56.2594%2065.8034Z'%20fill='url(%23paint2_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-2-inside-1_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_9102_77746)'%3e%3cmask%20id='path-4-inside-2_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'%20fill='url(%23paint3_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M34.0325%2037.867V38.367H34.0325L34.0325%2037.867ZM42.9836%2037.8667V37.3667H42.9836L42.9836%2037.8667ZM60.385%2049.1966L60.315%2049.6917L61.2066%2049.8177L60.8422%2048.9943L60.385%2049.1966ZM47.704%2066.9721V67.4721H48.5226L48.1488%2066.7438L47.704%2066.9721ZM16.1173%2066.9721L16.1163%2067.4721H16.1173V66.9721ZM15.6886%2066.8857L15.4961%2067.3471L15.4961%2067.3471L15.6886%2066.8857ZM15.3256%2066.6418L15.6802%2066.2892L15.6802%2066.2892L15.3256%2066.6418ZM15.0838%2066.2774L14.6212%2066.4672L15.0838%2066.2774ZM15%2065.8482L15.5%2065.8501V65.8482H15ZM38.5128%2010.5C31.4512%2010.5%2025.695%2016.2493%2025.695%2023.3138H26.695C26.695%2016.8022%2032.0029%2011.5%2038.5128%2011.5V10.5ZM51.3224%2023.3138C51.3224%2016.2498%2045.5749%2010.5%2038.5128%2010.5V11.5C45.0223%2011.5%2050.3224%2016.8017%2050.3224%2023.3138H51.3224ZM38.5128%2036.1275C45.5749%2036.1275%2051.3224%2030.3777%2051.3224%2023.3138H50.3224C50.3224%2029.8258%2045.0223%2035.1275%2038.5128%2035.1275V36.1275ZM25.695%2023.3138C25.695%2030.3782%2031.4512%2036.1275%2038.5128%2036.1275V35.1275C32.0029%2035.1275%2026.695%2029.8253%2026.695%2023.3138H25.695ZM34.0325%2037.367C23.2318%2037.367%2014.5%2046.0994%2014.5%2056.8994H15.5C15.5%2046.6517%2023.7841%2038.367%2034.0325%2038.367V37.367ZM42.9836%2037.3667L34.0325%2037.367L34.0325%2038.367L42.9836%2038.3667L42.9836%2037.3667ZM60.8422%2048.9943C57.8108%2042.1449%2050.9681%2037.3667%2042.9836%2037.3667V38.3667C50.5578%2038.3667%2057.0506%2042.8981%2059.9278%2049.399L60.8422%2048.9943ZM58.6577%2049.5612C59.2141%2049.5612%2059.7634%2049.6137%2060.315%2049.6917L60.4549%2048.7016C59.8751%2048.6196%2059.2762%2048.5612%2058.6577%2048.5612V49.5612ZM46.844%2061.3793C46.844%2054.8695%2052.1461%2049.5612%2058.6577%2049.5612V48.5612C51.5933%2048.5612%2045.844%2054.3178%2045.844%2061.3793H46.844ZM48.1488%2066.7438C47.3207%2065.1301%2046.844%2063.3105%2046.844%2061.3793H45.844C45.844%2063.4774%2046.3623%2065.4528%2047.2591%2067.2004L48.1488%2066.7438ZM16.1173%2067.4721H47.704V66.4721H16.1173V67.4721ZM15.4961%2067.3471C15.6924%2067.429%2015.9032%2067.4716%2016.1163%2067.4721L16.1184%2066.4721C16.0371%2066.4719%2015.9564%2066.4556%2015.8811%2066.4242L15.4961%2067.3471ZM14.9711%2066.9943C15.1212%2067.1453%2015.2996%2067.2652%2015.4961%2067.3471L15.8811%2066.4242C15.8058%2066.3928%2015.7376%2066.347%2015.6802%2066.2892L14.9711%2066.9943ZM14.6212%2066.4672C14.7021%2066.6642%2014.8209%2066.8433%2014.9711%2066.9943L15.6802%2066.2892C15.6228%2066.2315%2015.5773%2066.163%2015.5464%2066.0876L14.6212%2066.4672ZM14.5%2065.8463C14.4992%2066.0593%2014.5404%2066.2702%2014.6212%2066.4672L15.5464%2066.0876C15.5155%2066.0122%2015.4997%2065.9315%2015.5%2065.8501L14.5%2065.8463ZM14.5%2056.8994V65.8482H15.5V56.8994H14.5Z'%20fill='url(%23paint4_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-4-inside-2_9102_77746)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_9102_77746'%20x='0'%20y='0'%20width='84'%20height='84'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_9102_77746'%20x='14'%20y='11'%20width='57'%20height='63.3691'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_9102_77746'%20x='47.9462'%20y='50.4929'%20width='22.4079'%20height='22.4074'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.17704'/%3e%3cfeGaussianBlur%20stdDeviation='0.17704'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_9102_77746'%20x='13.9883'%20y='10.4942'%20width='47.4081'%20height='57.996'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.505827'/%3e%3cfeGaussianBlur%20stdDeviation='0.505827'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_9102_77746'%20x1='-6.67925'%20y1='53.3208'%20x2='72'%20y2='27.283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2335E0F4'/%3e%3cstop%20offset='0.0696'%20stop-color='%2333D7F0'/%3e%3cstop%20offset='0.1854'%20stop-color='%232EBDE4'/%3e%3cstop%20offset='0.333'%20stop-color='%232594D0'/%3e%3cstop%20offset='0.505'%20stop-color='%23195BB6'/%3e%3cstop%20offset='0.6164'%20stop-color='%231132A3'/%3e%3cstop%20offset='1'%20stop-color='%231132A3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_9102_77746'%20x1='49.3253'%20y1='57.6399'%20x2='68.5953'%20y2='72.3999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_9102_77746'%20x1='78.6986'%20y1='54.7279'%20x2='80.6968'%20y2='74.2386'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_9102_77746'%20x1='17.1438'%20y1='28.9783'%20x2='63.2916'%20y2='57.6396'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_9102_77746'%20x1='78.5779'%20y1='21.467'%20x2='84.9004'%20y2='71.5222'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", M2 = ({
|
|
40
44
|
gemsUrl: g,
|
|
41
45
|
baseUrl: S,
|
|
42
46
|
isEnterPriseWallet: k = !1
|
|
43
47
|
}) => {
|
|
44
|
-
|
|
48
|
+
J();
|
|
49
|
+
const { showAlertMessage: c } = p2(), m = f2(), C = R((a) => a.user).kyc, i = R($), {
|
|
45
50
|
residentialAddress: f,
|
|
46
51
|
referralCount: D,
|
|
47
52
|
referral: { code: x },
|
|
48
53
|
twitterInfo: { screen_name: y },
|
|
49
|
-
twitter: { error:
|
|
54
|
+
twitter: { error: w2, message: M },
|
|
50
55
|
error: v,
|
|
51
56
|
storagePlans: V,
|
|
52
57
|
purchaseStatus: N,
|
|
53
|
-
userStorage:
|
|
54
|
-
} = i, [
|
|
58
|
+
userStorage: I
|
|
59
|
+
} = i, [F, w] = Z(!1), [E, T] = Z(""), B = i.tokens, [A, G] = Z(0);
|
|
55
60
|
_(() => {
|
|
56
61
|
const a = B.list, u = a.length;
|
|
57
62
|
for (let d = 0; d < u; d++)
|
|
58
|
-
if (a[d].symbol ===
|
|
59
|
-
|
|
63
|
+
if (a[d].symbol === l2) {
|
|
64
|
+
G(Number(a[d].balance) / 100);
|
|
60
65
|
break;
|
|
61
66
|
}
|
|
62
67
|
}, [B.list]), _(() => {
|
|
@@ -64,9 +69,9 @@ const u2 = () => ({
|
|
|
64
69
|
}, [v]), _(() => {
|
|
65
70
|
M && c({ message: M, type: "success" });
|
|
66
71
|
}, [M]), _(() => {
|
|
67
|
-
m(
|
|
72
|
+
m(C2()), m(_2()), m(L2());
|
|
68
73
|
}, []);
|
|
69
|
-
const
|
|
74
|
+
const H = () => {
|
|
70
75
|
navigator.clipboard.writeText(g + "?referer=" + x), c({
|
|
71
76
|
message: "Gems Referral Link has been copied successfully.",
|
|
72
77
|
type: "success"
|
|
@@ -86,11 +91,11 @@ const u2 = () => ({
|
|
|
86
91
|
for (s = 0; s < a.length; s += 1)
|
|
87
92
|
u = a.charCodeAt(s) + ((u << 5) - u);
|
|
88
93
|
for (s = 0; s < 3; s += 1) {
|
|
89
|
-
const
|
|
90
|
-
d += `00${
|
|
94
|
+
const Y = u >> s * 8 & 255;
|
|
95
|
+
d += `00${Y.toString(16)}`.slice(-2);
|
|
91
96
|
}
|
|
92
97
|
return d;
|
|
93
|
-
},
|
|
98
|
+
}, K = (a) => a ? {
|
|
94
99
|
sx: {
|
|
95
100
|
bgcolor: z(a)
|
|
96
101
|
},
|
|
@@ -107,14 +112,30 @@ const u2 = () => ({
|
|
|
107
112
|
/* @__PURE__ */ r(h, { p: 3, children: [
|
|
108
113
|
/* @__PURE__ */ r(t, { container: !0, children: [
|
|
109
114
|
/* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
|
|
110
|
-
(C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md:
|
|
111
|
-
|
|
115
|
+
(C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 3 }, className: "text-right", children: /* @__PURE__ */ e(
|
|
116
|
+
u2,
|
|
112
117
|
{
|
|
113
|
-
title: C.status === b ?
|
|
118
|
+
title: C.status === b ? s2 : n2,
|
|
114
119
|
placement: "bottom",
|
|
115
|
-
children: /* @__PURE__ */ e(
|
|
120
|
+
children: /* @__PURE__ */ e(
|
|
121
|
+
p,
|
|
122
|
+
{
|
|
123
|
+
className: o["kyc-approved"],
|
|
124
|
+
startIcon: /* @__PURE__ */ e(
|
|
125
|
+
x2,
|
|
126
|
+
{
|
|
127
|
+
sx: {
|
|
128
|
+
fontSize: "20px",
|
|
129
|
+
color: "#28a745"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
),
|
|
133
|
+
children: C.status === b ? "KYC Approved" : "KYC Elite"
|
|
134
|
+
}
|
|
135
|
+
)
|
|
116
136
|
}
|
|
117
|
-
) })
|
|
137
|
+
) }),
|
|
138
|
+
/* @__PURE__ */ e(t, { size: { xs: 12, md: 3 }, className: "text-right", children: /* @__PURE__ */ e(h2, { showButtonOnlyWhenFullKyc: !0 }) })
|
|
118
139
|
] }),
|
|
119
140
|
/* @__PURE__ */ r(t, { container: !0, children: [
|
|
120
141
|
/* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
|
|
@@ -126,7 +147,7 @@ const u2 = () => ({
|
|
|
126
147
|
alignItems: "center"
|
|
127
148
|
},
|
|
128
149
|
children: [
|
|
129
|
-
/* @__PURE__ */ e(
|
|
150
|
+
/* @__PURE__ */ e(e2, { ...K(i.email) }),
|
|
130
151
|
/* @__PURE__ */ r(h, { ml: 1, children: [
|
|
131
152
|
/* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
|
|
132
153
|
y && /* @__PURE__ */ r(
|
|
@@ -178,7 +199,7 @@ const u2 = () => ({
|
|
|
178
199
|
)
|
|
179
200
|
] })
|
|
180
201
|
] }),
|
|
181
|
-
/* @__PURE__ */ e(
|
|
202
|
+
/* @__PURE__ */ e(t2, {}),
|
|
182
203
|
/* @__PURE__ */ r(h, { p: 3, children: [
|
|
183
204
|
/* @__PURE__ */ e(
|
|
184
205
|
l,
|
|
@@ -275,20 +296,20 @@ const u2 = () => ({
|
|
|
275
296
|
] }) }),
|
|
276
297
|
/* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
|
|
277
298
|
/* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
|
|
278
|
-
|
|
299
|
+
o2,
|
|
279
300
|
{
|
|
280
301
|
identityDocs: i.identityDocuments,
|
|
281
302
|
showAlertMessage: c
|
|
282
303
|
}
|
|
283
304
|
) }),
|
|
284
305
|
/* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
|
|
285
|
-
|
|
306
|
+
m2,
|
|
286
307
|
{
|
|
287
|
-
eureBalance:
|
|
308
|
+
eureBalance: A,
|
|
288
309
|
showAlertMessage: c,
|
|
289
310
|
storagePlans: V,
|
|
290
311
|
purchaseStatus: N,
|
|
291
|
-
userStorage:
|
|
312
|
+
userStorage: I
|
|
292
313
|
}
|
|
293
314
|
) }),
|
|
294
315
|
!k && /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ r(t, { spacing: 2, container: !0, children: [
|
|
@@ -307,7 +328,7 @@ const u2 = () => ({
|
|
|
307
328
|
{
|
|
308
329
|
className: o["ref-btn"],
|
|
309
330
|
variant: "contained",
|
|
310
|
-
onClick:
|
|
331
|
+
onClick: H,
|
|
311
332
|
children: "GEMS Referral Link"
|
|
312
333
|
}
|
|
313
334
|
) }),
|
|
@@ -317,22 +338,22 @@ const u2 = () => ({
|
|
|
317
338
|
] })
|
|
318
339
|
] }),
|
|
319
340
|
/* @__PURE__ */ e(
|
|
320
|
-
|
|
341
|
+
r2,
|
|
321
342
|
{
|
|
322
343
|
PaperProps: {
|
|
323
344
|
className: o["confirm-dialog"],
|
|
324
345
|
sx: { height: "900px", width: "100%" }
|
|
325
346
|
},
|
|
326
|
-
open:
|
|
347
|
+
open: F,
|
|
327
348
|
fullWidth: !0,
|
|
328
|
-
children: /* @__PURE__ */ e(
|
|
349
|
+
children: /* @__PURE__ */ e(i2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
|
|
329
350
|
h,
|
|
330
351
|
{
|
|
331
352
|
mt: 4,
|
|
332
353
|
className: o["dialog-container"],
|
|
333
354
|
sx: { padding: "0px 40px" },
|
|
334
355
|
children: [
|
|
335
|
-
/* @__PURE__ */ e("img", { src:
|
|
356
|
+
/* @__PURE__ */ e("img", { src: y2, alt: "icon" }),
|
|
336
357
|
/* @__PURE__ */ e(n, { className: o["confirm-dialog-title"], children: "Post to X.com" }),
|
|
337
358
|
/* @__PURE__ */ e(n, { children: "You are about to update your X.com profile with the Everest mountain and verified wallet link in your bio, and post a verified wallet announcement (post text below in grey box)." }),
|
|
338
359
|
/* @__PURE__ */ r("div", { className: o["tweet-text-parent"], children: [
|
|
@@ -353,13 +374,13 @@ const u2 = () => ({
|
|
|
353
374
|
}
|
|
354
375
|
)
|
|
355
376
|
] }),
|
|
356
|
-
/* @__PURE__ */ e("img", { height: "275", src:
|
|
377
|
+
/* @__PURE__ */ e("img", { height: "275", src: c2 + "/twitter-update.png" }),
|
|
357
378
|
/* @__PURE__ */ e(
|
|
358
379
|
p,
|
|
359
380
|
{
|
|
360
381
|
onClick: () => {
|
|
361
382
|
m(
|
|
362
|
-
|
|
383
|
+
g2({
|
|
363
384
|
share_opt: !0,
|
|
364
385
|
tweet_text: E
|
|
365
386
|
})
|
|
@@ -390,7 +411,7 @@ const u2 = () => ({
|
|
|
390
411
|
}
|
|
391
412
|
)
|
|
392
413
|
] });
|
|
393
|
-
},
|
|
414
|
+
}, r0 = d2(M2);
|
|
394
415
|
export {
|
|
395
|
-
|
|
416
|
+
r0 as default
|
|
396
417
|
};
|