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
|
@@ -2,35 +2,35 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import "@mui/material";
|
|
5
|
-
import "../../../PlayArrow-
|
|
5
|
+
import "../../../PlayArrow-DbQI55la.js";
|
|
6
6
|
import "../../../Info-DOoRR7sR.js";
|
|
7
7
|
import "../../../generic-token-B_ptO5yb.js";
|
|
8
8
|
import "../../../util/functions.js";
|
|
9
9
|
import "../Shared/TokenModal/index.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
|
-
import "../../../constants-
|
|
11
|
+
import "../../../constants-B-_x7F8X.js";
|
|
12
12
|
import "../../../index-CREgBh59.js";
|
|
13
|
-
import "../../../cryptoAssets-
|
|
14
|
-
import "../../../order-
|
|
13
|
+
import "../../../cryptoAssets-Cmdg7BR-.js";
|
|
14
|
+
import "../../../order-DAiOqPsI.js";
|
|
15
15
|
import "../../../util/constants.js";
|
|
16
16
|
import "../../../tooltip-BW0UyWw7.js";
|
|
17
17
|
import "../../../index-DlQqWbXG.js";
|
|
18
18
|
import "../Shared/appButton.js";
|
|
19
19
|
import "../../../hoc/withThemeProvider.js";
|
|
20
|
-
import "../../../otpForm-
|
|
20
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
21
21
|
import "../../../context/snackBarContext.js";
|
|
22
22
|
import "../../../hooks/useEverestDispatch.js";
|
|
23
23
|
import "../../../index-CAoLi5Qq.js";
|
|
24
24
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
25
25
|
import "../../Shared/transition.js";
|
|
26
26
|
import "../../../moment-h96o7c8I.js";
|
|
27
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
27
28
|
import "../../../index.esm-BsMAMhYW.js";
|
|
28
29
|
import "../../../web3-u4qDZYpo.js";
|
|
29
30
|
import "../../../styles.module-DMd29SPQ.js";
|
|
30
31
|
import "../Shared/Order/selectCustomIcon.js";
|
|
31
32
|
import "../../../index-ceeCtFuh.js";
|
|
32
|
-
import { S as J } from "../../../index-
|
|
33
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
33
|
+
import { S as J } from "../../../index-DXw2h9nQ.js";
|
|
34
34
|
import "../../../context/dialogContext.js";
|
|
35
35
|
import "@mui/icons-material";
|
|
36
36
|
export {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { F as f, M as F, a as I, i as L } from "../../../index-
|
|
4
|
+
import { F as f, M as F, a as I, i as L } from "../../../index-DXw2h9nQ.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../wallet-
|
|
8
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-B-_x7F8X.js";
|
|
7
|
+
import "../../../wallet-Cw-0XynY.js";
|
|
8
|
+
import "../../../order-DAiOqPsI.js";
|
|
9
9
|
import "../../../util/constants.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../Shared/Container/index.js";
|
|
12
12
|
import "../../Shared/MinimalKyc/index.js";
|
|
13
13
|
import "../Shared/Input/index.js";
|
|
14
14
|
import "../Shared/appButton.js";
|
|
15
|
-
import "../../../index-
|
|
15
|
+
import "../../../index-BeEuJLqT.js";
|
|
16
16
|
import "../../../hooks/useEverestDispatch.js";
|
|
17
17
|
export {
|
|
18
18
|
f as FORM_SCREEN,
|
|
@@ -4,11 +4,11 @@ import { u as C } from "../../../react-redux-C7I9-1M6.js";
|
|
|
4
4
|
import { Box as n, CircularProgress as d, Grid as s, Typography as p, Stack as E } from "@mui/material";
|
|
5
5
|
import S from "../Shared/backBtn.js";
|
|
6
6
|
import b from "../Shared/addBank.js";
|
|
7
|
-
import { F as R, C as T } from "../../../index-
|
|
8
|
-
import "../../../constants-
|
|
7
|
+
import { F as R, C as T } from "../../../index-9VVh1IhH.js";
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import { u as A } from "../../../index-CREgBh59.js";
|
|
10
|
-
import { o as O } from "../../../order-
|
|
11
|
-
import { u as y } from "../../../bank-
|
|
10
|
+
import { o as O } from "../../../order-DAiOqPsI.js";
|
|
11
|
+
import { u as y } from "../../../bank-DIuQN1YY.js";
|
|
12
12
|
import _ from "../Shared/connectPlaidBank.js";
|
|
13
13
|
import { s as c } from "../../../styles.module-DMd29SPQ.js";
|
|
14
14
|
import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as D } from "../../../util/constants.js";
|
|
@@ -5,10 +5,10 @@ import "../Shared/backBtn.js";
|
|
|
5
5
|
import "../../../util/constants.js";
|
|
6
6
|
import "../../../styles.module-DMd29SPQ.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import "../../../index-CREgBh59.js";
|
|
10
|
-
import "../../../order-
|
|
11
|
-
import { B } from "../../../index-
|
|
10
|
+
import "../../../order-DAiOqPsI.js";
|
|
11
|
+
import { B } from "../../../index-9VVh1IhH.js";
|
|
12
12
|
import "../../../react-redux-C7I9-1M6.js";
|
|
13
13
|
import "../../../hooks/useDialog/index.js";
|
|
14
14
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../../../PlayArrow-
|
|
4
|
+
import "../../../PlayArrow-DbQI55la.js";
|
|
5
5
|
import "../../../generic-token-B_ptO5yb.js";
|
|
6
6
|
import "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import "../../../order-
|
|
7
|
+
import "../../../constants-B-_x7F8X.js";
|
|
8
|
+
import "../../../order-DAiOqPsI.js";
|
|
9
9
|
import "../../../util/functions.js";
|
|
10
|
-
import { W as b } from "../../../index-
|
|
10
|
+
import { W as b } from "../../../index-9VVh1IhH.js";
|
|
11
11
|
import "../../../styles.module-DMd29SPQ.js";
|
|
12
12
|
import "../Shared/appButton.js";
|
|
13
13
|
import "../Shared/Order/paymentButton.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-
|
|
4
|
+
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-9VVh1IhH.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../PlayArrow-
|
|
8
|
-
import "../../../wallet-
|
|
9
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-B-_x7F8X.js";
|
|
7
|
+
import "../../../PlayArrow-DbQI55la.js";
|
|
8
|
+
import "../../../wallet-Cw-0XynY.js";
|
|
9
|
+
import "../../../order-DAiOqPsI.js";
|
|
10
10
|
import "../../../util/constants.js";
|
|
11
11
|
import "../../../context/snackBarContext.js";
|
|
12
12
|
import "../Shared/Container/index.js";
|
|
@@ -5234,7 +5234,7 @@ export {
|
|
|
5234
5234
|
ma as H,
|
|
5235
5235
|
$h as I,
|
|
5236
5236
|
Zh as J,
|
|
5237
|
-
|
|
5237
|
+
Bo as K,
|
|
5238
5238
|
Xo as L,
|
|
5239
5239
|
Ta as M,
|
|
5240
5240
|
ha as N,
|
|
@@ -5251,7 +5251,7 @@ export {
|
|
|
5251
5251
|
gh as Y,
|
|
5252
5252
|
lh as Z,
|
|
5253
5253
|
mh as _,
|
|
5254
|
-
|
|
5254
|
+
Fo as a,
|
|
5255
5255
|
Eh as a0,
|
|
5256
5256
|
_h as a1,
|
|
5257
5257
|
yh as a2,
|
|
@@ -5262,12 +5262,12 @@ export {
|
|
|
5262
5262
|
ih as a7,
|
|
5263
5263
|
rh as a8,
|
|
5264
5264
|
ah as a9,
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
|
|
5265
|
+
Da as aA,
|
|
5266
|
+
wa as aB,
|
|
5267
|
+
Zo as aC,
|
|
5268
|
+
th as aD,
|
|
5269
|
+
eh as aE,
|
|
5270
|
+
nh as aF,
|
|
5271
5271
|
Hh as aG,
|
|
5272
5272
|
Kh as aH,
|
|
5273
5273
|
Yh as aI,
|
|
@@ -5293,17 +5293,17 @@ export {
|
|
|
5293
5293
|
kh as ao,
|
|
5294
5294
|
Ph as ap,
|
|
5295
5295
|
Mo as aq,
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5296
|
+
Ea as ar,
|
|
5297
|
+
ca as as,
|
|
5298
|
+
la as at,
|
|
5299
|
+
ua as au,
|
|
5300
|
+
fa as av,
|
|
5301
|
+
Po as aw,
|
|
5302
|
+
Sa as ax,
|
|
5303
|
+
ya as ay,
|
|
5304
|
+
Aa as az,
|
|
5305
|
+
xo as b,
|
|
5306
|
+
ko as c,
|
|
5307
5307
|
va as d,
|
|
5308
5308
|
Ia as e,
|
|
5309
5309
|
Ra as f,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, Fragment as R, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as j, useState as p } from "react";
|
|
3
3
|
import { u as X } from "./react-redux-C7I9-1M6.js";
|
|
4
|
-
import { Box as
|
|
4
|
+
import { Box as n, CircularProgress as Z, Typography as a, Dialog as $, DialogTitle as q, IconButton as N, DialogContent as J, Select as Q, MenuItem as B, Checkbox as V } from "@mui/material";
|
|
5
5
|
import { A as ee } from "./ArrowBack-DEJjwfp0.js";
|
|
6
6
|
import { C as ae } from "./Close-DSxLLo08.js";
|
|
7
|
-
import { FEATURE_EWALLET as o,
|
|
8
|
-
import {
|
|
9
|
-
import { g as le } from "./bank-
|
|
7
|
+
import { FEATURE_EWALLET as o, BRAND_VORTEX_ID as C, FEATURE_VIRTUAL_IBAN as w, DIALOG_SUCCESS_ICON as te, DIALOG_ERROR_ICON as k } from "./util/constants.js";
|
|
8
|
+
import { b as re, ai as ne, K as oe, a as ie } from "./constants-B-_x7F8X.js";
|
|
9
|
+
import { g as le } from "./bank-DIuQN1YY.js";
|
|
10
10
|
import "./index-DlQqWbXG.js";
|
|
11
11
|
import U from "./components/Wallet/Shared/appButton.js";
|
|
12
12
|
import "./hoc/withThemeProvider.js";
|
|
13
|
-
import "./otpForm-
|
|
13
|
+
import "./otpForm-WjQmPs8D.js";
|
|
14
14
|
import { useSnackBarContext as se } from "./context/snackBarContext.js";
|
|
15
15
|
import ce from "./hooks/useEverestDispatch.js";
|
|
16
16
|
import "./util/conversions.js";
|
|
@@ -19,10 +19,10 @@ import "./react-webcam-B3cXh1XT.js";
|
|
|
19
19
|
import "./components/Shared/transition.js";
|
|
20
20
|
import "./tooltip-BW0UyWw7.js";
|
|
21
21
|
import "./moment-h96o7c8I.js";
|
|
22
|
+
import "./index.esm-I_Bp2YLf.js";
|
|
22
23
|
import "./index.esm-BsMAMhYW.js";
|
|
23
24
|
import "./web3-u4qDZYpo.js";
|
|
24
25
|
import "./index-ceeCtFuh.js";
|
|
25
|
-
import "./index.esm-I_Bp2YLf.js";
|
|
26
26
|
import "./context/dialogContext.js";
|
|
27
27
|
import "@mui/icons-material";
|
|
28
28
|
const de = [
|
|
@@ -194,17 +194,17 @@ const de = [
|
|
|
194
194
|
], Fe = ({
|
|
195
195
|
openDialog: c,
|
|
196
196
|
createIbanRequest: D,
|
|
197
|
-
iban:
|
|
197
|
+
iban: E,
|
|
198
198
|
navigate: P,
|
|
199
|
-
from:
|
|
200
|
-
brandId:
|
|
199
|
+
from: t,
|
|
200
|
+
brandId: m
|
|
201
201
|
}) => {
|
|
202
|
-
const Y = ce(), { showAlertMessage:
|
|
202
|
+
const Y = ce(), { showAlertMessage: S } = se(), I = X((g) => g.user), u = I.profile, _ = u.loader, W = I.kyc.loader, y = I.kyc.status, G = u.email, F = E.loader, f = j(!1), [M, L] = p(!1), [b, A] = p(!1), [v, T] = p(!1), [s, d] = p(!1), [i, x] = p(""), O = () => {
|
|
203
203
|
if (!G) {
|
|
204
204
|
c({
|
|
205
205
|
title: "No Email",
|
|
206
206
|
message: "Please contact support to update your email address.",
|
|
207
|
-
icon:
|
|
207
|
+
icon: k,
|
|
208
208
|
width: "575px",
|
|
209
209
|
confirmButtonText: "Contact Suuport",
|
|
210
210
|
cancelButtonShow: !0,
|
|
@@ -214,24 +214,24 @@ const de = [
|
|
|
214
214
|
});
|
|
215
215
|
return;
|
|
216
216
|
}
|
|
217
|
-
|
|
217
|
+
t === o && x("EUR"), L(!0), m === C && t === w ? (d(!1), A(!1), T(!1)) : d(!0);
|
|
218
218
|
}, K = () => {
|
|
219
|
-
if (
|
|
220
|
-
|
|
219
|
+
if (f.current = !1, !i && t !== o) {
|
|
220
|
+
f.current = !0, S({
|
|
221
221
|
message: "Please select currency for Virtual IBAN."
|
|
222
222
|
});
|
|
223
223
|
return;
|
|
224
224
|
}
|
|
225
|
-
if (
|
|
226
|
-
const h =
|
|
225
|
+
if (E.data.length > 0) {
|
|
226
|
+
const h = E.data.find((z) => z.currency === i);
|
|
227
227
|
if (h != null && h.id) {
|
|
228
|
-
|
|
228
|
+
f.current = !0, S({
|
|
229
229
|
message: `You already have the ${i} Virtual IBAN.`
|
|
230
230
|
});
|
|
231
231
|
return;
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
|
-
if (
|
|
234
|
+
if (y === re || y === ne) {
|
|
235
235
|
c({
|
|
236
236
|
title: "Under Review",
|
|
237
237
|
message: "Your profile is currently being reviewed. If approved, you will have additional capabilities on the Everest platform.",
|
|
@@ -242,10 +242,10 @@ const de = [
|
|
|
242
242
|
});
|
|
243
243
|
return;
|
|
244
244
|
}
|
|
245
|
-
if (
|
|
246
|
-
Y(le(i,
|
|
245
|
+
if (y !== oe && y !== ie) {
|
|
246
|
+
Y(le(i, t)), l(), c({
|
|
247
247
|
title: "Verification Required",
|
|
248
|
-
message: `To create a ${
|
|
248
|
+
message: `To create a ${t === o ? "E-Wallet" : "Virtual IBAN"}, we first need to verify your identity. You will now be taken to complete your KYC verification.`,
|
|
249
249
|
width: "575px",
|
|
250
250
|
height: "400px",
|
|
251
251
|
confirmButtonText: "Start Verification",
|
|
@@ -255,12 +255,12 @@ const de = [
|
|
|
255
255
|
return;
|
|
256
256
|
}
|
|
257
257
|
if (!de.find(
|
|
258
|
-
(h) => h.alpha3 ===
|
|
258
|
+
(h) => h.alpha3 === u.residentialAddress.country
|
|
259
259
|
)) {
|
|
260
260
|
l(), c({
|
|
261
261
|
title: "Not Allowed",
|
|
262
262
|
message: "Currently we are not supporting your country for Virtual IBAN.",
|
|
263
|
-
icon:
|
|
263
|
+
icon: k,
|
|
264
264
|
width: "575px",
|
|
265
265
|
height: "450px",
|
|
266
266
|
confirmButtonText: "Continue",
|
|
@@ -268,11 +268,11 @@ const de = [
|
|
|
268
268
|
});
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
271
|
-
if (
|
|
271
|
+
if (u.memberType !== "individual") {
|
|
272
272
|
l(), c({
|
|
273
273
|
title: "Not Allowed",
|
|
274
274
|
message: "Currently we are not supporting organizational wallet(KYB) for Virtual IBAN.",
|
|
275
|
-
icon:
|
|
275
|
+
icon: k,
|
|
276
276
|
width: "575px",
|
|
277
277
|
height: "450px",
|
|
278
278
|
confirmButtonText: "Continue",
|
|
@@ -282,31 +282,33 @@ const de = [
|
|
|
282
282
|
}
|
|
283
283
|
l(), D(i);
|
|
284
284
|
}, H = () => {
|
|
285
|
-
if (!
|
|
286
|
-
|
|
285
|
+
if (!b || !v) {
|
|
286
|
+
S({
|
|
287
287
|
message: "Please accept both acknowledgments to continue."
|
|
288
288
|
});
|
|
289
289
|
return;
|
|
290
290
|
}
|
|
291
291
|
d(!0);
|
|
292
292
|
}, l = () => {
|
|
293
|
-
|
|
293
|
+
L(!1), setTimeout(() => {
|
|
294
|
+
d(!1);
|
|
295
|
+
}, 500), A(!1), T(!1), x(""), f.current = !1;
|
|
294
296
|
};
|
|
295
|
-
return /* @__PURE__ */
|
|
296
|
-
_ || W || F ? /* @__PURE__ */ e(
|
|
297
|
+
return /* @__PURE__ */ r(R, { children: [
|
|
298
|
+
_ || W || F ? /* @__PURE__ */ e(n, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(Z, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(
|
|
297
299
|
a,
|
|
298
300
|
{
|
|
299
301
|
onClick: O,
|
|
300
302
|
component: "span",
|
|
301
303
|
color: "primary",
|
|
302
304
|
sx: { cursor: "pointer" },
|
|
303
|
-
children: /* @__PURE__ */
|
|
305
|
+
children: /* @__PURE__ */ r("span", { className: "text-underline", children: [
|
|
304
306
|
"+ Add ",
|
|
305
|
-
|
|
307
|
+
t === o ? "E-Wallet" : "Virtual IBAN"
|
|
306
308
|
] })
|
|
307
309
|
}
|
|
308
310
|
),
|
|
309
|
-
/* @__PURE__ */
|
|
311
|
+
/* @__PURE__ */ r(
|
|
310
312
|
$,
|
|
311
313
|
{
|
|
312
314
|
open: M,
|
|
@@ -320,7 +322,7 @@ const de = [
|
|
|
320
322
|
}
|
|
321
323
|
},
|
|
322
324
|
children: [
|
|
323
|
-
/* @__PURE__ */
|
|
325
|
+
/* @__PURE__ */ r(
|
|
324
326
|
q,
|
|
325
327
|
{
|
|
326
328
|
sx: {
|
|
@@ -333,18 +335,23 @@ const de = [
|
|
|
333
335
|
borderBottom: "1px solid #e0e0e0"
|
|
334
336
|
},
|
|
335
337
|
children: [
|
|
336
|
-
/* @__PURE__ */ e(
|
|
337
|
-
s &&
|
|
338
|
+
/* @__PURE__ */ e(N, { onClick: () => {
|
|
339
|
+
s && m === C && t === w ? (d(!1), x("")) : l();
|
|
338
340
|
}, sx: { p: 0.5 }, children: /* @__PURE__ */ e(ee, {}) }),
|
|
339
341
|
/* @__PURE__ */ e(
|
|
340
342
|
a,
|
|
341
343
|
{
|
|
342
344
|
component: "span",
|
|
343
|
-
sx: {
|
|
344
|
-
|
|
345
|
+
sx: {
|
|
346
|
+
flex: 1,
|
|
347
|
+
textAlign: "center",
|
|
348
|
+
fontSize: "18px",
|
|
349
|
+
fontWeight: 600
|
|
350
|
+
},
|
|
351
|
+
children: s || m !== C || t !== w ? t === o ? "Create E-Wallet" : "Create Virtual IBAN" : "Disclosure Acknowledgement"
|
|
345
352
|
}
|
|
346
353
|
),
|
|
347
|
-
/* @__PURE__ */ e(
|
|
354
|
+
/* @__PURE__ */ e(N, { onClick: l, sx: { p: 0.5 }, children: /* @__PURE__ */ e(ae, {}) })
|
|
348
355
|
]
|
|
349
356
|
}
|
|
350
357
|
),
|
|
@@ -355,9 +362,9 @@ const de = [
|
|
|
355
362
|
p: s ? 5 : 4,
|
|
356
363
|
pt: s ? 4 : 3
|
|
357
364
|
},
|
|
358
|
-
children: s ? /* @__PURE__ */
|
|
365
|
+
children: s || m !== C || t !== w ? /* @__PURE__ */ r(n, { children: [
|
|
359
366
|
/* @__PURE__ */ e(
|
|
360
|
-
|
|
367
|
+
n,
|
|
361
368
|
{
|
|
362
369
|
sx: {
|
|
363
370
|
display: "flex",
|
|
@@ -365,7 +372,7 @@ const de = [
|
|
|
365
372
|
mb: 3
|
|
366
373
|
},
|
|
367
374
|
children: /* @__PURE__ */ e(
|
|
368
|
-
|
|
375
|
+
n,
|
|
369
376
|
{
|
|
370
377
|
component: "img",
|
|
371
378
|
src: te,
|
|
@@ -384,15 +391,15 @@ const de = [
|
|
|
384
391
|
textAlign: "center",
|
|
385
392
|
fontSize: "16px"
|
|
386
393
|
},
|
|
387
|
-
children:
|
|
394
|
+
children: t === o ? "Please proceed to create your E-Wallet." : "Please select the currency for the Virtual IBAN and proceed."
|
|
388
395
|
}
|
|
389
396
|
),
|
|
390
|
-
|
|
397
|
+
t !== o && /* @__PURE__ */ e(n, { sx: { mx: "auto" }, children: /* @__PURE__ */ r(
|
|
391
398
|
Q,
|
|
392
399
|
{
|
|
393
400
|
value: i,
|
|
394
|
-
onChange: (
|
|
395
|
-
|
|
401
|
+
onChange: (g) => {
|
|
402
|
+
x(g.target.value);
|
|
396
403
|
},
|
|
397
404
|
displayEmpty: !0,
|
|
398
405
|
fullWidth: !0,
|
|
@@ -403,26 +410,26 @@ const de = [
|
|
|
403
410
|
}
|
|
404
411
|
},
|
|
405
412
|
children: [
|
|
406
|
-
/* @__PURE__ */ e(
|
|
407
|
-
/* @__PURE__ */ e(
|
|
408
|
-
/* @__PURE__ */ e(
|
|
413
|
+
/* @__PURE__ */ e(B, { value: "", children: "Select currency" }),
|
|
414
|
+
/* @__PURE__ */ e(B, { value: "EUR", children: "EUR" }),
|
|
415
|
+
/* @__PURE__ */ e(B, { value: "GBP", children: "GBP" })
|
|
409
416
|
]
|
|
410
417
|
}
|
|
411
418
|
) }),
|
|
412
|
-
/* @__PURE__ */ e(
|
|
419
|
+
/* @__PURE__ */ e(n, { sx: { mt: 4 }, children: /* @__PURE__ */ e(
|
|
413
420
|
U,
|
|
414
421
|
{
|
|
415
422
|
onClick: K,
|
|
416
423
|
fullWidth: !0,
|
|
417
|
-
disabled: !i &&
|
|
424
|
+
disabled: !i && t !== o,
|
|
418
425
|
children: /* @__PURE__ */ e("strong", { children: "Create" })
|
|
419
426
|
}
|
|
420
427
|
) })
|
|
421
|
-
] }) : /* @__PURE__ */
|
|
422
|
-
/* @__PURE__ */
|
|
428
|
+
] }) : /* @__PURE__ */ r(R, { children: [
|
|
429
|
+
/* @__PURE__ */ r(n, { children: [
|
|
423
430
|
/* @__PURE__ */ e(a, { variant: "body2", sx: { my: 3, color: "#666" }, children: "Last updated: 19 December 2025" }),
|
|
424
|
-
/* @__PURE__ */
|
|
425
|
-
|
|
431
|
+
/* @__PURE__ */ r(
|
|
432
|
+
n,
|
|
426
433
|
{
|
|
427
434
|
sx: {
|
|
428
435
|
maxHeight: "350px",
|
|
@@ -480,9 +487,9 @@ const de = [
|
|
|
480
487
|
]
|
|
481
488
|
}
|
|
482
489
|
),
|
|
483
|
-
/* @__PURE__ */
|
|
484
|
-
/* @__PURE__ */
|
|
485
|
-
|
|
490
|
+
/* @__PURE__ */ r(n, { sx: { mb: 2 }, children: [
|
|
491
|
+
/* @__PURE__ */ r(
|
|
492
|
+
n,
|
|
486
493
|
{
|
|
487
494
|
sx: {
|
|
488
495
|
display: "flex",
|
|
@@ -490,12 +497,12 @@ const de = [
|
|
|
490
497
|
mb: 1.5,
|
|
491
498
|
cursor: "pointer"
|
|
492
499
|
},
|
|
493
|
-
onClick: () =>
|
|
500
|
+
onClick: () => A(!b),
|
|
494
501
|
children: [
|
|
495
502
|
/* @__PURE__ */ e(
|
|
496
|
-
|
|
503
|
+
V,
|
|
497
504
|
{
|
|
498
|
-
checked:
|
|
505
|
+
checked: b,
|
|
499
506
|
sx: {
|
|
500
507
|
p: 0,
|
|
501
508
|
mr: 1.5,
|
|
@@ -505,7 +512,7 @@ const de = [
|
|
|
505
512
|
}
|
|
506
513
|
}
|
|
507
514
|
),
|
|
508
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ r(a, { variant: "body2", children: [
|
|
509
516
|
"I have read and accept the",
|
|
510
517
|
" ",
|
|
511
518
|
/* @__PURE__ */ e(
|
|
@@ -521,20 +528,20 @@ const de = [
|
|
|
521
528
|
]
|
|
522
529
|
}
|
|
523
530
|
),
|
|
524
|
-
/* @__PURE__ */
|
|
525
|
-
|
|
531
|
+
/* @__PURE__ */ r(
|
|
532
|
+
n,
|
|
526
533
|
{
|
|
527
534
|
sx: {
|
|
528
535
|
display: "flex",
|
|
529
536
|
alignItems: "center",
|
|
530
537
|
cursor: "pointer"
|
|
531
538
|
},
|
|
532
|
-
onClick: () =>
|
|
539
|
+
onClick: () => T(!v),
|
|
533
540
|
children: [
|
|
534
541
|
/* @__PURE__ */ e(
|
|
535
|
-
|
|
542
|
+
V,
|
|
536
543
|
{
|
|
537
|
-
checked:
|
|
544
|
+
checked: v,
|
|
538
545
|
sx: {
|
|
539
546
|
p: 0,
|
|
540
547
|
mr: 1.5,
|
|
@@ -550,12 +557,12 @@ const de = [
|
|
|
550
557
|
)
|
|
551
558
|
] })
|
|
552
559
|
] }),
|
|
553
|
-
/* @__PURE__ */ e(
|
|
560
|
+
/* @__PURE__ */ e(n, { sx: { mt: 3, display: "flex", justifyContent: "center" }, children: /* @__PURE__ */ e(
|
|
554
561
|
U,
|
|
555
562
|
{
|
|
556
563
|
onClick: H,
|
|
557
564
|
fullWidth: !0,
|
|
558
|
-
disabled: !
|
|
565
|
+
disabled: !b || !v,
|
|
559
566
|
children: /* @__PURE__ */ e("strong", { children: "Next" })
|
|
560
567
|
}
|
|
561
568
|
) })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o, jsxs as y } from "react/jsx-runtime";
|
|
2
2
|
import { useState as N, useEffect as T } from "react";
|
|
3
|
-
import { Dialog as W, DialogContent as w, Box as
|
|
3
|
+
import { Dialog as W, DialogContent as w, Box as S, Typography as b } from "@mui/material";
|
|
4
4
|
import { s as i } from "../../styles.module-verVx4pE.js";
|
|
5
5
|
import m from "../../components/Wallet/Shared/appButton.js";
|
|
6
6
|
const M = () => {
|
|
@@ -16,8 +16,8 @@ const M = () => {
|
|
|
16
16
|
const {
|
|
17
17
|
icon: t,
|
|
18
18
|
title: s,
|
|
19
|
-
message:
|
|
20
|
-
height:
|
|
19
|
+
message: d,
|
|
20
|
+
height: h = "auto",
|
|
21
21
|
width: p = "100%",
|
|
22
22
|
maxWidth: g,
|
|
23
23
|
onConfirm: c,
|
|
@@ -34,17 +34,19 @@ const M = () => {
|
|
|
34
34
|
}, []), /* @__PURE__ */ o(
|
|
35
35
|
W,
|
|
36
36
|
{
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
slotProps: {
|
|
38
|
+
paper: {
|
|
39
|
+
className: i["confirm-dialog"],
|
|
40
|
+
sx: { height: h, width: p, maxWidth: g, borderRadius: "14px" }
|
|
41
|
+
}
|
|
40
42
|
},
|
|
41
43
|
open: !!s,
|
|
42
44
|
fullWidth: !0,
|
|
43
45
|
disablePortal: !0,
|
|
44
|
-
children: /* @__PURE__ */ o(w, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ y(
|
|
46
|
+
children: /* @__PURE__ */ o(w, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ y(S, { mt: 4, className: i.container, children: [
|
|
45
47
|
t && /* @__PURE__ */ o("img", { src: t, alt: "icon" }),
|
|
46
|
-
/* @__PURE__ */ o(
|
|
47
|
-
|
|
48
|
+
/* @__PURE__ */ o(b, { className: i["confirm-dialog-title"], children: s }),
|
|
49
|
+
d,
|
|
48
50
|
x && /* @__PURE__ */ o(
|
|
49
51
|
m,
|
|
50
52
|
{
|
|
@@ -6,12 +6,12 @@ import ze from "./components/Wallet/Shared/backBtn.js";
|
|
|
6
6
|
import { DIALOG_SUCCESS_ICON as Ie, PAYMENT_BANK as Z, SEPA_ICON as Te, VISA_ICON as We, PAYMENT_PROVIDER_PAYSAFE as we, FIAT_WITHDRAW as ee, EURO_ISO3 as Be, US_DOLLAR_ISO3 as me, SYNTHETIC_EUR as Oe, SYNTHETIC_USD as Pe } from "./util/constants.js";
|
|
7
7
|
import { s as u } from "./styles.module-DMd29SPQ.js";
|
|
8
8
|
import ie from "./components/Wallet/Shared/appButton.js";
|
|
9
|
-
import { aq as G } from "./constants-
|
|
9
|
+
import { aq as G } from "./constants-B-_x7F8X.js";
|
|
10
10
|
import { u as Me } from "./index-CREgBh59.js";
|
|
11
|
-
import { b as te, e as pe, f as Le, d as Ye, g as qe } from "./order-
|
|
11
|
+
import { b as te, e as pe, f as Le, d as Ye, g as qe } from "./order-DAiOqPsI.js";
|
|
12
12
|
import { u as j } from "./react-redux-C7I9-1M6.js";
|
|
13
|
-
import { P as Ke, f as $e } from "./PlayArrow-
|
|
14
|
-
import { d as Ue, u as He } from "./wallet-
|
|
13
|
+
import { P as Ke, f as $e } from "./PlayArrow-DbQI55la.js";
|
|
14
|
+
import { d as Ue, u as He } from "./wallet-Cw-0XynY.js";
|
|
15
15
|
import { useSnackBarContext as je } from "./context/snackBarContext.js";
|
|
16
16
|
import { AuthContainer as Ge } from "./components/Wallet/Shared/Container/index.js";
|
|
17
17
|
import Ve from "./components/Shared/MinimalKyc/index.js";
|