everest-npm-features 0.0.51 → 0.0.53

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 (89) hide show
  1. package/dist/{PlayArrow-C3uVNo4F.js → PlayArrow-jzz8Y3XD.js} +1 -1
  2. package/dist/{auth-ClBgT--j.js → auth-jjVjqywi.js} +1 -1
  3. package/dist/bank-BM66KfAv.js +37 -0
  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.d.ts +1 -2
  31. package/dist/components/Wallet/Account/createIban.js +77 -125
  32. package/dist/components/Wallet/Account/eWallet.d.ts +1 -0
  33. package/dist/components/Wallet/Account/eWallet.js +55 -72
  34. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  35. package/dist/components/Wallet/Account/iban.js +48 -65
  36. package/dist/components/Wallet/Account/ibanItem.js +55 -52
  37. package/dist/components/Wallet/Account/index.js +181 -173
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  40. package/dist/components/Wallet/Buy/form.js +4 -4
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +3 -3
  50. package/dist/components/Wallet/Portfolio/index.js +4 -4
  51. package/dist/components/Wallet/Profile/documents.js +1 -1
  52. package/dist/components/Wallet/Profile/index.js +1 -1
  53. package/dist/components/Wallet/Profile/storage.js +1 -1
  54. package/dist/components/Wallet/Receive/index.js +2 -2
  55. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  56. package/dist/components/Wallet/Sell/form.js +4 -4
  57. package/dist/components/Wallet/Sell/index.js +6 -6
  58. package/dist/components/Wallet/Send/index.js +3 -3
  59. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  60. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  61. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  62. package/dist/components/Wallet/Shared/addBank.js +2 -2
  63. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  64. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  65. package/dist/components/Wallet/SignIn/index.js +2 -2
  66. package/dist/components/Wallet/SignUp/index.js +2 -2
  67. package/dist/components/Wallet/Stake/index.js +3 -3
  68. package/dist/components/Wallet/Swap/form.js +6 -6
  69. package/dist/components/Wallet/Swap/index.js +5 -5
  70. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  71. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  72. package/dist/components/Wallet/Withdraw/form.js +4 -4
  73. package/dist/components/Wallet/Withdraw/index.js +5 -5
  74. package/dist/{constants-t7n9qCW3.js → constants-Dtk3Gd0Y.js} +123 -123
  75. package/dist/{cryptoAssets-shEFU26O.js → cryptoAssets-DT2afvDJ.js} +1 -1
  76. package/dist/{index-DFRU-R-5.js → index-B4pP4oLo.js} +7 -7
  77. package/dist/{index-B6MSTmAM.js → index-BEFNlxwM.js} +15 -15
  78. package/dist/{index-Cs7bSfT3.js → index-BGJ8RVKA.js} +5 -5
  79. package/dist/{index-BMts9nlV.js → index-BU6Lajc_.js} +3 -3
  80. package/dist/{index-C2EjFXaz.js → index-BUnkeQv6.js} +7 -7
  81. package/dist/{index-RDV0mQbt.js → index-CyPm8GTl.js} +4 -4
  82. package/dist/{index-j0zehpzg.js → index-JdlBukUO.js} +4 -4
  83. package/dist/{kyc-D9xahfH9.js → kyc-BOm2LCSg.js} +1 -1
  84. package/dist/main.js +7 -7
  85. package/dist/{order-jqH948WM.js → order-DuPcaU0K.js} +27 -31
  86. package/dist/{stake-Dcq6QpaA.js → stake-WaB8Q4v-.js} +3 -3
  87. package/dist/{wallet-DpkUmmq0.js → wallet-BxwOFeSW.js} +1 -1
  88. package/package.json +2 -2
  89. package/dist/bank-Dz5km1qK.js +0 -33
@@ -4,17 +4,17 @@ import Re from "./hoc/withThemeProvider.js";
4
4
  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 oe, 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
- import U from "./components/RocketRamp/Shared/Button/index.js";
8
- import { aC as j } from "./constants-t7n9qCW3.js";
9
- import { f as pe, g as De, k as Ye, e as qe, h as Ke } from "./order-jqH948WM.js";
7
+ import j from "./components/RocketRamp/Shared/Button/index.js";
8
+ import { aC as U } from "./constants-Dtk3Gd0Y.js";
9
+ import { e as pe, f as De, j as Ye, d as qe, g as Ke } from "./order-DuPcaU0K.js";
10
10
  import "./index-DlQqWbXG.js";
11
11
  import "./components/Wallet/Shared/appButton.js";
