everest-npm-features 0.0.48 → 0.0.49

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 (96) hide show
  1. package/dist/{PlayArrow-Cnrxi5yr.js → PlayArrow-C3uVNo4F.js} +1 -1
  2. package/dist/{auth-C45E0xvK.js → auth-ClBgT--j.js} +1 -1
  3. package/dist/{bank-DIdz4BaB.js → bank-Dz5km1qK.js} +3 -3
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +14 -13
  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 +12 -11
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +25 -24
  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 +12 -11
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +20 -19
  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 +39 -38
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +21 -20
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +48 -47
  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 +14 -13
  24. package/dist/components/Shared/FullKyc/edd.js +41 -41
  25. package/dist/components/Shared/FullKyc/index.js +11 -10
  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 +4 -4
  29. package/dist/components/Shared/MinimalKyc/index.js +31 -30
  30. package/dist/components/Wallet/Account/createIban.d.ts +2 -0
  31. package/dist/components/Wallet/Account/createIban.js +70 -62
  32. package/dist/components/Wallet/Account/eWallet.d.ts +20 -0
  33. package/dist/components/Wallet/Account/eWallet.js +96 -0
  34. package/dist/components/Wallet/Account/iban.d.ts +2 -0
  35. package/dist/components/Wallet/Account/iban.js +38 -32
  36. package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
  37. package/dist/components/Wallet/Account/ibanItem.js +233 -76
  38. package/dist/components/Wallet/Account/index.d.ts +2 -0
  39. package/dist/components/Wallet/Account/index.js +164 -143
  40. package/dist/components/Wallet/Account/sendIban.js +3 -3
  41. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  42. package/dist/components/Wallet/Buy/form.js +5 -5
  43. package/dist/components/Wallet/Buy/index.js +14 -13
  44. package/dist/components/Wallet/Deposit/index.js +1 -1
  45. package/dist/components/Wallet/EnterpriseKyc/edd.js +9 -9
  46. package/dist/components/Wallet/EnterpriseKyc/index.js +23 -22
  47. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +24 -24
  48. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  49. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  50. package/dist/components/Wallet/History/index.js +25 -24
  51. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +49 -48
  52. package/dist/components/Wallet/Portfolio/index.js +21 -20
  53. package/dist/components/Wallet/Profile/documents.js +34 -33
  54. package/dist/components/Wallet/Profile/index.js +20 -19
  55. package/dist/components/Wallet/Profile/storage.js +26 -26
  56. package/dist/components/Wallet/Receive/index.js +22 -21
  57. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  58. package/dist/components/Wallet/Sell/form.js +5 -5
  59. package/dist/components/Wallet/Sell/index.js +13 -12
  60. package/dist/components/Wallet/Send/index.js +19 -18
  61. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  62. package/dist/components/Wallet/Shared/BankSelect/index.js +36 -35
  63. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +1 -1
  64. package/dist/components/Wallet/Shared/CardCorp/index.js +16 -16
  65. package/dist/components/Wallet/Shared/addBank.js +39 -38
  66. package/dist/components/Wallet/Shared/connectPlaidBank.js +19 -18
  67. package/dist/components/Wallet/Shared/manualSend.js +6 -5
  68. package/dist/components/Wallet/SignIn/index.js +24 -23
  69. package/dist/components/Wallet/SignUp/index.js +22 -21
  70. package/dist/components/Wallet/Stake/index.js +30 -29
  71. package/dist/components/Wallet/Swap/form.js +8 -7
  72. package/dist/components/Wallet/Swap/index.js +11 -10
  73. package/dist/components/Wallet/Withdraw/bankSelect.js +28 -27
  74. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  75. package/dist/components/Wallet/Withdraw/form.js +4 -4
  76. package/dist/components/Wallet/Withdraw/index.js +12 -11
  77. package/dist/{constants-BSdmHYnc.js → constants-t7n9qCW3.js} +245 -244
  78. package/dist/{cryptoAssets-BdNVnpA_.js → cryptoAssets-shEFU26O.js} +1 -1
  79. package/dist/hooks/useEverestDispatch.d.ts +6 -0
  80. package/dist/hooks/useEverestDispatch.js +5 -0
  81. package/dist/{index-Be3ndI6s.js → index-B6MSTmAM.js} +104 -103
  82. package/dist/{index-HZ9RrpTC.js → index-C2EjFXaz.js} +87 -86
  83. package/dist/{index-BXF4OI74.js → index-Cs7bSfT3.js} +17 -16
  84. package/dist/{index-D3OzGVxQ.js → index-DFRU-R-5.js} +38 -37
  85. package/dist/{index-CRyby3Qm.js → index-Da0r8FX2.js} +11 -10
  86. package/dist/{index-BlfzmV5M.js → index-RDV0mQbt.js} +36 -35
  87. package/dist/{index-Cvp4wWrB.js → index-j0zehpzg.js} +40 -39
  88. package/dist/{kyc-BQsiHtP6.js → kyc-D9xahfH9.js} +1 -1
  89. package/dist/main.js +7 -7
  90. package/dist/{order-BKKCskeq.js → order-jqH948WM.js} +29 -25
  91. package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
  92. package/dist/{stake-WjG22nIX.js → stake-Dcq6QpaA.js} +3 -3
  93. package/dist/util/constants.d.ts +2 -0
  94. package/dist/util/constants.js +21 -19
  95. package/dist/{wallet-BXA-R-Ks.js → wallet-DpkUmmq0.js} +1 -1
  96. package/package.json +3 -2
