everest-npm-features 0.0.41 → 0.0.43
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-C6lnbwD4.js → PlayArrow-Cd3sLvFW.js} +3 -3
- package/dist/{auth-BMzyEvqd.js → auth-CzQ2SiN_.js} +1 -1
- package/dist/{bank-Bp23LpvN.js → bank-DJqJqzwJ.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 +6 -6
- 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/iban.js +5 -5
- package/dist/components/Wallet/Account/ibanItem.js +1 -1
- package/dist/components/Wallet/Account/index.js +11 -11
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Buy/form.js +5 -5
- package/dist/components/Wallet/Buy/index.d.ts +2 -0
- package/dist/components/Wallet/Buy/index.js +15 -11
- package/dist/components/Wallet/Deposit/index.d.ts +4 -0
- package/dist/components/Wallet/Deposit/index.js +62 -50
- 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 +25 -25
- package/dist/components/Wallet/Portfolio/index.js +195 -186
- package/dist/components/Wallet/Profile/documents.js +3 -3
- package/dist/components/Wallet/Profile/index.js +10 -10
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
- 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 +12 -12
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/BankSelect/index.d.ts +4 -0
- package/dist/components/Wallet/Shared/BankSelect/index.js +71 -0
- package/dist/components/Wallet/Shared/CardCorp/index.d.ts +11 -0
- package/dist/components/Wallet/Shared/CardCorp/index.js +72 -0
- package/dist/components/Wallet/Shared/Order/types.d.ts +3 -0
- package/dist/components/Wallet/Shared/addBank.js +3 -3
- package/dist/components/Wallet/Shared/connectPlaidBank.js +3 -3
- 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/index.js +4 -4
- package/dist/components/Wallet/Swap/form.js +6 -6
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +69 -19
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Withdraw/form.js +5 -5
- package/dist/components/Wallet/Withdraw/index.js +11 -10
- package/dist/{constants-9grj4Du1.js → constants-BQibkMPf.js} +119 -118
- package/dist/{cryptoAssets-Cf7xMoh9.js → cryptoAssets-CI_6_gpT.js} +1 -1
- package/dist/{documents-vj042AkQ.js → documents-DhAyY9OB.js} +2 -2
- package/dist/{index-FwnHkXdK.js → index-BQNs1mvn.js} +2 -2
- package/dist/{index-ufcy2D20.js → index-BmnzQEjv.js} +2 -2
- package/dist/{index-DVQ-d6A4.js → index-C3ZgWBrd.js} +6 -6
- package/dist/{index-Y7QJR4pX.js → index-C4Z1sQwf.js} +7 -7
- package/dist/index-ChAYuyXl.js +592 -0
- package/dist/{index-Cf_gfO-E.js → index-Dh9NbI7I.js} +4 -4
- package/dist/{index-CUBxw5s4.js → index-DpOHb_Wl.js} +4 -4
- package/dist/index-e2FmUhS_.js +760 -0
- package/dist/{kyc-MeOwOyUF.js → kyc-BbIvXp_G.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/order-BQbk7Nb4.js +55 -0
- package/dist/{stake-ClJWsrHb.js → stake-DWzckUqA.js} +1 -1
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +63 -62
- package/dist/{wallet-nsVuNagB.js → wallet-CHtpHvyK.js} +3 -3
- package/package.json +2 -2
- package/dist/index-BXj7Wdol.js +0 -730
- package/dist/index-CUhPCwCD.js +0 -643
- package/dist/order-Cs5_3wOs.js +0 -51
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ac as a } from "./constants-BQibkMPf.js";
|
|
2
2
|
import { jsx as r } from "react/jsx-runtime";
|
|
3
3
|
import { c as t } from "./createSvgIcon-Cuzqm90l.js";
|
|
4
|
-
const
|
|
4
|
+
const p = (o) => ({
|
|
5
5
|
type: a,
|
|
6
6
|
payload: o
|
|
7
7
|
}), m = t(/* @__PURE__ */ r("path", {
|
|
@@ -9,5 +9,5 @@ const c = (o) => ({
|
|
|
9
9
|
}), "PlayArrow");
|
|
10
10
|
export {
|
|
11
11
|
m as P,
|
|
12
|
-
|
|
12
|
+
p as f
|
|
13
13
|
};
|
|
@@ -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-BQibkMPf.js";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -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 Q, u as U } from "../../../kyc-
|
|
11
|
+
import "../../../constants-BQibkMPf.js";
|
|
12
|
+
import { r as Q, u as U } from "../../../kyc-BbIvXp_G.js";
|
|
13
13
|
import "../../../context/snackBarContext.js";
|
|
14
14
|
import "../../../util/conversions.js";
|
|
15
15
|
import "../../../index-CAoLi5Qq.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-Dh9NbI7I.js";
|
|
11
|
+
import "../../../../constants-BQibkMPf.js";
|
|
12
|
+
import "../../../../order-BQbk7Nb4.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-Dh9NbI7I.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-BQibkMPf.js";
|
|
9
|
+
import "../../../../order-BQbk7Nb4.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-Cd3sLvFW.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-BQibkMPf.js";
|
|
9
|
+
import "../../../../order-BQbk7Nb4.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-Dh9NbI7I.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 F, F as I, M as e, P as f, i as A } from "../../../../index-
|
|
4
|
+
import { b as F, F as I, M as e, P as f, i as A } from "../../../../index-Dh9NbI7I.js";
|
|
5
5
|
import "../../../../react-redux-B4BZippc.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import "../../../../PlayArrow-
|
|
8
|
-
import "../../../../cryptoAssets-
|
|
9
|
-
import "../../../../order-
|
|
6
|
+
import "../../../../constants-BQibkMPf.js";
|
|
7
|
+
import "../../../../PlayArrow-Cd3sLvFW.js";
|
|
8
|
+
import "../../../../cryptoAssets-CI_6_gpT.js";
|
|
9
|
+
import "../../../../order-BQbk7Nb4.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 x, a as c } from "../../../../react-redux-B4BZippc.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import {
|
|
6
|
+
import "../../../../constants-BQibkMPf.js";
|
|
7
|
+
import { a as b } from "../../../../order-BQbk7Nb4.js";
|
|
8
8
|
import { useState as B, useEffect as a } from "react";
|
|
9
9
|
import { getOrionBalance as D } from "../../../../util/functions.js";
|
|
10
10
|
import { useRrDialog as L } 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-DpOHb_Wl.js";
|
|
7
7
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
8
|
+
import "../../../../constants-BQibkMPf.js";
|
|
9
|
+
import "../../../../order-BQbk7Nb4.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-Cd3sLvFW.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-BQibkMPf.js";
|
|
9
|
+
import "../../../../order-BQbk7Nb4.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-DpOHb_Wl.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 b, F as c, M as g, P as h, i as j } from "../../../../index-
|
|
4
|
+
import { C as b, F as c, M as g, P as h, i as j } from "../../../../index-DpOHb_Wl.js";
|
|
5
5
|
import "../../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../Wallet/Shared/appButton.js";
|
|
7
7
|
import "../../../../react-redux-B4BZippc.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-BQibkMPf.js";
|
|
12
|
+
import "../../../../PlayArrow-Cd3sLvFW.js";
|
|
13
|
+
import "../../../../cryptoAssets-CI_6_gpT.js";
|
|
14
|
+
import "../../../../order-BQbk7Nb4.js";
|
|
15
15
|
import "../../../../context/snackBarContext.js";
|
|
16
16
|
import "../../../../util/conversions.js";
|
|
17
17
|
import "../../../../index-CAoLi5Qq.js";
|
|
@@ -6,8 +6,8 @@ import L from "../../../../hoc/withThemeProvider.js";
|
|
|
6
6
|
import { L as T } from "../../../../rr-primary-logo-CqI24c8v.js";
|
|
7
7
|
import y from "./loginForm.js";
|
|
8
8
|
import D from "./otpForm.js";
|
|
9
|
-
import "../../../../constants-
|
|
10
|
-
import { a as R } from "../../../../auth-
|
|
9
|
+
import "../../../../constants-BQibkMPf.js";
|
|
10
|
+
import { a as R } from "../../../../auth-CzQ2SiN_.js";
|
|
11
11
|
import { C } from "../../../../Container-urNKV7hm.js";
|
|
12
12
|
import { T as E } from "../../../../Typography-pAaje37G.js";
|
|
13
13
|
import { B as l } from "../../../../Box-B0YSYLco.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-BQibkMPf.js";
|
|
4
|
+
import { l as x } from "../../../../auth-CzQ2SiN_.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-BQibkMPf.js";
|
|
6
|
+
import { l as O, v as P } from "../../../../auth-CzQ2SiN_.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-BQibkMPf.js";
|
|
7
|
+
import { f as E } from "../../../../auth-CzQ2SiN_.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 A from "./email.js";
|
|
|
8
8
|
import L from "./personalInfo.js";
|
|
9
9
|
import W from "./summary.js";
|
|
10
10
|
import q from "./validateEmail.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import { a as U, u as V, r as j, b as M } from "../../../../auth-
|
|
11
|
+
import "../../../../constants-BQibkMPf.js";
|
|
12
|
+
import { a as U, u as V, r as j, b as M } from "../../../../auth-CzQ2SiN_.js";
|
|
13
13
|
import { USERNAME_SUFFIX as N } from "../../../../util/constants.js";
|
|
14
14
|
import { C as P } from "../../../../Container-urNKV7hm.js";
|
|
15
15
|
import { B as F } from "../../../../Box-B0YSYLco.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-BQibkMPf.js";
|
|
6
|
+
import { f as S } from "../../../../auth-CzQ2SiN_.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 h from "../../../hoc/withThemeProvider.js";
|
|
|
3
3
|
import f from "../Shared/Button/index.js";
|
|
4
4
|
import { u as g, a as w } from "../../../react-redux-B4BZippc.js";
|
|
5
5
|
import { useEffect as i } from "react";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import { e as x } from "../../../auth-
|
|
6
|
+
import "../../../constants-BQibkMPf.js";
|
|
7
|
+
import { e as x } from "../../../auth-CzQ2SiN_.js";
|
|
8
8
|
import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
|
|
9
9
|
import { B as n } from "../../../Box-B0YSYLco.js";
|
|
10
10
|
import { T as c } from "../../../Typography-pAaje37G.js";
|
|
@@ -8,8 +8,8 @@ import q from "./storeInfo.js";
|
|
|
8
8
|
import C from "./personalInfo.js";
|
|
9
9
|
import D from "./summary.js";
|
|
10
10
|
import L from "./validateEmail.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import { a as A, u as U, c as V, d as j, l as z } from "../../../../auth-
|
|
11
|
+
import "../../../../constants-BQibkMPf.js";
|
|
12
|
+
import { a as A, u as U, c as V, d as j, l as z } from "../../../../auth-CzQ2SiN_.js";
|
|
13
13
|
import { USERNAME_SUFFIX as S } from "../../../../util/constants.js";
|
|
14
14
|
import { C as M } from "../../../../Container-urNKV7hm.js";
|
|
15
15
|
import { T as f } from "../../../../Typography-pAaje37G.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-BQibkMPf.js";
|
|
6
|
+
import { g as y } from "../../../../auth-CzQ2SiN_.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-BQibkMPf.js";
|
|
6
|
+
import { g as w } from "../../../../auth-CzQ2SiN_.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 {
|
|
2
|
+
import "../../../constants-BQibkMPf.js";
|
|
3
|
+
import { a as T } from "../../../order-BQbk7Nb4.js";
|
|
4
4
|
import k from "../Shared/Button/index.js";
|
|
5
5
|
import L from "../../Shared/HistoryItem/index.js";
|
|
6
6
|
import { u as v, a as P } from "../../../react-redux-B4BZippc.js";
|
|
@@ -10,21 +10,21 @@ import S from "../Shared/backBtn.js";
|
|
|
10
10
|
import { T as m } from "../../../Typography-pAaje37G.js";
|
|
11
11
|
import { S as d } from "../../../Stack-k55YTxET.js";
|
|
12
12
|
const j = ({ navigate: l }) => {
|
|
13
|
-
const p = v(),
|
|
13
|
+
const p = v(), o = P((r) => r.order), s = o.list, h = o.loader, f = o.totalPages, [e, g] = n(1), [a, u] = n([]);
|
|
14
14
|
return c(() => {
|
|
15
15
|
p(T(e));
|
|
16
16
|
}, [e]), c(() => {
|
|
17
|
-
u((
|
|
17
|
+
u((r) => [...r, ...s]);
|
|
18
18
|
}, [s]), /* @__PURE__ */ x(i, { children: [
|
|
19
19
|
/* @__PURE__ */ t(S, { onClickHandler: () => l("/dashboard") }),
|
|
20
20
|
/* @__PURE__ */ t(m, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
|
|
21
|
-
/* @__PURE__ */ t(d, { direction: "column", spacing: 2, children: a.length > 0 ? /* @__PURE__ */ t(i, { children: a.map((
|
|
21
|
+
/* @__PURE__ */ t(d, { direction: "column", spacing: 2, children: a.length > 0 ? /* @__PURE__ */ t(i, { children: a.map((r, y) => /* @__PURE__ */ t(L, { data: r }, y)) }) : /* @__PURE__ */ t(m, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }),
|
|
22
22
|
a.length > 0 && f > e && /* @__PURE__ */ t(d, { direction: "row", justifyContent: "center", my: 2, children: /* @__PURE__ */ t(
|
|
23
23
|
k,
|
|
24
24
|
{
|
|
25
25
|
isLoading: h,
|
|
26
26
|
variant: "outlined",
|
|
27
|
-
onClick: () => g((
|
|
27
|
+
onClick: () => g((r) => r + 1),
|
|
28
28
|
sx: {
|
|
29
29
|
color: "primary"
|
|
30
30
|
},
|
|
@@ -6,8 +6,8 @@ import "../../../index-DlQqWbXG.js";
|
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import { u as v } from "../../../react-redux-B4BZippc.js";
|
|
8
8
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
9
|
-
import "../../../constants-
|
|
10
|
-
import { a as H } from "../../../kyc-
|
|
9
|
+
import "../../../constants-BQibkMPf.js";
|
|
10
|
+
import { a as H } from "../../../kyc-BbIvXp_G.js";
|
|
11
11
|
import { useSnackBarContext as V } from "../../../context/snackBarContext.js";
|
|
12
12
|
import "../../../util/conversions.js";
|
|
13
13
|
import "../../../index-CAoLi5Qq.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 s, I as C, c as D, b as I, a as O, F as P } from "../../../index-
|
|
6
|
+
import { E as s, I as C, c as D, b as I, a as O, F as P } from "../../../index-BmnzQEjv.js";
|
|
7
7
|
import "./pep.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-BQibkMPf.js";
|
|
9
|
+
import "../../../kyc-BbIvXp_G.js";
|
|
10
10
|
import "../../../react-redux-B4BZippc.js";
|
|
11
11
|
import "./edd.js";
|
|
12
12
|
export {
|
|
@@ -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-BQibkMPf.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-BQibkMPf.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-BmnzQEjv.js";
|
|
22
22
|
import "../../../context/dialogContext.js";
|
|
23
23
|
import "./countryList.js";
|
|
24
24
|
import "../../../Box-B0YSYLco.js";
|
|
@@ -6,8 +6,8 @@ import "../../../index-DlQqWbXG.js";
|
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../../../react-redux-B4BZippc.js";
|
|
8
8
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
9
|
-
import "../../../constants-
|
|
10
|
-
import "../../../kyc-
|
|
9
|
+
import "../../../constants-BQibkMPf.js";
|
|
10
|
+
import "../../../kyc-BbIvXp_G.js";
|
|
11
11
|
import "../../../context/snackBarContext.js";
|
|
12
12
|
import "../../../util/conversions.js";
|
|
13
13
|
import "../../../index-CAoLi5Qq.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-BmnzQEjv.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 Q, a as M } from "../../../react-redux-B4BZippc.js";
|
|
5
5
|
import { removeExtraSpace as i } from "../../../util/functions.js";
|
|
6
6
|
import { nameRegex as U } from "../../../util/regex.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { r as V, u as X } from "../../../kyc-
|
|
7
|
+
import "../../../constants-BQibkMPf.js";
|
|
8
|
+
import { r as V, u as X } from "../../../kyc-BbIvXp_G.js";
|
|
9
9
|
import { c as $ } from "../../../countries-BVn1FubK.js";
|
|
10
10
|
import ee from "../../Wallet/Shared/Input/index.js";
|
|
11
11
|
import { useSnackBarContext as te } from "../../../context/snackBarContext.js";
|
|
@@ -5,7 +5,7 @@ import { DIALOG_ERROR_ICON as c, DIALOG_SUCCESS_ICON as V } from "../../../util/
|
|
|
5
5
|
import { C as _ } from "../../../Close-CNwiMz_O.js";
|
|
6
6
|
import k from "../../Shared/transition.js";
|
|
7
7
|
import D from "../Shared/CardPayment/index.js";
|
|
8
|
-
import { a as M,
|
|
8
|
+
import { a as M, ad as O, c as G, K } from "../../../constants-BQibkMPf.js";
|
|
9
9
|
import "../../../index-DlQqWbXG.js";
|
|
10
10
|
import "../Shared/appButton.js";
|
|
11
11
|
import "../../../hoc/withThemeProvider.js";
|
|
@@ -2,9 +2,9 @@ import { jsx as e, jsxs as o, Fragment as l } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as S, useState as g, useEffect as A } from "react";
|
|
3
3
|
import { I as B } from "../../../Info-BVeUSPyk.js";
|
|
4
4
|
import { DIALOG_SUCCESS_ICON as N } from "../../../util/constants.js";
|
|
5
|
-
import "../../../constants-
|
|
6
|
-
import {
|
|
7
|
-
import { M as
|
|
5
|
+
import "../../../constants-BQibkMPf.js";
|
|
6
|
+
import { b } from "../../../order-BQbk7Nb4.js";
|
|
7
|
+
import { M as D } from "../../../tooltip-3UvETWtS.js";
|
|
8
8
|
import q from "../Shared/noData.js";
|
|
9
9
|
import w from "./createIban.js";
|
|
10
10
|
import { AuthInnerContainer as P } from "../Shared/Container/index.js";
|
|
@@ -38,7 +38,7 @@ const Q = ({
|
|
|
38
38
|
/* @__PURE__ */ o(s, { size: 8, children: [
|
|
39
39
|
/* @__PURE__ */ e(v, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "Everest Accounts (Virtual IBAN)" }) }),
|
|
40
40
|
/* @__PURE__ */ e(
|
|
41
|
-
|
|
41
|
+
D,
|
|
42
42
|
{
|
|
43
43
|
title: /* @__PURE__ */ e(a, { sx: { whiteSpace: "pre-line" }, children: "Create a Virtual IBAN of EUR currency. This requires KYC and an annual payment" }),
|
|
44
44
|
placement: "bottom",
|
|
@@ -63,7 +63,7 @@ const Q = ({
|
|
|
63
63
|
},
|
|
64
64
|
currency: x
|
|
65
65
|
};
|
|
66
|
-
c(
|
|
66
|
+
c(b(n));
|
|
67
67
|
},
|
|
68
68
|
iban: r,
|
|
69
69
|
navigate: d,
|
|
@@ -7,7 +7,7 @@ import B from "../../Shared/transition.js";
|
|
|
7
7
|
import "../../../index-DlQqWbXG.js";
|
|
8
8
|
import "../../../hoc/withThemeProvider.js";
|
|
9
9
|
import "../Shared/Auth/otpForm.js";
|
|
10
|
-
import "../../../constants-
|
|
10
|
+
import "../../../constants-BQibkMPf.js";
|
|
11
11
|
import { useSnackBarContext as x } from "../../../context/snackBarContext.js";
|
|
12
12
|
import "../../../util/conversions.js";
|
|
13
13
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as n, Fragment as $, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as _, useEffect as d } from "react";
|
|
3
3
|
import { u as oe, a as N } from "../../../react-redux-B4BZippc.js";
|
|
4
|
-
import "../../../constants-
|
|
5
|
-
import {
|
|
6
|
-
import { u as ie, a as le, b as ce, c as me, d as de, e as
|
|
7
|
-
import { u as
|
|
4
|
+
import "../../../constants-BQibkMPf.js";
|
|
5
|
+
import { u as ae, c as re, d as se } from "../../../index-BQNs1mvn.js";
|
|
6
|
+
import { u as ie, a as le, b as ce, c as me, d as de, e as ue } from "../../../wallet-CHtpHvyK.js";
|
|
7
|
+
import { u as pe, c as he, d as fe } from "../../../bank-DJqJqzwJ.js";
|
|
8
8
|
import { LINKED_WALLET_TOOLTIP as ge, CONNECTED_WALLET_TOOLTIP as be, WALLET_ICON as _e, DELETE_ICON as Ne } from "../../../util/constants.js";
|
|
9
9
|
import { M as q } from "../../../tooltip-3UvETWtS.js";
|
|
10
10
|
import { I as M } from "../../../Info-BVeUSPyk.js";
|
|
@@ -57,7 +57,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
57
57
|
appKey: G,
|
|
58
58
|
navigate: J
|
|
59
59
|
}) => {
|
|
60
|
-
const r = oe(), { showAlertMessage: m } = Ae(), { openDialog: L } = Le(), T = N((t) => t.app.features),
|
|
60
|
+
const r = oe(), { showAlertMessage: m } = Ae(), { openDialog: L } = Le(), T = N((t) => t.app.features), u = N(ae), Q = u.loader, B = u.message, S = u.banks, U = u.iban, [z, E] = _(!1), [V, p] = _(!1), [C, X] = _(""), [w, Y] = _(""), P = N(re), O = P.data, { error: k, message: v, loader: D } = P, R = N(se), h = R.data, {
|
|
61
61
|
error: y,
|
|
62
62
|
message: A,
|
|
63
63
|
loader: Z
|
|
@@ -71,8 +71,8 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
71
71
|
}, [A]), d(() => {
|
|
72
72
|
k && m({ message: k });
|
|
73
73
|
}, [k]), d(() => {
|
|
74
|
-
v && (
|
|
75
|
-
}, [v]), d(() => (O.length <= 0 && r(ie()), h.length <= 0 && r(le()), r(
|
|
74
|
+
v && (p(!1), m({ message: v, type: "success" }));
|
|
75
|
+
}, [v]), d(() => (O.length <= 0 && r(ie()), h.length <= 0 && r(le()), r(pe()), r(he()), () => {
|
|
76
76
|
r(ce("")), r(me(""));
|
|
77
77
|
}), []);
|
|
78
78
|
const ee = () => {
|
|
@@ -149,7 +149,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
149
149
|
}
|
|
150
150
|
g ? m({
|
|
151
151
|
message: "This wallet address is already connected."
|
|
152
|
-
}) : r(
|
|
152
|
+
}) : r(ue(t));
|
|
153
153
|
};
|
|
154
154
|
return /* @__PURE__ */ n($, { children: [
|
|
155
155
|
/* @__PURE__ */ e(i, { className: o.container, children: /* @__PURE__ */ n(l, { spacing: 2, container: !0, width: "100%", children: [
|
|
@@ -186,7 +186,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
186
186
|
F,
|
|
187
187
|
{
|
|
188
188
|
sx: { mt: 4 },
|
|
189
|
-
onClick: () =>
|
|
189
|
+
onClick: () => p(!0),
|
|
190
190
|
fullWidth: !0,
|
|
191
191
|
children: /* @__PURE__ */ e("strong", { children: "Add Wallet" })
|
|
192
192
|
}
|
|
@@ -273,7 +273,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
273
273
|
{
|
|
274
274
|
fullWidth: !0,
|
|
275
275
|
open: V,
|
|
276
|
-
onClose: () =>
|
|
276
|
+
onClose: () => p(!1),
|
|
277
277
|
TransitionComponent: we,
|
|
278
278
|
children: [
|
|
279
279
|
/* @__PURE__ */ n(Ee, { className: "buy-modal-text-color", children: [
|
|
@@ -282,7 +282,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
|
|
|
282
282
|
x,
|
|
283
283
|
{
|
|
284
284
|
"aria-label": "close",
|
|
285
|
-
onClick: () =>
|
|
285
|
+
onClick: () => p(!1),
|
|
286
286
|
className: "menu-buttons",
|
|
287
287
|
children: /* @__PURE__ */ e(Ce, {})
|
|
288
288
|
}
|
|
@@ -5,8 +5,8 @@ import { I as z } from "../../../Info-BVeUSPyk.js";
|
|
|
5
5
|
import { a as $ } from "../../../react-redux-B4BZippc.js";
|
|
6
6
|
import G from "../../Shared/transition.js";
|
|
7
7
|
import { M as U } from "../../../tooltip-3UvETWtS.js";
|
|
8
|
-
import {
|
|
9
|
-
import { s as M } from "../../../bank-
|
|
8
|
+
import { a9 as j, aa as N } from "../../../constants-BQibkMPf.js";
|
|
9
|
+
import { s as M } from "../../../bank-DJqJqzwJ.js";
|
|
10
10
|
import { useSnackBarContext as O } from "../../../context/snackBarContext.js";
|
|
11
11
|
import H from "../Shared/appButton.js";
|
|
12
12
|
import { EURO_ISO3 as D } from "../../../util/constants.js";
|
|
@@ -5,9 +5,9 @@ import "../../../util/functions.js";
|
|
|
5
5
|
import "../../../util/constants.js";
|
|
6
6
|
import "../../../styles.module-CHEBh2ID.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import { a as c } from "../../../index-
|
|
8
|
+
import "../../../constants-BQibkMPf.js";
|
|
9
|
+
import "../../../order-BQbk7Nb4.js";
|
|
10
|
+
import { a as c } from "../../../index-e2FmUhS_.js";
|
|
11
11
|
import "../../../Typography-pAaje37G.js";
|
|
12
12
|
import "../../../Box-B0YSYLco.js";
|
|
13
13
|
import "../../../Grid-CFe3amXO.js";
|