everest-npm-features 0.0.61 → 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 (229) 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-Bjz9LxhD.js → PlayArrow-BVDyfxsQ.js} +1 -1
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/{auth-Cwq6nfwY.js → auth-DTJdu6mq.js} +10 -10
  11. package/dist/components/RocketRamp/MinimalKyc/form.js +45 -50
  12. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  13. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -6
  14. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -6
  15. package/dist/components/RocketRamp/Player/Buy/form.js +6 -15
  16. package/dist/components/RocketRamp/Player/Buy/index.js +3 -3
  17. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  18. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  19. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  20. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +4 -9
  21. package/dist/components/RocketRamp/Player/Sell/form.js +6 -15
  22. package/dist/components/RocketRamp/Player/Sell/index.js +11 -10
  23. package/dist/components/RocketRamp/Player/SignIn/index.js +22 -24
  24. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +32 -34
  25. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +30 -32
  26. package/dist/components/RocketRamp/Player/SignUp/email.js +20 -22
  27. package/dist/components/RocketRamp/Player/SignUp/index.js +48 -51
  28. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +67 -73
  29. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  30. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  31. package/dist/components/RocketRamp/ResetPassword/index.js +22 -24
  32. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  33. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  34. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  35. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  36. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  37. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  38. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  39. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  40. package/dist/components/RocketRamp/Store/SignUp/index.js +52 -55
  41. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +47 -53
  42. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +32 -36
  43. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  44. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  45. package/dist/components/RocketRamp/Transactions/index.js +22 -23
  46. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  47. package/dist/components/Shared/FullKyc/edd.js +50 -52
  48. package/dist/components/Shared/FullKyc/index.js +11 -9
  49. package/dist/components/Shared/FullKyc/pep.js +35 -43
  50. package/dist/components/Shared/FullKyc/personalDetails.js +5 -5
  51. package/dist/components/Shared/FullKyc/userInfo.js +6 -11
  52. package/dist/components/Shared/HistoryItem/index.js +43 -48
  53. package/dist/components/Shared/Incode/index.js +31 -35
  54. package/dist/components/Shared/MinimalKyc/index.js +59 -64
  55. package/dist/components/Shared/Sumsub/index.js +74 -61
  56. package/dist/components/Shared/loader.js +4 -5
  57. package/dist/components/Shared/tooltip.js +2 -2
  58. package/dist/components/Shared/transition.js +4 -4
  59. package/dist/components/Wallet/Account/createIban.js +34 -37
  60. package/dist/components/Wallet/Account/eWallet.js +35 -39
  61. package/dist/components/Wallet/Account/iban.js +49 -53
  62. package/dist/components/Wallet/Account/ibanItem.js +68 -73
  63. package/dist/components/Wallet/Account/index.js +66 -73
  64. package/dist/components/Wallet/Account/sendIban.js +79 -88
  65. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -8
  66. package/dist/components/Wallet/Buy/form.js +6 -16
  67. package/dist/components/Wallet/Buy/index.js +2 -2
  68. package/dist/components/Wallet/Deposit/index.js +15 -17
  69. package/dist/components/Wallet/EnterpriseKyc/edd.js +31 -32
  70. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  71. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  72. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  73. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  74. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3590 -1481
  77. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  78. package/dist/components/Wallet/EnterpriseKyc/verify.js +21 -21
  79. package/dist/components/Wallet/History/index.js +22 -796
  80. package/dist/components/Wallet/Home/index.js +13 -14
  81. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -96
  82. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  83. package/dist/components/Wallet/Portfolio/index.js +47 -50
  84. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  85. package/dist/components/Wallet/Profile/documents.js +125 -134
  86. package/dist/components/Wallet/Profile/index.js +37 -42
  87. package/dist/components/Wallet/Profile/storage.js +39 -47
  88. package/dist/components/Wallet/Receive/index.js +31 -36
  89. package/dist/components/Wallet/Sell/confirmTransaction.js +6 -8
  90. package/dist/components/Wallet/Sell/form.js +6 -16
  91. package/dist/components/Wallet/Sell/index.js +2 -2
  92. package/dist/components/Wallet/Send/index.js +98 -107
  93. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  94. package/dist/components/Wallet/Shared/Auth/otpForm.js +8 -355
  95. package/dist/components/Wallet/Shared/BankSelect/index.js +44 -48
  96. package/dist/components/Wallet/Shared/CardCorp/index.js +17 -18
  97. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  98. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  99. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  100. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  101. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  102. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  103. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  104. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  105. package/dist/components/Wallet/Shared/addBank.js +40 -44
  106. package/dist/components/Wallet/Shared/appButton.js +11 -15
  107. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  108. package/dist/components/Wallet/Shared/button.js +7 -7
  109. package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -16
  110. package/dist/components/Wallet/Shared/inputField.js +5 -5
  111. package/dist/components/Wallet/Shared/manualSend.js +7 -11
  112. package/dist/components/Wallet/Shared/noData.js +4 -5
  113. package/dist/components/Wallet/Shared/pin.js +25 -27
  114. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  115. package/dist/components/Wallet/Shared/step.js +12 -13
  116. package/dist/components/Wallet/Shared/timer.js +1 -1
  117. package/dist/components/Wallet/SignIn/index.js +16 -16
  118. package/dist/components/Wallet/SignUp/index.js +62 -152
  119. package/dist/components/Wallet/SignUp/terms.js +1 -1
  120. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  121. package/dist/components/Wallet/Stake/id/index.js +73 -81
  122. package/dist/components/Wallet/Stake/index.js +64 -67
  123. package/dist/components/Wallet/Swap/form.js +8 -17
  124. package/dist/components/Wallet/Swap/index.js +2 -2
  125. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  126. package/dist/components/Wallet/Withdraw/bankSelect.js +40 -44
  127. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -6
  128. package/dist/components/Wallet/Withdraw/form.js +4 -15
  129. package/dist/components/Wallet/Withdraw/index.js +2 -2
  130. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  131. package/dist/hoc/withThemeProvider.js +5 -732
  132. package/dist/hooks/useDialog/index.js +22 -23
  133. package/dist/hooks/useRrDialog/index.js +43 -46
  134. package/dist/hooks/useSnackBar.js +24 -696
  135. package/dist/icons/buyIcon.js +1 -1
  136. package/dist/icons/canceledBuyIcon.js +1 -1
  137. package/dist/icons/canceledRedeemIcon.js +1 -1
  138. package/dist/icons/failedBuyIcon.js +2 -2
  139. package/dist/icons/failedRedeemIcon.js +2 -2
  140. package/dist/icons/pendingBuyIcon.js +1 -1
  141. package/dist/icons/pendingRedeemIcon.js +1 -1
  142. package/dist/icons/redeemIcon.js +1 -1
  143. package/dist/{index-BbVpeed7.js → index-3OQ4M69t.js} +87 -96
  144. package/dist/{index-BHG1bT4t.js → index-BBFbUCRZ.js} +123 -128
  145. package/dist/{index-Dh_ahu-u.js → index-C1WPCgkl.js} +129 -140
  146. package/dist/{index-eEBuSKOo.js → index-CDwzoHu7.js} +124 -134
  147. package/dist/{index-B9oucF3r.js → index-CK4kLRAw.js} +189 -198
  148. package/dist/{index-C7Td5yoW.js → index-CYX3j0V7.js} +172 -181
  149. package/dist/{index-D2JWUPz8.js → index-ILpK4BCB.js} +154 -163
  150. package/dist/main.js +7 -7
  151. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  152. package/dist/otpForm-fiNqeB5H.js +7378 -0
  153. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  154. package/dist/tooltip-BW0UyWw7.js +2129 -0
  155. package/package.json +6 -6
  156. package/dist/Alert-DzsbFW3-.js +0 -369
  157. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  158. package/dist/Avatar-1XklXr4O.js +0 -281
  159. package/dist/Backdrop-CioURPVG.js +0 -359
  160. package/dist/Box-B0YSYLco.js +0 -59
  161. package/dist/Button-Df4vgU24.js +0 -663
  162. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  163. package/dist/CardContent-D9wTdpu-.js +0 -141
  164. package/dist/CircularProgress-xZA3lvba.js +0 -252
  165. package/dist/Close-CxzDL3J-.js +0 -9
  166. package/dist/Container-urNKV7hm.js +0 -181
  167. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  168. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  169. package/dist/DialogContent-BMwlOnbW.js +0 -567
  170. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  171. package/dist/Divider-BShhMFf4.js +0 -297
  172. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  173. package/dist/FormControl-RtZDQMdA.js +0 -258
  174. package/dist/FormControlLabel-BliKW48y.js +0 -519
  175. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  176. package/dist/Grid-CFe3amXO.js +0 -410
  177. package/dist/Grow-CnGtel3u.js +0 -196
  178. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  179. package/dist/IconButton-DHm-hucF.js +0 -297
  180. package/dist/InputAdornment-DMiED3JH.js +0 -173
  181. package/dist/Link-DBA9Yifs.js +0 -266
  182. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  183. package/dist/Menu-DLYFFrEk.js +0 -1239
  184. package/dist/MenuItem-DUdYOJr4.js +0 -271
  185. package/dist/Modal-CFIQ_s3T.js +0 -743
  186. package/dist/Paper-Bgt2WXI6.js +0 -186
  187. package/dist/Popper-BBAoiZKn.js +0 -1409
  188. package/dist/Portal-BMAxiQwe.js +0 -69
  189. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  190. package/dist/Select-CB5yWmyn.js +0 -1886
  191. package/dist/Slide-B9Nw0LZ4.js +0 -235
  192. package/dist/Stack-k55YTxET.js +0 -172
  193. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  194. package/dist/TextField-DPpRUQe3.js +0 -978
  195. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  196. package/dist/Typography-pAaje37G.js +0 -260
  197. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  198. package/dist/clsx-BTaloaeC.js +0 -264
  199. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  200. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  201. package/dist/createTheme-CD19zQB7.js +0 -3825
  202. package/dist/debounce-46wSf_lW.js +0 -15
  203. package/dist/defaultTheme-C35y5cLB.js +0 -5
  204. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  205. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  206. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  207. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  208. package/dist/exactProp-C1Lmtwf_.js +0 -13
  209. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  210. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  211. package/dist/index-B0Z-Gjno.js +0 -22
  212. package/dist/index-DUcLo3x5.js +0 -43
  213. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  214. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  215. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  216. package/dist/memoTheme-yHaPezod.js +0 -15
  217. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  218. package/dist/radioButton-CzlYB0Lh.js +0 -402
  219. package/dist/refType-BsTH3qnM.js +0 -56
  220. package/dist/tooltip-3UvETWtS.js +0 -740
  221. package/dist/useControlled-nm4pBabJ.js +0 -31
  222. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  223. package/dist/useFormControl-CatNKXAi.js +0 -10
  224. package/dist/useId-CK6Kn3Tn.js +0 -21
  225. package/dist/useSlot-CW7SOYlh.js +0 -125
  226. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  227. package/dist/useTheme-BQJ5lp0i.js +0 -11
  228. package/dist/useTheme-S5_DHFsQ.js +0 -17
  229. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,36 +1,25 @@
