everest-npm-features 0.0.42 → 0.0.44

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.
Files changed (94) hide show
  1. package/dist/{PlayArrow-C6lnbwD4.js → PlayArrow-Cd3sLvFW.js} +3 -3
  2. package/dist/{auth-BMzyEvqd.js → auth-CzQ2SiN_.js} +1 -1
  3. package/dist/{bank-Bp23LpvN.js → bank-DJqJqzwJ.js} +1 -1
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +6 -6
  24. package/dist/components/Shared/FullKyc/edd.js +2 -2
  25. package/dist/components/Shared/FullKyc/index.js +3 -3
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  29. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  30. package/dist/components/Wallet/Account/createIban.js +1 -1
  31. package/dist/components/Wallet/Account/iban.js +5 -5
  32. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  33. package/dist/components/Wallet/Account/index.js +11 -11
  34. package/dist/components/Wallet/Account/sendIban.js +2 -2
  35. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  36. package/dist/components/Wallet/Buy/form.js +5 -5
  37. package/dist/components/Wallet/Buy/index.d.ts +2 -0
  38. package/dist/components/Wallet/Buy/index.js +15 -11
  39. package/dist/components/Wallet/Deposit/index.js +1 -1
  40. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  41. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  42. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  43. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  45. package/dist/components/Wallet/History/index.js +2 -2
  46. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +25 -25
  47. package/dist/components/Wallet/Portfolio/index.js +218 -206
  48. package/dist/components/Wallet/Profile/documents.js +3 -3
  49. package/dist/components/Wallet/Profile/index.js +10 -10
  50. package/dist/components/Wallet/Receive/index.js +3 -3
  51. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  52. package/dist/components/Wallet/Sell/form.js +5 -5
  53. package/dist/components/Wallet/Sell/index.js +6 -6
  54. package/dist/components/Wallet/Send/index.js +12 -12
  55. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  56. package/dist/components/Wallet/Shared/BankSelect/index.d.ts +4 -0
  57. package/dist/components/Wallet/Shared/BankSelect/index.js +71 -0
  58. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +11 -0
  59. package/dist/components/Wallet/Shared/CardCorp/index.js +72 -0
  60. package/dist/components/Wallet/Shared/Order/types.d.ts +3 -0
  61. package/dist/components/Wallet/Shared/addBank.js +3 -3
  62. package/dist/components/Wallet/Shared/connectPlaidBank.js +3 -3
  63. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  64. package/dist/components/Wallet/SignIn/index.js +2 -2
  65. package/dist/components/Wallet/SignUp/index.js +2 -2
  66. package/dist/components/Wallet/Stake/index.js +4 -4
  67. package/dist/components/Wallet/Swap/form.js +6 -6
  68. package/dist/components/Wallet/Swap/index.js +5 -5
  69. package/dist/components/Wallet/Withdraw/bankSelect.js +69 -19
  70. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  71. package/dist/components/Wallet/Withdraw/form.js +5 -5
  72. package/dist/components/Wallet/Withdraw/index.js +11 -10
  73. package/dist/{constants-9grj4Du1.js → constants-BQibkMPf.js} +119 -118
  74. package/dist/{cryptoAssets-Cf7xMoh9.js → cryptoAssets-CI_6_gpT.js} +1 -1
  75. package/dist/{documents-vj042AkQ.js → documents-DhAyY9OB.js} +2 -2
  76. package/dist/{index-FwnHkXdK.js → index-BQNs1mvn.js} +2 -2
  77. package/dist/{index-ufcy2D20.js → index-BmnzQEjv.js} +2 -2
  78. package/dist/{index-DVQ-d6A4.js → index-C3ZgWBrd.js} +6 -6
  79. package/dist/{index-Y7QJR4pX.js → index-C4Z1sQwf.js} +7 -7
  80. package/dist/index-ChAYuyXl.js +592 -0
  81. package/dist/{index-Cf_gfO-E.js → index-Dh9NbI7I.js} +4 -4
  82. package/dist/{index-CUBxw5s4.js → index-DpOHb_Wl.js} +4 -4
  83. package/dist/index-e2FmUhS_.js +760 -0
  84. package/dist/{kyc-MeOwOyUF.js → kyc-BbIvXp_G.js} +1 -1
  85. package/dist/main.js +7 -7
  86. package/dist/order-BQbk7Nb4.js +55 -0
  87. package/dist/{stake-ClJWsrHb.js → stake-DWzckUqA.js} +1 -1
  88. package/dist/util/constants.d.ts +1 -0
  89. package/dist/util/constants.js +63 -62
  90. package/dist/{wallet-nsVuNagB.js → wallet-CHtpHvyK.js} +3 -3
  91. package/package.json +2 -2
  92. package/dist/index-BXj7Wdol.js +0 -730
  93. package/dist/index-CUhPCwCD.js +0 -643
  94. package/dist/order-Cs5_3wOs.js +0 -51
