everest-npm-features 0.0.21 → 0.0.23
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/{auth-CjrjTwt5.js → auth-CR0412E5.js} +1 -1
- package/dist/{bank-D3I5wL2-.js → bank-iFS1RXp-.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 +3 -3
- 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 +3 -3
- 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/index.js +3 -3
- package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
- package/dist/components/Shared/FullKyc/userInfo.js +3 -3
- package/dist/components/Shared/MinimalKyc/index.d.ts +2 -2
- package/dist/components/Shared/MinimalKyc/index.js +63 -55
- package/dist/components/Wallet/Account/iban.js +4 -4
- package/dist/components/Wallet/Account/index.js +4 -4
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
- package/dist/components/Wallet/Buy/form.js +3 -3
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.d.ts +4 -1
- package/dist/components/Wallet/Deposit/index.js +20 -19
- package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +26 -35
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +2 -2
- package/dist/components/Wallet/Portfolio/index.js +3 -3
- package/dist/components/Wallet/Profile/documents.js +2 -2
- package/dist/components/Wallet/Profile/index.d.ts +1 -0
- package/dist/components/Wallet/Profile/index.js +93 -78
- 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 +3 -3
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +2 -2
- package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
- package/dist/components/Wallet/Shared/CardPayment/index.js +56 -54
- package/dist/components/Wallet/Shared/addBank.js +2 -2
- package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
- package/dist/components/Wallet/SignIn/index.js +2 -2
- package/dist/components/Wallet/SignUp/index.js +2 -2
- package/dist/components/Wallet/Stake/index.js +3 -3
- package/dist/components/Wallet/Swap/index.js +228 -213
- 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 +3 -3
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-CdVZO8DH.js → constants-BJByDTQY.js} +132 -131
- package/dist/{cryptoAssets-awZZ9HTs.js → cryptoAssets-BcVSdM1C.js} +1 -1
- package/dist/{documents-DvNPkuYe.js → documents-HjBKq9qA.js} +1 -1
- package/dist/{fiatAssets-yeCL6wA9.js → fiatAssets-C_F8qNzr.js} +1 -1
- package/dist/{iban-4bMHHpJO.js → iban-Dh7qBGGc.js} +3 -3
- package/dist/{index-86Hyynn-.js → index-B2OIoTNN.js} +98 -95
- package/dist/{index-CFWL7CoB.js → index-BEH1PkNC.js} +203 -200
- package/dist/{index-DHrWPN34.js → index-BFIhKqqi.js} +152 -142
- package/dist/{index-Dx7-MJk2.js → index-CQe8cwpc.js} +2 -2
- package/dist/{index-98VYd3cT.js → index-DSZxScyY.js} +188 -185
- package/dist/{index-SbY3kKNL.js → index-DkMQ44xy.js} +117 -111
- package/dist/{kyc-Dur3dRxq.js → kyc-DJpiKj5d.js} +1 -1
- package/dist/main.js +6 -6
- package/dist/order-DhUA-ZNX.js +43 -0
- package/dist/{stake-DaOB24Ou.js → stake-DWRuAE1u.js} +1 -1
- package/dist/util/constants.d.ts +1 -3
- package/dist/util/constants.js +27 -29
- package/dist/{wallet-D76D_QSY.js → wallet-z7NHqtCj.js} +1 -1
- package/package.json +2 -2
- package/dist/order-DNSedxgT.js +0 -41
|
@@ -1,87 +1,90 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as E, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p, useEffect as _ } from "react";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { DIALOG_SUCCESS_ICON as
|
|
3
|
+
import be from "./hoc/withThemeProvider.js";
|
|
4
|
+
import se from "./components/Wallet/Shared/backBtn.js";
|
|
5
|
+
import { DIALOG_SUCCESS_ICON as ve, PAYMENT_BANK as H, SEPA_ICON as ke, VISA_ICON as Ee, PAYMENT_PROVIDER_PAYSAFE as Ie, FIAT_WITHDRAW as J, VISA_PAYMENT as Fe, VISA_PAYMENT_ACTIVE as Se, SEPA_PAYMENT as Be, SEPA_PAYMENT_ACTIVE as Re } from "./util/constants.js";
|
|
6
6
|
import { s as u } from "./styles.module-BFHktEw2.js";
|
|
7
|
-
import
|
|
8
|
-
import "./constants-
|
|
9
|
-
import { b as
|
|
10
|
-
import { o as
|
|
11
|
-
import { u as
|
|
12
|
-
import { f as
|
|
13
|
-
import { u as Oe } from "./wallet-
|
|
7
|
+
import X from "./components/Wallet/Shared/appButton.js";
|
|
8
|
+
import { ah as z } from "./constants-BJByDTQY.js";
|
|
9
|
+
import { b as ce } from "./index-f15o1nhn.js";
|
|
10
|
+
import { o as Q, c as le, d as Te, h as Pe, b as Me, a as we } from "./order-DhUA-ZNX.js";
|
|
11
|
+
import { u as Y, a as me } from "./react-redux-C7I9-1M6.js";
|
|
12
|
+
import { f as We } from "./fiatAssets-C_F8qNzr.js";
|
|
13
|
+
import { u as Oe } from "./wallet-z7NHqtCj.js";
|
|
14
14
|
import { useSnackBarContext as ze } from "./context/snackBarContext.js";
|
|
15
|
-
import { AuthContainer as
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import { A as
|
|
19
|
-
import { C as
|
|
20
|
-
import
|
|
21
|
-
import { u as
|
|
22
|
-
import
|
|
15
|
+
import { AuthContainer as Ye } from "./components/Wallet/Shared/Container/index.js";
|
|
16
|
+
import Le from "./components/Shared/MinimalKyc/index.js";
|
|
17
|
+
import Ke from "./components/Wallet/Shared/Input/index.js";
|
|
18
|
+
import { A as qe } from "./ArrowRight-DXtbS-1g.js";
|
|
19
|
+
import { C as $e } from "./CheckCircle-BIckgNlV.js";
|
|
20
|
+
import Ge from "./components/Wallet/Shared/addBank.js";
|
|
21
|
+
import { u as Ve } from "./bank-iFS1RXp-.js";
|
|
22
|
+
import je from "./components/Wallet/Shared/connectPlaidBank.js";
|
|
23
23
|
import { B as y } from "./Box-Be0E_-eR.js";
|
|
24
24
|
import { C as k } from "./CircularProgress-fePUtoaj.js";
|
|
25
25
|
import { G as m } from "./Grid-BaaKMDwM.js";
|
|
26
|
-
import { T as
|
|
27
|
-
import { P as
|
|
28
|
-
import { G as
|
|
29
|
-
import { getCurrencySymbol as
|
|
26
|
+
import { T as r } from "./Typography-Ds4fpvK8.js";
|
|
27
|
+
import { P as He } from "./PlayArrow-1Y66tCVx.js";
|
|
28
|
+
import { G as Ue } from "./generic-token-B_ptO5yb.js";
|
|
29
|
+
import { getCurrencySymbol as De } from "./util/functions.js";
|
|
30
30
|
import { G as l } from "./Grid2-DX2sucnU.js";
|
|
31
|
-
import { F as
|
|
32
|
-
import { F as
|
|
33
|
-
import { F as
|
|
34
|
-
import { S as
|
|
35
|
-
import { M as
|
|
36
|
-
import { L as
|
|
37
|
-
import { I as
|
|
38
|
-
import { I as
|
|
39
|
-
import { useDialog as
|
|
40
|
-
const
|
|
31
|
+
import { F as U } from "./FormControl-Cc-02KHW.js";
|
|
32
|
+
import { F as D } from "./FilledInput-n9W_V8GV.js";
|
|
33
|
+
import { F as oe } from "./TextField-Cm9apaOp.js";
|
|
34
|
+
import { S as Je } from "./Select-DpKw-a6h.js";
|
|
35
|
+
import { M as Qe } from "./MenuItem-BkJ_C9Xs.js";
|
|
36
|
+
import { L as Xe } from "./ListItemIcon-DIz-ZmJ0.js";
|
|
37
|
+
import { I as Ze } from "./InputAdornment-Ck_-Z38v.js";
|
|
38
|
+
import { I as et } from "./IconButton-8B2ygvr4.js";
|
|
39
|
+
import { useDialog as tt } from "./hooks/useDialog/index.js";
|
|
40
|
+
const nt = ({
|
|
41
41
|
setScreen: N,
|
|
42
42
|
partnerKey: x,
|
|
43
43
|
orderData: c,
|
|
44
44
|
dispatch: d,
|
|
45
45
|
navigate: h
|
|
46
46
|
}) => {
|
|
47
|
-
const { openDialog: I, ConfirmDialog: g } =
|
|
47
|
+
const { openDialog: I, ConfirmDialog: g } = tt(), f = Y(ce).banks, n = c.estimate[z], s = c.create.order_id, P = c.create.bank_id, M = c.loader, L = n.fiat_amount, [K, w] = p(!1), [B, A] = p({});
|
|
48
48
|
_(() => {
|
|
49
49
|
if (P) {
|
|
50
|
-
const
|
|
51
|
-
|
|
50
|
+
const $ = f.find((G) => G.id === P);
|
|
51
|
+
$ && A($);
|
|
52
52
|
}
|
|
53
53
|
}, [P]), _(() => {
|
|
54
|
-
s &&
|
|
55
|
-
icon:
|
|
54
|
+
s && K && I({
|
|
55
|
+
icon: ve,
|
|
56
56
|
title: "Withdraw Success",
|
|
57
57
|
message: "Your transaction was successful for more details on the transaction please track your order.",
|
|
58
58
|
cancelButtonText: "Withdraw again",
|
|
59
59
|
onCancel: () => {
|
|
60
|
-
d(
|
|
60
|
+
d(Q()), N(Z);
|
|
61
61
|
},
|
|
62
62
|
confirmButtonText: "Track Order",
|
|
63
63
|
onConfirm: () => {
|
|
64
|
-
h && h("/history"), d(
|
|
64
|
+
h && h("/history"), d(Q());
|
|
65
65
|
},
|
|
66
66
|
height: "490px"
|
|
67
67
|
});
|
|
68
68
|
}, [s]), _(() => {
|
|
69
|
-
|
|
69
|
+
q();
|
|
70
70
|
}, []);
|
|
71
|
-
const
|
|
71
|
+
const q = () => {
|
|
72
72
|
d(
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
73
|
+
le(
|
|
74
|
+
{
|
|
75
|
+
apiKey: x,
|
|
76
|
+
transaction_type: n.transaction_type,
|
|
77
|
+
coin_amount: n.fiat_amount,
|
|
78
|
+
payment_type: n.payment_type,
|
|
79
|
+
fiat_ccy: n.fiat_currency,
|
|
80
|
+
payment_provider: n.payment_provider
|
|
81
|
+
},
|
|
82
|
+
z
|
|
83
|
+
)
|
|
81
84
|
);
|
|
82
85
|
}, C = () => {
|
|
83
86
|
d(
|
|
84
|
-
|
|
87
|
+
Te({
|
|
85
88
|
apiKey: x,
|
|
86
89
|
quoteId: n.quote_id,
|
|
87
90
|
bankId: c.create.bank_id
|
|
@@ -91,60 +94,60 @@ const tt = ({
|
|
|
91
94
|
return /* @__PURE__ */ a(E, { children: [
|
|
92
95
|
/* @__PURE__ */ e(g, {}),
|
|
93
96
|
/* @__PURE__ */ e(
|
|
94
|
-
|
|
97
|
+
se,
|
|
95
98
|
{
|
|
96
|
-
onClickHandler: () => N(
|
|
99
|
+
onClickHandler: () => N(de),
|
|
97
100
|
backBtnText: "Confirm Your Order"
|
|
98
101
|
}
|
|
99
102
|
),
|
|
100
|
-
/* @__PURE__ */ e(
|
|
103
|
+
/* @__PURE__ */ e(r, { mt: 2, variant: "sm", fontWeight: 600, children: "Funds received at" }),
|
|
101
104
|
/* @__PURE__ */ a(y, { mt: 2, className: u["confirm-payment"], children: [
|
|
102
105
|
/* @__PURE__ */ e(
|
|
103
106
|
"img",
|
|
104
107
|
{
|
|
105
|
-
src: n.payment_type ===
|
|
108
|
+
src: n.payment_type === H ? ke : Ee,
|
|
106
109
|
width: 100,
|
|
107
110
|
alt: "payment"
|
|
108
111
|
}
|
|
109
112
|
),
|
|
110
|
-
/* @__PURE__ */ e(
|
|
113
|
+
/* @__PURE__ */ e(r, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: n.payment_type === H ? "Bank Account" : "Debit Card" }) })
|
|
111
114
|
] }),
|
|
112
|
-
n.payment_type ===
|
|
113
|
-
/* @__PURE__ */ e(
|
|
115
|
+
n.payment_type === H && /* @__PURE__ */ a(E, { children: [
|
|
116
|
+
/* @__PURE__ */ e(r, { mt: 3, variant: "caption", component: "p", children: /* @__PURE__ */ e("b", { children: "Bank Details" }) }),
|
|
114
117
|
/* @__PURE__ */ e(y, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ a(m, { container: !0, children: [
|
|
115
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
116
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
117
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
118
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
119
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
120
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
121
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
122
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
118
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Account Name" }) }),
|
|
119
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: B.accountName }) }),
|
|
120
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Bank Name" }) }),
|
|
121
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: B.bankName }) }),
|
|
122
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "IBAN" }) }),
|
|
123
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: B.accountNumber }) }),
|
|
124
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "BIC" }) }),
|
|
125
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: B.bicCode }) })
|
|
123
126
|
] }) })
|
|
124
127
|
] }),
|
|
125
|
-
/* @__PURE__ */ e(
|
|
128
|
+
/* @__PURE__ */ e(r, { mt: 3, variant: "sm", fontWeight: 600, component: "p", children: "Order Estimate Details" }),
|
|
126
129
|
/* @__PURE__ */ e(y, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ a(m, { container: !0, children: [
|
|
127
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
128
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(
|
|
129
|
-
(+
|
|
130
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Withdraw Amount" }) }),
|
|
131
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
132
|
+
(+L * 1).toFixed(2),
|
|
130
133
|
" ",
|
|
131
134
|
n.fiat_currency
|
|
132
135
|
] }) }),
|
|
133
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
134
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(
|
|
136
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Total Amount received" }) }),
|
|
137
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
135
138
|
(+n.fiat_out_amount * 1).toFixed(2),
|
|
136
139
|
" ",
|
|
137
140
|
n.fiat_currency
|
|
138
141
|
] }) }),
|
|
139
|
-
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(
|
|
140
|
-
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(
|
|
142
|
+
/* @__PURE__ */ e(m, { className: "text-left", item: !0, xs: 6, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Total Fees" }) }),
|
|
143
|
+
/* @__PURE__ */ e(m, { className: "text-right", item: !0, xs: 6, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
141
144
|
(+n.total_fee * 1).toFixed(2),
|
|
142
145
|
" ",
|
|
143
146
|
n.fiat_currency
|
|
144
147
|
] }) })
|
|
145
148
|
] }) }),
|
|
146
149
|
/* @__PURE__ */ e(y, { mt: 4, children: /* @__PURE__ */ e(
|
|
147
|
-
|
|
150
|
+
X,
|
|
148
151
|
{
|
|
149
152
|
onClick: C,
|
|
150
153
|
disabled: M,
|
|
@@ -156,24 +159,24 @@ const tt = ({
|
|
|
156
159
|
}
|
|
157
160
|
) })
|
|
158
161
|
] });
|
|
159
|
-
},
|
|
162
|
+
}, rt = ({
|
|
160
163
|
setScreen: N,
|
|
161
164
|
orderData: x
|
|
162
165
|
}) => {
|
|
163
|
-
const c =
|
|
166
|
+
const c = me(), d = Y(ce), h = d.loader;
|
|
164
167
|
d.message;
|
|
165
168
|
const I = d.banks, g = x.create.bank_id, [b, f] = p(!1);
|
|
166
169
|
_(() => {
|
|
167
|
-
c(
|
|
170
|
+
c(Ve());
|
|
168
171
|
}, []);
|
|
169
172
|
const n = (s) => {
|
|
170
|
-
b || (f(!0), c(
|
|
173
|
+
b || (f(!0), c(Pe(s.id)), N(pe));
|
|
171
174
|
};
|
|
172
175
|
return /* @__PURE__ */ a(E, { children: [
|
|
173
176
|
/* @__PURE__ */ e(
|
|
174
|
-
|
|
177
|
+
se,
|
|
175
178
|
{
|
|
176
|
-
onClickHandler: () => N(
|
|
179
|
+
onClickHandler: () => N(Z),
|
|
177
180
|
backBtnText: "Select Bank Account"
|
|
178
181
|
}
|
|
179
182
|
),
|
|
@@ -192,21 +195,21 @@ const tt = ({
|
|
|
192
195
|
s.accountNumber.slice(-4)
|
|
193
196
|
] })
|
|
194
197
|
] }) }),
|
|
195
|
-
/* @__PURE__ */ e(m, { item: !0, xs: 2, children: /* @__PURE__ */ e(
|
|
196
|
-
|
|
198
|
+
/* @__PURE__ */ e(m, { item: !0, xs: 2, children: /* @__PURE__ */ e(r, { sx: { textAlign: "right" }, children: g === s.id ? /* @__PURE__ */ e(
|
|
199
|
+
$e,
|
|
197
200
|
{
|
|
198
201
|
sx: { fontSize: 30, color: "#195BB6" }
|
|
199
202
|
}
|
|
200
|
-
) : /* @__PURE__ */ e(
|
|
203
|
+
) : /* @__PURE__ */ e(qe, { sx: { fontSize: 30, color: "#195BB6" } }) }) })
|
|
201
204
|
] })
|
|
202
205
|
},
|
|
203
206
|
s.id
|
|
204
207
|
)),
|
|
205
208
|
b && /* @__PURE__ */ e(y, { mt: 4, sx: { textAlign: "center" }, children: /* @__PURE__ */ e(k, {}) })
|
|
206
209
|
] }),
|
|
207
|
-
/* @__PURE__ */ e(
|
|
208
|
-
/* @__PURE__ */ e(
|
|
209
|
-
/* @__PURE__ */ e(
|
|
210
|
+
/* @__PURE__ */ e(je, {}),
|
|
211
|
+
/* @__PURE__ */ e(r, { className: "text-center", variant: "h6", mt: 2, mb: 2, children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
|
|
212
|
+
/* @__PURE__ */ e(Ge, {})
|
|
210
213
|
] });
|
|
211
214
|
}, it = ({
|
|
212
215
|
setScreen: N,
|
|
@@ -216,76 +219,76 @@ const tt = ({
|
|
|
216
219
|
showAlertMessage: h,
|
|
217
220
|
partnerKey: I
|
|
218
221
|
}) => {
|
|
219
|
-
var
|
|
220
|
-
const g = d.fiats, b = d.loader, f = x.loader, n = x.estimate, s = n.fiat_out_amount, P = n.total_fee;
|
|
221
|
-
let M = 0,
|
|
222
|
-
const
|
|
223
|
-
for (let t = 0; t <
|
|
224
|
-
const
|
|
225
|
-
|
|
222
|
+
var re, ie;
|
|
223
|
+
const g = d.fiats, b = d.loader, f = x.loader, n = x.estimate[z], s = n.fiat_out_amount, P = n.total_fee;
|
|
224
|
+
let M = 0, L = 0;
|
|
225
|
+
const K = n.fee_breakdown;
|
|
226
|
+
for (let t = 0; t < K.length; t++) {
|
|
227
|
+
const i = K[t];
|
|
228
|
+
i.name === "ev_fee" ? M = Number(i.value) : i.name === "network_fee" && (L = Number(i.value));
|
|
226
229
|
}
|
|
227
|
-
const [w,
|
|
228
|
-
n.fiat_amount ||
|
|
229
|
-
), T = g.find((t) => t.id === C),
|
|
230
|
+
const [w, B] = p(!1), [A, q] = p(0), [C, $] = p(2), [G, ue] = p([]), [R, he] = p([]), [ee, fe] = p(!1), [j, xe] = p(50), [st, ye] = p(3e3), [te, _e] = p(""), [W, ne] = p(
|
|
231
|
+
n.fiat_amount || j.toString()
|
|
232
|
+
), T = g.find((t) => t.id === C), O = De(T == null ? void 0 : T.symbol);
|
|
230
233
|
_(() => {
|
|
231
234
|
const t = [];
|
|
232
|
-
for (let
|
|
233
|
-
const o = {}, v = g[
|
|
235
|
+
for (let i = 0; i < g.length; i++) {
|
|
236
|
+
const o = {}, v = g[i];
|
|
234
237
|
o.id = v.id, o.name = v.name, o.icon_uri = v.icon_uri, o.symbol = v.symbol, o.payment_options = [];
|
|
235
|
-
const
|
|
236
|
-
for (let
|
|
237
|
-
const
|
|
238
|
-
|
|
238
|
+
const F = v.payment_options;
|
|
239
|
+
for (let S = 0; S < F.length; S++) {
|
|
240
|
+
const ae = {}, V = F[S];
|
|
241
|
+
V.payment_provider !== Ie && V.active && V.payout_allowed && (Object.assign(ae, V), o.payment_options.push(ae));
|
|
239
242
|
}
|
|
240
243
|
o.payment_options.length > 0 && t.push(o);
|
|
241
244
|
}
|
|
242
|
-
|
|
245
|
+
he(t);
|
|
243
246
|
}, [g]), _(() => {
|
|
244
247
|
if (!C || R.length === 0)
|
|
245
248
|
return;
|
|
246
249
|
const t = [];
|
|
247
|
-
for (let
|
|
248
|
-
if (R[
|
|
249
|
-
const o = R[
|
|
250
|
+
for (let i = 0; i < R.length; i++) {
|
|
251
|
+
if (R[i].id === C) {
|
|
252
|
+
const o = R[i].payment_options;
|
|
250
253
|
let v = !1;
|
|
251
|
-
for (let
|
|
252
|
-
const
|
|
253
|
-
|
|
254
|
+
for (let F = 0; F < o.length; F++) {
|
|
255
|
+
const S = o[F];
|
|
256
|
+
S.active && S.payout_allowed && (t.push(S), o[F].id === A && (v = !0));
|
|
254
257
|
}
|
|
255
|
-
v ||
|
|
258
|
+
v || q(t[0].id);
|
|
256
259
|
}
|
|
257
|
-
|
|
260
|
+
ue(t);
|
|
258
261
|
}
|
|
259
262
|
}, [C, R]), _(() => {
|
|
260
|
-
if (
|
|
261
|
-
c(
|
|
263
|
+
if (W && A && C) {
|
|
264
|
+
c(Me(z)), B(!1), _e("");
|
|
262
265
|
const t = setTimeout(() => {
|
|
263
|
-
|
|
266
|
+
Ne();
|
|
264
267
|
}, 1e3);
|
|
265
268
|
return () => clearTimeout(t);
|
|
266
269
|
}
|
|
267
|
-
}, [
|
|
268
|
-
const
|
|
269
|
-
const t =
|
|
270
|
+
}, [W, A, C]);
|
|
271
|
+
const Ne = () => {
|
|
272
|
+
const t = G.find((o) => o.id === A), i = t.payment_type;
|
|
270
273
|
c(
|
|
271
|
-
|
|
274
|
+
le({
|
|
272
275
|
apiKey: I,
|
|
273
|
-
transaction_type:
|
|
274
|
-
coin_amount:
|
|
275
|
-
payment_type:
|
|
276
|
+
transaction_type: J,
|
|
277
|
+
coin_amount: W,
|
|
278
|
+
payment_type: i,
|
|
276
279
|
fiat_ccy: T == null ? void 0 : T.symbol,
|
|
277
280
|
payment_provider: t.payment_provider
|
|
278
|
-
})
|
|
281
|
+
}, z)
|
|
279
282
|
);
|
|
280
|
-
},
|
|
283
|
+
}, ge = ({ value: t, label: i }) => {
|
|
281
284
|
let o;
|
|
282
|
-
if (
|
|
285
|
+
if (i === "credit_debit_card" ? (o = Fe, A === t && (o = Se)) : (o = Be, A === t && (o = Re)), i)
|
|
283
286
|
return /* @__PURE__ */ e(
|
|
284
287
|
y,
|
|
285
288
|
{
|
|
286
289
|
mt: 0.5,
|
|
287
290
|
sx: { cursor: "pointer" },
|
|
288
|
-
onClick: () =>
|
|
291
|
+
onClick: () => q(t * 1),
|
|
289
292
|
children: /* @__PURE__ */ e("img", { src: o, alt: "payment", width: "90%" })
|
|
290
293
|
}
|
|
291
294
|
);
|
|
@@ -293,52 +296,52 @@ const tt = ({
|
|
|
293
296
|
_(() => {
|
|
294
297
|
const t = x.types.length;
|
|
295
298
|
if (t > 0)
|
|
296
|
-
for (let
|
|
297
|
-
const o = x.types[
|
|
298
|
-
if (o.type ===
|
|
299
|
-
|
|
299
|
+
for (let i = 0; i < t; i++) {
|
|
300
|
+
const o = x.types[i];
|
|
301
|
+
if (o.type === J) {
|
|
302
|
+
xe(parseFloat(o.min_deposit_amount)), ye(parseFloat(o.max_deposit_amount));
|
|
300
303
|
break;
|
|
301
304
|
}
|
|
302
305
|
}
|
|
303
306
|
}, [x.types]);
|
|
304
|
-
const
|
|
305
|
-
const
|
|
306
|
-
|
|
307
|
-
},
|
|
307
|
+
const Ae = (t) => {
|
|
308
|
+
const i = t.target.value;
|
|
309
|
+
i ? /^([0-9]+)$/.test(i) && ne(i) : ne("");
|
|
310
|
+
}, Ce = () => {
|
|
308
311
|
if (!A)
|
|
309
312
|
return h({ message: "Please select payment method" }), !1;
|
|
310
|
-
if (!
|
|
313
|
+
if (!W)
|
|
311
314
|
return h({ message: "Please enter amount" }), !1;
|
|
312
315
|
if (!s)
|
|
313
316
|
return h({
|
|
314
317
|
message: "Please wait for the estimate to be calculated and then press next"
|
|
315
318
|
}), !1;
|
|
316
|
-
N(
|
|
319
|
+
N(de);
|
|
317
320
|
};
|
|
318
321
|
return /* @__PURE__ */ a(E, { children: [
|
|
319
|
-
/* @__PURE__ */ e(l, { container: !0, children: /* @__PURE__ */ e(l, { size: { xs: 6 }, children: /* @__PURE__ */ e(
|
|
322
|
+
/* @__PURE__ */ e(l, { container: !0, children: /* @__PURE__ */ e(l, { size: { xs: 6 }, children: /* @__PURE__ */ e(r, { className: u.label, variant: "caption", component: "p", children: "You Pay" }) }) }),
|
|
320
323
|
/* @__PURE__ */ a(l, { mt: 0.5, spacing: 0, container: !0, children: [
|
|
321
324
|
/* @__PURE__ */ e(l, { size: { xs: 6 }, children: /* @__PURE__ */ a(
|
|
322
|
-
|
|
325
|
+
U,
|
|
323
326
|
{
|
|
324
327
|
variant: "filled",
|
|
325
328
|
className: `${u.amount} ${u["fiat-field"]}`,
|
|
326
329
|
fullWidth: !0,
|
|
327
330
|
children: [
|
|
328
331
|
/* @__PURE__ */ e(
|
|
329
|
-
|
|
332
|
+
D,
|
|
330
333
|
{
|
|
331
|
-
value:
|
|
332
|
-
onChange:
|
|
334
|
+
value: W,
|
|
335
|
+
onChange: Ae,
|
|
333
336
|
type: "text",
|
|
334
|
-
placeholder: `${
|
|
337
|
+
placeholder: `${j > 0 ? "$" + j + " minimum value" : ""}`,
|
|
335
338
|
error: w,
|
|
336
339
|
disableUnderline: !0,
|
|
337
340
|
required: !0,
|
|
338
341
|
fullWidth: !0
|
|
339
342
|
}
|
|
340
343
|
),
|
|
341
|
-
/* @__PURE__ */ e(
|
|
344
|
+
/* @__PURE__ */ e(oe, { className: u["amount-symbol"], children: " " })
|
|
342
345
|
]
|
|
343
346
|
}
|
|
344
347
|
) }),
|
|
@@ -349,15 +352,15 @@ const tt = ({
|
|
|
349
352
|
size: 30
|
|
350
353
|
}
|
|
351
354
|
) : /* @__PURE__ */ e(
|
|
352
|
-
|
|
355
|
+
U,
|
|
353
356
|
{
|
|
354
357
|
variant: "filled",
|
|
355
358
|
className: `text-left ${u["fiat-picker"]}`,
|
|
356
359
|
fullWidth: !0,
|
|
357
360
|
children: /* @__PURE__ */ e(
|
|
358
|
-
|
|
361
|
+
Je,
|
|
359
362
|
{
|
|
360
|
-
input: /* @__PURE__ */ e(
|
|
363
|
+
input: /* @__PURE__ */ e(D, { disableUnderline: !0 }),
|
|
361
364
|
sx: {
|
|
362
365
|
borderTopLeftRadius: 0,
|
|
363
366
|
"&::before": {
|
|
@@ -380,15 +383,15 @@ const tt = ({
|
|
|
380
383
|
value: C,
|
|
381
384
|
variant: "filled",
|
|
382
385
|
displayEmpty: !0,
|
|
383
|
-
onChange: (t) =>
|
|
386
|
+
onChange: (t) => $(t.target.value),
|
|
384
387
|
error: w,
|
|
385
|
-
children: R.map((t) => /* @__PURE__ */ a(
|
|
386
|
-
/* @__PURE__ */ e(
|
|
388
|
+
children: R.map((t) => /* @__PURE__ */ a(Qe, { value: t.id, children: [
|
|
389
|
+
/* @__PURE__ */ e(Xe, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
|
|
387
390
|
"img",
|
|
388
391
|
{
|
|
389
392
|
src: t.icon_uri,
|
|
390
|
-
onError: ({ currentTarget:
|
|
391
|
-
|
|
393
|
+
onError: ({ currentTarget: i }) => {
|
|
394
|
+
i.onerror = null, i.src = Ue;
|
|
392
395
|
},
|
|
393
396
|
alt: "tokenImg",
|
|
394
397
|
width: "40",
|
|
@@ -401,39 +404,39 @@ const tt = ({
|
|
|
401
404
|
)
|
|
402
405
|
}
|
|
403
406
|
) }),
|
|
404
|
-
|
|
407
|
+
te && /* @__PURE__ */ e(r, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: te }) })
|
|
405
408
|
] }),
|
|
406
409
|
/* @__PURE__ */ a(y, { className: "text-left", mt: 3, children: [
|
|
407
|
-
/* @__PURE__ */ e(
|
|
408
|
-
b ? /* @__PURE__ */ e(k, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(l, { mt: 0.5, container: !0, children:
|
|
409
|
-
|
|
410
|
+
/* @__PURE__ */ e(r, { variant: "sm", fontWeight: 600, children: "Select Payment Method" }),
|
|
411
|
+
b ? /* @__PURE__ */ e(k, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(l, { mt: 0.5, container: !0, children: G.map((t) => /* @__PURE__ */ e(l, { size: { xs: 2.5 }, children: /* @__PURE__ */ e(
|
|
412
|
+
ge,
|
|
410
413
|
{
|
|
411
414
|
label: t.payment_type,
|
|
412
415
|
value: t.id
|
|
413
416
|
}
|
|
414
417
|
) }, t.id)) })
|
|
415
418
|
] }),
|
|
416
|
-
/* @__PURE__ */ e(l, { mt: 4, container: !0, children: /* @__PURE__ */ e(l, { size: { xs: 4 }, children: /* @__PURE__ */ e(
|
|
419
|
+
/* @__PURE__ */ e(l, { mt: 4, container: !0, children: /* @__PURE__ */ e(l, { size: { xs: 4 }, children: /* @__PURE__ */ e(r, { className: u.label, variant: "caption", component: "p", children: "You Receive" }) }) }),
|
|
417
420
|
/* @__PURE__ */ e(l, { mt: 0.5, container: !0, children: /* @__PURE__ */ e(l, { size: { xs: 12 }, children: /* @__PURE__ */ a(
|
|
418
|
-
|
|
421
|
+
U,
|
|
419
422
|
{
|
|
420
423
|
className: `${u.amount} ${u["fiat-field"]}`,
|
|
421
424
|
fullWidth: !0,
|
|
422
425
|
children: [
|
|
423
426
|
/* @__PURE__ */ e(
|
|
424
|
-
|
|
427
|
+
D,
|
|
425
428
|
{
|
|
426
429
|
disableUnderline: !0,
|
|
427
430
|
value: s && parseFloat((+s * 1).toFixed(5)),
|
|
428
|
-
startAdornment: /* @__PURE__ */ e(
|
|
429
|
-
|
|
431
|
+
startAdornment: /* @__PURE__ */ e(Ze, { position: "start", children: /* @__PURE__ */ e(
|
|
432
|
+
r,
|
|
430
433
|
{
|
|
431
434
|
sx: {
|
|
432
435
|
fontWeight: "bold",
|
|
433
436
|
fontSize: "24px",
|
|
434
437
|
marginTop: "12px"
|
|
435
438
|
},
|
|
436
|
-
children:
|
|
439
|
+
children: O
|
|
437
440
|
}
|
|
438
441
|
) }),
|
|
439
442
|
type: "text",
|
|
@@ -441,25 +444,25 @@ const tt = ({
|
|
|
441
444
|
fullWidth: !0
|
|
442
445
|
}
|
|
443
446
|
),
|
|
444
|
-
/* @__PURE__ */ e(
|
|
447
|
+
/* @__PURE__ */ e(oe, { className: u["amount-symbol"], children: +((re = n == null ? void 0 : n.output_token) == null ? void 0 : re.fiat_amount) * 1 > 0 ? O + (+((ie = n == null ? void 0 : n.output_token) == null ? void 0 : ie.fiat_amount) * 1).toFixed(2) : /* @__PURE__ */ e(E, { children: " " }) })
|
|
445
448
|
]
|
|
446
449
|
}
|
|
447
450
|
) }) }),
|
|
448
451
|
/* @__PURE__ */ e(y, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ a(l, { container: !0, children: [
|
|
449
452
|
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ a(
|
|
450
|
-
|
|
453
|
+
et,
|
|
451
454
|
{
|
|
452
455
|
sx: { padding: "0" },
|
|
453
|
-
onClick: () =>
|
|
456
|
+
onClick: () => fe((t) => !t),
|
|
454
457
|
disableFocusRipple: !0,
|
|
455
458
|
disableRipple: !0,
|
|
456
459
|
children: [
|
|
457
|
-
/* @__PURE__ */ e(
|
|
460
|
+
/* @__PURE__ */ e(r, { variant: "caption", fontWeight: 500, children: "Fee Calculation" }),
|
|
458
461
|
/* @__PURE__ */ e(
|
|
459
|
-
|
|
462
|
+
He,
|
|
460
463
|
{
|
|
461
464
|
sx: {
|
|
462
|
-
transform: `rotate(${
|
|
465
|
+
transform: `rotate(${ee ? "90" : "0"}deg)`,
|
|
463
466
|
fontSize: "15px"
|
|
464
467
|
}
|
|
465
468
|
}
|
|
@@ -467,15 +470,15 @@ const tt = ({
|
|
|
467
470
|
]
|
|
468
471
|
}
|
|
469
472
|
) }),
|
|
470
|
-
|
|
471
|
-
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(
|
|
472
|
-
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(
|
|
473
|
-
|
|
473
|
+
ee && /* @__PURE__ */ a(E, { children: [
|
|
474
|
+
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Everest Fee" }) }),
|
|
475
|
+
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
476
|
+
O,
|
|
474
477
|
f ? /* @__PURE__ */ e(k, { size: 30, color: "primary" }) : M.toFixed(2)
|
|
475
478
|
] }) }),
|
|
476
|
-
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(
|
|
477
|
-
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(
|
|
478
|
-
|
|
479
|
+
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Network Fee" }) }),
|
|
480
|
+
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
481
|
+
O,
|
|
479
482
|
f ? /* @__PURE__ */ e(
|
|
480
483
|
k,
|
|
481
484
|
{
|
|
@@ -483,36 +486,36 @@ const tt = ({
|
|
|
483
486
|
size: 15,
|
|
484
487
|
color: "primary"
|
|
485
488
|
}
|
|
486
|
-
) :
|
|
489
|
+
) : L.toFixed(2)
|
|
487
490
|
] }) })
|
|
488
491
|
] }),
|
|
489
|
-
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(
|
|
490
|
-
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(
|
|
491
|
-
|
|
492
|
+
/* @__PURE__ */ e(l, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(r, { variant: "caption", children: "Total Fees" }) }),
|
|
493
|
+
/* @__PURE__ */ e(l, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ a(r, { variant: "caption", children: [
|
|
494
|
+
O,
|
|
492
495
|
f ? /* @__PURE__ */ e(k, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(P).toFixed(2)
|
|
493
496
|
] }) })
|
|
494
497
|
] }) }),
|
|
495
498
|
/* @__PURE__ */ e(y, { mt: 4, children: /* @__PURE__ */ e(
|
|
496
|
-
|
|
499
|
+
X,
|
|
497
500
|
{
|
|
498
|
-
onClick:
|
|
501
|
+
onClick: Ce,
|
|
499
502
|
disabled: w || !s,
|
|
500
503
|
fullWidth: !0,
|
|
501
504
|
children: /* @__PURE__ */ e("strong", { children: "Next" })
|
|
502
505
|
}
|
|
503
506
|
) })
|
|
504
507
|
] });
|
|
505
|
-
},
|
|
506
|
-
const c =
|
|
508
|
+
}, Z = "FORM_SCREEN", de = "BANK_SCREEN", pe = "CONFIRM_SCREEN", at = "MINIMAL_KYC_SCREEN", ot = ({ partnerKey: N, navigate: x }) => {
|
|
509
|
+
const c = me(), d = Y((s) => s.order), h = d.error, I = Y((s) => s.fiatAssets), g = Y(
|
|
507
510
|
(s) => s.cryptoAssets
|
|
508
|
-
), [b, f] = p(
|
|
511
|
+
), [b, f] = p(Z), { showAlertMessage: n } = ze();
|
|
509
512
|
return _(() => {
|
|
510
513
|
h && n({ message: h });
|
|
511
514
|
}, [h]), _(() => {
|
|
512
|
-
d.initMinimalKyc && (n({ message: h, type: "info" }), f(
|
|
513
|
-
}, [d.initMinimalKyc]), _(() => (c(
|
|
514
|
-
c(
|
|
515
|
-
}), []), /* @__PURE__ */ e(
|
|
515
|
+
d.initMinimalKyc && (n({ message: h, type: "info" }), f(at));
|
|
516
|
+
}, [d.initMinimalKyc]), _(() => (c(We()), c(we(J)), c(Oe()), () => {
|
|
517
|
+
c(Q());
|
|
518
|
+
}), []), /* @__PURE__ */ e(Ye, { addPadding: !0, children: {
|
|
516
519
|
FORM_SCREEN: /* @__PURE__ */ e(
|
|
517
520
|
it,
|
|
518
521
|
{
|
|
@@ -526,7 +529,7 @@ const tt = ({
|
|
|
526
529
|
}
|
|
527
530
|
),
|
|
528
531
|
BANK_SCREEN: /* @__PURE__ */ e(
|
|
529
|
-
|
|
532
|
+
rt,
|
|
530
533
|
{
|
|
531
534
|
showAlertMessage: n,
|
|
532
535
|
setScreen: f,
|
|
@@ -535,7 +538,7 @@ const tt = ({
|
|
|
535
538
|
}
|
|
536
539
|
),
|
|
537
540
|
CONFIRM_SCREEN: /* @__PURE__ */ e(
|
|
538
|
-
|
|
541
|
+
nt,
|
|
539
542
|
{
|
|
540
543
|
partnerKey: N,
|
|
541
544
|
setScreen: f,
|
|
@@ -546,24 +549,24 @@ const tt = ({
|
|
|
546
549
|
}
|
|
547
550
|
),
|
|
548
551
|
MINIMAL_KYC_SCREEN: /* @__PURE__ */ e(
|
|
549
|
-
|
|
552
|
+
Le,
|
|
550
553
|
{
|
|
551
|
-
inputComponent:
|
|
552
|
-
buttonComponent:
|
|
554
|
+
inputComponent: Ke,
|
|
555
|
+
buttonComponent: X,
|
|
553
556
|
onComplete: () => {
|
|
554
|
-
f(
|
|
557
|
+
f(pe);
|
|
555
558
|
}
|
|
556
559
|
}
|
|
557
560
|
)
|
|
558
561
|
}[b] });
|
|
559
|
-
},
|
|
562
|
+
}, Ht = be(ot);
|
|
560
563
|
export {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
564
|
+
nt as B,
|
|
565
|
+
pe as C,
|
|
566
|
+
Z as F,
|
|
567
|
+
at as M,
|
|
568
|
+
rt as W,
|
|
566
569
|
it as a,
|
|
567
|
-
|
|
568
|
-
|
|
570
|
+
de as b,
|
|
571
|
+
Ht as i
|
|
569
572
|
};
|