everest-npm-features 0.0.57 → 0.0.58

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 (98) hide show
  1. package/dist/{PlayArrow-jzz8Y3XD.js → PlayArrow-BRz9FV4L.js} +1 -1
  2. package/dist/{auth-jjVjqywi.js → auth-CD7qxhDF.js} +1 -1
  3. package/dist/{bank-BM66KfAv.js → bank-C2LtDonX.js} +1 -1
  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/eWallet.d.ts +4 -2
  32. package/dist/components/Wallet/Account/eWallet.js +30 -28
  33. package/dist/components/Wallet/Account/iban.d.ts +4 -2
  34. package/dist/components/Wallet/Account/iban.js +30 -28
  35. package/dist/components/Wallet/Account/ibanItem.d.ts +4 -2
  36. package/dist/components/Wallet/Account/ibanItem.js +179 -175
  37. package/dist/components/Wallet/Account/index.js +190 -177
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +4 -4
  40. package/dist/components/Wallet/Buy/form.js +4 -4
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.d.ts +7 -13
  50. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +215 -231
  51. package/dist/components/Wallet/Portfolio/index.js +5 -5
  52. package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
  53. package/dist/components/Wallet/Profile/documents.js +1 -1
  54. package/dist/components/Wallet/Profile/index.js +1 -1
  55. package/dist/components/Wallet/Profile/storage.js +1 -1
  56. package/dist/components/Wallet/Receive/index.js +2 -2
  57. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  58. package/dist/components/Wallet/Sell/form.js +4 -4
  59. package/dist/components/Wallet/Sell/index.js +6 -6
  60. package/dist/components/Wallet/Send/index.js +3 -3
  61. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  62. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  63. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  64. package/dist/components/Wallet/Shared/addBank.js +2 -2
  65. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  66. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  67. package/dist/components/Wallet/SignIn/index.js +2 -2
  68. package/dist/components/Wallet/SignUp/index.js +2 -2
  69. package/dist/components/Wallet/Stake/gems/index.d.ts +26 -2
  70. package/dist/components/Wallet/Stake/gems/index.js +74 -85
  71. package/dist/components/Wallet/Stake/id/index.d.ts +27 -1
  72. package/dist/components/Wallet/Stake/id/index.js +68 -78
  73. package/dist/components/Wallet/Stake/index.d.ts +4 -1
  74. package/dist/components/Wallet/Stake/index.js +232 -201
  75. package/dist/components/Wallet/Swap/form.js +5 -5
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-Dtk3Gd0Y.js → constants-Styrbvke.js} +4 -4
  82. package/dist/{cryptoAssets-DT2afvDJ.js → cryptoAssets-CFtzXGbk.js} +1 -1
  83. package/dist/{index-BEFNlxwM.js → index-AVcxYfIV.js} +4 -4
  84. package/dist/{index-JdlBukUO.js → index-CKjKCXeQ.js} +4 -4
  85. package/dist/{index-BGJ8RVKA.js → index-DAla2tRU.js} +5 -5
  86. package/dist/{index-BUnkeQv6.js → index-DM6mBQ7L.js} +6 -6
  87. package/dist/{index-B4pP4oLo.js → index-Da-BlrMH.js} +6 -6
  88. package/dist/{index-CyPm8GTl.js → index-Du_jGnyO.js} +4 -4
  89. package/dist/{index-BU6Lajc_.js → index-g4Gy1BHB.js} +2 -2
  90. package/dist/{kyc-BOm2LCSg.js → kyc-Ee4qAZby.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DuPcaU0K.js → order-uVUTqaQ2.js} +1 -1
  93. package/dist/{stake-WaB8Q4v-.js → stake-Dgx86wzO.js} +1 -1
  94. package/dist/{tokenRow-B-tustzZ.js → tokenRow-C-iMHhPj.js} +14 -12
  95. package/dist/util/constants.d.ts +1 -0
  96. package/dist/util/constants.js +54 -53
  97. package/dist/{wallet-BxwOFeSW.js → wallet-BkdExH6h.js} +10 -10
  98. package/package.json +2 -2
