@mui/material 5.0.0-rc.1 → 5.0.0

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 (378) hide show
  1. package/Accordion/Accordion.d.ts +4 -4
  2. package/Accordion/Accordion.js +3 -3
  3. package/Accordion/AccordionContext.js +1 -1
  4. package/AccordionActions/AccordionActions.d.ts +2 -2
  5. package/AccordionDetails/AccordionDetails.d.ts +2 -2
  6. package/AccordionSummary/AccordionSummary.d.ts +3 -3
  7. package/Alert/Alert.d.ts +3 -3
  8. package/AlertTitle/AlertTitle.d.ts +2 -2
  9. package/AppBar/AppBar.d.ts +3 -3
  10. package/Autocomplete/Autocomplete.d.ts +2 -2
  11. package/Autocomplete/Autocomplete.js +2 -2
  12. package/Avatar/Avatar.d.ts +2 -2
  13. package/AvatarGroup/AvatarGroup.d.ts +2 -2
  14. package/AvatarGroup/AvatarGroup.js +2 -2
  15. package/Backdrop/Backdrop.d.ts +3 -3
  16. package/Badge/Badge.d.ts +4 -4
  17. package/BottomNavigation/BottomNavigation.d.ts +2 -2
  18. package/BottomNavigation/BottomNavigation.js +1 -1
  19. package/BottomNavigationAction/BottomNavigationAction.d.ts +3 -3
  20. package/Box/Box.d.ts +4 -4
  21. package/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  22. package/Breadcrumbs/Breadcrumbs.js +2 -2
  23. package/Button/Button.d.ts +4 -4
  24. package/ButtonBase/ButtonBase.d.ts +2 -2
  25. package/ButtonBase/ButtonBase.js +200 -30
  26. package/ButtonGroup/ButtonGroup.d.ts +2 -2
  27. package/ButtonGroup/ButtonGroup.js +1 -1
  28. package/CHANGELOG.md +119 -39
  29. package/Card/Card.d.ts +3 -3
  30. package/Card/Card.js +1 -1
  31. package/CardActionArea/CardActionArea.d.ts +3 -3
  32. package/CardActions/CardActions.d.ts +2 -2
  33. package/CardContent/CardContent.d.ts +2 -2
  34. package/CardHeader/CardHeader.d.ts +2 -2
  35. package/CardMedia/CardMedia.d.ts +2 -2
  36. package/CardMedia/CardMedia.js +1 -1
  37. package/Checkbox/Checkbox.d.ts +4 -4
  38. package/Checkbox/Checkbox.js +1 -1
  39. package/Chip/Chip.d.ts +2 -2
  40. package/Chip/Chip.js +1 -1
  41. package/CircularProgress/CircularProgress.d.ts +2 -2
  42. package/CircularProgress/CircularProgress.js +1 -1
  43. package/ClickAwayListener/ClickAwayListener.d.ts +3 -3
  44. package/ClickAwayListener/ClickAwayListener.js +3 -3
  45. package/Collapse/Collapse.d.ts +5 -5
  46. package/Container/Container.d.ts +2 -2
  47. package/CssBaseline/CssBaseline.d.ts +2 -2
  48. package/Dialog/Dialog.d.ts +4 -4
  49. package/Dialog/Dialog.js +1 -1
  50. package/DialogActions/DialogActions.d.ts +2 -2
  51. package/DialogContent/DialogContent.d.ts +2 -2
  52. package/DialogContentText/DialogContentText.d.ts +3 -3
  53. package/DialogTitle/DialogTitle.d.ts +2 -2
  54. package/Divider/Divider.d.ts +3 -3
  55. package/Drawer/Drawer.d.ts +3 -3
  56. package/Fab/Fab.d.ts +3 -3
  57. package/Fade/Fade.d.ts +3 -3
  58. package/FilledInput/FilledInput.d.ts +3 -3
  59. package/FormControl/FormControl.d.ts +6 -6
  60. package/FormControl/FormControl.js +1 -1
  61. package/FormControlLabel/FormControlLabel.d.ts +4 -4
  62. package/FormGroup/FormGroup.d.ts +3 -3
  63. package/FormHelperText/FormHelperText.d.ts +2 -2
  64. package/FormLabel/FormLabel.d.ts +4 -4
  65. package/GlobalStyles/GlobalStyles.d.ts +2 -2
  66. package/Grid/Grid.d.ts +2 -2
  67. package/Grow/Grow.d.ts +5 -5
  68. package/Hidden/Hidden.d.ts +2 -2
  69. package/Hidden/HiddenCss.js +1 -1
  70. package/Icon/Icon.d.ts +3 -3
  71. package/IconButton/IconButton.d.ts +4 -4
  72. package/IconButton/IconButton.js +1 -1
  73. package/ImageList/ImageList.d.ts +2 -2
  74. package/ImageList/ImageList.js +2 -4
  75. package/ImageListItem/ImageListItem.d.ts +2 -2
  76. package/ImageListItem/ImageListItem.js +1 -1
  77. package/ImageListItemBar/ImageListItemBar.d.ts +2 -2
  78. package/Input/Input.d.ts +3 -3
  79. package/InputAdornment/InputAdornment.d.ts +2 -2
  80. package/InputAdornment/InputAdornment.js +1 -1
  81. package/InputBase/InputBase.d.ts +2 -2
  82. package/InputBase/InputBase.js +3 -3
  83. package/InputLabel/InputLabel.d.ts +3 -3
  84. package/LinearProgress/LinearProgress.d.ts +2 -2
  85. package/LinearProgress/LinearProgress.js +2 -2
  86. package/Link/Link.d.ts +4 -4
  87. package/List/List.d.ts +3 -3
  88. package/ListItem/ListItem.d.ts +3 -3
  89. package/ListItem/ListItem.js +2 -2
  90. package/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  91. package/ListItemButton/ListItemButton.d.ts +3 -3
  92. package/ListItemButton/ListItemButton.js +1 -1
  93. package/ListItemIcon/ListItemIcon.d.ts +2 -2
  94. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  95. package/ListItemText/ListItemText.d.ts +2 -2
  96. package/ListSubheader/ListSubheader.d.ts +2 -2
  97. package/Menu/Menu.d.ts +5 -5
  98. package/Menu/Menu.js +2 -2
  99. package/MenuItem/MenuItem.d.ts +3 -3
  100. package/MenuItem/MenuItem.js +1 -1
  101. package/MenuList/MenuList.d.ts +4 -4
  102. package/MenuList/MenuList.js +1 -1
  103. package/MobileStepper/MobileStepper.d.ts +3 -3
  104. package/Modal/Modal.d.ts +7 -7
  105. package/NativeSelect/NativeSelect.d.ts +3 -3
  106. package/OutlinedInput/OutlinedInput.d.ts +3 -3
  107. package/Pagination/Pagination.d.ts +2 -2
  108. package/PaginationItem/PaginationItem.d.ts +2 -2
  109. package/Paper/Paper.d.ts +3 -3
  110. package/Paper/Paper.js +2 -2
  111. package/Popover/Popover.d.ts +5 -5
  112. package/Popover/Popover.js +6 -6
  113. package/Popper/Popper.d.ts +4 -4
  114. package/Popper/Popper.js +3 -3
  115. package/README.md +24 -35
  116. package/Radio/Radio.d.ts +3 -3
  117. package/RadioGroup/RadioGroup.d.ts +3 -3
  118. package/Rating/Rating.d.ts +2 -2
  119. package/Rating/Rating.js +1 -1
  120. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +4 -4
  121. package/Select/Select.d.ts +3 -3
  122. package/Select/SelectInput.js +3 -3
  123. package/Skeleton/Skeleton.d.ts +2 -2
  124. package/Slide/Slide.d.ts +4 -4
  125. package/Slide/Slide.js +2 -2
  126. package/Slider/Slider.d.ts +3 -3
  127. package/Slider/Slider.js +2 -2
  128. package/Snackbar/Snackbar.d.ts +3 -3
  129. package/Snackbar/Snackbar.js +1 -1
  130. package/SnackbarContent/SnackbarContent.d.ts +3 -3
  131. package/SpeedDial/SpeedDial.d.ts +3 -3
  132. package/SpeedDial/SpeedDial.js +2 -2
  133. package/SpeedDialAction/SpeedDialAction.d.ts +3 -3
  134. package/SpeedDialIcon/SpeedDialIcon.d.ts +2 -2
  135. package/Stack/Stack.d.ts +2 -2
  136. package/Step/Step.d.ts +2 -2
  137. package/StepButton/StepButton.d.ts +3 -3
  138. package/StepConnector/StepConnector.d.ts +2 -2
  139. package/StepContent/StepContent.d.ts +3 -3
  140. package/StepContent/StepContent.js +2 -2
  141. package/StepIcon/StepIcon.d.ts +2 -2
  142. package/StepLabel/StepLabel.d.ts +2 -2
  143. package/Stepper/Stepper.d.ts +2 -2
  144. package/SvgIcon/SvgIcon.d.ts +3 -3
  145. package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
  146. package/Switch/Switch.d.ts +4 -4
  147. package/Tab/Tab.d.ts +3 -3
  148. package/TabScrollButton/TabScrollButton.d.ts +2 -2
  149. package/Table/Table.d.ts +2 -2
  150. package/TableBody/TableBody.d.ts +2 -2
  151. package/TableCell/TableCell.d.ts +2 -2
  152. package/TableContainer/TableContainer.d.ts +2 -2
  153. package/TableFooter/TableFooter.d.ts +2 -2
  154. package/TableHead/TableHead.d.ts +2 -2
  155. package/TablePagination/TablePagination.d.ts +3 -3
  156. package/TablePagination/TablePagination.js +1 -1
  157. package/TableRow/TableRow.d.ts +2 -2
  158. package/TableSortLabel/TableSortLabel.d.ts +3 -3
  159. package/Tabs/Tabs.d.ts +2 -2
  160. package/Tabs/Tabs.js +4 -4
  161. package/TextField/TextField.d.ts +11 -11
  162. package/TextField/TextField.js +4 -2
  163. package/TextareaAutosize/TextareaAutosize.d.ts +2 -2
  164. package/TextareaAutosize/TextareaAutosize.js +1 -1
  165. package/ToggleButton/ToggleButton.d.ts +3 -3
  166. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
  167. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  168. package/Toolbar/Toolbar.d.ts +2 -2
  169. package/Tooltip/Tooltip.d.ts +3 -3
  170. package/Tooltip/Tooltip.js +5 -5
  171. package/Typography/Typography.d.ts +3 -3
  172. package/Zoom/Zoom.d.ts +3 -3
  173. package/colors/amber.d.ts +15 -15
  174. package/colors/blue.d.ts +15 -15
  175. package/colors/blueGrey.d.ts +15 -15
  176. package/colors/brown.d.ts +15 -15
  177. package/colors/common.d.ts +3 -3
  178. package/colors/cyan.d.ts +15 -15
  179. package/colors/deepOrange.d.ts +15 -15
  180. package/colors/deepPurple.d.ts +15 -15
  181. package/colors/green.d.ts +15 -15
  182. package/colors/grey.d.ts +15 -15
  183. package/colors/indigo.d.ts +15 -15
  184. package/colors/lightBlue.d.ts +15 -15
  185. package/colors/lightGreen.d.ts +15 -15
  186. package/colors/lime.d.ts +15 -15
  187. package/colors/orange.d.ts +15 -15
  188. package/colors/pink.d.ts +15 -15
  189. package/colors/purple.d.ts +15 -15
  190. package/colors/red.d.ts +15 -15
  191. package/colors/teal.d.ts +15 -15
  192. package/colors/yellow.d.ts +15 -15
  193. package/index.js +1 -1
  194. package/legacy/Accordion/Accordion.js +3 -3
  195. package/legacy/Accordion/AccordionContext.js +1 -1
  196. package/legacy/Autocomplete/Autocomplete.js +2 -2
  197. package/legacy/AvatarGroup/AvatarGroup.js +2 -2
  198. package/legacy/BottomNavigation/BottomNavigation.js +1 -1
  199. package/legacy/Breadcrumbs/Breadcrumbs.js +2 -2
  200. package/legacy/ButtonBase/ButtonBase.js +191 -28
  201. package/legacy/ButtonGroup/ButtonGroup.js +1 -1
  202. package/legacy/Card/Card.js +1 -1
  203. package/legacy/CardMedia/CardMedia.js +1 -1
  204. package/legacy/Checkbox/Checkbox.js +1 -1
  205. package/legacy/Chip/Chip.js +1 -1
  206. package/legacy/CircularProgress/CircularProgress.js +1 -1
  207. package/legacy/ClickAwayListener/ClickAwayListener.js +3 -3
  208. package/legacy/Dialog/Dialog.js +1 -1
  209. package/legacy/FormControl/FormControl.js +1 -1
  210. package/legacy/Hidden/HiddenCss.js +1 -1
  211. package/legacy/IconButton/IconButton.js +1 -1
  212. package/legacy/ImageList/ImageList.js +2 -4
  213. package/legacy/ImageListItem/ImageListItem.js +1 -1
  214. package/legacy/InputAdornment/InputAdornment.js +1 -1
  215. package/legacy/InputBase/InputBase.js +3 -3
  216. package/legacy/LinearProgress/LinearProgress.js +2 -2
  217. package/legacy/ListItem/ListItem.js +2 -2
  218. package/legacy/ListItemButton/ListItemButton.js +1 -1
  219. package/legacy/Menu/Menu.js +2 -2
  220. package/legacy/MenuItem/MenuItem.js +1 -1
  221. package/legacy/MenuList/MenuList.js +1 -1
  222. package/legacy/Paper/Paper.js +2 -2
  223. package/legacy/Popover/Popover.js +6 -6
  224. package/legacy/Popper/Popper.js +3 -3
  225. package/legacy/Rating/Rating.js +1 -1
  226. package/legacy/Select/SelectInput.js +3 -3
  227. package/legacy/Slide/Slide.js +2 -2
  228. package/legacy/Slider/Slider.js +2 -2
  229. package/legacy/Snackbar/Snackbar.js +1 -1
  230. package/legacy/SpeedDial/SpeedDial.js +2 -2
  231. package/legacy/StepContent/StepContent.js +2 -2
  232. package/legacy/TablePagination/TablePagination.js +1 -1
  233. package/legacy/Tabs/Tabs.js +4 -4
  234. package/legacy/TextField/TextField.js +4 -2
  235. package/legacy/TextareaAutosize/TextareaAutosize.js +1 -1
  236. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  237. package/legacy/Tooltip/Tooltip.js +5 -5
  238. package/legacy/index.js +1 -1
  239. package/legacy/styles/adaptV4Theme.js +1 -1
  240. package/legacy/styles/createPalette.js +4 -4
  241. package/legacy/styles/createStyles.js +1 -1
  242. package/legacy/styles/createTheme.js +3 -3
  243. package/legacy/styles/createTransitions.js +5 -5
  244. package/legacy/styles/createTypography.js +2 -2
  245. package/legacy/styles/makeStyles.js +1 -1
  246. package/legacy/styles/responsiveFontSizes.js +1 -1
  247. package/legacy/styles/withStyles.js +1 -1
  248. package/legacy/styles/withTheme.js +1 -1
  249. package/legacy/useMediaQuery/useMediaQuery.js +2 -2
  250. package/modern/Accordion/Accordion.js +3 -3
  251. package/modern/Accordion/AccordionContext.js +1 -1
  252. package/modern/Autocomplete/Autocomplete.js +2 -2
  253. package/modern/AvatarGroup/AvatarGroup.js +2 -2
  254. package/modern/BottomNavigation/BottomNavigation.js +1 -1
  255. package/modern/Breadcrumbs/Breadcrumbs.js +2 -2
  256. package/modern/ButtonBase/ButtonBase.js +200 -30
  257. package/modern/ButtonGroup/ButtonGroup.js +1 -1
  258. package/modern/Card/Card.js +1 -1
  259. package/modern/CardMedia/CardMedia.js +1 -1
  260. package/modern/Checkbox/Checkbox.js +1 -1
  261. package/modern/Chip/Chip.js +1 -1
  262. package/modern/CircularProgress/CircularProgress.js +1 -1
  263. package/modern/ClickAwayListener/ClickAwayListener.js +3 -3
  264. package/modern/Dialog/Dialog.js +1 -1
  265. package/modern/FormControl/FormControl.js +1 -1
  266. package/modern/Hidden/HiddenCss.js +1 -1
  267. package/modern/IconButton/IconButton.js +1 -1
  268. package/modern/ImageList/ImageList.js +2 -4
  269. package/modern/ImageListItem/ImageListItem.js +1 -1
  270. package/modern/InputAdornment/InputAdornment.js +1 -1
  271. package/modern/InputBase/InputBase.js +3 -3
  272. package/modern/LinearProgress/LinearProgress.js +2 -2
  273. package/modern/ListItem/ListItem.js +2 -2
  274. package/modern/ListItemButton/ListItemButton.js +1 -1
  275. package/modern/Menu/Menu.js +2 -2
  276. package/modern/MenuItem/MenuItem.js +1 -1
  277. package/modern/MenuList/MenuList.js +1 -1
  278. package/modern/Paper/Paper.js +2 -2
  279. package/modern/Popover/Popover.js +6 -6
  280. package/modern/Popper/Popper.js +3 -3
  281. package/modern/Rating/Rating.js +1 -1
  282. package/modern/Select/SelectInput.js +3 -3
  283. package/modern/Slide/Slide.js +2 -2
  284. package/modern/Slider/Slider.js +2 -2
  285. package/modern/Snackbar/Snackbar.js +1 -1
  286. package/modern/SpeedDial/SpeedDial.js +2 -2
  287. package/modern/StepContent/StepContent.js +2 -2
  288. package/modern/TablePagination/TablePagination.js +1 -1
  289. package/modern/Tabs/Tabs.js +4 -4
  290. package/modern/TextField/TextField.js +4 -2
  291. package/modern/TextareaAutosize/TextareaAutosize.js +1 -1
  292. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  293. package/modern/Tooltip/Tooltip.js +5 -5
  294. package/modern/index.js +1 -1
  295. package/modern/styles/adaptV4Theme.js +1 -1
  296. package/modern/styles/createPalette.js +4 -4
  297. package/modern/styles/createStyles.js +1 -1
  298. package/modern/styles/createTheme.js +3 -3
  299. package/modern/styles/createTransitions.js +5 -5
  300. package/modern/styles/createTypography.js +3 -3
  301. package/modern/styles/makeStyles.js +2 -2
  302. package/modern/styles/responsiveFontSizes.js +1 -1
  303. package/modern/styles/withStyles.js +2 -2
  304. package/modern/styles/withTheme.js +2 -2
  305. package/modern/useMediaQuery/useMediaQuery.js +2 -2
  306. package/node/Accordion/Accordion.js +3 -3
  307. package/node/Accordion/AccordionContext.js +1 -1
  308. package/node/Autocomplete/Autocomplete.js +2 -2
  309. package/node/AvatarGroup/AvatarGroup.js +2 -2
  310. package/node/BottomNavigation/BottomNavigation.js +1 -1
  311. package/node/Breadcrumbs/Breadcrumbs.js +2 -2
  312. package/node/ButtonBase/ButtonBase.js +202 -32
  313. package/node/ButtonGroup/ButtonGroup.js +1 -1
  314. package/node/Card/Card.js +1 -1
  315. package/node/CardMedia/CardMedia.js +1 -1
  316. package/node/Checkbox/Checkbox.js +1 -1
  317. package/node/Chip/Chip.js +1 -1
  318. package/node/CircularProgress/CircularProgress.js +1 -1
  319. package/node/ClickAwayListener/ClickAwayListener.js +3 -3
  320. package/node/Dialog/Dialog.js +1 -1
  321. package/node/FormControl/FormControl.js +1 -1
  322. package/node/Hidden/HiddenCss.js +1 -1
  323. package/node/IconButton/IconButton.js +1 -1
  324. package/node/ImageList/ImageList.js +2 -4
  325. package/node/ImageListItem/ImageListItem.js +1 -1
  326. package/node/InputAdornment/InputAdornment.js +1 -1
  327. package/node/InputBase/InputBase.js +3 -3
  328. package/node/LinearProgress/LinearProgress.js +2 -2
  329. package/node/ListItem/ListItem.js +2 -2
  330. package/node/ListItemButton/ListItemButton.js +1 -1
  331. package/node/Menu/Menu.js +2 -2
  332. package/node/MenuItem/MenuItem.js +1 -1
  333. package/node/MenuList/MenuList.js +1 -1
  334. package/node/Paper/Paper.js +2 -2
  335. package/node/Popover/Popover.js +6 -6
  336. package/node/Popper/Popper.js +3 -3
  337. package/node/Rating/Rating.js +1 -1
  338. package/node/Select/SelectInput.js +3 -3
  339. package/node/Slide/Slide.js +2 -2
  340. package/node/Slider/Slider.js +2 -2
  341. package/node/Snackbar/Snackbar.js +1 -1
  342. package/node/SpeedDial/SpeedDial.js +2 -2
  343. package/node/StepContent/StepContent.js +2 -2
  344. package/node/TablePagination/TablePagination.js +1 -1
  345. package/node/Tabs/Tabs.js +4 -4
  346. package/node/TextField/TextField.js +4 -2
  347. package/node/TextareaAutosize/TextareaAutosize.js +1 -1
  348. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  349. package/node/Tooltip/Tooltip.js +5 -5
  350. package/node/index.js +1 -1
  351. package/node/styles/adaptV4Theme.js +1 -1
  352. package/node/styles/createPalette.js +4 -4
  353. package/node/styles/createStyles.js +1 -1
  354. package/node/styles/createTheme.js +3 -3
  355. package/node/styles/createTransitions.js +5 -5
  356. package/node/styles/createTypography.js +3 -3
  357. package/node/styles/makeStyles.js +2 -2
  358. package/node/styles/responsiveFontSizes.js +1 -1
  359. package/node/styles/withStyles.js +2 -2
  360. package/node/styles/withTheme.js +2 -2
  361. package/node/useMediaQuery/useMediaQuery.js +2 -2
  362. package/package.json +10 -10
  363. package/styles/ThemeProvider.d.ts +1 -1
  364. package/styles/adaptV4Theme.d.ts +2 -2
  365. package/styles/adaptV4Theme.js +1 -1
  366. package/styles/createPalette.js +4 -4
  367. package/styles/createStyles.js +1 -1
  368. package/styles/createTheme.d.ts +2 -2
  369. package/styles/createTheme.js +3 -3
  370. package/styles/createTransitions.js +5 -5
  371. package/styles/createTypography.js +3 -3
  372. package/styles/makeStyles.js +2 -2
  373. package/styles/responsiveFontSizes.js +1 -1
  374. package/styles/withStyles.js +2 -2
  375. package/styles/withTheme.js +2 -2
  376. package/umd/material-ui.development.js +787 -364
  377. package/umd/material-ui.production.min.js +21 -21
  378. package/useMediaQuery/useMediaQuery.js +2 -2
