everest-npm-features 0.0.53 → 0.0.55
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/components/Wallet/Account/createIban.js +54 -54
- package/dist/components/Wallet/Account/eWallet.js +8 -8
- package/dist/components/Wallet/Account/iban.js +11 -11
- package/dist/components/Wallet/Account/ibanItem.js +169 -135
- package/dist/components/Wallet/Account/index.js +197 -180
- package/dist/components/Wallet/SignUp/terms.js +12 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +64 -63
- package/package.json +2 -2
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "everest-npm-features",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
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",
|