everest-npm-features 0.0.57 → 0.0.59

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