@mui/material 6.0.0-alpha.7 → 6.0.0-alpha.9

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 (542) hide show
  1. package/Accordion/Accordion.js +33 -33
  2. package/AccordionActions/AccordionActions.d.ts +1 -1
  3. package/AccordionActions/AccordionActions.js +11 -12
  4. package/AccordionDetails/AccordionDetails.d.ts +1 -1
  5. package/AccordionDetails/AccordionDetails.js +7 -9
  6. package/AccordionSummary/AccordionSummary.js +14 -16
  7. package/Alert/Alert.d.ts +1 -1
  8. package/Alert/Alert.js +56 -51
  9. package/AlertTitle/AlertTitle.d.ts +3 -3
  10. package/AlertTitle/AlertTitle.js +7 -9
  11. package/AppBar/AppBar.js +34 -32
  12. package/Autocomplete/Autocomplete.d.ts +1 -1
  13. package/Autocomplete/Autocomplete.js +164 -136
  14. package/Avatar/Avatar.js +44 -36
  15. package/AvatarGroup/AvatarGroup.d.ts +51 -18
  16. package/AvatarGroup/AvatarGroup.js +60 -41
  17. package/Backdrop/Backdrop.js +33 -30
  18. package/Badge/Badge.js +31 -30
  19. package/BottomNavigation/BottomNavigation.js +15 -17
  20. package/BottomNavigationAction/BottomNavigationAction.js +15 -18
  21. package/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  22. package/Breadcrumbs/Breadcrumbs.js +19 -21
  23. package/Button/Button.d.ts +1 -1
  24. package/Button/Button.js +32 -29
  25. package/ButtonBase/ButtonBase.d.ts +1 -1
  26. package/ButtonBase/ButtonBase.js +43 -42
  27. package/ButtonBase/TouchRipple.js +9 -12
  28. package/ButtonGroup/ButtonGroup.js +23 -25
  29. package/CHANGELOG.md +113 -2
  30. package/Card/Card.js +11 -12
  31. package/CardActionArea/CardActionArea.js +9 -12
  32. package/CardActions/CardActions.d.ts +1 -1
  33. package/CardActions/CardActions.js +11 -12
  34. package/CardContent/CardContent.js +11 -12
  35. package/CardHeader/CardHeader.d.ts +1 -1
  36. package/CardHeader/CardHeader.js +30 -31
  37. package/CardMedia/CardMedia.js +19 -20
  38. package/Checkbox/Checkbox.d.ts +1 -1
  39. package/Checkbox/Checkbox.js +29 -26
  40. package/Chip/Chip.d.ts +3 -3
  41. package/Chip/Chip.js +38 -37
  42. package/CircularProgress/CircularProgress.d.ts +1 -1
  43. package/CircularProgress/CircularProgress.js +24 -23
  44. package/Collapse/Collapse.d.ts +1 -1
  45. package/Collapse/Collapse.js +44 -42
  46. package/CssBaseline/CssBaseline.d.ts +1 -1
  47. package/CssBaseline/CssBaseline.js +17 -14
  48. package/Dialog/Dialog.d.ts +1 -1
  49. package/Dialog/Dialog.js +41 -42
  50. package/DialogActions/DialogActions.d.ts +1 -1
  51. package/DialogActions/DialogActions.js +11 -12
  52. package/DialogContent/DialogContent.d.ts +1 -1
  53. package/DialogContent/DialogContent.js +11 -12
  54. package/DialogContentText/DialogContentText.js +13 -11
  55. package/DialogTitle/DialogTitle.js +8 -10
  56. package/Divider/Divider.js +19 -21
  57. package/Drawer/Drawer.d.ts +1 -1
  58. package/Drawer/Drawer.js +50 -49
  59. package/Fab/Fab.js +26 -23
  60. package/Fade/Fade.d.ts +1 -1
  61. package/Fade/Fade.js +31 -30
  62. package/FilledInput/FilledInput.d.ts +1 -1
  63. package/FilledInput/FilledInput.js +48 -44
  64. package/FilledInput/filledInputClasses.js +4 -2
  65. package/FormControl/FormControl.js +27 -25
  66. package/FormControlLabel/FormControlLabel.d.ts +1 -1
  67. package/FormControlLabel/FormControlLabel.js +32 -26
  68. package/FormGroup/FormGroup.d.ts +1 -1
  69. package/FormGroup/FormGroup.js +11 -12
  70. package/FormHelperText/FormHelperText.js +26 -18
  71. package/FormLabel/FormLabel.js +27 -19
  72. package/GlobalStyles/GlobalStyles.d.ts +1 -1
  73. package/GlobalStyles/GlobalStyles.js +3 -3
  74. package/Grid/Grid.d.ts +1 -0
  75. package/Grid/Grid.js +50 -41
  76. package/Grow/Grow.d.ts +1 -1
  77. package/Grow/Grow.js +31 -30
  78. package/Hidden/Hidden.d.ts +2 -0
  79. package/Hidden/Hidden.js +23 -22
  80. package/Hidden/HiddenCss.js +29 -29
  81. package/Hidden/withWidth.js +19 -19
  82. package/Icon/Icon.js +15 -16
  83. package/IconButton/IconButton.js +18 -20
  84. package/ImageList/ImageList.js +24 -24
  85. package/ImageListItem/ImageListItem.js +19 -20
  86. package/ImageListItemBar/ImageListItemBar.d.ts +1 -1
  87. package/ImageListItemBar/ImageListItemBar.js +15 -17
  88. package/Input/Input.d.ts +1 -1
  89. package/Input/Input.js +21 -20
  90. package/Input/inputClasses.js +4 -2
  91. package/InputAdornment/InputAdornment.js +16 -18
  92. package/InputBase/InputBase.d.ts +1 -1
  93. package/InputBase/InputBase.js +90 -73
  94. package/InputLabel/InputLabel.js +20 -16
  95. package/LinearProgress/LinearProgress.d.ts +1 -1
  96. package/LinearProgress/LinearProgress.js +21 -23
  97. package/Link/Link.js +27 -26
  98. package/List/List.js +15 -17
  99. package/ListItem/ListItem.d.ts +4 -12
  100. package/ListItem/ListItem.js +64 -63
  101. package/ListItemAvatar/ListItemAvatar.d.ts +1 -1
  102. package/ListItemAvatar/ListItemAvatar.js +10 -11
  103. package/ListItemButton/ListItemButton.js +23 -22
  104. package/ListItemIcon/ListItemIcon.d.ts +1 -1
  105. package/ListItemIcon/ListItemIcon.js +10 -11
  106. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +5 -1
  107. package/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -11
  108. package/ListItemText/ListItemText.d.ts +3 -1
  109. package/ListItemText/ListItemText.js +25 -27
  110. package/ListSubheader/ListSubheader.js +15 -16
  111. package/Menu/Menu.d.ts +1 -1
  112. package/Menu/Menu.js +34 -36
  113. package/MenuItem/MenuItem.js +28 -26
  114. package/MenuList/MenuList.js +17 -20
  115. package/MobileStepper/MobileStepper.d.ts +1 -1
  116. package/MobileStepper/MobileStepper.js +21 -22
  117. package/Modal/Modal.d.ts +1 -1
  118. package/Modal/Modal.js +47 -38
  119. package/NativeSelect/NativeSelect.d.ts +1 -1
  120. package/NativeSelect/NativeSelect.js +26 -22
  121. package/NativeSelect/NativeSelectInput.js +15 -16
  122. package/OutlinedInput/NotchedOutline.js +14 -14
  123. package/OutlinedInput/OutlinedInput.d.ts +3 -1
  124. package/OutlinedInput/OutlinedInput.js +46 -42
  125. package/OutlinedInput/outlinedInputClasses.js +4 -2
  126. package/OverridableComponent.d.ts +2 -2
  127. package/Pagination/Pagination.d.ts +1 -1
  128. package/Pagination/Pagination.js +36 -32
  129. package/PaginationItem/PaginationItem.js +31 -30
  130. package/Paper/Paper.js +26 -23
  131. package/Popover/Popover.d.ts +1 -1
  132. package/Popover/Popover.js +71 -71
  133. package/Popper/Popper.d.ts +4 -0
  134. package/Popper/Popper.js +29 -27
  135. package/Radio/Radio.d.ts +1 -1
  136. package/Radio/Radio.js +24 -22
  137. package/Radio/RadioButtonIcon.js +3 -3
  138. package/RadioGroup/RadioGroup.d.ts +1 -1
  139. package/RadioGroup/RadioGroup.js +15 -18
  140. package/Rating/Rating.d.ts +1 -1
  141. package/Rating/Rating.js +54 -47
  142. package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  143. package/Select/Select.d.ts +1 -1
  144. package/Select/Select.js +63 -57
  145. package/Select/SelectInput.js +64 -59
  146. package/Skeleton/Skeleton.js +20 -21
  147. package/Slide/Slide.d.ts +1 -1
  148. package/Slide/Slide.js +37 -33
  149. package/Slider/Slider.d.ts +1 -1
  150. package/Slider/Slider.js +155 -106
  151. package/Slider/SliderValueLabel.types.d.ts +1 -1
  152. package/Snackbar/Snackbar.d.ts +1 -1
  153. package/Snackbar/Snackbar.js +52 -45
  154. package/SnackbarContent/SnackbarContent.d.ts +1 -1
  155. package/SnackbarContent/SnackbarContent.js +13 -15
  156. package/SpeedDial/SpeedDial.d.ts +1 -1
  157. package/SpeedDial/SpeedDial.js +59 -60
  158. package/SpeedDialAction/SpeedDialAction.d.ts +1 -1
  159. package/SpeedDialAction/SpeedDialAction.js +34 -33
  160. package/SpeedDialIcon/SpeedDialIcon.d.ts +3 -1
  161. package/SpeedDialIcon/SpeedDialIcon.js +10 -12
  162. package/Step/Step.js +18 -20
  163. package/StepButton/StepButton.js +16 -17
  164. package/StepConnector/StepConnector.d.ts +2 -2
  165. package/StepConnector/StepConnector.js +10 -12
  166. package/StepContent/StepContent.d.ts +1 -1
  167. package/StepContent/StepContent.js +18 -20
  168. package/StepIcon/StepIcon.d.ts +1 -1
  169. package/StepIcon/StepIcon.js +22 -22
  170. package/StepLabel/StepLabel.d.ts +1 -1
  171. package/StepLabel/StepLabel.js +33 -30
  172. package/Stepper/Stepper.js +21 -22
  173. package/SvgIcon/SvgIcon.js +21 -21
  174. package/SwipeableDrawer/SwipeArea.js +15 -16
  175. package/SwipeableDrawer/SwipeableDrawer.js +49 -43
  176. package/Switch/Switch.d.ts +1 -1
  177. package/Switch/Switch.js +23 -20
  178. package/Tab/Tab.d.ts +1 -1
  179. package/Tab/Tab.js +32 -33
  180. package/TabScrollButton/TabScrollButton.d.ts +1 -1
  181. package/TabScrollButton/TabScrollButton.js +27 -21
  182. package/Table/Table.js +17 -17
  183. package/TableBody/TableBody.js +11 -12
  184. package/TableCell/TableCell.d.ts +1 -1
  185. package/TableCell/TableCell.js +19 -19
  186. package/TableContainer/TableContainer.js +11 -12
  187. package/TableFooter/TableFooter.js +11 -12
  188. package/TableHead/TableHead.js +11 -12
  189. package/TablePagination/TablePagination.js +56 -52
  190. package/TablePagination/TablePaginationActions.js +51 -38
  191. package/TableRow/TableRow.js +13 -14
  192. package/TableSortLabel/TableSortLabel.js +15 -17
  193. package/Tabs/ScrollbarSize.js +7 -9
  194. package/Tabs/Tabs.js +52 -49
  195. package/TextField/TextField.d.ts +59 -4
  196. package/TextField/TextField.js +137 -67
  197. package/ToggleButton/ToggleButton.js +30 -32
  198. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  199. package/ToggleButtonGroup/ToggleButtonGroup.js +19 -21
  200. package/Toolbar/Toolbar.js +13 -14
  201. package/Tooltip/Tooltip.d.ts +3 -5
  202. package/Tooltip/Tooltip.js +77 -64
  203. package/Typography/Typography.js +37 -35
  204. package/Zoom/Zoom.d.ts +1 -1
  205. package/Zoom/Zoom.js +31 -30
  206. package/index.js +1 -1
  207. package/internal/SwitchBase.js +37 -37
  208. package/locale/index.d.ts +1 -0
  209. package/locale/index.js +74 -1
  210. package/modern/Accordion/Accordion.js +33 -33
  211. package/modern/AccordionActions/AccordionActions.js +11 -12
  212. package/modern/AccordionDetails/AccordionDetails.js +7 -9
  213. package/modern/AccordionSummary/AccordionSummary.js +14 -16
  214. package/modern/Alert/Alert.js +56 -51
  215. package/modern/AlertTitle/AlertTitle.js +7 -9
  216. package/modern/AppBar/AppBar.js +34 -32
  217. package/modern/Autocomplete/Autocomplete.js +164 -136
  218. package/modern/Avatar/Avatar.js +44 -36
  219. package/modern/AvatarGroup/AvatarGroup.js +60 -41
  220. package/modern/Backdrop/Backdrop.js +33 -30
  221. package/modern/Badge/Badge.js +31 -30
  222. package/modern/BottomNavigation/BottomNavigation.js +15 -17
  223. package/modern/BottomNavigationAction/BottomNavigationAction.js +15 -18
  224. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  225. package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
  226. package/modern/Button/Button.js +32 -29
  227. package/modern/ButtonBase/ButtonBase.js +43 -42
  228. package/modern/ButtonBase/TouchRipple.js +9 -12
  229. package/modern/ButtonGroup/ButtonGroup.js +23 -25
  230. package/modern/Card/Card.js +11 -12
  231. package/modern/CardActionArea/CardActionArea.js +9 -12
  232. package/modern/CardActions/CardActions.js +11 -12
  233. package/modern/CardContent/CardContent.js +11 -12
  234. package/modern/CardHeader/CardHeader.js +30 -31
  235. package/modern/CardMedia/CardMedia.js +19 -20
  236. package/modern/Checkbox/Checkbox.js +29 -26
  237. package/modern/Chip/Chip.js +38 -37
  238. package/modern/CircularProgress/CircularProgress.js +24 -23
  239. package/modern/Collapse/Collapse.js +44 -42
  240. package/modern/CssBaseline/CssBaseline.js +17 -14
  241. package/modern/Dialog/Dialog.js +41 -42
  242. package/modern/DialogActions/DialogActions.js +11 -12
  243. package/modern/DialogContent/DialogContent.js +11 -12
  244. package/modern/DialogContentText/DialogContentText.js +13 -11
  245. package/modern/DialogTitle/DialogTitle.js +8 -10
  246. package/modern/Divider/Divider.js +19 -21
  247. package/modern/Drawer/Drawer.js +50 -49
  248. package/modern/Fab/Fab.js +26 -23
  249. package/modern/Fade/Fade.js +31 -30
  250. package/modern/FilledInput/FilledInput.js +48 -44
  251. package/modern/FilledInput/filledInputClasses.js +4 -2
  252. package/modern/FormControl/FormControl.js +27 -25
  253. package/modern/FormControlLabel/FormControlLabel.js +32 -26
  254. package/modern/FormGroup/FormGroup.js +11 -12
  255. package/modern/FormHelperText/FormHelperText.js +26 -18
  256. package/modern/FormLabel/FormLabel.js +27 -19
  257. package/modern/GlobalStyles/GlobalStyles.js +3 -3
  258. package/modern/Grid/Grid.js +50 -41
  259. package/modern/Grow/Grow.js +31 -30
  260. package/modern/Hidden/Hidden.js +23 -22
  261. package/modern/Hidden/HiddenCss.js +29 -29
  262. package/modern/Hidden/withWidth.js +19 -19
  263. package/modern/Icon/Icon.js +15 -16
  264. package/modern/IconButton/IconButton.js +18 -20
  265. package/modern/ImageList/ImageList.js +24 -24
  266. package/modern/ImageListItem/ImageListItem.js +19 -20
  267. package/modern/ImageListItemBar/ImageListItemBar.js +15 -17
  268. package/modern/Input/Input.js +21 -20
  269. package/modern/Input/inputClasses.js +4 -2
  270. package/modern/InputAdornment/InputAdornment.js +16 -18
  271. package/modern/InputBase/InputBase.js +90 -73
  272. package/modern/InputLabel/InputLabel.js +20 -16
  273. package/modern/LinearProgress/LinearProgress.js +21 -23
  274. package/modern/Link/Link.js +27 -26
  275. package/modern/List/List.js +15 -17
  276. package/modern/ListItem/ListItem.js +64 -63
  277. package/modern/ListItemAvatar/ListItemAvatar.js +10 -11
  278. package/modern/ListItemButton/ListItemButton.js +23 -22
  279. package/modern/ListItemIcon/ListItemIcon.js +10 -11
  280. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -11
  281. package/modern/ListItemText/ListItemText.js +25 -27
  282. package/modern/ListSubheader/ListSubheader.js +15 -16
  283. package/modern/Menu/Menu.js +34 -36
  284. package/modern/MenuItem/MenuItem.js +28 -26
  285. package/modern/MenuList/MenuList.js +17 -20
  286. package/modern/MobileStepper/MobileStepper.js +21 -22
  287. package/modern/Modal/Modal.js +47 -38
  288. package/modern/NativeSelect/NativeSelect.js +26 -22
  289. package/modern/NativeSelect/NativeSelectInput.js +15 -16
  290. package/modern/OutlinedInput/NotchedOutline.js +14 -14
  291. package/modern/OutlinedInput/OutlinedInput.js +46 -42
  292. package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
  293. package/modern/Pagination/Pagination.js +36 -32
  294. package/modern/PaginationItem/PaginationItem.js +31 -30
  295. package/modern/Paper/Paper.js +26 -23
  296. package/modern/Popover/Popover.js +71 -71
  297. package/modern/Popper/Popper.js +29 -27
  298. package/modern/Radio/Radio.js +24 -22
  299. package/modern/Radio/RadioButtonIcon.js +3 -3
  300. package/modern/RadioGroup/RadioGroup.js +15 -18
  301. package/modern/Rating/Rating.js +54 -47
  302. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  303. package/modern/Select/Select.js +63 -57
  304. package/modern/Select/SelectInput.js +64 -59
  305. package/modern/Skeleton/Skeleton.js +20 -21
  306. package/modern/Slide/Slide.js +37 -33
  307. package/modern/Slider/Slider.js +155 -106
  308. package/modern/Snackbar/Snackbar.js +52 -45
  309. package/modern/SnackbarContent/SnackbarContent.js +13 -15
  310. package/modern/SpeedDial/SpeedDial.js +59 -60
  311. package/modern/SpeedDialAction/SpeedDialAction.js +34 -33
  312. package/modern/SpeedDialIcon/SpeedDialIcon.js +10 -12
  313. package/modern/Step/Step.js +18 -20
  314. package/modern/StepButton/StepButton.js +16 -17
  315. package/modern/StepConnector/StepConnector.js +10 -12
  316. package/modern/StepContent/StepContent.js +18 -20
  317. package/modern/StepIcon/StepIcon.js +22 -22
  318. package/modern/StepLabel/StepLabel.js +33 -30
  319. package/modern/Stepper/Stepper.js +21 -22
  320. package/modern/SvgIcon/SvgIcon.js +21 -21
  321. package/modern/SwipeableDrawer/SwipeArea.js +15 -16
  322. package/modern/SwipeableDrawer/SwipeableDrawer.js +49 -43
  323. package/modern/Switch/Switch.js +23 -20
  324. package/modern/Tab/Tab.js +32 -33
  325. package/modern/TabScrollButton/TabScrollButton.js +27 -21
  326. package/modern/Table/Table.js +17 -17
  327. package/modern/TableBody/TableBody.js +11 -12
  328. package/modern/TableCell/TableCell.js +19 -19
  329. package/modern/TableContainer/TableContainer.js +11 -12
  330. package/modern/TableFooter/TableFooter.js +11 -12
  331. package/modern/TableHead/TableHead.js +11 -12
  332. package/modern/TablePagination/TablePagination.js +56 -52
  333. package/modern/TablePagination/TablePaginationActions.js +51 -38
  334. package/modern/TableRow/TableRow.js +13 -14
  335. package/modern/TableSortLabel/TableSortLabel.js +15 -17
  336. package/modern/Tabs/ScrollbarSize.js +7 -9
  337. package/modern/Tabs/Tabs.js +52 -49
  338. package/modern/TextField/TextField.js +137 -67
  339. package/modern/ToggleButton/ToggleButton.js +30 -32
  340. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +19 -21
  341. package/modern/Toolbar/Toolbar.js +13 -14
  342. package/modern/Tooltip/Tooltip.js +77 -64
  343. package/modern/Typography/Typography.js +37 -35
  344. package/modern/Zoom/Zoom.js +31 -30
  345. package/modern/index.js +1 -1
  346. package/modern/internal/SwitchBase.js +37 -37
  347. package/modern/locale/index.js +74 -1
  348. package/modern/styles/CssVarsProvider.js +20 -9
  349. package/modern/styles/ThemeProvider.js +7 -10
  350. package/modern/styles/adaptV4Theme.js +31 -31
  351. package/modern/styles/createMixins.js +4 -4
  352. package/modern/styles/createPalette.js +16 -13
  353. package/modern/styles/createTheme.js +16 -11
  354. package/modern/styles/createTransitions.js +17 -14
  355. package/modern/styles/createTypography.js +31 -29
  356. package/modern/styles/experimental_extendTheme.js +8 -344
  357. package/modern/styles/extendTheme.js +355 -0
  358. package/modern/styles/index.js +2 -1
  359. package/modern/styles/responsiveFontSizes.js +20 -11
  360. package/modern/usePagination/usePagination.js +18 -20
  361. package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
  362. package/modern/utils/createSvgIcon.js +4 -5
  363. package/modern/utils/useSlot.js +41 -40
  364. package/node/Accordion/Accordion.js +33 -33
  365. package/node/AccordionActions/AccordionActions.js +11 -12
  366. package/node/AccordionDetails/AccordionDetails.js +7 -9
  367. package/node/AccordionSummary/AccordionSummary.js +14 -16
  368. package/node/Alert/Alert.js +56 -51
  369. package/node/AlertTitle/AlertTitle.js +7 -9
  370. package/node/AppBar/AppBar.js +125 -129
  371. package/node/Autocomplete/Autocomplete.js +165 -137
  372. package/node/Avatar/Avatar.js +44 -36
  373. package/node/AvatarGroup/AvatarGroup.js +60 -41
  374. package/node/Backdrop/Backdrop.js +33 -30
  375. package/node/Badge/Badge.js +179 -184
  376. package/node/BottomNavigation/BottomNavigation.js +15 -17
  377. package/node/BottomNavigationAction/BottomNavigationAction.js +15 -18
  378. package/node/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  379. package/node/Breadcrumbs/Breadcrumbs.js +19 -21
  380. package/node/Button/Button.js +32 -29
  381. package/node/ButtonBase/ButtonBase.js +43 -42
  382. package/node/ButtonBase/TouchRipple.js +9 -12
  383. package/node/ButtonGroup/ButtonGroup.js +23 -25
  384. package/node/Card/Card.js +11 -12
  385. package/node/CardActionArea/CardActionArea.js +9 -12
  386. package/node/CardActions/CardActions.js +11 -12
  387. package/node/CardContent/CardContent.js +11 -12
  388. package/node/CardHeader/CardHeader.js +30 -31
  389. package/node/CardMedia/CardMedia.js +19 -20
  390. package/node/Checkbox/Checkbox.js +29 -26
  391. package/node/Chip/Chip.js +38 -37
  392. package/node/CircularProgress/CircularProgress.js +24 -23
  393. package/node/Collapse/Collapse.js +44 -42
  394. package/node/CssBaseline/CssBaseline.js +17 -14
  395. package/node/Dialog/Dialog.js +41 -42
  396. package/node/DialogActions/DialogActions.js +11 -12
  397. package/node/DialogContent/DialogContent.js +11 -12
  398. package/node/DialogContentText/DialogContentText.js +13 -11
  399. package/node/DialogTitle/DialogTitle.js +8 -10
  400. package/node/Divider/Divider.js +19 -21
  401. package/node/Drawer/Drawer.js +50 -49
  402. package/node/Fab/Fab.js +27 -24
  403. package/node/Fade/Fade.js +31 -30
  404. package/node/FilledInput/FilledInput.js +48 -44
  405. package/node/FilledInput/filledInputClasses.js +4 -2
  406. package/node/FormControl/FormControl.js +27 -25
  407. package/node/FormControlLabel/FormControlLabel.js +32 -26
  408. package/node/FormGroup/FormGroup.js +11 -12
  409. package/node/FormHelperText/FormHelperText.js +26 -18
  410. package/node/FormLabel/FormLabel.js +27 -19
  411. package/node/GlobalStyles/GlobalStyles.js +3 -3
  412. package/node/Grid/Grid.js +50 -41
  413. package/node/Grow/Grow.js +31 -30
  414. package/node/Hidden/Hidden.js +26 -26
  415. package/node/Hidden/HiddenCss.js +29 -29
  416. package/node/Hidden/withWidth.js +19 -19
  417. package/node/Icon/Icon.js +15 -16
  418. package/node/IconButton/IconButton.js +18 -20
  419. package/node/ImageList/ImageList.js +24 -24
  420. package/node/ImageListItem/ImageListItem.js +19 -20
  421. package/node/ImageListItemBar/ImageListItemBar.js +15 -17
  422. package/node/Input/Input.js +21 -20
  423. package/node/Input/inputClasses.js +4 -2
  424. package/node/InputAdornment/InputAdornment.js +16 -18
  425. package/node/InputBase/InputBase.js +90 -73
  426. package/node/InputLabel/InputLabel.js +20 -16
  427. package/node/LinearProgress/LinearProgress.js +21 -23
  428. package/node/Link/Link.js +27 -26
  429. package/node/List/List.js +15 -17
  430. package/node/ListItem/ListItem.js +64 -63
  431. package/node/ListItemAvatar/ListItemAvatar.js +10 -11
  432. package/node/ListItemButton/ListItemButton.js +23 -22
  433. package/node/ListItemIcon/ListItemIcon.js +10 -11
  434. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -11
  435. package/node/ListItemText/ListItemText.js +25 -27
  436. package/node/ListSubheader/ListSubheader.js +15 -16
  437. package/node/Menu/Menu.js +34 -36
  438. package/node/MenuItem/MenuItem.js +28 -26
  439. package/node/MenuList/MenuList.js +17 -20
  440. package/node/MobileStepper/MobileStepper.js +21 -22
  441. package/node/Modal/Modal.js +47 -38
  442. package/node/NativeSelect/NativeSelect.js +26 -22
  443. package/node/NativeSelect/NativeSelectInput.js +15 -16
  444. package/node/OutlinedInput/NotchedOutline.js +14 -14
  445. package/node/OutlinedInput/OutlinedInput.js +46 -42
  446. package/node/OutlinedInput/outlinedInputClasses.js +4 -2
  447. package/node/Pagination/Pagination.js +36 -32
  448. package/node/PaginationItem/PaginationItem.js +31 -30
  449. package/node/Paper/Paper.js +26 -23
  450. package/node/Popover/Popover.js +71 -71
  451. package/node/Popper/Popper.js +29 -27
  452. package/node/Radio/Radio.js +24 -22
  453. package/node/Radio/RadioButtonIcon.js +3 -3
  454. package/node/RadioGroup/RadioGroup.js +15 -18
  455. package/node/Rating/Rating.js +54 -47
  456. package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  457. package/node/Select/Select.js +63 -57
  458. package/node/Select/SelectInput.js +64 -59
  459. package/node/Skeleton/Skeleton.js +20 -21
  460. package/node/Slide/Slide.js +39 -34
  461. package/node/Slider/Slider.js +299 -266
  462. package/node/Snackbar/Snackbar.js +52 -45
  463. package/node/SnackbarContent/SnackbarContent.js +13 -15
  464. package/node/SpeedDial/SpeedDial.js +59 -60
  465. package/node/SpeedDialAction/SpeedDialAction.js +34 -33
  466. package/node/SpeedDialIcon/SpeedDialIcon.js +10 -12
  467. package/node/Step/Step.js +18 -20
  468. package/node/StepButton/StepButton.js +16 -17
  469. package/node/StepConnector/StepConnector.js +10 -12
  470. package/node/StepContent/StepContent.js +18 -20
  471. package/node/StepIcon/StepIcon.js +22 -22
  472. package/node/StepLabel/StepLabel.js +33 -30
  473. package/node/Stepper/Stepper.js +21 -22
  474. package/node/SvgIcon/SvgIcon.js +21 -21
  475. package/node/SwipeableDrawer/SwipeArea.js +15 -16
  476. package/node/SwipeableDrawer/SwipeableDrawer.js +51 -44
  477. package/node/Switch/Switch.js +23 -20
  478. package/node/Tab/Tab.js +32 -33
  479. package/node/TabScrollButton/TabScrollButton.js +27 -21
  480. package/node/Table/Table.js +17 -17
  481. package/node/TableBody/TableBody.js +11 -12
  482. package/node/TableCell/TableCell.js +19 -19
  483. package/node/TableContainer/TableContainer.js +11 -12
  484. package/node/TableFooter/TableFooter.js +11 -12
  485. package/node/TableHead/TableHead.js +11 -12
  486. package/node/TablePagination/TablePagination.js +56 -52
  487. package/node/TablePagination/TablePaginationActions.js +54 -42
  488. package/node/TableRow/TableRow.js +13 -14
  489. package/node/TableSortLabel/TableSortLabel.js +15 -17
  490. package/node/Tabs/ScrollbarSize.js +7 -9
  491. package/node/Tabs/Tabs.js +52 -49
  492. package/node/TextField/TextField.js +137 -67
  493. package/node/ToggleButton/ToggleButton.js +30 -32
  494. package/node/ToggleButtonGroup/ToggleButtonGroup.js +19 -21
  495. package/node/Toolbar/Toolbar.js +13 -14
  496. package/node/Tooltip/Tooltip.js +77 -64
  497. package/node/Typography/Typography.js +37 -35
  498. package/node/Zoom/Zoom.js +31 -30
  499. package/node/index.js +1 -1
  500. package/node/internal/SwitchBase.js +37 -37
  501. package/node/locale/index.js +75 -2
  502. package/node/styles/CssVarsProvider.js +25 -10
  503. package/node/styles/ThemeProvider.js +7 -10
  504. package/node/styles/adaptV4Theme.js +31 -32
  505. package/node/styles/createMixins.js +4 -5
  506. package/node/styles/createPalette.js +16 -13
  507. package/node/styles/createTheme.js +16 -11
  508. package/node/styles/createTransitions.js +17 -15
  509. package/node/styles/createTypography.js +31 -29
  510. package/node/styles/experimental_extendTheme.js +9 -350
  511. package/node/styles/extendTheme.js +367 -0
  512. package/node/styles/index.js +10 -0
  513. package/node/styles/responsiveFontSizes.js +20 -11
  514. package/node/usePagination/usePagination.js +18 -20
  515. package/node/useScrollTrigger/useScrollTrigger.js +8 -11
  516. package/node/utils/createSvgIcon.js +4 -5
  517. package/node/utils/useSlot.js +41 -40
  518. package/package.json +6 -6
  519. package/styles/CssVarsProvider.d.ts +3 -2
  520. package/styles/CssVarsProvider.js +20 -9
  521. package/styles/ThemeProvider.js +7 -10
  522. package/styles/adaptV4Theme.js +31 -31
  523. package/styles/createMixins.js +4 -4
  524. package/styles/createPalette.js +16 -13
  525. package/styles/createTheme.js +16 -11
  526. package/styles/createTransitions.js +17 -14
  527. package/styles/createTypography.js +31 -29
  528. package/styles/experimental_extendTheme.js +8 -344
  529. package/styles/{experimental_extendTheme.d.ts → extendTheme.d.ts} +1 -2
  530. package/styles/extendTheme.js +355 -0
  531. package/styles/index.d.ts +2 -2
  532. package/styles/index.js +2 -1
  533. package/styles/responsiveFontSizes.js +20 -11
  534. package/themeCssVarsAugmentation/index.d.ts +1 -1
  535. package/types/OverridableComponentAugmentation.d.ts +2 -2
  536. package/usePagination/usePagination.d.ts +1 -1
  537. package/usePagination/usePagination.js +18 -20
  538. package/useScrollTrigger/useScrollTrigger.js +8 -10
  539. package/utils/createSvgIcon.js +4 -5
  540. package/utils/useSlot.js +41 -40
  541. package/umd/material-ui.development.js +0 -54226
  542. package/umd/material-ui.production.min.js +0 -25
