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,15 +1,15 @@
1
- import { jsx as e, Fragment as E, jsxs as r } from "react/jsx-runtime";
2
- import { useState as l, useMemo as M, useEffect as R } from "react";
3
- import "../../../constants-t7n9qCW3.js";
4
- import { v as ie } from "../../../order-jqH948WM.js";
1
+ import { jsx as e, Fragment as R, jsxs as o } from "react/jsx-runtime";
2
+ import { useState as s, useMemo as E, useEffect as M } from "react";
3
+ import "../../../constants-Dtk3Gd0Y.js";
4
+ import { v as ie } from "../../../order-DuPcaU0K.js";
5
5
  import g from "../Shared/appButton.js";
6
6
  import { C as le } from "../../../ContentCopy-coPwrEuz.js";
7
- import { C as O } from "../../../Close-CNwiMz_O.js";
7
+ import { C as L } from "../../../Close-CNwiMz_O.js";
8
8
  import $ from "../../Shared/transition.js";
9
9
  import "../../../index-DlQqWbXG.js";
10
10
  import "../../../hoc/withThemeProvider.js";
11
11
  import { u as j } from "../../../react-redux-C7I9-1M6.js";
12
- import { FEATURE_EWALLET as se } from "../../../util/constants.js";
12
+ import { GBP_ISO3 as se, FEATURE_EWALLET as ce } from "../../../util/constants.js";
13
13
  import "../Shared/Auth/otpForm.js";
14
14
  import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
15
15
  import "../../../util/conversions.js";
@@ -22,76 +22,76 @@ import "../../../moment-h96o7c8I.js";
22
22
  import "../../../index.esm-BsMAMhYW.js";
23
23
  import "../../../web3-u4qDZYpo.js";
24
24
  import "../../../index-ceeCtFuh.js";
25
- import ce from "../Shared/CardCorp/index.js";
25
+ import ue from "../Shared/CardCorp/index.js";
26
26
  import "../../../context/dialogContext.js";
27
- import ue from "./sendIban.js";
28
- import { G as s } from "../../../Grid-CFe3amXO.js";
29
- import { D as V, a as G } from "../../../DialogContent-BMwlOnbW.js";
27
+ import de from "./sendIban.js";
28
+ import { G as a } from "../../../Grid-CFe3amXO.js";
29
+ import { D as G, a as V } from "../../../DialogContent-BMwlOnbW.js";
30
30
  import { D as H } from "../../../DialogTitle-CfS0bb2K.js";
31
31
  import { T as v } from "../../../Typography-pAaje37G.js";
