everest-npm-features 0.0.44 → 0.0.46

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 (91) hide show
  1. package/dist/{PlayArrow-Cd3sLvFW.js → PlayArrow-Cm8tJN8W.js} +3 -3
  2. package/dist/{auth-CzQ2SiN_.js → auth-D0r8wtCH.js} +1 -1
  3. package/dist/{bank-DJqJqzwJ.js → bank-BmV_keEr.js} +16 -13
  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 +2 -2
  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 +2 -2
  32. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  33. package/dist/components/Wallet/Account/index.js +13 -12
  34. package/dist/components/Wallet/Account/sendIban.js +11 -11
  35. package/dist/components/Wallet/Buy/confirmTransaction.d.ts +1 -1
  36. package/dist/components/Wallet/Buy/confirmTransaction.js +22 -4
  37. package/dist/components/Wallet/Buy/form.js +4 -4
  38. package/dist/components/Wallet/Buy/index.d.ts +0 -1
  39. package/dist/components/Wallet/Buy/index.js +11 -12
  40. package/dist/components/Wallet/Deposit/index.js +1 -1
  41. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  42. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  43. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  44. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  45. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  46. package/dist/components/Wallet/History/index.js +2 -2
  47. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +6 -6
  48. package/dist/components/Wallet/Portfolio/index.js +4 -4
  49. package/dist/components/Wallet/Profile/documents.js +2 -2
  50. package/dist/components/Wallet/Profile/index.js +2 -2
  51. package/dist/components/Wallet/Receive/index.js +2 -2
  52. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  53. package/dist/components/Wallet/Sell/form.js +4 -4
  54. package/dist/components/Wallet/Sell/index.js +6 -6
  55. package/dist/components/Wallet/Send/index.js +2 -2
  56. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  57. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  58. package/dist/components/Wallet/Shared/CardCorp/index.js +27 -18
  59. package/dist/components/Wallet/Shared/CardPayment/index.js +36 -35
  60. package/dist/components/Wallet/Shared/Order/types.d.ts +4 -2
  61. package/dist/components/Wallet/Shared/addBank.js +2 -2
  62. package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -15
  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 +3 -3
  67. package/dist/components/Wallet/Swap/form.js +5 -5
  68. package/dist/components/Wallet/Swap/index.js +5 -5
  69. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  70. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  71. package/dist/components/Wallet/Withdraw/form.js +4 -4
  72. package/dist/components/Wallet/Withdraw/index.js +5 -5
  73. package/dist/{constants-BQibkMPf.js → constants-BJhUp96H.js} +321 -320
  74. package/dist/{cryptoAssets-CI_6_gpT.js → cryptoAssets-Q_UWeuzR.js} +1 -1
  75. package/dist/{documents-DhAyY9OB.js → documents-RjwlADn2.js} +25 -25
  76. package/dist/{index-ChAYuyXl.js → index-B2wXmFh5.js} +4 -4
  77. package/dist/{index-BmnzQEjv.js → index-BRnTzw1Z.js} +2 -2
  78. package/dist/index-BTqlsA2t.js +799 -0
  79. package/dist/{index-C4Z1sQwf.js → index-DegQ9bTI.js} +6 -6
  80. package/dist/{index-DpOHb_Wl.js → index-Dkjl8hIv.js} +13 -13
  81. package/dist/{index-Dh9NbI7I.js → index-Dq5wTY4S.js} +4 -4
  82. package/dist/{index-C3ZgWBrd.js → index-pCrOsXNC.js} +16 -16
  83. package/dist/{kyc-BbIvXp_G.js → kyc-DLaLS7sp.js} +1 -1
  84. package/dist/main.js +7 -7
  85. package/dist/{order-BQbk7Nb4.js → order-fWKVFTau.js} +1 -1
  86. package/dist/{stake-DWzckUqA.js → stake-CQLutF0z.js} +1 -1
  87. package/dist/util/constants.d.ts +1 -0
  88. package/dist/util/constants.js +64 -63
  89. package/dist/{wallet-CHtpHvyK.js → wallet-CuQDBP6a.js} +1 -1
  90. package/package.json +2 -2
  91. package/dist/index-e2FmUhS_.js +0 -760
