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