1
1
  import { jsxs as r, Fragment as K, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as f, useEffect as y } from "react";
3
- import Fe from "./hoc/withThemeProvider.js";
4
- import Ae from "./components/Wallet/Shared/backBtn.js";
5
- import { DIALOG_SUCCESS_ICON as Ee, PAYMENT_BANK as J, SEPA_ICON as ke, VISA_ICON as Se, PAYMENT_PROVIDER_PAYSAFE as Re, FIAT_WITHDRAW as ee, EURO_ISO3 as ze, US_DOLLAR_ISO3 as ce, SYNTHETIC_EUR as Ie, SYNTHETIC_USD as Te } from "./util/constants.js";
3
+ import Ae from "./hoc/withThemeProvider.js";
4
+ import { Typography as i, Box as w, Grid as n, CircularProgress as W, FormControl as J, FilledInput as Q, FormHelperText as ce, Select as Ee, MenuItem as Fe, ListItemIcon as ke, InputAdornment as Se, IconButton as Re } from "@mui/material";
5
+ import ze from "./components/Wallet/Shared/backBtn.js";
6
+ import { DIALOG_SUCCESS_ICON as Ie, PAYMENT_BANK as Z, SEPA_ICON as Te, VISA_ICON as We, PAYMENT_PROVIDER_PAYSAFE as we, FIAT_WITHDRAW as ee, EURO_ISO3 as Be, US_DOLLAR_ISO3 as me, SYNTHETIC_EUR as Oe, SYNTHETIC_USD as Pe } from "./util/constants.js";
6
7
  import { s as u } from "./styles.module-DMd29SPQ.js";
