everest-npm-features 0.0.64 → 0.0.65
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-WUr_Eyo1.js → PlayArrow-DbQI55la.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-Cg-RJNB1.js → auth-D_DKdP4p.js} +1 -1
- package/dist/{bank-CPJa0NOE.js → bank-DIuQN1YY.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +5 -5
- 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 +7 -7
- 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 +5 -5
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +27 -27
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/types.d.ts +4 -4
- package/dist/components/Shared/FullKyc/userInfo.js +5 -5
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.d.ts +1 -1
- package/dist/components/Shared/Sumsub/index.js +36 -34
- package/dist/components/Wallet/Account/createIban.js +5 -5
- package/dist/components/Wallet/Account/eWallet.js +1 -1
- package/dist/components/Wallet/Account/iban.js +3 -3
- package/dist/components/Wallet/Account/ibanItem.js +21 -6
- package/dist/components/Wallet/Account/index.js +6 -6
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
- 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 +3 -3
- package/dist/components/Wallet/EnterpriseKyc/edd.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/index.d.ts +1 -1
- package/dist/components/Wallet/EnterpriseKyc/index.js +111 -109
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/types.d.ts +16 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +3 -3
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +11 -11
- package/dist/components/Wallet/Portfolio/index.js +7 -7
- package/dist/components/Wallet/Profile/documents.js +47 -40
- package/dist/components/Wallet/Profile/index.js +69 -48
- package/dist/components/Wallet/Profile/storage.js +40 -33
- package/dist/components/Wallet/Receive/index.js +2 -2
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- 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 +4 -4
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
- package/dist/components/Wallet/Shared/CardCorp/index.js +3 -3
- package/dist/components/Wallet/Shared/addBank.js +4 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/Shared/manualSend.js +5 -5
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +1 -1
- package/dist/components/Wallet/Stake/id/index.js +19 -14
- package/dist/components/Wallet/Stake/index.js +6 -6
- package/dist/components/Wallet/Swap/form.js +7 -7
- 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-BRS2liAt.js → constants-B-_x7F8X.js} +19 -19
- package/dist/{createIban-DKoCQ4o3.js → createIban-CbxsxTxl.js} +77 -70
- package/dist/{cryptoAssets-BD0cJpXM.js → cryptoAssets-Cmdg7BR-.js} +1 -1
- package/dist/hooks/useDialog/index.js +11 -9
- package/dist/{index-DX8IEulu.js → index-9VVh1IhH.js} +4 -4
- package/dist/{index-BUtxhHso.js → index-BeEuJLqT.js} +7 -7
- package/dist/{index-CZhiRUiE.js → index-C_Vf8Evc.js} +4 -4
- package/dist/{index-hgn4Pjw3.js → index-Cx8dey5q.js} +6 -6
- package/dist/{index-C2weAjLp.js → index-DXw2h9nQ.js} +8 -8
- package/dist/index-DtTDOPWZ.js +562 -0
- package/dist/{index-D7Eq-pbC.js → index-DuOJBwgp.js} +8 -8
- package/dist/{kyc-C7NviI9l.js → kyc-BXoUxN4z.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DBuLYKfx.js → order-DAiOqPsI.js} +1 -1
- package/dist/{otpForm-DhVp5Gvi.js → otpForm-WjQmPs8D.js} +2 -2
- package/dist/{stake-DGXpiw_Y.js → stake-CzXNB3em.js} +1 -1
- package/dist/styles.module-4N8hJhXS.js +22 -0
- package/dist/styles.module-DYytghn2.js +28 -0
- package/dist/util/constants.d.ts +2 -2
- package/dist/util/constants.js +1 -1
- package/dist/{wallet-BLx0XKpK.js → wallet-Cw-0XynY.js} +1 -1
- package/package.json +1 -1
- package/dist/index-oPbOSCUk.js +0 -545
- package/dist/styles.module-C99UuHOT.js +0 -22
- package/dist/styles.module-DFoezEqS.js +0 -28
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as T } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { Box as s, Typography as i, FormControl as O, RadioGroup as N, Backdrop as w, CircularProgress as W, Grid as C, Dialog as
|
|
4
|
-
import { C as
|
|
5
|
-
import { c as
|
|
2
|
+
import S, { useState as b, useEffect as h } from "react";
|
|
3
|
+
import { Box as s, Typography as i, FormControl as O, RadioGroup as N, Backdrop as w, CircularProgress as W, Grid as C, Dialog as z, IconButton as v, DialogContent as D } from "@mui/material";
|
|
4
|
+
import { C as P } from "../../../Close-DSxLLo08.js";
|
|
5
|
+
import { c as L } from "../../../createSvgIcon-B28GrUxG.js";
|
|
6
6
|
import M from "../../Shared/transition.js";
|
|
7
|
-
import { s as E } from "../../../styles.module-
|
|
8
|
-
import
|
|
7
|
+
import { s as E } from "../../../styles.module-DYytghn2.js";
|
|
8
|
+
import p from "../Shared/appButton.js";
|
|
9
9
|
import j from "../Shared/noData.js";
|
|
10
10
|
import q from "../Shared/radioButton.js";
|
|
11
|
-
import {
|
|
11
|
+
import { ax as H, ay as Q, az as Y, aA as F, aB as J } from "../../../constants-B-_x7F8X.js";
|
|
12
12
|
import { STORAGE_SUCCESS as K, CLOUD_ICON as V } from "../../../util/constants.js";
|
|
13
13
|
import X from "../../../hooks/useEverestDispatch.js";
|
|
14
14
|
const Z = () => ({
|
|
15
|
-
type:
|
|
15
|
+
type: H
|
|
16
16
|
}), $ = (c) => ({
|
|
17
|
-
type:
|
|
17
|
+
type: Y,
|
|
18
18
|
payload: c
|
|
19
19
|
}), ee = () => ({
|
|
20
|
-
type:
|
|
21
|
-
}), re =
|
|
20
|
+
type: Q
|
|
21
|
+
}), re = L(/* @__PURE__ */ e("path", {
|
|
22
22
|
d: "M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"
|
|
23
23
|
}), "ArrowBackIos"), ue = ({
|
|
24
24
|
showAlertMessage: c,
|
|
25
25
|
eureBalance: R,
|
|
26
26
|
storagePlans: l,
|
|
27
27
|
purchaseStatus: d,
|
|
28
|
-
userStorage:
|
|
28
|
+
userStorage: y
|
|
29
29
|
}) => {
|
|
30
|
-
const
|
|
30
|
+
const f = X(), A = !1, [a, m] = b(1), [U, _] = b(!1), [n, u] = b(0);
|
|
31
31
|
h(() => {
|
|
32
|
-
|
|
32
|
+
f(Z()), f(ee());
|
|
33
33
|
}, []), h(() => {
|
|
34
|
-
d && d ===
|
|
34
|
+
d && d === F && m(3);
|
|
35
35
|
}, [d]), h(() => {
|
|
36
36
|
var r;
|
|
37
37
|
u((r = l[0]) == null ? void 0 : r.id);
|
|
38
38
|
}, [l]);
|
|
39
|
-
const G =
|
|
39
|
+
const G = S.memo(() => {
|
|
40
40
|
const r = (o) => {
|
|
41
41
|
u(Number(o.target.value));
|
|
42
|
-
},
|
|
42
|
+
}, x = () => {
|
|
43
43
|
if (!n)
|
|
44
44
|
return c({ message: "Please select the plan" }), !1;
|
|
45
45
|
const o = l.find((k) => k.id === n);
|
|
@@ -70,19 +70,19 @@ const Z = () => ({
|
|
|
70
70
|
o.id
|
|
71
71
|
)) }) }),
|
|
72
72
|
/* @__PURE__ */ e(
|
|
73
|
-
|
|
73
|
+
p,
|
|
74
74
|
{
|
|
75
75
|
sx: { mt: 8, mb: 4 },
|
|
76
|
-
onClick:
|
|
76
|
+
onClick: x,
|
|
77
77
|
disabled: !n,
|
|
78
78
|
fullWidth: !0,
|
|
79
79
|
children: /* @__PURE__ */ e("strong", { children: "Next" })
|
|
80
80
|
}
|
|
81
81
|
)
|
|
82
82
|
] });
|
|
83
|
-
}), I =
|
|
84
|
-
const r = l.find((o) => o.id === n),
|
|
85
|
-
r &&
|
|
83
|
+
}), I = S.memo(() => {
|
|
84
|
+
const r = l.find((o) => o.id === n), x = () => {
|
|
85
|
+
r && f(
|
|
86
86
|
$({
|
|
87
87
|
planId: r.id,
|
|
88
88
|
amount: r.price
|
|
@@ -104,10 +104,10 @@ const Z = () => ({
|
|
|
104
104
|
] })
|
|
105
105
|
] }) }),
|
|
106
106
|
/* @__PURE__ */ e(
|
|
107
|
-
|
|
107
|
+
p,
|
|
108
108
|
{
|
|
109
109
|
sx: { mt: 4, mb: 4 },
|
|
110
|
-
onClick:
|
|
110
|
+
onClick: x,
|
|
111
111
|
disabled: !n,
|
|
112
112
|
loading: d === J,
|
|
113
113
|
fullWidth: !0,
|
|
@@ -115,14 +115,14 @@ const Z = () => ({
|
|
|
115
115
|
}
|
|
116
116
|
)
|
|
117
117
|
] });
|
|
118
|
-
}), B =
|
|
118
|
+
}), B = S.memo(() => /* @__PURE__ */ t(s, { className: "text-center", children: [
|
|
119
119
|
/* @__PURE__ */ t(s, { children: [
|
|
120
120
|
/* @__PURE__ */ e("img", { src: K, alt: "tick" }),
|
|
121
121
|
/* @__PURE__ */ e(i, { variant: "h3", mb: 4, children: "Success!" }),
|
|
122
122
|
/* @__PURE__ */ e(i, { variant: "body1", mb: 4, children: "Your storage will be accessible from your profile once payment has been processed" })
|
|
123
123
|
] }),
|
|
124
124
|
/* @__PURE__ */ e(
|
|
125
|
-
|
|
125
|
+
p,
|
|
126
126
|
{
|
|
127
127
|
sx: { mt: 4 },
|
|
128
128
|
onClick: g,
|
|
@@ -136,7 +136,7 @@ const Z = () => ({
|
|
|
136
136
|
}, []);
|
|
137
137
|
const g = () => {
|
|
138
138
|
var r;
|
|
139
|
-
|
|
139
|
+
_(!1), u((r = l[0]) == null ? void 0 : r.id), m(1);
|
|
140
140
|
};
|
|
141
141
|
return /* @__PURE__ */ t(T, { children: [
|
|
142
142
|
/* @__PURE__ */ e(
|
|
@@ -151,7 +151,7 @@ const Z = () => ({
|
|
|
151
151
|
}
|
|
152
152
|
),
|
|
153
153
|
/* @__PURE__ */ e(i, { className: E.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Storage" }) }),
|
|
154
|
-
/* @__PURE__ */ e(s, { mt: 2, children:
|
|
154
|
+
/* @__PURE__ */ e(s, { mt: 2, children: y.total_storage ? /* @__PURE__ */ e(
|
|
155
155
|
s,
|
|
156
156
|
{
|
|
157
157
|
sx: {
|
|
@@ -184,7 +184,7 @@ const Z = () => ({
|
|
|
184
184
|
fontWeight: "bold"
|
|
185
185
|
},
|
|
186
186
|
children: [
|
|
187
|
-
|
|
187
|
+
y.total_storage,
|
|
188
188
|
"GB"
|
|
189
189
|
]
|
|
190
190
|
}
|
|
@@ -206,14 +206,21 @@ const Z = () => ({
|
|
|
206
206
|
] })
|
|
207
207
|
}
|
|
208
208
|
) : /* @__PURE__ */ e(j, { text: "Buy Storage with EUR.e" }) }),
|
|
209
|
-
/* @__PURE__ */ e(
|
|
209
|
+
/* @__PURE__ */ e(p, { sx: { mt: 4 }, onClick: () => _(!0), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Add Storage" }) }),
|
|
210
210
|
/* @__PURE__ */ t(
|
|
211
|
-
|
|
211
|
+
z,
|
|
212
212
|
{
|
|
213
213
|
maxWidth: a === 3 ? "sm" : "md",
|
|
214
214
|
fullWidth: !0,
|
|
215
215
|
open: U,
|
|
216
216
|
onClose: g,
|
|
217
|
+
slotProps: {
|
|
218
|
+
paper: {
|
|
219
|
+
sx: {
|
|
220
|
+
borderRadius: "14px"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
217
224
|
TransitionComponent: M,
|
|
218
225
|
children: [
|
|
219
226
|
a !== 3 && /* @__PURE__ */ t(s, { className: E["asset-header"], children: [
|
|
@@ -233,12 +240,12 @@ const Z = () => ({
|
|
|
233
240
|
"aria-label": "close",
|
|
234
241
|
onClick: g,
|
|
235
242
|
className: E["asset-close-btn"],
|
|
236
|
-
children: /* @__PURE__ */ e(
|
|
243
|
+
children: /* @__PURE__ */ e(P, {})
|
|
237
244
|
}
|
|
238
245
|
)
|
|
239
246
|
] }),
|
|
240
247
|
/* @__PURE__ */ e(
|
|
241
|
-
|
|
248
|
+
D,
|
|
242
249
|
{
|
|
243
250
|
sx: { padding: a === 3 ? "80px" : "100px" },
|
|
244
251
|
dividers: !0,
|
|
@@ -2,9 +2,9 @@ import { jsxs as n, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as C, useEffect as p } from "react";
|
|
3
3
|
import { u } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import { Q as W } from "../../../index-CAoLi5Qq.js";
|
|
5
|
-
import "../../../constants-
|
|
5
|
+
import "../../../constants-B-_x7F8X.js";
|
|
6
6
|
import { a as _, c as z } from "../../../index-CREgBh59.js";
|
|
7
|
-
import { u as A } from "../../../wallet-
|
|
7
|
+
import { u as A } from "../../../wallet-Cw-0XynY.js";
|
|
8
8
|
import { Box as r, CircularProgress as S, FormControl as N, Select as w, MenuItem as B, Button as k } from "@mui/material";
|
|
9
9
|
import { C as D } from "../../../ContentCopy-D0C0zbQj.js";
|
|
10
10
|
import { useSnackBar as E } from "../../../hooks/useSnackBar.js";
|
|
@@ -5,15 +5,15 @@ import "../Shared/backBtn.js";
|
|
|
5
5
|
import "../../../util/functions.js";
|
|
6
6
|
import "../../../styles.module-DMd29SPQ.js";
|
|
7
7
|
import "../Shared/appButton.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import "../../../index-CREgBh59.js";
|
|
10
|
-
import "../../../order-
|
|
11
|
-
import { a as E } from "../../../index-
|
|
10
|
+
import "../../../order-DAiOqPsI.js";
|
|
11
|
+
import { a as E } from "../../../index-BeEuJLqT.js";
|
|
12
12
|
import "../../../util/constants.js";
|
|
13
13
|
import "../../../react-redux-C7I9-1M6.js";
|
|
14
14
|
import "../../../index-DlQqWbXG.js";
|
|
15
15
|
import "../../../hoc/withThemeProvider.js";
|
|
16
|
-
import "../../../otpForm-
|
|
16
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
17
17
|
import "../../../context/snackBarContext.js";
|
|
18
18
|
import "../../../util/conversions.js";
|
|
19
19
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -21,10 +21,10 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
21
21
|
import "../../Shared/transition.js";
|
|
22
22
|
import "../../../tooltip-BW0UyWw7.js";
|
|
23
23
|
import "../../../moment-h96o7c8I.js";
|
|
24
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
24
25
|
import "../../../index.esm-BsMAMhYW.js";
|
|
25
26
|
import "../../../web3-u4qDZYpo.js";
|
|
26
27
|
import "../../../index-ceeCtFuh.js";
|
|
27
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
28
28
|
import "../../../context/dialogContext.js";
|
|
29
29
|
import "@mui/icons-material";
|
|
30
30
|
export {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../../../PlayArrow-
|
|
4
|
+
import "../../../PlayArrow-DbQI55la.js";
|
|
5
5
|
import "../../../Info-DOoRR7sR.js";
|
|
6
6
|
import "../../../generic-token-B_ptO5yb.js";
|
|
7
7
|
import "../../../util/constants.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import "../../../index-CREgBh59.js";
|
|
10
|
-
import "../../../order-
|
|
10
|
+
import "../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../tooltip-BW0UyWw7.js";
|
|
12
12
|
import "../../../util/functions.js";
|
|
13
|
-
import { S as n } from "../../../index-
|
|
13
|
+
import { S as n } from "../../../index-BeEuJLqT.js";
|
|
14
14
|
import "../../../styles.module-DMd29SPQ.js";
|
|
15
15
|
import "../Shared/TokenModal/index.js";
|
|
16
16
|
import "../Shared/appButton.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { C as e, F as f, b as L, c as O, i as b } from "../../../index-
|
|
4
|
+
import { C as e, F as f, b as L, c as O, i as b } from "../../../index-BeEuJLqT.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-B-_x7F8X.js";
|
|
7
|
+
import "../../../PlayArrow-DbQI55la.js";
|
|
8
|
+
import "../../../cryptoAssets-Cmdg7BR-.js";
|
|
9
|
+
import "../../../wallet-Cw-0XynY.js";
|
|
10
|
+
import "../../../order-DAiOqPsI.js";
|
|
11
11
|
import "../../../util/constants.js";
|
|
12
12
|
import "../../../context/snackBarContext.js";
|
|
13
13
|
import "../Shared/Container/index.js";
|
|
@@ -2,15 +2,15 @@ import { jsxs as s, Fragment as $, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as m, useEffect as S } from "react";
|
|
3
3
|
import { Backdrop as ke, CircularProgress as V, Box as E, Typography as w, FormControl as A, Select as I, MenuItem as T, TextField as j, Grid as o, Dialog as xe, IconButton as we, DialogContent as Te } from "@mui/material";
|
|
4
4
|
import { C as ve } from "../../../Close-DSxLLo08.js";
|
|
5
|
-
import { aG as ye, aH as Se, aI as Ae, aJ as be, aK as Ee, aL as Ne } from "../../../constants-
|
|
6
|
-
import { f as We } from "../../../wallet-
|
|
5
|
+
import { aG as ye, aH as Se, aI as Ae, aJ as be, aK as Ee, aL as Ne } from "../../../constants-B-_x7F8X.js";
|
|
6
|
+
import { f as We } from "../../../wallet-Cw-0XynY.js";
|
|
7
7
|
import { ETHEREUM_NETWORK as Ce, EVER_CHAIN_NETWORK as Ie, ID_TOKEN_SYMBOL as _e, SYNTHETIC_EUR as Y } from "../../../util/constants.js";
|
|
8
8
|
import "../../../index-DlQqWbXG.js";
|
|
9
9
|
import _ from "../Shared/appButton.js";
|
|
10
10
|
import Le from "../../../hoc/withThemeProvider.js";
|
|
11
11
|
import { u as L } from "../../../react-redux-C7I9-1M6.js";
|
|
12
12
|
import { tokenBalanceDisplay as ze, getNetworkScanBaseUrl as J, displayWalletAddress as X } from "../../../util/functions.js";
|
|
13
|
-
import "../../../otpForm-
|
|
13
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
14
14
|
import { useSnackBarContext as Re } from "../../../context/snackBarContext.js";
|
|
15
15
|
import Pe from "../../../hooks/useEverestDispatch.js";
|
|
16
16
|
import { getGweiFromWei as Ge, getUnFormattedValueFromWei as Me, fromHuman as z } from "../../../util/conversions.js";
|
|
@@ -19,10 +19,10 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
19
19
|
import "../../Shared/transition.js";
|
|
20
20
|
import "../../../tooltip-BW0UyWw7.js";
|
|
21
21
|
import "../../../moment-h96o7c8I.js";
|
|
22
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
22
23
|
import "../../../index.esm-BsMAMhYW.js";
|
|
23
24
|
import "../../../web3-u4qDZYpo.js";
|
|
24
25
|
import "../../../index-ceeCtFuh.js";
|
|
25
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
26
26
|
import "../../../context/dialogContext.js";
|
|
27
27
|
import "@mui/icons-material";
|
|
28
28
|
import '../../../assets/index7.css';const Ue = () => ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "@mui/material";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../../constants-
|
|
5
|
-
import "../../../../auth-
|
|
4
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
5
|
+
import "../../../../auth-D_DKdP4p.js";
|
|
6
6
|
import "../../../../util/constants.js";
|
|
7
7
|
import "../appButton.js";
|
|
8
|
-
import { O as d } from "../../../../otpForm-
|
|
8
|
+
import { O as d } from "../../../../otpForm-WjQmPs8D.js";
|
|
9
9
|
export {
|
|
10
10
|
d as default
|
|
11
11
|
};
|
|
@@ -4,10 +4,10 @@ import { u as S } from "../../../../react-redux-C7I9-1M6.js";
|
|
|
4
4
|
import { Box as n, CircularProgress as l, Grid as c, Typography as d, Stack as T } from "@mui/material";
|
|
5
5
|
import A from "../backBtn.js";
|
|
6
6
|
import y from "../addBank.js";
|
|
7
|
-
import "../../../../constants-
|
|
7
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
8
8
|
import { u as C } from "../../../../index-CREgBh59.js";
|
|
9
|
-
import { o as E } from "../../../../order-
|
|
10
|
-
import { u as O } from "../../../../bank-
|
|
9
|
+
import { o as E } from "../../../../order-DAiOqPsI.js";
|
|
10
|
+
import { u as O } from "../../../../bank-DIuQN1YY.js";
|
|
11
11
|
import D from "../connectPlaidBank.js";
|
|
12
12
|
import { s } from "../../../../styles.module-DMd29SPQ.js";
|
|
13
13
|
import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as L } from "../../../../util/constants.js";
|
|
@@ -6,8 +6,8 @@ import { VISA_ICON as v } from "../../../../util/constants.js";
|
|
|
6
6
|
import "../../../../index-DlQqWbXG.js";
|
|
7
7
|
import "../appButton.js";
|
|
8
8
|
import "../../../../hoc/withThemeProvider.js";
|
|
9
|
-
import "../../../../otpForm-
|
|
10
|
-
import "../../../../constants-
|
|
9
|
+
import "../../../../otpForm-WjQmPs8D.js";
|
|
10
|
+
import "../../../../constants-B-_x7F8X.js";
|
|
11
11
|
import { useSnackBarContext as w } from "../../../../context/snackBarContext.js";
|
|
12
12
|
import "../../../../util/conversions.js";
|
|
13
13
|
import "../../../../index-CAoLi5Qq.js";
|
|
@@ -15,10 +15,10 @@ import "../../../../react-webcam-B3cXh1XT.js";
|
|
|
15
15
|
import "../../../Shared/transition.js";
|
|
16
16
|
import "../../../../tooltip-BW0UyWw7.js";
|
|
17
17
|
import "../../../../moment-h96o7c8I.js";
|
|
18
|
+
import "../../../../index.esm-I_Bp2YLf.js";
|
|
18
19
|
import "../../../../index.esm-BsMAMhYW.js";
|
|
19
20
|
import "../../../../web3-u4qDZYpo.js";
|
|
20
21
|
import "../../../../index-ceeCtFuh.js";
|
|
21
|
-
import "../../../../index.esm-I_Bp2YLf.js";
|
|
22
22
|
import "../../../../context/dialogContext.js";
|
|
23
23
|
import "@mui/icons-material";
|
|
24
24
|
const G = ({
|
|
@@ -9,10 +9,10 @@ import { PAYMENT_PROVIDER_OPENPAYD as j } from "../../../util/constants.js";
|
|
|
9
9
|
import "../../../index-DlQqWbXG.js";
|
|
10
10
|
import x from "./appButton.js";
|
|
11
11
|
import "../../../hoc/withThemeProvider.js";
|
|
12
|
-
import "../../../otpForm-
|
|
13
|
-
import "../../../constants-
|
|
12
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
13
|
+
import "../../../constants-B-_x7F8X.js";
|
|
14
14
|
import { a as Y, u as _ } from "../../../index-CREgBh59.js";
|
|
15
|
-
import { a as q } from "../../../bank-
|
|
15
|
+
import { a as q } from "../../../bank-DIuQN1YY.js";
|
|
16
16
|
import { useSnackBarContext as G } from "../../../context/snackBarContext.js";
|
|
17
17
|
import L from "../../../hooks/useEverestDispatch.js";
|
|
18
18
|
import "../../../util/conversions.js";
|
|
@@ -20,10 +20,10 @@ import "../../../index-CAoLi5Qq.js";
|
|
|
20
20
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
21
21
|
import "../../../tooltip-BW0UyWw7.js";
|
|
22
22
|
import "../../../moment-h96o7c8I.js";
|
|
23
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
23
24
|
import "../../../index.esm-BsMAMhYW.js";
|
|
24
25
|
import "../../../web3-u4qDZYpo.js";
|
|
25
26
|
import "../../../index-ceeCtFuh.js";
|
|
26
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
27
27
|
import "../../../context/dialogContext.js";
|
|
28
28
|
import "@mui/icons-material";
|
|
29
29
|
const ke = () => {
|
|
@@ -3,9 +3,9 @@ import { useState as y, useEffect as c, useCallback as C } from "react";
|
|
|
3
3
|
import { u as e } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import { u as S } from "../../../index.esm-BsMAMhYW.js";
|
|
5
5
|
import { Box as P, CircularProgress as B } from "@mui/material";
|
|
6
|
-
import "../../../constants-
|
|
6
|
+
import "../../../constants-B-_x7F8X.js";
|
|
7
7
|
import { u as b, a as g, b as x } from "../../../index-CREgBh59.js";
|
|
8
|
-
import { p as A, b as T } from "../../../bank-
|
|
8
|
+
import { p as A, b as T } from "../../../bank-DIuQN1YY.js";
|
|
9
9
|
import { c as q } from "../../../countries-BVn1FubK.js";
|
|
10
10
|
import v from "./appButton.js";
|
|
11
11
|
import D from "../../../hooks/useEverestDispatch.js";
|
|
@@ -8,13 +8,13 @@ import "../../../generic-token-B_ptO5yb.js";
|
|
|
8
8
|
import "./appButton.js";
|
|
9
9
|
import "./timer.js";
|
|
10
10
|
import "../../../util/functions.js";
|
|
11
|
-
import "../../../constants-
|
|
12
|
-
import "../../../order-
|
|
11
|
+
import "../../../constants-B-_x7F8X.js";
|
|
12
|
+
import "../../../order-DAiOqPsI.js";
|
|
13
13
|
import "../../../index-DlQqWbXG.js";
|
|
14
14
|
import "../../../hoc/withThemeProvider.js";
|
|
15
15
|
import "./Input/index.js";
|
|
16
16
|
import "../../../util/constants.js";
|
|
17
|
-
import "../../../otpForm-
|
|
17
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
18
18
|
import "../../../context/snackBarContext.js";
|
|
19
19
|
import "../../../hooks/useEverestDispatch.js";
|
|
20
20
|
import "../../../util/conversions.js";
|
|
@@ -22,12 +22,12 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
22
22
|
import "../../Shared/transition.js";
|
|
23
23
|
import "../../../tooltip-BW0UyWw7.js";
|
|
24
24
|
import "../../../moment-h96o7c8I.js";
|
|
25
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
25
26
|
import "../../../index.esm-BsMAMhYW.js";
|
|
26
27
|
import "../../../web3-u4qDZYpo.js";
|
|
27
28
|
import "../../../styles.module-DMd29SPQ.js";
|
|
28
29
|
import "../../../index-ceeCtFuh.js";
|
|
29
|
-
import { M as G } from "../../../index-
|
|
30
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
30
|
+
import { M as G } from "../../../index-BeEuJLqT.js";
|
|
31
31
|
import "../../../context/dialogContext.js";
|
|
32
32
|
import "@mui/icons-material";
|
|
33
33
|
export {
|
|
@@ -3,9 +3,9 @@ import { useState as h, useEffect as c } from "react";
|
|
|
3
3
|
import { u as L } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import O from "../../../hoc/withThemeProvider.js";
|
|
5
5
|
import S from "../Shared/Auth/emailForm.js";
|
|
6
|
-
import { O as x } from "../../../otpForm-
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { a as R, l as k, b as q } from "../../../auth-
|
|
6
|
+
import { O as x } from "../../../otpForm-WjQmPs8D.js";
|
|
7
|
+
import "../../../constants-B-_x7F8X.js";
|
|
8
|
+
import { a as R, l as k, b as q } from "../../../auth-D_DKdP4p.js";
|
|
9
9
|
import v from "../Shared/Container/index.js";
|
|
10
10
|
import { LOGIN_SCREEN as f } from "../../../util/constants.js";
|
|
11
11
|
import { useSnackBarContext as C } from "../../../context/snackBarContext.js";
|
|
@@ -3,9 +3,9 @@ import { useState as d, useEffect as c } from "react";
|
|
|
3
3
|
import { u as L } from "../../../react-redux-C7I9-1M6.js";
|
|
4
4
|
import O from "../../../hoc/withThemeProvider.js";
|
|
5
5
|
import k from "../Shared/Auth/emailForm.js";
|
|
6
|
-
import { O as j } from "../../../otpForm-
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { a as q, r as w, v as M } from "../../../auth-
|
|
6
|
+
import { O as j } from "../../../otpForm-WjQmPs8D.js";
|
|
7
|
+
import "../../../constants-B-_x7F8X.js";
|
|
8
|
+
import { a as q, r as w, v as M } from "../../../auth-D_DKdP4p.js";
|
|
9
9
|
import P from "../Shared/Container/index.js";
|
|
10
10
|
import { REGISTER_SCREEN as g } from "../../../util/constants.js";
|
|
11
11
|
import W from "./terms.js";
|
|
@@ -3,7 +3,7 @@ import { Backdrop as w, CircularProgress as m, Grid as r, Box as a, Typography a
|
|
|
3
3
|
import B from "../../Shared/noData.js";
|
|
4
4
|
import { M as u } from "../../../../tooltip-BW0UyWw7.js";
|
|
5
5
|
import { I as f } from "../../../../Info-DOoRR7sR.js";
|
|
6
|
-
import { s as i } from "../../../../styles.module-
|
|
6
|
+
import { s as i } from "../../../../styles.module-4N8hJhXS.js";
|
|
7
7
|
import s from "../../Shared/appButton.js";
|
|
8
8
|
import { AuthContainer as x } from "../../Shared/Container/index.js";
|
|
9
9
|
const Y = ({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as t, Fragment as
|
|
2
|
-
import { Backdrop as
|
|
1
|
+
import { jsxs as t, Fragment as R, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Backdrop as B, CircularProgress as f, Grid as r, Box as a, Typography as n, IconButton as u, Divider as g, FormControl as F, TextField as Y } from "@mui/material";
|
|
3
3
|
import P from "../../Shared/noData.js";
|
|
4
4
|
import { M as x } from "../../../../tooltip-BW0UyWw7.js";
|
|
5
5
|
import { I as T } from "../../../../Info-DOoRR7sR.js";
|
|
6
6
|
import { STAKE_ID_MIN_DAYS as k, STAKE_ID_MID_DAYS as D, STAKE_ID_MAX_DAYS as v } from "../../../../util/constants.js";
|
|
7
|
-
import { s as i } from "../../../../styles.module-
|
|
7
|
+
import { s as i } from "../../../../styles.module-4N8hJhXS.js";
|
|
8
8
|
import c from "../../Shared/appButton.js";
|
|
9
9
|
import { AuthContainer as I } from "../../Shared/Container/index.js";
|
|
10
10
|
const Q = ({
|
|
@@ -20,8 +20,8 @@ const Q = ({
|
|
|
20
20
|
setStakeDuration: s,
|
|
21
21
|
balanceLoader: A,
|
|
22
22
|
balance: m,
|
|
23
|
-
onMoveToEthereum:
|
|
24
|
-
onMoveToEverChain:
|
|
23
|
+
onMoveToEthereum: b,
|
|
24
|
+
onMoveToEverChain: E,
|
|
25
25
|
ethereumBalance: $
|
|
26
26
|
}) => {
|
|
27
27
|
const _ = (o) => {
|
|
@@ -37,9 +37,9 @@ Commit for 365 days to earn 18% APY`,
|
|
|
37
37
|
].join(`
|
|
38
38
|
|
|
39
39
|
`);
|
|
40
|
-
return /* @__PURE__ */ t(
|
|
40
|
+
return /* @__PURE__ */ t(R, { children: [
|
|
41
41
|
/* @__PURE__ */ e(
|
|
42
|
-
|
|
42
|
+
B,
|
|
43
43
|
{
|
|
44
44
|
sx: {
|
|
45
45
|
color: "#fff",
|
|
@@ -116,7 +116,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
116
116
|
c,
|
|
117
117
|
{
|
|
118
118
|
variantType: "secondary",
|
|
119
|
-
onClick: () =>
|
|
119
|
+
onClick: () => E(Number($)),
|
|
120
120
|
children: "To EverChain"
|
|
121
121
|
}
|
|
122
122
|
),
|
|
@@ -128,7 +128,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
128
128
|
ml: { md: 3 },
|
|
129
129
|
mt: { xs: 1, md: 0 }
|
|
130
130
|
},
|
|
131
|
-
onClick: () =>
|
|
131
|
+
onClick: () => b(Number(m)),
|
|
132
132
|
children: "To Ethereum"
|
|
133
133
|
}
|
|
134
134
|
)
|
|
@@ -167,7 +167,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
167
167
|
{
|
|
168
168
|
className: `${i["time-item"]} ${i["item-1st"]} ${l === k ? i.active : ""}`,
|
|
169
169
|
onClick: () => s(k),
|
|
170
|
-
size: 3.
|
|
170
|
+
size: 3.99,
|
|
171
171
|
children: /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e("strong", { children: "90 Days" }) })
|
|
172
172
|
}
|
|
173
173
|
),
|
|
@@ -177,7 +177,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
177
177
|
{
|
|
178
178
|
className: `${i["time-item"]} ${l === D ? i.active : ""}`,
|
|
179
179
|
onClick: () => s(D),
|
|
180
|
-
size: 3.
|
|
180
|
+
size: 3.99,
|
|
181
181
|
children: /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e("strong", { children: "180 Days" }) })
|
|
182
182
|
}
|
|
183
183
|
),
|
|
@@ -194,7 +194,7 @@ Commit for 365 days to earn 18% APY`,
|
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
),
|
|
197
|
-
/* @__PURE__ */ e(
|
|
197
|
+
/* @__PURE__ */ e(F, { sx: { mt: 4 }, fullWidth: !0, children: /* @__PURE__ */ e(
|
|
198
198
|
Y,
|
|
199
199
|
{
|
|
200
200
|
variant: "filled",
|
|
@@ -203,8 +203,13 @@ Commit for 365 days to earn 18% APY`,
|
|
|
203
203
|
fullWidth: !0,
|
|
204
204
|
required: !0,
|
|
205
205
|
onChange: (o) => _(o.target.value),
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
slotProps: {
|
|
207
|
+
input: {
|
|
208
|
+
sx: {
|
|
209
|
+
borderTopLeftRadius: "8px",
|
|
210
|
+
borderTopRightRadius: "8px"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
208
213
|
}
|
|
209
214
|
}
|
|
210
215
|
) }),
|
|
@@ -5,16 +5,16 @@ import ye from "./gems/index.js";
|
|
|
5
5
|
import { Box as S, Grid as u, Typography as i, Dialog as Be, DialogContent as Ge, CircularProgress as Le } from "@mui/material";
|
|
6
6
|
import { u as W } from "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import { ID_STAKE as c, STAKE_ID_MIN_DAYS as le, GEM_SYNTHETIC_TOKEN_SYMBOL as Fe, EVER_CHAIN_NETWORK as C, GEMS_TOKEN_SYMBOL as z, ETHEREUM_NETWORK as N, ID_TOKEN_SYMBOL as $, GEMS_STAKE as R, STAKE_GEM_MAX_DAYS as Ke, STAKE_ID_ICON as Pe, STAKE_GEM_ICON as Ye, STAKE_GEM_MAX_APY as Oe, STAKE_ID_MIN_APY as We, STAKE_ID_MID_DAYS as ze, STAKE_ID_MID_APY as $e, STAKE_ID_MAX_DAYS as He, STAKE_ID_MAX_APY as Xe } from "../../../util/constants.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-B-_x7F8X.js";
|
|
9
9
|
import { a as je } from "../../../index-CREgBh59.js";
|
|
10
|
-
import { f as qe } from "../../../wallet-
|
|
11
|
-
import { s as Ue, a as Ve, b as Je } from "../../../stake-
|
|
10
|
+
import { f as qe } from "../../../wallet-Cw-0XynY.js";
|
|
11
|
+
import { s as Ue, a as Ve, b as Je } from "../../../stake-CzXNB3em.js";
|
|
12
12
|
import { fromHuman as Qe, numberFormat as x, toHuman as y } from "../../../util/conversions.js";
|
|
13
13
|
import "../../../index-DlQqWbXG.js";
|
|
14
14
|
import ie from "../Shared/appButton.js";
|
|
15
15
|
import Ze from "../../../hoc/withThemeProvider.js";
|
|
16
16
|
import { decimalNumbersWithCommaOrDot as et } from "../../../util/regex.js";
|
|
17
|
-
import "../../../otpForm-
|
|
17
|
+
import "../../../otpForm-WjQmPs8D.js";
|
|
18
18
|
import { useSnackBarContext as tt } from "../../../context/snackBarContext.js";
|
|
19
19
|
import at from "../../../hooks/useEverestDispatch.js";
|
|
20
20
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -22,14 +22,14 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
22
22
|
import "../../Shared/transition.js";
|
|
23
23
|
import "../../../tooltip-BW0UyWw7.js";
|
|
24
24
|
import "../../../moment-h96o7c8I.js";
|
|
25
|
+
import "../../../index.esm-I_Bp2YLf.js";
|
|
25
26
|
import "../../../index.esm-BsMAMhYW.js";
|
|
26
27
|
import "../../../web3-u4qDZYpo.js";
|
|
27
28
|
import ot from "../MoveToEthereumOrEverChain/index.js";
|
|
28
29
|
import "../../../index-ceeCtFuh.js";
|
|
29
|
-
import "../../../index.esm-I_Bp2YLf.js";
|
|
30
30
|
import "../../../context/dialogContext.js";
|
|
31
31
|
import "@mui/icons-material";
|
|
32
|
-
import { s as E } from "../../../styles.module-
|
|
32
|
+
import { s as E } from "../../../styles.module-4N8hJhXS.js";
|
|
33
33
|
const st = ({
|
|
34
34
|
navigate: ce,
|
|
35
35
|
depositAddress: H,
|