everest-npm-features 0.0.26 → 0.0.28
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-DoHhqFQx.js} +11 -11
- 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 +9 -9
- package/dist/components/RocketRamp/Player/SignUp/email.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/index.js +10 -10
- 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 +15 -15
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +11 -11
- 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/types.d.ts +1 -1
- 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 +83 -80
- 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 +310 -301
- 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 +8 -4
- package/dist/components/Wallet/Shared/Container/index.js +63 -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 +47 -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 +7 -7
- package/dist/components/Wallet/SignUp/index.js +185 -58
- package/dist/components/Wallet/SignUp/terms.d.ts +1 -6
- package/dist/components/Wallet/SignUp/terms.js +517 -564
- 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-Db73x3ti.js} +178 -177
- 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-C_LViPSb.js} +219 -218
- 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 +9 -0
- package/dist/util/constants.js +93 -84
- 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
package/dist/iban-DRT7i0vb.js
DELETED
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
import { jsxs as n, jsx as e, Fragment as p } from "react/jsx-runtime";
|
|
2
|
-
import { useState as w, useEffect as N } from "react";
|
|
3
|
-
import { I as z } from "./Info-D2UkGxyK.js";
|
|
4
|
-
import { C as B } from "./Close-VV7zb3cu.js";
|
|
5
|
-
import { C as S } from "./ContentCopy-Ufwoeeov.js";
|
|
6
|
-
import { DIALOG_SUCCESS_ICON as A, WALLET_ICON as D } from "./util/constants.js";
|
|
7
|
-
import { a3 as T } from "./constants-CsMPRK0U.js";
|
|
8
|
-
import { f as $ } from "./order-DmTHC7ZG.js";
|
|
9
|
-
import { e as R, c as W } from "./bank-BC4YNBRb.js";
|
|
10
|
-
import { M as L } from "./tooltip-DGtrVEzU.js";
|
|
11
|
-
import P from "./components/Wallet/Shared/noData.js";
|
|
12
|
-
import q from "./components/Shared/transition.js";
|
|
13
|
-
import E from "./components/Wallet/Account/sendIban.js";
|
|
14
|
-
import F from "./components/Wallet/Account/createIban.js";
|
|
15
|
-
import { useSnackBarContext as V } from "./context/snackBarContext.js";
|
|
16
|
-
import { B as i } from "./Box-B12x52NC.js";
|
|
17
|
-
import { T as l } from "./Typography-DBlMiOti.js";
|
|
18
|
-
import { I as _ } from "./IconButton-eWRhV6Q9.js";
|
|
19
|
-
import { C as M } from "./CircularProgress-t8uGhLMo.js";
|
|
20
|
-
import { G as r } from "./Grid-BXyV_lM8.js";
|
|
21
|
-
import { B as y } from "./Button-C57IMamW.js";
|
|
22
|
-
import { D as O, a as U } from "./DialogContent-DzidtXui.js";
|
|
23
|
-
import { D as G } from "./DialogTitle-Bg61Hr7M.js";
|
|
24
|
-
import './assets/iban.css';const j = "_container_kzn77_1", Y = "_heading_kzn77_27", u = {
|
|
25
|
-
container: j,
|
|
26
|
-
"inner-container": "_inner-container_kzn77_13",
|
|
27
|
-
heading: Y,
|
|
28
|
-
"account-item": "_account-item_kzn77_41",
|
|
29
|
-
"account-item-text": "_account-item-text_kzn77_69",
|
|
30
|
-
"primary-color": "_primary-color_kzn77_81",
|
|
31
|
-
"secondary-color": "_secondary-color_kzn77_89",
|
|
32
|
-
"info-icon": "_info-icon_kzn77_97",
|
|
33
|
-
"remove-icon": "_remove-icon_kzn77_107",
|
|
34
|
-
"delete-disable": "_delete-disable_kzn77_121",
|
|
35
|
-
"confirm-edit": "_confirm-edit_kzn77_137",
|
|
36
|
-
"confirm-buy-edit": "_confirm-buy-edit_kzn77_153"
|
|
37
|
-
}, s = ({
|
|
38
|
-
label: t,
|
|
39
|
-
value: a,
|
|
40
|
-
showCopyBtn: c
|
|
41
|
-
}) => {
|
|
42
|
-
const { showAlertMessage: h } = V();
|
|
43
|
-
return /* @__PURE__ */ n(p, { children: [
|
|
44
|
-
/* @__PURE__ */ e(r, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: t }) }),
|
|
45
|
-
/* @__PURE__ */ n(r, { size: 7, className: "fw500 text-left d-flex items-center", children: [
|
|
46
|
-
a,
|
|
47
|
-
c && /* @__PURE__ */ e(_, { onClick: () => {
|
|
48
|
-
navigator.clipboard.writeText(a), h({
|
|
49
|
-
message: `${t} has been copied successfully.`,
|
|
50
|
-
type: "success"
|
|
51
|
-
});
|
|
52
|
-
}, children: /* @__PURE__ */ e(S, { fontSize: "small", color: "primary" }) })
|
|
53
|
-
] })
|
|
54
|
-
] });
|
|
55
|
-
}, H = ({ data: t }) => {
|
|
56
|
-
const a = t.accountName, c = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`;
|
|
57
|
-
return /* @__PURE__ */ e(
|
|
58
|
-
i,
|
|
59
|
-
{
|
|
60
|
-
className: "bank-account-item",
|
|
61
|
-
sx: { position: "relative", margin: "19px 0px" },
|
|
62
|
-
children: /* @__PURE__ */ e(r, { container: !0, children: /* @__PURE__ */ e(r, { size: 10, children: /* @__PURE__ */ n(r, { container: !0, children: [
|
|
63
|
-
/* @__PURE__ */ e(r, { size: { md: 1.2, xs: 2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: D, alt: "Icon", height: 28, width: 28 }) }),
|
|
64
|
-
/* @__PURE__ */ n(r, { size: { md: 10.8, xs: 10 }, children: [
|
|
65
|
-
/* @__PURE__ */ e(
|
|
66
|
-
l,
|
|
67
|
-
{
|
|
68
|
-
variant: "body1",
|
|
69
|
-
component: "p",
|
|
70
|
-
className: "back-btn-text secondary-text-color",
|
|
71
|
-
children: /* @__PURE__ */ e("strong", { children: a })
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
/* @__PURE__ */ e(
|
|
75
|
-
l,
|
|
76
|
-
{
|
|
77
|
-
variant: "caption",
|
|
78
|
-
component: "p",
|
|
79
|
-
className: "back-btn-text primary-text-color",
|
|
80
|
-
children: /* @__PURE__ */ e("strong", { children: c })
|
|
81
|
-
}
|
|
82
|
-
)
|
|
83
|
-
] })
|
|
84
|
-
] }) }) })
|
|
85
|
-
}
|
|
86
|
-
);
|
|
87
|
-
}, be = ({
|
|
88
|
-
dispatch: t,
|
|
89
|
-
openDialog: a,
|
|
90
|
-
baseUrl: c,
|
|
91
|
-
checkoutSdkKey: h,
|
|
92
|
-
appKey: f,
|
|
93
|
-
iban: m,
|
|
94
|
-
navigate: g
|
|
95
|
-
}) => {
|
|
96
|
-
const o = m.data, C = m.loader, [k, d] = w(!1);
|
|
97
|
-
N(() => {
|
|
98
|
-
t(R());
|
|
99
|
-
}, []);
|
|
100
|
-
const I = () => {
|
|
101
|
-
t(W(T));
|
|
102
|
-
};
|
|
103
|
-
N(() => {
|
|
104
|
-
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && a({
|
|
105
|
-
title: "Payment Success",
|
|
106
|
-
message: "We have received your payment and will generate your Virtual IBAN after the payment has processed",
|
|
107
|
-
icon: A,
|
|
108
|
-
width: "575px",
|
|
109
|
-
confirmButtonText: "Continue"
|
|
110
|
-
});
|
|
111
|
-
}, []);
|
|
112
|
-
const v = (b) => {
|
|
113
|
-
const x = {
|
|
114
|
-
token: b,
|
|
115
|
-
amount: 12,
|
|
116
|
-
currency: "USD",
|
|
117
|
-
appKey: f,
|
|
118
|
-
success_url: `${c}/accounts?payment=success`,
|
|
119
|
-
fail_url: `${c}/dashboard?payment=failed`
|
|
120
|
-
};
|
|
121
|
-
t($(x));
|
|
122
|
-
};
|
|
123
|
-
return /* @__PURE__ */ n(i, { className: u["inner-container"], children: [
|
|
124
|
-
/* @__PURE__ */ n(i, { p: 3, children: [
|
|
125
|
-
/* @__PURE__ */ e(l, { color: "primary", variant: "h6", component: "span", children: /* @__PURE__ */ e("strong", { children: "Everest Accounts (Virtual IBAN)" }) }),
|
|
126
|
-
/* @__PURE__ */ e(
|
|
127
|
-
L,
|
|
128
|
-
{
|
|
129
|
-
title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: "Create a Virtual IBAN of EUR currency. This requires KYC and an annual payment" }),
|
|
130
|
-
placement: "bottom",
|
|
131
|
-
children: /* @__PURE__ */ e(_, { className: "info-fee-icon", children: /* @__PURE__ */ e(z, { sx: { fontSize: "26px", color: "#D9D9D9" } }) })
|
|
132
|
-
}
|
|
133
|
-
),
|
|
134
|
-
C ? /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(M, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(p, { children: o.accountNumber ? /* @__PURE__ */ n(p, { children: [
|
|
135
|
-
/* @__PURE__ */ e(H, { data: o }),
|
|
136
|
-
/* @__PURE__ */ n(r, { spacing: 2, container: !0, children: [
|
|
137
|
-
/* @__PURE__ */ e(r, { size: { md: 6 }, children: /* @__PURE__ */ e(
|
|
138
|
-
y,
|
|
139
|
-
{
|
|
140
|
-
fullWidth: !0,
|
|
141
|
-
className: `${u["confirm-buy-edit"]} normal-text wd100`,
|
|
142
|
-
sx: { mt: 3, mb: 3 },
|
|
143
|
-
variant: "contained",
|
|
144
|
-
onClick: () => d(!0),
|
|
145
|
-
children: "Deposit"
|
|
146
|
-
}
|
|
147
|
-
) }),
|
|
148
|
-
/* @__PURE__ */ e(r, { size: { md: 3 }, children: /* @__PURE__ */ e(
|
|
149
|
-
y,
|
|
150
|
-
{
|
|
151
|
-
fullWidth: !0,
|
|
152
|
-
className: `${u["confirm-buy-edit"]} normal-text wd100`,
|
|
153
|
-
sx: { mt: 3, mb: 3 },
|
|
154
|
-
variant: "contained",
|
|
155
|
-
onClick: I,
|
|
156
|
-
children: "Send"
|
|
157
|
-
}
|
|
158
|
-
) }),
|
|
159
|
-
/* @__PURE__ */ e(r, { size: { md: 3 }, children: /* @__PURE__ */ e(
|
|
160
|
-
y,
|
|
161
|
-
{
|
|
162
|
-
fullWidth: !0,
|
|
163
|
-
className: `${u["confirm-buy-edit"]} normal-text wd100`,
|
|
164
|
-
sx: { mt: 3, mb: 3 },
|
|
165
|
-
variant: "contained",
|
|
166
|
-
onClick: () => d(!0),
|
|
167
|
-
children: "Receive"
|
|
168
|
-
}
|
|
169
|
-
) })
|
|
170
|
-
] })
|
|
171
|
-
] }) : o.id ? /* @__PURE__ */ n(
|
|
172
|
-
i,
|
|
173
|
-
{
|
|
174
|
-
className: "text-center",
|
|
175
|
-
sx: {
|
|
176
|
-
py: 2,
|
|
177
|
-
background: "#F0F0F0",
|
|
178
|
-
color: "#16359d",
|
|
179
|
-
fontWeight: "bold",
|
|
180
|
-
borderRadius: "5px"
|
|
181
|
-
},
|
|
182
|
-
children: [
|
|
183
|
-
/* @__PURE__ */ e("p", { children: "We have received your payment and Virtual IBAN creation is in progress. Please wait while we generate your Virtual IBAN." }),
|
|
184
|
-
/* @__PURE__ */ e("p", { children: "This may take a few moments. Thank you for your patience!" })
|
|
185
|
-
]
|
|
186
|
-
}
|
|
187
|
-
) : /* @__PURE__ */ n(p, { children: [
|
|
188
|
-
/* @__PURE__ */ e(P, { text: "You currently have no IBAN Accounts" }),
|
|
189
|
-
/* @__PURE__ */ e(i, { mt: 4, children: /* @__PURE__ */ e(
|
|
190
|
-
F,
|
|
191
|
-
{
|
|
192
|
-
openDialog: a,
|
|
193
|
-
checkoutSdkKey: h,
|
|
194
|
-
paymentRequest: v,
|
|
195
|
-
iban: m,
|
|
196
|
-
navigate: g
|
|
197
|
-
}
|
|
198
|
-
) })
|
|
199
|
-
] }) })
|
|
200
|
-
] }),
|
|
201
|
-
/* @__PURE__ */ e(E, { iban: m, dispatch: t, appKey: f }),
|
|
202
|
-
/* @__PURE__ */ n(
|
|
203
|
-
O,
|
|
204
|
-
{
|
|
205
|
-
open: k,
|
|
206
|
-
fullWidth: !0,
|
|
207
|
-
onClose: () => d(!1),
|
|
208
|
-
TransitionComponent: q,
|
|
209
|
-
maxWidth: "md",
|
|
210
|
-
children: [
|
|
211
|
-
/* @__PURE__ */ n(G, { className: "buy-modal-text-color", children: [
|
|
212
|
-
/* @__PURE__ */ e(l, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Deposit / Receive" }) }),
|
|
213
|
-
/* @__PURE__ */ e(
|
|
214
|
-
_,
|
|
215
|
-
{
|
|
216
|
-
"aria-label": "close",
|
|
217
|
-
onClick: () => d(!1),
|
|
218
|
-
className: "menu-buttons",
|
|
219
|
-
children: /* @__PURE__ */ e(B, {})
|
|
220
|
-
}
|
|
221
|
-
)
|
|
222
|
-
] }),
|
|
223
|
-
/* @__PURE__ */ n(U, { dividers: !0, children: [
|
|
224
|
-
/* @__PURE__ */ e(l, { variant: "h5", align: "center", children: /* @__PURE__ */ e("strong", { children: "Account Details" }) }),
|
|
225
|
-
/* @__PURE__ */ n(r, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
|
|
226
|
-
/* @__PURE__ */ e(
|
|
227
|
-
s,
|
|
228
|
-
{
|
|
229
|
-
label: "Account Title",
|
|
230
|
-
value: `${o.ownerFirstName} ${o.ownerLastName}`
|
|
231
|
-
}
|
|
232
|
-
),
|
|
233
|
-
/* @__PURE__ */ e(
|
|
234
|
-
s,
|
|
235
|
-
{
|
|
236
|
-
label: "Bank Account Currency",
|
|
237
|
-
value: o.currency || ""
|
|
238
|
-
}
|
|
239
|
-
),
|
|
240
|
-
/* @__PURE__ */ e(s, { label: "Bank Name", value: o.bankName || "" }),
|
|
241
|
-
/* @__PURE__ */ e(
|
|
242
|
-
s,
|
|
243
|
-
{
|
|
244
|
-
label: "Bank Address",
|
|
245
|
-
value: o.bankBranchAddress || "",
|
|
246
|
-
showCopyBtn: !0
|
|
247
|
-
}
|
|
248
|
-
),
|
|
249
|
-
/* @__PURE__ */ e(
|
|
250
|
-
s,
|
|
251
|
-
{
|
|
252
|
-
label: "Virtual IBAN",
|
|
253
|
-
value: o.accountNumber || "",
|
|
254
|
-
showCopyBtn: !0
|
|
255
|
-
}
|
|
256
|
-
),
|
|
257
|
-
/* @__PURE__ */ e(
|
|
258
|
-
s,
|
|
259
|
-
{
|
|
260
|
-
label: "BIC/Swift Code",
|
|
261
|
-
value: o.bicCode || "",
|
|
262
|
-
showCopyBtn: !0
|
|
263
|
-
}
|
|
264
|
-
)
|
|
265
|
-
] })
|
|
266
|
-
] })
|
|
267
|
-
]
|
|
268
|
-
}
|
|
269
|
-
)
|
|
270
|
-
] });
|
|
271
|
-
};
|
|
272
|
-
export {
|
|
273
|
-
be as I,
|
|
274
|
-
u as s
|
|
275
|
-
};
|