everest-npm-features 0.0.60 → 0.0.62

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 (238) hide show
  1. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  2. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  3. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  4. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  5. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  6. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  7. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  8. package/dist/{PlayArrow-BlkZJiHn.js → PlayArrow-BVDyfxsQ.js} +2 -2
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/assets/index7.css +1 -1
  11. package/dist/assets/index8.css +1 -1
  12. package/dist/{auth-WhDJHZtr.js → auth-DTJdu6mq.js} +11 -11
  13. package/dist/{bank-BaOrdTcI.js → bank-C4pmTe--.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -52
  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 +9 -9
  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 -54
  51. package/dist/components/Shared/FullKyc/index.js +13 -12
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +7 -8
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -14
  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.js +34 -38
  63. package/dist/components/Wallet/Account/eWallet.js +35 -39
  64. package/dist/components/Wallet/Account/iban.js +49 -53
  65. package/dist/components/Wallet/Account/ibanItem.js +70 -76
  66. package/dist/components/Wallet/Account/index.js +68 -76
  67. package/dist/components/Wallet/Account/sendIban.js +79 -88
  68. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -12
  69. package/dist/components/Wallet/Buy/form.js +8 -18
  70. package/dist/components/Wallet/Buy/index.js +6 -6
  71. package/dist/components/Wallet/Deposit/index.js +16 -19
  72. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -34
  73. package/dist/components/Wallet/EnterpriseKyc/index.js +76 -81
  74. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  76. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  77. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +37 -39
  79. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1483
  80. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  81. package/dist/components/Wallet/EnterpriseKyc/verify.js +23 -24
  82. package/dist/components/Wallet/History/index.js +23 -797
  83. package/dist/components/Wallet/Home/index.js +13 -14
  84. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -97
  85. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  86. package/dist/components/Wallet/Portfolio/index.js +48 -52
  87. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  88. package/dist/components/Wallet/Profile/documents.js +125 -134
  89. package/dist/components/Wallet/Profile/index.js +38 -44
  90. package/dist/components/Wallet/Profile/storage.js +39 -47
  91. package/dist/components/Wallet/Receive/index.js +32 -37
  92. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -11
  93. package/dist/components/Wallet/Sell/form.js +8 -18
  94. package/dist/components/Wallet/Sell/index.js +6 -6
  95. package/dist/components/Wallet/Send/index.js +336 -324
  96. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  97. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  98. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  99. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -20
  100. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  101. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  102. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  103. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  104. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  105. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  106. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  107. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  108. package/dist/components/Wallet/Shared/addBank.js +41 -46
  109. package/dist/components/Wallet/Shared/appButton.js +11 -15
  110. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  111. package/dist/components/Wallet/Shared/button.js +7 -7
  112. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  113. package/dist/components/Wallet/Shared/inputField.js +5 -5
  114. package/dist/components/Wallet/Shared/manualSend.js +9 -14
  115. package/dist/components/Wallet/Shared/noData.js +4 -5
  116. package/dist/components/Wallet/Shared/pin.js +25 -27
  117. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  118. package/dist/components/Wallet/Shared/step.js +12 -13
  119. package/dist/components/Wallet/Shared/timer.js +1 -1
  120. package/dist/components/Wallet/SignIn/index.js +17 -17
  121. package/dist/components/Wallet/SignUp/index.js +63 -153
  122. package/dist/components/Wallet/SignUp/terms.js +1 -1
  123. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  124. package/dist/components/Wallet/Stake/id/index.js +73 -81
  125. package/dist/components/Wallet/Stake/index.js +65 -69
  126. package/dist/components/Wallet/Swap/form.js +11 -21
  127. package/dist/components/Wallet/Swap/index.js +5 -5
  128. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  129. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  130. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  131. package/dist/components/Wallet/Withdraw/form.js +6 -17
  132. package/dist/components/Wallet/Withdraw/index.js +5 -5
  133. package/dist/{constants-DREDnCMu.js → constants-DrmtdI1J.js} +7 -7
  134. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  135. package/dist/{cryptoAssets-DbyDgq4J.js → cryptoAssets-DyGDknvq.js} +1 -1
  136. package/dist/hoc/withThemeProvider.js +5 -732
  137. package/dist/hooks/useDialog/index.js +22 -23
  138. package/dist/hooks/useRrDialog/index.js +43 -46
  139. package/dist/hooks/useSnackBar.js +24 -696
  140. package/dist/icons/buyIcon.js +1 -1
  141. package/dist/icons/canceledBuyIcon.js +1 -1
  142. package/dist/icons/canceledRedeemIcon.js +1 -1
  143. package/dist/icons/failedBuyIcon.js +2 -2
  144. package/dist/icons/failedRedeemIcon.js +2 -2
  145. package/dist/icons/pendingBuyIcon.js +1 -1
  146. package/dist/icons/pendingRedeemIcon.js +1 -1
  147. package/dist/icons/redeemIcon.js +1 -1
  148. package/dist/{index-DYP5Ex_T.js → index-3OQ4M69t.js} +89 -99
  149. package/dist/{index-B3HnUBnB.js → index-BBFbUCRZ.js} +123 -129
  150. package/dist/{index-PoMNqntN.js → index-C1WPCgkl.js} +130 -141
  151. package/dist/{index-BXutc9ik.js → index-CDwzoHu7.js} +134 -145
  152. package/dist/{index-DV1dVcrY.js → index-CK4kLRAw.js} +172 -182
  153. package/dist/{index-DJ7xuxBy.js → index-CYX3j0V7.js} +175 -185
  154. package/dist/{index-CuPCW3XC.js → index-ILpK4BCB.js} +154 -163
  155. package/dist/{kyc-D4s_B9Cf.js → kyc-ksV3vBP_.js} +1 -1
  156. package/dist/main.js +7 -7
  157. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  158. package/dist/{order-DGBbo_Ox.js → order-DEp_Lmar.js} +1 -1
  159. package/dist/otpForm-fiNqeB5H.js +7378 -0
  160. package/dist/{stake-CdMc5H7D.js → stake-Ct7-_aWW.js} +1 -1
  161. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  162. package/dist/tooltip-BW0UyWw7.js +2129 -0
  163. package/dist/{wallet-DvfdQOju.js → wallet-CauUBXou.js} +1 -1
  164. package/package.json +6 -6
  165. package/dist/Alert-DzsbFW3-.js +0 -369
  166. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  167. package/dist/Avatar-1XklXr4O.js +0 -281
  168. package/dist/Backdrop-CioURPVG.js +0 -359
  169. package/dist/Box-B0YSYLco.js +0 -59
  170. package/dist/Button-Df4vgU24.js +0 -663
  171. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  172. package/dist/CardContent-D9wTdpu-.js +0 -141
  173. package/dist/CircularProgress-xZA3lvba.js +0 -252
  174. package/dist/Close-CxzDL3J-.js +0 -9
  175. package/dist/Container-urNKV7hm.js +0 -181
  176. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  177. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  178. package/dist/DialogContent-BMwlOnbW.js +0 -567
  179. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  180. package/dist/Divider-BShhMFf4.js +0 -297
  181. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  182. package/dist/FormControl-RtZDQMdA.js +0 -258
  183. package/dist/FormControlLabel-BliKW48y.js +0 -519
  184. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  185. package/dist/Grid-CFe3amXO.js +0 -410
  186. package/dist/Grow-CnGtel3u.js +0 -196
  187. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  188. package/dist/IconButton-DHm-hucF.js +0 -297
  189. package/dist/InputAdornment-DMiED3JH.js +0 -173
  190. package/dist/Link-DBA9Yifs.js +0 -266
  191. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  192. package/dist/Menu-DLYFFrEk.js +0 -1239
  193. package/dist/MenuItem-DUdYOJr4.js +0 -271
  194. package/dist/Modal-CFIQ_s3T.js +0 -743
  195. package/dist/Paper-Bgt2WXI6.js +0 -186
  196. package/dist/Popper-BBAoiZKn.js +0 -1409
  197. package/dist/Portal-BMAxiQwe.js +0 -69
  198. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  199. package/dist/Select-CB5yWmyn.js +0 -1886
  200. package/dist/Slide-B9Nw0LZ4.js +0 -235
  201. package/dist/Stack-k55YTxET.js +0 -172
  202. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  203. package/dist/TextField-DPpRUQe3.js +0 -978
  204. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  205. package/dist/Typography-pAaje37G.js +0 -260
  206. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  207. package/dist/clsx-BTaloaeC.js +0 -264
  208. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  209. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  210. package/dist/createTheme-CD19zQB7.js +0 -3825
  211. package/dist/debounce-46wSf_lW.js +0 -15
  212. package/dist/defaultTheme-C35y5cLB.js +0 -5
  213. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  214. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  215. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  216. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  217. package/dist/exactProp-C1Lmtwf_.js +0 -13
  218. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  219. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  220. package/dist/index-B0Z-Gjno.js +0 -22
  221. package/dist/index-DUcLo3x5.js +0 -43
  222. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  223. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  224. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  225. package/dist/memoTheme-yHaPezod.js +0 -15
  226. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  227. package/dist/radioButton-CzlYB0Lh.js +0 -402
  228. package/dist/refType-BsTH3qnM.js +0 -56
  229. package/dist/tooltip-3UvETWtS.js +0 -740
  230. package/dist/useControlled-nm4pBabJ.js +0 -31
  231. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  232. package/dist/useFormControl-CatNKXAi.js +0 -10
  233. package/dist/useId-CK6Kn3Tn.js +0 -21
  234. package/dist/useSlot-CW7SOYlh.js +0 -125
  235. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  236. package/dist/useTheme-BQJ5lp0i.js +0 -11
  237. package/dist/useTheme-S5_DHFsQ.js +0 -17
  238. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,94 +1,85 @@
1
- import { jsxs as a, jsx as e, Fragment as g } from "react/jsx-runtime";
1
+ import { jsxs as l, jsx as e, Fragment as g } from "react/jsx-runtime";
2
2
  import { useState as s, useEffect as E } from "react";
3
- import { C as w } from "../../../Close-CNwiMz_O.js";
4
- import { I as z } from "../../../Info-BVeUSPyk.js";
5
- import { u as $ } from "../../../react-redux-C7I9-1M6.js";
6
- import G from "../../Shared/transition.js";
7
- import { M as U } from "../../../tooltip-3UvETWtS.js";
8
- import { ad as j, ae as N } from "../../../constants-DREDnCMu.js";
9
- import { s as M } from "../../../bank-BaOrdTcI.js";
10
- import { useSnackBarContext as O } from "../../../context/snackBarContext.js";
11
- import H from "../Shared/appButton.js";
12
- import { EURO_ISO3 as D } from "../../../util/constants.js";
13
- import { D as J, a as K } from "../../../DialogContent-BMwlOnbW.js";
14
- import { D as L } from "../../../DialogTitle-CfS0bb2K.js";
15
- import { T as n } from "../../../Typography-pAaje37G.js";
16
- import { I as T } from "../../../IconButton-DHm-hucF.js";
17
- import { G as b } from "../../../Grid-CFe3amXO.js";
18
- import { B as r } from "../../../Box-B0YSYLco.js";
19
- import { F as o } from "../../../FormControl-RtZDQMdA.js";
20
- import { F as c } from "../../../FilledInput-DuNqnPjc.js";
21
- import { I as Q } from "../../../InputAdornment-DMiED3JH.js";
22
- import { C as V } from "../../../CircularProgress-xZA3lvba.js";
23
- const be = ({
3
+ import { Dialog as w, DialogTitle as z, Typography as n, IconButton as q, DialogContent as $, Grid as N, Box as r, FormControl as c, FilledInput as o, InputAdornment as U, CircularProgress as j } from "@mui/material";
4
+ import { C as G } from "../../../Close-DSxLLo08.js";
5
+ import { I as M } from "../../../Info-DOoRR7sR.js";
6
+ import { u as O } from "../../../react-redux-C7I9-1M6.js";
7
+ import H from "../../Shared/transition.js";
8
+ import { M as J } from "../../../tooltip-BW0UyWw7.js";
9
+ import { ad as K, ae as b } from "../../../constants-DrmtdI1J.js";
10
+ import { s as L } from "../../../bank-C4pmTe--.js";
11
+ import { useSnackBarContext as Q } from "../../../context/snackBarContext.js";
12
+ import V from "../Shared/appButton.js";
13
+ import { EURO_ISO3 as T } from "../../../util/constants.js";
14
+ const ue = ({
24
15
  iban: C,
25
- dispatch: q,
26
- appKey: F,
16
+ dispatch: _,
17
+ appKey: D,
27
18
  data: i,
28
- openModal: _,
19
+ openModal: F,
29
20
  setOpenModal: S
30
21
  }) => {
31
- const { showAlertMessage: l } = O(), I = $(
22
+ const { showAlertMessage: a } = Q(), x = O(
32
23
  (t) => t.user.profile
33
24
  ), u = C.sendStatus;
34
25
  C.data;
35
- const [m, x] = s(""), [d, y] = s(""), [p, A] = s(""), [f, R] = s(""), [h, W] = s(""), [v, B] = s("");
26
+ const [m, I] = s(""), [d, y] = s(""), [p, A] = s(""), [h, R] = s(""), [f, W] = s(""), [v, B] = s("");
36
27
  E(() => {
37
- u === j && (x(""), y(""), A(""), R(""), W(""), B(""), S(!1));
28
+ u === K && (I(""), y(""), A(""), R(""), W(""), B(""), S(!1));
38
29
  }, [u]);
39
30
  const k = () => {
40
- if (i.currency === D) {
31
+ if (i.currency === T) {
41
32
  if (!m.trim()) {
42
- l({ message: "Please provide Receiver's IBAN" });
33
+ a({ message: "Please provide Receiver's IBAN" });
43
34
  return;
44
35
  }
45
36
  if (!d.trim()) {
46
- l({
37
+ a({
47
38
  message: "Please provide Receiver's BIC/Routing Code"
48
39
  });
49
40
  return;
50
41
  }
51
42
  } else {
52
43
  if (!p.trim()) {
53
- l({
44
+ a({
54
45
  message: "Please provide Receiver's Account Number"
55
46
  });
56
47
  return;
57
48
  }
58
- if (!f.trim()) {
59
- l({
49
+ if (!h.trim()) {
50
+ a({
60
51
  message: "Please provide Receiver's Swift Code"
61
52
  });
62
53
  return;
63
54
  }
64
55
  }
65
56
  if (!v.trim()) {
66
- l({ message: "Please provide Reference/Comments" });
57
+ a({ message: "Please provide Reference/Comments" });
67
58
  return;
68
59
  }
69
- if (!h.trim()) {
70
- l({ message: "Please provide amount" });
60
+ if (!f.trim()) {
61
+ a({ message: "Please provide amount" });
71
62
  return;
72
63
  }
73
- const t = parseFloat(h);
64
+ const t = parseFloat(f);
74
65
  if (t <= 0) {
75
- l({ message: "Please provide amount greater than zero" });
66
+ a({ message: "Please provide amount greater than zero" });
76
67
  return;
77
68
  }
78
69
  if (t > i.balance) {
79
- l({
70
+ a({
80
71
  message: "Insufficient Funds. Please provide amount less or equal to available balance"
81
72
  });
82
73
  return;
83
74
  }
84
- u !== N && q(
85
- M({
75
+ u !== b && _(
76
+ L({
86
77
  amount: t,
87
78
  account_number: p,
88
- sort_code: f,
79
+ sort_code: h,
89
80
  iban: m,
90
81
  bic: d,
91
- app_key: F,
82
+ app_key: D,
92
83
  reference: v,
93
84
  currency: i.currency
94
85
  })
@@ -96,35 +87,35 @@ const be = ({
96
87
  }, P = () => {
97
88
  S(!1);
98
89
  };
99
- return /* @__PURE__ */ a(
100
- J,
90
+ return /* @__PURE__ */ l(
91
+ w,
101
92
  {
102
- open: _,
93
+ open: F,
103
94
  fullWidth: !0,
104
95
  onClose: P,
105
- TransitionComponent: G,
96
+ TransitionComponent: H,
106
97
  children: [
107
- /* @__PURE__ */ a(L, { className: "buy-modal-text-color", children: [
98
+ /* @__PURE__ */ l(z, { className: "buy-modal-text-color", children: [
108
99
  /* @__PURE__ */ e(n, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Send" }) }),
109
100
  /* @__PURE__ */ e(
110
- T,
101
+ q,
111
102
  {
112
103
  "aria-label": "close",
113
104
  onClick: P,
114
105
  className: "menu-buttons",
115
- children: /* @__PURE__ */ e(w, {})
106
+ children: /* @__PURE__ */ e(G, {})
116
107
  }
117
108
  )
118
109
  ] }),
119
- /* @__PURE__ */ a(
120
- K,
110
+ /* @__PURE__ */ l(
111
+ $,
121
112
  {
122
113
  className: "bank-modal-content",
123
114
  sx: { padding: "50px" },
124
115
  dividers: !0,
125
116
  children: [
126
- /* @__PURE__ */ a(b, { container: !0, children: [
127
- /* @__PURE__ */ e(b, { size: 3, children: /* @__PURE__ */ e(
117
+ /* @__PURE__ */ l(N, { container: !0, children: [
118
+ /* @__PURE__ */ e(N, { size: 3, children: /* @__PURE__ */ e(
128
119
  n,
129
120
  {
130
121
  className: "input-label-feature",
@@ -133,7 +124,7 @@ const be = ({
133
124
  children: "Sending From"
134
125
  }
135
126
  ) }),
136
- /* @__PURE__ */ e(b, { size: 9, children: /* @__PURE__ */ a(
127
+ /* @__PURE__ */ e(N, { size: 9, children: /* @__PURE__ */ l(
137
128
  n,
138
129
  {
139
130
  className: "input-label-feature",
@@ -149,8 +140,8 @@ const be = ({
149
140
  }
150
141
  ) })
151
142
  ] }),
152
- /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
153
- c,
143
+ /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
144
+ o,
154
145
  {
155
146
  value: `${i.accountName} (${i.accountNumber})`,
156
147
  type: "text",
@@ -168,17 +159,17 @@ const be = ({
168
159
  children: "Receiver's Account Name"
169
160
  }
170
161
  ) }),
171
- /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
172
- c,
162
+ /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
163
+ o,
173
164
  {
174
- value: `${I.firstName} ${I.lastName}`,
165
+ value: `${x.firstName} ${x.lastName}`,
175
166
  type: "text",
176
167
  disabled: !0,
177
168
  required: !0,
178
169
  fullWidth: !0
179
170
  }
180
171
  ) }) }),
181
- i.currency === D ? /* @__PURE__ */ a(g, { children: [
172
+ i.currency === T ? /* @__PURE__ */ l(g, { children: [
182
173
  /* @__PURE__ */ e(r, { mt: 2, children: /* @__PURE__ */ e(
183
174
  n,
184
175
  {
@@ -188,11 +179,11 @@ const be = ({
188
179
  children: "Receiver's IBAN"
189
180
  }
190
181
  ) }),
191
- /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
192
- c,
182
+ /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
183
+ o,
193
184
  {
194
185
  value: m,
195
- onChange: (t) => x(t.target.value),
186
+ onChange: (t) => I(t.target.value),
196
187
  type: "text",
197
188
  required: !0,
198
189
  fullWidth: !0
@@ -207,8 +198,8 @@ const be = ({
207
198
  children: "Receiver's BIC/Routing Number"
208
199
  }
209
200
  ) }),
210
- /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
211
- c,
201
+ /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
202
+ o,
212
203
  {
213
204
  value: d,
214
205
  onChange: (t) => y(t.target.value),
@@ -217,7 +208,7 @@ const be = ({
217
208
  fullWidth: !0
218
209
  }
219
210
  ) }) })
220
- ] }) : /* @__PURE__ */ a(g, { children: [
211
+ ] }) : /* @__PURE__ */ l(g, { children: [
221
212
  /* @__PURE__ */ e(r, { mt: 2, children: /* @__PURE__ */ e(
222
213
  n,
223
214
  {
@@ -227,8 +218,8 @@ const be = ({
227
218
  children: "Receiver's Account Number"
228
219
  }
229
220
  ) }),
230
- /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
231
- c,
221
+ /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
222
+ o,
232
223
  {
233
224
  value: p,
234
225
  onChange: (t) => A(t.target.value),
@@ -246,10 +237,10 @@ const be = ({
246
237
  children: "Receiver's Swift Code"
247
238
  }
248
239
  ) }),
249
- /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
250
- c,
240
+ /* @__PURE__ */ e(r, { mt: 0.5, className: "content-center", children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
241
+ o,
251
242
  {
252
- value: f,
243
+ value: h,
253
244
  onChange: (t) => R(t.target.value),
254
245
  type: "text",
255
246
  required: !0,
@@ -266,18 +257,18 @@ const be = ({
266
257
  children: "Amount"
267
258
  }
268
259
  ) }),
269
- /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
270
- c,
260
+ /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
261
+ o,
271
262
  {
272
- value: h,
263
+ value: f,
273
264
  onChange: (t) => W(t.target.value),
274
- startAdornment: /* @__PURE__ */ e(Q, { position: "start", children: i.currency }),
265
+ startAdornment: /* @__PURE__ */ e(U, { position: "start", children: i.currency }),
275
266
  type: "text",
276
267
  required: !0,
277
268
  fullWidth: !0
278
269
  }
279
270
  ) }) }),
280
- /* @__PURE__ */ e(r, { mt: 2, children: /* @__PURE__ */ a(
271
+ /* @__PURE__ */ e(r, { mt: 2, children: /* @__PURE__ */ l(
281
272
  n,
282
273
  {
283
274
  className: "input-label-feature",
@@ -286,12 +277,12 @@ const be = ({
286
277
  children: [
287
278
  "Reference/Comments",
288
279
  /* @__PURE__ */ e(
289
- U,
280
+ J,
290
281
  {
291
282
  title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: "The reference will appear on the receiver's bank statement." }),
292
283
  placement: "bottom",
293
- children: /* @__PURE__ */ e(T, { className: "info-fee-icon", children: /* @__PURE__ */ e(
294
- z,
284
+ children: /* @__PURE__ */ e(q, { className: "info-fee-icon", children: /* @__PURE__ */ e(
285
+ M,
295
286
  {
296
287
  sx: {
297
288
  fontSize: "26px",
@@ -304,8 +295,8 @@ const be = ({
304
295
  ]
305
296
  }
306
297
  ) }),
307
- /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(o, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
308
- c,
298
+ /* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
299
+ o,
309
300
  {
310
301
  value: v,
311
302
  onChange: (t) => B(t.target.value),
@@ -315,14 +306,14 @@ const be = ({
315
306
  }
316
307
  ) }) }),
317
308
  /* @__PURE__ */ e(
318
- H,
309
+ V,
319
310
  {
320
311
  sx: { mt: 4 },
321
312
  onClick: k,
322
- disabled: u === N,
313
+ disabled: u === b,
323
314
  fullWidth: !0,
324
- children: /* @__PURE__ */ e("strong", { children: u === N ? /* @__PURE__ */ a(g, { children: [
325
- /* @__PURE__ */ e(V, { size: 15, color: "inherit" }),
315
+ children: /* @__PURE__ */ e("strong", { children: u === b ? /* @__PURE__ */ l(g, { children: [
316
+ /* @__PURE__ */ e(j, { size: 15, color: "inherit" }),
326
317
  " Processing..."
327
318
  ] }) : "Send" })
328
319
  }
@@ -335,5 +326,5 @@ const be = ({
335
326
  );
336
327
  };
337
328
  export {
338
- be as default
329
+ ue as default
339
330
  };
@@ -1,36 +1,33 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../Shared/backBtn.js";
4
5
  import "../../../util/functions.js";
5
6
  import "../../../util/constants.js";
6
7
  import "../../../styles.module-DMd29SPQ.js";
7
8
  import "../Shared/appButton.js";
8
- import "../../../constants-DREDnCMu.js";
9
+ import "../../../constants-DrmtdI1J.js";
9
10
  import "../../../index-BQNs1mvn.js";
10
- import "../../../order-DGBbo_Ox.js";
11
- import "../../../bank-BaOrdTcI.js";
12
- import { a as I } from "../../../index-DJ7xuxBy.js";
11
+ import "../../../order-DEp_Lmar.js";
12
+ import "../../../bank-C4pmTe--.js";
13
+ import { a as F } from "../../../index-CYX3j0V7.js";
13
14
  import "../../../index.esm-BsMAMhYW.js";
14
15
  import "../../../react-redux-C7I9-1M6.js";
15
16
  import "../../../index-DlQqWbXG.js";
16
17
  import "../../../hoc/withThemeProvider.js";
17
- import "../Shared/Auth/otpForm.js";
18
+ import "../../../otpForm-fiNqeB5H.js";
18
19
  import "../../../context/snackBarContext.js";
19
20
  import "../../../util/conversions.js";
20
21
  import "../../../index-CAoLi5Qq.js";
21
22
  import "../../../react-webcam-B3cXh1XT.js";
22
23
  import "../../Shared/transition.js";
23
- import "../../../tooltip-3UvETWtS.js";
24
- import "../Shared/pin.js";
24
+ import "../../../tooltip-BW0UyWw7.js";
25
25
  import "../../../moment-h96o7c8I.js";
26
26
  import "../../../web3-u4qDZYpo.js";
27
27
  import "../../../index.esm-I_Bp2YLf.js";
28
28
  import "../../../context/dialogContext.js";
29
+ import "@mui/icons-material";
29
30
  import "../../../index-ceeCtFuh.js";
30
- import "../../../Typography-pAaje37G.js";
31
- import "../../../Box-B0YSYLco.js";
32
- import "../../../Grid-CFe3amXO.js";
33
- import "../../../CircularProgress-xZA3lvba.js";
34
31
  export {
35
- I as default
32
+ F as default
36
33
  };
@@ -1,32 +1,22 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-BlkZJiHn.js";
4
- import "../../../Info-BVeUSPyk.js";
3
+ import "@mui/material";
4
+ import "../../../PlayArrow-BVDyfxsQ.js";
5
+ import "../../../Info-DOoRR7sR.js";
5
6
  import "../../../generic-token-B_ptO5yb.js";
6
7
  import "../../../util/constants.js";
7
- import "../../../constants-DREDnCMu.js";
8
+ import "../../../constants-DrmtdI1J.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DGBbo_Ox.js";
10
- import "../../../tooltip-3UvETWtS.js";
10
+ import "../../../order-DEp_Lmar.js";
11
+ import "../../../tooltip-BW0UyWw7.js";
11
12
  import "../../../util/functions.js";
12
13
  import "../Shared/appButton.js";
13
- import { B as E } from "../../../index-DJ7xuxBy.js";
14
+ import { B as k } from "../../../index-CYX3j0V7.js";
14
15
  import "../../../styles.module-DMd29SPQ.js";
15
16
  import "../Shared/TokenModal/index.js";
16
17
  import "../../../react-redux-C7I9-1M6.js";
17
18
  import "../Shared/Order/paymentButton.js";
18
19
  import "../Shared/Order/selectCustomIcon.js";
19
- import "../../../Grid-CFe3amXO.js";
20
- import "../../../Typography-pAaje37G.js";
21
- import "../../../FormControl-RtZDQMdA.js";
22
- import "../../../FilledInput-DuNqnPjc.js";
23
- import "../../../TextField-DPpRUQe3.js";
24
- import "../../../CircularProgress-xZA3lvba.js";
25
- import "../../../Select-CB5yWmyn.js";
26
- import "../../../MenuItem-DUdYOJr4.js";
27
- import "../../../ListItemIcon-CUcyTEEm.js";
28
- import "../../../Box-B0YSYLco.js";
29
- import "../../../IconButton-DHm-hucF.js";
30
20
  export {
31
- E as default
21
+ k as default
32
22
  };
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-DJ7xuxBy.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-CYX3j0V7.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DREDnCMu.js";
7
- import "../../../PlayArrow-BlkZJiHn.js";
8
- import "../../../cryptoAssets-DbyDgq4J.js";
9
- import "../../../wallet-DvfdQOju.js";
10
- import "../../../order-DGBbo_Ox.js";
6
+ import "../../../constants-DrmtdI1J.js";
7
+ import "../../../PlayArrow-BVDyfxsQ.js";
8
+ import "../../../cryptoAssets-DyGDknvq.js";
9
+ import "../../../wallet-CauUBXou.js";
10
+ import "../../../order-DEp_Lmar.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -1,29 +1,26 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
- import { C as a } from "../../../ContentCopy-coPwrEuz.js";
3
- import { AuthContainer as d } from "../Shared/Container/index.js";
4
- import m from "../../../hoc/withThemeProvider.js";
2
+ import { Typography as s, Grid as r, Box as a, Tooltip as d, IconButton as c } from "@mui/material";
3
+ import { C as l } from "../../../ContentCopy-D0C0zbQj.js";
4
+ import { AuthContainer as m } from "../Shared/Container/index.js";
5
+ import p from "../../../hoc/withThemeProvider.js";
5
6
  import "../../../index-DlQqWbXG.js";
6
7
  import "../Shared/appButton.js";
7
8
  import "react";
8
- import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-DREDnCMu.js";
10
- import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
9
+ import "../../../otpForm-fiNqeB5H.js";
10
+ import "../../../constants-DrmtdI1J.js";
11
+ import { useSnackBarContext as h } from "../../../context/snackBarContext.js";
11
12
  import "../../../util/conversions.js";
12
13
  import "../../../index-CAoLi5Qq.js";
13
14
  import "../../../react-webcam-B3cXh1XT.js";
14
15
  import "../../Shared/transition.js";
15
- import { T as l } from "../../../tooltip-3UvETWtS.js";
16
- import "../Shared/pin.js";
16
+ import "../../../tooltip-BW0UyWw7.js";
17
17
  import "../../../moment-h96o7c8I.js";
18
18
  import "../../../index.esm-BsMAMhYW.js";
19
19
  import "../../../web3-u4qDZYpo.js";
20
20
  import "../../../index-ceeCtFuh.js";
21
21
  import "../../../index.esm-I_Bp2YLf.js";
22
22
  import "../../../context/dialogContext.js";
23
- import { T as s } from "../../../Typography-pAaje37G.js";
24
- import { G as r } from "../../../Grid-CFe3amXO.js";
25
- import { B as p } from "../../../Box-B0YSYLco.js";
26
- import { I as h } from "../../../IconButton-DHm-hucF.js";
23
+ import "@mui/icons-material";
27
24
  const g = [
28
25
  {
29
26
  name: "BTC",
@@ -42,7 +39,7 @@ const g = [
42
39
  logo: "https://assets.coingecko.com/coins/images/1094/standard/tron-logo.png"
43
40
  }
44
41
  ], x = (o) => {
45
- const { showAlertMessage: n } = c();
42
+ const { showAlertMessage: n } = h();
46
43
  return /* @__PURE__ */ i(
47
44
  r,
48
45
  {
@@ -68,7 +65,7 @@ const g = [
68
65
  },
69
66
  container: !0,
70
67
  children: [
71
- /* @__PURE__ */ e(r, { size: { xs: 3 }, children: /* @__PURE__ */ i(p, { display: "flex", alignItems: "center", gap: 1.5, children: [
68
+ /* @__PURE__ */ e(r, { size: { xs: 3 }, children: /* @__PURE__ */ i(a, { display: "flex", alignItems: "center", gap: 1.5, children: [
72
69
  /* @__PURE__ */ e("img", { alt: o.name, src: o.logo, width: 24 }),
73
70
  /* @__PURE__ */ e(s, { fontWeight: 600, variant: "body1", children: o.name })
74
71
  ] }) }),
@@ -85,18 +82,18 @@ const g = [
85
82
  children: o.address
86
83
  }
87
84
  ) }),
88
- /* @__PURE__ */ e(r, { size: { xs: 2 }, textAlign: "right", children: /* @__PURE__ */ e(l, { title: "Copy address", children: /* @__PURE__ */ e(h, { size: "small", children: /* @__PURE__ */ e(a, { fontSize: "small", sx: { color: "#000" } }) }) }) })
85
+ /* @__PURE__ */ e(r, { size: { xs: 2 }, textAlign: "right", children: /* @__PURE__ */ e(d, { title: "Copy address", children: /* @__PURE__ */ e(c, { size: "small", children: /* @__PURE__ */ e(l, { fontSize: "small", sx: { color: "#000" } }) }) }) })
89
86
  ]
90
87
  }
91
88
  );
92
- }, f = (o) => {
89
+ }, u = (o) => {
93
90
  const n = {
94
91
  BTC: o.btcDepositAddress,
95
92
  ETH: o.ethDepositAddress,
96
93
  SOL: o.solDepositAddress,
97
94
  TRON: o.trxDepositAddress
98
95
  };
99
- return /* @__PURE__ */ i(d, { addPadding: !0, children: [
96
+ return /* @__PURE__ */ i(m, { addPadding: !0, children: [
100
97
  /* @__PURE__ */ e(s, { variant: "h4", fontWeight: "bold", children: "Deposit" }),
101
98
  /* @__PURE__ */ i(s, { mt: 2, variant: "body1", children: [
102
99
  "Only send supported tokens from a",
@@ -128,7 +125,7 @@ const g = [
128
125
  t.name
129
126
  ))
130
127
  ] });
131
- }, $ = m(f);
128
+ }, M = p(u);
132
129
  export {
133
- $ as default
130
+ M as default
134
131
  };