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
@@ -5,8 +5,8 @@ import { I as z } from "../../../Info-BVeUSPyk.js";
5
5
  import { a as $ } from "../../../react-redux-B4BZippc.js";
6
6
  import G from "../../Shared/transition.js";
7
7
  import { M as U } from "../../../tooltip-3UvETWtS.js";
8
- import { a9 as j, aa as N } from "../../../constants-BQibkMPf.js";
9
- import { s as M } from "../../../bank-DJqJqzwJ.js";
8
+ import { aa as j, ab as b } from "../../../constants-BJhUp96H.js";
9
+ import { s as M } from "../../../bank-BmV_keEr.js";
10
10
  import { useSnackBarContext as O } from "../../../context/snackBarContext.js";
11
11
  import H from "../Shared/appButton.js";
12
12
  import { EURO_ISO3 as D } from "../../../util/constants.js";
@@ -14,13 +14,13 @@ import { D as J, a as K } from "../../../DialogContent-BMwlOnbW.js";
14
14
  import { D as L } from "../../../DialogTitle-CfS0bb2K.js";
15
15
  import { T as n } from "../../../Typography-pAaje37G.js";
16
16
  import { I as T } from "../../../IconButton-DHm-hucF.js";
17
- import { G as b } from "../../../Grid-CFe3amXO.js";
17
+ import { G as N } from "../../../Grid-CFe3amXO.js";
18
18
  import { B as r } from "../../../Box-B0YSYLco.js";
19
19
  import { F as o } from "../../../FormControl-RtZDQMdA.js";
20
20
  import { F as c } from "../../../FilledInput-DuNqnPjc.js";
21
21
  import { I as Q } from "../../../InputAdornment-DMiED3JH.js";
22
22
  import { C as V } from "../../../CircularProgress-xZA3lvba.js";
