everest-npm-features 0.0.61 → 0.0.63
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/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
- package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
- package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
- package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
- package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
- package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
- package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
- package/dist/PlayArrow-71FP5PzJ.js +13 -0
- package/dist/Portal-BeS9yJCZ.js +968 -0
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
- package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
- package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
- package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
- package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
- package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
- package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
- package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/ResetPassword/index.js +23 -25
- package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
- package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
- package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
- package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Store/SignUp/index.js +53 -56
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
- package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/Transactions/index.js +23 -24
- package/dist/components/Shared/FullKyc/countryList.js +15 -17
- package/dist/components/Shared/FullKyc/edd.js +51 -53
- package/dist/components/Shared/FullKyc/index.js +13 -11
- package/dist/components/Shared/FullKyc/pep.js +35 -43
- package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
- package/dist/components/Shared/FullKyc/userInfo.js +8 -13
- package/dist/components/Shared/HistoryItem/index.js +43 -48
- package/dist/components/Shared/Incode/index.js +31 -35
- package/dist/components/Shared/MinimalKyc/index.js +60 -65
- package/dist/components/Shared/Sumsub/index.js +75 -62
- package/dist/components/Shared/loader.js +4 -5
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Shared/transition.js +4 -4
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +324 -102
- package/dist/components/Wallet/Account/eWallet.js +37 -43
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +41 -45
- package/dist/components/Wallet/Account/ibanItem.js +70 -75
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -118
- package/dist/components/Wallet/Account/sendIban.js +79 -88
- package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
- package/dist/components/Wallet/Buy/form.js +8 -18
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +16 -18
- package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
- package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +33 -34
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
- package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
- package/dist/components/Wallet/History/index.js +23 -797
- package/dist/components/Wallet/Home/index.js +13 -14
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
- package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
- package/dist/components/Wallet/Portfolio/index.js +48 -51
- package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
- package/dist/components/Wallet/Profile/documents.js +164 -176
- package/dist/components/Wallet/Profile/index.js +39 -44
- package/dist/components/Wallet/Profile/storage.js +39 -47
- package/dist/components/Wallet/Receive/index.js +32 -37
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
- package/dist/components/Wallet/Sell/form.js +8 -18
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +98 -107
- package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
- package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
- package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
- package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
- package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +11 -11
- package/dist/components/Wallet/Shared/Input/index.js +3 -3
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
- package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
- package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
- package/dist/components/Wallet/Shared/addBank.js +41 -45
- package/dist/components/Wallet/Shared/appButton.js +11 -15
- package/dist/components/Wallet/Shared/backBtn.js +8 -9
- package/dist/components/Wallet/Shared/button.js +7 -7
- package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
- package/dist/components/Wallet/Shared/inputField.js +5 -5
- package/dist/components/Wallet/Shared/manualSend.js +9 -13
- package/dist/components/Wallet/Shared/noData.js +4 -5
- package/dist/components/Wallet/Shared/pin.js +25 -27
- package/dist/components/Wallet/Shared/radioButton.js +39 -5
- package/dist/components/Wallet/Shared/step.js +12 -13
- package/dist/components/Wallet/Shared/timer.js +1 -1
- package/dist/components/Wallet/SignIn/index.js +17 -17
- package/dist/components/Wallet/SignUp/index.js +63 -153
- package/dist/components/Wallet/SignUp/terms.js +1 -1
- package/dist/components/Wallet/Stake/gems/index.js +71 -69
- package/dist/components/Wallet/Stake/id/index.js +77 -84
- package/dist/components/Wallet/Stake/index.js +65 -68
- package/dist/components/Wallet/Swap/form.js +11 -20
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
- package/dist/components/Wallet/Withdraw/form.js +6 -17
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- package/dist/hoc/withThemeProvider.js +5 -732
- package/dist/hooks/useDialog/index.js +22 -23
- package/dist/hooks/useRrDialog/index.js +43 -46
- package/dist/hooks/useSnackBar.js +24 -696
- package/dist/icons/buyIcon.js +1 -1
- package/dist/icons/canceledBuyIcon.js +1 -1
- package/dist/icons/canceledRedeemIcon.js +1 -1
- package/dist/icons/failedBuyIcon.js +2 -2
- package/dist/icons/failedRedeemIcon.js +2 -2
- package/dist/icons/pendingBuyIcon.js +1 -1
- package/dist/icons/pendingRedeemIcon.js +1 -1
- package/dist/icons/redeemIcon.js +1 -1
- package/dist/{index-BbVpeed7.js → index-B4XvACQN.js} +89 -98
- package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
- package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
- package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
- package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
- package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
- package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/memoTheme-DnE8lj0t.js +3481 -0
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/otpForm-DeeegaX2.js +7378 -0
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
- package/dist/tooltip-BW0UyWw7.js +2129 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- package/package.json +6 -6
- package/dist/Alert-DzsbFW3-.js +0 -369
- package/dist/Autocomplete-CE-OI2t8.js +0 -2429
- package/dist/Avatar-1XklXr4O.js +0 -281
- package/dist/Backdrop-CioURPVG.js +0 -359
- package/dist/Box-B0YSYLco.js +0 -59
- package/dist/Button-Df4vgU24.js +0 -663
- package/dist/ButtonBase-DLF5c6wi.js +0 -870
- package/dist/CardContent-D9wTdpu-.js +0 -141
- package/dist/CircularProgress-xZA3lvba.js +0 -252
- package/dist/Close-CxzDL3J-.js +0 -9
- package/dist/Container-urNKV7hm.js +0 -181
- package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
- package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
- package/dist/DialogContent-BMwlOnbW.js +0 -567
- package/dist/DialogTitle-CfS0bb2K.js +0 -70
- package/dist/Divider-BShhMFf4.js +0 -297
- package/dist/FilledInput-DuNqnPjc.js +0 -1292
- package/dist/FormControl-RtZDQMdA.js +0 -258
- package/dist/FormControlLabel-BliKW48y.js +0 -519
- package/dist/GlobalStyles-ChMhDfTS.js +0 -59
- package/dist/Grid-CFe3amXO.js +0 -410
- package/dist/Grow-CnGtel3u.js +0 -196
- package/dist/HTMLElementType-BrQSV2FE.js +0 -13
- package/dist/IconButton-DHm-hucF.js +0 -297
- package/dist/InputAdornment-DMiED3JH.js +0 -173
- package/dist/Link-DBA9Yifs.js +0 -266
- package/dist/ListItemIcon-CUcyTEEm.js +0 -84
- package/dist/Menu-DLYFFrEk.js +0 -1239
- package/dist/MenuItem-DUdYOJr4.js +0 -271
- package/dist/Modal-CFIQ_s3T.js +0 -743
- package/dist/Paper-Bgt2WXI6.js +0 -186
- package/dist/PlayArrow-Bjz9LxhD.js +0 -13
- package/dist/Popper-BBAoiZKn.js +0 -1409
- package/dist/Portal-BMAxiQwe.js +0 -69
- package/dist/RadioGroup-nvoSN0JN.js +0 -189
- package/dist/Select-CB5yWmyn.js +0 -1886
- package/dist/Slide-B9Nw0LZ4.js +0 -235
- package/dist/Stack-k55YTxET.js +0 -172
- package/dist/SwitchBase-C8zFyg_x.js +0 -318
- package/dist/TextField-DPpRUQe3.js +0 -978
- package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
- package/dist/Typography-pAaje37G.js +0 -260
- package/dist/chainPropTypes-D9lkm76m.js +0 -8
- package/dist/clsx-BTaloaeC.js +0 -264
- package/dist/createChainedFunction-C0nujS3O.js +0 -9
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
- package/dist/createTheme-CD19zQB7.js +0 -3825
- package/dist/debounce-46wSf_lW.js +0 -15
- package/dist/defaultTheme-C35y5cLB.js +0 -5
- package/dist/dividerClasses-BDxa2gAa.js +0 -10
- package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
- package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
- package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
- package/dist/exactProp-C1Lmtwf_.js +0 -13
- package/dist/extendSxProp-B8UjbJ56.js +0 -37
- package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
- package/dist/index-B0Z-Gjno.js +0 -22
- package/dist/index-DUcLo3x5.js +0 -43
- package/dist/isFocusVisible-CPZqtjv2.js +0 -12
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-DnSE4qG4.js +0 -13
- package/dist/memoTheme-yHaPezod.js +0 -15
- package/dist/ownerWindow-CRgpWY6I.js +0 -7
- package/dist/radioButton-CzlYB0Lh.js +0 -402
- package/dist/refType-BsTH3qnM.js +0 -56
- package/dist/styles.module-CHPRGltL.js +0 -28
- package/dist/tooltip-3UvETWtS.js +0 -740
- package/dist/useControlled-nm4pBabJ.js +0 -31
- package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
- package/dist/useFormControl-CatNKXAi.js +0 -10
- package/dist/useId-CK6Kn3Tn.js +0 -21
- package/dist/useSlot-CW7SOYlh.js +0 -125
- package/dist/useSlotProps-BfEOwJvJ.js +0 -25
- package/dist/useTheme-BQJ5lp0i.js +0 -11
- package/dist/useTheme-S5_DHFsQ.js +0 -17
- package/dist/useThemeProps-DN9MjdTl.js +0 -29
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as x, Fragment as ae, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as r, useEffect as M, useRef as Ne } from "react";
|
|
3
3
|
import { AuthContainer as Oe } from "./components/Wallet/Shared/Container/index.js";
|
|
4
|
-
import Ae from "
|
|
4
|
+
import { Box as D, Typography as ee, FormControl as Ae, InputLabel as _e, Select as Pe, MenuItem as re, Grid as ie } from "@mui/material";
|
|
5
|
+
import Re from "./hoc/withThemeProvider.js";
|
|
5
6
|
import ye from "./components/Wallet/Shared/Input/index.js";
|
|
6
7
|
import Se from "./components/Wallet/Shared/appButton.js";
|
|
7
8
|
import "./index-DlQqWbXG.js";
|
|
8
|
-
import "./
|
|
9
|
-
import { d as T, f as
|
|
10
|
-
import { c as
|
|
9
|
+
import "./otpForm-DeeegaX2.js";
|
|
10
|
+
import { d as T, f as be } from "./constants-DX0YBtP2.js";
|
|
11
|
+
import { c as Be, d as Le } from "./kyc-BNMPoeHt.js";
|
|
11
12
|
import { useSnackBarContext as ce } from "./context/snackBarContext.js";
|
|
12
13
|
import xe from "./hooks/useEverestDispatch.js";
|
|
13
14
|
import "./util/conversions.js";
|
|
@@ -15,68 +16,60 @@ import "./index-CAoLi5Qq.js";
|
|
|
15
16
|
import ve from "./components/Wallet/Shared/step.js";
|
|
16
17
|
import "./react-webcam-B3cXh1XT.js";
|
|
17
18
|
import "./components/Shared/transition.js";
|
|
18
|
-
import "./tooltip-
|
|
19
|
+
import "./tooltip-BW0UyWw7.js";
|
|
19
20
|
import "./moment-h96o7c8I.js";
|
|
20
21
|
import "./index.esm-BsMAMhYW.js";
|
|
21
|
-
import { c as
|
|
22
|
+
import { c as Te } from "./countries-BVn1FubK.js";
|
|
22
23
|
import "./web3-u4qDZYpo.js";
|
|
23
24
|
import "./index-ceeCtFuh.js";
|
|
24
|
-
import
|
|
25
|
+
import "./context/dialogContext.js";
|
|
26
|
+
import "@mui/icons-material";
|
|
25
27
|
import le from "./components/Shared/FullKyc/countryList.js";
|
|
26
|
-
import
|
|
27
|
-
import {
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import Te from "./components/Shared/FullKyc/edd.js";
|
|
31
|
-
import Fe from "./components/Shared/Sumsub/index.js";
|
|
32
|
-
import { F as Ie } from "./FormControl-RtZDQMdA.js";
|
|
33
|
-
import { I as Ke } from "./TextField-DPpRUQe3.js";
|
|
34
|
-
import { S as Me } from "./Select-CB5yWmyn.js";
|
|
35
|
-
import { M as ie } from "./MenuItem-DUdYOJr4.js";
|
|
36
|
-
import { G as oe } from "./Grid-CFe3amXO.js";
|
|
28
|
+
import Fe from "./components/Shared/FullKyc/pep.js";
|
|
29
|
+
import { u as oe } from "./react-redux-C7I9-1M6.js";
|
|
30
|
+
import Ke from "./components/Shared/FullKyc/edd.js";
|
|
31
|
+
import Ie from "./components/Shared/Sumsub/index.js";
|
|
37
32
|
const ze = ({
|
|
38
|
-
inputComponent:
|
|
33
|
+
inputComponent: C,
|
|
39
34
|
buttonComponent: k,
|
|
40
35
|
setUserInfo: q,
|
|
41
36
|
userInfo: l,
|
|
42
37
|
docData: o,
|
|
43
38
|
setScreen: h,
|
|
44
|
-
userEmail:
|
|
39
|
+
userEmail: g,
|
|
45
40
|
kycFlow: E
|
|
46
41
|
}) => {
|
|
47
|
-
const d = xe()
|
|
48
|
-
be();
|
|
49
|
-
const { showAlertMessage: c } = ce(), s = g ?? ye, U = k ?? Se, [a, p] = n(l.gender || ""), [u, F] = n(!1), [I, y] = n(l.email || ""), [te, re] = n(!1), [Y, Z] = n(""), [m, $] = n(l.address || ""), [r, K] = n(l.city || ""), [S, X] = n(l.state || ""), [N, W] = n(l.zipCode || ""), [O, e] = n(
|
|
42
|
+
const d = xe(), { showAlertMessage: u } = ce(), s = C ?? ye, w = k ?? Se, [a, c] = r(l.gender || ""), [f, F] = r(!1), [K, y] = r(l.email || ""), [te, ne] = r(!1), [Y, Z] = r(""), [p, $] = r(l.address || ""), [n, I] = r(l.city || ""), [v, X] = r(l.state || ""), [N, U] = r(l.zipCode || ""), [O, e] = r(
|
|
50
43
|
l.country || null
|
|
51
|
-
), [A, _] =
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}, [
|
|
44
|
+
), [A, _] = r(!1);
|
|
45
|
+
M(() => {
|
|
46
|
+
g && (y(g), ne(!0));
|
|
47
|
+
}, [g]), M(() => {
|
|
55
48
|
var i;
|
|
56
49
|
if (o != null && o.issuingCountry) {
|
|
57
|
-
o.gender && (
|
|
58
|
-
const
|
|
59
|
-
(
|
|
50
|
+
o.gender && (c(o.gender), F(!0));
|
|
51
|
+
const S = Te.find(
|
|
52
|
+
(m) => m.alpha3 === o.issuingCountry
|
|
60
53
|
);
|
|
61
|
-
q({ ...l, country:
|
|
62
|
-
const R = new Date(o.birthDate),
|
|
63
|
-
R.getTime() +
|
|
54
|
+
q({ ...l, country: S, nationality: S });
|
|
55
|
+
const R = new Date(o.birthDate), b = R.getTimezoneOffset() * 6e4, B = new Date(
|
|
56
|
+
R.getTime() + b
|
|
64
57
|
);
|
|
65
|
-
if (Z(
|
|
66
|
-
const
|
|
67
|
-
_(!0), $(
|
|
58
|
+
if (Z(B.toLocaleDateString("en-US")), (i = o.checkedAddressBean) != null && i.street) {
|
|
59
|
+
const m = o.checkedAddressBean;
|
|
60
|
+
_(!0), $(m.street), I(m.city), X(m.state), U(m.postalCode);
|
|
68
61
|
}
|
|
69
62
|
} else
|
|
70
63
|
P();
|
|
71
64
|
}, []);
|
|
72
65
|
const P = () => {
|
|
73
|
-
d(
|
|
66
|
+
d(Be());
|
|
74
67
|
};
|
|
75
|
-
return /* @__PURE__ */
|
|
68
|
+
return /* @__PURE__ */ x(ae, { children: [
|
|
76
69
|
E !== T && /* @__PURE__ */ t(D, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ t(ve, { totalSteps: 4, currentStep: 2 }) }),
|
|
77
|
-
/* @__PURE__ */
|
|
70
|
+
/* @__PURE__ */ x(D, { pl: 2, mt: 4, children: [
|
|
78
71
|
/* @__PURE__ */ t(ee, { variant: "h5", sx: { fontWeight: "bold" }, color: "primary", children: "Personal details" }),
|
|
79
|
-
E !== T && /* @__PURE__ */
|
|
72
|
+
E !== T && /* @__PURE__ */ x(ae, { children: [
|
|
80
73
|
/* @__PURE__ */ t(ee, { variant: "caption", children: "Good news! Some of the information will be populated from scanning your document earlier." }),
|
|
81
74
|
/* @__PURE__ */ t(
|
|
82
75
|
s,
|
|
@@ -88,20 +81,20 @@ const ze = ({
|
|
|
88
81
|
required: !0
|
|
89
82
|
}
|
|
90
83
|
),
|
|
91
|
-
/* @__PURE__ */
|
|
92
|
-
/* @__PURE__ */ t(
|
|
93
|
-
/* @__PURE__ */
|
|
94
|
-
|
|
84
|
+
/* @__PURE__ */ x(Ae, { sx: { mt: 3 }, fullWidth: !0, children: [
|
|
85
|
+
/* @__PURE__ */ t(_e, { children: "Gender" }),
|
|
86
|
+
/* @__PURE__ */ x(
|
|
87
|
+
Pe,
|
|
95
88
|
{
|
|
96
89
|
value: a,
|
|
97
90
|
label: "Gender",
|
|
98
|
-
onChange: (i) =>
|
|
99
|
-
disabled: !!(
|
|
91
|
+
onChange: (i) => c(i.target.value),
|
|
92
|
+
disabled: !!(f && a),
|
|
100
93
|
required: !0,
|
|
101
94
|
children: [
|
|
102
|
-
/* @__PURE__ */ t(
|
|
103
|
-
/* @__PURE__ */ t(
|
|
104
|
-
/* @__PURE__ */ t(
|
|
95
|
+
/* @__PURE__ */ t(re, { value: "M", children: "Male" }, "M"),
|
|
96
|
+
/* @__PURE__ */ t(re, { value: "F", children: "Female" }, "F"),
|
|
97
|
+
/* @__PURE__ */ t(re, { value: "X", children: "Another" }, "X")
|
|
105
98
|
]
|
|
106
99
|
}
|
|
107
100
|
)
|
|
@@ -111,7 +104,7 @@ const ze = ({
|
|
|
111
104
|
{
|
|
112
105
|
sx: { mt: 3 },
|
|
113
106
|
label: "Email",
|
|
114
|
-
value:
|
|
107
|
+
value: K,
|
|
115
108
|
onChange: (i) => y(i.target.value),
|
|
116
109
|
disabled: te,
|
|
117
110
|
required: !0
|
|
@@ -123,30 +116,29 @@ const ze = ({
|
|
|
123
116
|
{
|
|
124
117
|
sx: { mt: 3 },
|
|
125
118
|
label: "Home Address",
|
|
126
|
-
value:
|
|
119
|
+
value: p,
|
|
127
120
|
onChange: (i) => $(i.target.value),
|
|
128
|
-
disabled: !!(A &&
|
|
121
|
+
disabled: !!(A && p),
|
|
129
122
|
required: !0
|
|
130
123
|
}
|
|
131
124
|
),
|
|
132
|
-
/* @__PURE__ */
|
|
133
|
-
/* @__PURE__ */ t(
|
|
125
|
+
/* @__PURE__ */ x(ie, { container: !0, spacing: 2, sx: { mt: 3 }, children: [
|
|
126
|
+
/* @__PURE__ */ t(ie, { size: 6, children: /* @__PURE__ */ t(
|
|
134
127
|
s,
|
|
135
128
|
{
|
|
136
129
|
label: "City",
|
|
137
|
-
value:
|
|
138
|
-
onChange: (i) =>
|
|
139
|
-
disabled: !!(A &&
|
|
130
|
+
value: n,
|
|
131
|
+
onChange: (i) => I(i.target.value),
|
|
132
|
+
disabled: !!(A && n),
|
|
140
133
|
required: !0
|
|
141
134
|
}
|
|
142
135
|
) }),
|
|
143
|
-
/* @__PURE__ */ t(
|
|
136
|
+
/* @__PURE__ */ t(ie, { size: 6, children: /* @__PURE__ */ t(
|
|
144
137
|
s,
|
|
145
138
|
{
|
|
146
139
|
label: "State/Province",
|
|
147
|
-
value:
|
|
148
|
-
onChange: (i) => X(i.target.value)
|
|
149
|
-
required: !0
|
|
140
|
+
value: v,
|
|
141
|
+
onChange: (i) => X(i.target.value)
|
|
150
142
|
}
|
|
151
143
|
) })
|
|
152
144
|
] }),
|
|
@@ -156,7 +148,7 @@ const ze = ({
|
|
|
156
148
|
sx: { mt: 3 },
|
|
157
149
|
label: "Zipcode",
|
|
158
150
|
value: N,
|
|
159
|
-
onChange: (i) =>
|
|
151
|
+
onChange: (i) => U(i.target.value),
|
|
160
152
|
disabled: !!(A && N),
|
|
161
153
|
required: !0
|
|
162
154
|
}
|
|
@@ -171,68 +163,67 @@ const ze = ({
|
|
|
171
163
|
)
|
|
172
164
|
] }),
|
|
173
165
|
/* @__PURE__ */ t(
|
|
174
|
-
|
|
166
|
+
w,
|
|
175
167
|
{
|
|
176
168
|
sx: { mt: 3 },
|
|
177
169
|
variant: "contained",
|
|
178
170
|
onClick: () => {
|
|
179
171
|
if (E !== T) {
|
|
180
172
|
if (!Y)
|
|
181
|
-
return
|
|
173
|
+
return u({ message: "Please provide date of birth" });
|
|
182
174
|
if (!a)
|
|
183
|
-
return
|
|
175
|
+
return u({ message: "Please provide gender" });
|
|
184
176
|
}
|
|
185
|
-
if (!
|
|
186
|
-
return
|
|
187
|
-
if (!
|
|
188
|
-
if (!S) return c({ message: "Please provide state" });
|
|
177
|
+
if (!p)
|
|
178
|
+
return u({ message: "Please provide address" });
|
|
179
|
+
if (!n) return u({ message: "Please provide city" });
|
|
189
180
|
if (!N)
|
|
190
|
-
return
|
|
181
|
+
return u({ message: "Please provide zip code" });
|
|
191
182
|
if (!O)
|
|
192
|
-
return
|
|
183
|
+
return u({
|
|
193
184
|
message: "Please select country of residency"
|
|
194
185
|
});
|
|
195
186
|
q({
|
|
196
187
|
...l,
|
|
197
188
|
gender: a,
|
|
198
|
-
email:
|
|
199
|
-
address:
|
|
200
|
-
city:
|
|
201
|
-
state:
|
|
189
|
+
email: K,
|
|
190
|
+
address: p,
|
|
191
|
+
city: n,
|
|
192
|
+
state: v,
|
|
202
193
|
zipCode: N,
|
|
203
194
|
country: O
|
|
204
195
|
}), h(
|
|
205
196
|
E !== T ? de : pe
|
|
206
197
|
);
|
|
207
198
|
},
|
|
208
|
-
disabled: E !== T && !
|
|
199
|
+
disabled: E !== T && !K || E !== T && !a || !p || !O,
|
|
209
200
|
fullWidth: !0,
|
|
210
201
|
children: /* @__PURE__ */ t("strong", { children: "Next" })
|
|
211
202
|
}
|
|
212
203
|
)
|
|
213
204
|
] });
|
|
214
|
-
},
|
|
215
|
-
userInfo:
|
|
205
|
+
}, Me = ({
|
|
206
|
+
userInfo: C,
|
|
216
207
|
setUserInfo: k,
|
|
217
208
|
setScreen: q,
|
|
218
209
|
inputComponent: l,
|
|
219
210
|
buttonComponent: o
|
|
220
211
|
}) => {
|
|
221
|
-
const { showAlertMessage: h } = ce(),
|
|
222
|
-
|
|
223
|
-
), [s,
|
|
224
|
-
|
|
225
|
-
), [a,
|
|
226
|
-
return /* @__PURE__ */
|
|
212
|
+
const { showAlertMessage: h } = ce(), g = l ?? ye, E = o ?? Se, [d, u] = r(
|
|
213
|
+
C.placeOfBirth || null
|
|
214
|
+
), [s, w] = r(
|
|
215
|
+
C.nationality || null
|
|
216
|
+
), [a, c] = r(C.occupation || ""), [f, F] = r(C.employer || "");
|
|
217
|
+
return /* @__PURE__ */ x(ae, { children: [
|
|
227
218
|
/* @__PURE__ */ t(D, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ t(ve, { totalSteps: 4, currentStep: 3 }) }),
|
|
228
|
-
/* @__PURE__ */
|
|
219
|
+
/* @__PURE__ */ x(D, { pl: 2, mt: 4, children: [
|
|
229
220
|
/* @__PURE__ */ t(ee, { variant: "h5", sx: { fontWeight: "bold" }, color: "primary", children: "More Personal details" }),
|
|
230
221
|
/* @__PURE__ */ t(ee, { variant: "caption", children: "Good news! Some of the information will be populated from scanning your document earlier." }),
|
|
231
222
|
/* @__PURE__ */ t(
|
|
232
223
|
le,
|
|
233
224
|
{
|
|
234
225
|
value: d,
|
|
235
|
-
onChange:
|
|
226
|
+
onChange: u,
|
|
236
227
|
label: "Place Of Birth"
|
|
237
228
|
}
|
|
238
229
|
),
|
|
@@ -240,25 +231,25 @@ const ze = ({
|
|
|
240
231
|
le,
|
|
241
232
|
{
|
|
242
233
|
value: s,
|
|
243
|
-
onChange:
|
|
234
|
+
onChange: w,
|
|
244
235
|
label: "Country of citizenship"
|
|
245
236
|
}
|
|
246
237
|
),
|
|
247
238
|
/* @__PURE__ */ t(
|
|
248
|
-
|
|
239
|
+
g,
|
|
249
240
|
{
|
|
250
241
|
sx: { mt: 3 },
|
|
251
242
|
label: "Occupation",
|
|
252
243
|
value: a,
|
|
253
|
-
onChange: (y) =>
|
|
244
|
+
onChange: (y) => c(y.target.value)
|
|
254
245
|
}
|
|
255
246
|
),
|
|
256
247
|
/* @__PURE__ */ t(
|
|
257
|
-
|
|
248
|
+
g,
|
|
258
249
|
{
|
|
259
250
|
sx: { mt: 3 },
|
|
260
251
|
label: "Employer",
|
|
261
|
-
value:
|
|
252
|
+
value: f,
|
|
262
253
|
onChange: (y) => F(y.target.value)
|
|
263
254
|
}
|
|
264
255
|
)
|
|
@@ -282,20 +273,20 @@ const ze = ({
|
|
|
282
273
|
return;
|
|
283
274
|
}
|
|
284
275
|
k({
|
|
285
|
-
...
|
|
276
|
+
...C,
|
|
286
277
|
placeOfBirth: d,
|
|
287
278
|
nationality: s,
|
|
288
279
|
occupation: a,
|
|
289
|
-
employer:
|
|
280
|
+
employer: f
|
|
290
281
|
}), q(pe);
|
|
291
282
|
},
|
|
292
|
-
disabled: !d || !s || !a || !
|
|
283
|
+
disabled: !d || !s || !a || !f,
|
|
293
284
|
fullWidth: !0,
|
|
294
285
|
children: /* @__PURE__ */ t("strong", { children: "Next" })
|
|
295
286
|
}
|
|
296
287
|
)
|
|
297
288
|
] });
|
|
298
|
-
}, se = "INCODE_SCREEN", Q = "USER_INFO_SCREEN", de = "PERSONAL_DETAILS_SCREEN", pe = "PEP_SCREEN",
|
|
289
|
+
}, se = "INCODE_SCREEN", Q = "USER_INFO_SCREEN", de = "PERSONAL_DETAILS_SCREEN", pe = "PEP_SCREEN", qe = "EDD_SCREEN", we = {
|
|
299
290
|
BANK_STATEMENT: {
|
|
300
291
|
text: "",
|
|
301
292
|
file: [],
|
|
@@ -311,27 +302,27 @@ const ze = ({
|
|
|
311
302
|
file: [],
|
|
312
303
|
preview: []
|
|
313
304
|
}
|
|
314
|
-
},
|
|
315
|
-
configurationId:
|
|
305
|
+
}, Ue = ({
|
|
306
|
+
configurationId: C,
|
|
316
307
|
incodeApiKey: k,
|
|
317
308
|
incodeApiUrl: q,
|
|
318
309
|
incodeOnBoardingUrl: l,
|
|
319
310
|
withContainer: o = !1,
|
|
320
311
|
successHandler: h,
|
|
321
|
-
updateScreen:
|
|
312
|
+
updateScreen: g,
|
|
322
313
|
isModalView: E = !1,
|
|
323
314
|
kycFlow: d
|
|
324
315
|
}) => {
|
|
325
|
-
const
|
|
326
|
-
|
|
327
|
-
const
|
|
328
|
-
|
|
329
|
-
const [
|
|
316
|
+
const u = Ne(!0), { showAlertMessage: s } = ce(), w = xe(), a = oe((e) => e.user), c = oe((e) => e.user.kyc);
|
|
317
|
+
oe((e) => e.session.uuid);
|
|
318
|
+
const f = a.kyc, F = f.processComplete, K = {}, [y, te] = r(K);
|
|
319
|
+
r({ token: "" });
|
|
320
|
+
const [ne, Y] = r(""), [Z, p] = r(
|
|
330
321
|
d === T ? Q : se
|
|
331
322
|
);
|
|
332
|
-
|
|
333
|
-
if (
|
|
334
|
-
|
|
323
|
+
M(() => {
|
|
324
|
+
if (u.current) {
|
|
325
|
+
u.current = !1;
|
|
335
326
|
return;
|
|
336
327
|
}
|
|
337
328
|
let e;
|
|
@@ -348,9 +339,9 @@ const ze = ({
|
|
|
348
339
|
default:
|
|
349
340
|
e = se;
|
|
350
341
|
}
|
|
351
|
-
|
|
352
|
-
}, [
|
|
353
|
-
h && F && (s({ message: "KYC has been
|
|
342
|
+
p(e);
|
|
343
|
+
}, [g]), M(() => {
|
|
344
|
+
h && F && (s({ message: "KYC request has been received and will be processed shortly.", type: "success" }), h());
|
|
354
345
|
}, [h, F]);
|
|
355
346
|
const $ = {
|
|
356
347
|
gender: "",
|
|
@@ -370,87 +361,87 @@ const ze = ({
|
|
|
370
361
|
frequency: "",
|
|
371
362
|
reason: "",
|
|
372
363
|
source: ""
|
|
373
|
-
}, [
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
}, [
|
|
364
|
+
}, [n, I] = r($), [v, X] = r(we);
|
|
365
|
+
M(() => {
|
|
366
|
+
v.BANK_STATEMENT.file.length > 0 && N(v);
|
|
367
|
+
}, [v]);
|
|
377
368
|
const N = (e) => {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
369
|
+
U(
|
|
370
|
+
n.isPoliticalExpose,
|
|
371
|
+
n.politicalExpose,
|
|
372
|
+
n.frequency,
|
|
373
|
+
n.reason,
|
|
374
|
+
n.source,
|
|
375
|
+
n.origin,
|
|
385
376
|
e,
|
|
386
377
|
!0
|
|
387
378
|
);
|
|
388
|
-
},
|
|
389
|
-
var
|
|
390
|
-
if (d !==
|
|
391
|
-
|
|
379
|
+
}, U = (e, A, _, P, z, i, S, R = !1) => {
|
|
380
|
+
var b, B, m;
|
|
381
|
+
if (d !== be && !R) {
|
|
382
|
+
p(qe);
|
|
392
383
|
return;
|
|
393
384
|
}
|
|
394
|
-
if (!
|
|
385
|
+
if (!f.loader) {
|
|
395
386
|
const V = {
|
|
396
|
-
street:
|
|
397
|
-
city:
|
|
398
|
-
postcode:
|
|
399
|
-
state:
|
|
400
|
-
country: (
|
|
387
|
+
street: n.address,
|
|
388
|
+
city: n.city,
|
|
389
|
+
postcode: n.zipCode,
|
|
390
|
+
state: n.state,
|
|
391
|
+
country: (b = n.country) == null ? void 0 : b.alpha3
|
|
401
392
|
}, H = {
|
|
402
393
|
isExposed: e,
|
|
403
394
|
exposed: A,
|
|
404
395
|
frequency: _,
|
|
405
396
|
reason: P,
|
|
406
|
-
source:
|
|
397
|
+
source: z,
|
|
407
398
|
originFunds: i
|
|
408
399
|
}, J = {
|
|
409
400
|
frequency: _,
|
|
410
401
|
reason: P,
|
|
411
|
-
source:
|
|
402
|
+
source: z,
|
|
412
403
|
originFunds: i
|
|
413
|
-
},
|
|
404
|
+
}, W = {
|
|
414
405
|
kycFlow: d,
|
|
415
|
-
email:
|
|
416
|
-
gender:
|
|
417
|
-
birthPlace: (
|
|
418
|
-
nationality: (
|
|
419
|
-
occupation:
|
|
420
|
-
employer:
|
|
406
|
+
email: n.email,
|
|
407
|
+
gender: n.gender,
|
|
408
|
+
birthPlace: (B = n.placeOfBirth) == null ? void 0 : B.alpha3,
|
|
409
|
+
nationality: (m = n.nationality) == null ? void 0 : m.alpha3,
|
|
410
|
+
occupation: n.occupation,
|
|
411
|
+
employer: n.employer,
|
|
421
412
|
residentialAddress: V,
|
|
422
413
|
politicalExposure: H,
|
|
423
414
|
customerDueDiligence: J,
|
|
424
415
|
workflow: {
|
|
425
|
-
token:
|
|
416
|
+
token: ne
|
|
426
417
|
}
|
|
427
418
|
};
|
|
428
|
-
if (
|
|
429
|
-
const G = Object.entries(
|
|
419
|
+
if (S) {
|
|
420
|
+
const G = Object.entries(S).filter(([j, L]) => L.file && L.file.length > 0).map(([j, L]) => ({
|
|
430
421
|
file: L.file[0],
|
|
431
422
|
type: j
|
|
432
423
|
}));
|
|
433
|
-
G.length > 0 && (
|
|
424
|
+
G.length > 0 && (W.eddDocuments = G);
|
|
434
425
|
}
|
|
435
|
-
|
|
426
|
+
w(Le(W));
|
|
436
427
|
}
|
|
437
428
|
};
|
|
438
|
-
|
|
439
|
-
var _, P,
|
|
440
|
-
const e =
|
|
429
|
+
M(() => {
|
|
430
|
+
var _, P, z, i, S, R, b, B, m, V, H, J, W, G, j, L, me, ue, fe, he, Ee, Ce, ge;
|
|
431
|
+
const e = c == null ? void 0 : c.sumsubDocumentData;
|
|
441
432
|
if (!e) return;
|
|
442
433
|
const A = {
|
|
443
434
|
name: {
|
|
444
435
|
fullName: `${((_ = e == null ? void 0 : e.documentData) == null ? void 0 : _.firstName) ?? ""} ${((P = e == null ? void 0 : e.documentData) == null ? void 0 : P.lastName) ?? ""}`.trim(),
|
|
445
|
-
firstName: ((
|
|
436
|
+
firstName: ((z = e == null ? void 0 : e.documentData) == null ? void 0 : z.firstName) ?? "",
|
|
446
437
|
givenName: ((i = e == null ? void 0 : e.documentData) == null ? void 0 : i.firstName) ?? "",
|
|
447
|
-
paternalLastName: ((
|
|
438
|
+
paternalLastName: ((S = e == null ? void 0 : e.documentData) == null ? void 0 : S.lastName) ?? ""
|
|
448
439
|
},
|
|
449
|
-
address: ((
|
|
440
|
+
address: ((b = (R = e == null ? void 0 : e.documentData) == null ? void 0 : R.address) == null ? void 0 : b.street) ?? "",
|
|
450
441
|
checkedAddressBean: {
|
|
451
|
-
street: ((
|
|
442
|
+
street: ((m = (B = e == null ? void 0 : e.documentData) == null ? void 0 : B.address) == null ? void 0 : m.street) ?? "",
|
|
452
443
|
city: ((H = (V = e == null ? void 0 : e.documentData) == null ? void 0 : V.address) == null ? void 0 : H.city) ?? "",
|
|
453
|
-
state: ((
|
|
444
|
+
state: ((W = (J = e == null ? void 0 : e.documentData) == null ? void 0 : J.address) == null ? void 0 : W.state) ?? "",
|
|
454
445
|
postalCode: ((j = (G = e == null ? void 0 : e.documentData) == null ? void 0 : G.address) == null ? void 0 : j.postcode) ?? "",
|
|
455
446
|
zipColonyOptions: []
|
|
456
447
|
},
|
|
@@ -460,13 +451,13 @@ const ze = ({
|
|
|
460
451
|
issueFront: 0,
|
|
461
452
|
issueBack: 0,
|
|
462
453
|
birthDate: Date.parse(((me = e == null ? void 0 : e.documentData) == null ? void 0 : me.dateOfBirth) ?? "") || 0,
|
|
463
|
-
gender: ((
|
|
464
|
-
personalNumber: ((
|
|
454
|
+
gender: ((ue = e == null ? void 0 : e.documentData) == null ? void 0 : ue.gender) ?? "",
|
|
455
|
+
personalNumber: ((fe = e == null ? void 0 : e.documentData) == null ? void 0 : fe.number) ?? "",
|
|
465
456
|
issuedAt: "",
|
|
466
457
|
expireAt: ((he = e == null ? void 0 : e.documentData) == null ? void 0 : he.dateOfExpiry) ?? "",
|
|
467
458
|
expirationDate: Date.parse(((Ee = e == null ? void 0 : e.documentData) == null ? void 0 : Ee.dateOfExpiry) ?? "") || 0,
|
|
468
459
|
issueDate: 0,
|
|
469
|
-
issuingCountry: ((
|
|
460
|
+
issuingCountry: ((Ce = e == null ? void 0 : e.document) == null ? void 0 : Ce.issuingCountry) ?? ((ge = e == null ? void 0 : e.documentData) == null ? void 0 : ge.issuingCountry) ?? "",
|
|
470
461
|
notExtracted: 0,
|
|
471
462
|
notExtractedDetails: [],
|
|
472
463
|
additionalAttrs: [],
|
|
@@ -483,58 +474,58 @@ const ze = ({
|
|
|
483
474
|
personalNumberConfidence: 0
|
|
484
475
|
}
|
|
485
476
|
};
|
|
486
|
-
te(A),
|
|
487
|
-
}, [
|
|
477
|
+
te(A), p(Q);
|
|
478
|
+
}, [c == null ? void 0 : c.sumsubDocumentData]);
|
|
488
479
|
const O = {
|
|
489
|
-
INCODE_SCREEN: /* @__PURE__ */ t(
|
|
480
|
+
INCODE_SCREEN: /* @__PURE__ */ t(Ie, { onApplicantIdLoaded: Y }),
|
|
490
481
|
USER_INFO_SCREEN: /* @__PURE__ */ t(
|
|
491
482
|
ze,
|
|
492
483
|
{
|
|
493
484
|
docData: y,
|
|
494
|
-
setScreen:
|
|
495
|
-
setUserInfo:
|
|
496
|
-
userInfo:
|
|
485
|
+
setScreen: p,
|
|
486
|
+
setUserInfo: I,
|
|
487
|
+
userInfo: n,
|
|
497
488
|
userEmail: a.profile.email,
|
|
498
489
|
kycFlow: d
|
|
499
490
|
}
|
|
500
491
|
),
|
|
501
492
|
PERSONAL_DETAILS_SCREEN: /* @__PURE__ */ t(
|
|
502
|
-
|
|
493
|
+
Me,
|
|
503
494
|
{
|
|
504
|
-
setScreen:
|
|
505
|
-
setUserInfo:
|
|
506
|
-
userInfo:
|
|
495
|
+
setScreen: p,
|
|
496
|
+
setUserInfo: I,
|
|
497
|
+
userInfo: n
|
|
507
498
|
}
|
|
508
499
|
),
|
|
509
500
|
PEP_SCREEN: /* @__PURE__ */ t(
|
|
510
|
-
|
|
501
|
+
Fe,
|
|
511
502
|
{
|
|
512
|
-
setScreen:
|
|
513
|
-
setUserInfo:
|
|
514
|
-
userInfo:
|
|
515
|
-
processKyc:
|
|
516
|
-
processLoader:
|
|
503
|
+
setScreen: p,
|
|
504
|
+
setUserInfo: I,
|
|
505
|
+
userInfo: n,
|
|
506
|
+
processKyc: U,
|
|
507
|
+
processLoader: f.loader,
|
|
517
508
|
kycFlow: d
|
|
518
509
|
}
|
|
519
510
|
),
|
|
520
511
|
EDD_SCREEN: /* @__PURE__ */ t(
|
|
521
|
-
|
|
512
|
+
Ke,
|
|
522
513
|
{
|
|
523
|
-
kycStoreData:
|
|
524
|
-
eddData:
|
|
514
|
+
kycStoreData: c,
|
|
515
|
+
eddData: v,
|
|
525
516
|
setEddData: X,
|
|
526
517
|
processKyc: N,
|
|
527
|
-
processLoader:
|
|
518
|
+
processLoader: f.loader
|
|
528
519
|
}
|
|
529
520
|
)
|
|
530
521
|
}[Z];
|
|
531
|
-
return o ? /* @__PURE__ */ t(Oe, { addPadding: !
|
|
532
|
-
},
|
|
522
|
+
return o ? /* @__PURE__ */ t(Oe, { addPadding: !0, children: O }) : O;
|
|
523
|
+
}, gt = Re(Ue);
|
|
533
524
|
export {
|
|
534
|
-
|
|
535
|
-
|
|
525
|
+
qe as E,
|
|
526
|
+
gt as F,
|
|
536
527
|
se as I,
|
|
537
|
-
|
|
528
|
+
Me as P,
|
|
538
529
|
ze as U,
|
|
539
530
|
Q as a,
|
|
540
531
|
de as b,
|