@@ -5,33 +5,34 @@ 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 { af as G } from "./constants-BSdmHYnc.js";
8
+ import { ag as G } from "./constants-t7n9qCW3.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-BKKCskeq.js";
11
- import { a as j, u as Pe } from "./react-redux-B4BZippc.js";
12
- import { P as Me, f as Le } from "./PlayArrow-Cnrxi5yr.js";
13
- import { g as Ye, u as qe } from "./wallet-BXA-R-Ks.js";
14
- import { useSnackBarContext as Ke } from "./context/snackBarContext.js";
15
- import { AuthContainer as $e } from "./components/Wallet/Shared/Container/index.js";
16
- import Ue from "./components/Shared/MinimalKyc/index.js";
17
- import He from "./components/Wallet/Shared/Input/index.js";
18
- import { G as je } from "./generic-token-B_ptO5yb.js";
19
- import { getCurrencySymbol as Ge } from "./util/functions.js";
20
- import { PaymentButton as Ve } from "./components/Wallet/Shared/Order/paymentButton.js";
21
- import Xe from "./components/Wallet/Shared/Order/selectCustomIcon.js";
10
+ import { c as te, f as pe, g as We, e as we, h as Oe } from "./order-jqH948WM.js";
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";
14
+ import { useSnackBarContext as qe } from "./context/snackBarContext.js";
15
+ import { AuthContainer as Ke } from "./components/Wallet/Shared/Container/index.js";
16
+ import $e from "./components/Shared/MinimalKyc/index.js";
17
+ import Ue from "./components/Wallet/Shared/Input/index.js";
18
+ import { G as He } from "./generic-token-B_ptO5yb.js";
19
+ import { getCurrencySymbol as je } from "./util/functions.js";
20
+ import { PaymentButton as Ge } from "./components/Wallet/Shared/Order/paymentButton.js";
21
+ import Ve from "./components/Wallet/Shared/Order/selectCustomIcon.js";
22
22
  import { G as n } from "./Grid-CFe3amXO.js";
23
23
  import { T as i } from "./Typography-pAaje37G.js";
24
24
  import { C as B } from "./CircularProgress-xZA3lvba.js";
25
25
  import { F as Q } from "./FormControl-RtZDQMdA.js";
26
26
  import { F as Z } from "./FilledInput-DuNqnPjc.js";
27
27
  import { F as me } from "./TextField-DPpRUQe3.js";
28
- import { S as De } from "./Select-CB5yWmyn.js";
29
- import { M as Je } from "./MenuItem-DUdYOJr4.js";
30
- import { L as Qe } from "./ListItemIcon-CUcyTEEm.js";
28
+ import { S as Xe } from "./Select-CB5yWmyn.js";
29
+ import { M as De } from "./MenuItem-DUdYOJr4.js";
30
+ import { L as Je } from "./ListItemIcon-CUcyTEEm.js";
31
31
  import { B as W } from "./Box-B0YSYLco.js";
