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
@@ -40,16 +40,16 @@ const A = () => ({
40
40
  });
41
41
  export {
42
42
  A as a,
43
- U as b,
44
- Y as c,
45
- q as d,
46
- Q as e,
47
- c as f,
48
- g,
49
- L as h,
50
- n as i,
43
+ d as b,
44
+ B as c,
45
+ U as d,
46
+ Y as e,
47
+ q as f,
48
+ Q as g,
49
+ c as h,
50
+ g as i,
51
51
  I as l,
52
- B as r,
52
+ L as r,
53
53
  u,
54
- d as v
54
+ n as v
55
55
  };
@@ -1,59 +1,54 @@
1
- import { jsxs as u, Fragment as D, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as u, Fragment as R, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as s, useEffect as c } from "react";
3
3
  import { h as G } from "../../../moment-h96o7c8I.js";
4
- import { u as R } from "../../../react-redux-C7I9-1M6.js";
5
- import { removeExtraSpace as i } from "../../../util/functions.js";
6
- import { nameRegex as H } from "../../../util/regex.js";
4
+ import { u as B } from "../../../react-redux-C7I9-1M6.js";
5
+ import { Typography as M, Box as a, FormControl as H, Select as J, MenuItem as z, CircularProgress as Q } from "@mui/material";
6
+ import { removeExtraSpace as o } from "../../../util/functions.js";
7
+ import { nameRegex as U } from "../../../util/regex.js";
7
8
  import "../../../index-DlQqWbXG.js";
8
9
  import "../../Wallet/Shared/appButton.js";
9
10
  import "../../../hoc/withThemeProvider.js";
10
- import "../../Wallet/Shared/Auth/otpForm.js";
11
+ import "../../../otpForm-fiNqeB5H.js";
11
12
  import "../../../constants-DrmtdI1J.js";
12
- import { r as J, u as Q } from "../../../kyc-ksV3vBP_.js";
13
+ import { r as V, u as X } from "../../../kyc-ksV3vBP_.js";
13
14
  import "../../../context/snackBarContext.js";
14
- import U from "../../../hooks/useEverestDispatch.js";
15
+ import $ from "../../../hooks/useEverestDispatch.js";
15
16
  import "../../../util/conversions.js";
16
17
  import "../../../index-CAoLi5Qq.js";
17
- import { useSnackBar as V } from "../../../hooks/useSnackBar.js";
18
+ import { useSnackBar as ee } from "../../../hooks/useSnackBar.js";
18
19
  import "../../../react-webcam-B3cXh1XT.js";
19
20
  import "../../Shared/transition.js";
20
- import "../../../tooltip-3UvETWtS.js";
21
+ import "../../../tooltip-BW0UyWw7.js";
21
22
  import "../../../index.esm-BsMAMhYW.js";
22
- import { c as X } from "../../../countries-BVn1FubK.js";
23
+ import { c as te } from "../../../countries-BVn1FubK.js";
23
24
  import "../../../web3-u4qDZYpo.js";
24
25
  import "../../../index-ceeCtFuh.js";
25
26
  import "../../../index.esm-I_Bp2YLf.js";
26
27
  import "../../../context/dialogContext.js";
27
- import $ from "../Shared/Button/index.js";
28
- import o from "../Shared/Input/index.js";
29
- import { T as M } from "../../../Typography-pAaje37G.js";
30
- import { B as a } from "../../../Box-B0YSYLco.js";
31
- import { F as ee } from "../../../FormControl-RtZDQMdA.js";
32
- import { S as te } from "../../../Select-CB5yWmyn.js";
33
- import { M as F } from "../../../MenuItem-DUdYOJr4.js";
34
- import { C as re } from "../../../CircularProgress-xZA3lvba.js";
35
- const Ye = ({ onComplete: z }) => {
36
- const h = U(), n = R(
28
+ import re from "../Shared/Button/index.js";
29
+ import i from "../Shared/Input/index.js";
30
+ const ze = ({ onComplete: E }) => {
31
+ const h = $(), n = B(
37
32
  (e) => e.user.profile
38
33
  );
39
- R(
34
+ B(
40
35
  (e) => e.order.estimate.conversion_price
41
36
  );
42
- const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar: E } = V(), [v, y] = s(""), [C, b] = s(""), [d, I] = s(""), [W, K] = s(""), [P, Y] = s(""), [S, j] = s(""), [N, L] = s(""), [k, T] = s(""), [f, Z] = s("");
37
+ const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar: F } = ee(), [v, y] = s(""), [C, b] = s(""), [d, I] = s(""), [W, K] = s(""), [P, Y] = s(""), [S, j] = s(""), [N, L] = s(""), [k, Z] = s(""), [f, w] = s("");
43
38
  c(() => () => {
44
- h(J());
39
+ h(V());
45
40
  }, []), c(() => {
46
41
  p && r({ message: p });
47
42
  }, [p]), c(() => {
48
43
  m.minimal && (r({
49
44
  message: "Minimal KYC has been done successfully.",
50
45
  type: "success"
51
- }), z());
46
+ }), E());
52
47
  }, [m]), c(() => {
53
48
  y(n.firstName), b(n.lastName);
54
49
  }, [n]);
