everest-npm-features 0.0.44 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/{PlayArrow-Cd3sLvFW.js → PlayArrow-Cm8tJN8W.js} +3 -3
  2. package/dist/{auth-CzQ2SiN_.js → auth-D0r8wtCH.js} +1 -1
  3. package/dist/{bank-DJqJqzwJ.js → bank-BmV_keEr.js} +16 -13
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  24. package/dist/components/Shared/FullKyc/edd.js +2 -2
  25. package/dist/components/Shared/FullKyc/index.js +3 -3
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  29. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  30. package/dist/components/Wallet/Account/createIban.js +1 -1
  31. package/dist/components/Wallet/Account/iban.js +2 -2
  32. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  33. package/dist/components/Wallet/Account/index.js +13 -12
  34. package/dist/components/Wallet/Account/sendIban.js +11 -11
  35. package/dist/components/Wallet/Buy/confirmTransaction.d.ts +1 -1
  36. package/dist/components/Wallet/Buy/confirmTransaction.js +22 -4
  37. package/dist/components/Wallet/Buy/form.js +4 -4
  38. package/dist/components/Wallet/Buy/index.d.ts +0 -1
  39. package/dist/components/Wallet/Buy/index.js +11 -12
  40. package/dist/components/Wallet/Deposit/index.js +1 -1
  41. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  42. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  43. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  44. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  45. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  46. package/dist/components/Wallet/History/index.js +2 -2
  47. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +6 -6
  48. package/dist/components/Wallet/Portfolio/index.js +4 -4
  49. package/dist/components/Wallet/Profile/documents.js +2 -2
  50. package/dist/components/Wallet/Profile/index.js +2 -2
  51. package/dist/components/Wallet/Receive/index.js +2 -2
  52. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  53. package/dist/components/Wallet/Sell/form.js +4 -4
  54. package/dist/components/Wallet/Sell/index.js +6 -6
  55. package/dist/components/Wallet/Send/index.js +2 -2
  56. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  57. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  58. package/dist/components/Wallet/Shared/CardCorp/index.js +27 -18
  59. package/dist/components/Wallet/Shared/CardPayment/index.js +36 -35
  60. package/dist/components/Wallet/Shared/Order/types.d.ts +4 -2
  61. package/dist/components/Wallet/Shared/addBank.js +2 -2
  62. package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -15
  63. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  64. package/dist/components/Wallet/SignIn/index.js +2 -2
  65. package/dist/components/Wallet/SignUp/index.js +2 -2
  66. package/dist/components/Wallet/Stake/index.js +3 -3
  67. package/dist/components/Wallet/Swap/form.js +5 -5
  68. package/dist/components/Wallet/Swap/index.js +5 -5
  69. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  70. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  71. package/dist/components/Wallet/Withdraw/form.js +4 -4
  72. package/dist/components/Wallet/Withdraw/index.js +5 -5
  73. package/dist/{constants-BQibkMPf.js → constants-BJhUp96H.js} +321 -320
  74. package/dist/{cryptoAssets-CI_6_gpT.js → cryptoAssets-Q_UWeuzR.js} +1 -1
  75. package/dist/{documents-DhAyY9OB.js → documents-RjwlADn2.js} +25 -25
  76. package/dist/{index-ChAYuyXl.js → index-B2wXmFh5.js} +4 -4
  77. package/dist/{index-BmnzQEjv.js → index-BRnTzw1Z.js} +2 -2
  78. package/dist/index-BTqlsA2t.js +799 -0
  79. package/dist/{index-C4Z1sQwf.js → index-DegQ9bTI.js} +6 -6
  80. package/dist/{index-DpOHb_Wl.js → index-Dkjl8hIv.js} +13 -13
  81. package/dist/{index-Dh9NbI7I.js → index-Dq5wTY4S.js} +4 -4
  82. package/dist/{index-C3ZgWBrd.js → index-pCrOsXNC.js} +16 -16
  83. package/dist/{kyc-BbIvXp_G.js → kyc-DLaLS7sp.js} +1 -1
  84. package/dist/main.js +7 -7
  85. package/dist/{order-BQbk7Nb4.js → order-fWKVFTau.js} +1 -1
  86. package/dist/{stake-DWzckUqA.js → stake-CQLutF0z.js} +1 -1
  87. package/dist/util/constants.d.ts +1 -0
  88. package/dist/util/constants.js +64 -63
  89. package/dist/{wallet-CHtpHvyK.js → wallet-CuQDBP6a.js} +1 -1
  90. package/package.json +2 -2
  91. package/dist/index-e2FmUhS_.js +0 -760
