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,31 +1,29 @@
1
- import { jsxs as f, Fragment as C, jsx as l } from "react/jsx-runtime";
2
- import x from "../Shared/appButton.js";
3
- import { useRef as S, useState as g, createRef as A } from "react";
4
- import w from "./input.js";
1
+ import { jsxs as m, Fragment as C, jsx as l } from "react/jsx-runtime";
2
+ import { Box as S, InputAdornment as x, IconButton as u } from "@mui/material";
3
+ import g from "../Shared/appButton.js";
4
+ import { useRef as _, useState as A, createRef as w } from "react";
5
+ import b from "./input.js";
5
6
  import "../../../index-DlQqWbXG.js";
6
7
  import "../../../hoc/withThemeProvider.js";
7
- import "../Shared/Auth/otpForm.js";
8
- import "../../../constants-DREDnCMu.js";
8
+ import "../../../otpForm-fiNqeB5H.js";
9
+ import "../../../constants-DrmtdI1J.js";
9
10
  import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
10
- import b from "../../../hooks/useEverestDispatch.js";
11
+ import v from "../../../hooks/useEverestDispatch.js";
11
12
  import "../../../util/conversions.js";
12
13
  import "../../../index-CAoLi5Qq.js";
13
- import { C as v } from "../../../Close-CNwiMz_O.js";
14
+ import { C as L } from "../../../Close-DSxLLo08.js";
14
15
  import "../../../react-webcam-B3cXh1XT.js";
15
16
  import "../../Shared/transition.js";
16
- import "../../../tooltip-3UvETWtS.js";
17
- import "../Shared/pin.js";
17
+ import "../../../tooltip-BW0UyWw7.js";
18
18
  import "../../../moment-h96o7c8I.js";
19
19
  import "../../../index.esm-BsMAMhYW.js";
20
20
  import "../../../web3-u4qDZYpo.js";
21
21
  import "../../../index-ceeCtFuh.js";
22
- import { C as L, a as T } from "../../../FileDownload-Bt3R_NBr.js";
22
+ import { C as T, a as q } from "../../../FileDownload-DqREXR3D.js";
23
23
  import "../../../index.esm-I_Bp2YLf.js";
24
24
  import "../../../context/dialogContext.js";
