everest-npm-features 0.0.62 → 0.0.63

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 (100) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
  5. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  10. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  11. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  12. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  13. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  14. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  15. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  21. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  25. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  26. package/dist/components/Shared/FullKyc/edd.js +3 -3
  27. package/dist/components/Shared/FullKyc/index.js +4 -4
  28. package/dist/components/Shared/FullKyc/pep.js +1 -1
  29. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  30. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  31. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  32. package/dist/components/Shared/Sumsub/index.js +2 -2
  33. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  34. package/dist/components/Wallet/Account/createIban.js +322 -97
  35. package/dist/components/Wallet/Account/eWallet.js +35 -37
  36. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  37. package/dist/components/Wallet/Account/iban.js +42 -42
  38. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  39. package/dist/components/Wallet/Account/index.d.ts +1 -0
  40. package/dist/components/Wallet/Account/index.js +113 -111
  41. package/dist/components/Wallet/Account/sendIban.js +2 -2
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  43. package/dist/components/Wallet/Buy/form.js +4 -4
  44. package/dist/components/Wallet/Buy/index.js +6 -6
  45. package/dist/components/Wallet/Deposit/index.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  53. package/dist/components/Wallet/Portfolio/index.js +5 -5
  54. package/dist/components/Wallet/Profile/documents.js +128 -131
  55. package/dist/components/Wallet/Profile/index.js +5 -5
  56. package/dist/components/Wallet/Profile/storage.js +2 -2
  57. package/dist/components/Wallet/Receive/index.js +2 -2
  58. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  59. package/dist/components/Wallet/Sell/form.js +4 -4
  60. package/dist/components/Wallet/Sell/index.js +6 -6
  61. package/dist/components/Wallet/Send/index.js +3 -3
  62. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  63. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  64. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  65. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  66. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  67. package/dist/components/Wallet/Shared/addBank.js +3 -3
  68. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  69. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  70. package/dist/components/Wallet/SignIn/index.js +3 -3
  71. package/dist/components/Wallet/SignUp/index.js +3 -3
  72. package/dist/components/Wallet/Stake/gems/index.js +61 -52
  73. package/dist/components/Wallet/Stake/id/index.js +67 -66
  74. package/dist/components/Wallet/Stake/index.js +4 -4
  75. package/dist/components/Wallet/Swap/form.js +6 -6
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  82. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  83. package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
  84. package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
  85. package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
  86. package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
  87. package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
  88. package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
  89. package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
  90. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  93. package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
  94. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  95. package/dist/styles.module-DFoezEqS.js +28 -0
  96. package/dist/util/constants.d.ts +1 -0
  97. package/dist/util/constants.js +72 -71
  98. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  99. package/package.json +1 -1
  100. package/dist/styles.module-CHPRGltL.js +0 -28
@@ -1,14 +1,16 @@
1
- import { jsx as t, jsxs as m } from "react/jsx-runtime";
2
- import { useRef as A } from "react";
3
- import { u as N } from "../../../react-redux-C7I9-1M6.js";
4
- import { Box as S, CircularProgress as U, Typography as E, Select as v, MenuItem as d } from "@mui/material";
5
- import { FEATURE_EWALLET as r, DIALOG_ERROR_ICON as f, DIALOG_SUCCESS_ICON as P } from "../../../util/constants.js";
6
- import { a as V, ah as _, c as G, K } from "../../../constants-DrmtdI1J.js";
1
+ import { jsxs as t, Fragment as k, jsx as e } from "react/jsx-runtime";
2
+ import { useRef as H, useState as h } from "react";
3
+ import { u as z } from "../../../react-redux-C7I9-1M6.js";
4
+ import { Box as r, CircularProgress as j, Typography as a, Dialog as X, DialogTitle as Z, IconButton as L, DialogContent as $, Select as q, MenuItem as I, Checkbox as R } from "@mui/material";
5
+ import { A as J } from "../../../ArrowBack-DEJjwfp0.js";
6
+ import { C as Q } from "../../../Close-DSxLLo08.js";
7
+ import { FEATURE_EWALLET as i, DIALOG_SUCCESS_ICON as ee, DIALOG_ERROR_ICON as A, BRAND_VORTEX_ID as N, FEATURE_VIRTUAL_IBAN as V } from "../../../util/constants.js";
8
+ import { a as ae, an as te, c as re, K as ne } from "../../../constants-DX0YBtP2.js";
7
9
  import "../../../index-DlQqWbXG.js";
