everest-npm-features 0.0.60 → 0.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  2. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  3. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  4. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  5. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  6. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  7. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  8. package/dist/{PlayArrow-BlkZJiHn.js → PlayArrow-BVDyfxsQ.js} +2 -2
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/assets/index7.css +1 -1
  11. package/dist/assets/index8.css +1 -1
  12. package/dist/{auth-WhDJHZtr.js → auth-DTJdu6mq.js} +11 -11
  13. package/dist/{bank-BaOrdTcI.js → bank-C4pmTe--.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -52
  15. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  16. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
  17. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
  18. package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
  19. package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
  20. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  21. package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
  22. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  23. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
  24. package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
  25. package/dist/components/RocketRamp/Player/Sell/index.js +9 -9
  26. package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
  27. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
  28. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
  29. package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
  30. package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
  31. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
  32. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  33. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  34. package/dist/components/RocketRamp/ResetPassword/index.js +23 -25
  35. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  36. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  37. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  38. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  39. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  40. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  41. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  42. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  43. package/dist/components/RocketRamp/Store/SignUp/index.js +53 -56
  44. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
  45. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
  46. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  47. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  48. package/dist/components/RocketRamp/Transactions/index.js +23 -24
  49. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  50. package/dist/components/Shared/FullKyc/edd.js +51 -54
  51. package/dist/components/Shared/FullKyc/index.js +13 -12
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +7 -8
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -14
  55. package/dist/components/Shared/HistoryItem/index.js +43 -48
  56. package/dist/components/Shared/Incode/index.js +31 -35
  57. package/dist/components/Shared/MinimalKyc/index.js +60 -65
  58. package/dist/components/Shared/Sumsub/index.js +75 -62
  59. package/dist/components/Shared/loader.js +4 -5
  60. package/dist/components/Shared/tooltip.js +2 -2
  61. package/dist/components/Shared/transition.js +4 -4
  62. package/dist/components/Wallet/Account/createIban.js +34 -38
  63. package/dist/components/Wallet/Account/eWallet.js +35 -39
  64. package/dist/components/Wallet/Account/iban.js +49 -53
  65. package/dist/components/Wallet/Account/ibanItem.js +70 -76
  66. package/dist/components/Wallet/Account/index.js +68 -76
  67. package/dist/components/Wallet/Account/sendIban.js +79 -88
  68. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -12
  69. package/dist/components/Wallet/Buy/form.js +8 -18
  70. package/dist/components/Wallet/Buy/index.js +6 -6
  71. package/dist/components/Wallet/Deposit/index.js +16 -19
  72. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -34
  73. package/dist/components/Wallet/EnterpriseKyc/index.js +76 -81
  74. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  76. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  77. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +37 -39
  79. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1483
  80. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  81. package/dist/components/Wallet/EnterpriseKyc/verify.js +23 -24
  82. package/dist/components/Wallet/History/index.js +23 -797
  83. package/dist/components/Wallet/Home/index.js +13 -14
  84. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -97
  85. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  86. package/dist/components/Wallet/Portfolio/index.js +48 -52
  87. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  88. package/dist/components/Wallet/Profile/documents.js +125 -134
  89. package/dist/components/Wallet/Profile/index.js +38 -44
  90. package/dist/components/Wallet/Profile/storage.js +39 -47
  91. package/dist/components/Wallet/Receive/index.js +32 -37
  92. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -11
  93. package/dist/components/Wallet/Sell/form.js +8 -18
  94. package/dist/components/Wallet/Sell/index.js +6 -6
  95. package/dist/components/Wallet/Send/index.js +336 -324
  96. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  97. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  98. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  99. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -20
  100. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  101. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  102. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  103. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  104. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  105. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  106. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  107. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  108. package/dist/components/Wallet/Shared/addBank.js +41 -46
  109. package/dist/components/Wallet/Shared/appButton.js +11 -15
  110. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  111. package/dist/components/Wallet/Shared/button.js +7 -7
  112. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  113. package/dist/components/Wallet/Shared/inputField.js +5 -5
  114. package/dist/components/Wallet/Shared/manualSend.js +9 -14
  115. package/dist/components/Wallet/Shared/noData.js +4 -5
  116. package/dist/components/Wallet/Shared/pin.js +25 -27
  117. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  118. package/dist/components/Wallet/Shared/step.js +12 -13
  119. package/dist/components/Wallet/Shared/timer.js +1 -1
  120. package/dist/components/Wallet/SignIn/index.js +17 -17
  121. package/dist/components/Wallet/SignUp/index.js +63 -153
  122. package/dist/components/Wallet/SignUp/terms.js +1 -1
  123. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  124. package/dist/components/Wallet/Stake/id/index.js +73 -81
  125. package/dist/components/Wallet/Stake/index.js +65 -69
  126. package/dist/components/Wallet/Swap/form.js +11 -21
  127. package/dist/components/Wallet/Swap/index.js +5 -5
  128. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  129. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  130. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  131. package/dist/components/Wallet/Withdraw/form.js +6 -17
  132. package/dist/components/Wallet/Withdraw/index.js +5 -5
  133. package/dist/{constants-DREDnCMu.js → constants-DrmtdI1J.js} +7 -7
  134. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  135. package/dist/{cryptoAssets-DbyDgq4J.js → cryptoAssets-DyGDknvq.js} +1 -1
  136. package/dist/hoc/withThemeProvider.js +5 -732
  137. package/dist/hooks/useDialog/index.js +22 -23
  138. package/dist/hooks/useRrDialog/index.js +43 -46
  139. package/dist/hooks/useSnackBar.js +24 -696
  140. package/dist/icons/buyIcon.js +1 -1
  141. package/dist/icons/canceledBuyIcon.js +1 -1
  142. package/dist/icons/canceledRedeemIcon.js +1 -1
  143. package/dist/icons/failedBuyIcon.js +2 -2
  144. package/dist/icons/failedRedeemIcon.js +2 -2
  145. package/dist/icons/pendingBuyIcon.js +1 -1
  146. package/dist/icons/pendingRedeemIcon.js +1 -1
  147. package/dist/icons/redeemIcon.js +1 -1
  148. package/dist/{index-DYP5Ex_T.js → index-3OQ4M69t.js} +89 -99
  149. package/dist/{index-B3HnUBnB.js → index-BBFbUCRZ.js} +123 -129
  150. package/dist/{index-PoMNqntN.js → index-C1WPCgkl.js} +130 -141
  151. package/dist/{index-BXutc9ik.js → index-CDwzoHu7.js} +134 -145
  152. package/dist/{index-DV1dVcrY.js → index-CK4kLRAw.js} +172 -182
  153. package/dist/{index-DJ7xuxBy.js → index-CYX3j0V7.js} +175 -185
  154. package/dist/{index-CuPCW3XC.js → index-ILpK4BCB.js} +154 -163
  155. package/dist/{kyc-D4s_B9Cf.js → kyc-ksV3vBP_.js} +1 -1
  156. package/dist/main.js +7 -7
  157. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  158. package/dist/{order-DGBbo_Ox.js → order-DEp_Lmar.js} +1 -1
  159. package/dist/otpForm-fiNqeB5H.js +7378 -0
  160. package/dist/{stake-CdMc5H7D.js → stake-Ct7-_aWW.js} +1 -1
  161. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  162. package/dist/tooltip-BW0UyWw7.js +2129 -0
  163. package/dist/{wallet-DvfdQOju.js → wallet-CauUBXou.js} +1 -1
  164. package/package.json +6 -6
  165. package/dist/Alert-DzsbFW3-.js +0 -369
  166. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  167. package/dist/Avatar-1XklXr4O.js +0 -281
  168. package/dist/Backdrop-CioURPVG.js +0 -359
  169. package/dist/Box-B0YSYLco.js +0 -59
  170. package/dist/Button-Df4vgU24.js +0 -663
  171. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  172. package/dist/CardContent-D9wTdpu-.js +0 -141
  173. package/dist/CircularProgress-xZA3lvba.js +0 -252
  174. package/dist/Close-CxzDL3J-.js +0 -9
  175. package/dist/Container-urNKV7hm.js +0 -181
  176. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  177. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  178. package/dist/DialogContent-BMwlOnbW.js +0 -567
  179. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  180. package/dist/Divider-BShhMFf4.js +0 -297
  181. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  182. package/dist/FormControl-RtZDQMdA.js +0 -258
  183. package/dist/FormControlLabel-BliKW48y.js +0 -519
  184. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  185. package/dist/Grid-CFe3amXO.js +0 -410
  186. package/dist/Grow-CnGtel3u.js +0 -196
  187. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  188. package/dist/IconButton-DHm-hucF.js +0 -297
  189. package/dist/InputAdornment-DMiED3JH.js +0 -173
  190. package/dist/Link-DBA9Yifs.js +0 -266
  191. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  192. package/dist/Menu-DLYFFrEk.js +0 -1239
  193. package/dist/MenuItem-DUdYOJr4.js +0 -271
  194. package/dist/Modal-CFIQ_s3T.js +0 -743
  195. package/dist/Paper-Bgt2WXI6.js +0 -186
  196. package/dist/Popper-BBAoiZKn.js +0 -1409
  197. package/dist/Portal-BMAxiQwe.js +0 -69
  198. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  199. package/dist/Select-CB5yWmyn.js +0 -1886
  200. package/dist/Slide-B9Nw0LZ4.js +0 -235
  201. package/dist/Stack-k55YTxET.js +0 -172
  202. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  203. package/dist/TextField-DPpRUQe3.js +0 -978
  204. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  205. package/dist/Typography-pAaje37G.js +0 -260
  206. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  207. package/dist/clsx-BTaloaeC.js +0 -264
  208. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  209. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  210. package/dist/createTheme-CD19zQB7.js +0 -3825
  211. package/dist/debounce-46wSf_lW.js +0 -15
  212. package/dist/defaultTheme-C35y5cLB.js +0 -5
  213. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  214. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  215. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  216. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  217. package/dist/exactProp-C1Lmtwf_.js +0 -13
  218. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  219. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  220. package/dist/index-B0Z-Gjno.js +0 -22
  221. package/dist/index-DUcLo3x5.js +0 -43
  222. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  223. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  224. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  225. package/dist/memoTheme-yHaPezod.js +0 -15
  226. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  227. package/dist/radioButton-CzlYB0Lh.js +0 -402
  228. package/dist/refType-BsTH3qnM.js +0 -56
  229. package/dist/tooltip-3UvETWtS.js +0 -740
  230. package/dist/useControlled-nm4pBabJ.js +0 -31
  231. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  232. package/dist/useFormControl-CatNKXAi.js +0 -10
  233. package/dist/useId-CK6Kn3Tn.js +0 -21
  234. package/dist/useSlot-CW7SOYlh.js +0 -125
  235. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  236. package/dist/useTheme-BQJ5lp0i.js +0 -11
  237. package/dist/useTheme-S5_DHFsQ.js +0 -17
  238. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,43 +1,37 @@
1
1
  import { jsxs as r, Fragment as U, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as Z, useEffect as _ } from "react";
3
3
  import { u as R } from "../../../react-redux-C7I9-1M6.js";
4
- import { aj as W, ak as q, al as Q, am as X, c as b, K as j } from "../../../constants-DREDnCMu.js";
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
- import "../Shared/pin.js";
20
20
  import "../../../moment-h96o7c8I.js";
21
21
  import "../../Shared/transition.js";
22
- import { M as s2 } from "../../../tooltip-3UvETWtS.js";
22
+ import { M as p2 } from "../../../tooltip-BW0UyWw7.js";
23
23
  import "../../../index.esm-BsMAMhYW.js";
24
24
  import "../../../web3-u4qDZYpo.js";
25
25
  import "../../../index-ceeCtFuh.js";
26
26
  import "../../../index.esm-I_Bp2YLf.js";
27
27
  import "../../../context/dialogContext.js";
28
- import n2 from "./storage.js";
29
- import { G as t } from "../../../Grid-CFe3amXO.js";
30
- import { B as m } from "../../../Box-B0YSYLco.js";
31
- import { T as n } from "../../../Typography-pAaje37G.js";
32
- import { B as p } from "../../../Button-Df4vgU24.js";
33
- import { A as c2 } from "../../../Avatar-1XklXr4O.js";
34
- import { D as d2 } from "../../../Divider-BShhMFf4.js";
35
- import { D as p2, a as f2 } from "../../../DialogContent-BMwlOnbW.js";
28
+ import "@mui/icons-material";
29
+ import f2 from "./storage.js";
36
30
  const u2 = () => ({
37
31
  type: W
38
- }), m2 = () => ({
39
- type: q
40
32
  }), h2 = () => ({
33
+ type: q
34
+ }), m2 = () => ({
41
35
  type: Q
42
36
  }), C2 = (g) => ({
43
37
  type: X,
@@ -47,7 +41,7 @@ const u2 = () => ({
47
41
  baseUrl: S,
48
42
  isEnterPriseWallet: k = !1
49
43
  }) => {
50
- 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($), {
51
45
  residentialAddress: f,
52
46
  referralCount: D,
53
47
  referral: { code: x },
@@ -57,20 +51,20 @@ const u2 = () => ({
57
51
  storagePlans: V,
58
52
  purchaseStatus: N,
59
53
  userStorage: A
60
- } = 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);
61
55
  _(() => {
62
- const a = T.list, u = a.length;
56
+ const a = B.list, u = a.length;
63
57
  for (let d = 0; d < u; d++)
64
- if (a[d].symbol === e2) {
58
+ if (a[d].symbol === a2) {
65
59
  H(Number(a[d].balance) / 100);
66
60
  break;
67
61
  }
68
- }, [T.list]), _(() => {
62
+ }, [B.list]), _(() => {
69
63
  v && c({ message: v });
70
64
  }, [v]), _(() => {
71
65
  M && c({ message: M, type: "success" });
72
66
  }, [M]), _(() => {
73
- h(u2()), h(m2()), h(h2());
67
+ m(u2()), m(h2()), m(m2());
74
68
  }, []);
75
69
  const I = () => {
76
70
  navigator.clipboard.writeText(g + "?referer=" + x), c({
@@ -110,13 +104,13 @@ const u2 = () => ({
110
104
  return /* @__PURE__ */ r(U, { children: [
111
105
  /* @__PURE__ */ r(t, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
112
106
  /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(L, { children: [
113
- /* @__PURE__ */ r(m, { p: 3, children: [
107
+ /* @__PURE__ */ r(h, { p: 3, children: [
114
108
  /* @__PURE__ */ r(t, { container: !0, children: [
115
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" }) }) }),
116
110
  (C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
117
- s2,
111
+ p2,
118
112
  {
119
- title: C.status === b ? t2 : r2,
113
+ title: C.status === b ? o2 : l2,
120
114
  placement: "bottom",
121
115
  children: /* @__PURE__ */ e(p, { className: o["kyc-approved"], children: C.status === b ? "KYC Approved" : "KYC Elite" })
122
116
  }
@@ -124,7 +118,7 @@ const u2 = () => ({
124
118
  ] }),
125
119
  /* @__PURE__ */ r(t, { container: !0, children: [
126
120
  /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
127
- m,
121
+ h,
128
122
  {
129
123
  mt: 2,
130
124
  sx: {
@@ -132,8 +126,8 @@ const u2 = () => ({
132
126
  alignItems: "center"
133
127
  },
134
128
  children: [
135
- /* @__PURE__ */ e(c2, { ...Y(i.email) }),
136
- /* @__PURE__ */ r(m, { ml: 1, children: [
129
+ /* @__PURE__ */ e(J, { ...Y(i.email) }),
130
+ /* @__PURE__ */ r(h, { ml: 1, children: [
137
131
  /* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
138
132
  y && /* @__PURE__ */ r(
139
133
  n,
@@ -184,8 +178,8 @@ const u2 = () => ({
184
178
  )
185
179
  ] })
186
180
  ] }),
187
- /* @__PURE__ */ e(d2, {}),
188
- /* @__PURE__ */ r(m, { p: 3, children: [
181
+ /* @__PURE__ */ e(e2, {}),
182
+ /* @__PURE__ */ r(h, { p: 3, children: [
189
183
  /* @__PURE__ */ e(
190
184
  l,
191
185
  {
@@ -281,14 +275,14 @@ const u2 = () => ({
281
275
  ] }) }),
282
276
  /* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
283
277
  /* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
284
- J,
278
+ i2,
285
279
  {
286
280
  identityDocs: i.identityDocuments,
287
281
  showAlertMessage: c
288
282
  }
289
283
  ) }),
290
284
  /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
291
- n2,
285
+ f2,
292
286
  {
293
287
  eureBalance: F,
294
288
  showAlertMessage: c,
@@ -323,7 +317,7 @@ const u2 = () => ({
323
317
  ] })
324
318
  ] }),
325
319
  /* @__PURE__ */ e(
326
- p2,
320
+ t2,
327
321
  {
328
322
  PaperProps: {
329
323
  className: o["confirm-dialog"],
@@ -331,8 +325,8 @@ const u2 = () => ({
331
325
  },
332
326
  open: G,
333
327
  fullWidth: !0,
334
- children: /* @__PURE__ */ e(f2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
335
- m,
328
+ children: /* @__PURE__ */ e(r2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
329
+ h,
336
330
  {
337
331
  mt: 4,
338
332
  className: o["dialog-container"],
@@ -352,24 +346,24 @@ const u2 = () => ({
352
346
  {
353
347
  value: E,
354
348
  maxLength: 120,
355
- onChange: (a) => B(a.target.value),
349
+ onChange: (a) => T(a.target.value),
356
350
  className: o["tweet-text-area"],
357
351
  placeholder: "Personal message to include in tweet (optional)",
358
352
  autoFocus: !0
359
353
  }
360
354
  )
361
355
  ] }),
362
- /* @__PURE__ */ e("img", { height: "275", src: i2 + "/twitter-update.png" }),
356
+ /* @__PURE__ */ e("img", { height: "275", src: s2 + "/twitter-update.png" }),
363
357
  /* @__PURE__ */ e(
364
358
  p,
365
359
  {
366
360
  onClick: () => {
367
- h(
361
+ m(
368
362
  C2({
369
363
  share_opt: !0,
370
364
  tweet_text: E
371
365
  })
372
- ), w(!1), B("");
366
+ ), w(!1), T("");
373
367
  },
374
368
  className: "wallet-btn",
375
369
  variant: "contained",
@@ -396,7 +390,7 @@ const u2 = () => ({
396
390
  }
397
391
  )
398
392
  ] });
399
- }, r0 = a2(L2);
393
+ }, X2 = n2(L2);
400
394
  export {
401
- r0 as default
395
+ X2 as default
402
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-DREDnCMu.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";
5
- import "../../../constants-DREDnCMu.js";
6
- import { a as W, c as _ } from "../../../index-BQNs1mvn.js";
7
- import { u as z } from "../../../wallet-DvfdQOju.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,
4
+ import { Q as W } from "../../../index-CAoLi5Qq.js";
5
+ import "../../../constants-DrmtdI1J.js";
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,35 +1,32 @@
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";
6
7
  import "../Shared/appButton.js";
7
- import "../../../constants-DREDnCMu.js";
8
+ import "../../../constants-DrmtdI1J.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DGBbo_Ox.js";
10
- import { a as H } from "../../../index-BXutc9ik.js";
10
+ import "../../../order-DEp_Lmar.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 "../Shared/pin.js";
22
+ import "../../../tooltip-BW0UyWw7.js";
23
23
  import "../../../moment-h96o7c8I.js";
24
24
  import "../../../index.esm-BsMAMhYW.js";
25
25
  import "../../../web3-u4qDZYpo.js";
26
26
  import "../../../index-ceeCtFuh.js";
27
27
  import "../../../index.esm-I_Bp2YLf.js";
28
28
  import "../../../context/dialogContext.js";
29
- import "../../../Typography-pAaje37G.js";
30
- import "../../../Box-B0YSYLco.js";
31
- import "../../../Grid-CFe3amXO.js";
32
- import "../../../CircularProgress-xZA3lvba.js";
29
+ import "@mui/icons-material";
33
30
  export {
34
- H as default
31
+ E as default
35
32
  };
@@ -1,15 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-BlkZJiHn.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
- import "../../../constants-DREDnCMu.js";
8
+ import "../../../constants-DrmtdI1J.js";
8
9
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-DGBbo_Ox.js";
10
- import "../../../tooltip-3UvETWtS.js";
10
+ import "../../../order-DEp_Lmar.js";
11
+ import "../../../tooltip-BW0UyWw7.js";
11
12
  import "../../../util/functions.js";
12
- import { S as E } from "../../../index-BXutc9ik.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,13 +1,13 @@
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-BXutc9ik.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
- import "../../../constants-DREDnCMu.js";
7
- import "../../../PlayArrow-BlkZJiHn.js";
8
- import "../../../cryptoAssets-DbyDgq4J.js";
9
- import "../../../wallet-DvfdQOju.js";
10
- import "../../../order-DGBbo_Ox.js";
6
+ import "../../../constants-DrmtdI1J.js";
7
+ import "../../../PlayArrow-BVDyfxsQ.js";
8
+ import "../../../cryptoAssets-DyGDknvq.js";
9
+ import "../../../wallet-CauUBXou.js";
10
+ import "../../../order-DEp_Lmar.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";