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,21 +1,20 @@
1
- import { jsx as o, jsxs as a } from "react/jsx-runtime";
2
- import { c as r } from "../../../createSvgIcon-Cuzqm90l.js";
3
- import { I as e } from "../../../IconButton-DHm-hucF.js";
4
- import { T as c } from "../../../Typography-pAaje37G.js";
5
- const n = r(/* @__PURE__ */ o("path", {
1
+ import { jsx as t, jsxs as a } from "react/jsx-runtime";
2
+ import { c as e } from "../../../createSvgIcon-B28GrUxG.js";
3
+ import { IconButton as r, Typography as c } from "@mui/material";
4
+ const n = e(/* @__PURE__ */ t("path", {
6
5
  d: "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"
7
- }), "KeyboardBackspace"), m = ({ onClickHandler: t }) => /* @__PURE__ */ a(
8
- e,
6
+ }), "KeyboardBackspace"), p = ({ onClickHandler: o }) => /* @__PURE__ */ a(
7
+ r,
9
8
  {
10
- onClick: t,
9
+ onClick: o,
11
10
  disableRipple: !0,
12
11
  sx: { justifyContent: "flex-start", padding: "0", color: "black" },
13
12
  children: [
14
- /* @__PURE__ */ o(n, { fontSize: "medium" }),
15
- /* @__PURE__ */ o(c, { variant: "lg", my: 2, fontWeight: 400, ml: 1, children: "Back" })
13
+ /* @__PURE__ */ t(n, { fontSize: "medium" }),
14
+ /* @__PURE__ */ t(c, { variant: "lg", my: 2, fontWeight: 400, ml: 1, children: "Back" })
16
15
  ]
17
16
  }
18
17
  );
19
18
  export {
20
- m as default
19
+ p as default
21
20
  };
@@ -1,33 +1,28 @@
1
1
  import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
- import h from "../../../icons/buyIcon.js";
3
- import x from "../../../icons/pendingBuyIcon.js";
4
- import g from "../../../icons/canceledBuyIcon.js";
5
- import I from "../../../icons/failedBuyIcon.js";
6
- import T from "../../../icons/redeemIcon.js";
7
- import _ from "../../../icons/pendingRedeemIcon.js";
8
- import y from "../../../icons/canceledRedeemIcon.js";
9
- import L from "../../../icons/failedRedeemIcon.js";
10
- import { TS_COMPLETE_LABEL as o, TOKEN_TO_FIAT as A, TS_WAIT_APPROVAL_LABEL as c, TS_CREATED_LABEL as m, TS_PENDING_LABEL as l, TS_NOT_APPROVAL_LABEL as d, TS_FAIL_LABEL as p, FIAT_TO_TOKEN as B } from "../../../util/constants.js";
11
- import { C as E, a as C } from "../../../CardContent-D9wTdpu-.js";
12
- import { B as t } from "../../../Box-B0YSYLco.js";
13
- import { T as i } from "../../../Typography-pAaje37G.js";
14
- import { I as D } from "../../../IconButton-DHm-hucF.js";
15
- import { c as R } from "../../../createSvgIcon-Cuzqm90l.js";
16
- const S = R(/* @__PURE__ */ e("path", {
17
- d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
18
- }), "ChevronRight"), k = ({
2
+ import { Card as h, CardContent as x, Box as t, Typography as o, IconButton as T } from "@mui/material";
3
+ import { ChevronRight as _ } from "@mui/icons-material";
4
+ import g from "../../../icons/buyIcon.js";
5
+ import I from "../../../icons/pendingBuyIcon.js";
6
+ import y from "../../../icons/canceledBuyIcon.js";
7
+ import L from "../../../icons/failedBuyIcon.js";
8
+ import A from "../../../icons/redeemIcon.js";
9
+ import E from "../../../icons/pendingRedeemIcon.js";
10
+ import B from "../../../icons/canceledRedeemIcon.js";
11
+ import D from "../../../icons/failedRedeemIcon.js";
12
+ import { TS_COMPLETE_LABEL as i, TOKEN_TO_FIAT as R, TS_WAIT_APPROVAL_LABEL as s, TS_CREATED_LABEL as l, TS_PENDING_LABEL as m, TS_NOT_APPROVAL_LABEL as d, TS_FAIL_LABEL as p, FIAT_TO_TOKEN as w } from "../../../util/constants.js";
13
+ const V = ({
19
14
  transaction: r
20
15
  }) => {
21
- const f = (u) => {
22
- const n = new Date(u), s = /* @__PURE__ */ new Date();
23
- return s.setHours(0, 0, 0, 0), new Date(
16
+ const u = (f) => {
17
+ const n = new Date(f), c = /* @__PURE__ */ new Date();
18
+ return c.setHours(0, 0, 0, 0), new Date(
24
19
  n.getFullYear(),
25
20
  n.getMonth(),
26
21
  n.getDate()
27
- ).getTime() === s.getTime() ? "Today" : n.toISOString().split("T")[0];
22
+ ).getTime() === c.getTime() ? "Today" : n.toISOString().split("T")[0];
28
23
  };
29
24
  return /* @__PURE__ */ e(
30
- E,
25
+ h,
31
26
  {
32
27
  sx: {
33
28
  borderRadius: "1rem",
@@ -37,7 +32,7 @@ const S = R(/* @__PURE__ */ e("path", {
37
32
  boxShadow: "0px 2px 8px 0px rgba(0, 0, 0, 0.10)"
38
33
  }
39
34
  },
40
- children: /* @__PURE__ */ e(C, { sx: { p: "0.5rem" }, children: /* @__PURE__ */ a(t, { display: "flex", alignItems: "center", children: [
35
+ children: /* @__PURE__ */ e(x, { sx: { p: "0.5rem" }, children: /* @__PURE__ */ a(t, { display: "flex", alignItems: "center", children: [
41
36
  /* @__PURE__ */ a(t, { display: "flex", alignItems: "center", children: [
42
37
  /* @__PURE__ */ e(
43
38
  t,
@@ -54,33 +49,33 @@ const S = R(/* @__PURE__ */ e("path", {
54
49
  },
55
50
  children: /* @__PURE__ */ e(() => {
56
51
  switch (r.transaction_type) {
57
- case B:
52
+ case w:
58
53
  switch (r.transaction_status) {
59
- case o:
60
- return /* @__PURE__ */ e(h, {});
54
+ case i:
55
+ return /* @__PURE__ */ e(g, {});
61
56
  case p:
62
57
  case d:
63
- return /* @__PURE__ */ e(I, {});
64
- case l:
58
+ return /* @__PURE__ */ e(L, {});
65
59
  case m:
66
- case c:
67
- return /* @__PURE__ */ e(x, {});
60
+ case l:
61
+ case s:
62
+ return /* @__PURE__ */ e(I, {});
68
63
  default:
69
- return /* @__PURE__ */ e(g, {});
64
+ return /* @__PURE__ */ e(y, {});
70
65
  }
71
- case A:
66
+ case R:
72
67
  switch (r.transaction_status) {
73
- case o:
74
- return /* @__PURE__ */ e(T, {});
68
+ case i:
69
+ return /* @__PURE__ */ e(A, {});
75
70
  case p:
76
71
  case d:
77
- return /* @__PURE__ */ e(L, {});
78
- case l:
72
+ return /* @__PURE__ */ e(D, {});
79
73
  case m:
80
- case c:
81
- return /* @__PURE__ */ e(_, {});
74
+ case l:
75
+ case s:
76
+ return /* @__PURE__ */ e(E, {});
82
77
  default:
83
- return /* @__PURE__ */ e(y, {});
78
+ return /* @__PURE__ */ e(B, {});
84
79
  }
85
80
  default:
86
81
  return null;
@@ -90,24 +85,24 @@ const S = R(/* @__PURE__ */ e("path", {
90
85
  ),
91
86
  /* @__PURE__ */ a(t, { display: "flex", flexDirection: "column", gap: "0.25rem", children: [
92
87
  /* @__PURE__ */ e(
93
- i,
88
+ o,
94
89
  {
95
90
  variant: "h6",
96
91
  sx: { textTransform: "capitalize", fontWeight: 600 },
97
92
  children: r.transaction_type
98
93
  }
99
94
  ),
100
- /* @__PURE__ */ e(i, { variant: "body2", sx: { textTransform: "capitalize" }, children: f(r.created_at) })
95
+ /* @__PURE__ */ e(o, { variant: "body2", sx: { textTransform: "capitalize" }, children: u(r.created_at) })
101
96
  ] })
102
97
  ] }),
103
98
  /* @__PURE__ */ e(t, { flexGrow: 1 }),
104
99
  /* @__PURE__ */ e(t, { display: "flex", flexDirection: "column", alignItems: "flex-end", children: /* @__PURE__ */ a(
105
- i,
100
+ o,
106
101
  {
107
102
  variant: "h6",
108
103
  sx: {
109
104
  fontWeight: 400,
110
- opacity: r.transaction_status === o ? 1 : 0.3
105
+ opacity: r.transaction_status === i ? 1 : 0.3
111
106
  },
112
107
  children: [
113
108
  "$",
@@ -115,11 +110,11 @@ const S = R(/* @__PURE__ */ e("path", {
115
110
  ]
116
111
  }
117
112
  ) }),
118
- /* @__PURE__ */ e(D, { edge: "end", "aria-label": "chevron-right", children: /* @__PURE__ */ e(S, {}) })
113
+ /* @__PURE__ */ e(T, { edge: "end", "aria-label": "chevron-right", children: /* @__PURE__ */ e(_, {}) })
119
114
  ] }) })
120
115
  }
121
116
  );
122
117
  };
123
118
  export {
124
- k as default
119
+ V as default
125
120
  };
@@ -1,35 +1,30 @@
1
- import { jsx as r, jsxs as i } from "react/jsx-runtime";
2
- import { u as n } from "../../../../useTheme-BQJ5lp0i.js";
3
- import { C as s, a as c } from "../../../../CardContent-D9wTdpu-.js";
4
- import { S as m } from "../../../../Stack-k55YTxET.js";
5
- import { B as l } from "../../../../Box-B0YSYLco.js";
6
- import { T as o } from "../../../../Typography-pAaje37G.js";
7
- import { C as d } from "../../../../CircularProgress-xZA3lvba.js";
8
- const C = ({ isLoading: e, amount: a }) => {
9
- const t = n();
1
+ import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
+ import { useTheme as i, Card as c, CardContent as l, Stack as s, Box as d, Typography as e, CircularProgress as m } from "@mui/material";
3
+ const f = ({ isLoading: o, amount: t }) => {
4
+ const a = i();
10
5
  return /* @__PURE__ */ r(
11
- s,
6
+ c,
12
7
  {
13
8
  sx: {
14
9
  background: "url(/src/images/space.jpg) center/cover no-repeat",
15
10
  borderRadius: "1rem"
16
11
  },
17
- children: /* @__PURE__ */ r(c, { sx: { color: "#fff" }, children: /* @__PURE__ */ r(m, { direction: "column", spacing: 2, children: /* @__PURE__ */ i(l, { children: [
18
- /* @__PURE__ */ r(o, { fontSize: "2.5rem", fontWeight: 600, color: "primary", children: "Available balance" }),
12
+ children: /* @__PURE__ */ r(l, { sx: { color: "#fff" }, children: /* @__PURE__ */ r(s, { direction: "column", spacing: 2, children: /* @__PURE__ */ n(d, { children: [
13
+ /* @__PURE__ */ r(e, { fontSize: "2.5rem", fontWeight: 600, color: "primary", children: "Available balance" }),
19
14
  /* @__PURE__ */ r(
20
- o,
15
+ e,
21
16
  {
22
17
  fontSize: "5rem",
23
18
  fontWeight: "500",
24
- children: e ? /* @__PURE__ */ r(d, { size: 24 }) : a
19
+ children: o ? /* @__PURE__ */ r(m, { size: 24 }) : t
25
20
  }
26
21
  ),
27
22
  /* @__PURE__ */ r(
28
- o,
23
+ e,
29
24
  {
30
25
  variant: "xl",
31
26
  sx: { opacity: "0.75" },
32
- fontFamily: t.typography.redHatMono.fontFamily,
27
+ fontFamily: a.typography.redHatMono.fontFamily,
33
28
  children: "Want to add more credits? Please contact your Distributor"
34
29
  }
35
30
  )
@@ -38,5 +33,5 @@ const C = ({ isLoading: e, amount: a }) => {
38
33
  );
39
34
  };
40
35
  export {
41
- C as default
36
+ f as default
42
37
  };
@@ -1,20 +1,19 @@
1
- import { jsxs as i, Fragment as e, jsx as r } from "react/jsx-runtime";
2
- import n from "../../../../hoc/withThemeProvider.js";
1
+ import { jsxs as i, Fragment as n, jsx as r } from "react/jsx-runtime";
2
+ import a from "../../../../hoc/withThemeProvider.js";
3
3
  import t from "./balance.js";
4
4
  import { useRrDialog as s } from "../../../../hooks/useRrDialog/index.js";
5
- import m from "./stats.js";
6
- import { C as d, a as l } from "../../../../CardContent-D9wTdpu-.js";
7
- import { G as o } from "../../../../Grid-CFe3amXO.js";
5
+ import { Card as d, CardContent as m, Grid as o } from "@mui/material";
6
+ import l from "./stats.js";
8
7
  const c = ({}) => {
9
- const { openDialog: f, ConfirmDialog: a } = s();
10
- return /* @__PURE__ */ i(e, { children: [
11
- /* @__PURE__ */ r(a, {}),
12
- /* @__PURE__ */ r(d, { sx: { backgroundColor: "#FFF", borderRadius: "1rem" }, children: /* @__PURE__ */ r(l, { children: /* @__PURE__ */ i(o, { container: !0, spacing: 2, children: [
8
+ const { openDialog: f, ConfirmDialog: e } = s();
9
+ return /* @__PURE__ */ i(n, { children: [
10
+ /* @__PURE__ */ r(e, {}),
11
+ /* @__PURE__ */ r(d, { sx: { backgroundColor: "#FFF", borderRadius: "1rem" }, children: /* @__PURE__ */ r(m, { children: /* @__PURE__ */ i(o, { container: !0, spacing: 2, children: [
13
12
  /* @__PURE__ */ r(o, { size: 7, children: /* @__PURE__ */ r(t, { amount: 267, isLoading: !1 }) }),
14
- /* @__PURE__ */ r(o, { size: 5, children: /* @__PURE__ */ r(m, { amount: 267, isLoading: !1 }) })
13
+ /* @__PURE__ */ r(o, { size: 5, children: /* @__PURE__ */ r(l, { amount: 267, isLoading: !1 }) })
15
14
  ] }) }) })
16
15
  ] });
17
- }, F = n(c);
16
+ }, D = a(c);
18
17
  export {
19
- F as default
18
+ D as default
20
19
  };
@@ -1,35 +1,30 @@
1
- import { jsx as r, jsxs as i } from "react/jsx-runtime";
2
- import { u as n } from "../../../../useTheme-BQJ5lp0i.js";
3
- import { C as s, a as m } from "../../../../CardContent-D9wTdpu-.js";
4
- import { S as c } from "../../../../Stack-k55YTxET.js";
5
- import { B as l } from "../../../../Box-B0YSYLco.js";
6
- import { T as o } from "../../../../Typography-pAaje37G.js";
7
- import { C as d } from "../../../../CircularProgress-xZA3lvba.js";
8
- const C = ({ isLoading: t, amount: a }) => {
9
- const e = n();
1
+ import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
+ import { useTheme as n, Card as c, CardContent as l, Stack as s, Box as d, Typography as e, CircularProgress as m } from "@mui/material";
3
+ const p = ({ isLoading: o, amount: t }) => {
4
+ const i = n();
10
5
  return /* @__PURE__ */ r(
11
- s,
6
+ c,
12
7
  {
13
8
  sx: {
14
9
  background: "#E5F6EA",
15
10
  borderRadius: "1rem"
16
11
  },
17
- children: /* @__PURE__ */ r(m, { sx: { color: "#fff" }, children: /* @__PURE__ */ r(c, { direction: "column", spacing: 2, children: /* @__PURE__ */ i(l, { children: [
18
- /* @__PURE__ */ r(o, { fontSize: "2.5rem", fontWeight: 600, color: "primary", children: "Available balance" }),
12
+ children: /* @__PURE__ */ r(l, { sx: { color: "#fff" }, children: /* @__PURE__ */ r(s, { direction: "column", spacing: 2, children: /* @__PURE__ */ a(d, { children: [
13
+ /* @__PURE__ */ r(e, { fontSize: "2.5rem", fontWeight: 600, color: "primary", children: "Available balance" }),
19
14
  /* @__PURE__ */ r(
20
- o,
15
+ e,
21
16
  {
22
17
  fontSize: "5rem",
23
18
  fontWeight: "500",
24
- children: t ? /* @__PURE__ */ r(d, { size: 24 }) : a
19
+ children: o ? /* @__PURE__ */ r(m, { size: 24 }) : t
25
20
  }
26
21
  ),
27
22
  /* @__PURE__ */ r(
28
- o,
23
+ e,
29
24
  {
30
25
  variant: "xl",
31
26
  sx: { opacity: "0.75" },
32
- fontFamily: e.typography.redHatMono.fontFamily,
27
+ fontFamily: i.typography.redHatMono.fontFamily,
33
28
  children: "Want to add more credits? Please contact your Distributor"
34
29
  }
35
30
  )
@@ -38,5 +33,5 @@ const C = ({ isLoading: t, amount: a }) => {
38
33
  );
39
34
  };
40
35
  export {
41
- C as default
36
+ p as default
42
37
  };
@@ -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,41 +1,38 @@
1
- import { jsxs as a, jsx as r } from "react/jsx-runtime";
2
- import { useState as I, useEffect as d } from "react";
3
- import { useSnackBar as w } from "../../../../hooks/useSnackBar.js";
4
- import { u as b } from "../../../../react-redux-C7I9-1M6.js";
5
- import T from "../../../../hoc/withThemeProvider.js";
6
- import { L as W } from "../../../../rr-primary-logo-CqI24c8v.js";
7
- import _ from "./storeInfo.js";
8
- import q from "./personalInfo.js";
9
- import C from "./summary.js";
10
- import D from "./validateEmail.js";
11
- import "../../../../constants-DREDnCMu.js";
12
- import { a as L, u as A, c as U, d as V, l as j } from "../../../../auth-WhDJHZtr.js";
13
- import { USERNAME_SUFFIX as S } from "../../../../util/constants.js";
14
- import z from "../../../../hooks/useEverestDispatch.js";
15
- import { C as M } from "../../../../Container-urNKV7hm.js";
16
- import { T as f } from "../../../../Typography-pAaje37G.js";
17
- import { B as R } from "../../../../Box-B0YSYLco.js";
18
- import { S as v } from "../../../../Stack-k55YTxET.js";
1
+ import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
+ import { Container as I, Typography as p, Box as S, Stack as R } from "@mui/material";
3
+ import { useState as w, useEffect as f } from "react";
4
+ import { useSnackBar as b } from "../../../../hooks/useSnackBar.js";
5
+ import { u as W } from "../../../../react-redux-C7I9-1M6.js";
6
+ import _ from "../../../../hoc/withThemeProvider.js";
7
+ import { L as q } from "../../../../rr-primary-logo-CqI24c8v.js";
8
+ import D from "./storeInfo.js";
9
+ import L from "./personalInfo.js";
10
+ import T from "./summary.js";
11
+ import A from "./validateEmail.js";
12
+ import "../../../../constants-DrmtdI1J.js";
13
+ import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-DTJdu6mq.js";
14
+ import { USERNAME_SUFFIX as v } from "../../../../util/constants.js";
15
+ import M from "../../../../hooks/useEverestDispatch.js";
19
16
  const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
20
- const o = z(), t = b((s) => s.session), n = t.loader, g = t.validationError, F = t.validationField, u = t.screen, N = t.otpLoader, m = t.uuid, l = t.token, p = t.error, B = 4, { showAlertMessage: i, snackBar: k } = w(), [e, x] = I({
17
+ const o = M(), t = W((s) => s.session), a = t.loader, g = t.validationError, F = t.validationField, u = t.screen, N = t.otpLoader, m = t.uuid, l = t.token, c = t.error, k = 4, { showAlertMessage: i, snackBar: B } = b(), [e, x] = w({
21
18
  email: "",
22
19
  firstName: "",
23
20
  lastName: "",
24
21
  phone: "",
25
22
  storeName: ""
26
23
  });
27
- d(() => () => {
28
- o(L());
29
- }, []), d(() => {
24
+ f(() => () => {
25
+ o(C());
26
+ }, []), f(() => {
30
27
  m && l && (y(m, l), E(h || "/dashboard"));
31
- }, [m, l]), d(() => {
32
- p && i({ message: p });
33
- }, [p]);
34
- const c = (s) => {
35
- o(A(s));
28
+ }, [m, l]), f(() => {
29
+ c && i({ message: c });
30
+ }, [c]);
31
+ const d = (s) => {
32
+ o(U(s));
36
33
  };
37
- return /* @__PURE__ */ a(
38
- M,
34
+ return /* @__PURE__ */ n(
35
+ I,
39
36
  {
40
37
  maxWidth: "sm",
41
38
  component: "div",
@@ -48,11 +45,11 @@ const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
48
45
  alignItems: "center"
49
46
  },
50
47
  children: [
51
- k,
52
- /* @__PURE__ */ r(f, { variant: "h5", sx: { fontSize: "1.5rem", fontWeight: "700" }, children: "Welcome to" }),
53
- /* @__PURE__ */ r(R, { sx: { marginTop: "0.5rem", marginBottom: "2.25rem" }, children: /* @__PURE__ */ r("img", { alt: "RocketRamp logo", src: W, width: 440, height: 63 }) }),
54
- /* @__PURE__ */ a(
55
- R,
48
+ B,
49
+ /* @__PURE__ */ r(p, { variant: "h5", sx: { fontSize: "1.5rem", fontWeight: "700" }, children: "Welcome to" }),
50
+ /* @__PURE__ */ r(S, { sx: { marginTop: "0.5rem", marginBottom: "2.25rem" }, children: /* @__PURE__ */ r("img", { alt: "RocketRamp logo", src: q, width: 440, height: 63 }) }),
51
+ /* @__PURE__ */ n(
52
+ S,
56
53
  {
57
54
  sx: {
58
55
  flex: 1,
@@ -66,56 +63,56 @@ const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
66
63
  display: "flex"
67
64
  },
68
65
  children: [
69
- /* @__PURE__ */ r(v, { direction: "column", spacing: 1.5, children: /* @__PURE__ */ a(v, { direction: "row", gap: "0.25rem", children: [
70
- /* @__PURE__ */ a(f, { variant: "md", fontWeight: 500, children: [
66
+ /* @__PURE__ */ r(R, { direction: "column", spacing: 1.5, children: /* @__PURE__ */ n(R, { direction: "row", gap: "0.25rem", children: [
67
+ /* @__PURE__ */ n(p, { variant: "md", fontWeight: 500, children: [
71
68
  "Step ",
72
69
  u
73
70
  ] }),
74
- /* @__PURE__ */ a(f, { variant: "md", fontWeight: 200, children: [
71
+ /* @__PURE__ */ n(p, { variant: "md", fontWeight: 200, children: [
75
72
  "of ",
76
- B
73
+ k
77
74
  ] })
78
75
  ] }) }),
79
76
  {
80
77
  1: /* @__PURE__ */ r(
81
- q,
78
+ L,
82
79
  {
83
80
  showAlertMessage: i,
84
- loader: n,
81
+ loader: a,
85
82
  registerInfo: e,
86
83
  dispatch: o,
87
84
  setRegisterInfo: x,
88
- setCurrentStep: c,
85
+ setCurrentStep: d,
89
86
  validationError: g,
90
87
  validationField: F
91
88
  }
92
89
  ),
93
90
  2: /* @__PURE__ */ r(
94
- _,
91
+ D,
95
92
  {
96
93
  showAlertMessage: i,
97
- loader: n,
94
+ loader: a,
98
95
  registerInfo: e,
99
96
  setRegisterInfo: x,
100
97
  dispatch: o,
101
98
  validationError: g,
102
- setCurrentStep: c
99
+ setCurrentStep: d
103
100
  }
104
101
  ),
105
102
  3: /* @__PURE__ */ r(
106
- C,
103
+ T,
107
104
  {
108
105
  showAlertMessage: i,
109
- loader: n,
106
+ loader: a,
110
107
  registerInfo: e,
111
- setCurrentStep: c,
108
+ setCurrentStep: d,
112
109
  initRegister: () => {
113
110
  o(
114
- U({
111
+ V({
115
112
  first_name: e.firstName,
116
113
  last_name: e.lastName,
117
114
  email: e.email,
118
- storename: e.storeName + S,
115
+ storename: e.storeName + v,
119
116
  phone: "+1" + e.phone
120
117
  })
121
118
  );
@@ -123,27 +120,27 @@ const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
123
120
  }
124
121
  ),
125
122
  4: /* @__PURE__ */ r(
126
- D,
123
+ A,
127
124
  {
128
125
  showAlertMessage: i,
129
- loader: n,
126
+ loader: a,
130
127
  otpLoader: N,
131
128
  registerInfo: e,
132
129
  initVerifyRegister: (s) => {
133
130
  o(
134
- V({
131
+ j({
135
132
  first_name: e.firstName,
136
133
  last_name: e.lastName,
137
134
  email: e.email,
138
135
  // username: registerInfo.username,
139
136
  phone: "+1" + e.phone,
140
- storename: e.storeName + S,
137
+ storename: e.storeName + v,
141
138
  otp: s
142
139
  })
143
140
  );
144
141
  },
145
142
  initReSendOtp: () => {
146
- o(j(e.email));
143
+ o(z(e.email));
147
144
  }
148
145
  }
149
146
  )
@@ -154,7 +151,7 @@ const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
154
151
  ]
155
152
  }
156
153
  );
157
- }, ce = T(O);
154
+ }, me = _(O);
158
155
  export {
159
- ce as default
156
+ me as default
160
157
  };