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,50 +1,40 @@
1
1
  import { jsxs as t, Fragment as v, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as c, useEffect as f } from "react";
3
3
  import Re from "./hoc/withThemeProvider.js";
4
- import Se from "./components/RocketRamp/Shared/backBtn.js";
5
- import { getCurrencySymbol as ue, getOrionBalance as Me } from "./util/functions.js";
6
- import { PAYMENT_BANK as oe, SEPA_ICON as ze, VISA_ICON as Oe, ID_TOKEN_SYMBOL as Pe, FIAT_WITHDRAW as we, FIAT_TO_EVER_ID as We, FIAT_TO_TOKEN as Be, ESTIMATE_TOOLTIP_TEXT as Le, TOKEN_TO_FIAT as Xe } from "./util/constants.js";
4
+ import { Typography as i, Box as C, Grid as r, CircularProgress as E, Dialog as ae, IconButton as U, DialogContent as oe, InputLabel as Se, FormControl as Me, Select as ze, MenuItem as se, ListItemIcon as Oe } from "@mui/material";
5
+ import Pe from "./components/RocketRamp/Shared/backBtn.js";
6
+ import { getCurrencySymbol as ue, getOrionBalance as we } from "./util/functions.js";
7
+ import { PAYMENT_BANK as ce, SEPA_ICON as We, VISA_ICON as Be, ID_TOKEN_SYMBOL as Le, FIAT_WITHDRAW as Xe, FIAT_TO_EVER_ID as De, FIAT_TO_TOKEN as Ye, ESTIMATE_TOOLTIP_TEXT as qe, TOKEN_TO_FIAT as Ke } from "./util/constants.js";
7
8
  import j from "./components/RocketRamp/Shared/Button/index.js";
8
- import { aE as U } from "./constants-DREDnCMu.js";
9
- import { e as pe, f as De, j as Ye, d as qe, g as Ke } from "./order-DGBbo_Ox.js";
9
+ import { aK as V } from "./constants-DrmtdI1J.js";
10
+ import { e as pe, f as $e, j as Ge, d as je, g as Ue } from "./order-DEp_Lmar.js";
10
11
  import "./index-DlQqWbXG.js";
11
12
  import "./components/Wallet/Shared/appButton.js";
12
13
  import { u as W } from "./react-redux-C7I9-1M6.js";
13
- import "./components/Wallet/Shared/Auth/otpForm.js";
14
- import { P as $e, f as Ge } from "./PlayArrow-BlkZJiHn.js";
15
- import { f as je } from "./cryptoAssets-DbyDgq4J.js";
14
+ import "./otpForm-fiNqeB5H.js";
15
+ import { P as Ve, f as He } from "./PlayArrow-BVDyfxsQ.js";
16
+ import { f as Je } from "./cryptoAssets-DyGDknvq.js";
16
17
  import "./context/snackBarContext.js";
17
- import Ue from "./hooks/useEverestDispatch.js";
18
+ import Qe from "./hooks/useEverestDispatch.js";
18
19
  import "./util/conversions.js";
19
20
  import "./index-CAoLi5Qq.js";
20
- import { useSnackBar as Ve } from "./hooks/useSnackBar.js";
21
+ import { useSnackBar as Ze } from "./hooks/useSnackBar.js";
21
22
  import "./react-webcam-B3cXh1XT.js";
22
- import ae from "./components/Shared/transition.js";
23
- import { M as He } from "./tooltip-3UvETWtS.js";
24
- import "./components/Wallet/Shared/pin.js";
23
+ import le from "./components/Shared/transition.js";
24
+ import { M as et } from "./tooltip-BW0UyWw7.js";
25
25
  import "./moment-h96o7c8I.js";
26
26
  import "./index.esm-BsMAMhYW.js";
27
27
  import "./web3-u4qDZYpo.js";
28
28
  import "./index-ceeCtFuh.js";
29
29
  import "./index.esm-I_Bp2YLf.js";
30
30
  import "./context/dialogContext.js";
