everest-npm-features 0.0.40 → 0.0.42

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 (41) hide show
  1. package/dist/components/RocketRamp/MinimalKyc/form.js +1 -1
  2. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +1 -1
  3. package/dist/components/RocketRamp/Player/Sell/form.js +1 -1
  4. package/dist/components/RocketRamp/Player/Sell/index.js +2 -2
  5. package/dist/components/Shared/FullKyc/edd.js +1 -1
  6. package/dist/components/Shared/FullKyc/index.js +1 -1
  7. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  8. package/dist/components/Shared/FullKyc/userInfo.js +2 -2
  9. package/dist/components/Wallet/Account/createIban.js +1 -1
  10. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  11. package/dist/components/Wallet/Account/index.js +92 -92
  12. package/dist/components/Wallet/Deposit/index.d.ts +4 -0
  13. package/dist/components/Wallet/Deposit/index.js +62 -50
  14. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  15. package/dist/components/Wallet/EnterpriseKyc/index.js +2 -2
  16. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +1 -1
  17. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  18. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  19. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +1 -1
  20. package/dist/components/Wallet/Portfolio/index.js +1 -1
  21. package/dist/components/Wallet/Profile/index.js +1 -1
  22. package/dist/components/Wallet/Sell/confirmTransaction.js +2 -2
  23. package/dist/components/Wallet/Sell/form.js +1 -1
  24. package/dist/components/Wallet/Sell/index.js +1 -1
  25. package/dist/components/Wallet/Send/index.js +1 -1
  26. package/dist/components/Wallet/Shared/ConnectWallet/index.js +5 -1
  27. package/dist/components/Wallet/Shared/addBank.js +1 -1
  28. package/dist/components/Wallet/Shared/manualSend.js +2 -2
  29. package/dist/components/Wallet/Stake/index.js +1 -1
  30. package/dist/components/Wallet/Swap/form.js +2 -2
  31. package/dist/components/Wallet/Swap/index.js +2 -2
  32. package/dist/hooks/useDialog/index.js +37 -40
  33. package/dist/{index-BFKBLYk5.js → index-CUBxw5s4.js} +1 -1
  34. package/dist/{index-DrAXokdP.js → index-DVQ-d6A4.js} +1 -1
  35. package/dist/{index-B8QKlEgj.js → index-DlQqWbXG.js} +4 -4
  36. package/dist/{index-grkjwLQL.js → index-Y7QJR4pX.js} +2 -2
  37. package/dist/{index-B_ZN1s9v.js → index-ufcy2D20.js} +1 -1
  38. package/dist/main.d.ts +2 -0
  39. package/dist/main.js +70 -68
  40. package/dist/providers/metaMask.js +1 -1
  41. package/package.json +1 -1
@@ -4,6 +4,7 @@ import { h as G } from "../../../moment-h96o7c8I.js";
4
4
  import { u as H, a as R } from "../../../react-redux-B4BZippc.js";
5
5
  import { removeExtraSpace as i } from "../../../util/functions.js";
6
6
  import { nameRegex as J } from "../../../util/regex.js";
7
+ import "../../../index-DlQqWbXG.js";
7
8
  import "../../Wallet/Shared/appButton.js";
8
9
  import "../../../hoc/withThemeProvider.js";
9
10
  import "../../Wallet/Shared/Auth/otpForm.js";
@@ -20,7 +21,6 @@ import "../../Wallet/Shared/pin.js";
20
21
  import "../../../index.esm-BsMAMhYW.js";
21
22
  import { c as X } from "../../../countries-BVn1FubK.js";
22
23
  import "../../../web3-u4qDZYpo.js";
23
- import "../../../index-B8QKlEgj.js";
24
24
  import "../../../index-ceeCtFuh.js";
25
25
  import "../../../context/dialogContext.js";
26
26
  import $ from "../Shared/Button/index.js";
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../Shared/backBtn.js";
4
4
  import "../../../../util/functions.js";