@@ -1,30 +1,30 @@
1
- import { jsxs as n, Fragment as J, jsx as e } from "react/jsx-runtime";
2
- import { useState as N, useEffect as m } from "react";
3
- import { u as W } from "../../../react-redux-C7I9-1M6.js";
4
- import "../../../constants-Dtk3Gd0Y.js";
5
- import { u as se, c as ie, d as ce } from "../../../index-BQNs1mvn.js";
6
- import { u as le, a as me, b as de, c as ue, d as pe, e as he } from "../../../wallet-BxwOFeSW.js";
7
- import { u as fe, c as ge, d as be, e as _e } from "../../../bank-BM66KfAv.js";
8
- import { LINKED_WALLET_TOOLTIP as Ne, CONNECTED_WALLET_TOOLTIP as We, WALLET_ICON as xe, DELETE_ICON as Ce } from "../../../util/constants.js";
9
- import { M as Q } from "../../../tooltip-3UvETWtS.js";
10
- import { I as V } from "../../../Info-BVeUSPyk.js";
11
- import { C as we } from "../../../Cancel-4lT7GZUA.js";
12
- import { D as ke } from "../../../Delete-jpMstGIF.js";
13
- import { C as Ie } from "../../../Close-CNwiMz_O.js";
14
- import ve from "../../Shared/transition.js";
15
- import X from "../Shared/inputField.js";
16
- import De from "../Shared/addBank.js";
17
- import Ae from "../Shared/connectPlaidBank.js";
18
- import ye from "../Shared/ConnectWallet/index.js";
19
- import Le from "./iban.js";
20
- import Te from "./eWallet.js";
21
- import { useSnackBarContext as Be } from "../../../context/snackBarContext.js";
22
- import Y from "../Shared/appButton.js";
23
- import { AuthInnerContainer as B } from "../Shared/Container/index.js";
1
+ import { jsxs as n, Fragment as Y, jsx as e } from "react/jsx-runtime";
2
+ import { useState as W, useEffect as c } from "react";
3
+ import { u as f } from "../../../react-redux-C7I9-1M6.js";
4
+ import "../../../constants-Styrbvke.js";
5
+ import { u as me, c as de, d as ue } from "../../../index-BQNs1mvn.js";
6
+ import { u as pe, a as fe, b as he, c as ge, d as be, e as _e, g as xe } from "../../../wallet-BkdExH6h.js";
7
+ import { u as Ne, c as We, d as Ce, e as we } from "../../../bank-C2LtDonX.js";
8
+ import { LINKED_WALLET_TOOLTIP as ke, CONNECTED_WALLET_TOOLTIP as Ie, WALLET_ICON as ve, DELETE_ICON as De } from "../../../util/constants.js";
9
+ import { M as Z } from "../../../tooltip-3UvETWtS.js";
10
+ import { I as U } from "../../../Info-BVeUSPyk.js";
11
+ import { C as ye } from "../../../Cancel-4lT7GZUA.js";
12
+ import { D as Ae } from "../../../Delete-jpMstGIF.js";
13
+ import { C as Te } from "../../../Close-CNwiMz_O.js";
14
+ import Le from "../../Shared/transition.js";
15
+ import ee from "../Shared/inputField.js";
16
+ import Be from "../Shared/addBank.js";
17
+ import Se from "../Shared/connectPlaidBank.js";
18
+ import Re from "../Shared/ConnectWallet/index.js";
19
+ import qe from "./iban.js";
20
+ import Ee from "./eWallet.js";
21
+ import { useSnackBarContext as ze } from "../../../context/snackBarContext.js";
22
+ import te from "../Shared/appButton.js";
23
+ import { AuthInnerContainer as R } from "../Shared/Container/index.js";
24
24
  import "../../../index-DlQqWbXG.js";
25
- import Se from "../../../hoc/withThemeProvider.js";
25
+ import Pe from "../../../hoc/withThemeProvider.js";
26
26
  import "../Shared/Auth/otpForm.js";
27
- import Ee from "../../../hooks/useEverestDispatch.js";
27
+ import Oe from "../../../hooks/useEverestDispatch.js";
28
28
  import "../../../util/conversions.js";
29
29
  import "../../../index-CAoLi5Qq.js";