31
- import Je from "./components/RocketRamp/MinimalKyc/form.js";
32
- import { I as Qe } from "./Info-BVeUSPyk.js";
33
- import { G as Ze } from "./generic-token-B_ptO5yb.js";
34
- import se from "./components/RocketRamp/Shared/Input/index.js";
35
- import { G as n } from "./Grid-CFe3amXO.js";
36
- import { B as C } from "./Box-B0YSYLco.js";
37
- import { T as i } from "./Typography-pAaje37G.js";
38
- import { C as E } from "./CircularProgress-xZA3lvba.js";
39
- import { I as et } from "./TextField-DPpRUQe3.js";
40
- import { F as tt } from "./FormControl-RtZDQMdA.js";
41
- import { S as rt } from "./Select-CB5yWmyn.js";
42
- import { M as ce } from "./MenuItem-DUdYOJr4.js";
43
- import { L as nt } from "./ListItemIcon-CUcyTEEm.js";
44
- import { I as V } from "./IconButton-DHm-hucF.js";
45
- import { C as le } from "./Close-CNwiMz_O.js";
46
- import { D as me, a as de } from "./DialogContent-BMwlOnbW.js";
47
- import './assets/index7.css';const I = {
31
+ import "@mui/icons-material";
32
+ import tt from "./components/RocketRamp/MinimalKyc/form.js";
33
+ import { I as nt } from "./Info-DOoRR7sR.js";
34
+ import { G as rt } from "./generic-token-B_ptO5yb.js";
35
+ import me from "./components/RocketRamp/Shared/Input/index.js";
36
+ import { C as de } from "./Close-DSxLLo08.js";
37
+ import './assets/index8.css';const I = {
48
38
  "confirm-payment": "_confirm-payment_1oe7d_1",
49
39
  "confirm-transaction-network": "_confirm-transaction-network_1oe7d_33",
50
40
  "buy-info": "_buy-info_1oe7d_57",
@@ -58,7 +48,7 @@ import './assets/index7.css';const I = {
58
48
  navigate: S,
59
49
  store: p
60
50
  }) => {
61
- const o = d.estimate, A = d.create.order_id, x = d.loader, h = d.card, l = o.crypto_amount, b = ue(o.fiat_currency), [F, _] = c(!1), [B, N] = c(!1), [s, L] = c(!1);
51
+ const a = d.estimate, A = d.create.order_id, x = d.loader, h = d.card, l = a.crypto_amount, b = ue(a.fiat_currency), [F, _] = c(!1), [B, N] = c(!1), [s, L] = c(!1);
62
52
  f(() => {
63
53
  A && F && (N(!1), L(!0));
64
54
  }, [A]), f(() => {
@@ -69,45 +59,45 @@ import './assets/index7.css';const I = {
69
59
  pe(
70
60
  {
71
61
  apiKey: y,
72
- transaction_type: o.transaction_type,
73
- coin_amount: o.fiat_amount,
74
- exchange: o.exchange,
75
- payment_type: o.payment_type,
76
- fiat_ccy: o.fiat_currency,
77
- crypto_ccy: o.crypto_currency,
78
- network: o.network,
79
- payment_provider: o.payment_provider
62
+ transaction_type: a.transaction_type,
63
+ coin_amount: a.fiat_amount,
64
+ exchange: a.exchange,
65
+ payment_type: a.payment_type,
66
+ fiat_ccy: a.fiat_currency,
67
+ crypto_ccy: a.crypto_currency,
68
+ network: a.network,
69
+ payment_provider: a.payment_provider
80
70
  },
81
- U
71
+ V
82
72
  )
83
73
  );
84
74
  }, D = () => {
85
75
  k(
86
- De({
76
+ $e({
87
77
  apiKey: y,
88
- quoteId: o.quote_id,
78
+ quoteId: a.quote_id,
89
79
  walletAddress: u,
90
80
  paymentMethodId: h.payment_method.id,
91
81
  storeId: p.info.id
92
82
  })
93
83
  ), _(!0);
94
84
  }, z = ({ label: Y, value: q }) => /* @__PURE__ */ t(v, { children: [
95
- /* @__PURE__ */ e(n, { size: 4, children: /* @__PURE__ */ e("strong", { children: Y }) }),
96
- /* @__PURE__ */ e(n, { className: "fw500 text-right", size: 8, children: q })
85
+ /* @__PURE__ */ e(r, { size: 4, children: /* @__PURE__ */ e("strong", { children: Y }) }),
86
+ /* @__PURE__ */ e(r, { className: "fw500 text-right", size: 8, children: q })
97
87
  ] });
98
88
  return /* @__PURE__ */ t(v, { children: [
99
- /* @__PURE__ */ e(Se, { onClickHandler: () => T(he) }),
89
+ /* @__PURE__ */ e(Pe, { onClickHandler: () => T(he) }),
100
90
  /* @__PURE__ */ e(i, { mt: 2, variant: "sm", fontWeight: 600, children: "Token Send From" }),
101
91
  /* @__PURE__ */ t(C, { mt: 2, className: I["confirm-payment"], children: [
102
92
  /* @__PURE__ */ e(
103
93
  "img",
104
94
  {
105
- src: o.payment_type === oe ? ze : Oe,
95
+ src: a.payment_type === ce ? We : Be,
106
96
  width: 100,
107
97
  alt: "payment"
108
98
  }
109
99
  ),
110
- /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: o.payment_type === oe ? "Bank Account" : "Debit Card" }) })
100
+ /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: a.payment_type === ce ? "Bank Account" : "Debit Card" }) })
111
101
  ] }),
