everest-npm-features 0.0.62 → 0.0.64
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-WUr_Eyo1.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-Cg-RJNB1.js} +1 -1
- package/dist/bank-CPJa0NOE.js +47 -0
- 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/countryList.js +33 -30
- package/dist/components/Shared/FullKyc/edd.js +3 -3
- package/dist/components/Shared/FullKyc/index.js +11 -10
- package/dist/components/Shared/FullKyc/pep.js +68 -64
- 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 +14 -314
- package/dist/components/Wallet/Account/eWallet.js +33 -35
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +75 -54
- 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 +221 -184
- 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 +5 -5
- 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/dropdown.js +42 -27
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +121 -124
- package/dist/components/Wallet/Profile/index.js +4 -4
- package/dist/components/Wallet/Profile/storage.js +15 -15
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Sell/form.js +5 -5
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +36 -36
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
- 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 +4 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- 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 +74 -62
- package/dist/components/Wallet/Stake/id/index.js +69 -65
- 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 +5 -5
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-BRS2liAt.js} +216 -214
- package/dist/createIban-DKoCQ4o3.js +573 -0
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-BD0cJpXM.js} +1 -1
- package/dist/{index-CDwzoHu7.js → index-BUtxhHso.js} +87 -86
- package/dist/{index-3OQ4M69t.js → index-C2weAjLp.js} +70 -69
- package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
- package/dist/{index-ILpK4BCB.js → index-CZhiRUiE.js} +4 -4
- package/dist/{index-CYX3j0V7.js → index-D7Eq-pbC.js} +65 -64
- package/dist/{index-C1WPCgkl.js → index-DX8IEulu.js} +5 -5
- package/dist/{index-CK4kLRAw.js → index-hgn4Pjw3.js} +5 -5
- package/dist/index-oPbOSCUk.js +545 -0
- package/dist/{kyc-ksV3vBP_.js → kyc-C7NviI9l.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-DBuLYKfx.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DhVp5Gvi.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-DGXpiw_Y.js} +1 -1
- package/dist/styles.module-C99UuHOT.js +22 -0
- 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-BLx0XKpK.js} +1 -1
- package/package.json +7 -7
- package/dist/bank-C4pmTe--.js +0 -37
- package/dist/index-BBFbUCRZ.js +0 -537
- package/dist/styles.module-C1sNeKjL.js +0 -22
- package/dist/styles.module-CHPRGltL.js +0 -28
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}
|
package/dist/assets/styles2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1dbo2_1{display:flex;align-items:center;margin-top:130px;flex-direction:column}._inner-container_1dbo2_15{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._sub-tabs_1dbo2_29{color:#a6a6a6!important;display:flex;justify-content:center;align-items:center}._sub-tabs_1dbo2_29 ._active_1dbo2_43{color:#16359d!important;border-bottom:4px solid #16359d}._sub-tabs-item_1dbo2_53{display:flex;justify-content:center;cursor:pointer}._buy-sell-text_1dbo2_65{font-weight:700;font-size:18px}._heading-text_1dbo2_75{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._info-icon_1dbo2_89{margin-bottom:-15px;top:-12px}._button-icon_1dbo2_99{margin-bottom:-15px;top:0}._add-container_1dbo2_109{padding:80px}._move-id_1dbo2_117{border:1px solid #f0f0f0;box-sizing:border-box;padding:20px;width:inherit;border-radius:8px}._move-id-text_1dbo2_133{font-size:12px;margin:auto;width:115px}._move-btn_1dbo2_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_1dbo2_169{cursor:pointer;padding:10px}._time-item_1dbo2_169:hover,._time-item_1dbo2_169._active_1dbo2_43{background:#16359d;color:#fff}._item-1st_1dbo2_191{border-top-left-radius:4px;border-bottom-left-radius:4px}._item-last_1dbo2_201{border-top-right-radius:4px;border-bottom-right-radius:4px}@media only screen and (max-width: 600px){._stake-modal-content_1dbo2_213{padding:40px 10px!important}._add-container_1dbo2_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-BRS2liAt.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -0,0 +1,47 @@
|
|
|
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-BRS2liAt.js";
|
|
2
|
+
const A = () => ({
|
|
3
|
+
type: s
|
|
4
|
+
}), N = (a) => ({
|
|
5
|
+
type: _,
|
|
6
|
+
payload: a
|
|
7
|
+
}), c = (a) => ({
|
|
8
|
+
type: y,
|
|
9
|
+
payload: a
|
|
10
|
+
}), l = (a) => ({
|
|
11
|
+
type: t,
|
|
12
|
+
payload: a
|
|
13
|
+
}), S = () => ({
|
|
14
|
+
type: p
|
|
15
|
+
}), r = (a) => ({
|
|
16
|
+
type: E,
|
|
17
|
+
payload: a
|
|
18
|
+
}), u = () => ({
|
|
19
|
+
type: n
|
|
20
|
+
}), B = (a) => ({
|
|
21
|
+
type: T,
|
|
22
|
+
payload: a
|
|
23
|
+
}), D = (a) => ({
|
|
24
|
+
type: o,
|
|
25
|
+
payload: a
|
|
26
|
+
}), U = (a, e) => ({
|
|
27
|
+
type: R,
|
|
28
|
+
payload: {
|
|
29
|
+
currency: a,
|
|
30
|
+
from: e
|
|
31
|
+
}
|
|
32
|
+
}), i = () => ({
|
|
33
|
+
type: I
|
|
34
|
+
});
|
|
35
|
+
export {
|
|
36
|
+
N as a,
|
|
37
|
+
r as b,
|
|
38
|
+
u as c,
|
|
39
|
+
B as d,
|
|
40
|
+
i as e,
|
|
41
|
+
c as f,
|
|
42
|
+
U as g,
|
|
43
|
+
S as h,
|
|
44
|
+
l as p,
|
|
45
|
+
D as s,
|
|
46
|
+
A as u
|
|
47
|
+
};
|
|
@@ -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-DhVp5Gvi.js";
|
|
12
|
+
import "../../../constants-BRS2liAt.js";
|
|
13
|
+
import { r as V, u as X } from "../../../kyc-C7NviI9l.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-CZhiRUiE.js";
|
|
12
|
+
import "../../../../constants-BRS2liAt.js";
|
|
13
|
+
import "../../../../order-DBuLYKfx.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-CZhiRUiE.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-BRS2liAt.js";
|
|
10
|
+
import "../../../../order-DBuLYKfx.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-WUr_Eyo1.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-BRS2liAt.js";
|
|
10
|
+
import "../../../../order-DBuLYKfx.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-CZhiRUiE.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-CZhiRUiE.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-BRS2liAt.js";
|
|
8
|
+
import "../../../../PlayArrow-WUr_Eyo1.js";
|
|
9
|
+
import "../../../../cryptoAssets-BD0cJpXM.js";
|
|
10
|
+
import "../../../../order-DBuLYKfx.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-BRS2liAt.js";
|
|
7
|
+
import { a as x } from "../../../../order-DBuLYKfx.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-hgn4Pjw3.js";
|
|
8
8
|
import "../../Shared/Button/index.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-BRS2liAt.js";
|
|
10
|
+
import "../../../../order-DBuLYKfx.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-WUr_Eyo1.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-BRS2liAt.js";
|
|
10
|
+
import "../../../../order-DBuLYKfx.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-hgn4Pjw3.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-hgn4Pjw3.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-DhVp5Gvi.js";
|
|
12
|
+
import "../../../../constants-BRS2liAt.js";
|
|
13
|
+
import "../../../../PlayArrow-WUr_Eyo1.js";
|
|
14
|
+
import "../../../../cryptoAssets-BD0cJpXM.js";
|
|
15
|
+
import "../../../../order-DBuLYKfx.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-BRS2liAt.js";
|
|
11
|
+
import { a as T } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
4
|
+
import { l as x } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
7
|
+
import { l as P, b as C } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
8
|
+
import { h as P } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
13
|
+
import { a as U, u as V, c as j, d as M } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
7
|
+
import { h as B } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
8
|
+
import { g as x } from "../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
13
|
+
import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
7
|
+
import { i as v } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
7
|
+
import { i as T } from "../../../../auth-Cg-RJNB1.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-BRS2liAt.js";
|
|
3
|
+
import { a as k } from "../../../order-DBuLYKfx.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";
|
|
@@ -1,40 +1,43 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Autocomplete as
|
|
3
|
-
import { c } from "../../../countries-BVn1FubK.js";
|
|
4
|
-
const
|
|
1
|
+
import { jsx as r, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { Autocomplete as m, TextField as c, Box as h } from "@mui/material";
|
|
3
|
+
import { c as u } from "../../../countries-BVn1FubK.js";
|
|
4
|
+
const w = ({
|
|
5
5
|
value: e,
|
|
6
|
-
onChange:
|
|
6
|
+
onChange: n,
|
|
7
7
|
label: p,
|
|
8
|
-
...
|
|
9
|
-
}) => /* @__PURE__ */
|
|
10
|
-
|
|
8
|
+
...s
|
|
9
|
+
}) => /* @__PURE__ */ r(
|
|
10
|
+
m,
|
|
11
11
|
{
|
|
12
12
|
sx: { mt: 2 },
|
|
13
13
|
value: e,
|
|
14
|
-
onChange: (o, t) =>
|
|
15
|
-
options:
|
|
14
|
+
onChange: (o, t) => n(t),
|
|
15
|
+
options: u,
|
|
16
16
|
isOptionEqualToValue: (o, t) => o.alpha3 === (t == null ? void 0 : t.alpha3),
|
|
17
17
|
getOptionLabel: (o) => o.name,
|
|
18
18
|
autoHighlight: !0,
|
|
19
19
|
openOnFocus: !0,
|
|
20
|
-
renderOption: (o, t) =>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
20
|
+
renderOption: (o, t) => {
|
|
21
|
+
const { key: a, ...i } = o;
|
|
22
|
+
return /* @__PURE__ */ l(h, { component: "li", sx: { "& > img": { mr: 2, flexShrink: 0 } }, ...i, children: [
|
|
23
|
+
/* @__PURE__ */ r(
|
|
24
|
+
"img",
|
|
25
|
+
{
|
|
26
|
+
loading: "lazy",
|
|
27
|
+
width: "20",
|
|
28
|
+
src: `https://flagcdn.com/w20/${t.alpha2.toLowerCase()}.png`,
|
|
29
|
+
srcSet: `https://flagcdn.com/w40/${t.alpha2.toLowerCase()}.png 2x`,
|
|
30
|
+
alt: ""
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
t.name,
|
|
34
|
+
" (",
|
|
35
|
+
t.alpha3,
|
|
36
|
+
")"
|
|
37
|
+
] }, a);
|
|
38
|
+
},
|
|
39
|
+
renderInput: (o) => /* @__PURE__ */ r(
|
|
40
|
+
c,
|
|
38
41
|
{
|
|
39
42
|
...o,
|
|
40
43
|
label: p,
|
|
@@ -44,9 +47,9 @@ const x = ({
|
|
|
44
47
|
}
|
|
45
48
|
}
|
|
46
49
|
),
|
|
47
|
-
...
|
|
50
|
+
...s
|
|
48
51
|
}
|
|
49
52
|
);
|
|
50
53
|
export {
|
|
51
|
-
|
|
54
|
+
w as default
|
|
52
55
|
};
|
|
@@ -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-DhVp5Gvi.js";
|
|
9
|
+
import "../../../constants-BRS2liAt.js";
|
|
10
|
+
import { a as V } from "../../../kyc-C7NviI9l.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,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
|
|
6
|
+
import { E as U, I as g, c as h, b as j, a as k, F as n } from "../../../index-oPbOSCUk.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../
|
|
8
|
+
import "../../../constants-BRS2liAt.js";
|
|
9
|
+
import "../../../index-CREgBh59.js";
|
|
10
|
+
import "../../../kyc-C7NviI9l.js";
|
|
10
11
|
import "../../../react-redux-C7I9-1M6.js";
|
|
11
12
|
import "./edd.js";
|
|
12
13
|
import "../../../hooks/useEverestDispatch.js";
|
|
13
14
|
import "../../../index-DlQqWbXG.js";
|
|
14
15
|
import "../../Wallet/Shared/appButton.js";
|
|
15
|
-
import "../../../otpForm-
|
|
16
|
+
import "../../../otpForm-DhVp5Gvi.js";
|
|
16
17
|
import "../../../context/snackBarContext.js";
|
|
17
18
|
import "../../../util/conversions.js";
|
|
18
19
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -27,10 +28,10 @@ import "../../../context/dialogContext.js";
|
|
|
27
28
|
import "@mui/icons-material";
|
|
28
29
|
import "../Sumsub/index.js";
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
31
|
+
U as EDD_SCREEN,
|
|
32
|
+
g as INCODE_SCREEN,
|
|
33
|
+
h as PEP_SCREEN,
|
|
34
|
+
j as PERSONAL_DETAILS_SCREEN,
|
|
35
|
+
k as USER_INFO_SCREEN,
|
|
36
|
+
n as default
|
|
36
37
|
};
|