@mui/material 5.0.0 → 5.0.4

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 (414) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/Alert.d.ts +2 -1
  6. package/Alert/Alert.js +1 -0
  7. package/Alert/alertClasses.d.ts +44 -44
  8. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  9. package/AppBar/appBarClasses.d.ts +28 -28
  10. package/Autocomplete/Autocomplete.d.ts +1 -1
  11. package/Autocomplete/Autocomplete.js +1 -1
  12. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  13. package/Avatar/Avatar.d.ts +1 -1
  14. package/Avatar/Avatar.js +1 -1
  15. package/Avatar/avatarClasses.d.ts +20 -20
  16. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  17. package/BottomNavigation/BottomNavigation.js +0 -0
  18. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  19. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  20. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  21. package/Button/buttonClasses.d.ts +76 -76
  22. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  23. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  24. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  25. package/CHANGELOG.md +278 -2
  26. package/Card/cardClasses.d.ts +8 -8
  27. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  28. package/CardActions/cardActionsClasses.d.ts +10 -10
  29. package/CardContent/cardContentClasses.d.ts +8 -8
  30. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  31. package/CardMedia/cardMediaClasses.d.ts +12 -12
  32. package/Checkbox/checkboxClasses.d.ts +18 -18
  33. package/Chip/Chip.js +5 -4
  34. package/Chip/chipClasses.d.ts +80 -80
  35. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  36. package/ClickAwayListener/ClickAwayListener.d.ts +47 -47
  37. package/ClickAwayListener/index.d.ts +2 -2
  38. package/Collapse/Collapse.js +16 -3
  39. package/Collapse/collapseClasses.d.ts +18 -18
  40. package/Container/containerClasses.d.ts +22 -22
  41. package/Dialog/Dialog.d.ts +1 -1
  42. package/Dialog/DialogContext.d.ts +6 -6
  43. package/Dialog/dialogClasses.d.ts +36 -36
  44. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  45. package/DialogContent/dialogContentClasses.d.ts +10 -10
  46. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  47. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  48. package/Divider/dividerClasses.d.ts +34 -34
  49. package/Drawer/drawerClasses.d.ts +30 -30
  50. package/Fab/fabClasses.d.ts +26 -26
  51. package/Fade/Fade.d.ts +1 -1
  52. package/Fade/Fade.js +19 -2
  53. package/FilledInput/filledInputClasses.d.ts +40 -40
  54. package/FormControl/formControlClasses.d.ts +14 -14
  55. package/FormControlLabel/formControlLabelClasses.d.ts +18 -18
  56. package/FormGroup/formGroupClasses.d.ts +10 -10
  57. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  58. package/FormLabel/formLabelClasses.d.ts +22 -22
  59. package/Grid/gridClasses.d.ts +48 -48
  60. package/Grow/Grow.d.ts +1 -1
  61. package/Grow/Grow.js +17 -4
  62. package/Icon/iconClasses.d.ts +24 -24
  63. package/IconButton/iconButtonClasses.d.ts +26 -26
  64. package/ImageList/imageListClasses.d.ts +16 -16
  65. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  66. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  67. package/Input/inputClasses.d.ts +34 -34
  68. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  69. package/InputBase/inputBaseClasses.d.ts +44 -44
  70. package/InputLabel/InputLabel.js +1 -1
  71. package/InputLabel/inputLabelClasses.d.ts +32 -32
  72. package/LICENSE +21 -21
  73. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  74. package/Link/linkClasses.d.ts +18 -18
  75. package/List/listClasses.d.ts +14 -14
  76. package/ListItem/listItemClasses.d.ts +30 -30
  77. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  78. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  79. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  80. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  81. package/ListItemText/listItemTextClasses.d.ts +18 -18
  82. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  83. package/Menu/menuClasses.d.ts +12 -12
  84. package/MenuItem/menuItemClasses.d.ts +20 -20
  85. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  86. package/NativeSelect/NativeSelect.d.ts +1 -1
  87. package/NativeSelect/NativeSelect.js +1 -1
  88. package/NativeSelect/nativeSelectClasses.d.ts +30 -30
  89. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  90. package/Pagination/paginationClasses.d.ts +14 -14
  91. package/PaginationItem/PaginationItem.js +3 -4
  92. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  93. package/Paper/paperClasses.d.ts +39 -39
  94. package/Popover/Popover.d.ts +1 -1
  95. package/Popover/popoverClasses.d.ts +10 -10
  96. package/README.md +8 -3
  97. package/Radio/Radio.js +10 -1
  98. package/Radio/radioClasses.d.ts +16 -16
  99. package/Rating/ratingClasses.d.ts +40 -40
  100. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  101. package/Select/SelectInput.js +2 -1
  102. package/Select/selectClasses.d.ts +30 -30
  103. package/Skeleton/skeletonClasses.d.ts +24 -24
  104. package/Slide/Slide.d.ts +1 -1
  105. package/Slide/Slide.js +19 -2
  106. package/Snackbar/Snackbar.d.ts +1 -1
  107. package/Snackbar/snackbarClasses.d.ts +20 -20
  108. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  109. package/SpeedDial/speedDialClasses.d.ts +22 -22
  110. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  111. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  112. package/Step/stepClasses.d.ts +16 -16
  113. package/StepButton/stepButtonClasses.d.ts +14 -14
  114. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  115. package/StepContent/stepContentClasses.d.ts +12 -12
  116. package/StepIcon/stepIconClasses.d.ts +16 -16
  117. package/StepLabel/stepLabelClasses.d.ts +28 -28
  118. package/Stepper/stepperClasses.d.ts +14 -14
  119. package/SvgIcon/svgIconClasses.d.ts +24 -24
  120. package/Switch/Switch.js +3 -1
  121. package/Switch/switchClasses.d.ts +32 -32
  122. package/Tab/Tab.js +8 -4
  123. package/Tab/tabClasses.d.ts +26 -24
  124. package/Tab/tabClasses.js +1 -1
  125. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  126. package/Table/tableClasses.d.ts +10 -10
  127. package/TableBody/tableBodyClasses.d.ts +8 -8
  128. package/TableCell/tableCellClasses.d.ts +32 -32
  129. package/TableContainer/tableContainerClasses.d.ts +8 -8
  130. package/TableFooter/tableFooterClasses.d.ts +8 -8
  131. package/TableHead/tableHeadClasses.d.ts +8 -8
  132. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  133. package/TableRow/tableRowClasses.d.ts +16 -16
  134. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  135. package/Tabs/tabsClasses.d.ts +32 -32
  136. package/TextField/textFieldClasses.d.ts +8 -8
  137. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  138. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  139. package/Toolbar/toolbarClasses.d.ts +14 -14
  140. package/Tooltip/Tooltip.d.ts +29 -2
  141. package/Tooltip/Tooltip.js +56 -24
  142. package/Tooltip/tooltipClasses.d.ts +30 -30
  143. package/Typography/typographyClasses.d.ts +50 -50
  144. package/Zoom/Zoom.d.ts +1 -1
  145. package/Zoom/Zoom.js +19 -2
  146. package/colors/amber.d.ts +15 -15
  147. package/colors/blue.d.ts +15 -15
  148. package/colors/blueGrey.d.ts +15 -15
  149. package/colors/brown.d.ts +15 -15
  150. package/colors/common.d.ts +3 -3
  151. package/colors/cyan.d.ts +15 -15
  152. package/colors/deepOrange.d.ts +15 -15
  153. package/colors/deepPurple.d.ts +15 -15
  154. package/colors/green.d.ts +15 -15
  155. package/colors/grey.d.ts +15 -15
  156. package/colors/indigo.d.ts +15 -15
  157. package/colors/lightBlue.d.ts +15 -15
  158. package/colors/lightGreen.d.ts +15 -15
  159. package/colors/lime.d.ts +15 -15
  160. package/colors/orange.d.ts +15 -15
  161. package/colors/pink.d.ts +15 -15
  162. package/colors/purple.d.ts +15 -15
  163. package/colors/red.d.ts +15 -15
  164. package/colors/teal.d.ts +15 -15
  165. package/colors/yellow.d.ts +15 -15
  166. package/darkScrollbar/index.d.ts +28 -28
  167. package/index.js +1 -1
  168. package/internal/SwitchBase.js +3 -2
  169. package/internal/switchBaseClasses.d.ts +12 -12
  170. package/legacy/Alert/Alert.js +1 -0
  171. package/legacy/Autocomplete/Autocomplete.js +1 -1
  172. package/legacy/Avatar/Avatar.js +1 -1
  173. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  174. package/legacy/Chip/Chip.js +5 -4
  175. package/legacy/Collapse/Collapse.js +17 -4
  176. package/legacy/Fade/Fade.js +20 -3
  177. package/legacy/Grow/Grow.js +18 -5
  178. package/legacy/InputLabel/InputLabel.js +1 -1
  179. package/legacy/NativeSelect/NativeSelect.js +1 -1
  180. package/legacy/PaginationItem/PaginationItem.js +3 -4
  181. package/legacy/Radio/Radio.js +11 -1
  182. package/legacy/Select/SelectInput.js +2 -1
  183. package/legacy/Slide/Slide.js +20 -3
  184. package/legacy/Switch/Switch.js +22 -22
  185. package/legacy/Tab/Tab.js +8 -4
  186. package/legacy/Tab/tabClasses.js +1 -1
  187. package/legacy/Tooltip/Tooltip.js +55 -24
  188. package/legacy/Zoom/Zoom.js +20 -3
  189. package/legacy/index.js +1 -1
  190. package/legacy/internal/SwitchBase.js +2 -1
  191. package/legacy/useMediaQuery/useMediaQuery.js +23 -21
  192. package/locale/index.d.ts +65 -65
  193. package/modern/Alert/Alert.js +1 -0
  194. package/modern/Autocomplete/Autocomplete.js +1 -1
  195. package/modern/Avatar/Avatar.js +1 -1
  196. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  197. package/modern/Chip/Chip.js +5 -4
  198. package/modern/Collapse/Collapse.js +16 -3
  199. package/modern/Fade/Fade.js +19 -2
  200. package/modern/Grow/Grow.js +17 -4
  201. package/modern/InputLabel/InputLabel.js +1 -1
  202. package/modern/NativeSelect/NativeSelect.js +1 -1
  203. package/modern/PaginationItem/PaginationItem.js +3 -4
  204. package/modern/Radio/Radio.js +10 -1
  205. package/modern/Select/SelectInput.js +2 -1
  206. package/modern/Slide/Slide.js +19 -2
  207. package/modern/Switch/Switch.js +3 -1
  208. package/modern/Tab/Tab.js +8 -4
  209. package/modern/Tab/tabClasses.js +1 -1
  210. package/modern/Tooltip/Tooltip.js +47 -21
  211. package/modern/Zoom/Zoom.js +19 -2
  212. package/modern/index.js +1 -1
  213. package/modern/internal/SwitchBase.js +3 -2
  214. package/modern/useMediaQuery/useMediaQuery.js +18 -18
  215. package/node/Accordion/accordionClasses.js +1 -1
  216. package/node/Accordion/index.js +4 -4
  217. package/node/AccordionActions/accordionActionsClasses.js +1 -1
  218. package/node/AccordionActions/index.js +4 -4
  219. package/node/AccordionDetails/accordionDetailsClasses.js +1 -1
  220. package/node/AccordionDetails/index.js +4 -4
  221. package/node/AccordionSummary/accordionSummaryClasses.js +1 -1
  222. package/node/AccordionSummary/index.js +4 -4
  223. package/node/Alert/Alert.js +1 -0
  224. package/node/Alert/alertClasses.js +1 -1
  225. package/node/Alert/index.js +4 -4
  226. package/node/AlertTitle/alertTitleClasses.js +1 -1
  227. package/node/AlertTitle/index.js +4 -4
  228. package/node/AppBar/appBarClasses.js +1 -1
  229. package/node/AppBar/index.js +4 -4
  230. package/node/Autocomplete/Autocomplete.js +1 -1
  231. package/node/Autocomplete/autocompleteClasses.js +1 -1
  232. package/node/Autocomplete/index.js +4 -4
  233. package/node/Avatar/Avatar.js +1 -1
  234. package/node/Avatar/avatarClasses.js +1 -1
  235. package/node/Avatar/index.js +4 -4
  236. package/node/AvatarGroup/avatarGroupClasses.js +1 -1
  237. package/node/AvatarGroup/index.js +4 -4
  238. package/node/BottomNavigation/BottomNavigation.js +0 -0
  239. package/node/BottomNavigation/bottomNavigationClasses.js +1 -1
  240. package/node/BottomNavigation/index.js +4 -4
  241. package/node/BottomNavigationAction/bottomNavigationActionClasses.js +1 -1
  242. package/node/BottomNavigationAction/index.js +4 -4
  243. package/node/Breadcrumbs/breadcrumbsClasses.js +1 -1
  244. package/node/Breadcrumbs/index.js +4 -4
  245. package/node/Button/buttonClasses.js +1 -1
  246. package/node/Button/index.js +4 -4
  247. package/node/ButtonBase/TouchRipple.js +1 -1
  248. package/node/ButtonBase/buttonBaseClasses.js +1 -1
  249. package/node/ButtonBase/index.js +4 -4
  250. package/node/ButtonBase/touchRippleClasses.js +1 -1
  251. package/node/ButtonGroup/buttonGroupClasses.js +1 -1
  252. package/node/ButtonGroup/index.js +4 -4
  253. package/node/Card/cardClasses.js +1 -1
  254. package/node/Card/index.js +4 -4
  255. package/node/CardActionArea/cardActionAreaClasses.js +1 -1
  256. package/node/CardActionArea/index.js +4 -4
  257. package/node/CardActions/cardActionsClasses.js +1 -1
  258. package/node/CardActions/index.js +4 -4
  259. package/node/CardContent/cardContentClasses.js +1 -1
  260. package/node/CardContent/index.js +4 -4
  261. package/node/CardHeader/cardHeaderClasses.js +1 -1
  262. package/node/CardHeader/index.js +4 -4
  263. package/node/CardMedia/cardMediaClasses.js +1 -1
  264. package/node/CardMedia/index.js +4 -4
  265. package/node/Checkbox/checkboxClasses.js +1 -1
  266. package/node/Checkbox/index.js +4 -4
  267. package/node/Chip/Chip.js +5 -4
  268. package/node/Chip/chipClasses.js +1 -1
  269. package/node/Chip/index.js +4 -4
  270. package/node/CircularProgress/circularProgressClasses.js +1 -1
  271. package/node/CircularProgress/index.js +4 -4
  272. package/node/Collapse/Collapse.js +16 -3
  273. package/node/Collapse/collapseClasses.js +1 -1
  274. package/node/Collapse/index.js +4 -4
  275. package/node/Container/containerClasses.js +1 -1
  276. package/node/Container/index.js +4 -4
  277. package/node/CssBaseline/CssBaseline.js +1 -1
  278. package/node/Dialog/dialogClasses.js +1 -1
  279. package/node/DialogActions/dialogActionsClasses.js +1 -1
  280. package/node/DialogContent/dialogContentClasses.js +1 -1
  281. package/node/DialogContentText/dialogContentTextClasses.js +1 -1
  282. package/node/DialogTitle/dialogTitleClasses.js +1 -1
  283. package/node/Divider/dividerClasses.js +1 -1
  284. package/node/Drawer/Drawer.js +2 -2
  285. package/node/Drawer/drawerClasses.js +1 -1
  286. package/node/Fab/fabClasses.js +1 -1
  287. package/node/Fade/Fade.js +19 -2
  288. package/node/FilledInput/filledInputClasses.js +1 -1
  289. package/node/FormControl/formControlClasses.js +1 -1
  290. package/node/FormControl/index.js +4 -4
  291. package/node/FormControlLabel/formControlLabelClasses.js +1 -1
  292. package/node/FormGroup/formGroupClasses.js +1 -1
  293. package/node/FormHelperText/formHelperTextClasses.js +1 -1
  294. package/node/FormLabel/formLabelClasses.js +1 -1
  295. package/node/Grid/Grid.js +2 -2
  296. package/node/Grid/gridClasses.js +1 -1
  297. package/node/Grow/Grow.js +17 -4
  298. package/node/Hidden/hiddenCssClasses.js +1 -1
  299. package/node/Hidden/withWidth.js +1 -1
  300. package/node/Icon/iconClasses.js +1 -1
  301. package/node/IconButton/iconButtonClasses.js +1 -1
  302. package/node/ImageList/imageListClasses.js +1 -1
  303. package/node/ImageListItem/imageListItemClasses.js +1 -1
  304. package/node/ImageListItemBar/imageListItemBarClasses.js +1 -1
  305. package/node/Input/inputClasses.js +1 -1
  306. package/node/InputAdornment/inputAdornmentClasses.js +1 -1
  307. package/node/InputBase/InputBase.js +1 -1
  308. package/node/InputBase/inputBaseClasses.js +1 -1
  309. package/node/InputBase/utils.js +1 -1
  310. package/node/InputLabel/InputLabel.js +1 -1
  311. package/node/InputLabel/inputLabelClasses.js +1 -1
  312. package/node/LinearProgress/linearProgressClasses.js +1 -1
  313. package/node/Link/linkClasses.js +1 -1
  314. package/node/List/listClasses.js +1 -1
  315. package/node/ListItem/ListItem.js +1 -1
  316. package/node/ListItem/listItemClasses.js +1 -1
  317. package/node/ListItemAvatar/listItemAvatarClasses.js +1 -1
  318. package/node/ListItemButton/ListItemButton.js +1 -1
  319. package/node/ListItemButton/listItemButtonClasses.js +1 -1
  320. package/node/ListItemIcon/listItemIconClasses.js +1 -1
  321. package/node/ListItemSecondaryAction/listItemSecondaryActionClasses.js +1 -1
  322. package/node/ListItemText/listItemTextClasses.js +1 -1
  323. package/node/ListSubheader/listSubheaderClasses.js +1 -1
  324. package/node/Menu/menuClasses.js +1 -1
  325. package/node/MenuItem/MenuItem.js +1 -1
  326. package/node/MenuItem/menuItemClasses.js +1 -1
  327. package/node/MobileStepper/mobileStepperClasses.js +1 -1
  328. package/node/Modal/Modal.js +1 -1
  329. package/node/NativeSelect/NativeSelect.js +1 -1
  330. package/node/NativeSelect/NativeSelectInput.js +1 -1
  331. package/node/NativeSelect/nativeSelectClasses.js +1 -1
  332. package/node/OutlinedInput/outlinedInputClasses.js +1 -1
  333. package/node/Pagination/paginationClasses.js +1 -1
  334. package/node/PaginationItem/PaginationItem.js +3 -4
  335. package/node/PaginationItem/paginationItemClasses.js +1 -1
  336. package/node/Paper/paperClasses.js +1 -1
  337. package/node/Popover/Popover.js +2 -2
  338. package/node/Popover/popoverClasses.js +1 -1
  339. package/node/Radio/Radio.js +11 -1
  340. package/node/Radio/radioClasses.js +1 -1
  341. package/node/Rating/ratingClasses.js +1 -1
  342. package/node/ScopedCssBaseline/scopedCssBaselineClasses.js +1 -1
  343. package/node/Select/SelectInput.js +2 -1
  344. package/node/Select/selectClasses.js +1 -1
  345. package/node/Skeleton/skeletonClasses.js +1 -1
  346. package/node/Slide/Slide.js +20 -3
  347. package/node/Slider/Slider.js +1 -1
  348. package/node/Snackbar/snackbarClasses.js +1 -1
  349. package/node/SnackbarContent/snackbarContentClasses.js +1 -1
  350. package/node/SpeedDial/speedDialClasses.js +1 -1
  351. package/node/SpeedDialAction/speedDialActionClasses.js +1 -1
  352. package/node/SpeedDialIcon/speedDialIconClasses.js +1 -1
  353. package/node/Stack/Stack.js +1 -1
  354. package/node/Step/stepClasses.js +1 -1
  355. package/node/StepButton/stepButtonClasses.js +1 -1
  356. package/node/StepConnector/stepConnectorClasses.js +1 -1
  357. package/node/StepContent/stepContentClasses.js +1 -1
  358. package/node/StepIcon/stepIconClasses.js +1 -1
  359. package/node/StepLabel/stepLabelClasses.js +1 -1
  360. package/node/Stepper/stepperClasses.js +1 -1
  361. package/node/SvgIcon/svgIconClasses.js +1 -1
  362. package/node/SwipeableDrawer/SwipeableDrawer.js +1 -1
  363. package/node/Switch/Switch.js +3 -1
  364. package/node/Switch/switchClasses.js +1 -1
  365. package/node/Tab/Tab.js +8 -4
  366. package/node/Tab/tabClasses.js +2 -2
  367. package/node/TabScrollButton/tabScrollButtonClasses.js +1 -1
  368. package/node/Table/tableClasses.js +1 -1
  369. package/node/TableBody/tableBodyClasses.js +1 -1
  370. package/node/TableCell/tableCellClasses.js +1 -1
  371. package/node/TableContainer/tableContainerClasses.js +1 -1
  372. package/node/TableFooter/tableFooterClasses.js +1 -1
  373. package/node/TableHead/tableHeadClasses.js +1 -1
  374. package/node/TablePagination/tablePaginationClasses.js +1 -1
  375. package/node/TableRow/tableRowClasses.js +1 -1
  376. package/node/TableSortLabel/tableSortLabelClasses.js +1 -1
  377. package/node/Tabs/tabsClasses.js +1 -1
  378. package/node/TextField/textFieldClasses.js +1 -1
  379. package/node/ToggleButton/toggleButtonClasses.js +1 -1
  380. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  381. package/node/Toolbar/toolbarClasses.js +1 -1
  382. package/node/Tooltip/Tooltip.js +56 -24
  383. package/node/Tooltip/tooltipClasses.js +1 -1
  384. package/node/Typography/typographyClasses.js +1 -1
  385. package/node/Zoom/Zoom.js +19 -2
  386. package/node/colors/index.js +40 -40
  387. package/node/index.js +32 -32
  388. package/node/internal/SwitchBase.js +3 -2
  389. package/node/internal/switchBaseClasses.js +1 -1
  390. package/node/locale/index.js +1 -1
  391. package/node/styles/createPalette.js +2 -1
  392. package/node/styles/createTransitions.js +1 -1
  393. package/node/styles/cssUtils.js +4 -4
  394. package/node/styles/index.js +56 -56
  395. package/node/styles/styled.js +1 -1
  396. package/node/useAutocomplete/index.js +4 -4
  397. package/node/useMediaQuery/useMediaQuery.js +14 -17
  398. package/package.json +7 -7
  399. package/styles/components.d.ts +4 -0
  400. package/styles/props.d.ts +2 -0
  401. package/styles/styled.d.ts +4 -0
  402. package/transitions/index.d.ts +1 -1
  403. package/transitions/transition.d.ts +14 -14
  404. package/transitions/utils.d.ts +23 -23
  405. package/umd/material-ui.development.js +848 -595
  406. package/umd/material-ui.production.min.js +21 -21
  407. package/useMediaQuery/useMediaQuery.d.ts +21 -16
  408. package/useMediaQuery/useMediaQuery.js +18 -18
  409. package/useTouchRipple/index.d.ts +1 -1
  410. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  411. package/utils/getScrollbarSize.d.ts +2 -2
  412. package/utils/ownerDocument.d.ts +2 -2
  413. package/utils/ownerWindow.d.ts +2 -2
  414. package/utils/setRef.d.ts +2 -2