@@ -167,7 +167,7 @@ const ButtonGroup = /*#__PURE__*/React.forwardRef(function ButtonGroup(inProps,
167
167
 
168
168
  if (process.env.NODE_ENV !== 'production') {
169
169
  if (isFragment(child)) {
170
- console.error(["Material-UI: The ButtonGroup component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
170
+ console.error(["MUI: The ButtonGroup component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
171
171
  }
172
172
  }
173
173
 
@@ -84,7 +84,7 @@ process.env.NODE_ENV !== "production" ? Card.propTypes
84
84
  */
85
85
  raised: chainPropTypes(PropTypes.bool, props => {
86
86
  if (props.raised && props.variant === 'outlined') {
87
- return new Error('Material-UI: Combining `raised={true}` with `variant="outlined"` has no effect.');
87
+ return new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.');
88
88
  }
89
89
 
90
90
  return null;
@@ -104,7 +104,7 @@ process.env.NODE_ENV !== "production" ? CardMedia.propTypes
104
104
  */
105
105
  children: chainPropTypes(PropTypes.node, props => {
106
106
  if (!props.children && !props.image && !props.src && !props.component) {
107
- return new Error('Material-UI: Either `children`, `image`, `src` or `component` prop must be specified.');
107
+ return new Error('MUI: Either `children`, `image`, `src` or `component` prop must be specified.');
108
108
  }
109
109
 
110
110
  return null;
@@ -141,7 +141,7 @@ process.env.NODE_ENV !== "production" ? Checkbox.propTypes
141
141
  */
142
142
  color: PropTypes
143
143
  /* @typescript-to-proptypes-ignore */
144
- .oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'succes', 'warning']), PropTypes.string]),
144
+ .oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
145
145
 
146
146
  /**
147
147
  * The default checked state. Use when the component is not controlled.
@@ -387,7 +387,7 @@ const Chip = /*#__PURE__*/React.forwardRef(function Chip(inProps, ref) {
387
387
 
388
388
  if (process.env.NODE_ENV !== 'production') {
389
389
  if (avatar && icon) {
390
- console.error('Material-UI: The Chip component can not handle the avatar ' + 'and the icon prop at the same time. Pick one.');
390
+ console.error('MUI: The Chip component can not handle the avatar ' + 'and the icon prop at the same time. Pick one.');
391
391
  }
392
392
  }
393
393
 
@@ -219,7 +219,7 @@ process.env.NODE_ENV !== "production" ? CircularProgress.propTypes
219
219
  */
220
220
  disableShrink: chainPropTypes(PropTypes.bool, props => {
221
221
  if (props.disableShrink && props.variant && props.variant !== 'indeterminate') {
222
- return new Error('Material-UI: You have provided the `disableShrink` prop ' + 'with a variant other than `indeterminate`. This will have no effect.');
222
+ return new Error('MUI: You have provided the `disableShrink` prop ' + 'with a variant other than `indeterminate`. This will have no effect.');
223
223
  }
224
224
 
225
225
  return null;
@@ -21,12 +21,12 @@ function clickedRootScrollbar(event, doc) {
21
21
  *
22
22
  * Demos:
23
23
  *
24
- * - [Click Away Listener](https://material-ui.com/components/click-away-listener/)
25
- * - [Menus](https://material-ui.com/components/menus/)
24
+ * - [Click Away Listener](https://mui.com/components/click-away-listener/)
25
+ * - [Menus](https://mui.com/components/menus/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [ClickAwayListener API](https://material-ui.com/api/click-away-listener/)
29
+ * - [ClickAwayListener API](https://mui.com/api/click-away-listener/)
30
30
  */
31
31
  function ClickAwayListener(props) {
32
32
  const {
@@ -409,7 +409,7 @@ process.env.NODE_ENV !== "production" ? Dialog.propTypes
409
409
 
410
410
  /**
411
411
  * Props applied to the transition element.
412
- * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.
412
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
413
413
  */
414
414
  TransitionProps: PropTypes.object
415
415
  } : void 0;
@@ -172,7 +172,7 @@ const FormControl = /*#__PURE__*/React.forwardRef(function FormControl(inProps,
172
172
 
173
173
  registerEffect = () => {
174
174
  if (registeredInput.current) {
175
- console.error(['Material-UI: There are multiple `InputBase` components inside a FormControl.', 'This creates visual inconsistencies, only use one `InputBase`.'].join('\n'));
175
+ console.error(['MUI: There are multiple `InputBase` components inside a FormControl.', 'This creates visual inconsistencies, only use one `InputBase`.'].join('\n'));
176
176
  }
177
177
 
178
178
  registeredInput.current = true;
@@ -82,7 +82,7 @@ function HiddenCss(props) {
82
82
  });
83
83
 
84
84
  if (unknownProps.length > 0) {
85
- console.error(`Material-UI: Unsupported props received by \`<Hidden implementation="css" />\`: ${unknownProps.join(', ')}. Did you forget to wrap this component in a ThemeProvider declaring these breakpoints?`);
85
+ console.error(`MUI: Unsupported props received by \`<Hidden implementation="css" />\`: ${unknownProps.join(', ')}. Did you forget to wrap this component in a ThemeProvider declaring these breakpoints?`);
86
86
  }
87
87
  }
88
88
 
@@ -146,7 +146,7 @@ process.env.NODE_ENV !== "production" ? IconButton.propTypes
146
146
  const found = React.Children.toArray(props.children).some(child => /*#__PURE__*/React.isValidElement(child) && child.props.onClick);
147
147
 
148
148
  if (found) {
149
- return new Error(['Material-UI: You are providing an onClick event listener to a child of a button element.', 'Prefer applying it to the IconButton directly.', 'This guarantees that the whole <button> will be responsive to click events.'].join('\n'));
149
+ return new Error(['MUI: You are providing an onClick event listener to a child of a button element.', 'Prefer applying it to the IconButton directly.', 'This guarantees that the whole <button> will be responsive to click events.'].join('\n'));
150
150
  }
151
151
 
152
152
  return null;
@@ -73,7 +73,7 @@ const ImageList = /*#__PURE__*/React.forwardRef(function ImageList(inProps, ref)
73
73
  if (process.env.NODE_ENV !== 'production') {
74
74
  // Detect Internet Explorer 8+
75
75
  if (document !== undefined && 'objectFit' in document.documentElement.style === false) {
76
- console.error(['Material-UI: ImageList v5+ no longer natively supports Internet Explorer.', 'Use v4 of this component instead, or polyfill CSS object-fit.'].join('\n'));
76
+ console.error(['MUI: ImageList v5+ no longer natively supports Internet Explorer.', 'Use v4 of this component instead, or polyfill CSS object-fit.'].join('\n'));
77
77
  }
78
78
  }
79
79
  }, []);
@@ -169,8 +169,6 @@ process.env.NODE_ENV !== "production" ? ImageList.propTypes
169
169
  * The variant to use.
170
170
  * @default 'standard'
171
171
  */
172
- variant: PropTypes
173
- /* @typescript-to-proptypes-ignore */
174
- .oneOfType([PropTypes.oneOf(['masonry', 'quilted', 'standard', 'woven']), PropTypes.string])
172
+ variant: PropTypes.oneOf(['masonry', 'quilted', 'standard', 'woven'])
175
173
  } : void 0;
176
174
  export default ImageList;
@@ -121,7 +121,7 @@ const ImageListItem = /*#__PURE__*/React.forwardRef(function ImageListItem(inPro
121
121
 
122
122
  if (process.env.NODE_ENV !== 'production') {
123
123
  if (isFragment(child)) {
124
- console.error(["Material-UI: The ImageListItem component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
124
+ console.error(["MUI: The ImageListItem component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
125
125
  }
126
126
  }
127
127
 
@@ -90,7 +90,7 @@ const InputAdornment = /*#__PURE__*/React.forwardRef(function InputAdornment(inP
90
90
  if (variantProp && muiFormControl.variant) {
91
91
  if (process.env.NODE_ENV !== 'production') {
92
92
  if (variantProp === muiFormControl.variant) {
93
- console.error('Material-UI: The `InputAdornment` variant infers the variant prop ' + 'you do not have to provide one.');
93
+ console.error('MUI: The `InputAdornment` variant infers the variant prop ' + 'you do not have to provide one.');
94
94
  }
95
95
  }
96
96
  }
@@ -258,7 +258,7 @@ const InputBase = /*#__PURE__*/React.forwardRef(function InputBase(inProps, ref)
258
258
  const handleInputRefWarning = React.useCallback(instance => {
259
259
  if (process.env.NODE_ENV !== 'production') {
260
260
  if (instance && instance.nodeName !== 'INPUT' && !instance.focus) {
261
- console.error(['Material-UI: You have provided a `inputComponent` to the input component', 'that does not correctly handle the `ref` prop.', 'Make sure the `ref` prop is called with a HTMLInputElement.'].join('\n'));
261
+ console.error(['MUI: You have provided a `inputComponent` to the input component', 'that does not correctly handle the `ref` prop.', 'Make sure the `ref` prop is called with a HTMLInputElement.'].join('\n'));
262
262
  }
263
263
  }
264
264
  }, []);
@@ -359,7 +359,7 @@ const InputBase = /*#__PURE__*/React.forwardRef(function InputBase(inProps, ref)
359
359
  const element = event.target || inputRef.current;
360
360
 
361
361
  if (element == null) {
362
- throw new Error(process.env.NODE_ENV !== "production" ? `Material-UI: Expected valid input target. Did you use a custom \`inputComponent\` and forget to forward refs? See https://material-ui.com/r/input-component-ref-interface for more info.` : _formatMuiErrorMessage(1));
362
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Expected valid input target. Did you use a custom \`inputComponent\` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.` : _formatMuiErrorMessage(1));
363
363
  }
364
364
 
365
365
  checkDirty({
@@ -400,7 +400,7 @@ const InputBase = /*#__PURE__*/React.forwardRef(function InputBase(inProps, ref)
400
400
  if (rows) {
401
401
  if (process.env.NODE_ENV !== 'production') {
402
402
  if (minRows || maxRows) {
403
- console.warn('Material-UI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set.');
403
+ console.warn('MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set.');
404
404
  }
405
405
  }
406
406
 
@@ -270,7 +270,7 @@ const LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inP
270
270
 
271
271
  inlineStyles.bar1.transform = `translateX(${transform}%)`;
272
272
  } else if (process.env.NODE_ENV !== 'production') {
273
- console.error('Material-UI: You need to provide a value prop ' + 'when using the determinate or buffer variant of LinearProgress .');
273
+ console.error('MUI: You need to provide a value prop ' + 'when using the determinate or buffer variant of LinearProgress .');
274
274
  }
275
275
  }
276
276
 
@@ -284,7 +284,7 @@ const LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inP
284
284
 
285
285
  inlineStyles.bar2.transform = `translateX(${transform}%)`;
286
286
  } else if (process.env.NODE_ENV !== 'production') {
287
- console.error('Material-UI: You need to provide a valueBuffer prop ' + 'when using the buffer variant of LinearProgress.');
287
+ console.error('MUI: You need to provide a valueBuffer prop ' + 'when using the buffer variant of LinearProgress.');
288
288
  }
289
289
  }
290
290
 
@@ -176,7 +176,7 @@ const ListItem = /*#__PURE__*/React.forwardRef(function ListItem(inProps, ref) {
176
176
  if (listItemRef.current) {
177
177
  listItemRef.current.focus();
178
178
  } else if (process.env.NODE_ENV !== 'production') {
179
- console.error('Material-UI: Unable to set focus to a ListItem whose component has not been rendered.');
179
+ console.error('MUI: Unable to set focus to a ListItem whose component has not been rendered.');
180
180
  }
181
181
  }
182
182
  }, [autoFocus]);
@@ -311,7 +311,7 @@ process.env.NODE_ENV !== "production" ? ListItem.propTypes
311
311
 
312
312
 
313
313
  if (secondaryActionIndex !== -1 && secondaryActionIndex !== children.length - 1) {
314
- return new Error('Material-UI: You used an element after ListItemSecondaryAction. ' + 'For ListItem to detect that it has a secondary action ' + 'you must pass it as the last child to ListItem.');
314
+ return new Error('MUI: You used an element after ListItemSecondaryAction. ' + 'For ListItem to detect that it has a secondary action ' + 'you must pass it as the last child to ListItem.');
315
315
  }
316
316
 
317
317
  return null;
@@ -130,7 +130,7 @@ const ListItemButton = /*#__PURE__*/React.forwardRef(function ListItemButton(inP
130
130
  if (listItemRef.current) {
131
131
  listItemRef.current.focus();
132
132
  } else if (process.env.NODE_ENV !== 'production') {
133
- console.error('Material-UI: Unable to set focus to a ListItemButton whose component has not been rendered.');
133
+ console.error('MUI: Unable to set focus to a ListItemButton whose component has not been rendered.');
134
134
  }
135
135
  }
136
136
  }, [autoFocus]);
@@ -142,7 +142,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
142
142
 
143
143
  if (process.env.NODE_ENV !== 'production') {
144
144
  if (isFragment(child)) {
145
- console.error(["Material-UI: The Menu component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
145
+ console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
146
146
  }
147
147
  }
148
148
 
@@ -280,7 +280,7 @@ process.env.NODE_ENV !== "production" ? Menu.propTypes
280
280
 
281
281
  /**
282
282
  * Props applied to the transition element.
283
- * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.
283
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
284
284
  * @default {}
285
285
  */
286
286
  TransitionProps: PropTypes.object,
@@ -150,7 +150,7 @@ const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
150
150
  if (menuItemRef.current) {
151
151
  menuItemRef.current.focus();
152
152
  } else if (process.env.NODE_ENV !== 'production') {
153
- console.error('Material-UI: Unable to set focus to a MenuItem whose component has not been rendered.');
153
+ console.error('MUI: Unable to set focus to a MenuItem whose component has not been rendered.');
154
154
  }
155
155
  }
156
156
  }, [autoFocus]);
@@ -215,7 +215,7 @@ const MenuList = /*#__PURE__*/React.forwardRef(function MenuList(props, ref) {
215
215
 
216
216
  if (process.env.NODE_ENV !== 'production') {
217
217
  if (isFragment(child)) {
218
- console.error(["Material-UI: The Menu component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
218
+ console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
219
219
  }
220
220
  }
221
221
 
@@ -93,7 +93,7 @@ const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
93
93
  const theme = useTheme();
94
94
 
95
95
  if (theme.shadows[elevation] === undefined) {
96
- console.error([`Material-UI: The elevation provided <Paper elevation={${elevation}}> is not available in the theme.`, `Please make sure that \`theme.shadows[${elevation}]\` is defined.`].join('\n'));
96
+ console.error([`MUI: The elevation provided <Paper elevation={${elevation}}> is not available in the theme.`, `Please make sure that \`theme.shadows[${elevation}]\` is defined.`].join('\n'));
97
97
  }
98
98
  }
99
99
 
@@ -145,7 +145,7 @@ process.env.NODE_ENV !== "production" ? Paper.propTypes
145
145
  } = props;
146
146
 
147
147
  if (elevation > 0 && variant === 'outlined') {
148
- return new Error(`Material-UI: Combining \`elevation={${elevation}}\` with \`variant="${variant}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`);
148
+ return new Error(`MUI: Combining \`elevation={${elevation}}\` with \`variant="${variant}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`);
149
149
  }
150
150
 
151
151
  return null;
@@ -143,7 +143,7 @@ const Popover = /*#__PURE__*/React.forwardRef(function Popover(inProps, ref) {
143
143
  if (anchorReference === 'anchorPosition') {
144
144
  if (process.env.NODE_ENV !== 'production') {
145
145
  if (!anchorPosition) {
146
- console.error('Material-UI: You need to provide a `anchorPosition` prop when using ' + '<Popover anchorReference="anchorPosition" />.');
146
+ console.error('MUI: You need to provide a `anchorPosition` prop when using ' + '<Popover anchorReference="anchorPosition" />.');
147
147
  }
148
148
  }
149
149
 
@@ -159,7 +159,7 @@ const Popover = /*#__PURE__*/React.forwardRef(function Popover(inProps, ref) {
159
159
  const box = anchorElement.getBoundingClientRect();
160
160
 
161
161
  if (process.env.NODE_ENV !== 'test' && box.top === 0 && box.left === 0 && box.right === 0 && box.bottom === 0) {
162
- console.warn(['Material-UI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
162
+ console.warn(['MUI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
163
163
  }
164
164
  }
165
165
 
@@ -216,7 +216,7 @@ const Popover = /*#__PURE__*/React.forwardRef(function Popover(inProps, ref) {
216
216
 
217
217
  if (process.env.NODE_ENV !== 'production') {
218
218
  if (elemRect.height > heightThreshold && elemRect.height && heightThreshold) {
219
- console.error(['Material-UI: The popover component is too tall.', `Some part of it can not be seen on the screen (${elemRect.height - heightThreshold}px).`, 'Please consider adding a `max-height` to improve the user-experience.'].join('\n'));
219
+ console.error(['MUI: The popover component is too tall.', `Some part of it can not be seen on the screen (${elemRect.height - heightThreshold}px).`, 'Please consider adding a `max-height` to improve the user-experience.'].join('\n'));
220
220
  }
221
221
  } // Check if the horizontal axis needs shifting
222
222
 
@@ -352,10 +352,10 @@ process.env.NODE_ENV !== "production" ? Popover.propTypes
352
352
  const box = resolvedAnchorEl.getBoundingClientRect();
353
353
 
354
354
  if (process.env.NODE_ENV !== 'test' && box.top === 0 && box.left === 0 && box.right === 0 && box.bottom === 0) {
355
- return new Error(['Material-UI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
355
+ return new Error(['MUI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
356
356
  }
357
357
  } else {
358
- return new Error(['Material-UI: The `anchorEl` prop provided to the component is invalid.', `It should be an Element instance but it's \`${resolvedAnchorEl}\` instead.`].join('\n'));
358
+ return new Error(['MUI: The `anchorEl` prop provided to the component is invalid.', `It should be an Element instance but it's \`${resolvedAnchorEl}\` instead.`].join('\n'));
359
359
  }
360
360
  }
361
361
 
@@ -496,7 +496,7 @@ process.env.NODE_ENV !== "production" ? Popover.propTypes
496
496
 
497
497
  /**
498
498
  * Props applied to the transition element.
499
- * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.
499
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
500
500
  * @default {}
501
501
  */
502
502
  TransitionProps: PropTypes.object
@@ -97,7 +97,7 @@ const PopperTooltip = /*#__PURE__*/React.forwardRef(function PopperTooltip(props
97
97
  const box = resolvedAnchorEl.getBoundingClientRect();
98
98
 
99
99
  if (process.env.NODE_ENV !== 'test' && box.top === 0 && box.left === 0 && box.right === 0 && box.bottom === 0) {
100
- console.warn(['Material-UI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
100
+ console.warn(['MUI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
101
101
  }
102
102
  }
103
103
  }
@@ -250,10 +250,10 @@ process.env.NODE_ENV !== "production" ? Popper.propTypes
250
250
  const box = resolvedAnchorEl.getBoundingClientRect();
251
251
 
252
252
  if (process.env.NODE_ENV !== 'test' && box.top === 0 && box.left === 0 && box.right === 0 && box.bottom === 0) {
253
- return new Error(['Material-UI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
253
+ return new Error(['MUI: The `anchorEl` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
254
254
  }
255
255
  } else if (!resolvedAnchorEl || typeof resolvedAnchorEl.getBoundingClientRect !== 'function' || resolvedAnchorEl.contextElement != null && resolvedAnchorEl.contextElement.nodeType !== 1) {
256
- return new Error(['Material-UI: The `anchorEl` prop provided to the component is invalid.', 'It should be an HTML element instance or a virtualElement ', '(https://popper.js.org/docs/v2/virtual-elements/).'].join('\n'));
256
+ return new Error(['MUI: The `anchorEl` prop provided to the component is invalid.', 'It should be an HTML element instance or a virtualElement ', '(https://popper.js.org/docs/v2/virtual-elements/).'].join('\n'));
257
257
  }
258
258
  }
259
259
 
@@ -688,7 +688,7 @@ process.env.NODE_ENV !== "production" ? Rating.propTypes
688
688
  */
689
689
  precision: chainPropTypes(PropTypes.number, props => {
690
690
  if (props.precision < 0.1) {
691
- return new Error(['Material-UI: The prop `precision` should be above 0.1.', 'A value below this limit has an imperceptible impact.'].join('\n'));
691
+ return new Error(['MUI: The prop `precision` should be above 0.1.', 'A value below this limit has an imperceptible impact.'].join('\n'));
692
692
  }
693
693
 
694
694
  return null;
@@ -337,7 +337,7 @@ const SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, re
337
337
 
338
338
  if (process.env.NODE_ENV !== 'production') {
339
339
  if (isFragment(child)) {
340
- console.error(["Material-UI: The Select component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
340
+ console.error(["MUI: The Select component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
341
341
  }
342
342
  }
343
343
 
@@ -345,7 +345,7 @@ const SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, re
345
345
 
346
346
  if (multiple) {
347
347
  if (!Array.isArray(value)) {
348
- throw new Error(process.env.NODE_ENV !== "production" ? `Material-UI: The \`value\` prop must be an array when using the \`Select\` component with \`multiple\`.` : _formatMuiErrorMessage(2));
348
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`value\` prop must be an array when using the \`Select\` component with \`multiple\`.` : _formatMuiErrorMessage(2));
349
349
  }
350
350
 
351
351
  selected = value.some(v => areEqualValues(v, child.props.value));
@@ -394,7 +394,7 @@ const SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, re
394
394
  React.useEffect(() => {
395
395
  if (!foundMatch && !multiple && value !== '') {
396
396
  const values = childrenArray.map(child => child.props.value);
397
- console.warn([`Material-UI: You have provided an out-of-range value \`${value}\` for the select ${name ? `(name="${name}") ` : ''}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${values.filter(x => x != null).map(x => `\`${x}\``).join(', ') || '""'}.`].join('\n'));
397
+ console.warn([`MUI: You have provided an out-of-range value \`${value}\` for the select ${name ? `(name="${name}") ` : ''}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${values.filter(x => x != null).map(x => `\`${x}\``).join(', ') || '""'}.`].join('\n'));
398
398
  }
399
399
  }, [foundMatch, childrenArray, multiple, name, value]);
400
400
  }
@@ -268,10 +268,10 @@ process.env.NODE_ENV !== "production" ? Slide.propTypes
268
268
  const box = resolvedContainer.getBoundingClientRect();
269
269
 
270
270
  if (process.env.NODE_ENV !== 'test' && box.top === 0 && box.left === 0 && box.right === 0 && box.bottom === 0) {
271
- return new Error(['Material-UI: The `container` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
271
+ return new Error(['MUI: The `container` prop provided to the component is invalid.', 'The anchor element should be part of the document layout.', "Make sure the element is present in the document or that it's not display none."].join('\n'));
272
272
  }
273
273
  } else if (!resolvedContainer || typeof resolvedContainer.getBoundingClientRect !== 'function' || resolvedContainer.contextElement != null && resolvedContainer.contextElement.nodeType !== 1) {
274
- return new Error(['Material-UI: The `container` prop provided to the component is invalid.', 'It should be an HTML element instance.'].join('\n'));
274
+ return new Error(['MUI: The `container` prop provided to the component is invalid.', 'It should be an HTML element instance.'].join('\n'));
275
275
  }
276
276
  }
277
277
 
@@ -448,7 +448,7 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
448
448
  const range = Array.isArray(props.value || props.defaultValue);
449
449
 
450
450
  if (range && props['aria-label'] != null) {
451
- return new Error('Material-UI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider.');
451
+ return new Error('MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider.');
452
452
  }
453
453
 
454
454
  return null;
@@ -466,7 +466,7 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
466
466
  const range = Array.isArray(props.value || props.defaultValue);
467
467
 
468
468
  if (range && props['aria-valuetext'] != null) {
469
- return new Error('Material-UI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider.');
469
+ return new Error('MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider.');
470
470
  }
471
471
 
472
472
  return null;
@@ -402,7 +402,7 @@ process.env.NODE_ENV !== "production" ? Snackbar.propTypes
402
402
 
403
403
  /**
404
404
  * Props applied to the transition element.
405
- * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.
405
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
406
406
  * @default {}
407
407
  */
408
408
  TransitionProps: PropTypes.object
@@ -354,7 +354,7 @@ const SpeedDial = /*#__PURE__*/React.forwardRef(function SpeedDial(inProps, ref)
354
354
  const allItems = React.Children.toArray(childrenProp).filter(child => {
355
355
  if (process.env.NODE_ENV !== 'production') {
356
356
  if (isFragment(child)) {
357
- console.error(["Material-UI: The SpeedDial component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
357
+ console.error(["MUI: The SpeedDial component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
358
358
  }
359
359
  }
360
360
 
@@ -554,7 +554,7 @@ process.env.NODE_ENV !== "production" ? SpeedDial.propTypes
554
554
 
555
555
  /**
556
556
  * Props applied to the transition element.
557
- * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.
557
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
558
558
  */
559
559
  TransitionProps: PropTypes.object
560
560
  } : void 0;