everest-npm-features 0.0.56 → 0.0.58
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-jzz8Y3XD.js → PlayArrow-BRz9FV4L.js} +1 -1
- package/dist/{auth-jjVjqywi.js → auth-CD7qxhDF.js} +1 -1
- package/dist/{bank-BM66KfAv.js → bank-C2LtDonX.js} +1 -1
- 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.js +1 -1
- package/dist/components/Wallet/Account/eWallet.d.ts +4 -2
- package/dist/components/Wallet/Account/eWallet.js +49 -46
- package/dist/components/Wallet/Account/iban.d.ts +4 -2
- package/dist/components/Wallet/Account/iban.js +51 -48
- package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
- package/dist/components/Wallet/Account/ibanItem.js +184 -153
- package/dist/components/Wallet/Account/index.js +192 -196
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +4 -4
- 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.d.ts +7 -13
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +215 -231
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
- 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 +3 -3
- package/dist/components/Wallet/SignIn/index.js +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/Stake/gems/index.d.ts +26 -2
- package/dist/components/Wallet/Stake/gems/index.js +74 -85
- package/dist/components/Wallet/Stake/id/index.d.ts +27 -1
- package/dist/components/Wallet/Stake/id/index.js +68 -78
- package/dist/components/Wallet/Stake/index.d.ts +4 -1
- package/dist/components/Wallet/Stake/index.js +232 -201
- package/dist/components/Wallet/Swap/form.js +5 -5
- 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-Dtk3Gd0Y.js → constants-Styrbvke.js} +4 -4
- package/dist/{cryptoAssets-DT2afvDJ.js → cryptoAssets-CFtzXGbk.js} +1 -1
- package/dist/{index-BEFNlxwM.js → index-AVcxYfIV.js} +4 -4
- package/dist/{index-JdlBukUO.js → index-CKjKCXeQ.js} +4 -4
- package/dist/{index-BGJ8RVKA.js → index-DAla2tRU.js} +5 -5
- package/dist/{index-BUnkeQv6.js → index-DM6mBQ7L.js} +6 -6
- package/dist/{index-B4pP4oLo.js → index-Da-BlrMH.js} +6 -6
- package/dist/{index-CyPm8GTl.js → index-Du_jGnyO.js} +4 -4
- package/dist/{index-BU6Lajc_.js → index-g4Gy1BHB.js} +2 -2
- package/dist/{kyc-BOm2LCSg.js → kyc-Ee4qAZby.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DuPcaU0K.js → order-uVUTqaQ2.js} +1 -1
- package/dist/{stake-WaB8Q4v-.js → stake-Dgx86wzO.js} +1 -1
- package/dist/{tokenRow-B-tustzZ.js → tokenRow-C-iMHhPj.js} +14 -12
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +54 -53
- package/dist/{wallet-BxwOFeSW.js → wallet-BkdExH6h.js} +10 -10
- package/package.json +2 -2
|
@@ -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-Styrbvke.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-
|
|
1
|
+
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-Styrbvke.js";
|
|
2
2
|
const y = () => ({
|
|
3
3
|
type: e
|
|
4
4
|
}), d = (a) => ({
|
|
@@ -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-Styrbvke.js";
|
|
12
|
+
import { r as J, u as Q } from "../../../kyc-Ee4qAZby.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-Du_jGnyO.js";
|
|
11
|
+
import "../../../../constants-Styrbvke.js";
|
|
12
|
+
import "../../../../order-uVUTqaQ2.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-Du_jGnyO.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Styrbvke.js";
|
|
9
|
+
import "../../../../order-uVUTqaQ2.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-BRz9FV4L.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-Styrbvke.js";
|
|
9
|
+
import "../../../../order-uVUTqaQ2.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-Du_jGnyO.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-Du_jGnyO.js";
|
|
5
5
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import "../../../../PlayArrow-
|
|
8
|
-
import "../../../../cryptoAssets-
|
|
9
|
-
import "../../../../order-
|
|
6
|
+
import "../../../../constants-Styrbvke.js";
|
|
7
|
+
import "../../../../PlayArrow-BRz9FV4L.js";
|
|
8
|
+
import "../../../../cryptoAssets-CFtzXGbk.js";
|
|
9
|
+
import "../../../../order-uVUTqaQ2.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-Styrbvke.js";
|
|
7
|
+
import { a as x } from "../../../../order-uVUTqaQ2.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-AVcxYfIV.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-Styrbvke.js";
|
|
9
|
+
import "../../../../order-uVUTqaQ2.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-BRz9FV4L.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-Styrbvke.js";
|
|
9
|
+
import "../../../../order-uVUTqaQ2.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-AVcxYfIV.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-AVcxYfIV.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-Styrbvke.js";
|
|
12
|
+
import "../../../../PlayArrow-BRz9FV4L.js";
|
|
13
|
+
import "../../../../cryptoAssets-CFtzXGbk.js";
|
|
14
|
+
import "../../../../order-uVUTqaQ2.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-Styrbvke.js";
|
|
10
|
+
import { a as D } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
4
|
+
import { l as x } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
6
|
+
import { l as O, v as P } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
7
|
+
import { f as E } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
12
|
+
import { a as q, u as U, r as V, b as j } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
6
|
+
import { f as S } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
7
|
+
import { e as w } from "../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
12
|
+
import { a as L, u as A, c as U, d as V, l as j } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
6
|
+
import { g as y } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
6
|
+
import { g as w } from "../../../../auth-CD7qxhDF.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-Styrbvke.js";
|
|
3
|
+
import { a as T } from "../../../order-uVUTqaQ2.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-Styrbvke.js";
|
|
9
|
+
import { a as K } from "../../../kyc-Ee4qAZby.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-g4Gy1BHB.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-Styrbvke.js";
|
|
9
|
+
import "../../../kyc-Ee4qAZby.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-Styrbvke.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-Styrbvke.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-g4Gy1BHB.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-Styrbvke.js";
|
|
9
|
+
import "../../../kyc-Ee4qAZby.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-g4Gy1BHB.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-Styrbvke.js";
|
|
8
|
+
import { r as U, u as V } from "../../../kyc-Ee4qAZby.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";
|
|
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as u } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as A } from "react";
|
|
3
3
|
import { u as N } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import { FEATURE_EWALLET as r, DIALOG_ERROR_ICON as d, DIALOG_SUCCESS_ICON as U } from "../../../util/constants.js";
|
|
5
|
-
import { a as v, af as P, c as V, K as _ } from "../../../constants-
|
|
5
|
+
import { a as v, af as P, c as V, K as _ } from "../../../constants-Styrbvke.js";
|
|
6
6
|
import "../../../index-DlQqWbXG.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
8
|
import "../../../hoc/withThemeProvider.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, Dispatch } from 'react';
|
|
2
|
-
import { Bank, BankActionTypes, BankState, OrderActionTypes, Wallet } from 'everest-npm-api';
|
|
2
|
+
import { Bank, BankActionTypes, BankState, OrderActionTypes, Wallet, WalletAppState } from 'everest-npm-api';
|
|
3
3
|
import { DialogOptions } from '../../../hooks/useDialog/types';
|
|
4
4
|
interface EWalletProps {
|
|
5
5
|
dispatch: Dispatch<BankActionTypes | OrderActionTypes>;
|
|
@@ -11,11 +11,13 @@ interface EWalletProps {
|
|
|
11
11
|
paymentWidgetSrcUrl: string;
|
|
12
12
|
iban: BankState["iban"];
|
|
13
13
|
navigate: (path: string) => void;
|
|
14
|
-
AccountItem: ({ data, type, }: {
|
|
14
|
+
AccountItem: ({ data, type, rightAdornment, }: {
|
|
15
15
|
data: Wallet | Bank;
|
|
16
16
|
type: string;
|
|
17
|
+
rightAdornment?: React.ReactNode;
|
|
17
18
|
}) => JSX.Element;
|
|
18
19
|
createIbanRequest: (currency: string) => void;
|
|
20
|
+
tokenData: WalletAppState["user"]["profile"]["tokens"];
|
|
19
21
|
}
|
|
20
22
|
declare const EWalletComp: React.FC<EWalletProps>;
|
|
21
23
|
export default EWalletComp;
|
|
@@ -1,85 +1,88 @@
|
|
|
1
|
-
import { jsx as e, jsxs as r, Fragment as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { I as
|
|
4
|
-
import { DIALOG_SUCCESS_ICON as
|
|
5
|
-
import { M as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { AuthInnerContainer as
|
|
9
|
-
import
|
|
1
|
+
import { jsx as e, jsxs as r, Fragment as l } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as w, useState as A, useEffect as N } from "react";
|
|
3
|
+
import { I as P } from "../../../Info-BVeUSPyk.js";
|
|
4
|
+
import { DIALOG_SUCCESS_ICON as T, FEATURE_EWALLET as p } from "../../../util/constants.js";
|
|
5
|
+
import { M as D } from "../../../tooltip-3UvETWtS.js";
|
|
6
|
+
import b from "../Shared/noData.js";
|
|
7
|
+
import v from "./createIban.js";
|
|
8
|
+
import { AuthInnerContainer as B } from "../Shared/Container/index.js";
|
|
9
|
+
import L from "./ibanItem.js";
|
|
10
10
|
import { B as t } from "../../../Box-B0YSYLco.js";
|
|
11
11
|
import { G as a } from "../../../Grid-CFe3amXO.js";
|
|
12
|
-
import { T as
|
|
13
|
-
import { I as
|
|
14
|
-
import { C as
|
|
15
|
-
const
|
|
16
|
-
dispatch:
|
|
12
|
+
import { T as h } from "../../../Typography-pAaje37G.js";
|
|
13
|
+
import { I as z } from "../../../IconButton-DHm-hucF.js";
|
|
14
|
+
import { C as _ } from "../../../CircularProgress-xZA3lvba.js";
|
|
15
|
+
const Q = ({
|
|
16
|
+
dispatch: u,
|
|
17
17
|
openDialog: i,
|
|
18
|
-
appKey:
|
|
19
|
-
appKeyEur:
|
|
20
|
-
paymentWidgetSrcUrl:
|
|
18
|
+
appKey: d,
|
|
19
|
+
appKeyEur: f,
|
|
20
|
+
paymentWidgetSrcUrl: y,
|
|
21
21
|
iban: o,
|
|
22
|
-
navigate:
|
|
22
|
+
navigate: c,
|
|
23
23
|
AccountItem: x,
|
|
24
|
-
createIbanRequest:
|
|
24
|
+
createIbanRequest: C,
|
|
25
|
+
tokenData: I
|
|
25
26
|
}) => {
|
|
26
|
-
const
|
|
27
|
-
return
|
|
27
|
+
const s = o.data, g = o.loader, E = w(""), [q, S] = A("");
|
|
28
|
+
return N(() => {
|
|
28
29
|
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
|
|
29
30
|
title: "Payment Success",
|
|
30
31
|
message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
|
|
31
|
-
icon:
|
|
32
|
+
icon: T,
|
|
32
33
|
width: "575px",
|
|
33
34
|
confirmButtonText: "Continue"
|
|
34
35
|
});
|
|
35
|
-
}, []), /* @__PURE__ */ e(
|
|
36
|
+
}, []), /* @__PURE__ */ e(B, { children: /* @__PURE__ */ r(t, { p: 3, children: [
|
|
36
37
|
/* @__PURE__ */ r(a, { spacing: 2, container: !0, alignItems: "center", children: [
|
|
37
38
|
/* @__PURE__ */ r(a, { size: 8, children: [
|
|
38
|
-
/* @__PURE__ */ e(
|
|
39
|
+
/* @__PURE__ */ e(h, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "E-Wallet" }) }),
|
|
39
40
|
/* @__PURE__ */ e(
|
|
40
|
-
|
|
41
|
+
D,
|
|
41
42
|
{
|
|
42
43
|
title: /* @__PURE__ */ e(t, { sx: { whiteSpace: "pre-line" }, children: "Create an E-Wallet. This requires KYC" }),
|
|
43
44
|
placement: "bottom",
|
|
44
|
-
children: /* @__PURE__ */ e(
|
|
45
|
+
children: /* @__PURE__ */ e(z, { className: "info-fee-icon", children: /* @__PURE__ */ e(P, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
|
|
45
46
|
}
|
|
46
47
|
)
|
|
47
48
|
] }),
|
|
48
49
|
/* @__PURE__ */ e(a, { size: 4, children: /* @__PURE__ */ e(t, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e(
|
|
49
|
-
|
|
50
|
+
v,
|
|
50
51
|
{
|
|
51
52
|
openDialog: i,
|
|
52
|
-
createIbanRequest:
|
|
53
|
+
createIbanRequest: C,
|
|
53
54
|
iban: o,
|
|
54
|
-
navigate:
|
|
55
|
-
currency:
|
|
56
|
-
setIbanCurrency:
|
|
57
|
-
from:
|
|
55
|
+
navigate: c,
|
|
56
|
+
currency: E,
|
|
57
|
+
setIbanCurrency: S,
|
|
58
|
+
from: p
|
|
58
59
|
}
|
|
59
60
|
) }) })
|
|
60
61
|
] }),
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
const
|
|
62
|
+
g ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(_, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(l, { children: [
|
|
63
|
+
s.length > 0 ? /* @__PURE__ */ e(l, { children: s.map((n, m) => {
|
|
64
|
+
const W = {
|
|
64
65
|
...n,
|
|
65
66
|
accountName: `E-Wallet - ${n.currency ?? ""}`
|
|
66
67
|
};
|
|
67
68
|
return /* @__PURE__ */ e(
|
|
68
|
-
|
|
69
|
+
L,
|
|
69
70
|
{
|
|
70
|
-
data:
|
|
71
|
+
data: W,
|
|
71
72
|
AccountItem: x,
|
|
72
|
-
dispatch:
|
|
73
|
-
appKey:
|
|
74
|
-
appKeyEur:
|
|
75
|
-
paymentWidgetSrcUrl:
|
|
73
|
+
dispatch: u,
|
|
74
|
+
appKey: d,
|
|
75
|
+
appKeyEur: f,
|
|
76
|
+
paymentWidgetSrcUrl: y,
|
|
76
77
|
iban: o,
|
|
77
|
-
|
|
78
|
+
navigate: c,
|
|
79
|
+
from: p,
|
|
80
|
+
tokenData: I
|
|
78
81
|
},
|
|
79
|
-
|
|
82
|
+
m
|
|
80
83
|
);
|
|
81
|
-
}) }) : /* @__PURE__ */ e(
|
|
82
|
-
/* @__PURE__ */ e(t, { mt: 3, textAlign: "center", children: /* @__PURE__ */ r(
|
|
84
|
+
}) }) : /* @__PURE__ */ e(b, { text: "You currently have no E-Wallets" }),
|
|
85
|
+
/* @__PURE__ */ e(t, { mt: 3, textAlign: "center", children: /* @__PURE__ */ r(h, { variant: "caption", color: "secondary", children: [
|
|
83
86
|
"Powered by",
|
|
84
87
|
" ",
|
|
85
88
|
/* @__PURE__ */ e(
|
|
@@ -97,5 +100,5 @@ const J = ({
|
|
|
97
100
|
] }) });
|
|
98
101
|
};
|
|
99
102
|
export {
|
|
100
|
-
|
|
103
|
+
Q as default
|
|
101
104
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, Dispatch } from 'react';
|
|
2
|
-
import { Bank, BankActionTypes, BankState, OrderActionTypes, Wallet } from 'everest-npm-api';
|
|
2
|
+
import { Bank, BankActionTypes, BankState, OrderActionTypes, Wallet, WalletAppState } from 'everest-npm-api';
|
|
3
3
|
import { DialogOptions } from '../../../hooks/useDialog/types';
|
|
4
4
|
interface IbanProps {
|
|
5
5
|
dispatch: Dispatch<BankActionTypes | OrderActionTypes>;
|
|
@@ -11,11 +11,13 @@ interface IbanProps {
|
|
|
11
11
|
paymentWidgetSrcUrl: string;
|
|
12
12
|
iban: BankState["iban"];
|
|
13
13
|
navigate: (path: string) => void;
|
|
14
|
-
AccountItem: ({ data, type, }: {
|
|
14
|
+
AccountItem: ({ data, type, rightAdornment, }: {
|
|
15
15
|
data: Wallet | Bank;
|
|
16
16
|
type: string;
|
|
17
|
+
rightAdornment?: React.ReactNode;
|
|
17
18
|
}) => JSX.Element;
|
|
18
19
|
createIbanRequest: (currency: string) => void;
|
|
20
|
+
tokenData: WalletAppState["user"]["profile"]["tokens"];
|
|
19
21
|
}
|
|
20
22
|
declare const IbanComp: React.FC<IbanProps>;
|
|
21
23
|
export default IbanComp;
|