everest-npm-features 0.0.56 → 0.0.58
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/{PlayArrow-jzz8Y3XD.js → PlayArrow-BRz9FV4L.js} +1 -1
- package/dist/{auth-jjVjqywi.js → auth-CD7qxhDF.js} +1 -1
- package/dist/{bank-BM66KfAv.js → bank-C2LtDonX.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
- 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 +4 -4
- package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
- 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 +2 -2
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
- 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 +2 -2
- package/dist/components/Shared/FullKyc/edd.js +2 -2
- package/dist/components/Shared/FullKyc/index.js +3 -3
- package/dist/components/Shared/FullKyc/pep.js +1 -1
- package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
- package/dist/components/Shared/FullKyc/userInfo.js +3 -3
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.js +1 -1
- package/dist/components/Wallet/Account/eWallet.d.ts +4 -2
- package/dist/components/Wallet/Account/eWallet.js +49 -46
- package/dist/components/Wallet/Account/iban.d.ts +4 -2
- package/dist/components/Wallet/Account/iban.js +51 -48
- package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
- package/dist/components/Wallet/Account/ibanItem.js +184 -153
- package/dist/components/Wallet/Account/index.js +192 -196
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Buy/form.js +4 -4
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.d.ts +7 -13
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +215 -231
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
- package/dist/components/Wallet/Profile/documents.js +1 -1
- package/dist/components/Wallet/Profile/index.js +1 -1
- package/dist/components/Wallet/Profile/storage.js +1 -1
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Sell/form.js +4 -4
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +3 -3
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
- package/dist/components/Wallet/Shared/addBank.js +2 -2
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +3 -3
- package/dist/components/Wallet/SignIn/index.js +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/Stake/gems/index.d.ts +26 -2
- package/dist/components/Wallet/Stake/gems/index.js +74 -85
- package/dist/components/Wallet/Stake/id/index.d.ts +27 -1
- package/dist/components/Wallet/Stake/id/index.js +68 -78
- package/dist/components/Wallet/Stake/index.d.ts +4 -1
- package/dist/components/Wallet/Stake/index.js +232 -201
- package/dist/components/Wallet/Swap/form.js +5 -5
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-Dtk3Gd0Y.js → constants-Styrbvke.js} +4 -4
- package/dist/{cryptoAssets-DT2afvDJ.js → cryptoAssets-CFtzXGbk.js} +1 -1
- package/dist/{index-BEFNlxwM.js → index-AVcxYfIV.js} +4 -4
- package/dist/{index-JdlBukUO.js → index-CKjKCXeQ.js} +4 -4
- package/dist/{index-BGJ8RVKA.js → index-DAla2tRU.js} +5 -5
- package/dist/{index-BUnkeQv6.js → index-DM6mBQ7L.js} +6 -6
- package/dist/{index-B4pP4oLo.js → index-Da-BlrMH.js} +6 -6
- package/dist/{index-CyPm8GTl.js → index-Du_jGnyO.js} +4 -4
- package/dist/{index-BU6Lajc_.js → index-g4Gy1BHB.js} +2 -2
- package/dist/{kyc-BOm2LCSg.js → kyc-Ee4qAZby.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DuPcaU0K.js → order-uVUTqaQ2.js} +1 -1
- package/dist/{stake-WaB8Q4v-.js → stake-Dgx86wzO.js} +1 -1
- package/dist/{tokenRow-B-tustzZ.js → tokenRow-C-iMHhPj.js} +14 -12
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +54 -53
- package/dist/{wallet-BxwOFeSW.js → wallet-BkdExH6h.js} +10 -10
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
|
|
|
6
6
|
import "../Shared/appButton.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "../Shared/Auth/otpForm.js";
|
|
9
|
-
import "../../../constants-
|
|
9
|
+
import "../../../constants-Styrbvke.js";
|
|
10
10
|
import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
12
12
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -5,7 +5,7 @@ import w from "./input.js";
|
|
|
5
5
|
import "../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-Styrbvke.js";
|
|
9
9
|
import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
|
|
10
10
|
import b from "../../../hooks/useEverestDispatch.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
@@ -13,8 +13,8 @@ import se from "./orgInfo.js";
|
|
|
13
13
|
import ie from "./orgDetails.js";
|
|
14
14
|
import ae from "./verify.js";
|
|
15
15
|
import ne from "./success.js";
|
|
16
|
-
import { K as ce, a as F, b as y, c as h, d as me, e as pe, f as le } from "../../../constants-
|
|
17
|
-
import { r as u, k as fe } from "../../../kyc-
|
|
16
|
+
import { K as ce, a as F, b as y, c as h, d as me, e as pe, f as le } from "../../../constants-Styrbvke.js";
|
|
17
|
+
import { r as u, k as fe } from "../../../kyc-Ee4qAZby.js";
|
|
18
18
|
import { u as b } from "../../../react-redux-C7I9-1M6.js";
|
|
19
19
|
import Te from "../../Shared/loader.js";
|
|
20
20
|
import "../../../index-DlQqWbXG.js";
|
|
@@ -31,7 +31,7 @@ import "../../../moment-h96o7c8I.js";
|
|
|
31
31
|
import "../../../index.esm-BsMAMhYW.js";
|
|
32
32
|
import "../../../web3-u4qDZYpo.js";
|
|
33
33
|
import "../../../index-ceeCtFuh.js";
|
|
34
|
-
import { F as K } from "../../../index-
|
|
34
|
+
import { F as K } from "../../../index-g4Gy1BHB.js";
|
|
35
35
|
import "../../../context/dialogContext.js";
|
|
36
36
|
import { u as De } from "../../../useTheme-BQJ5lp0i.js";
|
|
37
37
|
import { D as de, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
|
|
@@ -5,8 +5,8 @@ import a from "./input.js";
|
|
|
5
5
|
import "../../../index-DlQqWbXG.js";
|
|
6
6
|
import "../../../hoc/withThemeProvider.js";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import { a as P } from "../../../kyc-
|
|
8
|
+
import "../../../constants-Styrbvke.js";
|
|
9
|
+
import { a as P } from "../../../kyc-Ee4qAZby.js";
|
|
10
10
|
import { useSnackBarContext as D } from "../../../context/snackBarContext.js";
|
|
11
11
|
import q from "../../../hooks/useEverestDispatch.js";
|
|
12
12
|
import "../../../util/conversions.js";
|
|
@@ -20,7 +20,7 @@ import { pick as Kd } from "../../../util/functions.js";
|
|
|
20
20
|
import "../../../index-DlQqWbXG.js";
|
|
21
21
|
import "../../../hoc/withThemeProvider.js";
|
|
22
22
|
import "../Shared/Auth/otpForm.js";
|
|
23
|
-
import "../../../constants-
|
|
23
|
+
import "../../../constants-Styrbvke.js";
|
|
24
24
|
import { useSnackBarContext as Xd } from "../../../context/snackBarContext.js";
|
|
25
25
|
import "../../../util/conversions.js";
|
|
26
26
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -8,7 +8,7 @@ import { useState as C } from "react";
|
|
|
8
8
|
import "../../../index-DlQqWbXG.js";
|
|
9
9
|
import "../../../hoc/withThemeProvider.js";
|
|
10
10
|
import "../Shared/Auth/otpForm.js";
|
|
11
|
-
import "../../../constants-
|
|
11
|
+
import "../../../constants-Styrbvke.js";
|
|
12
12
|
import { useSnackBarContext as g } from "../../../context/snackBarContext.js";
|
|
13
13
|
import "../../../util/conversions.js";
|
|
14
14
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -3,8 +3,8 @@ import * as q from "react";
|
|
|
3
3
|
import { useState as et, useEffect as ot } from "react";
|
|
4
4
|
import st from "../../../hoc/withThemeProvider.js";
|
|
5
5
|
import { u as nt } from "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import { a as rt } from "../../../order-
|
|
6
|
+
import "../../../constants-Styrbvke.js";
|
|
7
|
+
import { a as rt } from "../../../order-uVUTqaQ2.js";
|
|
8
8
|
import it from "../../Shared/HistoryItem/index.js";
|
|
9
9
|
import { AuthContainer as lt } from "../Shared/Container/index.js";
|
|
10
10
|
import pt from "../../../hooks/useEverestDispatch.js";
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { ETHEREUM_NETWORK, EVER_CHAIN_NETWORK, GEMS_TOKEN_SYMBOL, ID_TOKEN_SYMBOL } from '../../../util/constants';
|
|
2
2
|
type Token = typeof ID_TOKEN_SYMBOL | typeof GEMS_TOKEN_SYMBOL;
|
|
3
|
-
|
|
3
|
+
type MoveToEthereumOrEverChainProps = {
|
|
4
4
|
token: Token;
|
|
5
|
-
|
|
6
|
-
interface EverChainProps extends BaseProps {
|
|
7
|
-
network: typeof EVER_CHAIN_NETWORK;
|
|
8
|
-
depositAddress: string;
|
|
9
|
-
tokenAddress: string;
|
|
10
|
-
}
|
|
11
|
-
interface EthereumProps extends BaseProps {
|
|
12
|
-
network: typeof ETHEREUM_NETWORK;
|
|
5
|
+
network: typeof EVER_CHAIN_NETWORK | typeof ETHEREUM_NETWORK;
|
|
13
6
|
depositAddress?: string;
|
|
14
7
|
tokenAddress?: string;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
onBack?: () => void;
|
|
9
|
+
initialBalance?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const MoveToEthereumOrEverChain: ({ token, network, tokenAddress, depositAddress, onBack, initialBalance, }: MoveToEthereumOrEverChainProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default MoveToEthereumOrEverChain;
|