everest-npm-features 0.0.52 → 0.0.54

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 (91) hide show
  1. package/dist/{PlayArrow-C3uVNo4F.js → PlayArrow-jzz8Y3XD.js} +1 -1
  2. package/dist/{auth-ClBgT--j.js → auth-jjVjqywi.js} +1 -1
  3. package/dist/bank-BM66KfAv.js +37 -0
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  24. package/dist/components/Shared/FullKyc/edd.js +2 -2
  25. package/dist/components/Shared/FullKyc/index.js +3 -3
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  29. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  30. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  31. package/dist/components/Wallet/Account/createIban.js +77 -125
  32. package/dist/components/Wallet/Account/eWallet.d.ts +1 -0
  33. package/dist/components/Wallet/Account/eWallet.js +55 -72
  34. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  35. package/dist/components/Wallet/Account/iban.js +48 -65
  36. package/dist/components/Wallet/Account/ibanItem.js +150 -123
  37. package/dist/components/Wallet/Account/index.js +181 -173
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  40. package/dist/components/Wallet/Buy/form.js +4 -4
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +3 -3
  50. package/dist/components/Wallet/Portfolio/index.js +4 -4
  51. package/dist/components/Wallet/Profile/documents.js +1 -1
  52. package/dist/components/Wallet/Profile/index.js +1 -1
  53. package/dist/components/Wallet/Profile/storage.js +1 -1
  54. package/dist/components/Wallet/Receive/index.js +2 -2
  55. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  56. package/dist/components/Wallet/Sell/form.js +4 -4
  57. package/dist/components/Wallet/Sell/index.js +6 -6
  58. package/dist/components/Wallet/Send/index.js +3 -3
  59. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  60. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  61. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  62. package/dist/components/Wallet/Shared/addBank.js +2 -2
  63. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  64. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  65. package/dist/components/Wallet/SignIn/index.js +2 -2
  66. package/dist/components/Wallet/SignUp/index.js +2 -2
  67. package/dist/components/Wallet/Stake/index.js +3 -3
  68. package/dist/components/Wallet/Swap/form.js +6 -6
  69. package/dist/components/Wallet/Swap/index.js +5 -5
  70. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  71. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  72. package/dist/components/Wallet/Withdraw/form.js +4 -4
  73. package/dist/components/Wallet/Withdraw/index.js +5 -5
  74. package/dist/{constants-t7n9qCW3.js → constants-Dtk3Gd0Y.js} +123 -123
  75. package/dist/{cryptoAssets-shEFU26O.js → cryptoAssets-DT2afvDJ.js} +1 -1
  76. package/dist/{index-DFRU-R-5.js → index-B4pP4oLo.js} +7 -7
  77. package/dist/{index-B6MSTmAM.js → index-BEFNlxwM.js} +15 -15
  78. package/dist/{index-Cs7bSfT3.js → index-BGJ8RVKA.js} +5 -5
  79. package/dist/{index-Dwid4PLx.js → index-BU6Lajc_.js} +2 -2
  80. package/dist/{index-C2EjFXaz.js → index-BUnkeQv6.js} +7 -7
  81. package/dist/{index-RDV0mQbt.js → index-CyPm8GTl.js} +4 -4
  82. package/dist/{index-j0zehpzg.js → index-JdlBukUO.js} +4 -4
  83. package/dist/{kyc-D9xahfH9.js → kyc-BOm2LCSg.js} +1 -1
  84. package/dist/main.js +7 -7
  85. package/dist/{order-jqH948WM.js → order-DuPcaU0K.js} +27 -31
  86. package/dist/{stake-Dcq6QpaA.js → stake-WaB8Q4v-.js} +3 -3
  87. package/dist/util/constants.d.ts +1 -0
  88. package/dist/util/constants.js +64 -63
  89. package/dist/{wallet-DpkUmmq0.js → wallet-BxwOFeSW.js} +1 -1
  90. package/package.json +2 -2
  91. package/dist/bank-Dz5km1qK.js +0 -33