package/node/Menu/Menu.js CHANGED
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = exports.MenuPaper = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _reactIs = require("react-is");
13
11
  var _propTypes = _interopRequireDefault(require("prop-types"));
@@ -22,8 +20,6 @@ var _rootShouldForwardProp = _interopRequireDefault(require("../styles/rootShoul
22
20
  var _zeroStyled = require("../zero-styled");
23
21
  var _menuClasses = require("./menuClasses");
24
22
  var _jsxRuntime = require("react/jsx-runtime");
25
- const _excluded = ["onEntering"],
26
- _excluded2 = ["autoFocus", "children", "className", "disableAutoFocusItem", "MenuListProps", "onClose", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant", "slots", "slotProps"];
27
23
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
28
24
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
29
25
  const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiMenu');
@@ -79,27 +75,28 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
79
75
  name: 'MuiMenu'
80
76
  });
81
77
  const {
82
- autoFocus = true,
83
- children,
84
- className,
85
- disableAutoFocusItem = false,
86
- MenuListProps = {},
87
- onClose,
88
- open,
89
- PaperProps = {},
90
- PopoverClasses,
91
- transitionDuration = 'auto',
92
- TransitionProps: {
93
- onEntering
94
- } = {},
95
- variant = 'selectedMenu',
96
- slots = {},
97
- slotProps = {}
98
- } = props,
99
- TransitionProps = (0, _objectWithoutPropertiesLoose2.default)(props.TransitionProps, _excluded),
100
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded2);
78
+ autoFocus = true,
79
+ children,
80
+ className,
81
+ disableAutoFocusItem = false,
82
+ MenuListProps = {},
83
+ onClose,
84
+ open,
85
+ PaperProps = {},
86
+ PopoverClasses,
87
+ transitionDuration = 'auto',
88
+ TransitionProps: {
89
+ onEntering,
90
+ ...TransitionProps
91
+ } = {},
92
+ variant = 'selectedMenu',
93
+ slots = {},
94
+ slotProps = {},
95
+ ...other
96
+ } = props;
101
97
  const isRtl = (0, _RtlProvider.useRtl)();
