everest-npm-features 0.0.61 → 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 (229) 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-Bjz9LxhD.js → PlayArrow-BVDyfxsQ.js} +1 -1
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/{auth-Cwq6nfwY.js → auth-DTJdu6mq.js} +10 -10
  11. package/dist/components/RocketRamp/MinimalKyc/form.js +45 -50
  12. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  13. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -6
  14. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -6
  15. package/dist/components/RocketRamp/Player/Buy/form.js +6 -15
  16. package/dist/components/RocketRamp/Player/Buy/index.js +3 -3
  17. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  18. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  19. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  20. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +4 -9
  21. package/dist/components/RocketRamp/Player/Sell/form.js +6 -15
  22. package/dist/components/RocketRamp/Player/Sell/index.js +11 -10
  23. package/dist/components/RocketRamp/Player/SignIn/index.js +22 -24
  24. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +32 -34
  25. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +30 -32
  26. package/dist/components/RocketRamp/Player/SignUp/email.js +20 -22
  27. package/dist/components/RocketRamp/Player/SignUp/index.js +48 -51
  28. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +67 -73
  29. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  30. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  31. package/dist/components/RocketRamp/ResetPassword/index.js +22 -24
  32. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  33. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  34. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  35. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  36. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  37. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  38. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  39. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  40. package/dist/components/RocketRamp/Store/SignUp/index.js +52 -55
  41. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +47 -53
  42. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +32 -36
  43. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  44. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  45. package/dist/components/RocketRamp/Transactions/index.js +22 -23
  46. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  47. package/dist/components/Shared/FullKyc/edd.js +50 -52
  48. package/dist/components/Shared/FullKyc/index.js +11 -9
  49. package/dist/components/Shared/FullKyc/pep.js +35 -43
  50. package/dist/components/Shared/FullKyc/personalDetails.js +5 -5
  51. package/dist/components/Shared/FullKyc/userInfo.js +6 -11
  52. package/dist/components/Shared/HistoryItem/index.js +43 -48
  53. package/dist/components/Shared/Incode/index.js +31 -35
  54. package/dist/components/Shared/MinimalKyc/index.js +59 -64
  55. package/dist/components/Shared/Sumsub/index.js +74 -61
  56. package/dist/components/Shared/loader.js +4 -5
  57. package/dist/components/Shared/tooltip.js +2 -2
  58. package/dist/components/Shared/transition.js +4 -4
  59. package/dist/components/Wallet/Account/createIban.js +34 -37
  60. package/dist/components/Wallet/Account/eWallet.js +35 -39
  61. package/dist/components/Wallet/Account/iban.js +49 -53
  62. package/dist/components/Wallet/Account/ibanItem.js +68 -73
  63. package/dist/components/Wallet/Account/index.js +66 -73
  64. package/dist/components/Wallet/Account/sendIban.js +79 -88
  65. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -8
  66. package/dist/components/Wallet/Buy/form.js +6 -16
  67. package/dist/components/Wallet/Buy/index.js +2 -2
  68. package/dist/components/Wallet/Deposit/index.js +15 -17
  69. package/dist/components/Wallet/EnterpriseKyc/edd.js +31 -32
  70. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  71. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  72. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  73. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  74. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3590 -1481
  77. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  78. package/dist/components/Wallet/EnterpriseKyc/verify.js +21 -21
  79. package/dist/components/Wallet/History/index.js +22 -796
  80. package/dist/components/Wallet/Home/index.js +13 -14
  81. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -96
  82. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  83. package/dist/components/Wallet/Portfolio/index.js +47 -50
  84. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  85. package/dist/components/Wallet/Profile/documents.js +125 -134
  86. package/dist/components/Wallet/Profile/index.js +37 -42
  87. package/dist/components/Wallet/Profile/storage.js +39 -47
  88. package/dist/components/Wallet/Receive/index.js +31 -36
  89. package/dist/components/Wallet/Sell/confirmTransaction.js +6 -8
  90. package/dist/components/Wallet/Sell/form.js +6 -16
  91. package/dist/components/Wallet/Sell/index.js +2 -2
  92. package/dist/components/Wallet/Send/index.js +98 -107
  93. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  94. package/dist/components/Wallet/Shared/Auth/otpForm.js +8 -355
  95. package/dist/components/Wallet/Shared/BankSelect/index.js +44 -48
  96. package/dist/components/Wallet/Shared/CardCorp/index.js +17 -18
  97. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  98. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  99. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  100. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  101. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  102. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  103. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  104. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  105. package/dist/components/Wallet/Shared/addBank.js +40 -44
  106. package/dist/components/Wallet/Shared/appButton.js +11 -15
  107. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  108. package/dist/components/Wallet/Shared/button.js +7 -7
  109. package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -16
  110. package/dist/components/Wallet/Shared/inputField.js +5 -5
  111. package/dist/components/Wallet/Shared/manualSend.js +7 -11
  112. package/dist/components/Wallet/Shared/noData.js +4 -5
  113. package/dist/components/Wallet/Shared/pin.js +25 -27
  114. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  115. package/dist/components/Wallet/Shared/step.js +12 -13
  116. package/dist/components/Wallet/Shared/timer.js +1 -1
  117. package/dist/components/Wallet/SignIn/index.js +16 -16
  118. package/dist/components/Wallet/SignUp/index.js +62 -152
  119. package/dist/components/Wallet/SignUp/terms.js +1 -1
  120. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  121. package/dist/components/Wallet/Stake/id/index.js +73 -81
  122. package/dist/components/Wallet/Stake/index.js +64 -67
  123. package/dist/components/Wallet/Swap/form.js +8 -17
  124. package/dist/components/Wallet/Swap/index.js +2 -2
  125. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  126. package/dist/components/Wallet/Withdraw/bankSelect.js +40 -44
  127. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -6
  128. package/dist/components/Wallet/Withdraw/form.js +4 -15
  129. package/dist/components/Wallet/Withdraw/index.js +2 -2
  130. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  131. package/dist/hoc/withThemeProvider.js +5 -732
  132. package/dist/hooks/useDialog/index.js +22 -23
  133. package/dist/hooks/useRrDialog/index.js +43 -46
  134. package/dist/hooks/useSnackBar.js +24 -696
  135. package/dist/icons/buyIcon.js +1 -1
  136. package/dist/icons/canceledBuyIcon.js +1 -1
  137. package/dist/icons/canceledRedeemIcon.js +1 -1
  138. package/dist/icons/failedBuyIcon.js +2 -2
  139. package/dist/icons/failedRedeemIcon.js +2 -2
  140. package/dist/icons/pendingBuyIcon.js +1 -1
  141. package/dist/icons/pendingRedeemIcon.js +1 -1
  142. package/dist/icons/redeemIcon.js +1 -1
  143. package/dist/{index-BbVpeed7.js → index-3OQ4M69t.js} +87 -96
  144. package/dist/{index-BHG1bT4t.js → index-BBFbUCRZ.js} +123 -128
  145. package/dist/{index-Dh_ahu-u.js → index-C1WPCgkl.js} +129 -140
  146. package/dist/{index-eEBuSKOo.js → index-CDwzoHu7.js} +124 -134
  147. package/dist/{index-B9oucF3r.js → index-CK4kLRAw.js} +189 -198
  148. package/dist/{index-C7Td5yoW.js → index-CYX3j0V7.js} +172 -181
  149. package/dist/{index-D2JWUPz8.js → index-ILpK4BCB.js} +154 -163
  150. package/dist/main.js +7 -7
  151. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  152. package/dist/otpForm-fiNqeB5H.js +7378 -0
  153. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  154. package/dist/tooltip-BW0UyWw7.js +2129 -0
  155. package/package.json +6 -6
  156. package/dist/Alert-DzsbFW3-.js +0 -369
  157. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  158. package/dist/Avatar-1XklXr4O.js +0 -281
  159. package/dist/Backdrop-CioURPVG.js +0 -359
  160. package/dist/Box-B0YSYLco.js +0 -59
  161. package/dist/Button-Df4vgU24.js +0 -663
  162. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  163. package/dist/CardContent-D9wTdpu-.js +0 -141
  164. package/dist/CircularProgress-xZA3lvba.js +0 -252
  165. package/dist/Close-CxzDL3J-.js +0 -9
  166. package/dist/Container-urNKV7hm.js +0 -181
  167. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  168. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  169. package/dist/DialogContent-BMwlOnbW.js +0 -567
  170. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  171. package/dist/Divider-BShhMFf4.js +0 -297
  172. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  173. package/dist/FormControl-RtZDQMdA.js +0 -258
  174. package/dist/FormControlLabel-BliKW48y.js +0 -519
  175. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  176. package/dist/Grid-CFe3amXO.js +0 -410
  177. package/dist/Grow-CnGtel3u.js +0 -196
  178. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  179. package/dist/IconButton-DHm-hucF.js +0 -297
  180. package/dist/InputAdornment-DMiED3JH.js +0 -173
  181. package/dist/Link-DBA9Yifs.js +0 -266
  182. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  183. package/dist/Menu-DLYFFrEk.js +0 -1239
  184. package/dist/MenuItem-DUdYOJr4.js +0 -271
  185. package/dist/Modal-CFIQ_s3T.js +0 -743
  186. package/dist/Paper-Bgt2WXI6.js +0 -186
  187. package/dist/Popper-BBAoiZKn.js +0 -1409
  188. package/dist/Portal-BMAxiQwe.js +0 -69
  189. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  190. package/dist/Select-CB5yWmyn.js +0 -1886
  191. package/dist/Slide-B9Nw0LZ4.js +0 -235
  192. package/dist/Stack-k55YTxET.js +0 -172
  193. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  194. package/dist/TextField-DPpRUQe3.js +0 -978
  195. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  196. package/dist/Typography-pAaje37G.js +0 -260
  197. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  198. package/dist/clsx-BTaloaeC.js +0 -264
  199. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  200. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  201. package/dist/createTheme-CD19zQB7.js +0 -3825
  202. package/dist/debounce-46wSf_lW.js +0 -15
  203. package/dist/defaultTheme-C35y5cLB.js +0 -5
  204. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  205. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  206. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  207. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  208. package/dist/exactProp-C1Lmtwf_.js +0 -13
  209. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  210. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  211. package/dist/index-B0Z-Gjno.js +0 -22
  212. package/dist/index-DUcLo3x5.js +0 -43
  213. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  214. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  215. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  216. package/dist/memoTheme-yHaPezod.js +0 -15
  217. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  218. package/dist/radioButton-CzlYB0Lh.js +0 -402
  219. package/dist/refType-BsTH3qnM.js +0 -56
  220. package/dist/tooltip-3UvETWtS.js +0 -740
  221. package/dist/useControlled-nm4pBabJ.js +0 -31
  222. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  223. package/dist/useFormControl-CatNKXAi.js +0 -10
  224. package/dist/useId-CK6Kn3Tn.js +0 -21
  225. package/dist/useSlot-CW7SOYlh.js +0 -125
  226. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  227. package/dist/useTheme-BQJ5lp0i.js +0 -11
  228. package/dist/useTheme-S5_DHFsQ.js +0 -17
  229. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,30 +1,31 @@
