everest-npm-features 0.0.63 → 0.0.65

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 (108) hide show
  1. package/dist/{PlayArrow-71FP5PzJ.js → PlayArrow-DbQI55la.js} +5 -5
  2. package/dist/assets/styles.css +1 -1
  3. package/dist/assets/styles2.css +1 -1
  4. package/dist/{auth-BBeOw4mt.js → auth-D_DKdP4p.js} +1 -1
  5. package/dist/bank-DIuQN1YY.js +47 -0
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +5 -5
  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 +7 -7
  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/countryList.js +33 -30
  27. package/dist/components/Shared/FullKyc/edd.js +5 -5
  28. package/dist/components/Shared/FullKyc/index.js +11 -10
  29. package/dist/components/Shared/FullKyc/pep.js +77 -73
  30. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  31. package/dist/components/Shared/FullKyc/types.d.ts +4 -4
  32. package/dist/components/Shared/FullKyc/userInfo.js +5 -5
  33. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  34. package/dist/components/Shared/Sumsub/index.d.ts +1 -1
  35. package/dist/components/Shared/Sumsub/index.js +36 -34
  36. package/dist/components/Wallet/Account/createIban.js +16 -541
  37. package/dist/components/Wallet/Account/eWallet.js +7 -7
  38. package/dist/components/Wallet/Account/iban.js +77 -56
  39. package/dist/components/Wallet/Account/ibanItem.js +21 -6
  40. package/dist/components/Wallet/Account/index.js +217 -182
  41. package/dist/components/Wallet/Account/sendIban.js +2 -2
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +7 -7
  43. package/dist/components/Wallet/Buy/form.js +5 -5
  44. package/dist/components/Wallet/Buy/index.js +6 -6
  45. package/dist/components/Wallet/Deposit/index.js +3 -3
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +4 -4
  47. package/dist/components/Wallet/EnterpriseKyc/index.d.ts +1 -1
  48. package/dist/components/Wallet/EnterpriseKyc/index.js +111 -109
  49. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +5 -5
  50. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3 -3
  51. package/dist/components/Wallet/EnterpriseKyc/types.d.ts +16 -4
  52. package/dist/components/Wallet/EnterpriseKyc/verify.js +3 -3
  53. package/dist/components/Wallet/History/index.js +2 -2
  54. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +5 -5
  55. package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
  56. package/dist/components/Wallet/Portfolio/index.js +7 -7
  57. package/dist/components/Wallet/Profile/documents.js +76 -69
  58. package/dist/components/Wallet/Profile/index.js +71 -50
  59. package/dist/components/Wallet/Profile/storage.js +32 -25
  60. package/dist/components/Wallet/Receive/index.js +3 -3
  61. package/dist/components/Wallet/Sell/confirmTransaction.js +6 -6
  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 +37 -37
  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 +3 -3
  68. package/dist/components/Wallet/Shared/addBank.js +5 -5
  69. package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
  70. package/dist/components/Wallet/Shared/manualSend.js +5 -5
  71. package/dist/components/Wallet/SignIn/index.js +3 -3
  72. package/dist/components/Wallet/SignUp/index.js +3 -3
  73. package/dist/components/Wallet/Stake/gems/index.js +34 -31
  74. package/dist/components/Wallet/Stake/id/index.js +24 -16
  75. package/dist/components/Wallet/Stake/index.js +7 -7
  76. package/dist/components/Wallet/Swap/form.js +8 -8
  77. package/dist/components/Wallet/Swap/index.js +5 -5
  78. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  79. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  80. package/dist/components/Wallet/Withdraw/form.js +4 -4
  81. package/dist/components/Wallet/Withdraw/index.js +5 -5
  82. package/dist/{constants-DX0YBtP2.js → constants-B-_x7F8X.js} +221 -219
  83. package/dist/createIban-CbxsxTxl.js +580 -0
  84. package/dist/{cryptoAssets-B8rAI7pp.js → cryptoAssets-Cmdg7BR-.js} +1 -1
  85. package/dist/hooks/useDialog/index.js +11 -9
  86. package/dist/{index-DkiQ8pRO.js → index-9VVh1IhH.js} +52 -52
  87. package/dist/{index-JY6-UKlX.js → index-BeEuJLqT.js} +88 -87
  88. package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
  89. package/dist/{index-_fiTunwZ.js → index-C_Vf8Evc.js} +4 -4
  90. package/dist/{index-bK14vCZw.js → index-Cx8dey5q.js} +6 -6
  91. package/dist/{index-B4XvACQN.js → index-DXw2h9nQ.js} +71 -70
  92. package/dist/index-DtTDOPWZ.js +562 -0
  93. package/dist/{index-DuWW5roi.js → index-DuOJBwgp.js} +66 -65
  94. package/dist/{kyc-BNMPoeHt.js → kyc-BXoUxN4z.js} +1 -1
  95. package/dist/main.js +7 -7
  96. package/dist/{order-BXeCIvqC.js → order-DAiOqPsI.js} +1 -1
  97. package/dist/{otpForm-DeeegaX2.js → otpForm-WjQmPs8D.js} +2 -2
  98. package/dist/{stake-BO2TYVJ7.js → stake-CzXNB3em.js} +1 -1
  99. package/dist/styles.module-4N8hJhXS.js +22 -0
  100. package/dist/styles.module-DYytghn2.js +28 -0
  101. package/dist/util/constants.d.ts +2 -2
  102. package/dist/util/constants.js +1 -1
  103. package/dist/{wallet-BPXOp8UG.js → wallet-Cw-0XynY.js} +1 -1
  104. package/package.json +7 -7
  105. package/dist/bank-HVb0GFsa.js +0 -37
  106. package/dist/index-CTPMPwYK.js +0 -533
  107. package/dist/styles.module-C1sNeKjL.js +0 -22
  108. package/dist/styles.module-DFoezEqS.js +0 -28
