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
@@ -3,40 +3,35 @@ import { useState as Z, useEffect as _ } from "react";
3
3
  import { u as R } from "../../../react-redux-C7I9-1M6.js";
4
4
  import { aj as W, ak as q, al as Q, am as X, c as b, K as j } from "../../../constants-DrmtdI1J.js";
5
5
  import { a as $ } from "../../../index-BQNs1mvn.js";
6
+ import { Grid as t, Box as h, Typography as n, Button as p, Avatar as J, Divider as e2, Dialog as t2, DialogContent as r2 } from "@mui/material";
6
7
  import { s as o } from "../../../styles.module-CHPRGltL.js";
7
8
  import l from "../Shared/inputField.js";
8
- import J from "./documents.js";
9
- import { SYNTHETIC_EURE as e2, KYC_APROVED_TOOLTIP as t2, KYC_ELITE_TOOLTIP as r2, WIDGET_URL as i2 } from "../../../util/constants.js";
10
- import a2 from "../../../hoc/withThemeProvider.js";
9
+ import i2 from "./documents.js";
10
+ import { SYNTHETIC_EURE as a2, KYC_APROVED_TOOLTIP as o2, KYC_ELITE_TOOLTIP as l2, WIDGET_URL as s2 } from "../../../util/constants.js";
11
+ import n2 from "../../../hoc/withThemeProvider.js";
11
12
  import "../../../index-DlQqWbXG.js";
12
13
  import { AuthInnerContainer as L } from "../Shared/Container/index.js";
13
14
  import "../Shared/appButton.js";
14
- import "../Shared/Auth/otpForm.js";
15
- import { useSnackBarContext as o2 } from "../../../context/snackBarContext.js";
16
- import l2 from "../../../hooks/useEverestDispatch.js";
15
+ import "../../../otpForm-fiNqeB5H.js";
16
+ import { useSnackBarContext as c2 } from "../../../context/snackBarContext.js";
17
+ import d2 from "../../../hooks/useEverestDispatch.js";
17
18
  import "../../../util/conversions.js";
18
19
  import "../../../index-CAoLi5Qq.js";
19
20
  import "../../../moment-h96o7c8I.js";
20
21
  import "../../Shared/transition.js";
21
- import { M as s2 } from "../../../tooltip-3UvETWtS.js";
22
+ import { M as p2 } from "../../../tooltip-BW0UyWw7.js";
22
23
  import "../../../index.esm-BsMAMhYW.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 n2 from "./storage.js";
