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,35 +1,29 @@
1
- import { jsxs as u, Fragment as R, jsx as a } from "react/jsx-runtime";
1
+ import { jsxs as u, Fragment as F, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as d } from "react";
3
- import f from "../../Shared/Button/index.js";
4
- import p, { UserNameInputField as T } from "../../Shared/Input/index.js";
5
- import "../../../../constants-DREDnCMu.js";
6
- import { f as S } from "../../../../auth-WhDJHZtr.js";
7
- import { userNameRegex as L } from "../../../../util/regex.js";
8
- import { USERNAME_SUFFIX as b, USERNAME_TOOLTIP as U } from "../../../../util/constants.js";
9
- import { T as v } from "../../../../Typography-pAaje37G.js";
10
- import { B as W } from "../../../../Box-B0YSYLco.js";
11
- import { S as y } from "../../../../Stack-k55YTxET.js";
12
- import { I as E } from "../../../../InputAdornment-DMiED3JH.js";
13
- import { F as B } from "../../../../FormControl-RtZDQMdA.js";
14
- import { F as w, C as _ } from "../../../../FormControlLabel-BliKW48y.js";
15
- import { L as j } from "../../../../Link-DBA9Yifs.js";
16
- const I = ({
3
+ import { Typography as f, Box as T, Stack as b, InputAdornment as S, FormControl as U, FormControlLabel as W, Checkbox as E, Link as L } from "@mui/material";
4
+ import v from "../../Shared/Button/index.js";
5
+ import c, { UserNameInputField as w } from "../../Shared/Input/index.js";
6
+ import "../../../../constants-DrmtdI1J.js";
7
+ import { h as B } from "../../../../auth-DTJdu6mq.js";
8
+ import { userNameRegex as _ } from "../../../../util/regex.js";
9
+ import { USERNAME_SUFFIX as y, USERNAME_TOOLTIP as j } from "../../../../util/constants.js";
10
+ const J = ({
17
11
  showAlertMessage: t,
18
- loader: c,
19
- registerInfo: r,
12
+ loader: p,
13
+ registerInfo: a,
20
14
  setRegisterInfo: N,
21
15
  setCurrentStep: h,
22
16
  dispatch: P,
23
- validationError: m,
17
+ validationError: l,
24
18
  storeName: x
25
19
  }) => {
26
- const [l, g] = d(!1), [o, k] = d({
20
+ const [m, g] = d(!1), [n, k] = d({
27
21
  username: !1,
28
22
  firstName: !1,
29
23
  lastName: !1,
30
24
  phone: !1
31
- }), n = (e, s) => {
32
- e === "phone" && !/^\d*$/.test(s) || e === "username" && !L.test(s) || (N((i) => ({
25
+ }), o = (e, s) => {
26
+ e === "phone" && !/^\d*$/.test(s) || e === "username" && !_.test(s) || (N((i) => ({
33
27
  ...i,
34
28
  [e]: s
35
29
  })), k((i) => ({
@@ -37,91 +31,91 @@ const I = ({
37
31
  [e]: !0
38
32
  })));
39
33
  }, C = (e) => {
40
- if (e.preventDefault(), !r.username)
34
+ if (e.preventDefault(), !a.username)
41
35
  return t({ message: "Please provide username." }), !1;
42
- if (!r.firstName)
36
+ if (!a.firstName)
43
37
  return t({ message: "Please provide your name." }), !1;
44
- if (!r.lastName)
38
+ if (!a.lastName)
45
39
  return t({ message: "Please provide your surname." }), !1;
46
- if (!r.phone)
40
+ if (!a.phone)
47
41
  return t({ message: "Please provide your mobile number." }), !1;
48
- if (!l)
42
+ if (!m)
49
43
  return t({ message: "Please accept the privacy terms." }), !1;
50
44
  h(3);
51
- }, F = () => {
52
- r.username && P(
53
- S({
54
- email: r.email,
55
- username: r.username + b,
45
+ }, R = () => {
46
+ a.username && P(
47
+ B({
48
+ email: a.email,
49
+ username: a.username + y,
56
50
  storename: x
57
51
  })
58
52
  );
59
53
  };
60
- return /* @__PURE__ */ u(R, { children: [
61
- /* @__PURE__ */ a(v, { variant: "lg", fontWeight: "500", children: "Add your personal information" }),
62
- /* @__PURE__ */ a(v, { variant: "sm", children: "Please, provide the following information:" }),
63
- /* @__PURE__ */ a(W, { component: "form", onSubmit: C, width: "100%", children: /* @__PURE__ */ u(y, { direction: "column", gap: 2, children: [
64
- /* @__PURE__ */ a(
65
- T,
54
+ return /* @__PURE__ */ u(F, { children: [
55
+ /* @__PURE__ */ r(f, { variant: "lg", fontWeight: "500", children: "Add your personal information" }),
56
+ /* @__PURE__ */ r(f, { variant: "sm", children: "Please, provide the following information:" }),
57
+ /* @__PURE__ */ r(T, { component: "form", onSubmit: C, width: "100%", children: /* @__PURE__ */ u(b, { direction: "column", gap: 2, children: [
58
+ /* @__PURE__ */ r(
59
+ w,
66
60
  {
67
- suffix: b,
68
- value: r.username,
61
+ suffix: y,
62
+ value: a.username,
69
63
  label: "Username",
70
64
  placeholder: "Create a username",
71
- onChange: (e) => n("username", e.target.value),
72
- onBlur: F,
73
- error: o.username && !r.username || !!m,
74
- errorText: m,
65
+ onChange: (e) => o("username", e.target.value),
66
+ onBlur: R,
67
+ error: n.username && !a.username || !!l,
68
+ errorText: l,
75
69
  showInfoIcon: !0,
76
- tooltipText: U,
70
+ tooltipText: j,
77
71
  autoFocus: !0,
78
72
  fullWidth: !0
79
73
  }
80
74
  ),
81
- /* @__PURE__ */ a(
82
- p,
75
+ /* @__PURE__ */ r(
76
+ c,
83
77
  {
84
- value: r.firstName,
78
+ value: a.firstName,
85
79
  label: "First name",
86
80
  placeholder: "Enter your name",
87
- onChange: (e) => n("firstName", e.target.value),
88
- error: o.firstName && !r.firstName,
81
+ onChange: (e) => o("firstName", e.target.value),
82
+ error: n.firstName && !a.firstName,
89
83
  fullWidth: !0
90
84
  }
91
85
  ),
92
- /* @__PURE__ */ a(
93
- p,
86
+ /* @__PURE__ */ r(
87
+ c,
94
88
  {
95
- value: r.lastName,
89
+ value: a.lastName,
96
90
  label: "Last name",
97
91
  placeholder: "Enter your surname",
98
- onChange: (e) => n("lastName", e.target.value),
99
- error: o.lastName && !r.lastName,
92
+ onChange: (e) => o("lastName", e.target.value),
93
+ error: n.lastName && !a.lastName,
100
94
  fullWidth: !0
101
95
  }
102
96
  ),
103
- /* @__PURE__ */ a(
104
- p,
97
+ /* @__PURE__ */ r(
98
+ c,
105
99
  {
106
- value: r.phone,
100
+ value: a.phone,
107
101
  label: "Mobile number",
108
102
  placeholder: "Enter your mobile number",
109
- onChange: (e) => n("phone", e.target.value),
110
- error: o.phone && !r.phone,
103
+ onChange: (e) => o("phone", e.target.value),
104
+ error: n.phone && !a.phone,
111
105
  slotProps: {
112
106
  input: {
113
- startAdornment: /* @__PURE__ */ a(E, { position: "start", children: "+1" })
107
+ startAdornment: /* @__PURE__ */ r(S, { position: "start", children: "+1" })
114
108
  }
115
109
  }
116
110
  }
117
111
  ),
118
- /* @__PURE__ */ a(B, { error: !l, component: "fieldset", children: /* @__PURE__ */ a(
119
- w,
112
+ /* @__PURE__ */ r(U, { error: !m, component: "fieldset", children: /* @__PURE__ */ r(
113
+ W,
120
114
  {
121
- control: /* @__PURE__ */ a(
122
- _,
115
+ control: /* @__PURE__ */ r(
116
+ E,
123
117
  {
124
- checked: l,
118
+ checked: m,
125
119
  onChange: () => g((e) => !e),
126
120
  color: "primary"
127
121
  }
@@ -129,8 +123,8 @@ const I = ({
129
123
  label: /* @__PURE__ */ u("span", { children: [
130
124
  "I accept the",
131
125
  " ",
132
- /* @__PURE__ */ a(
133
- j,
126
+ /* @__PURE__ */ r(
127
+ L,
134
128
  {
135
129
  href: "https://www.rocket-ramp.com/page/privacy",
136
130
  target: "_blank",
@@ -142,18 +136,18 @@ const I = ({
142
136
  ] })
143
137
  }
144
138
  ) }),
145
- /* @__PURE__ */ a(
146
- f,
139
+ /* @__PURE__ */ r(
140
+ v,
147
141
  {
148
142
  type: "submit",
149
143
  fullWidth: !0,
150
- disabled: !!m || c,
151
- isLoading: c,
144
+ disabled: !!l || p,
145
+ isLoading: p,
152
146
  children: "Submit"
153
147
  }
154
148
  ),
155
- /* @__PURE__ */ a(y, { direction: "row", alignItems: "flex-start", children: /* @__PURE__ */ a(
156
- f,
149
+ /* @__PURE__ */ r(b, { direction: "row", alignItems: "flex-start", children: /* @__PURE__ */ r(
150
+ v,
157
151
  {
158
152
  isText: !0,
159
153
  onClick: () => h(1),
@@ -166,5 +160,5 @@ const I = ({
166
160
  ] });
167
161
  };
168
162
  export {
169
- I as default
163
+ J as default
170
164
  };
@@ -1,10 +1,8 @@
1
- import { jsxs as i, Fragment as d, jsx as e } from "react/jsx-runtime";
2
- import t from "../../Shared/Button/index.js";
3
- import { USERNAME_SUFFIX as u } from "../../../../util/constants.js";
4
- import { T as m } from "../../../../Typography-pAaje37G.js";
5
- import { S as o } from "../../../../Stack-k55YTxET.js";
6
- import { B as p } from "../../../../Box-B0YSYLco.js";
7
- const l = ({ label: r, value: a }) => /* @__PURE__ */ i(p, { children: [
1
+ import { jsxs as r, Fragment as s, jsx as e } from "react/jsx-runtime";
2
+ import { Typography as o, Stack as t, Box as u } from "@mui/material";
3
+ import n from "../../Shared/Button/index.js";
4
+ import { USERNAME_SUFFIX as h } from "../../../../util/constants.js";
5
+ const l = ({ label: i, value: a }) => /* @__PURE__ */ r(u, { children: [
8
6
  /* @__PURE__ */ e(
9
7
  "label",
10
8
  {
@@ -13,24 +11,24 @@ const l = ({ label: r, value: a }) => /* @__PURE__ */ i(p, { children: [
13
11
  fontWeight: 400,
14
12
  color: "#1A202C"
15
13
  },
16
- children: r
14
+ children: i
17
15
  }
18
16
  ),
19
- /* @__PURE__ */ e(m, { variant: "md", children: a })
20
- ] }), x = ({
21
- loader: r,
17
+ /* @__PURE__ */ e(o, { variant: "md", children: a })
18
+ ] }), v = ({
19
+ loader: i,
22
20
  registerInfo: a,
23
- setCurrentStep: n,
21
+ setCurrentStep: m,
24
22
  storeName: c,
25
- initRegister: s
26
- }) => /* @__PURE__ */ i(d, { children: [
27
- /* @__PURE__ */ e(m, { variant: "lg", fontWeight: "500", children: "Before proceeding, please check and confirm your personal information" }),
28
- /* @__PURE__ */ i(o, { direction: "column", gap: 2, children: [
23
+ initRegister: d
24
+ }) => /* @__PURE__ */ r(s, { children: [
25
+ /* @__PURE__ */ e(o, { variant: "lg", fontWeight: "500", children: "Before proceeding, please check and confirm your personal information" }),
26
+ /* @__PURE__ */ r(t, { direction: "column", gap: 2, children: [
29
27
  /* @__PURE__ */ e(
30
28
  l,
31
29
  {
32
30
  label: "Username",
33
- value: a.username + u
31
+ value: a.username + h
34
32
  }
35
33
  ),
36
34
  /* @__PURE__ */ e(l, { label: "Storename", value: c }),
@@ -39,19 +37,19 @@ const l = ({ label: r, value: a }) => /* @__PURE__ */ i(p, { children: [
39
37
  /* @__PURE__ */ e(l, { label: "Mobile Number", value: "+1" + a.phone }),
40
38
  /* @__PURE__ */ e(l, { label: "Email Address", value: a.email }),
41
39
  /* @__PURE__ */ e(
42
- t,
40
+ n,
43
41
  {
44
- isLoading: r,
45
- disabled: r,
46
- onClick: s,
42
+ isLoading: i,
43
+ disabled: i,
44
+ onClick: d,
47
45
  children: "Submit"
48
46
  }
49
47
  ),
50
- /* @__PURE__ */ e(o, { direction: "row", alignItems: "flex-start", children: /* @__PURE__ */ e(
51
- t,
48
+ /* @__PURE__ */ e(t, { direction: "row", alignItems: "flex-start", children: /* @__PURE__ */ e(
49
+ n,
52
50
  {
53
51
  isText: !0,
54
- onClick: () => n(2),
52
+ onClick: () => m(2),
55
53
  sx: { fontWeight: 500, padding: 0 },
56
54
  customSize: "small",
57
55
  children: "Go back and edit"
@@ -60,5 +58,5 @@ const l = ({ label: r, value: a }) => /* @__PURE__ */ i(p, { children: [
60
58
  ] })
61
59
  ] });
62
60
  export {
63
- x as default
61
+ v as default
64
62
  };
@@ -1,12 +1,10 @@
1
1
  import { jsxs as r, Fragment as R, jsx as t } from "react/jsx-runtime";
2
+ import { Typography as a, Box as P, Stack as d } from "@mui/material";
2
3
  import h from "../../Shared/Button/index.js";
3
- import P from "../../Shared/Input/index.js";
4
- import { useState as l, useEffect as u } from "react";
4
+ import C from "../../Shared/Input/index.js";
5
+ import { useState as s, useEffect as u } from "react";
5
6
  import { RESEND_EMAIL_TIMER as f } from "../../../../util/constants.js";
6
- import { T as a } from "../../../../Typography-pAaje37G.js";
7
- import { B as C } from "../../../../Box-B0YSYLco.js";
8
- import { S as d } from "../../../../Stack-k55YTxET.js";
9
- const _ = ({
7
+ const D = ({
10
8
  showAlertMessage: o,
11
9
  loader: p,
12
10
  otpLoader: g,
@@ -14,25 +12,25 @@ const _ = ({
14
12
  initVerifyRegister: y,
15
13
  initRegister: E
16
14
  }) => {
17
- const [e, S] = l(""), [x, c] = l(!1), [n, m] = l(f);
15
+ const [e, x] = s(""), [S, c] = s(!1), [i, m] = s(f);
18
16
  u(() => {
19
- if (n === 0) return;
20
- const i = setInterval(() => {
21
- m((s) => s - 1);
17
+ if (i === 0) return;
18
+ const n = setInterval(() => {
19
+ m((l) => l - 1);
22
20
  }, 1e3);
23
- return () => clearInterval(i);
24
- }, [n]), u(() => {
21
+ return () => clearInterval(n);
22
+ }, [i]), u(() => {
25
23
  c(e ? e.length !== 6 : !1);
26
24
  }, [e]);
27
- const T = () => {
25
+ const b = () => {
28
26
  E(), m(f), o({
29
27
  message: "A new OTP has been send to the given email address.",
30
28
  type: "success",
31
29
  duration: 6e3
32
30
  });
33
- }, b = (i) => {
34
- const s = Math.floor(i / 60), I = i % 60;
35
- return `${String(s).padStart(2, "0")}:${String(
31
+ }, T = (n) => {
32
+ const l = Math.floor(n / 60), I = n % 60;
33
+ return `${String(l).padStart(2, "0")}:${String(
36
34
  I
37
35
  ).padStart(2, "0")}`;
38
36
  }, k = () => {
@@ -49,34 +47,34 @@ const _ = ({
49
47
  v.email,
50
48
  " and enter the code in the field below within the next 5 minutes."
51
49
  ] }),
52
- /* @__PURE__ */ r(C, { width: "100%", children: [
50
+ /* @__PURE__ */ r(P, { width: "100%", children: [
53
51
  /* @__PURE__ */ t(d, { direction: "column", spacing: 2, children: /* @__PURE__ */ t(
54
- P,
52
+ C,
55
53
  {
56
54
  value: e,
57
55
  label: "Enter code",
58
56
  placeholder: "Enter code sent via Email",
59
- onChange: (i) => S(i.target.value),
57
+ onChange: (n) => x(n.target.value),
60
58
  inputProps: { maxLength: 6 },
61
- error: x,
59
+ error: S,
62
60
  fullWidth: !0
63
61
  }
64
62
  ) }),
65
63
  /* @__PURE__ */ r(d, { direction: "column", alignItems: "center", spacing: 2, my: "1.2rem", children: [
66
64
  /* @__PURE__ */ t(a, { variant: "body1", children: "Didn't receive the code?" }),
67
- n > 0 && /* @__PURE__ */ r(a, { variant: "body2", mt: 1, children: [
65
+ i > 0 && /* @__PURE__ */ r(a, { variant: "body2", mt: 1, children: [
68
66
  " ",
69
67
  "You can ask for another one in ",
70
- b(n)
68
+ T(i)
71
69
  ] }),
72
70
  /* @__PURE__ */ t(
73
71
  h,
74
72
  {
75
- onClick: T,
73
+ onClick: b,
76
74
  customSize: "medium",
77
75
  isText: !0,
78
76
  sx: { padding: "0px", height: "2rem" },
79
- disabled: n > 0,
77
+ disabled: i > 0,
80
78
  isLoading: g,
81
79
  children: "Resend Email"
82
80
  }
@@ -96,5 +94,5 @@ const _ = ({
96
94
  ] });
97
95
  };
98
96
  export {
99
- _ as default
97
+ D as default
100
98
  };
@@ -1,26 +1,24 @@
1
- import { jsxs as i, jsx as r, Fragment as u } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as s, Fragment as p } from "react/jsx-runtime";
2
+ import { Box as a, Typography as n, CircularProgress as h } from "@mui/material";
2
3
  import f from "../../../hoc/withThemeProvider.js";
3
- import h from "../Shared/Button/index.js";
4
- import { u as g } from "../../../react-redux-C7I9-1M6.js";
5
- import { useEffect as a } from "react";
6
- import "../../../constants-DREDnCMu.js";
7
- import { e as w } from "../../../auth-WhDJHZtr.js";
8
- import { useSnackBarContext as x } from "../../../context/snackBarContext.js";
9
- import b from "../../../hooks/useEverestDispatch.js";
10
- import { B as n } from "../../../Box-B0YSYLco.js";
11
- import { T as c } from "../../../Typography-pAaje37G.js";
12
- import { C as y } from "../../../CircularProgress-xZA3lvba.js";
4
+ import g from "../Shared/Button/index.js";
5
+ import { u as w } from "../../../react-redux-C7I9-1M6.js";
6
+ import { useEffect as c } from "react";
7
+ import "../../../constants-DrmtdI1J.js";
8
+ import { g as x } from "../../../auth-DTJdu6mq.js";
9
+ import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
10
+ import y from "../../../hooks/useEverestDispatch.js";
13
11
  const P = ({ onComplete: m, type: d }) => {
14
- const { showAlertMessage: o } = x(), l = b(), s = g((p) => p.session), t = s.loader, e = s.error;
15
- return a(() => {
12
+ const { showAlertMessage: o } = b(), l = y(), r = w((u) => u.session), t = r.loader, e = r.error;
13
+ return c(() => {
16
14
  e && o({ message: e });
17
- }, [e]), a(() => {
18
- s.resetPasswordSuccess && (o({
15
+ }, [e]), c(() => {
16
+ r.resetPasswordSuccess && (o({
19
17
  message: "Reset Password has been done successfully.",
20
18
  type: "success"
21
19
  }), m());
22
- }, [s.resetPasswordSuccess]), /* @__PURE__ */ i(
23
- n,
20
+ }, [r.resetPasswordSuccess]), /* @__PURE__ */ i(
21
+ a,
24
22
  {
25
23
  sx: {
26
24
  padding: { xs: "1rem", md: "2rem" },
@@ -29,18 +27,18 @@ const P = ({ onComplete: m, type: d }) => {
29
27
  boxShadow: "0px 0px 64px 0px rgba(247, 247, 248, 1)"
30
28
  },
31
29
  children: [
32
- /* @__PURE__ */ r(c, { variant: "4xl", fontWeight: 600, children: /* @__PURE__ */ r("b", { children: "Reset Password" }) }),
33
- /* @__PURE__ */ r(c, { variant: "md", children: 'To reset your password, simply click on the "reset password" button, and you will shortly receive an email containing a new password for your Orion Stars account.' }),
34
- /* @__PURE__ */ r(n, { mt: 4, children: /* @__PURE__ */ r(h, { onClick: () => {
35
- t || l(w(d));
36
- }, fullWidth: !0, children: /* @__PURE__ */ r("strong", { children: t ? /* @__PURE__ */ i(u, { children: [
37
- /* @__PURE__ */ r(y, { size: 15, color: "inherit" }),
30
+ /* @__PURE__ */ s(n, { variant: "4xl", fontWeight: 600, children: /* @__PURE__ */ s("b", { children: "Reset Password" }) }),
31
+ /* @__PURE__ */ s(n, { variant: "md", children: 'To reset your password, simply click on the "reset password" button, and you will shortly receive an email containing a new password for your Orion Stars account.' }),
32
+ /* @__PURE__ */ s(a, { mt: 4, children: /* @__PURE__ */ s(g, { onClick: () => {
33
+ t || l(x(d));
34
+ }, fullWidth: !0, children: /* @__PURE__ */ s("strong", { children: t ? /* @__PURE__ */ i(p, { children: [
35
+ /* @__PURE__ */ s(h, { size: 15, color: "inherit" }),
38
36
  " Processing..."
39
37
  ] }) : "Submit" }) }) })
40
38
  ]
41
39
  }
42
40
  );
43
- }, z = f(P);
41
+ }, W = f(P);
44
42
  export {
45
- z as default
43
+ W as default
46
44
  };
@@ -1,15 +1,14 @@
1
- import { jsx as t, jsxs as s } from "react/jsx-runtime";
2
- import { B as d } from "../../../../Button-Df4vgU24.js";
3
- import { C as m } from "../../../../CircularProgress-xZA3lvba.js";
4
- const f = ({
1
+ import { jsx as a, jsxs as s } from "react/jsx-runtime";
2
+ import { Button as d, CircularProgress as x } from "@mui/material";
3
+ const m = ({
5
4
  children: o,
6
- variant: r = "contained",
7
- sx: e = {},
5
+ variant: e = "contained",
6
+ sx: r = {},
8
7
  customSize: n = "medium",
9
8
  isText: i = !1,
10
9
  isLoading: l = !1,
11
- ...a
12
- }) => i ? /* @__PURE__ */ t(
10
+ ...t
11
+ }) => i ? /* @__PURE__ */ a(
13
12
  d,
14
13
  {
15
14
  variant: "text",
@@ -27,9 +26,9 @@ const f = ({
27
26
  "&:focus": {
28
27
  background: "none"
29
28
  },
30
- ...e
29
+ ...r
31
30
  },
32
- ...a,
31
+ ...t,
33
32
  children: o
34
33
  }
35
34
  ) : /* @__PURE__ */ s(
@@ -37,7 +36,7 @@ const f = ({
37
36
  {
38
37
  fullWidth: !0,
39
38
  disableRipple: !0,
40
- variant: r,
39
+ variant: e,
41
40
  sx: {
42
41
  textTransform: "none",
43
42
  height: n === "small" ? "2rem" : "3rem",
@@ -62,14 +61,14 @@ const f = ({
62
61
  boxShadow: "none"
63
62
  }
64
63
  },
65
- ...e
64
+ ...r
66
65
  },
67
- ...a,
66
+ ...t,
68
67
  children: [
69
- l && /* @__PURE__ */ t(
70
- m,
68
+ l && /* @__PURE__ */ a(
69
+ x,
71
70
  {
72
- color: r === "outlined" ? "primary" : "secondary",
71
+ color: e === "outlined" ? "primary" : "secondary",
73
72
  size: 20
74
73
  }
75
74
  ),
@@ -78,5 +77,5 @@ const f = ({
78
77
  }
79
78
  );
80
79
  export {
81
- f as default
80
+ m as default
82
81
  };
@@ -1,39 +1,36 @@
1
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
2
- import { M as s } from "../../../../tooltip-3UvETWtS.js";
3
- import { F as c } from "../../../../FormControl-RtZDQMdA.js";
4
- import { I as x } from "../../../../IconButton-DHm-hucF.js";
5
- import { I as f } from "../../../../Info-BVeUSPyk.js";
6
- import { T as u, F as l } from "../../../../TextField-DPpRUQe3.js";
7
- import { I as g } from "../../../../InputAdornment-DMiED3JH.js";
8
- const I = ({
1
+ import { jsxs as p, jsx as o } from "react/jsx-runtime";
2
+ import { Info as x } from "@mui/icons-material";
3
+ import { FormControl as c, IconButton as s, TextField as u, FormHelperText as m, InputAdornment as f } from "@mui/material";
4
+ import { M as g } from "../../../../tooltip-BW0UyWw7.js";
5
+ const h = ({
9
6
  label: t,
10
- highlightedLabel: i,
11
- error: r,
7
+ highlightedLabel: r,
8
+ error: i,
12
9
  errorText: e,
13
10
  helperText: d,
14
- backgroundColor: p,
15
- labelFontWeight: m,
11
+ backgroundColor: a,
12
+ labelFontWeight: l,
16
13
  ...n
17
- }) => /* @__PURE__ */ a(c, { fullWidth: !0, variant: "outlined", error: r, children: [
18
- t && /* @__PURE__ */ a(
14
+ }) => /* @__PURE__ */ p(c, { fullWidth: !0, variant: "outlined", error: i, children: [
15
+ t && /* @__PURE__ */ p(
19
16
  "label",
20
17
  {
21
18
  style: {
22
- fontSize: i ? "1.125rem" : "0.75rem",
23
- fontWeight: m || 400,
24
- color: i ? "black" : "#1A202C",
19
+ fontSize: r ? "1.125rem" : "0.75rem",
20
+ fontWeight: l || 400,
21
+ color: r ? "black" : "#1A202C",
25
22
  marginBottom: "0.2rem"
26
23
  },
27
24
  children: [
28
25
  t,
29
26
  " ",
30
27
  n.required ? "*" : null,
31
- n.showInfoIcon && /* @__PURE__ */ o(s, { title: n.tooltipText, placement: "top", children: /* @__PURE__ */ o(
32
- x,
28
+ n.showInfoIcon && /* @__PURE__ */ o(g, { title: n.tooltipText, placement: "top", children: /* @__PURE__ */ o(
29
+ s,
33
30
  {
34
31
  className: "info-fee-icon",
35
32
  sx: { padding: 0, paddingLeft: "5px", paddingBottom: "3px" },
36
- children: /* @__PURE__ */ o(f, { style: { fontSize: "14px" } })
33
+ children: /* @__PURE__ */ o(x, { style: { fontSize: "14px" } })
37
34
  }
38
35
  ) })
39
36
  ]
@@ -45,17 +42,17 @@ const I = ({
45
42
  variant: "outlined",
46
43
  fullWidth: !0,
47
44
  sx: {
48
- backgroundColor: p ?? "white",
49
- borderColor: r ? "red" : "#1A202C"
45
+ backgroundColor: a ?? "white",
46
+ borderColor: i ? "red" : "#1A202C"
50
47
  },
51
- error: r,
48
+ error: i,
52
49
  ...n
53
50
  }
54
51
  ),
55
- e && /* @__PURE__ */ o(l, { sx: { color: "red", margin: "5px 0px" }, children: e }),
56
- d && /* @__PURE__ */ o(l, { sx: { color: "#718096", margin: "5px 0px" }, children: d })
57
- ] }), B = (t) => /* @__PURE__ */ o(
58
- I,
52
+ e && /* @__PURE__ */ o(m, { sx: { color: "red", margin: "5px 0px" }, children: e }),
53
+ d && /* @__PURE__ */ o(m, { sx: { color: "#718096", margin: "5px 0px" }, children: d })
54
+ ] }), A = (t) => /* @__PURE__ */ o(
55
+ h,
59
56
  {
60
57
  ...t,
61
58
  inputProps: {
@@ -68,7 +65,7 @@ const I = ({
68
65
  padding: 0
69
66
  },
70
67
  endAdornment: /* @__PURE__ */ o(
71
- g,
68
+ f,
72
69
  {
73
70
  sx: {
74
71
  backgroundColor: "#f0f0f0",
@@ -86,6 +83,6 @@ const I = ({
86
83
  }
87
84
  );
88
85
  export {
89
- B as UserNameInputField,
90
- I as default
86
+ A as UserNameInputField,
87
+ h as default
91
88
  };