everest-npm-features 0.0.16 → 0.0.18
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/CheckCircle-BiltyzEJ.js +8 -0
- package/dist/PlayArrow-BYMBg9J8.js +8 -0
- package/dist/{Stack-CZu3N-Ba.js → Stack-euVJ1SJW.js} +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -0
- package/dist/{auth-PInt5Jrb.js → auth-RJ36qeYb.js} +1 -1
- package/dist/{bank-BDnnvwyk.js → bank-Dml7vXW5.js} +10 -10
- package/dist/components/RocketRamp/MinimalKyc/form.js +6 -6
- 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 +5 -5
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +1 -1
- package/dist/components/RocketRamp/Player/Dashboard/index.js +13 -15
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +1 -1
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +5 -5
- package/dist/components/RocketRamp/Player/Sell/index.js +8 -8
- package/dist/components/RocketRamp/Player/SignIn/index.js +3 -3
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +3 -3
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/email.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/index.js +4 -4
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/summary.js +1 -1
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +1 -1
- package/dist/components/RocketRamp/ResetPassword/index.js +3 -3
- package/dist/components/RocketRamp/Shared/Input/index.js +9 -9
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +1 -1
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +1 -1
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +1 -1
- package/dist/components/RocketRamp/Store/SignUp/index.js +4 -4
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/summary.js +1 -1
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +1 -1
- package/dist/components/RocketRamp/Transactions/index.js +8 -8
- package/dist/components/Shared/HistoryItem/index.js +40 -40
- package/dist/components/Shared/MinimalKyc/index.js +3 -3
- package/dist/components/Shared/tooltip.js +5 -2108
- package/dist/components/Wallet/Account/createIban.js +1 -1
- package/dist/components/Wallet/Account/iban.js +5 -5
- package/dist/components/Wallet/Account/index.js +17 -17
- package/dist/components/Wallet/Account/sendIban.js +16 -16
- package/dist/components/Wallet/Buy/confirmTransaction.d.ts +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +5 -4
- package/dist/components/Wallet/Buy/form.d.ts +2 -2
- package/dist/components/Wallet/Buy/form.js +9 -6
- package/dist/components/Wallet/Buy/index.d.ts +1 -1
- package/dist/components/Wallet/Buy/index.js +7 -7
- package/dist/components/Wallet/Deposit/index.d.ts +2 -0
- package/dist/components/Wallet/Deposit/index.js +110 -0
- package/dist/components/Wallet/EnterpriseKyc/edd.js +93 -81
- package/dist/components/Wallet/EnterpriseKyc/index.js +121 -108
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +93 -77
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/types.d.ts +1 -0
- package/dist/components/Wallet/EnterpriseKyc/verify.js +3 -3
- package/dist/components/Wallet/History/index.js +4 -4
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +33 -33
- package/dist/components/Wallet/Portfolio/index.js +171 -138
- package/dist/components/Wallet/Profile/documents.js +4 -4
- package/dist/components/Wallet/Profile/index.js +4 -4
- package/dist/components/Wallet/Receive/index.js +8 -8
- package/dist/components/Wallet/Sell/confirmTransaction.d.ts +3 -0
- package/dist/components/Wallet/Sell/confirmTransaction.js +18 -0
- package/dist/components/Wallet/Sell/form.d.ts +3 -0
- package/dist/components/Wallet/Sell/form.js +32 -0
- package/dist/components/Wallet/Sell/index.d.ts +6 -0
- package/dist/components/Wallet/Sell/index.js +22 -0
- package/dist/components/Wallet/Send/index.js +6 -6
- package/dist/components/Wallet/Shared/Auth/emailForm.js +1 -1
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +1 -1
- package/dist/components/Wallet/Shared/Container/index.js +1 -1
- package/dist/components/Wallet/Shared/Order/types.d.ts +51 -0
- package/dist/components/Wallet/Shared/TokenModal/index.d.ts +1 -1
- package/dist/components/Wallet/Shared/TokenModal/index.js +5 -5
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +4 -4
- package/dist/components/Wallet/Shared/addBank.js +7 -7
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- package/dist/components/Wallet/Shared/pin.js +1 -1
- 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 +3 -3
- package/dist/components/Wallet/Stake/index.js +7 -7
- package/dist/components/Wallet/Swap/index.d.ts +3 -2
- package/dist/components/Wallet/Swap/index.js +327 -271
- package/dist/components/Wallet/SwapAndUniSwap/index.js +31 -35
- package/dist/components/Wallet/{Buy → SwapAndUniSwap}/types.d.ts +4 -13
- package/dist/components/Wallet/SwapAndUniSwap/types.js +1 -0
- package/dist/components/Wallet/Withdraw/bankSelect.d.ts +4 -0
- package/dist/components/Wallet/Withdraw/bankSelect.js +21 -0
- package/dist/components/Wallet/Withdraw/confirmTransaction.d.ts +3 -0
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +19 -0
- package/dist/components/Wallet/Withdraw/form.d.ts +3 -0
- package/dist/components/Wallet/Withdraw/form.js +26 -0
- package/dist/components/Wallet/Withdraw/index.d.ts +7 -0
- package/dist/components/Wallet/Withdraw/index.js +22 -0
- package/dist/constants-QcvnheTz.js +5307 -0
- package/dist/cryptoAssets-DBfxll21.js +16 -0
- package/dist/{documents-b3tR38Qf.js → documents-Bd28UFLu.js} +3 -3
- package/dist/{fiatAssets-Di1Dvl51.js → fiatAssets-w5Lh-MSu.js} +1 -1
- package/dist/hoc/withThemeProvider.js +163 -164
- package/dist/hooks/useDialog/index.js +22 -22
- package/dist/hooks/useRrDialog/index.js +1 -1
- package/dist/{iban-D3Y3E3cN.js → iban-CKaN4sIM.js} +6 -6
- package/dist/index-BEdISdN-.js +709 -0
- package/dist/{index-BhJeqQtm.js → index-BNaxzTKI.js} +164 -163
- package/dist/index-BvftsxV1.js +677 -0
- package/dist/index-DSHZv8ZQ.js +569 -0
- package/dist/{index-D2XCPzg3.js → index-_KAhqkWc.js} +144 -143
- package/dist/{index-DQaPU81n.js → index-f15o1nhn.js} +3 -3
- package/dist/{kyc-8mSMgUlU.js → kyc-V7cIa71M.js} +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.js +47 -39
- package/dist/order-6L4LZOBs.js +41 -0
- package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
- package/dist/{stake-Cf5t27F3.js → stake-r4KUlRcz.js} +1 -1
- package/dist/styles.module-BFHktEw2.js +30 -0
- package/dist/{styles.module-Ctfaq7f2.js → styles.module-DJk7Pf0F.js} +1 -1
- package/dist/tooltip-BVZ66d8C.js +2111 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +84 -83
- package/dist/{wallet-Bghw0_Nm.js → wallet-D7MEPP5y.js} +1 -1
- package/package.json +2 -2
- package/dist/PlayArrow-Dent7shn.js +0 -21
- package/dist/assets/index12.css +0 -1
- package/dist/assets/index13.css +0 -1
- package/dist/constants-A8X7fywY.js +0 -3882
- package/dist/index-Bqxs_jIU.js +0 -709
- package/dist/order-DTnCUIx0.js +0 -34
- /package/dist/assets/{main.css → withThemeProvider.css} +0 -0
- /package/dist/components/Wallet/{Buy → Shared/Order}/types.js +0 -0
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import { jsx as o, jsxs as C } from "react/jsx-runtime";
|
|
2
2
|
import { useState as N } from "react";
|
|
3
|
-
import { s as t } from "../../styles.module-
|
|
3
|
+
import { s as t } from "../../styles.module-DJk7Pf0F.js";
|
|
4
4
|
import { D as T, a as y } from "../../DialogContent-BLqflo8C.js";
|
|
5
5
|
import { B as S } from "../../Box-rIIGCyb6.js";
|
|
6
|
-
import { T as
|
|
7
|
-
import { B as
|
|
6
|
+
import { T as c } from "../../Typography-DiFeMX5p.js";
|
|
7
|
+
import { B as m } from "../../Button-Csuq67Py.js";
|
|
8
8
|
const b = () => {
|
|
9
|
-
const [i,
|
|
9
|
+
const [i, r] = N(
|
|
10
10
|
null
|
|
11
|
-
),
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
|
|
11
|
+
), u = (n) => {
|
|
12
|
+
r(n);
|
|
13
|
+
}, e = () => {
|
|
14
|
+
r(null);
|
|
15
15
|
};
|
|
16
|
-
return { openDialog:
|
|
16
|
+
return { openDialog: u, ConfirmDialog: () => {
|
|
17
17
|
if (!i) return null;
|
|
18
18
|
const {
|
|
19
19
|
icon: n,
|
|
20
20
|
title: l,
|
|
21
|
-
message:
|
|
22
|
-
height:
|
|
21
|
+
message: h,
|
|
22
|
+
height: f = "auto",
|
|
23
23
|
width: d = "100%",
|
|
24
|
-
maxWidth:
|
|
25
|
-
onConfirm:
|
|
26
|
-
onCancel:
|
|
24
|
+
maxWidth: g,
|
|
25
|
+
onConfirm: a,
|
|
26
|
+
onCancel: s,
|
|
27
27
|
confirmButtonShow: p = !0,
|
|
28
28
|
confirmButtonText: x = "Yes",
|
|
29
29
|
cancelButtonText: B = "No",
|
|
30
30
|
cancelButtonShow: D = !0
|
|
31
31
|
} = i;
|
|
32
|
-
return
|
|
32
|
+
return /* @__PURE__ */ o(
|
|
33
33
|
T,
|
|
34
34
|
{
|
|
35
35
|
PaperProps: {
|
|
36
36
|
className: t["confirm-dialog"],
|
|
37
|
-
sx: { height:
|
|
37
|
+
sx: { height: f, width: d, maxWidth: g }
|
|
38
38
|
},
|
|
39
39
|
open: !!l,
|
|
40
40
|
fullWidth: !0,
|
|
41
41
|
children: /* @__PURE__ */ o(y, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ C(S, { mt: 4, className: t.container, children: [
|
|
42
42
|
n && /* @__PURE__ */ o("img", { src: n, alt: "icon" }),
|
|
43
|
-
/* @__PURE__ */ o(
|
|
44
|
-
/* @__PURE__ */ o(
|
|
43
|
+
/* @__PURE__ */ o(c, { className: t["confirm-dialog-title"], children: l }),
|
|
44
|
+
/* @__PURE__ */ o(c, { dangerouslySetInnerHTML: { __html: h } }),
|
|
45
45
|
p && /* @__PURE__ */ o(
|
|
46
|
-
|
|
46
|
+
m,
|
|
47
47
|
{
|
|
48
48
|
sx: { mt: 4 },
|
|
49
49
|
onClick: () => {
|
|
50
|
-
|
|
50
|
+
a && a(), e();
|
|
51
51
|
},
|
|
52
52
|
className: t.btn,
|
|
53
53
|
variant: "contained",
|
|
@@ -56,11 +56,11 @@ const b = () => {
|
|
|
56
56
|
}
|
|
57
57
|
),
|
|
58
58
|
D && /* @__PURE__ */ o(
|
|
59
|
-
|
|
59
|
+
m,
|
|
60
60
|
{
|
|
61
61
|
sx: { mt: 4 },
|
|
62
62
|
onClick: () => {
|
|
63
|
-
|
|
63
|
+
s && s(), e();
|
|
64
64
|
},
|
|
65
65
|
className: t.cancelBtn,
|
|
66
66
|
variant: "contained",
|
|
@@ -5,7 +5,7 @@ import { D as C, a as q } from "../../DialogContent-BLqflo8C.js";
|
|
|
5
5
|
import { B as N } from "../../Box-rIIGCyb6.js";
|
|
6
6
|
import { T as s } from "../../Typography-DiFeMX5p.js";
|
|
7
7
|
import { B as T } from "../../Button-Csuq67Py.js";
|
|
8
|
-
import '../../assets/
|
|
8
|
+
import '../../assets/index5.css';const y = "_container_addkq_1", S = "_btn_addkq_37", W = "_cancelBtn_addkq_61", o = {
|
|
9
9
|
container: y,
|
|
10
10
|
"confirm-dialog": "_confirm-dialog_addkq_17",
|
|
11
11
|
"confirm-dialog-title": "_confirm-dialog-title_addkq_25",
|
|
@@ -4,10 +4,10 @@ import { I as B } from "./Info-DPMWjNcQ.js";
|
|
|
4
4
|
import { C as S } from "./Close-Dv525LOL.js";
|
|
5
5
|
import { C as A } from "./ContentCopy-DJHPK7G4.js";
|
|
6
6
|
import { DIALOG_SUCCESS_ICON as D, WALLET_ICON as T } from "./util/constants.js";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { e as
|
|
10
|
-
import L from "./
|
|
7
|
+
import { a0 as z } from "./constants-QcvnheTz.js";
|
|
8
|
+
import { e as $ } from "./order-6L4LZOBs.js";
|
|
9
|
+
import { e as R, c as W } from "./bank-Dml7vXW5.js";
|
|
10
|
+
import { M as L } from "./tooltip-BVZ66d8C.js";
|
|
11
11
|
import P from "./components/Wallet/Shared/noData.js";
|
|
12
12
|
import q from "./components/Shared/transition.js";
|
|
13
13
|
import E from "./components/Wallet/Account/sendIban.js";
|
|
@@ -95,10 +95,10 @@ import './assets/iban.css';const G = "_container_kzn77_1", j = "_heading_kzn77_2
|
|
|
95
95
|
g();
|
|
96
96
|
const o = m.data, C = m.loader, [k, d] = w(!1);
|
|
97
97
|
N(() => {
|
|
98
|
-
n(
|
|
98
|
+
n(R());
|
|
99
99
|
}, []);
|
|
100
100
|
const I = () => {
|
|
101
|
-
n(
|
|
101
|
+
n(W(z));
|
|
102
102
|
};
|
|
103
103
|
N(() => {
|
|
104
104
|
new URLSearchParams(window.location.search).get("paymentStatus") === "success" && a({
|