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,12 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../generic-token-B_ptO5yb.js";
4
+ import "@mui/material";
4
5
  import "../../../util/constants.js";
5
- import { T as l } from "../../../tokenRow-C-iMHhPj.js";
6
+ import { T as d } from "../../../tokenRow-BiNtHOKV.js";
6
7
  import "../../../util/conversions.js";
7
8
  import "../Shared/appButton.js";
8
- import "../../../Grid-CFe3amXO.js";
9
- import "../../../Divider-BShhMFf4.js";
10
9
  export {
11
- l as default
10
+ d as default
12
11
  };
@@ -1,63 +1,52 @@
1
- import { jsx as e, jsxs as t, Fragment as v } from "react/jsx-runtime";
2
- import { useState as f, useEffect as A, useRef as Y } from "react";
3
- import { C as F } from "../../../Close-CNwiMz_O.js";
4
- import { D as oe } from "../../../Delete-jpMstGIF.js";
5
- import { C as re } from "../../../Cancel-4lT7GZUA.js";
6
- import ie from "../Shared/inputField.js";
7
- import j from "../Shared/step.js";
8
- import { W as ce } from "../../../react-webcam-B3cXh1XT.js";
9
- import { c as ae } from "../../../createSvgIcon-Cuzqm90l.js";
10
- import se from "../../Shared/transition.js";
11
- import { getDocName as le } from "../../../util/functions.js";
12
- import { u as me } from "../../../react-redux-C7I9-1M6.js";
13
- import { at as de, au as ue, av as he, aw as pe, ax as fe, ay as ge } from "../../../constants-DrmtdI1J.js";
14
- import { e as xe } from "../../../index-BQNs1mvn.js";
15
- import { s as i } from "../../../styles.module-CHPRGltL.js";
16
- import { RIGHT_ARROW as M, DELETE_ICON as De } from "../../../util/constants.js";
17
- import { useDialog as Ce } from "../../../hooks/useDialog/index.js";
1
+ import { jsxs as t, Fragment as v, jsx as e } from "react/jsx-runtime";
2
+ import { useState as f, useEffect as F, useRef as Y } from "react";
3
+ import { Backdrop as oe, CircularProgress as W, Typography as l, Button as re, Box as c, Dialog as B, DialogTitle as $, IconButton as k, Divider as H, DialogContent as j, Grid as h } from "@mui/material";
4
+ import { C as z } from "../../../Close-DSxLLo08.js";
5
+ import { D as ie } from "../../../Delete-Bj8zmXnh.js";
6
+ import { C as ce } from "../../../Cancel-pHQsCjtK.js";
7
+ import le from "../Shared/inputField.js";
8
+ import L from "../Shared/step.js";
9
+ import { W as ae } from "../../../react-webcam-B3cXh1XT.js";
10
+ import { A as se } from "../../../ArrowBack-DEJjwfp0.js";
11
+ import de from "../../Shared/transition.js";
12
+ import { getDocName as me } from "../../../util/functions.js";
13
+ import { u as he } from "../../../react-redux-C7I9-1M6.js";
14
+ import { ag as ue, ah as pe, ai as fe, aj as ge, ak as xe, al as De } from "../../../constants-DX0YBtP2.js";
15
+ import { e as Ce } from "../../../index-BQNs1mvn.js";
16
+ import { s as i } from "../../../styles.module-DFoezEqS.js";
17
+ import { RIGHT_ARROW as V, DELETE_ICON as be } from "../../../util/constants.js";
18
+ import { useDialog as ve } from "../../../hooks/useDialog/index.js";
18
19
  import g from "../Shared/appButton.js";
