everest-npm-features 0.0.62 → 0.0.63
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/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
- 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 +6 -6
- 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 +3 -3
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +1 -1
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/userInfo.js +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +322 -97
- package/dist/components/Wallet/Account/eWallet.js +35 -37
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +42 -42
- package/dist/components/Wallet/Account/ibanItem.js +3 -3
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -111
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
- 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 +2 -2
- package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +128 -131
- package/dist/components/Wallet/Profile/index.js +5 -5
- package/dist/components/Wallet/Profile/storage.js +2 -2
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
- 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 +3 -3
- 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 +2 -2
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +19 -18
- package/dist/components/Wallet/Shared/addBank.js +3 -3
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +4 -4
- 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 +61 -52
- package/dist/components/Wallet/Stake/id/index.js +67 -66
- package/dist/components/Wallet/Stake/index.js +4 -4
- package/dist/components/Wallet/Swap/form.js +6 -6
- 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-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
- package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
- package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
- package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
- package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
- package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
- package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- package/package.json +1 -1
- package/dist/styles.module-CHPRGltL.js +0 -28
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { am as a } from "./constants-DX0YBtP2.js";
|
|
2
2
|
import { jsx as r } from "react/jsx-runtime";
|
|
3
3
|
import { c as t } from "./createSvgIcon-B28GrUxG.js";
|
|
4
|
-
const
|
|
4
|
+
const p = (o) => ({
|
|
5
5
|
type: a,
|
|
6
6
|
payload: o
|
|
7
|
-
}),
|
|
7
|
+
}), c = t(/* @__PURE__ */ r("path", {
|
|
8
8
|
d: "M8 5v14l11-7z"
|
|
9
9
|
}), "PlayArrow");
|
|
10
10
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
c as P,
|
|
12
|
+
p as f
|
|
13
13
|
};
|
package/dist/assets/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1br0u_1{display:flex;align-items:center;margin-top:130px}._inner-container_1br0u_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_1br0u_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_1br0u_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_1br0u_57{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_1br0u_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_1br0u_73:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_1br0u_73:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_1br0u_117{position:relative}._doc-video-box_1br0u_117:before,._doc-video-box_1br0u_117:after,._doc-video-box_1br0u_117>:first-child:before,._doc-video-box_1br0u_117>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_1br0u_117:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_1br0u_117:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_1br0u_117>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_1br0u_117>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_1br0u_193:before,._image-corner-color_1br0u_193:after,._image-corner-color_1br0u_193>:first-child:before,._image-corner-color_1br0u_193>:first-child:after{border-color:#00b171}._video-box-inner-content_1br0u_207{max-width:100%;height:auto}._menu-item_1br0u_217{padding:8px 20px;margin-top:19px;border-radius:8px;border:.5px solid #d0d0d0;cursor:pointer}._remove-icon_1br0u_233{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_1br0u_247{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_1br0u_263{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_1br0u_279{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0;box-shadow:0 2px 3px #00000026}._asset-close-btn_1br0u_297{position:absolute;right:8px;top:12px;color:#000}._dialog-container_1br0u_311{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_1br0u_325{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_1br0u_333{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_1br0u_345{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_1br0u_371{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_1br0u_389{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_1br0u_407{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359d;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_1br0u_407:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_1br0u_407:hover{border:3px solid #16359d;background:#16359d;color:#fff}._kyc-approved_1br0u_451{padding:6px 12px!important;border-radius:100px!important;background:#fff!important;border:3px solid #28a745!important;color:#28a745!important;font-size:14px!important;text-transform:none!important;box-shadow:none!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-DX0YBtP2.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-
|
|
1
|
+
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-DX0YBtP2.js";
|
|
2
2
|
const y = () => ({
|
|
3
3
|
type: e
|
|
4
4
|
}), d = (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-DeeegaX2.js";
|
|
12
|
+
import "../../../constants-DX0YBtP2.js";
|
|
13
|
+
import { r as V, u as X } from "../../../kyc-BNMPoeHt.js";
|
|
14
14
|
import "../../../context/snackBarContext.js";
|
|
15
15
|
import $ from "../../../hooks/useEverestDispatch.js";
|
|
16
16
|
import "../../../util/conversions.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-_fiTunwZ.js";
|
|
12
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
13
|
+
import "../../../../order-BXeCIvqC.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-_fiTunwZ.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.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-71FP5PzJ.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-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.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-_fiTunwZ.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-_fiTunwZ.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-DX0YBtP2.js";
|
|
8
|
+
import "../../../../PlayArrow-71FP5PzJ.js";
|
|
9
|
+
import "../../../../cryptoAssets-B8rAI7pp.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.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-DX0YBtP2.js";
|
|
7
|
+
import { a as x } from "../../../../order-BXeCIvqC.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-bK14vCZw.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.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-71FP5PzJ.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-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.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-bK14vCZw.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-bK14vCZw.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-DeeegaX2.js";
|
|
12
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
13
|
+
import "../../../../PlayArrow-71FP5PzJ.js";
|
|
14
|
+
import "../../../../cryptoAssets-B8rAI7pp.js";
|
|
15
|
+
import "../../../../order-BXeCIvqC.js";
|
|
16
16
|
import "../../../../context/snackBarContext.js";
|
|
17
17
|
import "../../../../hooks/useEverestDispatch.js";
|
|
18
18
|
import "../../../../util/conversions.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-DX0YBtP2.js";
|
|
11
|
+
import { a as T } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
4
|
+
import { l as x } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
7
|
+
import { l as P, b as C } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
8
|
+
import { h as P } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
13
|
+
import { a as U, u as V, c as j, d as M } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
7
|
+
import { h as B } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
8
|
+
import { g as x } from "../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
13
|
+
import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
7
|
+
import { i as v } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
7
|
+
import { i as T } from "../../../../auth-BBeOw4mt.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-DX0YBtP2.js";
|
|
3
|
+
import { a as k } from "../../../order-BXeCIvqC.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-DeeegaX2.js";
|
|
9
|
+
import "../../../constants-DX0YBtP2.js";
|
|
10
|
+
import { a as V } from "../../../kyc-BNMPoeHt.js";
|
|
11
11
|
import { useSnackBarContext as $ } from "../../../context/snackBarContext.js";
|
|
12
12
|
import z from "../../../hooks/useEverestDispatch.js";
|
|
13
13
|
import "../../../util/conversions.js";
|
|
@@ -3,16 +3,16 @@ 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 T, I as U, c as g, b as h, a as j, F as k } from "../../../index-
|
|
6
|
+
import { E as T, I as U, c as g, b as h, a as j, F as k } from "../../../index-CTPMPwYK.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
9
|
+
import "../../../kyc-BNMPoeHt.js";
|
|
10
10
|
import "../../../react-redux-C7I9-1M6.js";
|
|
11
11
|
import "./edd.js";
|
|
12
12
|
import "../../../hooks/useEverestDispatch.js";
|
|
13
13
|
import "../../../index-DlQqWbXG.js";
|
|
14
14
|
import "../../Wallet/Shared/appButton.js";
|
|
15
|
-
import "../../../otpForm-
|
|
15
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
16
16
|
import "../../../context/snackBarContext.js";
|
|
17
17
|
import "../../../util/conversions.js";
|
|
18
18
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -4,7 +4,7 @@ import { Box as c, Typography as i, Grid as g, FormControl as m, Select as f, Me
|
|
|
4
4
|
import _ from "../../Wallet/Shared/step.js";
|
|
5
5
|
import { c as q } from "../../../countries-BVn1FubK.js";
|
|
6
6
|
import B from "../../Wallet/Shared/appButton.js";
|
|
7
|
-
import { d as Y, f as k } from "../../../constants-
|
|
7
|
+
import { d as Y, f as k } from "../../../constants-DX0YBtP2.js";
|
|
8
8
|
const z = [
|
|
9
9
|
"Hold a high public office",
|
|
10
10
|
"Have an immediate family member who does",
|
|
@@ -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-DeeegaX2.js";
|
|
9
|
+
import "../../../constants-DX0YBtP2.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
12
12
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -18,7 +18,7 @@ import "../../../moment-h96o7c8I.js";
|
|
|
18
18
|
import "../../../index.esm-BsMAMhYW.js";
|
|
19
19
|
import "../../../web3-u4qDZYpo.js";
|
|
20
20
|
import "../../../index-ceeCtFuh.js";
|
|
21
|
-
import { P as y } from "../../../index-
|
|
21
|
+
import { P as y } from "../../../index-CTPMPwYK.js";
|
|
22
22
|
import "../../../context/dialogContext.js";
|
|
23
23
|
import "@mui/icons-material";
|
|
24
24
|
import "./countryList.js";
|
|
@@ -5,9 +5,9 @@ import "../../Wallet/Shared/Input/index.js";
|
|
|
5
5
|
import "../../Wallet/Shared/appButton.js";
|
|
6
6
|
import "../../../index-DlQqWbXG.js";
|
|
7
7
|
import "../../../hoc/withThemeProvider.js";
|
|
8
|
-
import "../../../otpForm-
|
|
9
|
-
import "../../../constants-
|
|
10
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
9
|
+
import "../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../kyc-BNMPoeHt.js";
|
|
11
11
|
import "../../../context/snackBarContext.js";
|
|
12
12
|
import "../../../hooks/useEverestDispatch.js";
|
|
13
13
|
import "../../../util/conversions.js";
|
|
@@ -21,7 +21,7 @@ import "../../../index.esm-BsMAMhYW.js";
|
|
|
21
21
|
import "../../../countries-BVn1FubK.js";
|
|
22
22
|
import "../../../web3-u4qDZYpo.js";
|
|
23
23
|
import "../../../index-ceeCtFuh.js";
|
|
24
|
-
import { U as B } from "../../../index-
|
|
24
|
+
import { U as B } from "../../../index-CTPMPwYK.js";
|
|
25
25
|
import "../../../context/dialogContext.js";
|
|
26
26
|
import "@mui/icons-material";
|
|
27
27
|
import "./countryList.js";
|
|
@@ -5,8 +5,8 @@ import { u as I } from "../../../react-redux-C7I9-1M6.js";
|
|
|
5
5
|
import { Typography as M, Box as a, FormControl as Q, Select as U, MenuItem as z, CircularProgress as V } from "@mui/material";
|
|
6
6
|
import { removeExtraSpace as o } from "../../../util/functions.js";
|
|
7
7
|
import { nameRegex as X } from "../../../util/regex.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import { r as $, u as ee } from "../../../kyc-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
9
|
+
import { r as $, u as ee } from "../../../kyc-BNMPoeHt.js";
|
|
10
10
|
import { c as te } from "../../../countries-BVn1FubK.js";
|
|
11
11
|
import re from "../../Wallet/Shared/Input/index.js";
|
|
12
12
|
import { useSnackBarContext as ae } from "../../../context/snackBarContext.js";
|
|
@@ -3,8 +3,8 @@ import { useState as d, useRef as b, useEffect as h, useCallback as c } from "re
|
|
|
3
3
|
import { S as E } from "../../../index.esm-I_Bp2YLf.js";
|
|
4
4
|
import { Typography as k, Box as g, CircularProgress as D } from "@mui/material";
|
|
5
5
|
import { u as v } from "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import { g as w, b as y } from "../../../kyc-
|
|
6
|
+
import "../../../constants-DX0YBtP2.js";
|
|
7
|
+
import { g as w, b as y } from "../../../kyc-BNMPoeHt.js";
|
|
8
8
|
import R from "../../../hooks/useEverestDispatch.js";
|
|
9
9
|
function K({ onApplicantIdLoaded: o }) {
|
|
10
10
|
const n = R(), e = v((r) => r.user.kyc), [i, T] = d(null), u = b(null), [a, A] = d(!1), l = b(!1);
|
|
@@ -7,9 +7,8 @@ interface CreateIbanProps {
|
|
|
7
7
|
createIbanRequest: (currency: string) => void;
|
|
8
8
|
iban: BankState["iban"];
|
|
9
9
|
navigate: (path: string) => void;
|
|
10
|
-
currency: React.MutableRefObject<string>;
|
|
11
|
-
setIbanCurrency: React.Dispatch<React.SetStateAction<string>>;
|
|
12
10
|
from: typeof FEATURE_EWALLET | typeof FEATURE_VIRTUAL_IBAN;
|
|
11
|
+
brandId?: string;
|
|
13
12
|
}
|
|
14
13
|
declare const CreateIban: React.FC<CreateIbanProps>;
|
|
15
14
|
export default CreateIban;
|