everest-npm-features 0.0.47 → 0.0.49
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-Cm8tJN8W.js → PlayArrow-C3uVNo4F.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -1
- package/dist/assets/styles4.css +1 -0
- package/dist/{auth-D0r8wtCH.js → auth-ClBgT--j.js} +1 -1
- package/dist/{bank-BmV_keEr.js → bank-Dz5km1qK.js} +3 -3
- package/dist/components/RocketRamp/MinimalKyc/form.js +14 -13
- 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 +12 -11
- package/dist/components/RocketRamp/Player/Dashboard/index.js +25 -24
- 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 +12 -11
- package/dist/components/RocketRamp/Player/SignIn/index.js +20 -19
- 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 +39 -38
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +21 -20
- package/dist/components/RocketRamp/Store/SignUp/index.js +48 -47
- 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 +14 -13
- package/dist/components/Shared/FullKyc/edd.js +41 -41
- package/dist/components/Shared/FullKyc/index.js +11 -10
- 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 +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +31 -30
- package/dist/components/Wallet/Account/createIban.d.ts +2 -0
- package/dist/components/Wallet/Account/createIban.js +70 -62
- package/dist/components/Wallet/Account/eWallet.d.ts +20 -0
- package/dist/components/Wallet/Account/eWallet.js +96 -0
- package/dist/components/Wallet/Account/iban.d.ts +2 -0
- package/dist/components/Wallet/Account/iban.js +38 -32
- package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
- package/dist/components/Wallet/Account/ibanItem.js +233 -76
- package/dist/components/Wallet/Account/index.d.ts +2 -0
- package/dist/components/Wallet/Account/index.js +164 -143
- package/dist/components/Wallet/Account/sendIban.js +3 -3
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
- package/dist/components/Wallet/Buy/form.js +6 -6
- package/dist/components/Wallet/Buy/index.js +14 -13
- package/dist/components/Wallet/Deposit/index.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/edd.js +9 -9
- package/dist/components/Wallet/EnterpriseKyc/index.js +23 -22
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +24 -24
- 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 +25 -24
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +49 -48
- package/dist/components/Wallet/Portfolio/index.js +34 -33
- package/dist/components/Wallet/Profile/documents.js +527 -28
- package/dist/components/Wallet/Profile/index.js +179 -149
- package/dist/components/Wallet/Profile/storage.d.ts +11 -0
- package/dist/components/Wallet/Profile/storage.js +267 -0
- package/dist/components/Wallet/Receive/index.js +22 -21
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Sell/form.js +6 -6
- package/dist/components/Wallet/Sell/index.js +13 -12
- package/dist/components/Wallet/Send/index.js +44 -43
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/BankSelect/index.js +36 -35
- package/dist/components/Wallet/Shared/CardCorp/index.d.ts +1 -1
- package/dist/components/Wallet/Shared/CardCorp/index.js +16 -16
- package/dist/components/Wallet/Shared/addBank.js +39 -38
- package/dist/components/Wallet/Shared/connectPlaidBank.js +19 -18
- package/dist/components/Wallet/Shared/manualSend.js +7 -6
- package/dist/components/Wallet/Shared/pin.js +1 -1
- package/dist/components/Wallet/SignIn/index.js +24 -23
- package/dist/components/Wallet/SignUp/index.js +22 -21
- package/dist/components/Wallet/Stake/gems/index.js +1 -1
- package/dist/components/Wallet/Stake/id/index.js +1 -1
- package/dist/components/Wallet/Stake/index.js +31 -30
- package/dist/components/Wallet/Swap/form.js +9 -8
- package/dist/components/Wallet/Swap/index.js +11 -10
- package/dist/components/Wallet/Withdraw/bankSelect.js +28 -27
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Withdraw/form.js +5 -5
- package/dist/components/Wallet/Withdraw/index.js +12 -11
- package/dist/{constants-BJhUp96H.js → constants-t7n9qCW3.js} +559 -553
- package/dist/{cryptoAssets-Q_UWeuzR.js → cryptoAssets-shEFU26O.js} +1 -1
- package/dist/hooks/useDialog/index.js +1 -1
- package/dist/hooks/useEverestDispatch.d.ts +6 -0
- package/dist/hooks/useEverestDispatch.js +5 -0
- package/dist/{index-Dkjl8hIv.js → index-B6MSTmAM.js} +112 -111
- package/dist/{index-MUaN67Ei.js → index-C2EjFXaz.js} +88 -87
- package/dist/{index-pCrOsXNC.js → index-Cs7bSfT3.js} +29 -28
- package/dist/{index-DegQ9bTI.js → index-DFRU-R-5.js} +39 -38
- package/dist/{index-BRnTzw1Z.js → index-Da0r8FX2.js} +11 -10
- package/dist/{index-Dq5wTY4S.js → index-RDV0mQbt.js} +36 -35
- package/dist/{index-B2wXmFh5.js → index-j0zehpzg.js} +41 -40
- package/dist/{kyc-DLaLS7sp.js → kyc-D9xahfH9.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-fWKVFTau.js → order-jqH948WM.js} +29 -25
- package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
- package/dist/{stake-CQLutF0z.js → stake-Dcq6QpaA.js} +3 -3
- package/dist/{styles.module-O5VVND5e.js → styles.module-C1sNeKjL.js} +1 -1
- package/dist/styles.module-CHPRGltL.js +28 -0
- package/dist/{styles.module-CHEBh2ID.js → styles.module-DMd29SPQ.js} +1 -1
- package/dist/{styles.module-CUA1zLEJ.js → styles.module-verVx4pE.js} +1 -1
- package/dist/util/constants.d.ts +5 -0
- package/dist/util/constants.js +86 -81
- package/dist/util/functions.js +36 -36
- package/dist/{wallet-CuQDBP6a.js → wallet-DpkUmmq0.js} +1 -1
- package/package.json +3 -2
- package/dist/assets/documents.css +0 -1
- package/dist/documents-RjwlADn2.js +0 -552
|
@@ -3,35 +3,36 @@ import { useState as f, useEffect as y } from "react";
|
|
|
3
3
|
import Fe from "./hoc/withThemeProvider.js";
|
|
4
4
|
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
|
-
import { s as u } from "./styles.module-
|
|
6
|
+
import { s as u } from "./styles.module-DMd29SPQ.js";
|
|
7
7
|
import ie from "./components/Wallet/Shared/appButton.js";
|
|
8
|
-
import {
|
|
8
|
+
import { ag as G } from "./constants-t7n9qCW3.js";
|
|
9
9
|
import { u as Be } from "./index-BQNs1mvn.js";
|
|
10
|
-
import { c as te, f as pe, g as We, e as we, h as Oe } from "./order-
|
|
11
|
-
import {
|
|
12
|
-
import { P as
|
|
13
|
-
import { g as
|
|
14
|
-
import { useSnackBarContext as
|
|
15
|
-
import { AuthContainer as
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import { G as
|
|
19
|
-
import { getCurrencySymbol as
|
|
20
|
-
import { PaymentButton as
|
|
21
|
-
import
|
|
10
|
+
import { c as te, f as pe, g as We, e as we, h as Oe } from "./order-jqH948WM.js";
|
|
11
|
+
import { u as j } from "./react-redux-C7I9-1M6.js";
|
|
12
|
+
import { P as Pe, f as Me } from "./PlayArrow-C3uVNo4F.js";
|
|
13
|
+
import { g as Le, u as Ye } from "./wallet-DpkUmmq0.js";
|
|
14
|
+
import { useSnackBarContext as qe } from "./context/snackBarContext.js";
|
|
15
|
+
import { AuthContainer as Ke } from "./components/Wallet/Shared/Container/index.js";
|
|
16
|
+
import $e from "./components/Shared/MinimalKyc/index.js";
|
|
17
|
+
import Ue from "./components/Wallet/Shared/Input/index.js";
|
|
18
|
+
import { G as He } from "./generic-token-B_ptO5yb.js";
|
|
19
|
+
import { getCurrencySymbol as je } from "./util/functions.js";
|
|
20
|
+
import { PaymentButton as Ge } from "./components/Wallet/Shared/Order/paymentButton.js";
|
|
21
|
+
import Ve from "./components/Wallet/Shared/Order/selectCustomIcon.js";
|
|
22
22
|
import { G as n } from "./Grid-CFe3amXO.js";
|
|
23
23
|
import { T as i } from "./Typography-pAaje37G.js";
|
|
24
24
|
import { C as B } from "./CircularProgress-xZA3lvba.js";
|
|
25
25
|
import { F as Q } from "./FormControl-RtZDQMdA.js";
|
|
26
26
|
import { F as Z } from "./FilledInput-DuNqnPjc.js";
|
|
27
27
|
import { F as me } from "./TextField-DPpRUQe3.js";
|
|
28
|
-
import { S as
|
|
29
|
-
import { M as
|
|
30
|
-
import { L as
|
|
28
|
+
import { S as Xe } from "./Select-CB5yWmyn.js";
|
|
29
|
+
import { M as De } from "./MenuItem-DUdYOJr4.js";
|
|
30
|
+
import { L as Je } from "./ListItemIcon-CUcyTEEm.js";
|
|
31
31
|
import { B as W } from "./Box-B0YSYLco.js";
|
|
32
|
-
import { I as
|
|
33
|
-
import { I as
|
|
34
|
-
import
|
|
32
|
+
import { I as Qe } from "./InputAdornment-DMiED3JH.js";
|
|
33
|
+
import { I as Ze } from "./IconButton-DHm-hucF.js";
|
|
34
|
+
import et from "./components/Wallet/Shared/BankSelect/index.js";
|
|
35
|
+
import tt from "./hooks/useEverestDispatch.js";
|
|
35
36
|
import { useDialog as nt } from "./hooks/useDialog/index.js";
|
|
36
37
|
const it = ({
|
|
37
38
|
setScreen: k,
|
|
@@ -182,7 +183,7 @@ const it = ({
|
|
|
182
183
|
}
|
|
183
184
|
const [g, fe] = f(!1), [Y, he] = f([]), [oe, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [ae, Ne] = f(""), [H, D] = f(
|
|
184
185
|
_.fiat_amount || X.toString()
|
|
185
|
-
), l = F.find((t) => t.id === s), z =
|
|
186
|
+
), l = F.find((t) => t.id === s), z = je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === o);
|
|
186
187
|
y(() => {
|
|
187
188
|
const t = [];
|
|
188
189
|
for (let a = 0; a < F.length; a++) {
|
|
@@ -340,9 +341,9 @@ const it = ({
|
|
|
340
341
|
className: `text-left ${u["fiat-picker"]}`,
|
|
341
342
|
fullWidth: !0,
|
|
342
343
|
children: /* @__PURE__ */ e(
|
|
343
|
-
|
|
344
|
+
Xe,
|
|
344
345
|
{
|
|
345
|
-
IconComponent:
|
|
346
|
+
IconComponent: Ve,
|
|
346
347
|
input: /* @__PURE__ */ e(Z, { disableUnderline: !0 }),
|
|
347
348
|
sx: {
|
|
348
349
|
borderTopLeftRadius: 0,
|
|
@@ -368,13 +369,13 @@ const it = ({
|
|
|
368
369
|
displayEmpty: !0,
|
|
369
370
|
onChange: (t) => O(t.target.value),
|
|
370
371
|
error: g,
|
|
371
|
-
children: Y.map((t) => /* @__PURE__ */ r(
|
|
372
|
-
/* @__PURE__ */ e(
|
|
372
|
+
children: Y.map((t) => /* @__PURE__ */ r(De, { value: t.id, children: [
|
|
373
|
+
/* @__PURE__ */ e(Je, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
|
|
373
374
|
"img",
|
|
374
375
|
{
|
|
375
376
|
src: t.icon_uri,
|
|
376
377
|
onError: ({ currentTarget: a }) => {
|
|
377
|
-
a.onerror = null, a.src =
|
|
378
|
+
a.onerror = null, a.src = He;
|
|
378
379
|
},
|
|
379
380
|
alt: "tokenImg",
|
|
380
381
|
width: "40",
|
|
@@ -392,7 +393,7 @@ const it = ({
|
|
|
392
393
|
/* @__PURE__ */ r(W, { className: "text-left", mt: 3, children: [
|
|
393
394
|
/* @__PURE__ */ e(i, { variant: "sm", fontWeight: 600, children: "Select Payment Method" }),
|
|
394
395
|
C ? /* @__PURE__ */ e(B, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(n, { mt: 0.5, container: !0, children: P.map((t) => /* @__PURE__ */ e(n, { size: { xs: 2.5 }, children: /* @__PURE__ */ e(
|
|
395
|
-
|
|
396
|
+
Ge,
|
|
396
397
|
{
|
|
397
398
|
label: t.payment_type,
|
|
398
399
|
value: t.id,
|
|
@@ -418,7 +419,7 @@ const it = ({
|
|
|
418
419
|
{
|
|
419
420
|
disableUnderline: !0,
|
|
420
421
|
value: x && parseFloat((+x * 1).toFixed(5)),
|
|
421
|
-
startAdornment: /* @__PURE__ */ e(
|
|
422
|
+
startAdornment: /* @__PURE__ */ e(Qe, { position: "start", children: /* @__PURE__ */ e(
|
|
422
423
|
i,
|
|
423
424
|
{
|
|
424
425
|
sx: {
|
|
@@ -439,7 +440,7 @@ const it = ({
|
|
|
439
440
|
) }) }),
|
|
440
441
|
/* @__PURE__ */ e(W, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
|
|
441
442
|
/* @__PURE__ */ e(n, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ r(
|
|
442
|
-
|
|
443
|
+
Ze,
|
|
443
444
|
{
|
|
444
445
|
sx: { padding: "0" },
|
|
445
446
|
onClick: () => _e((t) => !t),
|
|
@@ -448,7 +449,7 @@ const it = ({
|
|
|
448
449
|
children: [
|
|
449
450
|
/* @__PURE__ */ e(i, { variant: "caption", fontWeight: 700, children: "Fee Calculation" }),
|
|
450
451
|
/* @__PURE__ */ e(
|
|
451
|
-
|
|
452
|
+
Pe,
|
|
452
453
|
{
|
|
453
454
|
sx: {
|
|
454
455
|
transform: `rotate(${oe ? "90" : "0"}deg)`,
|
|
@@ -502,13 +503,13 @@ const it = ({
|
|
|
502
503
|
) })
|
|
503
504
|
] });
|
|
504
505
|
}, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", at = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
|
|
505
|
-
const c =
|
|
506
|
+
const c = tt(), h = j((d) => d.order), p = h.error, w = j(
|
|
506
507
|
(d) => d.user.profile
|
|
507
508
|
), N = w.tokens, v = w.everWalletAddress, $ = j((d) => d.fiatAssets), o = j(
|
|
508
509
|
(d) => d.cryptoAssets
|
|
509
|
-
), [S, s] = f(ne), [O, P] = f(0), [U, F] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: A } =
|
|
510
|
+
), [S, s] = f(ne), [O, P] = f(0), [U, F] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: A } = qe();
|
|
510
511
|
return y(() => {
|
|
511
|
-
v && c(
|
|
512
|
+
v && c(Le(v));
|
|
512
513
|
}, [v]), y(() => {
|
|
513
514
|
if (N.list.length > 0) {
|
|
514
515
|
const d = N.list;
|
|
@@ -523,9 +524,9 @@ const it = ({
|
|
|
523
524
|
p && A({ message: p });
|
|
524
525
|
}, [p]), y(() => {
|
|
525
526
|
h.initMinimalKyc && (A({ message: p, type: "info" }), s(at));
|
|
526
|
-
}, [h.initMinimalKyc]), y(() => (c(
|
|
527
|
+
}, [h.initMinimalKyc]), y(() => (c(Me()), c(Oe(ee)), c(Ye()), () => {
|
|
527
528
|
c(te());
|
|
528
|
-
}), []), /* @__PURE__ */ e(
|
|
529
|
+
}), []), /* @__PURE__ */ e(Ke, { addPadding: !0, children: {
|
|
529
530
|
FORM_SCREEN: /* @__PURE__ */ e(
|
|
530
531
|
ot,
|
|
531
532
|
{
|
|
@@ -548,7 +549,7 @@ const it = ({
|
|
|
548
549
|
}
|
|
549
550
|
),
|
|
550
551
|
BANK_SCREEN: /* @__PURE__ */ e(
|
|
551
|
-
|
|
552
|
+
et,
|
|
552
553
|
{
|
|
553
554
|
showAlertMessage: A,
|
|
554
555
|
setScreen: s,
|
|
@@ -570,9 +571,9 @@ const it = ({
|
|
|
570
571
|
}
|
|
571
572
|
),
|
|
572
573
|
MINIMAL_KYC_SCREEN: /* @__PURE__ */ e(
|
|
573
|
-
|
|
574
|
+
$e,
|
|
574
575
|
{
|
|
575
|
-
inputComponent:
|
|
576
|
+
inputComponent: Ue,
|
|
576
577
|
buttonComponent: ie,
|
|
577
578
|
onComplete: () => {
|
|
578
579
|
s(de);
|
|
@@ -580,7 +581,7 @@ const it = ({
|
|
|
580
581
|
}
|
|
581
582
|
)
|
|
582
583
|
}[S] });
|
|
583
|
-
},
|
|
584
|
+
}, Ut = Fe(rt);
|
|
584
585
|
export {
|
|
585
586
|
it as B,
|
|
586
587
|
de as C,
|
|
@@ -588,5 +589,5 @@ export {
|
|
|
588
589
|
at as M,
|
|
589
590
|
ot as W,
|
|
590
591
|
ue as a,
|
|
591
|
-
|
|
592
|
+
Ut as i
|
|
592
593
|
};
|
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-C2EjFXaz.js";
|
|
15
|
+
import { i as E } from "./index-Cs7bSfT3.js";
|
|
16
|
+
import { i as b } from "./index-j0zehpzg.js";
|
|
17
|
+
import { i as F } from "./index-DFRU-R-5.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-Da0r8FX2.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-RDV0mQbt.js";
|
|
30
|
+
import { i as so } from "./index-B6MSTmAM.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,55 +1,59 @@
|
|
|
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 y, H as T, I as d, J as S, M as n, N as D } from "./constants-t7n9qCW3.js";
|
|
2
|
+
const c = (e) => ({
|
|
3
|
+
type: S,
|
|
4
4
|
payload: e
|
|
5
|
-
}),
|
|
5
|
+
}), A = (e, a) => ({
|
|
6
6
|
type: s,
|
|
7
7
|
payload: e,
|
|
8
8
|
meta: { orderType: a }
|
|
9
9
|
}), C = (e) => ({
|
|
10
10
|
type: t,
|
|
11
11
|
meta: { orderType: e }
|
|
12
|
-
}),
|
|
12
|
+
}), u = () => ({
|
|
13
13
|
type: E
|
|
14
|
-
}),
|
|
14
|
+
}), U = (e) => ({
|
|
15
15
|
type: r,
|
|
16
16
|
payload: e
|
|
17
|
-
}),
|
|
17
|
+
}), l = (e) => ({
|
|
18
18
|
type: _,
|
|
19
19
|
payload: e
|
|
20
|
-
}),
|
|
20
|
+
}), P = (e) => ({
|
|
21
21
|
type: p,
|
|
22
22
|
payload: e
|
|
23
23
|
}), m = (e) => ({
|
|
24
|
-
type:
|
|
24
|
+
type: y,
|
|
25
25
|
payload: e
|
|
26
26
|
}), q = (e) => ({
|
|
27
|
-
type:
|
|
27
|
+
type: n,
|
|
28
28
|
payload: e
|
|
29
|
-
}),
|
|
29
|
+
}), Q = () => ({
|
|
30
30
|
type: R
|
|
31
|
-
}), Q = (e) => ({
|
|
32
|
-
type: o,
|
|
33
|
-
payload: e
|
|
34
31
|
}), I = (e) => ({
|
|
35
|
-
type:
|
|
32
|
+
type: o,
|
|
36
33
|
payload: e
|
|
37
34
|
}), i = (e) => ({
|
|
35
|
+
type: T,
|
|
36
|
+
payload: e
|
|
37
|
+
}), M = (e) => ({
|
|
38
38
|
type: D,
|
|
39
39
|
payload: e
|
|
40
|
+
}), N = (e) => ({
|
|
41
|
+
type: d,
|
|
42
|
+
payload: e
|
|
40
43
|
});
|
|
41
44
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
c as a,
|
|
46
|
+
P as b,
|
|
47
|
+
u as c,
|
|
48
|
+
I as d,
|
|
46
49
|
C as e,
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
A as f,
|
|
51
|
+
l as g,
|
|
49
52
|
q as h,
|
|
50
53
|
m as i,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
i as j,
|
|
55
|
+
Q as k,
|
|
56
|
+
M as l,
|
|
57
|
+
U as o,
|
|
58
|
+
N as v
|
|
55
59
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as t,
|
|
2
|
-
const
|
|
1
|
+
import { S as t, P as a, Q as e, T as S } from "./constants-t7n9qCW3.js";
|
|
2
|
+
const E = () => ({
|
|
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
|
+
E as s
|
|
17
17
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/
|
|
1
|
+
import './assets/styles2.css';const t = "_container_18yz7_1", _ = "_active_18yz7_43", e = {
|
|
2
2
|
container: t,
|
|
3
3
|
"inner-container": "_inner-container_18yz7_15",
|
|
4
4
|
"sub-tabs": "_sub-tabs_18yz7_29",
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import './assets/styles.css';const e = "_container_2oghf_1", t = "_heading_2oghf_27", o = "_sBtn_2oghf_73", _ = "_twitterCancelBtn_2oghf_427", n = {
|
|
2
|
+
container: e,
|
|
3
|
+
"inner-container": "_inner-container_2oghf_13",
|
|
4
|
+
heading: t,
|
|
5
|
+
"profile-feat-btn": "_profile-feat-btn_2oghf_41",
|
|
6
|
+
"ref-btn": "_ref-btn_2oghf_57",
|
|
7
|
+
sBtn: o,
|
|
8
|
+
"doc-video-box": "_doc-video-box_2oghf_117",
|
|
9
|
+
"image-corner-color": "_image-corner-color_2oghf_193",
|
|
10
|
+
"video-box-inner-content": "_video-box-inner-content_2oghf_207",
|
|
11
|
+
"menu-item": "_menu-item_2oghf_217",
|
|
12
|
+
"remove-icon": "_remove-icon_2oghf_233",
|
|
13
|
+
"delete-disable": "_delete-disable_2oghf_247",
|
|
14
|
+
"confirm-edit": "_confirm-edit_2oghf_263",
|
|
15
|
+
"asset-header": "_asset-header_2oghf_279",
|
|
16
|
+
"asset-close-btn": "_asset-close-btn_2oghf_317",
|
|
17
|
+
"dialog-container": "_dialog-container_2oghf_331",
|
|
18
|
+
"confirm-dialog": "_confirm-dialog_2oghf_345",
|
|
19
|
+
"confirm-dialog-title": "_confirm-dialog-title_2oghf_353",
|
|
20
|
+
"tweet-text-parent": "_tweet-text-parent_2oghf_365",
|
|
21
|
+
"tweet-disable-text": "_tweet-disable-text_2oghf_391",
|
|
22
|
+
"tweet-text-area": "_tweet-text-area_2oghf_409",
|
|
23
|
+
twitterCancelBtn: _,
|
|
24
|
+
"kyc-approved": "_kyc-approved_2oghf_471"
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
n as s
|
|
28
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/
|
|
1
|
+
import './assets/styles4.css';const e = "_label_o1qif_133", _ = "_amount_o1qif_203", o = {
|
|
2
2
|
"bank-name": "_bank-name_o1qif_1",
|
|
3
3
|
"bank-item": "_bank-item_o1qif_23",
|
|
4
4
|
"bank-account": "_bank-account_o1qif_41",
|
package/dist/util/constants.d.ts
CHANGED
|
@@ -29,6 +29,8 @@ export declare const ENT_SEPA_PAYMENT: string;
|
|
|
29
29
|
export declare const ENT_SEPA_PAYMENT_ACTIVE: string;
|
|
30
30
|
export declare const ENT_VISA_PAYMENT: string;
|
|
31
31
|
export declare const ENT_VISA_PAYMENT_ACTIVE: string;
|
|
32
|
+
export declare const CLOUD_ICON: string;
|
|
33
|
+
export declare const STORAGE_SUCCESS: string;
|
|
32
34
|
export declare const PAYMENT_PROVIDER_RAILSBANK = "railsbank";
|
|
33
35
|
export declare const PAYMENT_PROVIDER_OPENPAYD = "open_payd";
|
|
34
36
|
export declare const PAYMENT_PROVIDER_CHECKOUT = "checkout";
|
|
@@ -48,6 +50,7 @@ export declare const ETHEREUM_NETWORK = "Ethereum";
|
|
|
48
50
|
export declare const AVALANCHE_NETWORK = "Avalanche";
|
|
49
51
|
export declare const SYNTHETIC_USD = "USD.c";
|
|
50
52
|
export declare const SYNTHETIC_EUR = "EUR.c";
|
|
53
|
+
export declare const SYNTHETIC_EURE = "EURE.c";
|
|
51
54
|
export declare const BTC_TOKEN_SYMBOL = "BTC.c";
|
|
52
55
|
export declare const GEM_SYNTHETIC_TOKEN_SYMBOL = "GEMS.c";
|
|
53
56
|
export declare const ID_TOKEN_SYMBOL = "ID";
|
|
@@ -97,3 +100,5 @@ export declare const KYC_UNDER_TRANSATION = "Under $1,000";
|
|
|
97
100
|
export declare const CARD_PAYMENT_DECLINE = "Declined";
|
|
98
101
|
export declare const KYC_APROVED_TOOLTIP = "You are allowed to transact up to $10,000";
|
|
99
102
|
export declare const KYC_ELITE_TOOLTIP = "You are allowed to transact more than $10,000";
|
|
103
|
+
export declare const FEATURE_EWALLET = "eWallet";
|
|
104
|
+
export declare const FEATURE_VIRTUAL_IBAN = "Virtual IBAN";
|
package/dist/util/constants.js
CHANGED
|
@@ -1,102 +1,107 @@
|
|
|
1
|
-
const _ = "https://static-assets.everest.org",
|
|
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", h = n + "/visa.png", v = n + "/visa-selected.png", B = t + "/cloud-icon.png", W = t + "/storage-success.png", y = "railsbank", m = "open_payd", w = "checkout", V = "trustpayments", G = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "Binance", x = "Polygon", j = "EverChain", z = "IDChain", Z = "Ethereum", q = "Avalanche", J = "USD.c", Q = "EUR.c", tt = "EURE.c", nt = "BTC.c", _t = "GEMS.c", st = "ID", ot = "GEMS", Et = "USDR.c", et = "fiat_to_token", ct = "fiat_to_everid", Tt = "token_to_fiat", At = "token_to_token", at = "withdraw", It = "iban_creation", Ot = "bank_transfer", Nt = "bank_deposit", St = "Created", Rt = "In Process", rt = "Completed", it = "Failed", Lt = "Awaiting Approved", Pt = "Rejected", Ct = "ID", Dt = "GEMS", dt = 90, pt = 3, Yt = 180, Mt = 8, gt = 365, lt = 18, Kt = 365, Ut = 20, ut = "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.", Bt = 300, Wt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", yt = "_rr", mt = "credit_debit_card", wt = "sepa_bank_transfer", Vt = "player", Gt = "store", bt = "login_screen", kt = "register_screen", Ht = "Individual", Ft = "Organization", ft = "Over $10,000", $t = "Over $1,000 & Under $10,000", Xt = "Under $1,000", xt = "Declined", jt = "You are allowed to transact up to $10,000", zt = "You are allowed to transact more than $10,000", Zt = "eWallet", qt = "Virtual IBAN";
|
|
2
2
|
export {
|
|
3
3
|
S as ARROW_ICON,
|
|
4
|
-
|
|
4
|
+
q as AVALANCHE_NETWORK,
|
|
5
5
|
M as BACK_ARROW,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
e as BACK_BTN_ICON,
|
|
7
|
+
Nt as BANK_DEPOSIT,
|
|
8
|
+
Ot as BANK_TRANSFER,
|
|
9
|
+
X as BINANCE_NETWORK,
|
|
10
|
+
nt as BTC_TOKEN_SYMBOL,
|
|
11
|
+
xt as CARD_PAYMENT_DECLINE,
|
|
12
|
+
B as CLOUD_ICON,
|
|
13
|
+
ht as CONNECTED_WALLET_TOOLTIP,
|
|
13
14
|
c as DELETE_ICON,
|
|
14
|
-
|
|
15
|
+
D as DIALOG_ERROR_ICON,
|
|
15
16
|
d as DIALOG_SUCCESS_ICON,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
ct as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
17
|
+
U as ENT_SEPA_PAYMENT,
|
|
18
|
+
u as ENT_SEPA_PAYMENT_ACTIVE,
|
|
19
|
+
h as ENT_VISA_PAYMENT,
|
|
20
|
+
v as ENT_VISA_PAYMENT_ACTIVE,
|
|
21
|
+
vt as ESTIMATE_TOOLTIP_TEXT,
|
|
22
|
+
Z as ETHEREUM_NETWORK,
|
|
23
|
+
$ as EURO_ISO3,
|
|
24
|
+
F as EURO_SIGN,
|
|
25
|
+
j as EVER_CHAIN_NETWORK,
|
|
26
|
+
Zt as FEATURE_EWALLET,
|
|
27
|
+
qt as FEATURE_VIRTUAL_IBAN,
|
|
28
|
+
ct as FIAT_TO_EVER_ID,
|
|
29
|
+
et as FIAT_TO_TOKEN,
|
|
30
|
+
at as FIAT_WITHDRAW,
|
|
31
|
+
Dt as GEMS_STAKE,
|
|
32
|
+
ot as GEMS_TOKEN_SYMBOL,
|
|
33
|
+
_t as GEM_SYNTHETIC_TOKEN_SYMBOL,
|
|
31
34
|
T as HISTORY_BUY_ICON,
|
|
32
35
|
A as HISTORY_SELL_ICON,
|
|
33
36
|
a as HISTORY_SWAP_ICON,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
37
|
+
It as IBAN_CREATION,
|
|
38
|
+
z as ID_CHAIN_NETWORK,
|
|
39
|
+
Ct as ID_STAKE,
|
|
40
|
+
st as ID_TOKEN_SYMBOL,
|
|
41
|
+
Ht as INDIVIDUAL_KYC_TYPE,
|
|
42
|
+
jt as KYC_APROVED_TOOLTIP,
|
|
43
|
+
$t as KYC_BETWEEN_TRANSATION,
|
|
44
|
+
zt as KYC_ELITE_TOOLTIP,
|
|
45
|
+
ft as KYC_OVER_TRANSATION,
|
|
46
|
+
Xt as KYC_UNDER_TRANSATION,
|
|
47
|
+
ut as LINKED_WALLET_TOOLTIP,
|
|
48
|
+
bt as LOGIN_SCREEN,
|
|
49
|
+
Ft as ORGANIZATION_KYC_TYPE,
|
|
50
|
+
wt as PAYMENT_BANK,
|
|
51
|
+
mt as PAYMENT_CARD,
|
|
52
|
+
b as PAYMENT_PROVIDER_CARDCORP,
|
|
53
|
+
w as PAYMENT_PROVIDER_CHECKOUT,
|
|
54
|
+
m as PAYMENT_PROVIDER_OPENPAYD,
|
|
55
|
+
G as PAYMENT_PROVIDER_PAYSAFE,
|
|
56
|
+
k as PAYMENT_PROVIDER_PLAID,
|
|
57
|
+
y as PAYMENT_PROVIDER_RAILSBANK,
|
|
58
|
+
V as PAYMENT_PROVIDER_TRUST_PAYMENTS,
|
|
59
|
+
Vt as PLAYER_WEBSITE,
|
|
60
|
+
x as POLYGON_NETWORK,
|
|
58
61
|
p as PORTFOLIO_TOKEN_DOWN_ARROW,
|
|
59
62
|
Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
l as RADIO_BUTTON,
|
|
64
|
+
K as RADIO_BUTTON_SELECTED,
|
|
65
|
+
kt as REGISTER_SCREEN,
|
|
66
|
+
Bt as RESEND_EMAIL_TIMER,
|
|
64
67
|
g as RIGHT_ARROW,
|
|
65
|
-
|
|
68
|
+
E as SELL_WITHDRAW_ICON,
|
|
66
69
|
P as SEPA_ICON,
|
|
67
|
-
|
|
68
|
-
|
|
70
|
+
R as SEPA_PAYMENT,
|
|
71
|
+
r as SEPA_PAYMENT_ACTIVE,
|
|
69
72
|
N as STAKE_GEM_ICON,
|
|
70
|
-
|
|
71
|
-
|
|
73
|
+
Ut as STAKE_GEM_MAX_APY,
|
|
74
|
+
Kt as STAKE_GEM_MAX_DAYS,
|
|
72
75
|
O as STAKE_ID_ICON,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
lt as STAKE_ID_MAX_APY,
|
|
77
|
+
gt as STAKE_ID_MAX_DAYS,
|
|
78
|
+
Mt as STAKE_ID_MID_APY,
|
|
79
|
+
Yt as STAKE_ID_MID_DAYS,
|
|
80
|
+
pt as STAKE_ID_MIN_APY,
|
|
81
|
+
dt as STAKE_ID_MIN_DAYS,
|
|
79
82
|
_ as STATIC_ASSETS_BASE_URL,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
83
|
+
W as STORAGE_SUCCESS,
|
|
84
|
+
Gt as STORE_WEBSITE,
|
|
85
|
+
Q as SYNTHETIC_EUR,
|
|
86
|
+
tt as SYNTHETIC_EURE,
|
|
87
|
+
J as SYNTHETIC_USD,
|
|
88
|
+
Tt as TOKEN_TO_FIAT,
|
|
89
|
+
At as TOKEN_TO_TOKEN,
|
|
90
|
+
rt as TS_COMPLETE_LABEL,
|
|
91
|
+
St as TS_CREATED_LABEL,
|
|
92
|
+
it as TS_FAIL_LABEL,
|
|
93
|
+
Pt as TS_NOT_APPROVAL_LABEL,
|
|
94
|
+
Rt as TS_PENDING_LABEL,
|
|
95
|
+
Lt as TS_WAIT_APPROVAL_LABEL,
|
|
96
|
+
Et as USDR_TOKEN_SYMBOL,
|
|
92
97
|
yt as USERNAME_SUFFIX,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
98
|
+
Wt as USERNAME_TOOLTIP,
|
|
99
|
+
f as US_DOLLAR_ISO3,
|
|
100
|
+
H as US_DOLLAR_SIGN,
|
|
101
|
+
C as VISA_ICON,
|
|
97
102
|
i as VISA_PAYMENT,
|
|
98
103
|
L as VISA_PAYMENT_ACTIVE,
|
|
99
104
|
I as WALLET_ICON,
|
|
100
105
|
s as WALLET_IMAGES_URL,
|
|
101
|
-
|
|
106
|
+
o as WIDGET_URL
|
|
102
107
|
};
|