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
package/dist/assets/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1fgq8_1{display:flex;align-items:center;margin-top:130px}._inner-container_1fgq8_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_1fgq8_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_1fgq8_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_1fgq8_57{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_1fgq8_73{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #000000;color:#000;font-size:14px;text-transform:none;box-shadow:none}._sBtn_1fgq8_73:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_1fgq8_73:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_1fgq8_117{position:relative}._doc-video-box_1fgq8_117:before,._doc-video-box_1fgq8_117:after,._doc-video-box_1fgq8_117>:first-child:before,._doc-video-box_1fgq8_117>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_1fgq8_117:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_1fgq8_117:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_1fgq8_117>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_1fgq8_117>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_1fgq8_193:before,._image-corner-color_1fgq8_193:after,._image-corner-color_1fgq8_193>:first-child:before,._image-corner-color_1fgq8_193>:first-child:after{border-color:#00b171}._video-box-inner-content_1fgq8_207{max-width:100%;height:auto}._menu-item_1fgq8_217{padding:8px 20px;margin-top:19px;border-radius:8px;border:.5px solid #d0d0d0;cursor:pointer}._remove-icon_1fgq8_233{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_1fgq8_247{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_1fgq8_263{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_1fgq8_279{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0}._asset-close-btn_1fgq8_295{position:absolute;right:8px;top:12px;color:#000}._dialog-container_1fgq8_309{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_1fgq8_323{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_1fgq8_331{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_1fgq8_343{padding:2px;border:1px solid #ccc;min-width:300px;max-width:450px;max-height:250px;min-height:200px;overflow:auto;outline:none;resize:both;background:#fff}._tweet-disable-text_1fgq8_369{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_1fgq8_387{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_1fgq8_405{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359d;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_1fgq8_405:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_1fgq8_405:hover{border:3px solid #16359d;background:#16359d;color:#fff}._kyc-approved_1fgq8_449{padding:6px 12px!important;border-radius:100px!important;background:#fff!important;border:none!important;color:#28a745!important;font-size:14px!important;text-transform:none!important;box-shadow:none!important;font-weight:700!important}
|
package/dist/assets/styles2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_12mt6_1{display:flex;align-items:center;margin-top:130px;flex-direction:column}._inner-container_12mt6_15{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._sub-tabs_12mt6_29{color:#a6a6a6!important;display:flex;justify-content:center;align-items:center}._sub-tabs_12mt6_29 ._active_12mt6_43{color:#16359d!important;border-bottom:4px solid #16359d}._sub-tabs-item_12mt6_53{display:flex;justify-content:center;cursor:pointer}._buy-sell-text_12mt6_65{font-weight:700;font-size:18px}._heading-text_12mt6_75{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._info-icon_12mt6_89{margin-bottom:-15px;top:-12px}._button-icon_12mt6_99{margin-bottom:-15px;top:0}._add-container_12mt6_109{padding:80px}._move-id_12mt6_117{border:1px solid #f0f0f0;box-sizing:border-box;padding:20px;width:inherit;border-radius:8px}._move-id-text_12mt6_133{font-size:12px;margin:auto;width:115px}._move-btn_12mt6_145{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:10px 12px!important}._time-item_12mt6_169{cursor:pointer;padding:10px}._time-item_12mt6_169:hover,._time-item_12mt6_169._active_12mt6_43{background:#16359d;color:#fff}._item-1st_12mt6_193{border-top-left-radius:8px;border-bottom-left-radius:8px}._item-last_12mt6_203{border-top-right-radius:8px;border-bottom-right-radius:8px}@media only screen and (max-width: 600px){._stake-modal-content_12mt6_215{padding:40px 10px!important}._add-container_12mt6_109{padding:10px!important}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-
|
|
1
|
+
import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-B-_x7F8X.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as s, W as t, X as E, Y as n, Z as _, _ as o, $ as R, a0 as p, a1 as T, a2 as I, a3 as y } from "./constants-
|
|
1
|
+
import { T as s, W as t, X as E, Y as n, Z as _, _ as o, $ as R, a0 as p, a1 as T, a2 as I, a3 as y } from "./constants-B-_x7F8X.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: s
|
|
4
4
|
}), N = (a) => ({
|
|
@@ -8,9 +8,9 @@ import { nameRegex as U } from "../../../util/regex.js";
|
|
|
8
8
|
import "../../../index-DlQqWbXG.js";
|
|
9
9
|
import "../../Wallet/Shared/appButton.js";
|
|
10
10
|
import "../../../hoc/withThemeProvider.js";
|
|
11
|
-
import "../../../otpForm-
|
|
12
|
-
import "../../../constants-
|
|
13
|
-
import { r as V, u as X } from "../../../kyc-
|
|
11
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
12
|
+
import "../../../constants-B-_x7F8X.js";
|
|
13
|
+
import { r as V, u as X } from "../../../kyc-BXoUxN4z.js";
|
|
14
14
|
import "../../../context/snackBarContext.js";
|
|
15
15
|
import $ from "../../../hooks/useEverestDispatch.js";
|
|
16
16
|
import "../../../util/conversions.js";
|
|
@@ -19,11 +19,11 @@ import { useSnackBar as ee } from "../../../hooks/useSnackBar.js";
|
|
|
19
19
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
20
20
|
import "../../Shared/transition.js";
|
|
21
21
|
import "../../../tooltip-BW0UyWw7.js";
|
|
22
|
-
import "../../../index.esm-BsMAMhYW.js";
|
|
23
22
|
import { c as te } from "../../../countries-BVn1FubK.js";
|
|
23
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
24
|
+
import "../../../index.esm-BsMAMhYW.js";
|
|
24
25
|
import "../../../web3-u4qDZYpo.js";
|
|
25
26
|
import "../../../index-ceeCtFuh.js";
|
|
26
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
27
27
|
import "../../../context/dialogContext.js";
|
|
28
28
|
import re from "../Shared/Button/index.js";
|
|
29
29
|
import i from "../Shared/Input/index.js";
|
|
@@ -8,9 +8,9 @@ import "../../../../util/functions.js";
|
|
|
8
8
|
import "../../../../util/constants.js";
|
|
9
9
|
import "../../Shared/Input/index.js";
|
|
10
10
|
import "../../Shared/Button/index.js";
|
|
11
|
-
import { C } from "../../../../index-
|
|
12
|
-
import "../../../../constants-
|
|
13
|
-
import "../../../../order-
|
|
11
|
+
import { C } from "../../../../index-C_Vf8Evc.js";
|
|
12
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
13
|
+
import "../../../../order-DAiOqPsI.js";
|
|
14
14
|
export {
|
|
15
15
|
C as default
|
|
16
16
|
};
|
|
@@ -4,10 +4,10 @@ import "@mui/material";
|
|
|
4
4
|
import "../../Shared/backBtn.js";
|
|
5
5
|
import "../../../../util/functions.js";
|
|
6
6
|
import "../../../../util/constants.js";
|
|
7
|
-
import { a as s } from "../../../../index-
|
|
7
|
+
import { a as s } from "../../../../index-C_Vf8Evc.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
10
|
+
import "../../../../order-DAiOqPsI.js";
|
|
11
11
|
export {
|
|
12
12
|
s as default
|
|
13
13
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
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 "../../../../Info-DOoRR7sR.js";
|
|
6
6
|
import "../../../../generic-token-B_ptO5yb.js";
|
|
7
7
|
import "../../Shared/Input/index.js";
|
|
8
8
|
import "../../../../util/constants.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
10
|
+
import "../../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../../tooltip-BW0UyWw7.js";
|
|
12
12
|
import "../../../../util/functions.js";
|
|
13
13
|
import "../../Shared/Button/index.js";
|
|
14
|
-
import { B as b } from "../../../../index-
|
|
14
|
+
import { B as b } from "../../../../index-C_Vf8Evc.js";
|
|
15
15
|
export {
|
|
16
16
|
b as default
|
|
17
17
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-
|
|
4
|
+
import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-C_Vf8Evc.js";
|
|
5
5
|
import "@mui/material";
|
|
6
6
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
7
|
-
import "../../../../constants-
|
|
8
|
-
import "../../../../PlayArrow-
|
|
9
|
-
import "../../../../cryptoAssets-
|
|
10
|
-
import "../../../../order-
|
|
7
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
8
|
+
import "../../../../PlayArrow-DbQI55la.js";
|
|
9
|
+
import "../../../../cryptoAssets-Cmdg7BR-.js";
|
|
10
|
+
import "../../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../../util/constants.js";
|
|
12
12
|
import "../../MinimalKyc/form.js";
|
|
13
13
|
import "../../../../util/functions.js";
|
|
@@ -3,8 +3,8 @@ import S from "../../../../hoc/withThemeProvider.js";
|
|
|
3
3
|
import C from "./balance.js";
|
|
4
4
|
import w from "./transaction.js";
|
|
5
5
|
import { u as c } from "../../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { a as x } from "../../../../order-
|
|
6
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
7
|
+
import { a as x } from "../../../../order-DAiOqPsI.js";
|
|
8
8
|
import { useState as b, useEffect as r } from "react";
|
|
9
9
|
import { getOrionBalance as v } from "../../../../util/functions.js";
|
|
10
10
|
import { useRrDialog as B } from "../../../../hooks/useRrDialog/index.js";
|
|
@@ -4,10 +4,10 @@ import "@mui/material";
|
|
|
4
4
|
import "../../Shared/backBtn.js";
|
|
5
5
|
import "../../../../util/functions.js";
|
|
6
6
|
import "../../../../util/constants.js";
|
|
7
|
-
import { B as x } from "../../../../index-
|
|
7
|
+
import { B as x } from "../../../../index-Cx8dey5q.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
10
|
+
import "../../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../Shared/transition.js";
|
|
12
12
|
import "../../../../Close-DSxLLo08.js";
|
|
13
13
|
export {
|
|
@@ -1,17 +1,17 @@
|
|
|
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 "../../../../Info-DOoRR7sR.js";
|
|
6
6
|
import "../../../../generic-token-B_ptO5yb.js";
|
|
7
7
|
import "../../Shared/Input/index.js";
|
|
8
8
|
import "../../../../util/constants.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
10
|
+
import "../../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../../tooltip-BW0UyWw7.js";
|
|
12
12
|
import "../../../../util/functions.js";
|
|
13
13
|
import "../../Shared/Button/index.js";
|
|
14
|
-
import { S as b } from "../../../../index-
|
|
14
|
+
import { S as b } from "../../../../index-Cx8dey5q.js";
|
|
15
15
|
export {
|
|
16
16
|
b as default
|
|
17
17
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { C as g, F as h, M as j, P as k, i as n } from "../../../../index-
|
|
4
|
+
import { C as g, F as h, M as j, P as k, i as n } from "../../../../index-Cx8dey5q.js";
|
|
5
5
|
import "../../../../index-DlQqWbXG.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "../../../Wallet/Shared/appButton.js";
|
|
8
8
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
9
9
|
import "../../../../util/functions.js";
|
|
10
10
|
import "../../../../util/constants.js";
|
|
11
|
-
import "../../../../otpForm-
|
|
12
|
-
import "../../../../constants-
|
|
13
|
-
import "../../../../PlayArrow-
|
|
14
|
-
import "../../../../cryptoAssets-
|
|
15
|
-
import "../../../../order-
|
|
11
|
+
import "../../../../otpForm-WjQmPs8D.js";
|
|
12
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
13
|
+
import "../../../../PlayArrow-DbQI55la.js";
|
|
14
|
+
import "../../../../cryptoAssets-Cmdg7BR-.js";
|
|
15
|
+
import "../../../../order-DAiOqPsI.js";
|
|
16
16
|
import "../../../../context/snackBarContext.js";
|
|
17
17
|
import "../../../../hooks/useEverestDispatch.js";
|
|
18
18
|
import "../../../../util/conversions.js";
|
|
@@ -22,10 +22,10 @@ import "../../../../react-webcam-B3cXh1XT.js";
|
|
|
22
22
|
import "../../../Shared/transition.js";
|
|
23
23
|
import "../../../../tooltip-BW0UyWw7.js";
|
|
24
24
|
import "../../../../moment-h96o7c8I.js";
|
|
25
|
+
import "../../../../index.esm-I_Bp2YLf.js";
|
|
25
26
|
import "../../../../index.esm-BsMAMhYW.js";
|
|
26
27
|
import "../../../../web3-u4qDZYpo.js";
|
|
27
28
|
import "../../../../index-ceeCtFuh.js";
|
|
28
|
-
import "../../../../index.esm-I_Bp2YLf.js";
|
|
29
29
|
import "../../../../context/dialogContext.js";
|
|
30
30
|
import "@mui/icons-material";
|
|
31
31
|
import "../../MinimalKyc/form.js";
|
|
@@ -7,8 +7,8 @@ import B from "../../../../hoc/withThemeProvider.js";
|
|
|
7
7
|
import { L as D } from "../../../../rr-primary-logo-CqI24c8v.js";
|
|
8
8
|
import E from "./loginForm.js";
|
|
9
9
|
import R from "./otpForm.js";
|
|
10
|
-
import "../../../../constants-
|
|
11
|
-
import { a as T } from "../../../../auth-
|
|
10
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
11
|
+
import { a as T } from "../../../../auth-D_DKdP4p.js";
|
|
12
12
|
import v from "../../../../hooks/useEverestDispatch.js";
|
|
13
13
|
const I = ({ onLogin: f, navigate: a, navigatePath: c }) => {
|
|
14
14
|
const e = v(), o = y((F) => F.session), p = o.loader, x = o.otpLoader, h = o.screen, t = o.uuid, s = o.token, i = o.error, { showAlertMessage: m, snackBar: u } = L(), [d, g] = w("");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as g, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h, useEffect as v } from "react";
|
|
3
|
-
import "../../../../constants-
|
|
4
|
-
import { l as x } from "../../../../auth-
|
|
3
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
4
|
+
import { l as x } from "../../../../auth-D_DKdP4p.js";
|
|
5
5
|
import { Stack as l, Typography as o, Box as y } from "@mui/material";
|
|
6
6
|
import d from "../../Shared/Button/index.js";
|
|
7
7
|
import E from "../../Shared/Input/index.js";
|
|
@@ -3,8 +3,8 @@ import { Stack as o, Typography as a, Box as I } from "@mui/material";
|
|
|
3
3
|
import p from "../../Shared/Button/index.js";
|
|
4
4
|
import O from "../../Shared/Input/index.js";
|
|
5
5
|
import { useState as c, useEffect as f } from "react";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { l as P, b as C } from "../../../../auth-
|
|
6
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
7
|
+
import { l as P, b as C } from "../../../../auth-D_DKdP4p.js";
|
|
8
8
|
import { RESEND_EMAIL_TIMER as g } from "../../../../util/constants.js";
|
|
9
9
|
const F = ({
|
|
10
10
|
showAlertMessage: s,
|
|
@@ -4,8 +4,8 @@ import { Typography as k, Box as y, Stack as E } from "@mui/material";
|
|
|
4
4
|
import n from "../../Shared/Button/index.js";
|
|
5
5
|
import S from "../../Shared/Input/index.js";
|
|
6
6
|
import { isValidEmail as d, generateRandomString as b } from "../../../../util/functions.js";
|
|
7
|
-
import "../../../../constants-
|
|
8
|
-
import { h as P } from "../../../../auth-
|
|
7
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
8
|
+
import { h as P } from "../../../../auth-D_DKdP4p.js";
|
|
9
9
|
const I = ({
|
|
10
10
|
showAlertMessage: t,
|
|
11
11
|
loader: i,
|
|
@@ -9,8 +9,8 @@ import L from "./email.js";
|
|
|
9
9
|
import T from "./personalInfo.js";
|
|
10
10
|
import W from "./summary.js";
|
|
11
11
|
import q from "./validateEmail.js";
|
|
12
|
-
import "../../../../constants-
|
|
13
|
-
import { a as U, u as V, c as j, d as M } from "../../../../auth-
|
|
12
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
13
|
+
import { a as U, u as V, c as j, d as M } from "../../../../auth-D_DKdP4p.js";
|
|
14
14
|
import { USERNAME_SUFFIX as F } from "../../../../util/constants.js";
|
|
15
15
|
import P from "../../../../hooks/useEverestDispatch.js";
|
|
16
16
|
const z = ({ onRegister: k, navigate: h, navigatePath: g }) => {
|
|
@@ -3,8 +3,8 @@ import { useState as d } from "react";
|
|
|
3
3
|
import { Typography as f, Box as T, Stack as b, InputAdornment as S, FormControl as U, FormControlLabel as W, Checkbox as E, Link as L } from "@mui/material";
|
|
4
4
|
import v from "../../Shared/Button/index.js";
|
|
5
5
|
import c, { UserNameInputField as w } from "../../Shared/Input/index.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { h as B } from "../../../../auth-
|
|
6
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
7
|
+
import { h as B } from "../../../../auth-D_DKdP4p.js";
|
|
8
8
|
import { userNameRegex as _ } from "../../../../util/regex.js";
|
|
9
9
|
import { USERNAME_SUFFIX as y, USERNAME_TOOLTIP as j } from "../../../../util/constants.js";
|
|
10
10
|
const J = ({
|
|
@@ -4,8 +4,8 @@ import f from "../../../hoc/withThemeProvider.js";
|
|
|
4
4
|
import g from "../Shared/Button/index.js";
|
|
5
5
|
import { u as w } from "../../../react-redux-C7I9-1M6.js";
|
|
6
6
|
import { useEffect as c } from "react";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { g as x } from "../../../auth-
|
|
7
|
+
import "../../../constants-B-_x7F8X.js";
|
|
8
|
+
import { g as x } from "../../../auth-D_DKdP4p.js";
|
|
9
9
|
import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
|
|
10
10
|
import y from "../../../hooks/useEverestDispatch.js";
|
|
11
11
|
const P = ({ onComplete: m, type: d }) => {
|
|
@@ -9,8 +9,8 @@ import D from "./storeInfo.js";
|
|
|
9
9
|
import L from "./personalInfo.js";
|
|
10
10
|
import T from "./summary.js";
|
|
11
11
|
import A from "./validateEmail.js";
|
|
12
|
-
import "../../../../constants-
|
|
13
|
-
import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-
|
|
12
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
13
|
+
import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-D_DKdP4p.js";
|
|
14
14
|
import { USERNAME_SUFFIX as v } from "../../../../util/constants.js";
|
|
15
15
|
import M from "../../../../hooks/useEverestDispatch.js";
|
|
16
16
|
const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
|
|
@@ -3,8 +3,8 @@ import { useState as b } from "react";
|
|
|
3
3
|
import { Typography as y, Box as T, Stack as W, InputAdornment as B, FormControl as E, FormControlLabel as L, Checkbox as j, Link as F } from "@mui/material";
|
|
4
4
|
import U from "../../Shared/Button/index.js";
|
|
5
5
|
import s from "../../Shared/Input/index.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { i as v } from "../../../../auth-
|
|
6
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
7
|
+
import { i as v } from "../../../../auth-D_DKdP4p.js";
|
|
8
8
|
import { generateRandomString as _, isValidEmail as q } from "../../../../util/functions.js";
|
|
9
9
|
import { userNameRegex as D } from "../../../../util/regex.js";
|
|
10
10
|
import { USERNAME_SUFFIX as V } from "../../../../util/constants.js";
|
|
@@ -3,8 +3,8 @@ import { useState as c } from "react";
|
|
|
3
3
|
import { Typography as u, Alert as k, Box as w, Stack as p, InputAdornment as f } from "@mui/material";
|
|
4
4
|
import h from "../../Shared/Button/index.js";
|
|
5
5
|
import x, { UserNameInputField as P } from "../../Shared/Input/index.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { i as T } from "../../../../auth-
|
|
6
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
7
|
+
import { i as T } from "../../../../auth-D_DKdP4p.js";
|
|
8
8
|
import { USERNAME_SUFFIX as N, USERNAME_TOOLTIP as U } from "../../../../util/constants.js";
|
|
9
9
|
import { storeNameOnChangeRegex as L, storeNameRegex as W } from "../../../../util/regex.js";
|
|
10
10
|
const z = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "../../../constants-
|
|
3
|
-
import { a as k } from "../../../order-
|
|
2
|
+
import "../../../constants-B-_x7F8X.js";
|
|
3
|
+
import { a as k } from "../../../order-DAiOqPsI.js";
|
|
4
4
|
import { Typography as s, Stack as c } from "@mui/material";
|
|
5
5
|
import v from "../Shared/Button/index.js";
|
|
6
6
|
import L from "../../Shared/HistoryItem/index.js";
|
|
@@ -5,9 +5,9 @@ import K from "../../Wallet/Shared/Input/index.js";
|
|
|
5
5
|
import H from "../../Wallet/Shared/appButton.js";
|
|
6
6
|
import "../../../index-DlQqWbXG.js";
|
|
7
7
|
import "../../../hoc/withThemeProvider.js";
|
|
8
|
-
import "../../../otpForm-
|
|
9
|
-
import "../../../constants-
|
|
10
|
-
import { a as V } from "../../../kyc-
|
|
8
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
9
|
+
import "../../../constants-B-_x7F8X.js";
|
|
10
|
+
import { a as V } from "../../../kyc-BXoUxN4z.js";
|
|
11
11
|
import { useSnackBarContext as $ } from "../../../context/snackBarContext.js";
|
|
12
12
|
import z from "../../../hooks/useEverestDispatch.js";
|
|
13
13
|
import "../../../util/conversions.js";
|
|
@@ -17,11 +17,11 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
17
17
|
import "../transition.js";
|
|
18
18
|
import "../../../tooltip-BW0UyWw7.js";
|
|
19
19
|
import "../../../moment-h96o7c8I.js";
|
|
20
|
+
import { C as G, a as J } from "../../../FileDownload-DqREXR3D.js";
|
|
21
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
20
22
|
import "../../../index.esm-BsMAMhYW.js";
|
|
21
23
|
import "../../../web3-u4qDZYpo.js";
|
|
22
24
|
import "../../../index-ceeCtFuh.js";
|
|
23
|
-
import { C as G, a as J } from "../../../FileDownload-DqREXR3D.js";
|
|
24
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
25
25
|
import "../../../context/dialogContext.js";
|
|
26
26
|
import "@mui/icons-material";
|
|
27
27
|
const Ce = ({
|
|
@@ -3,17 +3,17 @@ import "react";
|
|
|
3
3
|
import "../../Wallet/Shared/Container/index.js";
|
|
4
4
|
import "@mui/material";
|
|
5
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
-
import { E as U, I as g, c as h, b as j, a as k, F as n } from "../../../index-
|
|
6
|
+
import { E as U, I as g, c as h, b as j, a as k, F as n } from "../../../index-DtTDOPWZ.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import "../../../index-CREgBh59.js";
|
|
10
|
-
import "../../../kyc-
|
|
10
|
+
import "../../../kyc-BXoUxN4z.js";
|
|
11
11
|
import "../../../react-redux-C7I9-1M6.js";
|
|
12
12
|
import "./edd.js";
|
|
13
13
|
import "../../../hooks/useEverestDispatch.js";
|
|
14
14
|
import "../../../index-DlQqWbXG.js";
|
|
15
15
|
import "../../Wallet/Shared/appButton.js";
|
|
16
|
-
import "../../../otpForm-
|
|
16
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
17
17
|
import "../../../context/snackBarContext.js";
|
|
18
18
|
import "../../../util/conversions.js";
|
|
19
19
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as y, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a } from "react";
|
|
3
|
-
import { Box as c, Typography as i, Grid as g, FormControl as m, Select as f, MenuItem as l, Autocomplete as
|
|
4
|
-
import
|
|
5
|
-
import { c as
|
|
3
|
+
import { Box as c, Typography as i, Grid as g, FormControl as m, Select as f, MenuItem as l, Autocomplete as A, TextField as B, CircularProgress as F } from "@mui/material";
|
|
4
|
+
import _ from "../../Wallet/Shared/step.js";
|
|
5
|
+
import { c as q } from "../../../countries-BVn1FubK.js";
|
|
6
6
|
import Y from "../../Wallet/Shared/appButton.js";
|
|
7
|
-
import { d as z, f as H } from "../../../constants-
|
|
7
|
+
import { d as z, f as H } from "../../../constants-B-_x7F8X.js";
|
|
8
8
|
const K = [
|
|
9
9
|
"Hold a high public office",
|
|
10
10
|
"Have an immediate family member who does",
|
|
@@ -31,29 +31,29 @@ const K = [
|
|
|
31
31
|
"Gift"
|
|
32
32
|
], $ = [
|
|
33
33
|
"Once a year",
|
|
34
|
-
"Once every 3 months
|
|
35
|
-
"Once a month
|
|
36
|
-
"Once a week
|
|
34
|
+
"Once every 3 months",
|
|
35
|
+
"Once a month",
|
|
36
|
+
"Once a week",
|
|
37
37
|
"Other"
|
|
38
38
|
], j = [
|
|
39
39
|
"Investment",
|
|
40
|
-
"Cross Border
|
|
41
|
-
"Identity Services
|
|
42
|
-
"Buy, sell or trade Crypto
|
|
40
|
+
"Cross Border",
|
|
41
|
+
"Identity Services",
|
|
42
|
+
"Buy, sell or trade Crypto",
|
|
43
43
|
"Wallet Services",
|
|
44
44
|
"Custody Services",
|
|
45
45
|
"Other Services"
|
|
46
46
|
], Z = ({
|
|
47
|
-
userInfo:
|
|
47
|
+
userInfo: v,
|
|
48
48
|
setUserInfo: b,
|
|
49
49
|
processKyc: O,
|
|
50
50
|
buttonComponent: P,
|
|
51
51
|
processLoader: L,
|
|
52
|
-
kycFlow:
|
|
52
|
+
kycFlow: x
|
|
53
53
|
}) => {
|
|
54
|
-
const W = P ?? Y, [n,
|
|
54
|
+
const W = P ?? Y, [n, S] = a(!1), [d, C] = a(""), [p, D] = a("Once a week"), [h, E] = a("Buy, sell or trade Crypto"), [u, w] = a("Savings from salary (basic and/or bonus)"), [s, I] = a(v.nationality || null), N = () => {
|
|
55
55
|
s && (b({
|
|
56
|
-
...
|
|
56
|
+
...v,
|
|
57
57
|
isPoliticalExpose: n,
|
|
58
58
|
politicalExpose: d,
|
|
59
59
|
frequency: p,
|
|
@@ -70,7 +70,7 @@ const K = [
|
|
|
70
70
|
));
|
|
71
71
|
};
|
|
72
72
|
return /* @__PURE__ */ r(y, { children: [
|
|
73
|
-
|
|
73
|
+
x !== z && /* @__PURE__ */ e(c, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ e(_, { totalSteps: 4, currentStep: 4 }) }),
|
|
74
74
|
/* @__PURE__ */ r(c, { mt: 4, children: [
|
|
75
75
|
/* @__PURE__ */ e(i, { variant: "h5", sx: { fontWeight: "bold" }, children: "Additional Questions" }),
|
|
76
76
|
/* @__PURE__ */ e(i, { mt: 4, variant: "body1", children: /* @__PURE__ */ r("strong", { children: [
|
|
@@ -81,7 +81,7 @@ const K = [
|
|
|
81
81
|
/* @__PURE__ */ e(g, { size: { xs: 6 }, children: /* @__PURE__ */ e(
|
|
82
82
|
c,
|
|
83
83
|
{
|
|
84
|
-
onClick: () =>
|
|
84
|
+
onClick: () => S(!0),
|
|
85
85
|
className: `political-expose ${n === !0 && "active"}`,
|
|
86
86
|
children: "Yes"
|
|
87
87
|
}
|
|
@@ -90,7 +90,7 @@ const K = [
|
|
|
90
90
|
c,
|
|
91
91
|
{
|
|
92
92
|
onClick: () => {
|
|
93
|
-
|
|
93
|
+
S(!1), C("");
|
|
94
94
|
},
|
|
95
95
|
className: `political-expose ${n === !1 && "active"}`,
|
|
96
96
|
children: "No"
|
|
@@ -110,7 +110,7 @@ const K = [
|
|
|
110
110
|
variant: "filled",
|
|
111
111
|
value: d,
|
|
112
112
|
displayEmpty: !0,
|
|
113
|
-
onChange: (t) =>
|
|
113
|
+
onChange: (t) => C(t.target.value),
|
|
114
114
|
children: [
|
|
115
115
|
/* @__PURE__ */ e(l, { value: "", children: "Please select" }),
|
|
116
116
|
K.map((t) => /* @__PURE__ */ e(l, { value: t, children: t }, t))
|
|
@@ -182,7 +182,7 @@ const K = [
|
|
|
182
182
|
variant: "filled",
|
|
183
183
|
value: u,
|
|
184
184
|
displayEmpty: !0,
|
|
185
|
-
onChange: (t) =>
|
|
185
|
+
onChange: (t) => w(t.target.value),
|
|
186
186
|
children: [
|
|
187
187
|
/* @__PURE__ */ e(l, { value: "", children: "Please select" }),
|
|
188
188
|
T.map((t) => /* @__PURE__ */ e(l, { value: t, children: t }, t))
|
|
@@ -194,7 +194,7 @@ const K = [
|
|
|
194
194
|
/* @__PURE__ */ e("span", { style: { color: "red" }, children: "*" })
|
|
195
195
|
] }) }),
|
|
196
196
|
/* @__PURE__ */ e(
|
|
197
|
-
|
|
197
|
+
A,
|
|
198
198
|
{
|
|
199
199
|
sx: {
|
|
200
200
|
mt: 2,
|
|
@@ -204,19 +204,19 @@ const K = [
|
|
|
204
204
|
},
|
|
205
205
|
value: s,
|
|
206
206
|
isOptionEqualToValue: (t, o) => t.alpha3 === o.alpha3,
|
|
207
|
-
onChange: (t, o) =>
|
|
208
|
-
options:
|
|
207
|
+
onChange: (t, o) => I(o),
|
|
208
|
+
options: q,
|
|
209
209
|
autoHighlight: !0,
|
|
210
210
|
openOnFocus: !0,
|
|
211
211
|
getOptionLabel: (t) => t.name,
|
|
212
212
|
renderOption: (t, o) => {
|
|
213
|
-
const { key: M, ...
|
|
213
|
+
const { key: M, ...k } = t;
|
|
214
214
|
return /* @__PURE__ */ r(
|
|
215
215
|
c,
|
|
216
216
|
{
|
|
217
217
|
component: "li",
|
|
218
218
|
sx: { "& > img": { mr: 2, flexShrink: 0 } },
|
|
219
|
-
...
|
|
219
|
+
...k,
|
|
220
220
|
children: [
|
|
221
221
|
/* @__PURE__ */ e(
|
|
222
222
|
"img",
|
|
@@ -238,7 +238,7 @@ const K = [
|
|
|
238
238
|
);
|
|
239
239
|
},
|
|
240
240
|
renderInput: (t) => /* @__PURE__ */ e(
|
|
241
|
-
|
|
241
|
+
B,
|
|
242
242
|
{
|
|
243
243
|
className: "country-select-field",
|
|
244
244
|
...t,
|
|
@@ -262,9 +262,9 @@ const K = [
|
|
|
262
262
|
disabled: !p || !h || !u || !s || n && !d,
|
|
263
263
|
fullWidth: !0,
|
|
264
264
|
children: /* @__PURE__ */ e("strong", { children: L ? /* @__PURE__ */ r(y, { children: [
|
|
265
|
-
/* @__PURE__ */ e(
|
|
265
|
+
/* @__PURE__ */ e(F, { size: 15, color: "inherit" }),
|
|
266
266
|
" Processing..."
|
|
267
|
-
] }) : /* @__PURE__ */ e(y, { children:
|
|
267
|
+
] }) : /* @__PURE__ */ e(y, { children: x === H ? "Submit KYC" : "Next" }) })
|
|
268
268
|
}
|
|
269
269
|
)
|
|
270
270
|
] });
|
|
@@ -5,8 +5,8 @@ import "../../../index-DlQqWbXG.js";
|
|
|
5
5
|
import "../../Wallet/Shared/appButton.js";
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../../Wallet/Shared/Input/index.js";
|
|
8
|
-
import "../../../otpForm-
|
|
9
|
-
import "../../../constants-
|
|
8
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
9
|
+
import "../../../constants-B-_x7F8X.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
12
12
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -15,10 +15,10 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
15
15
|
import "../transition.js";
|
|
16
16
|
import "../../../tooltip-BW0UyWw7.js";
|
|
17
17
|
import "../../../moment-h96o7c8I.js";
|
|
18
|
+
import { P as y } from "../../../index-DtTDOPWZ.js";
|
|
18
19
|
import "../../../index.esm-BsMAMhYW.js";
|
|
19
20
|
import "../../../web3-u4qDZYpo.js";
|
|
20
21
|
import "../../../index-ceeCtFuh.js";
|
|
21
|
-
import { P as y } from "../../../index-oPbOSCUk.js";
|
|
22
22
|
import "../../../context/dialogContext.js";
|
|
23
23
|
import "@mui/icons-material";
|
|
24
24
|
import "./countryList.js";
|