everest-npm-features 0.0.16 → 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/{Stack-CZu3N-Ba.js → Stack-euVJ1SJW.js} +1 -1
- 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 +6 -6
- 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/balance.js +1 -1
- package/dist/components/RocketRamp/Player/Dashboard/index.js +13 -15
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +1 -1
- 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 +3 -3
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/email.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/index.js +4 -4
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/summary.js +1 -1
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +1 -1
- package/dist/components/RocketRamp/ResetPassword/index.js +3 -3
- package/dist/components/RocketRamp/Shared/Input/index.js +9 -9
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +1 -1
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +1 -1
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +1 -1
- package/dist/components/RocketRamp/Store/SignUp/index.js +4 -4
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/summary.js +1 -1
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +1 -1
- package/dist/components/RocketRamp/Transactions/index.js +8 -8
- 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 +93 -81
- package/dist/components/Wallet/EnterpriseKyc/index.js +121 -108
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +93 -77
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/types.d.ts +1 -0
- package/dist/components/Wallet/EnterpriseKyc/verify.js +3 -3
- 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/emailForm.js +1 -1
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- 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 +7 -7
- 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/hoc/withThemeProvider.js +163 -164
- 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/assets/{main.css → withThemeProvider.css} +0 -0
- /package/dist/components/Wallet/{Buy → Shared/Order}/types.js +0 -0
|
@@ -1,43 +1,39 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, Fragment as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as o } from "react";
|
|
3
|
-
import l from "
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
container: d,
|
|
3
|
+
import l from "../../../hoc/withThemeProvider.js";
|
|
4
|
+
import { B as t } from "../../../Box-rIIGCyb6.js";
|
|
5
|
+
import { G as i } from "../../../Grid2-DJW3x_WO.js";
|
|
6
|
+
import { T as c } from "../../../Typography-DiFeMX5p.js";
|
|
7
|
+
import '../../../assets/index.css';const p = "_container_1pyai_1", _ = "_active_1pyai_43", e = {
|
|
8
|
+
container: p,
|
|
10
9
|
"inner-container": "_inner-container_1pyai_13",
|
|
11
10
|
"menu-btn": "_menu-btn_1pyai_29",
|
|
12
11
|
active: _,
|
|
13
12
|
"menu-item": "_menu-item_1pyai_53",
|
|
14
13
|
"menu-text": "_menu-text_1pyai_65"
|
|
15
|
-
},
|
|
16
|
-
const [
|
|
17
|
-
return /* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
t ? /* @__PURE__ */ e("h1", { children: "UniSwap" }) : /* @__PURE__ */ e(l, {})
|
|
39
|
-
] }) }) });
|
|
40
|
-
}, S = p(h);
|
|
14
|
+
}, d = () => {
|
|
15
|
+
const [a, r] = o(!1);
|
|
16
|
+
return /* @__PURE__ */ n(s, { children: /* @__PURE__ */ n(t, { className: e.container, children: /* @__PURE__ */ n(t, { className: `${e["inner-container"]} text-center`, children: /* @__PURE__ */ n(t, { mb: 4, className: e["menu-btn"], children: /* @__PURE__ */ m(i, { container: !0, spacing: 5, sx: { width: "370px" }, children: [
|
|
17
|
+
/* @__PURE__ */ n(i, { className: e["menu-item"], size: 6, children: /* @__PURE__ */ n(
|
|
18
|
+
c,
|
|
19
|
+
{
|
|
20
|
+
className: `${e["menu-text"]} font-bold ${a ? "" : e.active}`,
|
|
21
|
+
variant: "h4",
|
|
22
|
+
onClick: () => r(!1),
|
|
23
|
+
children: "Everest"
|
|
24
|
+
}
|
|
25
|
+
) }),
|
|
26
|
+
/* @__PURE__ */ n(i, { className: e["menu-item"], size: 6, children: /* @__PURE__ */ n(
|
|
27
|
+
c,
|
|
28
|
+
{
|
|
29
|
+
className: `${e["menu-text"]} font-bold ${a ? e.active : ""}`,
|
|
30
|
+
variant: "h4",
|
|
31
|
+
onClick: () => r(!0),
|
|
32
|
+
children: "Uniswap"
|
|
33
|
+
}
|
|
34
|
+
) })
|
|
35
|
+
] }) }) }) }) });
|
|
36
|
+
}, w = l(d);
|
|
41
37
|
export {
|
|
42
|
-
|
|
38
|
+
w as default
|
|
43
39
|
};
|
|
@@ -2,34 +2,25 @@ import { Dispatch } from 'react';
|
|
|
2
2
|
import { SnackBarParams } from '../../../hooks/useSnackBar';
|
|
3
3
|
import { RocketRampAppState } from '../../../store';
|
|
4
4
|
import { OrderActionTypes } from 'everest-npm-api';
|
|
5
|
-
export interface
|
|
5
|
+
export interface SellProps {
|
|
6
6
|
partnerKey: string;
|
|
7
7
|
baseUrl: string;
|
|
8
|
-
checkoutSdkKey: string;
|
|
9
8
|
}
|
|
10
|
-
interface
|
|
9
|
+
interface BaseSellSubComponentProps {
|
|
11
10
|
dispatch: Dispatch<OrderActionTypes>;
|
|
12
11
|
orderData: RocketRampAppState["order"];
|
|
13
12
|
showAlertMessage: (data: SnackBarParams) => void;
|
|
14
13
|
setScreen: React.Dispatch<React.SetStateAction<string>>;
|
|
15
14
|
}
|
|
16
|
-
export interface
|
|
15
|
+
export interface SellFormProps extends BaseSellSubComponentProps {
|
|
17
16
|
cryptoAssets: RocketRampAppState["cryptoAssets"];
|
|
18
17
|
fiatAssets: RocketRampAppState["fiatAssets"];
|
|
19
18
|
getCryptoAssets: (id: number) => void;
|
|
20
19
|
partnerKey: string;
|
|
21
20
|
balance: number;
|
|
22
21
|
}
|
|
23
|
-
export interface
|
|
22
|
+
export interface SellConfirmTransactionProps extends BaseSellSubComponentProps {
|
|
24
23
|
partnerKey: string;
|
|
25
24
|
walletAddress: string;
|
|
26
25
|
}
|
|
27
|
-
export interface CardPaymentProps extends BaseBuySubComponentProps {
|
|
28
|
-
checkoutKey: string;
|
|
29
|
-
baseUrl: string;
|
|
30
|
-
}
|
|
31
|
-
export interface PaymentButtonProps {
|
|
32
|
-
value: number;
|
|
33
|
-
label: string;
|
|
34
|
-
}
|
|
35
26
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
4
|
+
import "../../../ArrowRight-CZV_yDgu.js";
|
|
5
|
+
import "../../../CheckCircle-BiltyzEJ.js";
|
|
6
|
+
import "../Shared/backBtn.js";
|
|
7
|
+
import "../Shared/addBank.js";
|
|
8
|
+
import { W as j } from "../../../index-DSHZv8ZQ.js";
|
|
9
|
+
import "../../../constants-QcvnheTz.js";
|
|
10
|
+
import "../../../index-f15o1nhn.js";
|
|
11
|
+
import "../../../order-6L4LZOBs.js";
|
|
12
|
+
import "../../../bank-Dml7vXW5.js";
|
|
13
|
+
import "../Shared/connectPlaidBank.js";
|
|
14
|
+
import "../../../styles.module-BFHktEw2.js";
|
|
15
|
+
import "../../../Box-rIIGCyb6.js";
|
|
16
|
+
import "../../../CircularProgress-CBhr9Pli.js";
|
|
17
|
+
import "../../../Grid-C6plET3a.js";
|
|
18
|
+
import "../../../Typography-DiFeMX5p.js";
|
|
19
|
+
export {
|
|
20
|
+
j as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../Shared/backBtn.js";
|
|
4
|
+
import "../../../util/constants.js";
|
|
5
|
+
import "../../../styles.module-BFHktEw2.js";
|
|
6
|
+
import "../Shared/appButton.js";
|
|
7
|
+
import "../../../constants-QcvnheTz.js";
|
|
8
|
+
import "../../../index-f15o1nhn.js";
|
|
9
|
+
import "../../../order-6L4LZOBs.js";
|
|
10
|
+
import { B as g } from "../../../index-DSHZv8ZQ.js";
|
|
11
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
12
|
+
import "../../../hooks/useDialog/index.js";
|
|
13
|
+
import "../../../Typography-DiFeMX5p.js";
|
|
14
|
+
import "../../../Box-rIIGCyb6.js";
|
|
15
|
+
import "../../../Grid-C6plET3a.js";
|
|
16
|
+
import "../../../CircularProgress-CBhr9Pli.js";
|
|
17
|
+
export {
|
|
18
|
+
g as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../PlayArrow-BYMBg9J8.js";
|
|
4
|
+
import "../../../generic-token-B_ptO5yb.js";
|
|
5
|
+
import "../../../util/constants.js";
|
|
6
|
+
import "../../../constants-QcvnheTz.js";
|
|
7
|
+
import "../../../order-6L4LZOBs.js";
|
|
8
|
+
import "../../../util/functions.js";
|
|
9
|
+
import "../Shared/appButton.js";
|
|
10
|
+
import { a as y } from "../../../index-DSHZv8ZQ.js";
|
|
11
|
+
import "../../../styles.module-BFHktEw2.js";
|
|
12
|
+
import "../../../Grid2-DJW3x_WO.js";
|
|
13
|
+
import "../../../Typography-DiFeMX5p.js";
|
|
14
|
+
import "../../../FormControl-uQi14shL.js";
|
|
15
|
+
import "../../../FilledInput-Bvhqpjsa.js";
|
|
16
|
+
import "../../../TextField-BtFFWrf2.js";
|
|
17
|
+
import "../../../CircularProgress-CBhr9Pli.js";
|
|
18
|
+
import "../../../Select-BsqVGicz.js";
|
|
19
|
+
import "../../../MenuItem-BKHoKEhO.js";
|
|
20
|
+
import "../../../ListItemIcon-BO6nZHNq.js";
|
|
21
|
+
import "../../../Box-rIIGCyb6.js";
|
|
22
|
+
import "../../../InputAdornment-BStVwy6a.js";
|
|
23
|
+
import "../../../IconButton-DRnoPKKH.js";
|
|
24
|
+
export {
|
|
25
|
+
y as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WithdrawProps } from '../Shared/Order/types';
|
|
2
|
+
export declare const FORM_SCREEN = "FORM_SCREEN";
|
|
3
|
+
export declare const BANK_SCREEN = "BANK_SCREEN";
|
|
4
|
+
export declare const CONFIRM_SCREEN = "CONFIRM_SCREEN";
|
|
5
|
+
export declare const MINIMAL_KYC_SCREEN = "MINIMAL_KYC_SCREEN";
|
|
6
|
+
declare const _default: import('react').FC<WithdrawProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../hoc/withThemeProvider.js";
|
|
4
|
+
import { b as I, C as e, F as f, M as A, i as K } from "../../../index-DSHZv8ZQ.js";
|
|
5
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
+
import "../../../constants-QcvnheTz.js";
|
|
7
|
+
import "../../../fiatAssets-w5Lh-MSu.js";
|
|
8
|
+
import "../../../wallet-D7MEPP5y.js";
|
|
9
|
+
import "../../../order-6L4LZOBs.js";
|
|
10
|
+
import "../../../util/constants.js";
|
|
11
|
+
import "../../../context/snackBarContext.js";
|
|
12
|
+
import "../Shared/Container/index.js";
|
|
13
|
+
import "../../Shared/MinimalKyc/index.js";
|
|
14
|
+
import "../Shared/Input/index.js";
|
|
15
|
+
import "../Shared/appButton.js";
|
|
16
|
+
export {
|
|
17
|
+
I as BANK_SCREEN,
|
|
18
|
+
e as CONFIRM_SCREEN,
|
|
19
|
+
f as FORM_SCREEN,
|
|
20
|
+
A as MINIMAL_KYC_SCREEN,
|
|
21
|
+
K as default
|
|
22
|
+
};
|