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