everest-npm-features 0.0.26 → 0.0.27
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/{Alert-CbQZ8Nii.js → Alert-CUoIVlUd.js} +8 -7
- package/dist/{ArrowBack-BoYSBb8u.js → ArrowBack-BV158RTp.js} +1 -1
- package/dist/Avatar-CwczQLPi.js +280 -0
- package/dist/{Backdrop-CJBRZv_z.js → Backdrop-yR8IRnFX.js} +1 -1
- package/dist/{Box-B12x52NC.js → Box-BwKpr_VI.js} +1 -1
- package/dist/{Button-C57IMamW.js → Button-tAfK4lud.js} +13 -12
- package/dist/{ButtonBase-DugIO1pR.js → ButtonBase-CaH152Zd.js} +1 -1
- package/dist/{Cancel-D1JNu4Hj.js → Cancel-BoEk0xRy.js} +1 -1
- package/dist/{CardContent-CbObWW6t.js → CardContent-ZS4vlcvi.js} +2 -2
- package/dist/{CircularProgress-t8uGhLMo.js → CircularProgress-Yx712vpT.js} +7 -6
- package/dist/{Close-jnEgOCZv.js → Close-B_8kEwSt.js} +1 -1
- package/dist/{Close-VV7zb3cu.js → Close-CFg1QB5M.js} +1 -1
- package/dist/{Container-B3Af6Sc3.js → Container-CBPBT38n.js} +2 -2
- package/dist/{ContentCopy-Ufwoeeov.js → ContentCopy-D4Eg7Nkm.js} +1 -1
- package/dist/DefaultPropsProvider-4P82EuVL.js +232 -0
- package/dist/{Delete-TCARcVtU.js → Delete-BGp4FPdE.js} +1 -1
- package/dist/{DialogContent-DzidtXui.js → DialogContent-_gvZOy18.js} +13 -12
- package/dist/{DialogTitle-Bg61Hr7M.js → DialogTitle-dq22bYlF.js} +3 -3
- package/dist/{Divider-Dy5hKfey.js → Divider-CIL55YSC.js} +10 -9
- package/dist/{ErrorOutline-CI_ys3Zo.js → ErrorOutline-BykbFh0r.js} +1 -1
- package/dist/{FileDownload-BcYF17B0.js → FileDownload-BSy7tA6m.js} +1 -1
- package/dist/{FilledInput-DrGeWgue.js → FilledInput-QaJVaeIX.js} +12 -14
- package/dist/{FormControl-DeeQCuu5.js → FormControl-H4D1Z6Ov.js} +1 -1
- package/dist/{FormControlLabel-DVnrJkC8.js → FormControlLabel-BvI1nkJ1.js} +7 -6
- package/dist/{Grid-BXyV_lM8.js → Grid-CPkjiKqX.js} +2 -2
- package/dist/{IconButton-eWRhV6Q9.js → IconButton-WneJM4uP.js} +10 -9
- package/dist/{Info-D2UkGxyK.js → Info-0vSsl6Bm.js} +1 -1
- package/dist/{InputAdornment-BKuUMfPj.js → InputAdornment-Bqn4-Kns.js} +6 -5
- package/dist/{Link-Cm4BkRHO.js → Link-DhdK4VfZ.js} +6 -5
- package/dist/{ListItemIcon-GKRFb1Gr.js → ListItemIcon-D657XWHf.js} +15 -14
- package/dist/Menu-BAFJBGa-.js +1238 -0
- package/dist/{MenuItem-CeCt0bfa.js → MenuItem-ByxiQtY2.js} +36 -35
- package/dist/{Modal-csf3Y8d2.js → Modal-DEfOsvWK.js} +16 -15
- package/dist/{Paper-CnStNE24.js → Paper-jx_cZiyU.js} +27 -26
- package/dist/{PlayArrow-DRCGjsrx.js → PlayArrow-BCWGWaUq.js} +1 -1
- package/dist/{Popper-pPBEFLi4.js → Popper-B1He9eVi.js} +1 -1
- package/dist/{RadioGroup-KiyYjXaT.js → RadioGroup-_-H2gvH2.js} +3 -3
- package/dist/Select-CGei0bav.js +1885 -0
- package/dist/{Stack-CcR5RCg8.js → Stack-DH-Nxf9q.js} +2 -2
- package/dist/{SwitchBase-CHO5ZceN.js → SwitchBase-BDUzpdBf.js} +2 -2
- package/dist/{TextField-q_SeLeNd.js → TextField-DmiK1A_S.js} +17 -16
- package/dist/{Typography-DBlMiOti.js → Typography-BQDN44CM.js} +16 -15
- package/dist/assets/documents.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -1
- package/dist/assets/tokenRow.css +1 -1
- package/dist/assets/withThemeProvider.css +1 -1
- package/dist/{auth-Bf9zHZ-x.js → auth-SxpGte_3.js} +1 -1
- package/dist/{bank-BC4YNBRb.js → bank-DyVf4Uoo.js} +6 -6
- package/dist/components/RocketRamp/MinimalKyc/form.js +13 -12
- package/dist/components/RocketRamp/MinimalKyc/index.js +1 -1
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/form.js +16 -16
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/index.js +16 -14
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +10 -10
- package/dist/components/RocketRamp/Player/Sell/form.js +16 -16
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +5 -5
- package/dist/components/RocketRamp/Player/SignUp/email.js +5 -5
- package/dist/components/RocketRamp/Player/SignUp/index.js +6 -6
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/ResetPassword/index.js +5 -5
- package/dist/components/RocketRamp/Shared/Button/index.js +2 -2
- package/dist/components/RocketRamp/Shared/Input/index.js +6 -6
- package/dist/components/RocketRamp/Shared/backBtn.js +3 -3
- package/dist/components/RocketRamp/Shared/transactionItem.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Store/SignUp/index.js +6 -6
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +7 -7
- package/dist/components/RocketRamp/Store/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/Transactions/index.js +4 -4
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +9 -9
- package/dist/components/Shared/FullKyc/personalDetails.js +10 -9
- package/dist/components/Shared/FullKyc/userInfo.js +15 -14
- package/dist/components/Shared/HistoryItem/index.js +64 -65
- package/dist/components/Shared/Incode/index.js +5 -5
- package/dist/components/Shared/MinimalKyc/index.js +8 -8
- package/dist/components/Shared/loader.js +2 -2
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Wallet/Account/createIban.js +76 -85
- package/dist/components/Wallet/Account/iban.d.ts +5 -1
- package/dist/components/Wallet/Account/iban.js +223 -25
- package/dist/components/Wallet/Account/index.js +144 -149
- package/dist/components/Wallet/Account/sendIban.js +25 -27
- package/dist/components/Wallet/Buy/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Buy/form.js +21 -20
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +25 -24
- package/dist/components/Wallet/EnterpriseKyc/edd.js +23 -22
- package/dist/components/Wallet/EnterpriseKyc/index.js +15 -14
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +26 -25
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +30 -28
- package/dist/components/Wallet/EnterpriseKyc/success.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +8 -7
- package/dist/components/Wallet/History/index.js +111 -112
- package/dist/components/Wallet/Home/index.d.ts +5 -0
- package/dist/components/Wallet/Home/index.js +20 -0
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +18 -17
- package/dist/components/Wallet/Portfolio/dropdown.d.ts +14 -0
- package/dist/components/Wallet/Portfolio/dropdown.js +76 -0
- package/dist/components/Wallet/Portfolio/index.js +309 -304
- package/dist/components/Wallet/Portfolio/tokenRow.js +5 -7
- package/dist/components/Wallet/Profile/documents.js +18 -18
- package/dist/components/Wallet/Profile/index.js +152 -419
- package/dist/components/Wallet/Receive/index.js +10 -10
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Sell/form.js +19 -19
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +20 -19
- package/dist/components/Wallet/Shared/Auth/emailForm.js +14 -13
- package/dist/components/Wallet/Shared/Auth/otpForm.d.ts +1 -1
- package/dist/components/Wallet/Shared/Auth/otpForm.js +98 -88
- package/dist/components/Wallet/Shared/CardPayment/index.js +4 -4
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +10 -12
- package/dist/components/Wallet/Shared/Container/index.d.ts +7 -4
- package/dist/components/Wallet/Shared/Container/index.js +62 -26
- package/dist/components/Wallet/Shared/Input/index.js +1 -1
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +3 -3
- package/dist/components/Wallet/Shared/Order/paymentButton.d.ts +2 -0
- package/dist/components/Wallet/Shared/Order/paymentButton.js +46 -0
- package/dist/components/Wallet/Shared/Order/types.d.ts +2 -0
- package/dist/components/Wallet/Shared/TokenModal/index.js +11 -11
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +13 -11
- package/dist/components/Wallet/Shared/addBank.js +44 -48
- package/dist/components/Wallet/Shared/appButton.d.ts +1 -1
- package/dist/components/Wallet/Shared/appButton.js +77 -57
- package/dist/components/Wallet/Shared/backBtn.js +2 -2
- package/dist/components/Wallet/Shared/button.js +1 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.d.ts +5 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.js +39 -38
- package/dist/components/Wallet/Shared/inputField.js +1 -1
- package/dist/components/Wallet/Shared/noData.js +7 -7
- package/dist/components/Wallet/Shared/pin.js +4 -4
- package/dist/components/Wallet/Shared/radioButton.js +3 -3
- package/dist/components/Wallet/Shared/step.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/SignUp/terms.js +4 -4
- package/dist/components/Wallet/Stake/gems/index.js +11 -11
- package/dist/components/Wallet/Stake/id/index.js +12 -12
- package/dist/components/Wallet/Stake/index.js +30 -29
- package/dist/components/Wallet/Swap/index.js +112 -116
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -3
- package/dist/components/Wallet/Withdraw/bankSelect.js +12 -12
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +9 -9
- package/dist/components/Wallet/Withdraw/form.js +19 -18
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-CsMPRK0U.js → constants-BF50a6s-.js} +30 -30
- package/dist/context/dialogContext.d.ts +6 -0
- package/dist/context/dialogContext.js +13 -0
- package/dist/{createSvgIcon-CH41ZVFw.js → createSvgIcon-BgBEJXMh.js} +15 -14
- package/dist/cryptoAssets-Dck03SPI.js +16 -0
- package/dist/{dividerClasses-DnbM--4s.js → dividerClasses-BVK5cNr7.js} +1 -1
- package/dist/documents-Sh6RH769.js +549 -0
- package/dist/{fiatAssets-DVHfFafS.js → fiatAssets-CTIJw9N4.js} +1 -1
- package/dist/hooks/useDialog/index.js +35 -38
- package/dist/hooks/useRrDialog/index.js +4 -4
- package/dist/hooks/useSnackBar.js +12 -11
- package/dist/index-BRwse7X5.js +631 -0
- package/dist/{index-DxX5Mo0o.js → index-CWzs4-wZ.js} +18 -18
- package/dist/{index-DZ__IpVI.js → index-CbogTdwW.js} +25 -24
- package/dist/{index-C9uGghB8.js → index-CmJNKC9m.js} +26 -26
- package/dist/{index-VE9lYjq3.js → index-D8j7wPDM.js} +15 -14
- package/dist/{index-eEYiDlpX.js → index-GxLtFwhs.js} +228 -230
- package/dist/{index-f15o1nhn.js → index-v4KC1K_V.js} +2 -2
- package/dist/isHostComponent-kiaBvYVo.js +6 -0
- package/dist/{kyc-BweeW6k9.js → kyc-kWxxF1vI.js} +1 -1
- package/dist/main.d.ts +7 -0
- package/dist/main.js +66 -59
- package/dist/memoTheme-BUUB1UEO.js +15 -0
- package/dist/{order-DmTHC7ZG.js → order-D-FBHreS.js} +1 -1
- package/dist/{pep-C5Ge-kU4.js → pep-D8bFjgpy.js} +19 -18
- package/dist/{radioButton-Bgy7Kxxo.js → radioButton-CBcYX40o.js} +8 -7
- package/dist/{stake-B150utJI.js → stake-mS8fdG8g.js} +1 -1
- package/dist/styles.module-B-t8vvWh.js +31 -0
- package/dist/styles.module-verVx4pE.js +8 -0
- package/dist/tokenRow-DBnoUm0z.js +186 -0
- package/dist/{tooltip-DGtrVEzU.js → tooltip-Dv3Lfsa2.js} +5 -4
- package/dist/{useThemeProps-lRuJRcRX.js → useThemeProps-DLhzJP-y.js} +1 -1
- package/dist/util/constants.d.ts +5 -0
- package/dist/util/constants.js +88 -83
- package/dist/{wallet-DDW5KCHp.js → wallet-BTc5u8j2.js} +1 -1
- package/package.json +1 -1
- package/dist/ArrowDropDown-BC_iEASy.js +0 -8
- package/dist/ArrowRight-rYkfGJuF.js +0 -8
- package/dist/CheckCircle-CyxKX1TY.js +0 -8
- package/dist/DefaultPropsProvider-B2njZVNv.js +0 -242
- package/dist/Select-Chubcks_.js +0 -3108
- package/dist/assets/iban.css +0 -1
- package/dist/assets/index11.css +0 -1
- package/dist/cryptoAssets-CzNDY1j6.js +0 -16
- package/dist/documents-CEeV8SyW.js +0 -569
- package/dist/iban-DRT7i0vb.js +0 -275
- package/dist/index-BB3__zW3.js +0 -644
- package/dist/styles.module-BFHktEw2.js +0 -30
- package/dist/styles.module-DJk7Pf0F.js +0 -10
- package/dist/tokenRow-X6vlp1LH.js +0 -198
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hoc/withThemeProvider.js";
|
|
4
|
-
import { C as f, F as A, M as O, P, i as Y } from "../../../index-
|
|
4
|
+
import { C as f, F as A, M as O, P, i as Y } from "../../../index-GxLtFwhs.js";
|
|
5
5
|
import "../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../constants-
|
|
7
|
-
import "../../../fiatAssets-
|
|
8
|
-
import "../../../cryptoAssets-
|
|
9
|
-
import "../../../wallet-
|
|
10
|
-
import "../../../order-
|
|
6
|
+
import "../../../constants-BF50a6s-.js";
|
|
7
|
+
import "../../../fiatAssets-CTIJw9N4.js";
|
|
8
|
+
import "../../../cryptoAssets-Dck03SPI.js";
|
|
9
|
+
import "../../../wallet-BTc5u8j2.js";
|
|
10
|
+
import "../../../order-D-FBHreS.js";
|
|
11
11
|
import "../../../util/constants.js";
|
|
12
12
|
import "../../../context/snackBarContext.js";
|
|
13
13
|
import "../Shared/Container/index.js";
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { C as
|
|
3
|
-
import { AuthContainer as
|
|
4
|
-
import
|
|
5
|
-
import "react";
|
|
2
|
+
import { C as a } from "../../../ContentCopy-D4Eg7Nkm.js";
|
|
3
|
+
import { AuthContainer as d } from "../Shared/Container/index.js";
|
|
4
|
+
import m from "../../../hoc/withThemeProvider.js";
|
|
6
5
|
import "../Shared/appButton.js";
|
|
6
|
+
import "react";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import { useSnackBarContext as
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
|
+
import { useSnackBarContext as p } from "../../../context/snackBarContext.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
11
|
import "../../../index-CAoLi5Qq.js";
|
|
12
12
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
13
13
|
import "../../Shared/transition.js";
|
|
14
14
|
import "../Shared/pin.js";
|
|
15
15
|
import "../../../moment-h96o7c8I.js";
|
|
16
|
-
import { T as
|
|
16
|
+
import { T as c } from "../../../tooltip-Dv3Lfsa2.js";
|
|
17
17
|
import "../../../index.esm-BsMAMhYW.js";
|
|
18
18
|
import "../../../web3-u4qDZYpo.js";
|
|
19
19
|
import "../../../index-B8QKlEgj.js";
|
|
20
20
|
import "../../../index-ceeCtFuh.js";
|
|
21
|
-
import
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
21
|
+
import "../../../context/dialogContext.js";
|
|
22
|
+
import { T as t } from "../../../Typography-BQDN44CM.js";
|
|
23
|
+
import { G as r } from "../../../Grid-CPkjiKqX.js";
|
|
24
|
+
import { B as l } from "../../../Box-BwKpr_VI.js";
|
|
25
|
+
import { I as h } from "../../../IconButton-WneJM4uP.js";
|
|
25
26
|
const g = [
|
|
26
27
|
{
|
|
27
28
|
name: "BTC",
|
|
@@ -44,14 +45,14 @@ const g = [
|
|
|
44
45
|
logo: "https://assets.coingecko.com/coins/images/1094/standard/tron-logo.png"
|
|
45
46
|
}
|
|
46
47
|
], x = ({ network: e }) => {
|
|
47
|
-
const { showAlertMessage:
|
|
48
|
-
navigator.clipboard.writeText(e.address),
|
|
48
|
+
const { showAlertMessage: s } = p(), n = () => {
|
|
49
|
+
navigator.clipboard.writeText(e.address), s({
|
|
49
50
|
message: `${e.name} address has been copied successfully.`,
|
|
50
51
|
type: "success"
|
|
51
52
|
});
|
|
52
53
|
};
|
|
53
54
|
return /* @__PURE__ */ i(
|
|
54
|
-
|
|
55
|
+
r,
|
|
55
56
|
{
|
|
56
57
|
mt: 4,
|
|
57
58
|
sx: {
|
|
@@ -65,11 +66,11 @@ const g = [
|
|
|
65
66
|
},
|
|
66
67
|
container: !0,
|
|
67
68
|
children: [
|
|
68
|
-
/* @__PURE__ */ o(
|
|
69
|
+
/* @__PURE__ */ o(r, { size: { xs: 3 }, children: /* @__PURE__ */ i(l, { display: "flex", alignItems: "center", gap: 1.5, children: [
|
|
69
70
|
/* @__PURE__ */ o("img", { alt: e.name, src: e.logo, width: 24 }),
|
|
70
|
-
/* @__PURE__ */ o(t, { fontWeight: 600, variant: "body1",
|
|
71
|
+
/* @__PURE__ */ o(t, { fontWeight: 600, variant: "body1", children: e.name })
|
|
71
72
|
] }) }),
|
|
72
|
-
/* @__PURE__ */ o(
|
|
73
|
+
/* @__PURE__ */ o(r, { size: { xs: 7 }, children: /* @__PURE__ */ o(
|
|
73
74
|
t,
|
|
74
75
|
{
|
|
75
76
|
variant: "body1",
|
|
@@ -82,13 +83,13 @@ const g = [
|
|
|
82
83
|
children: e.address
|
|
83
84
|
}
|
|
84
85
|
) }),
|
|
85
|
-
/* @__PURE__ */ o(
|
|
86
|
+
/* @__PURE__ */ o(r, { size: { xs: 2 }, textAlign: "right", children: /* @__PURE__ */ o(c, { title: "Copy address", children: /* @__PURE__ */ o(h, { size: "small", onClick: n, children: /* @__PURE__ */ o(a, { fontSize: "small", sx: { color: "#000" } }) }) }) })
|
|
86
87
|
]
|
|
87
88
|
}
|
|
88
89
|
);
|
|
89
|
-
}, f = ({ navigate: e }) => /* @__PURE__ */ i(
|
|
90
|
-
/* @__PURE__ */ o(t, { variant: "h4",
|
|
91
|
-
/* @__PURE__ */ i(t, { mt: 2, variant: "body1",
|
|
90
|
+
}, f = ({ navigate: e }) => /* @__PURE__ */ i(d, { addPadding: !0, children: [
|
|
91
|
+
/* @__PURE__ */ o(t, { variant: "h4", fontWeight: "bold", children: "Deposit" }),
|
|
92
|
+
/* @__PURE__ */ i(t, { mt: 2, variant: "body1", children: [
|
|
92
93
|
"Only send supported tokens from a",
|
|
93
94
|
" ",
|
|
94
95
|
/* @__PURE__ */ o(
|
|
@@ -104,8 +105,8 @@ const g = [
|
|
|
104
105
|
),
|
|
105
106
|
", and send to the correct network address. Incorrect deposits may be lost."
|
|
106
107
|
] }),
|
|
107
|
-
g.map((
|
|
108
|
-
] }),
|
|
108
|
+
g.map((s) => /* @__PURE__ */ o(x, { network: s }, s.name))
|
|
109
|
+
] }), R = m(f);
|
|
109
110
|
export {
|
|
110
|
-
|
|
111
|
+
R as default
|
|
111
112
|
};
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as f, Fragment as C, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import x from "../Shared/appButton.js";
|
|
3
3
|
import { useRef as S, useState as g, createRef as A } from "react";
|
|
4
4
|
import w from "./input.js";
|
|
5
|
-
import { a as I } from "../../../react-redux-C7I9-1M6.js";
|
|
6
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
+
import { a as I } from "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
9
|
import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
|
|
10
10
|
import "../../../util/conversions.js";
|
|
11
11
|
import "../../../index-CAoLi5Qq.js";
|
|
12
|
-
import { C as v } from "../../../Close-
|
|
12
|
+
import { C as v } from "../../../Close-CFg1QB5M.js";
|
|
13
13
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
14
14
|
import "../../Shared/transition.js";
|
|
15
15
|
import "../Shared/pin.js";
|
|
16
16
|
import "../../../moment-h96o7c8I.js";
|
|
17
|
-
import "../../../tooltip-
|
|
17
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
18
18
|
import "../../../index.esm-BsMAMhYW.js";
|
|
19
19
|
import "../../../web3-u4qDZYpo.js";
|
|
20
20
|
import "../../../index-B8QKlEgj.js";
|
|
21
21
|
import "../../../index-ceeCtFuh.js";
|
|
22
|
-
import { C as L, a as T } from "../../../FileDownload-
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
25
|
-
import { I as
|
|
26
|
-
|
|
22
|
+
import { C as L, a as T } from "../../../FileDownload-BSy7tA6m.js";
|
|
23
|
+
import "../../../context/dialogContext.js";
|
|
24
|
+
import { B as _ } from "../../../Box-BwKpr_VI.js";
|
|
25
|
+
import { I as q } from "../../../InputAdornment-Bqn4-Kns.js";
|
|
26
|
+
import { I as u } from "../../../IconButton-WneJM4uP.js";
|
|
27
|
+
const se = ({ onNext: p, eddData: r }) => {
|
|
27
28
|
const O = {
|
|
28
29
|
ID_CARD: {
|
|
29
30
|
text: r.ID_CARD.text,
|
|
@@ -59,7 +60,7 @@ const ne = ({ onNext: c, eddData: r }) => {
|
|
|
59
60
|
}
|
|
60
61
|
};
|
|
61
62
|
I();
|
|
62
|
-
const { showAlertMessage:
|
|
63
|
+
const { showAlertMessage: c } = b(), R = S(null), [o, n] = g(O), a = Object.keys(r), d = S(
|
|
63
64
|
a.reduce((t, e) => (t[e] = A(), t), {})
|
|
64
65
|
), h = () => {
|
|
65
66
|
for (const t of Object.keys(o)) {
|
|
@@ -67,36 +68,36 @@ const ne = ({ onNext: c, eddData: r }) => {
|
|
|
67
68
|
if (e.required) {
|
|
68
69
|
const i = e.text.trim() !== "", s = e.file.length > 0;
|
|
69
70
|
if (!i)
|
|
70
|
-
return
|
|
71
|
+
return c({
|
|
71
72
|
message: `Please fill in "${e.label}" text.`
|
|
72
73
|
}), !1;
|
|
73
74
|
if (!s)
|
|
74
|
-
return
|
|
75
|
+
return c({
|
|
75
76
|
message: `Please upload file for "${e.label}".`
|
|
76
77
|
}), !1;
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
return !0;
|
|
80
81
|
}, D = () => {
|
|
81
|
-
h() &&
|
|
82
|
+
h() && p && p(o);
|
|
82
83
|
}, U = (t, e) => {
|
|
83
84
|
const i = t.target.files;
|
|
84
85
|
!i || i.length === 0 || Array.from(i).map((s) => {
|
|
85
86
|
const E = URL.createObjectURL(s);
|
|
86
|
-
n((
|
|
87
|
-
const F =
|
|
87
|
+
n((m) => {
|
|
88
|
+
const F = m[e].file || [];
|
|
88
89
|
return {
|
|
89
|
-
...
|
|
90
|
+
...m,
|
|
90
91
|
[e]: {
|
|
91
|
-
...
|
|
92
|
+
...m[e],
|
|
92
93
|
preview: [...F, E]
|
|
93
94
|
}
|
|
94
95
|
};
|
|
95
96
|
});
|
|
96
97
|
});
|
|
97
98
|
};
|
|
98
|
-
return /* @__PURE__ */
|
|
99
|
-
/* @__PURE__ */ l("form", { style: { height: "350px", overflowY: "scroll" }, ref: R, children: a.map((t) => /* @__PURE__ */
|
|
99
|
+
return /* @__PURE__ */ f(C, { children: [
|
|
100
|
+
/* @__PURE__ */ l("form", { style: { height: "350px", overflowY: "scroll" }, ref: R, children: a.map((t) => /* @__PURE__ */ f(_, { mt: 2, children: [
|
|
100
101
|
/* @__PURE__ */ l(
|
|
101
102
|
w,
|
|
102
103
|
{
|
|
@@ -108,7 +109,7 @@ const ne = ({ onNext: c, eddData: r }) => {
|
|
|
108
109
|
})),
|
|
109
110
|
slotProps: {
|
|
110
111
|
input: {
|
|
111
|
-
endAdornment: /* @__PURE__ */ l(q, { position: "end", children: o[t].file.length > 0 ? /* @__PURE__ */
|
|
112
|
+
endAdornment: /* @__PURE__ */ l(q, { position: "end", children: o[t].file.length > 0 ? /* @__PURE__ */ f(C, { children: [
|
|
112
113
|
/* @__PURE__ */ l(
|
|
113
114
|
u,
|
|
114
115
|
{
|
|
@@ -162,5 +163,5 @@ const ne = ({ onNext: c, eddData: r }) => {
|
|
|
162
163
|
] });
|
|
163
164
|
};
|
|
164
165
|
export {
|
|
165
|
-
|
|
166
|
+
se as default
|
|
166
167
|
};
|
|
@@ -2,8 +2,8 @@ import { jsxs as p, Fragment as W, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import V from "../../../hoc/withThemeProvider.js";
|
|
3
3
|
import { useState as m, useEffect as T } from "react";
|
|
4
4
|
import z from "../../Shared/transition.js";
|
|
5
|
-
import { C as H } from "../../../Close-
|
|
6
|
-
import { A as j } from "../../../ArrowBack-
|
|
5
|
+
import { C as H } from "../../../Close-CFg1QB5M.js";
|
|
6
|
+
import { A as j } from "../../../ArrowBack-BV158RTp.js";
|
|
7
7
|
import X from "./kycType.js";
|
|
8
8
|
import { KYC_STATUS_IN_PROGRESS as x, INDIVIDUAL_KYC_TYPE as q, KYC_BETWEEN_TRANSATION as C, ORGANIZATION_KYC_TYPE as Z, KYC_UNDER_TRANSATION as J } from "../../../util/constants.js";
|
|
9
9
|
import Q from "./individualKyc.js";
|
|
@@ -14,8 +14,8 @@ import oe from "./orgInfo.js";
|
|
|
14
14
|
import re from "./orgDetails.js";
|
|
15
15
|
import ie from "./verify.js";
|
|
16
16
|
import ae from "./success.js";
|
|
17
|
-
import "../../../constants-
|
|
18
|
-
import { r as N, k as se } from "../../../kyc-
|
|
17
|
+
import "../../../constants-BF50a6s-.js";
|
|
18
|
+
import { r as N, k as se } from "../../../kyc-kWxxF1vI.js";
|
|
19
19
|
import { a as ne, u as ce } from "../../../react-redux-C7I9-1M6.js";
|
|
20
20
|
import me from "../../Shared/loader.js";
|
|
21
21
|
import "../Shared/appButton.js";
|
|
@@ -26,19 +26,20 @@ import "../../../index-CAoLi5Qq.js";
|
|
|
26
26
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
27
27
|
import "../Shared/pin.js";
|
|
28
28
|
import "../../../moment-h96o7c8I.js";
|
|
29
|
-
import "../../../tooltip-
|
|
29
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
30
30
|
import "../../../index.esm-BsMAMhYW.js";
|
|
31
31
|
import "../../../web3-u4qDZYpo.js";
|
|
32
32
|
import "../../../index-B8QKlEgj.js";
|
|
33
33
|
import "../../../index-ceeCtFuh.js";
|
|
34
|
-
import { F as pe } from "../../../index-
|
|
34
|
+
import { F as pe } from "../../../index-D8j7wPDM.js";
|
|
35
|
+
import "../../../context/dialogContext.js";
|
|
35
36
|
import fe from "./edd.js";
|
|
36
|
-
import { B as de } from "../../../Button-
|
|
37
|
-
import { D as Te, a as Ne } from "../../../DialogContent-
|
|
38
|
-
import { D as Ee } from "../../../DialogTitle-
|
|
39
|
-
import { B as Oe } from "../../../Box-
|
|
40
|
-
import { I } from "../../../IconButton-
|
|
41
|
-
import { T as ue } from "../../../Typography-
|
|
37
|
+
import { B as de } from "../../../Button-tAfK4lud.js";
|
|
38
|
+
import { D as Te, a as Ne } from "../../../DialogContent-_gvZOy18.js";
|
|
39
|
+
import { D as Ee } from "../../../DialogTitle-dq22bYlF.js";
|
|
40
|
+
import { B as Oe } from "../../../Box-BwKpr_VI.js";
|
|
41
|
+
import { I } from "../../../IconButton-WneJM4uP.js";
|
|
42
|
+
import { T as ue } from "../../../Typography-BQDN44CM.js";
|
|
42
43
|
const E = {
|
|
43
44
|
type: q,
|
|
44
45
|
transactAmount: C,
|
|
@@ -319,8 +320,8 @@ const E = {
|
|
|
319
320
|
}
|
|
320
321
|
)
|
|
321
322
|
] });
|
|
322
|
-
},
|
|
323
|
+
}, mt = V(Ae);
|
|
323
324
|
export {
|
|
324
325
|
Ae as EnterpriseKyc,
|
|
325
|
-
|
|
326
|
+
mt as default
|
|
326
327
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as u, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { R as l } from "../../../radioButton-
|
|
3
|
+
import { R as l } from "../../../radioButton-CBcYX40o.js";
|
|
4
4
|
import p from "../Shared/appButton.js";
|
|
5
5
|
import { KYC_BETWEEN_TRANSATION as n, KYC_OVER_TRANSATION as a } from "../../../util/constants.js";
|
|
6
|
-
import { T as f } from "../../../Typography-
|
|
7
|
-
import { B as i } from "../../../Box-
|
|
8
|
-
import { F as g } from "../../../FormControl-
|
|
9
|
-
import { R as C } from "../../../RadioGroup-
|
|
6
|
+
import { T as f } from "../../../Typography-BQDN44CM.js";
|
|
7
|
+
import { B as i } from "../../../Box-BwKpr_VI.js";
|
|
8
|
+
import { F as g } from "../../../FormControl-H4D1Z6Ov.js";
|
|
9
|
+
import { R as C } from "../../../RadioGroup-_-H2gvH2.js";
|
|
10
10
|
const S = ({ onNext: m, kycData: d }) => {
|
|
11
11
|
const [e, c] = h(d.transactAmount), o = (s) => {
|
|
12
12
|
c(s.target.value);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "../Shared/appButton.js";
|
|
3
|
-
import { T as t } from "../../../Typography-
|
|
4
|
-
import { L as n } from "../../../Link-
|
|
5
|
-
import { B as s } from "../../../Box-
|
|
3
|
+
import { T as t } from "../../../Typography-BQDN44CM.js";
|
|
4
|
+
import { L as n } from "../../../Link-DhdK4VfZ.js";
|
|
5
|
+
import { B as s } from "../../../Box-BwKpr_VI.js";
|
|
6
6
|
const h = ({ onNext: o }) => /* @__PURE__ */ r(i, { children: [
|
|
7
7
|
/* @__PURE__ */ e(t, { variant: "body1", children: "Hello and thank you for your interest in Setting Up an Organization on the Everest platform." }),
|
|
8
8
|
/* @__PURE__ */ e("br", {}),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import n from "../Shared/appButton.js";
|
|
3
|
-
import { B as a } from "../../../Box-
|
|
4
|
-
import { T as r } from "../../../Typography-
|
|
3
|
+
import { B as a } from "../../../Box-BwKpr_VI.js";
|
|
4
|
+
import { T as r } from "../../../Typography-BQDN44CM.js";
|
|
5
5
|
const h = ({ onNext: i }) => /* @__PURE__ */ t(o, { children: [
|
|
6
6
|
/* @__PURE__ */ t(a, { sx: { height: "360px", overflowY: "scroll" }, children: [
|
|
7
7
|
/* @__PURE__ */ e(r, { variant: "body1", children: "Last Revised: 22 February 2022" }),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as c, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { R as l } from "../../../radioButton-
|
|
3
|
+
import { R as l } from "../../../radioButton-CBcYX40o.js";
|
|
4
4
|
import u from "../Shared/appButton.js";
|
|
5
5
|
import { INDIVIDUAL_KYC_TYPE as n, ORGANIZATION_KYC_TYPE as a } from "../../../util/constants.js";
|
|
6
|
-
import { T as f } from "../../../Typography-
|
|
7
|
-
import { B as i } from "../../../Box-
|
|
8
|
-
import { F as g } from "../../../FormControl-
|
|
9
|
-
import { R as C } from "../../../RadioGroup-
|
|
6
|
+
import { T as f } from "../../../Typography-BQDN44CM.js";
|
|
7
|
+
import { B as i } from "../../../Box-BwKpr_VI.js";
|
|
8
|
+
import { F as g } from "../../../FormControl-H4D1Z6Ov.js";
|
|
9
|
+
import { R as C } from "../../../RadioGroup-_-H2gvH2.js";
|
|
10
10
|
const Y = ({ onNext: m, kycData: d }) => {
|
|
11
11
|
const [o, p] = h(d.type), t = (s) => {
|
|
12
12
|
p(s.target.value);
|
|
@@ -2,33 +2,34 @@ import { jsxs as T, Fragment as _, jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import c from "../Shared/appButton.js";
|
|
3
3
|
import { useRef as d, useState as a, useEffect as S, createRef as b } from "react";
|
|
4
4
|
import v from "./input.js";
|
|
5
|
-
import { a as P } from "../../../react-redux-C7I9-1M6.js";
|
|
6
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
+
import { a as P } from "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import "../Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import { a as D } from "../../../kyc-
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
|
+
import { a as D } from "../../../kyc-kWxxF1vI.js";
|
|
10
10
|
import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
12
12
|
import "../../../index-CAoLi5Qq.js";
|
|
13
|
-
import { C as G } from "../../../Close-
|
|
13
|
+
import { C as G } from "../../../Close-CFg1QB5M.js";
|
|
14
14
|
import L from "../Shared/step.js";
|
|
15
15
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
16
16
|
import "../../Shared/transition.js";
|
|
17
17
|
import "../Shared/pin.js";
|
|
18
18
|
import "../../../moment-h96o7c8I.js";
|
|
19
|
-
import "../../../tooltip-
|
|
19
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
20
20
|
import "../../../index.esm-BsMAMhYW.js";
|
|
21
21
|
import "../../../web3-u4qDZYpo.js";
|
|
22
22
|
import "../../../index-B8QKlEgj.js";
|
|
23
23
|
import "../../../index-ceeCtFuh.js";
|
|
24
|
-
import { C as H, a as j } from "../../../FileDownload-
|
|
25
|
-
import
|
|
26
|
-
import {
|
|
27
|
-
import { I as
|
|
28
|
-
|
|
24
|
+
import { C as H, a as j } from "../../../FileDownload-BSy7tA6m.js";
|
|
25
|
+
import "../../../context/dialogContext.js";
|
|
26
|
+
import { B as m } from "../../../Box-BwKpr_VI.js";
|
|
27
|
+
import { I as B } from "../../../InputAdornment-Bqn4-Kns.js";
|
|
28
|
+
import { I as E } from "../../../IconButton-WneJM4uP.js";
|
|
29
|
+
const Ce = ({
|
|
29
30
|
onNext: A,
|
|
30
31
|
kycData: i,
|
|
31
|
-
disabled:
|
|
32
|
+
disabled: p = !1,
|
|
32
33
|
kycStoreData: t
|
|
33
34
|
}) => {
|
|
34
35
|
const O = {
|
|
@@ -118,11 +119,11 @@ const Oe = ({
|
|
|
118
119
|
required: !1,
|
|
119
120
|
multiFile: !0
|
|
120
121
|
}
|
|
121
|
-
}, N = P(), { showAlertMessage: C } = q(), F = d(null), [o,
|
|
122
|
+
}, N = P(), { showAlertMessage: C } = q(), F = d(null), [o, u] = a(O);
|
|
122
123
|
S(() => {
|
|
123
124
|
if (t != null && t.uploadData.fileUrl && (t != null && t.uploadData.fileType)) {
|
|
124
125
|
const l = t == null ? void 0 : t.uploadData.fileType;
|
|
125
|
-
|
|
126
|
+
u((e) => {
|
|
126
127
|
const r = e[l].file || [];
|
|
127
128
|
return {
|
|
128
129
|
...e,
|
|
@@ -162,7 +163,7 @@ const Oe = ({
|
|
|
162
163
|
const r = l.target.files;
|
|
163
164
|
!r || r.length === 0 || Array.from(r).map((s) => {
|
|
164
165
|
const g = URL.createObjectURL(s);
|
|
165
|
-
N(D({ file: s, type: e })),
|
|
166
|
+
N(D({ file: s, type: e })), u((f) => {
|
|
166
167
|
const w = f[e].file || [], h = f[e].text ? f[e].text.split(", ") : [];
|
|
167
168
|
return {
|
|
168
169
|
...f,
|
|
@@ -176,30 +177,30 @@ const Oe = ({
|
|
|
176
177
|
});
|
|
177
178
|
};
|
|
178
179
|
return /* @__PURE__ */ T(_, { children: [
|
|
179
|
-
!
|
|
180
|
+
!p && /* @__PURE__ */ n(m, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ n(L, { currentStep: 2, totalSteps: 3, topMargin: 0 }) }),
|
|
180
181
|
/* @__PURE__ */ n(
|
|
181
182
|
"form",
|
|
182
183
|
{
|
|
183
|
-
style:
|
|
184
|
+
style: p ? {} : { height: "350px", overflowY: "scroll" },
|
|
184
185
|
ref: F,
|
|
185
|
-
children: I.map((l) => /* @__PURE__ */ T(
|
|
186
|
+
children: I.map((l) => /* @__PURE__ */ T(m, { mt: 2, children: [
|
|
186
187
|
/* @__PURE__ */ n(
|
|
187
188
|
v,
|
|
188
189
|
{
|
|
189
190
|
disabled: !0,
|
|
190
191
|
label: o[l].label,
|
|
191
192
|
value: o[l].text,
|
|
192
|
-
onChange: (e) =>
|
|
193
|
+
onChange: (e) => u((r) => ({
|
|
193
194
|
...r,
|
|
194
195
|
[l]: { ...r[l], text: e.target.value }
|
|
195
196
|
})),
|
|
196
197
|
slotProps: {
|
|
197
198
|
input: {
|
|
198
199
|
endAdornment: /* @__PURE__ */ n(B, { position: "end", children: o[l].file.length > 0 ? /* @__PURE__ */ T(_, { children: [
|
|
199
|
-
!
|
|
200
|
-
|
|
200
|
+
!p && /* @__PURE__ */ n(
|
|
201
|
+
E,
|
|
201
202
|
{
|
|
202
|
-
onClick: () =>
|
|
203
|
+
onClick: () => u((e) => ({
|
|
203
204
|
...e,
|
|
204
205
|
[l]: { ...e[l], file: [] }
|
|
205
206
|
})),
|
|
@@ -208,7 +209,7 @@ const Oe = ({
|
|
|
208
209
|
}
|
|
209
210
|
),
|
|
210
211
|
o[l].preview.map((e, r) => /* @__PURE__ */ n(
|
|
211
|
-
|
|
212
|
+
E,
|
|
212
213
|
{
|
|
213
214
|
onClick: () => window.open(e),
|
|
214
215
|
edge: "end",
|
|
@@ -217,7 +218,7 @@ const Oe = ({
|
|
|
217
218
|
r
|
|
218
219
|
))
|
|
219
220
|
] }) : /* @__PURE__ */ n(
|
|
220
|
-
|
|
221
|
+
E,
|
|
221
222
|
{
|
|
222
223
|
onClick: () => {
|
|
223
224
|
var e, r;
|
|
@@ -247,9 +248,9 @@ const Oe = ({
|
|
|
247
248
|
] }, l))
|
|
248
249
|
}
|
|
249
250
|
),
|
|
250
|
-
!
|
|
251
|
+
!p && /* @__PURE__ */ n(m, { mt: 3.5, children: /* @__PURE__ */ n(c, { fullWidth: !0, onClick: x, children: "Next" }) })
|
|
251
252
|
] });
|
|
252
253
|
};
|
|
253
254
|
export {
|
|
254
|
-
|
|
255
|
+
Ce as default
|
|
255
256
|
};
|
|
@@ -2,39 +2,41 @@ import { jsx as s, jsxs as M, Fragment as yt } from "react/jsx-runtime";
|
|
|
2
2
|
import * as At from "react";
|
|
3
3
|
import y, { useRef as Fd, useState as Dd } from "react";
|
|
4
4
|
import kd from "react-dom";
|
|
5
|
-
import { s as K, u as Rd, c as Ld } from "../../../DefaultPropsProvider-
|
|
6
|
-
import { t as It, T as G } from "../../../Typography-
|
|
5
|
+
import { s as K, u as Rd, c as Ld } from "../../../DefaultPropsProvider-4P82EuVL.js";
|
|
6
|
+
import { t as It, T as G } from "../../../Typography-BQDN44CM.js";
|
|
7
7
|
import { P as f, n as Bd } from "../../../createTheme-DmGCMO09.js";
|
|
8
|
-
import { L as jd } from "../../../ListItemIcon-
|
|
8
|
+
import { L as jd } from "../../../ListItemIcon-D657XWHf.js";
|
|
9
9
|
import { c as Gd } from "../../../DefaultPropsProvider-CZh8M2jM.js";
|
|
10
|
-
import { L as Ud, M as Wd
|
|
11
|
-
import { l as Q, a as
|
|
10
|
+
import { L as Ud, M as Wd } from "../../../Menu-BAFJBGa-.js";
|
|
11
|
+
import { l as Q, a as Zd, M as ft } from "../../../MenuItem-ByxiQtY2.js";
|
|
12
12
|
import { u as it } from "../../../useSlot-DtSnboW7.js";
|
|
13
|
-
import { T as
|
|
14
|
-
import { I as
|
|
15
|
-
import { I as wt } from "../../../IconButton-
|
|
16
|
-
import
|
|
17
|
-
import { c as
|
|
13
|
+
import { T as Vd } from "../../../TextField-DmiK1A_S.js";
|
|
14
|
+
import { I as zd } from "../../../InputAdornment-Bqn4-Kns.js";
|
|
15
|
+
import { I as wt } from "../../../IconButton-WneJM4uP.js";
|
|
16
|
+
import Hd from "../Shared/appButton.js";
|
|
17
|
+
import { c as Yd } from "../../../countries-BVn1FubK.js";
|
|
18
18
|
import j from "./input.js";
|
|
19
|
-
import { pick as
|
|
19
|
+
import { pick as Kd } from "../../../util/functions.js";
|
|
20
20
|
import "../../../hoc/withThemeProvider.js";
|
|
21
21
|
import "../Shared/Auth/otpForm.js";
|
|
22
|
-
import "../../../constants-
|
|
23
|
-
import { useSnackBarContext as
|
|
22
|
+
import "../../../constants-BF50a6s-.js";
|
|
23
|
+
import { useSnackBarContext as Xd } from "../../../context/snackBarContext.js";
|
|
24
24
|
import "../../../util/conversions.js";
|
|
25
25
|
import "../../../index-CAoLi5Qq.js";
|
|
26
|
-
import
|
|
26
|
+
import Qd from "../Shared/step.js";
|
|
27
27
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
28
28
|
import "../../Shared/transition.js";
|
|
29
29
|
import "../Shared/pin.js";
|
|
30
30
|
import "../../../moment-h96o7c8I.js";
|
|
31
|
-
import "../../../tooltip-
|
|
31
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
32
32
|
import "../../../index.esm-BsMAMhYW.js";
|
|
33
33
|
import "../../../web3-u4qDZYpo.js";
|
|
34
34
|
import "../../../index-B8QKlEgj.js";
|
|
35
35
|
import "../../../index-ceeCtFuh.js";
|
|
36
|
-
import
|
|
37
|
-
import {
|
|
36
|
+
import "../../../context/dialogContext.js";
|
|
37
|
+
import { B as S } from "../../../Box-BwKpr_VI.js";
|
|
38
|
+
import { G as ot } from "../../../Grid-CPkjiKqX.js";
|
|
39
|
+
import { S as Jd } from "../../../Select-CGei0bav.js";
|
|
38
40
|
const qd = (d) => {
|
|
39
41
|
const {
|
|
40
42
|
classes: t,
|
|
@@ -47,7 +49,7 @@ const qd = (d) => {
|
|
|
47
49
|
root: ["root", e && "inset", a && "dense", n && r && "multiline"],
|
|
48
50
|
primary: ["primary"],
|
|
49
51
|
secondary: ["secondary"]
|
|
50
|
-
},
|
|
52
|
+
}, Zd, t);
|
|
51
53
|
}, _d = K("div", {
|
|
52
54
|
name: "MuiListItemText",
|
|
53
55
|
slot: "Root",
|
|
@@ -3489,7 +3491,7 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3489
3491
|
}, Od = B ? `+${_(B)}` : "", Ed = t ? ud(Nt, Od).trimStart() : Nt;
|
|
3490
3492
|
return /* @__PURE__ */ M(yt, { children: [
|
|
3491
3493
|
/* @__PURE__ */ s(
|
|
3492
|
-
|
|
3494
|
+
Vd,
|
|
3493
3495
|
{
|
|
3494
3496
|
type: "tel",
|
|
3495
3497
|
disabled: m,
|
|
@@ -3508,7 +3510,7 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3508
3510
|
...h == null ? void 0 : h.htmlInput
|
|
3509
3511
|
},
|
|
3510
3512
|
input: {
|
|
3511
|
-
startAdornment: /* @__PURE__ */ s(
|
|
3513
|
+
startAdornment: /* @__PURE__ */ s(zd, { position: "start", sx: { flexShrink: 0 }, children: /* @__PURE__ */ s(
|
|
3512
3514
|
ye,
|
|
3513
3515
|
{
|
|
3514
3516
|
isFlagsMenuOpened: !!xt,
|
|
@@ -3558,13 +3560,13 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3558
3560
|
phone: "",
|
|
3559
3561
|
fax: "",
|
|
3560
3562
|
website: ""
|
|
3561
|
-
},
|
|
3563
|
+
}, Sn = ({
|
|
3562
3564
|
onNext: d,
|
|
3563
3565
|
kycData: t,
|
|
3564
3566
|
disabled: e = !1
|
|
3565
3567
|
}) => {
|
|
3566
|
-
const { showAlertMessage: n } =
|
|
3567
|
-
() => t ?
|
|
3568
|
+
const { showAlertMessage: n } = Xd(), r = Fd(null), [a, i] = Dd(
|
|
3569
|
+
() => t ? Kd(t, Object.keys(rd)) : rd
|
|
3568
3570
|
), o = (l, h) => {
|
|
3569
3571
|
i((g) => ({ ...g, [l]: h }));
|
|
3570
3572
|
}, $ = (l) => {
|
|
@@ -3587,7 +3589,7 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3587
3589
|
d && d(a);
|
|
3588
3590
|
};
|
|
3589
3591
|
return /* @__PURE__ */ M(yt, { children: [
|
|
3590
|
-
!e && /* @__PURE__ */ s(S, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ s(
|
|
3592
|
+
!e && /* @__PURE__ */ s(S, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ s(Qd, { currentStep: 1, totalSteps: 3, topMargin: 0 }) }),
|
|
3591
3593
|
/* @__PURE__ */ M(
|
|
3592
3594
|
"form",
|
|
3593
3595
|
{
|
|
@@ -3646,7 +3648,7 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3646
3648
|
}
|
|
3647
3649
|
) }),
|
|
3648
3650
|
/* @__PURE__ */ s(ot, { size: 6, children: /* @__PURE__ */ M(
|
|
3649
|
-
|
|
3651
|
+
Jd,
|
|
3650
3652
|
{
|
|
3651
3653
|
fullWidth: !0,
|
|
3652
3654
|
value: a.country,
|
|
@@ -3655,7 +3657,7 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3655
3657
|
disabled: e,
|
|
3656
3658
|
children: [
|
|
3657
3659
|
/* @__PURE__ */ s(ft, { value: "", children: "Select Country" }),
|
|
3658
|
-
|
|
3660
|
+
Yd.map((l) => /* @__PURE__ */ s(ft, { value: l.alpha3, children: l.name }, l.alpha3))
|
|
3659
3661
|
]
|
|
3660
3662
|
}
|
|
3661
3663
|
) })
|
|
@@ -3707,9 +3709,9 @@ const U0 = "MuiTelInput-TextField", W0 = (d) => {
|
|
|
3707
3709
|
]
|
|
3708
3710
|
}
|
|
3709
3711
|
),
|
|
3710
|
-
!e && /* @__PURE__ */ s(S, { mt: 3.5, children: /* @__PURE__ */ s(
|
|
3712
|
+
!e && /* @__PURE__ */ s(S, { mt: 3.5, children: /* @__PURE__ */ s(Hd, { fullWidth: !0, onClick: u, children: "Next" }) })
|
|
3711
3713
|
] });
|
|
3712
3714
|
};
|
|
3713
3715
|
export {
|
|
3714
|
-
|
|
3716
|
+
Sn as default
|
|
3715
3717
|
};
|