everest-npm-features 0.0.61 → 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 (247) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  3. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  4. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  5. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  6. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  7. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  8. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  9. package/dist/PlayArrow-71FP5PzJ.js +13 -0
  10. package/dist/Portal-BeS9yJCZ.js +968 -0
  11. package/dist/assets/styles.css +1 -1
  12. package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
  13. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
  15. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  16. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
  17. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
  18. package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
  19. package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
  20. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  21. package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
  22. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  23. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
  24. package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
  25. package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
  26. package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
  27. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
  28. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
  29. package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
  30. package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
  31. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
  32. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  33. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  34. package/dist/components/RocketRamp/ResetPassword/index.js +23 -25
  35. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  36. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  37. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  38. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  39. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  40. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  41. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  42. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  43. package/dist/components/RocketRamp/Store/SignUp/index.js +53 -56
  44. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
  45. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
  46. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  47. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  48. package/dist/components/RocketRamp/Transactions/index.js +23 -24
  49. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  50. package/dist/components/Shared/FullKyc/edd.js +51 -53
  51. package/dist/components/Shared/FullKyc/index.js +13 -11
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -13
  55. package/dist/components/Shared/HistoryItem/index.js +43 -48
  56. package/dist/components/Shared/Incode/index.js +31 -35
  57. package/dist/components/Shared/MinimalKyc/index.js +60 -65
  58. package/dist/components/Shared/Sumsub/index.js +75 -62
  59. package/dist/components/Shared/loader.js +4 -5
  60. package/dist/components/Shared/tooltip.js +2 -2
  61. package/dist/components/Shared/transition.js +4 -4
  62. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  63. package/dist/components/Wallet/Account/createIban.js +324 -102
  64. package/dist/components/Wallet/Account/eWallet.js +37 -43
  65. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  66. package/dist/components/Wallet/Account/iban.js +41 -45
  67. package/dist/components/Wallet/Account/ibanItem.js +70 -75
  68. package/dist/components/Wallet/Account/index.d.ts +1 -0
  69. package/dist/components/Wallet/Account/index.js +113 -118
  70. package/dist/components/Wallet/Account/sendIban.js +79 -88
  71. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
  72. package/dist/components/Wallet/Buy/form.js +8 -18
  73. package/dist/components/Wallet/Buy/index.js +6 -6
  74. package/dist/components/Wallet/Deposit/index.js +16 -18
  75. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  77. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  79. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  80. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  81. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +33 -34
  82. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
  83. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  84. package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
  85. package/dist/components/Wallet/History/index.js +23 -797
  86. package/dist/components/Wallet/Home/index.js +13 -14
  87. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
  88. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  89. package/dist/components/Wallet/Portfolio/index.js +48 -51
  90. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  91. package/dist/components/Wallet/Profile/documents.js +164 -176
  92. package/dist/components/Wallet/Profile/index.js +39 -44
  93. package/dist/components/Wallet/Profile/storage.js +39 -47
  94. package/dist/components/Wallet/Receive/index.js +32 -37
  95. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
  96. package/dist/components/Wallet/Sell/form.js +8 -18
  97. package/dist/components/Wallet/Sell/index.js +6 -6
  98. package/dist/components/Wallet/Send/index.js +98 -107
  99. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  100. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  101. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  102. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
  103. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  104. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  105. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  106. package/dist/components/Wallet/Shared/Container/index.js +11 -11
  107. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  108. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  109. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  110. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  111. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  112. package/dist/components/Wallet/Shared/addBank.js +41 -45
  113. package/dist/components/Wallet/Shared/appButton.js +11 -15
  114. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  115. package/dist/components/Wallet/Shared/button.js +7 -7
  116. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  117. package/dist/components/Wallet/Shared/inputField.js +5 -5
  118. package/dist/components/Wallet/Shared/manualSend.js +9 -13
  119. package/dist/components/Wallet/Shared/noData.js +4 -5
  120. package/dist/components/Wallet/Shared/pin.js +25 -27
  121. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  122. package/dist/components/Wallet/Shared/step.js +12 -13
  123. package/dist/components/Wallet/Shared/timer.js +1 -1
  124. package/dist/components/Wallet/SignIn/index.js +17 -17
  125. package/dist/components/Wallet/SignUp/index.js +63 -153
  126. package/dist/components/Wallet/SignUp/terms.js +1 -1
  127. package/dist/components/Wallet/Stake/gems/index.js +71 -69
  128. package/dist/components/Wallet/Stake/id/index.js +77 -84
  129. package/dist/components/Wallet/Stake/index.js +65 -68
  130. package/dist/components/Wallet/Swap/form.js +11 -20
  131. package/dist/components/Wallet/Swap/index.js +5 -5
  132. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  133. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  134. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  135. package/dist/components/Wallet/Withdraw/form.js +6 -17
  136. package/dist/components/Wallet/Withdraw/index.js +5 -5
  137. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  138. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  139. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  140. package/dist/hoc/withThemeProvider.js +5 -732
  141. package/dist/hooks/useDialog/index.js +22 -23
  142. package/dist/hooks/useRrDialog/index.js +43 -46
  143. package/dist/hooks/useSnackBar.js +24 -696
  144. package/dist/icons/buyIcon.js +1 -1
  145. package/dist/icons/canceledBuyIcon.js +1 -1
  146. package/dist/icons/canceledRedeemIcon.js +1 -1
  147. package/dist/icons/failedBuyIcon.js +2 -2
  148. package/dist/icons/failedRedeemIcon.js +2 -2
  149. package/dist/icons/pendingBuyIcon.js +1 -1
  150. package/dist/icons/pendingRedeemIcon.js +1 -1
  151. package/dist/icons/redeemIcon.js +1 -1
  152. package/dist/{index-BbVpeed7.js → index-B4XvACQN.js} +89 -98
  153. package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
  154. package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
  155. package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
  156. package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
  157. package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
  158. package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
  159. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  160. package/dist/main.js +7 -7
  161. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  162. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  163. package/dist/otpForm-DeeegaX2.js +7378 -0
  164. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  165. package/dist/styles.module-DFoezEqS.js +28 -0
  166. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  167. package/dist/tooltip-BW0UyWw7.js +2129 -0
  168. package/dist/util/constants.d.ts +1 -0
  169. package/dist/util/constants.js +72 -71
  170. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  171. package/package.json +6 -6
  172. package/dist/Alert-DzsbFW3-.js +0 -369
  173. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  174. package/dist/Avatar-1XklXr4O.js +0 -281
  175. package/dist/Backdrop-CioURPVG.js +0 -359
  176. package/dist/Box-B0YSYLco.js +0 -59
  177. package/dist/Button-Df4vgU24.js +0 -663
  178. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  179. package/dist/CardContent-D9wTdpu-.js +0 -141
  180. package/dist/CircularProgress-xZA3lvba.js +0 -252
  181. package/dist/Close-CxzDL3J-.js +0 -9
  182. package/dist/Container-urNKV7hm.js +0 -181
  183. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  184. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  185. package/dist/DialogContent-BMwlOnbW.js +0 -567
  186. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  187. package/dist/Divider-BShhMFf4.js +0 -297
  188. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  189. package/dist/FormControl-RtZDQMdA.js +0 -258
  190. package/dist/FormControlLabel-BliKW48y.js +0 -519
  191. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  192. package/dist/Grid-CFe3amXO.js +0 -410
  193. package/dist/Grow-CnGtel3u.js +0 -196
  194. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  195. package/dist/IconButton-DHm-hucF.js +0 -297
  196. package/dist/InputAdornment-DMiED3JH.js +0 -173
  197. package/dist/Link-DBA9Yifs.js +0 -266
  198. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  199. package/dist/Menu-DLYFFrEk.js +0 -1239
  200. package/dist/MenuItem-DUdYOJr4.js +0 -271
  201. package/dist/Modal-CFIQ_s3T.js +0 -743
  202. package/dist/Paper-Bgt2WXI6.js +0 -186
  203. package/dist/PlayArrow-Bjz9LxhD.js +0 -13
  204. package/dist/Popper-BBAoiZKn.js +0 -1409
  205. package/dist/Portal-BMAxiQwe.js +0 -69
  206. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  207. package/dist/Select-CB5yWmyn.js +0 -1886
  208. package/dist/Slide-B9Nw0LZ4.js +0 -235
  209. package/dist/Stack-k55YTxET.js +0 -172
  210. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  211. package/dist/TextField-DPpRUQe3.js +0 -978
  212. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  213. package/dist/Typography-pAaje37G.js +0 -260
  214. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  215. package/dist/clsx-BTaloaeC.js +0 -264
  216. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  217. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  218. package/dist/createTheme-CD19zQB7.js +0 -3825
  219. package/dist/debounce-46wSf_lW.js +0 -15
  220. package/dist/defaultTheme-C35y5cLB.js +0 -5
  221. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  222. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  223. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  224. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  225. package/dist/exactProp-C1Lmtwf_.js +0 -13
  226. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  227. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  228. package/dist/index-B0Z-Gjno.js +0 -22
  229. package/dist/index-DUcLo3x5.js +0 -43
  230. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  231. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  232. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  233. package/dist/memoTheme-yHaPezod.js +0 -15
  234. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  235. package/dist/radioButton-CzlYB0Lh.js +0 -402
  236. package/dist/refType-BsTH3qnM.js +0 -56
  237. package/dist/styles.module-CHPRGltL.js +0 -28
  238. package/dist/tooltip-3UvETWtS.js +0 -740
  239. package/dist/useControlled-nm4pBabJ.js +0 -31
  240. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  241. package/dist/useFormControl-CatNKXAi.js +0 -10
  242. package/dist/useId-CK6Kn3Tn.js +0 -21
  243. package/dist/useSlot-CW7SOYlh.js +0 -125
  244. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  245. package/dist/useTheme-BQJ5lp0i.js +0 -11
  246. package/dist/useTheme-S5_DHFsQ.js +0 -17
  247. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,30 +1,29 @@
