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
|
@@ -1,101 +1,116 @@
|
|
|
1
|
-
import { jsxs as n, jsx as e, Fragment as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { a as ae, u as
|
|
4
|
-
import "../../../constants-
|
|
5
|
-
import { b as
|
|
6
|
-
import { u as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import Ie from "../Shared/connectPlaidBank.js";
|
|
1
|
+
import { jsxs as n, jsx as e, Fragment as ne } from "react/jsx-runtime";
|
|
2
|
+
import { useState as b, useEffect as h } from "react";
|
|
3
|
+
import { a as ae, u as _ } from "../../../react-redux-C7I9-1M6.js";
|
|
4
|
+
import "../../../constants-BF50a6s-.js";
|
|
5
|
+
import { b as oe, u as re, d as se } from "../../../index-v4KC1K_V.js";
|
|
6
|
+
import { u as ie, a as le, b as ce, c as me, d as de, e as he } from "../../../wallet-BTc5u8j2.js";
|
|
7
|
+
import { d as ue, e as pe } from "../../../bank-DyVf4Uoo.js";
|
|
8
|
+
import { LINKED_WALLET_TOOLTIP as fe, CONNECTED_WALLET_TOOLTIP as ge, WALLET_ICON as be, DELETE_ICON as _e } from "../../../util/constants.js";
|
|
9
|
+
import Ne from "../../../hoc/withThemeProvider.js";
|
|
10
|
+
import { M as O } from "../../../tooltip-Dv3Lfsa2.js";
|
|
11
|
+
import { I as $ } from "../../../Info-0vSsl6Bm.js";
|
|
12
|
+
import { C as We } from "../../../Cancel-BoEk0xRy.js";
|
|
13
|
+
import { D as xe } from "../../../Delete-BGp4FPdE.js";
|
|
14
|
+
import { C as Ce } from "../../../Close-CFg1QB5M.js";
|
|
15
|
+
import we from "../../Shared/transition.js";
|
|
16
|
+
import R from "../Shared/inputField.js";
|
|
17
|
+
import ke from "../Shared/addBank.js";
|
|
18
|
+
import { useDialog as ve } from "../../../hooks/useDialog/index.js";
|
|
19
|
+
import De from "../Shared/connectPlaidBank.js";
|
|
21
20
|
import ye from "../Shared/ConnectWallet/index.js";
|
|
22
21
|
import Ae from "../../../providers/metaMask.js";
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
25
|
-
import
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
import Ie from "./iban.js";
|
|
23
|
+
import { useSnackBarContext as Le } from "../../../context/snackBarContext.js";
|
|
24
|
+
import q from "../Shared/appButton.js";
|
|
25
|
+
import { AuthInnerContainer as A } from "../Shared/Container/index.js";
|
|
26
|
+
import { B as i } from "../../../Box-BwKpr_VI.js";
|
|
27
|
+
import { G as l } from "../../../Grid-CPkjiKqX.js";
|
|
28
|
+
import { T as c } from "../../../Typography-BQDN44CM.js";
|
|
29
|
+
import { I as N } from "../../../IconButton-WneJM4uP.js";
|
|
30
|
+
import { C as W } from "../../../CircularProgress-Yx712vpT.js";
|
|
31
|
+
import { B as Te } from "../../../Button-tAfK4lud.js";
|
|
32
|
+
import { S as Be } from "../../../Stack-DH-Nxf9q.js";
|
|
33
|
+
import { D as Se, a as ze } from "../../../DialogContent-_gvZOy18.js";
|
|
34
|
+
import { D as Ee } from "../../../DialogTitle-dq22bYlF.js";
|
|
35
|
+
import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Me = "_heading_arwo8_27", a = {
|
|
36
|
+
container: Pe,
|
|
37
|
+
"inner-container": "_inner-container_arwo8_13",
|
|
38
|
+
heading: Me,
|
|
39
|
+
"account-item": "_account-item_arwo8_41",
|
|
40
|
+
"account-item-text": "_account-item-text_arwo8_71",
|
|
41
|
+
"primary-color": "_primary-color_arwo8_81",
|
|
42
|
+
"secondary-color": "_secondary-color_arwo8_89",
|
|
43
|
+
"info-icon": "_info-icon_arwo8_97",
|
|
44
|
+
"remove-icon": "_remove-icon_arwo8_107",
|
|
45
|
+
"delete-disable": "_delete-disable_arwo8_121",
|
|
46
|
+
"confirm-edit": "_confirm-edit_arwo8_137"
|
|
47
|
+
}, Oe = ({
|
|
48
|
+
baseUrl: K,
|
|
49
|
+
checkoutSdkKey: F,
|
|
35
50
|
appKey: H,
|
|
36
51
|
navigate: j
|
|
37
52
|
}) => {
|
|
38
|
-
const
|
|
39
|
-
error:
|
|
40
|
-
message:
|
|
41
|
-
loader:
|
|
42
|
-
} =
|
|
53
|
+
const r = ae(), { showAlertMessage: m } = Le(), { openDialog: I, ConfirmDialog: G } = ve(), L = _((t) => t.app.features), u = _(oe), J = u.loader, T = u.message, B = u.banks, Q = u.iban, [S, z] = b(!1), [U, p] = b(!1), [x, V] = b(""), [C, X] = b(""), E = _(re), P = E.data, { error: w, message: k, loader: v } = E, M = _(se), f = M.data, {
|
|
54
|
+
error: D,
|
|
55
|
+
message: y,
|
|
56
|
+
loader: Y
|
|
57
|
+
} = M;
|
|
43
58
|
h(() => {
|
|
44
|
-
|
|
45
|
-
}, [
|
|
46
|
-
|
|
59
|
+
T && z(!1);
|
|
60
|
+
}, [T]), h(() => {
|
|
61
|
+
D && m({ message: D });
|
|
62
|
+
}, [D]), h(() => {
|
|
63
|
+
y && m({ message: y, type: "success" });
|
|
64
|
+
}, [y]), h(() => {
|
|
65
|
+
w && m({ message: w });
|
|
47
66
|
}, [w]), h(() => {
|
|
48
|
-
|
|
49
|
-
}, [
|
|
50
|
-
|
|
51
|
-
}, [k]), h(() => {
|
|
52
|
-
v && (p(!1), c({ message: v, type: "success" }));
|
|
53
|
-
}, [v]), h(() => (M.length <= 0 && o(oe()), f.length <= 0 && o(le()), o(he()), () => {
|
|
54
|
-
o(ie("")), o(ce(""));
|
|
67
|
+
k && (p(!1), m({ message: k, type: "success" }));
|
|
68
|
+
}, [k]), h(() => (P.length <= 0 && r(ie()), f.length <= 0 && r(le()), r(ue()), () => {
|
|
69
|
+
r(ce("")), r(me(""));
|
|
55
70
|
}), []);
|
|
56
|
-
const
|
|
71
|
+
const Z = () => {
|
|
57
72
|
if (!x)
|
|
58
|
-
return
|
|
73
|
+
return m({ message: "Please provide the wallet name" }), !1;
|
|
59
74
|
if (!C)
|
|
60
|
-
return
|
|
75
|
+
return m({
|
|
61
76
|
message: "Please provide the wallet private key"
|
|
62
77
|
}), !1;
|
|
63
|
-
|
|
64
|
-
|
|
78
|
+
v || r(
|
|
79
|
+
de({
|
|
65
80
|
name: x,
|
|
66
81
|
privatekey: Buffer.from(C).toString("base64")
|
|
67
82
|
})
|
|
68
83
|
);
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
icon:
|
|
84
|
+
}, ee = (t) => {
|
|
85
|
+
I({
|
|
86
|
+
icon: _e,
|
|
72
87
|
height: "450px",
|
|
73
88
|
title: "Are you sure you want to delete?",
|
|
74
89
|
message: "This action cannot be undone.",
|
|
75
90
|
onConfirm: () => {
|
|
76
|
-
|
|
91
|
+
r(pe(t));
|
|
77
92
|
},
|
|
78
93
|
cancelButtonShow: !0
|
|
79
94
|
});
|
|
80
|
-
},
|
|
95
|
+
}, g = ({
|
|
81
96
|
data: t,
|
|
82
|
-
type:
|
|
97
|
+
type: o
|
|
83
98
|
}) => {
|
|
84
|
-
let d,
|
|
85
|
-
return
|
|
86
|
-
|
|
99
|
+
let d, s;
|
|
100
|
+
return o === "connectedWallet" || o === "linkedWallet" ? "name" in t && "address" in t && (d = t.name, s = t.address) : o === "iban" ? "accountName" in t && "accountNumber" in t && (d = t.accountName, s = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (d = t.accountName, s = t.accountNumber), /* @__PURE__ */ n(i, { className: a["account-item"], children: [
|
|
101
|
+
o === "bankAccount" && S && "id" in t && /* @__PURE__ */ e(
|
|
87
102
|
N,
|
|
88
103
|
{
|
|
89
104
|
className: a["remove-icon"],
|
|
90
|
-
onClick: () =>
|
|
91
|
-
children: /* @__PURE__ */ e(
|
|
105
|
+
onClick: () => ee(t.id),
|
|
106
|
+
children: /* @__PURE__ */ e(We, {})
|
|
92
107
|
}
|
|
93
108
|
),
|
|
94
109
|
/* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ n(l, { container: !0, width: "100%", children: [
|
|
95
110
|
/* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: be, alt: "Icon", height: 28, width: 28 }) }),
|
|
96
111
|
/* @__PURE__ */ n(l, { size: { xs: 10, md: 10.8 }, children: [
|
|
97
112
|
/* @__PURE__ */ e(
|
|
98
|
-
|
|
113
|
+
c,
|
|
99
114
|
{
|
|
100
115
|
variant: "body1",
|
|
101
116
|
component: "p",
|
|
@@ -104,36 +119,36 @@ const ze = ({
|
|
|
104
119
|
}
|
|
105
120
|
),
|
|
106
121
|
/* @__PURE__ */ e(
|
|
107
|
-
|
|
122
|
+
c,
|
|
108
123
|
{
|
|
109
124
|
variant: "caption",
|
|
110
125
|
component: "p",
|
|
111
126
|
className: `${a["account-item-text"]} ${a["secondary-color"]}`,
|
|
112
|
-
children: /* @__PURE__ */ e("strong", { children:
|
|
127
|
+
children: /* @__PURE__ */ e("strong", { children: s })
|
|
113
128
|
}
|
|
114
129
|
)
|
|
115
130
|
] })
|
|
116
131
|
] }) }) })
|
|
117
132
|
] });
|
|
118
|
-
},
|
|
119
|
-
const
|
|
133
|
+
}, te = (t) => {
|
|
134
|
+
const o = f.length;
|
|
120
135
|
let d = !1;
|
|
121
|
-
for (let
|
|
122
|
-
if (f[
|
|
136
|
+
for (let s = 0; s < o; s++)
|
|
137
|
+
if (f[s].address.toLowerCase() === t.toLowerCase()) {
|
|
123
138
|
d = !0;
|
|
124
139
|
break;
|
|
125
140
|
}
|
|
126
|
-
d ?
|
|
141
|
+
d ? m({
|
|
127
142
|
message: "This wallet address is already connected."
|
|
128
|
-
}) :
|
|
143
|
+
}) : r(he(t));
|
|
129
144
|
};
|
|
130
145
|
return /* @__PURE__ */ n(Ae, { children: [
|
|
131
|
-
/* @__PURE__ */ e(
|
|
132
|
-
/* @__PURE__ */ e(
|
|
146
|
+
/* @__PURE__ */ e(G, {}),
|
|
147
|
+
/* @__PURE__ */ e(i, { className: a.container, children: /* @__PURE__ */ n(l, { spacing: 2, container: !0, width: "100%", children: [
|
|
133
148
|
/* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
|
|
134
|
-
/* @__PURE__ */ n(
|
|
149
|
+
/* @__PURE__ */ n(A, { p: 3, children: [
|
|
135
150
|
/* @__PURE__ */ e(
|
|
136
|
-
|
|
151
|
+
c,
|
|
137
152
|
{
|
|
138
153
|
className: a.heading,
|
|
139
154
|
variant: "h6",
|
|
@@ -142,12 +157,12 @@ const ze = ({
|
|
|
142
157
|
}
|
|
143
158
|
),
|
|
144
159
|
/* @__PURE__ */ e(
|
|
145
|
-
|
|
160
|
+
O,
|
|
146
161
|
{
|
|
147
|
-
title: /* @__PURE__ */ e(
|
|
162
|
+
title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: fe }),
|
|
148
163
|
placement: "bottom",
|
|
149
164
|
children: /* @__PURE__ */ e(N, { className: a["info-icon"], children: /* @__PURE__ */ e(
|
|
150
|
-
|
|
165
|
+
$,
|
|
151
166
|
{
|
|
152
167
|
sx: {
|
|
153
168
|
fontSize: "26px",
|
|
@@ -157,23 +172,21 @@ const ze = ({
|
|
|
157
172
|
) })
|
|
158
173
|
}
|
|
159
174
|
),
|
|
160
|
-
|
|
161
|
-
|
|
175
|
+
v && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
|
|
176
|
+
P.map((t, o) => /* @__PURE__ */ e(g, { type: "linkedWallet", data: t }, o)),
|
|
162
177
|
/* @__PURE__ */ e(
|
|
163
|
-
|
|
178
|
+
q,
|
|
164
179
|
{
|
|
165
180
|
sx: { mt: 4 },
|
|
166
181
|
onClick: () => p(!0),
|
|
167
|
-
className: "wallet-btn",
|
|
168
|
-
variant: "contained",
|
|
169
182
|
fullWidth: !0,
|
|
170
183
|
children: /* @__PURE__ */ e("strong", { children: "Add Wallet" })
|
|
171
184
|
}
|
|
172
185
|
)
|
|
173
186
|
] }),
|
|
174
|
-
/* @__PURE__ */ n(
|
|
187
|
+
/* @__PURE__ */ n(A, { p: 3, mt: 2, children: [
|
|
175
188
|
/* @__PURE__ */ e(
|
|
176
|
-
|
|
189
|
+
c,
|
|
177
190
|
{
|
|
178
191
|
className: a.heading,
|
|
179
192
|
variant: "h6",
|
|
@@ -182,12 +195,12 @@ const ze = ({
|
|
|
182
195
|
}
|
|
183
196
|
),
|
|
184
197
|
/* @__PURE__ */ e(
|
|
185
|
-
|
|
198
|
+
O,
|
|
186
199
|
{
|
|
187
|
-
title: /* @__PURE__ */ e(
|
|
200
|
+
title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: ge }),
|
|
188
201
|
placement: "bottom",
|
|
189
202
|
children: /* @__PURE__ */ e(N, { className: a["info-icon"], children: /* @__PURE__ */ e(
|
|
190
|
-
|
|
203
|
+
$,
|
|
191
204
|
{
|
|
192
205
|
sx: {
|
|
193
206
|
fontSize: "26px",
|
|
@@ -197,12 +210,12 @@ const ze = ({
|
|
|
197
210
|
) })
|
|
198
211
|
}
|
|
199
212
|
),
|
|
200
|
-
|
|
201
|
-
f.map((t,
|
|
213
|
+
Y && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
|
|
214
|
+
f.map((t, o) => /* @__PURE__ */ e(g, { type: "connectedWallet", data: t }, o)),
|
|
202
215
|
/* @__PURE__ */ e(
|
|
203
216
|
ye,
|
|
204
217
|
{
|
|
205
|
-
addressHandler:
|
|
218
|
+
addressHandler: te,
|
|
206
219
|
btnClass: "wallet-btn"
|
|
207
220
|
}
|
|
208
221
|
)
|
|
@@ -210,109 +223,91 @@ const ze = ({
|
|
|
210
223
|
] }),
|
|
211
224
|
/* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
|
|
212
225
|
L.iban && /* @__PURE__ */ e(
|
|
213
|
-
|
|
226
|
+
Ie,
|
|
214
227
|
{
|
|
215
|
-
openDialog:
|
|
216
|
-
dispatch:
|
|
217
|
-
iban:
|
|
218
|
-
baseUrl:
|
|
219
|
-
checkoutSdkKey:
|
|
228
|
+
openDialog: I,
|
|
229
|
+
dispatch: r,
|
|
230
|
+
iban: Q,
|
|
231
|
+
baseUrl: K,
|
|
232
|
+
checkoutSdkKey: F,
|
|
220
233
|
appKey: H,
|
|
221
|
-
navigate: j
|
|
234
|
+
navigate: j,
|
|
235
|
+
AccountItem: g
|
|
222
236
|
}
|
|
223
237
|
),
|
|
224
|
-
/* @__PURE__ */ e(
|
|
225
|
-
/* @__PURE__ */ e(
|
|
226
|
-
|
|
227
|
-
|
|
238
|
+
/* @__PURE__ */ e(A, { mt: 2, children: /* @__PURE__ */ n(i, { p: 3, mt: L.iban ? 2 : 0, children: [
|
|
239
|
+
/* @__PURE__ */ e(c, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
|
|
240
|
+
B.length > 0 && /* @__PURE__ */ n(
|
|
241
|
+
Te,
|
|
228
242
|
{
|
|
229
|
-
className: `${
|
|
243
|
+
className: `${S ? a["delete-disable"] : a["confirm-edit"]} normal-text`,
|
|
230
244
|
sx: { mt: 3, mb: 3 },
|
|
231
245
|
variant: "contained",
|
|
232
|
-
onClick: () =>
|
|
246
|
+
onClick: () => z((t) => !t),
|
|
233
247
|
children: [
|
|
234
|
-
/* @__PURE__ */ e(
|
|
248
|
+
/* @__PURE__ */ e(xe, {}),
|
|
235
249
|
"Delete"
|
|
236
250
|
]
|
|
237
251
|
}
|
|
238
252
|
),
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
/* @__PURE__ */ n(
|
|
242
|
-
/* @__PURE__ */ e(
|
|
243
|
-
/* @__PURE__ */ e(
|
|
244
|
-
|
|
245
|
-
{
|
|
246
|
-
className: "text-center",
|
|
247
|
-
variant: "h6",
|
|
248
|
-
mt: 2,
|
|
249
|
-
mb: 2,
|
|
250
|
-
children: /* @__PURE__ */ e("strong", { children: "OR" })
|
|
251
|
-
}
|
|
252
|
-
),
|
|
253
|
-
/* @__PURE__ */ e(De, {})
|
|
253
|
+
J && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
|
|
254
|
+
B.map((t, o) => /* @__PURE__ */ e(g, { type: "bankAccount", data: t }, o)),
|
|
255
|
+
/* @__PURE__ */ n(Be, { mt: 4, gap: 1, children: [
|
|
256
|
+
/* @__PURE__ */ e(De, {}),
|
|
257
|
+
/* @__PURE__ */ e(c, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
|
|
258
|
+
/* @__PURE__ */ e(ke, {})
|
|
254
259
|
] })
|
|
255
260
|
] }) })
|
|
256
261
|
] })
|
|
257
262
|
] }) }),
|
|
258
263
|
/* @__PURE__ */ n(
|
|
259
|
-
|
|
264
|
+
Se,
|
|
260
265
|
{
|
|
261
266
|
fullWidth: !0,
|
|
262
|
-
open:
|
|
267
|
+
open: U,
|
|
263
268
|
onClose: () => p(!1),
|
|
264
|
-
TransitionComponent:
|
|
269
|
+
TransitionComponent: we,
|
|
265
270
|
children: [
|
|
266
|
-
/* @__PURE__ */ n(
|
|
267
|
-
/* @__PURE__ */ e(
|
|
271
|
+
/* @__PURE__ */ n(Ee, { className: "buy-modal-text-color", children: [
|
|
272
|
+
/* @__PURE__ */ e(c, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
|
|
268
273
|
/* @__PURE__ */ e(
|
|
269
274
|
N,
|
|
270
275
|
{
|
|
271
276
|
"aria-label": "close",
|
|
272
277
|
onClick: () => p(!1),
|
|
273
278
|
className: "menu-buttons",
|
|
274
|
-
children: /* @__PURE__ */ e(
|
|
279
|
+
children: /* @__PURE__ */ e(Ce, {})
|
|
275
280
|
}
|
|
276
281
|
)
|
|
277
282
|
] }),
|
|
278
|
-
/* @__PURE__ */ n(
|
|
279
|
-
/* @__PURE__ */ e(
|
|
283
|
+
/* @__PURE__ */ n(ze, { dividers: !0, children: [
|
|
284
|
+
/* @__PURE__ */ e(c, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
|
|
280
285
|
/* @__PURE__ */ e(
|
|
281
|
-
|
|
286
|
+
R,
|
|
282
287
|
{
|
|
283
288
|
label: "Name",
|
|
284
289
|
value: x,
|
|
285
|
-
onChangeHandler: (t) =>
|
|
290
|
+
onChangeHandler: (t) => V(t)
|
|
286
291
|
}
|
|
287
292
|
),
|
|
288
293
|
/* @__PURE__ */ e(
|
|
289
|
-
|
|
294
|
+
R,
|
|
290
295
|
{
|
|
291
296
|
label: "Private Key",
|
|
292
297
|
value: C,
|
|
293
|
-
onChangeHandler: (t) =>
|
|
298
|
+
onChangeHandler: (t) => X(t)
|
|
294
299
|
}
|
|
295
300
|
),
|
|
296
|
-
/* @__PURE__ */ e(
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
sx: { mt: 4 },
|
|
301
|
-
onClick: Y,
|
|
302
|
-
variant: "contained",
|
|
303
|
-
fullWidth: !0,
|
|
304
|
-
children: /* @__PURE__ */ e("strong", { children: D ? /* @__PURE__ */ n(te, { children: [
|
|
305
|
-
/* @__PURE__ */ e(W, { size: 15, color: "inherit" }),
|
|
306
|
-
" Processing..."
|
|
307
|
-
] }) : "Import Wallet" })
|
|
308
|
-
}
|
|
309
|
-
)
|
|
301
|
+
/* @__PURE__ */ e(q, { sx: { mt: 4 }, onClick: Z, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: v ? /* @__PURE__ */ n(ne, { children: [
|
|
302
|
+
/* @__PURE__ */ e(W, { size: 15, color: "inherit" }),
|
|
303
|
+
" Processing..."
|
|
304
|
+
] }) : "Import Wallet" }) })
|
|
310
305
|
] })
|
|
311
306
|
]
|
|
312
307
|
}
|
|
313
308
|
)
|
|
314
309
|
] });
|
|
315
|
-
},
|
|
310
|
+
}, Nt = Ne(Oe);
|
|
316
311
|
export {
|
|
317
|
-
|
|
312
|
+
Nt as default
|
|
318
313
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { jsxs as i, jsx as e, Fragment as
|
|
2
|
-
import { useState as u, useEffect as
|
|
3
|
-
import { C as W } from "../../../Close-
|
|
4
|
-
import { I as D } from "../../../Info-
|
|
1
|
+
import { jsxs as i, jsx as e, Fragment as T } from "react/jsx-runtime";
|
|
2
|
+
import { useState as u, useEffect as B } from "react";
|
|
3
|
+
import { C as W } from "../../../Close-CFg1QB5M.js";
|
|
4
|
+
import { I as D } from "../../../Info-0vSsl6Bm.js";
|
|
5
5
|
import { u as _ } from "../../../react-redux-C7I9-1M6.js";
|
|
6
6
|
import y from "../../Shared/transition.js";
|
|
7
|
-
import { M as F } from "../../../tooltip-
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { M as F } from "../../../tooltip-Dv3Lfsa2.js";
|
|
8
|
+
import { a3 as P, Q as q, a4 as f } from "../../../constants-BF50a6s-.js";
|
|
9
|
+
import { c as E, s as k } from "../../../bank-DyVf4Uoo.js";
|
|
10
10
|
import { useSnackBarContext as U } from "../../../context/snackBarContext.js";
|
|
11
|
-
import
|
|
12
|
-
import { D as G } from "../../../
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { F as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { B as H } from "../../../
|
|
21
|
-
import { C as O } from "../../../CircularProgress-
|
|
11
|
+
import $ from "../Shared/appButton.js";
|
|
12
|
+
import { D as w, a as G } from "../../../DialogContent-_gvZOy18.js";
|
|
13
|
+
import { D as M } from "../../../DialogTitle-dq22bYlF.js";
|
|
14
|
+
import { T as n } from "../../../Typography-BQDN44CM.js";
|
|
15
|
+
import { I as A } from "../../../IconButton-WneJM4uP.js";
|
|
16
|
+
import { G as t } from "../../../Grid-CPkjiKqX.js";
|
|
17
|
+
import { F as l } from "../../../FormControl-H4D1Z6Ov.js";
|
|
18
|
+
import { F as s } from "../../../FilledInput-QaJVaeIX.js";
|
|
19
|
+
import { I as j } from "../../../InputAdornment-Bqn4-Kns.js";
|
|
20
|
+
import { B as H } from "../../../Box-BwKpr_VI.js";
|
|
21
|
+
import { C as O } from "../../../CircularProgress-Yx712vpT.js";
|
|
22
22
|
const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
23
23
|
const { showAlertMessage: a } = U(), N = _(
|
|
24
24
|
(r) => r.user.profile
|
|
25
25
|
), o = v.sendStatus, c = v.data, [m, b] = u(""), [d, S] = u(""), [p, I] = u(""), [h, C] = u("");
|
|
26
|
-
|
|
26
|
+
B(() => {
|
|
27
27
|
o === P && (b(""), S(""), I(""), C(""));
|
|
28
28
|
}, [o]);
|
|
29
29
|
const R = () => {
|
|
@@ -76,7 +76,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
|
76
76
|
onClose: x,
|
|
77
77
|
TransitionComponent: y,
|
|
78
78
|
children: [
|
|
79
|
-
/* @__PURE__ */ i(
|
|
79
|
+
/* @__PURE__ */ i(M, { className: "buy-modal-text-color", children: [
|
|
80
80
|
/* @__PURE__ */ e(n, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Send" }) }),
|
|
81
81
|
/* @__PURE__ */ e(
|
|
82
82
|
A,
|
|
@@ -89,7 +89,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
|
89
89
|
)
|
|
90
90
|
] }),
|
|
91
91
|
/* @__PURE__ */ i(
|
|
92
|
-
|
|
92
|
+
G,
|
|
93
93
|
{
|
|
94
94
|
className: "bank-modal-content",
|
|
95
95
|
sx: { padding: "50px" },
|
|
@@ -201,7 +201,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
|
201
201
|
{
|
|
202
202
|
value: p,
|
|
203
203
|
onChange: (r) => I(r.target.value),
|
|
204
|
-
startAdornment: /* @__PURE__ */ e(
|
|
204
|
+
startAdornment: /* @__PURE__ */ e(j, { position: "start", children: "EUR" }),
|
|
205
205
|
type: "text",
|
|
206
206
|
required: !0,
|
|
207
207
|
fullWidth: !0
|
|
@@ -218,7 +218,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
|
218
218
|
/* @__PURE__ */ e(
|
|
219
219
|
F,
|
|
220
220
|
{
|
|
221
|
-
title: /* @__PURE__ */ e(
|
|
221
|
+
title: /* @__PURE__ */ e(H, { sx: { whiteSpace: "pre-line" }, children: "The reference will appear on the receiver's bank statement." }),
|
|
222
222
|
placement: "bottom",
|
|
223
223
|
children: /* @__PURE__ */ e(A, { className: "info-fee-icon", children: /* @__PURE__ */ e(
|
|
224
224
|
D,
|
|
@@ -245,14 +245,12 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
|
|
|
245
245
|
}
|
|
246
246
|
) }) }) }),
|
|
247
247
|
/* @__PURE__ */ e(
|
|
248
|
-
|
|
248
|
+
$,
|
|
249
249
|
{
|
|
250
250
|
sx: { mt: 4 },
|
|
251
251
|
onClick: R,
|
|
252
|
-
className: "wallet-btn",
|
|
253
|
-
variant: "contained",
|
|
254
252
|
fullWidth: !0,
|
|
255
|
-
children: /* @__PURE__ */ e("strong", { children: o === f ? /* @__PURE__ */ i(
|
|
253
|
+
children: /* @__PURE__ */ e("strong", { children: o === f ? /* @__PURE__ */ i(T, { children: [
|
|
256
254
|
/* @__PURE__ */ e(O, { size: 15, color: "inherit" }),
|
|
257
255
|
" Processing..."
|
|
258
256
|
] }) : "Send" })
|
|
@@ -3,15 +3,15 @@ import "react";
|
|
|
3
3
|
import "../Shared/backBtn.js";
|
|
4
4
|
import "../../../util/functions.js";
|
|
5
5
|
import "../../../util/constants.js";
|
|
6
|
-
import "../../../styles.module-
|
|
6
|
+
import "../../../styles.module-B-t8vvWh.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import { a as c } from "../../../index-
|
|
11
|
-
import "../../../Typography-
|
|
12
|
-
import "../../../Box-
|
|
13
|
-
import "../../../Grid-
|
|
14
|
-
import "../../../CircularProgress-
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
|
+
import "../../../order-D-FBHreS.js";
|
|
10
|
+
import { a as c } from "../../../index-GxLtFwhs.js";
|
|
11
|
+
import "../../../Typography-BQDN44CM.js";
|
|
12
|
+
import "../../../Box-BwKpr_VI.js";
|
|
13
|
+
import "../../../Grid-CPkjiKqX.js";
|
|
14
|
+
import "../../../CircularProgress-Yx712vpT.js";
|
|
15
15
|
export {
|
|
16
16
|
c as default
|
|
17
17
|
};
|
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../PlayArrow-
|
|
4
|
-
import "../../../Info-
|
|
3
|
+
import "../../../PlayArrow-BCWGWaUq.js";
|
|
4
|
+
import "../../../Info-0vSsl6Bm.js";
|
|
5
5
|
import "../../../generic-token-B_ptO5yb.js";
|
|
6
6
|
import "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import "../../../index-
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import "../../../tooltip-
|
|
7
|
+
import "../../../constants-BF50a6s-.js";
|
|
8
|
+
import "../../../index-v4KC1K_V.js";
|
|
9
|
+
import "../../../order-D-FBHreS.js";
|
|
10
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
11
11
|
import "../../../util/functions.js";
|
|
12
12
|
import "../Shared/appButton.js";
|
|
13
|
-
import { B as
|
|
14
|
-
import "../../../styles.module-
|
|
13
|
+
import { B as D } from "../../../index-GxLtFwhs.js";
|
|
14
|
+
import "../../../styles.module-B-t8vvWh.js";
|
|
15
15
|
import "../Shared/TokenModal/index.js";
|
|
16
16
|
import "../../../react-redux-C7I9-1M6.js";
|
|
17
|
-
import "
|
|
18
|
-
import "../../../
|
|
19
|
-
import "../../../
|
|
20
|
-
import "../../../
|
|
21
|
-
import "../../../
|
|
22
|
-
import "../../../
|
|
23
|
-
import "../../../
|
|
24
|
-
import "../../../
|
|
25
|
-
import "../../../
|
|
26
|
-
import "../../../
|
|
27
|
-
import "../../../
|
|
17
|
+
import "../Shared/Order/paymentButton.js";
|
|
18
|
+
import "../../../Grid-CPkjiKqX.js";
|
|
19
|
+
import "../../../Typography-BQDN44CM.js";
|
|
20
|
+
import "../../../FormControl-H4D1Z6Ov.js";
|
|
21
|
+
import "../../../FilledInput-QaJVaeIX.js";
|
|
22
|
+
import "../../../TextField-DmiK1A_S.js";
|
|
23
|
+
import "../../../CircularProgress-Yx712vpT.js";
|
|
24
|
+
import "../../../Select-CGei0bav.js";
|
|
25
|
+
import "../../../MenuItem-ByxiQtY2.js";
|
|
26
|
+
import "../../../ListItemIcon-D657XWHf.js";
|
|
27
|
+
import "../../../Box-BwKpr_VI.js";
|
|
28
|
+
import "../../../IconButton-WneJM4uP.js";
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
D as default
|
|
30
31
|
};
|