everest-npm-features 0.0.61 → 0.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  3. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  4. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  5. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  6. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  7. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  8. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  9. package/dist/PlayArrow-71FP5PzJ.js +13 -0
  10. package/dist/Portal-BeS9yJCZ.js +968 -0
  11. package/dist/assets/styles.css +1 -1
  12. package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
  13. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
  15. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  16. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
  17. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
  18. package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
  19. package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
  20. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  21. package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
  22. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  23. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
  24. package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
  25. package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
  26. package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
  27. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
  28. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
  29. package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
  30. package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
  31. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
  32. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  33. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  34. package/dist/components/RocketRamp/ResetPassword/index.js +23 -25
  35. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  36. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  37. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  38. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  39. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  40. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  41. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  42. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  43. package/dist/components/RocketRamp/Store/SignUp/index.js +53 -56
  44. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
  45. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
  46. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  47. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  48. package/dist/components/RocketRamp/Transactions/index.js +23 -24
  49. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  50. package/dist/components/Shared/FullKyc/edd.js +51 -53
  51. package/dist/components/Shared/FullKyc/index.js +13 -11
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -13
  55. package/dist/components/Shared/HistoryItem/index.js +43 -48
  56. package/dist/components/Shared/Incode/index.js +31 -35
  57. package/dist/components/Shared/MinimalKyc/index.js +60 -65
  58. package/dist/components/Shared/Sumsub/index.js +75 -62
  59. package/dist/components/Shared/loader.js +4 -5
  60. package/dist/components/Shared/tooltip.js +2 -2
  61. package/dist/components/Shared/transition.js +4 -4
  62. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  63. package/dist/components/Wallet/Account/createIban.js +324 -102
  64. package/dist/components/Wallet/Account/eWallet.js +37 -43
  65. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  66. package/dist/components/Wallet/Account/iban.js +41 -45
  67. package/dist/components/Wallet/Account/ibanItem.js +70 -75
  68. package/dist/components/Wallet/Account/index.d.ts +1 -0
  69. package/dist/components/Wallet/Account/index.js +113 -118
  70. package/dist/components/Wallet/Account/sendIban.js +79 -88
  71. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
  72. package/dist/components/Wallet/Buy/form.js +8 -18
  73. package/dist/components/Wallet/Buy/index.js +6 -6
  74. package/dist/components/Wallet/Deposit/index.js +16 -18
  75. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  77. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  79. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  80. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  81. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +33 -34
  82. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
  83. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  84. package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
  85. package/dist/components/Wallet/History/index.js +23 -797
  86. package/dist/components/Wallet/Home/index.js +13 -14
  87. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
  88. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  89. package/dist/components/Wallet/Portfolio/index.js +48 -51
  90. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  91. package/dist/components/Wallet/Profile/documents.js +164 -176
  92. package/dist/components/Wallet/Profile/index.js +39 -44
  93. package/dist/components/Wallet/Profile/storage.js +39 -47
  94. package/dist/components/Wallet/Receive/index.js +32 -37
  95. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
  96. package/dist/components/Wallet/Sell/form.js +8 -18
  97. package/dist/components/Wallet/Sell/index.js +6 -6
  98. package/dist/components/Wallet/Send/index.js +98 -107
  99. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  100. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  101. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  102. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
  103. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  104. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  105. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  106. package/dist/components/Wallet/Shared/Container/index.js +11 -11
  107. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  108. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  109. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  110. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  111. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  112. package/dist/components/Wallet/Shared/addBank.js +41 -45
  113. package/dist/components/Wallet/Shared/appButton.js +11 -15
  114. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  115. package/dist/components/Wallet/Shared/button.js +7 -7
  116. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  117. package/dist/components/Wallet/Shared/inputField.js +5 -5
  118. package/dist/components/Wallet/Shared/manualSend.js +9 -13
  119. package/dist/components/Wallet/Shared/noData.js +4 -5
  120. package/dist/components/Wallet/Shared/pin.js +25 -27
  121. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  122. package/dist/components/Wallet/Shared/step.js +12 -13
  123. package/dist/components/Wallet/Shared/timer.js +1 -1
  124. package/dist/components/Wallet/SignIn/index.js +17 -17
  125. package/dist/components/Wallet/SignUp/index.js +63 -153
  126. package/dist/components/Wallet/SignUp/terms.js +1 -1
  127. package/dist/components/Wallet/Stake/gems/index.js +71 -69
  128. package/dist/components/Wallet/Stake/id/index.js +77 -84
  129. package/dist/components/Wallet/Stake/index.js +65 -68
  130. package/dist/components/Wallet/Swap/form.js +11 -20
  131. package/dist/components/Wallet/Swap/index.js +5 -5
  132. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  133. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  134. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  135. package/dist/components/Wallet/Withdraw/form.js +6 -17
  136. package/dist/components/Wallet/Withdraw/index.js +5 -5
  137. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  138. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  139. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  140. package/dist/hoc/withThemeProvider.js +5 -732
  141. package/dist/hooks/useDialog/index.js +22 -23
  142. package/dist/hooks/useRrDialog/index.js +43 -46
  143. package/dist/hooks/useSnackBar.js +24 -696
  144. package/dist/icons/buyIcon.js +1 -1
  145. package/dist/icons/canceledBuyIcon.js +1 -1
  146. package/dist/icons/canceledRedeemIcon.js +1 -1
  147. package/dist/icons/failedBuyIcon.js +2 -2
  148. package/dist/icons/failedRedeemIcon.js +2 -2
  149. package/dist/icons/pendingBuyIcon.js +1 -1
  150. package/dist/icons/pendingRedeemIcon.js +1 -1
  151. package/dist/icons/redeemIcon.js +1 -1
  152. package/dist/{index-BbVpeed7.js → index-B4XvACQN.js} +89 -98
  153. package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
  154. package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
  155. package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
  156. package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
  157. package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
  158. package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
  159. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  160. package/dist/main.js +7 -7
  161. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  162. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  163. package/dist/otpForm-DeeegaX2.js +7378 -0
  164. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  165. package/dist/styles.module-DFoezEqS.js +28 -0
  166. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  167. package/dist/tooltip-BW0UyWw7.js +2129 -0
  168. package/dist/util/constants.d.ts +1 -0
  169. package/dist/util/constants.js +72 -71
  170. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  171. package/package.json +6 -6
  172. package/dist/Alert-DzsbFW3-.js +0 -369
  173. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  174. package/dist/Avatar-1XklXr4O.js +0 -281
  175. package/dist/Backdrop-CioURPVG.js +0 -359
  176. package/dist/Box-B0YSYLco.js +0 -59
  177. package/dist/Button-Df4vgU24.js +0 -663
  178. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  179. package/dist/CardContent-D9wTdpu-.js +0 -141
  180. package/dist/CircularProgress-xZA3lvba.js +0 -252
  181. package/dist/Close-CxzDL3J-.js +0 -9
  182. package/dist/Container-urNKV7hm.js +0 -181
  183. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  184. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  185. package/dist/DialogContent-BMwlOnbW.js +0 -567
  186. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  187. package/dist/Divider-BShhMFf4.js +0 -297
  188. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  189. package/dist/FormControl-RtZDQMdA.js +0 -258
  190. package/dist/FormControlLabel-BliKW48y.js +0 -519
  191. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  192. package/dist/Grid-CFe3amXO.js +0 -410
  193. package/dist/Grow-CnGtel3u.js +0 -196
  194. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  195. package/dist/IconButton-DHm-hucF.js +0 -297
  196. package/dist/InputAdornment-DMiED3JH.js +0 -173
  197. package/dist/Link-DBA9Yifs.js +0 -266
  198. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  199. package/dist/Menu-DLYFFrEk.js +0 -1239
  200. package/dist/MenuItem-DUdYOJr4.js +0 -271
  201. package/dist/Modal-CFIQ_s3T.js +0 -743
  202. package/dist/Paper-Bgt2WXI6.js +0 -186
  203. package/dist/PlayArrow-Bjz9LxhD.js +0 -13
  204. package/dist/Popper-BBAoiZKn.js +0 -1409
  205. package/dist/Portal-BMAxiQwe.js +0 -69
  206. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  207. package/dist/Select-CB5yWmyn.js +0 -1886
  208. package/dist/Slide-B9Nw0LZ4.js +0 -235
  209. package/dist/Stack-k55YTxET.js +0 -172
  210. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  211. package/dist/TextField-DPpRUQe3.js +0 -978
  212. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  213. package/dist/Typography-pAaje37G.js +0 -260
  214. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  215. package/dist/clsx-BTaloaeC.js +0 -264
  216. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  217. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  218. package/dist/createTheme-CD19zQB7.js +0 -3825
  219. package/dist/debounce-46wSf_lW.js +0 -15
  220. package/dist/defaultTheme-C35y5cLB.js +0 -5
  221. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  222. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  223. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  224. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  225. package/dist/exactProp-C1Lmtwf_.js +0 -13
  226. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  227. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  228. package/dist/index-B0Z-Gjno.js +0 -22
  229. package/dist/index-DUcLo3x5.js +0 -43
  230. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  231. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  232. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  233. package/dist/memoTheme-yHaPezod.js +0 -15
  234. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  235. package/dist/radioButton-CzlYB0Lh.js +0 -402
  236. package/dist/refType-BsTH3qnM.js +0 -56
  237. package/dist/styles.module-CHPRGltL.js +0 -28
  238. package/dist/tooltip-3UvETWtS.js +0 -740
  239. package/dist/useControlled-nm4pBabJ.js +0 -31
  240. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  241. package/dist/useFormControl-CatNKXAi.js +0 -10
  242. package/dist/useId-CK6Kn3Tn.js +0 -21
  243. package/dist/useSlot-CW7SOYlh.js +0 -125
  244. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  245. package/dist/useTheme-BQJ5lp0i.js +0 -11
  246. package/dist/useTheme-S5_DHFsQ.js +0 -17
  247. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,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