1
- import { jsx as t, jsxs as u } from "react/jsx-runtime";
2
- import { useRef as A } from "react";
3
- import { u as N } from "../../../react-redux-C7I9-1M6.js";
4
- import { FEATURE_EWALLET as r, DIALOG_ERROR_ICON as d, DIALOG_SUCCESS_ICON as U } from "../../../util/constants.js";
5
- import { a as v, ah as P, c as V, K as _ } 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";
6
9
  import "../../../index-DlQqWbXG.js";
7
- import "../Shared/appButton.js";
10
+ import U from "../Shared/appButton.js";
8
11
  import "../../../hoc/withThemeProvider.js";
9
- import "../Shared/Auth/otpForm.js";
10
- import { useSnackBarContext as G } from "../../../context/snackBarContext.js";
12
+ import "../../../otpForm-DeeegaX2.js";
13
+ import { useSnackBarContext as oe } from "../../../context/snackBarContext.js";
11
14
  import "../../../util/conversions.js";
12
15
  import "../../../index-CAoLi5Qq.js";
13
16
  import "../../../react-webcam-B3cXh1XT.js";
14
17
  import "../../Shared/transition.js";
15
- import "../../../tooltip-3UvETWtS.js";
18
+ import "../../../tooltip-BW0UyWw7.js";
16
19
  import "../../../moment-h96o7c8I.js";