32
- import { I as Ze } from "./InputAdornment-DMiED3JH.js";
33
- import { I as et } from "./IconButton-DHm-hucF.js";
34
- import tt from "./components/Wallet/Shared/BankSelect/index.js";
32
+ import { I as Qe } from "./InputAdornment-DMiED3JH.js";
33
+ import { I as Ze } from "./IconButton-DHm-hucF.js";
34
+ import et from "./components/Wallet/Shared/BankSelect/index.js";
35
+ import tt from "./hooks/useEverestDispatch.js";
35
36
  import { useDialog as nt } from "./hooks/useDialog/index.js";
36
37
  const it = ({
37
38
  setScreen: k,
@@ -182,7 +183,7 @@ const it = ({
182
183
  }
183
184
  const [g, fe] = f(!1), [Y, he] = f([]), [oe, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [ae, Ne] = f(""), [H, D] = f(
184
185
  _.fiat_amount || X.toString()
185
- ), l = F.find((t) => t.id === s), z = Ge(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === o);
186
+ ), l = F.find((t) => t.id === s), z = je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === o);
186
187
  y(() => {
187
188
  const t = [];
188
189
  for (let a = 0; a < F.length; a++) {
@@ -340,9 +341,9 @@ const it = ({
340
341
  className: `text-left ${u["fiat-picker"]}`,
341
342
  fullWidth: !0,
342
343
  children: /* @__PURE__ */ e(
343
- De,
344
+ Xe,
344
345
  {
345
- IconComponent: Xe,
346
+ IconComponent: Ve,
346
347
  input: /* @__PURE__ */ e(Z, { disableUnderline: !0 }),
347
348
  sx: {
348
349
  borderTopLeftRadius: 0,
@@ -368,13 +369,13 @@ const it = ({
368
369
  displayEmpty: !0,
369
370
  onChange: (t) => O(t.target.value),
370
371
  error: g,
371
- children: Y.map((t) => /* @__PURE__ */ r(Je, { value: t.id, children: [
372
- /* @__PURE__ */ e(Qe, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
372
+ children: Y.map((t) => /* @__PURE__ */ r(De, { value: t.id, children: [
373
+ /* @__PURE__ */ e(Je, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
373
374
  "img",
374
375
  {
375
376
  src: t.icon_uri,
376
377
  onError: ({ currentTarget: a }) => {
377
- a.onerror = null, a.src = je;
378
+ a.onerror = null, a.src = He;
378
379
  },
379
380
  alt: "tokenImg",
380
381
  width: "40",
@@ -392,7 +393,7 @@ const it = ({
392
393
  /* @__PURE__ */ r(W, { className: "text-left", mt: 3, children: [
393
394
  /* @__PURE__ */ e(i, { variant: "sm", fontWeight: 600, children: "Select Payment Method" }),
394
395
  C ? /* @__PURE__ */ e(B, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(n, { mt: 0.5, container: !0, children: P.map((t) => /* @__PURE__ */ e(n, { size: { xs: 2.5 }, children: /* @__PURE__ */ e(
395
- Ve,
396
+ Ge,
396
397
  {
397
398
  label: t.payment_type,
398
399
  value: t.id,
@@ -418,7 +419,7 @@ const it = ({
418
419
  {
419
420
  disableUnderline: !0,
420
421
  value: x && parseFloat((+x * 1).toFixed(5)),
421
- startAdornment: /* @__PURE__ */ e(Ze, { position: "start", children: /* @__PURE__ */ e(
422
+ startAdornment: /* @__PURE__ */ e(Qe, { position: "start", children: /* @__PURE__ */ e(
422
423
  i,
423
424
  {
424
425
  sx: {
@@ -439,7 +440,7 @@ const it = ({
439
440
  ) }) }),
440
441
  /* @__PURE__ */ e(W, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
441
442
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ r(
442
- et,
443
+ Ze,
443
444
  {
444
445
  sx: { padding: "0" },
445
446
  onClick: () => _e((t) => !t),
@@ -448,7 +449,7 @@ const it = ({
448
449
  children: [
449
450
  /* @__PURE__ */ e(i, { variant: "caption", fontWeight: 700, children: "Fee Calculation" }),
450
451
  /* @__PURE__ */ e(
451
- Me,
452
+ Pe,
452
453
  {
453
454
  sx: {
454
455
  transform: `rotate(${oe ? "90" : "0"}deg)`,
@@ -502,13 +503,13 @@ const it = ({
502
503
  ) })
503
504
  ] });
504
505
  }, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", at = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
505
- const c = Pe(), h = j((d) => d.order), p = h.error, w = j(
506
+ const c = tt(), h = j((d) => d.order), p = h.error, w = j(
506
507
  (d) => d.user.profile
507
508
  ), N = w.tokens, v = w.everWalletAddress, $ = j((d) => d.fiatAssets), o = j(
508
509
  (d) => d.cryptoAssets
509
- ), [S, s] = f(ne), [O, P] = f(0), [U, F] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: A } = Ke();
510
+ ), [S, s] = f(ne), [O, P] = f(0), [U, F] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: A } = qe();
510
511
  return y(() => {
511
- v && c(Ye(v));
512
+ v && c(Le(v));
512
513
  }, [v]), y(() => {
513
514
  if (N.list.length > 0) {
514
515
  const d = N.list;
@@ -523,9 +524,9 @@ const it = ({
523
524
  p && A({ message: p });
524
525
  }, [p]), y(() => {
525
526
  h.initMinimalKyc && (A({ message: p, type: "info" }), s(at));
526
- }, [h.initMinimalKyc]), y(() => (c(Le()), c(Oe(ee)), c(qe()), () => {
527
+ }, [h.initMinimalKyc]), y(() => (c(Me()), c(Oe(ee)), c(Ye()), () => {
527
528
  c(te());
528
- }), []), /* @__PURE__ */ e($e, { addPadding: !0, children: {
529
+ }), []), /* @__PURE__ */ e(Ke, { addPadding: !0, children: {
529
530
  FORM_SCREEN: /* @__PURE__ */ e(
530
531
  ot,
531
532
  {
@@ -548,7 +549,7 @@ const it = ({
548
549
  }
549
550
  ),
550
551
  BANK_SCREEN: /* @__PURE__ */ e(
551
- tt,
552
+ et,
552
553
  {
553
554
  showAlertMessage: A,
554
555
  setScreen: s,
@@ -570,9 +571,9 @@ const it = ({
570
571
  }
571
572
  ),
572
573
  MINIMAL_KYC_SCREEN: /* @__PURE__ */ e(
573
- Ue,
574
+ $e,
574
575
  {
575
- inputComponent: He,
576
+ inputComponent: Ue,
576
577
  buttonComponent: ie,
577
578
  onComplete: () => {
578
579
  s(de);
@@ -580,7 +581,7 @@ const it = ({
580
581
  }
581
582
  )
582
583
  }[S] });
583
- }, $t = Fe(rt);
584
+ }, Ut = Fe(rt);
584
585
  export {
585
586
  it as B,
586
587
  de as C,
@@ -588,5 +589,5 @@ export {
588
589
  at as M,
589
590
  ot as W,
590
591
  ue as a,
591
- $t as i
592
+ Ut as i
592
593
  };
@@ -1,4 +1,4 @@
1
- import { a4 as s, a5 as t, a6 as e, a7 as o, a8 as y, a9 as E } from "./constants-BSdmHYnc.js";
1
+ import { a5 as s, a6 as t, a7 as e, a8 as o, a9 as y, aa as E } from "./constants-t7n9qCW3.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-HZ9RrpTC.js";
15
- import { i as E } from "./index-BXF4OI74.js";
16
- import { i as b } from "./index-Cvp4wWrB.js";
17
- import { i as F } from "./index-D3OzGVxQ.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";
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-CRyby3Qm.js";
20
+ import { F as j } from "./index-Da0r8FX2.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-BlfzmV5M.js";
30
- import { i as so } from "./index-Be3ndI6s.js";
29
+ import { i as po } from "./index-RDV0mQbt.js";
30
+ import { i as so } from "./index-B6MSTmAM.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,55 +1,59 @@
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-BSdmHYnc.js";
2
- const O = (e) => ({
3
- type: d,
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,
4
4
  payload: e
5
- }), c = (e, a) => ({
5
+ }), A = (e, a) => ({
6
6
  type: s,
7
7
  payload: e,
8
8
  meta: { orderType: a }
9
9
  }), C = (e) => ({
10
10
  type: t,
11
11
  meta: { orderType: e }
12
- }), A = () => ({
12
+ }), u = () => ({
13
13
  type: E
14
- }), u = (e) => ({
14
+ }), U = (e) => ({
15
15
  type: r,
16
16
  payload: e
17
- }), U = (e) => ({
17
+ }), l = (e) => ({
18
18
  type: _,
19
19
  payload: e
20
- }), l = (e) => ({
20
+ }), P = (e) => ({
21
21
  type: p,
22
22
  payload: e
23
23
  }), m = (e) => ({
24
- type: T,
24
+ type: y,
25
25
  payload: e
26
26
  }), q = (e) => ({
27
- type: S,
27
+ type: n,
28
28
  payload: e
29
- }), P = () => ({
29
+ }), Q = () => ({
30
30
  type: R
31
- }), Q = (e) => ({
32
- type: o,
33
- payload: e
34
31
  }), I = (e) => ({
35
- type: y,
32
+ type: o,
36
33
  payload: e
37
34
  }), i = (e) => ({
35
+ type: T,
36
+ payload: e
37
+ }), M = (e) => ({
38
38
  type: D,
39
39
  payload: e
40
+ }), N = (e) => ({
41
+ type: d,
42
+ payload: e
40
43
  });
41
44
  export {
42
- O as a,
43
- l as b,
44
- A as c,
45
- Q as d,
45
+ c as a,
46
+ P as b,
47
+ u as c,
48
+ I as d,
46
49
  C as e,
47
- c as f,
48
- U as g,
50
+ A as f,
51
+ l as g,
49
52
  q as h,
50
53
  m as i,
51
- I as j,
52
- P as k,
53
- i as l,
54
- u as o
54
+ i as j,
55
+ Q as k,
56
+ M as l,
57
+ U as o,
58
+ N as v
55
59
  };
@@ -250,6 +250,6 @@ function ue(e = O) {
250
250
  var ce = /* @__PURE__ */ ue();
251
251
  Z(J.useSyncExternalStoreWithSelector);
252
252
  export {
253
- ie as a,
254
- ce as u
253
+ ce as a,
254
+ ie as u
255
255
  };
@@ -1,5 +1,5 @@
1
- import { S as t, N as a, P as e, Q as S } from "./constants-BSdmHYnc.js";
2
- const T = () => ({
1
+ import { S as t, P as a, Q as e, T as S } from "./constants-t7n9qCW3.js";
2
+ const E = () => ({
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
- T as s
16
+ E as s
17
17
  };
@@ -100,3 +100,5 @@ export declare const KYC_UNDER_TRANSATION = "Under $1,000";
100
100
  export declare const CARD_PAYMENT_DECLINE = "Declined";
101
101
  export declare const KYC_APROVED_TOOLTIP = "You are allowed to transact up to $10,000";
102
102
  export declare const KYC_ELITE_TOOLTIP = "You are allowed to transact more than $10,000";
103
+ export declare const FEATURE_EWALLET = "eWallet";
104
+ export declare const FEATURE_VIRTUAL_IBAN = "Virtual IBAN";
@@ -1,30 +1,32 @@
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", h = n + "/sepa-selected.png", u = n + "/visa.png", v = n + "/visa-selected.png", y = t + "/cloud-icon.png", B = t + "/storage-success.png", W = "railsbank", m = "open_payd", w = "checkout", G = "trustpayments", V = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "Binance", x = "Polygon", j = "EverChain", z = "IDChain", Z = "Ethereum", q = "Avalanche", J = "USD.c", Q = "EUR.c", tt = "EURE.c", nt = "BTC.c", _t = "GEMS.c", st = "ID", ot = "GEMS", et = "USDR.c", Et = "fiat_to_token", ct = "fiat_to_everid", Tt = "token_to_fiat", At = "token_to_token", at = "withdraw", It = "iban_creation", Ot = "bank_transfer", Nt = "bank_deposit", St = "Created", Rt = "In Process", rt = "Completed", it = "Failed", Lt = "Awaiting Approved", Pt = "Rejected", Ct = "ID", Dt = "GEMS", dt = 90, pt = 3, Yt = 180, Mt = 8, gt = 365, lt = 18, Kt = 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.", ut = "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.", yt = 300, Bt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", Wt = "_rr", mt = "credit_debit_card", wt = "sepa_bank_transfer", Gt = "player", Vt = "store", bt = "login_screen", kt = "register_screen", Ht = "Individual", Ft = "Organization", ft = "Over $10,000", $t = "Over $1,000 & Under $10,000", Xt = "Under $1,000", xt = "Declined", jt = "You are allowed to transact up to $10,000", zt = "You are allowed to transact more than $10,000";
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", h = n + "/visa.png", v = n + "/visa-selected.png", B = t + "/cloud-icon.png", W = t + "/storage-success.png", y = "railsbank", m = "open_payd", w = "checkout", V = "trustpayments", G = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "Binance", x = "Polygon", j = "EverChain", z = "IDChain", Z = "Ethereum", q = "Avalanche", J = "USD.c", Q = "EUR.c", tt = "EURE.c", nt = "BTC.c", _t = "GEMS.c", st = "ID", ot = "GEMS", Et = "USDR.c", et = "fiat_to_token", ct = "fiat_to_everid", Tt = "token_to_fiat", At = "token_to_token", at = "withdraw", It = "iban_creation", Ot = "bank_transfer", Nt = "bank_deposit", St = "Created", Rt = "In Process", rt = "Completed", it = "Failed", Lt = "Awaiting Approved", Pt = "Rejected", Ct = "ID", Dt = "GEMS", dt = 90, pt = 3, Yt = 180, Mt = 8, gt = 365, lt = 18, Kt = 365, Ut = 20, ut = "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.", Bt = 300, Wt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", yt = "_rr", mt = "credit_debit_card", wt = "sepa_bank_transfer", Vt = "player", Gt = "store", bt = "login_screen", kt = "register_screen", Ht = "Individual", Ft = "Organization", ft = "Over $10,000", $t = "Over $1,000 & Under $10,000", Xt = "Under $1,000", xt = "Declined", jt = "You are allowed to transact up to $10,000", zt = "You are allowed to transact more than $10,000", Zt = "eWallet", qt = "Virtual IBAN";
2
2
  export {
3
3
  S as ARROW_ICON,
4
4
  q as AVALANCHE_NETWORK,
5
5
  M as BACK_ARROW,
6
- E as BACK_BTN_ICON,
6
+ e as BACK_BTN_ICON,
7
7
  Nt as BANK_DEPOSIT,
8
8
  Ot as BANK_TRANSFER,
9
9
  X as BINANCE_NETWORK,
10
10
  nt as BTC_TOKEN_SYMBOL,
11
11
  xt as CARD_PAYMENT_DECLINE,
12
- y as CLOUD_ICON,
13
- ut as CONNECTED_WALLET_TOOLTIP,
12
+ B as CLOUD_ICON,
13
+ ht 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
- h as ENT_SEPA_PAYMENT_ACTIVE,
19
- u as ENT_VISA_PAYMENT,
18
+ u as ENT_SEPA_PAYMENT_ACTIVE,
19
+ h as ENT_VISA_PAYMENT,
20
20
  v as ENT_VISA_PAYMENT_ACTIVE,
21
21
  vt as ESTIMATE_TOOLTIP_TEXT,
22
22
  Z as ETHEREUM_NETWORK,
23
23
  $ as EURO_ISO3,
24
24
  F as EURO_SIGN,
25
25
  j as EVER_CHAIN_NETWORK,
26
+ Zt as FEATURE_EWALLET,
27
+ qt as FEATURE_VIRTUAL_IBAN,
26
28
  ct as FIAT_TO_EVER_ID,
27
- Et as FIAT_TO_TOKEN,
29
+ et as FIAT_TO_TOKEN,
28
30
  at as FIAT_WITHDRAW,
29
31
  Dt as GEMS_STAKE,
30
32
  ot as GEMS_TOKEN_SYMBOL,
@@ -42,7 +44,7 @@ export {
42
44
  zt as KYC_ELITE_TOOLTIP,
43
45
  ft as KYC_OVER_TRANSATION,
44
46
  Xt as KYC_UNDER_TRANSATION,
45
- ht as LINKED_WALLET_TOOLTIP,
47
+ ut as LINKED_WALLET_TOOLTIP,
46
48
  bt as LOGIN_SCREEN,
47
49
  Ft as ORGANIZATION_KYC_TYPE,
48
50
  wt as PAYMENT_BANK,
@@ -50,20 +52,20 @@ export {
50
52
  b as PAYMENT_PROVIDER_CARDCORP,
51
53
  w as PAYMENT_PROVIDER_CHECKOUT,
52
54
  m as PAYMENT_PROVIDER_OPENPAYD,
53
- V as PAYMENT_PROVIDER_PAYSAFE,
55
+ G as PAYMENT_PROVIDER_PAYSAFE,
54
56
  k as PAYMENT_PROVIDER_PLAID,
55
- W as PAYMENT_PROVIDER_RAILSBANK,
56
- G as PAYMENT_PROVIDER_TRUST_PAYMENTS,
57
- Gt as PLAYER_WEBSITE,
57
+ y as PAYMENT_PROVIDER_RAILSBANK,
58
+ V as PAYMENT_PROVIDER_TRUST_PAYMENTS,
59
+ Vt as PLAYER_WEBSITE,
58
60
  x as POLYGON_NETWORK,
59
61
  p as PORTFOLIO_TOKEN_DOWN_ARROW,
60
62
  Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
61
63
  l as RADIO_BUTTON,
62
64
  K as RADIO_BUTTON_SELECTED,
63
65
  kt as REGISTER_SCREEN,
64
- yt as RESEND_EMAIL_TIMER,
66
+ Bt as RESEND_EMAIL_TIMER,
65
67
  g as RIGHT_ARROW,
66
- e as SELL_WITHDRAW_ICON,
68
+ E as SELL_WITHDRAW_ICON,
67
69
  P as SEPA_ICON,
68
70
  R as SEPA_PAYMENT,
69
71
  r as SEPA_PAYMENT_ACTIVE,
@@ -78,8 +80,8 @@ export {
78
80
  pt as STAKE_ID_MIN_APY,
79
81
  dt as STAKE_ID_MIN_DAYS,
80
82
  _ as STATIC_ASSETS_BASE_URL,
81
- B as STORAGE_SUCCESS,
82
- Vt as STORE_WEBSITE,
83
+ W as STORAGE_SUCCESS,
84
+ Gt as STORE_WEBSITE,
83
85
  Q as SYNTHETIC_EUR,
84
86
  tt as SYNTHETIC_EURE,
85
87
  J as SYNTHETIC_USD,
@@ -91,9 +93,9 @@ export {
91
93
  Pt as TS_NOT_APPROVAL_LABEL,
92
94
  Rt as TS_PENDING_LABEL,
93
95
  Lt as TS_WAIT_APPROVAL_LABEL,
94
- et as USDR_TOKEN_SYMBOL,
95
- Wt as USERNAME_SUFFIX,
96
- Bt as USERNAME_TOOLTIP,
96
+ Et as USDR_TOKEN_SYMBOL,
97
+ yt as USERNAME_SUFFIX,
98
+ Wt as USERNAME_TOOLTIP,
97
99
  f as US_DOLLAR_ISO3,
98
100
  H as US_DOLLAR_SIGN,
99
101
  C as VISA_ICON,
@@ -1,4 +1,4 @@
1
- import { U as a, p as e, F as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-BSdmHYnc.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-t7n9qCW3.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.48",
3
+ "version": "0.0.49",
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.36",
35
+ "everest-npm-api": "^0.0.37",
36
36
  "frames-react": "^1.2.2",
37
37
  "moment": "^2.30.1",
38
38
  "mui-one-time-password-input": "^5.0.0",
@@ -45,6 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/js": "^9.8.0",
48
+ "@reduxjs/toolkit": "^2.10.1",
48
49
  "@types/node": "^22.2.0",
49
50
  "@types/uuid": "^10.0.0",
50
51
  "@vitejs/plugin-react": "^4.3.1",