@mui/material 5.6.0 → 5.6.1

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 (498) hide show
  1. package/Accordion/Accordion.d.ts +4 -4
  2. package/Accordion/Accordion.js +1 -1
  3. package/Accordion/accordionClasses.d.ts +18 -18
  4. package/AccordionActions/AccordionActions.d.ts +2 -2
  5. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  6. package/AccordionDetails/AccordionDetails.d.ts +2 -2
  7. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  8. package/AccordionSummary/AccordionSummary.d.ts +3 -3
  9. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  10. package/Alert/Alert.d.ts +5 -5
  11. package/Alert/Alert.js +2 -2
  12. package/Alert/alertClasses.d.ts +44 -44
  13. package/AlertTitle/AlertTitle.d.ts +2 -2
  14. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  15. package/AppBar/AppBar.d.ts +4 -4
  16. package/AppBar/AppBar.js +1 -1
  17. package/AppBar/appBarClasses.d.ts +28 -28
  18. package/Autocomplete/Autocomplete.d.ts +8 -8
  19. package/Autocomplete/Autocomplete.js +6 -6
  20. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  21. package/Avatar/Avatar.d.ts +2 -2
  22. package/Avatar/avatarClasses.d.ts +20 -20
  23. package/AvatarGroup/AvatarGroup.d.ts +2 -2
  24. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  25. package/Backdrop/Backdrop.d.ts +3 -3
  26. package/Backdrop/backdropClasses.d.ts +10 -10
  27. package/Badge/Badge.d.ts +5 -5
  28. package/Badge/Badge.js +1 -1
  29. package/Badge/badgeClasses.d.ts +24 -24
  30. package/BottomNavigation/BottomNavigation.d.ts +2 -2
  31. package/BottomNavigation/BottomNavigation.js +0 -0
  32. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  33. package/BottomNavigationAction/BottomNavigationAction.d.ts +3 -3
  34. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  35. package/Breadcrumbs/Breadcrumbs.d.ts +3 -3
  36. package/Breadcrumbs/Breadcrumbs.js +1 -1
  37. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  38. package/Button/Button.d.ts +5 -5
  39. package/Button/Button.js +1 -1
  40. package/Button/buttonClasses.d.ts +76 -76
  41. package/ButtonBase/ButtonBase.d.ts +2 -2
  42. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  43. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  44. package/ButtonGroup/ButtonGroup.d.ts +3 -3
  45. package/ButtonGroup/ButtonGroup.js +1 -1
  46. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  47. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  48. package/CHANGELOG.md +75 -30
  49. package/Card/Card.d.ts +3 -3
  50. package/Card/cardClasses.d.ts +8 -8
  51. package/CardActionArea/CardActionArea.d.ts +3 -3
  52. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  53. package/CardActions/CardActions.d.ts +2 -2
  54. package/CardActions/cardActionsClasses.d.ts +10 -10
  55. package/CardContent/CardContent.d.ts +2 -2
  56. package/CardContent/cardContentClasses.d.ts +8 -8
  57. package/CardHeader/CardHeader.d.ts +2 -2
  58. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  59. package/CardMedia/CardMedia.d.ts +2 -2
  60. package/CardMedia/cardMediaClasses.d.ts +12 -12
  61. package/Checkbox/Checkbox.d.ts +5 -5
  62. package/Checkbox/Checkbox.js +1 -1
  63. package/Checkbox/checkboxClasses.d.ts +18 -18
  64. package/Chip/Chip.d.ts +3 -3
  65. package/Chip/Chip.js +1 -1
  66. package/Chip/chipClasses.d.ts +80 -80
  67. package/CircularProgress/CircularProgress.d.ts +3 -3
  68. package/CircularProgress/CircularProgress.js +1 -1
  69. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  70. package/ClickAwayListener/index.d.ts +2 -2
  71. package/Collapse/Collapse.d.ts +5 -5
  72. package/Collapse/Collapse.js +1 -1
  73. package/Collapse/collapseClasses.d.ts +18 -18
  74. package/Container/Container.d.ts +2 -2
  75. package/Container/containerClasses.d.ts +22 -22
  76. package/CssBaseline/CssBaseline.d.ts +2 -2
  77. package/Dialog/Dialog.d.ts +5 -5
  78. package/Dialog/Dialog.js +2 -2
  79. package/Dialog/DialogContext.d.ts +6 -6
  80. package/Dialog/dialogClasses.d.ts +36 -36
  81. package/DialogActions/DialogActions.d.ts +2 -2
  82. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  83. package/DialogContent/DialogContent.d.ts +2 -2
  84. package/DialogContent/dialogContentClasses.d.ts +10 -10
  85. package/DialogContentText/DialogContentText.d.ts +3 -3
  86. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  87. package/DialogTitle/DialogTitle.d.ts +2 -2
  88. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  89. package/Divider/Divider.d.ts +3 -3
  90. package/Divider/dividerClasses.d.ts +34 -34
  91. package/Drawer/Drawer.d.ts +6 -6
  92. package/Drawer/Drawer.js +4 -4
  93. package/Drawer/drawerClasses.d.ts +30 -30
  94. package/Fab/Fab.d.ts +4 -4
  95. package/Fab/Fab.js +1 -1
  96. package/Fab/fabClasses.d.ts +26 -26
  97. package/Fade/Fade.d.ts +3 -3
  98. package/Fade/Fade.js +1 -1
  99. package/FilledInput/FilledInput.d.ts +3 -3
  100. package/FilledInput/FilledInput.js +2 -2
  101. package/FilledInput/filledInputClasses.d.ts +40 -40
  102. package/FormControl/FormControl.d.ts +7 -7
  103. package/FormControl/FormControl.js +2 -2
  104. package/FormControl/formControlClasses.d.ts +14 -14
  105. package/FormControlLabel/FormControlLabel.d.ts +4 -4
  106. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  107. package/FormGroup/FormGroup.d.ts +3 -3
  108. package/FormGroup/formGroupClasses.d.ts +12 -12
  109. package/FormHelperText/FormHelperText.d.ts +2 -2
  110. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  111. package/FormLabel/FormLabel.d.ts +5 -5
  112. package/FormLabel/FormLabel.js +1 -1
  113. package/FormLabel/formLabelClasses.d.ts +22 -22
  114. package/GlobalStyles/GlobalStyles.d.ts +2 -2
  115. package/Grid/Grid.d.ts +2 -2
  116. package/Grid/gridClasses.d.ts +48 -48
  117. package/Grow/Grow.d.ts +5 -5
  118. package/Grow/Grow.js +8 -8
  119. package/Hidden/Hidden.d.ts +2 -2
  120. package/Icon/Icon.d.ts +4 -4
  121. package/Icon/Icon.js +1 -1
  122. package/Icon/iconClasses.d.ts +24 -24
  123. package/IconButton/IconButton.d.ts +5 -5
  124. package/IconButton/IconButton.js +2 -2
  125. package/IconButton/iconButtonClasses.d.ts +26 -26
  126. package/ImageList/ImageList.d.ts +2 -2
  127. package/ImageList/imageListClasses.d.ts +16 -16
  128. package/ImageListItem/ImageListItem.d.ts +2 -2
  129. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  130. package/ImageListItemBar/ImageListItemBar.d.ts +2 -2
  131. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  132. package/Input/Input.d.ts +3 -3
  133. package/Input/Input.js +2 -2
  134. package/Input/inputClasses.d.ts +34 -34
  135. package/InputAdornment/InputAdornment.d.ts +2 -2
  136. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  137. package/InputBase/InputBase.d.ts +4 -4
  138. package/InputBase/InputBase.js +2 -2
  139. package/InputBase/inputBaseClasses.d.ts +44 -44
  140. package/InputLabel/InputLabel.d.ts +3 -3
  141. package/InputLabel/InputLabel.js +1 -1
  142. package/InputLabel/inputLabelClasses.d.ts +32 -32
  143. package/LinearProgress/LinearProgress.d.ts +3 -3
  144. package/LinearProgress/LinearProgress.js +1 -1
  145. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  146. package/Link/Link.d.ts +5 -5
  147. package/Link/Link.js +6 -4
  148. package/Link/linkClasses.d.ts +18 -18
  149. package/List/List.d.ts +3 -3
  150. package/List/listClasses.d.ts +14 -14
  151. package/ListItem/ListItem.d.ts +8 -8
  152. package/ListItem/ListItem.js +4 -4
  153. package/ListItem/listItemClasses.d.ts +30 -30
  154. package/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  155. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  156. package/ListItemButton/ListItemButton.d.ts +3 -3
  157. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  158. package/ListItemIcon/ListItemIcon.d.ts +2 -2
  159. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  160. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  161. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  162. package/ListItemText/ListItemText.d.ts +2 -2
  163. package/ListItemText/listItemTextClasses.d.ts +18 -18
  164. package/ListSubheader/ListSubheader.d.ts +2 -2
  165. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  166. package/Menu/Menu.d.ts +6 -6
  167. package/Menu/Menu.js +2 -2
  168. package/Menu/menuClasses.d.ts +12 -12
  169. package/MenuItem/MenuItem.d.ts +3 -3
  170. package/MenuItem/menuItemClasses.d.ts +20 -20
  171. package/MenuList/MenuList.d.ts +4 -4
  172. package/MenuList/MenuList.js +1 -1
  173. package/MobileStepper/MobileStepper.d.ts +3 -3
  174. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  175. package/Modal/Modal.d.ts +8 -8
  176. package/Modal/Modal.js +6 -6
  177. package/NativeSelect/NativeSelect.d.ts +3 -3
  178. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  179. package/OutlinedInput/OutlinedInput.d.ts +3 -3
  180. package/OutlinedInput/OutlinedInput.js +2 -2
  181. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  182. package/Pagination/Pagination.d.ts +4 -4
  183. package/Pagination/Pagination.js +2 -2
  184. package/Pagination/paginationClasses.d.ts +14 -14
  185. package/PaginationItem/PaginationItem.d.ts +3 -3
  186. package/PaginationItem/PaginationItem.js +1 -1
  187. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  188. package/Paper/Paper.d.ts +3 -3
  189. package/Paper/paperClasses.d.ts +39 -39
  190. package/Popover/Popover.d.ts +6 -6
  191. package/Popover/Popover.js +2 -2
  192. package/Popover/popoverClasses.d.ts +10 -10
  193. package/Popper/Popper.d.ts +29 -29
  194. package/Popper/Popper.js +4 -4
  195. package/README.md +7 -7
  196. package/Radio/Radio.d.ts +4 -4
  197. package/Radio/Radio.js +1 -1
  198. package/Radio/radioClasses.d.ts +16 -16
  199. package/RadioGroup/RadioGroup.d.ts +3 -3
  200. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  201. package/RadioGroup/useRadioGroup.d.ts +4 -4
  202. package/Rating/Rating.d.ts +3 -3
  203. package/Rating/Rating.js +1 -1
  204. package/Rating/ratingClasses.d.ts +40 -40
  205. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +2 -2
  206. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  207. package/Select/Select.d.ts +5 -5
  208. package/Select/Select.js +2 -2
  209. package/Select/SelectInput.js +24 -3
  210. package/Select/selectClasses.d.ts +30 -30
  211. package/Skeleton/Skeleton.d.ts +2 -2
  212. package/Skeleton/skeletonClasses.d.ts +24 -24
  213. package/Slide/Slide.d.ts +4 -4
  214. package/Slide/Slide.js +1 -1
  215. package/Slider/Slider.d.ts +4 -4
  216. package/Slider/Slider.js +1 -1
  217. package/Snackbar/Snackbar.d.ts +4 -4
  218. package/Snackbar/Snackbar.js +2 -2
  219. package/Snackbar/snackbarClasses.d.ts +20 -20
  220. package/SnackbarContent/SnackbarContent.d.ts +3 -3
  221. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  222. package/SpeedDial/SpeedDial.d.ts +4 -4
  223. package/SpeedDial/SpeedDial.js +2 -2
  224. package/SpeedDial/speedDialClasses.d.ts +22 -22
  225. package/SpeedDialAction/SpeedDialAction.d.ts +5 -5
  226. package/SpeedDialAction/SpeedDialAction.js +2 -2
  227. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  228. package/SpeedDialIcon/SpeedDialIcon.d.ts +2 -2
  229. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  230. package/Stack/Stack.d.ts +2 -2
  231. package/Step/Step.d.ts +2 -2
  232. package/Step/StepContext.d.ts +20 -20
  233. package/Step/stepClasses.d.ts +16 -16
  234. package/StepButton/StepButton.d.ts +3 -3
  235. package/StepButton/stepButtonClasses.d.ts +14 -14
  236. package/StepConnector/StepConnector.d.ts +2 -2
  237. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  238. package/StepContent/StepContent.d.ts +3 -3
  239. package/StepContent/StepContent.js +1 -1
  240. package/StepContent/stepContentClasses.d.ts +12 -12
  241. package/StepIcon/StepIcon.d.ts +2 -2
  242. package/StepIcon/stepIconClasses.d.ts +16 -16
  243. package/StepLabel/StepLabel.d.ts +4 -4
  244. package/StepLabel/StepLabel.js +2 -2
  245. package/StepLabel/stepLabelClasses.d.ts +28 -28
  246. package/Stepper/Stepper.d.ts +2 -2
  247. package/Stepper/stepperClasses.d.ts +14 -14
  248. package/SvgIcon/SvgIcon.d.ts +4 -4
  249. package/SvgIcon/SvgIcon.js +1 -1
  250. package/SvgIcon/svgIconClasses.d.ts +24 -24
  251. package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
  252. package/Switch/Switch.d.ts +5 -5
  253. package/Switch/Switch.js +1 -1
  254. package/Switch/switchClasses.d.ts +32 -32
  255. package/Tab/Tab.d.ts +3 -3
  256. package/Tab/tabClasses.d.ts +26 -26
  257. package/TabScrollButton/TabScrollButton.d.ts +2 -2
  258. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  259. package/Table/Table.d.ts +2 -2
  260. package/Table/tableClasses.d.ts +10 -10
  261. package/TableBody/TableBody.d.ts +2 -2
  262. package/TableBody/tableBodyClasses.d.ts +8 -8
  263. package/TableCell/TableCell.d.ts +2 -2
  264. package/TableCell/tableCellClasses.d.ts +32 -32
  265. package/TableContainer/TableContainer.d.ts +2 -2
  266. package/TableContainer/tableContainerClasses.d.ts +8 -8
  267. package/TableFooter/TableFooter.d.ts +2 -2
  268. package/TableFooter/tableFooterClasses.d.ts +8 -8
  269. package/TableHead/TableHead.d.ts +2 -2
  270. package/TableHead/tableHeadClasses.d.ts +8 -8
  271. package/TablePagination/TablePagination.d.ts +9 -9
  272. package/TablePagination/TablePagination.js +6 -6
  273. package/TablePagination/TablePaginationActions.d.ts +1 -1
  274. package/TablePagination/TablePaginationActions.js +3 -3
  275. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  276. package/TableRow/TableRow.d.ts +2 -2
  277. package/TableRow/tableRowClasses.d.ts +16 -16
  278. package/TableSortLabel/TableSortLabel.d.ts +3 -3
  279. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  280. package/Tabs/Tabs.d.ts +3 -3
  281. package/Tabs/Tabs.js +1 -1
  282. package/Tabs/tabsClasses.d.ts +32 -32
  283. package/TextField/TextField.d.ts +21 -21
  284. package/TextField/TextField.js +13 -13
  285. package/TextField/textFieldClasses.d.ts +8 -8
  286. package/ToggleButton/ToggleButton.d.ts +4 -4
  287. package/ToggleButton/ToggleButton.js +1 -1
  288. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  289. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -3
  290. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  291. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  292. package/Toolbar/Toolbar.d.ts +2 -2
  293. package/Toolbar/toolbarClasses.d.ts +14 -14
  294. package/Tooltip/Tooltip.d.ts +4 -4
  295. package/Tooltip/Tooltip.js +2 -2
  296. package/Tooltip/tooltipClasses.d.ts +30 -30
  297. package/Typography/Typography.d.ts +3 -3
  298. package/Typography/typographyClasses.d.ts +50 -50
  299. package/Zoom/Zoom.d.ts +3 -3
  300. package/Zoom/Zoom.js +1 -1
  301. package/className/index.d.ts +8 -8
  302. package/darkScrollbar/index.d.ts +28 -28
  303. package/index.js +1 -1
  304. package/internal/switchBaseClasses.d.ts +12 -12
  305. package/legacy/Accordion/Accordion.js +1 -1
  306. package/legacy/Alert/Alert.js +2 -2
  307. package/legacy/AppBar/AppBar.js +1 -1
  308. package/legacy/Autocomplete/Autocomplete.js +6 -6
  309. package/legacy/Badge/Badge.js +1 -1
  310. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  311. package/legacy/Breadcrumbs/Breadcrumbs.js +1 -1
  312. package/legacy/Button/Button.js +1 -1
  313. package/legacy/ButtonGroup/ButtonGroup.js +1 -1
  314. package/legacy/Checkbox/Checkbox.js +1 -1
  315. package/legacy/Chip/Chip.js +1 -1
  316. package/legacy/CircularProgress/CircularProgress.js +1 -1
  317. package/legacy/Collapse/Collapse.js +1 -1
  318. package/legacy/Dialog/Dialog.js +2 -2
  319. package/legacy/Drawer/Drawer.js +4 -4
  320. package/legacy/Fab/Fab.js +1 -1
  321. package/legacy/Fade/Fade.js +1 -1
  322. package/legacy/FilledInput/FilledInput.js +2 -2
  323. package/legacy/FormControl/FormControl.js +2 -2
  324. package/legacy/FormLabel/FormLabel.js +1 -1
  325. package/legacy/Grow/Grow.js +8 -8
  326. package/legacy/Icon/Icon.js +1 -1
  327. package/legacy/IconButton/IconButton.js +2 -2
  328. package/legacy/Input/Input.js +2 -2
  329. package/legacy/InputBase/InputBase.js +2 -2
  330. package/legacy/InputLabel/InputLabel.js +1 -1
  331. package/legacy/LinearProgress/LinearProgress.js +1 -1
  332. package/legacy/Link/Link.js +7 -4
  333. package/legacy/ListItem/ListItem.js +4 -4
  334. package/legacy/Menu/Menu.js +2 -2
  335. package/legacy/MenuList/MenuList.js +1 -1
  336. package/legacy/Modal/Modal.js +6 -6
  337. package/legacy/OutlinedInput/OutlinedInput.js +2 -2
  338. package/legacy/Pagination/Pagination.js +2 -2
  339. package/legacy/PaginationItem/PaginationItem.js +1 -1
  340. package/legacy/Popover/Popover.js +2 -2
  341. package/legacy/Popper/Popper.js +4 -4
  342. package/legacy/Radio/Radio.js +1 -1
  343. package/legacy/Rating/Rating.js +1 -1
  344. package/legacy/Select/Select.js +2 -2
  345. package/legacy/Select/SelectInput.js +26 -3
  346. package/legacy/Slide/Slide.js +1 -1
  347. package/legacy/Slider/Slider.js +1 -1
  348. package/legacy/Snackbar/Snackbar.js +2 -2
  349. package/legacy/SpeedDial/SpeedDial.js +2 -2
  350. package/legacy/SpeedDialAction/SpeedDialAction.js +2 -2
  351. package/legacy/StepContent/StepContent.js +1 -1
  352. package/legacy/StepLabel/StepLabel.js +2 -2
  353. package/legacy/SvgIcon/SvgIcon.js +1 -1
  354. package/legacy/Switch/Switch.js +1 -1
  355. package/legacy/TablePagination/TablePagination.js +6 -6
  356. package/legacy/TablePagination/TablePaginationActions.js +3 -3
  357. package/legacy/Tabs/Tabs.js +1 -1
  358. package/legacy/TextField/TextField.js +13 -13
  359. package/legacy/ToggleButton/ToggleButton.js +1 -1
  360. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  361. package/legacy/Tooltip/Tooltip.js +2 -2
  362. package/legacy/Zoom/Zoom.js +1 -1
  363. package/legacy/index.js +1 -1
  364. package/locale/index.d.ts +71 -71
  365. package/modern/Accordion/Accordion.js +1 -1
  366. package/modern/Alert/Alert.js +2 -2
  367. package/modern/AppBar/AppBar.js +1 -1
  368. package/modern/Autocomplete/Autocomplete.js +6 -6
  369. package/modern/Badge/Badge.js +1 -1
  370. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  371. package/modern/Breadcrumbs/Breadcrumbs.js +1 -1
  372. package/modern/Button/Button.js +1 -1
  373. package/modern/ButtonGroup/ButtonGroup.js +1 -1
  374. package/modern/Checkbox/Checkbox.js +1 -1
  375. package/modern/Chip/Chip.js +1 -1
  376. package/modern/CircularProgress/CircularProgress.js +1 -1
  377. package/modern/Collapse/Collapse.js +1 -1
  378. package/modern/Dialog/Dialog.js +2 -2
  379. package/modern/Drawer/Drawer.js +4 -4
  380. package/modern/Fab/Fab.js +1 -1
  381. package/modern/Fade/Fade.js +1 -1
  382. package/modern/FilledInput/FilledInput.js +2 -2
  383. package/modern/FormControl/FormControl.js +2 -2
  384. package/modern/FormLabel/FormLabel.js +1 -1
  385. package/modern/Grow/Grow.js +8 -8
  386. package/modern/Icon/Icon.js +1 -1
  387. package/modern/IconButton/IconButton.js +2 -2
  388. package/modern/Input/Input.js +2 -2
  389. package/modern/InputBase/InputBase.js +2 -2
  390. package/modern/InputLabel/InputLabel.js +1 -1
  391. package/modern/LinearProgress/LinearProgress.js +1 -1
  392. package/modern/Link/Link.js +6 -4
  393. package/modern/ListItem/ListItem.js +4 -4
  394. package/modern/Menu/Menu.js +2 -2
  395. package/modern/MenuList/MenuList.js +1 -1
  396. package/modern/Modal/Modal.js +6 -6
  397. package/modern/OutlinedInput/OutlinedInput.js +2 -2
  398. package/modern/Pagination/Pagination.js +2 -2
  399. package/modern/PaginationItem/PaginationItem.js +1 -1
  400. package/modern/Popover/Popover.js +2 -2
  401. package/modern/Popper/Popper.js +4 -4
  402. package/modern/Radio/Radio.js +1 -1
  403. package/modern/Rating/Rating.js +1 -1
  404. package/modern/Select/Select.js +2 -2
  405. package/modern/Select/SelectInput.js +24 -3
  406. package/modern/Slide/Slide.js +1 -1
  407. package/modern/Slider/Slider.js +1 -1
  408. package/modern/Snackbar/Snackbar.js +2 -2
  409. package/modern/SpeedDial/SpeedDial.js +2 -2
  410. package/modern/SpeedDialAction/SpeedDialAction.js +2 -2
  411. package/modern/StepContent/StepContent.js +1 -1
  412. package/modern/StepLabel/StepLabel.js +2 -2
  413. package/modern/SvgIcon/SvgIcon.js +1 -1
  414. package/modern/Switch/Switch.js +1 -1
  415. package/modern/TablePagination/TablePagination.js +6 -6
  416. package/modern/TablePagination/TablePaginationActions.js +3 -3
  417. package/modern/Tabs/Tabs.js +1 -1
  418. package/modern/TextField/TextField.js +13 -13
  419. package/modern/ToggleButton/ToggleButton.js +1 -1
  420. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  421. package/modern/Tooltip/Tooltip.js +2 -2
  422. package/modern/Zoom/Zoom.js +1 -1
  423. package/modern/index.js +1 -1
  424. package/node/Accordion/Accordion.js +1 -1
  425. package/node/Alert/Alert.js +2 -2
  426. package/node/AppBar/AppBar.js +1 -1
  427. package/node/Autocomplete/Autocomplete.js +6 -6
  428. package/node/Badge/Badge.js +1 -1
  429. package/node/BottomNavigation/BottomNavigation.js +0 -0
  430. package/node/Breadcrumbs/Breadcrumbs.js +1 -1
  431. package/node/Button/Button.js +1 -1
  432. package/node/ButtonGroup/ButtonGroup.js +1 -1
  433. package/node/Checkbox/Checkbox.js +1 -1
  434. package/node/Chip/Chip.js +1 -1
  435. package/node/CircularProgress/CircularProgress.js +1 -1
  436. package/node/Collapse/Collapse.js +1 -1
  437. package/node/Dialog/Dialog.js +2 -2
  438. package/node/Drawer/Drawer.js +4 -4
  439. package/node/Fab/Fab.js +1 -1
  440. package/node/Fade/Fade.js +1 -1
  441. package/node/FilledInput/FilledInput.js +2 -2
  442. package/node/FormControl/FormControl.js +2 -2
  443. package/node/FormLabel/FormLabel.js +1 -1
  444. package/node/Grow/Grow.js +8 -8
  445. package/node/Icon/Icon.js +1 -1
  446. package/node/IconButton/IconButton.js +2 -2
  447. package/node/Input/Input.js +2 -2
  448. package/node/InputBase/InputBase.js +2 -2
  449. package/node/InputLabel/InputLabel.js +1 -1
  450. package/node/LinearProgress/LinearProgress.js +1 -1
  451. package/node/Link/Link.js +6 -4
  452. package/node/ListItem/ListItem.js +4 -4
  453. package/node/Menu/Menu.js +2 -2
  454. package/node/MenuList/MenuList.js +1 -1
  455. package/node/Modal/Modal.js +6 -6
  456. package/node/OutlinedInput/OutlinedInput.js +2 -2
  457. package/node/Pagination/Pagination.js +2 -2
  458. package/node/PaginationItem/PaginationItem.js +1 -1
  459. package/node/Popover/Popover.js +2 -2
  460. package/node/Popper/Popper.js +4 -4
  461. package/node/Radio/Radio.js +1 -1
  462. package/node/Rating/Rating.js +1 -1
  463. package/node/Select/Select.js +2 -2
  464. package/node/Select/SelectInput.js +24 -3
  465. package/node/Slide/Slide.js +1 -1
  466. package/node/Slider/Slider.js +1 -1
  467. package/node/Snackbar/Snackbar.js +2 -2
  468. package/node/SpeedDial/SpeedDial.js +2 -2
  469. package/node/SpeedDialAction/SpeedDialAction.js +2 -2
  470. package/node/StepContent/StepContent.js +1 -1
  471. package/node/StepLabel/StepLabel.js +2 -2
  472. package/node/SvgIcon/SvgIcon.js +1 -1
  473. package/node/Switch/Switch.js +1 -1
  474. package/node/TablePagination/TablePagination.js +6 -6
  475. package/node/TablePagination/TablePaginationActions.js +3 -3
  476. package/node/Tabs/Tabs.js +1 -1
  477. package/node/TextField/TextField.js +13 -13
  478. package/node/ToggleButton/ToggleButton.js +1 -1
  479. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  480. package/node/Tooltip/Tooltip.js +2 -2
  481. package/node/Zoom/Zoom.js +1 -1
  482. package/node/index.js +1 -1
  483. package/package.json +6 -6
  484. package/styles/ThemeProvider.d.ts +1 -1
  485. package/styles/createTheme.d.ts +1 -1
  486. package/styles/experimental_extendTheme.d.ts +1 -1
  487. package/transitions/index.d.ts +1 -1
  488. package/transitions/transition.d.ts +13 -13
  489. package/transitions/utils.d.ts +23 -23
  490. package/umd/material-ui.development.js +157 -134
  491. package/umd/material-ui.production.min.js +3 -3
  492. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  493. package/useTouchRipple/index.d.ts +1 -1
  494. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  495. package/utils/getScrollbarSize.d.ts +2 -2
  496. package/utils/ownerDocument.d.ts +2 -2
  497. package/utils/ownerWindow.d.ts +2 -2
  498. package/utils/setRef.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.6.0