112
102
  /* @__PURE__ */ e(i, { mt: 4, variant: "sm", fontWeight: 600, children: "To Wallet Address" }),
113
103
  /* @__PURE__ */ e(
@@ -120,47 +110,47 @@ import './assets/index7.css';const I = {
120
110
  }
121
111
  ),
122
112
  /* @__PURE__ */ e(i, { mt: 3, variant: "sm", fontWeight: 600, component: "p", children: "Order Estimate Details" }),
123
- /* @__PURE__ */ e(C, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ t(n, { container: !0, children: [
124
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
125
- o.crypto_currency.toUpperCase(),
113
+ /* @__PURE__ */ e(C, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ t(r, { container: !0, children: [
114
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
115
+ a.crypto_currency.toUpperCase(),
126
116
  " @",
127
117
  " ",
128
- Number(o.conversion_price).toFixed(2),
118
+ Number(a.conversion_price).toFixed(2),
129
119
  " ",
130
- o.fiat_currency
120
+ a.fiat_currency
131
121
  ] }) }),
132
- /* @__PURE__ */ e(n, { className: "flex-right", size: { xs: 6 }, children: /* @__PURE__ */ e(
122
+ /* @__PURE__ */ e(r, { className: "flex-right", size: { xs: 6 }, children: /* @__PURE__ */ e(
133
123
  "span",
134
124
  {
135
125
  className: I["confirm-transaction-network"],
136
126
  style: {
137
- backgroundColor: o.network === "Ethereum" ? "#A1A9DC" : "#5D8CCC"
127
+ backgroundColor: a.network === "Ethereum" ? "#A1A9DC" : "#5D8CCC"
138
128
  },
139
- children: o.network
129
+ children: a.network
140
130
  }
141
131
  ) }),
142
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
143
- Number(o.crypto_amount).toFixed(2),
132
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
133
+ Number(a.crypto_amount).toFixed(2),
144
134
  " ",
145
- o.crypto_currency.toUpperCase()
135
+ a.crypto_currency.toUpperCase()
146
136
  ] }) }),
147
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
148
- (Number(l) - Number(o.total_fee)).toFixed(2),
137
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
138
+ (Number(l) - Number(a.total_fee)).toFixed(2),
149
139
  " ",
150
- o.fiat_currency
140
+ a.fiat_currency
151
141
  ] }) }),
152
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
153
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
154
- Number(o.total_fee).toFixed(2),
142
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
143
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
144
+ Number(a.total_fee).toFixed(2),
155
145
  " ",
156
- o.fiat_currency
146
+ a.fiat_currency
157
147
  ] }) }),
158
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: /* @__PURE__ */ e("strong", { children: "Total Receive" }) }) }),
159
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: /* @__PURE__ */ t("strong", { children: [
148
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: /* @__PURE__ */ e("strong", { children: "Total Receive" }) }) }),
149
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: /* @__PURE__ */ t("strong", { children: [
160
150
  b,
161
- Number(o.fiat_out_amount).toFixed(2),
151
+ Number(a.fiat_out_amount).toFixed(2),
162
152
  " ",
163
- o.fiat_currency
153
+ a.fiat_currency
164
154
  ] }) }) })
165
155
  ] }) }),
166
156
  /* @__PURE__ */ e(C, { mt: 4, children: /* @__PURE__ */ e(
@@ -176,7 +166,7 @@ import './assets/index7.css';const I = {
176
166
  }
177
167
  ) }),