1
1
  import { jsxs as n, Fragment as Y, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as W, useEffect as c } from "react";
3
- import { u as f } from "../../../react-redux-C7I9-1M6.js";
3
+ import { u as h } from "../../../react-redux-C7I9-1M6.js";
4
4
  import "../../../constants-DrmtdI1J.js";
5
5
  import { u as me, c as de, d as ue } from "../../../index-BQNs1mvn.js";
6
- import { u as pe, a as fe, b as he, c as ge, d as be, e as _e, g as xe } from "../../../wallet-CauUBXou.js";
6
+ import { u as pe, a as he, b as fe, c as ge, d as be, e as _e, g as xe } from "../../../wallet-CauUBXou.js";
7
7
  import { u as Ne, c as We, d as Ce, e as we } from "../../../bank-C4pmTe--.js";
8
- import { LINKED_WALLET_TOOLTIP as ke, CONNECTED_WALLET_TOOLTIP as Ie, WALLET_ICON as ve, DELETE_ICON as De } from "../../../util/constants.js";
9
- import { M as Z } from "../../../tooltip-3UvETWtS.js";
10
- import { I as U } from "../../../Info-BVeUSPyk.js";
11
- import { C as ye } from "../../../Cancel-4lT7GZUA.js";
12
- import { D as Ae } from "../../../Delete-jpMstGIF.js";
13
- import { C as Te } from "../../../Close-CNwiMz_O.js";
14
- import Le from "../../Shared/transition.js";
8
+ import { Box as r, Grid as m, Typography as l, IconButton as C, CircularProgress as w, Button as ke, Stack as ve, Dialog as Ie, DialogTitle as ye, DialogContent as Ae } from "@mui/material";
9
+ import { LINKED_WALLET_TOOLTIP as De, CONNECTED_WALLET_TOOLTIP as Le, WALLET_ICON as Te, DELETE_ICON as Se } from "../../../util/constants.js";
10
+ import { M as Z } from "../../../tooltip-BW0UyWw7.js";
11
+ import { I as U } from "../../../Info-DOoRR7sR.js";
12
+ import { C as Be } from "../../../Cancel-pHQsCjtK.js";
13
+ import { D as Re } from "../../../Delete-Bj8zmXnh.js";
14
+ import { C as qe } from "../../../Close-DSxLLo08.js";
15
+ import Ee from "../../Shared/transition.js";
15
16
  import ee from "../Shared/inputField.js";
