everest-npm-features 0.0.61 → 0.0.63

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 (247) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  3. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  4. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  5. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  6. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  7. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  8. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  9. package/dist/PlayArrow-71FP5PzJ.js +13 -0
  10. package/dist/Portal-BeS9yJCZ.js +968 -0
  11. package/dist/assets/styles.css +1 -1
  12. package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
  13. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
  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 +14 -13
  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 -53
  51. package/dist/components/Shared/FullKyc/index.js +13 -11
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -13
  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.d.ts +1 -2
  63. package/dist/components/Wallet/Account/createIban.js +324 -102
  64. package/dist/components/Wallet/Account/eWallet.js +37 -43
  65. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  66. package/dist/components/Wallet/Account/iban.js +41 -45
  67. package/dist/components/Wallet/Account/ibanItem.js +70 -75
  68. package/dist/components/Wallet/Account/index.d.ts +1 -0
  69. package/dist/components/Wallet/Account/index.js +113 -118
  70. package/dist/components/Wallet/Account/sendIban.js +79 -88
  71. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
  72. package/dist/components/Wallet/Buy/form.js +8 -18
  73. package/dist/components/Wallet/Buy/index.js +6 -6
  74. package/dist/components/Wallet/Deposit/index.js +16 -18
  75. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  77. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  79. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  80. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  81. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +33 -34
  82. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
  83. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  84. package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
  85. package/dist/components/Wallet/History/index.js +23 -797
  86. package/dist/components/Wallet/Home/index.js +13 -14
  87. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
  88. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  89. package/dist/components/Wallet/Portfolio/index.js +48 -51
  90. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  91. package/dist/components/Wallet/Profile/documents.js +164 -176
  92. package/dist/components/Wallet/Profile/index.js +39 -44
  93. package/dist/components/Wallet/Profile/storage.js +39 -47
  94. package/dist/components/Wallet/Receive/index.js +32 -37
  95. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
  96. package/dist/components/Wallet/Sell/form.js +8 -18
  97. package/dist/components/Wallet/Sell/index.js +6 -6
  98. package/dist/components/Wallet/Send/index.js +98 -107
  99. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  100. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  101. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  102. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
  103. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  104. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  105. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  106. package/dist/components/Wallet/Shared/Container/index.js +11 -11
  107. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  108. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  109. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  110. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  111. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  112. package/dist/components/Wallet/Shared/addBank.js +41 -45
  113. package/dist/components/Wallet/Shared/appButton.js +11 -15
  114. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  115. package/dist/components/Wallet/Shared/button.js +7 -7
  116. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  117. package/dist/components/Wallet/Shared/inputField.js +5 -5
  118. package/dist/components/Wallet/Shared/manualSend.js +9 -13
  119. package/dist/components/Wallet/Shared/noData.js +4 -5
  120. package/dist/components/Wallet/Shared/pin.js +25 -27
  121. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  122. package/dist/components/Wallet/Shared/step.js +12 -13
  123. package/dist/components/Wallet/Shared/timer.js +1 -1
  124. package/dist/components/Wallet/SignIn/index.js +17 -17
  125. package/dist/components/Wallet/SignUp/index.js +63 -153
  126. package/dist/components/Wallet/SignUp/terms.js +1 -1
  127. package/dist/components/Wallet/Stake/gems/index.js +71 -69
  128. package/dist/components/Wallet/Stake/id/index.js +77 -84
  129. package/dist/components/Wallet/Stake/index.js +65 -68
  130. package/dist/components/Wallet/Swap/form.js +11 -20
  131. package/dist/components/Wallet/Swap/index.js +5 -5
  132. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  133. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  134. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  135. package/dist/components/Wallet/Withdraw/form.js +6 -17
  136. package/dist/components/Wallet/Withdraw/index.js +5 -5
  137. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  138. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  139. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  140. package/dist/hoc/withThemeProvider.js +5 -732
  141. package/dist/hooks/useDialog/index.js +22 -23
  142. package/dist/hooks/useRrDialog/index.js +43 -46
  143. package/dist/hooks/useSnackBar.js +24 -696
  144. package/dist/icons/buyIcon.js +1 -1
  145. package/dist/icons/canceledBuyIcon.js +1 -1
  146. package/dist/icons/canceledRedeemIcon.js +1 -1
  147. package/dist/icons/failedBuyIcon.js +2 -2
  148. package/dist/icons/failedRedeemIcon.js +2 -2
  149. package/dist/icons/pendingBuyIcon.js +1 -1
  150. package/dist/icons/pendingRedeemIcon.js +1 -1
  151. package/dist/icons/redeemIcon.js +1 -1
  152. package/dist/{index-BbVpeed7.js → index-B4XvACQN.js} +89 -98
  153. package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
  154. package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
  155. package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
  156. package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
  157. package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
  158. package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
  159. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  160. package/dist/main.js +7 -7
  161. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  162. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  163. package/dist/otpForm-DeeegaX2.js +7378 -0
  164. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  165. package/dist/styles.module-DFoezEqS.js +28 -0
  166. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  167. package/dist/tooltip-BW0UyWw7.js +2129 -0
  168. package/dist/util/constants.d.ts +1 -0
  169. package/dist/util/constants.js +72 -71
  170. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  171. package/package.json +6 -6
  172. package/dist/Alert-DzsbFW3-.js +0 -369
  173. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  174. package/dist/Avatar-1XklXr4O.js +0 -281
  175. package/dist/Backdrop-CioURPVG.js +0 -359
  176. package/dist/Box-B0YSYLco.js +0 -59
  177. package/dist/Button-Df4vgU24.js +0 -663
  178. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  179. package/dist/CardContent-D9wTdpu-.js +0 -141
  180. package/dist/CircularProgress-xZA3lvba.js +0 -252
  181. package/dist/Close-CxzDL3J-.js +0 -9
  182. package/dist/Container-urNKV7hm.js +0 -181
  183. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  184. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  185. package/dist/DialogContent-BMwlOnbW.js +0 -567
  186. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  187. package/dist/Divider-BShhMFf4.js +0 -297
  188. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  189. package/dist/FormControl-RtZDQMdA.js +0 -258
  190. package/dist/FormControlLabel-BliKW48y.js +0 -519
  191. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  192. package/dist/Grid-CFe3amXO.js +0 -410
  193. package/dist/Grow-CnGtel3u.js +0 -196
  194. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  195. package/dist/IconButton-DHm-hucF.js +0 -297
  196. package/dist/InputAdornment-DMiED3JH.js +0 -173
  197. package/dist/Link-DBA9Yifs.js +0 -266
  198. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  199. package/dist/Menu-DLYFFrEk.js +0 -1239
  200. package/dist/MenuItem-DUdYOJr4.js +0 -271
  201. package/dist/Modal-CFIQ_s3T.js +0 -743
  202. package/dist/Paper-Bgt2WXI6.js +0 -186
  203. package/dist/PlayArrow-Bjz9LxhD.js +0 -13
  204. package/dist/Popper-BBAoiZKn.js +0 -1409
  205. package/dist/Portal-BMAxiQwe.js +0 -69
  206. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  207. package/dist/Select-CB5yWmyn.js +0 -1886
  208. package/dist/Slide-B9Nw0LZ4.js +0 -235
  209. package/dist/Stack-k55YTxET.js +0 -172
  210. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  211. package/dist/TextField-DPpRUQe3.js +0 -978
  212. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  213. package/dist/Typography-pAaje37G.js +0 -260
  214. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  215. package/dist/clsx-BTaloaeC.js +0 -264
  216. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  217. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  218. package/dist/createTheme-CD19zQB7.js +0 -3825
  219. package/dist/debounce-46wSf_lW.js +0 -15
  220. package/dist/defaultTheme-C35y5cLB.js +0 -5
  221. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  222. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  223. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  224. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  225. package/dist/exactProp-C1Lmtwf_.js +0 -13
  226. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  227. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  228. package/dist/index-B0Z-Gjno.js +0 -22
  229. package/dist/index-DUcLo3x5.js +0 -43
  230. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  231. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  232. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  233. package/dist/memoTheme-yHaPezod.js +0 -15
  234. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  235. package/dist/radioButton-CzlYB0Lh.js +0 -402
  236. package/dist/refType-BsTH3qnM.js +0 -56
  237. package/dist/styles.module-CHPRGltL.js +0 -28
  238. package/dist/tooltip-3UvETWtS.js +0 -740
  239. package/dist/useControlled-nm4pBabJ.js +0 -31
  240. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  241. package/dist/useFormControl-CatNKXAi.js +0 -10
  242. package/dist/useId-CK6Kn3Tn.js +0 -21
  243. package/dist/useSlot-CW7SOYlh.js +0 -125
  244. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  245. package/dist/useTheme-BQJ5lp0i.js +0 -11
  246. package/dist/useTheme-S5_DHFsQ.js +0 -17
  247. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,30 +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-DrmtdI1J.js";
