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.
Files changed (109) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-WUr_Eyo1.js} +1 -1
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/assets/styles2.css +1 -1
  5. package/dist/{auth-DTJdu6mq.js → auth-Cg-RJNB1.js} +1 -1
  6. package/dist/bank-CPJa0NOE.js +47 -0
  7. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  10. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  11. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  12. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  13. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  14. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  15. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  16. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  25. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  26. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  27. package/dist/components/Shared/FullKyc/countryList.js +33 -30
  28. package/dist/components/Shared/FullKyc/edd.js +3 -3
  29. package/dist/components/Shared/FullKyc/index.js +11 -10
  30. package/dist/components/Shared/FullKyc/pep.js +68 -64
  31. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  32. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  33. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  34. package/dist/components/Shared/Sumsub/index.js +2 -2
  35. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  36. package/dist/components/Wallet/Account/createIban.js +14 -314
  37. package/dist/components/Wallet/Account/eWallet.js +33 -35
  38. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  39. package/dist/components/Wallet/Account/iban.js +75 -54
  40. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  41. package/dist/components/Wallet/Account/index.d.ts +1 -0
  42. package/dist/components/Wallet/Account/index.js +221 -184
  43. package/dist/components/Wallet/Account/sendIban.js +2 -2
  44. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
  45. package/dist/components/Wallet/Buy/form.js +5 -5
  46. package/dist/components/Wallet/Buy/index.js +6 -6
  47. package/dist/components/Wallet/Deposit/index.js +2 -2
  48. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  49. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  50. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  51. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  52. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  53. package/dist/components/Wallet/History/index.js +2 -2
  54. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  55. package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
  56. package/dist/components/Wallet/Portfolio/index.js +5 -5
  57. package/dist/components/Wallet/Profile/documents.js +121 -124
  58. package/dist/components/Wallet/Profile/index.js +4 -4
  59. package/dist/components/Wallet/Profile/storage.js +15 -15
  60. package/dist/components/Wallet/Receive/index.js +3 -3
  61. package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
  62. package/dist/components/Wallet/Sell/form.js +5 -5
  63. package/dist/components/Wallet/Sell/index.js +6 -6
  64. package/dist/components/Wallet/Send/index.js +36 -36
  65. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  66. package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
  67. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  68. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  69. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  70. package/dist/components/Wallet/Shared/addBank.js +4 -4
  71. package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
  72. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  73. package/dist/components/Wallet/SignIn/index.js +3 -3
  74. package/dist/components/Wallet/SignUp/index.js +3 -3
  75. package/dist/components/Wallet/Stake/gems/index.js +74 -62
  76. package/dist/components/Wallet/Stake/id/index.js +69 -65
  77. package/dist/components/Wallet/Stake/index.js +6 -6
  78. package/dist/components/Wallet/Swap/form.js +7 -7
  79. package/dist/components/Wallet/Swap/index.js +5 -5
  80. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  81. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  82. package/dist/components/Wallet/Withdraw/form.js +4 -4
  83. package/dist/components/Wallet/Withdraw/index.js +5 -5
  84. package/dist/{constants-DrmtdI1J.js → constants-BRS2liAt.js} +216 -214
  85. package/dist/createIban-DKoCQ4o3.js +573 -0
  86. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-BD0cJpXM.js} +1 -1
  87. package/dist/{index-CDwzoHu7.js → index-BUtxhHso.js} +87 -86
  88. package/dist/{index-3OQ4M69t.js → index-C2weAjLp.js} +70 -69
  89. package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
  90. package/dist/{index-ILpK4BCB.js → index-CZhiRUiE.js} +4 -4
  91. package/dist/{index-CYX3j0V7.js → index-D7Eq-pbC.js} +65 -64
  92. package/dist/{index-C1WPCgkl.js → index-DX8IEulu.js} +5 -5
  93. package/dist/{index-CK4kLRAw.js → index-hgn4Pjw3.js} +5 -5
  94. package/dist/index-oPbOSCUk.js +545 -0
  95. package/dist/{kyc-ksV3vBP_.js → kyc-C7NviI9l.js} +1 -1
  96. package/dist/main.js +7 -7
  97. package/dist/{order-DEp_Lmar.js → order-DBuLYKfx.js} +1 -1
  98. package/dist/{otpForm-fiNqeB5H.js → otpForm-DhVp5Gvi.js} +2 -2
  99. package/dist/{stake-Ct7-_aWW.js → stake-DGXpiw_Y.js} +1 -1
  100. package/dist/styles.module-C99UuHOT.js +22 -0
  101. package/dist/styles.module-DFoezEqS.js +28 -0
  102. package/dist/util/constants.d.ts +1 -0
  103. package/dist/util/constants.js +72 -71
  104. package/dist/{wallet-CauUBXou.js → wallet-BLx0XKpK.js} +1 -1
  105. package/package.json +7 -7
  106. package/dist/bank-C4pmTe--.js +0 -37
  107. package/dist/index-BBFbUCRZ.js +0 -537
  108. package/dist/styles.module-C1sNeKjL.js +0 -22
  109. 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 { useRef as w, useState as A, useEffect as N } from "react";
