everest-npm-features 0.0.17 → 0.0.18
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/CheckCircle-BiltyzEJ.js +8 -0
- package/dist/PlayArrow-BYMBg9J8.js +8 -0
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -0
- package/dist/{auth-PInt5Jrb.js → auth-RJ36qeYb.js} +1 -1
- package/dist/{bank-BDnnvwyk.js → bank-Dml7vXW5.js} +10 -10
- package/dist/components/RocketRamp/MinimalKyc/form.js +5 -5
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/form.js +5 -5
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/index.js +13 -15
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +5 -5
- package/dist/components/RocketRamp/Player/Sell/index.js +8 -8
- package/dist/components/RocketRamp/Player/SignIn/index.js +3 -3
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/index.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +3 -3
- package/dist/components/RocketRamp/Shared/Input/index.js +9 -9
- package/dist/components/RocketRamp/Store/SignUp/index.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
- package/dist/components/RocketRamp/Transactions/index.js +7 -7
- package/dist/components/Shared/HistoryItem/index.js +40 -40
- package/dist/components/Shared/MinimalKyc/index.js +3 -3
- package/dist/components/Shared/tooltip.js +5 -2108
- package/dist/components/Wallet/Account/createIban.js +1 -1
- package/dist/components/Wallet/Account/iban.js +5 -5
- package/dist/components/Wallet/Account/index.js +17 -17
- package/dist/components/Wallet/Account/sendIban.js +16 -16
- package/dist/components/Wallet/Buy/confirmTransaction.d.ts +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +5 -4
- package/dist/components/Wallet/Buy/form.d.ts +2 -2
- package/dist/components/Wallet/Buy/form.js +9 -6
- package/dist/components/Wallet/Buy/index.d.ts +1 -1
- package/dist/components/Wallet/Buy/index.js +7 -7
- package/dist/components/Wallet/Deposit/index.d.ts +2 -0
- package/dist/components/Wallet/Deposit/index.js +110 -0
- package/dist/components/Wallet/EnterpriseKyc/edd.js +92 -80
- package/dist/components/Wallet/EnterpriseKyc/index.js +121 -108
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.d.ts +1 -1
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +110 -85
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/types.d.ts +1 -0
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +4 -4
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +33 -33
- package/dist/components/Wallet/Portfolio/index.js +171 -138
- package/dist/components/Wallet/Profile/documents.js +4 -4
- package/dist/components/Wallet/Profile/index.js +4 -4
- package/dist/components/Wallet/Receive/index.js +8 -8
- package/dist/components/Wallet/Sell/confirmTransaction.d.ts +3 -0
- package/dist/components/Wallet/Sell/confirmTransaction.js +18 -0
- package/dist/components/Wallet/Sell/form.d.ts +3 -0
- package/dist/components/Wallet/Sell/form.js +32 -0
- package/dist/components/Wallet/Sell/index.d.ts +6 -0
- package/dist/components/Wallet/Sell/index.js +22 -0
- package/dist/components/Wallet/Send/index.js +6 -6
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +1 -1
- package/dist/components/Wallet/Shared/Container/index.js +1 -1
- package/dist/components/Wallet/Shared/Order/types.d.ts +51 -0
- package/dist/components/Wallet/Shared/TokenModal/index.d.ts +1 -1
- package/dist/components/Wallet/Shared/TokenModal/index.js +5 -5
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +4 -4
- package/dist/components/Wallet/Shared/addBank.js +6 -6
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- package/dist/components/Wallet/Shared/pin.js +1 -1
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +1 -1
- package/dist/components/Wallet/Stake/id/index.js +3 -3
- package/dist/components/Wallet/Stake/index.js +7 -7
- package/dist/components/Wallet/Swap/index.d.ts +3 -2
- package/dist/components/Wallet/Swap/index.js +327 -271
- package/dist/components/Wallet/SwapAndUniSwap/index.js +31 -35
- package/dist/components/Wallet/{Buy → SwapAndUniSwap}/types.d.ts +4 -13
- package/dist/components/Wallet/SwapAndUniSwap/types.js +1 -0
- package/dist/components/Wallet/Withdraw/bankSelect.d.ts +4 -0
- package/dist/components/Wallet/Withdraw/bankSelect.js +21 -0
- package/dist/components/Wallet/Withdraw/confirmTransaction.d.ts +3 -0
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +19 -0
- package/dist/components/Wallet/Withdraw/form.d.ts +3 -0
- package/dist/components/Wallet/Withdraw/form.js +26 -0
- package/dist/components/Wallet/Withdraw/index.d.ts +7 -0
- package/dist/components/Wallet/Withdraw/index.js +22 -0
- package/dist/constants-QcvnheTz.js +5307 -0
- package/dist/cryptoAssets-DBfxll21.js +16 -0
- package/dist/{documents-b3tR38Qf.js → documents-Bd28UFLu.js} +3 -3
- package/dist/{fiatAssets-Di1Dvl51.js → fiatAssets-w5Lh-MSu.js} +1 -1
- package/dist/hooks/useDialog/index.js +22 -22
- package/dist/hooks/useRrDialog/index.js +1 -1
- package/dist/{iban-D3Y3E3cN.js → iban-CKaN4sIM.js} +6 -6
- package/dist/index-BEdISdN-.js +709 -0
- package/dist/{index-BhJeqQtm.js → index-BNaxzTKI.js} +164 -163
- package/dist/index-BvftsxV1.js +677 -0
- package/dist/index-DSHZv8ZQ.js +569 -0
- package/dist/{index-D2XCPzg3.js → index-_KAhqkWc.js} +144 -143
- package/dist/{index-DQaPU81n.js → index-f15o1nhn.js} +3 -3
- package/dist/{kyc-8mSMgUlU.js → kyc-V7cIa71M.js} +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.js +47 -39
- package/dist/order-6L4LZOBs.js +41 -0
- package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
- package/dist/{stake-Cf5t27F3.js → stake-r4KUlRcz.js} +1 -1
- package/dist/styles.module-BFHktEw2.js +30 -0
- package/dist/{styles.module-Ctfaq7f2.js → styles.module-DJk7Pf0F.js} +1 -1
- package/dist/tooltip-BVZ66d8C.js +2111 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +84 -83
- package/dist/{wallet-Bghw0_Nm.js → wallet-D7MEPP5y.js} +1 -1
- package/package.json +2 -2
- package/dist/PlayArrow-Dent7shn.js +0 -21
- package/dist/assets/index12.css +0 -1
- package/dist/assets/index13.css +0 -1
- package/dist/constants-A8X7fywY.js +0 -3882
- package/dist/index-Bqxs_jIU.js +0 -709
- package/dist/order-DTnCUIx0.js +0 -34
- /package/dist/components/Wallet/{Buy → Shared/Order}/types.js +0 -0
|
@@ -10,10 +10,10 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
10
10
|
import "../../../ArrowBack-BT4ZQvY3.js";
|
|
11
11
|
import "../../Shared/transition.js";
|
|
12
12
|
import "../../../util/functions.js";
|
|
13
|
-
import "../../../react-redux-
|
|
14
|
-
import "../../../constants-
|
|
15
|
-
import "../../../index-
|
|
16
|
-
import { D as C } from "../../../documents-
|
|
13
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
14
|
+
import "../../../constants-QcvnheTz.js";
|
|
15
|
+
import "../../../index-f15o1nhn.js";
|
|
16
|
+
import { D as C } from "../../../documents-Bd28UFLu.js";
|
|
17
17
|
import "../../../util/constants.js";
|
|
18
18
|
import "../../../hooks/useDialog/index.js";
|
|
19
19
|
import "../../../Backdrop-Cwqacwk8.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as e, jsxs as i, Fragment as U } from "react/jsx-runtime";
|
|
2
2
|
import * as T from "react";
|
|
3
3
|
import { useState as E, useEffect as N } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { a as I, u as G } from "../../../react-redux-C7I9-1M6.js";
|
|
5
|
+
import { af as P, ag as H, ah as O, ai as z } from "../../../constants-QcvnheTz.js";
|
|
6
|
+
import { a as j } from "../../../index-f15o1nhn.js";
|
|
7
7
|
import { useSnackBar as q } from "../../../hooks/useSnackBar.js";
|
|
8
|
-
import { s as l, D as W } from "../../../documents-
|
|
8
|
+
import { s as l, D as W } from "../../../documents-Bd28UFLu.js";
|
|
9
9
|
import f from "../Shared/inputField.js";
|
|
10
10
|
import { WIDGET_URL as Q } from "../../../util/constants.js";
|
|
11
11
|
import X from "../../../hoc/withThemeProvider.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as n, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useEffect as p } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { a as S, u } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import { Q as W } from "../../../index-CAoLi5Qq.js";
|
|
5
|
-
import "../../../constants-
|
|
6
|
-
import {
|
|
7
|
-
import { u as A } from "../../../wallet-
|
|
5
|
+
import "../../../constants-QcvnheTz.js";
|
|
6
|
+
import { a as _, u as z } from "../../../index-f15o1nhn.js";
|
|
7
|
+
import { u as A } from "../../../wallet-D7MEPP5y.js";
|
|
8
8
|
import { C as B } from "../../../ContentCopy-DJHPK7G4.js";
|
|
9
9
|
import { useSnackBar as N } from "../../../hooks/useSnackBar.js";
|
|
10
10
|
import w from "../../../hoc/withThemeProvider.js";
|
|
@@ -14,12 +14,12 @@ import { F as k } from "../../../FormControl-uQi14shL.js";
|
|
|
14
14
|
import { S as D } from "../../../Select-BsqVGicz.js";
|
|
15
15
|
import { M as F } from "../../../MenuItem-BKHoKEhO.js";
|
|
16
16
|
import { B as I } from "../../../Button-Csuq67Py.js";
|
|
17
|
-
import '../../../assets/
|
|
17
|
+
import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
|
|
18
18
|
container: P,
|
|
19
19
|
"inner-container": "_inner-container_zcbz9_13",
|
|
20
20
|
"copy-btn": "_copy-btn_zcbz9_29"
|
|
21
21
|
}, R = () => {
|
|
22
|
-
const f = S(), { showAlertMessage: h, snackBar:
|
|
22
|
+
const f = S(), { showAlertMessage: h, snackBar: v } = N(), i = u(_), l = u(z), C = i.loader, b = l.loader, o = l.data, s = i.everWalletAddress, [a, m] = y(s);
|
|
23
23
|
p(() => {
|
|
24
24
|
o.length <= 0 && f(A());
|
|
25
25
|
}, []), p(() => {
|
|
@@ -32,8 +32,8 @@ import '../../../assets/index3.css';const P = "_container_zcbz9_1", c = {
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
return /* @__PURE__ */ n(d, { children: [
|
|
35
|
-
|
|
36
|
-
/* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children:
|
|
35
|
+
v,
|
|
36
|
+
/* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children: C || b ? /* @__PURE__ */ e(r, { className: "text-center", children: /* @__PURE__ */ e(M, { size: 60 }) }) : /* @__PURE__ */ n(d, { children: [
|
|
37
37
|
/* @__PURE__ */ e(k, { sx: { mt: 1.5 }, fullWidth: !0, children: /* @__PURE__ */ e(
|
|
38
38
|
D,
|
|
39
39
|
{
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ConfirmTransactionProps } from '../Shared/Order/types';
|
|
2
|
+
declare const SellConfirmTransaction: ({ setScreen, partnerKey, orderData, dispatch, walletAddress, navigate, }: ConfirmTransactionProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SellConfirmTransaction;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../Shared/backBtn.js";
|
|
4
|
+
import "../../../util/functions.js";
|
|
5
|
+
import "../../../styles.module-BFHktEw2.js";
|
|
6
|
+
import "../Shared/appButton.js";
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import "../../../order-6L4LZOBs.js";
|
|
9
|
+
import { a as g } from "../../../index-BvftsxV1.js";
|
|
10
|
+
import "../../../hooks/useDialog/index.js";
|
|
11
|
+
import "../../../util/constants.js";
|
|
12
|
+
import "../../../Typography-DiFeMX5p.js";
|
|
13
|
+
import "../../../Box-rIIGCyb6.js";
|
|
14
|
+
import "../../../Grid2-DJW3x_WO.js";
|
|
15
|
+
import "../../../CircularProgress-CBhr9Pli.js";
|
|
16
|
+
export {
|
|
17
|
+
g as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FormProps } from '../Shared/Order/types';
|
|
2
|
+
declare const SellForm: ({ setScreen, orderData, dispatch, fiatAssets, cryptoAssets, getCryptoAssets, showAlertMessage, partnerKey, walletAddress, setWalletAddress, navigate, }: FormProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SellForm;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../PlayArrow-BYMBg9J8.js";
|
|
4
|
+
import "../../../Info-DPMWjNcQ.js";
|
|
5
|
+
import "../../../generic-token-B_ptO5yb.js";
|
|
6
|
+
import "../../../util/constants.js";
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import "../../../index-f15o1nhn.js";
|
|
9
|
+
import "../../../order-6L4LZOBs.js";
|
|
10
|
+
import "../../../tooltip-BVZ66d8C.js";
|
|
11
|
+
import "../../../util/functions.js";
|
|
12
|
+
import { S as D } from "../../../index-BvftsxV1.js";
|
|
13
|
+
import "../../../styles.module-BFHktEw2.js";
|
|
14
|
+
import "../Shared/TokenModal/index.js";
|
|
15
|
+
import "../Shared/appButton.js";
|
|
16
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
17
|
+
import "../../../hooks/useDialog/index.js";
|
|
18
|
+
import "../../../util/conversions.js";
|
|
19
|
+
import "../../../Grid2-DJW3x_WO.js";
|
|
20
|
+
import "../../../Typography-DiFeMX5p.js";
|
|
21
|
+
import "../../../FormControl-uQi14shL.js";
|
|
22
|
+
import "../../../FilledInput-Bvhqpjsa.js";
|
|
23
|
+
import "../../../TextField-BtFFWrf2.js";
|
|
24
|
+
import "../../../CircularProgress-CBhr9Pli.js";
|
|
25
|
+
import "../../../Select-BsqVGicz.js";
|
|
26
|
+
import "../../../MenuItem-BKHoKEhO.js";
|
|
27
|
+
import "../../../ListItemIcon-BO6nZHNq.js";
|
|
28
|
+
import "../../../Box-rIIGCyb6.js";
|
|
29
|
+
import "../../../IconButton-DRnoPKKH.js";
|
|
30
|
+
export {
|
|
31
|
+
D as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SellProps } from '../Shared/Order/types';
|
|
2
|
+
export declare const FORM_SCREEN = "FORM_SCREEN";
|
|
3
|
+
export declare const CONFIRM_SCREEN = "CONFIRM_SCREEN";
|
|
4
|
+
export declare const MINIMAL_KYC_SCREEN = "MINIMAL_KYC_SCREEN";
|
|
5
|
+
declare const _default: import('react').FC<SellProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../hoc/withThemeProvider.js";
|
|
4
|
+
import { C as e, F as f, M as O, i as d } from "../../../index-BvftsxV1.js";
|
|
5
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
+
import "../../../constants-QcvnheTz.js";
|
|
7
|
+
import "../../../fiatAssets-w5Lh-MSu.js";
|
|
8
|
+
import "../../../cryptoAssets-DBfxll21.js";
|
|
9
|
+
import "../../../wallet-D7MEPP5y.js";
|
|
10
|
+
import "../../../order-6L4LZOBs.js";
|
|
11
|
+
import "../../../util/constants.js";
|
|
12
|
+
import "../../../context/snackBarContext.js";
|
|
13
|
+
import "../Shared/Container/index.js";
|
|
14
|
+
import "../../Shared/MinimalKyc/index.js";
|
|
15
|
+
import "../Shared/Input/index.js";
|
|
16
|
+
import "../Shared/appButton.js";
|
|
17
|
+
export {
|
|
18
|
+
e as CONFIRM_SCREEN,
|
|
19
|
+
f as FORM_SCREEN,
|
|
20
|
+
O as MINIMAL_KYC_SCREEN,
|
|
21
|
+
d as default
|
|
22
|
+
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as B, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n, useEffect as u } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { f as Fe } from "../../../wallet-
|
|
3
|
+
import { aj as Se, ak as Ce, al as Ne, am as We, an as Re, ao as Ie } from "../../../constants-QcvnheTz.js";
|
|
4
|
+
import { f as Fe } from "../../../wallet-D7MEPP5y.js";
|
|
5
5
|
import { useDialog as Be } from "../../../hooks/useDialog/index.js";
|
|
6
6
|
import { ETHEREUM_NETWORK as He, EVER_CHAIN_NETWORK as Ge, SYNTHETIC_EUR as X, ID_TOKEN_SYMBOL as Le } from "../../../util/constants.js";
|
|
7
|
-
import {
|
|
7
|
+
import { a as ze, u as H } from "../../../react-redux-C7I9-1M6.js";
|
|
8
8
|
import Qe from "../../../hoc/withThemeProvider.js";
|
|
9
9
|
import { tokenBalanceDisplay as be, getNetworkScanBaseUrl as qe } from "../../../util/functions.js";
|
|
10
10
|
import "../Shared/appButton.js";
|
|
11
11
|
import "../Shared/Auth/otpForm.js";
|
|
12
12
|
import "../../../context/snackBarContext.js";
|
|
13
13
|
import { getGweiFromWei as Me, getUnFormattedValueFromWei as Oe, fromHuman as G } from "../../../util/conversions.js";
|
|
14
|
-
import { useSnackBar as ye } from "../../../hooks/useSnackBar.js";
|
|
15
14
|
import "../../../index-CAoLi5Qq.js";
|
|
15
|
+
import { useSnackBar as ye } from "../../../hooks/useSnackBar.js";
|
|
16
16
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
17
17
|
import "../../Shared/transition.js";
|
|
18
18
|
import "../../../moment-h96o7c8I.js";
|
|
19
|
-
import "
|
|
19
|
+
import "../../../tooltip-BVZ66d8C.js";
|
|
20
20
|
import "../../../index.esm-BsMAMhYW.js";
|
|
21
21
|
import "../../../web3-u4qDZYpo.js";
|
|
22
22
|
import "../../../index-B8QKlEgj.js";
|
|
@@ -33,7 +33,7 @@ import { M as T } from "../../../MenuItem-BKHoKEhO.js";
|
|
|
33
33
|
import { T as x } from "../../../TextField-BtFFWrf2.js";
|
|
34
34
|
import { G as Q } from "../../../Grid2-DJW3x_WO.js";
|
|
35
35
|
import { B as De } from "../../../Button-Csuq67Py.js";
|
|
36
|
-
import '../../../assets/
|
|
36
|
+
import '../../../assets/index8.css';const we = () => ({
|
|
37
37
|
type: Se
|
|
38
38
|
}), Ue = (A) => ({
|
|
39
39
|
type: Ie,
|
|
@@ -4,8 +4,8 @@ var _t = (e, t, o) => ni(e, typeof t != "symbol" ? t + "" : t, o);
|
|
|
4
4
|
import { jsx as D, jsxs as pe, Fragment as oi } from "react/jsx-runtime";
|
|
5
5
|
import * as y from "react";
|
|
6
6
|
import Ze, { useState as to, useEffect as ri } from "react";
|
|
7
|
-
import "../../../../constants-
|
|
8
|
-
import { l as ii } from "../../../../auth-
|
|
7
|
+
import "../../../../constants-QcvnheTz.js";
|
|
8
|
+
import { l as ii } from "../../../../auth-RJ36qeYb.js";
|
|
9
9
|
import { RESEND_EMAIL_TIMER as no } from "../../../../util/constants.js";
|
|
10
10
|
import oo from "../appButton.js";
|
|
11
11
|
import { P as n, v as si, e as ai } from "../../../../createTheme-CKy7OHWe.js";
|
|
@@ -16,7 +16,7 @@ import { I as F7 } from "../../../../IconButton-DRnoPKKH.js";
|
|
|
16
16
|
import { T as z7 } from "../../../../TextField-BtFFWrf2.js";
|
|
17
17
|
import { G as od } from "../../../../Grid2-DJW3x_WO.js";
|
|
18
18
|
import { C as U7 } from "../../../../CircularProgress-CBhr9Pli.js";
|
|
19
|
-
import '../../../../assets/
|
|
19
|
+
import '../../../../assets/index11.css';const q7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20
20
|
__proto__: null,
|
|
21
21
|
EventEmitter: Ag,
|
|
22
22
|
default: Ag
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { C as i } from "../../../../Container-CBfJit1k.js";
|
|
3
3
|
import { P as a } from "../../../../Paper-DFrj5M9m.js";
|
|
4
4
|
import { B as t } from "../../../../Box-rIIGCyb6.js";
|
|
5
|
-
import '../../../../assets/
|
|
5
|
+
import '../../../../assets/index3.css';const c = "_container_1ffdx_1", r = {
|
|
6
6
|
container: c,
|
|
7
7
|
"inner-container": "_inner-container_1ffdx_13",
|
|
8
8
|
"container-padding": "_container-padding_1ffdx_27"
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Dispatch } from 'react';
|
|
2
|
+
import { SnackBarParams } from '../../../../hooks/useSnackBar';
|
|
3
|
+
import { OrderActionTypes, WalletAppState } from 'everest-npm-api';
|
|
4
|
+
export interface BuyProps {
|
|
5
|
+
partnerKey: string;
|
|
6
|
+
baseUrl: string;
|
|
7
|
+
checkoutSdkKey: string;
|
|
8
|
+
}
|
|
9
|
+
export interface SellProps {
|
|
10
|
+
partnerKey: string;
|
|
11
|
+
navigate: (path: string) => void;
|
|
12
|
+
}
|
|
13
|
+
export interface SwapProps {
|
|
14
|
+
partnerKey: string;
|
|
15
|
+
navigate: (path: string) => void;
|
|
16
|
+
}
|
|
17
|
+
export interface WithdrawProps {
|
|
18
|
+
partnerKey: string;
|
|
19
|
+
navigate: (path: string) => void;
|
|
20
|
+
}
|
|
21
|
+
interface BaseSubComponentProps {
|
|
22
|
+
dispatch: Dispatch<OrderActionTypes>;
|
|
23
|
+
orderData: WalletAppState["order"];
|
|
24
|
+
showAlertMessage: (data: SnackBarParams) => void;
|
|
25
|
+
setScreen: React.Dispatch<React.SetStateAction<string>>;
|
|
26
|
+
}
|
|
27
|
+
export interface FormProps extends BaseSubComponentProps {
|
|
28
|
+
cryptoAssets: WalletAppState["cryptoAssets"];
|
|
29
|
+
fiatAssets: WalletAppState["fiatAssets"];
|
|
30
|
+
partnerKey: string;
|
|
31
|
+
getCryptoAssets?: (id: number) => void;
|
|
32
|
+
walletAddress?: string;
|
|
33
|
+
setWalletAddress?: React.Dispatch<React.SetStateAction<string>>;
|
|
34
|
+
navigate?: (path: string) => void;
|
|
35
|
+
}
|
|
36
|
+
export interface ConfirmTransactionProps extends BaseSubComponentProps {
|
|
37
|
+
partnerKey: string;
|
|
38
|
+
navigate?: (path: string) => void;
|
|
39
|
+
walletAddress?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface CardPaymentProps extends BaseSubComponentProps {
|
|
42
|
+
checkoutKey: string;
|
|
43
|
+
baseUrl: string;
|
|
44
|
+
}
|
|
45
|
+
export interface BankSelectProps extends BaseSubComponentProps {
|
|
46
|
+
}
|
|
47
|
+
export interface PaymentButtonProps {
|
|
48
|
+
value: number;
|
|
49
|
+
label: string;
|
|
50
|
+
}
|
|
51
|
+
export {};
|
|
@@ -5,7 +5,7 @@ interface TokenModalProps {
|
|
|
5
5
|
setModal: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
6
|
loader: boolean;
|
|
7
7
|
tokenList: CryptoAssetToken[];
|
|
8
|
-
tokenSelect:
|
|
8
|
+
tokenSelect: (val: string) => void;
|
|
9
9
|
}
|
|
10
10
|
declare const TokenModal: ({ open, setModal, loader, tokenList, tokenSelect, }: TokenModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default TokenModal;
|
|
@@ -16,8 +16,8 @@ import { D as M } from "../../../../Divider-B0HAAjZ-.js";
|
|
|
16
16
|
const j = T(/* @__PURE__ */ r("path", {
|
|
17
17
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
18
18
|
}), "Search"), U = ({
|
|
19
|
-
open:
|
|
20
|
-
setModal:
|
|
19
|
+
open: m,
|
|
20
|
+
setModal: p,
|
|
21
21
|
loader: d,
|
|
22
22
|
tokenList: t,
|
|
23
23
|
tokenSelect: h
|
|
@@ -32,12 +32,12 @@ const j = T(/* @__PURE__ */ r("path", {
|
|
|
32
32
|
);
|
|
33
33
|
i(g);
|
|
34
34
|
}, n = () => {
|
|
35
|
-
|
|
35
|
+
p(!1), i(t);
|
|
36
36
|
}, u = (o) => "fmt_balance" in o;
|
|
37
37
|
return /* @__PURE__ */ a(
|
|
38
38
|
v,
|
|
39
39
|
{
|
|
40
|
-
open:
|
|
40
|
+
open: m,
|
|
41
41
|
fullWidth: !0,
|
|
42
42
|
onClose: n,
|
|
43
43
|
TransitionComponent: I,
|
|
@@ -135,7 +135,7 @@ const j = T(/* @__PURE__ */ r("path", {
|
|
|
135
135
|
{
|
|
136
136
|
token: o,
|
|
137
137
|
from: "list",
|
|
138
|
-
showBalance: u(o) &&
|
|
138
|
+
showBalance: u(o) && Number(o.fmt_balance) > 0
|
|
139
139
|
}
|
|
140
140
|
)
|
|
141
141
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as a } from "../../../../ArrowDropDown-CzeT8wh0.js";
|
|
3
3
|
import { G as x } from "../../../../generic-token-B_ptO5yb.js";
|
|
4
4
|
import { G as i } from "../../../../Grid2-DJW3x_WO.js";
|
|
5
5
|
import { B as o } from "../../../../Box-rIIGCyb6.js";
|
|
6
6
|
import { T as n } from "../../../../Typography-DiFeMX5p.js";
|
|
7
7
|
const b = ({ token: e, from: l, showBalance: s }) => {
|
|
8
|
-
const
|
|
8
|
+
const p = l === "select" ? 4 : 5;
|
|
9
9
|
return /* @__PURE__ */ t(i, { container: !0, spacing: 2, alignItems: "center", children: [
|
|
10
10
|
/* @__PURE__ */ r(i, { size: 1.5, children: /* @__PURE__ */ r(
|
|
11
11
|
o,
|
|
@@ -61,7 +61,7 @@ const b = ({ token: e, from: l, showBalance: s }) => {
|
|
|
61
61
|
}
|
|
62
62
|
)
|
|
63
63
|
] }) }),
|
|
64
|
-
/* @__PURE__ */ r(i, { size:
|
|
64
|
+
/* @__PURE__ */ r(i, { size: p, children: /* @__PURE__ */ r(o, { mt: 2, sx: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ r(
|
|
65
65
|
o,
|
|
66
66
|
{
|
|
67
67
|
sx: {
|
|
@@ -79,7 +79,7 @@ const b = ({ token: e, from: l, showBalance: s }) => {
|
|
|
79
79
|
children: e.network.name
|
|
80
80
|
}
|
|
81
81
|
) }) }),
|
|
82
|
-
l === "select" && /* @__PURE__ */ r(i, { size: 1, children: /* @__PURE__ */ r(n, { sx: { textAlign: "right", color: "#195BB6" }, children: /* @__PURE__ */ r(
|
|
82
|
+
l === "select" && /* @__PURE__ */ r(i, { size: 1, children: /* @__PURE__ */ r(n, { sx: { textAlign: "right", color: "#195BB6" }, children: /* @__PURE__ */ r(a, {}) }) })
|
|
83
83
|
] });
|
|
84
84
|
};
|
|
85
85
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, Fragment as I, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n, useEffect as P } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { a as w, u as R } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import { C as z } from "../../../Close-Dv525LOL.js";
|
|
5
5
|
import t from "./inputField.js";
|
|
6
6
|
import M from "../../Shared/transition.js";
|
|
@@ -8,17 +8,17 @@ import { PAYMENT_PROVIDER_OPENPAYD as O } from "../../../util/constants.js";
|
|
|
8
8
|
import "../../../hoc/withThemeProvider.js";
|
|
9
9
|
import "./appButton.js";
|
|
10
10
|
import "./Auth/otpForm.js";
|
|
11
|
-
import "../../../constants-
|
|
12
|
-
import {
|
|
13
|
-
import { a as j } from "../../../bank-
|
|
11
|
+
import "../../../constants-QcvnheTz.js";
|
|
12
|
+
import { a as F, b as W } from "../../../index-f15o1nhn.js";
|
|
13
|
+
import { a as j } from "../../../bank-Dml7vXW5.js";
|
|
14
14
|
import "../../../context/snackBarContext.js";
|
|
15
15
|
import "../../../util/conversions.js";
|
|
16
|
-
import { useSnackBar as G } from "../../../hooks/useSnackBar.js";
|
|
17
16
|
import "../../../index-CAoLi5Qq.js";
|
|
17
|
+
import { useSnackBar as G } from "../../../hooks/useSnackBar.js";
|
|
18
18
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
19
19
|
import "./pin.js";
|
|
20
20
|
import "../../../moment-h96o7c8I.js";
|
|
21
|
-
import "
|
|
21
|
+
import "../../../tooltip-BVZ66d8C.js";
|
|
22
22
|
import "../../../index.esm-BsMAMhYW.js";
|
|
23
23
|
import "../../../web3-u4qDZYpo.js";
|
|
24
24
|
import "../../../index-B8QKlEgj.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as o, Fragment as h } from "react/jsx-runtime";
|
|
2
2
|
import { useState as C, useEffect as c, useCallback as _ } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { u as
|
|
5
|
-
import "../../../constants-
|
|
6
|
-
import {
|
|
7
|
-
import { p as g, b as x } from "../../../bank-
|
|
3
|
+
import { a as S, u as e } from "../../../react-redux-C7I9-1M6.js";
|
|
4
|
+
import { u as b } from "../../../index.esm-BsMAMhYW.js";
|
|
5
|
+
import "../../../constants-QcvnheTz.js";
|
|
6
|
+
import { b as y, a as B, d as P } from "../../../index-f15o1nhn.js";
|
|
7
|
+
import { p as g, b as x } from "../../../bank-Dml7vXW5.js";
|
|
8
8
|
import { c as q } from "../../../countries-BVn1FubK.js";
|
|
9
9
|
import { B as A } from "../../../Box-rIIGCyb6.js";
|
|
10
10
|
import { C as D } from "../../../CircularProgress-CBhr9Pli.js";
|
|
11
11
|
import { B as I } from "../../../Button-Csuq67Py.js";
|
|
12
12
|
const H = () => {
|
|
13
|
-
const r = S(), { loader: a, plaidToken: u } = e(
|
|
13
|
+
const r = S(), { loader: a, plaidToken: u } = e(y), s = e(B).residentialAddress.country || "USA", [i, l] = C(""), d = e(P);
|
|
14
14
|
c(() => {
|
|
15
15
|
if (s) {
|
|
16
16
|
const n = q.find((t) => t.alpha3 === s);
|
|
@@ -39,7 +39,7 @@ const H = () => {
|
|
|
39
39
|
token: u
|
|
40
40
|
//required for OAuth; if not using OAuth, set to null or omit:
|
|
41
41
|
//receivedRedirectUri: window.location.href,
|
|
42
|
-
}, { open: f, ready: p } =
|
|
42
|
+
}, { open: f, ready: p } = b(m);
|
|
43
43
|
return /* @__PURE__ */ o(h, { children: a ? /* @__PURE__ */ o(A, { className: "text-center", mt: 8, children: /* @__PURE__ */ o(D, {}) }) : /* @__PURE__ */ o(
|
|
44
44
|
I,
|
|
45
45
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import l, { useState as w, useEffect as R } from "react";
|
|
3
3
|
import U from "./Keyboard/keyboard.js";
|
|
4
|
-
import { s as m } from "../../../styles.module-
|
|
4
|
+
import { s as m } from "../../../styles.module-DJk7Pf0F.js";
|
|
5
5
|
import { B as c } from "../../../Box-rIIGCyb6.js";
|
|
6
6
|
import { T as s } from "../../../Typography-DiFeMX5p.js";
|
|
7
7
|
import { B as C } from "../../../Button-Csuq67Py.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as E, useEffect as c } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { a as L, u as S } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import x from "../../../hoc/withThemeProvider.js";
|
|
5
5
|
import O from "../Shared/Auth/emailForm.js";
|
|
6
6
|
import R from "../Shared/Auth/otpForm.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { a as k, l as q, b as C } from "../../../auth-
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import { a as k, l as q, b as C } from "../../../auth-RJ36qeYb.js";
|
|
9
9
|
import v from "../Shared/Container/index.js";
|
|
10
10
|
import { LOGIN_SCREEN as f } from "../../../util/constants.js";
|
|
11
11
|
import { useSnackBarContext as w } from "../../../context/snackBarContext.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useEffect as p } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { a as k, u as L } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import T from "../../../hoc/withThemeProvider.js";
|
|
5
5
|
import x from "../Shared/Auth/emailForm.js";
|
|
6
6
|
import B from "../Shared/Auth/otpForm.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { a as O, r as q, u as d, v } from "../../../auth-
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import { a as O, r as q, u as d, v } from "../../../auth-RJ36qeYb.js";
|
|
9
9
|
import C from "../Shared/Container/index.js";
|
|
10
10
|
import { REGISTER_SCREEN as l } from "../../../util/constants.js";
|
|
11
11
|
import V from "./terms.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as z, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import I from "../../Shared/noData.js";
|
|
3
|
-
import h from "
|
|
3
|
+
import { M as h } from "../../../../tooltip-BVZ66d8C.js";
|
|
4
4
|
import { I as p } from "../../../../Info-DPMWjNcQ.js";
|
|
5
5
|
import C from "../../../../hoc/withThemeProvider.js";
|
|
6
6
|
import { s as r } from "../../../../styles.module-O5VVND5e.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as B, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import $ from "../../Shared/noData.js";
|
|
3
|
-
import p from "
|
|
3
|
+
import { M as p } from "../../../../tooltip-BVZ66d8C.js";
|
|
4
4
|
import { I as u } from "../../../../Info-DPMWjNcQ.js";
|
|
5
5
|
import { STAKE_ID_MIN_DAYS as g, STAKE_ID_MID_DAYS as x, STAKE_ID_MAX_DAYS as v } from "../../../../util/constants.js";
|
|
6
6
|
import { s as r } from "../../../../styles.module-O5VVND5e.js";
|
|
@@ -13,7 +13,7 @@ import { I as D } from "../../../../IconButton-DRnoPKKH.js";
|
|
|
13
13
|
import { B as c } from "../../../../Button-Csuq67Py.js";
|
|
14
14
|
import { D as T } from "../../../../Divider-B0HAAjZ-.js";
|
|
15
15
|
import { F } from "../../../../FormControl-uQi14shL.js";
|
|
16
|
-
import { T as
|
|
16
|
+
import { T as M } from "../../../../TextField-BtFFWrf2.js";
|
|
17
17
|
const ee = ({
|
|
18
18
|
history: d,
|
|
19
19
|
loader: I,
|
|
@@ -202,7 +202,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
202
202
|
}
|
|
203
203
|
),
|
|
204
204
|
/* @__PURE__ */ e(F, { sx: { mt: 4 }, fullWidth: !0, children: /* @__PURE__ */ e(
|
|
205
|
-
|
|
205
|
+
M,
|
|
206
206
|
{
|
|
207
207
|
variant: "filled",
|
|
208
208
|
placeholder: "Amount to Stake",
|
|
@@ -2,25 +2,25 @@ import { jsxs as o, Fragment as _e, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as r, useEffect as _ } from "react";
|
|
3
3
|
import xe from "./id/index.js";
|
|
4
4
|
import we from "./gems/index.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a as Ae, u as K } from "../../../react-redux-C7I9-1M6.js";
|
|
6
6
|
import { ID_STAKE as i, STAKE_ID_MIN_DAYS as ee, GEM_SYNTHETIC_TOKEN_SYMBOL as De, ID_TOKEN_SYMBOL as be, EVER_CHAIN_NETWORK as Ie, GEMS_STAKE as T, STAKE_GEM_MAX_DAYS as Te, STAKE_ID_ICON as Ee, STAKE_GEM_ICON as Ne, STAKE_GEM_MAX_APY as ve, STAKE_ID_MIN_APY as Re, STAKE_ID_MID_DAYS as ye, STAKE_ID_MID_APY as Me, STAKE_ID_MAX_DAYS as Ce, STAKE_ID_MAX_APY as Fe } from "../../../util/constants.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import {
|
|
9
|
-
import { f as Be } from "../../../wallet-
|
|
10
|
-
import { s as Ge, a as Ke, b as Le } from "../../../stake-
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import { a as Pe } from "../../../index-f15o1nhn.js";
|
|
9
|
+
import { f as Be } from "../../../wallet-D7MEPP5y.js";
|
|
10
|
+
import { s as Ge, a as Ke, b as Le } from "../../../stake-r4KUlRcz.js";
|
|
11
11
|
import { fromHuman as Ye, numberFormat as u, toHuman as E } from "../../../util/conversions.js";
|
|
12
12
|
import We from "../../../hoc/withThemeProvider.js";
|
|
13
13
|
import { decimalNumbersWithCommaOrDot as Oe } from "../../../util/regex.js";
|
|
14
14
|
import "../Shared/appButton.js";
|
|
15
15
|
import "../Shared/Auth/otpForm.js";
|
|
16
16
|
import "../../../context/snackBarContext.js";
|
|
17
|
-
import { useSnackBar as ze } from "../../../hooks/useSnackBar.js";
|
|
18
17
|
import "../../../index-CAoLi5Qq.js";
|
|
18
|
+
import { useSnackBar as ze } from "../../../hooks/useSnackBar.js";
|
|
19
19
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
20
20
|
import "../../Shared/transition.js";
|
|
21
21
|
import "../Shared/pin.js";
|
|
22
22
|
import "../../../moment-h96o7c8I.js";
|
|
23
|
-
import "
|
|
23
|
+
import "../../../tooltip-BVZ66d8C.js";
|
|
24
24
|
import "../../../index.esm-BsMAMhYW.js";
|
|
25
25
|
import "../../../web3-u4qDZYpo.js";
|
|
26
26
|
import "../../../index-B8QKlEgj.js";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { SwapProps } from '../Shared/Order/types';
|
|
2
|
+
declare const _default: import('react').FC<SwapProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
|
|
3
|
+
export default _default;
|