102
- const ownerState = (0, _extends2.default)({}, props, {
98
+ const ownerState = {
99
+ ...props,
103
100
  autoFocus,
104
101
  disableAutoFocusItem,
105
102
  MenuListProps,
@@ -108,7 +105,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
108
105
  transitionDuration,
109
106
  TransitionProps,
110
107
  variant
111
- });
108
+ };
112
109
  const classes = useUtilityClasses(ownerState);
113
110
  const autoFocusItem = autoFocus && !disableAutoFocusItem && open;
114
111
  const menuListActionsRef = React.useRef(null);
@@ -171,7 +168,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
171
168
  ownerState,
172
169
  className: classes.paper
173
170
  });
174
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuRoot, (0, _extends2.default)({
171
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuRoot, {
175
172
  onClose: onClose,
176
173
  anchorOrigin: {
177
174
  vertical: 'bottom',
@@ -189,23 +186,24 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
189
186
  open: open,
190
187
  ref: ref,
191
188
  transitionDuration: transitionDuration,
192
- TransitionProps: (0, _extends2.default)({
193
- onEntering: handleEntering
194
- }, TransitionProps),
195
- ownerState: ownerState
196
- }, other, {
189
+ TransitionProps: {
190
+ onEntering: handleEntering,
191
+ ...TransitionProps
192
+ },
193
+ ownerState: ownerState,
194
+ ...other,
197
195
  classes: PopoverClasses,
198
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuMenuList, (0, _extends2.default)({
196
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuMenuList, {
199
197
  onKeyDown: handleListKeyDown,
200
198
  actions: menuListActionsRef,
201
199
  autoFocus: autoFocus && (activeItemIndex === -1 || disableAutoFocusItem),
202
200
  autoFocusItem: autoFocusItem,
203
- variant: variant
204
- }, MenuListProps, {
201
+ variant: variant,
202
+ ...MenuListProps,
205
203
  className: (0, _clsx.default)(classes.list, MenuListProps.className),
206
204
  children: children
207
- }))
208
- }));
205
+ })
206
+ });
209
207
  });