32
- import { I as F } from "../../../IconButton-DHm-hucF.js";
33
- import { B as D } from "../../../Box-B0YSYLco.js";
34
- import { C as de } from "../../../CircularProgress-xZA3lvba.js";
35
- const d = ({
32
+ import { I as D } from "../../../IconButton-DHm-hucF.js";
33
+ import { B as S } from "../../../Box-B0YSYLco.js";
34
+ import { C as me } from "../../../CircularProgress-xZA3lvba.js";
35
+ const c = ({
36
36
  label: k,
37
- value: o,
37
+ value: r,
38
38
  showCopyBtn: T
39
39
  }) => {
40
40
  const { showAlertMessage: I } = q();
41
- return /* @__PURE__ */ r(E, { children: [
42
- /* @__PURE__ */ e(s, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: k }) }),
43
- /* @__PURE__ */ r(s, { size: 7, className: "fw500 text-left d-flex items-center", children: [
44
- o,
45
- T && /* @__PURE__ */ e(F, { onClick: () => {
46
- navigator.clipboard.writeText(o), I({
41
+ return /* @__PURE__ */ o(R, { children: [
42
+ /* @__PURE__ */ e(a, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: k }) }),
43
+ /* @__PURE__ */ o(a, { size: 7, className: "fw500 text-left d-flex items-center", children: [
44
+ r,
45
+ T && /* @__PURE__ */ e(D, { onClick: () => {
46
+ navigator.clipboard.writeText(r), I({
47
47
  message: `${k} has been copied successfully.`,
48
48
  type: "success"
49
49
  });
50
50
  }, children: /* @__PURE__ */ e(le, { fontSize: "small", color: "primary" }) })
51
51
  ] })
52
52
  ] });
53
- }, He = ({
53
+ }, qe = ({
54
54
  AccountItem: k,
55
- data: o,
55
+ data: r,
56
56
  appKey: T,
57
57
  appKeyEur: I,
58
- paymentWidgetSrcUrl: a,
59
- dispatch: U,
58
+ paymentWidgetSrcUrl: u,
59
+ dispatch: F,
60
60
  iban: J,
61
61
  from: K
62
62
  }) => {
63
- var L;
64
- const [Q, N] = l(!1), [X, S] = l(!1), [m, _] = l(!1), [W, w] = l(""), [x, p] = l(null), [P, f] = l(null), [c, i] = l(!1), { showAlertMessage: h } = q(), C = K === se, y = j(
63
+ var O;
64
+ const [Q, w] = s(!1), [X, U] = s(!1), [p, _] = s(!1), [W, N] = s(""), [x, f] = s(null), [P, h] = s(null), [d, i] = s(!1), { showAlertMessage: C } = q(), l = K === ce, y = j(
65
65
  (t) => t.order
66
66
  ), A = y.v4Payment ?? null, b = y.v4PaymentLoader ?? !1, Y = j((t) => t.session.uuid), Z = () => {
67
- w(""), p(null), f(null), i(!1), _(!0);
67
+ N(""), f(null), h(null), i(!1), _(!0);
68
68
  }, z = () => {
69
- _(!1), w(""), p(null), f(null), i(!1);
69
+ _(!1), N(""), f(null), h(null), i(!1);
70
70
  }, ee = () => {
71
71
  const t = Number(W);
72
72
  if (!W || Number.isNaN(t) || t <= 0) {
73
- h({
73
+ C({
74
74
  message: "Please enter a valid amount greater than zero.",
75
75
  type: "error"
76
76
  });
77
77
  return;
78
78
  }
79
79
  if (!T) {
80
- h({
80
+ C({
81
81
  message: "Unable to identify application key.",
82
82
  type: "error"
83
83
  });
84
84
  return;
85
85
  }
86
86
  if (!I) {
87
- h({
87
+ C({
88
88
  message: "Unable to identify application EUR key.",
89
89
  type: "error"
90
90
  });
91
91
  return;
92
92
  }
93
93
  const te = Math.round(t * 100);
94
- U(
94
+ F(
95
95
  ie({
96
96
  apiKey: I,
97
97
  ccy: "EUR",
@@ -101,104 +101,118 @@ const d = ({
101
101
  })
102
102
  ), i(!0);
103
103
  }, re = () => {
104
- if (C) {
104
+ if (l) {
105
105
  Z();
106
106
  return;
107
107
  }
108
- N(!0);
109
- }, n = M(() => A ?? null, [A]), u = M(() => {
108
+ w(!0);
109
+ }, n = E(() => A ?? null, [A]), m = E(() => {
110
110
  var t;
111
111
  return n ? (n == null ? void 0 : n.checkout_id) ?? ((t = n == null ? void 0 : n.order) == null ? void 0 : t.provider_token) ?? (n == null ? void 0 : n.provider_token) ?? null : null;
112
- }, [n]), B = ((L = n == null ? void 0 : n.order) == null ? void 0 : L.order_id) ?? null, oe = M(() => a ? a.endsWith("/") ? a : `${a}/` : "", [a]), ne = M(() => P ? `/?paymentId=${encodeURIComponent(P)}` : "/", [P]);
113
- return R(() => {
114
- c && u && (p(u), f(B ?? null), i(!1));
115
- }, [c, u, B]), R(() => {
116
- c && m && (!u || x || (p(u), f(B ?? null), i(!1)));
112
+ }, [n]), B = ((O = n == null ? void 0 : n.order) == null ? void 0 : O.order_id) ?? null, oe = E(() => u ? u.endsWith("/") ? u : `${u}/` : "", [u]), ne = E(() => P ? `/?paymentId=${encodeURIComponent(P)}` : "/", [P]);
113
+ return M(() => {
114
+ d && m && (f(m), h(B ?? null), i(!1));
115
+ }, [d, m, B]), M(() => {
116
+ d && p && (!m || x || (f(m), h(B ?? null), i(!1)));
117
117
  }, [
118
- c,
118
+ d,
119
+ p,
119
120
  m,
120
- u,
121
121
  x,
122
122
  B
123
- ]), R(() => {
124
- C && (m || (w(""), p(null), f(null)));
125
- }, [C, m]), R(() => {
126
- if (c && !b) {
123
+ ]), M(() => {
124
+ l && (p || (N(""), f(null), h(null)));
125
+ }, [l, p]), M(() => {
126
+ if (d && !b) {
127
127
  if (A) {
128
128
  i(!1);
129
129
  return;
130
130
  }
131
- y.error && (h({
131
+ y.error && (C({
132
132
  message: y.error,
133
133
  type: "error"
134
134
  }), i(!1));
135
135
  }
136
- }, [c, b, A, y.error, h]), /* @__PURE__ */ e(E, { children: o.accountNumber ? /* @__PURE__ */ r(E, { children: [
137
- /* @__PURE__ */ e(k, { type: "iban", data: o, children: /* @__PURE__ */ r(s, { my: 1, spacing: 2, container: !0, children: [
138
- /* @__PURE__ */ e(s, { size: { md: 6 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: re, children: C ? "Topup" : "Deposit" }) }),
139
- /* @__PURE__ */ e(s, { size: { md: 3 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: () => S(!0), children: "Send" }) }),
140
- /* @__PURE__ */ e(s, { size: { md: 3 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: () => N(!0), children: "Receive" }) })
136
+ }, [
137
+ d,
138
+ b,
139
+ A,
140
+ y.error,
141
+ C
142
+ ]), /* @__PURE__ */ e(R, { children: r.accountNumber ? /* @__PURE__ */ o(R, { children: [
143
+ /* @__PURE__ */ e(k, { type: "iban", data: r, children: /* @__PURE__ */ o(a, { my: 1, spacing: 2, container: !0, children: [
144
+ /* @__PURE__ */ e(a, { size: { md: 6 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: re, children: l ? "Topup" : "Deposit" }) }),
145
+ /* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: () => U(!0), children: "Send" }) }),
146
+ /* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(g, { fullWidth: !0, onClick: () => w(!0), children: "Receive" }) })
141
147
  ] }) }),
142
- /* @__PURE__ */ r(
143
- V,
148
+ /* @__PURE__ */ o(
149
+ G,
144
150
  {
145
151
  open: Q,
146
152
  fullWidth: !0,
147
- onClose: () => N(!1),
153
+ onClose: () => w(!1),
148
154
  TransitionComponent: $,
149
155
  maxWidth: "md",
150
156
  children: [
151
- /* @__PURE__ */ r(H, { className: "buy-modal-text-color", children: [
157
+ /* @__PURE__ */ o(H, { className: "buy-modal-text-color", children: [
152
158
  /* @__PURE__ */ e(v, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Deposit / Receive" }) }),
153
159
  /* @__PURE__ */ e(
154
- F,
160
+ D,
155
161
  {
156
162
  "aria-label": "close",
157
- onClick: () => N(!1),
163
+ onClick: () => w(!1),
158
164
  className: "menu-buttons",
159
- children: /* @__PURE__ */ e(O, {})
165
+ children: /* @__PURE__ */ e(L, {})
160
166
  }
161
167
  )
162
168
  ] }),
163
- /* @__PURE__ */ r(G, { dividers: !0, children: [
169
+ /* @__PURE__ */ o(V, { dividers: !0, children: [
164
170
  /* @__PURE__ */ e(v, { variant: "h5", align: "center", children: /* @__PURE__ */ e("strong", { children: "Account Details" }) }),
165
- /* @__PURE__ */ r(s, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
171
+ /* @__PURE__ */ o(a, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
166
172
  /* @__PURE__ */ e(
167
- d,
173
+ c,
168
174
  {
169
175
  label: "Account Title",
170
- value: `${o.ownerFirstName} ${o.ownerLastName}`
176
+ value: `${r.ownerFirstName} ${r.ownerLastName}`
171
177
  }
172
178
  ),
173
179
  /* @__PURE__ */ e(
174
- d,
180
+ c,
175
181
  {
176
182
  label: "Bank Account Currency",
177
- value: o.currency || ""
183
+ value: r.currency || ""
178
184
  }
179
185
  ),
180
- /* @__PURE__ */ e(d, { label: "Bank Name", value: o.bankName || "" }),
186
+ /* @__PURE__ */ e(c, { label: "Bank Name", value: r.bankName || "" }),
181
187
  /* @__PURE__ */ e(
182
- d,
188
+ c,
183
189
  {
184
190
  label: "Bank Address",
185
- value: o.bankBranchAddress || "",
191
+ value: r.bankBranchAddress || "",
186
192
  showCopyBtn: !0
187
193
  }
188
194
  ),
189
195
  /* @__PURE__ */ e(
190
- d,
196
+ c,
191
197
  {
192
198
  label: "Virtual IBAN",
193
- value: o.accountNumber || "",
199
+ value: r.accountNumber || "",
200
+ showCopyBtn: !0
201
+ }
202
+ ),
203
+ r.currency === se && /* @__PURE__ */ e(
204
+ c,
205
+ {
206
+ label: "Sort Code",
207
+ value: r.sortCode || "",
194
208
  showCopyBtn: !0
195
209
  }
196
210
  ),
197
211
  /* @__PURE__ */ e(
198
- d,
212
+ c,
199
213
  {
200
214
  label: "BIC/Swift Code",
201
- value: o.bicCode || "",
215
+ value: r.bicCode || "",
202
216
  showCopyBtn: !0
203
217
  }
204
218
  )
@@ -207,38 +221,38 @@ const d = ({
207
221
  ]
208
222
  }
209
223
  ),
210
- C && /* @__PURE__ */ r(
211
- V,
224
+ l && /* @__PURE__ */ o(
225
+ G,
212
226
  {
213
- open: m,
227
+ open: p,
214
228
  fullWidth: !0,
215
229
  maxWidth: "sm",
216
230
  onClose: z,
217
231
  TransitionComponent: $,
218
232
  children: [
219
- /* @__PURE__ */ r(H, { className: "buy-modal-text-color", children: [
233
+ /* @__PURE__ */ o(H, { className: "buy-modal-text-color", children: [
220
234
  /* @__PURE__ */ e(v, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "E-Wallet Topup" }) }),
221
235
  /* @__PURE__ */ e(
222
- F,
236
+ D,
223
237
  {
224
238
  "aria-label": "close",
225
239
  onClick: z,
226
240
  className: "menu-buttons",
227
- children: /* @__PURE__ */ e(O, {})
241
+ children: /* @__PURE__ */ e(L, {})
228
242
  }
229
243
  )
230
244
  ] }),
231
- /* @__PURE__ */ e(G, { dividers: !0, children: x ? /* @__PURE__ */ r(D, { mt: 2, children: [
245
+ /* @__PURE__ */ e(V, { dividers: !0, children: x ? /* @__PURE__ */ o(S, { mt: 2, children: [
232
246
  /* @__PURE__ */ e(v, { variant: "body1", mb: 2, children: "Complete your payment using the secure widget below." }),
233
247
  /* @__PURE__ */ e(
234
- ce,
248
+ ue,
235
249
  {
236
250
  checkoutId: x,
237
251
  srcUrl: oe,
238
252
  onResultUrl: ne
239
253
  }
240
254
  )
241
- ] }) : /* @__PURE__ */ r(E, { children: [
255
+ ] }) : /* @__PURE__ */ o(R, { children: [
242
256
  /* @__PURE__ */ e(v, { variant: "body1", children: "Enter the amount you would like to add to this E-Wallet." }),
243
257
  /* @__PURE__ */ e(
244
258
  ae,
@@ -246,56 +260,65 @@ const d = ({
246
260
  label: "Topup Amount",
247
261
  type: "number",
248
262
  value: W,
249
- onChangeHandler: (t) => w(t),
263
+ onChangeHandler: (t) => N(t),
250
264
  inputProps: { min: "0", step: "0.01" }
251
265
  }
252
266
  ),
253
- /* @__PURE__ */ r(D, { mt: 4, display: "flex", justifyContent: "flex-end", gap: 2, children: [
254
- /* @__PURE__ */ e(
255
- g,
256
- {
257
- variantType: "secondary",
258
- onClick: z,
259
- disabled: b,
260
- children: "Cancel"
261
- }
262
- ),
263
- /* @__PURE__ */ e(
264
- g,
265
- {
266
- onClick: ee,
267
- disabled: b,
268
- children: /* @__PURE__ */ r("strong", { children: [
269
- b ? /* @__PURE__ */ e(
270
- de,
271
- {
272
- size: 18,
273
- color: "inherit",
274
- sx: { mr: 1 }
275
- }
276
- ) : null,
277
- "Confirm Topup"
278
- ] })
279
- }
280
- )
281
- ] })
267
+ /* @__PURE__ */ o(
268
+ S,
269
+ {
270
+ mt: 4,
271
+ display: "flex",
272
+ justifyContent: "flex-end",
273
+ gap: 2,
274
+ children: [
275
+ /* @__PURE__ */ e(
276
+ g,
277
+ {
278
+ variantType: "secondary",
279
+ onClick: z,
280
+ disabled: b,
281
+ children: "Cancel"
282
+ }
283
+ ),
284
+ /* @__PURE__ */ e(
285
+ g,
286
+ {
287
+ onClick: ee,
288
+ disabled: b,
289
+ children: /* @__PURE__ */ o("strong", { children: [
290
+ b ? /* @__PURE__ */ e(
291
+ me,
292
+ {
293
+ size: 18,
294
+ color: "inherit",
295
+ sx: { mr: 1 }
296
+ }
297
+ ) : null,
298
+ "Confirm Topup"
299
+ ] })
300
+ }
301
+ )
302
+ ]
303
+ }
304
+ )
282
305
  ] }) })
283
306
  ]
284
307
  }
285
308
  ),
286
309
  /* @__PURE__ */ e(
287
- ue,
310
+ de,
288
311
  {
289
312
  iban: J,
290
- data: o,
291
- dispatch: U,
313
+ data: r,
314
+ dispatch: F,
292
315
  appKey: T,
293
316
  openModal: X,
294
- setOpenModal: S
317
+ setOpenModal: U
295
318
  }
296
319
  )
297
- ] }) : /* @__PURE__ */ r(
298
- D,
320
+ ] }) : /* @__PURE__ */ o(
321
+ S,
299
322
  {
300
323
  className: "text-center",
301
324
  sx: {
@@ -306,10 +329,14 @@ const d = ({
306
329
  borderRadius: "5px"
307
330
  },
308
331
  children: [
309
- /* @__PURE__ */ r("p", { children: [
310
- "We have received your payment and ",
311
- o.currency,
312
- " Virtual IBAN creation is in progress. Please wait while we generate your Virtual IBAN."
332
+ /* @__PURE__ */ o("p", { children: [
333
+ r.currency,
334
+ " ",
335
+ l ? "E-Wallet" : "Virtual IBAN",
336
+ " creation is in progress. Please wait while we generate your",
337
+ " ",
338
+ l ? "E-Wallet" : "Virtual IBAN",
339
+ "."
313
340
  ] }),
314
341
  /* @__PURE__ */ e("p", { children: "This may take a few moments. Thank you for your patience!" })
315
342
  ]
@@ -317,5 +344,5 @@ const d = ({
317
344
  ) });
318
345
  };
319
346
  export {
320
- He as default
347
+ qe as default
321
348
  };