1
+ /** @license MUI v5.6.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1628,7 +1628,7 @@
1628
1628
  };
1629
1629
 
1630
1630
  {
1631
- var contentValuePattern = /(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;
1631
+ var contentValuePattern = /(var|attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;
1632
1632
  var contentValues = ['normal', 'none', 'initial', 'inherit', 'unset'];
1633
1633
  var oldProcessStyleValue = processStyleValue;
1634
1634
  var msPattern = /^-ms-/;
@@ -2042,7 +2042,7 @@
2042
2042
 
2043
2043
  var pkg = {
2044
2044
  name: "@emotion/react",
2045
- version: "11.8.2",
2045
+ version: "11.9.0",
2046
2046
  main: "dist/emotion-react.cjs.js",
2047
2047
  module: "dist/emotion-react.esm.js",
2048
2048
  browser: {
@@ -2071,7 +2071,7 @@
2071
2071
  "@babel/runtime": "^7.13.10",
2072
2072
  "@emotion/babel-plugin": "^11.7.1",
2073
2073
  "@emotion/cache": "^11.7.1",
2074
- "@emotion/serialize": "^1.0.2",
2074
+ "@emotion/serialize": "^1.0.3",
2075
2075
  "@emotion/utils": "^1.1.0",
2076
2076
  "@emotion/weak-memoize": "^0.2.5",
2077
2077
  "hoist-non-react-statics": "^3.3.1"
@@ -2090,7 +2090,7 @@
2090
2090
  },
2091
2091
  devDependencies: {
2092
2092
  "@babel/core": "^7.13.10",
2093
- "@emotion/css": "11.7.1",
2093
+ "@emotion/css": "11.9.0",
2094
2094
  "@emotion/css-prettifier": "1.0.1",
2095
2095
  "@emotion/server": "11.4.0",
2096
2096
  "@emotion/styled": "11.8.1",
@@ -12758,12 +12758,12 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
12758
12758
  /**
12759
12759
  * Modal is a lower-level construct that is leveraged by the following components:
12760
12760
  *
12761
- * - [Dialog](/api/dialog/)
12762
- * - [Drawer](/api/drawer/)
12763
- * - [Menu](/api/menu/)
12764
- * - [Popover](/api/popover/)
12761
+ * - [Dialog](/material-ui/api/dialog/)
12762
+ * - [Drawer](/material-ui/api/drawer/)
12763
+ * - [Menu](/material-ui/api/menu/)
12764
+ * - [Popover](/material-ui/api/popover/)
12765
12765
  *
12766
- * If you are creating a modal dialog, you probably want to use the [Dialog](/api/dialog/) component
12766
+ * If you are creating a modal dialog, you probably want to use the [Dialog](/material-ui/api/dialog/) component
12767
12767
  * rather than directly using Modal.
12768
12768
  *
12769
12769
  * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
@@ -15745,7 +15745,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15745
15745
  /**
15746
15746
  * The color of the component.
15747
15747
  * It supports both default and custom theme colors, which can be added as shown in the
15748
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
15748
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
15749
15749
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
15750
15750
  * @default 'inherit'
15751
15751
  */
