everest-npm-features 0.0.57 → 0.0.58

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 (98) hide show
  1. package/dist/{PlayArrow-jzz8Y3XD.js → PlayArrow-BRz9FV4L.js} +1 -1
  2. package/dist/{auth-jjVjqywi.js → auth-CD7qxhDF.js} +1 -1
  3. package/dist/{bank-BM66KfAv.js → bank-C2LtDonX.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 +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/eWallet.d.ts +4 -2
  32. package/dist/components/Wallet/Account/eWallet.js +30 -28
  33. package/dist/components/Wallet/Account/iban.d.ts +4 -2
  34. package/dist/components/Wallet/Account/iban.js +30 -28
  35. package/dist/components/Wallet/Account/ibanItem.d.ts +4 -2
  36. package/dist/components/Wallet/Account/ibanItem.js +179 -175
  37. package/dist/components/Wallet/Account/index.js +190 -177
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +4 -4
  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.d.ts +7 -13
  50. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +215 -231
  51. package/dist/components/Wallet/Portfolio/index.js +5 -5
  52. package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
  53. package/dist/components/Wallet/Profile/documents.js +1 -1
  54. package/dist/components/Wallet/Profile/index.js +1 -1
  55. package/dist/components/Wallet/Profile/storage.js +1 -1
  56. package/dist/components/Wallet/Receive/index.js +2 -2
  57. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  58. package/dist/components/Wallet/Sell/form.js +4 -4
  59. package/dist/components/Wallet/Sell/index.js +6 -6
  60. package/dist/components/Wallet/Send/index.js +3 -3
  61. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  62. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  63. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  64. package/dist/components/Wallet/Shared/addBank.js +2 -2
  65. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  66. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  67. package/dist/components/Wallet/SignIn/index.js +2 -2
  68. package/dist/components/Wallet/SignUp/index.js +2 -2
  69. package/dist/components/Wallet/Stake/gems/index.d.ts +26 -2
  70. package/dist/components/Wallet/Stake/gems/index.js +74 -85
  71. package/dist/components/Wallet/Stake/id/index.d.ts +27 -1
  72. package/dist/components/Wallet/Stake/id/index.js +68 -78
  73. package/dist/components/Wallet/Stake/index.d.ts +4 -1
  74. package/dist/components/Wallet/Stake/index.js +232 -201
  75. package/dist/components/Wallet/Swap/form.js +5 -5
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-Dtk3Gd0Y.js → constants-Styrbvke.js} +4 -4
  82. package/dist/{cryptoAssets-DT2afvDJ.js → cryptoAssets-CFtzXGbk.js} +1 -1
  83. package/dist/{index-BEFNlxwM.js → index-AVcxYfIV.js} +4 -4
  84. package/dist/{index-JdlBukUO.js → index-CKjKCXeQ.js} +4 -4
  85. package/dist/{index-BGJ8RVKA.js → index-DAla2tRU.js} +5 -5
  86. package/dist/{index-BUnkeQv6.js → index-DM6mBQ7L.js} +6 -6
  87. package/dist/{index-B4pP4oLo.js → index-Da-BlrMH.js} +6 -6
  88. package/dist/{index-CyPm8GTl.js → index-Du_jGnyO.js} +4 -4
  89. package/dist/{index-BU6Lajc_.js → index-g4Gy1BHB.js} +2 -2
  90. package/dist/{kyc-BOm2LCSg.js → kyc-Ee4qAZby.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DuPcaU0K.js → order-uVUTqaQ2.js} +1 -1
  93. package/dist/{stake-WaB8Q4v-.js → stake-Dgx86wzO.js} +1 -1
  94. package/dist/{tokenRow-B-tustzZ.js → tokenRow-C-iMHhPj.js} +14 -12
  95. package/dist/util/constants.d.ts +1 -0
  96. package/dist/util/constants.js +54 -53
  97. package/dist/{wallet-BxwOFeSW.js → wallet-BkdExH6h.js} +10 -10
  98. package/package.json +2 -2
@@ -4,10 +4,10 @@ import "../Shared/backBtn.js";
4
4
  import "../../../util/constants.js";
5
5
  import "../../../styles.module-DMd29SPQ.js";
6
6
  import "../Shared/appButton.js";