16
- import Be from "../Shared/addBank.js";
17
- import Se from "../Shared/connectPlaidBank.js";
18
- import Re from "../Shared/ConnectWallet/index.js";
19
- import qe from "./iban.js";
20
- import Ee from "./eWallet.js";
21
- import { useSnackBarContext as ze } from "../../../context/snackBarContext.js";
17
+ import ze from "../Shared/addBank.js";
18
+ import Pe from "../Shared/connectPlaidBank.js";
19
+ import Oe from "../Shared/ConnectWallet/index.js";
20
+ import $e from "./iban.js";
21
+ import Me from "./eWallet.js";
22
+ import { useSnackBarContext as He } from "../../../context/snackBarContext.js";
22
23
  import te from "../Shared/appButton.js";
23
24
  import { AuthInnerContainer as R } from "../Shared/Container/index.js";
24
25
  import "../../../index-DlQqWbXG.js";
25
- import Pe from "../../../hoc/withThemeProvider.js";
26
- import "../Shared/Auth/otpForm.js";
27
- import Oe from "../../../hooks/useEverestDispatch.js";
26
+ import je from "../../../hoc/withThemeProvider.js";
27
+ import "../../../otpForm-fiNqeB5H.js";
28
+ import Fe from "../../../hooks/useEverestDispatch.js";
28
29
  import "../../../util/conversions.js";