210
208
  process.env.NODE_ENV !== "production" ? Menu.propTypes /* remove-proptypes */ = {
211
209
  // ┌────────────────────────────── Warning ──────────────────────────────┐
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.overridesResolver = exports.default = void 0;
9
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
10
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _propTypes = _interopRequireDefault(require("prop-types"));
13
11
  var _clsx = _interopRequireDefault(require("clsx"));
@@ -24,7 +22,6 @@ var _ListItemIcon = require("../ListItemIcon");
24
22
  var _ListItemText = require("../ListItemText");
25
23
  var _menuItemClasses = _interopRequireWildcard(require("./menuItemClasses"));
26
24
  var _jsxRuntime = require("react/jsx-runtime");
27
- const _excluded = ["autoFocus", "component", "dense", "divider", "disableGutters", "focusVisibleClassName", "role", "tabIndex", "className"];
28
25
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
29
26
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
30
27
  const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiMenuItem');
@@ -48,7 +45,10 @@ const useUtilityClasses = ownerState => {
48
45
  root: ['root', dense && 'dense', disabled && 'disabled', !disableGutters && 'gutters', divider && 'divider', selected && 'selected']
49
46
  };
50
47
  const composedClasses = (0, _composeClasses.default)(slots, _menuItemClasses.getMenuItemUtilityClass, classes);
51
- return (0, _extends2.default)({}, classes, composedClasses);
48
+ return {
49
+ ...classes,
50
+ ...composedClasses
51
+ };
52
52
  };