7
8
  import ie from "./components/Wallet/Shared/appButton.js";
8
9
  import { ai as G } from "./constants-DrmtdI1J.js";
9
- import { u as Be } from "./index-BQNs1mvn.js";
10
- import { b as te, e as pe, f as We, d as we, g as Oe } from "./order-DEp_Lmar.js";
10
+ import { u as Me } from "./index-BQNs1mvn.js";
11
+ import { b as te, e as pe, f as Le, d as Ye, g as qe } from "./order-DEp_Lmar.js";
11
12
  import { u as j } from "./react-redux-C7I9-1M6.js";
12
- import { P as Pe, f as Me } from "./PlayArrow-Bjz9LxhD.js";
13
- import { d as Le, u as Ye } from "./wallet-CauUBXou.js";
14
- import { useSnackBarContext as qe } from "./context/snackBarContext.js";
15
- import { AuthContainer as Ke } from "./components/Wallet/Shared/Container/index.js";
16
- import $e from "./components/Shared/MinimalKyc/index.js";
17
- import Ue from "./components/Wallet/Shared/Input/index.js";
18
- import { G as He } from "./generic-token-B_ptO5yb.js";
19
- import { getCurrencySymbol as je } from "./util/functions.js";
20
- import { PaymentButton as Ge } from "./components/Wallet/Shared/Order/paymentButton.js";
21
- import Ve from "./components/Wallet/Shared/Order/selectCustomIcon.js";
22
- import { G as n } from "./Grid-CFe3amXO.js";
23
- import { T as i } from "./Typography-pAaje37G.js";
24
- import { C as B } from "./CircularProgress-xZA3lvba.js";
25
- import { F as Q } from "./FormControl-RtZDQMdA.js";
26
- import { F as Z } from "./FilledInput-DuNqnPjc.js";
27
- import { F as me } from "./TextField-DPpRUQe3.js";
28
- import { S as Xe } from "./Select-CB5yWmyn.js";
29
- import { M as De } from "./MenuItem-DUdYOJr4.js";
30
- import { L as Je } from "./ListItemIcon-CUcyTEEm.js";
31
- import { B as W } from "./Box-B0YSYLco.js";
32
- import { I as Qe } from "./InputAdornment-DMiED3JH.js";
33
- import { I as Ze } from "./IconButton-DHm-hucF.js";
13
+ import { P as Ke, f as $e } from "./PlayArrow-BVDyfxsQ.js";
14
+ import { d as Ue, u as He } from "./wallet-CauUBXou.js";
15
+ import { useSnackBarContext as je } from "./context/snackBarContext.js";
16
+ import { AuthContainer as Ge } from "./components/Wallet/Shared/Container/index.js";
17
+ import Ve from "./components/Shared/MinimalKyc/index.js";
18
+ import Xe from "./components/Wallet/Shared/Input/index.js";
19
+ import { G as De } from "./generic-token-B_ptO5yb.js";
20
+ import { getCurrencySymbol as Je } from "./util/functions.js";
21
+ import { PaymentButton as Qe } from "./components/Wallet/Shared/Order/paymentButton.js";
22
+ import Ze from "./components/Wallet/Shared/Order/selectCustomIcon.js";
34
23
  import et from "./components/Wallet/Shared/BankSelect/index.js";
35
24
  import tt from "./hooks/useEverestDispatch.js";
36
25
  import { useDialog as nt } from "./hooks/useDialog/index.js";
