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.
- package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
- package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
- package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
- package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
- package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
- package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
- package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
- package/dist/{PlayArrow-Bjz9LxhD.js → PlayArrow-BVDyfxsQ.js} +1 -1
- package/dist/Portal-BeS9yJCZ.js +968 -0
- package/dist/{auth-Cwq6nfwY.js → auth-DTJdu6mq.js} +10 -10
- package/dist/components/RocketRamp/MinimalKyc/form.js +45 -50
- package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -6
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -6
- package/dist/components/RocketRamp/Player/Buy/form.js +6 -15
- package/dist/components/RocketRamp/Player/Buy/index.js +3 -3
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +4 -9
- package/dist/components/RocketRamp/Player/Sell/form.js +6 -15
- package/dist/components/RocketRamp/Player/Sell/index.js +11 -10
- package/dist/components/RocketRamp/Player/SignIn/index.js +22 -24
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +32 -34
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +30 -32
- package/dist/components/RocketRamp/Player/SignUp/email.js +20 -22
- package/dist/components/RocketRamp/Player/SignUp/index.js +48 -51
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +67 -73
- package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/ResetPassword/index.js +22 -24
- package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
- package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
- package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
- package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Store/SignUp/index.js +52 -55
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +47 -53
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +32 -36
- package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/Transactions/index.js +22 -23
- package/dist/components/Shared/FullKyc/countryList.js +15 -17
- package/dist/components/Shared/FullKyc/edd.js +50 -52
- package/dist/components/Shared/FullKyc/index.js +11 -9
- package/dist/components/Shared/FullKyc/pep.js +35 -43
- package/dist/components/Shared/FullKyc/personalDetails.js +5 -5
- package/dist/components/Shared/FullKyc/userInfo.js +6 -11
- package/dist/components/Shared/HistoryItem/index.js +43 -48
- package/dist/components/Shared/Incode/index.js +31 -35
- package/dist/components/Shared/MinimalKyc/index.js +59 -64
- package/dist/components/Shared/Sumsub/index.js +74 -61
- package/dist/components/Shared/loader.js +4 -5
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Shared/transition.js +4 -4
- package/dist/components/Wallet/Account/createIban.js +34 -37
- package/dist/components/Wallet/Account/eWallet.js +35 -39
- package/dist/components/Wallet/Account/iban.js +49 -53
- package/dist/components/Wallet/Account/ibanItem.js +68 -73
- package/dist/components/Wallet/Account/index.js +66 -73
- package/dist/components/Wallet/Account/sendIban.js +79 -88
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -8
- package/dist/components/Wallet/Buy/form.js +6 -16
- package/dist/components/Wallet/Buy/index.js +2 -2
- package/dist/components/Wallet/Deposit/index.js +15 -17
- package/dist/components/Wallet/EnterpriseKyc/edd.js +31 -32
- package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +32 -33
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3590 -1481
- package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +21 -21
- package/dist/components/Wallet/History/index.js +22 -796
- package/dist/components/Wallet/Home/index.js +13 -14
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -96
- package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
- package/dist/components/Wallet/Portfolio/index.js +47 -50
- package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
- package/dist/components/Wallet/Profile/documents.js +125 -134
- package/dist/components/Wallet/Profile/index.js +37 -42
- package/dist/components/Wallet/Profile/storage.js +39 -47
- package/dist/components/Wallet/Receive/index.js +31 -36
- package/dist/components/Wallet/Sell/confirmTransaction.js +6 -8
- package/dist/components/Wallet/Sell/form.js +6 -16
- package/dist/components/Wallet/Sell/index.js +2 -2
- package/dist/components/Wallet/Send/index.js +98 -107
- package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
- package/dist/components/Wallet/Shared/Auth/otpForm.js +8 -355
- package/dist/components/Wallet/Shared/BankSelect/index.js +44 -48
- package/dist/components/Wallet/Shared/CardCorp/index.js +17 -18
- package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
- package/dist/components/Wallet/Shared/Container/index.js +15 -16
- package/dist/components/Wallet/Shared/Input/index.js +3 -3
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
- package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
- package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
- package/dist/components/Wallet/Shared/addBank.js +40 -44
- package/dist/components/Wallet/Shared/appButton.js +11 -15
- package/dist/components/Wallet/Shared/backBtn.js +8 -9
- package/dist/components/Wallet/Shared/button.js +7 -7
- package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -16
- package/dist/components/Wallet/Shared/inputField.js +5 -5
- package/dist/components/Wallet/Shared/manualSend.js +7 -11
- package/dist/components/Wallet/Shared/noData.js +4 -5
- package/dist/components/Wallet/Shared/pin.js +25 -27
- package/dist/components/Wallet/Shared/radioButton.js +39 -5
- package/dist/components/Wallet/Shared/step.js +12 -13
- package/dist/components/Wallet/Shared/timer.js +1 -1
- package/dist/components/Wallet/SignIn/index.js +16 -16
- package/dist/components/Wallet/SignUp/index.js +62 -152
- package/dist/components/Wallet/SignUp/terms.js +1 -1
- package/dist/components/Wallet/Stake/gems/index.js +51 -58
- package/dist/components/Wallet/Stake/id/index.js +73 -81
- package/dist/components/Wallet/Stake/index.js +64 -67
- package/dist/components/Wallet/Swap/form.js +8 -17
- package/dist/components/Wallet/Swap/index.js +2 -2
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +40 -44
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -6
- package/dist/components/Wallet/Withdraw/form.js +4 -15
- package/dist/components/Wallet/Withdraw/index.js +2 -2
- package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
- package/dist/hoc/withThemeProvider.js +5 -732
- package/dist/hooks/useDialog/index.js +22 -23
- package/dist/hooks/useRrDialog/index.js +43 -46
- package/dist/hooks/useSnackBar.js +24 -696
- package/dist/icons/buyIcon.js +1 -1
- package/dist/icons/canceledBuyIcon.js +1 -1
- package/dist/icons/canceledRedeemIcon.js +1 -1
- package/dist/icons/failedBuyIcon.js +2 -2
- package/dist/icons/failedRedeemIcon.js +2 -2
- package/dist/icons/pendingBuyIcon.js +1 -1
- package/dist/icons/pendingRedeemIcon.js +1 -1
- package/dist/icons/redeemIcon.js +1 -1
- package/dist/{index-BbVpeed7.js → index-3OQ4M69t.js} +87 -96
- package/dist/{index-BHG1bT4t.js → index-BBFbUCRZ.js} +123 -128
- package/dist/{index-Dh_ahu-u.js → index-C1WPCgkl.js} +129 -140
- package/dist/{index-eEBuSKOo.js → index-CDwzoHu7.js} +124 -134
- package/dist/{index-B9oucF3r.js → index-CK4kLRAw.js} +189 -198
- package/dist/{index-C7Td5yoW.js → index-CYX3j0V7.js} +172 -181
- package/dist/{index-D2JWUPz8.js → index-ILpK4BCB.js} +154 -163
- package/dist/main.js +7 -7
- package/dist/memoTheme-DnE8lj0t.js +3481 -0
- package/dist/otpForm-fiNqeB5H.js +7378 -0
- package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
- package/dist/tooltip-BW0UyWw7.js +2129 -0
- package/package.json +6 -6
- package/dist/Alert-DzsbFW3-.js +0 -369
- package/dist/Autocomplete-CE-OI2t8.js +0 -2429
- package/dist/Avatar-1XklXr4O.js +0 -281
- package/dist/Backdrop-CioURPVG.js +0 -359
- package/dist/Box-B0YSYLco.js +0 -59
- package/dist/Button-Df4vgU24.js +0 -663
- package/dist/ButtonBase-DLF5c6wi.js +0 -870
- package/dist/CardContent-D9wTdpu-.js +0 -141
- package/dist/CircularProgress-xZA3lvba.js +0 -252
- package/dist/Close-CxzDL3J-.js +0 -9
- package/dist/Container-urNKV7hm.js +0 -181
- package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
- package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
- package/dist/DialogContent-BMwlOnbW.js +0 -567
- package/dist/DialogTitle-CfS0bb2K.js +0 -70
- package/dist/Divider-BShhMFf4.js +0 -297
- package/dist/FilledInput-DuNqnPjc.js +0 -1292
- package/dist/FormControl-RtZDQMdA.js +0 -258
- package/dist/FormControlLabel-BliKW48y.js +0 -519
- package/dist/GlobalStyles-ChMhDfTS.js +0 -59
- package/dist/Grid-CFe3amXO.js +0 -410
- package/dist/Grow-CnGtel3u.js +0 -196
- package/dist/HTMLElementType-BrQSV2FE.js +0 -13
- package/dist/IconButton-DHm-hucF.js +0 -297
- package/dist/InputAdornment-DMiED3JH.js +0 -173
- package/dist/Link-DBA9Yifs.js +0 -266
- package/dist/ListItemIcon-CUcyTEEm.js +0 -84
- package/dist/Menu-DLYFFrEk.js +0 -1239
- package/dist/MenuItem-DUdYOJr4.js +0 -271
- package/dist/Modal-CFIQ_s3T.js +0 -743
- package/dist/Paper-Bgt2WXI6.js +0 -186
- package/dist/Popper-BBAoiZKn.js +0 -1409
- package/dist/Portal-BMAxiQwe.js +0 -69
- package/dist/RadioGroup-nvoSN0JN.js +0 -189
- package/dist/Select-CB5yWmyn.js +0 -1886
- package/dist/Slide-B9Nw0LZ4.js +0 -235
- package/dist/Stack-k55YTxET.js +0 -172
- package/dist/SwitchBase-C8zFyg_x.js +0 -318
- package/dist/TextField-DPpRUQe3.js +0 -978
- package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
- package/dist/Typography-pAaje37G.js +0 -260
- package/dist/chainPropTypes-D9lkm76m.js +0 -8
- package/dist/clsx-BTaloaeC.js +0 -264
- package/dist/createChainedFunction-C0nujS3O.js +0 -9
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
- package/dist/createTheme-CD19zQB7.js +0 -3825
- package/dist/debounce-46wSf_lW.js +0 -15
- package/dist/defaultTheme-C35y5cLB.js +0 -5
- package/dist/dividerClasses-BDxa2gAa.js +0 -10
- package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
- package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
- package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
- package/dist/exactProp-C1Lmtwf_.js +0 -13
- package/dist/extendSxProp-B8UjbJ56.js +0 -37
- package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
- package/dist/index-B0Z-Gjno.js +0 -22
- package/dist/index-DUcLo3x5.js +0 -43
- package/dist/isFocusVisible-CPZqtjv2.js +0 -12
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-DnSE4qG4.js +0 -13
- package/dist/memoTheme-yHaPezod.js +0 -15
- package/dist/ownerWindow-CRgpWY6I.js +0 -7
- package/dist/radioButton-CzlYB0Lh.js +0 -402
- package/dist/refType-BsTH3qnM.js +0 -56
- package/dist/tooltip-3UvETWtS.js +0 -740
- package/dist/useControlled-nm4pBabJ.js +0 -31
- package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
- package/dist/useFormControl-CatNKXAi.js +0 -10
- package/dist/useId-CK6Kn3Tn.js +0 -21
- package/dist/useSlot-CW7SOYlh.js +0 -125
- package/dist/useSlotProps-BfEOwJvJ.js +0 -25
- package/dist/useTheme-BQJ5lp0i.js +0 -11
- package/dist/useTheme-S5_DHFsQ.js +0 -17
- 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
|
|
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
|
|
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 {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import
|
|
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
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import { useSnackBarContext as
|
|
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
|
|
26
|
-
import "
|
|
27
|
-
import
|
|
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
|
|
36
|
-
import
|
|
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 =
|
|
66
|
-
error:
|
|
67
|
-
message:
|
|
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
|
-
|
|
78
|
-
}, [B]), c(() => {
|
|
79
|
-
S && i({ message: S, type: "success" });
|
|
70
|
+
S && i({ message: S });
|
|
80
71
|
}, [S]), c(() => {
|
|
81
|
-
|
|
82
|
-
}, [
|
|
83
|
-
A &&
|
|
84
|
-
}, [A]), c(() =>
|
|
85
|
-
|
|
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
|
-
|
|
88
|
-
}, [
|
|
80
|
+
T && o(be(T));
|
|
81
|
+
}, [T, o]);
|
|
89
82
|
const ie = () => {
|
|
90
|
-
if (!
|
|
83
|
+
if (!I)
|
|
91
84
|
return i({ message: "Please provide the wallet name" }), !1;
|
|
92
|
-
if (!
|
|
85
|
+
if (!y)
|
|
93
86
|
return i({
|
|
94
87
|
message: "Please provide the wallet private key"
|
|
95
88
|
}), !1;
|
|
96
|
-
|
|
89
|
+
L || o(
|
|
97
90
|
_e({
|
|
98
|
-
name:
|
|
99
|
-
privatekey: Buffer.from(
|
|
91
|
+
name: I,
|
|
92
|
+
privatekey: Buffer.from(y).toString("base64")
|
|
100
93
|
})
|
|
101
94
|
);
|
|
102
95
|
}, le = (t) => {
|
|
103
96
|
k({
|
|
104
|
-
icon:
|
|
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(
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
256
|
-
|
|
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
|
-
|
|
273
|
-
|
|
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:
|
|
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
|
-
|
|
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(
|
|
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(
|
|
307
|
-
/* @__PURE__ */ e(
|
|
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(
|
|
302
|
+
/* @__PURE__ */ e(ze, {})
|
|
310
303
|
] })
|
|
311
304
|
] }) })
|
|
312
305
|
] })
|
|
313
306
|
] }) }),
|
|
314
307
|
/* @__PURE__ */ n(
|
|
315
|
-
|
|
308
|
+
Ie,
|
|
316
309
|
{
|
|
317
310
|
fullWidth: !0,
|
|
318
311
|
open: oe,
|
|
319
312
|
onClose: () => g(!1),
|
|
320
|
-
TransitionComponent:
|
|
313
|
+
TransitionComponent: Ee,
|
|
321
314
|
children: [
|
|
322
|
-
/* @__PURE__ */ n(
|
|
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(
|
|
323
|
+
children: /* @__PURE__ */ e(qe, {})
|
|
331
324
|
}
|
|
332
325
|
)
|
|
333
326
|
] }),
|
|
334
|
-
/* @__PURE__ */ n(
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
},
|
|
354
|
+
}, St = je(Qe);
|
|
362
355
|
export {
|
|
363
|
-
|
|
356
|
+
St as default
|
|
364
357
|
};
|
|
@@ -1,94 +1,85 @@
|
|
|
1
|
-
import { jsxs as
|
|
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 {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import {
|
|
14
|
-
|
|
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:
|
|
26
|
-
appKey:
|
|
16
|
+
dispatch: _,
|
|
17
|
+
appKey: D,
|
|
27
18
|
data: i,
|
|
28
|
-
openModal:
|
|
19
|
+
openModal: F,
|
|
29
20
|
setOpenModal: S
|
|
30
21
|
}) => {
|
|
31
|
-
const { showAlertMessage:
|
|
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,
|
|
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 ===
|
|
28
|
+
u === K && (I(""), y(""), A(""), R(""), W(""), B(""), S(!1));
|
|
38
29
|
}, [u]);
|
|
39
30
|
const k = () => {
|
|
40
|
-
if (i.currency ===
|
|
31
|
+
if (i.currency === T) {
|
|
41
32
|
if (!m.trim()) {
|
|
42
|
-
|
|
33
|
+
a({ message: "Please provide Receiver's IBAN" });
|
|
43
34
|
return;
|
|
44
35
|
}
|
|
45
36
|
if (!d.trim()) {
|
|
46
|
-
|
|
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
|
-
|
|
44
|
+
a({
|
|
54
45
|
message: "Please provide Receiver's Account Number"
|
|
55
46
|
});
|
|
56
47
|
return;
|
|
57
48
|
}
|
|
58
|
-
if (!
|
|
59
|
-
|
|
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
|
-
|
|
57
|
+
a({ message: "Please provide Reference/Comments" });
|
|
67
58
|
return;
|
|
68
59
|
}
|
|
69
|
-
if (!
|
|
70
|
-
|
|
60
|
+
if (!f.trim()) {
|
|
61
|
+
a({ message: "Please provide amount" });
|
|
71
62
|
return;
|
|
72
63
|
}
|
|
73
|
-
const t = parseFloat(
|
|
64
|
+
const t = parseFloat(f);
|
|
74
65
|
if (t <= 0) {
|
|
75
|
-
|
|
66
|
+
a({ message: "Please provide amount greater than zero" });
|
|
76
67
|
return;
|
|
77
68
|
}
|
|
78
69
|
if (t > i.balance) {
|
|
79
|
-
|
|
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 !==
|
|
85
|
-
|
|
75
|
+
u !== b && _(
|
|
76
|
+
L({
|
|
86
77
|
amount: t,
|
|
87
78
|
account_number: p,
|
|
88
|
-
sort_code:
|
|
79
|
+
sort_code: h,
|
|
89
80
|
iban: m,
|
|
90
81
|
bic: d,
|
|
91
|
-
app_key:
|
|
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__ */
|
|
100
|
-
|
|
90
|
+
return /* @__PURE__ */ l(
|
|
91
|
+
w,
|
|
101
92
|
{
|
|
102
|
-
open:
|
|
93
|
+
open: F,
|
|
103
94
|
fullWidth: !0,
|
|
104
95
|
onClose: P,
|
|
105
|
-
TransitionComponent:
|
|
96
|
+
TransitionComponent: H,
|
|
106
97
|
children: [
|
|
107
|
-
/* @__PURE__ */
|
|
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
|
-
|
|
101
|
+
q,
|
|
111
102
|
{
|
|
112
103
|
"aria-label": "close",
|
|
113
104
|
onClick: P,
|
|
114
105
|
className: "menu-buttons",
|
|
115
|
-
children: /* @__PURE__ */ e(
|
|
106
|
+
children: /* @__PURE__ */ e(G, {})
|
|
116
107
|
}
|
|
117
108
|
)
|
|
118
109
|
] }),
|
|
119
|
-
/* @__PURE__ */
|
|
120
|
-
|
|
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__ */
|
|
127
|
-
/* @__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(
|
|
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(
|
|
153
|
-
|
|
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(
|
|
172
|
-
|
|
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: `${
|
|
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 ===
|
|
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(
|
|
192
|
-
|
|
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) =>
|
|
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(
|
|
211
|
-
|
|
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__ */
|
|
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(
|
|
231
|
-
|
|
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(
|
|
250
|
-
|
|
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:
|
|
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(
|
|
270
|
-
|
|
260
|
+
/* @__PURE__ */ e(r, { mt: 0.5, children: /* @__PURE__ */ e(c, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
|
|
261
|
+
o,
|
|
271
262
|
{
|
|
272
|
-
value:
|
|
263
|
+
value: f,
|
|
273
264
|
onChange: (t) => W(t.target.value),
|
|
274
|
-
startAdornment: /* @__PURE__ */ e(
|
|
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__ */
|
|
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
|
-
|
|
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(
|
|
294
|
-
|
|
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(
|
|
308
|
-
|
|
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
|
-
|
|
309
|
+
V,
|
|
319
310
|
{
|
|
320
311
|
sx: { mt: 4 },
|
|
321
312
|
onClick: k,
|
|
322
|
-
disabled: u ===
|
|
313
|
+
disabled: u === b,
|
|
323
314
|
fullWidth: !0,
|
|
324
|
-
children: /* @__PURE__ */ e("strong", { children: u ===
|
|
325
|
-
/* @__PURE__ */ e(
|
|
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
|
-
|
|
329
|
+
ue as default
|
|
339
330
|
};
|