@@ -16911,7 +16911,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16911
16911
  }));
16912
16912
  /**
16913
16913
  * The Collapse transition is used by the
16914
- * [Vertical Stepper](/components/steppers/#vertical-stepper) StepContent component.
16914
+ * [Vertical Stepper](/material-ui/react-stepper/#vertical-stepper) StepContent component.
16915
16915
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
16916
16916
  */
16917
16917
 
@@ -17677,7 +17677,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17677
17677
 
17678
17678
  /**
17679
17679
  * The component used for the transition.
17680
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
17680
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
17681
17681
  * @default Collapse
17682
17682
  */
17683
17683
  TransitionComponent: PropTypes.elementType,
@@ -19126,7 +19126,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19126
19126
  }
19127
19127
  }));
19128
19128
  /**
19129
- * Refer to the [Icons](/components/icons/) section of the documentation
19129
+ * Refer to the [Icons](/material-ui/icons/) section of the documentation
19130
19130
  * regarding the available icon options.
19131
19131
  */
19132
19132
 
@@ -19201,7 +19201,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19201
19201
  /**
19202
19202
  * The color of the component.
19203
19203
  * It supports both default and custom theme colors, which can be added as shown in the
19204
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
19204
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19205
19205
  * @default 'default'
19206
19206
  */