12
12
  import { u as W } from "./react-redux-C7I9-1M6.js";
13
13
  import "./components/Wallet/Shared/Auth/otpForm.js";
14
- import { P as $e, f as Ge } from "./PlayArrow-C3uVNo4F.js";
15
- import { f as Ue } from "./cryptoAssets-shEFU26O.js";
14
+ import { P as $e, f as Ge } from "./PlayArrow-jzz8Y3XD.js";
15
+ import { f as je } from "./cryptoAssets-DT2afvDJ.js";
16
16
  import "./context/snackBarContext.js";
17
- import je from "./hooks/useEverestDispatch.js";
17
+ import Ue from "./hooks/useEverestDispatch.js";
18
18
  import "./util/conversions.js";
19
19
  import "./index-CAoLi5Qq.js";
20
20
  import { useSnackBar as Ve } from "./hooks/useSnackBar.js";
@@ -77,7 +77,7 @@ import './assets/index7.css';const E = {
77
77
  network: o.network,
78
78
  payment_provider: o.payment_provider
79
79
  },
80
- j
80
+ U
81
81
  )
82
82
  );
83
83
  }, D = () => {
@@ -163,7 +163,7 @@ import './assets/index7.css';const E = {
163
163
  ] }) }) })
164
164
  ] }) }),
165
165
  /* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
166
- U,
166
+ j,
167
167
  {
168
168
  onClick: () => N(!0),
169
169
  disabled: x,
@@ -214,7 +214,7 @@ import './assets/index7.css';const E = {
214
214
  }
215
215
  ),
216
216
  /* @__PURE__ */ e(
217
- U,
217
+ j,
218
218
  {
219
219
  onClick: D,
220
220
  disabled: x,
@@ -257,7 +257,7 @@ import './assets/index7.css';const E = {
257
257
  /* @__PURE__ */ t(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
258
258
  /* @__PURE__ */ e(z, { label: "Order ID ", value: A }),
259
259
  /* @__PURE__ */ e(
260
- U,
260
+ j,
261
261
  {
262
262
  onClick: () => S("/dashboard"),
263
263
  sx: { mt: 4 },
@@ -328,7 +328,7 @@ import './assets/index7.css';const E = {
328
328
  }
329
329
  }, [h, b]), f(() => {
330
330
  if (g && g.id && w && X && K) {
331
- d(qe(j)), O(!1), P("");
331
+ d(qe(U)), O(!1), P("");
332
332
  const r = setTimeout(() => {
333
333
  Ie();
334
334
  }, 1e3);
@@ -376,7 +376,7 @@ import './assets/index7.css';const E = {
376
376
  network: (R = g.network) == null ? void 0 : R.name,
377
377
  payment_provider: m.payment_provider
378
378
  },
379
- j
379
+ U
380
380
  )
381
381
  );
382
382
  };
@@ -613,7 +613,7 @@ import './assets/index7.css';const E = {
613
613
  ] })
614
614
  ] }) }),
