everest-npm-features 0.0.62 → 0.0.63
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/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
- 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 +6 -6
- 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 +3 -3
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +1 -1
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/userInfo.js +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +322 -97
- package/dist/components/Wallet/Account/eWallet.js +35 -37
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +42 -42
- package/dist/components/Wallet/Account/ibanItem.js +3 -3
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -111
- 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 +2 -2
- package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +128 -131
- package/dist/components/Wallet/Profile/index.js +5 -5
- package/dist/components/Wallet/Profile/storage.js +2 -2
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Sell/form.js +4 -4
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +3 -3
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +19 -18
- package/dist/components/Wallet/Shared/addBank.js +3 -3
- 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 +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +61 -52
- package/dist/components/Wallet/Stake/id/index.js +67 -66
- 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 +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-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
- package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
- package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
- package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
- package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
- package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
- package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- package/package.json +1 -1
- package/dist/styles.module-CHPRGltL.js +0 -28
package/dist/util/constants.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
const _ = "https://static-assets.everest.org", E = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", e = t + "/sell-withdraw.png", c = t + "/back-btn.png", T = t + "/delete.png", A = n + "/history-buy.svg", a = n + "/history-sell.svg", I = n + "/history-swap.svg", O = t + "/wallet-icon.png", N = t + "/stake-id.png",
|
|
1
|
+
const _ = "https://static-assets.everest.org", E = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", e = t + "/sell-withdraw.png", c = t + "/back-btn.png", T = t + "/delete.png", A = n + "/history-buy.svg", a = n + "/history-sell.svg", I = n + "/history-swap.svg", O = t + "/wallet-icon.png", N = t + "/stake-id.png", R = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", r = t + "/sepa-payment.png", i = t + "/sepa-payment-selected.png", P = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", C = t + "/sepa.png", D = t + "/visa.png", d = t + "/dialog-error.png", Y = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", M = n + "/expand-right-arrow.svg", g = n + "/back-arrow.svg", l = n + "/right-arrow.svg", K = n + "/radio-button.svg", U = n + "/radio-button-selected.svg", B = n + "/sepa.png", u = n + "/sepa-selected.png", h = n + "/visa.png", v = n + "/visa-selected.png", W = t + "/cloud-icon.png", y = t + "/storage-success.png", m = "vortex", V = "railsbank", w = "open_payd", G = "checkout", b = "trustpayments", k = "paysafe", H = "cardcorp", F = "plaid", f = "$", X = "€", $ = "USD", x = "EUR", j = "GBP", z = "Binance", Z = "Polygon", q = "EverChain", J = "IDChain", Q = "Ethereum", tt = "Avalanche", nt = "USD.c", _t = "EUR.c", st = "EURE.c", ot = "GBP.c", Et = "BTC.c", et = "GEMS.c", ct = "ID", Tt = "GEMS", At = "USDR.c", at = "fiat_to_token", It = "fiat_to_everid", Ot = "token_to_fiat", Nt = "token_to_token", Rt = "withdraw", St = "iban_creation", rt = "bank_transfer", it = "bank_deposit", Pt = "Created", Lt = "In Process", Ct = "Completed", Dt = "Failed", dt = "Awaiting Approved", Yt = "Rejected", pt = "ID", Mt = "GEMS", gt = 90, lt = 3, Kt = 180, Ut = 8, Bt = 365, ut = 18, ht = 365, vt = 20, Wt = "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.", yt = "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.", mt = "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.", Vt = 300, wt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", Gt = "_rr", bt = "credit_debit_card", kt = "sepa_bank_transfer", Ht = "player", Ft = "store", ft = "login_screen", Xt = "register_screen", $t = "Individual", xt = "Organization", jt = "Over $100,000", zt = "Over $1,000 & Under $100,000", Zt = "Under $1,000", qt = "Declined", Jt = "You are allowed to transact up to $10,000", Qt = "You are allowed to transact more than $10,000", tn = "eWallet", nn = "Virtual IBAN", _n = "incode", o = "sumsub", sn = o;
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
S as ARROW_ICON,
|
|
4
|
+
tt as AVALANCHE_NETWORK,
|
|
5
5
|
g as BACK_ARROW,
|
|
6
6
|
c as BACK_BTN_ICON,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
it as BANK_DEPOSIT,
|
|
8
|
+
rt as BANK_TRANSFER,
|
|
9
|
+
z as BINANCE_NETWORK,
|
|
10
|
+
m as BRAND_VORTEX_ID,
|
|
11
|
+
Et as BTC_TOKEN_SYMBOL,
|
|
12
|
+
qt as CARD_PAYMENT_DECLINE,
|
|
12
13
|
W as CLOUD_ICON,
|
|
13
|
-
|
|
14
|
+
yt as CONNECTED_WALLET_TOOLTIP,
|
|
14
15
|
T as DELETE_ICON,
|
|
15
16
|
d as DIALOG_ERROR_ICON,
|
|
16
17
|
Y as DIALOG_SUCCESS_ICON,
|
|
@@ -18,91 +19,91 @@ export {
|
|
|
18
19
|
u as ENT_SEPA_PAYMENT_ACTIVE,
|
|
19
20
|
h as ENT_VISA_PAYMENT,
|
|
20
21
|
v as ENT_VISA_PAYMENT_ACTIVE,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
mt as ESTIMATE_TOOLTIP_TEXT,
|
|
23
|
+
Q as ETHEREUM_NETWORK,
|
|
24
|
+
x as EURO_ISO3,
|
|
25
|
+
X as EURO_SIGN,
|
|
26
|
+
q as EVER_CHAIN_NETWORK,
|
|
27
|
+
tn as FEATURE_EWALLET,
|
|
28
|
+
nn as FEATURE_VIRTUAL_IBAN,
|
|
29
|
+
It as FIAT_TO_EVER_ID,
|
|
30
|
+
at as FIAT_TO_TOKEN,
|
|
31
|
+
Rt as FIAT_WITHDRAW,
|
|
32
|
+
j as GBP_ISO3,
|
|
33
|
+
Mt as GEMS_STAKE,
|
|
34
|
+
Tt as GEMS_TOKEN_SYMBOL,
|
|
35
|
+
et as GEM_SYNTHETIC_TOKEN_SYMBOL,
|
|
35
36
|
A as HISTORY_BUY_ICON,
|
|
36
37
|
a as HISTORY_SELL_ICON,
|
|
37
38
|
I as HISTORY_SWAP_ICON,
|
|
38
39
|
St as IBAN_CREATION,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
J as ID_CHAIN_NETWORK,
|
|
41
|
+
pt as ID_STAKE,
|
|
42
|
+
ct as ID_TOKEN_SYMBOL,
|
|
42
43
|
$t as INDIVIDUAL_KYC_TYPE,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
Jt as KYC_APROVED_TOOLTIP,
|
|
45
|
+
zt as KYC_BETWEEN_TRANSATION,
|
|
46
|
+
Qt as KYC_ELITE_TOOLTIP,
|
|
47
|
+
jt as KYC_OVER_TRANSATION,
|
|
48
|
+
sn as KYC_PROVIDER,
|
|
49
|
+
_n as KYC_PROVIDER_INCODE,
|
|
49
50
|
o as KYC_PROVIDER_SUMSUB,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
51
|
+
Zt as KYC_UNDER_TRANSATION,
|
|
52
|
+
Wt as LINKED_WALLET_TOOLTIP,
|
|
53
|
+
ft as LOGIN_SCREEN,
|
|
54
|
+
xt as ORGANIZATION_KYC_TYPE,
|
|
55
|
+
kt as PAYMENT_BANK,
|
|
56
|
+
bt as PAYMENT_CARD,
|
|
57
|
+
H as PAYMENT_PROVIDER_CARDCORP,
|
|
57
58
|
G as PAYMENT_PROVIDER_CHECKOUT,
|
|
58
59
|
w as PAYMENT_PROVIDER_OPENPAYD,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
60
|
+
k as PAYMENT_PROVIDER_PAYSAFE,
|
|
61
|
+
F as PAYMENT_PROVIDER_PLAID,
|
|
62
|
+
V as PAYMENT_PROVIDER_RAILSBANK,
|
|
63
|
+
b as PAYMENT_PROVIDER_TRUST_PAYMENTS,
|
|
64
|
+
Ht as PLAYER_WEBSITE,
|
|
65
|
+
Z as POLYGON_NETWORK,
|
|
65
66
|
p as PORTFOLIO_TOKEN_DOWN_ARROW,
|
|
66
67
|
M as PORTFOLIO_TOKEN_RIGHT_ARROW,
|
|
67
68
|
K as RADIO_BUTTON,
|
|
68
69
|
U as RADIO_BUTTON_SELECTED,
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
Xt as REGISTER_SCREEN,
|
|
71
|
+
Vt as RESEND_EMAIL_TIMER,
|
|
71
72
|
l as RIGHT_ARROW,
|
|
72
73
|
e as SELL_WITHDRAW_ICON,
|
|
73
74
|
C as SEPA_ICON,
|
|
74
75
|
r as SEPA_PAYMENT,
|
|
75
76
|
i as SEPA_PAYMENT_ACTIVE,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
R as STAKE_GEM_ICON,
|
|
78
|
+
vt as STAKE_GEM_MAX_APY,
|
|
79
|
+
ht as STAKE_GEM_MAX_DAYS,
|
|
79
80
|
N as STAKE_ID_ICON,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
ut as STAKE_ID_MAX_APY,
|
|
82
|
+
Bt as STAKE_ID_MAX_DAYS,
|
|
83
|
+
Ut as STAKE_ID_MID_APY,
|
|
84
|
+
Kt as STAKE_ID_MID_DAYS,
|
|
85
|
+
lt as STAKE_ID_MIN_APY,
|
|
86
|
+
gt as STAKE_ID_MIN_DAYS,
|
|
86
87
|
_ as STATIC_ASSETS_BASE_URL,
|
|
87
88
|
y as STORAGE_SUCCESS,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
89
|
+
Ft as STORE_WEBSITE,
|
|
90
|
+
_t as SYNTHETIC_EUR,
|
|
91
|
+
st as SYNTHETIC_EURE,
|
|
92
|
+
ot as SYNTHETIC_GBP,
|
|
93
|
+
nt as SYNTHETIC_USD,
|
|
94
|
+
Ot as TOKEN_TO_FIAT,
|
|
95
|
+
Nt as TOKEN_TO_TOKEN,
|
|
96
|
+
Ct as TS_COMPLETE_LABEL,
|
|
97
|
+
Pt as TS_CREATED_LABEL,
|
|
98
|
+
Dt as TS_FAIL_LABEL,
|
|
99
|
+
Yt as TS_NOT_APPROVAL_LABEL,
|
|
100
|
+
Lt as TS_PENDING_LABEL,
|
|
101
|
+
dt as TS_WAIT_APPROVAL_LABEL,
|
|
102
|
+
At as USDR_TOKEN_SYMBOL,
|
|
102
103
|
Gt as USERNAME_SUFFIX,
|
|
103
104
|
wt as USERNAME_TOOLTIP,
|
|
104
105
|
$ as US_DOLLAR_ISO3,
|
|
105
|
-
|
|
106
|
+
f as US_DOLLAR_SIGN,
|
|
106
107
|
D as VISA_ICON,
|
|
107
108
|
P as VISA_PAYMENT,
|
|
108
109
|
L as VISA_PAYMENT_ACTIVE,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as a, U as e, p 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 { F as a, U as e, p as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-DX0YBtP2.js";
|
|
2
2
|
const L = () => ({
|
|
3
3
|
type: e
|
|
4
4
|
}), d = () => ({
|
package/package.json
CHANGED
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
};
|