55
- const w = () => {
56
- const e = i(v), l = i(C), _ = i(W), O = i(P), x = i(S), A = i(N), B = i(k);
50
+ const O = () => {
51
+ const e = o(v), l = o(C), _ = o(W), T = o(P), x = o(S), A = o(N), D = o(k);
57
52
  if (!e) {
58
53
  r({ message: "Please provide first name" });
59
54
  return;
@@ -84,7 +79,7 @@ const Ye = ({ onComplete: z }) => {
84
79
  r({ message: "Please provide state" });
85
80
  return;
86
81
  }
87
- if (!B) {
82
+ if (!D) {
88
83
  r({ message: "Please provide zip code" });
89
84
  return;
90
85
  }
@@ -92,7 +87,7 @@ const Ye = ({ onComplete: z }) => {
92
87
  r({ message: "Please provide country" });
93
88
  return;
94
89
  }
95
- g || h(Q({
90
+ g || h(X({
96
91
  personal_information: {
97
92
  first_name: e,
98
93
  last_name: l,
@@ -100,21 +95,21 @@ const Ye = ({ onComplete: z }) => {
100
95
  },
101
96
  residential_address: {
102
97
  street: _,
103
- secondary_street: O,
98
+ secondary_street: T,
104
99
  city: x,
105
100
  state: A,
106
- postcode: B,
101
+ postcode: D,
107
102
  country: f
108
103
  }
109
104
  }));
110
105
  }, q = (e, l) => {
111
- e ? H.test(e) && l(e) : l("");
106
+ e ? U.test(e) && l(e) : l("");
112
107
  };
113
- return /* @__PURE__ */ u(D, { children: [
114
- E,
108
+ return /* @__PURE__ */ u(R, { children: [
109
+ F,
115
110
  /* @__PURE__ */ t(M, { color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Personal Details" }) }),
116
111
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
117
- o,
112
+ i,
118
113
  {
119
114
  label: "First Name",
120
115
  value: v,
@@ -126,7 +121,7 @@ const Ye = ({ onComplete: z }) => {
126
121
  }
127
122
  ) }),
128
123
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
129
- o,
124
+ i,
130
125
  {
131
126
  label: "Last Name",
132
127
  value: C,
@@ -138,7 +133,7 @@ const Ye = ({ onComplete: z }) => {
138
133
  }
139
134
  ) }),
140
135
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
141
- o,
136
+ i,
142
137
  {
143
138
  type: "date",
144
139
  label: "Date Of Birth",
@@ -150,7 +145,7 @@ const Ye = ({ onComplete: z }) => {
150
145
  ) }),
151
146
  /* @__PURE__ */ t(M, { sx: { mt: 2 }, color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Residential Address Details" }) }),
152
147
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
153
- o,
148
+ i,
154
149
  {
155
150
  label: "Address 1",
156
151
  value: W,
@@ -160,7 +155,7 @@ const Ye = ({ onComplete: z }) => {
160
155
  }
161
156
  ) }),
162
157
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
163
- o,
158
+ i,
164
159
  {
165
160
  label: "Address 2 (optional)",
166
161
  value: P,
@@ -169,7 +164,7 @@ const Ye = ({ onComplete: z }) => {
169
164
  }
170
165
  ) }),
171
166
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
172
- o,
167
+ i,
173
168
  {
174
169
  label: "City",
175
170
  value: S,
@@ -179,7 +174,7 @@ const Ye = ({ onComplete: z }) => {
179
174
  }
180
175
  ) }),
181
176
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
182
- o,
177
+ i,
183
178
  {
184
179
  label: "State",
185
180
  value: N,
@@ -189,11 +184,11 @@ const Ye = ({ onComplete: z }) => {
189
184
  }
190
185
  ) }),
191
186
  /* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
192
- o,
187
+ i,
193
188
  {
194
189
  label: "Zip Code",
195
190
  value: k,
196
- onChange: (e) => T(e.target.value),
191
+ onChange: (e) => Z(e.target.value),
197
192
  fullWidth: !0,
198
193
  required: !0
199
194
  }
@@ -211,25 +206,25 @@ const Ye = ({ onComplete: z }) => {
211
206
  children: "Country *"
212
207
  }
213
208
  ),
214
- /* @__PURE__ */ t(ee, { fullWidth: !0, children: /* @__PURE__ */ u(
215
- te,
209
+ /* @__PURE__ */ t(H, { fullWidth: !0, children: /* @__PURE__ */ u(
210
+ J,
216
211
  {
217
212
  value: f,
218
213
  displayEmpty: !0,
219
- onChange: (e) => Z(e.target.value),
214
+ onChange: (e) => w(e.target.value),
220
215
  children: [
221
- /* @__PURE__ */ t(F, { value: "", children: "Select Country" }),
222
- X.map((e) => /* @__PURE__ */ t(F, { value: e.alpha3, children: e.name }, e.alpha3))
216
+ /* @__PURE__ */ t(z, { value: "", children: "Select Country" }),
217
+ te.map((e) => /* @__PURE__ */ t(z, { value: e.alpha3, children: e.name }, e.alpha3))
223
218
  ]
224
219
  }
225
220
  ) })
226
221
  ] }),
227
- /* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t($, { onClick: w, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: g ? /* @__PURE__ */ u(D, { children: [
228
- /* @__PURE__ */ t(re, { size: 15, color: "inherit" }),
222
+ /* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t(re, { onClick: O, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: g ? /* @__PURE__ */ u(R, { children: [
223
+ /* @__PURE__ */ t(Q, { size: 15, color: "inherit" }),
229
224
  " Processing..."
230
225
  ] }) : "Submit" }) }) })
231
226
  ] });