25
- import { B as _ } from "../../../Box-B0YSYLco.js";
26
- import { I as q } from "../../../InputAdornment-DMiED3JH.js";
27
- import { I as u } from "../../../IconButton-DHm-hucF.js";
28
- const me = ({ onNext: p, eddData: r }) => {
25
+ import "@mui/icons-material";
26
+ const ne = ({ onNext: c, eddData: r }) => {
29
27
  const O = {
30
28
  ID_CARD: {
31
29
  text: r.ID_CARD.text,
@@ -60,47 +58,47 @@ const me = ({ onNext: p, eddData: r }) => {
60
58
  multiFile: !1
61
59
  }
62
60
  };
63
- b();
64
- const { showAlertMessage: c } = I(), R = S(null), [o, n] = g(O), a = Object.keys(r), d = S(
65
- a.reduce((t, e) => (t[e] = A(), t), {})
61
+ v();
62
+ const { showAlertMessage: p } = I(), R = _(null), [o, n] = A(O), a = Object.keys(r), d = _(
63
+ a.reduce((t, e) => (t[e] = w(), t), {})
66
64
  ), h = () => {
67
65
  for (const t of Object.keys(o)) {
68
66
  const e = o[t];
69
67
  if (e.required) {
70
68
  const i = e.text.trim() !== "", s = e.file.length > 0;
71
69
  if (!i)
72
- return c({
70
+ return p({
73
71
  message: `Please fill in "${e.label}" text.`
74
72
  }), !1;
75
73
  if (!s)
76
- return c({
74
+ return p({
77
75
  message: `Please upload file for "${e.label}".`
78
76
  }), !1;
79
77
  }
80
78
  }
81
79
  return !0;
82
80
  }, D = () => {
83
- h() && p && p(o);
81
+ h() && c && c(o);
84
82
  }, E = (t, e) => {
85
83
  const i = t.target.files;
86
84
  !i || i.length === 0 || Array.from(i).map((s) => {
87
85
  const U = URL.createObjectURL(s);
88
- n((m) => {
89
- const F = m[e].file || [];
86
+ n((f) => {
87
+ const F = f[e].file || [];
90
88
  return {
91
- ...m,
89
+ ...f,
92
90
  [e]: {
93
- ...m[e],
91
+ ...f[e],
94
92
  preview: [...F, U]
95
93
  }
96
94
  };
97
95
  });
98
96
  });
99
97
  };
100
- return /* @__PURE__ */ f(C, { children: [
101
- /* @__PURE__ */ l("form", { style: { height: "350px", overflowY: "scroll" }, ref: R, children: a.map((t) => /* @__PURE__ */ f(_, { mt: 2, children: [
98
+ return /* @__PURE__ */ m(C, { children: [
99
+ /* @__PURE__ */ l("form", { style: { height: "350px", overflowY: "scroll" }, ref: R, children: a.map((t) => /* @__PURE__ */ m(S, { mt: 2, children: [
102
100
  /* @__PURE__ */ l(
103
- w,
101
+ b,
104
102
  {
105
103
  label: o[t].label,
106
104
  value: o[t].text,
@@ -110,7 +108,7 @@ const me = ({ onNext: p, eddData: r }) => {
110
108
  })),
111
109
  slotProps: {
112
110
  input: {
113
- endAdornment: /* @__PURE__ */ l(q, { position: "end", children: o[t].file.length > 0 ? /* @__PURE__ */ f(C, { children: [
111
+ endAdornment: /* @__PURE__ */ l(x, { position: "end", children: o[t].file.length > 0 ? /* @__PURE__ */ m(C, { children: [
114
112
  /* @__PURE__ */ l(
115
113
  u,
116
114
  {
@@ -119,7 +117,7 @@ const me = ({ onNext: p, eddData: r }) => {
119
117
  [t]: { ...e[t], file: [] }
120
118
  })),
121
119
  edge: "end",
122
- children: /* @__PURE__ */ l(v, {})
120
+ children: /* @__PURE__ */ l(L, {})
123
121
  }
124
122
  ),
125
123
  o[t].preview.map((e, i) => /* @__PURE__ */ l(
@@ -127,7 +125,7 @@ const me = ({ onNext: p, eddData: r }) => {
127
125
  {
128
126
  onClick: () => window.open(e),
129
127
  edge: "end",
130
- children: /* @__PURE__ */ l(L, {})
128
+ children: /* @__PURE__ */ l(T, {})
131
129
  },
132
130
  i
133
131
  ))
@@ -139,7 +137,7 @@ const me = ({ onNext: p, eddData: r }) => {
139
137
  return (i = (e = d.current[t]) == null ? void 0 : e.current) == null ? void 0 : i.click();
140
138
  },
141
139
  edge: "end",
142
- children: /* @__PURE__ */ l(T, {})
140
+ children: /* @__PURE__ */ l(q, {})
143
141
  }
144
142
  ) })
145
143
  }
@@ -160,9 +158,9 @@ const me = ({ onNext: p, eddData: r }) => {
160
158
  }
161
159
  )
162
160
  ] }, t)) }),
163
- /* @__PURE__ */ l(_, { mt: 3.5, children: /* @__PURE__ */ l(x, { fullWidth: !0, onClick: D, children: "Submit" }) })
161
+ /* @__PURE__ */ l(S, { mt: 3.5, children: /* @__PURE__ */ l(g, { fullWidth: !0, onClick: D, children: "Submit" }) })
164
162
  ] });
165
163
  };
166
164
  export {
167
- me as default
165
+ ne as default
168
166
  };
@@ -1,46 +1,41 @@
1
- import { jsxs as l, Fragment as H, jsx as o } from "react/jsx-runtime";
2
- import z from "../../../hoc/withThemeProvider.js";
3
- import { useState as m, useEffect as _ } from "react";
4
- import j from "../../Shared/transition.js";
5
- import { C as X } from "../../../Close-CNwiMz_O.js";
6
- import q from "./kycType.js";
7
- import { BACK_ARROW as Z, INDIVIDUAL_KYC_TYPE as J, KYC_BETWEEN_TRANSATION as w, ORGANIZATION_KYC_TYPE as Q, KYC_UNDER_TRANSATION as $ } from "../../../util/constants.js";
8
- import ee from "./individualKyc.js";
9
- import te from "../../Shared/MinimalKyc/index.js";
10
- import oe from "./kybIntro.js";
11
- import re from "./kybTerms.js";
12
- import se from "./orgInfo.js";
13
- import ie from "./orgDetails.js";
14
- import ae from "./verify.js";
15
- import ne from "./success.js";
16
- import { K as ce, a as F, b as y, c as h, d as me, e as pe, f as le } from "../../../constants-DREDnCMu.js";
17
- import { r as u, k as fe } from "../../../kyc-D4s_B9Cf.js";
18
- import { u as b } from "../../../react-redux-C7I9-1M6.js";
19
- import Te from "../../Shared/loader.js";
1
+ import { jsxs as p, Fragment as H, jsx as o } from "react/jsx-runtime";
2
+ import { useTheme as z, Dialog as j, DialogTitle as X, Box as q, IconButton as F, Typography as Z, DialogContent as J } from "@mui/material";
3
+ import Q from "../../../hoc/withThemeProvider.js";
4
+ import { useState as l, useEffect as _ } from "react";
5
+ import $ from "../../Shared/transition.js";
6
+ import { C as ee } from "../../../Close-DSxLLo08.js";
7
+ import te from "./kycType.js";
8
+ import { BACK_ARROW as oe, INDIVIDUAL_KYC_TYPE as re, KYC_BETWEEN_TRANSATION as w, ORGANIZATION_KYC_TYPE as se, KYC_UNDER_TRANSATION as ie } from "../../../util/constants.js";
9
+ import ae from "./individualKyc.js";
10
+ import ne from "../../Shared/MinimalKyc/index.js";
11
+ import ce from "./kybIntro.js";
12
+ import le from "./kybTerms.js";
13
+ import me from "./orgInfo.js";
14
+ import pe from "./orgDetails.js";
15
+ import fe from "./verify.js";
16
+ import Te from "./success.js";
17
+ import { K as _e, a as y, b as h, c as b, d as ue, e as Ce, f as de } from "../../../constants-DrmtdI1J.js";
18
+ import { r as u, k as De } from "../../../kyc-ksV3vBP_.js";
19
+ import { u as K } from "../../../react-redux-C7I9-1M6.js";
20
+ import Oe from "../../Shared/loader.js";
20
21
  import "../../../index-DlQqWbXG.js";
21
- import _e from "../Shared/appButton.js";
22
- import "../Shared/Auth/otpForm.js";
23
- import { useSnackBarContext as ue } from "../../../context/snackBarContext.js";
24
- import Ce from "../../../hooks/useEverestDispatch.js";
22
+ import Ee from "../Shared/appButton.js";
23
+ import "../../../otpForm-fiNqeB5H.js";
24
+ import { useSnackBarContext as Ne } from "../../../context/snackBarContext.js";
25
+ import Ae from "../../../hooks/useEverestDispatch.js";
25
26
  import "../../../util/conversions.js";
26
27
  import "../../../index-CAoLi5Qq.js";
27
28
  import "../../../react-webcam-B3cXh1XT.js";
28
- import "../../../tooltip-3UvETWtS.js";
29
- import "../Shared/pin.js";
29
+ import "../../../tooltip-BW0UyWw7.js";
30
30
  import "../../../moment-h96o7c8I.js";
31
31
  import "../../../index.esm-BsMAMhYW.js";
32
32
  import "../../../web3-u4qDZYpo.js";
33
33
  import "../../../index-ceeCtFuh.js";
34
- import { F as K } from "../../../index-B3HnUBnB.js";
34
+ import { F as g } from "../../../index-BBFbUCRZ.js";
35
35
  import "../../../context/dialogContext.js";
36
- import { u as De } from "../../../useTheme-BQJ5lp0i.js";
37
- import { D as de, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
38
- import { D as Ee } from "../../../DialogTitle-CfS0bb2K.js";
39
- import { B as Ne } from "../../../Box-B0YSYLco.js";
40
- import { I as g } from "../../../IconButton-DHm-hucF.js";
41
- import { T as Ae } from "../../../Typography-pAaje37G.js";
36
+ import "@mui/icons-material";
42
37
  const C = {
43
- type: J,
38
+ type: re,
44
39
  transactAmount: w,
45
40
  orgName: "",
46
41
  orgOtherName: "",
@@ -127,24 +122,24 @@ const C = {
127
122
  preview: []
128
123
  }
129
124
  }, Ie = ({
130
- configurationId: D,
131
- incodeApiKey: d,
125
+ configurationId: d,
126
+ incodeApiKey: D,
132
127
  incodeApiUrl: O,
133
128
  incodeOnBoardingUrl: E
134
129
  }) => {
135
- const N = De(), p = Ce(), { showAlertMessage: U } = ue(), s = b((t) => t.user.kyc);
136
- b(
130
+ const N = z(), m = Ae(), { showAlertMessage: U } = Ne(), s = K((t) => t.user.kyc);
131
+ K(
137
132
  (t) => t.user.profile
138
133
  );
139
- const f = s.error, A = s.processComplete, [k, T] = m(!1), [a, r] = m(1), [e, c] = m(C);
140
- m(Se);
141
- const [S, M] = m(!1);
134
+ const f = s.error, A = s.processComplete, [k, T] = l(!1), [a, r] = l(1), [e, c] = l(C);
135
+ l(Se);
136
+ const [S, M] = l(!1);
142
137
  _(() => {
143
138
  f && U({ message: f });
144
139
  }, [f]), _(() => {
145
140
  A && r(10);
146
141
  }, [A]), _(() => () => {
147
- p(u());
142
+ m(u());
148
143
  }, []);
149
144
  const L = () => {
150
145
  let t;
@@ -163,9 +158,9 @@ const C = {
163
158
  }
164
159
  r(t);
165
160
  }, Y = (t) => {
166
- c({ ...e, type: t }), r(t === Q ? 5 : (i) => i + 1);
161
+ c({ ...e, type: t }), r(t === se ? 5 : (i) => i + 1);
167
162
  }, v = (t) => {
168
- c({ ...e, transactAmount: t }), r(t === $ ? 3 : t === w ? 11 : 4);
163
+ c({ ...e, transactAmount: t }), r(t === ie ? 3 : t === w ? 11 : 4);
169
164
  }, I = () => {
170
165
  r((t) => t + 1);
171
166
  }, P = (t) => {
@@ -202,11 +197,11 @@ const C = {
202
197
  },
203
198
  documents: t
204
199
  };
205
- p(fe(i));
200
+ m(De(i));
206
201
  }, x = () => {
207
202
  a > 1 && a !== 10 ? window.confirm(
208
203
  "Are you sure you want to close this? All progress will be lost."
209
- ) && (T(!1), p(u()), r(1), c(C)) : (T(!1), p(u()), r(1), c(C));
204
+ ) && (T(!1), m(u()), r(1), c(C)) : (T(!1), m(u()), r(1), c(C));
210
205
  };
211
206
  let n;
212
207
  switch (a) {
@@ -228,26 +223,26 @@ const C = {
228
223
  default:
229
224
  n = "KYC Onboarding";
230
225
  }
231
- return /* @__PURE__ */ l(H, { children: [
232
- s.status !== "" && s.status !== ce && // ((userProfile.memberType === MEMBER_TYPE_INDIVIDUAL &&
226
+ return /* @__PURE__ */ p(H, { children: [
227
+ s.status !== "" && s.status !== _e && // ((userProfile.memberType === MEMBER_TYPE_INDIVIDUAL &&
233
228
  // kycStoreData.status !== KYC_STATUS_FULL_EDD) ||
234
229
  // (userProfile.memberType === MEMBER_TYPE_ORGANIZATIONAL &&
235
230
  // kycStoreData.status !== KYC_STATUS_FULL_KYC)) && (
236
231
  /* @__PURE__ */ o(
237
- _e,
232
+ Ee,
238
233
  {
239
234
  onClick: () => T(!0),
240
- disabled: s.status === F,
241
- sx: s.status === y ? {
235
+ disabled: s.status === y,
236
+ sx: s.status === h ? {
242
237
  background: "#DC143C !important",
243
238
  borderColor: "#DC143C !important",
244
239
  color: "#FFFFFF !important"
245
240
  } : void 0,
246
- children: s.status === F ? "KYC Pending" : s.status === y ? "KYC Failed" : s.status === h ? "Start EDD" : "Start KYC"
241
+ children: s.status === y ? "KYC Pending" : s.status === h ? "KYC Failed" : s.status === b ? "Start EDD" : "Start KYC"
247
242
  }
248
243
  ),
249
- /* @__PURE__ */ l(
250
- de,
244
+ /* @__PURE__ */ p(
245
+ j,
251
246
  {
252
247
  open: k,
253
248
  fullWidth: !0,
@@ -258,55 +253,55 @@ const C = {
258
253
  }
259
254
  }
260
255
  },
261
- TransitionComponent: j,
256
+ TransitionComponent: $,
262
257
  children: [
263
258
  /* @__PURE__ */ o(
264
- Ee,
259
+ X,
265
260
  {
266
261
  sx: {
267
262
  background: "#FFFFFF",
268
263
  borderBottom: "0.5px solid #D0D0D0",
269
264
  height: "68px"
270
265
  },
271
- children: /* @__PURE__ */ l(Ne, { display: "flex", alignItems: "center", children: [
272
- a !== 1 && a !== 10 && /* @__PURE__ */ o(g, { onClick: L, size: "small", children: /* @__PURE__ */ o("img", { src: Z, alt: "back" }) }),
273
- /* @__PURE__ */ o(Ae, { variant: "subtitle1", fontWeight: 600, ml: 1, children: n }),
266
+ children: /* @__PURE__ */ p(q, { display: "flex", alignItems: "center", children: [
267
+ a !== 1 && a !== 10 && /* @__PURE__ */ o(F, { onClick: L, size: "small", children: /* @__PURE__ */ o("img", { src: oe, alt: "back" }) }),
268
+ /* @__PURE__ */ o(Z, { variant: "subtitle1", fontWeight: 600, ml: 1, children: n }),
274
269
  /* @__PURE__ */ o(
275
- g,
270
+ F,
276
271
  {
277
272
  "aria-label": "close",
278
273
  onClick: x,
279
274
  className: "menu-buttons",
280
- children: /* @__PURE__ */ o(X, {})
275
+ children: /* @__PURE__ */ o(ee, {})
281
276
  }
282
277
  )
283
278
  ] })
284
279
  }
285
280
  ),
286
- /* @__PURE__ */ l(Oe, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
287
- s.uploadLoader && /* @__PURE__ */ o(Te, {}),
281
+ /* @__PURE__ */ p(J, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
282
+ s.uploadLoader && /* @__PURE__ */ o(Oe, {}),
288
283
  {
289
- 1: /* @__PURE__ */ o(q, { kycData: e, onNext: Y }),
290
- 2: /* @__PURE__ */ o(ee, { kycData: e, onNext: v }),
291
- 3: /* @__PURE__ */ o(te, { onComplete: () => r(10) }),
284
+ 1: /* @__PURE__ */ o(te, { kycData: e, onNext: Y }),
285
+ 2: /* @__PURE__ */ o(ae, { kycData: e, onNext: v }),
286
+ 3: /* @__PURE__ */ o(ne, { onComplete: () => r(10) }),
292
287
  4: /* @__PURE__ */ o(
293
- K,
288
+ g,
294
289
  {
295
290
  theme: N,
296
- configurationId: D,
297
- incodeApiKey: d,
291
+ configurationId: d,
292
+ incodeApiKey: D,
298
293
  incodeApiUrl: O,
299
294
  incodeOnBoardingUrl: E,
300
295
  updateScreen: S,
301
296
  isModalView: !0,
302
- kycFlow: s.status === h ? me : pe
297
+ kycFlow: s.status === b ? ue : Ce
303
298
  }
304
299
  ),
305
- 5: /* @__PURE__ */ o(oe, { onNext: I }),
306
- 6: /* @__PURE__ */ o(re, { onNext: I }),
307
- 7: /* @__PURE__ */ o(se, { kycData: e, onNext: P }),
300
+ 5: /* @__PURE__ */ o(ce, { onNext: I }),
301
+ 6: /* @__PURE__ */ o(le, { onNext: I }),
302
+ 7: /* @__PURE__ */ o(me, { kycData: e, onNext: P }),
308
303
  8: /* @__PURE__ */ o(
309
- ie,
304
+ pe,
310
305
  {
311
306
  kycStoreData: s,
312
307
  kycData: e,
@@ -314,25 +309,25 @@ const C = {
314
309
  }
315
310
  ),
316
311
  9: /* @__PURE__ */ o(
317
- ae,
312
+ fe,
318
313
  {
319
314
  kycData: e,
320
315
  onNext: B,
321
316
  onEdit: () => r(7)
322
317
  }
323
318
  ),
324
- 10: /* @__PURE__ */ o(ne, { onNext: x }),
319
+ 10: /* @__PURE__ */ o(Te, { onNext: x }),
325
320
  11: /* @__PURE__ */ o(
326
- K,
321
+ g,
327
322
  {
328
323
  theme: N,
329
- configurationId: D,
330
- incodeApiKey: d,
324
+ configurationId: d,
325
+ incodeApiKey: D,
331
326
  incodeApiUrl: O,
332
327
  incodeOnBoardingUrl: E,
333
328
  updateScreen: S,
334
329
  isModalView: !0,
335
- kycFlow: le
330
+ kycFlow: de
336
331
  }
337
332
  )
338
333
  }[a]
@@ -341,8 +336,8 @@ const C = {
341
336
  }
342
337
  )
343
338
  ] });
344
- }, ft = z(Ie);
339
+ }, nt = Q(Ie);
345
340
  export {
346
341
  Ie as EnterpriseKyc,
347
- ft as default
342
+ nt as default
348
343
  };
@@ -1,43 +1,40 @@
1
- import { jsxs as r, Fragment as u, jsx as t } from "react/jsx-runtime";
2
- import { useState as h } from "react";
3
- import { R as l } from "../../../radioButton-CzlYB0Lh.js";
4
- import p from "../Shared/appButton.js";
5
- import { KYC_BETWEEN_TRANSATION as n, KYC_OVER_TRANSATION as a } from "../../../util/constants.js";
6
- import { T as f } from "../../../Typography-pAaje37G.js";
7
- import { B as i } from "../../../Box-B0YSYLco.js";
8
- import { F as g } from "../../../FormControl-RtZDQMdA.js";
9
- import { R as C } from "../../../RadioGroup-nvoSN0JN.js";
10
- const S = ({ onNext: m, kycData: d }) => {
11
- const [e, c] = h(d.transactAmount), o = (s) => {
12
- c(s.target.value);
1
+ import { jsxs as r, Fragment as h, jsx as e } from "react/jsx-runtime";
2
+ import { Typography as s, Box as a, FormControl as p, RadioGroup as f } from "@mui/material";
3
+ import { useState as g } from "react";
4
+ import i from "../Shared/radioButton.js";
5
+ import C from "../Shared/appButton.js";
6
+ import { KYC_BETWEEN_TRANSATION as n, KYC_OVER_TRANSATION as l } from "../../../util/constants.js";
7
+ const y = ({ onNext: d, kycData: c }) => {
8
+ const [t, m] = g(c.transactAmount), o = (u) => {
9
+ m(u.target.value);
13
10
  };
14
- return /* @__PURE__ */ r(u, { children: [
15
- /* @__PURE__ */ t(f, { variant: "lg", fontWeight: "bold", children: "How much are you transacting?" }),
16
- /* @__PURE__ */ r(i, { mt: 4, children: [
17
- /* @__PURE__ */ t(g, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ r(C, { value: e, onChange: o, children: [
18
- /* @__PURE__ */ t(
19
- l,
11
+ return /* @__PURE__ */ r(h, { children: [
12
+ /* @__PURE__ */ e(s, { variant: "lg", fontWeight: "bold", children: "How much are you transacting?" }),
13
+ /* @__PURE__ */ r(a, { mt: 4, children: [
14
+ /* @__PURE__ */ e(p, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ r(f, { value: t, onChange: o, children: [
15
+ /* @__PURE__ */ e(
16
+ i,
20
17
  {
21
18
  value: n,
22
19
  label: n,
23
- selected: e === n,
20
+ selected: t === n,
24
21
  onChange: o
25
22
  }
26
23
  ),
27
- /* @__PURE__ */ t(
28
- l,
24
+ /* @__PURE__ */ e(
25
+ i,
29
26
  {
30
- value: a,
31
- label: a,
32
- selected: e === a,
27
+ value: l,
28
+ label: l,
29
+ selected: t === l,
33
30
  onChange: o
34
31
  }
35
32
  )
36
33
  ] }) }),
37
- /* @__PURE__ */ t(i, { mt: 16, children: /* @__PURE__ */ t(p, { fullWidth: !0, onClick: () => m(e), children: "Next" }) })
34
+ /* @__PURE__ */ e(a, { mt: 16, children: /* @__PURE__ */ e(C, { fullWidth: !0, onClick: () => d(t), children: "Next" }) })
38
35
  ] })
39
36
  ] });
40
37
  };
41
38
  export {
42
- S as default
39
+ y as default
43
40
  };
@@ -1,9 +1,7 @@
1
1
  import { jsxs as o, Fragment as i, jsx as e } from "react/jsx-runtime";
2
- import a from "../Shared/appButton.js";
3
- import { T as t } from "../../../Typography-pAaje37G.js";
4
- import { L as n } from "../../../Link-DBA9Yifs.js";
5
- import { B as s } from "../../../Box-B0YSYLco.js";
6
- const h = ({ onNext: r }) => /* @__PURE__ */ o(i, { children: [
2
+ import { Typography as t, Link as n, Box as a } from "@mui/material";
3
+ import s from "../Shared/appButton.js";
4
+ const p = ({ onNext: r }) => /* @__PURE__ */ o(i, { children: [
7
5
  /* @__PURE__ */ e(t, { variant: "body1", children: "Hello and thank you for your interest in Setting Up an Organization on the Everest platform." }),
8
6
  /* @__PURE__ */ e("br", {}),
9
7
  /* @__PURE__ */ e(t, { variant: "body1", children: "Your request will go into a queue that will be reviewed and when your organization is approved, you will be notified at the email address specified. Please ensure this is a good contact address for you." }),
@@ -20,8 +18,8 @@ const h = ({ onNext: r }) => /* @__PURE__ */ o(i, { children: [
20
18
  children: /* @__PURE__ */ e(n, { target: "_blank", href: "https://static-assets.everest.org/web/files/enterprise-wallet.pdf", children: "Checklist of supporting documents needed for each type of organization." })
21
19
  }
22
20
  ),
23
- /* @__PURE__ */ e(s, { mt: 8, children: /* @__PURE__ */ e(a, { fullWidth: !0, onClick: r, children: "Next" }) })
21
+ /* @__PURE__ */ e(a, { mt: 8, children: /* @__PURE__ */ e(s, { fullWidth: !0, onClick: r, children: "Next" }) })
24
22
  ] });
25
23
  export {
26
- h as default
24
+ p as default
27
25
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as e, Fragment as m, jsx as r } from "react/jsx-runtime";
2
+ import { Box as o } from "@mui/material";
2
3
  import i from "../Shared/appButton.js";
3
4
  import l from "../SignUp/terms.js";
4
- import { B as o } from "../../../Box-B0YSYLco.js";
5
5
  const f = ({ onNext: t }) => /* @__PURE__ */ e(m, { children: [
6
6
  /* @__PURE__ */ r(o, { sx: { height: "360px", overflowY: "scroll" }, children: /* @__PURE__ */ r(l, {}) }),
7
7
  /* @__PURE__ */ r(o, { mt: 7, children: /* @__PURE__ */ r(i, { fullWidth: !0, onClick: t, children: "Next" }) })
@@ -1,43 +1,40 @@
1
- import { jsxs as r, Fragment as c, jsx as e } from "react/jsx-runtime";
2
- import { useState as h } from "react";
3
- import { R as l } from "../../../radioButton-CzlYB0Lh.js";
4
- import u from "../Shared/appButton.js";
5
- import { INDIVIDUAL_KYC_TYPE as n, ORGANIZATION_KYC_TYPE as a } from "../../../util/constants.js";
6
- import { T as f } from "../../../Typography-pAaje37G.js";
7
- import { B as i } from "../../../Box-B0YSYLco.js";
8
- import { F as g } from "../../../FormControl-RtZDQMdA.js";
9
- import { R as C } from "../../../RadioGroup-nvoSN0JN.js";
10
- const Y = ({ onNext: m, kycData: d }) => {
11
- const [o, p] = h(d.type), t = (s) => {
12
- p(s.target.value);
1
+ import { jsxs as r, Fragment as u, jsx as e } from "react/jsx-runtime";
2
+ import { Typography as p, Box as a, FormControl as s, RadioGroup as f } from "@mui/material";
3
+ import { useState as g } from "react";
4
+ import i from "../Shared/radioButton.js";
5
+ import C from "../Shared/appButton.js";
6
+ import { INDIVIDUAL_KYC_TYPE as n, ORGANIZATION_KYC_TYPE as l } from "../../../util/constants.js";
7
+ const N = ({ onNext: d, kycData: c }) => {
8
+ const [t, m] = g(c.type), o = (h) => {
9
+ m(h.target.value);
13
10
  };
14
- return /* @__PURE__ */ r(c, { children: [
15
- /* @__PURE__ */ e(f, { variant: "lg", fontWeight: "bold", children: "Are you an individual or an organization?" }),
16
- /* @__PURE__ */ r(i, { mt: 4, children: [
17
- /* @__PURE__ */ e(g, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ r(C, { value: o, onChange: t, children: [
11
+ return /* @__PURE__ */ r(u, { children: [
12
+ /* @__PURE__ */ e(p, { variant: "lg", fontWeight: "bold", children: "Are you an individual or an organization?" }),
13
+ /* @__PURE__ */ r(a, { mt: 4, children: [
14
+ /* @__PURE__ */ e(s, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ r(f, { value: t, onChange: o, children: [
18
15
  /* @__PURE__ */ e(
19
- l,
16
+ i,
20
17
  {
21
18
  value: n,
22
19
  label: n,
23
- selected: o === n,
24
- onChange: t
20
+ selected: t === n,
21
+ onChange: o
25
22
  }
26
23
  ),
27
24
  /* @__PURE__ */ e(
28
- l,
25
+ i,
29
26
  {
30
- value: a,
31
- label: a,
32
- selected: o === a,
33
- onChange: t
27
+ value: l,
28
+ label: l,
29
+ selected: t === l,
30
+ onChange: o
34
31
  }
35
32
  )
36
33
  ] }) }),
37
- /* @__PURE__ */ e(i, { mt: 25, children: /* @__PURE__ */ e(u, { fullWidth: !0, onClick: () => m(o), children: "Next" }) })
34
+ /* @__PURE__ */ e(a, { mt: 25, children: /* @__PURE__ */ e(C, { fullWidth: !0, onClick: () => d(t), children: "Next" }) })
38
35
  ] })
39
36
  ] });
40
37
  };
41
38
  export {
42
- Y as default
39
+ N as default
43
40
  };