8
+ import "../../../otpForm-DeeegaX2.js";
9
+ import "../../../constants-DX0YBtP2.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 "../../../tooltip-BW0UyWw7.js";
17
18
  import "../../../moment-h96o7c8I.js";
18
19
  import "../../../index.esm-BsMAMhYW.js";
19
20
  import "../../../web3-u4qDZYpo.js";
20
21
  import "../../../index-ceeCtFuh.js";
21
- import { C as L, a as T } from "../../../FileDownload-Bt3R_NBr.js";
22
+ import { C as T, a as q } from "../../../FileDownload-DqREXR3D.js";
22
23
  import "../../../index.esm-I_Bp2YLf.js";
23
24
  import "../../../context/dialogContext.js";
24
- import { B as _ } from "../../../Box-B0YSYLco.js";
25
- import { I as q } from "../../../InputAdornment-DMiED3JH.js";
26
- import { I as u } from "../../../IconButton-DHm-hucF.js";
27
- const se = ({ onNext: p, eddData: r }) => {
25
+ import "@mui/icons-material";
26
+ const ne = ({ onNext: c, eddData: r }) => {
28
27
  const O = {
29
28
  ID_CARD: {
30
29
  text: r.ID_CARD.text,
@@ -59,47 +58,47 @@ const se = ({ onNext: p, eddData: r }) => {
59
58
  multiFile: !1
60
59
  }
61
60
  };
62
- b();
63
- const { showAlertMessage: c } = I(), R = S(null), [o, n] = g(O), a = Object.keys(r), d = S(
64
- 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), {})
65
64
  ), h = () => {
66
65
  for (const t of Object.keys(o)) {
67
66
  const e = o[t];
68
67
  if (e.required) {
69
68
  const i = e.text.trim() !== "", s = e.file.length > 0;
70
69
  if (!i)
71
- return c({
70
+ return p({
72
71
  message: `Please fill in "${e.label}" text.`
73
72
  }), !1;
74
73
  if (!s)
75
- return c({
74
+ return p({
76
75
  message: `Please upload file for "${e.label}".`
77
76
  }), !1;
78
77
  }
79
78
  }
80
79
  return !0;
81
80
  }, D = () => {
82
- h() && p && p(o);
81
+ h() && c && c(o);
83
82
  }, E = (t, e) => {
84
83
  const i = t.target.files;
85
84
  !i || i.length === 0 || Array.from(i).map((s) => {
86
85
  const U = URL.createObjectURL(s);
87
- n((m) => {
88
- const F = m[e].file || [];
86
+ n((f) => {
87
+ const F = f[e].file || [];
89
88
  return {
90
- ...m,
89
+ ...f,
91
90
  [e]: {
92
- ...m[e],
91
+ ...f[e],
93
92
  preview: [...F, U]
94
93
  }
95
94
  };
96
95
  });
97
96
  });
98
97
  };
99
- return /* @__PURE__ */ f(C, { children: [
100
- /* @__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: [
101
100
  /* @__PURE__ */ l(
102
- w,
101
+ b,
103
102
  {
104
103
  label: o[t].label,
105
104
  value: o[t].text,
@@ -109,7 +108,7 @@ const se = ({ onNext: p, eddData: r }) => {
109
108
  })),
110
109
  slotProps: {
111
110
  input: {
112
- 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: [
113
112
  /* @__PURE__ */ l(
114
113
  u,
115
114
  {
@@ -118,7 +117,7 @@ const se = ({ onNext: p, eddData: r }) => {
118
117
  [t]: { ...e[t], file: [] }
119
118
  })),
120
119
  edge: "end",
121
- children: /* @__PURE__ */ l(v, {})
120
+ children: /* @__PURE__ */ l(L, {})
122
121
  }
123
122
  ),
124
123
  o[t].preview.map((e, i) => /* @__PURE__ */ l(
@@ -126,7 +125,7 @@ const se = ({ onNext: p, eddData: r }) => {
126
125
  {
127
126
  onClick: () => window.open(e),
128
127
  edge: "end",
129
- children: /* @__PURE__ */ l(L, {})
128
+ children: /* @__PURE__ */ l(T, {})
130
129
  },
131
130
  i
132
131
  ))
@@ -138,7 +137,7 @@ const se = ({ onNext: p, eddData: r }) => {
138
137
  return (i = (e = d.current[t]) == null ? void 0 : e.current) == null ? void 0 : i.click();
139
138
  },
140
139
  edge: "end",
141
- children: /* @__PURE__ */ l(T, {})
140
+ children: /* @__PURE__ */ l(q, {})
142
141
  }
143
142
  ) })
144
143
  }
@@ -159,9 +158,9 @@ const se = ({ onNext: p, eddData: r }) => {
159
158
  }
160
159
  )
161
160
  ] }, t)) }),