5
5
  import "../../../../util/constants.js";
6
- import { B as h } from "../../../../index-BFKBLYk5.js";
6
+ import { B as h } from "../../../../index-CUBxw5s4.js";
7
7
  import "../../Shared/Button/index.js";
8
8
  import "../../../../constants-9grj4Du1.js";
9
9
  import "../../../../order-Cs5_3wOs.js";
@@ -10,7 +10,7 @@ import "../../../../order-Cs5_3wOs.js";
10
10
  import "../../../../tooltip-3UvETWtS.js";
11
11
  import "../../../../util/functions.js";
12
12
  import "../../Shared/Button/index.js";
13
- import { S as w } from "../../../../index-BFKBLYk5.js";
13
+ import { S as w } from "../../../../index-CUBxw5s4.js";
14
14
  import "../../../../Grid-CFe3amXO.js";
15
15
  import "../../../../Box-B0YSYLco.js";
16
16
  import "../../../../Typography-pAaje37G.js";
@@ -1,7 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { C as b, F as c, M as g, P as h, i as j } from "../../../../index-BFKBLYk5.js";
4
+ import { C as b, F as c, M as g, P as h, i as j } from "../../../../index-CUBxw5s4.js";
5
+ import "../../../../index-DlQqWbXG.js";
5
6
  import "../../../Wallet/Shared/appButton.js";
6
7
  import "../../../../react-redux-B4BZippc.js";
7
8
  import "../../../../util/functions.js";
@@ -22,7 +23,6 @@ import "../../../Wallet/Shared/pin.js";
22
23
  import "../../../../moment-h96o7c8I.js";
23
24
  import "../../../../index.esm-BsMAMhYW.js";
24
25
  import "../../../../web3-u4qDZYpo.js";
25
- import "../../../../index-B8QKlEgj.js";
26
26
  import "../../../../index-ceeCtFuh.js";
27
27
  import "../../../../context/dialogContext.js";
28
28
  import "../../MinimalKyc/form.js";
@@ -2,6 +2,7 @@ import { jsxs as p, Fragment as u, jsx as n } from "react/jsx-runtime";
2
2
  import { useRef as g, useState as q, useEffect as L, createRef as W } from "react";
3
3
  import j from "../../Wallet/Shared/Input/index.js";
4
4
  import K from "../../Wallet/Shared/appButton.js";
5
+ import "../../../index-DlQqWbXG.js";
5
6
  import "../../../hoc/withThemeProvider.js";
6
7
  import { u as v } from "../../../react-redux-B4BZippc.js";
7
8
  import "../../Wallet/Shared/Auth/otpForm.js";
@@ -18,7 +19,6 @@ import "../../Wallet/Shared/pin.js";
18
19
  import "../../../moment-h96o7c8I.js";
19
20
  import "../../../index.esm-BsMAMhYW.js";
20
21
  import "../../../web3-u4qDZYpo.js";
21
- import "../../../index-B8QKlEgj.js";
22
22
  import "../../../index-ceeCtFuh.js";
23
23
  import { C as z, a as Y } from "../../../FileDownload-Bt3R_NBr.js";
24
24
  import "../../../context/dialogContext.js";
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../Wallet/Shared/Container/index.js";
4
4
  import "../Incode/index.js";
5
5
  import "../../../hoc/withThemeProvider.js";
6
- import { E as s, I as C, c as D, b as I, a as O, F as P } from "../../../index-B_ZN1s9v.js";
6
+ import { E as s, I as C, c as D, b as I, a as O, F as P } from "../../../index-ufcy2D20.js";
7
7
  import "./pep.js";
8
8
  import "../../../constants-9grj4Du1.js";
9
9
  import "../../../kyc-MeOwOyUF.js";
@@ -1,5 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "../../../index-DlQqWbXG.js";
3
4
  import "../../Wallet/Shared/appButton.js";
4
5
  import "../../../hoc/withThemeProvider.js";