@@ -1,15 +1,15 @@
1
- import { jsxs as n, Fragment as C, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as n, Fragment as x, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as t, useEffect as c } from "react";
3
3
  import { E as D } from "../../../../ErrorOutline-CPQcnl2b.js";
4
- import { s as x, p as W, h as $, v as H } from "../../../../index-ceeCtFuh.js";
4
+ import { s as y, p as W, h as $, v as H } from "../../../../index-ceeCtFuh.js";
5
5
  import K from "../backBtn.js";
6
6
  import { removeExtraSpace as R } from "../../../../util/functions.js";
7
7
  import { CARD_PAYMENT_DECLINE as q, VISA_ICON as G } from "../../../../util/constants.js";
8
8
  import J from "../Input/index.js";
9
9
  import Q from "../appButton.js";
10
10
  import { useSnackBarContext as U } from "../../../../context/snackBarContext.js";
11
- import { T as y } from "../../../../Typography-pAaje37G.js";
12
- import { B as m } from "../../../../Box-B0YSYLco.js";
11
+ import { T as m } from "../../../../Typography-pAaje37G.js";
12
+ import { B as p } from "../../../../Box-B0YSYLco.js";
13
13
  import { C as k } from "../../../../CircularProgress-xZA3lvba.js";
14
14
  const me = ({
15
15
  checkoutKey: v,
@@ -17,27 +17,27 @@ const me = ({
17
17
  backBtnFunc: N,
18
18
  initPaymentRequest: P
19
19
  }) => {
20
- const { showAlertMessage: p } = U(), a = E.payment, [V, I] = t(!0), [i, B] = t(""), [L, O] = t(!1), [S, A] = t({
20
+ const { showAlertMessage: h } = U(), a = E.payment, [V, I] = t(!0), [i, B] = t(""), [L, O] = t(!1), [S, _] = t({
21
21
  name: "",
22
22
  billingAddress: {
23
23
  addressLine1: ""
24
24
  }
25
- }), [M, h] = t(!1), [l, f] = t(!0), [u, T] = t(!0), [g, _] = t(!0), [b, w] = t(!0);
25
+ }), [A, f] = t(!1), [l, u] = t(!0), [g, M] = t(!0), [b, T] = t(!0), [C, w] = t(!0);
26
26
  c(() => {
27
27
  var e, o, s, d;
28
- (o = (e = a == null ? void 0 : a._links) == null ? void 0 : e.redirect) != null && o.href && window.location.replace((d = (s = a == null ? void 0 : a._links) == null ? void 0 : s.redirect) == null ? void 0 : d.href), a.status === q && p({
28
+ (o = (e = a == null ? void 0 : a._links) == null ? void 0 : e.redirect) != null && o.href && window.location.replace((d = (s = a == null ? void 0 : a._links) == null ? void 0 : s.redirect) == null ? void 0 : d.href), a.status === q && h({
29
29
  message: `Error processing card: (${a.response_code})${a.response_summary}`
30
30
  });
31
31
  }, [a]), c(() => {
32
- A({
32
+ _({
33
33
  name: i,
34
34
  billingAddress: {
35
35
  addressLine1: ""
36
36
  }
37
37
  });
38
38
  }, [i]), c(() => {
39
- !u && !g && !b && i !== "" ? l && f(!1) : l || f(!0);
40
- }, [i, u, g, b]);
39
+ !g && !b && !C && i !== "" ? l && u(!1) : l || u(!0);
40
+ }, [i, g, b, C]);
41
41
  const z = (e, o, s, d = /./) => {
42
42
  if (e !== "" && !d.test(e))
43
43
  return !1;
@@ -48,10 +48,10 @@ const me = ({
48
48
  if (e && e.element)
49
49
  switch (e.element) {
50
50
  case "card-number":
51
- T(e.isEmpty || !e.isValid);
51
+ M(e.isEmpty || !e.isValid);
52
52
  break;
53
53
  case "expiry-date":
54
- _(e.isEmpty || !e.isValid);
54
+ T(e.isEmpty || !e.isValid);
55
55
  break;
56
56
  case "cvv":
57
57
  w(e.isEmpty || !e.isValid);
@@ -62,12 +62,12 @@ const me = ({
62
62
  }
63
63
  }, F = (e) => {
64
64
  if (e === "") {
65
- p({ message: "Error processing card" }), h(!1);
65
+ h({ message: "Error processing card" }), f(!1);
66
66
  return;
67
67
  }
68
68
  P(e);
69
69
  };
70
- return /* @__PURE__ */ n(C, { children: [
70
+ return /* @__PURE__ */ n(x, { children: [
71
71
  /* @__PURE__ */ r(
72
72
  K,
73
73
  {
@@ -75,27 +75,14 @@ const me = ({
75
75
  backBtnText: "Payment Information"
76
76
  }
77
77
  ),
78
- /* @__PURE__ */ n(y, { className: "text-center", variant: "subtitle1", mt: 2, children: [
78
+ /* @__PURE__ */ n(m, { className: "text-center", variant: "subtitle1", mt: 2, children: [
79
79
  /* @__PURE__ */ r("img", { src: G, width: 140, alt: "Debit Card" }),
80
80
  /* @__PURE__ */ r("br", {}),
81
81
  /* @__PURE__ */ r("b", { children: "Debit Card" })
82
82
  ] }),
83
- /* @__PURE__ */ n(
83
+ V && /* @__PURE__ */ r(p, { className: "text-center", mt: 8, children: /* @__PURE__ */ r(k, {}) }),
84
+ /* @__PURE__ */ r(p, { mt: 2, children: /* @__PURE__ */ n(
84
85
  y,
85
- {
86
- className: "text-center d-flex items-center",
87
- variant: "caption",
88
- mt: 2,
89
- children: [
90
- /* @__PURE__ */ r(D, {}),
91
- "   ",
92
- /* @__PURE__ */ r("b", { style: { marginTop: "3px" }, children: "Fiat purchasing is not available for users with Chase and Citi bank accounts" })
93
- ]
94
- }
95
- ),
96
- V && /* @__PURE__ */ r(m, { className: "text-center", mt: 8, children: /* @__PURE__ */ r(k, {}) }),
97
- /* @__PURE__ */ r(m, { mt: 2, children: /* @__PURE__ */ n(
98
- x,
99
86
  {
100
87
  config: {
101
88
  debug: !1,
@@ -143,7 +130,7 @@ const me = ({
143
130
  Y(e);
144
131
  },
145
132
  cardSubmitted: () => {
146
- h(!0);
133
+ f(!0);
147
134
  },
148
135
  cardTokenized: (e) => {
149
136
  F(e.token);
@@ -198,20 +185,34 @@ const me = ({
198
185
  Q,
199
186
  {
200
187
  onClick: () => {
201
- x.submitCard();
188
+ y.submitCard();
202
189
  },
203
190
  fullWidth: !0,
204
191
  disabled: l,
205
- children: /* @__PURE__ */ r("strong", { children: M ? /* @__PURE__ */ n(C, { children: [
192
+ children: /* @__PURE__ */ r("strong", { children: A ? /* @__PURE__ */ n(x, { children: [
206
193
  /* @__PURE__ */ r(k, { size: 15, color: "inherit" }),
207
194
  " Processing..."
208
195
  ] }) : "Pay" })
209
196
  }
210
- )
197
+ ),
198
+ /* @__PURE__ */ r(m, { className: "flex-center", variant: "caption", mt: 1, children: /* @__PURE__ */ r(
199
+ "a",
200
+ {
201
+ href: "https://everest.org/terms-of-use",
202
+ target: "_blank",
203
+ rel: "noopener noreferrer",
204
+ children: "Legal & Privacy"
205
+ }
206
+ ) }),
207
+ /* @__PURE__ */ n(m, { className: "flex-center", variant: "caption", mt: 1, children: [
208
+ /* @__PURE__ */ r(D, {}),
209
+ "   ",
210
+ /* @__PURE__ */ r("b", { style: { marginTop: "3px" }, children: "Fiat purchasing is not available for users with Chase and Citi bank accounts" })
211
+ ] })
211
212
  ]
212
213
  }
213
214
  ) }),
214
- /* @__PURE__ */ r(m, { mt: 8, children: /* @__PURE__ */ r("div", { id: "st-animated-card" }) })
215
+ /* @__PURE__ */ r(p, { mt: 8, children: /* @__PURE__ */ r("div", { id: "st-animated-card" }) })
215
216
  ] });
216
217
  };
217
218
  export {
@@ -1,11 +1,12 @@
1
1
  import { Dispatch } from 'react';
2
2
  import { SnackBarParams } from '../../../../hooks/useSnackBar';
3
- import { CryptoAssetToken, OrderActionTypes, PaymentOption, WalletAppState } from 'everest-npm-api';
3
+ import { BankActionTypes, CryptoAssetToken, OrderActionTypes, PaymentOption, WalletAppState } from 'everest-npm-api';
4
4
  export interface BuyProps {
5
5
  partnerKey: string;
6
6
  baseUrl: string;
7
7
  checkoutSdkKey: string;
8
8
  cardCorpSrcUrl: string;
9
+ navigate: (path: string) => void;
9
10
  }
10
11
  export interface SellProps {
11
12
  partnerKey: string;
@@ -20,7 +21,7 @@ export interface WithdrawProps {
20
21
  navigate: (path: string) => void;
21
22
  }
22
23
  interface BaseSubComponentProps {
23
- dispatch: Dispatch<OrderActionTypes>;
24
+ dispatch: Dispatch<OrderActionTypes | BankActionTypes>;
24
25
  orderData: WalletAppState["order"];
25
26
  showAlertMessage: (data: SnackBarParams) => void;
26
27
  setScreen: React.Dispatch<React.SetStateAction<string>>;
@@ -59,6 +60,7 @@ export interface ConfirmTransactionProps extends BaseSubComponentProps {
59
60
  partnerKey: string;
60
61
  navigate?: (path: string) => void;
61
62
  walletAddress?: string;
63
+ plaidCountry?: string;
62
64
  }
63
65
  export interface CardPaymentProps extends BaseSubComponentProps {
64
66
  checkoutKey: string;
@@ -9,9 +9,9 @@ import "../../../index-DlQqWbXG.js";
9
9
  import x from "./appButton.js";
10
10
  import "../../../hoc/withThemeProvider.js";
11
11
  import "./Auth/otpForm.js";
12
- import "../../../constants-BQibkMPf.js";
12
+ import "../../../constants-BJhUp96H.js";
13
13
  import { a as w, u as F } from "../../../index-BQNs1mvn.js";
14
- import { a as W } from "../../../bank-DJqJqzwJ.js";
14
+ import { a as W } from "../../../bank-BmV_keEr.js";
15
15
  import { useSnackBarContext as j } from "../../../context/snackBarContext.js";
16
16
  import "../../../util/conversions.js";
17
17
  import "../../../index-CAoLi5Qq.js";
@@ -1,10 +1,10 @@
1
- import { jsx as t, Fragment as C } from "react/jsx-runtime";
2
- import { useState as _, useEffect as c, useCallback as y } from "react";
1
+ import { jsx as t, Fragment as h } from "react/jsx-runtime";
2
+ import { useState as y, useEffect as c, useCallback as C } from "react";
3
3
  import { u as S, a as r } from "../../../react-redux-B4BZippc.js";
4
4
  import { u as P } from "../../../index.esm-BsMAMhYW.js";
5
- import "../../../constants-BQibkMPf.js";
5
+ import "../../../constants-BJhUp96H.js";
6
6
  import { u as b, a as B, b as g } from "../../../index-BQNs1mvn.js";
7
- import { p as x, b as A } from "../../../bank-DJqJqzwJ.js";
7
+ import { p as x, b as A } from "../../../bank-BmV_keEr.js";
8
8
  import { c as T } from "../../../countries-BVn1FubK.js";
9
9
  import q from "./appButton.js";
10
10
  import { B as D } from "../../../Box-B0YSYLco.js";
@@ -12,18 +12,18 @@ import { C as I } from "../../../CircularProgress-xZA3lvba.js";
12
12
  const J = ({
13
13
  buttonType: u = "primary"
14
14
  }) => {
15
- const e = S(), { loader: a, plaidToken: l } = r(b), n = r(B).residentialAddress.country || "USA", [i, d] = _(""), p = r(g);
15
+ const e = S(), { loader: a, plaidToken: l } = r(b), s = r(B).residentialAddress.country || "USA", [i, d] = y(""), p = r(g);
16
16
  c(() => {
17
- if (n) {
18
- const s = T.find((o) => o.alpha3 === n);
19
- s && d(s.alpha2);
17
+ if (s) {
18
+ const n = T.find((o) => o.alpha3 === s);
19
+ n && d(n.alpha2);
20
20
  }
21
- }, [n]), c(() => {
22
- i && e(x(i));
21
+ }, [s]), c(() => {
22
+ i && e(x({ country_code: i }));
23
23
  }, [i]);
24
24
  const m = {
25
- onSuccess: y((s, o) => {
26
- const h = {
25
+ onSuccess: C((n, o) => {
26
+ const _ = {
27
27
  user_id: p,
28
28
  institution_id: o.institution.institution_id,
29
29
  institution: o.institution.name,
@@ -31,9 +31,9 @@ const J = ({
31
31
  account_id: o.account_id,
32
32
  accounts: o.accounts,
33
33
  link_session_id: o.link_session_id,
34
- public_token: s
34
+ public_token: n
35
35
  };
36
- e(A(h));
36
+ e(A(_));
37
37
  }, []),
38
38
  // @TODO: We need to move side effects into sagas
39
39
  // onExit: (err, metadata) => {},
@@ -42,7 +42,7 @@ const J = ({
42
42
  //required for OAuth; if not using OAuth, set to null or omit:
43
43
  //receivedRedirectUri: window.location.href,
44
44
  }, { open: f, ready: k } = P(m);
45
- return /* @__PURE__ */ t(C, { children: a ? /* @__PURE__ */ t(D, { className: "text-center", mt: 8, children: /* @__PURE__ */ t(I, {}) }) : /* @__PURE__ */ t(
45
+ return /* @__PURE__ */ t(h, { children: a ? /* @__PURE__ */ t(D, { className: "text-center", mt: 8, children: /* @__PURE__ */ t(I, {}) }) : /* @__PURE__ */ t(
46
46
  q,
47
47
  {
48
48
  variantType: u,
@@ -7,8 +7,8 @@ import "../../../generic-token-B_ptO5yb.js";
7
7
  import "./appButton.js";
8
8
  import "./timer.js";
9
9
  import "../../../util/functions.js";
10
- import "../../../constants-BQibkMPf.js";
11
- import "../../../order-BQbk7Nb4.js";
10
+ import "../../../constants-BJhUp96H.js";
11
+ import "../../../order-fWKVFTau.js";
12
12
  import "../../../index-DlQqWbXG.js";
13
13
  import "../../../hoc/withThemeProvider.js";
14
14
  import "./Input/index.js";
@@ -25,7 +25,7 @@ import "../../../index.esm-BsMAMhYW.js";
25
25
  import "../../../web3-u4qDZYpo.js";
26
26
  import "../../../index-ceeCtFuh.js";
27
27
  import "../../../styles.module-CHEBh2ID.js";
28
- import { M as J } from "../../../index-C3ZgWBrd.js";
28
+ import { M as J } from "../../../index-pCrOsXNC.js";
29
29
  import "../../../context/dialogContext.js";
30
30
  import "../../../Box-B0YSYLco.js";
31
31
  import "../../../Grid-CFe3amXO.js";
@@ -4,8 +4,8 @@ import { u as L, a as S } from "../../../react-redux-B4BZippc.js";
4
4
  import x from "../../../hoc/withThemeProvider.js";
5
5
  import O from "../Shared/Auth/emailForm.js";
6
6
  import R from "../Shared/Auth/otpForm.js";
7
- import "../../../constants-BQibkMPf.js";
8
- import { a as k, l as q, v } from "../../../auth-CzQ2SiN_.js";
7
+ import "../../../constants-BJhUp96H.js";
8
+ import { a as k, l as q, v } from "../../../auth-D0r8wtCH.js";
9
9
  import C from "../Shared/Container/index.js";
10
10
  import { LOGIN_SCREEN as f } from "../../../util/constants.js";
11
11
  import { useSnackBarContext as w } from "../../../context/snackBarContext.js";
@@ -5,8 +5,8 @@ import { u as w, a as B } from "../../../react-redux-B4BZippc.js";
5
5
  import M from "../../../hoc/withThemeProvider.js";
6
6
  import L from "../Shared/Auth/emailForm.js";
7
7
  import N from "../Shared/Auth/otpForm.js";
8
- import "../../../constants-BQibkMPf.js";
9
- import { a as P, h as U, i as k } from "../../../auth-CzQ2SiN_.js";
8
+ import "../../../constants-BJhUp96H.js";
9
+ import { a as P, h as U, i as k } from "../../../auth-D0r8wtCH.js";
10
10
  import q from "../Shared/Container/index.js";
11
11
  import { REGISTER_SCREEN as S } from "../../../util/constants.js";
12
12
  import V from "./terms.js";
@@ -4,10 +4,10 @@ import xe from "./id/index.js";
4
4
  import we from "./gems/index.js";
5
5
  import { u as Ae, a as K } from "../../../react-redux-B4BZippc.js";
6
6
  import { ID_STAKE as i, STAKE_ID_MIN_DAYS as ee, GEM_SYNTHETIC_TOKEN_SYMBOL as De, ID_TOKEN_SYMBOL as be, EVER_CHAIN_NETWORK as Ie, GEMS_STAKE as T, STAKE_GEM_MAX_DAYS as Te, STAKE_ID_ICON as Ee, STAKE_GEM_ICON as Ne, STAKE_GEM_MAX_APY as ve, STAKE_ID_MIN_APY as Re, STAKE_ID_MID_DAYS as ye, STAKE_ID_MID_APY as Me, STAKE_ID_MAX_DAYS as Ce, STAKE_ID_MAX_APY as Fe } from "../../../util/constants.js";
7
- import "../../../constants-BQibkMPf.js";
7
+ import "../../../constants-BJhUp96H.js";
8
8
  import { a as Pe } from "../../../index-BQNs1mvn.js";
9
- import { f as Be } from "../../../wallet-CHtpHvyK.js";
10
- import { s as Ge, a as Ke, b as Le } from "../../../stake-DWzckUqA.js";
9
+ import { f as Be } from "../../../wallet-CuQDBP6a.js";
10
+ import { s as Ge, a as Ke, b as Le } from "../../../stake-CQLutF0z.js";
11
11
  import { fromHuman as Ye, numberFormat as u, toHuman as E } from "../../../util/conversions.js";
12
12
  import "../../../index-DlQqWbXG.js";
13
13
  import "../Shared/appButton.js";
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../react-redux-B4BZippc.js";
4
- import "../../../PlayArrow-Cd3sLvFW.js";
4
+ import "../../../PlayArrow-Cm8tJN8W.js";
5
5
  import "../../../Info-BVeUSPyk.js";
6
6
  import "../../../generic-token-B_ptO5yb.js";
7
7
  import "../../../util/functions.js";
8
8
  import "../Shared/TokenModal/index.js";
9
9
  import "../../../util/conversions.js";
10
- import "../../../constants-BQibkMPf.js";
10
+ import "../../../constants-BJhUp96H.js";
11
11
  import "../../../index-BQNs1mvn.js";
12
- import "../../../cryptoAssets-CI_6_gpT.js";
13
- import "../../../order-BQbk7Nb4.js";
12
+ import "../../../cryptoAssets-Q_UWeuzR.js";
13
+ import "../../../order-fWKVFTau.js";
14
14
  import "../../../util/constants.js";
15
15
  import "../../../tooltip-3UvETWtS.js";
16
16
  import "../../../index-DlQqWbXG.js";
@@ -28,7 +28,7 @@ import "../../../web3-u4qDZYpo.js";
28
28
  import "../../../index-ceeCtFuh.js";
29
29
  import "../../../styles.module-CHEBh2ID.js";
30
30
  import "../Shared/Order/selectCustomIcon.js";
31
- import { S as R } from "../../../index-C4Z1sQwf.js";
31
+ import { S as R } from "../../../index-DegQ9bTI.js";
32
32
  import "../../../context/dialogContext.js";
33
33
  import "../../../Box-B0YSYLco.js";
34
34
  import "../../../Grid-CFe3amXO.js";
@@ -1,18 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { F as e, M as f, a as F, i as I } from "../../../index-C4Z1sQwf.js";
4
+ import { F as e, M as f, a as F, i as I } from "../../../index-DegQ9bTI.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import "../../../wallet-CHtpHvyK.js";
8
- import "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import "../../../wallet-CuQDBP6a.js";
8
+ import "../../../order-fWKVFTau.js";
9
9
  import "../../../util/constants.js";
10
10
  import "../../../context/snackBarContext.js";
11
11
  import "../Shared/Container/index.js";
12
12
  import "../../Shared/MinimalKyc/index.js";
13
13
  import "../Shared/Input/index.js";
14
14
  import "../Shared/appButton.js";
15
- import "../../../index-C3ZgWBrd.js";
15
+ import "../../../index-pCrOsXNC.js";
16
16
  export {
17
17
  e as FORM_SCREEN,
18
18
  f as MANUAL_SEND_SCREEN,
@@ -3,11 +3,11 @@ import { useState as x, useEffect as N } from "react";
3
3
  import { u as C, a as S } from "../../../react-redux-B4BZippc.js";
4
4
  import T from "../Shared/backBtn.js";
5
5
  import b from "../Shared/addBank.js";
6
- import { F as E, C as R } from "../../../index-ChAYuyXl.js";
7
- import "../../../constants-BQibkMPf.js";
6
+ import { F as E, C as R } from "../../../index-B2wXmFh5.js";
7
+ import "../../../constants-BJhUp96H.js";
8
8
  import { u as A } from "../../../index-BQNs1mvn.js";
9
- import { o as O } from "../../../order-BQbk7Nb4.js";
10
- import { u as y } from "../../../bank-DJqJqzwJ.js";
9
+ import { o as O } from "../../../order-fWKVFTau.js";
10
+ import { u as y } from "../../../bank-BmV_keEr.js";
11
11
  import _ from "../Shared/connectPlaidBank.js";
12
12
  import { s } from "../../../styles.module-CHEBh2ID.js";
13
13
  import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as D } from "../../../util/constants.js";
@@ -4,10 +4,10 @@ import "../Shared/backBtn.js";
4
4
  import "../../../util/constants.js";
5
5
  import "../../../styles.module-CHEBh2ID.js";
6
6
  import "../Shared/appButton.js";
7
- import "../../../constants-BQibkMPf.js";
7
+ import "../../../constants-BJhUp96H.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-BQbk7Nb4.js";
10
- import { B as g } from "../../../index-ChAYuyXl.js";
9
+ import "../../../order-fWKVFTau.js";
10
+ import { B as g } from "../../../index-B2wXmFh5.js";
11
11
  import "../../../react-redux-B4BZippc.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-Cd3sLvFW.js";
3
+ import "../../../PlayArrow-Cm8tJN8W.js";
4
4
  import "../../../generic-token-B_ptO5yb.js";
5
5
  import "../../../util/constants.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import "../../../order-fWKVFTau.js";
8
8
  import "../../../util/functions.js";
9
- import { W as z } from "../../../index-ChAYuyXl.js";
9
+ import { W as z } from "../../../index-B2wXmFh5.js";
10
10
  import "../../../styles.module-CHEBh2ID.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 e, C as f, F as A, M as K, i as O } from "../../../index-ChAYuyXl.js";
4
+ import { a as e, C as f, F as A, M as K, i as O } from "../../../index-B2wXmFh5.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import "../../../PlayArrow-Cd3sLvFW.js";
8
- import "../../../wallet-CHtpHvyK.js";
9
- import "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import "../../../PlayArrow-Cm8tJN8W.js";
8
+ import "../../../wallet-CuQDBP6a.js";
9
+ import "../../../order-fWKVFTau.js";
10
10
  import "../../../util/constants.js";
11
11
  import "../../../context/snackBarContext.js";
12
12
  import "../Shared/Container/index.js";