53
53
  const MenuItemRoot = (0, _zeroStyled.styled)(_ButtonBase.default, {
54
54
  shouldForwardProp: prop => (0, _rootShouldForwardProp.default)(prop) || prop === 'classes',
@@ -57,7 +57,8 @@ const MenuItemRoot = (0, _zeroStyled.styled)(_ButtonBase.default, {
57
57
  overridesResolver
58
58
  })(({
59
59
  theme
60
- }) => (0, _extends2.default)({}, theme.typography.body1, {
60
+ }) => ({
61
+ ...theme.typography.body1,
61
62
  display: 'flex',
62
63
  justifyContent: 'flex-start',
63
64
  alignItems: 'center',
@@ -141,16 +142,16 @@ const MenuItemRoot = (0, _zeroStyled.styled)(_ButtonBase.default, {
141
142
  props: ({
142
143
  ownerState
143
144
  }) => ownerState.dense,
144
- style: (0, _extends2.default)({
145
+ style: {
145
146
  minHeight: 32,
146
147
  // https://m2.material.io/components/menus#specs > Dense
147
148
  paddingTop: 4,
148
- paddingBottom: 4
149
- }, theme.typography.body2, {
149
+ paddingBottom: 4,
150
+ ...theme.typography.body2,
150
151
  [`& .${_ListItemIcon.listItemIconClasses.root} svg`]: {
151
152
  fontSize: '1.25rem'
152
153
  }
153
- })
154
+ }
154
155
  }]
155
156
  }));
156
157
  const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
@@ -159,17 +160,17 @@ const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
159
160
  name: 'MuiMenuItem'
160
161
  });
