everest-npm-features 0.0.26 → 0.0.27
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/{Alert-CbQZ8Nii.js → Alert-CUoIVlUd.js} +8 -7
- package/dist/{ArrowBack-BoYSBb8u.js → ArrowBack-BV158RTp.js} +1 -1
- package/dist/Avatar-CwczQLPi.js +280 -0
- package/dist/{Backdrop-CJBRZv_z.js → Backdrop-yR8IRnFX.js} +1 -1
- package/dist/{Box-B12x52NC.js → Box-BwKpr_VI.js} +1 -1
- package/dist/{Button-C57IMamW.js → Button-tAfK4lud.js} +13 -12
- package/dist/{ButtonBase-DugIO1pR.js → ButtonBase-CaH152Zd.js} +1 -1
- package/dist/{Cancel-D1JNu4Hj.js → Cancel-BoEk0xRy.js} +1 -1
- package/dist/{CardContent-CbObWW6t.js → CardContent-ZS4vlcvi.js} +2 -2
- package/dist/{CircularProgress-t8uGhLMo.js → CircularProgress-Yx712vpT.js} +7 -6
- package/dist/{Close-jnEgOCZv.js → Close-B_8kEwSt.js} +1 -1
- package/dist/{Close-VV7zb3cu.js → Close-CFg1QB5M.js} +1 -1
- package/dist/{Container-B3Af6Sc3.js → Container-CBPBT38n.js} +2 -2
- package/dist/{ContentCopy-Ufwoeeov.js → ContentCopy-D4Eg7Nkm.js} +1 -1
- package/dist/DefaultPropsProvider-4P82EuVL.js +232 -0
- package/dist/{Delete-TCARcVtU.js → Delete-BGp4FPdE.js} +1 -1
- package/dist/{DialogContent-DzidtXui.js → DialogContent-_gvZOy18.js} +13 -12
- package/dist/{DialogTitle-Bg61Hr7M.js → DialogTitle-dq22bYlF.js} +3 -3
- package/dist/{Divider-Dy5hKfey.js → Divider-CIL55YSC.js} +10 -9
- package/dist/{ErrorOutline-CI_ys3Zo.js → ErrorOutline-BykbFh0r.js} +1 -1
- package/dist/{FileDownload-BcYF17B0.js → FileDownload-BSy7tA6m.js} +1 -1
- package/dist/{FilledInput-DrGeWgue.js → FilledInput-QaJVaeIX.js} +12 -14
- package/dist/{FormControl-DeeQCuu5.js → FormControl-H4D1Z6Ov.js} +1 -1
- package/dist/{FormControlLabel-DVnrJkC8.js → FormControlLabel-BvI1nkJ1.js} +7 -6
- package/dist/{Grid-BXyV_lM8.js → Grid-CPkjiKqX.js} +2 -2
- package/dist/{IconButton-eWRhV6Q9.js → IconButton-WneJM4uP.js} +10 -9
- package/dist/{Info-D2UkGxyK.js → Info-0vSsl6Bm.js} +1 -1
- package/dist/{InputAdornment-BKuUMfPj.js → InputAdornment-Bqn4-Kns.js} +6 -5
- package/dist/{Link-Cm4BkRHO.js → Link-DhdK4VfZ.js} +6 -5
- package/dist/{ListItemIcon-GKRFb1Gr.js → ListItemIcon-D657XWHf.js} +15 -14
- package/dist/Menu-BAFJBGa-.js +1238 -0
- package/dist/{MenuItem-CeCt0bfa.js → MenuItem-ByxiQtY2.js} +36 -35
- package/dist/{Modal-csf3Y8d2.js → Modal-DEfOsvWK.js} +16 -15
- package/dist/{Paper-CnStNE24.js → Paper-jx_cZiyU.js} +27 -26
- package/dist/{PlayArrow-DRCGjsrx.js → PlayArrow-BCWGWaUq.js} +1 -1
- package/dist/{Popper-pPBEFLi4.js → Popper-B1He9eVi.js} +1 -1
- package/dist/{RadioGroup-KiyYjXaT.js → RadioGroup-_-H2gvH2.js} +3 -3
- package/dist/Select-CGei0bav.js +1885 -0
- package/dist/{Stack-CcR5RCg8.js → Stack-DH-Nxf9q.js} +2 -2
- package/dist/{SwitchBase-CHO5ZceN.js → SwitchBase-BDUzpdBf.js} +2 -2
- package/dist/{TextField-q_SeLeNd.js → TextField-DmiK1A_S.js} +17 -16
- package/dist/{Typography-DBlMiOti.js → Typography-BQDN44CM.js} +16 -15
- package/dist/assets/documents.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -1
- package/dist/assets/tokenRow.css +1 -1
- package/dist/assets/withThemeProvider.css +1 -1
- package/dist/{auth-Bf9zHZ-x.js → auth-SxpGte_3.js} +1 -1
- package/dist/{bank-BC4YNBRb.js → bank-DyVf4Uoo.js} +6 -6
- package/dist/components/RocketRamp/MinimalKyc/form.js +13 -12
- package/dist/components/RocketRamp/MinimalKyc/index.js +1 -1
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/form.js +16 -16
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/index.js +16 -14
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +10 -10
- package/dist/components/RocketRamp/Player/Sell/form.js +16 -16
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +5 -5
- package/dist/components/RocketRamp/Player/SignUp/email.js +5 -5
- package/dist/components/RocketRamp/Player/SignUp/index.js +6 -6
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/ResetPassword/index.js +5 -5
- package/dist/components/RocketRamp/Shared/Button/index.js +2 -2
- package/dist/components/RocketRamp/Shared/Input/index.js +6 -6
- package/dist/components/RocketRamp/Shared/backBtn.js +3 -3
- package/dist/components/RocketRamp/Shared/transactionItem.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Store/SignUp/index.js +6 -6
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +7 -7
- package/dist/components/RocketRamp/Store/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/Transactions/index.js +4 -4
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +9 -9
- package/dist/components/Shared/FullKyc/personalDetails.js +10 -9
- package/dist/components/Shared/FullKyc/userInfo.js +15 -14
- package/dist/components/Shared/HistoryItem/index.js +64 -65
- package/dist/components/Shared/Incode/index.js +5 -5
- package/dist/components/Shared/MinimalKyc/index.js +8 -8
- package/dist/components/Shared/loader.js +2 -2
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Wallet/Account/createIban.js +76 -85
- package/dist/components/Wallet/Account/iban.d.ts +5 -1
- package/dist/components/Wallet/Account/iban.js +223 -25
- package/dist/components/Wallet/Account/index.js +144 -149
- package/dist/components/Wallet/Account/sendIban.js +25 -27
- package/dist/components/Wallet/Buy/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Buy/form.js +21 -20
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +25 -24
- package/dist/components/Wallet/EnterpriseKyc/edd.js +23 -22
- package/dist/components/Wallet/EnterpriseKyc/index.js +15 -14
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +26 -25
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +30 -28
- package/dist/components/Wallet/EnterpriseKyc/success.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +8 -7
- package/dist/components/Wallet/History/index.js +111 -112
- package/dist/components/Wallet/Home/index.d.ts +5 -0
- package/dist/components/Wallet/Home/index.js +20 -0
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +18 -17
- package/dist/components/Wallet/Portfolio/dropdown.d.ts +14 -0
- package/dist/components/Wallet/Portfolio/dropdown.js +76 -0
- package/dist/components/Wallet/Portfolio/index.js +309 -304
- package/dist/components/Wallet/Portfolio/tokenRow.js +5 -7
- package/dist/components/Wallet/Profile/documents.js +18 -18
- package/dist/components/Wallet/Profile/index.js +152 -419
- package/dist/components/Wallet/Receive/index.js +10 -10
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Sell/form.js +19 -19
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +20 -19
- package/dist/components/Wallet/Shared/Auth/emailForm.js +14 -13
- package/dist/components/Wallet/Shared/Auth/otpForm.d.ts +1 -1
- package/dist/components/Wallet/Shared/Auth/otpForm.js +98 -88
- package/dist/components/Wallet/Shared/CardPayment/index.js +4 -4
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +10 -12
- package/dist/components/Wallet/Shared/Container/index.d.ts +7 -4
- package/dist/components/Wallet/Shared/Container/index.js +62 -26
- package/dist/components/Wallet/Shared/Input/index.js +1 -1
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +3 -3
- package/dist/components/Wallet/Shared/Order/paymentButton.d.ts +2 -0
- package/dist/components/Wallet/Shared/Order/paymentButton.js +46 -0
- package/dist/components/Wallet/Shared/Order/types.d.ts +2 -0
- package/dist/components/Wallet/Shared/TokenModal/index.js +11 -11
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +13 -11
- package/dist/components/Wallet/Shared/addBank.js +44 -48
- package/dist/components/Wallet/Shared/appButton.d.ts +1 -1
- package/dist/components/Wallet/Shared/appButton.js +77 -57
- package/dist/components/Wallet/Shared/backBtn.js +2 -2
- package/dist/components/Wallet/Shared/button.js +1 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.d.ts +5 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.js +39 -38
- package/dist/components/Wallet/Shared/inputField.js +1 -1
- package/dist/components/Wallet/Shared/noData.js +7 -7
- package/dist/components/Wallet/Shared/pin.js +4 -4
- package/dist/components/Wallet/Shared/radioButton.js +3 -3
- package/dist/components/Wallet/Shared/step.js +2 -2
- package/dist/components/Wallet/SignIn/index.js +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/SignUp/terms.js +4 -4
- package/dist/components/Wallet/Stake/gems/index.js +11 -11
- package/dist/components/Wallet/Stake/id/index.js +12 -12
- package/dist/components/Wallet/Stake/index.js +30 -29
- package/dist/components/Wallet/Swap/index.js +112 -116
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -3
- package/dist/components/Wallet/Withdraw/bankSelect.js +12 -12
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +9 -9
- package/dist/components/Wallet/Withdraw/form.js +19 -18
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-CsMPRK0U.js → constants-BF50a6s-.js} +30 -30
- package/dist/context/dialogContext.d.ts +6 -0
- package/dist/context/dialogContext.js +13 -0
- package/dist/{createSvgIcon-CH41ZVFw.js → createSvgIcon-BgBEJXMh.js} +15 -14
- package/dist/cryptoAssets-Dck03SPI.js +16 -0
- package/dist/{dividerClasses-DnbM--4s.js → dividerClasses-BVK5cNr7.js} +1 -1
- package/dist/documents-Sh6RH769.js +549 -0
- package/dist/{fiatAssets-DVHfFafS.js → fiatAssets-CTIJw9N4.js} +1 -1
- package/dist/hooks/useDialog/index.js +35 -38
- package/dist/hooks/useRrDialog/index.js +4 -4
- package/dist/hooks/useSnackBar.js +12 -11
- package/dist/index-BRwse7X5.js +631 -0
- package/dist/{index-DxX5Mo0o.js → index-CWzs4-wZ.js} +18 -18
- package/dist/{index-DZ__IpVI.js → index-CbogTdwW.js} +25 -24
- package/dist/{index-C9uGghB8.js → index-CmJNKC9m.js} +26 -26
- package/dist/{index-VE9lYjq3.js → index-D8j7wPDM.js} +15 -14
- package/dist/{index-eEYiDlpX.js → index-GxLtFwhs.js} +228 -230
- package/dist/{index-f15o1nhn.js → index-v4KC1K_V.js} +2 -2
- package/dist/isHostComponent-kiaBvYVo.js +6 -0
- package/dist/{kyc-BweeW6k9.js → kyc-kWxxF1vI.js} +1 -1
- package/dist/main.d.ts +7 -0
- package/dist/main.js +66 -59
- package/dist/memoTheme-BUUB1UEO.js +15 -0
- package/dist/{order-DmTHC7ZG.js → order-D-FBHreS.js} +1 -1
- package/dist/{pep-C5Ge-kU4.js → pep-D8bFjgpy.js} +19 -18
- package/dist/{radioButton-Bgy7Kxxo.js → radioButton-CBcYX40o.js} +8 -7
- package/dist/{stake-B150utJI.js → stake-mS8fdG8g.js} +1 -1
- package/dist/styles.module-B-t8vvWh.js +31 -0
- package/dist/styles.module-verVx4pE.js +8 -0
- package/dist/tokenRow-DBnoUm0z.js +186 -0
- package/dist/{tooltip-DGtrVEzU.js → tooltip-Dv3Lfsa2.js} +5 -4
- package/dist/{useThemeProps-lRuJRcRX.js → useThemeProps-DLhzJP-y.js} +1 -1
- package/dist/util/constants.d.ts +5 -0
- package/dist/util/constants.js +88 -83
- package/dist/{wallet-DDW5KCHp.js → wallet-BTc5u8j2.js} +1 -1
- package/package.json +1 -1
- package/dist/ArrowDropDown-BC_iEASy.js +0 -8
- package/dist/ArrowRight-rYkfGJuF.js +0 -8
- package/dist/CheckCircle-CyxKX1TY.js +0 -8
- package/dist/DefaultPropsProvider-B2njZVNv.js +0 -242
- package/dist/Select-Chubcks_.js +0 -3108
- package/dist/assets/iban.css +0 -1
- package/dist/assets/index11.css +0 -1
- package/dist/cryptoAssets-CzNDY1j6.js +0 -16
- package/dist/documents-CEeV8SyW.js +0 -569
- package/dist/iban-DRT7i0vb.js +0 -275
- package/dist/index-BB3__zW3.js +0 -644
- package/dist/styles.module-BFHktEw2.js +0 -30
- package/dist/styles.module-DJk7Pf0F.js +0 -10
- package/dist/tokenRow-X6vlp1LH.js +0 -198
|
@@ -1,27 +1,225 @@
|
|
|
1
|
-
import "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import "../../../Info-
|
|
4
|
-
import "../../../Close-
|
|
5
|
-
import "../../../ContentCopy-
|
|
6
|
-
import "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import "../../../order-
|
|
9
|
-
import "../../../bank-
|
|
10
|
-
import "../../../tooltip-
|
|
11
|
-
import "../Shared/noData.js";
|
|
12
|
-
import "../../Shared/transition.js";
|
|
13
|
-
import
|
|
14
|
-
import "./
|
|
15
|
-
import "
|
|
16
|
-
import "
|
|
17
|
-
import "
|
|
18
|
-
import "../../../
|
|
19
|
-
import "../../../
|
|
20
|
-
import "../../../
|
|
21
|
-
import "../../../
|
|
22
|
-
import "../../../
|
|
23
|
-
import "../../../DialogContent-
|
|
24
|
-
import "../../../DialogTitle-
|
|
1
|
+
import { jsxs as r, jsx as e, Fragment as u } from "react/jsx-runtime";
|
|
2
|
+
import { useState as w, useEffect as I } from "react";
|
|
3
|
+
import { I as D } from "../../../Info-0vSsl6Bm.js";
|
|
4
|
+
import { C as v } from "../../../Close-CFg1QB5M.js";
|
|
5
|
+
import { C as T } from "../../../ContentCopy-D4Eg7Nkm.js";
|
|
6
|
+
import { DIALOG_SUCCESS_ICON as k } from "../../../util/constants.js";
|
|
7
|
+
import { Q as R } from "../../../constants-BF50a6s-.js";
|
|
8
|
+
import { f as z } from "../../../order-D-FBHreS.js";
|
|
9
|
+
import { u as W, s as P } from "../../../bank-DyVf4Uoo.js";
|
|
10
|
+
import { M as _ } from "../../../tooltip-Dv3Lfsa2.js";
|
|
11
|
+
import q from "../Shared/noData.js";
|
|
12
|
+
import V from "../../Shared/transition.js";
|
|
13
|
+
import E from "./sendIban.js";
|
|
14
|
+
import F from "./createIban.js";
|
|
15
|
+
import { useSnackBarContext as M } from "../../../context/snackBarContext.js";
|
|
16
|
+
import { AuthInnerContainer as $ } from "../Shared/Container/index.js";
|
|
17
|
+
import h from "../Shared/appButton.js";
|
|
18
|
+
import { B as s } from "../../../Box-BwKpr_VI.js";
|
|
19
|
+
import { T as f } from "../../../Typography-BQDN44CM.js";
|
|
20
|
+
import { I as y } from "../../../IconButton-WneJM4uP.js";
|
|
21
|
+
import { C as L } from "../../../CircularProgress-Yx712vpT.js";
|
|
22
|
+
import { G as a } from "../../../Grid-CPkjiKqX.js";
|
|
23
|
+
import { D as U, a as G } from "../../../DialogContent-_gvZOy18.js";
|
|
24
|
+
import { D as O } from "../../../DialogTitle-dq22bYlF.js";
|
|
25
|
+
const o = ({
|
|
26
|
+
label: n,
|
|
27
|
+
value: i,
|
|
28
|
+
showCopyBtn: c
|
|
29
|
+
}) => {
|
|
30
|
+
const { showAlertMessage: d } = M();
|
|
31
|
+
return /* @__PURE__ */ r(u, { children: [
|
|
32
|
+
/* @__PURE__ */ e(a, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: n }) }),
|
|
33
|
+
/* @__PURE__ */ r(a, { size: 7, className: "fw500 text-left d-flex items-center", children: [
|
|
34
|
+
i,
|
|
35
|
+
c && /* @__PURE__ */ e(y, { onClick: () => {
|
|
36
|
+
navigator.clipboard.writeText(i), d({
|
|
37
|
+
message: `${n} has been copied successfully.`,
|
|
38
|
+
type: "success"
|
|
39
|
+
});
|
|
40
|
+
}, children: /* @__PURE__ */ e(T, { fontSize: "small", color: "primary" }) })
|
|
41
|
+
] })
|
|
42
|
+
] });
|
|
43
|
+
}, ye = ({
|
|
44
|
+
dispatch: n,
|
|
45
|
+
openDialog: i,
|
|
46
|
+
baseUrl: c,
|
|
47
|
+
checkoutSdkKey: d,
|
|
48
|
+
appKey: p,
|
|
49
|
+
iban: l,
|
|
50
|
+
navigate: x,
|
|
51
|
+
AccountItem: g
|
|
52
|
+
}) => {
|
|
53
|
+
const t = l.data, N = l.loader, [S, m] = w(!1);
|
|
54
|
+
I(() => {
|
|
55
|
+
n(W());
|
|
56
|
+
}, []);
|
|
57
|
+
const B = () => {
|
|
58
|
+
n(P(R));
|
|
59
|
+
};
|
|
60
|
+
I(() => {
|
|
61
|
+
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
|
|
62
|
+
title: "Payment Success",
|
|
63
|
+
message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
|
|
64
|
+
icon: k,
|
|
65
|
+
width: "575px",
|
|
66
|
+
confirmButtonText: "Continue"
|
|
67
|
+
});
|
|
68
|
+
}, []);
|
|
69
|
+
const A = (C) => {
|
|
70
|
+
const b = {
|
|
71
|
+
token: C,
|
|
72
|
+
amount: 12,
|
|
73
|
+
currency: "USD",
|
|
74
|
+
appKey: p,
|
|
75
|
+
success_url: `${c}/accounts?payment=success`,
|
|
76
|
+
fail_url: `${c}/dashboard?payment=failed`
|
|
77
|
+
};
|
|
78
|
+
n(z(b));
|
|
79
|
+
};
|
|
80
|
+
return /* @__PURE__ */ r($, { children: [
|
|
81
|
+
/* @__PURE__ */ r(s, { p: 3, children: [
|
|
82
|
+
/* @__PURE__ */ e(f, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "Everest Accounts (Virtual IBAN)" }) }),
|
|
83
|
+
/* @__PURE__ */ e(
|
|
84
|
+
_,
|
|
85
|
+
{
|
|
86
|
+
title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: "Create a Virtual IBAN of EUR currency. This requires KYC and an annual payment" }),
|
|
87
|
+
placement: "bottom",
|
|
88
|
+
children: /* @__PURE__ */ e(y, { className: "info-fee-icon", children: /* @__PURE__ */ e(D, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
N ? /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(L, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(u, { children: t.accountNumber ? /* @__PURE__ */ r(u, { children: [
|
|
92
|
+
/* @__PURE__ */ e(g, { type: "iban", data: t }),
|
|
93
|
+
/* @__PURE__ */ r(a, { spacing: 2, container: !0, children: [
|
|
94
|
+
/* @__PURE__ */ e(a, { size: { md: 6 }, children: /* @__PURE__ */ e(
|
|
95
|
+
h,
|
|
96
|
+
{
|
|
97
|
+
fullWidth: !0,
|
|
98
|
+
sx: { mt: 3, mb: 3 },
|
|
99
|
+
onClick: () => m(!0),
|
|
100
|
+
children: "Deposit"
|
|
101
|
+
}
|
|
102
|
+
) }),
|
|
103
|
+
/* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(
|
|
104
|
+
h,
|
|
105
|
+
{
|
|
106
|
+
fullWidth: !0,
|
|
107
|
+
sx: { mt: 3, mb: 3 },
|
|
108
|
+
onClick: B,
|
|
109
|
+
children: "Send"
|
|
110
|
+
}
|
|
111
|
+
) }),
|
|
112
|
+
/* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(
|
|
113
|
+
h,
|
|
114
|
+
{
|
|
115
|
+
fullWidth: !0,
|
|
116
|
+
sx: { mt: 3, mb: 3 },
|
|
117
|
+
onClick: () => m(!0),
|
|
118
|
+
children: "Receive"
|
|
119
|
+
}
|
|
120
|
+
) })
|
|
121
|
+
] })
|
|
122
|
+
] }) : t.id ? /* @__PURE__ */ r(
|
|
123
|
+
s,
|
|
124
|
+
{
|
|
125
|
+
className: "text-center",
|
|
126
|
+
sx: {
|
|
127
|
+
py: 2,
|
|
128
|
+
background: "#F0F0F0",
|
|
129
|
+
color: "#16359d",
|
|
130
|
+
fontWeight: "bold",
|
|
131
|
+
borderRadius: "5px"
|
|
132
|
+
},
|
|
133
|
+
children: [
|
|
134
|
+
/* @__PURE__ */ e("p", { children: "We have received your payment and Virtual IBAN creation is in progress. Please wait while we generate your Virtual IBAN." }),
|
|
135
|
+
/* @__PURE__ */ e("p", { children: "This may take a few moments. Thank you for your patience!" })
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
) : /* @__PURE__ */ r(u, { children: [
|
|
139
|
+
/* @__PURE__ */ e(q, { text: "You currently have no IBAN Accounts" }),
|
|
140
|
+
/* @__PURE__ */ e(s, { mt: 4, children: /* @__PURE__ */ e(
|
|
141
|
+
F,
|
|
142
|
+
{
|
|
143
|
+
openDialog: i,
|
|
144
|
+
checkoutSdkKey: d,
|
|
145
|
+
paymentRequest: A,
|
|
146
|
+
iban: l,
|
|
147
|
+
navigate: x
|
|
148
|
+
}
|
|
149
|
+
) })
|
|
150
|
+
] }) })
|
|
151
|
+
] }),
|
|
152
|
+
/* @__PURE__ */ e(E, { iban: l, dispatch: n, appKey: p }),
|
|
153
|
+
/* @__PURE__ */ r(
|
|
154
|
+
U,
|
|
155
|
+
{
|
|
156
|
+
open: S,
|
|
157
|
+
fullWidth: !0,
|
|
158
|
+
onClose: () => m(!1),
|
|
159
|
+
TransitionComponent: V,
|
|
160
|
+
maxWidth: "md",
|
|
161
|
+
children: [
|
|
162
|
+
/* @__PURE__ */ r(O, { className: "buy-modal-text-color", children: [
|
|
163
|
+
/* @__PURE__ */ e(f, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Deposit / Receive" }) }),
|
|
164
|
+
/* @__PURE__ */ e(
|
|
165
|
+
y,
|
|
166
|
+
{
|
|
167
|
+
"aria-label": "close",
|
|
168
|
+
onClick: () => m(!1),
|
|
169
|
+
className: "menu-buttons",
|
|
170
|
+
children: /* @__PURE__ */ e(v, {})
|
|
171
|
+
}
|
|
172
|
+
)
|
|
173
|
+
] }),
|
|
174
|
+
/* @__PURE__ */ r(G, { dividers: !0, children: [
|
|
175
|
+
/* @__PURE__ */ e(f, { variant: "h5", align: "center", children: /* @__PURE__ */ e("strong", { children: "Account Details" }) }),
|
|
176
|
+
/* @__PURE__ */ r(a, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
|
|
177
|
+
/* @__PURE__ */ e(
|
|
178
|
+
o,
|
|
179
|
+
{
|
|
180
|
+
label: "Account Title",
|
|
181
|
+
value: `${t.ownerFirstName} ${t.ownerLastName}`
|
|
182
|
+
}
|
|
183
|
+
),
|
|
184
|
+
/* @__PURE__ */ e(
|
|
185
|
+
o,
|
|
186
|
+
{
|
|
187
|
+
label: "Bank Account Currency",
|
|
188
|
+
value: t.currency || ""
|
|
189
|
+
}
|
|
190
|
+
),
|
|
191
|
+
/* @__PURE__ */ e(o, { label: "Bank Name", value: t.bankName || "" }),
|
|
192
|
+
/* @__PURE__ */ e(
|
|
193
|
+
o,
|
|
194
|
+
{
|
|
195
|
+
label: "Bank Address",
|
|
196
|
+
value: t.bankBranchAddress || "",
|
|
197
|
+
showCopyBtn: !0
|
|
198
|
+
}
|
|
199
|
+
),
|
|
200
|
+
/* @__PURE__ */ e(
|
|
201
|
+
o,
|
|
202
|
+
{
|
|
203
|
+
label: "Virtual IBAN",
|
|
204
|
+
value: t.accountNumber || "",
|
|
205
|
+
showCopyBtn: !0
|
|
206
|
+
}
|
|
207
|
+
),
|
|
208
|
+
/* @__PURE__ */ e(
|
|
209
|
+
o,
|
|
210
|
+
{
|
|
211
|
+
label: "BIC/Swift Code",
|
|
212
|
+
value: t.bicCode || "",
|
|
213
|
+
showCopyBtn: !0
|
|
214
|
+
}
|
|
215
|
+
)
|
|
216
|
+
] })
|
|
217
|
+
] })
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
)
|
|
221
|
+
] });
|
|
222
|
+
};
|
|
25
223
|
export {
|
|
26
|
-
|
|
224
|
+
ye as default
|
|
27
225
|
};
|