162
- /* @__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" }) })
163
162
  ] });
164
163
  };
165
164
  export {
166
- se as default
165
+ ne as default
167
166
  };
@@ -1,45 +1,41 @@
1
1
  import { jsxs as p, 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 le, f as pe } from "../../../constants-DrmtdI1J.js";
17
- import { r as u, k as fe } from "../../../kyc-ksV3vBP_.js";
18
- import { u as b } from "../../../react-redux-C7I9-1M6.js";
19
- import Te from "../../Shared/loader.js";
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-DX0YBtP2.js";
18
+ import { r as u, k as De } from "../../../kyc-BNMPoeHt.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-DeeegaX2.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 "../../../tooltip-BW0UyWw7.js";
29
30
  import "../../../moment-h96o7c8I.js";
30
31
  import "../../../index.esm-BsMAMhYW.js";
31
32
  import "../../../web3-u4qDZYpo.js";
32
33
  import "../../../index-ceeCtFuh.js";
33
- import { F as K } from "../../../index-BHG1bT4t.js";
34
+ import { F as g } from "../../../index-CTPMPwYK.js";
34
35
  import "../../../context/dialogContext.js";
35
- import { u as De } from "../../../useTheme-BQJ5lp0i.js";
36
- import { D as de, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
37
- import { D as Ee } from "../../../DialogTitle-CfS0bb2K.js";
38
- import { B as Ne } from "../../../Box-B0YSYLco.js";
39
- import { I as g } from "../../../IconButton-DHm-hucF.js";
40
- import { T as Ae } from "../../../Typography-pAaje37G.js";
36
+ import "@mui/icons-material";
41
37
  const C = {
42
- type: J,
38
+ type: re,
43
39
  transactAmount: w,
44
40
  orgName: "",
45
41
  orgOtherName: "",
@@ -126,24 +122,24 @@ const C = {
126
122
  preview: []
127
123
  }
128
124
  }, Ie = ({
129
- configurationId: D,
130
- incodeApiKey: d,
125
+ configurationId: d,
126
+ incodeApiKey: D,
131
127
  incodeApiUrl: O,
132
128
  incodeOnBoardingUrl: E
133
129
  }) => {
134
- const N = De(), l = Ce(), { showAlertMessage: U } = ue(), s = b((t) => t.user.kyc);
135
- b(
130
+ const N = z(), m = Ae(), { showAlertMessage: U } = Ne(), s = K((t) => t.user.kyc);
131
+ K(
136
132
  (t) => t.user.profile
137
133
  );
138
- const f = s.error, A = s.processComplete, [k, T] = m(!1), [a, r] = m(1), [e, c] = m(C);
139
- m(Se);
140
- 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);
141
137
  _(() => {
142
138
  f && U({ message: f });
143
139
  }, [f]), _(() => {
144
140
  A && r(10);
145
141
  }, [A]), _(() => () => {
146
- l(u());
142
+ m(u());
147
143
  }, []);
148
144
  const L = () => {
149
145
  let t;
@@ -162,9 +158,9 @@ const C = {
162
158
  }
163
159
  r(t);
164
160
  }, Y = (t) => {
165
- c({ ...e, type: t }), r(t === Q ? 5 : (i) => i + 1);
161
+ c({ ...e, type: t }), r(t === se ? 5 : (i) => i + 1);
166
162
  }, v = (t) => {
167
- c({ ...e, transactAmount: t }), r(t === $ ? 3 : t === w ? 11 : 4);
163
+ c({ ...e, transactAmount: t }), r(t === ie ? 3 : t === w ? 11 : 4);
168
164
  }, I = () => {
169
165
  r((t) => t + 1);
170
166
  }, P = (t) => {
@@ -201,11 +197,11 @@ const C = {
201
197
  },
202
198
  documents: t
203
199
  };
204
- l(fe(i));
200
+ m(De(i));
205
201
  }, x = () => {
206
202
  a > 1 && a !== 10 ? window.confirm(
207
203
  "Are you sure you want to close this? All progress will be lost."
208
- ) && (T(!1), l(u()), r(1), c(C)) : (T(!1), l(u()), r(1), c(C));
204
+ ) && (T(!1), m(u()), r(1), c(C)) : (T(!1), m(u()), r(1), c(C));
209
205
  };
210
206
  let n;
211
207
  switch (a) {
@@ -228,25 +224,25 @@ const C = {
228
224
  n = "KYC Onboarding";
229
225
  }
230
226
  return /* @__PURE__ */ p(H, { children: [
231
- s.status !== "" && s.status !== ce && // ((userProfile.memberType === MEMBER_TYPE_INDIVIDUAL &&
227
+ s.status !== "" && s.status !== _e && // ((userProfile.memberType === MEMBER_TYPE_INDIVIDUAL &&
232
228
  // kycStoreData.status !== KYC_STATUS_FULL_EDD) ||
233
229
  // (userProfile.memberType === MEMBER_TYPE_ORGANIZATIONAL &&
234
230
  // kycStoreData.status !== KYC_STATUS_FULL_KYC)) && (
235
231
  /* @__PURE__ */ o(
236
- _e,
232
+ Ee,
237
233
  {
238
234
  onClick: () => T(!0),
239
- disabled: s.status === F,
240
- sx: s.status === y ? {
235
+ disabled: s.status === y,
236
+ sx: s.status === h ? {
241
237
  background: "#DC143C !important",
242
238
  borderColor: "#DC143C !important",
243
239
  color: "#FFFFFF !important"
244
240
  } : void 0,
245
- 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"
246
242
  }
247
243
  ),
248
244
  /* @__PURE__ */ p(
249
- de,
245
+ j,
250
246
  {
251
247
  open: k,
252
248
  fullWidth: !0,
@@ -257,55 +253,55 @@ const C = {
257
253
  }
258
254
  }
259
255
  },
260
- TransitionComponent: j,
256
+ TransitionComponent: $,
261
257
  children: [
262
258
  /* @__PURE__ */ o(
263
- Ee,
259
+ X,
264
260
  {
265
261
  sx: {
266
262
  background: "#FFFFFF",
267
263
  borderBottom: "0.5px solid #D0D0D0",
268
264
  height: "68px"
269
265
  },
270
- children: /* @__PURE__ */ p(Ne, { display: "flex", alignItems: "center", children: [
271
- a !== 1 && a !== 10 && /* @__PURE__ */ o(g, { onClick: L, size: "small", children: /* @__PURE__ */ o("img", { src: Z, alt: "back" }) }),
272
- /* @__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 }),
273
269
  /* @__PURE__ */ o(
274
- g,
270
+ F,
275
271
  {
276
272
  "aria-label": "close",
277
273
  onClick: x,
278
274
  className: "menu-buttons",
279
- children: /* @__PURE__ */ o(X, {})
275
+ children: /* @__PURE__ */ o(ee, {})
280
276
  }
281
277
  )
282
278
  ] })
283
279
  }
284
280
  ),
285
- /* @__PURE__ */ p(Oe, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
286
- s.uploadLoader && /* @__PURE__ */ o(Te, {}),
281
+ /* @__PURE__ */ p(J, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
282
+ s.uploadLoader && /* @__PURE__ */ o(Oe, {}),
287
283
  {
288
- 1: /* @__PURE__ */ o(q, { kycData: e, onNext: Y }),
289
- 2: /* @__PURE__ */ o(ee, { kycData: e, onNext: v }),
290
- 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) }),
291
287
  4: /* @__PURE__ */ o(
292
- K,
288
+ g,
293
289
  {
294
290
  theme: N,
295
- configurationId: D,
296
- incodeApiKey: d,
291
+ configurationId: d,
292
+ incodeApiKey: D,
297
293
  incodeApiUrl: O,
298
294
  incodeOnBoardingUrl: E,
299
295
  updateScreen: S,
300
296
  isModalView: !0,
301
- kycFlow: s.status === h ? me : le
297
+ kycFlow: s.status === b ? ue : Ce
302
298
  }
303
299
  ),
304
- 5: /* @__PURE__ */ o(oe, { onNext: I }),
305
- 6: /* @__PURE__ */ o(re, { onNext: I }),
306
- 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 }),
307
303
  8: /* @__PURE__ */ o(
308
- ie,
304
+ pe,
309
305
  {
310
306
  kycStoreData: s,
311
307
  kycData: e,
@@ -313,25 +309,25 @@ const C = {
313
309
  }
314
310
  ),
315
311
  9: /* @__PURE__ */ o(
316
- ae,
312
+ fe,
317
313
  {
318
314
  kycData: e,
319
315
  onNext: B,
320
316
  onEdit: () => r(7)
321
317
  }
322
318
  ),
323
- 10: /* @__PURE__ */ o(ne, { onNext: x }),
319
+ 10: /* @__PURE__ */ o(Te, { onNext: x }),
324
320
  11: /* @__PURE__ */ o(
325
- K,
321
+ g,
326
322
  {
327
323
  theme: N,
328
- configurationId: D,
329
- incodeApiKey: d,
324
+ configurationId: d,
325
+ incodeApiKey: D,
330
326
  incodeApiUrl: O,
331
327
  incodeOnBoardingUrl: E,
332
328
  updateScreen: S,
333
329
  isModalView: !0,
334
- kycFlow: pe
330
+ kycFlow: de
335
331
  }
336
332
  )
337
333
  }[a]
@@ -340,8 +336,8 @@ const C = {
340
336
  }
341
337
  )
342
338
  ] });
343
- }, pt = z(Ie);
339
+ }, nt = Q(Ie);
344
340
  export {
345
341
  Ie as EnterpriseKyc,
346
- pt as default
342
+ nt as default
347
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
  };