5
6
  import "../../Wallet/Shared/Input/index.js";
@@ -16,9 +17,8 @@ import "../../Wallet/Shared/pin.js";
16
17
  import "../../../moment-h96o7c8I.js";
17
18
  import "../../../index.esm-BsMAMhYW.js";
18
19
  import "../../../web3-u4qDZYpo.js";
19
- import "../../../index-B8QKlEgj.js";
20
20
  import "../../../index-ceeCtFuh.js";
21
- import { P as z } from "../../../index-B_ZN1s9v.js";
21
+ import { P as z } from "../../../index-ufcy2D20.js";
22
22
  import "../../../context/dialogContext.js";
23
23
  import "./countryList.js";
24
24
  import "../../../Box-B0YSYLco.js";
@@ -2,6 +2,7 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../Wallet/Shared/Input/index.js";
4
4
  import "../../Wallet/Shared/appButton.js";
5
+ import "../../../index-DlQqWbXG.js";
5
6
  import "../../../hoc/withThemeProvider.js";
6
7
  import "../../../react-redux-B4BZippc.js";
7
8
  import "../../Wallet/Shared/Auth/otpForm.js";
@@ -19,9 +20,8 @@ import "../../../moment-h96o7c8I.js";
19
20
  import "../../../index.esm-BsMAMhYW.js";
20
21
  import "../../../countries-BVn1FubK.js";
21
22
  import "../../../web3-u4qDZYpo.js";
22
- import "../../../index-B8QKlEgj.js";
23
23
  import "../../../index-ceeCtFuh.js";
24
- import { U as H } from "../../../index-B_ZN1s9v.js";
24
+ import { U as H } from "../../../index-ufcy2D20.js";
25
25
  import "../../../context/dialogContext.js";
26
26
  import "./countryList.js";
27
27
  import "../../../Box-B0YSYLco.js";
@@ -6,6 +6,7 @@ import { C as _ } from "../../../Close-CNwiMz_O.js";
6
6
  import k from "../../Shared/transition.js";
7
7
  import D from "../Shared/CardPayment/index.js";
8
8
  import { a as M, ac as O, c as G, K } from "../../../constants-9grj4Du1.js";
9
+ import "../../../index-DlQqWbXG.js";
9
10
  import "../Shared/appButton.js";
10
11
  import "../../../hoc/withThemeProvider.js";
11
12
  import "../Shared/Auth/otpForm.js";
@@ -18,7 +19,6 @@ import "../Shared/pin.js";
18
19
  import "../../../moment-h96o7c8I.js";
19
20
  import "../../../index.esm-BsMAMhYW.js";
20
21
  import "../../../web3-u4qDZYpo.js";
21
- import "../../../index-B8QKlEgj.js";
22
22
  import "../../../context/dialogContext.js";
23
23
  import "../../../index-ceeCtFuh.js";
24
24
  import { B as S } from "../../../Box-B0YSYLco.js";
@@ -4,6 +4,7 @@ import c from "../Shared/appButton.js";
4
4
  import { C } from "../../../ContentCopy-coPwrEuz.js";
5
5
  import { C as g } from "../../../Close-CNwiMz_O.js";
6
6
  import B from "../../Shared/transition.js";
7
+ import "../../../index-DlQqWbXG.js";
7
8
  import "../../../hoc/withThemeProvider.js";
8
9
  import "../Shared/Auth/otpForm.js";
9
10
  import "../../../constants-9grj4Du1.js";
@@ -16,7 +17,6 @@ import "../Shared/pin.js";
16
17
  import "../../../moment-h96o7c8I.js";
17
18
  import "../../../index.esm-BsMAMhYW.js";
18
19
  import "../../../web3-u4qDZYpo.js";
19
- import "../../../index-B8QKlEgj.js";
20
20
  import "../../../index-ceeCtFuh.js";
21
21
  import "../../../context/dialogContext.js";
22
22
  import k from "./sendIban.js";