7
- import "../../../constants-Dtk3Gd0Y.js";
7
+ import "../../../constants-Styrbvke.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DuPcaU0K.js";
10
- import { B as g } from "../../../index-JdlBukUO.js";
9
+ import "../../../order-uVUTqaQ2.js";
10
+ import { B as g } from "../../../index-CKjKCXeQ.js";
11
11
  import "../../../react-redux-C7I9-1M6.js";
12
12
  import "../../../hooks/useDialog/index.js";
13
13
  import "../../../Typography-pAaje37G.js";
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-jzz8Y3XD.js";
3
+ import "../../../PlayArrow-BRz9FV4L.js";
4
4
  import "../../../generic-token-B_ptO5yb.js";
5
5
  import "../../../util/constants.js";
6
- import "../../../constants-Dtk3Gd0Y.js";
7
- import "../../../order-DuPcaU0K.js";
6
+ import "../../../constants-Styrbvke.js";
7
+ import "../../../order-uVUTqaQ2.js";
8
8
  import "../../../util/functions.js";
9
- import { W as z } from "../../../index-JdlBukUO.js";
9
+ import { W as z } from "../../../index-CKjKCXeQ.js";
10
10
  import "../../../styles.module-DMd29SPQ.js";
11
11
  import "../Shared/appButton.js";
12
12
  import "../Shared/Order/paymentButton.js";
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { a as f, C as A, F as K, M as O, i as d } from "../../../index-JdlBukUO.js";
4
+ import { a as f, C as A, F as K, M as O, i as d } from "../../../index-CKjKCXeQ.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-Dtk3Gd0Y.js";
7
- import "../../../PlayArrow-jzz8Y3XD.js";
8
- import "../../../wallet-BxwOFeSW.js";
9
- import "../../../order-DuPcaU0K.js";
6
+ import "../../../constants-Styrbvke.js";
7
+ import "../../../PlayArrow-BRz9FV4L.js";
8
+ import "../../../wallet-BkdExH6h.js";
9
+ import "../../../order-uVUTqaQ2.js";
10
10
  import "../../../util/constants.js";
11
11
  import "../../../context/snackBarContext.js";
12
12
  import "../Shared/Container/index.js";