@@ -2,16 +2,16 @@ import { jsxs as a, Fragment as v, jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as ye, useMemo as Ve, useState as p, useEffect as h } from "react";
3
3
  import Je from "./hoc/withThemeProvider.js";
4
4
  import { a as C, u as Ie } from "./react-redux-B4BZippc.js";
5
- import { P as Qe } from "./PlayArrow-Cd3sLvFW.js";
5
+ import { P as Qe } from "./PlayArrow-Cm8tJN8W.js";
6
6
  import { I as Ze } from "./Info-BVeUSPyk.js";
7
7
  import { G as et } from "./generic-token-B_ptO5yb.js";
8
8
  import { getCentralLedgetNetwork as V, getNetworkBackGround as be, getCurrencySymbol as tt } from "./util/functions.js";
9
9
  import Ne from "./components/Wallet/Shared/TokenModal/index.js";
10
10
  import { formatNumberWithoutRounding as _e } from "./util/conversions.js";
11
- import { ab as A } from "./constants-BQibkMPf.js";
11
+ import { ac as A } from "./constants-BJhUp96H.js";
12
12
  import { c as ot, d as rt } from "./index-BQNs1mvn.js";
13
- import { f as nt, a as at, b as st } from "./cryptoAssets-CI_6_gpT.js";
14
- import { c as Z, d as ve, e as it, f as lt, g as ct, h as mt } from "./order-BQbk7Nb4.js";
13
+ import { f as nt, a as at, b as st } from "./cryptoAssets-Q_UWeuzR.js";
14
+ import { c as Z, d as ve, e as it, f as lt, g as ct, h as mt } from "./order-fWKVFTau.js";
15
15
  import { DIALOG_SUCCESS_ICON as dt, TOKEN_TO_TOKEN as ee, ARROW_ICON as ut, ESTIMATE_TOOLTIP_TEXT as pt } from "./util/constants.js";
16
16
  import { M as ft } from "./tooltip-3UvETWtS.js";
17
17
  import "./index-DlQqWbXG.js";
@@ -28,11 +28,11 @@ import "./web3-u4qDZYpo.js";
28
28
  import "./index-ceeCtFuh.js";
29
29
  import { s as i } from "./styles.module-CHEBh2ID.js";
30
30
  import Ce from "./components/Wallet/Shared/Order/selectCustomIcon.js";
31
- import { u as xt, a as gt } from "./wallet-CHtpHvyK.js";
31
+ import { u as xt, a as gt } from "./wallet-CuQDBP6a.js";
32
32
  import { AuthContainer as yt } from "./components/Wallet/Shared/Container/index.js";
33
33
  import bt from "./components/Shared/MinimalKyc/index.js";
34
34
  import Nt from "./components/Wallet/Shared/Input/index.js";
35
- import { M as _t } from "./index-C3ZgWBrd.js";
35
+ import { M as _t } from "./index-pCrOsXNC.js";
36
36
  import { useDialogContext as vt } from "./context/dialogContext.js";
37
37
  import { B as R } from "./Box-B0YSYLco.js";
38
38
  import { G as s } from "./Grid-CFe3amXO.js";
@@ -5,14 +5,14 @@ import Se from "./components/RocketRamp/Shared/backBtn.js";
5
5
  import { getCurrencySymbol as ue, getOrionBalance as Me } from "./util/functions.js";
6
6
  import { PAYMENT_BANK as ie, SEPA_ICON as ze, VISA_ICON as Oe, ID_TOKEN_SYMBOL as Pe, FIAT_WITHDRAW as we, FIAT_TO_EVER_ID as We, FIAT_TO_TOKEN as Be, ESTIMATE_TOOLTIP_TEXT as Le, TOKEN_TO_FIAT as Xe } from "./util/constants.js";
7
7
  import U from "./components/RocketRamp/Shared/Button/index.js";
8
- import { ap as j } from "./constants-BQibkMPf.js";
9
- import { f as pe, g as De, k as Ye, e as qe, h as Ke } from "./order-BQbk7Nb4.js";
8
+ import { aq as j } from "./constants-BJhUp96H.js";
9
+ import { f as pe, g as De, k as qe, e as Ye, h as Ke } from "./order-fWKVFTau.js";
10
10
  import "./index-DlQqWbXG.js";