19
- import be from "../../../hooks/useEverestDispatch.js";
20
- import { B as ve } from "../../../Backdrop-CioURPVG.js";
21
- import { C as w } from "../../../CircularProgress-xZA3lvba.js";
22
- import { T as a } from "../../../Typography-pAaje37G.js";
23
- import { B as ye } from "../../../Button-Df4vgU24.js";
24
- import { B as c } from "../../../Box-B0YSYLco.js";
25
- import { D as L, a as z } from "../../../DialogContent-BMwlOnbW.js";
26
- import { D as $ } from "../../../DialogTitle-CfS0bb2K.js";
27
- import { I as T } from "../../../IconButton-DHm-hucF.js";
28
- import { D as V } from "../../../Divider-BShhMFf4.js";
29
- import { G as u } from "../../../Grid-CFe3amXO.js";
30
- const Ne = () => ({
31
- type: ue
20
+ import Ne from "../../../hooks/useEverestDispatch.js";
21
+ const ye = () => ({
22
+ type: pe
32
23
  }), Ee = (o) => ({
33
- type: pe,
24
+ type: ge,
34
25
  payload: o
35
26
  }), Se = (o) => ({
36
- type: fe,
27
+ type: xe,
37
28
  payload: o
38
29
  }), J = () => ({
39
- type: de
40
- }), Ie = (o) => ({
41
- type: ge,
42
- payload: o
30
+ type: ue
43
31
  }), Te = (o) => ({
44
- type: he,
32
+ type: De,
33
+ payload: o
34
+ }), ke = (o) => ({
35
+ type: fe,
45
36
  payload: o
46
- }), ke = ae(/* @__PURE__ */ e("path", {
47
- d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"
48
- }), "ArrowBack"), Re = ({
37
+ }), Ie = ({
49
38
  showAlertMessage: o,
50
- documentName: d,
39
+ documentName: m,
51
40
  setDocumentName: x,
52
- setDocumentScreen: h
41
+ setDocumentScreen: u
53
42
  }) => /* @__PURE__ */ t(c, { className: "text-center", children: [
54
- /* @__PURE__ */ e(j, { totalSteps: 2, currentStep: 1 }),
55
- /* @__PURE__ */ e(a, { className: "secondary-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Name your document" }) }),
43
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 1 }),
44
+ /* @__PURE__ */ e(l, { className: "secondary-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Name your document" }) }),
56
45
  /* @__PURE__ */ e(
57
- ie,
46
+ le,
58
47
  {
59
48
  label: "Document Name",
60
- value: d,
49
+ value: m,
61
50
  onChangeHandler: (r) => x(r)
62
51
  }
63
52
  ),