30
30
  import "../../../react-webcam-B3cXh1XT.js";
@@ -32,20 +32,20 @@ import "../Shared/pin.js";
32
32
  import "../../../moment-h96o7c8I.js";
33
33
  import "../../../index.esm-BsMAMhYW.js";
34
34
  import "../../../index-ceeCtFuh.js";
35
- import { useDialogContext as Re } from "../../../context/dialogContext.js";
36
- import { B as s } from "../../../Box-B0YSYLco.js";
37
- import { G as d } from "../../../Grid-CFe3amXO.js";
35
+ import { useDialogContext as $e } from "../../../context/dialogContext.js";
36
+ import { B as r } from "../../../Box-B0YSYLco.js";
37
+ import { G as m } from "../../../Grid-CFe3amXO.js";
38
38
  import { T as l } from "../../../Typography-pAaje37G.js";
39
- import { I as x } from "../../../IconButton-DHm-hucF.js";
40
- import { C } from "../../../CircularProgress-xZA3lvba.js";
41
- import { B as qe } from "../../../Button-Df4vgU24.js";
42
- import { S as ze } from "../../../Stack-k55YTxET.js";
43
- import { D as Pe, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
44
- import { D as $e } from "../../../DialogTitle-CfS0bb2K.js";
45
- import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_heading_arwo8_27", o = {
46
- container: Me,
39
+ import { I as C } from "../../../IconButton-DHm-hucF.js";
40
+ import { C as w } from "../../../CircularProgress-xZA3lvba.js";
41
+ import { B as Me } from "../../../Button-Df4vgU24.js";
42
+ import { S as He } from "../../../Stack-k55YTxET.js";
43
+ import { D as je, a as Fe } from "../../../DialogContent-BMwlOnbW.js";
44
+ import { D as Ge } from "../../../DialogTitle-CfS0bb2K.js";
45
+ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_heading_arwo8_27", a = {
46
+ container: Ke,
47
47
  "inner-container": "_inner-container_arwo8_13",
48
- heading: He,
48
+ heading: Je,
49
49
  "account-item": "_account-item_arwo8_41",
50
50
  "account-item-text": "_account-item-text_arwo8_71",
51
51
  "primary-color": "_primary-color_arwo8_81",
@@ -54,85 +54,88 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_head
54
54
  "remove-icon": "_remove-icon_arwo8_107",
55
55
  "delete-disable": "_delete-disable_arwo8_121",
56
56
  "confirm-edit": "_confirm-edit_arwo8_137"
57
- }, Fe = ({
58
- baseUrl: S,
57
+ }, Qe = ({
58
+ baseUrl: q,
59
59
  checkoutSdkKey: E,
60
- appKey: R,
61
- appKeyEur: q,
62
- paymentWidgetSrcUrl: z,
63
- navigate: P
60
+ appKey: z,
61
+ appKeyEur: P,
62
+ paymentWidgetSrcUrl: O,
63
+ navigate: $
64
64
  }) => {
65
- const a = Ee(), { showAlertMessage: i } = Be(), { openDialog: w } = Re(), k = W((t) => t.app.features), h = W(se), Z = h.loader, u = h.message, O = h.banks, $ = h.iban, [M, H] = N(!1), [U, f] = N(!1), [I, ee] = N(""), [v, te] = N(""), F = W(ie), j = F.data, { error: D, message: A, loader: y } = F, G = W(ce), g = G.data, {
66
- error: L,
67
- message: T,
68
- loader: ne
69
- } = G;
70
- m(() => {
65
+ const o = Oe(), { showAlertMessage: i } = ze(), { openDialog: k } = $e(), I = f((t) => t.app.features), h = f(me), ne = h.loader, u = h.message, M = h.banks, H = h.iban, [j, F] = W(!1), [oe, g] = W(!1), [v, ae] = W(""), [D, se] = W(""), G = f(de), K = G.data, { error: y, message: A, loader: T } = G, J = f((t) => t.user.profile), Q = J.tokens, L = J.everWalletAddress, V = f(ue), b = V.data, {
66
+ error: B,
67
+ message: S,
68
+ loader: re
69
+ } = V;
70
+ c(() => {
71
71
  if (u) {
72
- H(!1);
72
+ F(!1);
73
73
  const t = typeof u == "string" ? u : String(u);
74
74
  (t.includes("created") || t.includes("successfully") || t.includes("Account")) && i({ message: t, type: "success" });
75
75
  }
76
- }, [u]), m(() => {
77
- L && i({ message: L });
78
- }, [L]), m(() => {
79
- T && i({ message: T, type: "success" });
80
- }, [T]), m(() => {
81
- D && i({ message: D });
82
- }, [D]), m(() => {
83
- A && (f(!1), i({ message: A, type: "success" }));
84
- }, [A]), m(() => (j.length <= 0 && a(le()), g.length <= 0 && a(me()), a(fe()), a(ge()), () => {
85
- a(de("")), a(ue(""));
86
- }), []);
87
- const oe = () => {
88
- if (!I)
89
- return i({ message: "Please provide the wallet name" }), !1;
76
+ }, [u]), c(() => {
77
+ B && i({ message: B });
78
+ }, [B]), c(() => {
79
+ S && i({ message: S, type: "success" });
80
+ }, [S]), c(() => {
81
+ y && i({ message: y });
82
+ }, [y]), c(() => {
83
+ A && (g(!1), i({ message: A, type: "success" }));
84
+ }, [A]), c(() => (K.length <= 0 && o(pe()), b.length <= 0 && o(fe()), o(Ne()), o(We()), () => {
85
+ o(he("")), o(ge(""));
86
+ }), []), c(() => {
87
+ L && o(be(L));
88
+ }, [L, o]);
89
+ const ie = () => {
90
90
  if (!v)
91
+ return i({ message: "Please provide the wallet name" }), !1;
92
+ if (!D)
91
93
  return i({
92
94
  message: "Please provide the wallet private key"
93
95
  }), !1;
94
- y || a(
95
- pe({
96
- name: I,
97
- privatekey: Buffer.from(v).toString("base64")
96
+ T || o(
97
+ _e({
98
+ name: v,
99
+ privatekey: Buffer.from(D).toString("base64")
98
100
  })
99
101
  );
100
- }, ae = (t) => {
101
- w({
102
- icon: Ce,
102
+ }, le = (t) => {
103
+ k({
104
+ icon: De,
103
105
  height: "450px",
104
106
  title: "Are you sure you want to delete?",
105
107
  message: "This action cannot be undone.",
106
108
  onConfirm: () => {
107
- a(_e(t));
109
+ o(we(t));
108
110
  },
109
111
  cancelButtonShow: !0
110
112
  });
111
113
  }, p = ({
112
114
  data: t,
113
- type: r,
114
- children: b
115
+ type: s,
116
+ children: _,
117
+ rightAdornment: d
115
118
  }) => {
116
- let c, _;
117
- return r === "connectedWallet" || r === "linkedWallet" ? "name" in t && "address" in t && (c = t.name, _ = t.address) : r === "iban" ? "accountName" in t && "accountNumber" in t && (c = t.accountName, _ = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (c = t.accountName, _ = t.accountNumber), /* @__PURE__ */ n(s, { className: o["account-item"], children: [
118
- r === "bankAccount" && M && "id" in t && /* @__PURE__ */ e(
119
- x,
119
+ let x, N;
120
+ return s === "connectedWallet" || s === "linkedWallet" ? "name" in t && "address" in t && (x = t.name, N = t.address) : s === "iban" ? "accountName" in t && "accountNumber" in t && (x = t.accountName, N = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (x = t.accountName, N = t.accountNumber), /* @__PURE__ */ n(r, { className: a["account-item"], children: [
121
+ s === "bankAccount" && j && "id" in t && /* @__PURE__ */ e(
122
+ C,
120
123
  {
121
- className: o["remove-icon"],
122
- onClick: () => ae(t.id),
123
- children: /* @__PURE__ */ e(we, {})
124
+ className: a["remove-icon"],
125
+ onClick: () => le(t.id),
126
+ children: /* @__PURE__ */ e(ye, {})
124
127
  }
125
128
  ),
126
- /* @__PURE__ */ n(d, { container: !0, width: "100%", children: [
127
- /* @__PURE__ */ e(d, { size: { xs: 2, md: 1.5 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: xe, alt: "Icon", height: 28, width: 28 }) }),
128
- /* @__PURE__ */ n(d, { size: { xs: 10, md: 10.5 }, children: [
129
+ /* @__PURE__ */ n(m, { container: !0, width: "100%", alignItems: "center", spacing: 1, children: [
130
+ /* @__PURE__ */ e(m, { size: { xs: 2, md: 1 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: ve, alt: "Icon", height: 28, width: 28 }) }),
131
+ /* @__PURE__ */ n(m, { size: { xs: 7, md: 7 }, children: [
129
132
  /* @__PURE__ */ e(
130
133
  l,
131
134
  {
132
135
  variant: "body1",
133
136
  component: "p",
134
- className: `${o["account-item-text"]} ${o["primary-color"]}`,
135
- children: /* @__PURE__ */ e("strong", { children: c })
137
+ className: `${a["account-item-text"]} ${a["primary-color"]}`,
138
+ children: /* @__PURE__ */ e("strong", { children: x })
136
139
  }
137
140
  ),
138
141
  /* @__PURE__ */ e(
@@ -140,48 +143,56 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_head
140
143
  {
141
144
  variant: "caption",
142
145
  component: "p",
143
- className: `${o["account-item-text"]} ${o["secondary-color"]}`,
144
- children: /* @__PURE__ */ e("strong", { children: _ })
146
+ className: `${a["account-item-text"]} ${a["secondary-color"]}`,
147
+ children: /* @__PURE__ */ e("strong", { children: N })
145
148
  }
146
149
  )
147
- ] })
150
+ ] }),
151
+ d ? /* @__PURE__ */ e(
152
+ m,
153
+ {
154
+ size: { xs: 3, md: 4 },
155
+ sx: { display: "flex", justifyContent: "flex-end" },
156
+ children: d
157
+ }
158
+ ) : null
148
159
  ] }),
149
- b
160
+ _
150
161
  ] });
151
- }, re = (t) => {
152
- const r = g.length;
153
- let b = !1;
154
- for (let c = 0; c < r; c++)
155
- if (g[c].address.toLowerCase() === t.toLowerCase()) {
156
- b = !0;
162
+ }, ce = (t) => {
163
+ const s = b.length;
164
+ let _ = !1;
165
+ for (let d = 0; d < s; d++)
166
+ if (b[d].address.toLowerCase() === t.toLowerCase()) {
167
+ _ = !0;
157
168
  break;
158
169
  }
159
- b ? i({
170
+ _ ? i({
160
171
  message: "This wallet address is already connected."
161
- }) : a(he(t));
162
- }, K = (t) => {
163
- a(be({ currency: t }));
172
+ }) : o(xe(t));
173
+ }, X = (t) => {
174
+ o(Ce({ currency: t }));
164
175
  };
165
- return /* @__PURE__ */ n(J, { children: [
166
- /* @__PURE__ */ e(s, { className: o.container, children: /* @__PURE__ */ n(d, { spacing: 2, container: !0, width: "100%", children: [
167
- /* @__PURE__ */ n(d, { size: { md: 6, xs: 12 }, children: [
168
- /* @__PURE__ */ n(B, { p: 3, children: [
176
+ return /* @__PURE__ */ n(Y, { children: [
177
+ /* @__PURE__ */ e(r, { className: a.container, children: /* @__PURE__ */ n(m, { spacing: 2, container: !0, width: "100%", children: [
178
+ /* @__PURE__ */ n(m, { size: { md: 6, xs: 12 }, children: [
179
+ /* @__PURE__ */ n(R, { p: 3, children: [
169
180
  /* @__PURE__ */ e(
170
181
  l,
171
182
  {
172
- className: o.heading,
183
+ className: a.heading,
173
184
  variant: "h6",
174
185
  component: "span",
175
186
  children: /* @__PURE__ */ e("strong", { children: "Linked Wallets" })
176
187
  }
177
188
  ),
178
189
  /* @__PURE__ */ e(
179
- Q,
190
+ Z,
180
191
  {
181
- title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: Ne }),
192
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: ke }),
182
193
  placement: "bottom",
183
- children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
184
- V,
194
+ children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
195
+ U,
185
196
  {
186
197
  sx: {
187
198
  fontSize: "26px",
@@ -191,35 +202,35 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_head
191
202
  ) })
192
203
  }
193
204
  ),
194
- y && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
195
- j.map((t, r) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, r)),
205
+ T && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
206
+ K.map((t, s) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, s)),
196
207
  /* @__PURE__ */ e(
197
- Y,
208
+ te,
198
209
  {
199
210
  sx: { mt: 4 },
200
- onClick: () => f(!0),
211
+ onClick: () => g(!0),
201
212
  fullWidth: !0,
202
213
  children: /* @__PURE__ */ e("strong", { children: "Add Wallet" })
203
214
  }
204
215
  )
205
216
  ] }),
206
- /* @__PURE__ */ n(B, { p: 3, mt: 2, children: [
217
+ /* @__PURE__ */ n(R, { p: 3, mt: 2, children: [
207
218
  /* @__PURE__ */ e(
208
219
  l,
209
220
  {
210
- className: o.heading,
221
+ className: a.heading,
211
222
  variant: "h6",
212
223
  component: "span",
213
224
  children: /* @__PURE__ */ e("strong", { children: "Connected Wallets" })
214
225
  }
215
226
  ),
216
227
  /* @__PURE__ */ e(
217
- Q,
228
+ Z,
218
229
  {
219
- title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: We }),
230
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: Ie }),
220
231
  placement: "bottom",
221
- children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
222
- V,
232
+ children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
233
+ U,
223
234
  {
224
235
  sx: {
225
236
  fontSize: "26px",
@@ -229,115 +240,117 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_head
229
240
  ) })
230
241
  }
231
242
  ),
232
- ne && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
233
- g.map((t, r) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, r)),
243
+ re && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
244
+ b.map((t, s) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, s)),
234
245
  /* @__PURE__ */ e(
235
- ye,
246
+ Re,
236
247
  {
237
- addressHandler: re,
248
+ addressHandler: ce,
238
249
  btnClass: "wallet-btn"
239
250
  }
240
251
  )
241
252
  ] })
242
253
  ] }),
243
- /* @__PURE__ */ n(d, { size: { md: 6, xs: 12 }, children: [
244
- k.eWallet && /* @__PURE__ */ e(s, { mb: 2, children: /* @__PURE__ */ e(
245
- Te,
254
+ /* @__PURE__ */ n(m, { size: { md: 6, xs: 12 }, children: [
255
+ I.eWallet && /* @__PURE__ */ e(r, { mb: 2, children: /* @__PURE__ */ e(
256
+ Ee,
246
257
  {
247
- openDialog: w,
248
- dispatch: a,
249
- iban: $,
250
- baseUrl: S,
258
+ openDialog: k,
259
+ dispatch: o,
260
+ iban: H,
261
+ baseUrl: q,
251
262
  checkoutSdkKey: E,
252
- appKey: R,
253
- appKeyEur: q,
254
- paymentWidgetSrcUrl: z,
255
- navigate: P,
263
+ appKey: z,
264
+ appKeyEur: P,
265
+ paymentWidgetSrcUrl: O,
266
+ navigate: $,
256
267
  AccountItem: p,
257
- createIbanRequest: K
268
+ createIbanRequest: X,
269
+ tokenData: Q
258
270
  }
259
271
  ) }),
260
- k.iban && /* @__PURE__ */ e(
261
- Le,
272
+ I.iban && /* @__PURE__ */ e(
273
+ qe,
262
274
  {
263
- openDialog: w,
264
- dispatch: a,
265
- iban: $,
266
- baseUrl: S,
275
+ openDialog: k,
276
+ dispatch: o,
277
+ iban: H,
278
+ baseUrl: q,
267
279
  checkoutSdkKey: E,
268
- appKey: R,
269
- appKeyEur: q,
270
- paymentWidgetSrcUrl: z,
271
- navigate: P,
280
+ appKey: z,
281
+ appKeyEur: P,
282
+ paymentWidgetSrcUrl: O,
283
+ navigate: $,
272
284
  AccountItem: p,
273
- createIbanRequest: K
285
+ createIbanRequest: X,
286
+ tokenData: Q
274
287
  }
275
288
  ),
276
- /* @__PURE__ */ e(B, { mt: 2, children: /* @__PURE__ */ n(s, { p: 3, mt: k.iban ? 2 : 0, children: [
277
- /* @__PURE__ */ e(l, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
278
- O.length > 0 && /* @__PURE__ */ n(
279
- qe,
289
+ /* @__PURE__ */ e(R, { mt: 2, children: /* @__PURE__ */ n(r, { p: 3, mt: I.iban ? 2 : 0, children: [
290
+ /* @__PURE__ */ e(l, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
291
+ M.length > 0 && /* @__PURE__ */ n(
292
+ Me,
280
293
  {
281
- className: `${M ? o["delete-disable"] : o["confirm-edit"]} normal-text`,
294
+ className: `${j ? a["delete-disable"] : a["confirm-edit"]} normal-text`,
282
295
  sx: { mt: 3, mb: 3 },
283
296
  variant: "contained",
284
- onClick: () => H((t) => !t),
297
+ onClick: () => F((t) => !t),
285
298
  children: [
286
- /* @__PURE__ */ e(ke, {}),
299
+ /* @__PURE__ */ e(Ae, {}),
287
300
  "Delete"
288
301
  ]
289
302
  }
290
303
  ),
291
- Z && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(C, { size: 50 }) }),
292
- O.map((t, r) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, r)),
293
- /* @__PURE__ */ n(ze, { mt: 4, gap: 1, children: [
294
- /* @__PURE__ */ e(Ae, {}),
304
+ ne && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
305
+ M.map((t, s) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, s)),
306
+ /* @__PURE__ */ n(He, { mt: 4, gap: 1, children: [
307
+ /* @__PURE__ */ e(Se, {}),
295
308
  /* @__PURE__ */ e(l, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
296
- /* @__PURE__ */ e(De, {})
309
+ /* @__PURE__ */ e(Be, {})
297
310
  ] })
298
311
  ] }) })
299
312
  ] })
300
313
  ] }) }),
301
314
  /* @__PURE__ */ n(
302
- Pe,
315
+ je,
303
316
  {
304
317
  fullWidth: !0,
305
- open: U,
306
- onClose: () => f(!1),
307
- TransitionComponent: ve,
318
+ open: oe,
319
+ onClose: () => g(!1),
320
+ TransitionComponent: Le,
308
321
  children: [
309
- /* @__PURE__ */ n($e, { className: "buy-modal-text-color", children: [
322
+ /* @__PURE__ */ n(Ge, { className: "buy-modal-text-color", children: [
310
323
  /* @__PURE__ */ e(l, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
311
324
  /* @__PURE__ */ e(
312
- x,
325
+ C,
313
326
  {
314
327
  "aria-label": "close",
315
- onClick: () => f(!1),
328
+ onClick: () => g(!1),
316
329
  className: "menu-buttons",
317
- children: /* @__PURE__ */ e(Ie, {})
330
+ children: /* @__PURE__ */ e(Te, {})
318
331
  }
319
332
  )
320
333
  ] }),
321
- /* @__PURE__ */ n(Oe, { dividers: !0, children: [
334
+ /* @__PURE__ */ n(Fe, { dividers: !0, children: [
322
335
  /* @__PURE__ */ e(l, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
323
336
  /* @__PURE__ */ e(
324
- X,
337
+ ee,
325
338
  {
326
339
  label: "Name",
327
- value: I,
328
- onChangeHandler: (t) => ee(t)
340
+ value: v,
341
+ onChangeHandler: (t) => ae(t)
329
342
  }
330
343
  ),
331
344
  /* @__PURE__ */ e(
332
- X,
345
+ ee,
333
346
  {
334
347
  label: "Private Key",
335
- value: v,
336
- onChangeHandler: (t) => te(t)
348
+ value: D,
349
+ onChangeHandler: (t) => se(t)
337
350
  }
338
351
  ),
339
- /* @__PURE__ */ e(Y, { sx: { mt: 4 }, onClick: oe, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: y ? /* @__PURE__ */ n(J, { children: [
340
- /* @__PURE__ */ e(C, { size: 15, color: "inherit" }),
352
+ /* @__PURE__ */ e(te, { sx: { mt: 4 }, onClick: ie, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: T ? /* @__PURE__ */ n(Y, { children: [
353
+ /* @__PURE__ */ e(w, { size: 15, color: "inherit" }),
341
354
  " Processing..."
342
355
  ] }) : "Import Wallet" }) })
343
356
  ] })
@@ -345,7 +358,7 @@ import '../../../assets/index3.css';const Me = "_container_arwo8_1", He = "_head
345
358
  }
346
359
  )
347
360
  ] });
348
- }, Et = Se(Fe);
361
+ }, Ot = Pe(Qe);
349
362
  export {
350
- Et as default
363
+ Ot as default
351
364
  };
@@ -5,8 +5,8 @@ import { I as z } from "../../../Info-BVeUSPyk.js";
5
5
  import { u as $ } from "../../../react-redux-C7I9-1M6.js";
6
6
  import G from "../../Shared/transition.js";
7
7
  import { M as U } from "../../../tooltip-3UvETWtS.js";
8
- import { ab as j, ac as b } from "../../../constants-Dtk3Gd0Y.js";
9
- import { s as M } from "../../../bank-BM66KfAv.js";
8
+ import { ab as j, ac as b } from "../../../constants-Styrbvke.js";
9
+ import { s as M } from "../../../bank-C2LtDonX.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";
@@ -5,11 +5,11 @@ import "../../../util/functions.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-DMd29SPQ.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-Dtk3Gd0Y.js";
8
+ import "../../../constants-Styrbvke.js";
9
9
  import "../../../index-BQNs1mvn.js";
10
- import "../../../order-DuPcaU0K.js";
11
- import "../../../bank-BM66KfAv.js";
12
- import { a as H } from "../../../index-BUnkeQv6.js";
10
+ import "../../../order-uVUTqaQ2.js";
11
+ import "../../../bank-C2LtDonX.js";
12
+ import { a as H } from "../../../index-DM6mBQ7L.js";
13
13
  import "../../../index.esm-BsMAMhYW.js";
14
14
  import "../../../react-redux-C7I9-1M6.js";
15
15
  import "../../../index-DlQqWbXG.js";
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-jzz8Y3XD.js";
3
+ import "../../../PlayArrow-BRz9FV4L.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-Dtk3Gd0Y.js";
7
+ import "../../../constants-Styrbvke.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DuPcaU0K.js";
9
+ import "../../../order-uVUTqaQ2.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-BUnkeQv6.js";
13
+ import { B as E } from "../../../index-DM6mBQ7L.js";
14
14
  import "../../../styles.module-DMd29SPQ.js";
15
15
  import "../Shared/TokenModal/index.js";
16
16
  import "../../../react-redux-C7I9-1M6.js";
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-BUnkeQv6.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-DM6mBQ7L.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-Dtk3Gd0Y.js";
7
- import "../../../PlayArrow-jzz8Y3XD.js";
8
- import "../../../cryptoAssets-DT2afvDJ.js";
9
- import "../../../wallet-BxwOFeSW.js";
10
- import "../../../order-DuPcaU0K.js";
6
+ import "../../../constants-Styrbvke.js";
7
+ import "../../../PlayArrow-BRz9FV4L.js";
8
+ import "../../../cryptoAssets-CFtzXGbk.js";
9
+ import "../../../wallet-BkdExH6h.js";
10
+ import "../../../order-uVUTqaQ2.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -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-Dtk3Gd0Y.js";
9
+ import "../../../constants-Styrbvke.js";
10
10
  import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
@@ -5,7 +5,7 @@ import w from "./input.js";
5
5
  import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
7
  import "../Shared/Auth/otpForm.js";
8
- import "../../../constants-Dtk3Gd0Y.js";
8
+ import "../../../constants-Styrbvke.js";
9
9
  import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
10
10
  import b from "../../../hooks/useEverestDispatch.js";
11
11
  import "../../../util/conversions.js";