11
11
  import "./components/Wallet/Shared/appButton.js";
12
12
  import { u as $e, a as W } from "./react-redux-B4BZippc.js";
13
13
  import "./components/Wallet/Shared/Auth/otpForm.js";
14
- import { P as Ge, f as Ue } from "./PlayArrow-Cd3sLvFW.js";
15
- import { f as je } from "./cryptoAssets-CI_6_gpT.js";
14
+ import { P as Ge, f as Ue } from "./PlayArrow-Cm8tJN8W.js";
15
+ import { f as je } from "./cryptoAssets-Q_UWeuzR.js";
16
16
  import "./context/snackBarContext.js";
17
17
  import "./util/conversions.js";
18
18
  import "./index-CAoLi5Qq.js";
@@ -89,9 +89,9 @@ import './assets/index7.css';const E = {
89
89
  storeId: p.info.id
90
90
  })
91
91
  ), _(!0);
92
- }, z = ({ label: Y, value: q }) => /* @__PURE__ */ t(v, { children: [
93
- /* @__PURE__ */ e(n, { size: 4, children: /* @__PURE__ */ e("strong", { children: Y }) }),
94
- /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 8, children: q })
92
+ }, z = ({ label: q, value: Y }) => /* @__PURE__ */ t(v, { children: [
93
+ /* @__PURE__ */ e(n, { size: 4, children: /* @__PURE__ */ e("strong", { children: q }) }),
94
+ /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 8, children: Y })
95
95
  ] });
96
96
  return /* @__PURE__ */ t(v, { children: [
97
97
  /* @__PURE__ */ e(Se, { onClickHandler: () => T(he) }),
@@ -285,11 +285,11 @@ import './assets/index7.css';const E = {
285
285
  const h = "USD", l = ue(h), b = k.fiats;
286
286
  k.loader;
287
287
  const F = u.featureTokens.list, _ = u.featureTokens.default, B = u.loader, N = y.loader, s = y.estimate, L = y.card, M = s.fiat_out_amount, D = s.conversion_price, z = s.total_fee;
288
- let Y = 0, q = 0;
288
+ let q = 0, Y = 0;
289
289
  const Z = s.fee_breakdown;
290
290
  for (let r = 0; r < Z.length; r++) {
291
291
  const o = Z[r];
292
- o.name === "ev_fee" ? Y = Number(o.value) : o.name === "network_fee" && (q = Number(o.value));
292
+ o.name === "ev_fee" ? q = Number(o.value) : o.name === "network_fee" && (Y = Number(o.value));
293
293
  }
294
294
  const [g, H] = c({
295
295
  symbol: ""
@@ -297,7 +297,7 @@ import './assets/index7.css';const E = {
297
297
  s.crypto_amount || Q.toString()
298
298
  );
299
299
  f(() => {
300
- d(Ye());
300
+ d(qe());
301
301
  }, []), f(() => {
302
302
  if (s.crypto_currency) {
303
303
  const r = F.find(
@@ -327,7 +327,7 @@ import './assets/index7.css';const E = {
327
327
  }
328
328
  }, [h, b]), f(() => {
329
329
  if (g && g.id && w && X && K) {
330
- d(qe(j)), O(!1), P("");
330
+ d(Ye(j)), O(!1), P("");
331
331
  const r = setTimeout(() => {
332
332
  Ie();
333
333
  }, 1e3);
@@ -557,7 +557,7 @@ import './assets/index7.css';const E = {
557
557
  size: 15,
558
558
  color: "primary"
559
559
  }
560
- ) : Y.toFixed(2)
560
+ ) : q.toFixed(2)
561
561
  ] }) }),
562
562
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(a, { variant: "caption", children: "Network Fee" }) }),
563
563
  /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(a, { variant: "caption", children: [
@@ -569,7 +569,7 @@ import './assets/index7.css';const E = {
569
569
  size: 15,
570
570
  color: "primary"
571
571
  }
572
- ) : q.toFixed(2)
572
+ ) : Y.toFixed(2)
573
573
  ] }) })