@@ -1,27 +1,27 @@
1
- import { jsxs as o, jsx as e, Fragment as oe } from "react/jsx-runtime";
1
+ import { jsxs as n, Fragment as $, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as _, useEffect as d } from "react";
3
- import { u as ne, a as N } from "../../../react-redux-B4BZippc.js";
3
+ import { u as oe, a as N } from "../../../react-redux-B4BZippc.js";
4
4
  import "../../../constants-9grj4Du1.js";
5
5
  import { a as ae, c as re, d as se } from "../../../index-FwnHkXdK.js";
6
6
  import { u as ie, a as le, b as ce, c as me, d as de, e as pe } from "../../../wallet-nsVuNagB.js";
7
7
  import { u as ue, c as he, d as fe } from "../../../bank-Bp23LpvN.js";
8
8
  import { LINKED_WALLET_TOOLTIP as ge, CONNECTED_WALLET_TOOLTIP as be, WALLET_ICON as _e, DELETE_ICON as Ne } from "../../../util/constants.js";
9
- import xe from "../../../hoc/withThemeProvider.js";
10
- import { M as R } from "../../../tooltip-3UvETWtS.js";
11
- import { I as $ } from "../../../Info-BVeUSPyk.js";
12
- import { C as We } from "../../../Cancel-4lT7GZUA.js";
13
- import { D as Ce } from "../../../Delete-jpMstGIF.js";
14
- import { C as we } from "../../../Close-CNwiMz_O.js";
15
- import ke from "../../Shared/transition.js";
16
- import q from "../Shared/inputField.js";
17
- import ve from "../Shared/addBank.js";
18
- import De from "../Shared/connectPlaidBank.js";
19
- import ye from "../Shared/ConnectWallet/index.js";
20
- import Ae from "../../../providers/metaMask.js";
21
- import Ie from "./iban.js";
22
- import { useSnackBarContext as Le } from "../../../context/snackBarContext.js";
23
- import K from "../Shared/appButton.js";
9
+ import { M as q } from "../../../tooltip-3UvETWtS.js";
10
+ import { I as M } from "../../../Info-BVeUSPyk.js";
11
+ import { C as xe } from "../../../Cancel-4lT7GZUA.js";
12
+ import { D as We } from "../../../Delete-jpMstGIF.js";
13
+ import { C as Ce } from "../../../Close-CNwiMz_O.js";
14
+ import we from "../../Shared/transition.js";
15
+ import K from "../Shared/inputField.js";
16
+ import ke from "../Shared/addBank.js";
17
+ import ve from "../Shared/connectPlaidBank.js";
18
+ import De from "../Shared/ConnectWallet/index.js";
19
+ import ye from "./iban.js";
20
+ import { useSnackBarContext as Ae } from "../../../context/snackBarContext.js";
21
+ import F from "../Shared/appButton.js";
24
22
  import { AuthInnerContainer as I } from "../Shared/Container/index.js";
23
+ import "../../../index-DlQqWbXG.js";
24
+ import Ie from "../../../hoc/withThemeProvider.js";
25
25
  import "../Shared/Auth/otpForm.js";
26
26
  import "../../../util/conversions.js";
27
27
  import "../../../index-CAoLi5Qq.js";
@@ -29,18 +29,18 @@ import "../../../react-webcam-B3cXh1XT.js";
29
29
  import "../Shared/pin.js";
30
30
  import "../../../moment-h96o7c8I.js";
31
31
  import "../../../index-ceeCtFuh.js";
32
- import { useDialogContext as Te } from "../../../context/dialogContext.js";
32
+ import { useDialogContext as Le } from "../../../context/dialogContext.js";
33
33
  import { B as i } from "../../../Box-B0YSYLco.js";
34
34
  import { G as l } from "../../../Grid-CFe3amXO.js";
35
35
  import { T as c } from "../../../Typography-pAaje37G.js";
36
36
  import { I as x } from "../../../IconButton-DHm-hucF.js";
