everest-npm-features 0.0.61 → 0.0.63
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/ArrowBack-DEJjwfp0.js +8 -0
- 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-71FP5PzJ.js +13 -0
- package/dist/Portal-BeS9yJCZ.js +968 -0
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
- package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
- package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
- package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
- package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
- package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
- package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
- 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 +23 -25
- 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 +53 -56
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
- 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 +23 -24
- package/dist/components/Shared/FullKyc/countryList.js +15 -17
- package/dist/components/Shared/FullKyc/edd.js +51 -53
- package/dist/components/Shared/FullKyc/index.js +13 -11
- package/dist/components/Shared/FullKyc/pep.js +35 -43
- package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
- package/dist/components/Shared/FullKyc/userInfo.js +8 -13
- 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 +60 -65
- package/dist/components/Shared/Sumsub/index.js +75 -62
- 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.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +324 -102
- package/dist/components/Wallet/Account/eWallet.js +37 -43
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +41 -45
- package/dist/components/Wallet/Account/ibanItem.js +70 -75
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -118
- package/dist/components/Wallet/Account/sendIban.js +79 -88
- package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
- package/dist/components/Wallet/Buy/form.js +8 -18
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +16 -18
- package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
- 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 +33 -34
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
- package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
- package/dist/components/Wallet/History/index.js +23 -797
- package/dist/components/Wallet/Home/index.js +13 -14
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
- package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
- package/dist/components/Wallet/Portfolio/index.js +48 -51
- package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
- package/dist/components/Wallet/Profile/documents.js +164 -176
- package/dist/components/Wallet/Profile/index.js +39 -44
- package/dist/components/Wallet/Profile/storage.js +39 -47
- package/dist/components/Wallet/Receive/index.js +32 -37
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
- package/dist/components/Wallet/Sell/form.js +8 -18
- package/dist/components/Wallet/Sell/index.js +6 -6
- 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 +9 -356
- package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
- package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
- 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.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +11 -11
- 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 +41 -45
- 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 +16 -17
- package/dist/components/Wallet/Shared/inputField.js +5 -5
- package/dist/components/Wallet/Shared/manualSend.js +9 -13
- 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 +17 -17
- package/dist/components/Wallet/SignUp/index.js +63 -153
- package/dist/components/Wallet/SignUp/terms.js +1 -1
- package/dist/components/Wallet/Stake/gems/index.js +71 -69
- package/dist/components/Wallet/Stake/id/index.js +77 -84
- package/dist/components/Wallet/Stake/index.js +65 -68
- package/dist/components/Wallet/Swap/form.js +11 -20
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
- package/dist/components/Wallet/Withdraw/form.js +6 -17
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- 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-B4XvACQN.js} +89 -98
- package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
- package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
- package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
- package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
- package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
- package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/memoTheme-DnE8lj0t.js +3481 -0
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/otpForm-DeeegaX2.js +7378 -0
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
- package/dist/tooltip-BW0UyWw7.js +2129 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- 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/PlayArrow-Bjz9LxhD.js +0 -13
- 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/styles.module-CHPRGltL.js +0 -28
- 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,42 +1,37 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as U, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as Z, useEffect as _ } from "react";
|
|
3
3
|
import { u as R } from "../../../react-redux-C7I9-1M6.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ap as q, aq as W, ar as Q, as as X, c as b, K as j } from "../../../constants-DX0YBtP2.js";
|
|
5
5
|
import { a as $ } from "../../../index-BQNs1mvn.js";
|
|
6
|
-
import {
|
|
6
|
+
import { Grid as t, Box as h, Typography as n, Button as p, Avatar as J, Divider as e2, Dialog as t2, DialogContent as r2 } from "@mui/material";
|
|
7
|
+
import { s as o } from "../../../styles.module-DFoezEqS.js";
|
|
7
8
|
import l from "../Shared/inputField.js";
|
|
8
|
-
import
|
|
9
|
-
import { SYNTHETIC_EURE as
|
|
10
|
-
import
|
|
9
|
+
import i2 from "./documents.js";
|
|
10
|
+
import { SYNTHETIC_EURE as a2, KYC_APROVED_TOOLTIP as o2, KYC_ELITE_TOOLTIP as l2, WIDGET_URL as s2 } from "../../../util/constants.js";
|
|
11
|
+
import n2 from "../../../hoc/withThemeProvider.js";
|
|
11
12
|
import "../../../index-DlQqWbXG.js";
|
|
12
13
|
import { AuthInnerContainer as L } from "../Shared/Container/index.js";
|
|
13
14
|
import "../Shared/appButton.js";
|
|
14
|
-
import "
|
|
15
|
-
import { useSnackBarContext as
|
|
16
|
-
import
|
|
15
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
16
|
+
import { useSnackBarContext as c2 } from "../../../context/snackBarContext.js";
|
|
17
|
+
import d2 from "../../../hooks/useEverestDispatch.js";
|
|
17
18
|
import "../../../util/conversions.js";
|
|
18
19
|
import "../../../index-CAoLi5Qq.js";
|
|
19
20
|
import "../../../moment-h96o7c8I.js";
|
|
20
21
|
import "../../Shared/transition.js";
|
|
21
|
-
import { M as
|
|
22
|
+
import { M as p2 } from "../../../tooltip-BW0UyWw7.js";
|
|
22
23
|
import "../../../index.esm-BsMAMhYW.js";
|
|
23
24
|
import "../../../web3-u4qDZYpo.js";
|
|
24
25
|
import "../../../index-ceeCtFuh.js";
|
|
25
26
|
import "../../../index.esm-I_Bp2YLf.js";
|
|
26
27
|
import "../../../context/dialogContext.js";
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import { B as m } from "../../../Box-B0YSYLco.js";
|
|
30
|
-
import { T as n } from "../../../Typography-pAaje37G.js";
|
|
31
|
-
import { B as p } from "../../../Button-Df4vgU24.js";
|
|
32
|
-
import { A as c2 } from "../../../Avatar-1XklXr4O.js";
|
|
33
|
-
import { D as d2 } from "../../../Divider-BShhMFf4.js";
|
|
34
|
-
import { D as p2, a as f2 } from "../../../DialogContent-BMwlOnbW.js";
|
|
28
|
+
import "@mui/icons-material";
|
|
29
|
+
import f2 from "./storage.js";
|
|
35
30
|
const u2 = () => ({
|
|
36
|
-
type: W
|
|
37
|
-
}), m2 = () => ({
|
|
38
31
|
type: q
|
|
39
32
|
}), h2 = () => ({
|
|
33
|
+
type: W
|
|
34
|
+
}), m2 = () => ({
|
|
40
35
|
type: Q
|
|
41
36
|
}), C2 = (g) => ({
|
|
42
37
|
type: X,
|
|
@@ -46,7 +41,7 @@ const u2 = () => ({
|
|
|
46
41
|
baseUrl: S,
|
|
47
42
|
isEnterPriseWallet: k = !1
|
|
48
43
|
}) => {
|
|
49
|
-
const { showAlertMessage: c } =
|
|
44
|
+
const { showAlertMessage: c } = c2(), m = d2(), C = R((a) => a.user).kyc, i = R($), {
|
|
50
45
|
residentialAddress: f,
|
|
51
46
|
referralCount: D,
|
|
52
47
|
referral: { code: x },
|
|
@@ -56,20 +51,20 @@ const u2 = () => ({
|
|
|
56
51
|
storagePlans: V,
|
|
57
52
|
purchaseStatus: N,
|
|
58
53
|
userStorage: A
|
|
59
|
-
} = i, [G, w] = Z(!1), [E,
|
|
54
|
+
} = i, [G, w] = Z(!1), [E, T] = Z(""), B = i.tokens, [F, H] = Z(0);
|
|
60
55
|
_(() => {
|
|
61
|
-
const a =
|
|
56
|
+
const a = B.list, u = a.length;
|
|
62
57
|
for (let d = 0; d < u; d++)
|
|
63
|
-
if (a[d].symbol ===
|
|
58
|
+
if (a[d].symbol === a2) {
|
|
64
59
|
H(Number(a[d].balance) / 100);
|
|
65
60
|
break;
|
|
66
61
|
}
|
|
67
|
-
}, [
|
|
62
|
+
}, [B.list]), _(() => {
|
|
68
63
|
v && c({ message: v });
|
|
69
64
|
}, [v]), _(() => {
|
|
70
65
|
M && c({ message: M, type: "success" });
|
|
71
66
|
}, [M]), _(() => {
|
|
72
|
-
|
|
67
|
+
m(u2()), m(h2()), m(m2());
|
|
73
68
|
}, []);
|
|
74
69
|
const I = () => {
|
|
75
70
|
navigator.clipboard.writeText(g + "?referer=" + x), c({
|
|
@@ -109,13 +104,13 @@ const u2 = () => ({
|
|
|
109
104
|
return /* @__PURE__ */ r(U, { children: [
|
|
110
105
|
/* @__PURE__ */ r(t, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
|
|
111
106
|
/* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(L, { children: [
|
|
112
|
-
/* @__PURE__ */ r(
|
|
107
|
+
/* @__PURE__ */ r(h, { p: 3, children: [
|
|
113
108
|
/* @__PURE__ */ r(t, { container: !0, children: [
|
|
114
109
|
/* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
|
|
115
110
|
(C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
|
|
116
|
-
|
|
111
|
+
p2,
|
|
117
112
|
{
|
|
118
|
-
title: C.status === b ?
|
|
113
|
+
title: C.status === b ? o2 : l2,
|
|
119
114
|
placement: "bottom",
|
|
120
115
|
children: /* @__PURE__ */ e(p, { className: o["kyc-approved"], children: C.status === b ? "KYC Approved" : "KYC Elite" })
|
|
121
116
|
}
|
|
@@ -123,7 +118,7 @@ const u2 = () => ({
|
|
|
123
118
|
] }),
|
|
124
119
|
/* @__PURE__ */ r(t, { container: !0, children: [
|
|
125
120
|
/* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
|
|
126
|
-
|
|
121
|
+
h,
|
|
127
122
|
{
|
|
128
123
|
mt: 2,
|
|
129
124
|
sx: {
|
|
@@ -131,8 +126,8 @@ const u2 = () => ({
|
|
|
131
126
|
alignItems: "center"
|
|
132
127
|
},
|
|
133
128
|
children: [
|
|
134
|
-
/* @__PURE__ */ e(
|
|
135
|
-
/* @__PURE__ */ r(
|
|
129
|
+
/* @__PURE__ */ e(J, { ...Y(i.email) }),
|
|
130
|
+
/* @__PURE__ */ r(h, { ml: 1, children: [
|
|
136
131
|
/* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
|
|
137
132
|
y && /* @__PURE__ */ r(
|
|
138
133
|
n,
|
|
@@ -183,8 +178,8 @@ const u2 = () => ({
|
|
|
183
178
|
)
|
|
184
179
|
] })
|
|
185
180
|
] }),
|
|
186
|
-
/* @__PURE__ */ e(
|
|
187
|
-
/* @__PURE__ */ r(
|
|
181
|
+
/* @__PURE__ */ e(e2, {}),
|
|
182
|
+
/* @__PURE__ */ r(h, { p: 3, children: [
|
|
188
183
|
/* @__PURE__ */ e(
|
|
189
184
|
l,
|
|
190
185
|
{
|
|
@@ -280,14 +275,14 @@ const u2 = () => ({
|
|
|
280
275
|
] }) }),
|
|
281
276
|
/* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
|
|
282
277
|
/* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
|
|
283
|
-
|
|
278
|
+
i2,
|
|
284
279
|
{
|
|
285
280
|
identityDocs: i.identityDocuments,
|
|
286
281
|
showAlertMessage: c
|
|
287
282
|
}
|
|
288
283
|
) }),
|
|
289
284
|
/* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
|
|
290
|
-
|
|
285
|
+
f2,
|
|
291
286
|
{
|
|
292
287
|
eureBalance: F,
|
|
293
288
|
showAlertMessage: c,
|
|
@@ -322,7 +317,7 @@ const u2 = () => ({
|
|
|
322
317
|
] })
|
|
323
318
|
] }),
|
|
324
319
|
/* @__PURE__ */ e(
|
|
325
|
-
|
|
320
|
+
t2,
|
|
326
321
|
{
|
|
327
322
|
PaperProps: {
|
|
328
323
|
className: o["confirm-dialog"],
|
|
@@ -330,8 +325,8 @@ const u2 = () => ({
|
|
|
330
325
|
},
|
|
331
326
|
open: G,
|
|
332
327
|
fullWidth: !0,
|
|
333
|
-
children: /* @__PURE__ */ e(
|
|
334
|
-
|
|
328
|
+
children: /* @__PURE__ */ e(r2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
|
|
329
|
+
h,
|
|
335
330
|
{
|
|
336
331
|
mt: 4,
|
|
337
332
|
className: o["dialog-container"],
|
|
@@ -351,24 +346,24 @@ const u2 = () => ({
|
|
|
351
346
|
{
|
|
352
347
|
value: E,
|
|
353
348
|
maxLength: 120,
|
|
354
|
-
onChange: (a) =>
|
|
349
|
+
onChange: (a) => T(a.target.value),
|
|
355
350
|
className: o["tweet-text-area"],
|
|
356
351
|
placeholder: "Personal message to include in tweet (optional)",
|
|
357
352
|
autoFocus: !0
|
|
358
353
|
}
|
|
359
354
|
)
|
|
360
355
|
] }),
|
|
361
|
-
/* @__PURE__ */ e("img", { height: "275", src:
|
|
356
|
+
/* @__PURE__ */ e("img", { height: "275", src: s2 + "/twitter-update.png" }),
|
|
362
357
|
/* @__PURE__ */ e(
|
|
363
358
|
p,
|
|
364
359
|
{
|
|
365
360
|
onClick: () => {
|
|
366
|
-
|
|
361
|
+
m(
|
|
367
362
|
C2({
|
|
368
363
|
share_opt: !0,
|
|
369
364
|
tweet_text: E
|
|
370
365
|
})
|
|
371
|
-
), w(!1),
|
|
366
|
+
), w(!1), T("");
|
|
372
367
|
},
|
|
373
368
|
className: "wallet-btn",
|
|
374
369
|
variant: "contained",
|
|
@@ -395,7 +390,7 @@ const u2 = () => ({
|
|
|
395
390
|
}
|
|
396
391
|
)
|
|
397
392
|
] });
|
|
398
|
-
},
|
|
393
|
+
}, X2 = n2(L2);
|
|
399
394
|
export {
|
|
400
|
-
|
|
395
|
+
X2 as default
|
|
401
396
|
};
|
|
@@ -1,45 +1,37 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as T } from "react/jsx-runtime";
|
|
2
2
|
import x, { useState as b, useEffect as h } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
3
|
+
import { Box as s, Typography as i, FormControl as O, RadioGroup as N, Backdrop as w, CircularProgress as W, Grid as C, Dialog as z, IconButton as v, DialogContent as D } from "@mui/material";
|
|
4
|
+
import { C as L } from "../../../Close-DSxLLo08.js";
|
|
5
|
+
import { c as P } from "../../../createSvgIcon-B28GrUxG.js";
|
|
6
|
+
import M from "../../Shared/transition.js";
|
|
7
|
+
import { s as E } from "../../../styles.module-DFoezEqS.js";
|
|
7
8
|
import f from "../Shared/appButton.js";
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import { az as
|
|
11
|
-
import { STORAGE_SUCCESS as
|
|
12
|
-
import
|
|
13
|
-
import { B as s } from "../../../Box-B0YSYLco.js";
|
|
14
|
-
import { T as i } from "../../../Typography-pAaje37G.js";
|
|
15
|
-
import { F as Q } from "../../../FormControl-RtZDQMdA.js";
|
|
16
|
-
import { R as Y } from "../../../RadioGroup-nvoSN0JN.js";
|
|
17
|
-
import { B as J } from "../../../Backdrop-CioURPVG.js";
|
|
18
|
-
import { C as K } from "../../../CircularProgress-xZA3lvba.js";
|
|
19
|
-
import { G as E } from "../../../Grid-CFe3amXO.js";
|
|
20
|
-
import { D as V, a as X } from "../../../DialogContent-BMwlOnbW.js";
|
|
21
|
-
import { I as v } from "../../../IconButton-DHm-hucF.js";
|
|
9
|
+
import j from "../Shared/noData.js";
|
|
10
|
+
import q from "../Shared/radioButton.js";
|
|
11
|
+
import { az as H, aA as Q, aB as F, aC as Y, aD as J } from "../../../constants-DX0YBtP2.js";
|
|
12
|
+
import { STORAGE_SUCCESS as K, CLOUD_ICON as V } from "../../../util/constants.js";
|
|
13
|
+
import X from "../../../hooks/useEverestDispatch.js";
|
|
22
14
|
const Z = () => ({
|
|
23
|
-
type:
|
|
15
|
+
type: H
|
|
24
16
|
}), $ = (c) => ({
|
|
25
|
-
type:
|
|
17
|
+
type: F,
|
|
26
18
|
payload: c
|
|
27
19
|
}), ee = () => ({
|
|
28
|
-
type:
|
|
29
|
-
}), re =
|
|
20
|
+
type: Q
|
|
21
|
+
}), re = P(/* @__PURE__ */ e("path", {
|
|
30
22
|
d: "M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"
|
|
31
|
-
}), "ArrowBackIos"),
|
|
23
|
+
}), "ArrowBackIos"), ue = ({
|
|
32
24
|
showAlertMessage: c,
|
|
33
25
|
eureBalance: R,
|
|
34
26
|
storagePlans: l,
|
|
35
27
|
purchaseStatus: d,
|
|
36
28
|
userStorage: y
|
|
37
29
|
}) => {
|
|
38
|
-
const p =
|
|
30
|
+
const p = X(), A = !1, [a, m] = b(1), [U, _] = b(!1), [n, u] = b(0);
|
|
39
31
|
h(() => {
|
|
40
32
|
p(Z()), p(ee());
|
|
41
33
|
}, []), h(() => {
|
|
42
|
-
d && d ===
|
|
34
|
+
d && d === Y && m(3);
|
|
43
35
|
}, [d]), h(() => {
|
|
44
36
|
var r;
|
|
45
37
|
u((r = l[0]) == null ? void 0 : r.id);
|
|
@@ -67,8 +59,8 @@ const Z = () => ({
|
|
|
67
59
|
R,
|
|
68
60
|
" EUR.e"
|
|
69
61
|
] }) }),
|
|
70
|
-
/* @__PURE__ */ e(
|
|
71
|
-
|
|
62
|
+
/* @__PURE__ */ e(O, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ e(N, { value: n, onChange: r, children: l.map((o) => /* @__PURE__ */ e(
|
|
63
|
+
q,
|
|
72
64
|
{
|
|
73
65
|
value: o.id,
|
|
74
66
|
label: o.name,
|
|
@@ -117,15 +109,15 @@ const Z = () => ({
|
|
|
117
109
|
sx: { mt: 4, mb: 4 },
|
|
118
110
|
onClick: S,
|
|
119
111
|
disabled: !n,
|
|
120
|
-
loading: d ===
|
|
112
|
+
loading: d === J,
|
|
121
113
|
fullWidth: !0,
|
|
122
114
|
children: /* @__PURE__ */ e("strong", { children: "Confirm & Pay" })
|
|
123
115
|
}
|
|
124
116
|
)
|
|
125
117
|
] });
|
|
126
|
-
}),
|
|
118
|
+
}), B = x.memo(() => /* @__PURE__ */ t(s, { className: "text-center", children: [
|
|
127
119
|
/* @__PURE__ */ t(s, { children: [
|
|
128
|
-
/* @__PURE__ */ e("img", { src:
|
|
120
|
+
/* @__PURE__ */ e("img", { src: K, alt: "tick" }),
|
|
129
121
|
/* @__PURE__ */ e(i, { variant: "h3", mb: 4, children: "Success!" }),
|
|
130
122
|
/* @__PURE__ */ e(i, { variant: "body1", mb: 4, children: "Your storage will be accessible from your profile once payment has been processed" })
|
|
131
123
|
] }),
|
|
@@ -148,17 +140,17 @@ const Z = () => ({
|
|
|
148
140
|
};
|
|
149
141
|
return /* @__PURE__ */ t(T, { children: [
|
|
150
142
|
/* @__PURE__ */ e(
|
|
151
|
-
|
|
143
|
+
w,
|
|
152
144
|
{
|
|
153
145
|
sx: {
|
|
154
146
|
color: "#fff",
|
|
155
147
|
zIndex: (r) => r.zIndex.drawer + 1e3
|
|
156
148
|
},
|
|
157
149
|
open: A,
|
|
158
|
-
children: /* @__PURE__ */ e(
|
|
150
|
+
children: /* @__PURE__ */ e(W, { color: "inherit" })
|
|
159
151
|
}
|
|
160
152
|
),
|
|
161
|
-
/* @__PURE__ */ e(i, { className:
|
|
153
|
+
/* @__PURE__ */ e(i, { className: E.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Storage" }) }),
|
|
162
154
|
/* @__PURE__ */ e(s, { mt: 2, children: y.total_storage ? /* @__PURE__ */ e(
|
|
163
155
|
s,
|
|
164
156
|
{
|
|
@@ -170,9 +162,9 @@ const Z = () => ({
|
|
|
170
162
|
border: "0.5px solid #d0d0d0",
|
|
171
163
|
background: "#fbfbfb"
|
|
172
164
|
},
|
|
173
|
-
children: /* @__PURE__ */ t(
|
|
165
|
+
children: /* @__PURE__ */ t(C, { container: !0, width: "100%", children: [
|
|
174
166
|
/* @__PURE__ */ e(
|
|
175
|
-
|
|
167
|
+
C,
|
|
176
168
|
{
|
|
177
169
|
size: { xs: 2, md: 1.2 },
|
|
178
170
|
sx: {
|
|
@@ -180,10 +172,10 @@ const Z = () => ({
|
|
|
180
172
|
alignItems: "center",
|
|
181
173
|
justifyContent: "center"
|
|
182
174
|
},
|
|
183
|
-
children: /* @__PURE__ */ e("img", { src:
|
|
175
|
+
children: /* @__PURE__ */ e("img", { src: V, alt: "Icon" })
|
|
184
176
|
}
|
|
185
177
|
),
|
|
186
|
-
/* @__PURE__ */ t(
|
|
178
|
+
/* @__PURE__ */ t(C, { size: { xs: 10, md: 10.8 }, children: [
|
|
187
179
|
/* @__PURE__ */ t(
|
|
188
180
|
i,
|
|
189
181
|
{
|
|
@@ -213,18 +205,18 @@ const Z = () => ({
|
|
|
213
205
|
] })
|
|
214
206
|
] })
|
|
215
207
|
}
|
|
216
|
-
) : /* @__PURE__ */ e(
|
|
208
|
+
) : /* @__PURE__ */ e(j, { text: "Buy Storage with EUR.e" }) }),
|
|
217
209
|
/* @__PURE__ */ e(f, { sx: { mt: 4 }, onClick: () => _(!0), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Add Storage" }) }),
|
|
218
210
|
/* @__PURE__ */ t(
|
|
219
|
-
|
|
211
|
+
z,
|
|
220
212
|
{
|
|
221
213
|
maxWidth: a === 3 ? "sm" : "md",
|
|
222
214
|
fullWidth: !0,
|
|
223
|
-
open:
|
|
215
|
+
open: U,
|
|
224
216
|
onClose: g,
|
|
225
|
-
TransitionComponent:
|
|
217
|
+
TransitionComponent: M,
|
|
226
218
|
children: [
|
|
227
|
-
a !== 3 && /* @__PURE__ */ t(s, { className:
|
|
219
|
+
a !== 3 && /* @__PURE__ */ t(s, { className: E["asset-header"], children: [
|
|
228
220
|
a === 2 && /* @__PURE__ */ e(
|
|
229
221
|
v,
|
|
230
222
|
{
|
|
@@ -240,20 +232,20 @@ const Z = () => ({
|
|
|
240
232
|
{
|
|
241
233
|
"aria-label": "close",
|
|
242
234
|
onClick: g,
|
|
243
|
-
className:
|
|
244
|
-
children: /* @__PURE__ */ e(
|
|
235
|
+
className: E["asset-close-btn"],
|
|
236
|
+
children: /* @__PURE__ */ e(L, {})
|
|
245
237
|
}
|
|
246
238
|
)
|
|
247
239
|
] }),
|
|
248
240
|
/* @__PURE__ */ e(
|
|
249
|
-
|
|
241
|
+
D,
|
|
250
242
|
{
|
|
251
243
|
sx: { padding: a === 3 ? "80px" : "100px" },
|
|
252
244
|
dividers: !0,
|
|
253
245
|
children: {
|
|
254
246
|
1: /* @__PURE__ */ e(G, {}),
|
|
255
247
|
2: /* @__PURE__ */ e(I, {}),
|
|
256
|
-
3: /* @__PURE__ */ e(
|
|
248
|
+
3: /* @__PURE__ */ e(B, {})
|
|
257
249
|
}[a]
|
|
258
250
|
}
|
|
259
251
|
)
|
|
@@ -263,5 +255,5 @@ const Z = () => ({
|
|
|
263
255
|
] });
|
|
264
256
|
};
|
|
265
257
|
export {
|
|
266
|
-
|
|
258
|
+
ue as default
|
|
267
259
|
};
|
|
@@ -1,42 +1,37 @@
|
|
|
1
|
-
import { jsxs as n, Fragment as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as n, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as C, useEffect as p } from "react";
|
|
3
3
|
import { u } from "../../../react-redux-C7I9-1M6.js";
|
|
4
|
-
import { Q as
|
|
5
|
-
import "../../../constants-
|
|
6
|
-
import { a as
|
|
7
|
-
import { u as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
|
|
15
|
-
import { S as D } from "../../../Select-CB5yWmyn.js";
|
|
16
|
-
import { M as E } from "../../../MenuItem-DUdYOJr4.js";
|
|
17
|
-
import { B as F } from "../../../Button-Df4vgU24.js";
|
|
18
|
-
import '../../../assets/index2.css';const I = "_container_zcbz9_1", c = {
|
|
19
|
-
container: I,
|
|
4
|
+
import { Q as W } from "../../../index-CAoLi5Qq.js";
|
|
5
|
+
import "../../../constants-DX0YBtP2.js";
|
|
6
|
+
import { a as _, c as z } from "../../../index-BQNs1mvn.js";
|
|
7
|
+
import { u as A } from "../../../wallet-BPXOp8UG.js";
|
|
8
|
+
import { Box as r, CircularProgress as S, FormControl as N, Select as w, MenuItem as B, Button as k } from "@mui/material";
|
|
9
|
+
import { C as D } from "../../../ContentCopy-D0C0zbQj.js";
|
|
10
|
+
import { useSnackBar as E } from "../../../hooks/useSnackBar.js";
|
|
11
|
+
import I from "../../../hoc/withThemeProvider.js";
|
|
12
|
+
import M from "../../../hooks/useEverestDispatch.js";
|
|
13
|
+
import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
|
|
14
|
+
container: P,
|
|
20
15
|
"inner-container": "_inner-container_zcbz9_13",
|
|
21
16
|
"copy-btn": "_copy-btn_zcbz9_29"
|
|
22
|
-
},
|
|
23
|
-
const f =
|
|
17
|
+
}, R = () => {
|
|
18
|
+
const f = M(), { showAlertMessage: h, snackBar: v } = E(), l = u(_), i = u(z), b = l.loader, g = i.loader, s = i.data, o = l.everWalletAddress, [a, d] = C(o);
|
|
24
19
|
p(() => {
|
|
25
|
-
|
|
20
|
+
s.length <= 0 && f(A());
|
|
26
21
|
}, []), p(() => {
|
|
27
|
-
|
|
28
|
-
}, [
|
|
29
|
-
const
|
|
22
|
+
s.length > 0 && o && d(o);
|
|
23
|
+
}, [o, s]);
|
|
24
|
+
const x = () => {
|
|
30
25
|
navigator.clipboard.writeText(a), h({
|
|
31
26
|
message: "Wallet Address has been copied successfully.",
|
|
32
27
|
type: "success"
|
|
33
28
|
});
|
|
34
29
|
};
|
|
35
|
-
return /* @__PURE__ */ n(
|
|
30
|
+
return /* @__PURE__ */ n(m, { children: [
|
|
36
31
|
v,
|
|
37
|
-
/* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children:
|
|
38
|
-
/* @__PURE__ */ e(
|
|
39
|
-
|
|
32
|
+
/* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children: b || g ? /* @__PURE__ */ e(r, { className: "text-center", children: /* @__PURE__ */ e(S, { size: 60 }) }) : /* @__PURE__ */ n(m, { children: [
|
|
33
|
+
/* @__PURE__ */ e(N, { sx: { mt: 1.5 }, fullWidth: !0, children: /* @__PURE__ */ e(
|
|
34
|
+
w,
|
|
40
35
|
{
|
|
41
36
|
sx: {
|
|
42
37
|
fontWeight: "bold",
|
|
@@ -48,31 +43,31 @@ import '../../../assets/index2.css';const I = "_container_zcbz9_1", c = {
|
|
|
48
43
|
variant: "filled",
|
|
49
44
|
value: a,
|
|
50
45
|
displayEmpty: !0,
|
|
51
|
-
onChange: (t) =>
|
|
52
|
-
children:
|
|
46
|
+
onChange: (t) => d(t.target.value),
|
|
47
|
+
children: s.map((t, y) => /* @__PURE__ */ n(B, { value: t.address, children: [
|
|
53
48
|
t.name,
|
|
54
49
|
" (",
|
|
55
50
|
t.address,
|
|
56
51
|
")"
|
|
57
|
-
] },
|
|
52
|
+
] }, y))
|
|
58
53
|
}
|
|
59
54
|
) }),
|
|
60
|
-
/* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(
|
|
55
|
+
/* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(W, { value: a, size: 280 }) }),
|
|
61
56
|
/* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ n(
|
|
62
|
-
|
|
57
|
+
k,
|
|
63
58
|
{
|
|
64
59
|
className: c["copy-btn"],
|
|
65
60
|
variant: "contained",
|
|
66
|
-
onClick:
|
|
61
|
+
onClick: x,
|
|
67
62
|
children: [
|
|
68
|
-
/* @__PURE__ */ e(
|
|
63
|
+
/* @__PURE__ */ e(D, {}),
|
|
69
64
|
"Copy to Clipboard"
|
|
70
65
|
]
|
|
71
66
|
}
|
|
72
67
|
) })
|
|
73
68
|
] }) }) })
|
|
74
69
|
] });
|
|
75
|
-
},
|
|
70
|
+
}, U = I(R);
|
|
76
71
|
export {
|
|
77
|
-
|
|
72
|
+
U as default
|
|
78
73
|
};
|
|
@@ -1,34 +1,32 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
+
import "@mui/material";
|
|
3
4
|
import "../Shared/backBtn.js";
|
|
4
5
|
import "../../../util/functions.js";
|
|
5
6
|
import "../../../styles.module-DMd29SPQ.js";
|
|
6
7
|
import "../Shared/appButton.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
8
9
|
import "../../../index-BQNs1mvn.js";
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import { a as
|
|
10
|
+
import "../../../order-BXeCIvqC.js";
|
|
11
|
+
import { a as E } from "../../../index-JY6-UKlX.js";
|
|
11
12
|
import "../../../util/constants.js";
|
|
12
13
|
import "../../../react-redux-C7I9-1M6.js";
|
|
13
14
|
import "../../../index-DlQqWbXG.js";
|
|
14
15
|
import "../../../hoc/withThemeProvider.js";
|
|
15
|
-
import "
|
|
16
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
16
17
|
import "../../../context/snackBarContext.js";
|
|
17
18
|
import "../../../util/conversions.js";
|
|
18
19
|
import "../../../index-CAoLi5Qq.js";
|
|
19
20
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
20
21
|
import "../../Shared/transition.js";
|
|
21
|
-
import "../../../tooltip-
|
|
22
|
+
import "../../../tooltip-BW0UyWw7.js";
|
|
22
23
|
import "../../../moment-h96o7c8I.js";
|
|
23
24
|
import "../../../index.esm-BsMAMhYW.js";
|
|
24
25
|
import "../../../web3-u4qDZYpo.js";
|
|
25
26
|
import "../../../index-ceeCtFuh.js";
|
|
26
27
|
import "../../../index.esm-I_Bp2YLf.js";
|
|
27
28
|
import "../../../context/dialogContext.js";
|
|
28
|
-
import "
|
|
29
|
-
import "../../../Box-B0YSYLco.js";
|
|
30
|
-
import "../../../Grid-CFe3amXO.js";
|
|
31
|
-
import "../../../CircularProgress-xZA3lvba.js";
|
|
29
|
+
import "@mui/icons-material";
|
|
32
30
|
export {
|
|
33
|
-
|
|
31
|
+
E as default
|
|
34
32
|
};
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
4
|
-
import "../../../
|
|
3
|
+
import "@mui/material";
|
|
4
|
+
import "../../../PlayArrow-71FP5PzJ.js";
|
|
5
|
+
import "../../../Info-DOoRR7sR.js";
|
|
5
6
|
import "../../../generic-token-B_ptO5yb.js";
|
|
6
7
|
import "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-DX0YBtP2.js";
|
|
8
9
|
import "../../../index-BQNs1mvn.js";
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import "../../../tooltip-
|
|
10
|
+
import "../../../order-BXeCIvqC.js";
|
|
11
|
+
import "../../../tooltip-BW0UyWw7.js";
|
|
11
12
|
import "../../../util/functions.js";
|
|
12
|
-
import { S as
|
|
13
|
+
import { S as n } from "../../../index-JY6-UKlX.js";
|
|
13
14
|
import "../../../styles.module-DMd29SPQ.js";
|
|
14
15
|
import "../Shared/TokenModal/index.js";
|
|
15
16
|
import "../Shared/appButton.js";
|
|
@@ -17,17 +18,6 @@ import "../../../react-redux-C7I9-1M6.js";
|
|
|
17
18
|
import "../../../hooks/useDialog/index.js";
|
|
18
19
|
import "../../../util/conversions.js";
|
|
19
20
|
import "../Shared/Order/selectCustomIcon.js";
|
|
20
|
-
import "../../../Grid-CFe3amXO.js";
|
|
21
|
-
import "../../../Typography-pAaje37G.js";
|
|
22
|
-
import "../../../FormControl-RtZDQMdA.js";
|
|
23
|
-
import "../../../FilledInput-DuNqnPjc.js";
|
|
24
|
-
import "../../../TextField-DPpRUQe3.js";
|
|
25
|
-
import "../../../CircularProgress-xZA3lvba.js";
|
|
26
|
-
import "../../../Select-CB5yWmyn.js";
|
|
27
|
-
import "../../../MenuItem-DUdYOJr4.js";
|
|
28
|
-
import "../../../ListItemIcon-CUcyTEEm.js";
|
|
29
|
-
import "../../../Box-B0YSYLco.js";
|
|
30
|
-
import "../../../IconButton-DHm-hucF.js";
|
|
31
21
|
export {
|
|
32
|
-
|
|
22
|
+
n as default
|
|
33
23
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { C as e, F as f, b as L, c as O, i as b } from "../../../index-
|
|
4
|
+
import { C as e, F as f, b as L, c as O, i as b } from "../../../index-JY6-UKlX.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../PlayArrow-
|
|
8
|
-
import "../../../cryptoAssets-
|
|
9
|
-
import "../../../wallet-
|
|
10
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-DX0YBtP2.js";
|
|
7
|
+
import "../../../PlayArrow-71FP5PzJ.js";
|
|
8
|
+
import "../../../cryptoAssets-B8rAI7pp.js";
|
|
9
|
+
import "../../../wallet-BPXOp8UG.js";
|
|
10
|
+
import "../../../order-BXeCIvqC.js";
|
|
11
11
|
import "../../../util/constants.js";
|
|
12
12
|
import "../../../context/snackBarContext.js";
|
|
13
13
|
import "../Shared/Container/index.js";
|