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 +1 @@
1
- ._container_2oghf_1{display:flex;align-items:center;margin-top:130px}._inner-container_2oghf_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_2oghf_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_2oghf_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_2oghf_57{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_2oghf_73{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #000000;color:#000;font-size:14px;text-transform:none;box-shadow:none}._sBtn_2oghf_73:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_2oghf_73:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_2oghf_117{position:relative}._doc-video-box_2oghf_117:before,._doc-video-box_2oghf_117:after,._doc-video-box_2oghf_117>:first-child:before,._doc-video-box_2oghf_117>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_2oghf_117:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_2oghf_117:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_2oghf_117>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_2oghf_117>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_2oghf_193:before,._image-corner-color_2oghf_193:after,._image-corner-color_2oghf_193>:first-child:before,._image-corner-color_2oghf_193>:first-child:after{border-color:#00b171}._video-box-inner-content_2oghf_207{max-width:100%;height:auto}._menu-item_2oghf_217{padding:8px 20px;margin-top:19px;border-radius:8px;border:.5px solid #d0d0d0;cursor:pointer}._remove-icon_2oghf_233{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_2oghf_247{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_2oghf_263{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_2oghf_279{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0;background:linear-gradient(89.98deg,#35e0f41a .02%,#33d7f01a 6.97%,#2ebde41a 18.55%,#2594d01a 33.31%,#195bb61a 50.5%,#1132a31a 61.64%,#1132a31a 99.98%);box-shadow:0 2px 3px #00000026}._asset-close-btn_2oghf_317{position:absolute;right:8px;top:12px;color:#000}._dialog-container_2oghf_331{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_2oghf_345{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_2oghf_353{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_2oghf_365{padding:2px;border:1px solid #ccc;min-width:300px;max-width:450px;max-height:250px;min-height:200px;overflow:auto;outline:none;resize:both;background:#fff}._tweet-disable-text_2oghf_391{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_2oghf_409{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_2oghf_427{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359d;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_2oghf_427:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_2oghf_427:hover{border:3px solid #16359d;background:#16359d;color:#fff}._kyc-approved_2oghf_471{padding:6px 12px!important;border-radius:100px!important;background:#fff!important;border:3px solid #28a745!important;color:#28a745!important;font-size:14px!important;text-transform:none!important;box-shadow:none!important}
1
+ ._container_1br0u_1{display:flex;align-items:center;margin-top:130px}._inner-container_1br0u_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_1br0u_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_1br0u_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_1br0u_57{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_1br0u_73{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #000000;color:#000;font-size:14px;text-transform:none;box-shadow:none}._sBtn_1br0u_73:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_1br0u_73:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_1br0u_117{position:relative}._doc-video-box_1br0u_117:before,._doc-video-box_1br0u_117:after,._doc-video-box_1br0u_117>:first-child:before,._doc-video-box_1br0u_117>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_1br0u_117:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_1br0u_117:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_1br0u_117>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_1br0u_117>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_1br0u_193:before,._image-corner-color_1br0u_193:after,._image-corner-color_1br0u_193>:first-child:before,._image-corner-color_1br0u_193>:first-child:after{border-color:#00b171}._video-box-inner-content_1br0u_207{max-width:100%;height:auto}._menu-item_1br0u_217{padding:8px 20px;margin-top:19px;border-radius:8px;border:.5px solid #d0d0d0;cursor:pointer}._remove-icon_1br0u_233{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_1br0u_247{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_1br0u_263{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_1br0u_279{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0;box-shadow:0 2px 3px #00000026}._asset-close-btn_1br0u_297{position:absolute;right:8px;top:12px;color:#000}._dialog-container_1br0u_311{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_1br0u_325{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_1br0u_333{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_1br0u_345{padding:2px;border:1px solid #ccc;min-width:300px;max-width:450px;max-height:250px;min-height:200px;overflow:auto;outline:none;resize:both;background:#fff}._tweet-disable-text_1br0u_371{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_1br0u_389{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_1br0u_407{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359d;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_1br0u_407:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_1br0u_407:hover{border:3px solid #16359d;background:#16359d;color:#fff}._kyc-approved_1br0u_451{padding:6px 12px!important;border-radius:100px!important;background:#fff!important;border:3px solid #28a745!important;color:#28a745!important;font-size:14px!important;text-transform:none!important;box-shadow:none!important}
@@ -1,4 +1,4 @@
1
- import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-DrmtdI1J.js";
1
+ import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-DX0YBtP2.js";
2
2
  const A = () => ({
3
3
  type: R
4
4
  }), I = (e) => ({
@@ -40,16 +40,16 @@ const A = () => ({
40
40
  });
41
41
  export {
42
42
  A as a,
43
- U as b,
44
- Y as c,
45
- q as d,
46
- Q as e,
47
- c as f,
48
- g,
49
- L as h,
50
- n as i,
43
+ d as b,
44
+ B as c,
45
+ U as d,
46
+ Y as e,
47
+ q as f,
48
+ Q as g,
49
+ c as h,
50
+ g as i,
51
51
  I as l,
52
- B as r,
52
+ L as r,
53
53
  u,
54
- d as v
54
+ n as v
55
55
  };
@@ -1,4 +1,4 @@
1
- import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-DrmtdI1J.js";
1
+ import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-DX0YBtP2.js";
2
2
  const y = () => ({
3
3
  type: e
4
4
  }), d = (a) => ({
@@ -1,59 +1,54 @@
1
- import { jsxs as u, Fragment as D, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as u, Fragment as R, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as s, useEffect as c } from "react";
3
3
  import { h as G } from "../../../moment-h96o7c8I.js";
4
- import { u as R } from "../../../react-redux-C7I9-1M6.js";
5
- import { removeExtraSpace as i } from "../../../util/functions.js";
6
- import { nameRegex as H } from "../../../util/regex.js";
4
+ import { u as B } from "../../../react-redux-C7I9-1M6.js";
5
+ import { Typography as M, Box as a, FormControl as H, Select as J, MenuItem as z, CircularProgress as Q } from "@mui/material";
6
+ import { removeExtraSpace as o } from "../../../util/functions.js";
7
+ import { nameRegex as U } from "../../../util/regex.js";
7
8
  import "../../../index-DlQqWbXG.js";
8
9
  import "../../Wallet/Shared/appButton.js";
9
10
  import "../../../hoc/withThemeProvider.js";
10
- import "../../Wallet/Shared/Auth/otpForm.js";
11
- import "../../../constants-DrmtdI1J.js";
12
- import { r as J, u as Q } from "../../../kyc-ksV3vBP_.js";
11
+ import "../../../otpForm-DeeegaX2.js";
12
+ import "../../../constants-DX0YBtP2.js";
13
+ import { r as V, u as X } from "../../../kyc-BNMPoeHt.js";
13
14
  import "../../../context/snackBarContext.js";
14
- import U from "../../../hooks/useEverestDispatch.js";
15
+ import $ from "../../../hooks/useEverestDispatch.js";
15
16
  import "../../../util/conversions.js";
16
17
  import "../../../index-CAoLi5Qq.js";
17
- import { useSnackBar as V } from "../../../hooks/useSnackBar.js";
18
+ import { useSnackBar as ee } from "../../../hooks/useSnackBar.js";
18
19
  import "../../../react-webcam-B3cXh1XT.js";
19
20
  import "../../Shared/transition.js";
20
- import "../../../tooltip-3UvETWtS.js";
21
+ import "../../../tooltip-BW0UyWw7.js";
21
22
  import "../../../index.esm-BsMAMhYW.js";
22
- import { c as X } from "../../../countries-BVn1FubK.js";
23
+ import { c as te } from "../../../countries-BVn1FubK.js";
23
24
  import "../../../web3-u4qDZYpo.js";
24
25
  import "../../../index-ceeCtFuh.js";
25
26
  import "../../../index.esm-I_Bp2YLf.js";
26
27
  import "../../../context/dialogContext.js";
27
- import $ from "../Shared/Button/index.js";
28
- import o from "../Shared/Input/index.js";
29
- import { T as M } from "../../../Typography-pAaje37G.js";
30
- import { B as a } from "../../../Box-B0YSYLco.js";
31
- import { F as ee } from "../../../FormControl-RtZDQMdA.js";
32
- import { S as te } from "../../../Select-CB5yWmyn.js";
33
- import { M as F } from "../../../MenuItem-DUdYOJr4.js";
34
- import { C as re } from "../../../CircularProgress-xZA3lvba.js";
35
- const Ye = ({ onComplete: z }) => {
36
- const h = U(), n = R(
28
+ import re from "../Shared/Button/index.js";
29
+ import i from "../Shared/Input/index.js";
30
+ const ze = ({ onComplete: E }) => {
31
+ const h = $(), n = B(
37
32
  (e) => e.user.profile
38
33
  );
39
- R(
34
+ B(
40
35
  (e) => e.order.estimate.conversion_price
41
36
  );
42
- const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar: E } = V(), [v, y] = s(""), [C, b] = s(""), [d, I] = s(""), [W, K] = s(""), [P, Y] = s(""), [S, j] = s(""), [N, L] = s(""), [k, T] = s(""), [f, Z] = s("");
37
+ const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar: F } = ee(), [v, y] = s(""), [C, b] = s(""), [d, I] = s(""), [W, K] = s(""), [P, Y] = s(""), [S, j] = s(""), [N, L] = s(""), [k, Z] = s(""), [f, w] = s("");
43
38
  c(() => () => {
44
- h(J());
39
+ h(V());
45
40
  }, []), c(() => {
46
41
  p && r({ message: p });
47
42
  }, [p]), c(() => {
48
43
  m.minimal && (r({
49
44
  message: "Minimal KYC has been done successfully.",
50
45
  type: "success"
51
- }), z());
46
+ }), E());
52
47
  }, [m]), c(() => {
53
48
  y(n.firstName), b(n.lastName);
54
49
  }, [n]);
55
- const w = () => {
56
- const e = i(v), l = i(C), _ = i(W), O = i(P), x = i(S), A = i(N), B = i(k);
50
+ const O = () => {
51
+ const e = o(v), l = o(C), _ = o(W), T = o(P), x = o(S), A = o(N), D = o(k);
57
52
  if (!e) {
58
53
  r({ message: "Please provide first name" });
59
54
  return;
@@ -84,7 +79,7 @@ const Ye = ({ onComplete: z }) => {
84
79
  r({ message: "Please provide state" });
85
80
  return;
86
81
  }
87
- if (!B) {
82
+ if (!D) {
88
83
  r({ message: "Please provide zip code" });
89
84
  return;
90
85
  }
@@ -92,7 +87,7 @@ const Ye = ({ onComplete: z }) => {
92
87
  r({ message: "Please provide country" });
93
88
  return;
94
89
  }
95
- g || h(Q({
90
+ g || h(X({
96
91
  personal_information: {
97
92
  first_name: e,
98
93
  last_name: l,
@@ -100,21 +95,21 @@ const Ye = ({ onComplete: z }) => {
100
95
  },
101
96
  residential_address: {
102
97
  street: _,
103
- secondary_street: O,
98
+ secondary_street: T,
104
99
  city: x,
105
100
  state: A,
106
- postcode: B,
101
+ postcode: D,
107
102
  country: f
108
103
  }
109
104
  }));
110
105
  }, q = (e, l) => {
111
- e ? H.test(e) && l(e) : l("");
106
+ e ? U.test(e) && l(e) : l("");
112
107
  };
113
- return /* @__PURE__ */ u(D, { children: [
114
- E,
108
+ return /* @__PURE__ */ u(R, { children: [
109
+ F,
115
110
  /* @__PURE__ */ t(M, { color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Personal Details" }) }),
116
111
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
117
- o,
112
+ i,
118
113
  {
119
114
  label: "First Name",
120
115
  value: v,
@@ -126,7 +121,7 @@ const Ye = ({ onComplete: z }) => {
126
121
  }
127
122
  ) }),
128
123
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
129
- o,
124
+ i,
130
125
  {
131
126
  label: "Last Name",
132
127
  value: C,
@@ -138,7 +133,7 @@ const Ye = ({ onComplete: z }) => {
138
133
  }
139
134
  ) }),
140
135
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
141
- o,
136
+ i,
142
137
  {
143
138
  type: "date",
144
139
  label: "Date Of Birth",
@@ -150,7 +145,7 @@ const Ye = ({ onComplete: z }) => {
150
145
  ) }),
151
146
  /* @__PURE__ */ t(M, { sx: { mt: 2 }, color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Residential Address Details" }) }),
152
147
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
153
- o,
148
+ i,
154
149
  {
155
150
  label: "Address 1",
156
151
  value: W,
@@ -160,7 +155,7 @@ const Ye = ({ onComplete: z }) => {
160
155
  }
161
156
  ) }),
162
157
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
163
- o,
158
+ i,
164
159
  {
165
160
  label: "Address 2 (optional)",
166
161
  value: P,
@@ -169,7 +164,7 @@ const Ye = ({ onComplete: z }) => {
169
164
  }
170
165
  ) }),
171
166
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
172
- o,
167
+ i,
173
168
  {
174
169
  label: "City",
175
170
  value: S,
@@ -179,7 +174,7 @@ const Ye = ({ onComplete: z }) => {
179
174
  }
180
175
  ) }),
181
176
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
182
- o,
177
+ i,
183
178
  {
184
179
  label: "State",
185
180
  value: N,
@@ -189,11 +184,11 @@ const Ye = ({ onComplete: z }) => {
189
184
  }
190
185
  ) }),
191
186
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
192
- o,
187
+ i,
193
188
  {
194
189
  label: "Zip Code",
195
190
  value: k,
196
- onChange: (e) => T(e.target.value),
191
+ onChange: (e) => Z(e.target.value),
197
192
  fullWidth: !0,
198
193
  required: !0
199
194
  }
@@ -211,25 +206,25 @@ const Ye = ({ onComplete: z }) => {
211
206
  children: "Country *"
212
207
  }
213
208
  ),
214
- /* @__PURE__ */ t(ee, { fullWidth: !0, children: /* @__PURE__ */ u(
215
- te,
209
+ /* @__PURE__ */ t(H, { fullWidth: !0, children: /* @__PURE__ */ u(
210
+ J,
216
211
  {
217
212
  value: f,
218
213
  displayEmpty: !0,
219
- onChange: (e) => Z(e.target.value),
214
+ onChange: (e) => w(e.target.value),
220
215
  children: [
221
- /* @__PURE__ */ t(F, { value: "", children: "Select Country" }),
222
- X.map((e) => /* @__PURE__ */ t(F, { value: e.alpha3, children: e.name }, e.alpha3))
216
+ /* @__PURE__ */ t(z, { value: "", children: "Select Country" }),
217
+ te.map((e) => /* @__PURE__ */ t(z, { value: e.alpha3, children: e.name }, e.alpha3))
223
218
  ]
224
219
  }
225
220
  ) })
226
221
  ] }),
227
- /* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t($, { onClick: w, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: g ? /* @__PURE__ */ u(D, { children: [
228
- /* @__PURE__ */ t(re, { size: 15, color: "inherit" }),
222
+ /* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t(re, { onClick: O, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: g ? /* @__PURE__ */ u(R, { children: [
223
+ /* @__PURE__ */ t(Q, { size: 15, color: "inherit" }),
229
224
  " Processing..."
230
225
  ] }) : "Submit" }) }) })
231
226
  ] });
232
227
  };
233
228
  export {
234
- Ye as default
229
+ ze as default
235
230
  };
@@ -1,9 +1,9 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import m from "../../../hoc/withThemeProvider.js";
3
- import i from "./form.js";
4
- import { B as e } from "../../../Box-B0YSYLco.js";
2
+ import { Box as m } from "@mui/material";
3
+ import i from "../../../hoc/withThemeProvider.js";
4
+ import e from "./form.js";
5
5
  const d = ({ onComplete: o }) => /* @__PURE__ */ r(
6
- e,
6
+ m,
7
7
  {
8
8
  sx: {
9
9
  padding: { xs: "1rem", md: "2rem" },
@@ -11,9 +11,9 @@ const d = ({ onComplete: o }) => /* @__PURE__ */ r(
11
11
  borderRadius: "1rem",
12
12
  boxShadow: "0px 0px 64px 0px rgba(247, 247, 248, 1)"
13
13
  },
14
- children: /* @__PURE__ */ r(i, { onComplete: o })
14
+ children: /* @__PURE__ */ r(e, { onComplete: o })
15
15
  }
16
- ), n = m(d);
16
+ ), n = i(d);
17
17
  export {
18
18
  n as default
19
19
  };
@@ -1,18 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../../ErrorOutline-CPQcnl2b.js";
3
+ import "@mui/material";
4
+ import "../../../../ErrorOutline-Bt7P4ChN.js";
4
5
  import "../../../../index-ceeCtFuh.js";
5
6
  import "../../Shared/backBtn.js";
6
7
  import "../../../../util/functions.js";
7
8
  import "../../../../util/constants.js";
8
9
  import "../../Shared/Input/index.js";
9
10
  import "../../Shared/Button/index.js";
10
- import { C as c } from "../../../../index-D2JWUPz8.js";
11
- import "../../../../constants-DrmtdI1J.js";
12
- import "../../../../order-DEp_Lmar.js";
13
- import "../../../../Typography-pAaje37G.js";
14
- import "../../../../Box-B0YSYLco.js";
15
- import "../../../../CircularProgress-xZA3lvba.js";
11
+ import { C } from "../../../../index-_fiTunwZ.js";
12
+ import "../../../../constants-DX0YBtP2.js";
13
+ import "../../../../order-BXeCIvqC.js";
16
14
  export {
17
- c as default
15
+ C as default
18
16
  };
@@ -1,16 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../../Shared/backBtn.js";
4
5
  import "../../../../util/functions.js";
5
6
  import "../../../../util/constants.js";
6
- import { a as b } from "../../../../index-D2JWUPz8.js";
7
+ import { a as s } from "../../../../index-_fiTunwZ.js";
7
8
  import "../../Shared/Button/index.js";
8
- import "../../../../constants-DrmtdI1J.js";
9
- import "../../../../order-DEp_Lmar.js";
10
- import "../../../../Typography-pAaje37G.js";
11
- import "../../../../Box-B0YSYLco.js";
12
- import "../../../../Grid-CFe3amXO.js";
13
- import "../../../../CircularProgress-xZA3lvba.js";
9
+ import "../../../../constants-DX0YBtP2.js";
10
+ import "../../../../order-BXeCIvqC.js";
14
11
  export {
15
- b as default
12
+ s as default
16
13
  };
@@ -1,26 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../../PlayArrow-Bjz9LxhD.js";
4
- import "../../../../Info-BVeUSPyk.js";
3
+ import "@mui/material";
4
+ import "../../../../PlayArrow-71FP5PzJ.js";
5
+ import "../../../../Info-DOoRR7sR.js";
5
6
  import "../../../../generic-token-B_ptO5yb.js";
6
7
  import "../../Shared/Input/index.js";
7
8
  import "../../../../util/constants.js";
8
- import "../../../../constants-DrmtdI1J.js";
9
- import "../../../../order-DEp_Lmar.js";
10
- import "../../../../tooltip-3UvETWtS.js";
9
+ import "../../../../constants-DX0YBtP2.js";
10
+ import "../../../../order-BXeCIvqC.js";
11
+ import "../../../../tooltip-BW0UyWw7.js";
11
12
  import "../../../../util/functions.js";
12
13
  import "../../Shared/Button/index.js";
13
- import { B as w } from "../../../../index-D2JWUPz8.js";
14
- import "../../../../Grid-CFe3amXO.js";
15
- import "../../../../Box-B0YSYLco.js";
16
- import "../../../../Typography-pAaje37G.js";
17
- import "../../../../CircularProgress-xZA3lvba.js";
18
- import "../../../../TextField-DPpRUQe3.js";
19
- import "../../../../FormControl-RtZDQMdA.js";
20
- import "../../../../Select-CB5yWmyn.js";
21
- import "../../../../MenuItem-DUdYOJr4.js";
22
- import "../../../../ListItemIcon-CUcyTEEm.js";
23
- import "../../../../IconButton-DHm-hucF.js";
14
+ import { B as b } from "../../../../index-_fiTunwZ.js";
24
15
  export {
25
- w as default
16
+ b as default
26
17
  };
@@ -1,18 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-D2JWUPz8.js";
4
+ import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-_fiTunwZ.js";
5
+ import "@mui/material";
5
6
  import "../../../../react-redux-C7I9-1M6.js";
6
- import "../../../../constants-DrmtdI1J.js";
7
- import "../../../../PlayArrow-Bjz9LxhD.js";
8
- import "../../../../cryptoAssets-DyGDknvq.js";
9
- import "../../../../order-DEp_Lmar.js";
7
+ import "../../../../constants-DX0YBtP2.js";
8
+ import "../../../../PlayArrow-71FP5PzJ.js";
9
+ import "../../../../cryptoAssets-B8rAI7pp.js";
10
+ import "../../../../order-BXeCIvqC.js";
10
11
  import "../../../../util/constants.js";
11
12
  import "../../MinimalKyc/form.js";
12
13
  import "../../../../util/functions.js";
13
14
  import "../../../../context/snackBarContext.js";
14
15
  import "../../../../hooks/useEverestDispatch.js";
15
- import "../../../../Box-B0YSYLco.js";
16
16
  export {
17
17
  I as CONFIRM_SCREEN,
18
18
  e as FORM_SCREEN,
@@ -1,54 +1,48 @@
1
1
  import { jsx as r, jsxs as o } from "react/jsx-runtime";
2
+ import { useTheme as f, Card as m, CardContent as h, Stack as n, Grid as p, Box as y, Typography as e, CircularProgress as u } from "@mui/material";
2
3
  import t from "../../Shared/Button/index.js";
3
- import { u as s } from "../../../../useTheme-BQJ5lp0i.js";
4
- import { C as f, a as p } from "../../../../CardContent-D9wTdpu-.js";
5
- import { S as a } from "../../../../Stack-k55YTxET.js";
6
- import { G as h } from "../../../../Grid-CFe3amXO.js";
7
- import { B as y } from "../../../../Box-B0YSYLco.js";
8
- import { T as i } from "../../../../Typography-pAaje37G.js";
9
- import { C as u } from "../../../../CircularProgress-xZA3lvba.js";
10
- const j = ({
4
+ const C = ({
11
5
  isLoading: c,
12
6
  amount: l,
13
7
  isBuyAvailable: d,
14
- isRedeemAvailable: m,
15
- navigate: n
8
+ isRedeemAvailable: s,
9
+ navigate: a
16
10
  }) => {
17
- const e = s();
18
- return /* @__PURE__ */ r(f, { sx: { backgroundColor: "#000", borderRadius: "1rem" }, children: /* @__PURE__ */ r(p, { sx: { color: "#fff" }, children: /* @__PURE__ */ o(a, { direction: "column", spacing: 2, children: [
19
- /* @__PURE__ */ o(h, { container: !0, justifyContent: "space-between", children: [
11
+ const i = f();
12
+ return /* @__PURE__ */ r(m, { sx: { backgroundColor: "#000", borderRadius: "1rem" }, children: /* @__PURE__ */ r(h, { sx: { color: "#fff" }, children: /* @__PURE__ */ o(n, { direction: "column", spacing: 2, children: [
13
+ /* @__PURE__ */ o(p, { container: !0, justifyContent: "space-between", children: [
20
14
  /* @__PURE__ */ o(y, { children: [
21
- /* @__PURE__ */ r(i, { variant: "2xl", fontWeight: 600, color: "primary", children: "Game balance" }),
15
+ /* @__PURE__ */ r(e, { variant: "2xl", fontWeight: 600, color: "primary", children: "Game balance" }),
22
16
  /* @__PURE__ */ r(
23
- i,
17
+ e,
24
18
  {
25
19
  variant: "5xl",
26
20
  fontWeight: 400,
27
- fontFamily: e.typography.redHatMono.fontFamily,
21
+ fontFamily: i.typography.redHatMono.fontFamily,
28
22
  children: c ? /* @__PURE__ */ r(u, { size: 24 }) : l
29
23
  }
30
24
  )
31
25
  ] }),
32
26
  /* @__PURE__ */ o(
33
- a,
27
+ n,
34
28
  {
35
29
  direction: "row",
36
30
  spacing: 1,
37
- fontFamily: e.typography.redHatMono.fontFamily,
31
+ fontFamily: i.typography.redHatMono.fontFamily,
38
32
  children: [
39
- /* @__PURE__ */ r(i, { variant: "sm", color: "#fff", children: "1 credit =" }),
40
- /* @__PURE__ */ r(i, { variant: "sm", color: "primary", children: "1$" })
33
+ /* @__PURE__ */ r(e, { variant: "sm", color: "#fff", children: "1 credit =" }),
34
+ /* @__PURE__ */ r(e, { variant: "sm", color: "primary", children: "1$" })
41
35
  ]
42
36
  }
43
37
  )
44
38
  ] }),
45
- /* @__PURE__ */ o(a, { direction: "row", spacing: 2, children: [
39
+ /* @__PURE__ */ o(n, { direction: "row", spacing: 2, children: [
46
40
  /* @__PURE__ */ r(
47
41
  t,
48
42
  {
49
- onClick: () => n("/buy"),
43
+ onClick: () => a("/buy"),
50
44
  sx: {
51
- color: e.palette.primary.main,
45
+ color: i.palette.primary.main,
52
46
  background: "#fff"
53
47
  },
54
48
  disabled: !d,
@@ -58,12 +52,12 @@ const j = ({
58
52
  /* @__PURE__ */ r(
59
53
  t,
60
54
  {
61
- onClick: () => n("/sell"),
55
+ onClick: () => a("/sell"),
62
56
  variant: "outlined",
63
57
  sx: {
64
58
  border: "1px solid #fff"
65
59
  },
66
- disabled: !m,
60
+ disabled: !s,
67
61
  children: "Redeem"
68
62
  }
69
63
  )
@@ -71,5 +65,5 @@ const j = ({
71
65
  ] }) }) });
72
66
  };
73
67
  export {
74
- j as default
68
+ C as default
75
69
  };
@@ -3,13 +3,13 @@ import S from "../../../../hoc/withThemeProvider.js";
3
3
  import C from "./balance.js";
4
4
  import w from "./transaction.js";
5
5
  import { u as c } from "../../../../react-redux-C7I9-1M6.js";
6
- import "../../../../constants-DrmtdI1J.js";
7
- import { a as x } from "../../../../order-DEp_Lmar.js";
6
+ import "../../../../constants-DX0YBtP2.js";
7
+ import { a as x } from "../../../../order-BXeCIvqC.js";
8
8
  import { useState as b, useEffect as r } from "react";
9
9
  import { getOrionBalance as v } from "../../../../util/functions.js";
10
10
  import { useRrDialog as B } from "../../../../hooks/useRrDialog/index.js";
11
- import { c as D } from "../../../../createSvgIcon-Cuzqm90l.js";
12
- import { C as L } from "../../../../Cancel-4lT7GZUA.js";
11
+ import { c as D } from "../../../../createSvgIcon-B28GrUxG.js";
12
+ import { C as L } from "../../../../Cancel-pHQsCjtK.js";
13
13
  import P from "../../../../hooks/useEverestDispatch.js";
14
14
  const T = D(/* @__PURE__ */ e("path", {
15
15
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
@@ -1,19 +1,16 @@
1
- import { jsxs as m, Fragment as e, jsx as r } from "react/jsx-runtime";
2
- import l from "../../Shared/Button/index.js";
3
- import d from "../../../Shared/HistoryItem/index.js";
4
- import { T as i } from "../../../../Typography-pAaje37G.js";
5
- import { S as o } from "../../../../Stack-k55YTxET.js";
6
- import { B as p } from "../../../../Box-B0YSYLco.js";
7
- import { C as h } from "../../../../CircularProgress-xZA3lvba.js";
8
- const j = ({
9
- isLoading: n,
10
- transactions: t,
1
+ import { jsxs as l, Fragment as e, jsx as t } from "react/jsx-runtime";
2
+ import { Typography as i, Stack as n, Box as m, CircularProgress as d } from "@mui/material";
3
+ import h from "../../Shared/Button/index.js";
4
+ import p from "../../../Shared/HistoryItem/index.js";
5
+ const y = ({
6
+ isLoading: o,
7
+ transactions: r,
11
8
  navigate: a
12
- }) => /* @__PURE__ */ m(e, { children: [
13
- /* @__PURE__ */ r(i, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
14
- /* @__PURE__ */ r(o, { direction: "column", spacing: 2, children: n ? /* @__PURE__ */ r(p, { className: "text-center", mt: 2, children: /* @__PURE__ */ r(h, { size: 50 }) }) : /* @__PURE__ */ r(e, { children: t.length > 0 ? /* @__PURE__ */ r(e, { children: t.map((s, c) => /* @__PURE__ */ r(d, { data: s }, c)) }) : /* @__PURE__ */ r(i, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }) }),
15
- t.length > 0 && /* @__PURE__ */ r(o, { direction: "row", justifyContent: "center", children: /* @__PURE__ */ r(
16
- l,
9
+ }) => /* @__PURE__ */ l(e, { children: [
10
+ /* @__PURE__ */ t(i, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
11
+ /* @__PURE__ */ t(n, { direction: "column", spacing: 2, children: o ? /* @__PURE__ */ t(m, { className: "text-center", mt: 2, children: /* @__PURE__ */ t(d, { size: 50 }) }) : /* @__PURE__ */ t(e, { children: r.length > 0 ? /* @__PURE__ */ t(e, { children: r.map((c, s) => /* @__PURE__ */ t(p, { data: c }, s)) }) : /* @__PURE__ */ t(i, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }) }),
12
+ r.length > 0 && /* @__PURE__ */ t(n, { direction: "row", justifyContent: "center", children: /* @__PURE__ */ t(
13
+ h,
17
14
  {
18
15
  isText: !0,
19
16
  onClick: () => a("/transactions"),
@@ -24,5 +21,5 @@ const j = ({
24
21
  ) })
25
22
  ] });
26
23
  export {
27
- j as default
24
+ y as default
28
25
  };
@@ -1,20 +1,15 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../../Shared/backBtn.js";
4
5
  import "../../../../util/functions.js";
5
6
  import "../../../../util/constants.js";
6
- import { B as h } from "../../../../index-B9oucF3r.js";
7
+ import { B as x } from "../../../../index-bK14vCZw.js";
7
8
  import "../../Shared/Button/index.js";
8
- import "../../../../constants-DrmtdI1J.js";
9
- import "../../../../order-DEp_Lmar.js";
9
+ import "../../../../constants-DX0YBtP2.js";
10
+ import "../../../../order-BXeCIvqC.js";
10
11
  import "../../../Shared/transition.js";
11
- import "../../../../Close-CNwiMz_O.js";
12
- import "../../../../Typography-pAaje37G.js";
13
- import "../../../../Box-B0YSYLco.js";
14
- import "../../../../Grid-CFe3amXO.js";
15
- import "../../../../CircularProgress-xZA3lvba.js";
16
- import "../../../../DialogContent-BMwlOnbW.js";
17
- import "../../../../IconButton-DHm-hucF.js";
12
+ import "../../../../Close-DSxLLo08.js";
18
13
  export {
19
- h as default
14
+ x as default
20
15
  };