@@ -5230,7 +5230,7 @@ export {
5230
5230
  zh as C,
5231
5231
  Yh as D,
5232
5232
  $h as E,
5233
- vh as F,
5233
+ Dh as F,
5234
5234
  ta as G,
5235
5235
  ga as H,
5236
5236
  Qh as I,
@@ -5314,9 +5314,9 @@ export {
5314
5314
  $o as n,
5315
5315
  la as o,
5316
5316
  yh as p,
5317
- Ih as q,
5318
- wh as r,
5319
- Dh as s,
5317
+ vh as q,
5318
+ Ih as r,
5319
+ wh as s,
5320
5320
  Sh as t,
5321
5321
  Rh as u,
5322
5322
  mh as v,
@@ -1,4 +1,4 @@
1
- import { a2 as t, a3 as s, a4 as e } from "./constants-Dtk3Gd0Y.js";
1
+ import { a2 as t, a3 as s, a4 as e } from "./constants-Styrbvke.js";
2
2
  const p = (a) => ({
3
3
  type: t,
4
4
  payload: a
@@ -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 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
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";
8
+ import { aC as U } from "./constants-Styrbvke.js";
9
+ import { e as pe, f as De, j as Ye, d as qe, g as Ke } from "./order-uVUTqaQ2.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-jzz8Y3XD.js";
15
- import { f as je } from "./cryptoAssets-DT2afvDJ.js";
14
+ import { P as $e, f as Ge } from "./PlayArrow-BRz9FV4L.js";
15
+ import { f as je } from "./cryptoAssets-CFtzXGbk.js";
16
16
  import "./context/snackBarContext.js";
17
17
  import Ue from "./hooks/useEverestDispatch.js";
18
18
  import "./util/conversions.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-Dtk3Gd0Y.js";
8
+ import { ag as G } from "./constants-Styrbvke.js";
9
9
  import { u as Be } from "./index-BQNs1mvn.js";
10
- import { b as te, e as pe, f as We, d as we, g as Oe } from "./order-DuPcaU0K.js";
10
+ import { b as te, e as pe, f as We, d as we, g as Oe } from "./order-uVUTqaQ2.js";
11
11
  import { u as j } from "./react-redux-C7I9-1M6.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";
12
+ import { P as Pe, f as Me } from "./PlayArrow-BRz9FV4L.js";
13
+ import { d as Le, u as Ye } from "./wallet-BkdExH6h.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,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-jzz8Y3XD.js";
4
+ import { P as nt, f as ot } from "./PlayArrow-BRz9FV4L.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-Dtk3Gd0Y.js";
8
+ import { aC as R, ad as ct } from "./constants-Styrbvke.js";
9
9
  import { c as ze, d as mt } from "./index-BQNs1mvn.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";
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-uVUTqaQ2.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-DT2afvDJ.js";
35
- import { u as Nt, a as vt } from "./wallet-BxwOFeSW.js";
34
+ import { f as Ct } from "./cryptoAssets-CFtzXGbk.js";
35
+ import { u as Nt, a as vt } from "./wallet-BkdExH6h.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";
@@ -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-jzz8Y3XD.js";
4
+ import { P as rt, f as nt } from "./PlayArrow-BRz9FV4L.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-Dtk3Gd0Y.js";
8
+ import { aq as B } from "./constants-Styrbvke.js";
9
9
  import { c as pt, d as ut, u as ft } from "./index-BQNs1mvn.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";
10
+ import { d as ht, e as $e, b as ye, f as yt, g as ke, h as _t } from "./order-uVUTqaQ2.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, f as vt } from "./bank-BM66KfAv.js";
16
+ import { p as Nt, f as vt } from "./bank-C2LtDonX.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";
@@ -32,8 +32,8 @@ 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-DT2afvDJ.js";
36
- import { u as Ft, a as Pt } from "./wallet-BxwOFeSW.js";
35
+ import { f as At } from "./cryptoAssets-CFtzXGbk.js";
36
+ import { u as Ft, a as Pt } from "./wallet-BkdExH6h.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";
@@ -2,16 +2,16 @@ import { jsxs as a, Fragment as _, 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 { u as C } from "./react-redux-C7I9-1M6.js";
5
- import { P as Qe } from "./PlayArrow-jzz8Y3XD.js";
5
+ import { P as Qe } from "./PlayArrow-BRz9FV4L.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 ve } from "./util/conversions.js";
11
- import { ad as A } from "./constants-Dtk3Gd0Y.js";
11
+ import { ad as A } from "./constants-Styrbvke.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-DT2afvDJ.js";
14
- import { b as Z, c as _e, d as it, e as lt, f as ct, g as mt } from "./order-DuPcaU0K.js";
13
+ import { f as nt, a as at, b as st } from "./cryptoAssets-CFtzXGbk.js";
14
+ import { b as Z, c as _e, d as it, e as lt, f as ct, g as mt } from "./order-uVUTqaQ2.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";
@@ -29,11 +29,11 @@ import "./web3-u4qDZYpo.js";
29
29
  import { s as i } from "./styles.module-DMd29SPQ.js";
30
30
  import Ce from "./components/Wallet/Shared/Order/selectCustomIcon.js";
31
31
  import "./index-ceeCtFuh.js";
32
- import { u as xt, a as gt } from "./wallet-BxwOFeSW.js";
32
+ import { u as xt, a as gt } from "./wallet-BkdExH6h.js";
33
33
  import { AuthContainer as yt } from "./components/Wallet/Shared/Container/index.js";
34
34
  import bt from "./components/Shared/MinimalKyc/index.js";
35
35
  import Nt from "./components/Wallet/Shared/Input/index.js";
36
- import { M as vt } from "./index-BGJ8RVKA.js";
36
+ import { M as vt } from "./index-DAla2tRU.js";
37
37
  import { useDialogContext as _t } from "./context/dialogContext.js";
38
38
  import { B as R } from "./Box-B0YSYLco.js";
39
39
  import { G as s } from "./Grid-CFe3amXO.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-jzz8Y3XD.js";
4
+ import { P as we, f as Be } from "./PlayArrow-BRz9FV4L.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-Dtk3Gd0Y.js";
10
- import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-DuPcaU0K.js";
9
+ import { aJ as Ue, aq as te } from "./constants-Styrbvke.js";
10
+ import { d as Ge, e as Ce, f as je, h as He, g as ye } from "./order-uVUTqaQ2.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-DT2afvDJ.js";
22
+ import { f as nt } from "./cryptoAssets-CFtzXGbk.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";
@@ -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-Dtk3Gd0Y.js";
11
- import { b as xe, c as De } from "./kyc-BOm2LCSg.js";
10
+ import { d as N, f as ve } from "./constants-Styrbvke.js";
11
+ import { b as xe, c as De } from "./kyc-Ee4qAZby.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";
@@ -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-Dtk3Gd0Y.js";
1
+ import { a5 as s, a6 as t, a7 as e, a8 as o, a9 as y, aa as E } from "./constants-Styrbvke.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-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";
14
+ import { i as M } from "./index-DM6mBQ7L.js";
15
+ import { i as E } from "./index-DAla2tRU.js";
16
+ import { i as b } from "./index-CKjKCXeQ.js";
17
+ import { i as F } from "./index-Da-BlrMH.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-BU6Lajc_.js";
20
+ import { F as j } from "./index-g4Gy1BHB.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-CyPm8GTl.js";
30
- import { i as so } from "./index-BEFNlxwM.js";
29
+ import { i as po } from "./index-Du_jGnyO.js";
30
+ import { i as so } from "./index-AVcxYfIV.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-Dtk3Gd0Y.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-Styrbvke.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-Dtk3Gd0Y.js";
1
+ import { S as t, N as a, P as e, Q as S } from "./constants-Styrbvke.js";
2
2
  const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
@@ -1,9 +1,9 @@
1
- import { jsx as e, Fragment as u, jsxs as t } from "react/jsx-runtime";
2
- import { useState as w, Fragment as W } from "react";
1
+ import { jsx as e, Fragment as p, jsxs as t } from "react/jsx-runtime";
2
+ import { useState as w, Fragment as G } from "react";
3
3
  import { G as b } from "./generic-token-B_ptO5yb.js";
4
- import { US_DOLLAR_ISO3 as d, PORTFOLIO_TOKEN_DOWN_ARROW as v, PORTFOLIO_TOKEN_RIGHT_ARROW as A } from "./util/constants.js";
4
+ import { US_DOLLAR_ISO3 as d, PORTFOLIO_TOKEN_DOWN_ARROW as P, PORTFOLIO_TOKEN_RIGHT_ARROW as W } from "./util/constants.js";
5
5
  import { numberFormat as z } from "./util/conversions.js";
6
- import G from "./components/Wallet/Shared/appButton.js";
6
+ import v from "./components/Wallet/Shared/appButton.js";
7
7
  import { G as l } from "./Grid-CFe3amXO.js";
8
8
  import { D as N } from "./Divider-BShhMFf4.js";
9
9
  import './assets/tokenRow.css';const h = {
@@ -33,12 +33,14 @@ import './assets/tokenRow.css';const h = {
33
33
  return "Everest ID";
34
34
  case "EUR.c":
35
35
  return "Euro";
36
+ case "GBP.c":
37
+ return "Great British Pound";
36
38
  case "CRDT":
37
39
  return c.label;
38
40
  default:
39
41
  return i;
40
42
  }
41
- }, p = (i, r) => {
43
+ }, u = (i, r) => {
42
44
  switch (i) {
43
45
  case "ETH":
44
46
  return { se: "eth_" + r };
@@ -53,11 +55,11 @@ import './assets/tokenRow.css';const h = {
53
55
  return { se: i + "_" + r };
54
56
  }
55
57
  }, C = s.symbol.replace(".c", "");
56
- return /* @__PURE__ */ e(u, { children: /* @__PURE__ */ t(
58
+ return /* @__PURE__ */ e(p, { children: /* @__PURE__ */ t(
57
59
  l,
58
60
  {
59
61
  className: `${h["balance-item"]} ${m ? "cursor-pointer" : ""}`,
60
- ...p(s.name, "bar"),
62
+ ...u(s.name, "bar"),
61
63
  onClick: () => O(s),
62
64
  rowSpacing: { xs: 2, md: 0 },
63
65
  container: !0,
@@ -121,8 +123,8 @@ import './assets/tokenRow.css';const h = {
121
123
  a,
122
124
  n === d ? s.balance_usd.toFixed(5) * 1 : s.balance_eur.toFixed(5) * 1
123
125
  ] }),
124
- m && /* @__PURE__ */ e(l, { className: "text-center-right", size: { xs: 12, md: 1 }, children: s.wallets && s.wallets.length > 0 ? /* @__PURE__ */ e("span", { className: h["text-color"], children: o ? /* @__PURE__ */ e("img", { src: v }) : /* @__PURE__ */ e("img", { src: A }) }) : null }),
125
- I.map((i, r) => /* @__PURE__ */ t(W, { children: [
126
+ m && /* @__PURE__ */ e(l, { className: "text-center-right", size: { xs: 12, md: 1 }, children: s.wallets && s.wallets.length > 0 ? /* @__PURE__ */ e("span", { className: h["text-color"], children: o ? /* @__PURE__ */ e("img", { src: P }) : /* @__PURE__ */ e("img", { src: W }) }) : null }),
127
+ I.map((i, r) => /* @__PURE__ */ t(G, { children: [
126
128
  /* @__PURE__ */ e(N, { sx: { width: "100%" } }),
127
129
  /* @__PURE__ */ t(
128
130
  l,
@@ -140,7 +142,7 @@ import './assets/tokenRow.css';const h = {
140
142
  className: "text-right fw600",
141
143
  size: { xs: 8, md: 2 },
142
144
  title: i.balance,
143
- ...i.walletName === "EverWallet" && p(s.name, "everwallet_balance"),
145
+ ...i.walletName === "EverWallet" && u(s.name, "everwallet_balance"),
144
146
  children: s.name === "CRDT" ? c.symbol + x : z(i.balance)
145
147
  }
146
148
  ),
@@ -166,10 +168,10 @@ import './assets/tokenRow.css';const h = {
166
168
  }
167
169
  )
168
170
  ] }, r)),
169
- o && f && !f.includes(C) ? /* @__PURE__ */ t(u, { children: [
171
+ o && f && !f.includes(C) ? /* @__PURE__ */ t(p, { children: [
170
172
  /* @__PURE__ */ e(N, { sx: { width: "100%", mt: 1 } }),
171
173
  /* @__PURE__ */ e(l, { container: !0, sx: { width: "100%" }, children: /* @__PURE__ */ e(l, { className: "flex-center", size: 12, children: /* @__PURE__ */ e(
172
- G,
174
+ v,
173
175
  {
174
176
  onClick: () => g && g(s),
175
177
  sx: { mt: 1 },
@@ -52,6 +52,7 @@ export declare const AVALANCHE_NETWORK = "Avalanche";
52
52
  export declare const SYNTHETIC_USD = "USD.c";
53
53
  export declare const SYNTHETIC_EUR = "EUR.c";
54
54
  export declare const SYNTHETIC_EURE = "EURE.c";
55
+ export declare const SYNTHETIC_GBP = "GBP.c";
55
56
  export declare const BTC_TOKEN_SYMBOL = "BTC.c";
56
57
  export declare const GEM_SYNTHETIC_TOKEN_SYMBOL = "GEMS.c";
57
58
  export declare const ID_TOKEN_SYMBOL = "ID";
@@ -1,55 +1,55 @@
1
- const _ = "https://static-assets.everest.org", o = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", E = t + "/sell-withdraw.png", e = t + "/back-btn.png", c = t + "/delete.png", T = n + "/history-buy.svg", A = n + "/history-sell.svg", a = n + "/history-swap.svg", I = t + "/wallet-icon.png", O = t + "/stake-id.png", N = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", R = t + "/sepa-payment.png", r = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", P = t + "/sepa.png", C = t + "/visa.png", D = t + "/dialog-error.png", d = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", Y = n + "/expand-right-arrow.svg", M = n + "/back-arrow.svg", g = n + "/right-arrow.svg", l = n + "/radio-button.svg", K = n + "/radio-button-selected.svg", U = n + "/sepa.png", u = n + "/sepa-selected.png", B = n + "/visa.png", h = n + "/visa-selected.png", v = t + "/cloud-icon.png", W = t + "/storage-success.png", y = "railsbank", m = "open_payd", w = "checkout", G = "trustpayments", V = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "GBP", x = "Binance", j = "Polygon", z = "EverChain", Z = "IDChain", q = "Ethereum", J = "Avalanche", Q = "USD.c", tt = "EUR.c", nt = "EURE.c", _t = "BTC.c", st = "GEMS.c", ot = "ID", Et = "GEMS", et = "USDR.c", ct = "fiat_to_token", Tt = "fiat_to_everid", At = "token_to_fiat", at = "token_to_token", It = "withdraw", Ot = "iban_creation", Nt = "bank_transfer", St = "bank_deposit", Rt = "Created", rt = "In Process", it = "Completed", Lt = "Failed", Pt = "Awaiting Approved", Ct = "Rejected", Dt = "ID", dt = "GEMS", pt = 90, Yt = 3, Mt = 180, gt = 8, lt = 365, Kt = 18, Ut = 365, ut = 20, Bt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", ht = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", vt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", Wt = 300, yt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", mt = "_rr", wt = "credit_debit_card", Gt = "sepa_bank_transfer", Vt = "player", bt = "store", kt = "login_screen", Ht = "register_screen", Ft = "Individual", ft = "Organization", $t = "Over $100,000", Xt = "Over $1,000 & Under $100,000", xt = "Under $1,000", jt = "Declined", zt = "You are allowed to transact up to $10,000", Zt = "You are allowed to transact more than $10,000", qt = "eWallet", Jt = "Virtual IBAN";
1
+ const _ = "https://static-assets.everest.org", o = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", E = t + "/sell-withdraw.png", e = t + "/back-btn.png", c = t + "/delete.png", T = n + "/history-buy.svg", A = n + "/history-sell.svg", a = n + "/history-swap.svg", I = t + "/wallet-icon.png", O = t + "/stake-id.png", N = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", R = t + "/sepa-payment.png", r = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", P = t + "/sepa.png", C = t + "/visa.png", D = t + "/dialog-error.png", d = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", Y = n + "/expand-right-arrow.svg", M = n + "/back-arrow.svg", g = n + "/right-arrow.svg", l = n + "/radio-button.svg", K = n + "/radio-button-selected.svg", U = n + "/sepa.png", B = n + "/sepa-selected.png", u = n + "/visa.png", h = n + "/visa-selected.png", v = t + "/cloud-icon.png", W = t + "/storage-success.png", y = "railsbank", m = "open_payd", w = "checkout", G = "trustpayments", V = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "GBP", x = "Binance", j = "Polygon", z = "EverChain", Z = "IDChain", q = "Ethereum", J = "Avalanche", Q = "USD.c", tt = "EUR.c", nt = "EURE.c", _t = "GBP.c", st = "BTC.c", ot = "GEMS.c", Et = "ID", et = "GEMS", ct = "USDR.c", Tt = "fiat_to_token", At = "fiat_to_everid", at = "token_to_fiat", It = "token_to_token", Ot = "withdraw", Nt = "iban_creation", St = "bank_transfer", Rt = "bank_deposit", rt = "Created", it = "In Process", Lt = "Completed", Pt = "Failed", Ct = "Awaiting Approved", Dt = "Rejected", dt = "ID", pt = "GEMS", Yt = 90, Mt = 3, gt = 180, lt = 8, Kt = 365, Ut = 18, Bt = 365, ut = 20, ht = "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.", vt = "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.", Wt = "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.", yt = 300, mt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", wt = "_rr", Gt = "credit_debit_card", Vt = "sepa_bank_transfer", bt = "player", kt = "store", Ht = "login_screen", Ft = "register_screen", ft = "Individual", $t = "Organization", Xt = "Over $100,000", xt = "Over $1,000 & Under $100,000", jt = "Under $1,000", zt = "Declined", Zt = "You are allowed to transact up to $10,000", qt = "You are allowed to transact more than $10,000", Jt = "eWallet", Qt = "Virtual IBAN";
2
2
  export {
3
3
  S as ARROW_ICON,
4
4
  J as AVALANCHE_NETWORK,
5
5
  M as BACK_ARROW,
6
6
  e as BACK_BTN_ICON,
7
- St as BANK_DEPOSIT,
8
- Nt as BANK_TRANSFER,
7
+ Rt as BANK_DEPOSIT,
8
+ St as BANK_TRANSFER,
9
9
  x as BINANCE_NETWORK,
10
- _t as BTC_TOKEN_SYMBOL,
11
- jt as CARD_PAYMENT_DECLINE,
10
+ st as BTC_TOKEN_SYMBOL,
11
+ zt as CARD_PAYMENT_DECLINE,
12
12
  v as CLOUD_ICON,
13
- ht as CONNECTED_WALLET_TOOLTIP,
13
+ vt as CONNECTED_WALLET_TOOLTIP,
14
14
  c as DELETE_ICON,
15
15
  D as DIALOG_ERROR_ICON,
16
16
  d as DIALOG_SUCCESS_ICON,
17
17
  U as ENT_SEPA_PAYMENT,
18
- u as ENT_SEPA_PAYMENT_ACTIVE,
19
- B as ENT_VISA_PAYMENT,
18
+ B as ENT_SEPA_PAYMENT_ACTIVE,
19
+ u as ENT_VISA_PAYMENT,
20
20
  h as ENT_VISA_PAYMENT_ACTIVE,
21
- vt as ESTIMATE_TOOLTIP_TEXT,
21
+ Wt as ESTIMATE_TOOLTIP_TEXT,
22
22
  q as ETHEREUM_NETWORK,
23
23
  $ as EURO_ISO3,
24
24
  F as EURO_SIGN,
25
25
  z as EVER_CHAIN_NETWORK,
26
- qt as FEATURE_EWALLET,
27
- Jt as FEATURE_VIRTUAL_IBAN,
28
- Tt as FIAT_TO_EVER_ID,
29
- ct as FIAT_TO_TOKEN,
30
- It as FIAT_WITHDRAW,
26
+ Jt as FEATURE_EWALLET,
27
+ Qt as FEATURE_VIRTUAL_IBAN,
28
+ At as FIAT_TO_EVER_ID,
29
+ Tt as FIAT_TO_TOKEN,
30
+ Ot as FIAT_WITHDRAW,
31
31
  X as GBP_ISO3,
32
- dt as GEMS_STAKE,
33
- Et as GEMS_TOKEN_SYMBOL,
34
- st as GEM_SYNTHETIC_TOKEN_SYMBOL,
32
+ pt as GEMS_STAKE,
33
+ et as GEMS_TOKEN_SYMBOL,
34
+ ot as GEM_SYNTHETIC_TOKEN_SYMBOL,
35
35
  T as HISTORY_BUY_ICON,
36
36
  A as HISTORY_SELL_ICON,
37
37
  a as HISTORY_SWAP_ICON,
38
- Ot as IBAN_CREATION,
38
+ Nt as IBAN_CREATION,
39
39
  Z as ID_CHAIN_NETWORK,
40
- Dt as ID_STAKE,
41
- ot as ID_TOKEN_SYMBOL,
42
- Ft as INDIVIDUAL_KYC_TYPE,
43
- zt as KYC_APROVED_TOOLTIP,
44
- Xt as KYC_BETWEEN_TRANSATION,
45
- Zt as KYC_ELITE_TOOLTIP,
46
- $t as KYC_OVER_TRANSATION,
47
- xt as KYC_UNDER_TRANSATION,
48
- Bt as LINKED_WALLET_TOOLTIP,
49
- kt as LOGIN_SCREEN,
50
- ft as ORGANIZATION_KYC_TYPE,
51
- Gt as PAYMENT_BANK,
52
- wt as PAYMENT_CARD,
40
+ dt as ID_STAKE,
41
+ Et as ID_TOKEN_SYMBOL,
42
+ ft as INDIVIDUAL_KYC_TYPE,
43
+ Zt as KYC_APROVED_TOOLTIP,
44
+ xt as KYC_BETWEEN_TRANSATION,
45
+ qt as KYC_ELITE_TOOLTIP,
46
+ Xt as KYC_OVER_TRANSATION,
47
+ jt as KYC_UNDER_TRANSATION,
48
+ ht as LINKED_WALLET_TOOLTIP,
49
+ Ht as LOGIN_SCREEN,
50
+ $t as ORGANIZATION_KYC_TYPE,
51
+ Vt as PAYMENT_BANK,
52
+ Gt as PAYMENT_CARD,
53
53
  b as PAYMENT_PROVIDER_CARDCORP,
54
54
  w as PAYMENT_PROVIDER_CHECKOUT,
55
55
  m as PAYMENT_PROVIDER_OPENPAYD,
@@ -57,14 +57,14 @@ export {
57
57
  k as PAYMENT_PROVIDER_PLAID,
58
58
  y as PAYMENT_PROVIDER_RAILSBANK,
59
59
  G as PAYMENT_PROVIDER_TRUST_PAYMENTS,
60
- Vt as PLAYER_WEBSITE,
60
+ bt as PLAYER_WEBSITE,
61
61
  j as POLYGON_NETWORK,
62
62
  p as PORTFOLIO_TOKEN_DOWN_ARROW,
63
63
  Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
64
64
  l as RADIO_BUTTON,
65
65
  K as RADIO_BUTTON_SELECTED,
66
- Ht as REGISTER_SCREEN,
67
- Wt as RESEND_EMAIL_TIMER,
66
+ Ft as REGISTER_SCREEN,
67
+ yt as RESEND_EMAIL_TIMER,
68
68
  g as RIGHT_ARROW,
69
69
  E as SELL_WITHDRAW_ICON,
70
70
  P as SEPA_ICON,
@@ -72,31 +72,32 @@ export {
72
72
  r as SEPA_PAYMENT_ACTIVE,
73
73
  N as STAKE_GEM_ICON,
74
74
  ut as STAKE_GEM_MAX_APY,
75
- Ut as STAKE_GEM_MAX_DAYS,
75
+ Bt as STAKE_GEM_MAX_DAYS,
76
76
  O as STAKE_ID_ICON,
77
- Kt as STAKE_ID_MAX_APY,
78
- lt as STAKE_ID_MAX_DAYS,
79
- gt as STAKE_ID_MID_APY,
80
- Mt as STAKE_ID_MID_DAYS,
81
- Yt as STAKE_ID_MIN_APY,
82
- pt as STAKE_ID_MIN_DAYS,
77
+ Ut as STAKE_ID_MAX_APY,
78
+ Kt as STAKE_ID_MAX_DAYS,
79
+ lt as STAKE_ID_MID_APY,
80
+ gt as STAKE_ID_MID_DAYS,
81
+ Mt as STAKE_ID_MIN_APY,
82
+ Yt as STAKE_ID_MIN_DAYS,
83
83
  _ as STATIC_ASSETS_BASE_URL,
84
84
  W as STORAGE_SUCCESS,
85
- bt as STORE_WEBSITE,
85
+ kt as STORE_WEBSITE,
86
86
  tt as SYNTHETIC_EUR,
87
87
  nt as SYNTHETIC_EURE,
88
+ _t as SYNTHETIC_GBP,
88
89
  Q as SYNTHETIC_USD,
89
- At as TOKEN_TO_FIAT,
90
- at as TOKEN_TO_TOKEN,
91
- it as TS_COMPLETE_LABEL,
92
- Rt as TS_CREATED_LABEL,
93
- Lt as TS_FAIL_LABEL,
94
- Ct as TS_NOT_APPROVAL_LABEL,
95
- rt as TS_PENDING_LABEL,
96
- Pt as TS_WAIT_APPROVAL_LABEL,
97
- et as USDR_TOKEN_SYMBOL,
98
- mt as USERNAME_SUFFIX,
99
- yt as USERNAME_TOOLTIP,
90
+ at as TOKEN_TO_FIAT,
91
+ It as TOKEN_TO_TOKEN,
92
+ Lt as TS_COMPLETE_LABEL,
93
+ rt as TS_CREATED_LABEL,
94
+ Pt as TS_FAIL_LABEL,
95
+ Dt as TS_NOT_APPROVAL_LABEL,
96
+ it as TS_PENDING_LABEL,
97
+ Ct as TS_WAIT_APPROVAL_LABEL,
98
+ ct as USDR_TOKEN_SYMBOL,
99
+ wt as USERNAME_SUFFIX,
100
+ mt as USERNAME_TOOLTIP,
100
101
  f as US_DOLLAR_ISO3,
101
102
  H as US_DOLLAR_SIGN,
102
103
  C as VISA_ICON,
@@ -1,17 +1,17 @@
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";
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-Styrbvke.js";
2
2
  const L = () => ({
3
- type: a
4
- }), d = () => ({
5
3
  type: e
4
+ }), d = () => ({
5
+ type: t
6
6
  }), p = (s) => ({
7
- type: t,
7
+ type: E,
8
8
  payload: s
9
9
  }), W = () => ({
10
- type: E
11
- }), n = () => ({
12
10
  type: T
13
- }), y = () => ({
11
+ }), n = () => ({
14
12
  type: A
13
+ }), y = () => ({
14
+ type: a
15
15
  }), R = (s) => ({
16
16
  type: S,
17
17
  payload: s
@@ -29,10 +29,10 @@ export {
29
29
  d as a,
30
30
  u as b,
31
31
  U as c,
32
- R as d,
33
- C as e,
32
+ p as d,
33
+ R as e,
34
34
  n as f,
35
- p as g,
35
+ C as g,
36
36
  y as h,
37
37
  W as i,
38
38
  L as u
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
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.40",
35
+ "everest-npm-api": "^0.0.41",
36
36
  "frames-react": "^1.2.2",
37
37
  "moment": "^2.30.1",
38
38
  "mui-one-time-password-input": "^5.0.0",