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,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-DrmtdI1J.js";
9
- import { s as M } from "../../../bank-C4pmTe--.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-DX0YBtP2.js";
10
+ import { s as L } from "../../../bank-HVb0GFsa.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,35 +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-DrmtdI1J.js";
9
+ import "../../../constants-DX0YBtP2.js";
9
10
  import "../../../index-BQNs1mvn.js";
10
- import "../../../order-DEp_Lmar.js";
11
- import "../../../bank-C4pmTe--.js";
12
- import { a as H } from "../../../index-C7Td5yoW.js";
11
+ import "../../../order-BXeCIvqC.js";
12
+ import "../../../bank-HVb0GFsa.js";
13
+ import { a as F } from "../../../index-DuWW5roi.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-DeeegaX2.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 "../../../tooltip-BW0UyWw7.js";
24
25
  import "../../../moment-h96o7c8I.js";
25
26
  import "../../../web3-u4qDZYpo.js";
26
27
  import "../../../index.esm-I_Bp2YLf.js";
27
28
  import "../../../context/dialogContext.js";
29
+ import "@mui/icons-material";
28
30
  import "../../../index-ceeCtFuh.js";
29
- import "../../../Typography-pAaje37G.js";
30
- import "../../../Box-B0YSYLco.js";
31
- import "../../../Grid-CFe3amXO.js";
32
- import "../../../CircularProgress-xZA3lvba.js";
33
31
  export {
34
- H as default
32
+ F as default
35
33
  };
@@ -1,32 +1,22 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Bjz9LxhD.js";
4
- import "../../../Info-BVeUSPyk.js";
3
+ import "@mui/material";
4
+ import "../../../PlayArrow-71FP5PzJ.js";
5
+ import "../../../Info-DOoRR7sR.js";
5
6
  import "../../../generic-token-B_ptO5yb.js";
6
7
  import "../../../util/constants.js";
7
- import "../../../constants-DrmtdI1J.js";
8
+ import "../../../constants-DX0YBtP2.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DEp_Lmar.js";
10
- import "../../../tooltip-3UvETWtS.js";
10
+ import "../../../order-BXeCIvqC.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-C7Td5yoW.js";
14
+ import { B as k } from "../../../index-DuWW5roi.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-C7Td5yoW.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-DuWW5roi.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DrmtdI1J.js";
7
- import "../../../PlayArrow-Bjz9LxhD.js";
8
- import "../../../cryptoAssets-DyGDknvq.js";
9
- import "../../../wallet-CauUBXou.js";
10
- import "../../../order-DEp_Lmar.js";
6
+ import "../../../constants-DX0YBtP2.js";
7
+ import "../../../PlayArrow-71FP5PzJ.js";
8
+ import "../../../cryptoAssets-B8rAI7pp.js";
9
+ import "../../../wallet-BPXOp8UG.js";
10
+ import "../../../order-BXeCIvqC.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -1,28 +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-DrmtdI1J.js";
10
- import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
9
+ import "../../../otpForm-DeeegaX2.js";
10
+ import "../../../constants-DX0YBtP2.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 "../../../tooltip-BW0UyWw7.js";
16
17
  import "../../../moment-h96o7c8I.js";
17
18
  import "../../../index.esm-BsMAMhYW.js";
18
19
  import "../../../web3-u4qDZYpo.js";
19
20
  import "../../../index-ceeCtFuh.js";
20
21
  import "../../../index.esm-I_Bp2YLf.js";
21
22
  import "../../../context/dialogContext.js";
22
- import { T as s } from "../../../Typography-pAaje37G.js";
23
- import { G as r } from "../../../Grid-CFe3amXO.js";
24
- import { B as p } from "../../../Box-B0YSYLco.js";
25
- import { I as h } from "../../../IconButton-DHm-hucF.js";
23
+ import "@mui/icons-material";
26
24
  const g = [
27
25
  {
28
26
  name: "BTC",
@@ -41,7 +39,7 @@ const g = [
41
39
  logo: "https://assets.coingecko.com/coins/images/1094/standard/tron-logo.png"
42
40
  }
43
41
  ], x = (o) => {
44
- const { showAlertMessage: n } = c();
42
+ const { showAlertMessage: n } = h();
45
43
  return /* @__PURE__ */ i(
46
44
  r,
47
45
  {
@@ -67,7 +65,7 @@ const g = [
67
65
  },
68
66
  container: !0,
69
67
  children: [
70
- /* @__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: [
71
69
  /* @__PURE__ */ e("img", { alt: o.name, src: o.logo, width: 24 }),
72
70
  /* @__PURE__ */ e(s, { fontWeight: 600, variant: "body1", children: o.name })
73
71
  ] }) }),
@@ -84,18 +82,18 @@ const g = [
84
82
  children: o.address
85
83
  }
86
84
  ) }),
87
- /* @__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" } }) }) }) })
88
86
  ]
89
87
  }
90
88
  );
91
- }, f = (o) => {
89
+ }, u = (o) => {
92
90
  const n = {
93
91
  BTC: o.btcDepositAddress,
94
92
  ETH: o.ethDepositAddress,
95
93
  SOL: o.solDepositAddress,
96
94
  TRON: o.trxDepositAddress
97
95
  };
98
- return /* @__PURE__ */ i(d, { addPadding: !0, children: [
96
+ return /* @__PURE__ */ i(m, { addPadding: !0, children: [
99
97
  /* @__PURE__ */ e(s, { variant: "h4", fontWeight: "bold", children: "Deposit" }),
100
98
  /* @__PURE__ */ i(s, { mt: 2, variant: "body1", children: [
101
99
  "Only send supported tokens from a",
@@ -127,7 +125,7 @@ const g = [
127
125
  t.name
128
126
  ))
129
127
  ] });
130
- }, P = m(f);
128
+ }, M = p(u);
131
129
  export {
132
- P as default
130
+ M as default
133
131
  };