@@ -1,76 +1,76 @@
1
- export interface ButtonClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="text"`. */
5
- text: string;
6
- /** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
7
- textInherit: string;
8
- /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
9
- textPrimary: string;
10
- /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
11
- textSecondary: string;
12
- /** Styles applied to the root element if `variant="outlined"`. */
13
- outlined: string;
14
- /** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
15
- outlinedInherit: string;
16
- /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
17
- outlinedPrimary: string;
18
- /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
19
- outlinedSecondary: string;
20
- /** Styles applied to the root element if `variant="contained"`. */
21
- contained: string;
22
- /** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
23
- containedInherit: string;
24
- /** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
25
- containedPrimary: string;
26
- /** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
27
- containedSecondary: string;
28
- /** Styles applied to the root element if `disableElevation={true}`. */
29
- disableElevation: string;
30
- /** State class applied to the ButtonBase root element if the button is keyboard focused. */
31
- focusVisible: string;
32
- /** State class applied to the root element if `disabled={true}`. */
33
- disabled: string;
34
- /** Styles applied to the root element if `color="inherit"`. */
35
- colorInherit: string;
36
- /** Styles applied to the root element if `size="small"` and `variant="text"`. */
37
- textSizeSmall: string;
38
- /** Styles applied to the root element if `size="medium"` and `variant="text"`. */
39
- textSizeMedium: string;
40
- /** Styles applied to the root element if `size="large"` and `variant="text"`. */
41
- textSizeLarge: string;
42
- /** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
43
- outlinedSizeSmall: string;
44
- /** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
45
- outlinedSizeMedium: string;
46
- /** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
47
- outlinedSizeLarge: string;
48
- /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
49
- containedSizeSmall: string;
50
- /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
51
- containedSizeMedium: string;
52
- /** Styles applied to the root element if `size="large"` and `variant="contained"`. */
53
- containedSizeLarge: string;
54
- /** Styles applied to the root element if `size="small"`. */
55
- sizeSmall: string;
56
- /** Styles applied to the root element if `size="medium"`. */
57
- sizeMedium: string;
58
- /** Styles applied to the root element if `size="large"`. */
59
- sizeLarge: string;
60
- /** Styles applied to the root element if `fullWidth={true}`. */
61
- fullWidth: string;
62
- /** Styles applied to the startIcon element if supplied. */
63
- startIcon: string;
64
- /** Styles applied to the endIcon element if supplied. */
65
- endIcon: string;
66
- /** Styles applied to the icon element if supplied and `size="small"`. */
67
- iconSizeSmall: string;
68
- /** Styles applied to the icon element if supplied and `size="medium"`. */
69
- iconSizeMedium: string;
70
- /** Styles applied to the icon element if supplied and `size="large"`. */
71
- iconSizeLarge: string;
72
- }
73
- export declare type ButtonClassKey = keyof ButtonClasses;
74
- export declare function getButtonUtilityClass(slot: string): string;
75
- declare const buttonClasses: ButtonClasses;
76
- export default buttonClasses;
1
+ export interface ButtonClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="text"`. */
5
+ text: string;
6
+ /** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
7
+ textInherit: string;
8
+ /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
9
+ textPrimary: string;
10
+ /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
11
+ textSecondary: string;
12
+ /** Styles applied to the root element if `variant="outlined"`. */
13
+ outlined: string;
14
+ /** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
15
+ outlinedInherit: string;
16
+ /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
17
+ outlinedPrimary: string;
18
+ /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
19
+ outlinedSecondary: string;
20
+ /** Styles applied to the root element if `variant="contained"`. */
21
+ contained: string;
22
+ /** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
23
+ containedInherit: string;
24
+ /** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
25
+ containedPrimary: string;
26
+ /** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
27
+ containedSecondary: string;
28
+ /** Styles applied to the root element if `disableElevation={true}`. */
29
+ disableElevation: string;
30
+ /** State class applied to the ButtonBase root element if the button is keyboard focused. */
31
+ focusVisible: string;
32
+ /** State class applied to the root element if `disabled={true}`. */
33
+ disabled: string;
34
+ /** Styles applied to the root element if `color="inherit"`. */
35
+ colorInherit: string;
36
+ /** Styles applied to the root element if `size="small"` and `variant="text"`. */
37
+ textSizeSmall: string;
38
+ /** Styles applied to the root element if `size="medium"` and `variant="text"`. */
39
+ textSizeMedium: string;
40
+ /** Styles applied to the root element if `size="large"` and `variant="text"`. */
41
+ textSizeLarge: string;
42
+ /** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
43
+ outlinedSizeSmall: string;
44
+ /** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
45
+ outlinedSizeMedium: string;
46
+ /** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
47
+ outlinedSizeLarge: string;
48
+ /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
49
+ containedSizeSmall: string;
50
+ /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
51
+ containedSizeMedium: string;
52
+ /** Styles applied to the root element if `size="large"` and `variant="contained"`. */
53
+ containedSizeLarge: string;
54
+ /** Styles applied to the root element if `size="small"`. */
55
+ sizeSmall: string;
56
+ /** Styles applied to the root element if `size="medium"`. */
57
+ sizeMedium: string;
58
+ /** Styles applied to the root element if `size="large"`. */
59
+ sizeLarge: string;
60
+ /** Styles applied to the root element if `fullWidth={true}`. */
61
+ fullWidth: string;
62
+ /** Styles applied to the startIcon element if supplied. */
63
+ startIcon: string;
64
+ /** Styles applied to the endIcon element if supplied. */
65
+ endIcon: string;
66
+ /** Styles applied to the icon element if supplied and `size="small"`. */
67
+ iconSizeSmall: string;
68
+ /** Styles applied to the icon element if supplied and `size="medium"`. */
69
+ iconSizeMedium: string;
70
+ /** Styles applied to the icon element if supplied and `size="large"`. */
71
+ iconSizeLarge: string;
72
+ }
73
+ export declare type ButtonClassKey = keyof ButtonClasses;
74
+ export declare function getButtonUtilityClass(slot: string): string;
75
+ declare const buttonClasses: ButtonClasses;
76
+ export default buttonClasses;
@@ -1,12 +1,12 @@
1
- export interface ButtonBaseClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `disabled={true}`. */
5
- disabled: string;
6
- /** State class applied to the root element if keyboard focused. */
7
- focusVisible: string;
8
- }
9
- export declare type ButtonBaseClassKey = keyof ButtonBaseClasses;
10
- export declare function getButtonBaseUtilityClass(slot: string): string;
11
- declare const buttonBaseClasses: ButtonBaseClasses;
12
- export default buttonBaseClasses;
1
+ export interface ButtonBaseClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `disabled={true}`. */
5
+ disabled: string;
6
+ /** State class applied to the root element if keyboard focused. */
7
+ focusVisible: string;
8
+ }
9
+ export declare type ButtonBaseClassKey = keyof ButtonBaseClasses;
10
+ export declare function getButtonBaseUtilityClass(slot: string): string;
11
+ declare const buttonBaseClasses: ButtonBaseClasses;
12
+ export default buttonBaseClasses;
@@ -1,20 +1,20 @@
1
- export interface TouchRippleClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the internal `Ripple` components `ripple` class. */
5
- ripple: string;
6
- /** Styles applied to the internal `Ripple` components `rippleVisible` class. */
7
- rippleVisible: string;
8
- /** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
9
- ripplePulsate: string;
10
- /** Styles applied to the internal `Ripple` components `child` class. */
11
- child: string;
12
- /** Styles applied to the internal `Ripple` components `childLeaving` class. */
13
- childLeaving: string;
14
- /** Styles applied to the internal `Ripple` components `childPulsate` class. */
15
- childPulsate: string;
16
- }
17
- export declare type TouchRippleClassKey = keyof TouchRippleClasses;
18
- export declare function getTouchRippleUtilityClass(slot: string): string;
19
- declare const touchRippleClasses: TouchRippleClasses;
20
- export default touchRippleClasses;
1
+ export interface TouchRippleClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the internal `Ripple` components `ripple` class. */
5
+ ripple: string;
6
+ /** Styles applied to the internal `Ripple` components `rippleVisible` class. */
7
+ rippleVisible: string;
8
+ /** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
9
+ ripplePulsate: string;
10
+ /** Styles applied to the internal `Ripple` components `child` class. */
11
+ child: string;
12
+ /** Styles applied to the internal `Ripple` components `childLeaving` class. */
13
+ childLeaving: string;
14
+ /** Styles applied to the internal `Ripple` components `childPulsate` class. */
15
+ childPulsate: string;
16
+ }
17
+ export declare type TouchRippleClassKey = keyof TouchRippleClasses;
18
+ export declare function getTouchRippleUtilityClass(slot: string): string;
19
+ declare const touchRippleClasses: TouchRippleClasses;
20
+ export default touchRippleClasses;
@@ -1,58 +1,58 @@
1
- export interface ButtonGroupClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="contained"`. */
5
- contained: string;
6
- /** Styles applied to the root element if `variant="outlined"`. */
7
- outlined: string;
8
- /** Styles applied to the root element if `variant="text"`. */
9
- text: string;
10
- /** Styles applied to the root element if `disableElevation={true}`. */
11
- disableElevation: string;
12
- /** State class applied to the child elements if `disabled={true}`. */
13
- disabled: string;
14
- /** Styles applied to the root element if `fullWidth={true}`. */
15
- fullWidth: string;
16
- /** Styles applied to the root element if `orientation="vertical"`. */
17
- vertical: string;
18
- /** Styles applied to the children. */
19
- grouped: string;
20
- /** Styles applied to the children if `orientation="horizontal"`. */
21
- groupedHorizontal: string;
22
- /** Styles applied to the children if `orientation="vertical"`. */
23
- groupedVertical: string;
24
- /** Styles applied to the children if `variant="text"`. */
25
- groupedText: string;
26
- /** Styles applied to the children if `variant="text"` and `orientation="horizontal"`. */
27
- groupedTextHorizontal: string;
28
- /** Styles applied to the children if `variant="text"` and `orientation="vertical"`. */
29
- groupedTextVertical: string;
30
- /** Styles applied to the children if `variant="text"` and `color="primary"`. */
31
- groupedTextPrimary: string;
32
- /** Styles applied to the children if `variant="text"` and `color="secondary"`. */
33
- groupedTextSecondary: string;
34
- /** Styles applied to the children if `variant="outlined"`. */
35
- groupedOutlined: string;
36
- /** Styles applied to the children if `variant="outlined"` and `orientation="horizontal"`. */
37
- groupedOutlinedHorizontal: string;
38
- /** Styles applied to the children if `variant="outlined"` and `orientation="vertical"`. */
39
- groupedOutlinedVertical: string;
40
- /** Styles applied to the children if `variant="outlined"` and `color="primary"`. */
41
- groupedOutlinedPrimary: string;
42
- /** Styles applied to the children if `variant="outlined"` and `color="secondary"`. */
43
- groupedOutlinedSecondary: string;
44
- /** Styles applied to the children if `variant="contained"`. */
45
- groupedContained: string;
46
- /** Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */
47
- groupedContainedHorizontal: string;
48
- /** Styles applied to the children if `variant="contained"` and `orientation="vertical"`. */
49
- groupedContainedVertical: string;
50
- /** Styles applied to the children if `variant="contained"` and `color="primary"`. */
51
- groupedContainedPrimary: string;
52
- /** Styles applied to the children if `variant="contained"` and `color="secondary"`. */
53
- groupedContainedSecondary: string;
54
- }
55
- export declare type ButtonGroupClassKey = keyof ButtonGroupClasses;
56
- export declare function getButtonGroupUtilityClass(slot: string): string;
57
- declare const buttonGroupClasses: ButtonGroupClasses;
58
- export default buttonGroupClasses;
1
+ export interface ButtonGroupClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="contained"`. */
5
+ contained: string;
6
+ /** Styles applied to the root element if `variant="outlined"`. */
7
+ outlined: string;
8
+ /** Styles applied to the root element if `variant="text"`. */
9
+ text: string;
10
+ /** Styles applied to the root element if `disableElevation={true}`. */
11
+ disableElevation: string;
12
+ /** State class applied to the child elements if `disabled={true}`. */
13
+ disabled: string;
14
+ /** Styles applied to the root element if `fullWidth={true}`. */
15
+ fullWidth: string;
16
+ /** Styles applied to the root element if `orientation="vertical"`. */
17
+ vertical: string;
18
+ /** Styles applied to the children. */
19
+ grouped: string;
20
+ /** Styles applied to the children if `orientation="horizontal"`. */
21
+ groupedHorizontal: string;
22
+ /** Styles applied to the children if `orientation="vertical"`. */
23
+ groupedVertical: string;
24
+ /** Styles applied to the children if `variant="text"`. */
25
+ groupedText: string;
26
+ /** Styles applied to the children if `variant="text"` and `orientation="horizontal"`. */
27
+ groupedTextHorizontal: string;
28
+ /** Styles applied to the children if `variant="text"` and `orientation="vertical"`. */
29
+ groupedTextVertical: string;
30
+ /** Styles applied to the children if `variant="text"` and `color="primary"`. */
31
+ groupedTextPrimary: string;
32
+ /** Styles applied to the children if `variant="text"` and `color="secondary"`. */
33
+ groupedTextSecondary: string;
34
+ /** Styles applied to the children if `variant="outlined"`. */
35
+ groupedOutlined: string;
36
+ /** Styles applied to the children if `variant="outlined"` and `orientation="horizontal"`. */
37
+ groupedOutlinedHorizontal: string;
38
+ /** Styles applied to the children if `variant="outlined"` and `orientation="vertical"`. */
39
+ groupedOutlinedVertical: string;
40
+ /** Styles applied to the children if `variant="outlined"` and `color="primary"`. */
41
+ groupedOutlinedPrimary: string;
42
+ /** Styles applied to the children if `variant="outlined"` and `color="secondary"`. */
43
+ groupedOutlinedSecondary: string;
44
+ /** Styles applied to the children if `variant="contained"`. */
45
+ groupedContained: string;
46
+ /** Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */
47
+ groupedContainedHorizontal: string;
48
+ /** Styles applied to the children if `variant="contained"` and `orientation="vertical"`. */
49
+ groupedContainedVertical: string;
50
+ /** Styles applied to the children if `variant="contained"` and `color="primary"`. */
51
+ groupedContainedPrimary: string;
52
+ /** Styles applied to the children if `variant="contained"` and `color="secondary"`. */
53
+ groupedContainedSecondary: string;
54
+ }
55
+ export declare type ButtonGroupClassKey = keyof ButtonGroupClasses;
56
+ export declare function getButtonGroupUtilityClass(slot: string): string;
57
+ declare const buttonGroupClasses: ButtonGroupClasses;
58
+ export default buttonGroupClasses;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,281 @@
1
1
  ### [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.0.4