37
37
  import { C as W } from "../../../CircularProgress-xZA3lvba.js";
38
- import { B as Be } from "../../../Button-Df4vgU24.js";
39
- import { S as Se } from "../../../Stack-k55YTxET.js";
40
- import { D as ze, a as Ee } from "../../../DialogContent-BMwlOnbW.js";
41
- import { D as Pe } from "../../../DialogTitle-CfS0bb2K.js";
42
- import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_heading_arwo8_27", n = {
43
- container: Me,
38
+ import { B as Te } from "../../../Button-Df4vgU24.js";
39
+ import { S as Be } from "../../../Stack-k55YTxET.js";
40
+ import { D as Se, a as ze } from "../../../DialogContent-BMwlOnbW.js";
41
+ import { D as Ee } from "../../../DialogTitle-CfS0bb2K.js";
42
+ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_heading_arwo8_27", o = {
43
+ container: Pe,
44
44
  "inner-container": "_inner-container_arwo8_13",
45
45
  heading: Oe,
46
46
  "account-item": "_account-item_arwo8_41",
@@ -52,16 +52,16 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
52
52
  "delete-disable": "_delete-disable_arwo8_121",
53
53
  "confirm-edit": "_confirm-edit_arwo8_137"
54
54
  }, Re = ({
55
- baseUrl: F,
56
- checkoutSdkKey: H,
57
- appKey: j,
58
- navigate: G
55
+ baseUrl: H,
56
+ checkoutSdkKey: j,
57
+ appKey: G,
58
+ navigate: J
59
59
  }) => {
60
- const r = ne(), { showAlertMessage: m } = Le(), { openDialog: L } = Te(), T = N((t) => t.app.features), p = N(ae), J = p.loader, B = p.message, S = p.banks, Q = p.iban, [z, E] = _(!1), [U, u] = _(!1), [C, V] = _(""), [w, X] = _(""), P = N(re), M = P.data, { error: k, message: v, loader: D } = P, O = N(se), h = O.data, {
60
+ const r = oe(), { showAlertMessage: m } = Ae(), { openDialog: L } = Le(), T = N((t) => t.app.features), p = N(ae), Q = p.loader, B = p.message, S = p.banks, U = p.iban, [z, E] = _(!1), [V, u] = _(!1), [C, X] = _(""), [w, Y] = _(""), P = N(re), O = P.data, { error: k, message: v, loader: D } = P, R = N(se), h = R.data, {
61
61
  error: y,
62
62
  message: A,
63
- loader: Y
64
- } = O;
63
+ loader: Z
64
+ } = R;
65
65
  d(() => {
66
66
  B && E(!1);
67
67
  }, [B]), d(() => {
@@ -72,10 +72,10 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
72
72
  k && m({ message: k });
73
73
  }, [k]), d(() => {
74
74
  v && (u(!1), m({ message: v, type: "success" }));
75
- }, [v]), d(() => (M.length <= 0 && r(ie()), h.length <= 0 && r(le()), r(ue()), r(he()), () => {
75
+ }, [v]), d(() => (O.length <= 0 && r(ie()), h.length <= 0 && r(le()), r(ue()), r(he()), () => {
76
76
  r(ce("")), r(me(""));
77
77
  }), []);
78
- const Z = () => {
78
+ const ee = () => {
79
79
  if (!C)
80
80
  return m({ message: "Please provide the wallet name" }), !1;
81
81
  if (!w)
@@ -88,7 +88,7 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
88
88
  privatekey: Buffer.from(w).toString("base64")
89
89
  })
90
90
  );
91
- }, ee = (t) => {
91
+ }, te = (t) => {
92
92
  L({
93
93
  icon: Ne,
94
94
  height: "450px",
@@ -105,24 +105,24 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
105
105
  children: g
106
106
  }) => {
107
107
  let s, b;
108
- return a === "connectedWallet" || a === "linkedWallet" ? "name" in t && "address" in t && (s = t.name, b = t.address) : a === "iban" ? "accountName" in t && "accountNumber" in t && (s = t.accountName, b = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (s = t.accountName, b = t.accountNumber), /* @__PURE__ */ o(i, { className: n["account-item"], children: [
108
+ return a === "connectedWallet" || a === "linkedWallet" ? "name" in t && "address" in t && (s = t.name, b = t.address) : a === "iban" ? "accountName" in t && "accountNumber" in t && (s = t.accountName, b = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (s = t.accountName, b = t.accountNumber), /* @__PURE__ */ n(i, { className: o["account-item"], children: [
109
109
  a === "bankAccount" && z && "id" in t && /* @__PURE__ */ e(
110
110
  x,
111
111
  {
112
- className: n["remove-icon"],
113
- onClick: () => ee(t.id),
114
- children: /* @__PURE__ */ e(We, {})
112
+ className: o["remove-icon"],
113
+ onClick: () => te(t.id),
114
+ children: /* @__PURE__ */ e(xe, {})
115
115
  }
116
116
  ),
117
- /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ o(l, { container: !0, width: "100%", children: [
117
+ /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ n(l, { container: !0, width: "100%", children: [
118
118
  /* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: _e, alt: "Icon", height: 28, width: 28 }) }),
119
- /* @__PURE__ */ o(l, { size: { xs: 10, md: 10.8 }, children: [
119
+ /* @__PURE__ */ n(l, { size: { xs: 10, md: 10.8 }, children: [
120
120
  /* @__PURE__ */ e(
121
121
  c,
122
122
  {
123
123
  variant: "body1",
124
124
  component: "p",
125
- className: `${n["account-item-text"]} ${n["primary-color"]}`,
125
+ className: `${o["account-item-text"]} ${o["primary-color"]}`,
126
126
  children: /* @__PURE__ */ e("strong", { children: s })
127
127
  }
128
128
  ),
@@ -131,7 +131,7 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
131
131
  {
132
132
  variant: "caption",
133
133
  component: "p",
134
- className: `${n["account-item-text"]} ${n["secondary-color"]}`,
134
+ className: `${o["account-item-text"]} ${o["secondary-color"]}`,
135
135
  children: /* @__PURE__ */ e("strong", { children: b })
136
136
  }
137
137
  )
@@ -139,7 +139,7 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
139
139
  ] }) }) }),
140
140
  g
141
141
  ] });
142
- }, te = (t) => {
142
+ }, ne = (t) => {
143
143
  const a = h.length;
144
144
  let g = !1;
145
145
  for (let s = 0; s < a; s++)
@@ -151,26 +151,26 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
151
151
  message: "This wallet address is already connected."
152
152
  }) : r(pe(t));
153
153
  };
154
- return /* @__PURE__ */ o(Ae, { children: [
155
- /* @__PURE__ */ e(i, { className: n.container, children: /* @__PURE__ */ o(l, { spacing: 2, container: !0, width: "100%", children: [
156
- /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
157
- /* @__PURE__ */ o(I, { p: 3, children: [
154
+ return /* @__PURE__ */ n($, { children: [
155
+ /* @__PURE__ */ e(i, { className: o.container, children: /* @__PURE__ */ n(l, { spacing: 2, container: !0, width: "100%", children: [
156
+ /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
157
+ /* @__PURE__ */ n(I, { p: 3, children: [
158
158
  /* @__PURE__ */ e(
159
159
  c,
160
160
  {
161
- className: n.heading,
161
+ className: o.heading,
162
162
  variant: "h6",
163
163
  component: "span",
164
164
  children: /* @__PURE__ */ e("strong", { children: "Linked Wallets" })
165
165
  }
166
166
  ),
167
167
  /* @__PURE__ */ e(
168
- R,
168
+ q,
169
169
  {
170
170
  title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: ge }),
171
171
  placement: "bottom",
172
- children: /* @__PURE__ */ e(x, { className: n["info-icon"], children: /* @__PURE__ */ e(
173
- $,
172
+ children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
173
+ M,
174
174
  {
175
175
  sx: {
176
176
  fontSize: "26px",
@@ -181,9 +181,9 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
181
181
  }
182
182
  ),
183
183
  D && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
184
- M.map((t, a) => /* @__PURE__ */ e(f, { type: "linkedWallet", data: t }, a)),
184
+ O.map((t, a) => /* @__PURE__ */ e(f, { type: "linkedWallet", data: t }, a)),
185
185
  /* @__PURE__ */ e(
186
- K,
186
+ F,
187
187
  {
188
188
  sx: { mt: 4 },
189
189
  onClick: () => u(!0),
@@ -192,23 +192,23 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
192
192
  }
193
193
  )
194
194
  ] }),
195
- /* @__PURE__ */ o(I, { p: 3, mt: 2, children: [
195
+ /* @__PURE__ */ n(I, { p: 3, mt: 2, children: [
196
196
  /* @__PURE__ */ e(
197
197
  c,
198
198
  {
199
- className: n.heading,
199
+ className: o.heading,
200
200
  variant: "h6",
201
201
  component: "span",
202
202
  children: /* @__PURE__ */ e("strong", { children: "Connected Wallets" })
203
203
  }
204
204
  ),
205
205
  /* @__PURE__ */ e(
206
- R,
206
+ q,
207
207
  {
208
208
  title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: be }),
209
209
  placement: "bottom",
210
- children: /* @__PURE__ */ e(x, { className: n["info-icon"], children: /* @__PURE__ */ e(
211
- $,
210
+ children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
211
+ M,
212
212
  {
213
213
  sx: {
214
214
  fontSize: "26px",
@@ -218,65 +218,65 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
218
218
  ) })
219
219
  }
220
220
  ),
221
- Y && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
221
+ Z && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
222
222
  h.map((t, a) => /* @__PURE__ */ e(f, { type: "connectedWallet", data: t }, a)),
223
223
  /* @__PURE__ */ e(
224
- ye,
224
+ De,
225
225
  {
226
- addressHandler: te,
226
+ addressHandler: ne,
227
227
  btnClass: "wallet-btn"
228
228
  }
229
229
  )
230
230
  ] })
231
231
  ] }),
232
- /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
232
+ /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
233
233
  T.iban && /* @__PURE__ */ e(
234
- Ie,
234
+ ye,
235
235
  {
236
236
  openDialog: L,
237
237
  dispatch: r,
238
- iban: Q,
239
- baseUrl: F,
240
- checkoutSdkKey: H,
241
- appKey: j,
242
- navigate: G,
238
+ iban: U,
239
+ baseUrl: H,
240
+ checkoutSdkKey: j,
241
+ appKey: G,
242
+ navigate: J,
243
243
  AccountItem: f
244
244
  }
245
245
  ),
246
- /* @__PURE__ */ e(I, { mt: 2, children: /* @__PURE__ */ o(i, { p: 3, mt: T.iban ? 2 : 0, children: [
247
- /* @__PURE__ */ e(c, { className: n.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
248
- S.length > 0 && /* @__PURE__ */ o(
249
- Be,
246
+ /* @__PURE__ */ e(I, { mt: 2, children: /* @__PURE__ */ n(i, { p: 3, mt: T.iban ? 2 : 0, children: [
247
+ /* @__PURE__ */ e(c, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
248
+ S.length > 0 && /* @__PURE__ */ n(
249
+ Te,
250
250
  {
251
- className: `${z ? n["delete-disable"] : n["confirm-edit"]} normal-text`,
251
+ className: `${z ? o["delete-disable"] : o["confirm-edit"]} normal-text`,
252
252
  sx: { mt: 3, mb: 3 },
253
253
  variant: "contained",
254
254
  onClick: () => E((t) => !t),
255
255
  children: [
256
- /* @__PURE__ */ e(Ce, {}),
256
+ /* @__PURE__ */ e(We, {}),
257
257
  "Delete"
258
258
  ]
259
259
  }
260
260
  ),
261
- J && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
261
+ Q && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
262
262
  S.map((t, a) => /* @__PURE__ */ e(f, { type: "bankAccount", data: t }, a)),
263
- /* @__PURE__ */ o(Se, { mt: 4, gap: 1, children: [
264
- /* @__PURE__ */ e(De, {}),
263
+ /* @__PURE__ */ n(Be, { mt: 4, gap: 1, children: [
264
+ /* @__PURE__ */ e(ve, {}),
265
265
  /* @__PURE__ */ e(c, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
266
- /* @__PURE__ */ e(ve, {})
266
+ /* @__PURE__ */ e(ke, {})
267
267
  ] })
268
268
  ] }) })
269
269
  ] })
270
270
  ] }) }),
271
- /* @__PURE__ */ o(
272
- ze,
271
+ /* @__PURE__ */ n(
272
+ Se,
273
273
  {
274
274
  fullWidth: !0,
275
- open: U,
275
+ open: V,
276
276
  onClose: () => u(!1),
277
- TransitionComponent: ke,
277
+ TransitionComponent: we,
278
278
  children: [
279
- /* @__PURE__ */ o(Pe, { className: "buy-modal-text-color", children: [
279
+ /* @__PURE__ */ n(Ee, { className: "buy-modal-text-color", children: [
280
280
  /* @__PURE__ */ e(c, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
281
281
  /* @__PURE__ */ e(
282
282
  x,
@@ -284,29 +284,29 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
284
284
  "aria-label": "close",
285
285
  onClick: () => u(!1),
286
286
  className: "menu-buttons",
287
- children: /* @__PURE__ */ e(we, {})
287
+ children: /* @__PURE__ */ e(Ce, {})
288
288
  }
289
289
  )
290
290
  ] }),
291
- /* @__PURE__ */ o(Ee, { dividers: !0, children: [
291
+ /* @__PURE__ */ n(ze, { dividers: !0, children: [
292
292
  /* @__PURE__ */ e(c, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
293
293
  /* @__PURE__ */ e(
294
- q,
294
+ K,
295
295
  {
296
296
  label: "Name",
297
297
  value: C,
298
- onChangeHandler: (t) => V(t)
298
+ onChangeHandler: (t) => X(t)
299
299
  }
300
300
  ),
301
301
  /* @__PURE__ */ e(
302
- q,
302
+ K,
303
303
  {
304
304
  label: "Private Key",
305
305
  value: w,
306
- onChangeHandler: (t) => X(t)
306
+ onChangeHandler: (t) => Y(t)
307
307
  }
308
308
  ),
309
- /* @__PURE__ */ e(K, { sx: { mt: 4 }, onClick: Z, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: D ? /* @__PURE__ */ o(oe, { children: [
309
+ /* @__PURE__ */ e(F, { sx: { mt: 4 }, onClick: ee, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: D ? /* @__PURE__ */ n($, { children: [
310
310
  /* @__PURE__ */ e(W, { size: 15, color: "inherit" }),
311
311
  " Processing..."
312
312
  ] }) : "Import Wallet" }) })
@@ -315,7 +315,7 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", Oe = "_head
315
315
  }
316
316
  )
317
317
  ] });
318
- }, yt = xe(Re);
318
+ }, Dt = Ie(Re);
319
319
  export {
320
- yt as default
320
+ Dt as default
321
321
  };
@@ -1,5 +1,9 @@
1
1
  interface DepositProps {
2
2
  navigate: (path: string) => void;
3
+ btcDepositAddress: string;
4
+ solDepositAddress: string;
5
+ ethDepositAddress: string;
6
+ trxDepositAddress: string;
3
7
  }
4
8
  declare const _default: import('react').FC<DepositProps & import('../../../hoc/withThemeProvider').WithThemeProviderProps>;
5
9
  export default _default;