574
574
  ] }),
575
575
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(a, { variant: "caption", children: "Total Fees" }) }),
@@ -1,13 +1,13 @@
1
1
  import { jsxs as a, Fragment as F, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as c, useEffect as g } from "react";
3
3
  import Oe from "./hoc/withThemeProvider.js";
4
- import { P as we, f as Be } from "./PlayArrow-Cd3sLvFW.js";
4
+ import { P as we, f as Be } from "./PlayArrow-Cm8tJN8W.js";
5
5
  import { I as Le } from "./Info-BVeUSPyk.js";
6
6
  import { G as Ve } from "./generic-token-B_ptO5yb.js";
7
7
  import ne from "./components/RocketRamp/Shared/Input/index.js";
8
8
  import { ID_TOKEN_SYMBOL as pe, FIAT_TO_EVER_ID as ae, FIAT_TO_TOKEN as ie, ESTIMATE_TOOLTIP_TEXT as Ye, VISA_PAYMENT as We, VISA_PAYMENT_ACTIVE as Ke, SEPA_PAYMENT as qe, SEPA_PAYMENT_ACTIVE as $e, PAYMENT_BANK as he, SEPA_ICON as De, VISA_ICON as be, PAYMENT_PROVIDER_CHECKOUT as fe } from "./util/constants.js";
9
- import { aC as Ue, ao as te } from "./constants-BQibkMPf.js";
10
- import { e as Ge, f as Ce, g as je, i as He, h as ye } from "./order-BQbk7Nb4.js";
9
+ import { aD as Ue, ap as te } from "./constants-BJhUp96H.js";
10
+ import { e as Ge, f as Ce, g as je, i as He, h as ye } from "./order-fWKVFTau.js";
11
11
  import { M as Xe } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Ne, removeExtraSpace as Qe, getOrionBalance as Je } from "./util/functions.js";
13
13
  import oe from "./components/RocketRamp/Shared/Button/index.js";
@@ -19,7 +19,7 @@ import { C as I } from "./CircularProgress-xZA3lvba.js";
19
19
  import { E as Ze } from "./ErrorOutline-CPQcnl2b.js";
20
20
  import { s as xe, p as et, h as tt, v as rt } from "./index-ceeCtFuh.js";
21
21
  import { u as nt, a as q } from "./react-redux-B4BZippc.js";
22
- import { f as at } from "./cryptoAssets-CI_6_gpT.js";
22
+ import { f as at } from "./cryptoAssets-Q_UWeuzR.js";
23
23
  import it from "./components/RocketRamp/MinimalKyc/form.js";
24
24
  import { useSnackBarContext as ot } from "./context/snackBarContext.js";
25
25
  import { I as st } from "./TextField-DPpRUQe3.js";
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, Fragment as E, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as et, useState as h, useEffect as x, useRef as tt } from "react";
3
3
  import rt from "./hoc/withThemeProvider.js";
4
- import { P as nt, f as ot } from "./PlayArrow-Cd3sLvFW.js";
4
+ import { P as nt, f as ot } from "./PlayArrow-Cm8tJN8W.js";
5
5
  import { I as it } from "./Info-BVeUSPyk.js";
6
6
  import { G as me } from "./generic-token-B_ptO5yb.js";
7
7
  import { TOKEN_TO_FIAT as de, ESTIMATE_TOOLTIP_TEXT as st, SELL_WITHDRAW_ICON as at, DIALOG_SUCCESS_ICON as Re, DIALOG_ERROR_ICON as lt } from "./util/constants.js";
8
- import { ap as R, ab as ct } from "./constants-BQibkMPf.js";
8
+ import { aq as R, ac as ct } from "./constants-BJhUp96H.js";
9
9
  import { c as ze, d as mt } from "./index-BQNs1mvn.js";
10
- import { e as dt, f as We, c as X, d as Ee, g as ut, j as pt, h as ht } from "./order-BQbk7Nb4.js";
10
+ import { e as dt, f as We, c as X, d as Ee, g as ut, j as pt, h as ht } from "./order-fWKVFTau.js";
11
11
  import { M as ft } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Me, getNetworkBackGround as xt, displayWalletAddress as yt } from "./util/functions.js";