161
162
  const {
162
- autoFocus = false,
163
- component = 'li',
164
- dense = false,
165
- divider = false,
166
- disableGutters = false,
167
- focusVisibleClassName,
168
- role = 'menuitem',
169
- tabIndex: tabIndexProp,
170
- className
171
- } = props,
172
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
163
+ autoFocus = false,
164
+ component = 'li',
165
+ dense = false,
166
+ divider = false,
167
+ disableGutters = false,
168
+ focusVisibleClassName,
169
+ role = 'menuitem',
170
+ tabIndex: tabIndexProp,
171
+ className,
172
+ ...other
173
+ } = props;
173
174
  const context = React.useContext(_ListContext.default);
174
175
  const childContext = React.useMemo(() => ({
175
176
  dense: dense || context.dense || false,
@@ -185,11 +186,12 @@ const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
185
186
  }
186
187
  }
187
188
  }, [autoFocus]);
188
- const ownerState = (0, _extends2.default)({}, props, {
189
+ const ownerState = {
190
+ ...props,
189
191
  dense: childContext.dense,
190
192
  divider,
191
193
  disableGutters
192
- });
194
+ };
193
195
  const classes = useUtilityClasses(props);
194
196
  const handleRef = (0, _useForkRef.default)(menuItemRef, ref);
195
197
  let tabIndex;
@@ -198,17 +200,17 @@ const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
198
200
  }
199
201
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ListContext.default.Provider, {
200
202
  value: childContext,
201
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuItemRoot, (0, _extends2.default)({
203
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(MenuItemRoot, {
202
204
  ref: handleRef,
203
205
  role: role,
204
206
  tabIndex: tabIndex,
205
207
  component: component,
206
208
  focusVisibleClassName: (0, _clsx.default)(classes.focusVisible, focusVisibleClassName),
207
- className: (0, _clsx.default)(classes.root, className)
208
- }, other, {
209
+ className: (0, _clsx.default)(classes.root, className),
210
+ ...other,
209
211
  ownerState: ownerState,
210
212
  classes: classes
211
- }))
213
+ })
212
214
  });
213
215
  });