29
30
  import "../../../index-CAoLi5Qq.js";
30
31
  import "../../../react-webcam-B3cXh1XT.js";
@@ -32,16 +33,8 @@ import "../../../moment-h96o7c8I.js";
32
33
  import "../../../index.esm-BsMAMhYW.js";
33
34
  import "../../../index-ceeCtFuh.js";
34
35
  import "../../../index.esm-I_Bp2YLf.js";
35
- import { useDialogContext as $e } from "../../../context/dialogContext.js";
36
- import { B as r } from "../../../Box-B0YSYLco.js";
37
- import { G as m } from "../../../Grid-CFe3amXO.js";
38
- import { T as l } from "../../../Typography-pAaje37G.js";
39
- import { I as C } from "../../../IconButton-DHm-hucF.js";
40
- import { C as w } from "../../../CircularProgress-xZA3lvba.js";
41
- import { B as Me } from "../../../Button-Df4vgU24.js";
42
- import { S as He } from "../../../Stack-k55YTxET.js";
43
- import { D as je, a as Fe } from "../../../DialogContent-BMwlOnbW.js";
44
- import { D as Ge } from "../../../DialogTitle-CfS0bb2K.js";
36
+ import { useDialogContext as Ge } from "../../../context/dialogContext.js";
37
+ import "@mui/icons-material";
45
38
  import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_heading_arwo8_27", a = {
