everest-npm-features 0.0.60 → 0.0.62

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 (238) hide show
  1. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  2. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  3. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  4. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  5. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  6. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  7. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  8. package/dist/{PlayArrow-BlkZJiHn.js → PlayArrow-BVDyfxsQ.js} +2 -2
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/assets/index7.css +1 -1
  11. package/dist/assets/index8.css +1 -1
  12. package/dist/{auth-WhDJHZtr.js → auth-DTJdu6mq.js} +11 -11
  13. package/dist/{bank-BaOrdTcI.js → bank-C4pmTe--.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -52
  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 +9 -9
  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 -54
  51. package/dist/components/Shared/FullKyc/index.js +13 -12
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +7 -8
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -14
  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.js +34 -38
  63. package/dist/components/Wallet/Account/eWallet.js +35 -39
  64. package/dist/components/Wallet/Account/iban.js +49 -53
  65. package/dist/components/Wallet/Account/ibanItem.js +70 -76
  66. package/dist/components/Wallet/Account/index.js +68 -76
  67. package/dist/components/Wallet/Account/sendIban.js +79 -88
  68. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -12
  69. package/dist/components/Wallet/Buy/form.js +8 -18
  70. package/dist/components/Wallet/Buy/index.js +6 -6
  71. package/dist/components/Wallet/Deposit/index.js +16 -19
  72. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -34
  73. package/dist/components/Wallet/EnterpriseKyc/index.js +76 -81
  74. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  76. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  77. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +37 -39
  79. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1483
  80. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  81. package/dist/components/Wallet/EnterpriseKyc/verify.js +23 -24
  82. package/dist/components/Wallet/History/index.js +23 -797
  83. package/dist/components/Wallet/Home/index.js +13 -14
  84. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -97
  85. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  86. package/dist/components/Wallet/Portfolio/index.js +48 -52
  87. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  88. package/dist/components/Wallet/Profile/documents.js +125 -134
  89. package/dist/components/Wallet/Profile/index.js +38 -44
  90. package/dist/components/Wallet/Profile/storage.js +39 -47
  91. package/dist/components/Wallet/Receive/index.js +32 -37
  92. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -11
  93. package/dist/components/Wallet/Sell/form.js +8 -18
  94. package/dist/components/Wallet/Sell/index.js +6 -6
  95. package/dist/components/Wallet/Send/index.js +336 -324
  96. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  97. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  98. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  99. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -20
  100. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  101. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  102. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  103. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  104. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  105. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  106. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  107. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  108. package/dist/components/Wallet/Shared/addBank.js +41 -46
  109. package/dist/components/Wallet/Shared/appButton.js +11 -15
  110. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  111. package/dist/components/Wallet/Shared/button.js +7 -7
  112. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  113. package/dist/components/Wallet/Shared/inputField.js +5 -5
  114. package/dist/components/Wallet/Shared/manualSend.js +9 -14
  115. package/dist/components/Wallet/Shared/noData.js +4 -5
  116. package/dist/components/Wallet/Shared/pin.js +25 -27
  117. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  118. package/dist/components/Wallet/Shared/step.js +12 -13
  119. package/dist/components/Wallet/Shared/timer.js +1 -1
  120. package/dist/components/Wallet/SignIn/index.js +17 -17
  121. package/dist/components/Wallet/SignUp/index.js +63 -153
  122. package/dist/components/Wallet/SignUp/terms.js +1 -1
  123. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  124. package/dist/components/Wallet/Stake/id/index.js +73 -81
  125. package/dist/components/Wallet/Stake/index.js +65 -69
  126. package/dist/components/Wallet/Swap/form.js +11 -21
  127. package/dist/components/Wallet/Swap/index.js +5 -5
  128. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  129. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  130. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  131. package/dist/components/Wallet/Withdraw/form.js +6 -17
  132. package/dist/components/Wallet/Withdraw/index.js +5 -5
  133. package/dist/{constants-DREDnCMu.js → constants-DrmtdI1J.js} +7 -7
  134. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  135. package/dist/{cryptoAssets-DbyDgq4J.js → cryptoAssets-DyGDknvq.js} +1 -1
  136. package/dist/hoc/withThemeProvider.js +5 -732
  137. package/dist/hooks/useDialog/index.js +22 -23
  138. package/dist/hooks/useRrDialog/index.js +43 -46
  139. package/dist/hooks/useSnackBar.js +24 -696
  140. package/dist/icons/buyIcon.js +1 -1
  141. package/dist/icons/canceledBuyIcon.js +1 -1
  142. package/dist/icons/canceledRedeemIcon.js +1 -1
  143. package/dist/icons/failedBuyIcon.js +2 -2
  144. package/dist/icons/failedRedeemIcon.js +2 -2
  145. package/dist/icons/pendingBuyIcon.js +1 -1
  146. package/dist/icons/pendingRedeemIcon.js +1 -1
  147. package/dist/icons/redeemIcon.js +1 -1
  148. package/dist/{index-DYP5Ex_T.js → index-3OQ4M69t.js} +89 -99
  149. package/dist/{index-B3HnUBnB.js → index-BBFbUCRZ.js} +123 -129
  150. package/dist/{index-PoMNqntN.js → index-C1WPCgkl.js} +130 -141
  151. package/dist/{index-BXutc9ik.js → index-CDwzoHu7.js} +134 -145
  152. package/dist/{index-DV1dVcrY.js → index-CK4kLRAw.js} +172 -182
  153. package/dist/{index-DJ7xuxBy.js → index-CYX3j0V7.js} +175 -185
  154. package/dist/{index-CuPCW3XC.js → index-ILpK4BCB.js} +154 -163
  155. package/dist/{kyc-D4s_B9Cf.js → kyc-ksV3vBP_.js} +1 -1
  156. package/dist/main.js +7 -7
  157. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  158. package/dist/{order-DGBbo_Ox.js → order-DEp_Lmar.js} +1 -1
  159. package/dist/otpForm-fiNqeB5H.js +7378 -0
  160. package/dist/{stake-CdMc5H7D.js → stake-Ct7-_aWW.js} +1 -1
  161. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  162. package/dist/tooltip-BW0UyWw7.js +2129 -0
  163. package/dist/{wallet-DvfdQOju.js → wallet-CauUBXou.js} +1 -1
  164. package/package.json +6 -6
  165. package/dist/Alert-DzsbFW3-.js +0 -369
  166. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  167. package/dist/Avatar-1XklXr4O.js +0 -281
  168. package/dist/Backdrop-CioURPVG.js +0 -359
  169. package/dist/Box-B0YSYLco.js +0 -59
  170. package/dist/Button-Df4vgU24.js +0 -663
  171. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  172. package/dist/CardContent-D9wTdpu-.js +0 -141
  173. package/dist/CircularProgress-xZA3lvba.js +0 -252
  174. package/dist/Close-CxzDL3J-.js +0 -9
  175. package/dist/Container-urNKV7hm.js +0 -181
  176. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  177. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  178. package/dist/DialogContent-BMwlOnbW.js +0 -567
  179. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  180. package/dist/Divider-BShhMFf4.js +0 -297
  181. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  182. package/dist/FormControl-RtZDQMdA.js +0 -258
  183. package/dist/FormControlLabel-BliKW48y.js +0 -519
  184. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  185. package/dist/Grid-CFe3amXO.js +0 -410
  186. package/dist/Grow-CnGtel3u.js +0 -196
  187. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  188. package/dist/IconButton-DHm-hucF.js +0 -297
  189. package/dist/InputAdornment-DMiED3JH.js +0 -173
  190. package/dist/Link-DBA9Yifs.js +0 -266
  191. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  192. package/dist/Menu-DLYFFrEk.js +0 -1239
  193. package/dist/MenuItem-DUdYOJr4.js +0 -271
  194. package/dist/Modal-CFIQ_s3T.js +0 -743
  195. package/dist/Paper-Bgt2WXI6.js +0 -186
  196. package/dist/Popper-BBAoiZKn.js +0 -1409
  197. package/dist/Portal-BMAxiQwe.js +0 -69
  198. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  199. package/dist/Select-CB5yWmyn.js +0 -1886
  200. package/dist/Slide-B9Nw0LZ4.js +0 -235
  201. package/dist/Stack-k55YTxET.js +0 -172
  202. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  203. package/dist/TextField-DPpRUQe3.js +0 -978
  204. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  205. package/dist/Typography-pAaje37G.js +0 -260
  206. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  207. package/dist/clsx-BTaloaeC.js +0 -264
  208. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  209. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  210. package/dist/createTheme-CD19zQB7.js +0 -3825
  211. package/dist/debounce-46wSf_lW.js +0 -15
  212. package/dist/defaultTheme-C35y5cLB.js +0 -5
  213. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  214. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  215. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  216. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  217. package/dist/exactProp-C1Lmtwf_.js +0 -13
  218. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  219. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  220. package/dist/index-B0Z-Gjno.js +0 -22
  221. package/dist/index-DUcLo3x5.js +0 -43
  222. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  223. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  224. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  225. package/dist/memoTheme-yHaPezod.js +0 -15
  226. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  227. package/dist/radioButton-CzlYB0Lh.js +0 -402
  228. package/dist/refType-BsTH3qnM.js +0 -56
  229. package/dist/tooltip-3UvETWtS.js +0 -740
  230. package/dist/useControlled-nm4pBabJ.js +0 -31
  231. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  232. package/dist/useFormControl-CatNKXAi.js +0 -10
  233. package/dist/useId-CK6Kn3Tn.js +0 -21
  234. package/dist/useSlot-CW7SOYlh.js +0 -125
  235. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  236. package/dist/useTheme-BQJ5lp0i.js +0 -11
  237. package/dist/useTheme-S5_DHFsQ.js +0 -17
  238. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,48 +1,40 @@
1
1
  import { jsxs as n, Fragment as Y, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as W, useEffect as c } from "react";
3
- import { u as f } from "../../../react-redux-C7I9-1M6.js";
4
- import "../../../constants-DREDnCMu.js";
3
+ import { u as h } from "../../../react-redux-C7I9-1M6.js";
4
+ import "../../../constants-DrmtdI1J.js";
5
5
  import { u as me, c as de, d as ue } from "../../../index-BQNs1mvn.js";
6
- import { u as pe, a as fe, b as he, c as ge, d as be, e as _e, g as xe } from "../../../wallet-DvfdQOju.js";
7
- import { u as Ne, c as We, d as Ce, e as we } from "../../../bank-BaOrdTcI.js";
8
- import { LINKED_WALLET_TOOLTIP as ke, CONNECTED_WALLET_TOOLTIP as Ie, WALLET_ICON as ve, DELETE_ICON as De } from "../../../util/constants.js";
9
- import { M as Z } from "../../../tooltip-3UvETWtS.js";
10
- import { I as U } from "../../../Info-BVeUSPyk.js";
11
- import { C as ye } from "../../../Cancel-4lT7GZUA.js";
12
- import { D as Ae } from "../../../Delete-jpMstGIF.js";
13
- import { C as Te } from "../../../Close-CNwiMz_O.js";
14
- import Le from "../../Shared/transition.js";
6
+ import { u as pe, a as he, b as fe, c as ge, d as be, e as _e, g as xe } from "../../../wallet-CauUBXou.js";
7
+ import { u as Ne, c as We, d as Ce, e as we } from "../../../bank-C4pmTe--.js";
8
+ import { Box as r, Grid as m, Typography as l, IconButton as C, CircularProgress as w, Button as ke, Stack as ve, Dialog as Ie, DialogTitle as ye, DialogContent as Ae } from "@mui/material";
9
+ import { LINKED_WALLET_TOOLTIP as De, CONNECTED_WALLET_TOOLTIP as Le, WALLET_ICON as Te, DELETE_ICON as Se } from "../../../util/constants.js";
10
+ import { M as Z } from "../../../tooltip-BW0UyWw7.js";
11
+ import { I as U } from "../../../Info-DOoRR7sR.js";
12
+ import { C as Be } from "../../../Cancel-pHQsCjtK.js";
13
+ import { D as Re } from "../../../Delete-Bj8zmXnh.js";
14
+ import { C as qe } from "../../../Close-DSxLLo08.js";
15
+ import Ee from "../../Shared/transition.js";
15
16
  import ee from "../Shared/inputField.js";
16
- import Be from "../Shared/addBank.js";
17
- import Se from "../Shared/connectPlaidBank.js";
18
- import Re from "../Shared/ConnectWallet/index.js";
19
- import qe from "./iban.js";
20
- import Ee from "./eWallet.js";
21
- import { useSnackBarContext as ze } from "../../../context/snackBarContext.js";
17
+ import ze from "../Shared/addBank.js";
18
+ import Pe from "../Shared/connectPlaidBank.js";
19
+ import Oe from "../Shared/ConnectWallet/index.js";
20
+ import $e from "./iban.js";
21
+ import Me from "./eWallet.js";
22
+ import { useSnackBarContext as He } from "../../../context/snackBarContext.js";
22
23
  import te from "../Shared/appButton.js";
23
24
  import { AuthInnerContainer as R } from "../Shared/Container/index.js";
24
25
  import "../../../index-DlQqWbXG.js";
25
- import Pe from "../../../hoc/withThemeProvider.js";
26
- import "../Shared/Auth/otpForm.js";
27
- import Oe from "../../../hooks/useEverestDispatch.js";
26
+ import je from "../../../hoc/withThemeProvider.js";
27
+ import "../../../otpForm-fiNqeB5H.js";
28
+ import Fe from "../../../hooks/useEverestDispatch.js";
28
29
  import "../../../util/conversions.js";
29
30
  import "../../../index-CAoLi5Qq.js";
30
31
  import "../../../react-webcam-B3cXh1XT.js";
31
- import "../Shared/pin.js";
32
32
  import "../../../moment-h96o7c8I.js";
33
33
  import "../../../index.esm-BsMAMhYW.js";
34
34
  import "../../../index-ceeCtFuh.js";
35
35
  import "../../../index.esm-I_Bp2YLf.js";
36
- import { useDialogContext as $e } from "../../../context/dialogContext.js";
37
- import { B as r } from "../../../Box-B0YSYLco.js";
38
- import { G as m } from "../../../Grid-CFe3amXO.js";
39
- import { T as l } from "../../../Typography-pAaje37G.js";
40
- import { I as C } from "../../../IconButton-DHm-hucF.js";
41
- import { C as w } from "../../../CircularProgress-xZA3lvba.js";
42
- import { B as Me } from "../../../Button-Df4vgU24.js";
43
- import { S as He } from "../../../Stack-k55YTxET.js";
44
- import { D as je, a as Fe } from "../../../DialogContent-BMwlOnbW.js";
45
- import { D as Ge } from "../../../DialogTitle-CfS0bb2K.js";
36
+ import { useDialogContext as Ge } from "../../../context/dialogContext.js";
37
+ import "@mui/icons-material";
46
38
  import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_heading_arwo8_27", a = {
47
39
  container: Ke,
48
40
  "inner-container": "_inner-container_arwo8_13",
@@ -63,9 +55,9 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
63
55
  paymentWidgetSrcUrl: O,
64
56
  navigate: $
65
57
  }) => {
66
- const o = Oe(), { showAlertMessage: i } = ze(), { openDialog: k } = $e(), I = f((t) => t.app.features), h = f(me), ne = h.loader, u = h.message, M = h.banks, H = h.iban, [j, F] = W(!1), [oe, g] = W(!1), [v, ae] = W(""), [D, se] = W(""), G = f(de), K = G.data, { error: y, message: A, loader: T } = G, J = f((t) => t.user.profile), Q = J.tokens, L = J.everWalletAddress, V = f(ue), b = V.data, {
67
- error: B,
68
- message: S,
58
+ const o = Fe(), { showAlertMessage: i } = He(), { openDialog: k } = Ge(), v = h((t) => t.app.features), f = h(me), ne = f.loader, u = f.message, M = f.banks, H = f.iban, [j, F] = W(!1), [oe, g] = W(!1), [I, ae] = W(""), [y, se] = W(""), G = h(de), K = G.data, { error: A, message: D, loader: L } = G, J = h((t) => t.user.profile), Q = J.tokens, T = J.everWalletAddress, V = h(ue), b = V.data, {
59
+ error: S,
60
+ message: B,
69
61
  loader: re
70
62
  } = V;
71
63
  c(() => {
@@ -75,34 +67,34 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
75
67
  (t.includes("created") || t.includes("successfully") || t.includes("Account")) && i({ message: t, type: "success" });
76
68
  }
77
69
  }, [u]), c(() => {
78
- B && i({ message: B });
79
- }, [B]), c(() => {
80
- S && i({ message: S, type: "success" });
70
+ S && i({ message: S });
81
71
  }, [S]), c(() => {
82
- y && i({ message: y });
83
- }, [y]), c(() => {
84
- A && (g(!1), i({ message: A, type: "success" }));
85
- }, [A]), c(() => (K.length <= 0 && o(pe()), b.length <= 0 && o(fe()), o(Ne()), o(We()), () => {
86
- o(he("")), o(ge(""));
72
+ B && i({ message: B, type: "success" });
73
+ }, [B]), c(() => {
74
+ A && i({ message: A });
75
+ }, [A]), c(() => {
76
+ D && (g(!1), i({ message: D, type: "success" }));
77
+ }, [D]), c(() => (K.length <= 0 && o(pe()), b.length <= 0 && o(he()), o(Ne()), o(We()), () => {
78
+ o(fe("")), o(ge(""));
87
79
  }), []), c(() => {
88
- L && o(be(L));
89
- }, [L, o]);
80
+ T && o(be(T));
81
+ }, [T, o]);
90
82
  const ie = () => {
91
- if (!v)
83
+ if (!I)
92
84
  return i({ message: "Please provide the wallet name" }), !1;
93
- if (!D)
85
+ if (!y)
94
86
  return i({
95
87
  message: "Please provide the wallet private key"
96
88
  }), !1;
97
- T || o(
89
+ L || o(
98
90
  _e({
99
- name: v,
100
- privatekey: Buffer.from(D).toString("base64")
91
+ name: I,
92
+ privatekey: Buffer.from(y).toString("base64")
101
93
  })
102
94
  );
103
95
  }, le = (t) => {
104
96
  k({
105
- icon: De,
97
+ icon: Se,
106
98
  height: "450px",
107
99
  title: "Are you sure you want to delete?",
108
100
  message: "This action cannot be undone.",
@@ -124,11 +116,11 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
124
116
  {
125
117
  className: a["remove-icon"],
126
118
  onClick: () => le(t.id),
127
- children: /* @__PURE__ */ e(ye, {})
119
+ children: /* @__PURE__ */ e(Be, {})
128
120
  }
129
121
  ),
130
122
  /* @__PURE__ */ n(m, { container: !0, width: "100%", alignItems: "center", spacing: 1, children: [
131
- /* @__PURE__ */ e(m, { size: { xs: 2, md: 1 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: ve, alt: "Icon", height: 28, width: 28 }) }),
123
+ /* @__PURE__ */ e(m, { size: { xs: 2, md: 1 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: Te, alt: "Icon", height: 28, width: 28 }) }),
132
124
  /* @__PURE__ */ n(m, { size: { xs: 7, md: 7 }, children: [
133
125
  /* @__PURE__ */ e(
134
126
  l,
@@ -190,7 +182,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
190
182
  /* @__PURE__ */ e(
191
183
  Z,
192
184
  {
193
- title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: ke }),
185
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: De }),
194
186
  placement: "bottom",
195
187
  children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
196
188
  U,
@@ -203,7 +195,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
203
195
  ) })
204
196
  }
205
197
  ),
206
- T && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
198
+ L && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
207
199
  K.map((t, s) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, s)),
