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
@@ -2,44 +2,41 @@ import { jsx as t, Fragment as ne, jsxs as r } from "react/jsx-runtime";
2
2
  import { useState as s, useEffect as w } from "react";
3
3
  import Re from "./id/index.js";
4
4
  import ye from "./gems/index.js";
5
+ import { Box as S, Grid as u, Typography as i, Dialog as Be, DialogContent as Ge, CircularProgress as Le } from "@mui/material";
5
6
  import { u as W } from "../../../react-redux-C7I9-1M6.js";
6
- import { ID_STAKE as i, STAKE_ID_MIN_DAYS as le, GEM_SYNTHETIC_TOKEN_SYMBOL as Be, EVER_CHAIN_NETWORK as C, GEMS_TOKEN_SYMBOL as z, ETHEREUM_NETWORK as N, ID_TOKEN_SYMBOL as $, GEMS_STAKE as R, STAKE_GEM_MAX_DAYS as Ge, STAKE_ID_ICON as Le, STAKE_GEM_ICON as Fe, STAKE_GEM_MAX_APY as Ke, STAKE_ID_MIN_APY as Pe, STAKE_ID_MID_DAYS as Ye, STAKE_ID_MID_APY as Oe, STAKE_ID_MAX_DAYS as We, STAKE_ID_MAX_APY as ze } from "../../../util/constants.js";
7
- import "../../../constants-DrmtdI1J.js";
8
- import { a as $e } from "../../../index-BQNs1mvn.js";
9
- import { f as He } from "../../../wallet-CauUBXou.js";
10
- import { s as Xe, a as je, b as qe } from "../../../stake-Ct7-_aWW.js";
11
- import { fromHuman as Ue, numberFormat as x, toHuman as y } from "../../../util/conversions.js";
7
+ import { ID_STAKE as c, STAKE_ID_MIN_DAYS as le, GEM_SYNTHETIC_TOKEN_SYMBOL as Fe, EVER_CHAIN_NETWORK as C, GEMS_TOKEN_SYMBOL as z, ETHEREUM_NETWORK as N, ID_TOKEN_SYMBOL as $, GEMS_STAKE as R, STAKE_GEM_MAX_DAYS as Ke, STAKE_ID_ICON as Pe, STAKE_GEM_ICON as Ye, STAKE_GEM_MAX_APY as Oe, STAKE_ID_MIN_APY as We, STAKE_ID_MID_DAYS as ze, STAKE_ID_MID_APY as $e, STAKE_ID_MAX_DAYS as He, STAKE_ID_MAX_APY as Xe } from "../../../util/constants.js";
8
+ import "../../../constants-DX0YBtP2.js";
9
+ import { a as je } from "../../../index-BQNs1mvn.js";
10
+ import { f as qe } from "../../../wallet-BPXOp8UG.js";
11
+ import { s as Ue, a as Ve, b as Je } from "../../../stake-BO2TYVJ7.js";
12
+ import { fromHuman as Qe, numberFormat as x, toHuman as y } from "../../../util/conversions.js";
12
13
  import "../../../index-DlQqWbXG.js";
13
14
  import ie from "../Shared/appButton.js";
14
- import Ve from "../../../hoc/withThemeProvider.js";
15
- import { decimalNumbersWithCommaOrDot as Je } from "../../../util/regex.js";
16
- import "../Shared/Auth/otpForm.js";
17
- import { useSnackBarContext as Qe } from "../../../context/snackBarContext.js";
18
- import Ze from "../../../hooks/useEverestDispatch.js";
15
+ import Ze from "../../../hoc/withThemeProvider.js";
16
+ import { decimalNumbersWithCommaOrDot as et } from "../../../util/regex.js";
17
+ import "../../../otpForm-DeeegaX2.js";
18
+ import { useSnackBarContext as tt } from "../../../context/snackBarContext.js";
19
+ import at from "../../../hooks/useEverestDispatch.js";
19
20
  import "../../../index-CAoLi5Qq.js";
20
21
  import "../../../react-webcam-B3cXh1XT.js";
21
22
  import "../../Shared/transition.js";
22
- import "../../../tooltip-3UvETWtS.js";
23
+ import "../../../tooltip-BW0UyWw7.js";
23
24
  import "../../../moment-h96o7c8I.js";
24
25
  import "../../../index.esm-BsMAMhYW.js";
25
26
  import "../../../web3-u4qDZYpo.js";
