everest-npm-features 0.0.57 → 0.0.59
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-BlkZJiHn.js} +1 -1
- package/dist/{auth-jjVjqywi.js → auth-WhDJHZtr.js} +1 -1
- package/dist/{bank-BM66KfAv.js → bank-BaOrdTcI.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +5 -4
- 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 +11 -10
- 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 +5 -4
- package/dist/components/Shared/FullKyc/index.js +4 -4
- 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/Shared/Sumsub/index.d.ts +5 -0
- package/dist/components/Shared/Sumsub/index.js +83 -0
- package/dist/components/Wallet/Account/createIban.js +4 -3
- package/dist/components/Wallet/Account/eWallet.d.ts +4 -2
- package/dist/components/Wallet/Account/eWallet.js +30 -28
- package/dist/components/Wallet/Account/iban.d.ts +4 -2
- package/dist/components/Wallet/Account/iban.js +30 -28
- package/dist/components/Wallet/Account/ibanItem.d.ts +4 -2
- package/dist/components/Wallet/Account/ibanItem.js +180 -175
- package/dist/components/Wallet/Account/index.js +191 -177
- package/dist/components/Wallet/Account/sendIban.js +11 -11
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -5
- 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 +4 -3
- package/dist/components/Wallet/EnterpriseKyc/edd.js +4 -3
- package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +13 -12
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +4 -3
- package/dist/components/Wallet/EnterpriseKyc/verify.js +4 -3
- 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 +216 -231
- package/dist/components/Wallet/Portfolio/index.js +8 -7
- package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
- package/dist/components/Wallet/Profile/documents.js +15 -15
- package/dist/components/Wallet/Profile/index.js +4 -3
- package/dist/components/Wallet/Profile/storage.js +12 -12
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -4
- 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 +14 -13
- 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 +4 -3
- package/dist/components/Wallet/Shared/addBank.js +5 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +5 -4
- 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 +233 -201
- package/dist/components/Wallet/Swap/form.js +7 -6
- 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-DREDnCMu.js} +482 -481
- package/dist/{cryptoAssets-DT2afvDJ.js → cryptoAssets-DbyDgq4J.js} +1 -1
- package/dist/{index-BGJ8RVKA.js → index-BXutc9ik.js} +8 -7
- package/dist/index-CWoxdH_Z.js +543 -0
- package/dist/{index-CyPm8GTl.js → index-CuPCW3XC.js} +29 -29
- package/dist/{index-BUnkeQv6.js → index-DJ7xuxBy.js} +9 -8
- package/dist/{index-BEFNlxwM.js → index-DV1dVcrY.js} +31 -30
- package/dist/{index-B4pP4oLo.js → index-DYP5Ex_T.js} +9 -8
- package/dist/{index-JdlBukUO.js → index-PoMNqntN.js} +4 -4
- package/dist/index.esm-I_Bp2YLf.js +224 -0
- package/dist/kyc-D4s_B9Cf.js +33 -0
- package/dist/main.js +7 -7
- package/dist/{order-DuPcaU0K.js → order-DGBbo_Ox.js} +1 -1
- package/dist/{stake-WaB8Q4v-.js → stake-CdMc5H7D.js} +1 -1
- package/dist/{tokenRow-B-tustzZ.js → tokenRow-C-iMHhPj.js} +14 -12
- package/dist/util/constants.d.ts +5 -0
- package/dist/util/constants.js +105 -101
- package/dist/{wallet-BxwOFeSW.js → wallet-DvfdQOju.js} +10 -10
- package/package.json +4 -2
- package/dist/index-BU6Lajc_.js +0 -503
- package/dist/kyc-BOm2LCSg.js +0 -26
|
@@ -3,11 +3,11 @@ import { useState as x, useEffect as N } from "react";
|
|
|
3
3
|
import { u as C } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import S from "../Shared/backBtn.js";
|
|
5
5
|
import E from "../Shared/addBank.js";
|
|
6
|
-
import { F as T, C as b } from "../../../index-
|
|
7
|
-
import "../../../constants-
|
|
6
|
+
import { F as T, C as b } from "../../../index-PoMNqntN.js";
|
|
7
|
+
import "../../../constants-DREDnCMu.js";
|
|
8
8
|
import { u as R } from "../../../index-BQNs1mvn.js";
|
|
9
|
-
import { o as A } from "../../../order-
|
|
10
|
-
import { u as O } from "../../../bank-
|
|
9
|
+
import { o as A } from "../../../order-DGBbo_Ox.js";
|
|
10
|
+
import { u as O } from "../../../bank-BaOrdTcI.js";
|
|
11
11
|
import y from "../Shared/connectPlaidBank.js";
|
|
12
12
|
import { s as o } from "../../../styles.module-DMd29SPQ.js";
|
|
13
13
|
import { RADIO_BUTTON_SELECTED as _, RADIO_BUTTON as I } from "../../../util/constants.js";
|
|
@@ -4,10 +4,10 @@ import "../Shared/backBtn.js";
|
|
|
4
4
|
import "../../../util/constants.js";
|
|
5
5
|
import "../../../styles.module-DMd29SPQ.js";
|
|
6
6
|
import "../Shared/appButton.js";
|
|
7
|
-
import "../../../constants-
|
|
7
|
+
import "../../../constants-DREDnCMu.js";
|
|
8
8
|
import "../../../index-BQNs1mvn.js";
|
|
9
|
-
import "../../../order-
|
|
10
|
-
import { B as g } from "../../../index-
|
|
9
|
+
import "../../../order-DGBbo_Ox.js";
|
|
10
|
+
import { B as g } from "../../../index-PoMNqntN.js";
|
|
11
11
|
import "../../../react-redux-C7I9-1M6.js";
|
|
12
12
|
import "../../../hooks/useDialog/index.js";
|
|
13
13
|
import "../../../Typography-pAaje37G.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../PlayArrow-
|
|
3
|
+
import "../../../PlayArrow-BlkZJiHn.js";
|
|
4
4
|
import "../../../generic-token-B_ptO5yb.js";
|
|
5
5
|
import "../../../util/constants.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-DREDnCMu.js";
|
|
7
|
+
import "../../../order-DGBbo_Ox.js";
|
|
8
8
|
import "../../../util/functions.js";
|
|
9
|
-
import { W as z } from "../../../index-
|
|
9
|
+
import { W as z } from "../../../index-PoMNqntN.js";
|
|
10
10
|
import "../../../styles.module-DMd29SPQ.js";
|
|
11
11
|
import "../Shared/appButton.js";
|
|
12
12
|
import "../Shared/Order/paymentButton.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-
|
|
4
|
+
import { a as f, C as A, F as K, M as O, i as d } from "../../../index-PoMNqntN.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../PlayArrow-
|
|
8
|
-
import "../../../wallet-
|
|
9
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-DREDnCMu.js";
|
|
7
|
+
import "../../../PlayArrow-BlkZJiHn.js";
|
|
8
|
+
import "../../../wallet-DvfdQOju.js";
|
|
9
|
+
import "../../../order-DGBbo_Ox.js";
|
|
10
10
|
import "../../../util/constants.js";
|
|
11
11
|
import "../../../context/snackBarContext.js";
|
|
12
12
|
import "../Shared/Container/index.js";
|