- 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";
9
+ import { ao as G } from "./constants-DX0YBtP2.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-BXeCIvqC.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-71FP5PzJ.js";
14
+ import { d as Ue, u as He } from "./wallet-BPXOp8UG.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, o = c.estimate[G], S = c.create.order_id, s = c.create.bank_id, O = c.loader, P = o.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",
@@ -81,37 +70,37 @@ const it = ({
81
70
  );
82
71
  }, x = () => {
83
72
  h(
84
- We({
73
+ Le({
85
74
  apiKey: b,
86
75
  quoteId: o.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: o.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: o.payment_type === Z ? "Bank Account" : "Debit Card" }) })
111
100
  ] }),
112
- o.payment_type === J && /* @__PURE__ */ r(K, { children: [
101
+ o.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,7 +112,7 @@ 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),
@@ -143,14 +132,14 @@ const it = ({
143
132
  o.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
  }
@@ -162,7 +151,7 @@ const it = ({
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: $,
@@ -174,48 +163,48 @@ 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
170
  const a = d[t];
182
- a.name === "ev_fee" ? L = Number(a.value) : a.name === "network_fee" && (A = Number(a.value));
171
+ a.name === "ev_fee" ? L = Number(a.value) : a.name === "network_fee" && (E = Number(a.value));
183
172
  }
184
173
  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(
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 === o);
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 a = 0; a < A.length; a++) {
179
+ const m = {}, F = A[a];
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
193
  for (let a = 0; a < Y.length; a++) {
205
194
  if (Y[a].id === s) {
206
195
  const m = Y[a].payment_options;
207
- let E = !1;
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 === o && (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
206
  if (H && o && s) {
218
- c(we(G)), fe(!1), Ne("");
207
+ c(Ye(G)), fe(!1), Ne("");
219
208
  const t = setTimeout(() => {
220
209
  be();
221
210
  }, 1e3);
@@ -227,7 +216,7 @@ const it = ({
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,
@@ -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
366
  onError: ({ currentTarget: a }) => {
378
- a.onerror = null, a.src = He;
367
+ a.onerror = null, a.src = De;
379
368
  },
380
369
  alt: "tokenImg",
381
370
  width: "40",
@@ -390,10 +379,10 @@ const it = ({
390
379
  ) }),
391
380
  ae && /* @__PURE__ */ e(i, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: ae }) })
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,
@@ -404,7 +393,7 @@ const it = ({
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,7 +438,7 @@ 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
444
  transform: `rotate(${oe ? "90" : "0"}deg)`,
@@ -465,7 +454,7 @@ const it = ({
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,
@@ -503,35 +492,35 @@ const it = ({
503
492
  ) })
504
493
  ] });
505
494
  }, 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(
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), o = 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(at));
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
520
  ot,
532
521
  {
533
522
  cryptoAssets: o,
534
- showAlertMessage: 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,7 +570,7 @@ 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,
@@ -589,5 +578,5 @@ export {
589
578
  at as M,
590
579
  ot as W,
591
580
  ue as a,
592
- Ut as i
581
+ Wt as i
593
582
  };