214
216
  process.env.NODE_ENV !== "production" ? MenuItem.propTypes /* remove-proptypes */ = {
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _reactIs = require("react-is");
13
11
  var _propTypes = _interopRequireDefault(require("prop-types"));
@@ -17,7 +15,6 @@ var _getScrollbarSize = _interopRequireDefault(require("../utils/getScrollbarSiz
17
15
  var _useForkRef = _interopRequireDefault(require("../utils/useForkRef"));
18
16
  var _useEnhancedEffect = _interopRequireDefault(require("../utils/useEnhancedEffect"));
19
17
  var _jsxRuntime = require("react/jsx-runtime");
20
- const _excluded = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
21
18
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
22
19
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
20
  function nextItem(list, item, disableListWrap) {
@@ -89,19 +86,19 @@ function moveFocus(list, currentFocus, disableListWrap, disabledItemsFocusable,
89
86
  */
90
87
  const MenuList = /*#__PURE__*/React.forwardRef(function MenuList(props, ref) {
91
88
  const {
92
- // private
93
- // eslint-disable-next-line react/prop-types
94
- actions,
95
- autoFocus = false,
96
- autoFocusItem = false,
97
- children,
98
- className,
99
- disabledItemsFocusable = false,
100
- disableListWrap = false,
101
- onKeyDown,
102
- variant = 'selectedMenu'
103
- } = props,
104
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
89
+ // private
90
+ // eslint-disable-next-line react/prop-types
91
+ actions,
92
+ autoFocus = false,
93
+ autoFocusItem = false,
94
+ children,
95
+ className,
96
+ disabledItemsFocusable = false,
97
+ disableListWrap = false,
98
+ onKeyDown,
99
+ variant = 'selectedMenu',
100
+ ...other
101
+ } = props;
105
102
  const listRef = React.useRef(null);
106
103
  const textCriteriaRef = React.useRef({
107
104
  keys: [],
@@ -234,15 +231,15 @@ const MenuList = /*#__PURE__*/React.forwardRef(function MenuList(props, ref) {
234
231
  }
235
232
  return child;
236
233
  });
237
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_List.default, (0, _extends2.default)({
234
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_List.default, {
238
235
  role: "menu",
239
236
  ref: handleRef,
240
237
  className: className,
241
238
  onKeyDown: handleKeyDown,
242
- tabIndex: autoFocus ? 0 : -1
243
- }, other, {
239
+ tabIndex: autoFocus ? 0 : -1,
240
+ ...other,
244
241
  children: items
245
- }));
242
+ });
246
243
  });
247
244
  process.env.NODE_ENV !== "production" ? MenuList.propTypes /* remove-proptypes */ = {
248
245
  // ┌────────────────────────────── Warning ──────────────────────────────┐
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _propTypes = _interopRequireDefault(require("prop-types"));
13
11
  var _clsx = _interopRequireDefault(require("clsx"));
@@ -20,7 +18,6 @@ var _zeroStyled = require("../zero-styled");
20
18
  var _slotShouldForwardProp = _interopRequireDefault(require("../styles/slotShouldForwardProp"));
21
19
  var _mobileStepperClasses = require("./mobileStepperClasses");
22
20
  var _jsxRuntime = require("react/jsx-runtime");
23
- const _excluded = ["activeStep", "backButton", "className", "LinearProgressProps", "nextButton", "position", "steps", "variant"];
24
21
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
25
22
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
26
23
  const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiMobileStepper');
@@ -154,21 +151,22 @@ const MobileStepper = /*#__PURE__*/React.forwardRef(function MobileStepper(inPro
154
151
  name: 'MuiMobileStepper'
155
152
  });
156
153
  const {
157
- activeStep = 0,
158
- backButton,
159
- className,
160
- LinearProgressProps,
161
- nextButton,
162
- position = 'bottom',
163
- steps,
164
- variant = 'dots'
165
- } = props,
166
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
167
- const ownerState = (0, _extends2.default)({}, props, {
154
+ activeStep = 0,
155
+ backButton,
156
+ className,
157
+ LinearProgressProps,
158
+ nextButton,
159
+ position = 'bottom',
160
+ steps,
161
+ variant = 'dots',
162
+ ...other
163
+ } = props;
164
+ const ownerState = {
165
+ ...props,
168
166
  activeStep,
169
167
  position,
170
168
  variant
171
- });
169
+ };
172
170
  let value;
173
171
  if (variant === 'progress') {
174
172
  if (steps === 1) {
@@ -178,13 +176,13 @@ const MobileStepper = /*#__PURE__*/React.forwardRef(function MobileStepper(inPro
178
176
  }
179
177
  }
180
178
  const classes = useUtilityClasses(ownerState);
181
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(MobileStepperRoot, (0, _extends2.default)({
179
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(MobileStepperRoot, {
182
180
  square: true,
183
181
  elevation: 0,
184
182
  className: (0, _clsx.default)(classes.root, className),
185
183
  ref: ref,
186
- ownerState: ownerState
187
- }, other, {
184
+ ownerState: ownerState,
185
+ ...other,
188
186
  children: [backButton, variant === 'text' && /*#__PURE__*/(0, _jsxRuntime.jsxs)(React.Fragment, {
189
187
  children: [activeStep + 1, " / ", steps]
190
188
  }), variant === 'dots' && /*#__PURE__*/(0, _jsxRuntime.jsx)(MobileStepperDots, {
@@ -195,13 +193,14 @@ const MobileStepper = /*#__PURE__*/React.forwardRef(function MobileStepper(inPro
195
193
  ownerState: ownerState,
196
194
  dotActive: index === activeStep
197
195
  }, index))
198
- }), variant === 'progress' && /*#__PURE__*/(0, _jsxRuntime.jsx)(MobileStepperProgress, (0, _extends2.default)({
196
+ }), variant === 'progress' && /*#__PURE__*/(0, _jsxRuntime.jsx)(MobileStepperProgress, {
199
197
  ownerState: ownerState,
200
198
  className: classes.progress,
201
199
  variant: "determinate",
202
- value: value
203
- }, LinearProgressProps)), nextButton]
204
- }));
200
+ value: value,
201
+ ...LinearProgressProps
202
+ }), nextButton]
203
+ });
205
204
  });
206
205
  process.env.NODE_ENV !== "production" ? MobileStepper.propTypes /* remove-proptypes */ = {
207
206
  // ┌────────────────────────────── Warning ──────────────────────────────┐
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _propTypes = _interopRequireDefault(require("prop-types"));
13
11
  var _clsx = _interopRequireDefault(require("clsx"));
@@ -22,7 +20,6 @@ var _zeroStyled = require("../zero-styled");
22
20
  var _Backdrop = _interopRequireDefault(require("../Backdrop"));
23
21
  var _modalClasses = require("./modalClasses");
24
22
  var _jsxRuntime = require("react/jsx-runtime");
25
- const _excluded = ["BackdropComponent", "BackdropProps", "classes", "className", "closeAfterTransition", "children", "container", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "onBackdropClick", "onClose", "onTransitionEnter", "onTransitionExited", "open", "slotProps", "slots", "theme"];
26
23
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
27
24
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
28
25
  const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiModal');
@@ -95,31 +92,37 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
95
92
  props: inProps
96
93
  });