19207
19207
  color: PropTypes
@@ -19468,7 +19468,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19468
19468
  /**
19469
19469
  * Override the default label for the *close popup* icon button.
19470
19470
  *
19471
- * For localization purposes, you can use the provided [translations](/guides/localization/).
19471
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
19472
19472
  * @default 'Close'
19473
19473
  */
19474
19474
  closeText: PropTypes.string,
@@ -19476,7 +19476,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19476
19476
  /**
19477
19477
  * The color of the component. Unless provided, the value is taken from the `severity` prop.
19478
19478
  * It supports both default and custom theme colors, which can be added as shown in the
19479
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
19479
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19480
19480
  */
19481
19481
  color: PropTypes
19482
19482
  /* @typescript-to-proptypes-ignore */
@@ -19970,7 +19970,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19970
19970
  /**
19971
19971
  * The color of the component.
19972
19972
  * It supports both default and custom theme colors, which can be added as shown in the
19973
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
19973
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19974
19974
  * @default 'primary'
19975
19975
  */
19976
19976
  color: PropTypes
@@ -20007,13 +20007,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20007
20007
  *
20008
20008
  * Demos:
20009
20009
  *
20010
- * - [Autocomplete](https://mui.com/components/autocomplete/)
20011
- * - [Menus](https://mui.com/components/menus/)
20012
- * - [Popper](https://mui.com/components/popper/)
20010
+ * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
20011
+ * - [Menus](https://mui.com/material-ui/react-menu/)
20012
+ * - [Popper](https://mui.com/material-ui/react-popper/)
20013
20013
  *
20014
20014
  * API:
20015
20015
  *
20016
- * - [Popper API](https://mui.com/api/popper/)
20016
+ * - [Popper API](https://mui.com/material-ui/api/popper/)
20017
20017
  */
20018
20018
 
20019
20019
  const Popper = /*#__PURE__*/React__namespace.forwardRef(function Popper(inProps, ref) {
@@ -20735,7 +20735,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20735
20735
  /**
20736
20736
  * The color of the component.
20737
20737
  * It supports both default and custom theme colors, which can be added as shown in the
20738
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
20738
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
20739
20739
  * @default 'default'
20740
20740
  */
20741
20741
  color: PropTypes
@@ -21418,7 +21418,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21418
21418
  /**
21419
21419
  * The color of the component.
21420
21420
  * It supports both default and custom theme colors, which can be added as shown in the
21421
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
21421
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
21422
21422
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
21423
21423
  */
21424
21424
  color: PropTypes
@@ -21520,7 +21520,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21520
21520
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
21521
21521
 
21522
21522
  /**
21523
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
21523
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
21524
21524
  * @default false
21525
21525
  */
21526
21526
  multiline: PropTypes.bool,
@@ -22284,7 +22284,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22284
22284
  blurOnSelect: PropTypes.oneOfType([PropTypes.oneOf(['mouse', 'touch']), PropTypes.bool]),
22285
22285
 
22286
22286
  /**
22287
- * Props applied to the [`Chip`](/api/chip/) element.
22287
+ * Props applied to the [`Chip`](/material-ui/api/chip/) element.
22288
22288
  */
22289
22289
  ChipProps: PropTypes.object,
22290
22290
 
@@ -22322,7 +22322,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22322
22322
  /**
22323
22323
  * Override the default text for the *clear* icon button.
22324
22324
  *
22325
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22325
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22326
22326
  * @default 'Clear'
22327
22327
  */
22328
22328
  clearText: PropTypes.string,
@@ -22330,7 +22330,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22330
22330
  /**
22331
22331
  * Override the default text for the *close popup* icon button.
22332
22332
  *
22333
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22333
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22334
22334
  * @default 'Close'
22335
22335
  */
22336
22336
  closeText: PropTypes.string,
@@ -22524,7 +22524,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22524
22524
  /**
22525
22525
  * Text to display when in a loading state.
22526
22526
  *
22527
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22527
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22528
22528
  * @default 'Loading…'
22529
22529
  */
22530
22530
  loadingText: PropTypes.node,
@@ -22538,7 +22538,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22538
22538
  /**
22539
22539
  * Text to display when there are no options.
22540
22540
  *
22541
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22541
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22542
22542
  * @default 'No options'
22543
22543
  */
22544
22544
  noOptionsText: PropTypes.node,
@@ -22602,7 +22602,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22602
22602
  /**
22603
22603
  * Override the default text for the *open popup* icon button.
22604
22604
  *
22605
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22605
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22606
22606
  * @default 'Open'
22607
22607
  */
22608
22608
  openText: PropTypes.string,
@@ -23186,7 +23186,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23186
23186
  }
23187
23187
  };
23188
23188
  /**
23189
- * The Fade transition is used by the [Modal](/components/modal/) component.
23189
+ * The Fade transition is used by the [Modal](/material-ui/react-modal/) component.
23190
23190
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
23191
23191
  */
23192
23192
 
@@ -23848,7 +23848,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23848
23848
  /**
23849
23849
  * The color of the component.
23850
23850
  * It supports both default and custom theme colors, which can be added as shown in the
23851
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
23851
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
23852
23852
  * @default 'default'
23853
23853
  */
23854
23854
  color: PropTypes
@@ -24498,7 +24498,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24498
24498
  /**
24499
24499
  * Override the default label for the expand button.
24500
24500
  *
24501
- * For localization purposes, you can use the provided [translations](/guides/localization/).
24501
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
24502
24502
  * @default 'Show path'
24503
24503
  */
24504
24504
  expandText: PropTypes.string,
@@ -24851,7 +24851,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24851
24851
  /**
24852
24852
  * The color of the component.
24853
24853
  * It supports both default and custom theme colors, which can be added as shown in the
24854
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
24854
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
24855
24855
  * @default 'primary'
24856
24856
  */
24857
24857
  color: PropTypes
@@ -25149,7 +25149,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
25149
25149
  /**
25150
25150
  * The color of the component.
25151
25151
  * It supports both default and custom theme colors, which can be added as shown in the
25152
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
25152
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
25153
25153
  * @default 'primary'
25154
25154
  */
25155
25155
  color: PropTypes
@@ -26429,7 +26429,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
26429
26429
  /**
26430
26430
  * The color of the component.
26431
26431
  * It supports both default and custom theme colors, which can be added as shown in the
26432
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
26432
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
26433
26433
  * @default 'primary'
26434
26434
  */
26435
26435
  color: PropTypes
@@ -26730,7 +26730,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
26730
26730
  /**
26731
26731
  * The color of the component.
26732
26732
  * It supports both default and custom theme colors, which can be added as shown in the
26733
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
26733
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
26734
26734
  * @default 'primary'
26735
26735
  */
26736
26736
  color: PropTypes
@@ -27119,12 +27119,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27119
27119
  /**
27120
27120
  * Modal is a lower-level construct that is leveraged by the following components:
27121
27121
  *
27122
- * - [Dialog](/api/dialog/)
27123
- * - [Drawer](/api/drawer/)
27124
- * - [Menu](/api/menu/)
27125
- * - [Popover](/api/popover/)
27122
+ * - [Dialog](/material-ui/api/dialog/)
27123
+ * - [Drawer](/material-ui/api/drawer/)
27124
+ * - [Menu](/material-ui/api/menu/)
27125
+ * - [Popover](/material-ui/api/popover/)
27126
27126
  *
27127
- * If you are creating a modal dialog, you probably want to use the [Dialog](/api/dialog/) component
27127
+ * If you are creating a modal dialog, you probably want to use the [Dialog](/material-ui/api/dialog/) component
27128
27128
  * rather than directly using Modal.
27129
27129
  *
27130
27130
  * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
@@ -27215,7 +27215,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27215
27215
  BackdropComponent: PropTypes.elementType,
27216
27216
 
27217
27217
  /**
27218
- * Props applied to the [`Backdrop`](/api/backdrop/) element.
27218
+ * Props applied to the [`Backdrop`](/material-ui/api/backdrop/) element.
27219
27219
  */
27220
27220
  BackdropProps: PropTypes.object,
27221
27221
 
@@ -27720,7 +27720,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27720
27720
  PaperComponent: PropTypes.elementType,
27721
27721
 
27722
27722
  /**
27723
- * Props applied to the [`Paper`](/api/paper/) element.
27723
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
27724
27724
  * @default {}
27725
27725
  */
27726
27726
  PaperProps: PropTypes.object,
@@ -27738,7 +27738,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27738
27738
 
27739
27739
  /**
27740
27740
  * The component used for the transition.
27741
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
27741
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
27742
27742
  * @default Fade
27743
27743
  */
27744
27744
  TransitionComponent: PropTypes.elementType,
@@ -28458,7 +28458,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
28458
28458
  }
28459
28459
  }
28460
28460
  /**
28461
- * The Slide transition is used by the [Drawer](/components/drawers/) component.
28461
+ * The Slide transition is used by the [Drawer](/material-ui/react-drawer/) component.
28462
28462
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
28463
28463
  */
28464
28464
 
@@ -28862,7 +28862,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
28862
28862
  return theme.direction === 'rtl' && isHorizontal(anchor) ? oppositeDirection[anchor] : anchor;
28863
28863
  }
28864
28864
  /**
28865
- * The props of the [Modal](/api/modal/) component are available
28865
+ * The props of the [Modal](/material-ui/api/modal/) component are available
28866
28866
  * when `variant="temporary"` is set.
28867
28867
  */
28868
28868
 
@@ -29018,7 +29018,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29018
29018
  hideBackdrop: PropTypes.bool,
29019
29019
 
29020
29020
  /**
29021
- * Props applied to the [`Modal`](/api/modal/) element.
29021
+ * Props applied to the [`Modal`](/material-ui/api/modal/) element.
29022
29022
  * @default {}
29023
29023
  */
29024
29024
  ModalProps: PropTypes.object,
@@ -29037,13 +29037,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29037
29037
  open: PropTypes.bool,
29038
29038
 
29039
29039
  /**
29040
- * Props applied to the [`Paper`](/api/paper/) element.
29040
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
29041
29041
  * @default {}
29042
29042
  */
29043
29043
  PaperProps: PropTypes.object,
29044
29044
 
29045
29045
  /**
29046
- * Props applied to the [`Slide`](/api/slide/) element.
29046
+ * Props applied to the [`Slide`](/material-ui/api/slide/) element.
29047
29047
  */
29048
29048
  SlideProps: PropTypes.object,
29049
29049
 
@@ -29248,7 +29248,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29248
29248
  /**
29249
29249
  * The color of the component.
29250
29250
  * It supports both default and custom theme colors, which can be added as shown in the
29251
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
29251
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29252
29252
  * @default 'default'
29253
29253
  */
29254
29254
  color: PropTypes.oneOf(['default', 'error', 'info', 'inherit', 'primary', 'secondary', 'success', 'warning']),
@@ -29539,7 +29539,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29539
29539
  /**
29540
29540
  * The color of the component.
29541
29541
  * It supports both default and custom theme colors, which can be added as shown in the
29542
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
29542
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29543
29543
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
29544
29544
  */
29545
29545
  color: PropTypes
@@ -29647,7 +29647,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29647
29647
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
29648
29648
 
29649
29649
  /**
29650
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
29650
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
29651
29651
  * @default false
29652
29652
  */
29653
29653
  multiline: PropTypes.bool,
@@ -29771,7 +29771,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29771
29771
  * - Input
29772
29772
  * - InputLabel
29773
29773
  *
29774
- * You can find one composition example below and more going to [the demos](/components/text-fields/#components).
29774
+ * You can find one composition example below and more going to [the demos](/material-ui/react-text-field/#components).
29775
29775
  *
29776
29776
  * ```jsx
29777
29777
  * <FormControl>
@@ -29954,7 +29954,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29954
29954
  /**
29955
29955
  * The color of the component.
29956
29956
  * It supports both default and custom theme colors, which can be added as shown in the
29957
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
29957
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29958
29958
  * @default 'primary'
29959
29959
  */
29960
29960
  color: PropTypes
@@ -30682,7 +30682,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
30682
30682
  /**
30683
30683
  * The color of the component.
30684
30684
  * It supports both default and custom theme colors, which can be added as shown in the
30685
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
30685
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
30686
30686
  */
30687
30687
  color: PropTypes
30688
30688
  /* @typescript-to-proptypes-ignore */
@@ -31260,14 +31260,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31260
31260
  }
31261
31261
  };
31262
31262
  /**
31263
- * Conditionally apply a workaround for the CSS transition bug in Safari 15.4.
31264
- * Remove this workaround once the Safari bug is fixed.
31263
+ * Conditionally apply a workaround for the CSS transition bug in Safari 15.4 / WebKit browsers.
31264
+ * Remove this workaround once the WebKit bug fix is released.
31265
31265
  */
31266
31266
 
31267
- const isSafari154 = typeof navigator !== 'undefined' && /^((?!chrome|android).)*safari/i.test(navigator.userAgent) && /version\/15\.[4-9]/i.test(navigator.userAgent);
31267
+ const isWebKit154 = typeof navigator !== 'undefined' && /^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent) && /(os |version\/)15(.|_)[4-9]/i.test(navigator.userAgent);
31268
31268
  /**
31269
- * The Grow transition is used by the [Tooltip](/components/tooltips/) and
31270
- * [Popover](/components/popover/) components.
31269
+ * The Grow transition is used by the [Tooltip](/material-ui/react-tooltip/) and
31270
+ * [Popover](/material-ui/react-popover/) components.
31271
31271
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
31272
31272
  */
31273
31273
 
@@ -31338,7 +31338,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31338
31338
  duration,
31339
31339
  delay
31340
31340
  }), theme.transitions.create('transform', {
31341
- duration: isSafari154 ? duration : duration * 0.666,
31341
+ duration: isWebKit154 ? duration : duration * 0.666,
31342
31342
  delay,
31343
31343
  easing: transitionTimingFunction
31344
31344
  })].join(',');
@@ -31374,8 +31374,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31374
31374
  duration,
31375
31375
  delay
31376
31376
  }), theme.transitions.create('transform', {
31377
- duration: isSafari154 ? duration : duration * 0.666,
31378
- delay: isSafari154 ? delay : delay || duration * 0.333,
31377
+ duration: isWebKit154 ? duration : duration * 0.666,
31378
+ delay: isWebKit154 ? delay : delay || duration * 0.333,
31379
31379
  easing: transitionTimingFunction
31380
31380
  })].join(',');
31381
31381
  node.style.opacity = 0;
@@ -32374,7 +32374,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
32374
32374
  /**
32375
32375
  * The color of the component.
32376
32376
  * It supports both default and custom theme colors, which can be added as shown in the
32377
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
32377
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
32378
32378
  * @default 'inherit'
32379
32379
  */
32380
32380
  color: PropTypes
@@ -33163,7 +33163,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33163
33163
  /**
33164
33164
  * The color of the component.
33165
33165
  * It supports both default and custom theme colors, which can be added as shown in the
33166
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
33166
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
33167
33167
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
33168
33168
  */
33169
33169
  color: PropTypes
@@ -33263,7 +33263,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33263
33263
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
33264
33264
 
33265
33265
  /**
33266
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
33266
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
33267
33267
  * @default false
33268
33268
  */
33269
33269
  multiline: PropTypes.bool,
@@ -33675,7 +33675,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33675
33675
  /**
33676
33676
  * The color of the component.
33677
33677
  * It supports both default and custom theme colors, which can be added as shown in the
33678
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
33678
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
33679
33679
  */
33680
33680
  color: PropTypes
33681
33681
  /* @typescript-to-proptypes-ignore */
@@ -34062,7 +34062,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34062
34062
  /**
34063
34063
  * The color of the component.
34064
34064
  * It supports both default and custom theme colors, which can be added as shown in the
34065
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
34065
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
34066
34066
  * @default 'primary'
34067
34067
  */
34068
34068
  color: PropTypes
@@ -34203,6 +34203,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34203
34203
  } = props,
34204
34204
  other = _objectWithoutPropertiesLoose(props, _excluded$10);
34205
34205
 
34206
+ const sxColor = typeof sx === 'function' ? sx(theme).color : sx == null ? void 0 : sx.color;
34206
34207
  const {
34207
34208
  isFocusVisibleRef,
34208
34209
  onBlur: handleBlurVisible,
@@ -34239,7 +34240,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34239
34240
  const ownerState = _extends({}, props, {
34240
34241
  // It is too complex to support any types of `sx`.
34241
34242
  // Need to find a better way to get rid of the color manipulation for `textDecorationColor`.
34242
- color: (typeof sx === 'function' ? sx(theme).color : sx == null ? void 0 : sx.color) || color,
34243
+ color: (typeof sxColor === 'function' ? sxColor(theme) : sxColor) || color,
34243
34244
  component,
34244
34245
  focusVisible,
34245
34246
  underline,
@@ -34248,6 +34249,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34248
34249
 
34249
34250
  const classes = useUtilityClasses$Q(ownerState);
34250
34251
  return /*#__PURE__*/jsxRuntime_1(LinkRoot, _extends({
34252
+ color: color,
34251
34253
  className: clsx(classes.root, className),
34252
34254
  classes: TypographyClasses,
34253
34255
  component: component,
@@ -34256,9 +34258,9 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34256
34258
  ref: handlerRef,
34257
34259
  ownerState: ownerState,
34258
34260
  variant: variant,
34259
- sx: [{
34261
+ sx: [...(inProps.color ? [{
34260
34262
  color: colorTransformations[color] || color
34261
- }, ...(Array.isArray(sx) ? sx : [sx])]
34263
+ }] : []), ...(Array.isArray(sx) ? sx : [sx])]
34262
34264
  }, other));
34263
34265
  });
34264
34266
  Link.propTypes
@@ -34314,7 +34316,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34314
34316
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
34315
34317
 
34316
34318
  /**
34317
- * `classes` prop applied to the [`Typography`](/api/typography/) element.
34319
+ * `classes` prop applied to the [`Typography`](/material-ui/api/typography/) element.
34318
34320
  */
34319
34321
  TypographyClasses: PropTypes.object,
34320
34322
 
@@ -35085,7 +35087,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35085
35087
  * If `true`, the list item is focused during the first mount.
35086
35088
  * Focus will also be triggered if the value changes from false to true.
35087
35089
  * @default false
35088
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35090
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35089
35091
  */
35090
35092
  autoFocus: PropTypes.bool,
35091
35093
 
@@ -35093,7 +35095,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35093
35095
  * If `true`, the list item is a button (using `ButtonBase`). Props intended
35094
35096
  * for `ButtonBase` can then be applied to `ListItem`.
35095
35097
  * @default false
35096
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35098
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35097
35099
  */
35098
35100
  button: PropTypes.bool,
35099
35101
 
@@ -35180,7 +35182,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35180
35182
  /**
35181
35183
  * If `true`, the component is disabled.
35182
35184
  * @default false
35183
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35185
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35184
35186
  */
35185
35187
  disabled: PropTypes.bool,
35186
35188
 
@@ -35215,7 +35217,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35215
35217
  /**
35216
35218
  * Use to apply selected styling.
35217
35219
  * @default false
35218
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35220
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35219
35221
  */
35220
35222
  selected: PropTypes.bool,
35221
35223
 
@@ -35681,7 +35683,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35681
35683
  }
35682
35684
  /**
35683
35685
  * A permanently displayed menu following https://www.w3.org/TR/wai-aria-practices/#menubutton.
35684
- * It's exposed to help customization of the [`Menu`](/api/menu/) component if you
35686
+ * It's exposed to help customization of the [`Menu`](/material-ui/api/menu/) component if you
35685
35687
  * use it separately you need to move focus into the component manually. Once
35686
35688
  * the focus is placed inside the component it is fully keyboard accessible.
35687
35689
  */
@@ -36338,7 +36340,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36338
36340
  open: PropTypes.bool.isRequired,
36339
36341
 
36340
36342
  /**
36341
- * Props applied to the [`Paper`](/api/paper/) element.
36343
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
36342
36344
  * @default {}
36343
36345
  */
36344
36346
  PaperProps: PropTypes
@@ -36371,7 +36373,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36371
36373
 
36372
36374
  /**
36373
36375
  * The component used for the transition.
36374
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
36376
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
36375
36377
  * @default Grow
36376
36378
  */
36377
36379
  TransitionComponent: PropTypes.elementType,
@@ -36622,7 +36624,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36622
36624
  disableAutoFocusItem: PropTypes.bool,
36623
36625
 
36624
36626
  /**
36625
- * Props applied to the [`MenuList`](/api/menu-list/) element.
36627
+ * Props applied to the [`MenuList`](/material-ui/api/menu-list/) element.
36626
36628
  * @default {}
36627
36629
  */
36628
36630
  MenuListProps: PropTypes.object,
@@ -36646,7 +36648,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36646
36648
  PaperProps: PropTypes.object,
36647
36649
 
36648
36650
  /**
36649
- * `classes` prop applied to the [`Popover`](/api/popover/) element.
36651
+ * `classes` prop applied to the [`Popover`](/material-ui/api/popover/) element.
36650
36652
  */
36651
36653
  PopoverClasses: PropTypes.object,
36652
36654
 
@@ -37813,7 +37815,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
37813
37815
  /**
37814
37816
  * The color of the component.
37815
37817
  * It supports both default and custom theme colors, which can be added as shown in the
37816
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
37818
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
37817
37819
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
37818
37820
  */
37819
37821
  color: PropTypes
@@ -37905,7 +37907,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
37905
37907
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
37906
37908
 
37907
37909
  /**
37908
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
37910
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
37909
37911
  * @default false
37910
37912
  */
37911
37913
  multiline: PropTypes.bool,
@@ -38394,7 +38396,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38394
38396
  /**
38395
38397
  * The active color.
38396
38398
  * It supports both default and custom theme colors, which can be added as shown in the
38397
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
38399
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38398
38400
  * @default 'standard'
38399
38401
  */
38400
38402
  color: PropTypes
@@ -38620,7 +38622,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38620
38622
  /**
38621
38623
  * The active color.
38622
38624
  * It supports both default and custom theme colors, which can be added as shown in the
38623
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
38625
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38624
38626
  * @default 'standard'
38625
38627
  */
38626
38628
  color: PropTypes
@@ -38649,7 +38651,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38649
38651
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
38650
38652
  * This is important for screen reader users.
38651
38653
  *
38652
- * For localization purposes, you can use the provided [translations](/guides/localization/).
38654
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
38653
38655
  * @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous'). Defaults to 'page'.
38654
38656
  * @param {number} page The page number to format.
38655
38657
  * @param {bool} selected If true, the current page is selected.
@@ -38984,7 +38986,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38984
38986
  /**
38985
38987
  * The color of the component.
38986
38988
  * It supports both default and custom theme colors, which can be added as shown in the
38987
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
38989
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38988
38990
  * @default 'primary'
38989
38991
  */
38990
38992
  color: PropTypes
@@ -39774,7 +39776,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
39774
39776
  * Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.
39775
39777
  * This is important for screen reader users.
39776
39778
  *
39777
- * For localization purposes, you can use the provided [translations](/guides/localization/).
39779
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
39778
39780
  * @param {number} value The rating label's value to format.
39779
39781
  * @returns {string}
39780
39782
  * @default function defaultLabelText(value) {
@@ -40319,7 +40321,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40319
40321
  }
40320
40322
  }
40321
40323
 
40322
- const items = childrenArray.map(child => {
40324
+ const items = childrenArray.map((child, index, arr) => {
40323
40325
  if (! /*#__PURE__*/React__namespace.isValidElement(child)) {
40324
40326
  return null;
40325
40327
  }
@@ -40354,6 +40356,27 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40354
40356
  foundMatch = true;
40355
40357
  }
40356
40358
 
40359
+ if (child.props.value === undefined) {
40360
+ return /*#__PURE__*/React__namespace.cloneElement(child, {
40361
+ 'aria-readonly': true,
40362
+ role: 'option'
40363
+ });
40364
+ }
40365
+
40366
+ const isFirstSelectableElement = () => {
40367
+ if (value) {
40368
+ return selected;
40369
+ }
40370
+
40371
+ const firstSelectableElement = arr.find(item => item.props.value !== undefined && item.props.disabled !== true);
40372
+
40373
+ if (child === firstSelectableElement) {
40374
+ return true;
40375
+ }
40376
+
40377
+ return selected;
40378
+ };
40379
+
40357
40380
  return /*#__PURE__*/React__namespace.cloneElement(child, {
40358
40381
  'aria-selected': selected ? 'true' : 'false',
40359
40382
  onClick: handleItemClick(child),
@@ -40370,7 +40393,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40370
40393
  }
40371
40394
  },
40372
40395
  role: 'option',
40373
- selected,
40396
+ selected: arr[0].props.value === undefined || arr[0].props.disabled === true ? isFirstSelectableElement() : selected,
40374
40397
  value: undefined,
40375
40398
  // The value is most likely not a valid HTML attribute.
40376
40399
  'data-value': child.props.value // Instead, we provide it as a data attribute.
@@ -40578,7 +40601,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40578
40601
  labelId: PropTypes.string,
40579
40602
 
40580
40603
  /**
40581
- * Props applied to the [`Menu`](/api/menu/) element.
40604
+ * Props applied to the [`Menu`](/material-ui/api/menu/) element.
40582
40605
  */
40583
40606
  MenuProps: PropTypes.object,
40584
40607
 
@@ -40864,7 +40887,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40864
40887
  inputProps: PropTypes.object,
40865
40888
 
40866
40889
  /**
40867
- * See [OutlinedInput#label](/api/outlined-input/#props)
40890
+ * See [OutlinedInput#label](/material-ui/api/outlined-input/#props)
40868
40891
  */
40869
40892
  label: PropTypes.node,
40870
40893
 
@@ -40875,7 +40898,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40875
40898
  labelId: PropTypes.string,
40876
40899
 
40877
40900
  /**
40878
- * Props applied to the [`Menu`](/api/menu/) element.
40901
+ * Props applied to the [`Menu`](/material-ui/api/menu/) element.
40879
40902
  */
40880
40903
  MenuProps: PropTypes.object,
40881
40904
 
@@ -41710,7 +41733,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
41710
41733
  /**
41711
41734
  * The color of the component.
41712
41735
  * It supports both default and custom theme colors, which can be added as shown in the
41713
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
41736
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
41714
41737
  * @default 'primary'
41715
41738
  */
41716
41739
  color: PropTypes
@@ -42421,7 +42444,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42421
42444
  ClickAwayListenerProps: PropTypes.object,
42422
42445
 
42423
42446
  /**
42424
- * Props applied to the [`SnackbarContent`](/api/snackbar-content/) element.
42447
+ * Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element.
42425
42448
  */
42426
42449
  ContentProps: PropTypes.object,
42427
42450
 
@@ -42496,7 +42519,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42496
42519
 
42497
42520
  /**
42498
42521
  * The component used for the transition.
42499
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
42522
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
42500
42523
  * @default Grow
42501
42524
  */
42502
42525
  TransitionComponent: PropTypes.elementType,
@@ -42535,7 +42558,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42535
42558
  };
42536
42559
  /**
42537
42560
  * The Zoom transition can be used for the floating variant of the
42538
- * [Button](/components/buttons/#floating-action-buttons) component.
42561
+ * [Button](/material-ui/react-button/#floating-action-buttons) component.
42539
42562
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
42540
42563
  */
42541
42564
 
@@ -43190,7 +43213,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43190
43213
  direction: PropTypes.oneOf(['down', 'left', 'right', 'up']),
43191
43214
 
43192
43215
  /**
43193
- * Props applied to the [`Fab`](/api/fab/) element.
43216
+ * Props applied to the [`Fab`](/material-ui/api/fab/) element.
43194
43217
  * @default {}
43195
43218
  */
43196
43219
  FabProps: PropTypes.object,
@@ -43265,7 +43288,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43265
43288
 
43266
43289
  /**
43267
43290
  * The component used for the transition.
43268
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
43291
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
43269
43292
  * @default Zoom
43270
43293
  */
43271
43294
  TransitionComponent: PropTypes.elementType,
@@ -44070,7 +44093,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44070
44093
  PopperComponent: PropTypes.elementType,
44071
44094
 
44072
44095
  /**
44073
- * Props applied to the [`Popper`](/api/popper/) element.
44096
+ * Props applied to the [`Popper`](/material-ui/api/popper/) element.
44074
44097
  * @default {}
44075
44098
  */
44076
44099
  PopperProps: PropTypes.object,
@@ -44089,7 +44112,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44089
44112
 
44090
44113
  /**
44091
44114
  * The component used for the transition.
44092
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
44115
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
44093
44116
  * @default Grow
44094
44117
  */
44095
44118
  TransitionComponent: PropTypes.elementType,
@@ -44313,7 +44336,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44313
44336
  delay: PropTypes.number,
44314
44337
 
44315
44338
  /**
44316
- * Props applied to the [`Fab`](/api/fab/) component.
44339
+ * Props applied to the [`Fab`](/material-ui/api/fab/) component.
44317
44340
  * @default {}
44318
44341
  */
44319
44342
  FabProps: PropTypes.object,
@@ -44340,7 +44363,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44340
44363
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
44341
44364
 
44342
44365
  /**
44343
- * `classes` prop applied to the [`Tooltip`](/api/tooltip/) element.
44366
+ * `classes` prop applied to the [`Tooltip`](/material-ui/api/tooltip/) element.
44344
44367
  */
44345
44368
  TooltipClasses: PropTypes.object,
44346
44369
 
@@ -45270,12 +45293,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
45270
45293
  optional: PropTypes.node,
45271
45294
 
45272
45295
  /**
45273
- * The component to render in place of the [`StepIcon`](/api/step-icon/).
45296
+ * The component to render in place of the [`StepIcon`](/material-ui/api/step-icon/).
45274
45297
  */
45275
45298
  StepIconComponent: PropTypes.elementType,
45276
45299
 
45277
45300
  /**
45278
- * Props applied to the [`StepIcon`](/api/step-icon/) element.
45301
+ * Props applied to the [`StepIcon`](/material-ui/api/step-icon/) element.
45279
45302
  */
45280
45303
  StepIconProps: PropTypes.object,
45281
45304
 
@@ -45691,7 +45714,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
45691
45714
 
45692
45715
  /**
45693
45716
  * The component used for the transition.
45694
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
45717
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
45695
45718
  * @default Collapse
45696
45719
  */
45697
45720
  TransitionComponent: PropTypes.elementType,
@@ -46804,7 +46827,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
46804
46827
  /**
46805
46828
  * The color of the component.
46806
46829
  * It supports both default and custom theme colors, which can be added as shown in the
46807
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
46830
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
46808
46831
  * @default 'primary'
46809
46832
  */
46810
46833
  color: PropTypes
@@ -48137,7 +48160,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48137
48160
  });
48138
48161
  TablePaginationActions.propTypes = {
48139
48162
  /**
48140
- * Props applied to the back arrow [`IconButton`](/api/icon-button/) element.
48163
+ * Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) element.
48141
48164
  */
48142
48165
  backIconButtonProps: PropTypes.object,
48143
48166
 
@@ -48149,7 +48172,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48149
48172
  /**
48150
48173
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
48151
48174
  *
48152
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48175
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48153
48176
  *
48154
48177
  * @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous'). Defaults to 'page'.
48155
48178
  * @param {number} page The page number to format.
@@ -48158,7 +48181,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48158
48181
  getItemAriaLabel: PropTypes.func.isRequired,
48159
48182
 
48160
48183
  /**
48161
- * Props applied to the next arrow [`IconButton`](/api/icon-button/) element.
48184
+ * Props applied to the next arrow [`IconButton`](/material-ui/api/icon-button/) element.
48162
48185
  */
48163
48186
  nextIconButtonProps: PropTypes.object,
48164
48187
 
@@ -48450,7 +48473,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48450
48473
  ActionsComponent: PropTypes.elementType,
48451
48474
 
48452
48475
  /**
48453
- * Props applied to the back arrow [`IconButton`](/api/icon-button/) component.
48476
+ * Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) component.
48454
48477
  */
48455
48478
  backIconButtonProps: PropTypes.object,
48456
48479
 
@@ -48486,7 +48509,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48486
48509
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
48487
48510
  * This is important for screen reader users.
48488
48511
  *
48489
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48512
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48490
48513
  * @param {string} type The link or button type to format ('first' | 'last' | 'next' | 'previous').
48491
48514
  * @returns {string}
48492
48515
  * @default function defaultGetAriaLabel(type) {
@@ -48499,7 +48522,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48499
48522
  * Customize the displayed rows label. Invoked with a `{ from, to, count, page }`
48500
48523
  * object.
48501
48524
  *
48502
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48525
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48503
48526
  * @default function defaultLabelDisplayedRows({ from, to, count }) {
48504
48527
  * return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;
48505
48528
  * }
@@ -48509,13 +48532,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48509
48532
  /**
48510
48533
  * Customize the rows per page label.
48511
48534
  *
48512
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48535
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48513
48536
  * @default 'Rows per page:'
48514
48537
  */
48515
48538
  labelRowsPerPage: PropTypes.node,
48516
48539
 
48517
48540
  /**
48518
- * Props applied to the next arrow [`IconButton`](/api/icon-button/) element.
48541
+ * Props applied to the next arrow [`IconButton`](/material-ui/api/icon-button/) element.
48519
48542
  */
48520
48543
  nextIconButtonProps: PropTypes.object,
48521
48544
 
@@ -48576,7 +48599,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48576
48599
  })]).isRequired),
48577
48600
 
48578
48601
  /**
48579
- * Props applied to the rows per page [`Select`](/api/select/) element.
48602
+ * Props applied to the rows per page [`Select`](/material-ui/api/select/) element.
48580
48603
  * @default {}
48581
48604
  */
48582
48605
  SelectProps: PropTypes.object,
@@ -49949,7 +49972,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
49949
49972
  TabIndicatorProps: PropTypes.object,
49950
49973
 
49951
49974
  /**
49952
- * Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.
49975
+ * Props applied to the [`TabScrollButton`](/material-ui/api/tab-scroll-button/) element.
49953
49976
  * @default {}
49954
49977
  */
49955
49978
  TabScrollButtonProps: PropTypes.object,
@@ -50024,12 +50047,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50024
50047
  * It's important to understand that the text field is a simple abstraction
50025
50048
  * on top of the following components:
50026
50049
  *
50027
- * - [FormControl](/api/form-control/)
50028
- * - [InputLabel](/api/input-label/)
50029
- * - [FilledInput](/api/filled-input/)
50030
- * - [OutlinedInput](/api/outlined-input/)
50031
- * - [Input](/api/input/)
50032
- * - [FormHelperText](/api/form-helper-text/)
50050
+ * - [FormControl](/material-ui/api/form-control/)
50051
+ * - [InputLabel](/material-ui/api/input-label/)
50052
+ * - [FilledInput](/material-ui/api/filled-input/)
50053
+ * - [OutlinedInput](/material-ui/api/outlined-input/)
50054
+ * - [Input](/material-ui/api/input/)
50055
+ * - [FormHelperText](/material-ui/api/form-helper-text/)
50033
50056
  *
50034
50057
  * If you wish to alter the props applied to the `input` element, you can do so as follows:
50035
50058
  *
@@ -50226,7 +50249,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50226
50249
  /**
50227
50250
  * The color of the component.
50228
50251
  * It supports both default and custom theme colors, which can be added as shown in the
50229
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
50252
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50230
50253
  * @default 'primary'
50231
50254
  */
50232
50255
  color: PropTypes
@@ -50251,7 +50274,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50251
50274
  error: PropTypes.bool,
50252
50275
 
50253
50276
  /**
50254
- * Props applied to the [`FormHelperText`](/api/form-helper-text/) element.
50277
+ * Props applied to the [`FormHelperText`](/material-ui/api/form-helper-text/) element.
50255
50278
  */
50256
50279
  FormHelperTextProps: PropTypes.object,
50257
50280
 
@@ -50273,7 +50296,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50273
50296
  id: PropTypes.string,
50274
50297
 
50275
50298
  /**
50276
- * Props applied to the [`InputLabel`](/api/input-label/) element.
50299
+ * Props applied to the [`InputLabel`](/material-ui/api/input-label/) element.
50277
50300
  * Pointer events like `onClick` are enabled if and only if `shrink` is `true`.
50278
50301
  */
50279
50302
  InputLabelProps: PropTypes.object,
@@ -50285,8 +50308,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50285
50308
 
50286
50309
  /**
50287
50310
  * Props applied to the Input element.
50288
- * It will be a [`FilledInput`](/api/filled-input/),
50289
- * [`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)
50311
+ * It will be a [`FilledInput`](/material-ui/api/filled-input/),
50312
+ * [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
50290
50313
  * component depending on the `variant` prop value.
50291
50314
  */
50292
50315
  InputProps: PropTypes.object,
@@ -50363,14 +50386,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50363
50386
  rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
50364
50387
 
50365
50388
  /**
50366
- * Render a [`Select`](/api/select/) element while passing the Input element to `Select` as `input` parameter.
50389
+ * Render a [`Select`](/material-ui/api/select/) element while passing the Input element to `Select` as `input` parameter.
50367
50390
  * If this option is set you must pass the options of the select as children.
50368
50391
  * @default false
50369
50392
  */
50370
50393
  select: PropTypes.bool,
50371
50394
 
50372
50395
  /**
50373
- * Props applied to the [`Select`](/api/select/) element.
50396
+ * Props applied to the [`Select`](/material-ui/api/select/) element.
50374
50397
  */
50375
50398
  SelectProps: PropTypes.object,
50376
50399
 
@@ -50567,7 +50590,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50567
50590
  /**
50568
50591
  * The color of the button when it is in an active state.
50569
50592
  * It supports both default and custom theme colors, which can be added as shown in the
50570
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
50593
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50571
50594
  * @default 'standard'
50572
50595
  */
50573
50596
  color: PropTypes
@@ -50846,7 +50869,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50846
50869
  /**
50847
50870
  * The color of the button when it is selected.
50848
50871
  * It supports both default and custom theme colors, which can be added as shown in the
50849
- * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
50872
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50850
50873
  * @default 'standard'
50851
50874
  */
50852
50875
  color: PropTypes