23
- const be = ({
23
+ const Ne = ({
24
24
  iban: C,
25
25
  dispatch: q,
26
26
  appKey: F,
@@ -81,7 +81,7 @@ const be = ({
81
81
  });
82
82
  return;
83
83
  }
84
- u !== N && q(
84
+ u !== b && q(
85
85
  M({
86
86
  amount: t,
87
87
  account_number: p,
@@ -123,8 +123,8 @@ const be = ({
123
123
  sx: { padding: "50px" },
124
124
  dividers: !0,
125
125
  children: [
126
- /* @__PURE__ */ a(b, { container: !0, children: [
127
- /* @__PURE__ */ e(b, { size: 3, children: /* @__PURE__ */ e(
126
+ /* @__PURE__ */ a(N, { container: !0, children: [
127
+ /* @__PURE__ */ e(N, { size: 3, children: /* @__PURE__ */ e(
128
128
  n,
129
129
  {
130
130
  className: "input-label-feature",
@@ -133,7 +133,7 @@ const be = ({
133
133
  children: "Sending From"
134
134
  }
135
135
  ) }),
136
- /* @__PURE__ */ e(b, { size: 9, children: /* @__PURE__ */ a(
136
+ /* @__PURE__ */ e(N, { size: 9, children: /* @__PURE__ */ a(
137
137
  n,
138
138
  {
139
139
  className: "input-label-feature",
@@ -319,9 +319,9 @@ const be = ({
319
319
  {
320
320
  sx: { mt: 4 },
321
321
  onClick: k,
322
- disabled: u === N,
322
+ disabled: u === b,
323
323
  fullWidth: !0,
324
- children: /* @__PURE__ */ e("strong", { children: u === N ? /* @__PURE__ */ a(g, { children: [
324
+ children: /* @__PURE__ */ e("strong", { children: u === b ? /* @__PURE__ */ a(g, { children: [
325
325
  /* @__PURE__ */ e(V, { size: 15, color: "inherit" }),
326
326
  " Processing..."
327
327
  ] }) : "Send" })
@@ -335,5 +335,5 @@ const be = ({
335
335
  );
336
336
  };
337
337
  export {
338
- be as default
338
+ Ne as default
339
339
  };
@@ -1,3 +1,3 @@
1
1
  import { ConfirmTransactionProps } from '../Shared/Order/types';
2
- declare const BuyConfirmTransaction: ({ setScreen, partnerKey, orderData, dispatch, walletAddress, }: ConfirmTransactionProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const BuyConfirmTransaction: ({ setScreen, partnerKey, orderData, dispatch, walletAddress, plaidCountry, navigate, }: ConfirmTransactionProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default BuyConfirmTransaction;
@@ -5,13 +5,31 @@ import "../../../util/functions.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-CHEBh2ID.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-BQibkMPf.js";
9
- import "../../../order-BQbk7Nb4.js";
10
- import { a as c } from "../../../index-e2FmUhS_.js";
8
+ import "../../../constants-BJhUp96H.js";
9
+ import "../../../index-BQNs1mvn.js";
10
+ import "../../../order-fWKVFTau.js";
11
+ import "../../../bank-BmV_keEr.js";
12
+ import { a as H } from "../../../index-BTqlsA2t.js";
13
+ import "../../../index.esm-BsMAMhYW.js";
14
+ import "../../../react-redux-B4BZippc.js";
15
+ import "../../../index-DlQqWbXG.js";
16
+ import "../../../hoc/withThemeProvider.js";
17
+ import "../Shared/Auth/otpForm.js";
18
+ import "../../../context/snackBarContext.js";
19
+ import "../../../util/conversions.js";
20
+ import "../../../index-CAoLi5Qq.js";
21
+ import "../../../react-webcam-B3cXh1XT.js";
22
+ import "../../Shared/transition.js";
23
+ import "../../../tooltip-3UvETWtS.js";
24
+ import "../Shared/pin.js";
25
+ import "../../../moment-h96o7c8I.js";
26
+ import "../../../web3-u4qDZYpo.js";
27
+ import "../../../index-ceeCtFuh.js";
28
+ import "../../../context/dialogContext.js";
11
29
  import "../../../Typography-pAaje37G.js";
12
30
  import "../../../Box-B0YSYLco.js";
13
31
  import "../../../Grid-CFe3amXO.js";
14
32
  import "../../../CircularProgress-xZA3lvba.js";
15
33
  export {
16
- c as default
34
+ H as default
17
35
  };
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Cd3sLvFW.js";
3
+ import "../../../PlayArrow-Cm8tJN8W.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-BQibkMPf.js";
7
+ import "../../../constants-BJhUp96H.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-BQbk7Nb4.js";
9
+ import "../../../order-fWKVFTau.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
12
  import "../Shared/appButton.js";
13
- import { B as E } from "../../../index-e2FmUhS_.js";
13
+ import { B as E } from "../../../index-BTqlsA2t.js";
14
14
  import "../../../styles.module-CHEBh2ID.js";
15
15
  import "../Shared/TokenModal/index.js";
16
16
  import "../../../react-redux-B4BZippc.js";
@@ -2,7 +2,6 @@ import { BuyProps } from '../Shared/Order/types';
2
2
  export declare const FORM_SCREEN = "FORM_SCREEN";
3
3
  export declare const CONFIRM_SCREEN = "CONFIRM_SCREEN";
4
4
  export declare const PAYMENT_SCREEN = "PAYMENT_SCREEN";
5
- export declare const BANK_SCREEN = "BANK_SCREEN";
6
5
  export declare const CARD_CORP_SCREEN = "CARD_CORP_SCREEN";
7
6
  export declare const MINIMAL_KYC_SCREEN = "MINIMAL_KYC_SCREEN";
8
7
  declare const _default: import('react').FC<BuyProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as e, c as f, C as K, F as Y, M as b, P as c, i as d } from "../../../index-e2FmUhS_.js";
4
+ import { b as e, C as f, F as Y, M as b, P as d, i as l } from "../../../index-BTqlsA2t.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import "../../../PlayArrow-Cd3sLvFW.js";
8
- import "../../../cryptoAssets-CI_6_gpT.js";
9
- import "../../../wallet-CHtpHvyK.js";
10
- import "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import "../../../PlayArrow-Cm8tJN8W.js";
8
+ import "../../../cryptoAssets-Q_UWeuzR.js";
9
+ import "../../../wallet-CuQDBP6a.js";
10
+ import "../../../order-fWKVFTau.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -16,13 +16,12 @@ import "../../Shared/MinimalKyc/index.js";
16
16
  import "../Shared/Input/index.js";
17
17
  import "../Shared/appButton.js";
18
18
  import "../Shared/CardCorp/index.js";
19
- import "../Shared/BankSelect/index.js";
19
+ import "../../../countries-BVn1FubK.js";
20
20
  export {
21
- e as BANK_SCREEN,
22
- f as CARD_CORP_SCREEN,
23
- K as CONFIRM_SCREEN,
21
+ e as CARD_CORP_SCREEN,
22
+ f as CONFIRM_SCREEN,
24
23
  Y as FORM_SCREEN,
25
24
  b as MINIMAL_KYC_SCREEN,
26
- c as PAYMENT_SCREEN,
27
- d as default
25
+ d as PAYMENT_SCREEN,
26
+ l as default
28
27
  };
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../Shared/appButton.js";
7
7
  import "react";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BQibkMPf.js";
9
+ import "../../../constants-BJhUp96H.js";
10
10
  import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import { u as I } from "../../../react-redux-B4BZippc.js";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BQibkMPf.js";
9
+ import "../../../constants-BJhUp96H.js";
10
10
  import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -13,8 +13,8 @@ import re from "./orgInfo.js";
13
13
  import se from "./orgDetails.js";
14
14
  import ie from "./verify.js";
15
15
  import ae from "./success.js";
16
- import { K as ne, a as F, b as y, c as ce, d as me, e as le, f as pe } from "../../../constants-BQibkMPf.js";
17
- import { r as u, k as fe } from "../../../kyc-BbIvXp_G.js";
16
+ import { K as ne, a as F, b as y, c as ce, d as me, e as le, f as pe } from "../../../constants-BJhUp96H.js";
17
+ import { r as u, k as fe } from "../../../kyc-DLaLS7sp.js";
18
18
  import { u as Te, a as h } from "../../../react-redux-B4BZippc.js";
19
19
  import _e from "../../Shared/loader.js";
20
20
  import "../../../index-DlQqWbXG.js";
@@ -30,7 +30,7 @@ import "../../../moment-h96o7c8I.js";
30
30
  import "../../../index.esm-BsMAMhYW.js";
31
31
  import "../../../web3-u4qDZYpo.js";
32
32
  import "../../../index-ceeCtFuh.js";
33
- import { F as b } from "../../../index-BmnzQEjv.js";
33
+ import { F as b } from "../../../index-BRnTzw1Z.js";
34
34
  import "../../../context/dialogContext.js";
35
35
  import { u as de } from "../../../useTheme-BQJ5lp0i.js";
36
36
  import { D as De, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
@@ -6,8 +6,8 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import { u as P } from "../../../react-redux-B4BZippc.js";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BQibkMPf.js";
10
- import { a as D } from "../../../kyc-BbIvXp_G.js";
9
+ import "../../../constants-BJhUp96H.js";
10
+ import { a as D } from "../../../kyc-DLaLS7sp.js";
11
11
  import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
12
12
  import "../../../util/conversions.js";
13
13
  import "../../../index-CAoLi5Qq.js";
@@ -20,7 +20,7 @@ import { pick as Kd } from "../../../util/functions.js";
20
20
  import "../../../index-DlQqWbXG.js";
21
21
  import "../../../hoc/withThemeProvider.js";
22
22
  import "../Shared/Auth/otpForm.js";
23
- import "../../../constants-BQibkMPf.js";
23
+ import "../../../constants-BJhUp96H.js";
24
24
  import { useSnackBarContext as Xd } from "../../../context/snackBarContext.js";
25
25
  import "../../../util/conversions.js";
26
26
  import "../../../index-CAoLi5Qq.js";
@@ -8,7 +8,7 @@ import { useState as C } from "react";
8
8
  import "../../../index-DlQqWbXG.js";
9
9
  import "../../../hoc/withThemeProvider.js";
10
10
  import "../Shared/Auth/otpForm.js";
11
- import "../../../constants-BQibkMPf.js";
11
+ import "../../../constants-BJhUp96H.js";
12
12
  import { useSnackBarContext as g } from "../../../context/snackBarContext.js";
13
13
  import "../../../util/conversions.js";
14
14
  import "../../../index-CAoLi5Qq.js";
@@ -3,8 +3,8 @@ import * as q from "react";
3
3
  import { useState as et, useEffect as ot } from "react";
4
4
  import st from "../../../hoc/withThemeProvider.js";
5
5
  import { u as nt, a as rt } from "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import { a as it } from "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import { a as it } from "../../../order-fWKVFTau.js";
8
8
  import lt from "../../Shared/HistoryItem/index.js";
9
9
  import { AuthContainer as pt } from "../Shared/Container/index.js";
10
10
  import { B as _ } from "../../../Box-B0YSYLco.js";
@@ -9,9 +9,9 @@ import re from "../../../hoc/withThemeProvider.js";
9
9
  import { displayWalletAddress as oe } from "../../../util/functions.js";
10
10
  import { BACK_BTN_ICON as ae, EVER_CHAIN_NETWORK as F, ETHEREUM_NETWORK as G } from "../../../util/constants.js";
11
11
  import "../Shared/Auth/otpForm.js";
12
- import { aj as se, ak as ne, al as ie, am as le, an as ce } from "../../../constants-BQibkMPf.js";
12
+ import { ak as se, al as ne, am as ie, an as le, ao as ce } from "../../../constants-BJhUp96H.js";
13
13
  import { a as me } from "../../../index-BQNs1mvn.js";
14
- import { h as de } from "../../../wallet-CHtpHvyK.js";
14
+ import { h as de } from "../../../wallet-CuQDBP6a.js";
15
15
  import "../../../context/snackBarContext.js";
16
16
  import { numberFormat as he, fromHuman as ue, getGweiFromWei as pe, getUnFormattedValueFromWei as fe } from "../../../util/conversions.js";
17
17
  import "../../../index-CAoLi5Qq.js";
@@ -63,7 +63,7 @@ import '../../../assets/index6.css';const be = (r) => ({
63
63
  var k, q;
64
64
  const { showAlertMessage: E, snackBar: U } = ge(), m = Z(), h = S((t) => t.bridge), a = h.gasFee, x = h.loader, u = h.error, R = h.withdrawStatus, B = S((t) => t.user.wallets);
65
65
  B.loader;
66
- const W = B.data, w = n === F ? G : F, i = S(me).everWalletAddress, [I, V] = f(""), L = he(I), [O, _] = f("default"), [K, Q] = f(!1), [d, D] = f(""), [j, C] = f(!1), y = Y(""), v = ue(d, r === "ID" ? 18 : 6);
66
+ const W = B.data, w = n === F ? G : F, i = S(me).everWalletAddress, [I, V] = f(""), L = he(I), [O, _] = f("default"), [K, Q] = f(!1), [d, D] = f(""), [$, C] = f(!1), y = Y(""), v = ue(d, r === "ID" ? 18 : 6);
67
67
  T(() => (m(de()), () => {
68
68
  m(Se());
69
69
  }), []), T(() => {
@@ -83,7 +83,7 @@ import '../../../assets/index6.css';const be = (r) => ({
83
83
  }
84
84
  }
85
85
  }, [W, i]);
86
- const $ = (t) => {
86
+ const j = (t) => {
87
87
  t ? /^([0-9.,]+)$/.test(t) && D(t) : D("");
88
88
  }, z = () => {
89
89
  if (!d)
@@ -198,7 +198,7 @@ import '../../../assets/index6.css';const be = (r) => ({
198
198
  value: d,
199
199
  fullWidth: !0,
200
200
  required: !0,
201
- onChange: (t) => $(t.target.value),
201
+ onChange: (t) => j(t.target.value),
202
202
  onKeyPress: (t) => t.key === "Enter" && z()
203
203
  }
204
204
  ) }),
@@ -233,7 +233,7 @@ import '../../../assets/index6.css';const be = (r) => ({
233
233
  /* @__PURE__ */ o(
234
234
  ve,
235
235
  {
236
- open: j,
236
+ open: $,
237
237
  fullWidth: !0,
238
238
  sx: {
239
239
  "& .MuiDialog-container": {
@@ -1,9 +1,9 @@
1
1
  import { jsx as B, Fragment as HA, jsxs as s } from "react/jsx-runtime";
2
2
  import { US_DOLLAR_ISO3 as h, EVER_CHAIN_NETWORK as k, EURO_ISO3 as NA, DIALOG_SUCCESS_ICON as hA, BACK_BTN_ICON as mA, DIALOG_ERROR_ICON as IA } from "../../../util/constants.js";
3
- import "../../../constants-BQibkMPf.js";
4
- import { i as WA } from "../../../wallet-CHtpHvyK.js";
5
- import { l as dA } from "../../../order-BQbk7Nb4.js";
6
- import { c as xA } from "../../../stake-DWzckUqA.js";
3
+ import "../../../constants-BJhUp96H.js";
4
+ import { i as WA } from "../../../wallet-CuQDBP6a.js";
5
+ import { l as dA } from "../../../order-fWKVFTau.js";
6
+ import { c as xA } from "../../../stake-CQLutF0z.js";
7
7
  import { useState as r, useEffect as M, createRef as K } from "react";
8
8
  import { u as CA, a as m } from "../../../react-redux-B4BZippc.js";
9
9
  import { s as I, T as F } from "../../../tokenRow-D32W5WH3.js";
@@ -6,11 +6,11 @@ import "../../../Cancel-4lT7GZUA.js";
6
6
  import "../Shared/inputField.js";
7
7
  import "../Shared/step.js";
8
8
  import "../../../react-webcam-B3cXh1XT.js";
9
- import { D as B } from "../../../documents-DhAyY9OB.js";
9
+ import { D as B } from "../../../documents-RjwlADn2.js";
10
10
  import "../../Shared/transition.js";
11
11
  import "../../../util/functions.js";
12
12
  import "../../../react-redux-B4BZippc.js";
13
- import "../../../constants-BQibkMPf.js";
13
+ import "../../../constants-BJhUp96H.js";
14
14
  import "../../../index-BQNs1mvn.js";
15
15
  import "../../../util/constants.js";
16
16
  import "../../../hooks/useDialog/index.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as i, Fragment as k, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as E, useEffect as M } from "react";
3
3
  import { u as I, a as U } from "../../../react-redux-B4BZippc.js";
4
- import { af as O, ag as P, ah as z, ai as Y, c as v, K } from "../../../constants-BQibkMPf.js";
4
+ import { ag as O, ah as P, ai as z, aj as Y, c as v, K } from "../../../constants-BJhUp96H.js";
5
5
  import { a as W } from "../../../index-BQNs1mvn.js";
6
- import { s as a, D as q } from "../../../documents-DhAyY9OB.js";
6
+ import { s as a, D as q } from "../../../documents-RjwlADn2.js";
7
7
  import o from "../Shared/inputField.js";
8
8
  import { KYC_APROVED_TOOLTIP as Q, KYC_ELITE_TOOLTIP as X, WIDGET_URL as j } from "../../../util/constants.js";
9
9
  import $ from "../../../hoc/withThemeProvider.js";
@@ -2,9 +2,9 @@ import { jsxs as n, Fragment as d, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as y, useEffect as p } from "react";
3
3
  import { u as S, a as u } from "../../../react-redux-B4BZippc.js";
4
4
  import { Q as W } from "../../../index-CAoLi5Qq.js";
5
- import "../../../constants-BQibkMPf.js";
5
+ import "../../../constants-BJhUp96H.js";
6
6
  import { a as _, c as z } from "../../../index-BQNs1mvn.js";
7
- import { u as A } from "../../../wallet-CHtpHvyK.js";
7
+ import { u as A } from "../../../wallet-CuQDBP6a.js";
8
8
  import { C as B } from "../../../ContentCopy-coPwrEuz.js";
9
9
  import { useSnackBar as N } from "../../../hooks/useSnackBar.js";
10
10
  import w from "../../../hoc/withThemeProvider.js";
@@ -4,10 +4,10 @@ import "../Shared/backBtn.js";
4
4
  import "../../../util/functions.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 { a as G } from "../../../index-C3ZgWBrd.js";
9
+ import "../../../order-fWKVFTau.js";
10
+ import { a as G } from "../../../index-pCrOsXNC.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../react-redux-B4BZippc.js";
13
13
  import "../../../index-DlQqWbXG.js";
@@ -1,15 +1,15 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Cd3sLvFW.js";
3
+ import "../../../PlayArrow-Cm8tJN8W.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-BQibkMPf.js";
7
+ import "../../../constants-BJhUp96H.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-BQbk7Nb4.js";
9
+ import "../../../order-fWKVFTau.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
- import { S as E } from "../../../index-C3ZgWBrd.js";
12
+ import { S as E } from "../../../index-pCrOsXNC.js";
13
13
  import "../../../styles.module-CHEBh2ID.js";
14
14
  import "../Shared/TokenModal/index.js";
15
15
  import "../Shared/appButton.js";
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { C as I, F as e, b as f, c as L, i as O } from "../../../index-C3ZgWBrd.js";
4
+ import { C as I, F as e, b as f, c as L, i as O } from "../../../index-pCrOsXNC.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BQibkMPf.js";
7
- import "../../../PlayArrow-Cd3sLvFW.js";
8
- import "../../../cryptoAssets-CI_6_gpT.js";
9
- import "../../../wallet-CHtpHvyK.js";
10
- import "../../../order-BQbk7Nb4.js";
6
+ import "../../../constants-BJhUp96H.js";
7
+ import "../../../PlayArrow-Cm8tJN8W.js";
8
+ import "../../../cryptoAssets-Q_UWeuzR.js";
9
+ import "../../../wallet-CuQDBP6a.js";
10
+ import "../../../order-fWKVFTau.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as r, Fragment as F, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as n, useEffect as u } from "react";
3
- import { aw as Se, ax as Ce, ay as Ne, az as We, aA as Re, aB as Ie } from "../../../constants-BQibkMPf.js";
4
- import { f as Be } from "../../../wallet-CHtpHvyK.js";
3
+ import { ax as Se, ay as Ce, az as Ne, aA as We, aB as Re, aC as Ie } from "../../../constants-BJhUp96H.js";
4
+ import { f as Be } from "../../../wallet-CuQDBP6a.js";
5
5
  import { useDialog as Fe } from "../../../hooks/useDialog/index.js";
6
6
  import { ETHEREUM_NETWORK as He, EVER_CHAIN_NETWORK as Ge, SYNTHETIC_EUR as X, ID_TOKEN_SYMBOL as ze } from "../../../util/constants.js";
7
7
  import "../../../index-DlQqWbXG.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as R, jsxs as T, Fragment as X } from "react/jsx-runtime";
2
2
  import S, { useState as L, useEffect as Z } from "react";
3
- import "../../../../constants-BQibkMPf.js";
4
- import { l as ee } from "../../../../auth-CzQ2SiN_.js";
3
+ import "../../../../constants-BJhUp96H.js";
4
+ import { l as ee } from "../../../../auth-D0r8wtCH.js";
5
5
  import { RESEND_EMAIL_TIMER as _ } from "../../../../util/constants.js";
6
6
  import z from "../appButton.js";
7
7
  import { s as H } from "../../../../DefaultPropsProvider-oAu9El-f.js";
@@ -3,10 +3,10 @@ import { useState as N, useEffect as S } from "react";
3
3
  import { u as T, a as b } from "../../../../react-redux-B4BZippc.js";
4
4
  import A from "../backBtn.js";
5
5
  import y from "../addBank.js";
6
- import "../../../../constants-BQibkMPf.js";
6
+ import "../../../../constants-BJhUp96H.js";
7
7
  import { u as C } from "../../../../index-BQNs1mvn.js";
8
- import { o as O } from "../../../../order-BQbk7Nb4.js";
9
- import { u as D } from "../../../../bank-DJqJqzwJ.js";
8
+ import { o as O } from "../../../../order-fWKVFTau.js";
9
+ import { u as D } from "../../../../bank-BmV_keEr.js";
10
10
  import E from "../connectPlaidBank.js";
11
11
  import { s } from "../../../../styles.module-CHEBh2ID.js";
12
12
  import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as L } from "../../../../util/constants.js";
@@ -1,12 +1,12 @@
1
- import { jsxs as a, Fragment as f, jsx as r } from "react/jsx-runtime";
2
- import { useRef as u, useState as g, useEffect as C } from "react";
1
+ import { jsxs as a, Fragment as g, jsx as r } from "react/jsx-runtime";
2
+ import { useRef as u, useState as C, useEffect as h } from "react";
3
3
  import x from "../backBtn.js";
4
4
  import { VISA_ICON as y } from "../../../../util/constants.js";
5
5
  import "../../../../index-DlQqWbXG.js";
6
6
  import "../appButton.js";
7
7
  import "../../../../hoc/withThemeProvider.js";
8
8
  import "../Auth/otpForm.js";
9
- import "../../../../constants-BQibkMPf.js";
9
+ import "../../../../constants-BJhUp96H.js";
10
10
  import { useSnackBarContext as b } from "../../../../context/snackBarContext.js";
11
11
  import "../../../../util/conversions.js";
12
12
  import "../../../../index-CAoLi5Qq.js";
@@ -19,50 +19,59 @@ import "../../../../index.esm-BsMAMhYW.js";
19
19
  import "../../../../web3-u4qDZYpo.js";
20
20
  import "../../../../index-ceeCtFuh.js";
21
21
  import "../../../../context/dialogContext.js";
22
- import { T as h } from "../../../../Typography-pAaje37G.js";
22
+ import { T as n } from "../../../../Typography-pAaje37G.js";
23
23
  import { B } from "../../../../Box-B0YSYLco.js";
24
- import { C as w } from "../../../../CircularProgress-xZA3lvba.js";
24
+ import { C as v } from "../../../../CircularProgress-xZA3lvba.js";
25
25
  const J = ({
26
26
  checkoutId: o,
27
27
  integrity: i,
28
28
  srcUrl: m,
29
- onResultUrl: n,
30
- backBtnFunc: s,
31
- brands: p = ["VISA", "MASTER"]
29
+ onResultUrl: s,
30
+ backBtnFunc: p,
31
+ brands: c = ["VISA", "MASTER"]
32
32
  }) => {
33
- const { showAlertMessage: c } = b(), e = u(null), [d, l] = g(!0);
34
- return C(() => {
33
+ const { showAlertMessage: l } = b(), e = u(null), [d, f] = C(!0);
34
+ return h(() => {
35
35
  if (!o) return;
36
36
  const t = document.createElement("script");
37
37
  return t.src = `${m}paymentWidgets.js?checkoutId=${o}`, i && (t.integrity = i), t.crossOrigin = "anonymous", t.onload = () => {
38
- console.log("CardCorp payment widget script loaded"), l(!1);
38
+ console.log("CardCorp payment widget script loaded"), f(!1);
39
39
  }, t.onerror = () => {
40
- c({
40
+ l({
41
41
  message: "Failed to load CardCorp payment widget script"
42
42
  });
43
43
  }, e.current && e.current.appendChild(t), () => {
44
44
  e.current && (e.current.innerHTML = "");
45
45
  };
46
- }, [o, i]), /* @__PURE__ */ a(f, { children: [
46
+ }, [o, i]), /* @__PURE__ */ a(g, { children: [
47
47
  /* @__PURE__ */ r(
48
48
  x,
49
49
  {
50
- onClickHandler: s,
50
+ onClickHandler: p,
51
51
  backBtnText: "Payment Information"
52
52
  }
53
53
  ),
54
- /* @__PURE__ */ a(h, { className: "text-center", variant: "subtitle1", mt: 2, children: [
54
+ /* @__PURE__ */ a(n, { className: "text-center", variant: "subtitle1", mt: 2, children: [
55
55
  /* @__PURE__ */ r("img", { src: y, width: 140, alt: "Debit Card" }),
56
56
  /* @__PURE__ */ r("br", {}),
57
57
  /* @__PURE__ */ r("b", { children: "Debit Card" })
58
58
  ] }),
59
- d && /* @__PURE__ */ r(B, { className: "text-center", mt: 8, children: /* @__PURE__ */ r(w, {}) }),
59
+ d && /* @__PURE__ */ r(B, { className: "text-center", mt: 8, children: /* @__PURE__ */ r(v, {}) }),
60
60
  /* @__PURE__ */ r("div", { ref: e, children: o && /* @__PURE__ */ r(
61
61
  "form",
62
62
  {
63
- action: n,
63
+ action: s,
64
64
  className: "paymentWidgets",
65
- "data-brands": p.join(" ")
65
+ "data-brands": c.join(" ")
66
+ }
67
+ ) }),
68
+ /* @__PURE__ */ r(n, { className: "flex-center", variant: "caption", mt: 1, children: /* @__PURE__ */ r(
69
+ "a",
70
+ {
71
+ href: "https://everest.org/terms-of-use",
72
+ target: "_blank",
73
+ rel: "noopener noreferrer",
74
+ children: "Legal & Privacy"
66
75
  }
67
76
  ) })
68
77
  ] });