@@ -1,556 +1,31 @@
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";
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "../../../react-redux-C7I9-1M6.js";
4
+ import "@mui/material";
5
+ import "../../../ArrowBack-DEJjwfp0.js";
6
+ import "../../../Close-DSxLLo08.js";
7
+ import "../../../util/constants.js";
8
+ import "../../../constants-B-_x7F8X.js";
9
+ import "../../../bank-DIuQN1YY.js";
9
10
  import "../../../index-DlQqWbXG.js";
10
- import U from "../Shared/appButton.js";
11
+ import "../Shared/appButton.js";
11
12
  import "../../../hoc/withThemeProvider.js";
12
- import "../../../otpForm-DeeegaX2.js";
13
- import { useSnackBarContext as oe } from "../../../context/snackBarContext.js";
13
+ import "../../../otpForm-WjQmPs8D.js";
14
+ import "../../../context/snackBarContext.js";
15
+ import "../../../hooks/useEverestDispatch.js";
14
16
  import "../../../util/conversions.js";
15
17
  import "../../../index-CAoLi5Qq.js";
16
18
  import "../../../react-webcam-B3cXh1XT.js";
17
19
  import "../../Shared/transition.js";
18
20
  import "../../../tooltip-BW0UyWw7.js";
19
21
  import "../../../moment-h96o7c8I.js";
22
+ import "../../../index.esm-I_Bp2YLf.js";
20
23
  import "../../../index.esm-BsMAMhYW.js";
21
24
  import "../../../web3-u4qDZYpo.js";
25
+ import { C as D } from "../../../createIban-CbxsxTxl.js";
22
26
  import "../../../index-ceeCtFuh.js";
23
- import "../../../index.esm-I_Bp2YLf.js";
24
27
  import "../../../context/dialogContext.js";
25
28
  import "@mui/icons-material";