26
- import et from "../MoveToEthereumOrEverChain/index.js";
27
+ import ot from "../MoveToEthereumOrEverChain/index.js";
27
28
  import "../../../index-ceeCtFuh.js";
28
29
  import "../../../index.esm-I_Bp2YLf.js";
29
30
  import "../../../context/dialogContext.js";
31
+ import "@mui/icons-material";
30
32
  import { s as E } from "../../../styles.module-C1sNeKjL.js";
31
- import { B as S } from "../../../Box-B0YSYLco.js";
32
- import { G as u } from "../../../Grid-CFe3amXO.js";
33
- import { T as c } from "../../../Typography-pAaje37G.js";
34
- import { D as tt, a as at } from "../../../DialogContent-BMwlOnbW.js";
35
- import { C as ot } from "../../../CircularProgress-xZA3lvba.js";
36
33
  const st = ({
37
34
  navigate: ce,
38
35
  depositAddress: H,
39
36
  gemTokenAddress: de,
40
37
  idTokenAddress: me
41
38
  }) => {
42
- const D = Ze(), { showAlertMessage: m } = Qe(), B = W($e).everWalletAddress, X = W((e) => e.user.wallets);
39
+ const b = at(), { showAlertMessage: m } = tt(), B = W(je).everWalletAddress, X = W((e) => e.user.wallets);
43
40
  X.loader;
44
41
  const G = X.data, ke = W((e) => e.stake), {
45
42
  loader: j,
@@ -47,7 +44,7 @@ const st = ({
47
44
  addLoader: ue,
48
45
  error: F,
49
46
  tx: q
50
- } = ke, [a, U] = s(i), [V, fe] = s(!0), [J, he] = s(0), [pe, Se] = s(0), [Q, ge] = s(0), [_e, we] = s(0), [g, A] = s(null), [f, K] = s(""), [h, Z] = s(le), [P, xe] = s({
47
+ } = ke, [a, U] = s(c), [V, he] = s(!0), [J, fe] = s(0), [pe, Se] = s(0), [Q, ge] = s(0), [_e, we] = s(0), [g, A] = s(null), [h, K] = s(""), [f, Z] = s(le), [P, xe] = s({
51
48
  data: [],
52
49
  totalStake: 0,
53
50
  totalReward: 0
@@ -55,22 +52,22 @@ const st = ({
55
52
  data: [],
56
53
  totalStake: 0,
57
54
  totalReward: 0
58
- }), [Ae, b] = s(!1), [Te, ee] = s(""), [ve, te] = s(""), [De, ae] = s(
55
+ }), [Ae, D] = s(!1), [Te, ee] = s(""), [ve, te] = s(""), [be, ae] = s(
59
56
  void 0
60
- ), be = a === i ? 18 : 6, Ie = Ue(f.toString(), be);
61
- let I = Ke;
62
- a === i && (I = Pe, h === Ye ? I = Oe : h === We && (I = ze)), w(() => {
57
+ ), De = a === c ? 18 : 6, Ie = Qe(h.toString(), De);
58
+ let I = Oe;
59
+ a === c && (I = We, f === ze ? I = $e : f === He && (I = Xe)), w(() => {
63
60
  F && (Ce(), m({ message: F }));
64
61
  }, [F]), w(() => {
65
- q && (b(!1), m({
62
+ q && (D(!1), m({
66
63
  message: "Token has been successfully staked.",
67
64
  type: "success"
68
65
  }), ce("/dashboard"));
69
66
  }, [q]), w(() => {
70
- let e = Ge;
71
- a === i && (e = le), Z(e), K("");
72
- }, [a]), w(() => (D(Xe()), D(He()), () => {
73
- D(je());
67
+ let e = Ke;
68
+ a === c && (e = le), Z(e), K("");
69
+ }, [a]), w(() => (b(Ue()), b(qe()), () => {
70
+ b(Ve());
74
71
  }), []), w(() => {
75
72
  if (B && G.length > 0) {
76
73
  const e = G.find(
@@ -80,9 +77,9 @@ const st = ({
80
77
  const o = e.tokens, l = o.length;
81
78
  for (let d = 0; d < l; d++) {
82
79
  const n = o[d], M = n.fmt_balance.replaceAll(",", ""), p = parseFloat(x(M)), k = n.network.toLowerCase();
83
- n.symbol === Be && k === C.toLowerCase() && ge(p), n.symbol === z && k === N.toLowerCase() && we(p), n.symbol === $ && (k === C.toLowerCase() ? he(p) : k === N.toLowerCase() && Se(p));
80
+ n.symbol === Fe && k === C.toLowerCase() && ge(p), n.symbol === z && k === N.toLowerCase() && we(p), n.symbol === $ && (k === C.toLowerCase() ? fe(p) : k === N.toLowerCase() && Se(p));
84
81
  }
85
- fe(!1);
82
+ he(!1);
86
83
  }
87
84
  }
88
85
  }, [B, G]), w(() => {
@@ -92,7 +89,7 @@ const st = ({
92
89
  let d = 0, n = 0, M = 0, p = 0;
93
90
  for (let k = 0; k < e; k++) {
94
91
  const _ = L[k], re = _.days_left;
95
- if (_.token === i) {
92
+ if (_.token === c) {
96
93
  const T = y(_.tokens_staked, 18), v = y(_.reward_tokens, 18);
97
94
  o.push({
98
95
  tokensStake: parseFloat(x(T)),
@@ -120,44 +117,44 @@ const st = ({
120
117
  }
121
118
  }, [L]);
122
119
  const Me = () => {
123
- D(
124
- qe({
120
+ b(
121
+ Je({
125
122
  amount: Ie,
126
123
  type: a,
127
- period: h.toString()
124
+ period: f.toString()
128
125
  })
129
126
  );
130
127
  }, Ce = () => {
131
- b(!1);
128
+ D(!1);
132
129
  const { title: e, html: o, func: l } = oe();
133
130
  ee(e), te(o), ae(() => l);
134
131
  }, Ne = () => {
135
132
  O("review");
136
133
  }, O = (e) => {
137
- if (!h) {
134
+ if (!f) {
138
135
  m({
139
136
  message: "Please select the stake duration period"
140
137
  });
141
138
  return;
142
139
  }
143
- if (!f) {
140
+ if (!h) {
144
141
  m({ message: "Please provide the amount to stake" });
145
142
  return;
146
143
  }
147
- if (!Je.test(f)) {
144
+ if (!et.test(h)) {
148
145
  m({
149
146
  message: "Please provide the valid amount"
150
147
  });
151
148
  return;
152
149
  }
153
- const o = parseFloat(f.replaceAll(",", "."));
150
+ const o = parseFloat(h.replaceAll(",", "."));
154
151
  if (o * 1 <= 0) {
155
152
  m({
156
153
  message: "Please provide the amount greater than 0"
157
154
  });
158
155
  return;
159
156
  }
160
- if (a === i && o * 1 > J * 1) {
157
+ if (a === c && o * 1 > J * 1) {
161
158
  m({ message: "Insufficient balance to stake" });
162
159
  return;
163
160
  }
@@ -166,9 +163,9 @@ const st = ({
166
163
  return;
167
164
  }
168
165
  let { title: l, html: d, func: n } = oe();
169
- e === "review" && (l = "Please Review", d = `You are about to stake <strong>${f} ${a}</strong> Tokens for <strong>${h} days</strong> for ${a === R ? "up to" : ""} <strong>${I}% APY</strong>`, n = Me), ee(l), te(d), b(!0), ae(() => n);
166
+ e === "review" && (l = "Please Review", d = `You are about to stake <strong>${h} ${a}</strong> Tokens for <strong>${f} days</strong> for ${a === R ? "up to" : ""} <strong>${I}% APY</strong>`, n = Me), ee(l), te(d), D(!0), ae(() => n);
170
167
  }, oe = () => {
171
- let e = "Are you sure?", o = `You will not have access to your ${a} Tokens during the staking period of <strong>${h} days</strong>`;
168
+ let e = "Are you sure?", o = `You will not have access to your ${a} Tokens during the staking period of <strong>${f} days</strong>`;
172
169
  return { title: e, html: o, func: Ne };
173
170
  }, se = ({ data: e }) => /* @__PURE__ */ r(
174
171
  S,
@@ -191,12 +188,12 @@ const st = ({
191
188
  /* @__PURE__ */ t(
192
189
  "img",
193
190
  {
194
- src: a === i ? Le : Fe,
191
+ src: a === c ? Pe : Ye,
195
192
  alt: "id",
196
193
  width: 32
197
194
  }
198
195
  ),
199
- /* @__PURE__ */ t(c, { sx: { ml: "10px" }, variant: "h6", component: "span", children: /* @__PURE__ */ r("strong", { children: [
196
+ /* @__PURE__ */ t(i, { sx: { ml: "10px" }, variant: "h6", component: "span", children: /* @__PURE__ */ r("strong", { children: [
200
197
  e.tokensStake,
201
198
  " ",
202
199
  a
@@ -205,10 +202,10 @@ const st = ({
205
202
  }
206
203
  ),
207
204
  /* @__PURE__ */ t(S, { sx: { padding: "20px" }, children: /* @__PURE__ */ r(u, { spacing: 1, container: !0, children: [
208
- /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(c, { className: "fs16", children: /* @__PURE__ */ t("strong", { children: "Days Remaining" }) }) }),
209
- /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(c, { className: "text-right fs16 fw500", children: e.days }) }),
210
- /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(c, { className: "fs16", children: /* @__PURE__ */ t("strong", { children: "Rewards" }) }) }),
211
- /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ r(c, { className: "text-right fs16 fw500", children: [
205
+ /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(i, { className: "fs16", children: /* @__PURE__ */ t("strong", { children: "Days Remaining" }) }) }),
206
+ /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(i, { className: "text-right fs16 fw500", children: e.days }) }),
207
+ /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ t(i, { className: "fs16", children: /* @__PURE__ */ t("strong", { children: "Rewards" }) }) }),
208
+ /* @__PURE__ */ t(u, { size: 6, children: /* @__PURE__ */ r(i, { className: "text-right fs16 fw500", children: [
212
209
  e.tokensReward,
213
210
  " ID"
214
211
  ] }) })
@@ -217,7 +214,7 @@ const st = ({
217
214
  }
218
215
  );
219
216
  return g ? /* @__PURE__ */ t(ne, { children: /* @__PURE__ */ t(
220
- et,
217
+ ot,
221
218
  {
222
219
  token: g.token,
223
220
  network: g.network,
@@ -237,17 +234,17 @@ const st = ({
237
234
  sx: { width: "250px", marginLeft: "-250px" },
238
235
  children: [
239
236
  /* @__PURE__ */ t(u, { className: E["sub-tabs-item"], size: 6, children: /* @__PURE__ */ t(
240
- c,
237
+ i,
241
238
  {
242
239
  fontSize: 25,
243
- className: `font-bold ${a === i ? E.active : ""}`,
240
+ className: `font-bold ${a === c ? E.active : ""}`,
244
241
  variant: "h5",
245
- onClick: () => U(i),
242
+ onClick: () => U(c),
246
243
  children: "ID"
247
244
  }
248
245
  ) }),
249
246
  /* @__PURE__ */ t(u, { className: E["sub-tabs-item"], size: 6, children: /* @__PURE__ */ t(
250
- c,
247
+ i,
251
248
  {
252
249
  fontSize: 25,
253
250
  className: `font-bold ${a === R ? E.active : ""}`,
@@ -259,7 +256,7 @@ const st = ({
259
256
  ]
260
257
  }
261
258
  ) }),
262
- a === i ? /* @__PURE__ */ t(
259
+ a === c ? /* @__PURE__ */ t(
263
260
  Re,
264
261
  {
265
262
  loader: j,
@@ -268,9 +265,9 @@ const st = ({
268
265
  totalReward: P.totalReward,
269
266
  StakeItem: se,
270
267
  stakeStart: O,
271
- amount: f,
268
+ amount: h,
272
269
  setAmount: K,
273
- stakeDuration: h,
270
+ stakeDuration: f,
274
271
  setStakeDuration: Z,
275
272
  balanceLoader: V,
276
273
  balance: J,
@@ -297,7 +294,7 @@ const st = ({
297
294
  totalReward: Y.totalReward,
298
295
  StakeItem: se,
299
296
  stakeStart: O,
300
- amount: f,
297
+ amount: h,
301
298
  setAmount: K,
302
299
  balanceLoader: V,
303
300
  balance: Q,
@@ -318,7 +315,7 @@ const st = ({
318
315
  )
319
316
  ] }),
320
317
  /* @__PURE__ */ t(
321
- tt,
318
+ Be,
322
319
  {
323
320
  open: Ae,
324
321
  fullWidth: !0,
@@ -329,10 +326,10 @@ const st = ({
329
326
  }
330
327
  }
331
328
  },
332
- children: /* @__PURE__ */ r(at, { sx: { mt: 3 }, className: "stake-modal-content", children: [
333
- /* @__PURE__ */ t(c, { variant: "h4", className: "text-center", children: /* @__PURE__ */ t("strong", { children: Te }) }),
329
+ children: /* @__PURE__ */ r(Ge, { sx: { mt: 3 }, className: "stake-modal-content", children: [
330
+ /* @__PURE__ */ t(i, { variant: "h4", className: "text-center", children: /* @__PURE__ */ t("strong", { children: Te }) }),
334
331
  /* @__PURE__ */ t(
335
- c,
332
+ i,
336
333
  {
337
334
  sx: { mt: 5 },
338
335
  variant: "h6",
@@ -341,9 +338,9 @@ const st = ({
341
338
  }
342
339
  ),
343
340
  ue ? /* @__PURE__ */ r(S, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
344
- /* @__PURE__ */ t(ot, { size: 30 }),
341
+ /* @__PURE__ */ t(Le, { size: 30 }),
345
342
  /* @__PURE__ */ r(
346
- c,
343
+ i,
347
344
  {
348
345
  className: "secondary-text-color",
349
346
  variant: "h5",
@@ -356,12 +353,12 @@ const st = ({
356
353
  }
357
354
  )
358
355
  ] }) : /* @__PURE__ */ r(S, { px: { xs: 6, md: 15 }, children: [
359
- /* @__PURE__ */ t(ie, { sx: { mt: 6 }, onClick: De, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: "Ok" }) }),
356
+ /* @__PURE__ */ t(ie, { sx: { mt: 6 }, onClick: be, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: "Ok" }) }),
360
357
  /* @__PURE__ */ t(
361
358
  ie,
362
359
  {
363
360
  variantType: "cancel",
364
- onClick: () => b(!1),
361
+ onClick: () => D(!1),
365
362
  sx: { mt: 2 },
366
363
  fullWidth: !0,
367
364
  children: "Cancel"
@@ -372,7 +369,7 @@ const st = ({
372
369
  }
373
370
  )
374
371
  ] });
375
- }, Ot = Ve(st);
372
+ }, Kt = Ze(st);
376
373
  export {
377
- Ot as default
374
+ Kt as default
378
375
  };
@@ -1,22 +1,23 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../react-redux-C7I9-1M6.js";
4
- import "../../../PlayArrow-Bjz9LxhD.js";
5
- import "../../../Info-BVeUSPyk.js";
4
+ import "@mui/material";
5
+ import "../../../PlayArrow-71FP5PzJ.js";
6
+ import "../../../Info-DOoRR7sR.js";
6
7
  import "../../../generic-token-B_ptO5yb.js";
7
8
  import "../../../util/functions.js";
8
9
  import "../Shared/TokenModal/index.js";
9
10
  import "../../../util/conversions.js";
10
- import "../../../constants-DrmtdI1J.js";
11
+ import "../../../constants-DX0YBtP2.js";
11
12
  import "../../../index-BQNs1mvn.js";
12
- import "../../../cryptoAssets-DyGDknvq.js";
13
- import "../../../order-DEp_Lmar.js";
13
+ import "../../../cryptoAssets-B8rAI7pp.js";
14
+ import "../../../order-BXeCIvqC.js";
14
15
  import "../../../util/constants.js";
15
- import "../../../tooltip-3UvETWtS.js";
16
+ import "../../../tooltip-BW0UyWw7.js";
16
17
  import "../../../index-DlQqWbXG.js";
17
18
  import "../Shared/appButton.js";
18
19
  import "../../../hoc/withThemeProvider.js";
19
- import "../Shared/Auth/otpForm.js";
20
+ import "../../../otpForm-DeeegaX2.js";
20
21
  import "../../../context/snackBarContext.js";
21
22
  import "../../../hooks/useEverestDispatch.js";
22
23
  import "../../../index-CAoLi5Qq.js";
@@ -28,20 +29,10 @@ import "../../../web3-u4qDZYpo.js";
28
29
  import "../../../styles.module-DMd29SPQ.js";
29
30
  import "../Shared/Order/selectCustomIcon.js";
30
31
  import "../../../index-ceeCtFuh.js";
31
- import { S as T } from "../../../index-BbVpeed7.js";
32
+ import { S as J } from "../../../index-B4XvACQN.js";
32
33
  import "../../../index.esm-I_Bp2YLf.js";
33
34
  import "../../../context/dialogContext.js";
34
- import "../../../Box-B0YSYLco.js";
35
- import "../../../Grid-CFe3amXO.js";
36
- import "../../../Typography-pAaje37G.js";
37
- import "../../../FormControl-RtZDQMdA.js";
38
- import "../../../FilledInput-DuNqnPjc.js";
39
- import "../../../TextField-DPpRUQe3.js";
40
- import "../../../CircularProgress-xZA3lvba.js";
41
- import "../../../Select-CB5yWmyn.js";
42
- import "../../../MenuItem-DUdYOJr4.js";
43
- import "../../../ListItemIcon-CUcyTEEm.js";
44
- import "../../../IconButton-DHm-hucF.js";
35
+ import "@mui/icons-material";
45
36
  export {
46
- T as default
37
+ J as default
47
38
  };
@@ -1,18 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { F as f, M as F, a as I, i as L } from "../../../index-BbVpeed7.js";
4
+ import { F as f, M as F, a as I, i as L } from "../../../index-B4XvACQN.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DrmtdI1J.js";
7
- import "../../../wallet-CauUBXou.js";
8
- import "../../../order-DEp_Lmar.js";
6
+ import "../../../constants-DX0YBtP2.js";
7
+ import "../../../wallet-BPXOp8UG.js";
8
+ import "../../../order-BXeCIvqC.js";
9
9
  import "../../../util/constants.js";
10
10
  import "../../../context/snackBarContext.js";
11
11
  import "../Shared/Container/index.js";
12
12
  import "../../Shared/MinimalKyc/index.js";
13
13
  import "../Shared/Input/index.js";
14
14
  import "../Shared/appButton.js";
15
- import "../../../index-eEBuSKOo.js";
15
+ import "../../../index-JY6-UKlX.js";
16
16
  import "../../../hooks/useEverestDispatch.js";
17
17
  export {
18
18
  f as FORM_SCREEN,
@@ -1,9 +1,7 @@
1
1
  import { jsx as n, Fragment as s, jsxs as m } from "react/jsx-runtime";
2
2
  import { useState as o } from "react";
3
+ import { Box as t, Grid as i, Typography as c } from "@mui/material";
3
4
  import l from "../../../hoc/withThemeProvider.js";
4
- import { B as t } from "../../../Box-B0YSYLco.js";
5
- import { G as i } from "../../../Grid-CFe3amXO.js";
6
- import { T as c } from "../../../Typography-pAaje37G.js";
7
5
  import '../../../assets/index.css';const p = "_container_1pyai_1", _ = "_active_1pyai_43", e = {
8
6
  container: p,
9
7
  "inner-container": "_inner-container_1pyai_13",
@@ -33,7 +31,7 @@ import '../../../assets/index.css';const p = "_container_1pyai_1", _ = "_active_
33
31
  }
34
32
  ) })
35
33
  ] }) }) }) }) });
36
- }, w = l(d);
34
+ }, v = l(d);
37
35
  export {
38
- w as default
36
+ v as default
39
37
  };
@@ -1,72 +1,68 @@
1
- import { jsxs as t, Fragment as l, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as r, Fragment as l, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as x, useEffect as N } from "react";
3
3
  import { u as C } from "../../../react-redux-C7I9-1M6.js";
4
+ import { Box as n, CircularProgress as d, Grid as s, Typography as p, Stack as E } from "@mui/material";
4
5
  import S from "../Shared/backBtn.js";
5
- import E from "../Shared/addBank.js";
6
- import { F as T, C as b } from "../../../index-Dh_ahu-u.js";
7
- import "../../../constants-DrmtdI1J.js";
8
- import { u as R } from "../../../index-BQNs1mvn.js";
9
- import { o as A } from "../../../order-DEp_Lmar.js";
10
- import { u as O } from "../../../bank-C4pmTe--.js";
11
- import y from "../Shared/connectPlaidBank.js";
12
- import { s as o } from "../../../styles.module-DMd29SPQ.js";
13
- import { RADIO_BUTTON_SELECTED as _, RADIO_BUTTON as I } from "../../../util/constants.js";
14
- import D from "../../../hooks/useEverestDispatch.js";
15
- import { B as a } from "../../../Box-B0YSYLco.js";
16
- import { C as d } from "../../../CircularProgress-xZA3lvba.js";
17
- import { G as s } from "../../../Grid-CFe3amXO.js";
18
- import { T as p } from "../../../Typography-pAaje37G.js";
19
- import { S as F } from "../../../Stack-k55YTxET.js";
20
- const $ = ({
21
- setScreen: i,
22
- orderData: f
6
+ import b from "../Shared/addBank.js";
7
+ import { F as R, C as T } from "../../../index-DkiQ8pRO.js";
8
+ import "../../../constants-DX0YBtP2.js";
9
+ import { u as A } from "../../../index-BQNs1mvn.js";
10
+ import { o as O } from "../../../order-BXeCIvqC.js";
11
+ import { u as y } from "../../../bank-HVb0GFsa.js";
12
+ import _ from "../Shared/connectPlaidBank.js";
13
+ import { s as c } from "../../../styles.module-DMd29SPQ.js";
14
+ import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as D } from "../../../util/constants.js";
15
+ import F from "../../../hooks/useEverestDispatch.js";
16
+ const V = ({
17
+ setScreen: o,
18
+ orderData: h
23
19
  }) => {
24
- const c = D(), n = C(R), h = n.loader;
25
- n.message;
26
- const u = n.banks, k = f.create.bank_id, [m, B] = x(!1);
20
+ const i = F(), a = C(A), u = a.loader;
21
+ a.message;
22
+ const f = a.banks, k = h.create.bank_id, [m, g] = x(!1);
27
23
  N(() => {
28
- c(O());
24
+ i(y());
29
25
  }, []);
30
- const g = (r) => {
31
- m || (B(!0), c(A(r.id)), i(b));
26
+ const B = (t) => {
27
+ m || (g(!0), i(O(t.id)), o(T));
32
28
  };
33
- return /* @__PURE__ */ t(l, { children: [
29
+ return /* @__PURE__ */ r(l, { children: [
34
30
  /* @__PURE__ */ e(
35
31
  S,
36
32
  {
37
- onClickHandler: () => i(T),
33
+ onClickHandler: () => o(R),
38
34
  backBtnText: "Select Bank Account"
39
35
  }
40
36
  ),
41
- h ? /* @__PURE__ */ e(a, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(d, {}) }) : /* @__PURE__ */ t(l, { children: [
42
- u.map((r) => /* @__PURE__ */ e(
43
- a,
37
+ u ? /* @__PURE__ */ e(n, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(d, {}) }) : /* @__PURE__ */ r(l, { children: [
38
+ f.map((t) => /* @__PURE__ */ e(
39
+ n,
44
40
  {
45
- className: o["bank-item"],
46
- onClick: () => g(r),
47
- children: /* @__PURE__ */ t(s, { container: !0, display: "flex", alignItems: "center", children: [
48
- /* @__PURE__ */ e(s, { size: 10, className: "content-center", children: /* @__PURE__ */ t(a, { sx: { textAlign: "left" }, children: [
49
- /* @__PURE__ */ e("p", { className: o["bank-name"], children: /* @__PURE__ */ e("strong", { children: r.bankName }) }),
50
- /* @__PURE__ */ t("p", { className: o["bank-account"], children: [
51
- r.accountName,
41
+ className: c["bank-item"],
42
+ onClick: () => B(t),
43
+ children: /* @__PURE__ */ r(s, { container: !0, display: "flex", alignItems: "center", children: [
44
+ /* @__PURE__ */ e(s, { size: 10, className: "content-center", children: /* @__PURE__ */ r(n, { sx: { textAlign: "left" }, children: [
45
+ /* @__PURE__ */ e("p", { className: c["bank-name"], children: /* @__PURE__ */ e("strong", { children: t.bankName }) }),
46
+ /* @__PURE__ */ r("p", { className: c["bank-account"], children: [
47
+ t.accountName,
52
48
  " | ***",
53
- r.accountNumber.slice(-4)
49
+ t.accountNumber.slice(-4)
54
50
  ] })
55
51
  ] }) }),
56
- /* @__PURE__ */ e(s, { size: 2, children: /* @__PURE__ */ e(p, { sx: { textAlign: "right" }, children: k === r.id ? /* @__PURE__ */ e("img", { src: _, alt: "radio" }) : /* @__PURE__ */ e("img", { src: I, alt: "radio" }) }) })
52
+ /* @__PURE__ */ e(s, { size: 2, children: /* @__PURE__ */ e(p, { sx: { textAlign: "right" }, children: k === t.id ? /* @__PURE__ */ e("img", { src: I, alt: "radio" }) : /* @__PURE__ */ e("img", { src: D, alt: "radio" }) }) })
57
53
  ] })
58
54
  },
59
- r.id
55
+ t.id
60
56
  )),
61
- m && /* @__PURE__ */ e(a, { mt: 4, sx: { textAlign: "center" }, children: /* @__PURE__ */ e(d, {}) })
57
+ m && /* @__PURE__ */ e(n, { mt: 4, sx: { textAlign: "center" }, children: /* @__PURE__ */ e(d, {}) })
62
58
  ] }),
63
- /* @__PURE__ */ t(F, { mt: 4, gap: 1, children: [
64
- /* @__PURE__ */ e(y, { buttonType: "secondary" }),
59
+ /* @__PURE__ */ r(E, { mt: 4, gap: 1, children: [
60
+ /* @__PURE__ */ e(_, { buttonType: "secondary" }),
65
61
  /* @__PURE__ */ e(p, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
66
- /* @__PURE__ */ e(E, {})
62
+ /* @__PURE__ */ e(b, {})
67
63
  ] })
68
64
  ] });
69
65
  };
70
66
  export {
71
- $ as default
67
+ V as default
72
68
  };
@@ -1,19 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../Shared/backBtn.js";
4
5
  import "../../../util/constants.js";
5
6
  import "../../../styles.module-DMd29SPQ.js";
6
7
  import "../Shared/appButton.js";
7
- import "../../../constants-DrmtdI1J.js";
8
+ import "../../../constants-DX0YBtP2.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DEp_Lmar.js";
10
- import { B as g } from "../../../index-Dh_ahu-u.js";
10
+ import "../../../order-BXeCIvqC.js";
11
+ import { B } from "../../../index-DkiQ8pRO.js";
11
12
  import "../../../react-redux-C7I9-1M6.js";
12
13
  import "../../../hooks/useDialog/index.js";
13
- import "../../../Typography-pAaje37G.js";
14
- import "../../../Box-B0YSYLco.js";
15
- import "../../../Grid-CFe3amXO.js";
16
- import "../../../CircularProgress-xZA3lvba.js";
17
14
  export {
18
- g as default
15
+ B as default
19
16
  };
@@ -1,28 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Bjz9LxhD.js";
3
+ import "@mui/material";
4
+ import "../../../PlayArrow-71FP5PzJ.js";
4
5
  import "../../../generic-token-B_ptO5yb.js";
5
6
  import "../../../util/constants.js";
6
- import "../../../constants-DrmtdI1J.js";
7
- import "../../../order-DEp_Lmar.js";
7
+ import "../../../constants-DX0YBtP2.js";
8
+ import "../../../order-BXeCIvqC.js";
8
9
  import "../../../util/functions.js";
9
- import { W as z } from "../../../index-Dh_ahu-u.js";
10
+ import { W as b } from "../../../index-DkiQ8pRO.js";
10
11
  import "../../../styles.module-DMd29SPQ.js";
11
12
  import "../Shared/appButton.js";
12
13
  import "../Shared/Order/paymentButton.js";
13
14
  import "../Shared/Order/selectCustomIcon.js";
14
- import "../../../Grid-CFe3amXO.js";
15
- import "../../../Typography-pAaje37G.js";
16
- import "../../../CircularProgress-xZA3lvba.js";
17
- import "../../../FormControl-RtZDQMdA.js";
18
- import "../../../FilledInput-DuNqnPjc.js";
19
- import "../../../TextField-DPpRUQe3.js";
20
- import "../../../Select-CB5yWmyn.js";
21
- import "../../../MenuItem-DUdYOJr4.js";
22
- import "../../../ListItemIcon-CUcyTEEm.js";
23
- import "../../../Box-B0YSYLco.js";
24
- import "../../../InputAdornment-DMiED3JH.js";
25
- import "../../../IconButton-DHm-hucF.js";
26
15
  export {
27
- z as default
16
+ b as default
28
17
  };
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { a as f, C as A, F as K, M as O, i as d } from "../../../index-Dh_ahu-u.js";
4
+ import { a as f, C as A, F as K, M as O, i as d } from "../../../index-DkiQ8pRO.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DrmtdI1J.js";
7
- import "../../../PlayArrow-Bjz9LxhD.js";
8
- import "../../../wallet-CauUBXou.js";
9
- import "../../../order-DEp_Lmar.js";
6
+ import "../../../constants-DX0YBtP2.js";
7
+ import "../../../PlayArrow-71FP5PzJ.js";
8
+ import "../../../wallet-BPXOp8UG.js";
9
+ import "../../../order-BXeCIvqC.js";
10
10
  import "../../../util/constants.js";
11
11
  import "../../../context/snackBarContext.js";
12
12
  import "../Shared/Container/index.js";