@@ -1,4 +1,4 @@
1
- import { a2 as s, a3 as t, a4 as e, a5 as o, a6 as y, a7 as E } from "./constants-9grj4Du1.js";
1
+ import { a3 as s, a4 as t, a5 as e, a6 as o, a7 as y, a8 as E } from "./constants-BQibkMPf.js";
2
2
  const p = (a) => ({
3
3
  type: e,
4
4
  payload: a
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-BXj7Wdol.js";
15
- import { i as E } from "./index-DVQ-d6A4.js";
16
- import { i as b } from "./index-CUhPCwCD.js";
17
- import { i as F } from "./index-Y7QJR4pX.js";
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-ufcy2D20.js";
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-Cf_gfO-E.js";
30
- import { i as so } from "./index-CUBxw5s4.js";
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
+ };
@@ -1,4 +1,4 @@
1
- import { S as t, x as a, y as e, z as S } from "./constants-9grj4Du1.js";
1
+ import { S as t, N as a, P as e, Q as S } from "./constants-BQibkMPf.js";
2
2
  const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
@@ -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";
@@ -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 = "$", V = "", b = "USD", k = "EUR", H = "Binance", F = "Polygon", f = "EverChain", $ = "IDChain", X = "Ethereum", x = "Avalanche", j = "USD.c", z = "EUR.c", Z = "BTC.c", q = "GEMS.c", J = "ID", Q = "GEMS", tt = "USDR.c", nt = "fiat_to_token", _t = "fiat_to_everid", st = "token_to_fiat", et = "token_to_token", ot = "withdraw", Et = "iban_creation", ct = "bank_transfer", Tt = "bank_deposit", At = "Created", at = "In Process", It = "Completed", Ot = "Failed", Nt = "Awaiting Approved", St = "Rejected", rt = "ID", Rt = "GEMS", it = 90, Lt = 3, Pt = 180, Ct = 8, Dt = 365, dt = 18, pt = 365, Yt = 20, Mt = "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.", gt = "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.", Kt = "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.", lt = 300, ht = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", vt = "_rr", ut = "credit_debit_card", yt = "sepa_bank_transfer", Bt = "player", Ut = "store", Wt = "login_screen", mt = "register_screen", wt = "Individual", Gt = "Organization", Vt = "Over $10,000", bt = "Over $1,000 & Under $10,000", kt = "Under $1,000", Ht = "Declined", Ft = "You are allowed to transact up to $10,000", ft = "You are allowed to transact more than $10,000";
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
- x as AVALANCHE_NETWORK,
4
+ j as AVALANCHE_NETWORK,
5
5
  M as BACK_ARROW,
6
6
  E as BACK_BTN_ICON,
7
- Tt as BANK_DEPOSIT,
8
- ct as BANK_TRANSFER,
9
- H as BINANCE_NETWORK,
10
- Z as BTC_TOKEN_SYMBOL,
11
- Ht as CARD_PAYMENT_DECLINE,
12
- gt as CONNECTED_WALLET_TOOLTIP,
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
- Kt as ESTIMATE_TOOLTIP_TEXT,
21
- X as ETHEREUM_NETWORK,
22
- k as EURO_ISO3,
23
- V as EURO_SIGN,
24
- f as EVER_CHAIN_NETWORK,
25
- _t as FIAT_TO_EVER_ID,
26
- nt as FIAT_TO_TOKEN,
27
- ot as FIAT_WITHDRAW,
28
- Rt as GEMS_STAKE,
29
- Q as GEMS_TOKEN_SYMBOL,
30
- q as GEM_SYNTHETIC_TOKEN_SYMBOL,
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
- Et as IBAN_CREATION,
35
- $ as ID_CHAIN_NETWORK,
36
- rt as ID_STAKE,
37
- J as ID_TOKEN_SYMBOL,
38
- wt as INDIVIDUAL_KYC_TYPE,
39
- Ft as KYC_APROVED_TOOLTIP,
40
- bt as KYC_BETWEEN_TRANSATION,
41
- ft as KYC_ELITE_TOOLTIP,
42
- Vt as KYC_OVER_TRANSATION,
43
- kt as KYC_UNDER_TRANSATION,
44
- Mt as LINKED_WALLET_TOOLTIP,
45
- Wt as LOGIN_SCREEN,
46
- Gt as ORGANIZATION_KYC_TYPE,
47
- yt as PAYMENT_BANK,
48
- ut as PAYMENT_CARD,
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
- Bt as PLAYER_WEBSITE,
55
- F as POLYGON_NETWORK,
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
- mt as REGISTER_SCREEN,
61
- lt as RESEND_EMAIL_TIMER,
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
- Yt as STAKE_GEM_MAX_APY,
69
- pt as STAKE_GEM_MAX_DAYS,
69
+ Mt as STAKE_GEM_MAX_APY,
70
+ Yt as STAKE_GEM_MAX_DAYS,
70
71
  O as STAKE_ID_ICON,
71
- dt as STAKE_ID_MAX_APY,
72
- Dt as STAKE_ID_MAX_DAYS,
73
- Ct as STAKE_ID_MID_APY,
74
- Pt as STAKE_ID_MID_DAYS,
75
- Lt as STAKE_ID_MIN_APY,
76
- it as STAKE_ID_MIN_DAYS,
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
- Ut as STORE_WEBSITE,
79
- z as SYNTHETIC_EUR,
80
- j as SYNTHETIC_USD,
81
- st as TOKEN_TO_FIAT,
82
- et as TOKEN_TO_TOKEN,
83
- It as TS_COMPLETE_LABEL,
84
- At as TS_CREATED_LABEL,
85
- Ot as TS_FAIL_LABEL,
86
- St as TS_NOT_APPROVAL_LABEL,
87
- at as TS_PENDING_LABEL,
88
- Nt as TS_WAIT_APPROVAL_LABEL,
89
- tt as USDR_TOKEN_SYMBOL,
90
- vt as USERNAME_SUFFIX,
91
- ht as USERNAME_TOOLTIP,
92
- b as US_DOLLAR_ISO3,
93
- G as US_DOLLAR_SIGN,
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-9grj4Du1.js";
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
- y as g,
36
- p as h,
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.42",
3
+ "version": "0.0.44",
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.29",
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",