13
13
  import gt from "./components/Wallet/Shared/backBtn.js";
@@ -31,8 +31,8 @@ import { T as i } from "./Typography-pAaje37G.js";
31
31
  import { B as T } from "./Box-B0YSYLco.js";
32
32
  import { G as r } from "./Grid-CFe3amXO.js";
33
33
  import { C as I } from "./CircularProgress-xZA3lvba.js";
34
- import { f as Ct } from "./cryptoAssets-CI_6_gpT.js";
35
- import { u as Nt, a as vt } from "./wallet-CHtpHvyK.js";
34
+ import { f as Ct } from "./cryptoAssets-Q_UWeuzR.js";
35
+ import { u as Nt, a as vt } from "./wallet-CuQDBP6a.js";
36
36
  import { AuthContainer as kt } from "./components/Wallet/Shared/Container/index.js";
37
37
  import St from "./components/Shared/MinimalKyc/index.js";
38
38
  import Be from "./components/Wallet/Shared/Input/index.js";
@@ -70,7 +70,7 @@ const Ft = ({
70
70
  (s) => s.address.toLowerCase() === t.address.toLowerCase()
71
71
  )
72
72
  )
73
- ], [F, w]), $ = u.fiats, he = u.loader, B = f.featureTokens.sell.list, _ = f.featureTokens.sell.default, fe = f.loader, Z = d.loader, C = d.estimate[R], W = C.fiat_out_amount, $e = C.conversion_price, Ue = C.total_fee;
73
+ ], [F, w]), $ = u.fiats, he = u.loader, B = f.featureTokens.sell.list, _ = f.featureTokens.sell.default, fe = f.loader, Z = d.loader, C = d.estimate[R], W = C.fiat_out_amount, $e = C.conversion_price, qe = C.total_fee;
74
74
  let xe = 0, ye = 0;
75
75
  const ge = C.fee_breakdown;