@@ -41,15 +30,15 @@ const it = ({
41
30
  dispatch: h,
42
31
  navigate: p
43
32
  }) => {
44
- const { openDialog: w, ConfirmDialog: N } = nt(), $ = j(Be).banks, o = c.estimate[G], S = c.create.order_id, s = c.create.bank_id, O = c.loader, P = o.fiat_amount, [U, F] = f(!1), [C, R] = f({});
33
+ const { openDialog: B, ConfirmDialog: N } = nt(), $ = j(Me).banks, a = c.estimate[G], S = c.create.order_id, s = c.create.bank_id, O = c.loader, P = a.fiat_amount, [U, A] = f(!1), [C, R] = f({});
45
34
  y(() => {
46
35
  if (s) {
47
36
  const M = $.find((L) => L.id === s);
48
37
  M && R(M);
49
38
  }
50
39
  }, [s]), y(() => {
51
- S && U && w({
52
- icon: Ee,
40
+ S && U && B({
41
+ icon: Ie,
53
42
  title: "Withdraw Success",
54
43
  message: "Your transaction was successful for more details on the transaction please track your order.",
55
44
  cancelButtonText: "Withdraw again",
@@ -70,48 +59,48 @@ const it = ({
70
59
  pe(
71
60
  {
72
61
  apiKey: b,
73
- transaction_type: o.transaction_type,
74
- coin_amount: o.fiat_amount,
75
- payment_type: o.payment_type,
76
- fiat_ccy: o.fiat_currency,
77
- payment_provider: o.payment_provider
62
+ transaction_type: a.transaction_type,
63
+ coin_amount: a.fiat_amount,
64
+ payment_type: a.payment_type,
65
+ fiat_ccy: a.fiat_currency,
66
+ payment_provider: a.payment_provider
78
67
  },
79
68
  G
80
69
  )
81
70
  );
82
71
  }, x = () => {
83
72
  h(
84
- We({
73
+ Le({
85
74
  apiKey: b,
86
- quoteId: o.quote_id,
75
+ quoteId: a.quote_id,
87
76
  bankId: c.create.bank_id
88
77
  })
89
- ), F(!0);
78
+ ), A(!0);
90
79
  };
91
80
  return /* @__PURE__ */ r(K, { children: [
92
81
  /* @__PURE__ */ e(N, {}),
93
82
  /* @__PURE__ */ e(
94
- Ae,
83
+ ze,
95
84
  {
96
85
  onClickHandler: () => k(ue),
97
86
  backBtnText: "Confirm Your Order"
98
87
  }
99
88
  ),
100
89
  /* @__PURE__ */ e(i, { mt: 2, variant: "sm", fontWeight: 600, children: "Funds received at" }),
101
- /* @__PURE__ */ r(W, { mt: 2, className: u["confirm-payment"], children: [
90
+ /* @__PURE__ */ r(w, { mt: 2, className: u["confirm-payment"], children: [
102
91
  /* @__PURE__ */ e(
103
92
  "img",
104
93
  {
105
- src: o.payment_type === J ? ke : Se,
94
+ src: a.payment_type === Z ? Te : We,
106
95
  width: 100,
107
96
  alt: "payment"
108
97
  }
109
98
  ),
110
- /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: o.payment_type === J ? "Bank Account" : "Debit Card" }) })
99
+ /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: a.payment_type === Z ? "Bank Account" : "Debit Card" }) })
111
100
  ] }),
112
- o.payment_type === J && /* @__PURE__ */ r(K, { children: [
101
+ a.payment_type === Z && /* @__PURE__ */ r(K, { children: [
113
102
  /* @__PURE__ */ e(i, { mt: 3, variant: "caption", component: "p", children: /* @__PURE__ */ e("b", { children: "Bank Details" }) }),
114
- /* @__PURE__ */ e(W, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
103
+ /* @__PURE__ */ e(w, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
115
104
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Account Name" }) }),
116
105
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: C.accountName }) }),
117
106
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Bank Name" }) }),
@@ -123,50 +112,50 @@ const it = ({
123
112
  ] }) })
124
113
  ] }),
125
114
  /* @__PURE__ */ e(i, { mt: 3, variant: "sm", fontWeight: 600, component: "p", children: "Order Estimate Details" }),
126
- /* @__PURE__ */ e(W, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
115
+ /* @__PURE__ */ e(w, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
127
116
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Withdraw Amount" }) }),
128
117
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
129
118
  (+P * 1).toFixed(2),
130
119
  " ",
131
- o.fiat_currency
120
+ a.fiat_currency
132
121
  ] }) }),
133
122
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Amount received" }) }),
134
123
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
135
- (+o.fiat_out_amount * 1).toFixed(2),
124
+ (+a.fiat_out_amount * 1).toFixed(2),
136
125
  " ",
137
- o.fiat_currency
126
+ a.fiat_currency
138
127
  ] }) }),
139
128
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
140
129
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
141
- (+o.total_fee * 1).toFixed(2),
130
+ (+a.total_fee * 1).toFixed(2),
142
131
  " ",
143
- o.fiat_currency
132
+ a.fiat_currency
144
133
  ] }) })
145
134
  ] }) }),
146
- /* @__PURE__ */ e(W, { mt: 4, children: /* @__PURE__ */ e(
135
+ /* @__PURE__ */ e(w, { mt: 4, children: /* @__PURE__ */ e(
147
136
  ie,
148
137
  {
149
138
  onClick: x,
150
139
  disabled: O,
151
140
  fullWidth: !0,
152
141
  children: /* @__PURE__ */ e("strong", { children: O ? /* @__PURE__ */ r(K, { children: [
153
- /* @__PURE__ */ e(B, { size: 15, color: "inherit" }),
142
+ /* @__PURE__ */ e(W, { size: 15, color: "inherit" }),
154
143
  " Processing..."
155
144
  ] }) : "Payment Details" })
156
145
  }
157
146
  ) })
158
147
  ] });
