everest-npm-features 0.0.62 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-WUr_Eyo1.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-Cg-RJNB1.js} +1 -1
- package/dist/bank-CPJa0NOE.js +47 -0
- package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
- package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
- package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
- package/dist/components/RocketRamp/Transactions/index.js +2 -2
- package/dist/components/Shared/FullKyc/countryList.js +33 -30
- package/dist/components/Shared/FullKyc/edd.js +3 -3
- package/dist/components/Shared/FullKyc/index.js +11 -10
- package/dist/components/Shared/FullKyc/pep.js +68 -64
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/userInfo.js +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +14 -314
- package/dist/components/Wallet/Account/eWallet.js +33 -35
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +75 -54
- package/dist/components/Wallet/Account/ibanItem.js +3 -3
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +221 -184
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
- package/dist/components/Wallet/Buy/form.js +5 -5
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
- package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +121 -124
- package/dist/components/Wallet/Profile/index.js +4 -4
- package/dist/components/Wallet/Profile/storage.js +15 -15
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Sell/form.js +5 -5
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +36 -36
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
- package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +19 -18
- package/dist/components/Wallet/Shared/addBank.js +4 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- package/dist/components/Wallet/Shared/manualSend.js +4 -4
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +74 -62
- package/dist/components/Wallet/Stake/id/index.js +69 -65
- package/dist/components/Wallet/Stake/index.js +6 -6
- package/dist/components/Wallet/Swap/form.js +7 -7
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-BRS2liAt.js} +216 -214
- package/dist/createIban-DKoCQ4o3.js +573 -0
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-BD0cJpXM.js} +1 -1
- package/dist/{index-CDwzoHu7.js → index-BUtxhHso.js} +87 -86
- package/dist/{index-3OQ4M69t.js → index-C2weAjLp.js} +70 -69
- package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
- package/dist/{index-ILpK4BCB.js → index-CZhiRUiE.js} +4 -4
- package/dist/{index-CYX3j0V7.js → index-D7Eq-pbC.js} +65 -64
- package/dist/{index-C1WPCgkl.js → index-DX8IEulu.js} +5 -5
- package/dist/{index-CK4kLRAw.js → index-hgn4Pjw3.js} +5 -5
- package/dist/index-oPbOSCUk.js +545 -0
- package/dist/{kyc-ksV3vBP_.js → kyc-C7NviI9l.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-DBuLYKfx.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DhVp5Gvi.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-DGXpiw_Y.js} +1 -1
- package/dist/styles.module-C99UuHOT.js +22 -0
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BLx0XKpK.js} +1 -1
- package/package.json +7 -7
- package/dist/bank-C4pmTe--.js +0 -37
- package/dist/index-BBFbUCRZ.js +0 -537
- package/dist/styles.module-C1sNeKjL.js +0 -22
- package/dist/styles.module-CHPRGltL.js +0 -28
|
@@ -1,83 +1,81 @@
|
|
|
1
1
|
import { jsx as e, jsxs as r, Fragment as m } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import { Box as t, Grid as a, Typography as h, IconButton as
|
|
4
|
-
import { I as
|
|
5
|
-
import { DIALOG_SUCCESS_ICON as
|
|
6
|
-
import { M as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { AuthInnerContainer as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
dispatch:
|
|
13
|
-
openDialog:
|
|
14
|
-
appKey:
|
|
2
|
+
import { useEffect as S } from "react";
|
|
3
|
+
import { Box as t, Grid as a, Typography as h, IconButton as W, CircularProgress as w } from "@mui/material";
|
|
4
|
+
import { I as A } from "../../../Info-DOoRR7sR.js";
|
|
5
|
+
import { DIALOG_SUCCESS_ICON as N, FEATURE_EWALLET as p } from "../../../util/constants.js";
|
|
6
|
+
import { M as P } from "../../../tooltip-BW0UyWw7.js";
|
|
7
|
+
import D from "../Shared/noData.js";
|
|
8
|
+
import { C as T } from "../../../createIban-DKoCQ4o3.js";
|
|
9
|
+
import { AuthInnerContainer as v } from "../Shared/Container/index.js";
|
|
10
|
+
import L from "./ibanItem.js";
|
|
11
|
+
const O = ({
|
|
12
|
+
dispatch: d,
|
|
13
|
+
openDialog: i,
|
|
14
|
+
appKey: u,
|
|
15
15
|
appKeyEur: f,
|
|
16
16
|
paymentWidgetSrcUrl: y,
|
|
17
17
|
iban: n,
|
|
18
|
-
navigate:
|
|
18
|
+
navigate: c,
|
|
19
19
|
AccountItem: x,
|
|
20
20
|
createIbanRequest: g,
|
|
21
21
|
tokenData: C
|
|
22
22
|
}) => {
|
|
23
|
-
const s = n.data,
|
|
24
|
-
return
|
|
25
|
-
new URLSearchParams(window.location.search).get("paymentStatus") === "success" &&
|
|
23
|
+
const s = n.data, E = n.loader;
|
|
24
|
+
return S(() => {
|
|
25
|
+
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
|
|
26
26
|
title: "Payment Success",
|
|
27
27
|
message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
|
|
28
|
-
icon:
|
|
28
|
+
icon: N,
|
|
29
29
|
width: "575px",
|
|
30
30
|
confirmButtonText: "Continue"
|
|
31
31
|
});
|
|
32
|
-
}, []), /* @__PURE__ */ e(
|
|
32
|
+
}, []), /* @__PURE__ */ e(v, { children: /* @__PURE__ */ r(t, { p: 3, children: [
|
|
33
33
|
/* @__PURE__ */ r(a, { spacing: 2, container: !0, alignItems: "center", children: [
|
|
34
34
|
/* @__PURE__ */ r(a, { size: 8, children: [
|
|
35
35
|
/* @__PURE__ */ e(h, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "E-Wallet" }) }),
|
|
36
36
|
/* @__PURE__ */ e(
|
|
37
|
-
|
|
37
|
+
P,
|
|
38
38
|
{
|
|
39
39
|
title: /* @__PURE__ */ e(t, { sx: { whiteSpace: "pre-line" }, children: "Create an E-Wallet. This requires KYC" }),
|
|
40
40
|
placement: "bottom",
|
|
41
|
-
children: /* @__PURE__ */ e(
|
|
41
|
+
children: /* @__PURE__ */ e(W, { className: "info-fee-icon", children: /* @__PURE__ */ e(A, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
44
|
] }),
|
|
45
45
|
/* @__PURE__ */ e(a, { size: 4, children: /* @__PURE__ */ e(t, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e(
|
|
46
|
-
|
|
46
|
+
T,
|
|
47
47
|
{
|
|
48
|
-
openDialog:
|
|
48
|
+
openDialog: i,
|
|
49
49
|
createIbanRequest: g,
|
|
50
50
|
iban: n,
|
|
51
|
-
navigate:
|
|
52
|
-
currency: E,
|
|
53
|
-
setIbanCurrency: S,
|
|
51
|
+
navigate: c,
|
|
54
52
|
from: p
|
|
55
53
|
}
|
|
56
54
|
) }) })
|
|
57
55
|
] }),
|
|
58
|
-
|
|
56
|
+
E ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(m, { children: [
|
|
59
57
|
s.length > 0 ? /* @__PURE__ */ e(m, { children: s.map((o, l) => {
|
|
60
|
-
const
|
|
58
|
+
const I = {
|
|
61
59
|
...o,
|
|
62
60
|
accountName: `E-Wallet - ${o.currency ?? ""}`
|
|
63
61
|
};
|
|
64
62
|
return /* @__PURE__ */ e(
|
|
65
|
-
|
|
63
|
+
L,
|
|
66
64
|
{
|
|
67
|
-
data:
|
|
65
|
+
data: I,
|
|
68
66
|
AccountItem: x,
|
|
69
|
-
dispatch:
|
|
70
|
-
appKey:
|
|
67
|
+
dispatch: d,
|
|
68
|
+
appKey: u,
|
|
71
69
|
appKeyEur: f,
|
|
72
70
|
paymentWidgetSrcUrl: y,
|
|
73
71
|
iban: n,
|
|
74
|
-
navigate:
|
|
72
|
+
navigate: c,
|
|
75
73
|
from: p,
|
|
76
74
|
tokenData: C
|
|
77
75
|
},
|
|
78
76
|
l
|
|
79
77
|
);
|
|
80
|
-
}) }) : /* @__PURE__ */ e(
|
|
78
|
+
}) }) : /* @__PURE__ */ e(D, { text: "You currently have no E-Wallets" }),
|
|
81
79
|
/* @__PURE__ */ e(t, { mt: 3, textAlign: "center", children: /* @__PURE__ */ r(h, { variant: "caption", color: "secondary", children: [
|
|
82
80
|
"Powered by",
|
|
83
81
|
" ",
|
|
@@ -96,5 +94,5 @@ const V = ({
|
|
|
96
94
|
] }) });
|
|
97
95
|
};
|
|
98
96
|
export {
|
|
99
|
-
|
|
97
|
+
O as default
|
|
100
98
|
};
|
|
@@ -1,78 +1,99 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { Box as
|
|
1
|
+
import { jsx as r, jsxs as m, Fragment as d } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as f, useEffect as y } from "react";
|
|
3
|
+
import { Box as l, Grid as p, Typography as b, IconButton as P, CircularProgress as w } from "@mui/material";
|
|
4
4
|
import { I as D } from "../../../Info-DOoRR7sR.js";
|
|
5
|
-
import { DIALOG_SUCCESS_ICON as E, FEATURE_VIRTUAL_IBAN as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
5
|
+
import { DIALOG_SUCCESS_ICON as E, FEATURE_VIRTUAL_IBAN as x } from "../../../util/constants.js";
|
|
6
|
+
import "../../../constants-BRS2liAt.js";
|
|
7
|
+
import { c as A } from "../../../bank-CPJa0NOE.js";
|
|
8
|
+
import { M as q } from "../../../tooltip-BW0UyWw7.js";
|
|
9
|
+
import z from "../Shared/noData.js";
|
|
10
|
+
import { C as L } from "../../../createIban-DKoCQ4o3.js";
|
|
11
|
+
import { AuthInnerContainer as U } from "../Shared/Container/index.js";
|
|
12
|
+
import V from "./ibanItem.js";
|
|
13
|
+
const Q = ({
|
|
14
|
+
dispatch: o,
|
|
15
|
+
openDialog: I,
|
|
16
|
+
appKey: g,
|
|
17
|
+
appKeyEur: C,
|
|
18
|
+
paymentWidgetSrcUrl: v,
|
|
19
|
+
iban: a,
|
|
20
|
+
navigate: h,
|
|
21
|
+
AccountItem: N,
|
|
22
|
+
createIbanRequest: S,
|
|
23
|
+
tokenData: T,
|
|
24
|
+
brandId: B
|
|
22
25
|
}) => {
|
|
23
|
-
const
|
|
24
|
-
return
|
|
25
|
-
new URLSearchParams(window.location.search).get("paymentStatus") === "success" &&
|
|
26
|
+
const u = a.data, i = a.loader, t = f(null), e = f(null), n = f(0);
|
|
27
|
+
return y(() => {
|
|
28
|
+
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && I({
|
|
26
29
|
title: "Payment Success",
|
|
27
30
|
message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
|
|
28
31
|
icon: E,
|
|
29
32
|
width: "575px",
|
|
30
33
|
confirmButtonText: "Continue"
|
|
31
34
|
});
|
|
32
|
-
}, []),
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
}, []), y(() => {
|
|
36
|
+
if (!u.some((R) => !R.accountNumber)) {
|
|
37
|
+
t.current && (clearTimeout(t.current), t.current = null), e.current && (clearInterval(e.current), e.current = null), n.current = 0;
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
if (i || n.current >= 5 || t.current || e.current)
|
|
41
|
+
return;
|
|
42
|
+
const c = 5e3;
|
|
43
|
+
return t.current = setTimeout(() => {
|
|
44
|
+
t.current = null, n.current < 5 && (o(A()), n.current++), e.current = setInterval(() => {
|
|
45
|
+
if (n.current >= 5) {
|
|
46
|
+
e.current && (clearInterval(e.current), e.current = null);
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
o(A()), n.current++;
|
|
50
|
+
}, c);
|
|
51
|
+
}, c), () => {
|
|
52
|
+
t.current && (clearTimeout(t.current), t.current = null), e.current && (clearInterval(e.current), e.current = null);
|
|
53
|
+
};
|
|
54
|
+
}, [u, i, o]), /* @__PURE__ */ r(U, { children: /* @__PURE__ */ m(l, { p: 3, children: [
|
|
55
|
+
/* @__PURE__ */ m(p, { spacing: 2, container: !0, alignItems: "center", children: [
|
|
56
|
+
/* @__PURE__ */ m(p, { size: 8, children: [
|
|
57
|
+
/* @__PURE__ */ r(b, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ r("strong", { children: "Everest Accounts (Virtual IBAN)" }) }),
|
|
58
|
+
/* @__PURE__ */ r(
|
|
59
|
+
q,
|
|
38
60
|
{
|
|
39
|
-
title: /* @__PURE__ */
|
|
61
|
+
title: /* @__PURE__ */ r(l, { sx: { whiteSpace: "pre-line" }, children: "Create a Virtual IBAN of selected currency. This requires KYC" }),
|
|
40
62
|
placement: "bottom",
|
|
41
|
-
children: /* @__PURE__ */
|
|
63
|
+
children: /* @__PURE__ */ r(P, { className: "info-fee-icon", children: /* @__PURE__ */ r(D, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
|
|
42
64
|
}
|
|
43
65
|
)
|
|
44
66
|
] }),
|
|
45
|
-
/* @__PURE__ */
|
|
46
|
-
|
|
67
|
+
/* @__PURE__ */ r(p, { size: 4, children: /* @__PURE__ */ r(l, { sx: { textAlign: "right" }, children: /* @__PURE__ */ r(
|
|
68
|
+
L,
|
|
47
69
|
{
|
|
48
|
-
openDialog:
|
|
49
|
-
createIbanRequest:
|
|
50
|
-
iban:
|
|
51
|
-
navigate:
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
from: u
|
|
70
|
+
openDialog: I,
|
|
71
|
+
createIbanRequest: S,
|
|
72
|
+
iban: a,
|
|
73
|
+
navigate: h,
|
|
74
|
+
from: x,
|
|
75
|
+
brandId: B
|
|
55
76
|
}
|
|
56
77
|
) }) })
|
|
57
78
|
] }),
|
|
58
|
-
|
|
59
|
-
|
|
79
|
+
i ? /* @__PURE__ */ r(l, { mt: 4, className: "flex-center", children: /* @__PURE__ */ r(w, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(d, { children: u.length > 0 ? /* @__PURE__ */ r(d, { children: u.map((s, c) => /* @__PURE__ */ r(
|
|
80
|
+
V,
|
|
60
81
|
{
|
|
61
82
|
data: s,
|
|
62
|
-
AccountItem:
|
|
63
|
-
dispatch:
|
|
64
|
-
appKey:
|
|
65
|
-
appKeyEur:
|
|
66
|
-
paymentWidgetSrcUrl:
|
|
67
|
-
iban:
|
|
68
|
-
navigate:
|
|
69
|
-
from:
|
|
70
|
-
tokenData:
|
|
83
|
+
AccountItem: N,
|
|
84
|
+
dispatch: o,
|
|
85
|
+
appKey: g,
|
|
86
|
+
appKeyEur: C,
|
|
87
|
+
paymentWidgetSrcUrl: v,
|
|
88
|
+
iban: a,
|
|
89
|
+
navigate: h,
|
|
90
|
+
from: x,
|
|
91
|
+
tokenData: T
|
|
71
92
|
},
|
|
72
|
-
|
|
73
|
-
)) }) : /* @__PURE__ */
|
|
93
|
+
c
|
|
94
|
+
)) }) : /* @__PURE__ */ r(z, { text: "You currently have no IBAN Accounts" }) })
|
|
74
95
|
] }) });
|
|
75
96
|
};
|
|
76
97
|
export {
|
|
77
|
-
|
|
98
|
+
Q as default
|
|
78
99
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as e, Fragment as I, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u, useMemo as f, useEffect as k } from "react";
|
|
3
3
|
import { Grid as N, Dialog as Y, DialogTitle as q, Typography as a, IconButton as z, DialogContent as J, Box as M, CircularProgress as K } from "@mui/material";
|
|
4
|
-
import "../../../constants-
|
|
5
|
-
import { v as ye } from "../../../order-
|
|
4
|
+
import "../../../constants-BRS2liAt.js";
|
|
5
|
+
import { v as ye } from "../../../order-DBuLYKfx.js";
|
|
6
6
|
import U from "../Shared/appButton.js";
|
|
7
7
|
import { C as be } from "../../../ContentCopy-D0C0zbQj.js";
|
|
8
8
|
import { C as Q } from "../../../Close-DSxLLo08.js";
|
|
@@ -11,7 +11,7 @@ import "../../../index-DlQqWbXG.js";
|
|
|
11
11
|
import "../../../hoc/withThemeProvider.js";
|
|
12
12
|
import { u as Z } from "../../../react-redux-C7I9-1M6.js";
|
|
13
13
|
import { GBP_ISO3 as D, FEATURE_EWALLET as ge, EURO_ISO3 as Ce, SYNTHETIC_EUR as ve, SYNTHETIC_GBP as Ie } from "../../../util/constants.js";
|
|
14
|
-
import "../../../otpForm-
|
|
14
|
+
import "../../../otpForm-DhVp5Gvi.js";
|
|
15
15
|
import { useSnackBarContext as ee } from "../../../context/snackBarContext.js";
|
|
16
16
|
import "../../../util/conversions.js";
|
|
17
17
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -5,6 +5,7 @@ interface AccountProps {
|
|
|
5
5
|
appKeyEur: string;
|
|
6
6
|
paymentWidgetSrcUrl: string;
|
|
7
7
|
navigate: (path: string) => void;
|
|
8
|
+
brandId?: string;
|
|
8
9
|
}
|
|
9
10
|
declare const _default: import('react').FC<AccountProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
|
|
10
11
|
export default _default;
|