76
76
  for (let t = 0; t < ge.length; t++) {
@@ -79,7 +79,7 @@ const Ft = ({
79
79
  }
80
80
  const [a, be] = h({
81
81
  symbol: ""
82
- }), [ne, oe] = h(!1), [P, qe] = h(2), [Ye, De] = h([]), [_e, Ge] = h(!1), [j, He] = h(50), [ie, Ke] = h(3e3), [Ce, se] = h(""), [U, ae] = h(C.crypto_amount || "0.05"), [je, Ne] = h(!1), ee = Number((ke = C == null ? void 0 : C.input_token) == null ? void 0 : ke.fiat_amount), q = $.find((t) => t.id === P), M = Me(q == null ? void 0 : q.symbol);
82
+ }), [ne, oe] = h(!1), [P, Ue] = h(2), [Ye, De] = h([]), [_e, Ge] = h(!1), [j, He] = h(50), [ie, Ke] = h(3e3), [Ce, se] = h(""), [q, ae] = h(C.crypto_amount || "0.05"), [je, Ne] = h(!1), ee = Number((ke = C == null ? void 0 : C.input_token) == null ? void 0 : ke.fiat_amount), U = $.find((t) => t.id === P), M = Me(U == null ? void 0 : U.symbol);
83
83
  x(() => {
84
84
  const t = [];
85
85
  for (let s = 0; s < $.length; s++) {
@@ -98,14 +98,14 @@ const Ft = ({
98
98
  }, [W]), x(() => {
99
99
  P && S && S(P);
100
100
  }, [P, p]), x(() => {
101
- if (a && a.id && U && P) {
101
+ if (a && a.id && q && P) {
102
102
  c(dt(R)), oe(!1), se("");
103
103
  const t = setTimeout(() => {
104
104
  Qe();
105
105
  }, 1e3);
106
106
  return () => clearTimeout(t);
107
107
  }
108
- }, [a, U, B, P]);
108
+ }, [a, q, B, P]);
109
109
  const Qe = () => {
110
110
  var t;
111
111
  c(
@@ -113,9 +113,9 @@ const Ft = ({
113
113
  {
114
114
  apiKey: z,
115
115
  transaction_type: de,
116
- coin_amount: U,
116
+ coin_amount: q,
117
117
  exchange: a.exchange,
118
- fiat_ccy: q == null ? void 0 : q.symbol,
118
+ fiat_ccy: U == null ? void 0 : U.symbol,
119
119
  crypto_ccy: a.symbol,
120
120
  network: (t = a.network) == null ? void 0 : t.name
121
121
  },
@@ -143,7 +143,7 @@ const Ft = ({
143
143
  }, Xe = () => {
144
144
  if (!a.id)
145
145
  return y({ message: "Please select token" }), !1;
146
- if (!U)
146
+ if (!q)
147
147
  return y({ message: "Please enter amount" }), !1;
148
148
  if (!W)
149
149
  return y({
@@ -157,7 +157,7 @@ const Ft = ({
157
157
  return y({
158
158
  message: "The input amount of this transaction is above our maximum, please try a lower transaction amount"
159
159
  }), !1;
160
- if (a.fmt_balance && +U > parseFloat(a.fmt_balance))
160
+ if (a.fmt_balance && +q > parseFloat(a.fmt_balance))
161
161
  return y({
162
162
  message: "Insufficient Funds. Please provide amount less or equal to available balance"
163
163
  }), !1;
@@ -212,7 +212,7 @@ const Ft = ({
212
212
  /* @__PURE__ */ e(
213
213
  te,
214
214
  {
215
- value: U,
215
+ value: q,
216
216
  onChange: Ve,
217
217
  type: "text",
218
218
  placeholder: `${j > 0 ? M + j + " minimum value" : ""}`,
@@ -360,7 +360,7 @@ const Ft = ({
360
360
  value: P,
361
361
  variant: "filled",
362
362
  displayEmpty: !0,
363
- onChange: (t) => qe(t.target.value),
363
+ onChange: (t) => Ue(t.target.value),
364
364
  error: ne,
365
365
  children: Ye.map((t) => /* @__PURE__ */ n(re, { value: t.id, children: [
366
366
  /* @__PURE__ */ e(Ie, { className: l["dropdown-list-item"], children: /* @__PURE__ */ e(
@@ -433,7 +433,7 @@ const Ft = ({
433
433
  /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
434
434
  /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ n(i, { variant: "caption", children: [
435
435
  M,
436
- Z ? /* @__PURE__ */ e(I, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(Ue).toFixed(2)
436
+ Z ? /* @__PURE__ */ e(I, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(qe).toFixed(2)
437
437
  ] }) }),
438
438
  a && /* @__PURE__ */ n(E, { children: [
439
439
  /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ n(i, { variant: "caption", children: [
@@ -1,4 +1,4 @@
1
- import { a3 as s, a4 as t, a5 as e, a6 as o, a7 as y, a8 as E } from "./constants-BQibkMPf.js";
1
+ import { a4 as s, a5 as t, a6 as e, a7 as o, a8 as y, a9 as E } from "./constants-BJhUp96H.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-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";
14
+ import { i as M } from "./index-BTqlsA2t.js";
15
+ import { i as E } from "./index-pCrOsXNC.js";
16
+ import { i as b } from "./index-B2wXmFh5.js";
17
+ import { i as F } from "./index-DegQ9bTI.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-BmnzQEjv.js";
20
+ import { F as j } from "./index-BRnTzw1Z.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-Dh9NbI7I.js";
30
- import { i as so } from "./index-DpOHb_Wl.js";
29
+ import { i as po } from "./index-Dq5wTY4S.js";
30
+ import { i as so } from "./index-Dkjl8hIv.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,4 +1,4 @@
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";
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-BJhUp96H.js";
2
2
  const O = (e) => ({
3
3
  type: d,
4
4
  payload: e
@@ -1,4 +1,4 @@
1
- import { S as t, N as a, P as e, Q as S } from "./constants-BQibkMPf.js";
1
+ import { S as t, N as a, P as e, Q as S } from "./constants-BJhUp96H.js";
2
2
  const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
@@ -35,6 +35,7 @@ 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
37
  export declare const PAYMENT_PROVIDER_CARDCORP = "cardcorp";
38
+ export declare const PAYMENT_PROVIDER_PLAID = "plaid";
38
39
  export declare const US_DOLLAR_SIGN = "$";
39
40
  export declare const EURO_SIGN = "\u20AC";
40
41
  export declare const US_DOLLAR_ISO3 = "USD";
@@ -1,98 +1,99 @@
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";
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", D = n + "/visa.png", C = 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 = "plaid", b = "$", k = "", H = "USD", F = "EUR", f = "Binance", $ = "Polygon", X = "EverChain", x = "IDChain", j = "Ethereum", z = "Avalanche", Z = "USD.c", q = "EUR.c", J = "BTC.c", Q = "GEMS.c", tt = "ID", nt = "GEMS", _t = "USDR.c", st = "fiat_to_token", et = "fiat_to_everid", ot = "token_to_fiat", Et = "token_to_token", ct = "withdraw", Tt = "iban_creation", At = "bank_transfer", at = "bank_deposit", It = "Created", Ot = "In Process", Nt = "Completed", St = "Failed", rt = "Awaiting Approved", Rt = "Rejected", it = "ID", Lt = "GEMS", Pt = 90, Dt = 3, Ct = 180, dt = 8, pt = 365, Yt = 18, Mt = 365, gt = 20, Kt = "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.", lt = "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.", ht = "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, ut = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", yt = "_rr", Bt = "credit_debit_card", Ut = "sepa_bank_transfer", Wt = "player", mt = "store", wt = "login_screen", Gt = "register_screen", Vt = "Individual", bt = "Organization", kt = "Over $10,000", Ht = "Over $1,000 & Under $10,000", Ft = "Under $1,000", ft = "Declined", $t = "You are allowed to transact up to $10,000", Xt = "You are allowed to transact more than $10,000";
2
2
  export {
3
3
  S as ARROW_ICON,
4
- j as AVALANCHE_NETWORK,
4
+ z as AVALANCHE_NETWORK,
5
5
  M as BACK_ARROW,
6
6
  E as BACK_BTN_ICON,
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,
7
+ at as BANK_DEPOSIT,
8
+ At as BANK_TRANSFER,
9
+ f as BINANCE_NETWORK,
10
+ J as BTC_TOKEN_SYMBOL,
11
+ ft as CARD_PAYMENT_DECLINE,
12
+ lt as CONNECTED_WALLET_TOOLTIP,
13
13
  c as DELETE_ICON,
14
- D as DIALOG_ERROR_ICON,
14
+ C as DIALOG_ERROR_ICON,
15
15
  d as DIALOG_SUCCESS_ICON,
16
16
  h as ENT_SEPA_PAYMENT,
17
17
  v as ENT_SEPA_PAYMENT_ACTIVE,
18
18
  u as ENT_VISA_PAYMENT,
19
19
  y as ENT_VISA_PAYMENT_ACTIVE,
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,
20
+ ht as ESTIMATE_TOOLTIP_TEXT,
21
+ j as ETHEREUM_NETWORK,
22
+ F as EURO_ISO3,
23
+ k as EURO_SIGN,
24
+ X as EVER_CHAIN_NETWORK,
25
+ et as FIAT_TO_EVER_ID,
26
+ st as FIAT_TO_TOKEN,
27
+ ct as FIAT_WITHDRAW,
28
+ Lt as GEMS_STAKE,
29
+ nt as GEMS_TOKEN_SYMBOL,
30
+ Q 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
- 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,
34
+ Tt as IBAN_CREATION,
35
+ x as ID_CHAIN_NETWORK,
36
+ it as ID_STAKE,
37
+ tt as ID_TOKEN_SYMBOL,
38
+ Vt as INDIVIDUAL_KYC_TYPE,
39
+ $t as KYC_APROVED_TOOLTIP,
40
+ Ht as KYC_BETWEEN_TRANSATION,
41
+ Xt as KYC_ELITE_TOOLTIP,
42
+ kt as KYC_OVER_TRANSATION,
43
+ Ft as KYC_UNDER_TRANSATION,
44
+ Kt as LINKED_WALLET_TOOLTIP,
45
+ wt as LOGIN_SCREEN,
46
+ bt as ORGANIZATION_KYC_TYPE,
47
+ Ut as PAYMENT_BANK,
48
+ Bt as PAYMENT_CARD,
49
49
  G as PAYMENT_PROVIDER_CARDCORP,
50
50
  W as PAYMENT_PROVIDER_CHECKOUT,
51
51
  U as PAYMENT_PROVIDER_OPENPAYD,
52
52
  w as PAYMENT_PROVIDER_PAYSAFE,
53
+ V as PAYMENT_PROVIDER_PLAID,
53
54
  B as PAYMENT_PROVIDER_RAILSBANK,
54
55
  m as PAYMENT_PROVIDER_TRUST_PAYMENTS,
55
- Ut as PLAYER_WEBSITE,
56
- f as POLYGON_NETWORK,
56
+ Wt as PLAYER_WEBSITE,
57
+ $ as POLYGON_NETWORK,
57
58
  p as PORTFOLIO_TOKEN_DOWN_ARROW,
58
59
  Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
59
60
  K as RADIO_BUTTON,
60
61
  l as RADIO_BUTTON_SELECTED,
61
- wt as REGISTER_SCREEN,
62
- ht as RESEND_EMAIL_TIMER,
62
+ Gt as REGISTER_SCREEN,
63
+ vt as RESEND_EMAIL_TIMER,
63
64
  g as RIGHT_ARROW,
64
65
  o as SELL_WITHDRAW_ICON,
65
66
  P as SEPA_ICON,
66
67
  r as SEPA_PAYMENT,
67
68
  R as SEPA_PAYMENT_ACTIVE,
68
69
  N as STAKE_GEM_ICON,
69
- Mt as STAKE_GEM_MAX_APY,
70
- Yt as STAKE_GEM_MAX_DAYS,
70
+ gt as STAKE_GEM_MAX_APY,
71
+ Mt as STAKE_GEM_MAX_DAYS,
71
72
  O as STAKE_ID_ICON,
72
- pt as STAKE_ID_MAX_APY,
73
- dt as STAKE_ID_MAX_DAYS,
74
- Dt as STAKE_ID_MID_APY,
73
+ Yt as STAKE_ID_MAX_APY,
74
+ pt as STAKE_ID_MAX_DAYS,
75
+ dt as STAKE_ID_MID_APY,
75
76
  Ct as STAKE_ID_MID_DAYS,
76
- Pt as STAKE_ID_MIN_APY,
77
- Lt as STAKE_ID_MIN_DAYS,
77
+ Dt as STAKE_ID_MIN_APY,
78
+ Pt as STAKE_ID_MIN_DAYS,
78
79
  _ as STATIC_ASSETS_BASE_URL,
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,
95
- C as VISA_ICON,
80
+ mt as STORE_WEBSITE,
81
+ q as SYNTHETIC_EUR,
82
+ Z as SYNTHETIC_USD,
83
+ ot as TOKEN_TO_FIAT,
84
+ Et as TOKEN_TO_TOKEN,
85
+ Nt as TS_COMPLETE_LABEL,
86
+ It as TS_CREATED_LABEL,
87
+ St as TS_FAIL_LABEL,
88
+ Rt as TS_NOT_APPROVAL_LABEL,
89
+ Ot as TS_PENDING_LABEL,
90
+ rt as TS_WAIT_APPROVAL_LABEL,
91
+ _t as USDR_TOKEN_SYMBOL,
92
+ yt as USERNAME_SUFFIX,
93
+ ut as USERNAME_TOOLTIP,
94
+ H as US_DOLLAR_ISO3,
95
+ b as US_DOLLAR_SIGN,
96
+ D as VISA_ICON,
96
97
  i as VISA_PAYMENT,
97
98
  L as VISA_PAYMENT_ACTIVE,
98
99
  I as WALLET_ICON,
@@ -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-BQibkMPf.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-BJhUp96H.js";
2
2
  const L = () => ({
3
3
  type: a
4
4
  }), d = () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
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.31",
35
+ "everest-npm-api": "^0.0.32",
36
36
  "frames-react": "^1.2.2",
37
37
  "moment": "^2.30.1",
38
38
  "mui-one-time-password-input": "^5.0.0",