@@ -1,30 +1,30 @@
1
- import { jsxs as o, Fragment as K, jsx as e } from "react/jsx-runtime";
2
- import { useState as _, useEffect as d } from "react";
3
- import { u as N } from "../../../react-redux-C7I9-1M6.js";
4
- import "../../../constants-t7n9qCW3.js";
5
- import { u as re, c as se, d as ie } from "../../../index-BQNs1mvn.js";
6
- import { u as le, a as ce, b as me, c as de, d as pe, e as ue } from "../../../wallet-DpkUmmq0.js";
7
- import { u as he, c as fe, d as ge } from "../../../bank-Dz5km1qK.js";
8
- import { LINKED_WALLET_TOOLTIP as be, CONNECTED_WALLET_TOOLTIP as _e, WALLET_ICON as Ne, DELETE_ICON as We } from "../../../util/constants.js";
9
- import { M as J } from "../../../tooltip-3UvETWtS.js";
10
- import { I as Q } from "../../../Info-BVeUSPyk.js";
11
- import { C as xe } from "../../../Cancel-4lT7GZUA.js";
12
- import { D as Ce } from "../../../Delete-jpMstGIF.js";
13
- import { C as we } from "../../../Close-CNwiMz_O.js";
14
- import ke from "../../Shared/transition.js";
15
- import V from "../Shared/inputField.js";
16
- import ve from "../Shared/addBank.js";
17
- import De from "../Shared/connectPlaidBank.js";
18
- import Ae from "../Shared/ConnectWallet/index.js";
19
- import Ie from "./iban.js";
20
- import ye from "./eWallet.js";
21
- import { useSnackBarContext as Le } from "../../../context/snackBarContext.js";
22
- import X from "../Shared/appButton.js";
23
- import { AuthInnerContainer as T } from "../Shared/Container/index.js";
1
+ import { jsxs as n, Fragment as J, jsx as e } from "react/jsx-runtime";
2
+ import { useState as N, useEffect as d } from "react";
3
+ import { u as W } from "../../../react-redux-C7I9-1M6.js";
4
+ import "../../../constants-Dtk3Gd0Y.js";
5
+ import { u as se, c as ie, d as ce } from "../../../index-BQNs1mvn.js";
6
+ import { u as le, a as me, b as de, c as ue, d as pe, e as he } from "../../../wallet-BxwOFeSW.js";
7
+ import { u as fe, c as ge, d as be, e as _e } from "../../../bank-BM66KfAv.js";
8
+ import { LINKED_WALLET_TOOLTIP as Ne, CONNECTED_WALLET_TOOLTIP as We, WALLET_ICON as xe, DELETE_ICON as Ce } from "../../../util/constants.js";
9
+ import { M as Q } from "../../../tooltip-3UvETWtS.js";
10
+ import { I as V } from "../../../Info-BVeUSPyk.js";
11
+ import { C as we } from "../../../Cancel-4lT7GZUA.js";
12
+ import { D as ke } from "../../../Delete-jpMstGIF.js";
13
+ import { C as Ie } from "../../../Close-CNwiMz_O.js";
14
+ import ve from "../../Shared/transition.js";
15
+ import X from "../Shared/inputField.js";
16
+ import De from "../Shared/addBank.js";
17
+ import Ae from "../Shared/connectPlaidBank.js";
18
+ import ye from "../Shared/ConnectWallet/index.js";
19
+ import Le from "./iban.js";
20
+ import Te from "./eWallet.js";
21
+ import { useSnackBarContext as Be } from "../../../context/snackBarContext.js";
22
+ import Y from "../Shared/appButton.js";
23
+ import { AuthInnerContainer as B } from "../Shared/Container/index.js";
24
24
  import "../../../index-DlQqWbXG.js";
25
- import Te from "../../../hoc/withThemeProvider.js";
25
+ import Se from "../../../hoc/withThemeProvider.js";
26
26
  import "../Shared/Auth/otpForm.js";
27
- import Be from "../../../hooks/useEverestDispatch.js";
27
+ import Ee from "../../../hooks/useEverestDispatch.js";
28
28
  import "../../../util/conversions.js";