46
39
  container: Ke,
47
40
  "inner-container": "_inner-container_arwo8_13",
@@ -62,9 +55,9 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
62
55
  paymentWidgetSrcUrl: O,
63
56
  navigate: $
64
57
  }) => {
65
- const o = Oe(), { showAlertMessage: i } = ze(), { openDialog: k } = $e(), I = f((t) => t.app.features), h = f(me), ne = h.loader, u = h.message, M = h.banks, H = h.iban, [j, F] = W(!1), [oe, g] = W(!1), [v, ae] = W(""), [D, se] = W(""), G = f(de), K = G.data, { error: y, message: A, loader: T } = G, J = f((t) => t.user.profile), Q = J.tokens, L = J.everWalletAddress, V = f(ue), b = V.data, {
66
- error: B,
67
- message: S,
58
+ const o = Fe(), { showAlertMessage: i } = He(), { openDialog: k } = Ge(), v = h((t) => t.app.features), f = h(me), ne = f.loader, u = f.message, M = f.banks, H = f.iban, [j, F] = W(!1), [oe, g] = W(!1), [I, ae] = W(""), [y, se] = W(""), G = h(de), K = G.data, { error: A, message: D, loader: L } = G, J = h((t) => t.user.profile), Q = J.tokens, T = J.everWalletAddress, V = h(ue), b = V.data, {
59
+ error: S,
60
+ message: B,
68
61
  loader: re
69
62
  } = V;
70
63
  c(() => {
@@ -74,34 +67,34 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
74
67
  (t.includes("created") || t.includes("successfully") || t.includes("Account")) && i({ message: t, type: "success" });
75
68
  }
76
69
  }, [u]), c(() => {
77
- B && i({ message: B });
78
- }, [B]), c(() => {
79
- S && i({ message: S, type: "success" });
70
+ S && i({ message: S });
80
71
  }, [S]), c(() => {
81
- y && i({ message: y });
82
- }, [y]), c(() => {
83
- A && (g(!1), i({ message: A, type: "success" }));
84
- }, [A]), c(() => (K.length <= 0 && o(pe()), b.length <= 0 && o(fe()), o(Ne()), o(We()), () => {
85
- o(he("")), o(ge(""));
72
+ B && i({ message: B, type: "success" });
73
+ }, [B]), c(() => {
74
+ A && i({ message: A });
75
+ }, [A]), c(() => {
76
+ D && (g(!1), i({ message: D, type: "success" }));
77
+ }, [D]), c(() => (K.length <= 0 && o(pe()), b.length <= 0 && o(he()), o(Ne()), o(We()), () => {
78
+ o(fe("")), o(ge(""));
86
79
  }), []), c(() => {
87
- L && o(be(L));
88
- }, [L, o]);
80
+ T && o(be(T));
81
+ }, [T, o]);
89
82
  const ie = () => {
90
- if (!v)
83
+ if (!I)
91
84
  return i({ message: "Please provide the wallet name" }), !1;
92
- if (!D)
85
+ if (!y)
93
86
  return i({
94
87
  message: "Please provide the wallet private key"
95
88
  }), !1;
96
- T || o(
89
+ L || o(
97
90
  _e({
98
- name: v,
99
- privatekey: Buffer.from(D).toString("base64")
91
+ name: I,
92
+ privatekey: Buffer.from(y).toString("base64")
100
93
  })
101
94
  );
102
95
  }, le = (t) => {
103
96
  k({
104
- icon: De,
97
+ icon: Se,
105
98
  height: "450px",
106
99
  title: "Are you sure you want to delete?",
107
100
  message: "This action cannot be undone.",
@@ -123,11 +116,11 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
123
116
  {
124
117
  className: a["remove-icon"],
125
118
  onClick: () => le(t.id),
126
- children: /* @__PURE__ */ e(ye, {})
119
+ children: /* @__PURE__ */ e(Be, {})
127
120
  }
128
121
  ),
129
122
  /* @__PURE__ */ n(m, { container: !0, width: "100%", alignItems: "center", spacing: 1, children: [
130
- /* @__PURE__ */ e(m, { size: { xs: 2, md: 1 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: ve, alt: "Icon", height: 28, width: 28 }) }),
123
+ /* @__PURE__ */ e(m, { size: { xs: 2, md: 1 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: Te, alt: "Icon", height: 28, width: 28 }) }),
131
124
  /* @__PURE__ */ n(m, { size: { xs: 7, md: 7 }, children: [
132
125
  /* @__PURE__ */ e(
133
126
  l,
@@ -189,7 +182,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
189
182
  /* @__PURE__ */ e(
190
183
  Z,
191
184
  {
192
- title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: ke }),
185
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: De }),
193
186
  placement: "bottom",
194
187
  children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
195
188
  U,
@@ -202,7 +195,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
202
195
  ) })
203
196
  }
204
197
  ),
205
- T && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
198
+ L && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
206
199
  K.map((t, s) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, s)),
