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