208
200
  /* @__PURE__ */ e(
209
201
  te,
@@ -228,7 +220,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
228
220
  /* @__PURE__ */ e(
229
221
  Z,
230
222
  {
231
- title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: Ie }),
223
+ title: /* @__PURE__ */ e(r, { sx: { whiteSpace: "pre-line" }, children: Le }),
232
224
  placement: "bottom",
233
225
  children: /* @__PURE__ */ e(C, { className: a["info-icon"], children: /* @__PURE__ */ e(
234
226
  U,
@@ -244,7 +236,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
244
236
  re && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
245
237
  b.map((t, s) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, s)),
246
238
  /* @__PURE__ */ e(
247
- Re,
239
+ Oe,
248
240
  {
249
241
  addressHandler: ce,
250
242
  btnClass: "wallet-btn"
@@ -253,8 +245,8 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
253
245
  ] })
254
246
  ] }),
255
247
  /* @__PURE__ */ n(m, { size: { md: 6, xs: 12 }, children: [
256
- I.eWallet && /* @__PURE__ */ e(r, { mb: 2, children: /* @__PURE__ */ e(
257
- Ee,
248
+ v.eWallet && /* @__PURE__ */ e(r, { mb: 2, children: /* @__PURE__ */ e(
249
+ Me,
258
250
  {
259
251
  openDialog: k,
260
252
  dispatch: o,
@@ -270,8 +262,8 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
270
262
  tokenData: Q
271
263
  }
272
264
  ) }),
273
- I.iban && /* @__PURE__ */ e(
274
- qe,
265
+ v.iban && /* @__PURE__ */ e(
266
+ $e,
275
267
  {
276
268
  openDialog: k,
277
269
  dispatch: o,
@@ -287,40 +279,40 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
287
279
  tokenData: Q
288
280
  }
289
281
  ),
290
- /* @__PURE__ */ e(R, { mt: 2, children: /* @__PURE__ */ n(r, { p: 3, mt: I.iban ? 2 : 0, children: [
282
+ /* @__PURE__ */ e(R, { mt: 2, children: /* @__PURE__ */ n(r, { p: 3, mt: v.iban ? 2 : 0, children: [
291
283
  /* @__PURE__ */ e(l, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
292
284
  M.length > 0 && /* @__PURE__ */ n(
293
- Me,
285
+ ke,
294
286
  {
295
287
  className: `${j ? a["delete-disable"] : a["confirm-edit"]} normal-text`,
296
288
  sx: { mt: 3, mb: 3 },
297
289
  variant: "contained",
298
290
  onClick: () => F((t) => !t),
299
291
  children: [
300
- /* @__PURE__ */ e(Ae, {}),
292
+ /* @__PURE__ */ e(Re, {}),
301
293
  "Delete"
302
294
  ]
303
295
  }
304
296
  ),
305
297
  ne && /* @__PURE__ */ e(r, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(w, { size: 50 }) }),
306
298
  M.map((t, s) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, s)),
307
- /* @__PURE__ */ n(He, { mt: 4, gap: 1, children: [
308
- /* @__PURE__ */ e(Se, {}),
299
+ /* @__PURE__ */ n(ve, { mt: 4, gap: 1, children: [
300
+ /* @__PURE__ */ e(Pe, {}),
309
301
  /* @__PURE__ */ e(l, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
310
- /* @__PURE__ */ e(Be, {})
302
+ /* @__PURE__ */ e(ze, {})
311
303
  ] })
312
304
  ] }) })
313
305
  ] })
314
306
  ] }) }),
315
307
  /* @__PURE__ */ n(
316
- je,
308
+ Ie,
317
309
  {
318
310
  fullWidth: !0,
319
311
  open: oe,
320
312
  onClose: () => g(!1),
321
- TransitionComponent: Le,
313
+ TransitionComponent: Ee,
322
314
  children: [
323
- /* @__PURE__ */ n(Ge, { className: "buy-modal-text-color", children: [
315
+ /* @__PURE__ */ n(ye, { className: "buy-modal-text-color", children: [
324
316
  /* @__PURE__ */ e(l, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
325
317
  /* @__PURE__ */ e(
326
318
  C,
@@ -328,17 +320,17 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
328
320
  "aria-label": "close",
329
321
  onClick: () => g(!1),
330
322
  className: "menu-buttons",
331
- children: /* @__PURE__ */ e(Te, {})
323
+ children: /* @__PURE__ */ e(qe, {})
332
324
  }
333
325
  )
334
326
  ] }),
335
- /* @__PURE__ */ n(Fe, { dividers: !0, children: [
327
+ /* @__PURE__ */ n(Ae, { dividers: !0, children: [
336
328
  /* @__PURE__ */ e(l, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
337
329
  /* @__PURE__ */ e(
338
330
  ee,
339
331
  {
340
332
  label: "Name",
341
- value: v,
333
+ value: I,
342
334
  onChangeHandler: (t) => ae(t)
343
335
  }
344
336
  ),
@@ -346,11 +338,11 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
346
338
  ee,
347
339
  {
348
340
  label: "Private Key",
349
- value: D,
341
+ value: y,
350
342
  onChangeHandler: (t) => se(t)
351
343
  }
352
344
  ),
353
- /* @__PURE__ */ e(te, { sx: { mt: 4 }, onClick: ie, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: T ? /* @__PURE__ */ n(Y, { children: [
345
+ /* @__PURE__ */ e(te, { sx: { mt: 4 }, onClick: ie, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: L ? /* @__PURE__ */ n(Y, { children: [
354
346
  /* @__PURE__ */ e(w, { size: 15, color: "inherit" }),
355
347
  " Processing..."
356
348
  ] }) : "Import Wallet" }) })
@@ -359,7 +351,7 @@ import '../../../assets/index3.css';const Ke = "_container_arwo8_1", Je = "_head
359
351
  }
360
352
  )
361
353
  ] });
362
- }, $t = Pe(Qe);
354
+ }, St = je(Qe);
363
355
  export {
364
- $t as default
356
+ St as default
365
357
  };