615
615
  /* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
616
- U,
616
+ j,
617
617
  {
618
618
  onClick: Ae,
619
619
  disabled: J || !M,
@@ -623,7 +623,7 @@ import './assets/index7.css';const E = {
623
623
  ) })
624
624
  ] });
625
625
  }, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN", Zt = "PAYMENT_SCREEN", at = "MINIMAL_KYC_SCREEN", st = ({ partnerKey: T, navigate: y }) => {
626
- const d = je(), k = W((s) => s.app), u = W((s) => s.order), S = W(
626
+ const d = Ue(), k = W((s) => s.app), u = W((s) => s.order), S = W(
627
627
  (s) => s.user.profile
628
628
  ), p = u.error, o = W(
629
629
  (s) => s.user.profile.everWalletAddress
@@ -662,7 +662,7 @@ import './assets/index7.css';const E = {
662
662
  orderData: u,
663
663
  dispatch: d,
664
664
  getCryptoAssets: (s) => {
665
- d(Ue({ type: j, id: s, partnerKey: T }));
665
+ d(je({ type: U, id: s, partnerKey: T }));
666
666
  },
667
667
  partnerKey: T,
668
668
  balance: b,
@@ -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-C3uVNo4F.js";
4
+ import { P as nt, f as ot } from "./PlayArrow-jzz8Y3XD.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 { aC as R, ad as ct } from "./constants-t7n9qCW3.js";
8
+ import { aC as R, ad as ct } from "./constants-Dtk3Gd0Y.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-jqH948WM.js";
10
+ import { d as dt, e as We, b as X, c as Ee, f as ut, i as pt, g as ht } from "./order-DuPcaU0K.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-shEFU26O.js";
35
- import { u as Nt, a as vt } from "./wallet-DpkUmmq0.js";
34
+ import { f as Ct } from "./cryptoAssets-DT2afvDJ.js";
35
+ import { u as Nt, a as vt } from "./wallet-BxwOFeSW.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 Oe from "./components/Wallet/Shared/Input/index.js";
@@ -7,8 +7,8 @@ import ue from "./components/Wallet/Shared/Input/index.js";
7
7
  import pe from "./components/Wallet/Shared/appButton.js";
8
8
  import "./index-DlQqWbXG.js";
9
9
  import "./components/Wallet/Shared/Auth/otpForm.js";
10
- import { d as N, f as ve } from "./constants-t7n9qCW3.js";
11
- import { b as xe, c as De } from "./kyc-D9xahfH9.js";
10
+ import { d as N, f as ve } from "./constants-Dtk3Gd0Y.js";
11
+ import { b as xe, c as De } from "./kyc-BOm2LCSg.js";
12
12
  import { useSnackBarContext as se } from "./context/snackBarContext.js";
13
13
  import me from "./hooks/useEverestDispatch.js";
14
14
  import "./util/conversions.js";
@@ -347,7 +347,7 @@ const Le = ({
347
347
  }
348
348
  f(s);
349
349
  }, [E]), q(() => {
350
- m && v && (a({ message: "KYC has been done successfully." }), m());
350
+ m && v && (a({ message: "KYC has been done successfully.", type: "success" }), m());
351
351
  }, [m, v]);
352
352
  const R = {
353
353
  gender: "",
@@ -1,19 +1,19 @@
1
1
  import { jsxs as a, Fragment as w, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as Ze, useState as d, useEffect as h, useCallback as et } from "react";
3
3
  import tt from "./hoc/withThemeProvider.js";
4
- import { P as rt, f as nt } from "./PlayArrow-C3uVNo4F.js";
4
+ import { P as rt, f as nt } from "./PlayArrow-jzz8Y3XD.js";
5
5
  import { I as ot } from "./Info-BVeUSPyk.js";
6
6
  import { G as Ie } from "./generic-token-B_ptO5yb.js";
7
7
  import { PAYMENT_PROVIDER_PAYSAFE as it, ID_TOKEN_SYMBOL as Oe, FIAT_TO_EVER_ID as fe, FIAT_TO_TOKEN as he, ESTIMATE_TOOLTIP_TEXT as at, DIALOG_SUCCESS_ICON as st, PAYMENT_PROVIDER_PLAID as lt, PAYMENT_PROVIDER_CARDCORP as ct, PAYMENT_BANK as ze, SEPA_ICON as mt, VISA_ICON as dt } from "./util/constants.js";
8
- import { aq as B } from "./constants-t7n9qCW3.js";
8
+ import { aq as B } from "./constants-Dtk3Gd0Y.js";
9
9
  import { c as pt, d as ut, u as ft } from "./index-BQNs1mvn.js";
10
- import { e as ht, f as $e, c as ye, g as yt, h as ke, i as _t } from "./order-jqH948WM.js";
10
+ import { d as ht, e as $e, b as ye, f as yt, g as ke, h as _t } from "./order-DuPcaU0K.js";
11
11
  import { M as xt } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Ye, getNetworkBackGround as gt } from "./util/functions.js";
13
13
  import xe from "./components/Wallet/Shared/appButton.js";
14
14
  import Ct from "./components/Wallet/Shared/backBtn.js";
15
15
  import { s as m } from "./styles.module-DMd29SPQ.js";
16
- import { p as Nt, e as vt } from "./bank-Dz5km1qK.js";
16
+ import { p as Nt, f as vt } from "./bank-BM66KfAv.js";
17
17
  import { u as bt } from "./index.esm-BsMAMhYW.js";
18
18
  import { u as W } from "./react-redux-C7I9-1M6.js";
19
19
  import "./index-DlQqWbXG.js";
@@ -26,14 +26,14 @@ import "./components/Shared/transition.js";
26
26
  import "./components/Wallet/Shared/pin.js";
27
27
  import "./moment-h96o7c8I.js";
28
28
  import "./web3-u4qDZYpo.js";
29
- import "./index-ceeCtFuh.js";
30
29
  import { useDialogContext as Rt } from "./context/dialogContext.js";
30
+ import "./index-ceeCtFuh.js";
31
31
  import { T as s } from "./Typography-pAaje37G.js";
32
32
  import { B as S } from "./Box-B0YSYLco.js";
33
33
  import { G as i } from "./Grid-CFe3amXO.js";
34
34
  import { C as P } from "./CircularProgress-xZA3lvba.js";
35
- import { f as At } from "./cryptoAssets-shEFU26O.js";
36
- import { u as Ft, a as Pt } from "./wallet-DpkUmmq0.js";
35
+ import { f as At } from "./cryptoAssets-DT2afvDJ.js";
36
+ import { u as Ft, a as Pt } from "./wallet-BxwOFeSW.js";
37
37
  import { AuthContainer as St } from "./components/Wallet/Shared/Container/index.js";
38
38
  import Mt from "./components/Wallet/Shared/CardPayment/index.js";
39
39
  import It from "./components/Shared/MinimalKyc/index.js";
@@ -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-C3uVNo4F.js";
4
+ import { P as we, f as Be } from "./PlayArrow-jzz8Y3XD.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 qe, SEPA_PAYMENT as Ke, 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 { aJ as Ue, aq as te } from "./constants-t7n9qCW3.js";
10
- import { e as Ge, f as Ce, g as je, i as He, h as ye } from "./order-jqH948WM.js";
9
+ import { aJ as Ue, aq as te } from "./constants-Dtk3Gd0Y.js";
10
+ import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-DuPcaU0K.js";
11
11
  import { M as Xe } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Ne, removeExtraSpace as Je, getOrionBalance as Qe } 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 K } from "./react-redux-C7I9-1M6.js";
22
- import { f as nt } from "./cryptoAssets-shEFU26O.js";
22
+ import { f as nt } from "./cryptoAssets-DT2afvDJ.js";
23
23
  import at from "./components/RocketRamp/MinimalKyc/form.js";
24
24
  import { useSnackBarContext as it } from "./context/snackBarContext.js";
25
25
  import ot from "./hooks/useEverestDispatch.js";
@@ -5,12 +5,12 @@ import Ae from "./components/Wallet/Shared/backBtn.js";
5
5
  import { DIALOG_SUCCESS_ICON as Ee, PAYMENT_BANK as J, SEPA_ICON as ke, VISA_ICON as Se, PAYMENT_PROVIDER_PAYSAFE as Re, FIAT_WITHDRAW as ee, EURO_ISO3 as ze, US_DOLLAR_ISO3 as ce, SYNTHETIC_EUR as Ie, SYNTHETIC_USD as Te } from "./util/constants.js";
6
6
  import { s as u } from "./styles.module-DMd29SPQ.js";
7
7
  import ie from "./components/Wallet/Shared/appButton.js";
8
- import { ag as G } from "./constants-t7n9qCW3.js";
8
+ import { ag as G } from "./constants-Dtk3Gd0Y.js";
9
9
  import { u as Be } from "./index-BQNs1mvn.js";
10
- import { c as te, f as pe, g as We, e as we, h as Oe } from "./order-jqH948WM.js";
10
+ import { b as te, e as pe, f as We, d as we, g as Oe } from "./order-DuPcaU0K.js";
11
11
  import { u as j } from "./react-redux-C7I9-1M6.js";
12
- import { P as Pe, f as Me } from "./PlayArrow-C3uVNo4F.js";
13
- import { g as Le, u as Ye } from "./wallet-DpkUmmq0.js";
12
+ import { P as Pe, f as Me } from "./PlayArrow-jzz8Y3XD.js";
13
+ import { g as Le, u as Ye } from "./wallet-BxwOFeSW.js";
14
14
  import { useSnackBarContext as qe } from "./context/snackBarContext.js";
15
15
  import { AuthContainer as Ke } from "./components/Wallet/Shared/Container/index.js";
16
16
  import $e from "./components/Shared/MinimalKyc/index.js";
@@ -1,4 +1,4 @@
1
- import { a5 as s, a6 as t, a7 as e, a8 as o, a9 as y, aa as E } from "./constants-t7n9qCW3.js";
1
+ import { a5 as s, a6 as t, a7 as e, a8 as o, a9 as y, aa as E } from "./constants-Dtk3Gd0Y.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-C2EjFXaz.js";
15
- import { i as E } from "./index-Cs7bSfT3.js";
16
- import { i as b } from "./index-j0zehpzg.js";
17
- import { i as F } from "./index-DFRU-R-5.js";
14
+ import { i as M } from "./index-BUnkeQv6.js";
15
+ import { i as E } from "./index-BGJ8RVKA.js";
16
+ import { i as b } from "./index-JdlBukUO.js";
17
+ import { i as F } from "./index-B4pP4oLo.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-BMts9nlV.js";
20
+ import { F as j } from "./index-BU6Lajc_.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-RDV0mQbt.js";
30
- import { i as so } from "./index-B6MSTmAM.js";
29
+ import { i as po } from "./index-CyPm8GTl.js";
30
+ import { i as so } from "./index-BEFNlxwM.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,8 +1,8 @@
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 y, H as T, I as d, J as S, M as n, N as D } from "./constants-t7n9qCW3.js";
2
- const c = (e) => ({
3
- type: S,
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-Dtk3Gd0Y.js";
2
+ const O = (e) => ({
3
+ type: d,
4
4
  payload: e
5
- }), A = (e, a) => ({
5
+ }), c = (e, a) => ({
6
6
  type: s,
7
7
  payload: e,
8
8
  meta: { orderType: a }
@@ -11,49 +11,45 @@ const c = (e) => ({
11
11
  meta: { orderType: e }
12
12
  }), u = () => ({
13
13
  type: E
14
- }), U = (e) => ({
14
+ }), A = (e) => ({
15
15
  type: r,
16
16
  payload: e
17
- }), l = (e) => ({
17
+ }), U = (e) => ({
18
18
  type: _,
19
19
  payload: e
20
- }), P = (e) => ({
20
+ }), l = (e) => ({
21
21
  type: p,
22
22
  payload: e
23
23
  }), m = (e) => ({
24
- type: y,
25
- payload: e
26
- }), q = (e) => ({
27
- type: n,
24
+ type: S,
28
25
  payload: e
29
- }), Q = () => ({
26
+ }), q = () => ({
30
27
  type: R
31
- }), I = (e) => ({
28
+ }), P = (e) => ({
32
29
  type: o,
33
30
  payload: e
34
- }), i = (e) => ({
31
+ }), Q = (e) => ({
35
32
  type: T,
36
33
  payload: e
37
- }), M = (e) => ({
34
+ }), i = (e) => ({
38
35
  type: D,
39
36
  payload: e
40
- }), N = (e) => ({
41
- type: d,
37
+ }), I = (e) => ({
38
+ type: y,
42
39
  payload: e
43
40
  });
44
41
  export {
45
- c as a,
46
- P as b,
47
- u as c,
48
- I as d,
49
- C as e,
50
- A as f,
51
- l as g,
52
- q as h,
53
- m as i,
54
- i as j,
55
- Q as k,
56
- M as l,
57
- U as o,
58
- N as v
42
+ O as a,
43
+ u as b,
44
+ P as c,
45
+ C as d,
46
+ c as e,
47
+ U as f,
48
+ m as g,
49
+ l as h,
50
+ Q as i,
51
+ q as j,
52
+ i as k,
53
+ A as o,
54
+ I as v
59
55
  };
@@ -1,5 +1,5 @@
1
- import { S as t, P as a, Q as e, T as S } from "./constants-t7n9qCW3.js";
2
- const E = () => ({
1
+ import { S as t, N as a, P as e, Q as S } from "./constants-Dtk3Gd0Y.js";
2
+ const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
5
5
  type: S,
@@ -13,5 +13,5 @@ export {
13
13
  _ as a,
14
14
  o as b,
15
15
  p as c,
16
- E as s
16
+ T as s
17
17
  };
@@ -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-t7n9qCW3.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-Dtk3Gd0Y.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.51",
3
+ "version": "0.0.53",
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.37",
35
+ "everest-npm-api": "^0.0.39",
36
36
  "frames-react": "^1.2.2",
37
37
  "moment": "^2.30.1",
38
38
  "mui-one-time-password-input": "^5.0.0",
@@ -1,33 +0,0 @@
1
- import { W as e, X as s, Y as t, Z as E, _ as o, $ as p, a0 as R, a1 as _ } from "./constants-t7n9qCW3.js";
2
- const T = () => ({
3
- type: e
4
- }), d = (a) => ({
5
- type: E,
6
- payload: a
7
- }), y = (a) => ({
8
- type: _,
9
- payload: a
10
- }), u = (a) => ({
11
- type: s,
12
- payload: a
13
- }), A = () => ({
14
- type: p
15
- }), S = (a) => ({
16
- type: t,
17
- payload: a
18
- }), c = () => ({
19
- type: R
20
- }), l = (a) => ({
21
- type: o,
22
- payload: a
23
- });
24
- export {
25
- d as a,
26
- S as b,
27
- c,
28
- y as d,
29
- A as e,
30
- u as p,
31
- l as s,
32
- T as u
33
- };