28
- import { G as t } from "../../../Grid-CFe3amXO.js";
29
- import { B as m } from "../../../Box-B0YSYLco.js";
30
- import { T as n } from "../../../Typography-pAaje37G.js";
31
- import { B as p } from "../../../Button-Df4vgU24.js";
32
- import { A as c2 } from "../../../Avatar-1XklXr4O.js";
33
- import { D as d2 } from "../../../Divider-BShhMFf4.js";
34
- import { D as p2, a as f2 } from "../../../DialogContent-BMwlOnbW.js";
28
+ import "@mui/icons-material";
29
+ import f2 from "./storage.js";
35
30
  const u2 = () => ({
36
31
  type: W
37
- }), m2 = () => ({
38
- type: q
39
32
  }), h2 = () => ({
33
+ type: q
34
+ }), m2 = () => ({
40
35
  type: Q
41
36
  }), C2 = (g) => ({
42
37
  type: X,
@@ -46,7 +41,7 @@ const u2 = () => ({
46
41
  baseUrl: S,
47
42
  isEnterPriseWallet: k = !1
48
43
  }) => {
49
- const { showAlertMessage: c } = o2(), h = l2(), C = R((a) => a.user).kyc, i = R($), {
44
+ const { showAlertMessage: c } = c2(), m = d2(), C = R((a) => a.user).kyc, i = R($), {
50
45
  residentialAddress: f,
51
46
  referralCount: D,
52
47
  referral: { code: x },
@@ -56,20 +51,20 @@ const u2 = () => ({
56
51
  storagePlans: V,
57
52
  purchaseStatus: N,
58
53
  userStorage: A
59
- } = i, [G, w] = Z(!1), [E, B] = Z(""), T = i.tokens, [F, H] = Z(0);
54
+ } = i, [G, w] = Z(!1), [E, T] = Z(""), B = i.tokens, [F, H] = Z(0);
60
55
  _(() => {
61
- const a = T.list, u = a.length;
56
+ const a = B.list, u = a.length;
62
57
  for (let d = 0; d < u; d++)
63
- if (a[d].symbol === e2) {
58
+ if (a[d].symbol === a2) {
64
59
  H(Number(a[d].balance) / 100);
65
60
  break;
66
61
  }
67
- }, [T.list]), _(() => {
62
+ }, [B.list]), _(() => {
68
63
  v && c({ message: v });
69
64
  }, [v]), _(() => {
70
65
  M && c({ message: M, type: "success" });
71
66
  }, [M]), _(() => {
72
- h(u2()), h(m2()), h(h2());
67
+ m(u2()), m(h2()), m(m2());
73
68
  }, []);
74
69
  const I = () => {
75
70
  navigator.clipboard.writeText(g + "?referer=" + x), c({
@@ -109,13 +104,13 @@ const u2 = () => ({
109
104
  return /* @__PURE__ */ r(U, { children: [
110
105
  /* @__PURE__ */ r(t, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
111
106
  /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(L, { children: [
112
- /* @__PURE__ */ r(m, { p: 3, children: [
107
+ /* @__PURE__ */ r(h, { p: 3, children: [
113
108
  /* @__PURE__ */ r(t, { container: !0, children: [
114
109
  /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
115
110
  (C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
116
- s2,
111
+ p2,
117
112
  {
118
- title: C.status === b ? t2 : r2,
113
+ title: C.status === b ? o2 : l2,
119
114
  placement: "bottom",
120
115
  children: /* @__PURE__ */ e(p, { className: o["kyc-approved"], children: C.status === b ? "KYC Approved" : "KYC Elite" })
121
116
  }
@@ -123,7 +118,7 @@ const u2 = () => ({
123
118
  ] }),
124
119
  /* @__PURE__ */ r(t, { container: !0, children: [
125
120
  /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
126
- m,
121
+ h,
127
122
  {
128
123
  mt: 2,
129
124
  sx: {
@@ -131,8 +126,8 @@ const u2 = () => ({
131
126
  alignItems: "center"
132
127
  },
133
128
  children: [
134
- /* @__PURE__ */ e(c2, { ...Y(i.email) }),
135
- /* @__PURE__ */ r(m, { ml: 1, children: [
129
+ /* @__PURE__ */ e(J, { ...Y(i.email) }),
130
+ /* @__PURE__ */ r(h, { ml: 1, children: [
136
131
  /* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
137
132
  y && /* @__PURE__ */ r(
138
133
  n,
@@ -183,8 +178,8 @@ const u2 = () => ({
183
178
  )
184
179
  ] })
185
180
  ] }),
186
- /* @__PURE__ */ e(d2, {}),
187
- /* @__PURE__ */ r(m, { p: 3, children: [
181
+ /* @__PURE__ */ e(e2, {}),
182
+ /* @__PURE__ */ r(h, { p: 3, children: [
188
183
  /* @__PURE__ */ e(
189
184
  l,
190
185
  {
@@ -280,14 +275,14 @@ const u2 = () => ({
280
275
  ] }) }),
281
276
  /* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
282
277
  /* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
283
- J,
278
+ i2,
284
279
  {
285
280
  identityDocs: i.identityDocuments,
286
281
  showAlertMessage: c
287
282
  }
288
283
  ) }),
289
284
  /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
290
- n2,
285
+ f2,
291
286
  {
292
287
  eureBalance: F,
293
288
  showAlertMessage: c,
@@ -322,7 +317,7 @@ const u2 = () => ({
322
317
  ] })
323
318
  ] }),
324
319
  /* @__PURE__ */ e(
325
- p2,
320
+ t2,
326
321
  {
327
322
  PaperProps: {
328
323
  className: o["confirm-dialog"],
@@ -330,8 +325,8 @@ const u2 = () => ({
330
325
  },
331
326
  open: G,
332
327
  fullWidth: !0,
333
- children: /* @__PURE__ */ e(f2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
334
- m,
328
+ children: /* @__PURE__ */ e(r2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
329
+ h,
335
330
  {
336
331
  mt: 4,
337
332
  className: o["dialog-container"],
@@ -351,24 +346,24 @@ const u2 = () => ({
351
346
  {
352
347
  value: E,
353
348
  maxLength: 120,
354
- onChange: (a) => B(a.target.value),
349
+ onChange: (a) => T(a.target.value),
355
350
  className: o["tweet-text-area"],
356
351
  placeholder: "Personal message to include in tweet (optional)",
357
352
  autoFocus: !0
358
353
  }
359
354
  )
360
355
  ] }),
361
- /* @__PURE__ */ e("img", { height: "275", src: i2 + "/twitter-update.png" }),
356
+ /* @__PURE__ */ e("img", { height: "275", src: s2 + "/twitter-update.png" }),
362
357
  /* @__PURE__ */ e(
363
358
  p,
364
359
  {
365
360
  onClick: () => {
366
- h(
361
+ m(
367
362
  C2({
368
363
  share_opt: !0,
369
364
  tweet_text: E
370
365
  })
371
- ), w(!1), B("");
366
+ ), w(!1), T("");
372
367
  },
373
368
  className: "wallet-btn",
374
369
  variant: "contained",
@@ -395,7 +390,7 @@ const u2 = () => ({
395
390
  }
396
391
  )
397
392
  ] });
398
- }, t0 = a2(L2);
393
+ }, X2 = n2(L2);
399
394
  export {
400
- t0 as default
395
+ X2 as default
401
396
  };
@@ -1,45 +1,37 @@
1
1
  import { jsx as e, jsxs as t, Fragment as T } from "react/jsx-runtime";
2
2
  import x, { useState as b, useEffect as h } from "react";
3
- import { C as O } from "../../../Close-CNwiMz_O.js";
4
- import { c as N } from "../../../createSvgIcon-Cuzqm90l.js";
5
- import w from "../../Shared/transition.js";
6
- import { s as C } from "../../../styles.module-CHPRGltL.js";
3
+ import { Box as s, Typography as i, FormControl as O, RadioGroup as N, Backdrop as w, CircularProgress as W, Grid as C, Dialog as z, IconButton as v, DialogContent as D } from "@mui/material";
4
+ import { C as L } from "../../../Close-DSxLLo08.js";
5
+ import { c as P } from "../../../createSvgIcon-B28GrUxG.js";
6
+ import M from "../../Shared/transition.js";
7
+ import { s as E } from "../../../styles.module-CHPRGltL.js";
7
8
  import f from "../Shared/appButton.js";
8
- import W from "../Shared/noData.js";
9
- import { R as D } from "../../../radioButton-CzlYB0Lh.js";
10
- import { az as z, aA as L, aB as P, aC as M, aD as j } from "../../../constants-DrmtdI1J.js";
11
- import { STORAGE_SUCCESS as q, CLOUD_ICON as F } from "../../../util/constants.js";
12
- import H from "../../../hooks/useEverestDispatch.js";
13
- import { B as s } from "../../../Box-B0YSYLco.js";
14
- import { T as i } from "../../../Typography-pAaje37G.js";
15
- import { F as Q } from "../../../FormControl-RtZDQMdA.js";
16
- import { R as Y } from "../../../RadioGroup-nvoSN0JN.js";
17
- import { B as J } from "../../../Backdrop-CioURPVG.js";
18
- import { C as K } from "../../../CircularProgress-xZA3lvba.js";
19
- import { G as E } from "../../../Grid-CFe3amXO.js";
20
- import { D as V, a as X } from "../../../DialogContent-BMwlOnbW.js";
21
- import { I as v } from "../../../IconButton-DHm-hucF.js";
9
+ import j from "../Shared/noData.js";
10
+ import q from "../Shared/radioButton.js";
11
+ import { az as H, aA as Q, aB as F, aC as Y, aD as J } from "../../../constants-DrmtdI1J.js";
12
+ import { STORAGE_SUCCESS as K, CLOUD_ICON as V } from "../../../util/constants.js";
13
+ import X from "../../../hooks/useEverestDispatch.js";
22
14
  const Z = () => ({
23
- type: z
15
+ type: H
24
16
  }), $ = (c) => ({
25
- type: P,
17
+ type: F,
26
18
  payload: c
27
19
  }), ee = () => ({
28
- type: L
29
- }), re = N(/* @__PURE__ */ e("path", {
20
+ type: Q
21
+ }), re = P(/* @__PURE__ */ e("path", {
30
22
  d: "M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"
31
- }), "ArrowBackIos"), ye = ({
23
+ }), "ArrowBackIos"), ue = ({
32
24
  showAlertMessage: c,
33
25
  eureBalance: R,
34
26
  storagePlans: l,
35
27
  purchaseStatus: d,
36
28
  userStorage: y
37
29
  }) => {
38
- const p = H(), A = !1, [a, m] = b(1), [B, _] = b(!1), [n, u] = b(0);
30
+ const p = X(), A = !1, [a, m] = b(1), [U, _] = b(!1), [n, u] = b(0);
39
31
  h(() => {
40
32
  p(Z()), p(ee());
41
33
  }, []), h(() => {
42
- d && d === M && m(3);
34
+ d && d === Y && m(3);
43
35
  }, [d]), h(() => {
44
36
  var r;
45
37
  u((r = l[0]) == null ? void 0 : r.id);
@@ -67,8 +59,8 @@ const Z = () => ({
67
59
  R,
68
60
  " EUR.e"
69
61
  ] }) }),
70
- /* @__PURE__ */ e(Q, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ e(Y, { value: n, onChange: r, children: l.map((o) => /* @__PURE__ */ e(
71
- D,
62
+ /* @__PURE__ */ e(O, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ e(N, { value: n, onChange: r, children: l.map((o) => /* @__PURE__ */ e(
63
+ q,
72
64
  {
73
65
  value: o.id,
74
66
  label: o.name,
@@ -117,15 +109,15 @@ const Z = () => ({
117
109
  sx: { mt: 4, mb: 4 },
118
110
  onClick: S,
119
111
  disabled: !n,
120
- loading: d === j,
112
+ loading: d === J,
121
113
  fullWidth: !0,
122
114
  children: /* @__PURE__ */ e("strong", { children: "Confirm & Pay" })
123
115
  }
124
116
  )
125
117
  ] });
126
- }), U = x.memo(() => /* @__PURE__ */ t(s, { className: "text-center", children: [
118
+ }), B = x.memo(() => /* @__PURE__ */ t(s, { className: "text-center", children: [
127
119
  /* @__PURE__ */ t(s, { children: [
128
- /* @__PURE__ */ e("img", { src: q, alt: "tick" }),
120
+ /* @__PURE__ */ e("img", { src: K, alt: "tick" }),
129
121
  /* @__PURE__ */ e(i, { variant: "h3", mb: 4, children: "Success!" }),
130
122
  /* @__PURE__ */ e(i, { variant: "body1", mb: 4, children: "Your storage will be accessible from your profile once payment has been processed" })
131
123
  ] }),
@@ -148,17 +140,17 @@ const Z = () => ({
148
140
  };
149
141
  return /* @__PURE__ */ t(T, { children: [
150
142
  /* @__PURE__ */ e(
151
- J,
143
+ w,
152
144
  {
153
145
  sx: {
154
146
  color: "#fff",
155
147
  zIndex: (r) => r.zIndex.drawer + 1e3
156
148
  },
157
149
  open: A,
158
- children: /* @__PURE__ */ e(K, { color: "inherit" })
150
+ children: /* @__PURE__ */ e(W, { color: "inherit" })
159
151
  }
160
152
  ),
161
- /* @__PURE__ */ e(i, { className: C.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Storage" }) }),
153
+ /* @__PURE__ */ e(i, { className: E.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Storage" }) }),
162
154
  /* @__PURE__ */ e(s, { mt: 2, children: y.total_storage ? /* @__PURE__ */ e(
163
155
  s,
164
156
  {
@@ -170,9 +162,9 @@ const Z = () => ({
170
162
  border: "0.5px solid #d0d0d0",
171
163
  background: "#fbfbfb"
172
164
  },
173
- children: /* @__PURE__ */ t(E, { container: !0, width: "100%", children: [
165
+ children: /* @__PURE__ */ t(C, { container: !0, width: "100%", children: [
174
166
  /* @__PURE__ */ e(
175
- E,
167
+ C,
176
168
  {
177
169
  size: { xs: 2, md: 1.2 },
178
170
  sx: {
@@ -180,10 +172,10 @@ const Z = () => ({
180
172
  alignItems: "center",
181
173
  justifyContent: "center"
182
174
  },
183
- children: /* @__PURE__ */ e("img", { src: F, alt: "Icon" })
175
+ children: /* @__PURE__ */ e("img", { src: V, alt: "Icon" })
184
176
  }
185
177
  ),
186
- /* @__PURE__ */ t(E, { size: { xs: 10, md: 10.8 }, children: [
178
+ /* @__PURE__ */ t(C, { size: { xs: 10, md: 10.8 }, children: [
187
179
  /* @__PURE__ */ t(
188
180
  i,
189
181
  {
@@ -213,18 +205,18 @@ const Z = () => ({
213
205
  ] })
214
206
  ] })
215
207
  }
216
- ) : /* @__PURE__ */ e(W, { text: "Buy Storage with EUR.e" }) }),
208
+ ) : /* @__PURE__ */ e(j, { text: "Buy Storage with EUR.e" }) }),
217
209
  /* @__PURE__ */ e(f, { sx: { mt: 4 }, onClick: () => _(!0), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Add Storage" }) }),
218
210
  /* @__PURE__ */ t(
219
- V,
211
+ z,
220
212
  {
221
213
  maxWidth: a === 3 ? "sm" : "md",
222
214
  fullWidth: !0,
223
- open: B,
215
+ open: U,
224
216
  onClose: g,
225
- TransitionComponent: w,
217
+ TransitionComponent: M,
226
218
  children: [
227
- a !== 3 && /* @__PURE__ */ t(s, { className: C["asset-header"], children: [
219
+ a !== 3 && /* @__PURE__ */ t(s, { className: E["asset-header"], children: [
228
220
  a === 2 && /* @__PURE__ */ e(
229
221
  v,
230
222
  {
@@ -240,20 +232,20 @@ const Z = () => ({
240
232
  {
241
233
  "aria-label": "close",
242
234
  onClick: g,
243
- className: C["asset-close-btn"],
244
- children: /* @__PURE__ */ e(O, {})
235
+ className: E["asset-close-btn"],
236
+ children: /* @__PURE__ */ e(L, {})
245
237
  }
246
238
  )
247
239
  ] }),
248
240
  /* @__PURE__ */ e(
249
- X,
241
+ D,
250
242
  {
251
243
  sx: { padding: a === 3 ? "80px" : "100px" },
252
244
  dividers: !0,
253
245
  children: {
254
246
  1: /* @__PURE__ */ e(G, {}),
255
247
  2: /* @__PURE__ */ e(I, {}),
256
- 3: /* @__PURE__ */ e(U, {})
248
+ 3: /* @__PURE__ */ e(B, {})
257
249
  }[a]
258
250
  }
259
251
  )
@@ -263,5 +255,5 @@ const Z = () => ({
263
255
  ] });
264
256
  };
265
257
  export {
266
- ye as default
258
+ ue as default
267
259
  };
@@ -1,42 +1,37 @@
1
- import { jsxs as n, Fragment as d, jsx as e } from "react/jsx-runtime";
2
- import { useState as y, useEffect as p } from "react";
1
+ import { jsxs as n, Fragment as m, jsx as e } from "react/jsx-runtime";
2
+ import { useState as C, useEffect as p } from "react";
3
3
  import { u } from "../../../react-redux-C7I9-1M6.js";
4
- import { Q as S } from "../../../index-CAoLi5Qq.js";
4
+ import { Q as W } from "../../../index-CAoLi5Qq.js";
5
5
  import "../../../constants-DrmtdI1J.js";
6
- import { a as W, c as _ } from "../../../index-BQNs1mvn.js";
7
- import { u as z } from "../../../wallet-CauUBXou.js";
8
- import { C as A } from "../../../ContentCopy-coPwrEuz.js";
9
- import { useSnackBar as B } from "../../../hooks/useSnackBar.js";
10
- import N from "../../../hoc/withThemeProvider.js";
11
- import w from "../../../hooks/useEverestDispatch.js";
12
- import { B as r } from "../../../Box-B0YSYLco.js";
13
- import { C as M } from "../../../CircularProgress-xZA3lvba.js";
14
- import { F as k } from "../../../FormControl-RtZDQMdA.js";
15
- import { S as D } from "../../../Select-CB5yWmyn.js";
16
- import { M as E } from "../../../MenuItem-DUdYOJr4.js";
17
- import { B as F } from "../../../Button-Df4vgU24.js";
18
- import '../../../assets/index2.css';const I = "_container_zcbz9_1", c = {
19
- container: I,
6
+ import { a as _, c as z } from "../../../index-BQNs1mvn.js";
7
+ import { u as A } from "../../../wallet-CauUBXou.js";
8
+ import { Box as r, CircularProgress as S, FormControl as N, Select as w, MenuItem as B, Button as k } from "@mui/material";
9
+ import { C as D } from "../../../ContentCopy-D0C0zbQj.js";
10
+ import { useSnackBar as E } from "../../../hooks/useSnackBar.js";
11
+ import I from "../../../hoc/withThemeProvider.js";
12
+ import M from "../../../hooks/useEverestDispatch.js";
13
+ import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
14
+ container: P,
20
15
  "inner-container": "_inner-container_zcbz9_13",
21
16
  "copy-btn": "_copy-btn_zcbz9_29"
22
- }, P = () => {
23
- const f = w(), { showAlertMessage: h, snackBar: v } = B(), i = u(W), l = u(_), C = i.loader, b = l.loader, o = l.data, s = i.everWalletAddress, [a, m] = y(s);
17
+ }, R = () => {
18
+ const f = M(), { showAlertMessage: h, snackBar: v } = E(), l = u(_), i = u(z), b = l.loader, g = i.loader, s = i.data, o = l.everWalletAddress, [a, d] = C(o);
24
19
  p(() => {
25
- o.length <= 0 && f(z());
20
+ s.length <= 0 && f(A());
26
21
  }, []), p(() => {
27
- o.length > 0 && s && m(s);
28
- }, [s, o]);
29
- const g = () => {
22
+ s.length > 0 && o && d(o);
23
+ }, [o, s]);
24
+ const x = () => {
30
25
  navigator.clipboard.writeText(a), h({
31
26
  message: "Wallet Address has been copied successfully.",
32
27
  type: "success"
33
28
  });
34
29
  };
35
- return /* @__PURE__ */ n(d, { children: [
30
+ return /* @__PURE__ */ n(m, { children: [
36
31
  v,
37
- /* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children: C || b ? /* @__PURE__ */ e(r, { className: "text-center", children: /* @__PURE__ */ e(M, { size: 60 }) }) : /* @__PURE__ */ n(d, { children: [
38
- /* @__PURE__ */ e(k, { sx: { mt: 1.5 }, fullWidth: !0, children: /* @__PURE__ */ e(
39
- D,
32
+ /* @__PURE__ */ e(r, { className: c.container, children: /* @__PURE__ */ e(r, { className: c["inner-container"], children: b || g ? /* @__PURE__ */ e(r, { className: "text-center", children: /* @__PURE__ */ e(S, { size: 60 }) }) : /* @__PURE__ */ n(m, { children: [
33
+ /* @__PURE__ */ e(N, { sx: { mt: 1.5 }, fullWidth: !0, children: /* @__PURE__ */ e(
34
+ w,
40
35
  {
41
36
  sx: {
42
37
  fontWeight: "bold",
@@ -48,31 +43,31 @@ import '../../../assets/index2.css';const I = "_container_zcbz9_1", c = {
48
43
  variant: "filled",
49
44
  value: a,
50
45
  displayEmpty: !0,
51
- onChange: (t) => m(t.target.value),
52
- children: o.map((t, x) => /* @__PURE__ */ n(E, { value: t.address, children: [
46
+ onChange: (t) => d(t.target.value),
47
+ children: s.map((t, y) => /* @__PURE__ */ n(B, { value: t.address, children: [
53
48
  t.name,
54
49
  " (",
55
50
  t.address,
56
51
  ")"
57
- ] }, x))
52
+ ] }, y))
58
53
  }
59
54
  ) }),
60
- /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(S, { value: a, size: 280 }) }),
55
+ /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(W, { value: a, size: 280 }) }),
61
56
  /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ n(
62
- F,
57
+ k,
63
58
  {
64
59
  className: c["copy-btn"],
65
60
  variant: "contained",
66
- onClick: g,
61
+ onClick: x,
67
62
  children: [
68
- /* @__PURE__ */ e(A, {}),
63
+ /* @__PURE__ */ e(D, {}),
69
64
  "Copy to Clipboard"
70
65
  ]
71
66
  }
72
67
  ) })
73
68
  ] }) }) })
74
69
  ] });
75
- }, ee = N(P);
70
+ }, U = I(R);
76
71
  export {
77
- ee as default
72
+ U as default
78
73
  };
@@ -1,5 +1,6 @@
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 "../../../styles.module-DMd29SPQ.js";
@@ -7,28 +8,25 @@ import "../Shared/appButton.js";
7
8
  import "../../../constants-DrmtdI1J.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
10
  import "../../../order-DEp_Lmar.js";
10
- import { a as G } from "../../../index-eEBuSKOo.js";
11
+ import { a as E } from "../../../index-CDwzoHu7.js";
11
12
  import "../../../util/constants.js";
12
13
  import "../../../react-redux-C7I9-1M6.js";
13
14
  import "../../../index-DlQqWbXG.js";
14
15
  import "../../../hoc/withThemeProvider.js";
15
- import "../Shared/Auth/otpForm.js";
16
+ import "../../../otpForm-fiNqeB5H.js";
16
17
  import "../../../context/snackBarContext.js";
17
18
  import "../../../util/conversions.js";
18
19
  import "../../../index-CAoLi5Qq.js";
19
20
  import "../../../react-webcam-B3cXh1XT.js";
20
21
  import "../../Shared/transition.js";
21
- import "../../../tooltip-3UvETWtS.js";
22
+ import "../../../tooltip-BW0UyWw7.js";
22
23
  import "../../../moment-h96o7c8I.js";
23
24
  import "../../../index.esm-BsMAMhYW.js";
24
25
  import "../../../web3-u4qDZYpo.js";
25
26
  import "../../../index-ceeCtFuh.js";
26
27
  import "../../../index.esm-I_Bp2YLf.js";
27
28
  import "../../../context/dialogContext.js";
28
- import "../../../Typography-pAaje37G.js";
29
- import "../../../Box-B0YSYLco.js";
30
- import "../../../Grid-CFe3amXO.js";
31
- import "../../../CircularProgress-xZA3lvba.js";
29
+ import "@mui/icons-material";
32
30
  export {
33
- G as default
31
+ E as default
34
32
  };
@@ -1,15 +1,16 @@
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 "../../../util/constants.js";
7
8
  import "../../../constants-DrmtdI1J.js";
8
9
  import "../../../index-BQNs1mvn.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
- import { S as E } from "../../../index-eEBuSKOo.js";
13
+ import { S as n } from "../../../index-CDwzoHu7.js";
13
14
  import "../../../styles.module-DMd29SPQ.js";
14
15
  import "../Shared/TokenModal/index.js";
15
16
  import "../Shared/appButton.js";
@@ -17,17 +18,6 @@ import "../../../react-redux-C7I9-1M6.js";
17
18
  import "../../../hooks/useDialog/index.js";
18
19
  import "../../../util/conversions.js";
19
20
  import "../Shared/Order/selectCustomIcon.js";
20
- import "../../../Grid-CFe3amXO.js";
21
- import "../../../Typography-pAaje37G.js";
22
- import "../../../FormControl-RtZDQMdA.js";
23
- import "../../../FilledInput-DuNqnPjc.js";
24
- import "../../../TextField-DPpRUQe3.js";
25
- import "../../../CircularProgress-xZA3lvba.js";
26
- import "../../../Select-CB5yWmyn.js";
27
- import "../../../MenuItem-DUdYOJr4.js";
28
- import "../../../ListItemIcon-CUcyTEEm.js";
29
- import "../../../Box-B0YSYLco.js";
30
- import "../../../IconButton-DHm-hucF.js";
31
21
  export {
32
- E as default
22
+ n as default
33
23
  };
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { C as e, F as f, b as L, c as O, i as b } from "../../../index-eEBuSKOo.js";
4
+ import { C as e, F as f, b as L, c as O, i as b } from "../../../index-CDwzoHu7.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
6
  import "../../../constants-DrmtdI1J.js";
7
- import "../../../PlayArrow-Bjz9LxhD.js";
7
+ import "../../../PlayArrow-BVDyfxsQ.js";
8
8
  import "../../../cryptoAssets-DyGDknvq.js";
9
9
  import "../../../wallet-CauUBXou.js";
10
10
  import "../../../order-DEp_Lmar.js";