17
20
  import "../../../index.esm-BsMAMhYW.js";
18
21
  import "../../../web3-u4qDZYpo.js";
19
22
  import "../../../index-ceeCtFuh.js";
20
23
  import "../../../index.esm-I_Bp2YLf.js";
21
24
  import "../../../context/dialogContext.js";
22
- import { B as S } from "../../../Box-B0YSYLco.js";
23
- import { C as K } from "../../../CircularProgress-xZA3lvba.js";
24
- import { T as E } from "../../../Typography-pAaje37G.js";
25
- import { S as O } from "../../../Select-CB5yWmyn.js";
26
- import { M as f } from "../../../MenuItem-DUdYOJr4.js";
27
- const Y = [
25
+ import "@mui/icons-material";
26
+ const ie = [
28
27
  {
29
28
  alpha3: "AUT",
30
29
  alpha2: "AT",
@@ -190,21 +189,20 @@ const Y = [
190
189
  alpha2: "GB",
191
190
  name: "United Kingdom"
192
191
  }
193
- ], ca = ({
194
- openDialog: n,
195
- createIbanRequest: B,
196
- iban: h,
197
- navigate: T,
198
- currency: a,
199
- setIbanCurrency: m,
200
- from: e
192
+ ], De = ({
193
+ openDialog: c,
194
+ createIbanRequest: D,
195
+ iban: x,
196
+ navigate: Y,
197
+ from: n,
198
+ brandId: B
201
199
  }) => {
202
- const { showAlertMessage: C } = G(), c = N((o) => o.user), p = c.profile, L = p.loader, y = c.kyc.loader, s = c.kyc.status, I = p.email, R = h.loader, l = A(!1), g = () => {
203
- if (!I) {
204
- 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({
205
203
  title: "No Email",
206
204
  message: "Please contact support to update your email address.",
207
- icon: d,
205
+ icon: A,
208
206
  width: "575px",
209
207
  confirmButtonText: "Contact Suuport",
210
208
  cancelButtonShow: !0,
@@ -214,8 +212,8 @@ const Y = [
214
212
  });
215
213
  return;
216
214
  }
217
- if (s === v || s === P) {
218
- n({
215
+ if (m === ae || m === te) {
216
+ c({
219
217
  title: "Under Review",
220
218
  message: "Your profile is currently being reviewed. If approved, you will have additional capabilities on the Everest platform.",
221
219
  width: "550px",
@@ -225,25 +223,25 @@ const Y = [
225
223
  });
226
224
  return;
227
225
  }
228
- if (s !== V && s !== _) {
229
- n({
226
+ if (m !== re && m !== ne) {
227
+ c({
230
228
  title: "Verification Required",
231
- 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.`,
232
230
  width: "575px",
233
231
  height: "400px",
234
232
  confirmButtonText: "Start Verification",
235
233
  cancelButtonText: "Cancel",
236
- onConfirm: () => T("/kyc")
234
+ onConfirm: () => Y("/kyc")
237
235
  });
238
236
  return;
239
237
  }
240
- if (!Y.find(
241
- (i) => i.alpha3 === p.residentialAddress.country
238
+ if (!ie.find(
239
+ (S) => S.alpha3 === p.residentialAddress.country
242
240
  )) {
243
- n({
241
+ c({
244
242
  title: "Not Allowed",
245
243
  message: "Currently we are not supporting your country for Virtual IBAN.",
246
- icon: d,
244
+ icon: A,
247
245
  width: "575px",
248
246
  height: "450px",
249
247
  confirmButtonText: "Continue",
@@ -252,10 +250,10 @@ const Y = [
252
250
  return;
253
251
  }
254
252
  if (p.memberType !== "individual") {
255
- n({
253
+ c({
256
254
  title: "Not Allowed",
257
255
  message: "Currently we are not supporting organizational wallet(KYB) for Virtual IBAN.",
258
- icon: d,
256
+ icon: A,
259
257
  width: "575px",
260
258
  height: "450px",
261
259
  confirmButtonText: "Continue",
@@ -263,72 +261,296 @@ const Y = [
263
261
  });
264
262
  return;
265
263
  }
266
- e === r && (a.current = "EUR", m("EUR")), n({
267
- title: e === r ? "Create E-Wallet" : "Create Virtual IBAN",
268
- message: /* @__PURE__ */ u(S, { children: [
269
- /* @__PURE__ */ t(E, { children: e === r ? "Please proceed to create your E-Wallet." : "Please select the currency for the Virtual IBAN and proceed." }),
270
- e !== r && /* @__PURE__ */ u(
271
- O,
272
- {
273
- defaultValue: "",
274
- onChange: (i) => {
275
- a.current = i.target.value, m(i.target.value);
276
- },
277
- style: { marginTop: "10px" },
278
- displayEmpty: !0,
279
- fullWidth: !0,
280
- children: [
281
- /* @__PURE__ */ t(f, { value: "", children: "Select currency" }),
282
- /* @__PURE__ */ t(f, { value: "EUR", children: "EUR" }),
283
- /* @__PURE__ */ t(f, { value: "GBP", children: "GBP" })
284
- ]
285
- }
286
- )
287
- ] }),
288
- icon: U,
289
- width: "575px",
290
- confirmButtonText: "Create",
291
- cancelButtonShow: !0,
292
- cancelButtonText: "Cancel",
293
- closeModalConfirm: w,
294
- onConfirm: x,
295
- onCancel: () => {
296
- a.current = "", m(""), l.current = !1;
297
- },
298
- onClose: () => {
299
- a.current = "", l.current = !1;
300
- }
301
- });
302
- }, w = () => !l.current, x = () => {
303
- if (l.current = !1, !a.current)
304
- return l.current = !0, C({
305
- message: e === r ? "Currency selection is missing." : "Please select currency for Virtual IBAN."
306
- }), !1;
307
- if (h.data.length > 0) {
308
- const o = h.data.find(
309
- (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
310
275
  );
311
- if (o != null && o.id)
312
- return l.current = !0, C({
313
- message: `You already have the ${a.current} Virtual IBAN.`
314
- }), !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
+ }
315
282
  }
316
- B(a.current);
317
- };
318
- return L || y || R ? /* @__PURE__ */ t(S, { mt: 4, className: "flex-center", children: /* @__PURE__ */ t(K, { color: "primary", size: 50 }) }) : /* @__PURE__ */ t(
319
- E,
320
- {
321
- onClick: g,
322
- component: "span",
323
- color: "primary",
324
- sx: { cursor: "pointer" },
325
- children: /* @__PURE__ */ u("span", { className: "text-underline", children: [
326
- "+ Add ",
327
- e === r ? "E-Wallet" : "Virtual IBAN"
328
- ] })
283
+ v(), D(s);
284
+ }, K = () => {
285
+ if (!y || !f) {
286
+ g({
287
+ message: "Please accept both acknowledgments to continue."
288
+ });
289
+ return;
329
290
  }
330
- );
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
+ ] });
331
553
  };
332
554
  export {
333
- ca as default
555
+ De as default
334
556
  };
@@ -1,87 +1,81 @@
1
- import { jsx as e, jsxs as r, Fragment as l } from "react/jsx-runtime";
2
- import { useRef as w, useState as A, useEffect as N } from "react";
3
- import { I as P } from "../../../Info-BVeUSPyk.js";
4
- import { DIALOG_SUCCESS_ICON as T, FEATURE_EWALLET as p } from "../../../util/constants.js";
5
- import { M as D } from "../../../tooltip-3UvETWtS.js";
6
- import b from "../Shared/noData.js";
7
- import v from "./createIban.js";
8
- import { AuthInnerContainer as B } from "../Shared/Container/index.js";
1
+ import { jsx as e, jsxs as r, Fragment as m } from "react/jsx-runtime";
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";
9
10
  import L from "./ibanItem.js";
10
- import { B as t } from "../../../Box-B0YSYLco.js";
11
- import { G as a } from "../../../Grid-CFe3amXO.js";
12
- import { T as h } from "../../../Typography-pAaje37G.js";
13
- import { I as z } from "../../../IconButton-DHm-hucF.js";
14
- import { C as _ } from "../../../CircularProgress-xZA3lvba.js";
15
- const Q = ({
16
- dispatch: u,
11
+ const O = ({
12
+ dispatch: d,
17
13
  openDialog: i,
18
- appKey: d,
14
+ appKey: u,
19
15
  appKeyEur: f,
20
16
  paymentWidgetSrcUrl: y,
21
- iban: o,
17
+ iban: n,
22
18
  navigate: c,
23
19
  AccountItem: x,
24
- createIbanRequest: C,
25
- tokenData: I
20
+ createIbanRequest: g,
21
+ tokenData: E
26
22
  }) => {
27
- const s = o.data, g = o.loader, E = w(""), [q, S] = A("");
28
- return N(() => {
23
+ const s = n.data, I = n.loader;
24
+ return S(() => {
29
25
  new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
30
26
  title: "Payment Success",
31
27
  message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
32
- icon: T,
28
+ icon: N,
33
29
  width: "575px",
34
30
  confirmButtonText: "Continue"
35
31
  });
36
- }, []), /* @__PURE__ */ e(B, { children: /* @__PURE__ */ r(t, { p: 3, children: [
32
+ }, []), /* @__PURE__ */ e(v, { children: /* @__PURE__ */ r(t, { p: 3, children: [
37
33
  /* @__PURE__ */ r(a, { spacing: 2, container: !0, alignItems: "center", children: [
38
34
  /* @__PURE__ */ r(a, { size: 8, children: [
39
35
  /* @__PURE__ */ e(h, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "E-Wallet" }) }),
40
36
  /* @__PURE__ */ e(
41
- D,
37
+ P,
42
38
  {
43
39
  title: /* @__PURE__ */ e(t, { sx: { whiteSpace: "pre-line" }, children: "Create an E-Wallet. This requires KYC" }),
44
40
  placement: "bottom",
45
- children: /* @__PURE__ */ e(z, { className: "info-fee-icon", children: /* @__PURE__ */ e(P, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
41
+ children: /* @__PURE__ */ e(W, { className: "info-fee-icon", children: /* @__PURE__ */ e(A, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
46
42
  }
47
43
  )
48
44
  ] }),
49
45
  /* @__PURE__ */ e(a, { size: 4, children: /* @__PURE__ */ e(t, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e(
50
- v,
46
+ T,
51
47
  {
52
48
  openDialog: i,
53
- createIbanRequest: C,
54
- iban: o,
49
+ createIbanRequest: g,
50
+ iban: n,
55
51
  navigate: c,
56
- currency: E,
57
- setIbanCurrency: S,
58
52
  from: p
59
53
  }
60
54
  ) }) })
61
55
  ] }),
62
- g ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(_, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(l, { children: [
63
- s.length > 0 ? /* @__PURE__ */ e(l, { children: s.map((n, m) => {
64
- const W = {
65
- ...n,
66
- accountName: `E-Wallet - ${n.currency ?? ""}`
56
+ I ? /* @__PURE__ */ e(t, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { color: "primary", size: 50 }) }) : /* @__PURE__ */ r(m, { children: [
57
+ s.length > 0 ? /* @__PURE__ */ e(m, { children: s.map((o, l) => {
58
+ const C = {
59
+ ...o,
60
+ accountName: `E-Wallet - ${o.currency ?? ""}`
67
61
  };
68
62
  return /* @__PURE__ */ e(
69
63
  L,
70
64
  {
71
- data: W,
65
+ data: C,
72
66
  AccountItem: x,
73
- dispatch: u,
74
- appKey: d,
67
+ dispatch: d,
68
+ appKey: u,
75
69
  appKeyEur: f,
76
70
  paymentWidgetSrcUrl: y,
77
- iban: o,
71
+ iban: n,
78
72
  navigate: c,
79
73
  from: p,
80
- tokenData: I
74
+ tokenData: E
81
75
  },
82
- m
76
+ l
83
77
  );
84
- }) }) : /* @__PURE__ */ e(b, { text: "You currently have no E-Wallets" }),
78
+ }) }) : /* @__PURE__ */ e(D, { text: "You currently have no E-Wallets" }),
85
79
  /* @__PURE__ */ e(t, { mt: 3, textAlign: "center", children: /* @__PURE__ */ r(h, { variant: "caption", color: "secondary", children: [
86
80
  "Powered by",
87
81
  " ",
@@ -100,5 +94,5 @@ const Q = ({
100
94
  ] }) });
101
95
  };
102
96
  export {
103
- Q as default
97
+ O as default
104
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;