178
168
  /* @__PURE__ */ t(
179
- me,
169
+ ae,
180
170
  {
181
171
  PaperProps: {
182
172
  sx: { maxWidth: "inherit", width: "60%" }
@@ -184,21 +174,21 @@ import './assets/index7.css';const I = {
184
174
  open: B,
185
175
  fullWidth: !0,
186
176
  onClose: () => N(!1),
187
- TransitionComponent: ae,
177
+ TransitionComponent: le,
188
178
  children: [
189
179
  /* @__PURE__ */ e(
190
- V,
180
+ U,
191
181
  {
192
182
  "aria-label": "close",
193
183
  onClick: () => N(!1),
194
184
  className: I["close-btn"],
195
- children: /* @__PURE__ */ e(le, {})
185
+ children: /* @__PURE__ */ e(de, {})
196
186
  }
197
187
  ),
198
- /* @__PURE__ */ t(de, { sx: { mt: 1 }, children: [
188
+ /* @__PURE__ */ t(oe, { sx: { mt: 1 }, children: [
199
189
  /* @__PURE__ */ e(i, { className: "text-center", variant: "h4", children: /* @__PURE__ */ e("strong", { children: "Payout Details" }) }),
200
190
  /* @__PURE__ */ e(i, { sx: { mt: 2 }, className: "text-center", variant: "body1", children: "You will receieve funds in the following card:" }),
201
- /* @__PURE__ */ t(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
191
+ /* @__PURE__ */ t(r, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
202
192
  /* @__PURE__ */ e(z, { label: "Name", value: h.account_holder_name }),
203
193
  /* @__PURE__ */ e(
204
194
  z,
@@ -233,7 +223,7 @@ import './assets/index7.css';const I = {
233
223
  }
234
224
  ),
235
225
  /* @__PURE__ */ t(
236
- me,
226
+ ae,
237
227
  {
238
228
  PaperProps: {
239
229
  sx: { maxWidth: "inherit", width: "60%" }
@@ -241,21 +231,21 @@ import './assets/index7.css';const I = {
241
231
  open: s,
242
232
  fullWidth: !0,
243
233
  onClose: () => L(!1),
244
- TransitionComponent: ae,
234
+ TransitionComponent: le,
245
235
  children: [
246
236
  /* @__PURE__ */ e(
247
- V,
237
+ U,
248
238
  {
249
239
  "aria-label": "close",
250
240
  onClick: () => L(!1),
251
241
  className: I["close-btn"],
252
- children: /* @__PURE__ */ e(le, {})
242
+ children: /* @__PURE__ */ e(de, {})
253
243
  }
254
244
  ),
255
- /* @__PURE__ */ t(de, { sx: { mt: 1 }, children: [
245
+ /* @__PURE__ */ t(oe, { sx: { mt: 1 }, children: [
256
246
  /* @__PURE__ */ e(i, { className: "text-center", variant: "h4", children: /* @__PURE__ */ e("strong", { children: "Order Complete" }) }),
257
247
  /* @__PURE__ */ e(i, { sx: { mt: 2 }, className: "text-center", variant: "body1", children: "Your order has been successfully completed. You can track your order either from dashboard or transaction history page." }),
258
- /* @__PURE__ */ t(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
248
+ /* @__PURE__ */ t(r, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
259
249
  /* @__PURE__ */ e(z, { label: "Order ID ", value: A }),
260
250
  /* @__PURE__ */ e(
261
251
  j,
@@ -272,7 +262,7 @@ import './assets/index7.css';const I = {
272
262
  }
273
263
  )
274
264
  ] });
275
- }, ot = ({
265
+ }, at = ({
276
266
  setScreen: T,
277
267
  orderData: y,
278
268
  dispatch: d,
@@ -280,7 +270,7 @@ import './assets/index7.css';const I = {
280
270
  cryptoAssets: u,
281
271
  getCryptoAssets: S,
282
272
  showAlertMessage: p,
283
- partnerKey: o,
273
+ partnerKey: a,
284
274
  balance: A,
285
275
  store: x
286
276
  }) => {
@@ -289,23 +279,23 @@ import './assets/index7.css';const I = {
289
279
  const F = u.featureTokens.list, _ = u.featureTokens.default, B = u.loader, N = y.loader, s = y.estimate, L = y.card, M = s.fiat_out_amount, D = s.conversion_price, z = s.total_fee;
290
280
  let Y = 0, q = 0;
291
281
  const Z = s.fee_breakdown;
292
- for (let r = 0; r < Z.length; r++) {
293
- const a = Z[r];
294
- a.name === "ev_fee" ? Y = Number(a.value) : a.name === "network_fee" && (q = Number(a.value));
282
+ for (let n = 0; n < Z.length; n++) {
283
+ const o = Z[n];
284
+ o.name === "ev_fee" ? Y = Number(o.value) : o.name === "network_fee" && (q = Number(o.value));
295
285
  }
296
286
  const [g, H] = c({
297
287
  symbol: ""
298
- }), [J, O] = c(!1), [X, ye] = c(0), [K, xe] = c(0), [_e, ge] = c([]), [ee, be] = c(!1), [te, Ne] = c(50), [re, ve] = c(3e3), [Q, Ce] = c(50), [ne, ke] = c(3e3), [Fe, P] = c(""), [w, ie] = c(
288
+ }), [J, O] = c(!1), [X, ye] = c(0), [K, xe] = c(0), [_e, ge] = c([]), [ee, be] = c(!1), [te, Ne] = c(50), [ne, ve] = c(3e3), [Q, Ce] = c(50), [re, ke] = c(3e3), [Fe, P] = c(""), [w, ie] = c(
299
289
  s.crypto_amount || Q.toString()
300
290
  );
301
291
  f(() => {
302
- d(Ye());
292
+ d(Ge());
303
293
  }, []), f(() => {
304
294
  if (s.crypto_currency) {
305
- const r = F.find(
306
- (a) => a.symbol === s.crypto_currency
295
+ const n = F.find(
296
+ (o) => o.symbol === s.crypto_currency
307
297
  );
308
- H(r);
298
+ H(n);
309
299
  } else
310
300
  _ && _.id && H(_);
311
301
  }, [_, s.crypto_currency]), f(() => {
@@ -313,53 +303,53 @@ import './assets/index7.css';const I = {
313
303
  }, [K]), f(() => {
314
304
  if (b.length === 0)
315
305
  return;
316
- const r = [];
317
- for (let a = 0; a < b.length; a++) {
318
- if (b[a].symbol === h) {
319
- const m = b[a].payment_options;
320
- xe(b[a].id);
306
+ const n = [];
307
+ for (let o = 0; o < b.length; o++) {
308
+ if (b[o].symbol === h) {
309
+ const m = b[o].payment_options;
310
+ xe(b[o].id);
321
311
  let $ = !1;
322
312
  for (let R = 0; R < m.length; R++) {
323
313
  const G = m[R];
324
- G.active && (r.push(G), m[R].id === X && ($ = !0));
314
+ G.active && (n.push(G), m[R].id === X && ($ = !0));
325
315
  }
326
- $ || ye(r[0].id);
316
+ $ || ye(n[0].id);
327
317
  }
328
- ge(r);
318
+ ge(n);
329
319
  }
330
320
  }, [h, b]), f(() => {
331
321
  if (g && g.id && w && X && K) {
332
- d(qe(U)), O(!1), P("");
333
- const r = setTimeout(() => {
322
+ d(je(V)), O(!1), P("");
323
+ const n = setTimeout(() => {
334
324
  Ee();
335
325
  }, 1e3);
336
- return () => clearTimeout(r);
326
+ return () => clearTimeout(n);
337
327
  }
338
328
  }, [g, w, X, F, K]);
339
329
  const Ee = () => {
340
330
  var R;
341
- const r = parseFloat(w);
342
- if (g.symbol === Pe) {
343
- if (te > r)
331
+ const n = parseFloat(w);
332
+ if (g.symbol === Le) {
333
+ if (te > n)
344
334
  return P(
345
335
  `Minimum value should be greater than ${l + te}`
346
336
  ), O(!0), !1;
347
- if (re * 1 < r)
337
+ if (ne * 1 < n)
348
338
  return P(
349
- `Maximum value should be less than ${l + re}`
339
+ `Maximum value should be less than ${l + ne}`
350
340
  ), O(!0), !1;
351
341
  } else {
352
- if (Q * 1 > r)
342
+ if (Q * 1 > n)
353
343
  return P(
354
344
  `Minimum value should be greater than ${l + Q}`
355
345
  ), O(!0), !1;
356
- if (ne * 1 < r)
346
+ if (re * 1 < n)
357
347
  return P(
358
- `Maximum value should be less than ${l + ne}`
348
+ `Maximum value should be less than ${l + re}`
359
349
  ), O(!0), !1;
360
350
  }
361
- const a = parseFloat(x.balance.usd);
362
- if (r > a)
351
+ const o = parseFloat(x.balance.usd);
352
+ if (n > o)
363
353
  return P(
364
354
  `Store doesn't have enough balance. Currently only ${x.balance.usd} credits can be purchased`
365
355
  ), O(!0), !1;
@@ -367,8 +357,8 @@ import './assets/index7.css';const I = {
367
357
  d(
368
358
  pe(
369
359
  {
370
- apiKey: o,
371
- transaction_type: we,
360
+ apiKey: a,
361
+ transaction_type: Xe,
372
362
  coin_amount: w,
373
363
  exchange: g.exchange,
374
364
  payment_type: $,
@@ -377,31 +367,31 @@ import './assets/index7.css';const I = {
377
367
  network: (R = g.network) == null ? void 0 : R.name,
378
368
  payment_provider: m.payment_provider
379
369
  },
380
- U
370
+ V
381
371
  )
382
372
  );
383
373
  };
384
374
  f(() => {
385
- const r = y.types.length;
386
- if (r > 0)
387
- for (let a = 0; a < r; a++) {
388
- const m = y.types[a];
389
- if (m.type === We) {
375
+ const n = y.types.length;
376
+ if (n > 0)
377
+ for (let o = 0; o < n; o++) {
378
+ const m = y.types[o];
379
+ if (m.type === De) {
390
380
  Ne(parseFloat(m.min_deposit_amount)), ve(parseFloat(m.max_deposit_amount));
391
381
  break;
392
382
  }
393
- if (m.type === Be) {
383
+ if (m.type === Ye) {
394
384
  Ce(parseFloat(m.min_deposit_amount)), ke(parseFloat(m.max_deposit_amount));
395
385
  break;
396
386
  }
397
387
  }
398
388
  }, [y.types]);
399
- const Ie = (r) => {
400
- const a = r.target.value;
401
- a ? /^([0-9]+)$/.test(a) && ie(a) : ie("");
402
- }, Te = (r) => {
403
- const a = F.find((m) => m.symbol === r);
404
- H(a);
389
+ const Ie = (n) => {
390
+ const o = n.target.value;
391
+ o ? /^([0-9]+)$/.test(o) && ie(o) : ie("");
392
+ }, Te = (n) => {
393
+ const o = F.find((m) => m.symbol === n);
394
+ H(o);
405
395
  }, Ae = () => {
406
396
  if (!g.id)
407
397
  return p({ message: "Please select token" }), !1;
@@ -420,8 +410,8 @@ import './assets/index7.css';const I = {
420
410
  T(fe);
421
411
  };
422
412
  return /* @__PURE__ */ t(v, { children: [
423
- /* @__PURE__ */ t(n, { mt: 0.5, spacing: 1, container: !0, children: [
424
- /* @__PURE__ */ e(n, { size: { xs: 3.5 }, children: /* @__PURE__ */ t(C, { className: I["buy-info"], children: [
413
+ /* @__PURE__ */ t(r, { mt: 0.5, spacing: 1, container: !0, children: [
414
+ /* @__PURE__ */ e(r, { size: { xs: 3.5 }, children: /* @__PURE__ */ t(C, { className: I["buy-info"], children: [
425
415
  /* @__PURE__ */ e(i, { variant: "2xl", children: /* @__PURE__ */ e("strong", { children: "Redeem Request" }) }),
426
416
  /* @__PURE__ */ t(i, { variant: "md", children: [
427
417
  "1 credit = ",
@@ -429,7 +419,7 @@ import './assets/index7.css';const I = {
429
419
  l
430
420
  ] })
431
421
  ] }) }),
432
- /* @__PURE__ */ e(n, { size: { xs: 6 }, children: /* @__PURE__ */ t(
422
+ /* @__PURE__ */ e(r, { size: { xs: 6 }, children: /* @__PURE__ */ t(
433
423
  C,
434
424
  {
435
425
  className: I["buy-info"],
@@ -446,7 +436,7 @@ import './assets/index7.css';const I = {
446
436
  ]
447
437
  }
448
438
  ) }),
449
- /* @__PURE__ */ e(n, { size: { xs: 2.5 }, children: /* @__PURE__ */ t(
439
+ /* @__PURE__ */ e(r, { size: { xs: 2.5 }, children: /* @__PURE__ */ t(
450
440
  C,
451
441
  {
452
442
  className: I["buy-info"],
@@ -461,9 +451,9 @@ import './assets/index7.css';const I = {
461
451
  }
462
452
  ) })
463
453
  ] }),
464
- /* @__PURE__ */ t(n, { mt: 2, spacing: 2, container: !0, children: [
465
- /* @__PURE__ */ e(n, { size: { xs: 6 }, children: /* @__PURE__ */ e(
466
- se,
454
+ /* @__PURE__ */ t(r, { mt: 2, spacing: 2, container: !0, children: [
455
+ /* @__PURE__ */ e(r, { size: { xs: 6 }, children: /* @__PURE__ */ e(
456
+ me,
467
457
  {
468
458
  label: "You Sell",
469
459
  value: w,
@@ -476,10 +466,10 @@ import './assets/index7.css';const I = {
476
466
  fullWidth: !0
477
467
  }
478
468
  ) }),
479
- /* @__PURE__ */ e(n, { size: { xs: 5 }, className: "content-center", children: B ? /* @__PURE__ */ e(E, { sx: { ml: 1 }, size: 30 }) : /* @__PURE__ */ t(v, { children: [
480
- /* @__PURE__ */ e(et, { children: " " }),
481
- /* @__PURE__ */ e(tt, { variant: "outlined", fullWidth: !0, children: /* @__PURE__ */ t(
482
- rt,
469
+ /* @__PURE__ */ e(r, { size: { xs: 5 }, className: "content-center", children: B ? /* @__PURE__ */ e(E, { sx: { ml: 1 }, size: 30 }) : /* @__PURE__ */ t(v, { children: [
470
+ /* @__PURE__ */ e(Se, { children: " " }),
471
+ /* @__PURE__ */ e(Me, { variant: "outlined", fullWidth: !0, children: /* @__PURE__ */ t(
472
+ ze,
483
473
  {
484
474
  sx: { marginTop: "-2px" },
485
475
  inputProps: {
@@ -490,31 +480,31 @@ import './assets/index7.css';const I = {
490
480
  }
491
481
  },
492
482
  value: g.symbol,
493
- onChange: (r) => Te(r.target.value),
483
+ onChange: (n) => Te(n.target.value),
494
484
  children: [
495
- /* @__PURE__ */ e(ce, { value: "", children: "Please select" }),
496
- F.map((r) => /* @__PURE__ */ t(ce, { value: r.symbol, children: [
497
- /* @__PURE__ */ e(nt, { className: "dropdown-list-item", children: /* @__PURE__ */ e(
485
+ /* @__PURE__ */ e(se, { value: "", children: "Please select" }),
486
+ F.map((n) => /* @__PURE__ */ t(se, { value: n.symbol, children: [
487
+ /* @__PURE__ */ e(Oe, { className: "dropdown-list-item", children: /* @__PURE__ */ e(
498
488
  "img",
499
489
  {
500
- src: r.icon_uri,
501
- onError: ({ currentTarget: a }) => {
502
- a.onerror = null, a.src = Ze;
490
+ src: n.icon_uri,
491
+ onError: ({ currentTarget: o }) => {
492
+ o.onerror = null, o.src = rt;
503
493
  },
504
494
  alt: "tokenImg",
505
495
  width: "36",
506
496
  height: "36"
507
497
  }
508
498
  ) }),
509
- /* @__PURE__ */ e("span", { children: r.name })
510
- ] }, r.id))
499
+ /* @__PURE__ */ e("span", { children: n.name })
500
+ ] }, n.id))
511
501
  ]
512
502
  }
513
503
  ) })
514
504
  ] }) })
515
505
  ] }),
516
- /* @__PURE__ */ e(n, { mt: 3, spacing: 2, container: !0, children: /* @__PURE__ */ e(n, { size: { xs: 6 }, children: /* @__PURE__ */ e(
517
- se,
506
+ /* @__PURE__ */ e(r, { mt: 3, spacing: 2, container: !0, children: /* @__PURE__ */ e(r, { size: { xs: 6 }, children: /* @__PURE__ */ e(
507
+ me,
518
508
  {
519
509
  label: "You Receive",
520
510
  labelFontWeight: 600,
@@ -526,18 +516,18 @@ import './assets/index7.css';const I = {
526
516
  fullWidth: !0
527
517
  }
528
518
  ) }) }),
529
- /* @__PURE__ */ e(C, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ t(n, { container: !0, children: [
530
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ t(
531
- V,
519
+ /* @__PURE__ */ e(C, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ t(r, { container: !0, children: [
520
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ t(
521
+ U,
532
522
  {
533
523
  sx: { padding: "0" },
534
- onClick: () => be((r) => !r),
524
+ onClick: () => be((n) => !n),
535
525
  disableFocusRipple: !0,
536
526
  disableRipple: !0,
537
527
  children: [
538
528
  /* @__PURE__ */ e(i, { variant: "md", fontWeight: 500, children: "Fee Calculation" }),
539
529
  /* @__PURE__ */ e(
540
- $e,
530
+ Ve,
541
531
  {
542
532
  sx: {
543
533
  transform: `rotate(${ee ? "90" : "0"}deg)`,
@@ -549,8 +539,8 @@ import './assets/index7.css';const I = {
549
539
  }
550
540
  ) }),
551
541
  ee && /* @__PURE__ */ t(v, { children: [
552
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Everest Fee" }) }),
553
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
542
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Everest Fee" }) }),
543
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
554
544
  l,
555
545
  N ? /* @__PURE__ */ e(
556
546
  E,
@@ -561,8 +551,8 @@ import './assets/index7.css';const I = {
561
551
  }
562
552
  ) : Y.toFixed(2)
563
553
  ] }) }),
564
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Network Fee" }) }),
565
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
554
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Network Fee" }) }),
555
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
566
556
  l,
567
557
  N ? /* @__PURE__ */ e(
568
558
  E,
@@ -574,23 +564,23 @@ import './assets/index7.css';const I = {
574
564
  ) : q.toFixed(2)
575
565
  ] }) })
576
566
  ] }),
577
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
578
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
567
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
568
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
579
569
  l,
580
570
  N ? /* @__PURE__ */ e(E, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(z).toFixed(2)
581
571
  ] }) }),
582
572
  g && /* @__PURE__ */ t(v, { children: [
583
- /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
573
+ /* @__PURE__ */ e(r, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
584
574
  "1 ",
585
575
  g.symbol,
586
576
  " ",
587
577
  /* @__PURE__ */ e(
588
- He,
578
+ et,
589
579
  {
590
- title: Le,
580
+ title: qe,
591
581
  placement: "right",
592
- children: /* @__PURE__ */ e(V, { className: "info-fee-icon", children: /* @__PURE__ */ e(
593
- Qe,
582
+ children: /* @__PURE__ */ e(U, { className: "info-fee-icon", children: /* @__PURE__ */ e(
583
+ nt,
594
584
  {
595
585
  sx: {
596
586
  fontSize: "14px"
@@ -600,7 +590,7 @@ import './assets/index7.css';const I = {
600
590
  }
601
591
  )
602
592
  ] }) }),
603
- /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
593
+ /* @__PURE__ */ e(r, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ t(i, { variant: "caption", children: [
604
594
  l,
605
595
  N ? /* @__PURE__ */ e(
606
596
  E,
@@ -623,24 +613,24 @@ import './assets/index7.css';const I = {
623
613
  }
624
614
  ) })
625
615
  ] });
626
- }, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN", er = "PAYMENT_SCREEN", at = "MINIMAL_KYC_SCREEN", st = ({ partnerKey: T, navigate: y }) => {
627
- const d = Ue(), k = W((s) => s.app), u = W((s) => s.order), S = W(
616
+ }, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN", Kt = "PAYMENT_SCREEN", ot = "MINIMAL_KYC_SCREEN", st = ({ partnerKey: T, navigate: y }) => {
617
+ const d = Qe(), k = W((s) => s.app), u = W((s) => s.order), S = W(
628
618
  (s) => s.user.profile
629
- ), p = u.error, o = W(
619
+ ), p = u.error, a = W(
630
620
  (s) => s.user.profile.everWalletAddress
631
621
  ), A = W(
632
622
  (s) => s.fiatAssets
633
623
  ), x = W(
634
624
  (s) => s.cryptoAssets
635
- ), [h, l] = c(he), [b, F] = c(0), { showAlertMessage: _, snackBar: B } = Ve();
625
+ ), [h, l] = c(he), [b, F] = c(0), { showAlertMessage: _, snackBar: B } = Ze();
636
626
  return f(() => {
637
- F(Me(S.tokens.list));
627
+ F(we(S.tokens.list));
638
628
  }, [S.tokens]), f(() => {
639
629
  p && _({ message: p });
640
630
  }, [p]), f(() => {
641
- u.initMinimalKyc && (_({ message: p, type: "info" }), l(at));
631
+ u.initMinimalKyc && (_({ message: p, type: "info" }), l(ot));
642
632
  }, [u.initMinimalKyc]), f(() => {
643
- d(Ge()), d(Ke(Xe));
633
+ d(He()), d(Ue(Ke));
644
634
  }, []), /* @__PURE__ */ t(v, { children: [
645
635
  B,
646
636
  /* @__PURE__ */ e(
@@ -654,7 +644,7 @@ import './assets/index7.css';const I = {
654
644
  },
655
645
  children: {
656
646
  FORM_SCREEN: /* @__PURE__ */ e(
657
- ot,
647
+ at,
658
648
  {
659
649
  showAlertMessage: _,
660
650
  setScreen: l,
@@ -663,7 +653,7 @@ import './assets/index7.css';const I = {
663
653
  orderData: u,
664
654
  dispatch: d,
665
655
  getCryptoAssets: (s) => {
666
- d(je({ type: U, id: s, partnerKey: T }));
656
+ d(Je({ type: V, id: s, partnerKey: T }));
667
657
  },
668
658
  partnerKey: T,
669
659
  balance: b,
@@ -678,13 +668,13 @@ import './assets/index7.css';const I = {
678
668
  showAlertMessage: _,
679
669
  orderData: u,
680
670
  dispatch: d,
681
- walletAddress: o,
671
+ walletAddress: a,
682
672
  navigate: y,
683
673
  store: k.store
684
674
  }
685
675
  ),
686
676
  MINIMAL_KYC_SCREEN: /* @__PURE__ */ e(
687
- Je,
677
+ tt,
688
678
  {
689
679
  onComplete: () => {
690
680
  l(fe);
@@ -695,13 +685,13 @@ import './assets/index7.css';const I = {
695
685
  }
696
686
  )
697
687
  ] });
698
- }, tr = Re(st);
688
+ }, $t = Re(st);
699
689
  export {
700
690
  it as B,
701
691
  fe as C,
702
692
  he as F,
703
- at as M,
704
- er as P,
705
- ot as S,
706
- tr as i
693
+ ot as M,
694
+ Kt as P,
695
+ at as S,
696
+ $t as i
707
697
  };