207
200
  /* @__PURE__ */ e(
208
201
  te,
@@ -227,7 +220,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
227
220
  /* @__PURE__ */ e(
228
221
  Z,
229
222
  {
230
- title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: Ie }),
223
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: Le }),
231
224
  placement: "bottom",
232
225
  children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
233
226
  U,
@@ -243,7 +236,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
243
236
  re && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
244
237
  b.map((t, s) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, s)),
245
238
  /* @__PURE__ */ e(
246
- Re,
239
+ Oe,
247
240
  {
248
241
  addressHandler: ce,
249
242
  btnClass: "wallet-btn"
@@ -252,8 +245,8 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
252
245
  ] })
253
246
  ] }),
254
247
  /* @__PURE__ */ n(m, { size: { md: 6, xs: 12 }, children: [
255
- I.eWallet && /* @__PURE__ */ e(r, { mb: 2, children: /* @__PURE__ */ e(
256
- Ee,
248
+ v.eWallet && /* @__PURE__ */ e(r, { mb: 2, children: /* @__PURE__ */ e(
249
+ Me,
257
250
  {
258
251
  openDialog: k,
259
252
  dispatch: o,
@@ -269,8 +262,8 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
269
262
  tokenData: Q
270
263
  }
271
264
  ) }),
272
- I.iban && /* @__PURE__ */ e(
273
- qe,
265
+ v.iban && /* @__PURE__ */ e(
266
+ $e,
274
267
  {
275
268
  openDialog: k,
276
269
  dispatch: o,
@@ -286,40 +279,40 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
286
279
  tokenData: Q
287
280
  }
288
281
  ),
289
- /* @__PURE__ */ e(R, { mt: 2, children: /* @__PURE__ */ n(r, { p: 3, mt: I.iban ? 2 : 0, children: [
282
+ /* @__PURE__ */ e(R, { mt: 2, children: /* @__PURE__ */ n(r, { p: 3, mt: v.iban ? 2 : 0, children: [
290
283
  /* @__PURE__ */ e(l, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
291
284
  M.length > 0 && /* @__PURE__ */ n(
292
- Me,
285
+ ke,
293
286
  {
294
287
  className: `${j ? a["delete-disable"] : a["confirm-edit"]} normal-text`,
295
288
  sx: { mt: 3, mb: 3 },
296
289
  variant: "contained",
297
290
  onClick: () => F((t) => !t),
298
291
  children: [
299
- /* @__PURE__ */ e(Ae, {}),
292
+ /* @__PURE__ */ e(Re, {}),
300
293
  "Delete"
301
294
  ]
302
295
  }
303
296
  ),
304
297
  ne && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
305
298
  M.map((t, s) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, s)),
306
- /* @__PURE__ */ n(He, { mt: 4, gap: 1, children: [
307
- /* @__PURE__ */ e(Se, {}),
299
+ /* @__PURE__ */ n(ve, { mt: 4, gap: 1, children: [
300
+ /* @__PURE__ */ e(Pe, {}),
308
301
  /* @__PURE__ */ e(l, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
309
- /* @__PURE__ */ e(Be, {})
302
+ /* @__PURE__ */ e(ze, {})
310
303
  ] })
311
304
  ] }) })
312
305
  ] })
313
306
  ] }) }),
314
307
  /* @__PURE__ */ n(
315
- je,
308
+ Ie,
316
309
  {
317
310
  fullWidth: !0,
318
311
  open: oe,
319
312
  onClose: () => g(!1),
320
- TransitionComponent: Le,
313
+ TransitionComponent: Ee,
321
314
  children: [
322
- /* @__PURE__ */ n(Ge, { className: "buy-modal-text-color", children: [
315
+ /* @__PURE__ */ n(ye, { className: "buy-modal-text-color", children: [
323
316
  /* @__PURE__ */ e(l, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
324
317
  /* @__PURE__ */ e(
325
318
  C,
@@ -327,17 +320,17 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
327
320
  "aria-label": "close",
328
321
  onClick: () => g(!1),
329
322
  className: "menu-buttons",
330
- children: /* @__PURE__ */ e(Te, {})
323
+ children: /* @__PURE__ */ e(qe, {})
331
324
  }
332
325
  )
333
326
  ] }),
334
- /* @__PURE__ */ n(Fe, { dividers: !0, children: [
327
+ /* @__PURE__ */ n(Ae, { dividers: !0, children: [
335
328
  /* @__PURE__ */ e(l, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
336
329
  /* @__PURE__ */ e(
337
330
  ee,
338
331
  {
339
332
  label: "Name",
340
- value: v,
333
+ value: I,
341
334
  onChangeHandler: (t) => ae(t)
342
335
  }
343
336
  ),
@@ -345,11 +338,11 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
345
338
  ee,
346
339
  {
347
340
  label: "Private Key",
348
- value: D,
341
+ value: y,
349
342
  onChangeHandler: (t) => se(t)
350
343
  }
351
344
  ),
352
- /* @__PURE__ */ e(te, { sx: { mt: 4 }, onClick: ie, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: T ? /* @__PURE__ */ n(Y, { children: [
345
+ /* @__PURE__ */ e(te, { sx: { mt: 4 }, onClick: ie, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: L ? /* @__PURE__ */ n(Y, { children: [
353
346
  /* @__PURE__ */ e(w, { size: 15, color: "inherit" }),
354
347
  " Processing..."
355
348
  ] }) : "Import Wallet" }) })
@@ -358,7 +351,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
358
351
  }
359
352
  )
360
353
  ] });
361
- }, Ot = Pe(Qe);
354
+ }, St = je(Qe);
362
355
  export {
363
- Ot as default
356
+ St as default
364
357
  };
@@ -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-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
  };