everest-npm-features 0.0.63 → 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-71FP5PzJ.js → PlayArrow-DbQI55la.js} +5 -5
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-BBeOw4mt.js → auth-D_DKdP4p.js} +1 -1
- package/dist/bank-DIuQN1YY.js +47 -0
- 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/countryList.js +33 -30
- package/dist/components/Shared/FullKyc/edd.js +5 -5
- package/dist/components/Shared/FullKyc/index.js +11 -10
- package/dist/components/Shared/FullKyc/pep.js +77 -73
- 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 +16 -541
- package/dist/components/Wallet/Account/eWallet.js +7 -7
- package/dist/components/Wallet/Account/iban.js +77 -56
- package/dist/components/Wallet/Account/ibanItem.js +21 -6
- package/dist/components/Wallet/Account/index.js +217 -182
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +7 -7
- 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 +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 +5 -5
- package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
- package/dist/components/Wallet/Portfolio/index.js +7 -7
- package/dist/components/Wallet/Profile/documents.js +76 -69
- package/dist/components/Wallet/Profile/index.js +71 -50
- package/dist/components/Wallet/Profile/storage.js +32 -25
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +6 -6
- 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 +37 -37
- 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 +3 -3
- package/dist/components/Wallet/Shared/addBank.js +5 -5
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- 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 +34 -31
- package/dist/components/Wallet/Stake/id/index.js +24 -16
- package/dist/components/Wallet/Stake/index.js +7 -7
- package/dist/components/Wallet/Swap/form.js +8 -8
- 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-DX0YBtP2.js → constants-B-_x7F8X.js} +221 -219
- package/dist/createIban-CbxsxTxl.js +580 -0
- package/dist/{cryptoAssets-B8rAI7pp.js → cryptoAssets-Cmdg7BR-.js} +1 -1
- package/dist/hooks/useDialog/index.js +11 -9
- package/dist/{index-DkiQ8pRO.js → index-9VVh1IhH.js} +52 -52
- package/dist/{index-JY6-UKlX.js → index-BeEuJLqT.js} +88 -87
- package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
- package/dist/{index-_fiTunwZ.js → index-C_Vf8Evc.js} +4 -4
- package/dist/{index-bK14vCZw.js → index-Cx8dey5q.js} +6 -6
- package/dist/{index-B4XvACQN.js → index-DXw2h9nQ.js} +71 -70
- package/dist/index-DtTDOPWZ.js +562 -0
- package/dist/{index-DuWW5roi.js → index-DuOJBwgp.js} +66 -65
- package/dist/{kyc-BNMPoeHt.js → kyc-BXoUxN4z.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-BXeCIvqC.js → order-DAiOqPsI.js} +1 -1
- package/dist/{otpForm-DeeegaX2.js → otpForm-WjQmPs8D.js} +2 -2
- package/dist/{stake-BO2TYVJ7.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-BPXOp8UG.js → wallet-Cw-0XynY.js} +1 -1
- package/package.json +7 -7
- package/dist/bank-HVb0GFsa.js +0 -37
- package/dist/index-CTPMPwYK.js +0 -533
- package/dist/styles.module-C1sNeKjL.js +0 -22
- package/dist/styles.module-DFoezEqS.js +0 -28
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ap as a } from "./constants-B-_x7F8X.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 c = (o) => ({
|
|
5
5
|
type: a,
|
|
6
6
|
payload: o
|
|
7
|
-
}),
|
|
7
|
+
}), m = t(/* @__PURE__ */ r("path", {
|
|
8
8
|
d: "M8 5v14l11-7z"
|
|
9
9
|
}), "PlayArrow");
|
|
10
10
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
m as P,
|
|
12
|
+
c as f
|
|
13
13
|
};
|
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) => ({
|
|
@@ -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-B-_x7F8X.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-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";
|
|
@@ -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-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,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-DtTDOPWZ.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
|
+
import "../../../index-CREgBh59.js";
|
|
10
|
+
import "../../../kyc-BXoUxN4z.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-WjQmPs8D.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
|
};
|