159
- }, ot = ({
148
+ }, at = ({
160
149
  setScreen: k,
161
150
  orderData: b,
162
151
  dispatch: c,
163
152
  fiatAssets: h,
164
153
  showAlertMessage: p,
165
- partnerKey: w,
154
+ partnerKey: B,
166
155
  usdBalance: N,
167
156
  eurBalance: v,
168
157
  balanceLoader: $,
169
- paymentId: o,
158
+ paymentId: a,
170
159
  setPaymentId: S,
171
160
  currencyId: s,
172
161
  setCurrencyId: O,
@@ -174,60 +163,60 @@ const it = ({
174
163
  setPaymentOptions: U
175
164
  }) => {
176
165
  var re, se;
177
- const F = h.fiats, C = h.loader, R = b.loader, _ = b.estimate[G], x = _.fiat_out_amount, M = _.total_fee;
178
- let L = 0, A = 0;
166
+ const A = h.fiats, C = h.loader, R = b.loader, _ = b.estimate[G], x = _.fiat_out_amount, M = _.total_fee;
167
+ let L = 0, E = 0;
179
168
  const d = _.fee_breakdown;
180
169
  for (let t = 0; t < d.length; t++) {
181
- const a = d[t];
182
- a.name === "ev_fee" ? L = Number(a.value) : a.name === "network_fee" && (A = Number(a.value));
170
+ const o = d[t];
171
+ o.name === "ev_fee" ? L = Number(o.value) : o.name === "network_fee" && (E = Number(o.value));
183
172
  }
184
- const [g, fe] = f(!1), [Y, he] = f([]), [oe, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [ae, Ne] = f(""), [H, D] = f(
173
+ const [g, fe] = f(!1), [Y, he] = f([]), [ae, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [oe, Ne] = f(""), [H, D] = f(
185
174
  _.fiat_amount || X.toString()
186
- ), l = F.find((t) => t.id === s), z = je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === o);
175
+ ), l = A.find((t) => t.id === s), z = Je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === a);
187
176
  y(() => {
188
177
  const t = [];
189
- for (let a = 0; a < F.length; a++) {
190
- const m = {}, E = F[a];
191
- m.id = E.id, m.name = E.name, m.icon_uri = E.icon_uri, m.symbol = E.symbol, m.payment_options = [];
192
- const I = E.payment_options;
178
+ for (let o = 0; o < A.length; o++) {
179
+ const m = {}, F = A[o];
180
+ m.id = F.id, m.name = F.name, m.icon_uri = F.icon_uri, m.symbol = F.symbol, m.payment_options = [];
181
+ const I = F.payment_options;
193
182
  for (let T = 0; T < I.length; T++) {
194
183
  const le = {}, V = I[T];
195
- V.payment_provider !== Re && V.active && V.payout_allowed && (Object.assign(le, V), m.payment_options.push(le));
184
+ V.payment_provider !== we && V.active && V.payout_allowed && (Object.assign(le, V), m.payment_options.push(le));
196
185
  }
197
186
  m.payment_options.length > 0 && t.push(m);
198
187
  }
199
188
  he(t);
200
- }, [F]), y(() => {
189
+ }, [A]), y(() => {
201
190
  if (!s || Y.length === 0)
202
191
  return;
203
192
  const t = [];
204
- for (let a = 0; a < Y.length; a++) {
205
- if (Y[a].id === s) {
206
- const m = Y[a].payment_options;
207
- let E = !1;
193
+ for (let o = 0; o < Y.length; o++) {
194
+ if (Y[o].id === s) {
195
+ const m = Y[o].payment_options;
196
+ let F = !1;
208
197
  for (let I = 0; I < m.length; I++) {
209
198
  const T = m[I];
210
- T.active && T.payout_allowed && (t.push(T), m[I].id === o && (E = !0));
199
+ T.active && T.payout_allowed && (t.push(T), m[I].id === a && (F = !0));
211
200
  }
212
- E || S(t[0].id);
201
+ F || S(t[0].id);
213
202
  }
214
203
  U(t);
215
204
  }
216
205
  }, [s, Y]), y(() => {
217
- if (H && o && s) {
218
- c(we(G)), fe(!1), Ne("");
206
+ if (H && a && s) {
207
+ c(Ye(G)), fe(!1), Ne("");
219
208
  const t = setTimeout(() => {
220
209
  be();
221
210
  }, 1e3);
222
211
  return () => clearTimeout(t);
223
212
  }
224
- }, [H, o, s]);
213
+ }, [H, a, s]);
225
214
  const be = () => {
226
215
  const t = q.payment_type;
227
216
  c(
228
217
  pe(
229
218
  {
230
- apiKey: w,
219
+ apiKey: B,
231
220
  transaction_type: ee,
232
221
  coin_amount: H,
233
222
  payment_type: t,
@@ -241,8 +230,8 @@ const it = ({
241
230
  y(() => {
242
231
  const t = b.types.length;
243
232
  if (t > 0)
244
- for (let a = 0; a < t; a++) {
245
- const m = b.types[a];
233
+ for (let o = 0; o < t; o++) {
234
+ const m = b.types[o];
246
235
  if (m.type === ee) {
247
236
  xe(parseFloat(m.min_deposit_amount)), ye(parseFloat(m.max_deposit_amount));
248
237
  break;
@@ -250,10 +239,10 @@ const it = ({
250
239
  }
251
240
  }, [b.types]);
252
241
  const ge = (t) => {
253
- const a = t.target.value;
254
- a ? /^([0-9]+)$/.test(a) && D(a) : D("");
242
+ const o = t.target.value;
243
+ o ? /^([0-9]+)$/.test(o) && D(o) : D("");
255
244
  }, ve = () => {
256
- if (!o)
245
+ if (!a)
257
246
  return p({ message: "Please select payment method" }), !1;
258
247
  if (!H)
259
248
  return p({ message: "Please enter amount" }), !1;
@@ -261,11 +250,11 @@ const it = ({
261
250
  return p({
262
251
  message: "Please wait for the estimate to be calculated and then press next"
263
252
  }), !1;
264
- if ((l == null ? void 0 : l.symbol) === ze && typeof v < "u" && parseFloat(x) > v)
253
+ if ((l == null ? void 0 : l.symbol) === Be && typeof v < "u" && parseFloat(x) > v)
265
254
  return p({
266
255
  message: "Insufficient Funds. Please provide amount less or equal to available balance"
267
256
  }), !1;
268
- if ((l == null ? void 0 : l.symbol) === ce && typeof N < "u" && parseFloat(x) > N)
257
+ if ((l == null ? void 0 : l.symbol) === me && typeof N < "u" && parseFloat(x) > N)
269
258
  return p({
270
259
  message: "Insufficient Funds. Please provide amount less or equal to available balance"
271
260
  }), !1;
@@ -279,7 +268,7 @@ const it = ({
279
268
  }), !1;
280
269
  k(ue);
281
270
  }, Ce = () => {
282
- const t = l.symbol === ce ? N : v;
271
+ const t = l.symbol === me ? N : v;
283
272
  D(t + "");
284
273
  };
285
274
  return /* @__PURE__ */ r(K, { children: [
@@ -294,7 +283,7 @@ const it = ({
294
283
  children: [
295
284
  "You Have:",
296
285
  " ",
297
- $ ? /* @__PURE__ */ e(B, { size: 10, color: "inherit" }) : s === 1 ? N : v,
286
+ $ ? /* @__PURE__ */ e(W, { size: 10, color: "inherit" }) : s === 1 ? N : v,
298
287
  " ",
299
288
  (l == null ? void 0 : l.symbol) && (l == null ? void 0 : l.symbol) + ".c",
300
289
  " ",
@@ -305,14 +294,14 @@ const it = ({
305
294
  ] }),
306
295
  /* @__PURE__ */ r(n, { mt: 0.5, spacing: 0, container: !0, className: u["field-set"], children: [
307
296
  /* @__PURE__ */ e(n, { size: { xs: 7 }, children: /* @__PURE__ */ r(
308
- Q,
297
+ J,
309
298
  {
310
299
  variant: "filled",
311
300
  className: `${u.amount} ${u["fiat-field"]}`,
312
301
  fullWidth: !0,
313
302
  children: [
314
303
  /* @__PURE__ */ e(
315
- Z,
304
+ Q,
316
305
  {
317
306
  value: H,
318
307
  onChange: ge,
@@ -324,27 +313,27 @@ const it = ({
324
313
  fullWidth: !0
325
314
  }
326
315
  ),
327
- /* @__PURE__ */ e(me, { className: u["amount-symbol"], children: " " })
316
+ /* @__PURE__ */ e(ce, { className: u["amount-symbol"], children: " " })
328
317
  ]
329
318
  }
330
319
  ) }),
331
320
  /* @__PURE__ */ e(n, { size: { xs: 5 }, className: "content-center", children: C ? /* @__PURE__ */ e(
332
- B,
321
+ W,
333
322
  {
334
323
  sx: { ml: 1 },
335
324
  size: 30
336
325
  }
337
326
  ) : /* @__PURE__ */ e(
338
- Q,
327
+ J,
339
328
  {
340
329
  variant: "filled",
341
330
  className: `text-left ${u["fiat-picker"]}`,
342
331
  fullWidth: !0,
343
332
  children: /* @__PURE__ */ e(
344
- Xe,
333
+ Ee,
345
334
  {
346
- IconComponent: Ve,
347
- input: /* @__PURE__ */ e(Z, { disableUnderline: !0 }),
335
+ IconComponent: Ze,
336
+ input: /* @__PURE__ */ e(Q, { disableUnderline: !0 }),
348
337
  sx: {
349
338
  borderTopLeftRadius: 0,
350
339
  "&::before": {
@@ -369,13 +358,13 @@ const it = ({
369
358
  displayEmpty: !0,
370
359
  onChange: (t) => O(t.target.value),
371
360
  error: g,
372
- children: Y.map((t) => /* @__PURE__ */ r(De, { value: t.id, children: [
373
- /* @__PURE__ */ e(Je, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
361
+ children: Y.map((t) => /* @__PURE__ */ r(Fe, { value: t.id, children: [
362
+ /* @__PURE__ */ e(ke, { className: u["dropdown-list-item"], children: /* @__PURE__ */ e(
374
363
  "img",
375
364
  {
376
365
  src: t.icon_uri,
377
- onError: ({ currentTarget: a }) => {
378
- a.onerror = null, a.src = He;
366
+ onError: ({ currentTarget: o }) => {
367
+ o.onerror = null, o.src = De;
379
368
  },
380
369
  alt: "tokenImg",
381
370
  width: "40",
@@ -388,23 +377,23 @@ const it = ({
388
377
  )
389
378
  }
390
379
  ) }),
391
- ae && /* @__PURE__ */ e(i, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: ae }) })
380
+ oe && /* @__PURE__ */ e(i, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: oe }) })
392
381
  ] }),
393
- /* @__PURE__ */ r(W, { className: "text-left", mt: 3, children: [
382
+ /* @__PURE__ */ r(w, { className: "text-left", mt: 3, children: [
394
383
  /* @__PURE__ */ e(i, { variant: "sm", fontWeight: 600, children: "Select Payment Method" }),
395
- C ? /* @__PURE__ */ e(B, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(n, { mt: 0.5, container: !0, children: P.map((t) => /* @__PURE__ */ e(n, { size: { xs: 2.5 }, children: /* @__PURE__ */ e(
396
- Ge,
384
+ C ? /* @__PURE__ */ e(W, { sx: { ml: 1, mt: 3 }, size: 50 }) : /* @__PURE__ */ e(n, { mt: 0.5, container: !0, children: P.map((t) => /* @__PURE__ */ e(n, { size: { xs: 2.5 }, children: /* @__PURE__ */ e(
385
+ Qe,
397
386
  {
398
387
  label: t.payment_type,
399
388
  value: t.id,
400
- paymentId: o,
389
+ paymentId: a,
401
390
  setPaymentId: S
402
391
  }
403
392
  ) }, t.id)) })
404
393
  ] }),
405
394
  /* @__PURE__ */ e(n, { mt: 4, container: !0, children: /* @__PURE__ */ e(n, { size: { xs: 4 }, children: /* @__PURE__ */ e(i, { className: u.label, variant: "caption", component: "p", children: "You Receive" }) }) }),
406
395
  /* @__PURE__ */ e(n, { mt: 0.5, container: !0, className: u["field-set"], children: /* @__PURE__ */ e(n, { size: { xs: 12 }, children: /* @__PURE__ */ r(
407
- Q,
396
+ J,
408
397
  {
409
398
  className: `${u.amount} ${u["fiat-field"]}`,
410
399
  sx: {
@@ -415,11 +404,11 @@ const it = ({
415
404
  fullWidth: !0,
416
405
  children: [
417
406
  /* @__PURE__ */ e(
418
- Z,
407
+ Q,
419
408
  {
420
409
  disableUnderline: !0,
421
410
  value: x && parseFloat((+x * 1).toFixed(5)),
422
- startAdornment: /* @__PURE__ */ e(Qe, { position: "start", children: /* @__PURE__ */ e(
411
+ startAdornment: /* @__PURE__ */ e(Se, { position: "start", children: /* @__PURE__ */ e(
423
412
  i,
424
413
  {
425
414
  sx: {
@@ -434,13 +423,13 @@ const it = ({
434
423
  fullWidth: !0
435
424
  }
436
425
  ),
437
- /* @__PURE__ */ e(me, { className: u["amount-symbol"], children: +((re = _ == null ? void 0 : _.output_token) == null ? void 0 : re.fiat_amount) * 1 > 0 ? z + (+((se = _ == null ? void 0 : _.output_token) == null ? void 0 : se.fiat_amount) * 1).toFixed(2) : /* @__PURE__ */ e(K, { children: " " }) })
426
+ /* @__PURE__ */ e(ce, { className: u["amount-symbol"], children: +((re = _ == null ? void 0 : _.output_token) == null ? void 0 : re.fiat_amount) * 1 > 0 ? z + (+((se = _ == null ? void 0 : _.output_token) == null ? void 0 : se.fiat_amount) * 1).toFixed(2) : /* @__PURE__ */ e(K, { children: " " }) })
438
427
  ]
439
428
  }
440
429
  ) }) }),
441
- /* @__PURE__ */ e(W, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
430
+ /* @__PURE__ */ e(w, { mt: 3, sx: { color: "#1A202C" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
442
431
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 12 }, children: /* @__PURE__ */ r(
443
- Ze,
432
+ Re,
444
433
  {
445
434
  sx: { padding: "0" },
446
435
  onClick: () => _e((t) => !t),
@@ -449,10 +438,10 @@ const it = ({
449
438
  children: [
450
439
  /* @__PURE__ */ e(i, { variant: "caption", fontWeight: 700, children: "Fee Calculation" }),
451
440
  /* @__PURE__ */ e(
452
- Pe,
441
+ Ke,
453
442
  {
454
443
  sx: {
455
- transform: `rotate(${oe ? "90" : "0"}deg)`,
444
+ transform: `rotate(${ae ? "90" : "0"}deg)`,
456
445
  fontSize: "15px"
457
446
  }
458
447
  }
@@ -460,12 +449,12 @@ const it = ({
460
449
  ]
461
450
  }
462
451
  ) }),
463
- oe && /* @__PURE__ */ r(K, { children: [
452
+ ae && /* @__PURE__ */ r(K, { children: [
464
453
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Everest Fee" }) }),
465
454
  /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
466
455
  z,
467
456
  R ? /* @__PURE__ */ e(
468
- B,
457
+ W,
469
458
  {
470
459
  sx: { ml: 1 },
471
460
  size: 15,
@@ -477,22 +466,22 @@ const it = ({
477
466
  /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
478
467
  z,
479
468
  R ? /* @__PURE__ */ e(
480
- B,
469
+ W,
481
470
  {
482
471
  sx: { ml: 1 },
483
472
  size: 15,
484
473
  color: "primary"
485
474
  }
486
- ) : A.toFixed(2)
475
+ ) : E.toFixed(2)
487
476
  ] }) })
488
477
  ] }),
489
478
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
490
479
  /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
491
480
  z,
492
- R ? /* @__PURE__ */ e(B, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(M).toFixed(2)
481
+ R ? /* @__PURE__ */ e(W, { sx: { ml: 1 }, size: 15, color: "primary" }) : Number(M).toFixed(2)
493
482
  ] }) })
494
483
  ] }) }),
495
- /* @__PURE__ */ e(W, { mt: 4, children: /* @__PURE__ */ e(
484
+ /* @__PURE__ */ e(w, { mt: 4, children: /* @__PURE__ */ e(
496
485
  ie,
497
486
  {
498
487
  onClick: ve,
@@ -502,36 +491,36 @@ const it = ({
502
491
  }
503
492
  ) })
504
493
  ] });
505
- }, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", at = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
506
- const c = tt(), h = j((d) => d.order), p = h.error, w = j(
494
+ }, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", ot = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
495
+ const c = tt(), h = j((d) => d.order), p = h.error, B = j(
507
496
  (d) => d.user.profile
508
- ), N = w.tokens, v = w.everWalletAddress, $ = j((d) => d.fiatAssets), o = j(
497
+ ), N = B.tokens, v = B.everWalletAddress, $ = j((d) => d.fiatAssets), a = j(
509
498
  (d) => d.cryptoAssets
510
- ), [S, s] = f(ne), [O, P] = f(0), [U, F] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: A } = qe();
499
+ ), [S, s] = f(ne), [O, P] = f(0), [U, A] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: E } = je();
511
500
  return y(() => {
512
- v && c(Le(v));
501
+ v && c(Ue(v));
513
502
  }, [v]), y(() => {
514
503
  if (N.list.length > 0) {
515
504
  const d = N.list;
516
505
  for (let g = 0; g < d.length; g++)
517
- d[g].symbol === Ie && L(
506
+ d[g].symbol === Oe && L(
518
507
  parseFloat(d[g].fmt_balance.replaceAll(",", "")) / 100
519
- ), d[g].symbol === Te && x(
508
+ ), d[g].symbol === Pe && x(
520
509
  parseFloat(d[g].fmt_balance.replaceAll(",", "")) / 100
521
510
  );
522
511
  }
523
512
  }, [N.list]), y(() => {
524
- p && A({ message: p });
513
+ p && E({ message: p });
525
514
  }, [p]), y(() => {
526
- h.initMinimalKyc && (A({ message: p, type: "info" }), s(at));
527
- }, [h.initMinimalKyc]), y(() => (c(Me()), c(Oe(ee)), c(Ye()), () => {
515
+ h.initMinimalKyc && (E({ message: p, type: "info" }), s(ot));
516
+ }, [h.initMinimalKyc]), y(() => (c($e()), c(qe(ee)), c(He()), () => {
528
517
  c(te());
529
- }), []), /* @__PURE__ */ e(Ke, { addPadding: !0, children: {
518
+ }), []), /* @__PURE__ */ e(Ge, { addPadding: !0, children: {
530
519
  FORM_SCREEN: /* @__PURE__ */ e(
531
- ot,
520
+ at,
532
521
  {
533
- cryptoAssets: o,
534
- showAlertMessage: A,
522
+ cryptoAssets: a,
523
+ showAlertMessage: E,
535
524
  setScreen: s,
536
525
  fiatAssets: $,
537
526
  orderData: h,
@@ -543,7 +532,7 @@ const it = ({
543
532
  paymentId: O,
544
533
  setPaymentId: P,
545
534
  currencyId: U,
546
- setCurrencyId: F,
535
+ setCurrencyId: A,
547
536
  paymentOptions: C,
548
537
  setPaymentOptions: R
549
538
  }
@@ -551,7 +540,7 @@ const it = ({
551
540
  BANK_SCREEN: /* @__PURE__ */ e(
552
541
  et,
553
542
  {
554
- showAlertMessage: A,
543
+ showAlertMessage: E,
555
544
  setScreen: s,
556
545
  orderData: h,
557
546
  dispatch: c,
@@ -564,16 +553,16 @@ const it = ({
564
553
  {
565
554
  partnerKey: k,
566
555
  setScreen: s,
567
- showAlertMessage: A,
556
+ showAlertMessage: E,
568
557
  orderData: h,
569
558
  dispatch: c,
570
559
  navigate: b
571
560
  }
572
561
  ),
573
562
  MINIMAL_KYC_SCREEN: /* @__PURE__ */ e(
574
- $e,
563
+ Ve,
575
564
  {
576
- inputComponent: Ue,
565
+ inputComponent: Xe,
577
566
  buttonComponent: ie,
578
567
  onComplete: () => {
579
568
  s(de);
@@ -581,13 +570,13 @@ const it = ({
581
570
  }
582
571
  )
583
572
  }[S] });
584
- }, Ut = Fe(rt);
573
+ }, Wt = Ae(rt);
585
574
  export {
586
575
  it as B,
587
576
  de as C,
588
577
  ne as F,
589
- at as M,
590
- ot as W,
578
+ ot as M,
579
+ at as W,
591
580
  ue as a,
592
- Ut as i
581
+ Wt as i
593
582
  };