@@ -66,29 +55,29 @@ const Ne = () => ({
66
55
  {
67
56
  sx: { mt: 4, mb: 4 },
68
57
  onClick: () => {
69
- if (!d)
58
+ if (!m)
70
59
  return o({ message: "Please provide the document name" }), !1;
71
- h(2);
60
+ u(2);
72
61
  },
73
- disabled: !d,
62
+ disabled: !m,
74
63
  fullWidth: !0,
75
64
  children: /* @__PURE__ */ e("strong", { children: "Next" })
76
65
  }
77
66
  )
78
- ] }), we = ({
67
+ ] }), Re = ({
79
68
  showAlertMessage: o,
80
- uploadLoader: d,
69
+ uploadLoader: m,
81
70
  uploadDocument: x,
82
- documentFile: h,
83
- setDocumentFile: s,
71
+ documentFile: u,
72
+ setDocumentFile: a,
84
73
  setDocumentScreen: r
85
74
  }) => {
86
- const l = Y(null), [D, p] = f("Choose File");
75
+ const s = Y(null), [D, p] = f("Choose File");
87
76
  return /* @__PURE__ */ t(c, { className: "text-center", children: [
88
- /* @__PURE__ */ e(j, { totalSteps: 2, currentStep: 2 }),
89
- /* @__PURE__ */ e(a, { className: "fw500", variant: "h6", children: "Uploaded files must be image format (PDF, PNG or JPEG/JPG)" }),
90
- /* @__PURE__ */ t(u, { mt: 2, container: !0, spacing: 2, children: [
91
- /* @__PURE__ */ e(u, { size: 6, children: /* @__PURE__ */ e(
77
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 2 }),
78
+ /* @__PURE__ */ e(l, { className: "fw500", variant: "h6", children: "Uploaded files must be image format (PDF, PNG or JPEG/JPG)" }),
79
+ /* @__PURE__ */ t(h, { mt: 2, container: !0, spacing: 2, children: [
80
+ /* @__PURE__ */ e(h, { size: 6, children: /* @__PURE__ */ e(
92
81
  g,
93
82
  {
94
83
  variantType: "secondary",
@@ -97,11 +86,11 @@ const Ne = () => ({
97
86
  children: "Use Camera"
98
87
  }
99
88
  ) }),
100
- /* @__PURE__ */ e(u, { size: 6, children: /* @__PURE__ */ e(
89
+ /* @__PURE__ */ e(h, { size: 6, children: /* @__PURE__ */ e(
101
90
  g,
102
91
  {
103
92
  variantType: "secondary",
104
- onClick: () => l.current && l.current.click(),
93
+ onClick: () => s.current && s.current.click(),
105
94
  sx: { overflow: "hidden" },
106
95
  fullWidth: !0,
107
96
  children: D
@@ -111,21 +100,21 @@ const Ne = () => ({
111
100
  /* @__PURE__ */ e(
112
101
  "input",
113
102
  {
114
- ref: l,
115
- onChange: (m) => {
116
- if (m.target.files && !m.target.files[0].name.match(/.(jpg|jpeg|png)$/i))
103
+ ref: s,
104
+ onChange: (d) => {
105
+ if (d.target.files && !d.target.files[0].name.match(/.(jpg|jpeg|png)$/i))
117
106
  o({ message: "Please provide a valid file" });
118
- else if (m.target.files && m.target.files[0]) {
119
- p(m.target.files[0].name);
107
+ else if (d.target.files && d.target.files[0]) {
108
+ p(d.target.files[0].name);
120
109
  let b = new FileReader();
121
- b.onload = (k) => {
110
+ b.onload = (I) => {
122
111
  var E;
123
- const N = (E = k.target) == null ? void 0 : E.result;
124
- if (typeof N == "string") {
125
- const W = N.split(/[,]/);
126
- s(W[1]);
112
+ const y = (E = I.target) == null ? void 0 : E.result;
113
+ if (typeof y == "string") {
114
+ const P = y.split(/[,]/);
115
+ a(P[1]);
127
116
  }
128
- }, b.readAsDataURL(m.target.files[0]);
117
+ }, b.readAsDataURL(d.target.files[0]);
129
118
  }
130
119
  },
131
120
  accept: ".jpg,.jpeg,.png,.pdf,",
@@ -133,9 +122,9 @@ const Ne = () => ({
133
122
  hidden: !0
134
123
  }
135
124
  ),
136
- d ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
137
- /* @__PURE__ */ e(w, { size: 30, color: "inherit" }),
138
- /* @__PURE__ */ t(a, { variant: "h5", sx: { fontWeight: "bold" }, children: [
125
+ m ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
126
+ /* @__PURE__ */ e(W, { size: 30, color: "inherit" }),
127
+ /* @__PURE__ */ t(l, { variant: "h5", sx: { fontWeight: "bold" }, children: [
139
128
  "Processing...",
140
129
  /* @__PURE__ */ e("br", {}),
141
130
  "one moment please"
@@ -145,11 +134,11 @@ const Ne = () => ({
145
134
  {
146
135
  sx: { mt: 4, mb: 4 },
147
136
  onClick: () => {
148
- if (!h)
137
+ if (!u)
149
138
  return o({ message: "Please provide the document" }), !1;
150
139
  x();
151
140
  },
152
- disabled: !h,
141
+ disabled: !u,
153
142
  fullWidth: !0,
154
143
  children: /* @__PURE__ */ e("strong", { children: "Submit" })
155
144
  }
@@ -157,12 +146,12 @@ const Ne = () => ({
157
146
  ] });
158
147
  }, We = ({
159
148
  showAlertMessage: o,
160
- documentFile: d,
149
+ documentFile: m,
161
150
  setDocumentFile: x,
162
- uploadDocument: h,
163
- uploadLoader: s
151
+ uploadDocument: u,
152
+ uploadLoader: a
164
153
  }) => {
165
- const r = Y(null), l = {
154
+ const r = Y(null), s = {
166
155
  audio: !1,
167
156
  height: {
168
157
  min: 720
@@ -179,18 +168,18 @@ const Ne = () => ({
179
168
  }
180
169
  }, [D, p] = f(""), C = () => {
181
170
  if (r.current) {
182
- const m = r.current.getScreenshot(), b = m.split(/[,]/);
183
- x(b[1]), p(m);
171
+ const d = r.current.getScreenshot(), b = d.split(/[,]/);
172
+ x(b[1]), p(d);
184
173
  }
185
- }, y = () => {
174
+ }, N = () => {
186
175
  if (!D)
187
176
  return o({
188
177
  message: "Please take the photo of the document"
189
178
  }), !1;
190
- h();
179
+ u();
191
180
  };
192
181
  return /* @__PURE__ */ t(c, { className: "text-center", children: [
193
- /* @__PURE__ */ e(j, { totalSteps: 2, currentStep: 2 }),
182
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 2 }),
194
183
  D ? /* @__PURE__ */ t(v, { children: [
195
184
  /* @__PURE__ */ t(
196
185
  c,
@@ -209,9 +198,9 @@ const Ne = () => ({
209
198
  ]
210
199
  }
211
200
  ),
212
- s ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
213
- /* @__PURE__ */ e(w, { size: 30, color: "inherit" }),
214
- /* @__PURE__ */ t(a, { variant: "h5", sx: { fontWeight: "bold" }, children: [
201
+ a ? /* @__PURE__ */ t(c, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
202
+ /* @__PURE__ */ e(W, { size: 30, color: "inherit" }),
203
+ /* @__PURE__ */ t(l, { variant: "h5", sx: { fontWeight: "bold" }, children: [
215
204
  "Processing...",
216
205
  /* @__PURE__ */ e("br", {}),
217
206
  "one moment please"
@@ -220,9 +209,9 @@ const Ne = () => ({
220
209
  /* @__PURE__ */ e(
221
210
  g,
222
211
  {
223
- onClick: y,
212
+ onClick: N,
224
213
  sx: { mt: 6 },
225
- disabled: !d,
214
+ disabled: !m,
226
215
  fullWidth: !0,
227
216
  children: /* @__PURE__ */ e("strong", { children: "Submit" })
228
217
  }
@@ -242,15 +231,15 @@ const Ne = () => ({
242
231
  /* @__PURE__ */ t(c, { className: i["doc-video-box"], children: [
243
232
  /* @__PURE__ */ e("span", {}),
244
233
  /* @__PURE__ */ e(
245
- ce,
234
+ ae,
246
235
  {
247
236
  className: i["video-box-inner-content"],
248
237
  audio: !1,
249
238
  ref: r,
250
239
  screenshotFormat: "image/jpeg",
251
- videoConstraints: l,
252
- minScreenshotHeight: l.height.min,
253
- minScreenshotWidth: l.width.ideal,
240
+ videoConstraints: s,
241
+ minScreenshotHeight: s.height.min,
242
+ minScreenshotWidth: s.width.ideal,
254
243
  screenshotQuality: 1
255
244
  }
256
245
  )
@@ -258,37 +247,37 @@ const Ne = () => ({
258
247
  /* @__PURE__ */ e(g, { onClick: C, sx: { mt: 8 }, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Take Photo" }) })
259
248
  ] })
260
249
  ] });
261
- }, at = ({ showAlertMessage: o, identityDocs: d }) => {
262
- const { openDialog: x, ConfirmDialog: h } = Ce(), s = be(), r = me(xe), l = r.data, D = r.loader, p = r.message, C = r.error, y = r.preview.front, m = r.preview.back, b = r.preview.loader, k = r.uploadLoader, [N, E] = f(!1), [W, O] = f(!1), [P, S] = f(1), [K, G] = f(!1), [U, Q] = f(""), [R, B] = f("");
263
- A(() => {
250
+ }, Ke = ({ showAlertMessage: o, identityDocs: m }) => {
251
+ const { openDialog: x, ConfirmDialog: u } = ve(), a = Ne(), r = he(Ce), s = r.data, D = r.loader, p = r.message, C = r.error, N = r.preview.front, d = r.preview.back, b = r.preview.loader, I = r.uploadLoader, [y, E] = f(!1), [P, O] = f(!1), [w, S] = f(1), [K, Q] = f(!1), [U, q] = f(""), [R, _] = f("");
252
+ F(() => {
264
253
  C && o({ message: C });
265
- }, [C]), A(() => {
266
- p && (o({ message: p, type: "success" }), E(!1), _());
254
+ }, [C]), F(() => {
255
+ p && (o({ message: p, type: "success" }), E(!1), A());
267
256
  }, [p]);
268
- const q = () => {
257
+ const G = () => {
269
258
  if (!U)
270
259
  return o({ message: "Please provide the document name" }), !1;
271
260
  if (!R)
272
261
  return o({ message: "Please provide the document" }), !1;
273
- s(
274
- Te({
262
+ a(
263
+ ke({
275
264
  filename: U.trim(),
276
265
  content: R
277
266
  })
278
267
  );
279
268
  }, X = () => {
280
- s(Ne());
269
+ a(ye());
281
270
  };
282
- A(() => {
271
+ F(() => {
283
272
  X();
284
273
  }, []);
285
274
  const Z = (n) => {
286
- s(Ee(n));
275
+ a(Ee(n));
287
276
  }, ee = (n) => {
288
- s(Se(n));
277
+ a(Se(n));
289
278
  }, te = (n) => {
290
279
  x({
291
- icon: De,
280
+ icon: be,
292
281
  height: "450px",
293
282
  title: "Are you sure you want to delete?",
294
283
  message: "This action cannot be undone.",
@@ -298,91 +287,91 @@ const Ne = () => ({
298
287
  cancelButtonShow: !0
299
288
  });
300
289
  }, ne = (n) => {
301
- s(Ie(n));
302
- }, H = ({ data: n, type: I }) => I === "identity" ? /* @__PURE__ */ e(
290
+ a(Te(n));
291
+ }, M = ({ data: n, type: T }) => T === "identity" ? /* @__PURE__ */ e(
303
292
  c,
304
293
  {
305
294
  className: i["menu-item"],
306
295
  onClick: () => n.documentId && Z(n.documentId),
307
- children: /* @__PURE__ */ t(u, { container: !0, sx: { width: "100%" }, children: [
308
- /* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(a, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.documentType && le(n.documentType) }) }) }) }),
309
- /* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(a, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: M, alt: "arrow" }) }) })
296
+ children: /* @__PURE__ */ t(h, { container: !0, sx: { width: "100%" }, children: [
297
+ /* @__PURE__ */ e(h, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(l, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.documentType && me(n.documentType) }) }) }) }),
298
+ /* @__PURE__ */ e(h, { size: 2, children: /* @__PURE__ */ e(l, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: V, alt: "arrow" }) }) })
310
299
  ] })
311
300
  }
312
301
  ) : /* @__PURE__ */ t(c, { sx: { position: "relative" }, className: i["menu-item"], children: [
313
- N && /* @__PURE__ */ e(
314
- T,
302
+ y && /* @__PURE__ */ e(
303
+ k,
315
304
  {
316
305
  className: i["remove-icon"],
317
306
  onClick: () => te(n.filename),
318
- children: /* @__PURE__ */ e(re, {})
307
+ children: /* @__PURE__ */ e(ce, {})
319
308
  }
320
309
  ),
321
310
  /* @__PURE__ */ t(
322
- u,
311
+ h,
323
312
  {
324
313
  onClick: () => ee(n.filename),
325
314
  container: !0,
326
315
  sx: { width: "100%" },
327
316
  children: [
328
- /* @__PURE__ */ e(u, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(a, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.filename }) }) }) }),
329
- /* @__PURE__ */ e(u, { size: 2, children: /* @__PURE__ */ e(a, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: M, alt: "arrow" }) }) })
317
+ /* @__PURE__ */ e(h, { size: 10, className: "content-center", children: /* @__PURE__ */ e(c, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e(l, { color: "primary", children: /* @__PURE__ */ e("strong", { children: n.filename }) }) }) }),
318
+ /* @__PURE__ */ e(h, { size: 2, children: /* @__PURE__ */ e(l, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e("img", { src: V, alt: "arrow" }) }) })
330
319
  ]
331
320
  }
332
321
  )
333
- ] }), _ = () => {
334
- Q(""), B(""), S(1), G(!1);
322
+ ] }), A = () => {
323
+ q(""), _(""), S(1), Q(!1);
335
324
  };
336
325
  return /* @__PURE__ */ t(v, { children: [
337
- /* @__PURE__ */ e(h, {}),
326
+ /* @__PURE__ */ e(u, {}),
338
327
  /* @__PURE__ */ e(
339
- ve,
328
+ oe,
340
329
  {
341
330
  sx: {
342
331
  color: "#fff",
343
332
  zIndex: (n) => n.zIndex.drawer + 1e3
344
333
  },
345
334
  open: b,
346
- children: /* @__PURE__ */ e(w, { color: "inherit" })
335
+ children: /* @__PURE__ */ e(W, { color: "inherit" })
347
336
  }
348
337
  ),
349
- /* @__PURE__ */ e(a, { className: i.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Documents" }) }),
350
- l.length > 0 && /* @__PURE__ */ t(
351
- ye,
338
+ /* @__PURE__ */ e(l, { className: i.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Documents" }) }),
339
+ s.length > 0 && /* @__PURE__ */ t(
340
+ re,
352
341
  {
353
- className: `${N ? i["delete-disable"] : i["confirm-edit"]} normal-text`,
342
+ className: `${y ? i["delete-disable"] : i["confirm-edit"]} normal-text`,
354
343
  sx: { mt: 3, mb: 3 },
355
344
  variant: "contained",
356
345
  onClick: () => E((n) => !n),
357
346
  children: [
358
- /* @__PURE__ */ e(oe, {}),
347
+ /* @__PURE__ */ e(ie, {}),
359
348
  "Delete"
360
349
  ]
361
350
  }
362
351
  ),
363
- D ? /* @__PURE__ */ e(c, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(w, {}) }) : /* @__PURE__ */ t(v, { children: [
364
- d && d.map((n, I) => /* @__PURE__ */ e(H, { data: n, type: "identity" }, I)),
365
- l && l.map((n, I) => /* @__PURE__ */ e(H, { data: n, type: "normal" }, I)),
366
- !d && l.length === 0 && /* @__PURE__ */ e(a, { mt: 4, className: "text-center", variant: "h4", children: "No Documents" })
352
+ D ? /* @__PURE__ */ e(c, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(W, {}) }) : /* @__PURE__ */ t(v, { children: [
353
+ m && m.map((n, T) => /* @__PURE__ */ e(M, { data: n, type: "identity" }, T)),
354
+ s && s.map((n, T) => /* @__PURE__ */ e(M, { data: n, type: "normal" }, T)),
355
+ !m && s.length === 0 && /* @__PURE__ */ e(l, { mt: 4, className: "text-center", variant: "h4", children: "No Documents" })
367
356
  ] }),
368
357
  /* @__PURE__ */ e(
369
358
  g,
370
359
  {
371
360
  sx: { mt: 4 },
372
- onClick: () => G(!0),
361
+ onClick: () => Q(!0),
373
362
  fullWidth: !0,
374
363
  children: /* @__PURE__ */ e("strong", { children: "Add new document" })
375
364
  }
376
365
  ),
377
366
  /* @__PURE__ */ t(
378
- L,
367
+ B,
379
368
  {
380
- open: W,
369
+ open: P,
381
370
  fullWidth: !0,
382
371
  onClose: () => O(!1),
383
372
  children: [
384
373
  /* @__PURE__ */ e($, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
385
- T,
374
+ k,
386
375
  {
387
376
  "aria-label": "close",
388
377
  onClick: () => O(!1),
@@ -392,53 +381,53 @@ const Ne = () => ({
392
381
  top: 8,
393
382
  color: "#16359D"
394
383
  },
395
- children: /* @__PURE__ */ e(F, {})
384
+ children: /* @__PURE__ */ e(z, {})
396
385
  }
397
386
  ) }),
398
- /* @__PURE__ */ e(V, { sx: { mt: 2 } }),
399
- /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(c, { children: "Add Document Modal" }) })
387
+ /* @__PURE__ */ e(H, { sx: { mt: 2 } }),
388
+ /* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(c, { children: "Add Document Modal" }) })
400
389
  ]
401
390
  }
402
391
  ),
403
392
  /* @__PURE__ */ t(
404
- L,
393
+ B,
405
394
  {
406
- open: !!y,
395
+ open: !!N,
407
396
  fullWidth: !0,
408
- onClose: () => s(J()),
397
+ onClose: () => a(J()),
409
398
  children: [
410
399
  /* @__PURE__ */ e($, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
411
- T,
400
+ k,
412
401
  {
413
402
  "aria-label": "close",
414
- onClick: () => s(J()),
403
+ onClick: () => a(J()),
415
404
  sx: {
416
405
  position: "absolute",
417
406
  right: 8,
418
407
  top: 8,
419
408
  color: "#16359D"
420
409
  },
421
- children: /* @__PURE__ */ e(F, {})
410
+ children: /* @__PURE__ */ e(z, {})
422
411
  }
423
412
  ) }),
424
- /* @__PURE__ */ e(V, { sx: { mt: 2 } }),
425
- /* @__PURE__ */ e(z, { children: /* @__PURE__ */ t(c, { children: [
426
- /* @__PURE__ */ e(a, { variant: "h5", mb: 3, children: "Front Image" }),
413
+ /* @__PURE__ */ e(H, { sx: { mt: 2 } }),
414
+ /* @__PURE__ */ e(j, { children: /* @__PURE__ */ t(c, { children: [
415
+ /* @__PURE__ */ e(l, { variant: "h5", mb: 3, children: "Front Image" }),
427
416
  /* @__PURE__ */ e(
428
417
  "img",
429
418
  {
430
419
  className: i["video-box-inner-content"],
431
- src: "data:image/jpeg;base64," + y,
420
+ src: "data:image/jpeg;base64," + N,
432
421
  alt: "Front"
433
422
  }
434
423
  ),
435
- m && /* @__PURE__ */ t(v, { children: [
436
- /* @__PURE__ */ e(a, { variant: "h5", mt: 2, mb: 3, children: "Back Image" }),
424
+ d && /* @__PURE__ */ t(v, { children: [
425
+ /* @__PURE__ */ e(l, { variant: "h5", mt: 2, mb: 3, children: "Back Image" }),
437
426
  /* @__PURE__ */ e(
438
427
  "img",
439
428
  {
440
429
  className: i["video-box-inner-content"],
441
- src: "data:image/jpeg;base64," + m,
430
+ src: "data:image/jpeg;base64," + d,
442
431
  alt: "Back"
443
432
  }
444
433
  )
@@ -448,63 +437,62 @@ const Ne = () => ({
448
437
  }
449
438
  ),
450
439
  /* @__PURE__ */ t(
451
- L,
440
+ B,
452
441
  {
453
442
  fullWidth: !0,
454
443
  open: K,
455
- onClose: _,
456
- TransitionComponent: se,
444
+ onClose: A,
445
+ TransitionComponent: de,
457
446
  children: [
458
447
  /* @__PURE__ */ t(c, { className: i["asset-header"], children: [
459
448
  /* @__PURE__ */ e(
460
- T,
449
+ k,
461
450
  {
462
451
  "aria-label": "close",
463
452
  onClick: () => S(
464
- P - 1 <= 0 ? 1 : P - 1
453
+ w - 1 <= 0 ? 1 : w - 1
465
454
  ),
466
- sx: { color: "#16359d", ml: "20px" },
467
- children: /* @__PURE__ */ e(ke, {})
455
+ sx: { ml: "20px" },
456
+ children: /* @__PURE__ */ e(se, {})
468
457
  }
469
458
  ),
470
459
  /* @__PURE__ */ e(
471
- a,
460
+ l,
472
461
  {
473
- className: "secondary-text-color",
474
462
  variant: "subtitle1",
475
463
  component: "p",
476
464
  children: /* @__PURE__ */ e("strong", { children: "Add new document" })
477
465
  }
478
466
  ),
479
467
  /* @__PURE__ */ e(
480
- T,
468
+ k,
481
469
  {
482
470
  "aria-label": "close",
483
- onClick: _,
471
+ onClick: A,
484
472
  className: i["asset-close-btn"],
485
- children: /* @__PURE__ */ e(F, {})
473
+ children: /* @__PURE__ */ e(z, {})
486
474
  }
487
475
  )
488
476
  ] }),
489
- /* @__PURE__ */ e(z, { sx: { padding: "20px 45px" }, dividers: !0, children: {
477
+ /* @__PURE__ */ e(j, { sx: { padding: "20px 45px" }, dividers: !0, children: {
490
478
  1: /* @__PURE__ */ e(
491
- Re,
479
+ Ie,
492
480
  {
493
481
  showAlertMessage: o,
494
482
  documentName: U,
495
- setDocumentName: Q,
483
+ setDocumentName: q,
496
484
  setDocumentScreen: S
497
485
  }
498
486
  ),
499
487
  2: /* @__PURE__ */ e(
500
- we,
488
+ Re,
501
489
  {
502
490
  showAlertMessage: o,
503
491
  setDocumentScreen: S,
504
492
  documentFile: R,
505
- setDocumentFile: B,
506
- uploadDocument: q,
507
- uploadLoader: k
493
+ setDocumentFile: _,
494
+ uploadDocument: G,
495
+ uploadLoader: I
508
496
  }
509
497
  ),
510
498
  3: /* @__PURE__ */ e(
@@ -513,17 +501,17 @@ const Ne = () => ({
513
501
  showAlertMessage: o,
514
502
  setDocumentScreen: S,
515
503
  documentFile: R,
516
- setDocumentFile: B,
517
- uploadDocument: q,
518
- uploadLoader: k
504
+ setDocumentFile: _,
505
+ uploadDocument: G,
506
+ uploadLoader: I
519
507
  }
520
508
  )
521
- }[P] })
509
+ }[w] })
522
510
  ]
523
511
  }
524
512
  )
525
513
  ] });
526
514
  };
527
515
  export {
528
- at as default
516
+ Ke as default
529
517
  };