everest-npm-features 0.0.52 → 0.0.53
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-C3uVNo4F.js → PlayArrow-jzz8Y3XD.js} +1 -1
- package/dist/{auth-ClBgT--j.js → auth-jjVjqywi.js} +1 -1
- package/dist/bank-BM66KfAv.js +37 -0
- package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
- 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 +5 -5
- 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 +2 -2
- package/dist/components/Shared/FullKyc/index.js +3 -3
- package/dist/components/Shared/FullKyc/pep.js +1 -1
- package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
- package/dist/components/Shared/FullKyc/userInfo.js +3 -3
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +77 -125
- package/dist/components/Wallet/Account/eWallet.d.ts +1 -0
- package/dist/components/Wallet/Account/eWallet.js +55 -72
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +48 -65
- package/dist/components/Wallet/Account/ibanItem.js +55 -52
- package/dist/components/Wallet/Account/index.js +181 -173
- 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 +1 -1
- package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +3 -3
- package/dist/components/Wallet/Portfolio/index.js +4 -4
- package/dist/components/Wallet/Profile/documents.js +1 -1
- package/dist/components/Wallet/Profile/index.js +1 -1
- package/dist/components/Wallet/Profile/storage.js +1 -1
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
- 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 +2 -2
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
- package/dist/components/Wallet/Shared/addBank.js +2 -2
- 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 +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/Stake/index.js +3 -3
- 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-t7n9qCW3.js → constants-Dtk3Gd0Y.js} +123 -123
- package/dist/{cryptoAssets-shEFU26O.js → cryptoAssets-DT2afvDJ.js} +1 -1
- package/dist/{index-DFRU-R-5.js → index-B4pP4oLo.js} +7 -7
- package/dist/{index-B6MSTmAM.js → index-BEFNlxwM.js} +15 -15
- package/dist/{index-Cs7bSfT3.js → index-BGJ8RVKA.js} +5 -5
- package/dist/{index-Dwid4PLx.js → index-BU6Lajc_.js} +2 -2
- package/dist/{index-C2EjFXaz.js → index-BUnkeQv6.js} +7 -7
- package/dist/{index-RDV0mQbt.js → index-CyPm8GTl.js} +4 -4
- package/dist/{index-j0zehpzg.js → index-JdlBukUO.js} +4 -4
- package/dist/{kyc-D9xahfH9.js → kyc-BOm2LCSg.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-jqH948WM.js → order-DuPcaU0K.js} +27 -31
- package/dist/{stake-Dcq6QpaA.js → stake-WaB8Q4v-.js} +3 -3
- package/dist/{wallet-DpkUmmq0.js → wallet-BxwOFeSW.js} +1 -1
- package/package.json +2 -2
- package/dist/bank-Dz5km1qK.js +0 -33
|
@@ -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-Dtk3Gd0Y.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -0,0 +1,37 @@
|
|
|
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-Dtk3Gd0Y.js";
|
|
2
|
+
const y = () => ({
|
|
3
|
+
type: e
|
|
4
|
+
}), d = (a) => ({
|
|
5
|
+
type: E,
|
|
6
|
+
payload: a
|
|
7
|
+
}), A = (a) => ({
|
|
8
|
+
type: T,
|
|
9
|
+
payload: a
|
|
10
|
+
}), c = (a) => ({
|
|
11
|
+
type: s,
|
|
12
|
+
payload: a
|
|
13
|
+
}), u = () => ({
|
|
14
|
+
type: o
|
|
15
|
+
}), I = (a) => ({
|
|
16
|
+
type: t,
|
|
17
|
+
payload: a
|
|
18
|
+
}), S = () => ({
|
|
19
|
+
type: p
|
|
20
|
+
}), l = (a) => ({
|
|
21
|
+
type: _,
|
|
22
|
+
payload: a
|
|
23
|
+
}), B = (a) => ({
|
|
24
|
+
type: R,
|
|
25
|
+
payload: a
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
d as a,
|
|
29
|
+
I as b,
|
|
30
|
+
S as c,
|
|
31
|
+
l as d,
|
|
32
|
+
A as e,
|
|
33
|
+
u as f,
|
|
34
|
+
c as p,
|
|
35
|
+
B as s,
|
|
36
|
+
y as u
|
|
37
|
+
};
|
|
@@ -8,8 +8,8 @@ import "../../../index-DlQqWbXG.js";
|
|
|
8
8
|
import "../../Wallet/Shared/appButton.js";
|
|
9
9
|
import "../../../hoc/withThemeProvider.js";
|
|
10
10
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
11
|
-
import "../../../constants-
|
|
12
|
-
import { r as J, u as Q } from "../../../kyc-
|
|
11
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
12
|
+
import { r as J, u as Q } from "../../../kyc-BOm2LCSg.js";
|
|
13
13
|
import "../../../context/snackBarContext.js";
|
|
14
14
|
import U from "../../../hooks/useEverestDispatch.js";
|
|
15
15
|
import "../../../util/conversions.js";
|
|
@@ -7,9 +7,9 @@ import "../../../../util/functions.js";
|
|
|
7
7
|
import "../../../../util/constants.js";
|
|
8
8
|
import "../../Shared/Input/index.js";
|
|
9
9
|
import "../../Shared/Button/index.js";
|
|
10
|
-
import { C as c } from "../../../../index-
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import "../../../../order-
|
|
10
|
+
import { C as c } from "../../../../index-CyPm8GTl.js";
|
|
11
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
12
|
+
import "../../../../order-DuPcaU0K.js";
|
|
13
13
|
import "../../../../Typography-pAaje37G.js";
|
|
14
14
|
import "../../../../Box-B0YSYLco.js";
|
|
15
15
|
import "../../../../CircularProgress-xZA3lvba.js";
|
|
@@ -3,10 +3,10 @@ import "react";
|
|
|
3
3
|
import "../../Shared/backBtn.js";
|
|
4
4
|
import "../../../../util/functions.js";
|
|
5
5
|
import "../../../../util/constants.js";
|
|
6
|
-
import { a as b } from "../../../../index-
|
|
6
|
+
import { a as b } from "../../../../index-CyPm8GTl.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../../order-DuPcaU0K.js";
|
|
10
10
|
import "../../../../Typography-pAaje37G.js";
|
|
11
11
|
import "../../../../Box-B0YSYLco.js";
|
|
12
12
|
import "../../../../Grid-CFe3amXO.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../PlayArrow-
|
|
3
|
+
import "../../../../PlayArrow-jzz8Y3XD.js";
|
|
4
4
|
import "../../../../Info-BVeUSPyk.js";
|
|
5
5
|
import "../../../../generic-token-B_ptO5yb.js";
|
|
6
6
|
import "../../Shared/Input/index.js";
|
|
7
7
|
import "../../../../util/constants.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../../order-DuPcaU0K.js";
|
|
10
10
|
import "../../../../tooltip-3UvETWtS.js";
|
|
11
11
|
import "../../../../util/functions.js";
|
|
12
12
|
import "../../Shared/Button/index.js";
|
|
13
|
-
import { B as w } from "../../../../index-
|
|
13
|
+
import { B as w } from "../../../../index-CyPm8GTl.js";
|
|
14
14
|
import "../../../../Grid-CFe3amXO.js";
|
|
15
15
|
import "../../../../Box-B0YSYLco.js";
|
|
16
16
|
import "../../../../Typography-pAaje37G.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
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-CyPm8GTl.js";
|
|
5
5
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import "../../../../PlayArrow-
|
|
8
|
-
import "../../../../cryptoAssets-
|
|
9
|
-
import "../../../../order-
|
|
6
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
7
|
+
import "../../../../PlayArrow-jzz8Y3XD.js";
|
|
8
|
+
import "../../../../cryptoAssets-DT2afvDJ.js";
|
|
9
|
+
import "../../../../order-DuPcaU0K.js";
|
|
10
10
|
import "../../../../util/constants.js";
|
|
11
11
|
import "../../MinimalKyc/form.js";
|
|
12
12
|
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-Dtk3Gd0Y.js";
|
|
7
|
+
import { a as x } from "../../../../order-DuPcaU0K.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";
|
|
@@ -3,10 +3,10 @@ import "react";
|
|
|
3
3
|
import "../../Shared/backBtn.js";
|
|
4
4
|
import "../../../../util/functions.js";
|
|
5
5
|
import "../../../../util/constants.js";
|
|
6
|
-
import { B as h } from "../../../../index-
|
|
6
|
+
import { B as h } from "../../../../index-BEFNlxwM.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../../order-DuPcaU0K.js";
|
|
10
10
|
import "../../../Shared/transition.js";
|
|
11
11
|
import "../../../../Close-CNwiMz_O.js";
|
|
12
12
|
import "../../../../Typography-pAaje37G.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../PlayArrow-
|
|
3
|
+
import "../../../../PlayArrow-jzz8Y3XD.js";
|
|
4
4
|
import "../../../../Info-BVeUSPyk.js";
|
|
5
5
|
import "../../../../generic-token-B_ptO5yb.js";
|
|
6
6
|
import "../../Shared/Input/index.js";
|
|
7
7
|
import "../../../../util/constants.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../../order-DuPcaU0K.js";
|
|
10
10
|
import "../../../../tooltip-3UvETWtS.js";
|
|
11
11
|
import "../../../../util/functions.js";
|
|
12
12
|
import "../../Shared/Button/index.js";
|
|
13
|
-
import { S as w } from "../../../../index-
|
|
13
|
+
import { S as w } from "../../../../index-BEFNlxwM.js";
|
|
14
14
|
import "../../../../Grid-CFe3amXO.js";
|
|
15
15
|
import "../../../../Box-B0YSYLco.js";
|
|
16
16
|
import "../../../../Typography-pAaje37G.js";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { C as c, F as g, M as h, P as j, i as k } from "../../../../index-
|
|
4
|
+
import { C as c, F as g, M as h, P as j, i as k } from "../../../../index-BEFNlxwM.js";
|
|
5
5
|
import "../../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../Wallet/Shared/appButton.js";
|
|
7
7
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
8
8
|
import "../../../../util/functions.js";
|
|
9
9
|
import "../../../../util/constants.js";
|
|
10
10
|
import "../../../Wallet/Shared/Auth/otpForm.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import "../../../../PlayArrow-
|
|
13
|
-
import "../../../../cryptoAssets-
|
|
14
|
-
import "../../../../order-
|
|
11
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
12
|
+
import "../../../../PlayArrow-jzz8Y3XD.js";
|
|
13
|
+
import "../../../../cryptoAssets-DT2afvDJ.js";
|
|
14
|
+
import "../../../../order-DuPcaU0K.js";
|
|
15
15
|
import "../../../../context/snackBarContext.js";
|
|
16
16
|
import "../../../../hooks/useEverestDispatch.js";
|
|
17
17
|
import "../../../../util/conversions.js";
|
|
@@ -6,8 +6,8 @@ import B from "../../../../hoc/withThemeProvider.js";
|
|
|
6
6
|
import { L } from "../../../../rr-primary-logo-CqI24c8v.js";
|
|
7
7
|
import T from "./loginForm.js";
|
|
8
8
|
import y from "./otpForm.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import { a as D } from "../../../../auth-
|
|
9
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
10
|
+
import { a as D } from "../../../../auth-jjVjqywi.js";
|
|
11
11
|
import E from "../../../../hooks/useEverestDispatch.js";
|
|
12
12
|
import { C as R } from "../../../../Container-urNKV7hm.js";
|
|
13
13
|
import { T as v } from "../../../../Typography-pAaje37G.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as g, jsx as e } 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-Dtk3Gd0Y.js";
|
|
4
|
+
import { l as x } from "../../../../auth-jjVjqywi.js";
|
|
5
5
|
import l from "../../Shared/Button/index.js";
|
|
6
6
|
import y from "../../Shared/Input/index.js";
|
|
7
7
|
import { isValidEmail as m } from "../../../../util/functions.js";
|
|
@@ -2,8 +2,8 @@ import { jsxs as n, Fragment as k, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import p from "../../Shared/Button/index.js";
|
|
3
3
|
import I from "../../Shared/Input/index.js";
|
|
4
4
|
import { useState as m, useEffect as f } from "react";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import { l as O, v as P } from "../../../../auth-
|
|
5
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
6
|
+
import { l as O, v as P } from "../../../../auth-jjVjqywi.js";
|
|
7
7
|
import { RESEND_EMAIL_TIMER as g } from "../../../../util/constants.js";
|
|
8
8
|
import { S as o } from "../../../../Stack-k55YTxET.js";
|
|
9
9
|
import { T as a } from "../../../../Typography-pAaje37G.js";
|
|
@@ -3,8 +3,8 @@ import { useState as x, useEffect as R } from "react";
|
|
|
3
3
|
import n from "../../Shared/Button/index.js";
|
|
4
4
|
import k from "../../Shared/Input/index.js";
|
|
5
5
|
import { isValidEmail as d, generateRandomString as y } from "../../../../util/functions.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import { f as E } from "../../../../auth-
|
|
6
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
7
|
+
import { f as E } from "../../../../auth-jjVjqywi.js";
|
|
8
8
|
import { T as S } from "../../../../Typography-pAaje37G.js";
|
|
9
9
|
import { B as b } from "../../../../Box-B0YSYLco.js";
|
|
10
10
|
import { S as T } from "../../../../Stack-k55YTxET.js";
|
|
@@ -8,8 +8,8 @@ import _ from "./email.js";
|
|
|
8
8
|
import A from "./personalInfo.js";
|
|
9
9
|
import L from "./summary.js";
|
|
10
10
|
import W from "./validateEmail.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import { a as q, u as U, r as V, b as j } from "../../../../auth-
|
|
11
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
12
|
+
import { a as q, u as U, r as V, b as j } from "../../../../auth-jjVjqywi.js";
|
|
13
13
|
import { USERNAME_SUFFIX as N } from "../../../../util/constants.js";
|
|
14
14
|
import M from "../../../../hooks/useEverestDispatch.js";
|
|
15
15
|
import { C as P } from "../../../../Container-urNKV7hm.js";
|
|
@@ -2,8 +2,8 @@ import { jsxs as u, Fragment as R, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as d } from "react";
|
|
3
3
|
import f from "../../Shared/Button/index.js";
|
|
4
4
|
import p, { UserNameInputField as T } from "../../Shared/Input/index.js";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import { f as S } from "../../../../auth-
|
|
5
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
6
|
+
import { f as S } from "../../../../auth-jjVjqywi.js";
|
|
7
7
|
import { userNameRegex as L } from "../../../../util/regex.js";
|
|
8
8
|
import { USERNAME_SUFFIX as b, USERNAME_TOOLTIP as U } from "../../../../util/constants.js";
|
|
9
9
|
import { T as v } from "../../../../Typography-pAaje37G.js";
|
|
@@ -3,8 +3,8 @@ import f from "../../../hoc/withThemeProvider.js";
|
|
|
3
3
|
import h from "../Shared/Button/index.js";
|
|
4
4
|
import { u as g } from "../../../react-redux-C7I9-1M6.js";
|
|
5
5
|
import { useEffect as a } from "react";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import { e as w } from "../../../auth-
|
|
6
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
7
|
+
import { e as w } from "../../../auth-jjVjqywi.js";
|
|
8
8
|
import { useSnackBarContext as x } from "../../../context/snackBarContext.js";
|
|
9
9
|
import b from "../../../hooks/useEverestDispatch.js";
|
|
10
10
|
import { B as n } from "../../../Box-B0YSYLco.js";
|
|
@@ -8,8 +8,8 @@ import _ from "./storeInfo.js";
|
|
|
8
8
|
import q from "./personalInfo.js";
|
|
9
9
|
import C from "./summary.js";
|
|
10
10
|
import D from "./validateEmail.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import { a as L, u as A, c as U, d as V, l as j } from "../../../../auth-
|
|
11
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
12
|
+
import { a as L, u as A, c as U, d as V, l as j } from "../../../../auth-jjVjqywi.js";
|
|
13
13
|
import { USERNAME_SUFFIX as S } from "../../../../util/constants.js";
|
|
14
14
|
import z from "../../../../hooks/useEverestDispatch.js";
|
|
15
15
|
import { C as M } from "../../../../Container-urNKV7hm.js";
|
|
@@ -2,8 +2,8 @@ import { jsxs as i, Fragment as g, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as b } from "react";
|
|
3
3
|
import T from "../../Shared/Button/index.js";
|
|
4
4
|
import s from "../../Shared/Input/index.js";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import { g as y } from "../../../../auth-
|
|
5
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
6
|
+
import { g as y } from "../../../../auth-jjVjqywi.js";
|
|
7
7
|
import { generateRandomString as B, isValidEmail as F } from "../../../../util/functions.js";
|
|
8
8
|
import { userNameRegex as L } from "../../../../util/regex.js";
|
|
9
9
|
import { USERNAME_SUFFIX as W } from "../../../../util/constants.js";
|
|
@@ -2,8 +2,8 @@ import { jsxs as d, Fragment as C, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as c } from "react";
|
|
3
3
|
import p from "../../Shared/Button/index.js";
|
|
4
4
|
import u, { UserNameInputField as k } from "../../Shared/Input/index.js";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import { g as w } from "../../../../auth-
|
|
5
|
+
import "../../../../constants-Dtk3Gd0Y.js";
|
|
6
|
+
import { g as w } from "../../../../auth-jjVjqywi.js";
|
|
7
7
|
import { USERNAME_SUFFIX as f, USERNAME_TOOLTIP as T } from "../../../../util/constants.js";
|
|
8
8
|
import { storeNameOnChangeRegex as P, storeNameRegex as U } from "../../../../util/regex.js";
|
|
9
9
|
import { T as h } from "../../../../Typography-pAaje37G.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "../../../constants-
|
|
3
|
-
import { a as T } from "../../../order-
|
|
2
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
3
|
+
import { a as T } from "../../../order-DuPcaU0K.js";
|
|
4
4
|
import k from "../Shared/Button/index.js";
|
|
5
5
|
import v from "../../Shared/HistoryItem/index.js";
|
|
6
6
|
import { u as L } from "../../../react-redux-C7I9-1M6.js";
|
|
@@ -5,8 +5,8 @@ import v from "../../Wallet/Shared/appButton.js";
|
|
|
5
5
|
import "../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import { a as K } from "../../../kyc-
|
|
8
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import { a as K } from "../../../kyc-BOm2LCSg.js";
|
|
10
10
|
import { useSnackBarContext as H } from "../../../context/snackBarContext.js";
|
|
11
11
|
import V from "../../../hooks/useEverestDispatch.js";
|
|
12
12
|
import "../../../util/conversions.js";
|
|
@@ -3,10 +3,10 @@ import "react";
|
|
|
3
3
|
import "../../Wallet/Shared/Container/index.js";
|
|
4
4
|
import "../Incode/index.js";
|
|
5
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
-
import { E as x, I as T, c as U, b as g, a as h, F as j } from "../../../index-
|
|
6
|
+
import { E as x, I as T, c as U, b as g, a as h, F as j } from "../../../index-BU6Lajc_.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../kyc-BOm2LCSg.js";
|
|
10
10
|
import "../../../react-redux-C7I9-1M6.js";
|
|
11
11
|
import "./edd.js";
|
|
12
12
|
import "../../../hooks/useEverestDispatch.js";
|
|
@@ -3,7 +3,7 @@ import { useState as n } from "react";
|
|
|
3
3
|
import M from "../../Wallet/Shared/step.js";
|
|
4
4
|
import { c as A } from "../../../countries-BVn1FubK.js";
|
|
5
5
|
import F from "../../Wallet/Shared/appButton.js";
|
|
6
|
-
import { d as B, f as _ } from "../../../constants-
|
|
6
|
+
import { d as B, f as _ } from "../../../constants-Dtk3Gd0Y.js";
|
|
7
7
|
import { B as c } from "../../../Box-B0YSYLco.js";
|
|
8
8
|
import { T as i } from "../../../Typography-pAaje37G.js";
|
|
9
9
|
import { G as g } from "../../../Grid-CFe3amXO.js";
|
|
@@ -5,7 +5,7 @@ import "../../Wallet/Shared/appButton.js";
|
|
|
5
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
6
|
import "../../Wallet/Shared/Input/index.js";
|
|
7
7
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
9
9
|
import "../../../context/snackBarContext.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
11
|
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 z } from "../../../index-
|
|
21
|
+
import { P as z } from "../../../index-BU6Lajc_.js";
|
|
22
22
|
import "../../../context/dialogContext.js";
|
|
23
23
|
import "./countryList.js";
|
|
24
24
|
import "../../../Box-B0YSYLco.js";
|
|
@@ -5,8 +5,8 @@ import "../../Wallet/Shared/appButton.js";
|
|
|
5
5
|
import "../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
9
|
+
import "../../../kyc-BOm2LCSg.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../hooks/useEverestDispatch.js";
|
|
12
12
|
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 H } from "../../../index-
|
|
24
|
+
import { U as H } from "../../../index-BU6Lajc_.js";
|
|
25
25
|
import "../../../context/dialogContext.js";
|
|
26
26
|
import "./countryList.js";
|
|
27
27
|
import "../../../Box-B0YSYLco.js";
|
|
@@ -4,8 +4,8 @@ import { h as J } from "../../../moment-h96o7c8I.js";
|
|
|
4
4
|
import { u as M } from "../../../react-redux-C7I9-1M6.js";
|
|
5
5
|
import { removeExtraSpace as i } from "../../../util/functions.js";
|
|
6
6
|
import { nameRegex as Q } from "../../../util/regex.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { r as U, u as V } from "../../../kyc-
|
|
7
|
+
import "../../../constants-Dtk3Gd0Y.js";
|
|
8
|
+
import { r as U, u as V } from "../../../kyc-BOm2LCSg.js";
|
|
9
9
|
import { c as X } from "../../../countries-BVn1FubK.js";
|
|
10
10
|
import $ from "../../Wallet/Shared/Input/index.js";
|
|
11
11
|
import { useSnackBarContext as ee } from "../../../context/snackBarContext.js";
|
|
@@ -4,8 +4,7 @@ import { FEATURE_EWALLET, FEATURE_VIRTUAL_IBAN } from '../../../util/constants';
|
|
|
4
4
|
import { BankState } from 'everest-npm-api';
|
|
5
5
|
interface CreateIbanProps {
|
|
6
6
|
openDialog: (options: DialogOptions) => void;
|
|
7
|
-
|
|
8
|
-
paymentRequest: (token: string) => void;
|
|
7
|
+
createIbanRequest: (currency: string) => void;
|
|
9
8
|
iban: BankState["iban"];
|
|
10
9
|
navigate: (path: string) => void;
|
|
11
10
|
currency: React.MutableRefObject<string>;
|