everest-npm-features 0.0.52 → 0.0.54
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-C3uVNo4F.js → PlayArrow-jzz8Y3XD.js} +1 -1
- package/dist/{auth-ClBgT--j.js → auth-jjVjqywi.js} +1 -1
- package/dist/bank-BM66KfAv.js +37 -0
- 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.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +77 -125
- package/dist/components/Wallet/Account/eWallet.d.ts +1 -0
- package/dist/components/Wallet/Account/eWallet.js +55 -72
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +48 -65
- package/dist/components/Wallet/Account/ibanItem.js +150 -123
- package/dist/components/Wallet/Account/index.js +181 -173
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +5 -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 +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.js +3 -3
- package/dist/components/Wallet/Portfolio/index.js +4 -4
- 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 +4 -4
- package/dist/components/Wallet/SignIn/index.js +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/Stake/index.js +3 -3
- package/dist/components/Wallet/Swap/form.js +6 -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-t7n9qCW3.js → constants-Dtk3Gd0Y.js} +123 -123
- package/dist/{cryptoAssets-shEFU26O.js → cryptoAssets-DT2afvDJ.js} +1 -1
- package/dist/{index-DFRU-R-5.js → index-B4pP4oLo.js} +7 -7
- package/dist/{index-B6MSTmAM.js → index-BEFNlxwM.js} +15 -15
- package/dist/{index-Cs7bSfT3.js → index-BGJ8RVKA.js} +5 -5
- package/dist/{index-Dwid4PLx.js → index-BU6Lajc_.js} +2 -2
- package/dist/{index-C2EjFXaz.js → index-BUnkeQv6.js} +7 -7
- package/dist/{index-RDV0mQbt.js → index-CyPm8GTl.js} +4 -4
- package/dist/{index-j0zehpzg.js → index-JdlBukUO.js} +4 -4
- package/dist/{kyc-D9xahfH9.js → kyc-BOm2LCSg.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-jqH948WM.js → order-DuPcaU0K.js} +27 -31
- package/dist/{stake-Dcq6QpaA.js → stake-WaB8Q4v-.js} +3 -3
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +64 -63
- package/dist/{wallet-DpkUmmq0.js → wallet-BxwOFeSW.js} +1 -1
- package/package.json +2 -2
- package/dist/bank-Dz5km1qK.js +0 -33
|
@@ -4,17 +4,17 @@ import Re from "./hoc/withThemeProvider.js";
|
|
|
4
4
|
import Se from "./components/RocketRamp/Shared/backBtn.js";
|
|
5
5
|
import { getCurrencySymbol as ue, getOrionBalance as Me } from "./util/functions.js";
|
|
6
6
|
import { PAYMENT_BANK as oe, SEPA_ICON as ze, VISA_ICON as Oe, ID_TOKEN_SYMBOL as Pe, FIAT_WITHDRAW as we, FIAT_TO_EVER_ID as We, FIAT_TO_TOKEN as Be, ESTIMATE_TOOLTIP_TEXT as Le, TOKEN_TO_FIAT as Xe } from "./util/constants.js";
|
|
7
|
-
import
|
|
8
|
-
import { aC as
|
|
9
|
-
import {
|
|
7
|
+
import j from "./components/RocketRamp/Shared/Button/index.js";
|
|
8
|
+
import { aC as U } from "./constants-Dtk3Gd0Y.js";
|
|
9
|
+
import { e as pe, f as De, j as Ye, d as qe, g as Ke } from "./order-DuPcaU0K.js";
|
|
10
10
|
import "./index-DlQqWbXG.js";
|
|
11
11
|
import "./components/Wallet/Shared/appButton.js";
|
|
12
12
|
import { u as W } from "./react-redux-C7I9-1M6.js";
|
|
13
13
|
import "./components/Wallet/Shared/Auth/otpForm.js";
|
|
14
|
-
import { P as $e, f as Ge } from "./PlayArrow-
|
|
15
|
-
import { f as
|
|
14
|
+
import { P as $e, f as Ge } from "./PlayArrow-jzz8Y3XD.js";
|
|
15
|
+
import { f as je } from "./cryptoAssets-DT2afvDJ.js";
|
|
16
16
|
import "./context/snackBarContext.js";
|
|
17
|
-
import
|
|
17
|
+
import Ue from "./hooks/useEverestDispatch.js";
|
|
18
18
|
import "./util/conversions.js";
|
|
19
19
|
import "./index-CAoLi5Qq.js";
|
|
20
20
|
import { useSnackBar as Ve } from "./hooks/useSnackBar.js";
|
|
@@ -77,7 +77,7 @@ import './assets/index7.css';const E = {
|
|
|
77
77
|
network: o.network,
|
|
78
78
|
payment_provider: o.payment_provider
|
|
79
79
|
},
|
|
80
|
-
|
|
80
|
+
U
|
|
81
81
|
)
|
|
82
82
|
);
|
|
83
83
|
}, D = () => {
|
|
@@ -163,7 +163,7 @@ import './assets/index7.css';const E = {
|
|
|
163
163
|
] }) }) })
|
|
164
164
|
] }) }),
|
|
165
165
|
/* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
|
|
166
|
-
|
|
166
|
+
j,
|
|
167
167
|
{
|
|
168
168
|
onClick: () => N(!0),
|
|
169
169
|
disabled: x,
|
|
@@ -214,7 +214,7 @@ import './assets/index7.css';const E = {
|
|
|
214
214
|
}
|
|
215
215
|
),
|
|
216
216
|
/* @__PURE__ */ e(
|
|
217
|
-
|
|
217
|
+
j,
|
|
218
218
|
{
|
|
219
219
|
onClick: D,
|
|
220
220
|
disabled: x,
|
|
@@ -257,7 +257,7 @@ import './assets/index7.css';const E = {
|
|
|
257
257
|
/* @__PURE__ */ t(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
|
|
258
258
|
/* @__PURE__ */ e(z, { label: "Order ID ", value: A }),
|
|
259
259
|
/* @__PURE__ */ e(
|
|
260
|
-
|
|
260
|
+
j,
|
|
261
261
|
{
|
|
262
262
|
onClick: () => S("/dashboard"),
|
|
263
263
|
sx: { mt: 4 },
|
|
@@ -328,7 +328,7 @@ import './assets/index7.css';const E = {
|
|
|
328
328
|
}
|
|
329
329
|
}, [h, b]), f(() => {
|
|
330
330
|
if (g && g.id && w && X && K) {
|
|
331
|
-
d(qe(
|
|
331
|
+
d(qe(U)), O(!1), P("");
|
|
332
332
|
const r = setTimeout(() => {
|
|
333
333
|
Ie();
|
|
334
334
|
}, 1e3);
|
|
@@ -376,7 +376,7 @@ import './assets/index7.css';const E = {
|
|
|
376
376
|
network: (R = g.network) == null ? void 0 : R.name,
|
|
377
377
|
payment_provider: m.payment_provider
|
|
378
378
|
},
|
|
379
|
-
|
|
379
|
+
U
|
|
380
380
|
)
|
|
381
381
|
);
|
|
382
382
|
};
|
|
@@ -613,7 +613,7 @@ import './assets/index7.css';const E = {
|
|
|
613
613
|
] })
|
|
614
614
|
] }) }),
|
|
615
615
|
/* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
|
|
616
|
-
|
|
616
|
+
j,
|
|
617
617
|
{
|
|
618
618
|
onClick: Ae,
|
|
619
619
|
disabled: J || !M,
|
|
@@ -623,7 +623,7 @@ import './assets/index7.css';const E = {
|
|
|
623
623
|
) })
|
|
624
624
|
] });
|
|
625
625
|
}, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN", Zt = "PAYMENT_SCREEN", at = "MINIMAL_KYC_SCREEN", st = ({ partnerKey: T, navigate: y }) => {
|
|
626
|
-
const d =
|
|
626
|
+
const d = Ue(), k = W((s) => s.app), u = W((s) => s.order), S = W(
|
|
627
627
|
(s) => s.user.profile
|
|
628
628
|
), p = u.error, o = W(
|
|
629
629
|
(s) => s.user.profile.everWalletAddress
|
|
@@ -662,7 +662,7 @@ import './assets/index7.css';const E = {
|
|
|
662
662
|
orderData: u,
|
|
663
663
|
dispatch: d,
|
|
664
664
|
getCryptoAssets: (s) => {
|
|
665
|
-
d(
|
|
665
|
+
d(je({ type: U, id: s, partnerKey: T }));
|
|
666
666
|
},
|
|
667
667
|
partnerKey: T,
|
|
668
668
|
balance: b,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as n, Fragment as E, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as et, useState as h, useEffect as x, useRef as tt } from "react";
|
|
3
3
|
import rt from "./hoc/withThemeProvider.js";
|
|
4
|
-
import { P as nt, f as ot } from "./PlayArrow-
|
|
4
|
+
import { P as nt, f as ot } from "./PlayArrow-jzz8Y3XD.js";
|
|
5
5
|
import { I as it } from "./Info-BVeUSPyk.js";
|
|
6
6
|
import { G as me } from "./generic-token-B_ptO5yb.js";
|
|
7
7
|
import { TOKEN_TO_FIAT as de, ESTIMATE_TOOLTIP_TEXT as st, SELL_WITHDRAW_ICON as at, DIALOG_SUCCESS_ICON as Re, DIALOG_ERROR_ICON as lt } from "./util/constants.js";
|
|
8
|
-
import { aC as R, ad as ct } from "./constants-
|
|
8
|
+
import { aC as R, ad as ct } from "./constants-Dtk3Gd0Y.js";
|
|
9
9
|
import { c as ze, d as mt } from "./index-BQNs1mvn.js";
|
|
10
|
-
import {
|
|
10
|
+
import { d as dt, e as We, b as X, c as Ee, f as ut, i as pt, g as ht } from "./order-DuPcaU0K.js";
|
|
11
11
|
import { M as ft } from "./tooltip-3UvETWtS.js";
|
|
12
12
|
import { getCurrencySymbol as Me, getNetworkBackGround as xt, displayWalletAddress as yt } from "./util/functions.js";
|
|
13
13
|
import gt from "./components/Wallet/Shared/backBtn.js";
|
|
@@ -31,8 +31,8 @@ import { T as i } from "./Typography-pAaje37G.js";
|
|
|
31
31
|
import { B as T } from "./Box-B0YSYLco.js";
|
|
32
32
|
import { G as r } from "./Grid-CFe3amXO.js";
|
|
33
33
|
import { C as I } from "./CircularProgress-xZA3lvba.js";
|
|
34
|
-
import { f as Ct } from "./cryptoAssets-
|
|
35
|
-
import { u as Nt, a as vt } from "./wallet-
|
|
34
|
+
import { f as Ct } from "./cryptoAssets-DT2afvDJ.js";
|
|
35
|
+
import { u as Nt, a as vt } from "./wallet-BxwOFeSW.js";
|
|
36
36
|
import { AuthContainer as kt } from "./components/Wallet/Shared/Container/index.js";
|
|
37
37
|
import St from "./components/Shared/MinimalKyc/index.js";
|
|
38
38
|
import Oe from "./components/Wallet/Shared/Input/index.js";
|
|
@@ -7,8 +7,8 @@ import ue from "./components/Wallet/Shared/Input/index.js";
|
|
|
7
7
|
import pe from "./components/Wallet/Shared/appButton.js";
|
|
8
8
|
import "./index-DlQqWbXG.js";
|
|
9
9
|
import "./components/Wallet/Shared/Auth/otpForm.js";
|
|
10
|
-
import { d as N, f as ve } from "./constants-
|
|
11
|
-
import { b as xe, c as De } from "./kyc-
|
|
10
|
+
import { d as N, f as ve } from "./constants-Dtk3Gd0Y.js";
|
|
11
|
+
import { b as xe, c as De } from "./kyc-BOm2LCSg.js";
|
|
12
12
|
import { useSnackBarContext as se } from "./context/snackBarContext.js";
|
|
13
13
|
import me from "./hooks/useEverestDispatch.js";
|
|
14
14
|
import "./util/conversions.js";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as w, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as Ze, useState as d, useEffect as h, useCallback as et } from "react";
|
|
3
3
|
import tt from "./hoc/withThemeProvider.js";
|
|
4
|
-
import { P as rt, f as nt } from "./PlayArrow-
|
|
4
|
+
import { P as rt, f as nt } from "./PlayArrow-jzz8Y3XD.js";
|
|
5
5
|
import { I as ot } from "./Info-BVeUSPyk.js";
|
|
6
6
|
import { G as Ie } from "./generic-token-B_ptO5yb.js";
|
|
7
7
|
import { PAYMENT_PROVIDER_PAYSAFE as it, ID_TOKEN_SYMBOL as Oe, FIAT_TO_EVER_ID as fe, FIAT_TO_TOKEN as he, ESTIMATE_TOOLTIP_TEXT as at, DIALOG_SUCCESS_ICON as st, PAYMENT_PROVIDER_PLAID as lt, PAYMENT_PROVIDER_CARDCORP as ct, PAYMENT_BANK as ze, SEPA_ICON as mt, VISA_ICON as dt } from "./util/constants.js";
|
|
8
|
-
import { aq as B } from "./constants-
|
|
8
|
+
import { aq as B } from "./constants-Dtk3Gd0Y.js";
|
|
9
9
|
import { c as pt, d as ut, u as ft } from "./index-BQNs1mvn.js";
|
|
10
|
-
import {
|
|
10
|
+
import { d as ht, e as $e, b as ye, f as yt, g as ke, h as _t } from "./order-DuPcaU0K.js";
|
|
11
11
|
import { M as xt } from "./tooltip-3UvETWtS.js";
|
|
12
12
|
import { getCurrencySymbol as Ye, getNetworkBackGround as gt } from "./util/functions.js";
|
|
13
13
|
import xe from "./components/Wallet/Shared/appButton.js";
|
|
14
14
|
import Ct from "./components/Wallet/Shared/backBtn.js";
|
|
15
15
|
import { s as m } from "./styles.module-DMd29SPQ.js";
|
|
16
|
-
import { p as Nt,
|
|
16
|
+
import { p as Nt, f as vt } from "./bank-BM66KfAv.js";
|
|
17
17
|
import { u as bt } from "./index.esm-BsMAMhYW.js";
|
|
18
18
|
import { u as W } from "./react-redux-C7I9-1M6.js";
|
|
19
19
|
import "./index-DlQqWbXG.js";
|
|
@@ -26,14 +26,14 @@ import "./components/Shared/transition.js";
|
|
|
26
26
|
import "./components/Wallet/Shared/pin.js";
|
|
27
27
|
import "./moment-h96o7c8I.js";
|
|
28
28
|
import "./web3-u4qDZYpo.js";
|
|
29
|
-
import "./index-ceeCtFuh.js";
|
|
30
29
|
import { useDialogContext as Rt } from "./context/dialogContext.js";
|
|
30
|
+
import "./index-ceeCtFuh.js";
|
|
31
31
|
import { T as s } from "./Typography-pAaje37G.js";
|
|
32
32
|
import { B as S } from "./Box-B0YSYLco.js";
|
|
33
33
|
import { G as i } from "./Grid-CFe3amXO.js";
|
|
34
34
|
import { C as P } from "./CircularProgress-xZA3lvba.js";
|
|
35
|
-
import { f as At } from "./cryptoAssets-
|
|
36
|
-
import { u as Ft, a as Pt } from "./wallet-
|
|
35
|
+
import { f as At } from "./cryptoAssets-DT2afvDJ.js";
|
|
36
|
+
import { u as Ft, a as Pt } from "./wallet-BxwOFeSW.js";
|
|
37
37
|
import { AuthContainer as St } from "./components/Wallet/Shared/Container/index.js";
|
|
38
38
|
import Mt from "./components/Wallet/Shared/CardPayment/index.js";
|
|
39
39
|
import It from "./components/Shared/MinimalKyc/index.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as F, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as c, useEffect as g } from "react";
|
|
3
3
|
import Oe from "./hoc/withThemeProvider.js";
|
|
4
|
-
import { P as we, f as Be } from "./PlayArrow-
|
|
4
|
+
import { P as we, f as Be } from "./PlayArrow-jzz8Y3XD.js";
|
|
5
5
|
import { I as Le } from "./Info-BVeUSPyk.js";
|
|
6
6
|
import { G as Ve } from "./generic-token-B_ptO5yb.js";
|
|
7
7
|
import ne from "./components/RocketRamp/Shared/Input/index.js";
|
|
8
8
|
import { ID_TOKEN_SYMBOL as pe, FIAT_TO_EVER_ID as ae, FIAT_TO_TOKEN as ie, ESTIMATE_TOOLTIP_TEXT as Ye, VISA_PAYMENT as We, VISA_PAYMENT_ACTIVE as qe, SEPA_PAYMENT as Ke, SEPA_PAYMENT_ACTIVE as $e, PAYMENT_BANK as he, SEPA_ICON as De, VISA_ICON as be, PAYMENT_PROVIDER_CHECKOUT as fe } from "./util/constants.js";
|
|
9
|
-
import { aJ as Ue, aq as te } from "./constants-
|
|
10
|
-
import {
|
|
9
|
+
import { aJ as Ue, aq as te } from "./constants-Dtk3Gd0Y.js";
|
|
10
|
+
import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-DuPcaU0K.js";
|
|
11
11
|
import { M as Xe } from "./tooltip-3UvETWtS.js";
|
|
12
12
|
import { getCurrencySymbol as Ne, removeExtraSpace as Je, getOrionBalance as Qe } from "./util/functions.js";
|
|
13
13
|
import oe from "./components/RocketRamp/Shared/Button/index.js";
|
|
@@ -19,7 +19,7 @@ import { C as I } from "./CircularProgress-xZA3lvba.js";
|
|
|
19
19
|
import { E as Ze } from "./ErrorOutline-CPQcnl2b.js";
|
|
20
20
|
import { s as xe, p as et, h as tt, v as rt } from "./index-ceeCtFuh.js";
|
|
21
21
|
import { u as K } from "./react-redux-C7I9-1M6.js";
|
|
22
|
-
import { f as nt } from "./cryptoAssets-
|
|
22
|
+
import { f as nt } from "./cryptoAssets-DT2afvDJ.js";
|
|
23
23
|
import at from "./components/RocketRamp/MinimalKyc/form.js";
|
|
24
24
|
import { useSnackBarContext as it } from "./context/snackBarContext.js";
|
|
25
25
|
import ot from "./hooks/useEverestDispatch.js";
|
|
@@ -5,12 +5,12 @@ import Ae from "./components/Wallet/Shared/backBtn.js";
|
|
|
5
5
|
import { DIALOG_SUCCESS_ICON as Ee, PAYMENT_BANK as J, SEPA_ICON as ke, VISA_ICON as Se, PAYMENT_PROVIDER_PAYSAFE as Re, FIAT_WITHDRAW as ee, EURO_ISO3 as ze, US_DOLLAR_ISO3 as ce, SYNTHETIC_EUR as Ie, SYNTHETIC_USD as Te } from "./util/constants.js";
|
|
6
6
|
import { s as u } from "./styles.module-DMd29SPQ.js";
|
|
7
7
|
import ie from "./components/Wallet/Shared/appButton.js";
|
|
8
|
-
import { ag as G } from "./constants-
|
|
8
|
+
import { ag as G } from "./constants-Dtk3Gd0Y.js";
|
|
9
9
|
import { u as Be } from "./index-BQNs1mvn.js";
|
|
10
|
-
import {
|
|
10
|
+
import { b as te, e as pe, f as We, d as we, g as Oe } from "./order-DuPcaU0K.js";
|
|
11
11
|
import { u as j } from "./react-redux-C7I9-1M6.js";
|
|
12
|
-
import { P as Pe, f as Me } from "./PlayArrow-
|
|
13
|
-
import { g as Le, u as Ye } from "./wallet-
|
|
12
|
+
import { P as Pe, f as Me } from "./PlayArrow-jzz8Y3XD.js";
|
|
13
|
+
import { g as Le, u as Ye } from "./wallet-BxwOFeSW.js";
|
|
14
14
|
import { useSnackBarContext as qe } from "./context/snackBarContext.js";
|
|
15
15
|
import { AuthContainer as Ke } from "./components/Wallet/Shared/Container/index.js";
|
|
16
16
|
import $e from "./components/Shared/MinimalKyc/index.js";
|
package/dist/main.js
CHANGED
|
@@ -11,13 +11,13 @@ import { default as g } from "./components/Wallet/Account/index.js";
|
|
|
11
11
|
import { default as P } from "./components/Wallet/Stake/index.js";
|
|
12
12
|
import { default as w } from "./components/Wallet/MoveToEthereumOrEverChain/index.js";
|
|
13
13
|
import { default as C } from "./components/Wallet/SwapAndUniSwap/index.js";
|
|
14
|
-
import { i as M } from "./index-
|
|
15
|
-
import { i as E } from "./index-
|
|
16
|
-
import { i as b } from "./index-
|
|
17
|
-
import { i as F } from "./index-
|
|
14
|
+
import { i as M } from "./index-BUnkeQv6.js";
|
|
15
|
+
import { i as E } from "./index-BGJ8RVKA.js";
|
|
16
|
+
import { i as b } from "./index-JdlBukUO.js";
|
|
17
|
+
import { i as F } from "./index-B4pP4oLo.js";
|
|
18
18
|
import { default as I } from "./components/Wallet/EnterpriseKyc/index.js";
|
|
19
19
|
import { default as W } from "./components/Wallet/Deposit/index.js";
|
|
20
|
-
import { F as j } from "./index-
|
|
20
|
+
import { F as j } from "./index-BU6Lajc_.js";
|
|
21
21
|
import { useSnackBar as z } from "./hooks/useSnackBar.js";
|
|
22
22
|
import { SnackBarContext as J, useSnackBarContext as L } from "./context/snackBarContext.js";
|
|
23
23
|
import { useDialog as Q } from "./hooks/useDialog/index.js";
|
|
@@ -26,8 +26,8 @@ import { default as _ } from "./components/RocketRamp/Player/SignIn/index.js";
|
|
|
26
26
|
import { default as oo } from "./components/RocketRamp/Player/SignUp/index.js";
|
|
27
27
|
import { default as ao } from "./components/RocketRamp/Player/Dashboard/index.js";
|
|
28
28
|
import { default as to } from "./components/RocketRamp/Transactions/index.js";
|
|
29
|
-
import { i as po } from "./index-
|
|
30
|
-
import { i as so } from "./index-
|
|
29
|
+
import { i as po } from "./index-CyPm8GTl.js";
|
|
30
|
+
import { i as so } from "./index-BEFNlxwM.js";
|
|
31
31
|
import { default as xo } from "./components/RocketRamp/MinimalKyc/index.js";
|
|
32
32
|
import { default as io } from "./components/RocketRamp/Store/SignUp/index.js";
|
|
33
33
|
import { default as Ro } from "./components/RocketRamp/Store/Dashboard/index.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { O as s, x as t, y as E, z as R, B as o, C as r, D as _, E as p, G as
|
|
2
|
-
const
|
|
3
|
-
type:
|
|
1
|
+
import { O as s, x as t, y as E, z as R, B as o, C as r, D as _, E as p, G as T, H as y, I as d, J as S, M as D } from "./constants-Dtk3Gd0Y.js";
|
|
2
|
+
const O = (e) => ({
|
|
3
|
+
type: d,
|
|
4
4
|
payload: e
|
|
5
|
-
}),
|
|
5
|
+
}), c = (e, a) => ({
|
|
6
6
|
type: s,
|
|
7
7
|
payload: e,
|
|
8
8
|
meta: { orderType: a }
|
|
@@ -11,49 +11,45 @@ const c = (e) => ({
|
|
|
11
11
|
meta: { orderType: e }
|
|
12
12
|
}), u = () => ({
|
|
13
13
|
type: E
|
|
14
|
-
}),
|
|
14
|
+
}), A = (e) => ({
|
|
15
15
|
type: r,
|
|
16
16
|
payload: e
|
|
17
|
-
}),
|
|
17
|
+
}), U = (e) => ({
|
|
18
18
|
type: _,
|
|
19
19
|
payload: e
|
|
20
|
-
}),
|
|
20
|
+
}), l = (e) => ({
|
|
21
21
|
type: p,
|
|
22
22
|
payload: e
|
|
23
23
|
}), m = (e) => ({
|
|
24
|
-
type:
|
|
25
|
-
payload: e
|
|
26
|
-
}), q = (e) => ({
|
|
27
|
-
type: n,
|
|
24
|
+
type: S,
|
|
28
25
|
payload: e
|
|
29
|
-
}),
|
|
26
|
+
}), q = () => ({
|
|
30
27
|
type: R
|
|
31
|
-
}),
|
|
28
|
+
}), P = (e) => ({
|
|
32
29
|
type: o,
|
|
33
30
|
payload: e
|
|
34
|
-
}),
|
|
31
|
+
}), Q = (e) => ({
|
|
35
32
|
type: T,
|
|
36
33
|
payload: e
|
|
37
|
-
}),
|
|
34
|
+
}), i = (e) => ({
|
|
38
35
|
type: D,
|
|
39
36
|
payload: e
|
|
40
|
-
}),
|
|
41
|
-
type:
|
|
37
|
+
}), I = (e) => ({
|
|
38
|
+
type: y,
|
|
42
39
|
payload: e
|
|
43
40
|
});
|
|
44
41
|
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
N as v
|
|
42
|
+
O as a,
|
|
43
|
+
u as b,
|
|
44
|
+
P as c,
|
|
45
|
+
C as d,
|
|
46
|
+
c as e,
|
|
47
|
+
U as f,
|
|
48
|
+
m as g,
|
|
49
|
+
l as h,
|
|
50
|
+
Q as i,
|
|
51
|
+
q as j,
|
|
52
|
+
i as k,
|
|
53
|
+
A as o,
|
|
54
|
+
I as v
|
|
59
55
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as t,
|
|
2
|
-
const
|
|
1
|
+
import { S as t, N as a, P as e, Q as S } from "./constants-Dtk3Gd0Y.js";
|
|
2
|
+
const T = () => ({
|
|
3
3
|
type: t
|
|
4
4
|
}), o = (s) => ({
|
|
5
5
|
type: S,
|
|
@@ -13,5 +13,5 @@ export {
|
|
|
13
13
|
_ as a,
|
|
14
14
|
o as b,
|
|
15
15
|
p as c,
|
|
16
|
-
|
|
16
|
+
T as s
|
|
17
17
|
};
|
package/dist/util/constants.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export declare const US_DOLLAR_SIGN = "$";
|
|
|
42
42
|
export declare const EURO_SIGN = "\u20AC";
|
|
43
43
|
export declare const US_DOLLAR_ISO3 = "USD";
|
|
44
44
|
export declare const EURO_ISO3 = "EUR";
|
|
45
|
+
export declare const GBP_ISO3 = "GBP";
|
|
45
46
|
export declare const BINANCE_NETWORK = "Binance";
|
|
46
47
|
export declare const POLYGON_NETWORK = "Polygon";
|
|
47
48
|
export declare const EVER_CHAIN_NETWORK = "EverChain";
|
package/dist/util/constants.js
CHANGED
|
@@ -1,101 +1,102 @@
|
|
|
1
|
-
const _ = "https://static-assets.everest.org", o = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", E = t + "/sell-withdraw.png", e = t + "/back-btn.png", c = t + "/delete.png", T = n + "/history-buy.svg", A = n + "/history-sell.svg", a = n + "/history-swap.svg", I = t + "/wallet-icon.png", O = t + "/stake-id.png", N = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", R = t + "/sepa-payment.png", r = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", P = t + "/sepa.png", C = t + "/visa.png", D = t + "/dialog-error.png", d = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", Y = n + "/expand-right-arrow.svg", M = n + "/back-arrow.svg", g = n + "/right-arrow.svg", l = n + "/radio-button.svg", K = n + "/radio-button-selected.svg", U = n + "/sepa.png", u = n + "/sepa-selected.png",
|
|
1
|
+
const _ = "https://static-assets.everest.org", o = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", E = t + "/sell-withdraw.png", e = t + "/back-btn.png", c = t + "/delete.png", T = n + "/history-buy.svg", A = n + "/history-sell.svg", a = n + "/history-swap.svg", I = t + "/wallet-icon.png", O = t + "/stake-id.png", N = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", R = t + "/sepa-payment.png", r = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", P = t + "/sepa.png", C = t + "/visa.png", D = t + "/dialog-error.png", d = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", Y = n + "/expand-right-arrow.svg", M = n + "/back-arrow.svg", g = n + "/right-arrow.svg", l = n + "/radio-button.svg", K = n + "/radio-button-selected.svg", U = n + "/sepa.png", u = n + "/sepa-selected.png", B = n + "/visa.png", h = n + "/visa-selected.png", v = t + "/cloud-icon.png", W = t + "/storage-success.png", y = "railsbank", m = "open_payd", w = "checkout", G = "trustpayments", V = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "GBP", x = "Binance", j = "Polygon", z = "EverChain", Z = "IDChain", q = "Ethereum", J = "Avalanche", Q = "USD.c", tt = "EUR.c", nt = "EURE.c", _t = "BTC.c", st = "GEMS.c", ot = "ID", Et = "GEMS", et = "USDR.c", ct = "fiat_to_token", Tt = "fiat_to_everid", At = "token_to_fiat", at = "token_to_token", It = "withdraw", Ot = "iban_creation", Nt = "bank_transfer", St = "bank_deposit", Rt = "Created", rt = "In Process", it = "Completed", Lt = "Failed", Pt = "Awaiting Approved", Ct = "Rejected", Dt = "ID", dt = "GEMS", pt = 90, Yt = 3, Mt = 180, gt = 8, lt = 365, Kt = 18, Ut = 365, ut = 20, Bt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", ht = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", vt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", Wt = 300, yt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", mt = "_rr", wt = "credit_debit_card", Gt = "sepa_bank_transfer", Vt = "player", bt = "store", kt = "login_screen", Ht = "register_screen", Ft = "Individual", ft = "Organization", $t = "Over $100,000", Xt = "Over $1,000 & Under $100,000", xt = "Under $1,000", jt = "Declined", zt = "You are allowed to transact up to $10,000", Zt = "You are allowed to transact more than $10,000", qt = "eWallet", Jt = "Virtual IBAN";
|
|
2
2
|
export {
|
|
3
3
|
S as ARROW_ICON,
|
|
4
|
-
|
|
4
|
+
J as AVALANCHE_NETWORK,
|
|
5
5
|
M as BACK_ARROW,
|
|
6
6
|
e as BACK_BTN_ICON,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
St as BANK_DEPOSIT,
|
|
8
|
+
Nt as BANK_TRANSFER,
|
|
9
|
+
x as BINANCE_NETWORK,
|
|
10
|
+
_t as BTC_TOKEN_SYMBOL,
|
|
11
|
+
jt as CARD_PAYMENT_DECLINE,
|
|
12
|
+
v as CLOUD_ICON,
|
|
13
13
|
ht as CONNECTED_WALLET_TOOLTIP,
|
|
14
14
|
c as DELETE_ICON,
|
|
15
15
|
D as DIALOG_ERROR_ICON,
|
|
16
16
|
d as DIALOG_SUCCESS_ICON,
|
|
17
17
|
U as ENT_SEPA_PAYMENT,
|
|
18
18
|
u as ENT_SEPA_PAYMENT_ACTIVE,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
B as ENT_VISA_PAYMENT,
|
|
20
|
+
h as ENT_VISA_PAYMENT_ACTIVE,
|
|
21
21
|
vt as ESTIMATE_TOOLTIP_TEXT,
|
|
22
|
-
|
|
22
|
+
q as ETHEREUM_NETWORK,
|
|
23
23
|
$ as EURO_ISO3,
|
|
24
24
|
F as EURO_SIGN,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
25
|
+
z as EVER_CHAIN_NETWORK,
|
|
26
|
+
qt as FEATURE_EWALLET,
|
|
27
|
+
Jt as FEATURE_VIRTUAL_IBAN,
|
|
28
|
+
Tt as FIAT_TO_EVER_ID,
|
|
29
|
+
ct as FIAT_TO_TOKEN,
|
|
30
|
+
It as FIAT_WITHDRAW,
|
|
31
|
+
X as GBP_ISO3,
|
|
32
|
+
dt as GEMS_STAKE,
|
|
33
|
+
Et as GEMS_TOKEN_SYMBOL,
|
|
34
|
+
st as GEM_SYNTHETIC_TOKEN_SYMBOL,
|
|
34
35
|
T as HISTORY_BUY_ICON,
|
|
35
36
|
A as HISTORY_SELL_ICON,
|
|
36
37
|
a as HISTORY_SWAP_ICON,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
38
|
+
Ot as IBAN_CREATION,
|
|
39
|
+
Z as ID_CHAIN_NETWORK,
|
|
40
|
+
Dt as ID_STAKE,
|
|
41
|
+
ot as ID_TOKEN_SYMBOL,
|
|
42
|
+
Ft as INDIVIDUAL_KYC_TYPE,
|
|
43
|
+
zt as KYC_APROVED_TOOLTIP,
|
|
44
|
+
Xt as KYC_BETWEEN_TRANSATION,
|
|
45
|
+
Zt as KYC_ELITE_TOOLTIP,
|
|
46
|
+
$t as KYC_OVER_TRANSATION,
|
|
47
|
+
xt as KYC_UNDER_TRANSATION,
|
|
48
|
+
Bt as LINKED_WALLET_TOOLTIP,
|
|
49
|
+
kt as LOGIN_SCREEN,
|
|
50
|
+
ft as ORGANIZATION_KYC_TYPE,
|
|
51
|
+
Gt as PAYMENT_BANK,
|
|
52
|
+
wt as PAYMENT_CARD,
|
|
52
53
|
b as PAYMENT_PROVIDER_CARDCORP,
|
|
53
54
|
w as PAYMENT_PROVIDER_CHECKOUT,
|
|
54
55
|
m as PAYMENT_PROVIDER_OPENPAYD,
|
|
55
|
-
|
|
56
|
+
V as PAYMENT_PROVIDER_PAYSAFE,
|
|
56
57
|
k as PAYMENT_PROVIDER_PLAID,
|
|
57
58
|
y as PAYMENT_PROVIDER_RAILSBANK,
|
|
58
|
-
|
|
59
|
+
G as PAYMENT_PROVIDER_TRUST_PAYMENTS,
|
|
59
60
|
Vt as PLAYER_WEBSITE,
|
|
60
|
-
|
|
61
|
+
j as POLYGON_NETWORK,
|
|
61
62
|
p as PORTFOLIO_TOKEN_DOWN_ARROW,
|
|
62
63
|
Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
|
|
63
64
|
l as RADIO_BUTTON,
|
|
64
65
|
K as RADIO_BUTTON_SELECTED,
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
Ht as REGISTER_SCREEN,
|
|
67
|
+
Wt as RESEND_EMAIL_TIMER,
|
|
67
68
|
g as RIGHT_ARROW,
|
|
68
69
|
E as SELL_WITHDRAW_ICON,
|
|
69
70
|
P as SEPA_ICON,
|
|
70
71
|
R as SEPA_PAYMENT,
|
|
71
72
|
r as SEPA_PAYMENT_ACTIVE,
|
|
72
73
|
N as STAKE_GEM_ICON,
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
ut as STAKE_GEM_MAX_APY,
|
|
75
|
+
Ut as STAKE_GEM_MAX_DAYS,
|
|
75
76
|
O as STAKE_ID_ICON,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
77
|
+
Kt as STAKE_ID_MAX_APY,
|
|
78
|
+
lt as STAKE_ID_MAX_DAYS,
|
|
79
|
+
gt as STAKE_ID_MID_APY,
|
|
80
|
+
Mt as STAKE_ID_MID_DAYS,
|
|
81
|
+
Yt as STAKE_ID_MIN_APY,
|
|
82
|
+
pt as STAKE_ID_MIN_DAYS,
|
|
82
83
|
_ as STATIC_ASSETS_BASE_URL,
|
|
83
84
|
W as STORAGE_SUCCESS,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
85
|
+
bt as STORE_WEBSITE,
|
|
86
|
+
tt as SYNTHETIC_EUR,
|
|
87
|
+
nt as SYNTHETIC_EURE,
|
|
88
|
+
Q as SYNTHETIC_USD,
|
|
89
|
+
At as TOKEN_TO_FIAT,
|
|
90
|
+
at as TOKEN_TO_TOKEN,
|
|
91
|
+
it as TS_COMPLETE_LABEL,
|
|
92
|
+
Rt as TS_CREATED_LABEL,
|
|
93
|
+
Lt as TS_FAIL_LABEL,
|
|
94
|
+
Ct as TS_NOT_APPROVAL_LABEL,
|
|
95
|
+
rt as TS_PENDING_LABEL,
|
|
96
|
+
Pt as TS_WAIT_APPROVAL_LABEL,
|
|
97
|
+
et as USDR_TOKEN_SYMBOL,
|
|
98
|
+
mt as USERNAME_SUFFIX,
|
|
99
|
+
yt as USERNAME_TOOLTIP,
|
|
99
100
|
f as US_DOLLAR_ISO3,
|
|
100
101
|
H as US_DOLLAR_SIGN,
|
|
101
102
|
C as VISA_ICON,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as a, p as e, F as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-
|
|
1
|
+
import { U as a, p as e, F as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-Dtk3Gd0Y.js";
|
|
2
2
|
const L = () => ({
|
|
3
3
|
type: a
|
|
4
4
|
}), d = () => ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "everest-npm-features",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Everest frontend features library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@mui/icons-material": "^7.2.0",
|
|
33
33
|
"@mui/material": "^7.2.0",
|
|
34
34
|
"@walletconnect/ethereum-provider": "^2.17.1",
|
|
35
|
-
"everest-npm-api": "^0.0.
|
|
35
|
+
"everest-npm-api": "^0.0.40",
|
|
36
36
|
"frames-react": "^1.2.2",
|
|
37
37
|
"moment": "^2.30.1",
|
|
38
38
|
"mui-one-time-password-input": "^5.0.0",
|
package/dist/bank-Dz5km1qK.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { W as e, X as s, Y as t, Z as E, _ as o, $ as p, a0 as R, a1 as _ } from "./constants-t7n9qCW3.js";
|
|
2
|
-
const T = () => ({
|
|
3
|
-
type: e
|
|
4
|
-
}), d = (a) => ({
|
|
5
|
-
type: E,
|
|
6
|
-
payload: a
|
|
7
|
-
}), y = (a) => ({
|
|
8
|
-
type: _,
|
|
9
|
-
payload: a
|
|
10
|
-
}), u = (a) => ({
|
|
11
|
-
type: s,
|
|
12
|
-
payload: a
|
|
13
|
-
}), A = () => ({
|
|
14
|
-
type: p
|
|
15
|
-
}), S = (a) => ({
|
|
16
|
-
type: t,
|
|
17
|
-
payload: a
|
|
18
|
-
}), c = () => ({
|
|
19
|
-
type: R
|
|
20
|
-
}), l = (a) => ({
|
|
21
|
-
type: o,
|
|
22
|
-
payload: a
|
|
23
|
-
});
|
|
24
|
-
export {
|
|
25
|
-
d as a,
|
|
26
|
-
S as b,
|
|
27
|
-
c,
|
|
28
|
-
y as d,
|
|
29
|
-
A as e,
|
|
30
|
-
u as p,
|
|
31
|
-
l as s,
|
|
32
|
-
T as u
|
|
33
|
-
};
|