everest-npm-features 0.0.41 → 0.0.43
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-C6lnbwD4.js → PlayArrow-Cd3sLvFW.js} +3 -3
- package/dist/{auth-BMzyEvqd.js → auth-CzQ2SiN_.js} +1 -1
- package/dist/{bank-Bp23LpvN.js → bank-DJqJqzwJ.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 +6 -6
- 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/iban.js +5 -5
- package/dist/components/Wallet/Account/ibanItem.js +1 -1
- package/dist/components/Wallet/Account/index.js +11 -11
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Buy/form.js +5 -5
- package/dist/components/Wallet/Buy/index.d.ts +2 -0
- package/dist/components/Wallet/Buy/index.js +15 -11
- package/dist/components/Wallet/Deposit/index.d.ts +4 -0
- package/dist/components/Wallet/Deposit/index.js +62 -50
- 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 +25 -25
- package/dist/components/Wallet/Portfolio/index.js +195 -186
- package/dist/components/Wallet/Profile/documents.js +3 -3
- package/dist/components/Wallet/Profile/index.js +10 -10
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Sell/form.js +5 -5
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +12 -12
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/BankSelect/index.d.ts +4 -0
- package/dist/components/Wallet/Shared/BankSelect/index.js +71 -0
- package/dist/components/Wallet/Shared/CardCorp/index.d.ts +11 -0
- package/dist/components/Wallet/Shared/CardCorp/index.js +72 -0
- package/dist/components/Wallet/Shared/Order/types.d.ts +3 -0
- package/dist/components/Wallet/Shared/addBank.js +3 -3
- package/dist/components/Wallet/Shared/connectPlaidBank.js +3 -3
- 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/index.js +4 -4
- 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 +69 -19
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Withdraw/form.js +5 -5
- package/dist/components/Wallet/Withdraw/index.js +11 -10
- package/dist/{constants-9grj4Du1.js → constants-BQibkMPf.js} +119 -118
- package/dist/{cryptoAssets-Cf7xMoh9.js → cryptoAssets-CI_6_gpT.js} +1 -1
- package/dist/{documents-vj042AkQ.js → documents-DhAyY9OB.js} +2 -2
- package/dist/{index-FwnHkXdK.js → index-BQNs1mvn.js} +2 -2
- package/dist/{index-ufcy2D20.js → index-BmnzQEjv.js} +2 -2
- package/dist/{index-DVQ-d6A4.js → index-C3ZgWBrd.js} +6 -6
- package/dist/{index-Y7QJR4pX.js → index-C4Z1sQwf.js} +7 -7
- package/dist/index-ChAYuyXl.js +592 -0
- package/dist/{index-Cf_gfO-E.js → index-Dh9NbI7I.js} +4 -4
- package/dist/{index-CUBxw5s4.js → index-DpOHb_Wl.js} +4 -4
- package/dist/index-e2FmUhS_.js +760 -0
- package/dist/{kyc-MeOwOyUF.js → kyc-BbIvXp_G.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/order-BQbk7Nb4.js +55 -0
- package/dist/{stake-ClJWsrHb.js → stake-DWzckUqA.js} +1 -1
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +63 -62
- package/dist/{wallet-nsVuNagB.js → wallet-CHtpHvyK.js} +3 -3
- package/package.json +2 -2
- package/dist/index-BXj7Wdol.js +0 -730
- package/dist/index-CUhPCwCD.js +0 -643
- package/dist/order-Cs5_3wOs.js +0 -51
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-e2FmUhS_.js";
|
|
15
|
+
import { i as E } from "./index-C3ZgWBrd.js";
|
|
16
|
+
import { i as b } from "./index-ChAYuyXl.js";
|
|
17
|
+
import { i as F } from "./index-C4Z1sQwf.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-BmnzQEjv.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-Dh9NbI7I.js";
|
|
30
|
+
import { i as so } from "./index-DpOHb_Wl.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";
|
|
@@ -0,0 +1,55 @@
|
|
|
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-BQibkMPf.js";
|
|
2
|
+
const O = (e) => ({
|
|
3
|
+
type: d,
|
|
4
|
+
payload: e
|
|
5
|
+
}), c = (e, a) => ({
|
|
6
|
+
type: s,
|
|
7
|
+
payload: e,
|
|
8
|
+
meta: { orderType: a }
|
|
9
|
+
}), C = (e) => ({
|
|
10
|
+
type: t,
|
|
11
|
+
meta: { orderType: e }
|
|
12
|
+
}), A = () => ({
|
|
13
|
+
type: E
|
|
14
|
+
}), u = (e) => ({
|
|
15
|
+
type: r,
|
|
16
|
+
payload: e
|
|
17
|
+
}), U = (e) => ({
|
|
18
|
+
type: _,
|
|
19
|
+
payload: e
|
|
20
|
+
}), l = (e) => ({
|
|
21
|
+
type: p,
|
|
22
|
+
payload: e
|
|
23
|
+
}), m = (e) => ({
|
|
24
|
+
type: T,
|
|
25
|
+
payload: e
|
|
26
|
+
}), q = (e) => ({
|
|
27
|
+
type: S,
|
|
28
|
+
payload: e
|
|
29
|
+
}), P = () => ({
|
|
30
|
+
type: R
|
|
31
|
+
}), Q = (e) => ({
|
|
32
|
+
type: o,
|
|
33
|
+
payload: e
|
|
34
|
+
}), I = (e) => ({
|
|
35
|
+
type: y,
|
|
36
|
+
payload: e
|
|
37
|
+
}), i = (e) => ({
|
|
38
|
+
type: D,
|
|
39
|
+
payload: e
|
|
40
|
+
});
|
|
41
|
+
export {
|
|
42
|
+
O as a,
|
|
43
|
+
l as b,
|
|
44
|
+
A as c,
|
|
45
|
+
Q as d,
|
|
46
|
+
C as e,
|
|
47
|
+
c as f,
|
|
48
|
+
U as g,
|
|
49
|
+
q as h,
|
|
50
|
+
m as i,
|
|
51
|
+
I as j,
|
|
52
|
+
P as k,
|
|
53
|
+
i as l,
|
|
54
|
+
u as o
|
|
55
|
+
};
|
package/dist/util/constants.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export declare const PAYMENT_PROVIDER_OPENPAYD = "open_payd";
|
|
|
34
34
|
export declare const PAYMENT_PROVIDER_CHECKOUT = "checkout";
|
|
35
35
|
export declare const PAYMENT_PROVIDER_TRUST_PAYMENTS = "trustpayments";
|
|
36
36
|
export declare const PAYMENT_PROVIDER_PAYSAFE = "paysafe";
|
|
37
|
+
export declare const PAYMENT_PROVIDER_CARDCORP = "cardcorp";
|
|
37
38
|
export declare const US_DOLLAR_SIGN = "$";
|
|
38
39
|
export declare const EURO_SIGN = "\u20AC";
|
|
39
40
|
export declare const US_DOLLAR_ISO3 = "USD";
|
package/dist/util/constants.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const _ = "https://static-assets.everest.org", e = _ + "/web/widget", t = _ + "/web/enterprise", s = _ + "/web/wallet/images", n = s + "/new", o = n + "/sell-withdraw.png", E = n + "/back-btn.png", c = n + "/delete.png", T = t + "/history-buy.svg", A = t + "/history-sell.svg", a = t + "/history-swap.svg", I = n + "/wallet-icon.png", O = n + "/stake-id.png", N = s + "/stake-gem.png", S = t + "/swap-receive-down-arrow.svg", r = n + "/sepa-payment.png", R = n + "/sepa-payment-selected.png", i = n + "/visa-payment.png", L = n + "/visa-payment-selected.png", P = n + "/sepa.png", C = n + "/visa.png", D = n + "/dialog-error.png", d = n + "/dialog-success.png", p = t + "/expand-down-arrow.svg", Y = t + "/expand-right-arrow.svg", M = t + "/back-arrow.svg", g = t + "/right-arrow.svg", K = t + "/radio-button.svg", l = t + "/radio-button-selected.svg", h = t + "/sepa.png", v = t + "/sepa-selected.png", u = t + "/visa.png", y = t + "/visa-selected.png", B = "railsbank", U = "open_payd", W = "checkout", m = "trustpayments", w = "paysafe", G = "
|
|
1
|
+
const _ = "https://static-assets.everest.org", e = _ + "/web/widget", t = _ + "/web/enterprise", s = _ + "/web/wallet/images", n = s + "/new", o = n + "/sell-withdraw.png", E = n + "/back-btn.png", c = n + "/delete.png", T = t + "/history-buy.svg", A = t + "/history-sell.svg", a = t + "/history-swap.svg", I = n + "/wallet-icon.png", O = n + "/stake-id.png", N = s + "/stake-gem.png", S = t + "/swap-receive-down-arrow.svg", r = n + "/sepa-payment.png", R = n + "/sepa-payment-selected.png", i = n + "/visa-payment.png", L = n + "/visa-payment-selected.png", P = n + "/sepa.png", C = n + "/visa.png", D = n + "/dialog-error.png", d = n + "/dialog-success.png", p = t + "/expand-down-arrow.svg", Y = t + "/expand-right-arrow.svg", M = t + "/back-arrow.svg", g = t + "/right-arrow.svg", K = t + "/radio-button.svg", l = t + "/radio-button-selected.svg", h = t + "/sepa.png", v = t + "/sepa-selected.png", u = t + "/visa.png", y = t + "/visa-selected.png", B = "railsbank", U = "open_payd", W = "checkout", m = "trustpayments", w = "paysafe", G = "cardcorp", V = "$", b = "€", k = "USD", H = "EUR", F = "Binance", f = "Polygon", $ = "EverChain", X = "IDChain", x = "Ethereum", j = "Avalanche", z = "USD.c", Z = "EUR.c", q = "BTC.c", J = "GEMS.c", Q = "ID", tt = "GEMS", nt = "USDR.c", _t = "fiat_to_token", st = "fiat_to_everid", et = "token_to_fiat", ot = "token_to_token", Et = "withdraw", ct = "iban_creation", Tt = "bank_transfer", At = "bank_deposit", at = "Created", It = "In Process", Ot = "Completed", Nt = "Failed", St = "Awaiting Approved", rt = "Rejected", Rt = "ID", it = "GEMS", Lt = 90, Pt = 3, Ct = 180, Dt = 8, dt = 365, pt = 18, Yt = 365, Mt = 20, gt = "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.", Kt = "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.", lt = "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.", ht = 300, vt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", ut = "_rr", yt = "credit_debit_card", Bt = "sepa_bank_transfer", Ut = "player", Wt = "store", mt = "login_screen", wt = "register_screen", Gt = "Individual", Vt = "Organization", bt = "Over $10,000", kt = "Over $1,000 & Under $10,000", Ht = "Under $1,000", Ft = "Declined", ft = "You are allowed to transact up to $10,000", $t = "You are allowed to transact more than $10,000";
|
|
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
|
+
At as BANK_DEPOSIT,
|
|
8
|
+
Tt as BANK_TRANSFER,
|
|
9
|
+
F as BINANCE_NETWORK,
|
|
10
|
+
q as BTC_TOKEN_SYMBOL,
|
|
11
|
+
Ft as CARD_PAYMENT_DECLINE,
|
|
12
|
+
Kt as CONNECTED_WALLET_TOOLTIP,
|
|
13
13
|
c as DELETE_ICON,
|
|
14
14
|
D as DIALOG_ERROR_ICON,
|
|
15
15
|
d as DIALOG_SUCCESS_ICON,
|
|
@@ -17,80 +17,81 @@ export {
|
|
|
17
17
|
v as ENT_SEPA_PAYMENT_ACTIVE,
|
|
18
18
|
u as ENT_VISA_PAYMENT,
|
|
19
19
|
y as ENT_VISA_PAYMENT_ACTIVE,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
lt as ESTIMATE_TOOLTIP_TEXT,
|
|
21
|
+
x as ETHEREUM_NETWORK,
|
|
22
|
+
H as EURO_ISO3,
|
|
23
|
+
b as EURO_SIGN,
|
|
24
|
+
$ as EVER_CHAIN_NETWORK,
|
|
25
|
+
st as FIAT_TO_EVER_ID,
|
|
26
|
+
_t as FIAT_TO_TOKEN,
|
|
27
|
+
Et as FIAT_WITHDRAW,
|
|
28
|
+
it as GEMS_STAKE,
|
|
29
|
+
tt as GEMS_TOKEN_SYMBOL,
|
|
30
|
+
J as GEM_SYNTHETIC_TOKEN_SYMBOL,
|
|
31
31
|
T as HISTORY_BUY_ICON,
|
|
32
32
|
A as HISTORY_SELL_ICON,
|
|
33
33
|
a as HISTORY_SWAP_ICON,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
34
|
+
ct as IBAN_CREATION,
|
|
35
|
+
X as ID_CHAIN_NETWORK,
|
|
36
|
+
Rt as ID_STAKE,
|
|
37
|
+
Q as ID_TOKEN_SYMBOL,
|
|
38
|
+
Gt as INDIVIDUAL_KYC_TYPE,
|
|
39
|
+
ft as KYC_APROVED_TOOLTIP,
|
|
40
|
+
kt as KYC_BETWEEN_TRANSATION,
|
|
41
|
+
$t as KYC_ELITE_TOOLTIP,
|
|
42
|
+
bt as KYC_OVER_TRANSATION,
|
|
43
|
+
Ht as KYC_UNDER_TRANSATION,
|
|
44
|
+
gt as LINKED_WALLET_TOOLTIP,
|
|
45
|
+
mt as LOGIN_SCREEN,
|
|
46
|
+
Vt as ORGANIZATION_KYC_TYPE,
|
|
47
|
+
Bt as PAYMENT_BANK,
|
|
48
|
+
yt as PAYMENT_CARD,
|
|
49
|
+
G as PAYMENT_PROVIDER_CARDCORP,
|
|
49
50
|
W as PAYMENT_PROVIDER_CHECKOUT,
|
|
50
51
|
U as PAYMENT_PROVIDER_OPENPAYD,
|
|
51
52
|
w as PAYMENT_PROVIDER_PAYSAFE,
|
|
52
53
|
B as PAYMENT_PROVIDER_RAILSBANK,
|
|
53
54
|
m as PAYMENT_PROVIDER_TRUST_PAYMENTS,
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
Ut as PLAYER_WEBSITE,
|
|
56
|
+
f as POLYGON_NETWORK,
|
|
56
57
|
p as PORTFOLIO_TOKEN_DOWN_ARROW,
|
|
57
58
|
Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
|
|
58
59
|
K as RADIO_BUTTON,
|
|
59
60
|
l as RADIO_BUTTON_SELECTED,
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
wt as REGISTER_SCREEN,
|
|
62
|
+
ht as RESEND_EMAIL_TIMER,
|
|
62
63
|
g as RIGHT_ARROW,
|
|
63
64
|
o as SELL_WITHDRAW_ICON,
|
|
64
65
|
P as SEPA_ICON,
|
|
65
66
|
r as SEPA_PAYMENT,
|
|
66
67
|
R as SEPA_PAYMENT_ACTIVE,
|
|
67
68
|
N as STAKE_GEM_ICON,
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
Mt as STAKE_GEM_MAX_APY,
|
|
70
|
+
Yt as STAKE_GEM_MAX_DAYS,
|
|
70
71
|
O as STAKE_ID_ICON,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
72
|
+
pt as STAKE_ID_MAX_APY,
|
|
73
|
+
dt as STAKE_ID_MAX_DAYS,
|
|
74
|
+
Dt as STAKE_ID_MID_APY,
|
|
75
|
+
Ct as STAKE_ID_MID_DAYS,
|
|
76
|
+
Pt as STAKE_ID_MIN_APY,
|
|
77
|
+
Lt as STAKE_ID_MIN_DAYS,
|
|
77
78
|
_ as STATIC_ASSETS_BASE_URL,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
79
|
+
Wt as STORE_WEBSITE,
|
|
80
|
+
Z as SYNTHETIC_EUR,
|
|
81
|
+
z as SYNTHETIC_USD,
|
|
82
|
+
et as TOKEN_TO_FIAT,
|
|
83
|
+
ot as TOKEN_TO_TOKEN,
|
|
84
|
+
Ot as TS_COMPLETE_LABEL,
|
|
85
|
+
at as TS_CREATED_LABEL,
|
|
86
|
+
Nt as TS_FAIL_LABEL,
|
|
87
|
+
rt as TS_NOT_APPROVAL_LABEL,
|
|
88
|
+
It as TS_PENDING_LABEL,
|
|
89
|
+
St as TS_WAIT_APPROVAL_LABEL,
|
|
90
|
+
nt as USDR_TOKEN_SYMBOL,
|
|
91
|
+
ut as USERNAME_SUFFIX,
|
|
92
|
+
vt as USERNAME_TOOLTIP,
|
|
93
|
+
k as US_DOLLAR_ISO3,
|
|
94
|
+
V as US_DOLLAR_SIGN,
|
|
94
95
|
C as VISA_ICON,
|
|
95
96
|
i as VISA_PAYMENT,
|
|
96
97
|
L as VISA_PAYMENT_ACTIVE,
|
|
@@ -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-BQibkMPf.js";
|
|
2
2
|
const L = () => ({
|
|
3
3
|
type: a
|
|
4
4
|
}), d = () => ({
|
|
@@ -32,8 +32,8 @@ export {
|
|
|
32
32
|
R as d,
|
|
33
33
|
C as e,
|
|
34
34
|
n as f,
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
p as g,
|
|
36
|
+
y as h,
|
|
37
37
|
W as i,
|
|
38
38
|
L as u
|
|
39
39
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "everest-npm-features",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
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.31",
|
|
36
36
|
"frames-react": "^1.2.2",
|
|
37
37
|
"moment": "^2.30.1",
|
|
38
38
|
"mui-one-time-password-input": "^5.0.0",
|