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