4
+
5
+ <!-- generated comparing v5.0.3..master -->
6
+
7
+ _Oct 14, 2021_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/core package @michaldudak (#28053)
12
+ - 🐛 Fixed many bugs and improved the documentation 📚.
13
+
14
+ ### `@mui/material@5.0.4`
15
+
16
+ - &#8203;<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
17
+ - &#8203;<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
18
+ - &#8203;<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
19
+ - &#8203;<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
20
+ - &#8203;<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
21
+
22
+ ### `@mui/system@5.0.4`
23
+
24
+ - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
25
+
26
+ ### `@mui/core@5.0.0-alpha.51`
27
+
28
+ - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
29
+
30
+ ### `@mui/lab@5.0.0-alpha.51`
31
+
32
+ - &#8203;<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
33
+
34
+ ### Docs
35
+
36
+ - &#8203;<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
37
+ - &#8203;<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
38
+ - &#8203;<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
39
+ - &#8203;<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
40
+ - &#8203;<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
41
+ - &#8203;<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
42
+ - &#8203;<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
43
+ - &#8203;<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
44
+ - &#8203;<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
45
+ - &#8203;<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
46
+ - &#8203;<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
47
+ - &#8203;<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
48
+ - &#8203;<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
49
+ - &#8203;<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
50
+ - &#8203;<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
51
+ - &#8203;<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
52
+ - &#8203;<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
53
+
54
+ ### Core
55
+
56
+ - &#8203;<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
57
+ - &#8203;<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
58
+ - &#8203;<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
59
+ - &#8203;<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
60
+ - &#8203;<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
61
+ - &#8203;<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
62
+
63
+ All contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
64
+
65
+ ## 5.0.3
66
+
67
+ <!-- generated comparing v5.0.2..master -->
68
+
69
+ _Oct 7, 2021_
70
+
71
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
72
+
73
+ - 🧪 Created the first component in @mui/material-next - our v6 prototype package.
74
+ - 🐛 Fixed many bugs and improved the documentation 📚.
75
+
76
+ ### `@mui/material@5.0.3`
77
+
78
+ - &#8203;<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
79
+ - &#8203;<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
80
+ - &#8203;<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
81
+ - &#8203;<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
82
+
83
+ ### `@mui/codemod@5.0.3`
84
+
85
+ - &#8203;<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
86
+
87
+ ### `@mui/system@5.0.3`
88
+
89
+ - &#8203;<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
90
+
91
+ ### `@mui/styled-engine-sc@5.0.3`
92
+
93
+ - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
94
+
95
+ ### `@mui/core@5.0.0-alpha.50`
96
+
97
+ - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
98
+ - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
99
+
100
+ ### `@mui/lab@5.0.0-alpha.50`
101
+
102
+ - &#8203;<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
103
+
104
+ ### `@mui/material-next@6.0.0-alpha.4`
105
+
106
+ - &#8203;<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
107
+
108
+ ### Docs
109
+
110
+ - &#8203;<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
111
+ - &#8203;<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
112
+ - &#8203;<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
113
+ - &#8203;<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
114
+ - &#8203;<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
115
+ - &#8203;<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
116
+ - &#8203;<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
117
+ - &#8203;<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
118
+ - &#8203;<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
119
+ - &#8203;<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
120
+ - &#8203;<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
121
+ - &#8203;<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
122
+ - &#8203;<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
123
+ - &#8203;<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
124
+ - &#8203;<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
125
+ - &#8203;<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
126
+ - &#8203;<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
127
+ - &#8203;<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
128
+ - &#8203;<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
129
+ - &#8203;<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
130
+ - &#8203;<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
131
+ - &#8203;<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
132
+ - &#8203;<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
133
+ - &#8203;<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
134
+ - &#8203;<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
135
+ - &#8203;<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
136
+ - &#8203;<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
137
+ - &#8203;<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
138
+
139
+ ### Core
140
+
141
+ - &#8203;<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
142
+ - &#8203;<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
143
+ - &#8203;<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
144
+ - &#8203;<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
145
+ - &#8203;<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
146
+
147
+ All contributors of this release in alphabetical order: @AnilSeervi, @avranju94, @cacpgomes, @danilo-leal, @epodol, @eps1lon, @hbjORbj, @iamsergo, @michaldudak, @mnajdova, @owais635, @saeedseyfi, @Sharry0, @siriwatknp, @smmoosavi, @taghi-khavari, @veerreshr, @yevheniiminin, @ZeeshanTamboli
148
+
149
+ ## 5.0.2
150
+
151
+ <!-- generated comparing v5.0.1..master -->
152
+
153
+ _Sep 29, 2021_
154
+
155
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
156
+
157
+ - 🔧 Improve `jss-to-styled` codemod to use new package names.
158
+ - And many more 🐛 bug fixes and 📚 improvements.
159
+
160
+ ### `@mui/material@5.0.2`
161
+
162
+ - &#8203;<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
163
+ - &#8203;<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
164
+ - &#8203;<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
165
+ - &#8203;<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
166
+
167
+ ### `@mui/codemod@5.0.2`
168
+
169
+ - &#8203;<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
170
+ - &#8203;<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
171
+
172
+ ### `@mui/system@5.0.2`
173
+
174
+ - &#8203;<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
175
+
176
+ ### Docs
177
+
178
+ - &#8203;<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
179
+ - &#8203;<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
180
+ - &#8203;<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
181
+ - &#8203;<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
182
+ - &#8203;<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
183
+ - &#8203;<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
184
+ - &#8203;<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
185
+ - &#8203;<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
186
+ - &#8203;<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
187
+ - &#8203;<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
188
+ - &#8203;<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
189
+ - &#8203;<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
190
+ - &#8203;<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
191
+ - &#8203;<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
192
+ - &#8203;<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
193
+ - &#8203;<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
194
+ - &#8203;<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
195
+
196
+ ### Core
197
+
198
+ - &#8203;<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
199
+ - &#8203;<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
200
+ - &#8203;<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
201
+ - &#8203;<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
202
+
203
+ All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
204
+
205
+ ## 5.0.1
206
+
207
+ <!-- generated comparing v5.0.0..master -->
208
+
209
+ _Sep 22, 2021_
210
+
211
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
212
+
213
+ - 🔎 Improve the search on the documentation.
214
+ - 📚 Improve the v4 to v5 migration guide.
215
+ - And many more 🐛 bug fixes and 📚 improvements.
216
+
217
+ ### `@mui/material@5.0.1`
218
+
219
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
220
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
221
+
222
+ ### `@mui/codemod@5.0.1`
223
+
224
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
225
+
226
+ ### `@mui/lab@5.0.0-alpha.48`
227
+
228
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
229
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
230
+
231
+ ### Docs
232
+
233
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
234
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
235
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
236
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
237
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
238
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
239
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
240
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
241
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
242
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
243
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
244
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
245
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
246
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
247
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
248
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
249
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
250
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
251
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
252
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
253
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
254
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
255
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
256
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
257
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
258
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
259
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
260
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
261
+
262
+ ### Core
263
+
264
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
265
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
266
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
267
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
268
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
269
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
270
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
271
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
272
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
273
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
274
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
275
+ - &#8203;<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
276
+
277
+ All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
278
+
3
279
  ## 5.0.0
4
280
 
5
281
  <!-- generated comparing v5.0.0-rc.1..next -->
@@ -256,7 +532,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
256
532
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
257
533
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
258
534
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
259
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
535
+ - &#8203;<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
260
536
 
261
537
  All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
262
538
 
@@ -1640,7 +1916,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1640
1916
 
1641
1917
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1642
1918
  - &#8203;<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
1643
- - &#8203;<!-- 55 -->[core] Include human readable target in the browserstack build (#26322) @eps1lon
1919
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1644
1920
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1645
1921
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1646
1922
  - &#8203;<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon