everest-npm-features 0.0.8 → 0.0.9

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 (119) hide show
  1. package/dist/{Alert-BtAF4uo6.js → Alert-D1uo0xUN.js} +3 -3
  2. package/dist/{Button-S_vW7i_8.js → Button-DwM6qNzr.js} +1 -1
  3. package/dist/{ButtonBase-ILHWXvZi.js → ButtonBase-Bkt2XiiC.js} +2 -2
  4. package/dist/{CardContent-BLsvyJUZ.js → CardContent-D9I3IU_z.js} +2 -2
  5. package/dist/{CircularProgress-DYCklg37.js → CircularProgress-B06C3TSm.js} +1 -1
  6. package/dist/{DialogContent-BgKUjL4i.js → DialogContent-CGAaVPRP.js} +3 -3
  7. package/dist/{DialogTitle-1A1JxHKy.js → DialogTitle-CtNXjsMb.js} +1 -1
  8. package/dist/{FormControl-CKGUH1ax.js → FormControl-C_Aq5EJK.js} +1 -1
  9. package/dist/{FormControlLabel-Do2nmNuE.js → FormControlLabel-DzW2M9Zf.js} +2 -2
  10. package/dist/{Grow-Cl5q_s4E.js → Grow-BG0VcbVU.js} +2 -2
  11. package/dist/{IconButton-DJRmyJ7l.js → IconButton-DS04obIe.js} +2 -2
  12. package/dist/{Link-BoX8sDwo.js → Link-0ytX5jId.js} +1 -1
  13. package/dist/{ListItemIcon-SEyOLp6t.js → ListItemIcon-DcAQQVML.js} +2 -2
  14. package/dist/{MenuItem-DI0pq5k0.js → MenuItem-B5Ey6jYk.js} +3 -3
  15. package/dist/{Modal-DXE_7QA2.js → Modal-C4LVcV2P.js} +5 -5
  16. package/dist/{Paper-B2H6ZIFg.js → Paper-DcwigMU2.js} +1 -1
  17. package/dist/{PlayArrow-DNFHtcCO.js → PlayArrow-BWNpsDIu.js} +5 -5
  18. package/dist/{Portal-lSfc4EZw.js → Portal-CLVGr58E.js} +2 -2
  19. package/dist/{Select-Bs7YLhIQ.js → Select-PHF4wwtI.js} +12 -11
  20. package/dist/{Slide-BjOaaE2D.js → Slide-C7btcybu.js} +4 -3
  21. package/dist/{TextField-D4JEGFa0.js → TextField-CWAqkoYU.js} +4 -4
  22. package/dist/TransitionGroupContext-D3TPEzqp.js +37 -0
  23. package/dist/auth-CD4Ih2jU.js +66 -0
  24. package/dist/{bank-D37HPNrs.js → bank-WoJNjqIT.js} +1 -1
  25. package/dist/chainPropTypes-D9lkm76m.js +8 -0
  26. package/dist/components/Account/index.js +8 -8
  27. package/dist/components/History/index.js +6 -6
  28. package/dist/components/MoveToEthereumOrEverChain/index.js +17 -17
  29. package/dist/components/Profile/documents.js +8 -8
  30. package/dist/components/Profile/index.js +6 -6
  31. package/dist/components/Receive/index.js +7 -7
  32. package/dist/components/RocketRamp/MinimalKyc/form.js +6 -6
  33. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -4
  34. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +4 -4
  35. package/dist/components/RocketRamp/Player/Buy/form.d.ts +1 -1
  36. package/dist/components/RocketRamp/Player/Buy/form.js +11 -11
  37. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  38. package/dist/components/RocketRamp/Player/Buy/types.d.ts +1 -0
  39. package/dist/components/RocketRamp/Player/Dashboard/balance.js +2 -2
  40. package/dist/components/RocketRamp/Player/Dashboard/index.js +15 -13
  41. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +1 -1
  42. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -6
  43. package/dist/components/RocketRamp/Player/Sell/form.js +11 -11
  44. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  45. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  46. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  47. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  48. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  49. package/dist/components/RocketRamp/Player/SignUp/index.js +9 -9
  50. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +5 -5
  51. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +16 -16
  52. package/dist/components/RocketRamp/ResetPassword/form.d.ts +8 -0
  53. package/dist/components/RocketRamp/ResetPassword/form.js +104 -0
  54. package/dist/components/RocketRamp/ResetPassword/index.d.ts +7 -0
  55. package/dist/components/RocketRamp/ResetPassword/index.js +53 -0
  56. package/dist/components/RocketRamp/Shared/Button/index.js +2 -2
  57. package/dist/components/RocketRamp/Shared/Input/index.js +2 -2
  58. package/dist/components/RocketRamp/Shared/backBtn.js +1 -1
  59. package/dist/components/RocketRamp/Shared/transactionItem.js +2 -2
  60. package/dist/components/RocketRamp/Store/Dashboard/balance.d.ts +1 -4
  61. package/dist/components/RocketRamp/Store/Dashboard/balance.js +35 -68
  62. package/dist/components/RocketRamp/Store/Dashboard/index.js +17 -61
  63. package/dist/components/RocketRamp/Store/Dashboard/stats.d.ts +6 -0
  64. package/dist/components/RocketRamp/Store/Dashboard/stats.js +42 -0
  65. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +1 -1
  66. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  67. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +49 -45
  68. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +3 -3
  69. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  70. package/dist/components/Send/index.js +10 -10
  71. package/dist/components/Shared/ConnectWallet/index.js +5 -5
  72. package/dist/components/Shared/HistoryItem/index.js +2 -2
  73. package/dist/components/Shared/TokenModal/index.js +5 -5
  74. package/dist/components/Shared/addBank.js +7 -7
  75. package/dist/components/Shared/button.js +1 -1
  76. package/dist/components/Shared/connectPlaidBank.js +4 -4
  77. package/dist/components/Shared/incode.js +6 -6
  78. package/dist/components/Shared/inputField.js +1 -1
  79. package/dist/components/Shared/pin.js +1 -1
  80. package/dist/components/Shared/tooltip.js +7 -6
  81. package/dist/components/Shared/transition.js +1 -1
  82. package/dist/components/SignIn/index.js +5 -5
  83. package/dist/components/SignUp/index.js +3 -3
  84. package/dist/components/SignUp/pin.js +6 -6
  85. package/dist/components/SignUp/userInfo.js +1 -1
  86. package/dist/components/Stake/gems/index.js +6 -6
  87. package/dist/components/Stake/id/index.js +6 -6
  88. package/dist/components/Stake/index.js +6 -6
  89. package/dist/components/Swap/index.js +10 -10
  90. package/dist/components/WalletPortfolio/index.js +9 -9
  91. package/dist/components/WalletPortfolio/tokenRow.js +2 -2
  92. package/dist/{constants-Bb9tNMO0.js → constants-74hrsFxy.js} +290 -287
  93. package/dist/{documents-DvBUIEko.js → documents-DFzrb5Js.js} +7 -7
  94. package/dist/{elementTypeAcceptingRef-BPeKuzZ8.js → elementTypeAcceptingRef-CXUi-GtI.js} +1 -1
  95. package/dist/{fiatAssets-Dymvf3Le.js → fiatAssets-BySmKCPn.js} +1 -1
  96. package/dist/hooks/useDialog/index.js +2 -2
  97. package/dist/hooks/useRrDialog/index.js +2 -2
  98. package/dist/hooks/useSnackBar.js +6 -6
  99. package/dist/index-BMhrzXlc.js +820 -0
  100. package/dist/{index-DYCdRrDV.js → index-Dxl09QM3.js} +12 -12
  101. package/dist/main.d.ts +2 -0
  102. package/dist/main.js +25 -21
  103. package/dist/{order-DMts-8Nr.js → order-BJOkWhkX.js} +1 -1
  104. package/dist/{ownerWindow-mVfGbIa3.js → ownerWindow-CQLKd2qC.js} +1 -1
  105. package/dist/{stake-BRmggIPz.js → stake-DeB_prrU.js} +1 -1
  106. package/dist/store.d.ts +10 -2
  107. package/dist/{tokenRow-g9IBe02c.js → tokenRow-4ZCv_fEG.js} +1 -1
  108. package/dist/{useSlot-D3uYAK6m.js → useSlot-CLUg2AtS.js} +1 -1
  109. package/dist/user-Doi440iN.js +24 -0
  110. package/dist/util/constants.d.ts +2 -0
  111. package/dist/util/constants.js +9 -7
  112. package/dist/{utils-gxE2aXKK.js → utils-DeERUHi2.js} +16 -15
  113. package/dist/{wallet-Dfn4nFOn.js → wallet-BeLTGObA.js} +1 -1
  114. package/package.json +1 -1
  115. package/dist/CheckCircle-Czm8oSt7.js +0 -8
  116. package/dist/TransitionGroupContext-VwpFXTPO.js +0 -43
  117. package/dist/auth-Czk2iJ8q.js +0 -58
  118. package/dist/index-CMHIKDWK.js +0 -814
  119. package/dist/user-CsPLUenD.js +0 -24
@@ -5,14 +5,14 @@ import Ee from "./components/RocketRamp/Shared/backBtn.js";
5
5
  import { getCurrencySymbol as me, getOrionBalance as Ae } from "./util/functions.js";
6
6
  import { PAYMENT_BANK as ne, SEPA_ICON as Re, VISA_ICON as Se, ID_TOKEN_SYMBOL as Me, FIAT_WITHDRAW as ze, FIAT_TO_EVER_ID as Oe, FIAT_TO_TOKEN as Pe, ESTIMATE_TOOLTIP_TEXT as we, TOKEN_TO_FIAT as We } from "./util/constants.js";
7
7
  import q from "./components/RocketRamp/Shared/Button/index.js";
8
- import "./constants-Bb9tNMO0.js";
9
- import { a as Be, b as Xe, c as De, d as Le, e as Ye } from "./order-DMts-8Nr.js";
8
+ import "./constants-74hrsFxy.js";
9
+ import { a as Be, b as Xe, c as De, d as Le, e as Ye } from "./order-BJOkWhkX.js";
10
10
  import "@incodetech/welcome";
11
11
  import "./axios-BEX6n2A7.js";
12
12
  import { useSnackBar as qe } from "./hooks/useSnackBar.js";
13
13
  import "./components/SignUp/pin.js";
14
- import { f as Ke } from "./fiatAssets-Dymvf3Le.js";
15
- import { P as $e, F as Ge } from "./PlayArrow-DNFHtcCO.js";
14
+ import { f as Ke } from "./fiatAssets-BySmKCPn.js";
15
+ import { P as $e, F as Ge } from "./PlayArrow-BWNpsDIu.js";
16
16
  import { u as je, a as D } from "./react-redux-B4BZippc.js";
17
17
  import './assets/main.css';import './assets/index8.css';/* empty css */
18
18
  import "./util/conversions.js";
@@ -33,15 +33,15 @@ import oe from "./components/RocketRamp/Shared/Input/index.js";
33
33
  import { G as n } from "./Grid2-IYppkw5f.js";
34
34
  import { B as b } from "./Box-Bt8cGqC7.js";
35
35
  import { T as i } from "./Typography-Du8mj1kr.js";
36
- import { C as R } from "./CircularProgress-DYCklg37.js";
37
- import { I as Qe } from "./TextField-D4JEGFa0.js";
38
- import { F as Ze } from "./FormControl-CKGUH1ax.js";
39
- import { S as et } from "./Select-Bs7YLhIQ.js";
40
- import { M as ae } from "./MenuItem-DI0pq5k0.js";
41
- import { L as tt } from "./ListItemIcon-SEyOLp6t.js";
42
- import { I as K } from "./IconButton-DJRmyJ7l.js";
36
+ import { C as R } from "./CircularProgress-B06C3TSm.js";
37
+ import { I as Qe } from "./TextField-CWAqkoYU.js";
38
+ import { F as Ze } from "./FormControl-C_Aq5EJK.js";
39
+ import { S as et } from "./Select-PHF4wwtI.js";
40
+ import { M as ae } from "./MenuItem-B5Ey6jYk.js";
41
+ import { L as tt } from "./ListItemIcon-DcAQQVML.js";
42
+ import { I as K } from "./IconButton-DS04obIe.js";
43
43
  import { C as se } from "./Close-BMBeNE5d.js";
44
- import { D as ce, a as le } from "./DialogContent-BgKUjL4i.js";
44
+ import { D as ce, a as le } from "./DialogContent-CGAaVPRP.js";
45
45
  const I = {
46
46
  "confirm-payment": "_confirm-payment_1oe7d_1",
47
47
  "confirm-transaction-network": "_confirm-transaction-network_1oe7d_33",
package/dist/main.d.ts CHANGED
@@ -106,3 +106,5 @@ export { default as RocketRampBuy } from './components/RocketRamp/Player/Buy';
106
106
  export { default as RocketRampSell } from './components/RocketRamp/Player/Sell';
107
107
  export { default as RocketRampMinimalKyc } from './components/RocketRamp/MinimalKyc';
108
108
  export { default as RocketRampStoreSignUp } from './components/RocketRamp/Store/SignUp';
109
+ export { default as RocketRampStoreDashboard } from './components/RocketRamp/Store/Dashboard';
110
+ export { default as RocketRampResetPassword } from './components/RocketRamp/ResetPassword';
package/dist/main.js CHANGED
@@ -1,42 +1,46 @@
1
1
  import { default as a } from "./components/SignUp/index.js";
2
2
  import { default as r } from "./components/SignIn/index.js";
3
3
  import { default as p } from "./components/WalletPortfolio/index.js";
4
- import { default as l } from "./components/Receive/index.js";
5
- import { default as u } from "./components/Profile/index.js";
4
+ import { default as s } from "./components/Receive/index.js";
5
+ import { default as d } from "./components/Profile/index.js";
6
6
  import { default as x } from "./components/Send/index.js";
7
- import { default as i } from "./components/History/index.js";
8
- import { default as c } from "./components/Account/index.js";
7
+ import { default as c } from "./components/History/index.js";
8
+ import { default as n } from "./components/Account/index.js";
9
9
  import { default as k } from "./components/Stake/index.js";
10
10
  import { default as y } from "./components/MoveToEthereumOrEverChain/index.js";
11
- import { default as U } from "./components/SwapAndUniSwap/index.js";
11
+ import { default as h } from "./components/SwapAndUniSwap/index.js";
12
12
  import { useSnackBar as v } from "./hooks/useSnackBar.js";
13
- import { default as A } from "./components/RocketRamp/Player/SignIn/index.js";
14
- import { default as E } from "./components/RocketRamp/Player/SignUp/index.js";
15
- import { default as M } from "./components/RocketRamp/Player/Dashboard/index.js";
16
- import { default as b } from "./components/RocketRamp/Transactions/index.js";
17
- import { i as D } from "./index-CMHIKDWK.js";
18
- import { i as K } from "./index-DYCdRrDV.js";
13
+ import { default as b } from "./components/RocketRamp/Player/SignIn/index.js";
14
+ import { default as B } from "./components/RocketRamp/Player/SignUp/index.js";
15
+ import { default as E } from "./components/RocketRamp/Player/Dashboard/index.js";
16
+ import { default as M } from "./components/RocketRamp/Transactions/index.js";
17
+ import { i as C } from "./index-BMhrzXlc.js";
18
+ import { i as K } from "./index-Dxl09QM3.js";
19
19
  import { default as W } from "./components/RocketRamp/MinimalKyc/index.js";
20
20
  import { default as q } from "./components/RocketRamp/Store/SignUp/index.js";
21
+ import { default as F } from "./components/RocketRamp/Store/Dashboard/index.js";
22
+ import { default as J } from "./components/RocketRamp/ResetPassword/index.js";
21
23
  export {
22
- c as Account,
23
- i as History,
24
+ n as Account,
25
+ c as History,
24
26
  y as MoveToEthereumOrEverChain,
25
- u as Profile,
26
- l as Receive,
27
- D as RocketRampBuy,
28
- M as RocketRampDashboard,
27
+ d as Profile,
28
+ s as Receive,
29
+ C as RocketRampBuy,
30
+ E as RocketRampDashboard,
29
31
  W as RocketRampMinimalKyc,
30
- A as RocketRampPlayerSignIn,
31
- E as RocketRampPlayerSignUp,
32
+ b as RocketRampPlayerSignIn,
33
+ B as RocketRampPlayerSignUp,
34
+ J as RocketRampResetPassword,
32
35
  K as RocketRampSell,
36
+ F as RocketRampStoreDashboard,
33
37
  q as RocketRampStoreSignUp,
34
- b as RocketRampTransactions,
38
+ M as RocketRampTransactions,
35
39
  x as Send,
36
40
  r as SignIn,
37
41
  a as SignUp,
38
42
  k as Stake,
39
- U as SwapAndUniSwap,
43
+ h as SwapAndUniSwap,
40
44
  p as WalletPortfolio,
41
45
  v as useSnackBar
42
46
  };
@@ -1,4 +1,4 @@
1
- import { O as E, z as t, B as a, C as s, D as R, E as o, G as r } from "./constants-Bb9tNMO0.js";
1
+ import { O as E, C as t, D as a, E as s, G as R, H as o, I as r } from "./constants-74hrsFxy.js";
2
2
  const p = (e) => ({
3
3
  type: o,
4
4
  payload: e
@@ -1,4 +1,4 @@
1
- import { o as n } from "./utils-gxE2aXKK.js";
1
+ import { o as n } from "./utils-DeERUHi2.js";
2
2
  function t(o) {
3
3
  return n(o).defaultView || window;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { S as t, a, b as e, c as S } from "./constants-Bb9tNMO0.js";
1
+ import { S as t, a, b as e, c as S } from "./constants-74hrsFxy.js";
2
2
  const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
package/dist/store.d.ts CHANGED
@@ -1,10 +1,17 @@
1
- import { CheckoutPaymentData, CryptoAssetPair, CryptoAssetToken, FiatAsset, Order, OrderCardData, OrderCreateData, OrderEstimateData, OrderTypeData, Token } from 'everest-npm-api';
1
+ import { CheckoutPaymentData, CryptoAssetPair, CryptoAssetToken, FiatAsset, Order, OrderCardData, OrderCreateData, OrderEstimateData, OrderTypeData, Store, Token } from 'everest-npm-api';
2
2
  export interface RocketRampAppState {
3
3
  app: {
4
4
  error: string;
5
5
  availableTokenLoader: boolean;
6
6
  apiBaseUrl: string;
7
- storeName: string;
7
+ store: {
8
+ name: string;
9
+ loader: boolean;
10
+ balanceLoader: boolean;
11
+ info: Store;
12
+ balance: string;
13
+ error: number;
14
+ };
8
15
  firebaseConfig: string;
9
16
  features: {
10
17
  buy: boolean;
@@ -28,6 +35,7 @@ export interface RocketRampAppState {
28
35
  validationError: string;
29
36
  validationField: string;
30
37
  destorySession: boolean;
38
+ resetPasswordSuccess: boolean;
31
39
  };
32
40
  user: {
33
41
  profile: {
@@ -7,7 +7,7 @@ import { US_DOLLAR_ISO3 as o } from "./util/constants.js";
7
7
  import { numberFormat as N } from "./util/conversions.js";
8
8
  import { G as s } from "./Grid-LdrR4mx1.js";
9
9
  import { D } from "./Divider-CeyW_GlS.js";
10
- import { B as W } from "./Button-S_vW7i_8.js";
10
+ import { B as W } from "./Button-DwM6qNzr.js";
11
11
  import './assets/tokenRow.css';const B = "_container_boumk_1", c = {
12
12
  container: B,
13
13
  "inner-container": "_inner-container_boumk_13",
@@ -1,5 +1,5 @@
1
1
  import { r as T, m as h, a as k } from "./resolveComponentProps-q6q4ysGz.js";
2
- import { u as E } from "./TransitionGroupContext-VwpFXTPO.js";
2
+ import { u as E } from "./TransitionGroupContext-D3TPEzqp.js";
3
3
  function j(o, r) {
4
4
  const {
5
5
  className: S,
@@ -0,0 +1,24 @@
1
+ import { o as e, U as t, p as E, q as R, r as a, s as T } from "./constants-74hrsFxy.js";
2
+ const o = () => ({
3
+ type: E
4
+ }), U = () => ({
5
+ type: R
6
+ }), r = () => ({
7
+ type: a
8
+ }), p = (s) => ({
9
+ type: T,
10
+ payload: s
11
+ }), u = (s) => ({
12
+ type: t,
13
+ payload: s
14
+ }), S = () => ({
15
+ type: e
16
+ });
17
+ export {
18
+ o as a,
19
+ U as b,
20
+ r as c,
21
+ p as d,
22
+ S as r,
23
+ u
24
+ };
@@ -69,3 +69,5 @@ export declare const ESTIMATE_TOOLTIP_TEXT = "The rate shown here is an estimate
69
69
  export declare const RESEND_EMAIL_TIMER = 300;
70
70
  export declare const PAYMENT_CARD = "credit_debit_card";
71
71
  export declare const PAYMENT_BANK = "sepa_bank_transfer";
72
+ export declare const PLAYER_WEBSITE = "player";
73
+ export declare const STORE_WEBSITE = "store";
@@ -1,7 +1,7 @@
1
- const n = "https://static-assets.everest.org", s = n + "/web/widget", _ = n + "/web/wallet/images", t = _ + "/new", e = t + "/back-btn.png", o = t + "/delete.png", E = t + "/history-buy.png", c = t + "/history-sell.png", T = t + "/history-swap.png", A = t + "/wallet-icon.png", a = t + "/stake-id.png", I = _ + "/stake-gem.png", S = t + "/icon-arrow.png", O = t + "/sepa-payment.png", N = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", R = t + "/sepa.png", r = t + "/visa.png", D = t + "/dialog-error.png", p = t + "/dialog-success.png", C = "railsbank", M = "open_payd", P = "checkout", d = "trustpayments", K = "$", Y = "€", g = "USD", l = "EUR", y = "Binance", h = "Polygon", m = "EverChain", B = "IDChain", u = "Ethereum", U = "Avalanche", W = "USD.c", k = "EUR.c", G = "BTC.c", w = "GEMS.c", v = "ID", b = "GEMS", V = "USDR.c", H = "fiat_to_token", F = "fiat_to_everid", f = "token_to_fiat", X = "token_to_token", j = "withdraw", x = "iban_creation", $ = "bank_transfer", q = "bank_deposit", z = "Created", J = "In Process", Q = "Completed", Z = "Failed", tt = "Awaiting Approved", nt = "Rejected", _t = "ID", st = "GEMS", et = 90, ot = 3, Et = 180, ct = 8, Tt = 365, At = 18, at = 365, It = 20, St = "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.", Ot = "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.", Nt = "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.", it = 300, Lt = "credit_debit_card", Rt = "sepa_bank_transfer";
1
+ const n = "https://static-assets.everest.org", s = n + "/web/widget", _ = n + "/web/wallet/images", t = _ + "/new", e = t + "/back-btn.png", o = t + "/delete.png", E = t + "/history-buy.png", c = t + "/history-sell.png", T = t + "/history-swap.png", A = t + "/wallet-icon.png", a = t + "/stake-id.png", I = _ + "/stake-gem.png", S = t + "/icon-arrow.png", O = t + "/sepa-payment.png", N = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", R = t + "/sepa.png", r = t + "/visa.png", D = t + "/dialog-error.png", p = t + "/dialog-success.png", C = "railsbank", P = "open_payd", M = "checkout", d = "trustpayments", K = "$", Y = "€", g = "USD", l = "EUR", y = "Binance", h = "Polygon", B = "EverChain", m = "IDChain", u = "Ethereum", W = "Avalanche", U = "USD.c", k = "EUR.c", G = "BTC.c", w = "GEMS.c", v = "ID", b = "GEMS", V = "USDR.c", H = "fiat_to_token", F = "fiat_to_everid", f = "token_to_fiat", X = "token_to_token", j = "withdraw", x = "iban_creation", $ = "bank_transfer", q = "bank_deposit", z = "Created", J = "In Process", Q = "Completed", Z = "Failed", tt = "Awaiting Approved", nt = "Rejected", _t = "ID", st = "GEMS", et = 90, ot = 3, Et = 180, ct = 8, Tt = 365, At = 18, at = 365, It = 20, St = "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.", Ot = "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.", Nt = "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.", it = 300, Lt = "credit_debit_card", Rt = "sepa_bank_transfer", rt = "player", Dt = "store";
2
2
  export {
3
3
  S as ARROW_ICON,
4
- U as AVALANCHE_NETWORK,
4
+ W as AVALANCHE_NETWORK,
5
5
  e as BACK_BTN_ICON,
6
6
  q as BANK_DEPOSIT,
7
7
  $ as BANK_TRANSFER,
@@ -15,7 +15,7 @@ export {
15
15
  u as ETHEREUM_NETWORK,
16
16
  l as EURO_ISO3,
17
17
  Y as EURO_SIGN,
18
- m as EVER_CHAIN_NETWORK,
18
+ B as EVER_CHAIN_NETWORK,
19
19
  F as FIAT_TO_EVER_ID,
20
20
  H as FIAT_TO_TOKEN,
21
21
  j as FIAT_WITHDRAW,
@@ -26,16 +26,17 @@ export {
26
26
  c as HISTORY_SELL_ICON,
27
27
  T as HISTORY_SWAP_ICON,
28
28
  x as IBAN_CREATION,
29
- B as ID_CHAIN_NETWORK,
29
+ m as ID_CHAIN_NETWORK,
30
30
  _t as ID_STAKE,
31
31
  v as ID_TOKEN_SYMBOL,
32
32
  St as LINKED_WALLET_TOOLTIP,
33
33
  Rt as PAYMENT_BANK,
34
34
  Lt as PAYMENT_CARD,
35
- P as PAYMENT_PROVIDER_CHECKOUT,
36
- M as PAYMENT_PROVIDER_OPENPAYD,
35
+ M as PAYMENT_PROVIDER_CHECKOUT,
36
+ P as PAYMENT_PROVIDER_OPENPAYD,
37
37
  C as PAYMENT_PROVIDER_RAILSBANK,
38
38
  d as PAYMENT_PROVIDER_TRUST_PAYMENTS,
39
+ rt as PLAYER_WEBSITE,
39
40
  h as POLYGON_NETWORK,
40
41
  it as RESEND_EMAIL_TIMER,
41
42
  R as SEPA_ICON,
@@ -52,8 +53,9 @@ export {
52
53
  ot as STAKE_ID_MIN_APY,
53
54
  et as STAKE_ID_MIN_DAYS,
54
55
  n as STATIC_ASSETS_BASE_URL,
56
+ Dt as STORE_WEBSITE,
55
57
  k as SYNTHETIC_EUR,
56
- W as SYNTHETIC_USD,
58
+ U as SYNTHETIC_USD,
57
59
  f as TOKEN_TO_FIAT,
58
60
  X as TOKEN_TO_TOKEN,
59
61
  Q as TS_COMPLETE_LABEL,
@@ -1,7 +1,8 @@
1
1
  import { P as ze } from "./createTheme-BYjetuXd.js";
2
- import { c as nT, _ as Xk, a as qk, T as rT } from "./TransitionGroupContext-VwpFXTPO.js";
3
- import * as Kk from "react";
2
+ import { c as nT } from "./chainPropTypes-D9lkm76m.js";
3
+ import * as Xk from "react";
4
4
  import lf from "react";
5
+ import { _ as qk, a as Kk, T as rT } from "./TransitionGroupContext-D3TPEzqp.js";
5
6
  import { g as Zk } from "./_commonjsHelpers-BkfeUUK-.js";
6
7
  function Jk(P) {
7
8
  const {
@@ -23,17 +24,17 @@ function aT(P, fe, b, we, J) {
23
24
  }
24
25
  const eb = nT(ze.element, aT);
25
26
  eb.isRequired = nT(ze.element.isRequired, aT);
26
- function hb(P, fe, b, we, J) {
27
+ function mb(P, fe, b, we, J) {
27
28
  if (process.env.NODE_ENV === "production")
28
29
  return null;
29
30
  const j = P[fe], g = J || fe;
30
31
  return j == null ? null : j && j.nodeType !== 1 ? new Error(`Invalid ${we} \`${g}\` supplied to \`${b}\`. Expected an HTMLElement.`) : null;
31
32
  }
32
- function mb(P) {
33
+ function yb(P) {
33
34
  return P && P.ownerDocument || document;
34
35
  }
35
- function yb(P) {
36
- return !P || !/* @__PURE__ */ Kk.isValidElement(P) ? null : P.props.propertyIsEnumerable("ref") ? P.props.ref : (
36
+ function gb(P) {
37
+ return !P || !/* @__PURE__ */ Xk.isValidElement(P) ? null : P.props.propertyIsEnumerable("ref") ? P.props.ref : (
37
38
  // @ts-expect-error element.ref is not included in the ReactElement type
38
39
  // We cannot check for it, but isValidElement is true at this point
39
40
  // https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/70189
@@ -19125,7 +19126,7 @@ process.env.NODE_ENV !== "production" && ze.oneOfType([ze.string, ze.shape({
19125
19126
  var ub = function(fe) {
19126
19127
  return fe.scrollTop;
19127
19128
  }, Tp = "unmounted", ts = "exited", ns = "entering", af = "entered", v0 = "exiting", Fu = /* @__PURE__ */ function(P) {
19128
- Xk(fe, P);
19129
+ qk(fe, P);
19129
19130
  function fe(we, J) {
19130
19131
  var j;
19131
19132
  j = P.call(this, we, J) || this;
@@ -19243,7 +19244,7 @@ var ub = function(fe) {
19243
19244
  return null;
19244
19245
  var j = this.props, g = j.children;
19245
19246
  j.in, j.mountOnEnter, j.unmountOnExit, j.appear, j.enter, j.exit, j.timeout, j.addEndListener, j.onEnter, j.onEntering, j.onEntered, j.onExit, j.onExiting, j.onExited, j.nodeRef;
19246
- var Me = qk(j, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
19247
+ var Me = Kk(j, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
19247
19248
  return (
19248
19249
  // allows for nested Transitions
19249
19250
  /* @__PURE__ */ lf.createElement(rT.Provider, {
@@ -19443,8 +19444,8 @@ Fu.EXITED = ts;
19443
19444
  Fu.ENTERING = ns;
19444
19445
  Fu.ENTERED = af;
19445
19446
  Fu.EXITING = v0;
19446
- const gb = (P) => P.scrollTop;
19447
- function Sb(P, fe) {
19447
+ const Sb = (P) => P.scrollTop;
19448
+ function Eb(P, fe) {
19448
19449
  const {
19449
19450
  timeout: b,
19450
19451
  easing: we,
@@ -19457,12 +19458,12 @@ function Sb(P, fe) {
19457
19458
  };
19458
19459
  }
19459
19460
  export {
19460
- hb as H,
19461
+ mb as H,
19461
19462
  Fu as T,
19462
- Sb as a,
19463
+ Eb as a,
19463
19464
  ib as b,
19464
19465
  eb as e,
19465
- yb as g,
19466
- mb as o,
19467
- gb as r
19466
+ gb as g,
19467
+ yb as o,
19468
+ Sb as r
19468
19469
  };
@@ -1,4 +1,4 @@
1
- import { r as a, s as e, F as t, t as E, u as A, v as T, w as S, x as _, y as l } from "./constants-Bb9tNMO0.js";
1
+ import { t as a, u as e, F as t, v as E, w as A, x as T, y as S, z as _, B as l } from "./constants-74hrsFxy.js";
2
2
  const c = () => ({
3
3
  type: a
4
4
  }), L = () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Everest frontend features library.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -1,8 +0,0 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as o } from "./createSvgIcon-DhzhBkIq.js";
3
- const t = o(/* @__PURE__ */ c("path", {
4
- d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
5
- }), "CheckCircle");
6
- export {
7
- t as C
8
- };
@@ -1,43 +0,0 @@
1
- import * as u from "react";
2
- import i from "react";
3
- function f(t, o) {
4
- return process.env.NODE_ENV === "production" ? () => null : function(...e) {
5
- return t(...e) || o(...e);
6
- };
7
- }
8
- function c(t, o) {
9
- typeof t == "function" ? t(o) : t && (t.current = o);
10
- }
11
- function p(...t) {
12
- return u.useMemo(() => t.every((o) => o == null) ? null : (o) => {
13
- t.forEach((n) => {
14
- c(n, o);
15
- });
16
- }, t);
17
- }
18
- function a(t, o) {
19
- if (t == null) return {};
20
- var n = {};
21
- for (var e in t) if ({}.hasOwnProperty.call(t, e)) {
22
- if (o.includes(e)) continue;
23
- n[e] = t[e];
24
- }
25
- return n;
26
- }
27
- function r(t, o) {
28
- return r = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, e) {
29
- return n.__proto__ = e, n;
30
- }, r(t, o);
31
- }
32
- function l(t, o) {
33
- t.prototype = Object.create(o.prototype), t.prototype.constructor = t, r(t, o);
34
- }
35
- const _ = i.createContext(null);
36
- export {
37
- _ as T,
38
- l as _,
39
- a,
40
- f as c,
41
- c as s,
42
- p as u
43
- };
@@ -1,58 +0,0 @@
1
- import { L as a, V as s, d as E, e as t, f as R, R as _, A as o, P as y, g as T, h as p, i as S, j as i, k as l, l as I } from "./constants-Bb9tNMO0.js";
2
- const A = (e) => ({
3
- type: R,
4
- payload: e
5
- }), n = (e) => ({
6
- type: _,
7
- payload: e
8
- }), d = () => ({
9
- type: o
10
- }), c = (e) => ({
11
- type: y,
12
- payload: e
13
- }), u = () => ({
14
- type: T
15
- }), L = (e) => ({
16
- type: a,
17
- payload: e
18
- }), U = (e) => ({
19
- type: s,
20
- payload: e
21
- }), g = (e) => ({
22
- type: E,
23
- payload: e
24
- }), B = (e) => ({
25
- type: p,
26
- payload: e
27
- }), q = (e) => ({
28
- type: S,
29
- payload: e
30
- }), G = (e) => ({
31
- type: i,
32
- payload: e
33
- }), Q = (e) => ({
34
- type: t,
35
- payload: e
36
- }), Y = (e) => ({
37
- type: l,
38
- payload: e
39
- }), m = (e) => ({
40
- type: I,
41
- payload: e
42
- });
43
- export {
44
- d as a,
45
- Y as b,
46
- m as c,
47
- U as d,
48
- g as e,
49
- Q as f,
50
- n as g,
51
- A as h,
52
- c as i,
53
- L as l,
54
- q as r,
55
- u as s,
56
- B as u,
57
- G as v
58
- };