232
227
  };
233
228
  export {
234
- Ye as default
229
+ ze as default
235
230
  };
@@ -1,9 +1,9 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import m from "../../../hoc/withThemeProvider.js";
3
- import i from "./form.js";
4
- import { B as e } from "../../../Box-B0YSYLco.js";
2
+ import { Box as m } from "@mui/material";
3
+ import i from "../../../hoc/withThemeProvider.js";
4
+ import e from "./form.js";
5
5
  const d = ({ onComplete: o }) => /* @__PURE__ */ r(
6
- e,
6
+ m,
7
7
  {
8
8
  sx: {
9
9
  padding: { xs: "1rem", md: "2rem" },
@@ -11,9 +11,9 @@ const d = ({ onComplete: o }) => /* @__PURE__ */ r(
11
11
  borderRadius: "1rem",
12
12
  boxShadow: "0px 0px 64px 0px rgba(247, 247, 248, 1)"
13
13
  },
14
- children: /* @__PURE__ */ r(i, { onComplete: o })
14
+ children: /* @__PURE__ */ r(e, { onComplete: o })
15
15
  }
16
- ), n = m(d);
16
+ ), n = i(d);
17
17
  export {
18
18
  n as default
19
19
  };
@@ -1,18 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../../ErrorOutline-CPQcnl2b.js";
3
+ import "@mui/material";
4
+ import "../../../../ErrorOutline-Bt7P4ChN.js";
4
5
  import "../../../../index-ceeCtFuh.js";
5
6
  import "../../Shared/backBtn.js";
6
7
  import "../../../../util/functions.js";
7
8
  import "../../../../util/constants.js";
8
9
  import "../../Shared/Input/index.js";
9
10
  import "../../Shared/Button/index.js";
10
- import { C as c } from "../../../../index-D2JWUPz8.js";
11
+ import { C } from "../../../../index-ILpK4BCB.js";
11
12
  import "../../../../constants-DrmtdI1J.js";
12
13
  import "../../../../order-DEp_Lmar.js";
13
- import "../../../../Typography-pAaje37G.js";
14
- import "../../../../Box-B0YSYLco.js";
15
- import "../../../../CircularProgress-xZA3lvba.js";
16
14
  export {
17
- c as default
15
+ C as default
18
16
  };