97
94
  const {
98
- BackdropComponent = ModalBackdrop,
99
- BackdropProps,
100
- className,
101
- closeAfterTransition = false,
102
- children,
103
- container,
104
- component,
105
- components = {},
106
- componentsProps = {},
107
- disableAutoFocus = false,
108
- disableEnforceFocus = false,
109
- disableEscapeKeyDown = false,
110
- disablePortal = false,
111
- disableRestoreFocus = false,
112
- disableScrollLock = false,
113
- hideBackdrop = false,
114
- keepMounted = false,
115
- onBackdropClick,
116
- open,
117
- slotProps,
118
- slots
119
- // eslint-disable-next-line react/prop-types
120
- } = props,
121
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
122
- const propsWithDefaults = (0, _extends2.default)({}, props, {
95
+ BackdropComponent = ModalBackdrop,
96
+ BackdropProps,
97
+ classes: classesProp,
98
+ className,
99
+ closeAfterTransition = false,
100
+ children,
101
+ container,
102
+ component,
103
+ components = {},
104
+ componentsProps = {},
105
+ disableAutoFocus = false,
106
+ disableEnforceFocus = false,
107
+ disableEscapeKeyDown = false,
108
+ disablePortal = false,
109
+ disableRestoreFocus = false,
110
+ disableScrollLock = false,
111
+ hideBackdrop = false,
112
+ keepMounted = false,
113
+ onBackdropClick,
114
+ onClose,
115
+ onTransitionEnter,
116
+ onTransitionExited,
117
+ open,
118
+ slotProps,
119
+ slots,
120
+ // eslint-disable-next-line react/prop-types
121
+ theme,
122
+ ...other
123
+ } = props;
124
+ const propsWithDefaults = {
125
+ ...props,
123
126
  closeAfterTransition,
124
127
  disableAutoFocus,
125
128
  disableEnforceFocus,
@@ -129,7 +132,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
129
132
  disableScrollLock,
130
133
  hideBackdrop,
131
134
  keepMounted
132
- });
135
+ };
133
136
  const {
134
137
  getRootProps,
135
138
  getBackdropProps,
@@ -138,12 +141,14 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
138
141
  isTopModal,
139
142
  exited,
140
143
  hasTransition
141
- } = (0, _unstable_useModal.unstable_useModal)((0, _extends2.default)({}, propsWithDefaults, {
144
+ } = (0, _unstable_useModal.unstable_useModal)({
145
+ ...propsWithDefaults,
142
146
  rootRef: ref
143
- }));
144
- const ownerState = (0, _extends2.default)({}, propsWithDefaults, {
145
- exited
146
147
  });
148
+ const ownerState = {
149
+ ...propsWithDefaults,
150
+ exited
151
+ };
147
152
  const classes = useUtilityClasses(ownerState);
148
153
  const childProps = {};
149
154
  if (children.props.tabIndex === undefined) {
@@ -180,7 +185,8 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
180
185
  externalSlotProps: backdropSlotProps,
181
186
  additionalProps: BackdropProps,
182
187
  getSlotProps: otherHandlers => {
183
- return getBackdropProps((0, _extends2.default)({}, otherHandlers, {
188
+ return getBackdropProps({
189
+ ...otherHandlers,
184
190
  onClick: e => {
185
191
  if (onBackdropClick) {
186
192
  onBackdropClick(e);
@@ -189,7 +195,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
189
195
  otherHandlers.onClick(e);
190
196
  }
191
197
  }
192
- }));
198
+ });
193
199
  },
194
200
  className: (0, _clsx.default)(backdropSlotProps == null ? void 0 : backdropSlotProps.className, BackdropProps == null ? void 0 : BackdropProps.className, classes == null ? void 0 : classes.backdrop),
195
201
  ownerState
@@ -201,8 +207,11 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
201
207
  ref: portalRef,
202
208
  container: container,
203
209
  disablePortal: disablePortal,
204
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(RootSlot, (0, _extends2.default)({}, rootProps, {
205
- children: [!hideBackdrop && BackdropComponent ? /*#__PURE__*/(0, _jsxRuntime.jsx)(BackdropSlot, (0, _extends2.default)({}, backdropProps)) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_Unstable_TrapFocus.default, {
210
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(RootSlot, {
211
+ ...rootProps,
212
+ children: [!hideBackdrop && BackdropComponent ? /*#__PURE__*/(0, _jsxRuntime.jsx)(BackdropSlot, {
213
+ ...backdropProps
214
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_Unstable_TrapFocus.default, {
206
215
  disableEnforceFocus: disableEnforceFocus,
207
216
  disableAutoFocus: disableAutoFocus,
208
217
  disableRestoreFocus: disableRestoreFocus,
@@ -210,7 +219,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
210
219
  open: open,
211
220
  children: /*#__PURE__*/React.cloneElement(children, childProps)
212
221
  })]
213
- }))
222
+ })
214
223
  });
215
224
  });
216
225
  process.env.NODE_ENV !== "production" ? Modal.propTypes /* remove-proptypes */ = {
@@ -6,8 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
9
  var React = _interopRequireWildcard(require("react"));
12
10
  var _clsx = _interopRequireDefault(require("clsx"));
13
11
  var _propTypes = _interopRequireDefault(require("prop-types"));
@@ -20,8 +18,6 @@ var _Input = _interopRequireDefault(require("../Input"));
20
18
  var _useThemeProps = _interopRequireDefault(require("../styles/useThemeProps"));
21
19
  var _nativeSelectClasses = require("./nativeSelectClasses");
22
20
  var _jsxRuntime = require("react/jsx-runtime");
23
- const _excluded = ["className", "children", "classes", "IconComponent", "input", "inputProps", "variant"],
24
- _excluded2 = ["root"];
25
21
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
26
22
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
27
23
  const useUtilityClasses = ownerState => {
@@ -43,41 +39,49 @@ const NativeSelect = /*#__PURE__*/React.forwardRef(function NativeSelect(inProps
43
39
  props: inProps
44
40
  });
45
41
  const {
46
- className,
47
- children,
48
- classes: classesProp = {},
49
- IconComponent = _ArrowDropDown.default,
50
- input = defaultInput,
51
- inputProps
52
- } = props,
53
- other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
42
+ className,
43
+ children,
44
+ classes: classesProp = {},
45
+ IconComponent = _ArrowDropDown.default,
46
+ input = defaultInput,
47
+ inputProps,
48
+ variant,
49
+ ...other
50
+ } = props;
54
51
  const muiFormControl = (0, _useFormControl.default)();
55
52
  const fcs = (0, _formControlState.default)({
56
53
  props,
57
54
  muiFormControl,
58
55
  states: ['variant']
59
56
  });
60
- const ownerState = (0, _extends2.default)({}, props, {
57
+ const ownerState = {
58
+ ...props,
61
59
  classes: classesProp
62
- });
60
+ };
63
61
  const classes = useUtilityClasses(ownerState);
64
- const otherClasses = (0, _objectWithoutPropertiesLoose2.default)(classesProp, _excluded2);
62
+ const {
63
+ root,
64
+ ...otherClasses
65
+ } = classesProp;
65
66
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(React.Fragment, {
66
- children: /*#__PURE__*/React.cloneElement(input, (0, _extends2.default)({
67
+ children: /*#__PURE__*/React.cloneElement(input, {
67
68
  // Most of the logic is implemented in `NativeSelectInput`.
68
69
  // The `Select` component is a simple API wrapper to expose something better to play with.
69
70
  inputComponent: _NativeSelectInput.default,
70
- inputProps: (0, _extends2.default)({
71
+ inputProps: {
71
72
  children,
72
73
  classes: otherClasses,
73
74
  IconComponent,
74
75
  variant: fcs.variant,
75
- type: undefined
76
- }, inputProps, input ? input.props.inputProps : {}),
77
- ref
78
- }, other, {
76
+ type: undefined,
77
+ // We render a select. We can ignore the type provided by the `Input`.
78
+ ...inputProps,
79
+ ...(input ? input.props.inputProps : {})
80
+ },
81
+ ref,
82
+ ...other,
79
83
  className: (0, _clsx.default)(classes.root, input.props.className, className)
80
- }))
84
+ })
81
85
  });
82
86
  });
83
87
  process.env.NODE_ENV !== "production" ? NativeSelect.propTypes /* remove-proptypes */ = {