3
- import { Box as t, Grid as a, Typography as h, IconButton as P, CircularProgress as D } from "@mui/material";
4
- import { I as T } from "../../../Info-DOoRR7sR.js";
5
- import { DIALOG_SUCCESS_ICON as b, FEATURE_EWALLET as p } from "../../../util/constants.js";
6
- import { M as v } from "../../../tooltip-BW0UyWw7.js";
7
- import L from "../Shared/noData.js";
8
- import z from "./createIban.js";
9
- import { AuthInnerContainer as B } from "../Shared/Container/index.js";
10
- import _ from "./ibanItem.js";
11
- const V = ({
12
- dispatch: u,
13
- openDialog: c,
14
- appKey: d,
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: i,
18
+ navigate: c,
19
19
  AccountItem: x,
20
20
  createIbanRequest: g,
21
21
  tokenData: C
22
22
  }) => {
23
- const s = n.data, I = n.loader, E = w(""), [q, S] = A("");
24
- return N(() => {
25
- new URLSearchParams(window.location.search).get("paymentStatus") === "success" && c({
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: b,
28
+ icon: N,
29
29
  width: "575px",
30
30
  confirmButtonText: "Continue"
31
31
  });
32
- }, []), /* @__PURE__ */ e(B, { children: /* @__PURE__ */ r(t, { p: 3, children: [
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
- v,
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(P, { className: "info-fee-icon", children: /* @__PURE__ */ e(T, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
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
- z,
46
+ T,
47
47
  {
48
- openDialog: c,
48
+ openDialog: i,
49
49
  createIbanRequest: g,
50
50
  iban: n,
51
- navigate: i,
52
- currency: E,
53
- setIbanCurrency: S,
51
+ navigate: c,
54
52
  from: p
55
53
  }
56
54
  ) }) })
57
55
  ] }),
58
- I ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(D, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(m, { children: [
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 W = {
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: W,
65
+ data: I,
68
66
  AccountItem: x,
69
- dispatch: u,
70
- appKey: d,
67
+ dispatch: d,
68
+ appKey: u,
71
69
  appKeyEur: f,
72
70
  paymentWidgetSrcUrl: y,
73
71
  iban: n,
74
- navigate: i,
72
+ navigate: c,
75
73
  from: p,
76
74
  tokenData: C
77
75
  },
78
76
  l
79
77
  );
80
- }) }) : /* @__PURE__ */ e(L, { text: "You currently have no E-Wallets" }),
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
- V as default
97
+ O as default
100
98
  };
@@ -18,6 +18,7 @@ interface IbanProps {
18
18
  }) => JSX.Element;
19
19
  createIbanRequest: (currency: string) => void;
20
20
  tokenData: WalletAppState["user"]["profile"]["tokens"];
21
+ brandId?: string;
21
22
  }
22
23
  declare const IbanComp: React.FC<IbanProps>;
23
24
  export default IbanComp;
@@ -1,78 +1,99 @@
1
- import { jsx as e, jsxs as n, Fragment as l } from "react/jsx-runtime";
2
- import { useRef as g, useState as N, useEffect as B } from "react";
3
- import { Box as t, Grid as o, Typography as w, IconButton as T, CircularProgress as b } from "@mui/material";
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 u } from "../../../util/constants.js";
6
- import { M as P } from "../../../tooltip-BW0UyWw7.js";
7
- import v from "../Shared/noData.js";
8
- import z from "./createIban.js";
9
- import { AuthInnerContainer as L } from "../Shared/Container/index.js";
10
- import R from "./ibanItem.js";
11
- const W = ({
12
- dispatch: p,
13
- openDialog: a,
14
- appKey: h,
15
- appKeyEur: d,
16
- paymentWidgetSrcUrl: f,
17
- iban: r,
18
- navigate: c,
19
- AccountItem: y,
20
- createIbanRequest: I,
21
- tokenData: x
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 i = r.data, A = r.loader, C = g(""), [U, S] = N("");
24
- return B(() => {
25
- new URLSearchParams(window.location.search).get("paymentStatus") === "success" && a({
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
- }, []), /* @__PURE__ */ e(L, { children: /* @__PURE__ */ n(t, { p: 3, children: [
33
- /* @__PURE__ */ n(o, { spacing: 2, container: !0, alignItems: "center", children: [
34
- /* @__PURE__ */ n(o, { size: 8, children: [
35
- /* @__PURE__ */ e(w, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "Everest Accounts (Virtual IBAN)" }) }),
36
- /* @__PURE__ */ e(
37
- P,
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__ */ e(t, { sx: { whiteSpace: "pre-line" }, children: "Create a Virtual IBAN of selected currency. This requires KYC" }),
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__ */ e(T, { className: "info-fee-icon", children: /* @__PURE__ */ e(D, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
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__ */ e(o, { size: 4, children: /* @__PURE__ */ e(t, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e(
46
- z,
67
+ /* @__PURE__ */ r(p, { size: 4, children: /* @__PURE__ */ r(l, { sx: { textAlign: "right" }, children: /* @__PURE__ */ r(
68
+ L,
47
69
  {
48
- openDialog: a,
49
- createIbanRequest: I,
50
- iban: r,
51
- navigate: c,
52
- currency: C,
53
- setIbanCurrency: S,
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
- A ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(b, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(l, { children: i.length > 0 ? /* @__PURE__ */ e(l, { children: i.map((s, m) => /* @__PURE__ */ e(
59
- R,
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: y,
63
- dispatch: p,
64
- appKey: h,
65
- appKeyEur: d,
66
- paymentWidgetSrcUrl: f,
67
- iban: r,
68
- navigate: c,
69
- from: u,
70
- tokenData: x
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
- m
73
- )) }) : /* @__PURE__ */ e(v, { text: "You currently have no IBAN Accounts" }) })
93
+ c
94
+ )) }) : /* @__PURE__ */ r(z, { text: "You currently have no IBAN Accounts" }) })
74
95
  ] }) });
75
96
  };
76
97
  export {
77
- W as default
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-DrmtdI1J.js";
5
- import { v as ye } from "../../../order-DEp_Lmar.js";
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-fiNqeB5H.js";
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;