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