29
29
  import "../../../index-CAoLi5Qq.js";
30
30
  import "../../../react-webcam-B3cXh1XT.js";
@@ -32,20 +32,20 @@ import "../Shared/pin.js";
32
32
  import "../../../moment-h96o7c8I.js";
33
33
  import "../../../index.esm-BsMAMhYW.js";
34
34
  import "../../../index-ceeCtFuh.js";
35
- import { useDialogContext as Se } from "../../../context/dialogContext.js";
35
+ import { useDialogContext as Re } from "../../../context/dialogContext.js";
36
36
  import { B as s } from "../../../Box-B0YSYLco.js";
37
37
  import { G as l } from "../../../Grid-CFe3amXO.js";
38
- import { T as c } from "../../../Typography-pAaje37G.js";
39
- import { I as W } from "../../../IconButton-DHm-hucF.js";
40
- import { C as x } from "../../../CircularProgress-xZA3lvba.js";
41
- import { B as Ee } from "../../../Button-Df4vgU24.js";
38
+ import { T as m } from "../../../Typography-pAaje37G.js";
39
+ import { I as x } from "../../../IconButton-DHm-hucF.js";
40
+ import { C } from "../../../CircularProgress-xZA3lvba.js";
41
+ import { B as qe } from "../../../Button-Df4vgU24.js";
42
42
  import { S as ze } from "../../../Stack-k55YTxET.js";