@@ -1,16 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../../Shared/backBtn.js";
4
5
  import "../../../../util/functions.js";
5
6
  import "../../../../util/constants.js";
6
- import { a as b } from "../../../../index-D2JWUPz8.js";
7
+ import { a as s } from "../../../../index-ILpK4BCB.js";
7
8
  import "../../Shared/Button/index.js";
8
9
  import "../../../../constants-DrmtdI1J.js";
9
10
  import "../../../../order-DEp_Lmar.js";
10
- import "../../../../Typography-pAaje37G.js";
11
- import "../../../../Box-B0YSYLco.js";
12
- import "../../../../Grid-CFe3amXO.js";
13
- import "../../../../CircularProgress-xZA3lvba.js";
14
11
  export {
15
- b as default
12
+ s as default
16
13
  };
@@ -1,26 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../../PlayArrow-Bjz9LxhD.js";
4
- import "../../../../Info-BVeUSPyk.js";
3
+ import "@mui/material";
4
+ import "../../../../PlayArrow-BVDyfxsQ.js";
5
+ import "../../../../Info-DOoRR7sR.js";
5
6
  import "../../../../generic-token-B_ptO5yb.js";
6
7
  import "../../Shared/Input/index.js";
7
8
  import "../../../../util/constants.js";
8
9
  import "../../../../constants-DrmtdI1J.js";
9
10
  import "../../../../order-DEp_Lmar.js";
10
- import "../../../../tooltip-3UvETWtS.js";
11
+ import "../../../../tooltip-BW0UyWw7.js";
11
12
  import "../../../../util/functions.js";
12
13
  import "../../Shared/Button/index.js";
13
- import { B as w } from "../../../../index-D2JWUPz8.js";
14
- import "../../../../Grid-CFe3amXO.js";
15
- import "../../../../Box-B0YSYLco.js";
16
- import "../../../../Typography-pAaje37G.js";
17
- import "../../../../CircularProgress-xZA3lvba.js";
18
- import "../../../../TextField-DPpRUQe3.js";
19
- import "../../../../FormControl-RtZDQMdA.js";
20
- import "../../../../Select-CB5yWmyn.js";
21
- import "../../../../MenuItem-DUdYOJr4.js";
22
- import "../../../../ListItemIcon-CUcyTEEm.js";
23
- import "../../../../IconButton-DHm-hucF.js";
14
+ import { B as b } from "../../../../index-ILpK4BCB.js";
24
15
  export {
25
- w as default
16
+ b as default
26
17
  };
@@ -1,10 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-D2JWUPz8.js";
4
+ import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-ILpK4BCB.js";
5
+ import "@mui/material";
5
6
  import "../../../../react-redux-C7I9-1M6.js";
6
7
  import "../../../../constants-DrmtdI1J.js";
7
- import "../../../../PlayArrow-Bjz9LxhD.js";
8
+ import "../../../../PlayArrow-BVDyfxsQ.js";
8
9
  import "../../../../cryptoAssets-DyGDknvq.js";
9
10
  import "../../../../order-DEp_Lmar.js";
10
11
  import "../../../../util/constants.js";
@@ -12,7 +13,6 @@ import "../../MinimalKyc/form.js";
12
13
  import "../../../../util/functions.js";
13
14
  import "../../../../context/snackBarContext.js";
14
15
  import "../../../../hooks/useEverestDispatch.js";