8
- import "../Shared/appButton.js";
10
+ import U from "../Shared/appButton.js";
9
11
  import "../../../hoc/withThemeProvider.js";
10
- import "../../../otpForm-fiNqeB5H.js";
11
- import { useSnackBarContext as O } from "../../../context/snackBarContext.js";
12
+ import "../../../otpForm-DeeegaX2.js";
13
+ import { useSnackBarContext as oe } from "../../../context/snackBarContext.js";
12
14
  import "../../../util/conversions.js";
13
15
  import "../../../index-CAoLi5Qq.js";
14
16
  import "../../../react-webcam-B3cXh1XT.js";
@@ -21,7 +23,7 @@ import "../../../index-ceeCtFuh.js";
21
23
  import "../../../index.esm-I_Bp2YLf.js";
22
24
  import "../../../context/dialogContext.js";
23
25
  import "@mui/icons-material";
24
- const Y = [
26
+ const ie = [
25
27
  {
26
28
  alpha3: "AUT",
27
29
  alpha2: "AT",
@@ -187,21 +189,20 @@ const Y = [
187
189
  alpha2: "GB",
188
190
  name: "United Kingdom"
189
191
  }
190
- ], ha = ({
191
- openDialog: n,
192
- createIbanRequest: B,
193
- iban: s,
194
- navigate: L,
195
- currency: a,
196
- setIbanCurrency: c,
197
- from: e
192
+ ], De = ({
193
+ openDialog: c,
194
+ createIbanRequest: D,
195
+ iban: x,
196
+ navigate: Y,
197
+ from: n,
198
+ brandId: B
198
199
  }) => {
199
- const { showAlertMessage: C } = O(), u = N((o) => o.user), p = u.profile, T = p.loader, y = u.kyc.loader, h = u.kyc.status, I = p.email, R = s.loader, l = A(!1), g = () => {
200
- if (!I) {
201
- n({
200
+ const { showAlertMessage: g } = oe(), C = z((o) => o.user), p = C.profile, _ = p.loader, P = C.kyc.loader, m = C.kyc.status, W = p.email, G = x.loader, u = H(!1), [F, T] = h(!1), [y, w] = h(!1), [f, E] = h(!1), [l, d] = h(!1), [s, b] = h(""), M = () => {
201
+ if (!W) {
202
+ c({
202
203
  title: "No Email",
203
204
  message: "Please contact support to update your email address.",
204
- icon: f,
205
+ icon: A,
205
206
  width: "575px",
206
207
  confirmButtonText: "Contact Suuport",
207
208
  cancelButtonShow: !0,
@@ -211,8 +212,8 @@ const Y = [
211
212
  });
212
213
  return;
213
214
  }
214
- if (h === V || h === _) {
215
- n({
215
+ if (m === ae || m === te) {
216
+ c({
216
217
  title: "Under Review",
217
218
  message: "Your profile is currently being reviewed. If approved, you will have additional capabilities on the Everest platform.",
218
219
  width: "550px",
@@ -222,25 +223,25 @@ const Y = [
222
223
  });
223
224
  return;
224
225
  }
225
- if (h !== G && h !== K) {
226
- n({
226
+ if (m !== re && m !== ne) {
227
+ c({
227
228
  title: "Verification Required",
228
- message: `To create a ${e === r ? "E-Wallet" : "Virtual IBAN"}, we first need to verify your identity. You will now be taken to complete your KYC verification.`,
229
+ message: `To create a ${n === i ? "E-Wallet" : "Virtual IBAN"}, we first need to verify your identity. You will now be taken to complete your KYC verification.`,
229
230
  width: "575px",
230
231
  height: "400px",
231
232
  confirmButtonText: "Start Verification",
232
233
  cancelButtonText: "Cancel",
233
- onConfirm: () => L("/kyc")
234
+ onConfirm: () => Y("/kyc")
234
235
  });
235
236
  return;
236
237
  }
237
- if (!Y.find(
238
- (i) => i.alpha3 === p.residentialAddress.country
238
+ if (!ie.find(
239
+ (S) => S.alpha3 === p.residentialAddress.country
239
240
  )) {
240
- n({
241
+ c({
241
242
  title: "Not Allowed",
242
243
  message: "Currently we are not supporting your country for Virtual IBAN.",
243
- icon: f,
244
+ icon: A,
244
245
  width: "575px",
245
246
  height: "450px",
246
247
  confirmButtonText: "Continue",
@@ -249,10 +250,10 @@ const Y = [
249
250
  return;
250
251
  }
251
252
  if (p.memberType !== "individual") {
252
- n({
253
+ c({
253
254
  title: "Not Allowed",
254
255
  message: "Currently we are not supporting organizational wallet(KYB) for Virtual IBAN.",
255
- icon: f,
256
+ icon: A,
256
257
  width: "575px",
257
258
  height: "450px",
258
259
  confirmButtonText: "Continue",
@@ -260,72 +261,296 @@ const Y = [
260
261
  });
261
262
  return;
262
263
  }
263
- e === r && (a.current = "EUR", c("EUR")), n({
264
- title: e === r ? "Create E-Wallet" : "Create Virtual IBAN",
265
- message: /* @__PURE__ */ m(S, { children: [
266
- /* @__PURE__ */ t(E, { children: e === r ? "Please proceed to create your E-Wallet." : "Please select the currency for the Virtual IBAN and proceed." }),
267
- e !== r && /* @__PURE__ */ m(
268
- v,
269
- {
270
- defaultValue: "",
271
- onChange: (i) => {
272
- a.current = i.target.value, c(i.target.value);
273
- },
274
- style: { marginTop: "10px" },
275
- displayEmpty: !0,
276
- fullWidth: !0,
277
- children: [
278
- /* @__PURE__ */ t(d, { value: "", children: "Select currency" }),
279
- /* @__PURE__ */ t(d, { value: "EUR", children: "EUR" }),
280
- /* @__PURE__ */ t(d, { value: "GBP", children: "GBP" })
281
- ]
282
- }
283
- )
284
- ] }),
285
- icon: P,
286
- width: "575px",
287
- confirmButtonText: "Create",
288
- cancelButtonShow: !0,
289
- cancelButtonText: "Cancel",
290
- closeModalConfirm: w,
291
- onConfirm: x,
292
- onCancel: () => {
293
- a.current = "", c(""), l.current = !1;
294
- },
295
- onClose: () => {
296
- a.current = "", l.current = !1;
297
- }
298
- });
299
- }, w = () => !l.current, x = () => {
300
- if (l.current = !1, !a.current)
301
- return l.current = !0, C({
302
- message: e === r ? "Currency selection is missing." : "Please select currency for Virtual IBAN."
303
- }), !1;
304
- if (s.data.length > 0) {
305
- const o = s.data.find(
306
- (i) => i.currency === a.current
264
+ n === i && b("EUR"), T(!0), B === N && n === V ? (d(!1), w(!1), E(!1)) : d(!0);
265
+ }, O = () => {
266
+ if (u.current = !1, !s && n !== i) {
267
+ u.current = !0, g({
268
+ message: "Please select currency for Virtual IBAN."
269
+ });
270
+ return;
271
+ }
272
+ if (x.data.length > 0) {
273
+ const o = x.data.find(
274
+ (S) => S.currency === s
307
275
  );
308
- if (o != null && o.id)
309
- return l.current = !0, C({
310
- message: `You already have the ${a.current} Virtual IBAN.`
311
- }), !1;
276
+ if (o != null && o.id) {
277
+ u.current = !0, g({
278
+ message: `You already have the ${s} Virtual IBAN.`
279
+ });
280
+ return;
281
+ }
312
282
  }
313
- B(a.current);
314
- };
315
- return T || y || R ? /* @__PURE__ */ t(S, { mt: 4, className: "flex-center", children: /* @__PURE__ */ t(U, { color: "primary", size: 50 }) }) : /* @__PURE__ */ t(
316
- E,
317
- {
318
- onClick: g,
319
- component: "span",
320
- color: "primary",
321
- sx: { cursor: "pointer" },
322
- children: /* @__PURE__ */ m("span", { className: "text-underline", children: [
323
- "+ Add ",
324
- e === r ? "E-Wallet" : "Virtual IBAN"
325
- ] })
283
+ v(), D(s);
284
+ }, K = () => {
285
+ if (!y || !f) {
286
+ g({
287
+ message: "Please accept both acknowledgments to continue."
288
+ });
289
+ return;
326
290
  }
327
- );
291
+ d(!0);
292
+ }, v = () => {
293
+ T(!1), d(!1), w(!1), E(!1), b(""), u.current = !1;
294
+ };
295
+ return /* @__PURE__ */ t(k, { children: [
296
+ _ || P || G ? /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(j, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(
297
+ a,
298
+ {
299
+ onClick: M,
300
+ component: "span",
301
+ color: "primary",
302
+ sx: { cursor: "pointer" },
303
+ children: /* @__PURE__ */ t("span", { className: "text-underline", children: [
304
+ "+ Add ",
305
+ n === i ? "E-Wallet" : "Virtual IBAN"
306
+ ] })
307
+ }
308
+ ),
309
+ /* @__PURE__ */ t(
310
+ X,
311
+ {
312
+ open: F,
313
+ onClose: v,
314
+ maxWidth: l ? "sm" : "md",
315
+ fullWidth: !0,
316
+ PaperProps: {
317
+ sx: {
318
+ borderRadius: 2,
319
+ maxHeight: "90vh"
320
+ }
321
+ },
322
+ children: [
323
+ /* @__PURE__ */ t(
324
+ Z,
325
+ {
326
+ sx: {
327
+ display: "flex",
328
+ alignItems: "center",
329
+ justifyContent: "space-between",
330
+ pb: 1.5,
331
+ pt: 2,
332
+ px: 3,
333
+ borderBottom: "1px solid #e0e0e0"
334
+ },
335
+ children: [
336
+ /* @__PURE__ */ e(L, { onClick: () => {
337
+ l && B === N && n === V ? (d(!1), b("")) : v();
338
+ }, sx: { p: 0.5 }, children: /* @__PURE__ */ e(J, {}) }),
339
+ /* @__PURE__ */ e(a, { variant: "h6", sx: { flex: 1, textAlign: "center", fontSize: "18px" }, children: /* @__PURE__ */ e("strong", { children: l ? n === i ? "Create E-Wallet" : "Create Virtual IBAN" : "Disclosure Acknowledgement" }) }),
340
+ /* @__PURE__ */ e(L, { onClick: v, sx: { p: 0.5 }, children: /* @__PURE__ */ e(Q, {}) })
341
+ ]
342
+ }
343
+ ),
344
+ /* @__PURE__ */ e($, { sx: { p: l ? 5 : 4, pt: l ? 4 : 3 }, children: l ? /* @__PURE__ */ t(r, { children: [
345
+ /* @__PURE__ */ e(
346
+ r,
347
+ {
348
+ sx: {
349
+ display: "flex",
350
+ justifyContent: "center",
351
+ mb: 3
352
+ },
353
+ children: /* @__PURE__ */ e(
354
+ r,
355
+ {
356
+ component: "img",
357
+ src: ee,
358
+ alt: "success",
359
+ sx: { width: 80, height: 80 }
360
+ }
361
+ )
362
+ }
363
+ ),
364
+ /* @__PURE__ */ e(
365
+ a,
366
+ {
367
+ variant: "body1",
368
+ sx: {
369
+ mb: 3,
370
+ textAlign: "center",
371
+ fontSize: "16px"
372
+ },
373
+ children: n === i ? "Please proceed to create your E-Wallet." : "Please select the currency for the Virtual IBAN and proceed."
374
+ }
375
+ ),
376
+ n !== i && /* @__PURE__ */ e(r, { sx: { mx: "auto" }, children: /* @__PURE__ */ t(
377
+ q,
378
+ {
379
+ value: s,
380
+ onChange: (o) => {
381
+ b(o.target.value);
382
+ },
383
+ displayEmpty: !0,
384
+ fullWidth: !0,
385
+ variant: "filled",
386
+ sx: {
387
+ "& .MuiSelect-select": {
388
+ py: 1.5
389
+ }
390
+ },
391
+ children: [
392
+ /* @__PURE__ */ e(I, { value: "", children: "Select currency" }),
393
+ /* @__PURE__ */ e(I, { value: "EUR", children: "EUR" }),
394
+ /* @__PURE__ */ e(I, { value: "GBP", children: "GBP" })
395
+ ]
396
+ }
397
+ ) }),
398
+ /* @__PURE__ */ e(r, { sx: { mt: 4 }, children: /* @__PURE__ */ e(
399
+ U,
400
+ {
401
+ onClick: O,
402
+ fullWidth: !0,
403
+ disabled: !s && n !== i,
404
+ children: /* @__PURE__ */ e("strong", { children: "Create" })
405
+ }
406
+ ) })
407
+ ] }) : /* @__PURE__ */ t(k, { children: [
408
+ /* @__PURE__ */ t(r, { children: [
409
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { my: 3, color: "#666" }, children: "Last updated: 19 December 2025" }),
410
+ /* @__PURE__ */ t(
411
+ r,
412
+ {
413
+ sx: {
414
+ maxHeight: "350px",
415
+ overflowY: "auto",
416
+ pr: 2,
417
+ mb: 3,
418
+ "&::-webkit-scrollbar": {
419
+ width: "8px"
420
+ },
421
+ "&::-webkit-scrollbar-track": {
422
+ background: "#f1f1f1",
423
+ borderRadius: "4px"
424
+ },
425
+ "&::-webkit-scrollbar-thumb": {
426
+ background: "#888",
427
+ borderRadius: "4px"
428
+ },
429
+ "&::-webkit-scrollbar-thumb:hover": {
430
+ background: "#555"
431
+ }
432
+ },
433
+ children: [
434
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2 }, children: "This Addendum applies specifically to clients referred by Vortex for fiat-to-crypto conversion and onward transfer to a Vortex-designated wallet." }),
435
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2 }, children: 'It forms an integral part of your contractual relationship with Everest Network Ltd ("Everest") and must be read together with the Everest General Terms & Conditions, which continue to apply in full.' }),
436
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2 }, children: "In the event of any conflict between the Everest General Terms & Conditions and this Addendum, this Addendum shall prevail solely for the Vortex referral workflow." }),
437
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2 }, children: 'By depositing fiat and using the EverWallet, you (the "Client") expressly acknowledge and agree as follows:' }),
438
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, fontWeight: "bold" }, children: "1. Fiat Deposit & Automatic Conversion" }),
439
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "1.1 You authorise Everest to receive fiat funds deposited using the Linked vIBAN Identifier allocated to you." }),
440
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "1.2 You authorise Everest to hold such funds temporarily in its safeguarded account maintained with Everest's partnered Electronic Money Institution." }),
441
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "1.3 You authorise Everest to convert 100% of such fiat, immediately upon receipt, into USDT or USDC at the prevailing rate and applicable conversion spread." }),
442
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 2 }, children: "1.4 You acknowledge that the Linked vIBAN is not a payment account and is provided solely as a transaction identifier." }),
443
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, fontWeight: "bold" }, children: "2. Transfer to Vortex" }),
444
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "2.1 You may instruct Everest at any time to transfer your crypto-assets to a wallet address associated with Vortex." }),
445
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "2.2 You are solely responsible for verifying the accuracy of such wallet address." }),
446
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 2 }, children: "2.3 Everest does not endorse, recommend, control, supervise, or guarantee any wallet or service provided by Vortex." }),
447
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, fontWeight: "bold" }, children: "3. Irreversibility & Risk" }),
448
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "3.1 You understand that blockchain transactions are irreversible." }),
449
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "3.2 Once Everest transfers your crypto-assets to the wallet address you provide, Everest has no further responsibility for:" }),
450
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• custody" }),
451
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• security" }),
452
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• loss of value" }),
453
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• availability of the receiving service" }),
454
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 4 }, children: "• operational or technical failures at Vortex" }),
455
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 2 }, children: "3.3 Any further custody or service relating to the transferred crypto-assets is provided exclusively by Vortex." }),
456
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, fontWeight: "bold" }, children: "4. Liability" }),
457
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "4.1 Everest shall not be liable for:" }),
458
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• delays, failures, or losses after the crypto-assets are transferred," }),
459
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 0.5, ml: 4 }, children: "• any incorrect or invalid wallet address supplied by you," }),
460
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 4 }, children: "• any Vortex platform issues, errors, or service interruptions." }),
461
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 2 }, children: "4.2 Everest's total liability is strictly limited to the value of your crypto-assets held by Everest prior to the transfer." }),
462
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, fontWeight: "bold" }, children: "5. Relationship & Applicability of General Terms" }),
463
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "5.1 You acknowledge that you are a direct client of Everest for all crypto-asset services, and Vortex does not provide any crypto-asset services on behalf of Everest." }),
464
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 1, ml: 2 }, children: "5.2 This Addendum applies only to the Vortex-related conversion and transfer flow." }),
465
+ /* @__PURE__ */ e(a, { variant: "body2", sx: { mb: 2, ml: 2 }, children: "5.3 For any other Everest services you may choose to use, the Everest General Terms & Conditions apply exclusively and in full." })
466
+ ]
467
+ }
468
+ ),
469
+ /* @__PURE__ */ t(r, { sx: { mb: 2 }, children: [
470
+ /* @__PURE__ */ t(
471
+ r,
472
+ {
473
+ sx: {
474
+ display: "flex",
475
+ alignItems: "center",
476
+ mb: 1.5,
477
+ cursor: "pointer"
478
+ },
479
+ onClick: () => w(!y),
480
+ children: [
481
+ /* @__PURE__ */ e(
482
+ R,
483
+ {
484
+ checked: y,
485
+ sx: {
486
+ p: 0,
487
+ mr: 1.5,
488
+ "& .MuiSvgIcon-root": {
489
+ borderRadius: "50%"
490
+ }
491
+ }
492
+ }
493
+ ),
494
+ /* @__PURE__ */ t(a, { variant: "body2", children: [
495
+ "I have read and accept the",
496
+ " ",
497
+ /* @__PURE__ */ e(
498
+ a,
499
+ {
500
+ component: "span",
501
+ color: "primary",
502
+ sx: { textDecoration: "underline" },
503
+ children: "Terms of Service"
504
+ }
505
+ )
506
+ ] })
507
+ ]
508
+ }
509
+ ),
510
+ /* @__PURE__ */ t(
511
+ r,
512
+ {
513
+ sx: {
514
+ display: "flex",
515
+ alignItems: "center",
516
+ cursor: "pointer"
517
+ },
518
+ onClick: () => E(!f),
519
+ children: [
520
+ /* @__PURE__ */ e(
521
+ R,
522
+ {
523
+ checked: f,
524
+ sx: {
525
+ p: 0,
526
+ mr: 1.5,
527
+ "& .MuiSvgIcon-root": {
528
+ borderRadius: "50%"
529
+ }
530
+ }
531
+ }
532
+ ),
533
+ /* @__PURE__ */ e(a, { variant: "body2", children: "I understand Deposits will be converted to crypto and sent to Vortex on my behalf" })
534
+ ]
535
+ }
536
+ )
537
+ ] })
538
+ ] }),
539
+ /* @__PURE__ */ e(r, { sx: { mt: 3, display: "flex", justifyContent: "center" }, children: /* @__PURE__ */ e(
540
+ U,
541
+ {
542
+ onClick: K,
543
+ fullWidth: !0,
544
+ disabled: !y || !f,
545
+ children: /* @__PURE__ */ e("strong", { children: "Next" })
546
+ }
547
+ ) })
548
+ ] }) })
549
+ ]
550
+ }
551
+ )
552
+ ] });
328
553
  };
329
554
  export {
330
- ha as default
555
+ De as default
331
556
  };
@@ -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 T from "./createIban.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
- tokenData: C
21
+ tokenData: E
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, I = 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
+ I ? /* @__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 C = {
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: C,
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
- tokenData: C
74
+ tokenData: E
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;