43
43
  import { D as Pe, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
44
- import { D as Re } from "../../../DialogTitle-CfS0bb2K.js";
45
- import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_heading_arwo8_27", n = {
46
- container: $e,
44
+ import { D as $e } from "../../../DialogTitle-CfS0bb2K.js";
45
+ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_heading_arwo8_27", o = {
46
+ container: Me,
47
47
  "inner-container": "_inner-container_arwo8_13",
48
- heading: qe,
48
+ heading: He,
49
49
  "account-item": "_account-item_arwo8_41",
50
50
  "account-item-text": "_account-item-text_arwo8_71",
51
51
  "primary-color": "_primary-color_arwo8_81",
@@ -54,128 +54,134 @@ import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_head
54
54
  "remove-icon": "_remove-icon_arwo8_107",
55
55
  "delete-disable": "_delete-disable_arwo8_121",
56
56
  "confirm-edit": "_confirm-edit_arwo8_137"
57
- }, Me = ({
58
- baseUrl: B,
59
- checkoutSdkKey: S,
60
- appKey: E,
61
- appKeyEur: z,
62
- paymentWidgetSrcUrl: P,
63
- navigate: O
57
+ }, Fe = ({
58
+ baseUrl: S,
59
+ checkoutSdkKey: E,
60
+ appKey: R,
61
+ appKeyEur: q,
62
+ paymentWidgetSrcUrl: z,
63
+ navigate: P
64
64
  }) => {
65
- const r = Be(), { showAlertMessage: m } = Le(), { openDialog: C } = Se(), w = N((t) => t.app.features), u = N(re), Y = u.loader, R = u.message, $ = u.banks, q = u.iban, [M, F] = _(!1), [Z, h] = _(!1), [k, U] = _(""), [v, ee] = _(""), H = N(se), j = H.data, { error: D, message: A, loader: I } = H, G = N(ie), f = G.data, {
66
- error: y,
67
- message: L,
68
- loader: te
65
+ const a = Ee(), { showAlertMessage: i } = Be(), { openDialog: w } = Re(), k = W((t) => t.app.features), h = W(se), Z = h.loader, u = h.message, O = h.banks, $ = h.iban, [M, H] = N(!1), [U, f] = N(!1), [I, ee] = N(""), [v, te] = N(""), F = W(ie), j = F.data, { error: D, message: A, loader: y } = F, G = W(ce), g = G.data, {
66
+ error: L,
67
+ message: T,
68
+ loader: ne
69
69
  } = G;
70
70
  d(() => {
71
- R && F(!1);
72
- }, [R]), d(() => {
73
- y && m({ message: y });
74
- }, [y]), d(() => {
75
- L && m({ message: L, type: "success" });
71
+ if (u) {
72
+ H(!1);
73
+ const t = typeof u == "string" ? u : String(u);
74
+ (t.includes("created") || t.includes("successfully") || t.includes("Account")) && i({ message: t, type: "success" });
75
+ }
76
+ }, [u]), d(() => {
77
+ L && i({ message: L });
76
78
  }, [L]), d(() => {
77
- D && m({ message: D });
79
+ T && i({ message: T, type: "success" });
80
+ }, [T]), d(() => {
81
+ D && i({ message: D });
78
82
  }, [D]), d(() => {
79
- A && (h(!1), m({ message: A, type: "success" }));
80
- }, [A]), d(() => (j.length <= 0 && r(le()), f.length <= 0 && r(ce()), r(he()), r(fe()), () => {
81
- r(me("")), r(de(""));
83
+ A && (f(!1), i({ message: A, type: "success" }));
84
+ }, [A]), d(() => (j.length <= 0 && a(le()), g.length <= 0 && a(me()), a(fe()), a(ge()), () => {
85
+ a(de("")), a(ue(""));
82
86
  }), []);
83
87
  const oe = () => {
84
- if (!k)
85
- return m({ message: "Please provide the wallet name" }), !1;
88
+ if (!I)
89
+ return i({ message: "Please provide the wallet name" }), !1;
86
90
  if (!v)
87
- return m({
91
+ return i({
88
92
  message: "Please provide the wallet private key"
89
93
  }), !1;
90
- I || r(
94
+ y || a(
91
95
  pe({
92
- name: k,
96
+ name: I,
93
97
  privatekey: Buffer.from(v).toString("base64")
94
98
  })
95
99
  );
96
- }, ne = (t) => {
97
- C({
98
- icon: We,
100
+ }, ae = (t) => {
101
+ w({
102
+ icon: Ce,
99
103
  height: "450px",
100
104
  title: "Are you sure you want to delete?",
101
105
  message: "This action cannot be undone.",
102
106
  onConfirm: () => {
103
- r(ge(t));
107
+ a(_e(t));
104
108
  },
105
109
  cancelButtonShow: !0
106
110
  });
107
111
  }, p = ({
108
112
  data: t,
109
- type: a,
110
- children: g
113
+ type: r,
114
+ children: b
111
115
  }) => {
112
- let i, b;
113
- return a === "connectedWallet" || a === "linkedWallet" ? "name" in t && "address" in t && (i = t.name, b = t.address) : a === "iban" ? "accountName" in t && "accountNumber" in t && (i = t.accountName, b = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (i = t.accountName, b = t.accountNumber), /* @__PURE__ */ o(s, { className: n["account-item"], children: [
114
- a === "bankAccount" && M && "id" in t && /* @__PURE__ */ e(
115
- W,
116
+ let c, _;
117
+ return r === "connectedWallet" || r === "linkedWallet" ? "name" in t && "address" in t && (c = t.name, _ = t.address) : r === "iban" ? "accountName" in t && "accountNumber" in t && (c = t.accountName, _ = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (c = t.accountName, _ = t.accountNumber), /* @__PURE__ */ n(s, { className: o["account-item"], children: [
118
+ r === "bankAccount" && M && "id" in t && /* @__PURE__ */ e(
119
+ x,
116
120
  {
117
- className: n["remove-icon"],
118
- onClick: () => ne(t.id),
119
- children: /* @__PURE__ */ e(xe, {})
121
+ className: o["remove-icon"],
122
+ onClick: () => ae(t.id),
123
+ children: /* @__PURE__ */ e(we, {})
120
124
  }
121
125
  ),
122
- /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ o(l, { container: !0, width: "100%", children: [
123
- /* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: Ne, alt: "Icon", height: 28, width: 28 }) }),
124
- /* @__PURE__ */ o(l, { size: { xs: 10, md: 10.8 }, children: [
126
+ /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ n(l, { container: !0, width: "100%", children: [
127
+ /* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: xe, alt: "Icon", height: 28, width: 28 }) }),
128
+ /* @__PURE__ */ n(l, { size: { xs: 10, md: 10.8 }, children: [
125
129
  /* @__PURE__ */ e(
126
- c,
130
+ m,
127
131
  {
128
132
  variant: "body1",
129
133
  component: "p",
130
- className: `${n["account-item-text"]} ${n["primary-color"]}`,
131
- children: /* @__PURE__ */ e("strong", { children: i })
134
+ className: `${o["account-item-text"]} ${o["primary-color"]}`,
135
+ children: /* @__PURE__ */ e("strong", { children: c })
132
136
  }
133
137
  ),
134
138
  /* @__PURE__ */ e(
135
- c,
139
+ m,
136
140
  {
137
141
  variant: "caption",
138
142
  component: "p",
139
- className: `${n["account-item-text"]} ${n["secondary-color"]}`,
140
- children: /* @__PURE__ */ e("strong", { children: b })
143
+ className: `${o["account-item-text"]} ${o["secondary-color"]}`,
144
+ children: /* @__PURE__ */ e("strong", { children: _ })
141
145
  }
142
146
  )
143
147
  ] })
144
148
  ] }) }) }),
145
- g
149
+ b
146
150
  ] });
147
- }, ae = (t) => {
148
- const a = f.length;
149
- let g = !1;
150
- for (let i = 0; i < a; i++)
151
- if (f[i].address.toLowerCase() === t.toLowerCase()) {
152
- g = !0;
151
+ }, re = (t) => {
152
+ const r = g.length;
153
+ let b = !1;
154
+ for (let c = 0; c < r; c++)
155
+ if (g[c].address.toLowerCase() === t.toLowerCase()) {
156
+ b = !0;
153
157
  break;
154
158
  }
155
- g ? m({
159
+ b ? i({
156
160
  message: "This wallet address is already connected."
157
- }) : r(ue(t));
161
+ }) : a(he(t));
162
+ }, K = (t) => {
163
+ a(be({ currency: t }));
158
164
  };
159
- return /* @__PURE__ */ o(K, { children: [
160
- /* @__PURE__ */ e(s, { className: n.container, children: /* @__PURE__ */ o(l, { spacing: 2, container: !0, width: "100%", children: [
161
- /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
162
- /* @__PURE__ */ o(T, { p: 3, children: [
165
+ return /* @__PURE__ */ n(J, { children: [
166
+ /* @__PURE__ */ e(s, { className: o.container, children: /* @__PURE__ */ n(l, { spacing: 2, container: !0, width: "100%", children: [
167
+ /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
168
+ /* @__PURE__ */ n(B, { p: 3, children: [
163
169
  /* @__PURE__ */ e(
164
- c,
170
+ m,
165
171
  {
166
- className: n.heading,
172
+ className: o.heading,
167
173
  variant: "h6",
168
174
  component: "span",
169
175
  children: /* @__PURE__ */ e("strong", { children: "Linked Wallets" })
170
176
  }
171
177
  ),
172
178
  /* @__PURE__ */ e(
173
- J,
179
+ Q,
174
180
  {
175
- title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: be }),
181
+ title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: Ne }),
176
182
  placement: "bottom",
177
- children: /* @__PURE__ */ e(W, { className: n["info-icon"], children: /* @__PURE__ */ e(
178
- Q,
183
+ children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
184
+ V,
179
185
  {
180
186
  sx: {
181
187
  fontSize: "26px",
@@ -185,35 +191,35 @@ import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_head
185
191
  ) })
186
192
  }
187
193
  ),
188
- I && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
189
- j.map((t, a) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, a)),
194
+ y && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
195
+ j.map((t, r) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, r)),
190
196
  /* @__PURE__ */ e(
191
- X,
197
+ Y,
192
198
  {
193
199
  sx: { mt: 4 },
194
- onClick: () => h(!0),
200
+ onClick: () => f(!0),
195
201
  fullWidth: !0,
196
202
  children: /* @__PURE__ */ e("strong", { children: "Add Wallet" })
197
203
  }
198
204
  )
199
205
  ] }),
200
- /* @__PURE__ */ o(T, { p: 3, mt: 2, children: [
206
+ /* @__PURE__ */ n(B, { p: 3, mt: 2, children: [
201
207
  /* @__PURE__ */ e(
202
- c,
208
+ m,
203
209
  {
204
- className: n.heading,
210
+ className: o.heading,
205
211
  variant: "h6",
206
212
  component: "span",
207
213
  children: /* @__PURE__ */ e("strong", { children: "Connected Wallets" })
208
214
  }
209
215
  ),
210
216
  /* @__PURE__ */ e(
211
- J,
217
+ Q,
212
218
  {
213
- title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: _e }),
219
+ title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: We }),
214
220
  placement: "bottom",
215
- children: /* @__PURE__ */ e(W, { className: n["info-icon"], children: /* @__PURE__ */ e(
216
- Q,
221
+ children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
222
+ V,
217
223
  {
218
224
  sx: {
219
225
  fontSize: "26px",
@@ -223,113 +229,115 @@ import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_head
223
229
  ) })
224
230
  }
225
231
  ),
226
- te && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
227
- f.map((t, a) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, a)),
232
+ ne && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
233
+ g.map((t, r) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, r)),
228
234
  /* @__PURE__ */ e(
229
- Ae,
235
+ ye,
230
236
  {
231
- addressHandler: ae,
237
+ addressHandler: re,
232
238
  btnClass: "wallet-btn"
233
239
  }
234
240
  )
235
241
  ] })
236
242
  ] }),
237
- /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
238
- w.eWallet && /* @__PURE__ */ e(s, { mb: 2, children: /* @__PURE__ */ e(
239
- ye,
243
+ /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
244
+ k.eWallet && /* @__PURE__ */ e(s, { mb: 2, children: /* @__PURE__ */ e(
245
+ Te,
240
246
  {
241
- openDialog: C,
242
- dispatch: r,
243
- iban: q,
244
- baseUrl: B,
245
- checkoutSdkKey: S,
246
- appKey: E,
247
- appKeyEur: z,
248
- paymentWidgetSrcUrl: P,
249
- navigate: O,
250
- AccountItem: p
247
+ openDialog: w,
248
+ dispatch: a,
249
+ iban: $,
250
+ baseUrl: S,
251
+ checkoutSdkKey: E,
252
+ appKey: R,
253
+ appKeyEur: q,
254
+ paymentWidgetSrcUrl: z,
255
+ navigate: P,
256
+ AccountItem: p,
257
+ createIbanRequest: K
251
258
  }
252
259
  ) }),
253
- w.iban && /* @__PURE__ */ e(
254
- Ie,
260
+ k.iban && /* @__PURE__ */ e(
261
+ Le,
255
262
  {
256
- openDialog: C,
257
- dispatch: r,
258
- iban: q,
259
- baseUrl: B,
260
- checkoutSdkKey: S,
261
- appKey: E,
262
- appKeyEur: z,
263
- paymentWidgetSrcUrl: P,
264
- navigate: O,
265
- AccountItem: p
263
+ openDialog: w,
264
+ dispatch: a,
265
+ iban: $,
266
+ baseUrl: S,
267
+ checkoutSdkKey: E,
268
+ appKey: R,
269
+ appKeyEur: q,
270
+ paymentWidgetSrcUrl: z,
271
+ navigate: P,
272
+ AccountItem: p,
273
+ createIbanRequest: K
266
274
  }
267
275
  ),
268
- /* @__PURE__ */ e(T, { mt: 2, children: /* @__PURE__ */ o(s, { p: 3, mt: w.iban ? 2 : 0, children: [
269
- /* @__PURE__ */ e(c, { className: n.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
270
- $.length > 0 && /* @__PURE__ */ o(
271
- Ee,
276
+ /* @__PURE__ */ e(B, { mt: 2, children: /* @__PURE__ */ n(s, { p: 3, mt: k.iban ? 2 : 0, children: [
277
+ /* @__PURE__ */ e(m, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
278
+ O.length > 0 && /* @__PURE__ */ n(
279
+ qe,
272
280
  {
273
- className: `${M ? n["delete-disable"] : n["confirm-edit"]} normal-text`,
281
+ className: `${M ? o["delete-disable"] : o["confirm-edit"]} normal-text`,
274
282
  sx: { mt: 3, mb: 3 },
275
283
  variant: "contained",
276
- onClick: () => F((t) => !t),
284
+ onClick: () => H((t) => !t),
277
285
  children: [
278
- /* @__PURE__ */ e(Ce, {}),
286
+ /* @__PURE__ */ e(ke, {}),
279
287
  "Delete"
280
288
  ]
281
289
  }
282
290
  ),
283
- Y && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
284
- $.map((t, a) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, a)),
285
- /* @__PURE__ */ o(ze, { mt: 4, gap: 1, children: [
286
- /* @__PURE__ */ e(De, {}),
287
- /* @__PURE__ */ e(c, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
288
- /* @__PURE__ */ e(ve, {})
291
+ Z && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
292
+ O.map((t, r) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, r)),
293
+ /* @__PURE__ */ n(ze, { mt: 4, gap: 1, children: [
294
+ /* @__PURE__ */ e(Ae, {}),
295
+ /* @__PURE__ */ e(m, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
296
+ /* @__PURE__ */ e(De, {})
289
297
  ] })
290
298
  ] }) })
291
299
  ] })
292
300
  ] }) }),
293
- /* @__PURE__ */ o(
301
+ /* @__PURE__ */ n(
294
302
  Pe,
295
303
  {
296
304
  fullWidth: !0,
297
- open: Z,
298
- onClose: () => h(!1),
299
- TransitionComponent: ke,
305
+ open: U,
306
+ onClose: () => f(!1),
307
+ TransitionComponent: ve,
300
308
  children: [
301
- /* @__PURE__ */ o(Re, { className: "buy-modal-text-color", children: [
302
- /* @__PURE__ */ e(c, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
309
+ /* @__PURE__ */ n($e, { className: "buy-modal-text-color", children: [
310
+ /* @__PURE__ */ e(m, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
303
311
  /* @__PURE__ */ e(
304
- W,
312
+ x,
305
313
  {
306
314
  "aria-label": "close",
307
- onClick: () => h(!1),
315
+ onClick: () => f(!1),
308
316
  className: "menu-buttons",
309
- children: /* @__PURE__ */ e(we, {})
317
+ children: /* @__PURE__ */ e(Ie, {})
310
318
  }
311
319
  )
312
320
  ] }),
313
- /* @__PURE__ */ o(Oe, { dividers: !0, children: [
314
- /* @__PURE__ */ e(c, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
321
+ /* @__PURE__ */ n(Oe, { dividers: !0, children: [
322
+ /* @__PURE__ */ e(m, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
315
323
  /* @__PURE__ */ e(
316
- V,
324
+ X,
317
325
  {
318
326
  label: "Name",
319
- value: k,
320
- onChangeHandler: (t) => U(t)
327
+ value: I,
328
+ onChangeHandler: (t) => ee(t)
321
329
  }
322
330
  ),
323
331
  /* @__PURE__ */ e(
324
- V,
332
+ X,
325
333
  {
326
334
  label: "Private Key",
327
335
  value: v,
328
- onChangeHandler: (t) => ee(t)
336
+ onChangeHandler: (t) => te(t)
329
337
  }
330
338
  ),
331
- /* @__PURE__ */ e(X, { sx: { mt: 4 }, onClick: oe, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: I ? /* @__PURE__ */ o(K, { children: [
332
- /* @__PURE__ */ e(x, { size: 15, color: "inherit" }),
339
+ /* @__PURE__ */ e(Y, { sx: { mt: 4 }, onClick: oe, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: y ? /* @__PURE__ */ n(J, { children: [
340
+ /* @__PURE__ */ e(C, { size: 15, color: "inherit" }),
333
341
  " Processing..."
334
342
  ] }) : "Import Wallet" }) })
335
343
  ] })
@@ -337,7 +345,7 @@ import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_head
337
345
  }
338
346
  )
339
347
  ] });
340
- }, Bt = Te(Me);
348
+ }, Et = Se(Fe);
341
349
  export {
342
- Bt as default
350
+ Et as default
343
351
  };
@@ -5,8 +5,8 @@ import { I as z } from "../../../Info-BVeUSPyk.js";
5
5
  import { u as $ } from "../../../react-redux-C7I9-1M6.js";
6
6
  import G from "../../Shared/transition.js";
7
7
  import { M as U } from "../../../tooltip-3UvETWtS.js";
8
- import { ab as j, ac as b } from "../../../constants-t7n9qCW3.js";
9
- import { s as M } from "../../../bank-Dz5km1qK.js";
8
+ import { ab as j, ac as b } from "../../../constants-Dtk3Gd0Y.js";
9
+ import { s as M } from "../../../bank-BM66KfAv.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,11 +5,11 @@ import "../../../util/functions.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-DMd29SPQ.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-t7n9qCW3.js";
8
+ import "../../../constants-Dtk3Gd0Y.js";
9
9
  import "../../../index-BQNs1mvn.js";
10
- import "../../../order-jqH948WM.js";
11
- import "../../../bank-Dz5km1qK.js";
12
- import { a as H } from "../../../index-C2EjFXaz.js";
10
+ import "../../../order-DuPcaU0K.js";
11
+ import "../../../bank-BM66KfAv.js";
12
+ import { a as H } from "../../../index-BUnkeQv6.js";
13
13
  import "../../../index.esm-BsMAMhYW.js";
14
14
  import "../../../react-redux-C7I9-1M6.js";
15
15
  import "../../../index-DlQqWbXG.js";
@@ -24,8 +24,8 @@ import "../../../tooltip-3UvETWtS.js";
24
24
  import "../Shared/pin.js";
25
25
  import "../../../moment-h96o7c8I.js";
26
26
  import "../../../web3-u4qDZYpo.js";
27
- import "../../../index-ceeCtFuh.js";
28
27
  import "../../../context/dialogContext.js";
28
+ import "../../../index-ceeCtFuh.js";
29
29
  import "../../../Typography-pAaje37G.js";
30
30
  import "../../../Box-B0YSYLco.js";
31
31
  import "../../../Grid-CFe3amXO.js";
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-C3uVNo4F.js";
3
+ import "../../../PlayArrow-jzz8Y3XD.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-t7n9qCW3.js";
7
+ import "../../../constants-Dtk3Gd0Y.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-jqH948WM.js";
9
+ import "../../../order-DuPcaU0K.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
12
  import "../Shared/appButton.js";
13
- import { B as E } from "../../../index-C2EjFXaz.js";
13
+ import { B as E } from "../../../index-BUnkeQv6.js";
14
14
  import "../../../styles.module-DMd29SPQ.js";
15
15
  import "../Shared/TokenModal/index.js";
16
16
  import "../../../react-redux-C7I9-1M6.js";
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-C2EjFXaz.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-BUnkeQv6.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-t7n9qCW3.js";
7
- import "../../../PlayArrow-C3uVNo4F.js";
8
- import "../../../cryptoAssets-shEFU26O.js";
9
- import "../../../wallet-DpkUmmq0.js";
10
- import "../../../order-jqH948WM.js";
6
+ import "../../../constants-Dtk3Gd0Y.js";
7
+ import "../../../PlayArrow-jzz8Y3XD.js";
8
+ import "../../../cryptoAssets-DT2afvDJ.js";
9
+ import "../../../wallet-BxwOFeSW.js";
10
+ import "../../../order-DuPcaU0K.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../Shared/appButton.js";
7
7
  import "react";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-t7n9qCW3.js";
9
+ import "../../../constants-Dtk3Gd0Y.js";
10
10
  import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -5,7 +5,7 @@ import w from "./input.js";
5
5
  import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import "../Shared/Auth/otpForm.js";
8
- import "../../../constants-t7n9qCW3.js";
8
+ import "../../../constants-Dtk3Gd0Y.js";
9
9
  import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
10
10
  import b from "../../../hooks/useEverestDispatch.js";
11
11
  import "../../../util/conversions.js";