15
- import "../../../../Box-B0YSYLco.js";
16
16
  export {
17
17
  I as CONFIRM_SCREEN,
18
18
  e as FORM_SCREEN,
@@ -1,54 +1,48 @@
1
1
  import { jsx as r, jsxs as o } from "react/jsx-runtime";
2
+ import { useTheme as f, Card as m, CardContent as h, Stack as n, Grid as p, Box as y, Typography as e, CircularProgress as u } from "@mui/material";
2
3
  import t from "../../Shared/Button/index.js";
3
- import { u as s } from "../../../../useTheme-BQJ5lp0i.js";
4
- import { C as f, a as p } from "../../../../CardContent-D9wTdpu-.js";
5
- import { S as a } from "../../../../Stack-k55YTxET.js";
6
- import { G as h } from "../../../../Grid-CFe3amXO.js";
7
- import { B as y } from "../../../../Box-B0YSYLco.js";
8
- import { T as i } from "../../../../Typography-pAaje37G.js";
9
- import { C as u } from "../../../../CircularProgress-xZA3lvba.js";
10
- const j = ({
4
+ const C = ({
11
5
  isLoading: c,
12
6
  amount: l,
13
7
  isBuyAvailable: d,
14
- isRedeemAvailable: m,
15
- navigate: n
8
+ isRedeemAvailable: s,
9
+ navigate: a
16
10
  }) => {
17
- const e = s();
18
- return /* @__PURE__ */ r(f, { sx: { backgroundColor: "#000", borderRadius: "1rem" }, children: /* @__PURE__ */ r(p, { sx: { color: "#fff" }, children: /* @__PURE__ */ o(a, { direction: "column", spacing: 2, children: [
19
- /* @__PURE__ */ o(h, { container: !0, justifyContent: "space-between", children: [
11
+ const i = f();
12
+ return /* @__PURE__ */ r(m, { sx: { backgroundColor: "#000", borderRadius: "1rem" }, children: /* @__PURE__ */ r(h, { sx: { color: "#fff" }, children: /* @__PURE__ */ o(n, { direction: "column", spacing: 2, children: [
13
+ /* @__PURE__ */ o(p, { container: !0, justifyContent: "space-between", children: [
20
14
  /* @__PURE__ */ o(y, { children: [
21
- /* @__PURE__ */ r(i, { variant: "2xl", fontWeight: 600, color: "primary", children: "Game balance" }),
15
+ /* @__PURE__ */ r(e, { variant: "2xl", fontWeight: 600, color: "primary", children: "Game balance" }),
22
16
  /* @__PURE__ */ r(
23
- i,
17
+ e,
24
18
  {
25
19
  variant: "5xl",
26
20
  fontWeight: 400,
27
- fontFamily: e.typography.redHatMono.fontFamily,
21
+ fontFamily: i.typography.redHatMono.fontFamily,
28
22
  children: c ? /* @__PURE__ */ r(u, { size: 24 }) : l
29
23
  }
30
24
  )
31
25
  ] }),
32
26
  /* @__PURE__ */ o(
33
- a,
27
+ n,
34
28
  {
35
29
  direction: "row",
36
30
  spacing: 1,
37
- fontFamily: e.typography.redHatMono.fontFamily,
31
+ fontFamily: i.typography.redHatMono.fontFamily,
38
32
  children: [
39
- /* @__PURE__ */ r(i, { variant: "sm", color: "#fff", children: "1 credit =" }),
40
- /* @__PURE__ */ r(i, { variant: "sm", color: "primary", children: "1$" })
33
+ /* @__PURE__ */ r(e, { variant: "sm", color: "#fff", children: "1 credit =" }),
34
+ /* @__PURE__ */ r(e, { variant: "sm", color: "primary", children: "1$" })
41
35
  ]
42
36
  }
43
37
  )
44
38
  ] }),
45
- /* @__PURE__ */ o(a, { direction: "row", spacing: 2, children: [
39
+ /* @__PURE__ */ o(n, { direction: "row", spacing: 2, children: [
46
40
  /* @__PURE__ */ r(
47
41
  t,
48
42
  {
49
- onClick: () => n("/buy"),
43
+ onClick: () => a("/buy"),
50
44
  sx: {
51
- color: e.palette.primary.main,
45
+ color: i.palette.primary.main,
52
46
  background: "#fff"
53
47
  },
54
48
  disabled: !d,
@@ -58,12 +52,12 @@ const j = ({
58
52
  /* @__PURE__ */ r(
59
53
  t,
60
54
  {
61
- onClick: () => n("/sell"),
55
+ onClick: () => a("/sell"),
62
56
  variant: "outlined",
63
57
  sx: {
64
58
  border: "1px solid #fff"
65
59
  },
66
- disabled: !m,
60
+ disabled: !s,
67
61
  children: "Redeem"
68
62
  }
69
63
  )
@@ -71,5 +65,5 @@ const j = ({
71
65
  ] }) }) });
72
66
  };
73
67
  export {
74
- j as default
68
+ C as default
75
69
  };
@@ -8,8 +8,8 @@ import { a as x } from "../../../../order-DEp_Lmar.js";
8
8
  import { useState as b, useEffect as r } from "react";
9
9
  import { getOrionBalance as v } from "../../../../util/functions.js";
10
10
  import { useRrDialog as B } from "../../../../hooks/useRrDialog/index.js";
11
- import { c as D } from "../../../../createSvgIcon-Cuzqm90l.js";
12
- import { C as L } from "../../../../Cancel-4lT7GZUA.js";
11
+ import { c as D } from "../../../../createSvgIcon-B28GrUxG.js";
12
+ import { C as L } from "../../../../Cancel-pHQsCjtK.js";
13
13
  import P from "../../../../hooks/useEverestDispatch.js";
14
14
  const T = D(/* @__PURE__ */ e("path", {
15
15
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
@@ -1,19 +1,16 @@
1
- import { jsxs as m, Fragment as e, jsx as r } from "react/jsx-runtime";
2
- import l from "../../Shared/Button/index.js";
3
- import d from "../../../Shared/HistoryItem/index.js";
4
- import { T as i } from "../../../../Typography-pAaje37G.js";
5
- import { S as o } from "../../../../Stack-k55YTxET.js";
6
- import { B as p } from "../../../../Box-B0YSYLco.js";
7
- import { C as h } from "../../../../CircularProgress-xZA3lvba.js";
8
- const j = ({
9
- isLoading: n,
10
- transactions: t,
1
+ import { jsxs as l, Fragment as e, jsx as t } from "react/jsx-runtime";
2
+ import { Typography as i, Stack as n, Box as m, CircularProgress as d } from "@mui/material";
3
+ import h from "../../Shared/Button/index.js";
4
+ import p from "../../../Shared/HistoryItem/index.js";
5
+ const y = ({
6
+ isLoading: o,
7
+ transactions: r,
11
8
  navigate: a
12
- }) => /* @__PURE__ */ m(e, { children: [
13
- /* @__PURE__ */ r(i, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
14
- /* @__PURE__ */ r(o, { direction: "column", spacing: 2, children: n ? /* @__PURE__ */ r(p, { className: "text-center", mt: 2, children: /* @__PURE__ */ r(h, { size: 50 }) }) : /* @__PURE__ */ r(e, { children: t.length > 0 ? /* @__PURE__ */ r(e, { children: t.map((s, c) => /* @__PURE__ */ r(d, { data: s }, c)) }) : /* @__PURE__ */ r(i, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }) }),
15
- t.length > 0 && /* @__PURE__ */ r(o, { direction: "row", justifyContent: "center", children: /* @__PURE__ */ r(
16
- l,
9
+ }) => /* @__PURE__ */ l(e, { children: [
10
+ /* @__PURE__ */ t(i, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
11
+ /* @__PURE__ */ t(n, { direction: "column", spacing: 2, children: o ? /* @__PURE__ */ t(m, { className: "text-center", mt: 2, children: /* @__PURE__ */ t(d, { size: 50 }) }) : /* @__PURE__ */ t(e, { children: r.length > 0 ? /* @__PURE__ */ t(e, { children: r.map((c, s) => /* @__PURE__ */ t(p, { data: c }, s)) }) : /* @__PURE__ */ t(i, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }) }),
12
+ r.length > 0 && /* @__PURE__ */ t(n, { direction: "row", justifyContent: "center", children: /* @__PURE__ */ t(
13
+ h,
17
14
  {
18
15
  isText: !0,
19
16
  onClick: () => a("/transactions"),
@@ -24,5 +21,5 @@ const j = ({
24
21
  ) })
25
22
  ] });
26
23
  export {
27
- j as default
24
+ y as default
28
25
  };
@@ -1,20 +1,15 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
+ import "@mui/material";
3
4
  import "../../Shared/backBtn.js";
4
5
  import "../../../../util/functions.js";
5
6
  import "../../../../util/constants.js";
6
- import { B as h } from "../../../../index-B9oucF3r.js";
7
+ import { B as x } from "../../../../index-CK4kLRAw.js";
7
8
  import "../../Shared/Button/index.js";
8
9
  import "../../../../constants-DrmtdI1J.js";
9
10
  import "../../../../order-DEp_Lmar.js";
10
11
  import "../../../Shared/transition.js";
11
- import "../../../../Close-CNwiMz_O.js";
12
- import "../../../../Typography-pAaje37G.js";
13
- import "../../../../Box-B0YSYLco.js";
14
- import "../../../../Grid-CFe3amXO.js";
15
- import "../../../../CircularProgress-xZA3lvba.js";
16
- import "../../../../DialogContent-BMwlOnbW.js";
17
- import "../../../../IconButton-DHm-hucF.js";
12
+ import "../../../../Close-DSxLLo08.js";
18
13
  export {
19
- h as default
14
+ x as default
20
15
  };
@@ -1,26 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../../PlayArrow-Bjz9LxhD.js";
4
- import "../../../../Info-BVeUSPyk.js";
3
+ import "@mui/material";
4
+ import "../../../../PlayArrow-BVDyfxsQ.js";
5
+ import "../../../../Info-DOoRR7sR.js";
5
6
  import "../../../../generic-token-B_ptO5yb.js";
6
7
  import "../../Shared/Input/index.js";
7
8
  import "../../../../util/constants.js";
8
9
  import "../../../../constants-DrmtdI1J.js";
9
10
  import "../../../../order-DEp_Lmar.js";
10
- import "../../../../tooltip-3UvETWtS.js";
11
+ import "../../../../tooltip-BW0UyWw7.js";
11
12
  import "../../../../util/functions.js";
12
13
  import "../../Shared/Button/index.js";
13
- import { S as w } from "../../../../index-B9oucF3r.js";
14
- import "../../../../Grid-CFe3amXO.js";
15
- import "../../../../Box-B0YSYLco.js";
16
- import "../../../../Typography-pAaje37G.js";
17
- import "../../../../CircularProgress-xZA3lvba.js";
18
- import "../../../../TextField-DPpRUQe3.js";
19
- import "../../../../FormControl-RtZDQMdA.js";
20
- import "../../../../Select-CB5yWmyn.js";
21
- import "../../../../MenuItem-DUdYOJr4.js";
22
- import "../../../../ListItemIcon-CUcyTEEm.js";
23
- import "../../../../IconButton-DHm-hucF.js";
14
+ import { S as b } from "../../../../index-CK4kLRAw.js";
24
15
  export {
25
- w as default
16
+ b as default
26
17
  };
@@ -1,15 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { C as c, F as g, M as h, P as j, i as k } from "../../../../index-B9oucF3r.js";
4
+ import { C as g, F as h, M as j, P as k, i as n } from "../../../../index-CK4kLRAw.js";
5
5
  import "../../../../index-DlQqWbXG.js";
6
+ import "@mui/material";
6
7
  import "../../../Wallet/Shared/appButton.js";
7
8
  import "../../../../react-redux-C7I9-1M6.js";
8
9
  import "../../../../util/functions.js";
9
10
  import "../../../../util/constants.js";
10
- import "../../../Wallet/Shared/Auth/otpForm.js";
11
+ import "../../../../otpForm-fiNqeB5H.js";
11
12
  import "../../../../constants-DrmtdI1J.js";
12
- import "../../../../PlayArrow-Bjz9LxhD.js";
13
+ import "../../../../PlayArrow-BVDyfxsQ.js";
13
14
  import "../../../../cryptoAssets-DyGDknvq.js";
14
15
  import "../../../../order-DEp_Lmar.js";
15
16
  import "../../../../context/snackBarContext.js";
@@ -19,19 +20,19 @@ import "../../../../index-CAoLi5Qq.js";
19
20
  import "../../../../hooks/useSnackBar.js";
20
21
  import "../../../../react-webcam-B3cXh1XT.js";
21
22
  import "../../../Shared/transition.js";
22
- import "../../../../tooltip-3UvETWtS.js";
23
+ import "../../../../tooltip-BW0UyWw7.js";
23
24
  import "../../../../moment-h96o7c8I.js";
24
25
  import "../../../../index.esm-BsMAMhYW.js";
25
26
  import "../../../../web3-u4qDZYpo.js";
26
27
  import "../../../../index-ceeCtFuh.js";
27
28
  import "../../../../index.esm-I_Bp2YLf.js";
28
29
  import "../../../../context/dialogContext.js";
30
+ import "@mui/icons-material";
29
31
  import "../../MinimalKyc/form.js";
30
- import "../../../../Box-B0YSYLco.js";
31
32
  export {
32
- c as CONFIRM_SCREEN,
33
- g as FORM_SCREEN,
34
- h as MINIMAL_KYC_SCREEN,
35
- j as PAYMENT_SCREEN,
36
- k as default
33
+ g as CONFIRM_SCREEN,
34
+ h as FORM_SCREEN,
35
+ j as MINIMAL_KYC_SCREEN,
36
+ k as PAYMENT_SCREEN,
37
+ n as default
37
38
  };