26
- const ie = [
27
- {
28
- alpha3: "AUT",
29
- alpha2: "AT",
30
- name: "Austria"
31
- },
32
- {
33
- alpha3: "BEL",
34
- alpha2: "BE",
35
- name: "Belgium"
36
- },
37
- {
38
- alpha3: "BGR",
39
- alpha2: "BG",
40
- name: "Bulgaria"
41
- },
42
- {
43
- alpha3: "HRV",
44
- alpha2: "HR",
45
- name: "Croatia"
46
- },
47
- {
48
- alpha3: "CYP",
49
- alpha2: "CY",
50
- name: "Cyprus"
51
- },
52
- {
53
- alpha3: "CZE",
54
- alpha2: "CZ",
55
- name: "Czechia"
56
- },
57
- {
58
- alpha3: "DNK",
59
- alpha2: "DK",
60
- name: "Denmark"
61
- },
62
- {
63
- alpha3: "EST",
64
- alpha2: "EE",
65
- name: "Estonia"
66
- },
67
- {
68
- alpha3: "FIN",
69
- alpha2: "FI",
70
- name: "Finland"
71
- },
72
- {
73
- alpha3: "FRA",
74
- alpha2: "FR",
75
- name: "France"
76
- },
77
- {
78
- alpha3: "DEU",
79
- alpha2: "DE",
80
- name: "Germany"
81
- },
82
- {
83
- alpha3: "GRC",
84
- alpha2: "GR",
85
- name: "Greece"
86
- },
87
- {
88
- alpha3: "HUN",
89
- alpha2: "HU",
90
- name: "Hungary"
91
- },
92
- {
93
- alpha3: "ISL",
94
- alpha2: "IS",
95
- name: "Iceland"
96
- },
97
- {
98
- alpha3: "IRL",
99
- alpha2: "IE",
100
- name: "Ireland"
101
- },
102
- {
103
- alpha3: "ITA",
104
- alpha2: "IT",
105
- name: "Italy"
106
- },
107
- {
108
- alpha3: "LVA",
109
- alpha2: "LV",
110
- name: "Latvia"
111
- },
112
- {
113
- alpha3: "LIE",
114
- alpha2: "LI",
115
- name: "Liechtenstein"
116
- },
117
- {
118
- alpha3: "LTU",
119
- alpha2: "LT",
120
- name: "Lithuania"
121
- },
122
- {
123
- alpha3: "LUX",
124
- alpha2: "LU",
125
- name: "Luxembourg"
126
- },
127
- {
128
- alpha3: "MLT",
129
- alpha2: "MT",
130
- name: "Malta"
131
- },
132
- {
133
- alpha3: "MCO",
134
- alpha2: "MC",
135
- name: "Monaco"
136
- },
137
- {
138
- alpha3: "NLD",
139
- alpha2: "NL",
140
- name: "Netherlands"
141
- },
142
- {
143
- alpha3: "NOR",
144
- alpha2: "NO",
145
- name: "Norway"
146
- },
147
- {
148
- alpha3: "POL",
149
- alpha2: "PL",
150
- name: "Poland"
151
- },
152
- {
153
- alpha3: "PRT",
154
- alpha2: "PT",
155
- name: "Portugal"
156
- },
157
- {
158
- alpha3: "ROU",
159
- alpha2: "RO",
160
- name: "Romania"
161
- },
162
- {
163
- alpha3: "SVK",
164
- alpha2: "SK",
165
- name: "Slovakia"
166
- },
167
- {
168
- alpha3: "SVN",
169
- alpha2: "SI",
170
- name: "Slovenia"
171
- },
172
- {
173
- alpha3: "ESP",
174
- alpha2: "ES",
175
- name: "Spain"
176
- },
177
- {
178
- alpha3: "SWE",
179
- alpha2: "SE",
180
- name: "Sweden"
181
- },
182
- {
183
- alpha3: "CHE",
184
- alpha2: "CH",
185
- name: "Switzerland"
186
- },
187
- {
188
- alpha3: "GBR",
189
- alpha2: "GB",
190
- name: "United Kingdom"
191
- }
192
- ], De = ({
193
- openDialog: c,
194
- createIbanRequest: D,
195
- iban: x,
196
- navigate: Y,
197
- from: n,
198
- brandId: B
199
- }) => {
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({
203
- title: "No Email",
204
- message: "Please contact support to update your email address.",
205
- icon: A,
206
- width: "575px",
207
- confirmButtonText: "Contact Suuport",
208
- cancelButtonShow: !0,
209
- onConfirm: () => {
210
- window.location.href = "mailto:support@everest.org";
211
- }
212
- });
213
- return;
214
- }
215
- if (m === ae || m === te) {
216
- c({
217
- title: "Under Review",
218
- message: "Your profile is currently being reviewed. If approved, you will have additional capabilities on the Everest platform.",
219
- width: "550px",
220
- cancelButtonShow: !1,
221
- confirmButtonText: "Dismiss",
222
- height: "270px"
223
- });
224
- return;
225
- }
226
- if (m !== re && m !== ne) {
227
- c({
228
- title: "Verification Required",
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.`,
230
- width: "575px",
231
- height: "400px",
232
- confirmButtonText: "Start Verification",
233
- cancelButtonText: "Cancel",
234
- onConfirm: () => Y("/kyc")
235
- });
236
- return;
237
- }
238
- if (!ie.find(
239
- (S) => S.alpha3 === p.residentialAddress.country
240
- )) {
241
- c({
242
- title: "Not Allowed",
243
- message: "Currently we are not supporting your country for Virtual IBAN.",
244
- icon: A,
245
- width: "575px",
246
- height: "450px",
247
- confirmButtonText: "Continue",
248
- cancelButtonShow: !1
249
- });
250
- return;
251
- }
252
- if (p.memberType !== "individual") {
253
- c({
254
- title: "Not Allowed",
255
- message: "Currently we are not supporting organizational wallet(KYB) for Virtual IBAN.",
256
- icon: A,
257
- width: "575px",
258
- height: "450px",
259
- confirmButtonText: "Continue",
260
- cancelButtonShow: !1
261
- });
262
- return;
263
- }
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
275
- );
276
- if (o != null && o.id) {
277
- u.current = !0, g({
278
- message: `You already have the ${s} Virtual IBAN.`
279
- });
280
- return;
281
- }
282
- }
283
- v(), D(s);
284
- }, K = () => {
285
- if (!y || !f) {
286
- g({
287
- message: "Please accept both acknowledgments to continue."
288
- });
289
- return;
290
- }
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
- ] });
553
- };
554
29
  export {
555
- De as default
30
+ D as default
556
31
  };
@@ -5,7 +5,7 @@ import { I as A } from "../../../Info-DOoRR7sR.js";
5
5
  import { DIALOG_SUCCESS_ICON as N, FEATURE_EWALLET as p } from "../../../util/constants.js";
6
6
  import { M as P } from "../../../tooltip-BW0UyWw7.js";
7
7
  import D from "../Shared/noData.js";
8
- import T from "./createIban.js";
8
+ import { C as T } from "../../../createIban-CbxsxTxl.js";
9
9
  import { AuthInnerContainer as v } from "../Shared/Container/index.js";
10
10
  import L from "./ibanItem.js";
11
11
  const O = ({
@@ -18,9 +18,9 @@ const O = ({
18
18
  navigate: c,
19
19
  AccountItem: x,
20
20
  createIbanRequest: g,
21
- tokenData: E
21
+ tokenData: C
22
22
  }) => {
23
- const s = n.data, I = n.loader;
23
+ const s = n.data, E = n.loader;
24
24
  return S(() => {
25
25
  new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
26
26
  title: "Payment Success",
@@ -53,16 +53,16 @@ const O = ({
53
53
  }
54
54
  ) }) })
55
55
  ] }),
56
- I ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { 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: [
57
57
  s.length > 0 ? /* @__PURE__ */ e(m, { children: s.map((o, l) => {
58
- const C = {
58
+ const I = {
59
59
  ...o,
60
60
  accountName: `E-Wallet - ${o.currency ?? ""}`
61
61
  };
62
62
  return /* @__PURE__ */ e(
63
63
  L,
64
64
  {
65
- data: C,
65
+ data: I,
66
66
  AccountItem: x,
67
67
  dispatch: d,
68
68
  appKey: u,
@@ -71,7 +71,7 @@ const O = ({
71
71
  iban: n,
72
72
  navigate: c,
73
73
  from: p,
74
- tokenData: E
74
+ tokenData: C
75
75
  },
76
76
  l
77
77
  );