@mui/material 5.6.0 → 5.6.3

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 (507) 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 +8 -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 +8 -6
  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/BottomNavigationAction.js +4 -3
  35. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  36. package/Box/Box.d.ts +9 -28
  37. package/Box/Box.js +25 -4
  38. package/Breadcrumbs/Breadcrumbs.d.ts +3 -3
  39. package/Breadcrumbs/Breadcrumbs.js +1 -1
  40. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  41. package/Button/Button.d.ts +5 -5
  42. package/Button/Button.js +1 -1
  43. package/Button/buttonClasses.d.ts +76 -76
  44. package/ButtonBase/ButtonBase.d.ts +2 -2
  45. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  46. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  47. package/ButtonGroup/ButtonGroup.d.ts +3 -3
  48. package/ButtonGroup/ButtonGroup.js +1 -1
  49. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  50. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  51. package/CHANGELOG.md +195 -32
  52. package/Card/Card.d.ts +3 -3
  53. package/Card/cardClasses.d.ts +8 -8
  54. package/CardActionArea/CardActionArea.d.ts +3 -3
  55. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  56. package/CardActions/CardActions.d.ts +2 -2
  57. package/CardActions/cardActionsClasses.d.ts +10 -10
  58. package/CardContent/CardContent.d.ts +2 -2
  59. package/CardContent/cardContentClasses.d.ts +8 -8
  60. package/CardHeader/CardHeader.d.ts +2 -2
  61. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  62. package/CardMedia/CardMedia.d.ts +2 -2
  63. package/CardMedia/cardMediaClasses.d.ts +12 -12
  64. package/Checkbox/Checkbox.d.ts +5 -5
  65. package/Checkbox/Checkbox.js +1 -1
  66. package/Checkbox/checkboxClasses.d.ts +18 -18
  67. package/Chip/Chip.d.ts +3 -3
  68. package/Chip/Chip.js +1 -1
  69. package/Chip/chipClasses.d.ts +80 -80
  70. package/CircularProgress/CircularProgress.d.ts +3 -3
  71. package/CircularProgress/CircularProgress.js +1 -1
  72. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  73. package/ClickAwayListener/index.d.ts +2 -2
  74. package/Collapse/Collapse.d.ts +5 -5
  75. package/Collapse/Collapse.js +1 -1
  76. package/Collapse/collapseClasses.d.ts +18 -18
  77. package/Container/Container.d.ts +2 -2
  78. package/Container/containerClasses.d.ts +22 -22
  79. package/CssBaseline/CssBaseline.d.ts +2 -2
  80. package/Dialog/Dialog.d.ts +6 -5
  81. package/Dialog/Dialog.js +3 -2
  82. package/Dialog/DialogContext.d.ts +6 -6
  83. package/Dialog/dialogClasses.d.ts +36 -36
  84. package/DialogActions/DialogActions.d.ts +2 -2
  85. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  86. package/DialogContent/DialogContent.d.ts +2 -2
  87. package/DialogContent/dialogContentClasses.d.ts +10 -10
  88. package/DialogContentText/DialogContentText.d.ts +3 -3
  89. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  90. package/DialogTitle/DialogTitle.d.ts +32 -17
  91. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  92. package/Divider/Divider.d.ts +3 -3
  93. package/Divider/dividerClasses.d.ts +34 -34
  94. package/Drawer/Drawer.d.ts +6 -6
  95. package/Drawer/Drawer.js +4 -4
  96. package/Drawer/drawerClasses.d.ts +30 -30
  97. package/Fab/Fab.d.ts +4 -4
  98. package/Fab/Fab.js +1 -1
  99. package/Fab/fabClasses.d.ts +26 -26
  100. package/Fade/Fade.d.ts +3 -3
  101. package/Fade/Fade.js +1 -1
  102. package/FilledInput/FilledInput.d.ts +3 -3
  103. package/FilledInput/FilledInput.js +5 -3
  104. package/FilledInput/filledInputClasses.d.ts +40 -40
  105. package/FormControl/FormControl.d.ts +7 -7
  106. package/FormControl/FormControl.js +2 -2
  107. package/FormControl/formControlClasses.d.ts +14 -14
  108. package/FormControlLabel/FormControlLabel.d.ts +4 -4
  109. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  110. package/FormGroup/FormGroup.d.ts +3 -3
  111. package/FormGroup/formGroupClasses.d.ts +12 -12
  112. package/FormHelperText/FormHelperText.d.ts +2 -2
  113. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  114. package/FormLabel/FormLabel.d.ts +5 -5
  115. package/FormLabel/FormLabel.js +1 -1
  116. package/FormLabel/formLabelClasses.d.ts +22 -22
  117. package/GlobalStyles/GlobalStyles.d.ts +2 -2
  118. package/Grid/Grid.d.ts +2 -2
  119. package/Grid/gridClasses.d.ts +48 -48
  120. package/Grow/Grow.d.ts +5 -5
  121. package/Grow/Grow.js +8 -8
  122. package/Hidden/Hidden.d.ts +2 -2
  123. package/Icon/Icon.d.ts +4 -4
  124. package/Icon/Icon.js +1 -1
  125. package/Icon/iconClasses.d.ts +24 -24
  126. package/IconButton/IconButton.d.ts +5 -5
  127. package/IconButton/IconButton.js +2 -2
  128. package/IconButton/iconButtonClasses.d.ts +26 -26
  129. package/ImageList/ImageList.d.ts +2 -2
  130. package/ImageList/imageListClasses.d.ts +16 -16
  131. package/ImageListItem/ImageListItem.d.ts +2 -2
  132. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  133. package/ImageListItemBar/ImageListItemBar.d.ts +2 -2
  134. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  135. package/Input/Input.d.ts +3 -3
  136. package/Input/Input.js +5 -3
  137. package/Input/inputClasses.d.ts +34 -34
  138. package/InputAdornment/InputAdornment.d.ts +2 -2
  139. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  140. package/InputBase/InputBase.d.ts +4 -4
  141. package/InputBase/InputBase.js +2 -2
  142. package/InputBase/inputBaseClasses.d.ts +44 -44
  143. package/InputLabel/InputLabel.d.ts +3 -3
  144. package/InputLabel/InputLabel.js +1 -1
  145. package/InputLabel/inputLabelClasses.d.ts +32 -32
  146. package/LinearProgress/LinearProgress.d.ts +3 -3
  147. package/LinearProgress/LinearProgress.js +1 -1
  148. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  149. package/Link/Link.d.ts +5 -5
  150. package/Link/Link.js +6 -4
  151. package/Link/linkClasses.d.ts +18 -18
  152. package/List/List.d.ts +3 -3
  153. package/List/listClasses.d.ts +14 -14
  154. package/ListItem/ListItem.d.ts +8 -8
  155. package/ListItem/ListItem.js +4 -4
  156. package/ListItem/listItemClasses.d.ts +30 -30
  157. package/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  158. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  159. package/ListItemButton/ListItemButton.d.ts +3 -3
  160. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  161. package/ListItemIcon/ListItemIcon.d.ts +2 -2
  162. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  163. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  164. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  165. package/ListItemText/ListItemText.d.ts +2 -2
  166. package/ListItemText/listItemTextClasses.d.ts +18 -18
  167. package/ListSubheader/ListSubheader.d.ts +2 -2
  168. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  169. package/Menu/Menu.d.ts +6 -6
  170. package/Menu/Menu.js +2 -2
  171. package/Menu/menuClasses.d.ts +12 -12
  172. package/MenuItem/MenuItem.d.ts +3 -3
  173. package/MenuItem/menuItemClasses.d.ts +20 -20
  174. package/MenuList/MenuList.d.ts +4 -4
  175. package/MenuList/MenuList.js +1 -1
  176. package/MobileStepper/MobileStepper.d.ts +3 -3
  177. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  178. package/Modal/Modal.d.ts +8 -8
  179. package/Modal/Modal.js +7 -6
  180. package/NativeSelect/NativeSelect.d.ts +3 -3
  181. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  182. package/OutlinedInput/OutlinedInput.d.ts +3 -3
  183. package/OutlinedInput/OutlinedInput.js +2 -2
  184. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  185. package/Pagination/Pagination.d.ts +4 -4
  186. package/Pagination/Pagination.js +2 -2
  187. package/Pagination/paginationClasses.d.ts +14 -14
  188. package/PaginationItem/PaginationItem.d.ts +3 -3
  189. package/PaginationItem/PaginationItem.js +1 -1
  190. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  191. package/Paper/Paper.d.ts +3 -3
  192. package/Paper/paperClasses.d.ts +39 -39
  193. package/Popover/Popover.d.ts +6 -6
  194. package/Popover/Popover.js +2 -2
  195. package/Popover/popoverClasses.d.ts +10 -10
  196. package/Popper/Popper.d.ts +29 -29
  197. package/Popper/Popper.js +4 -4
  198. package/README.md +84 -36
  199. package/Radio/Radio.d.ts +4 -4
  200. package/Radio/Radio.js +1 -1
  201. package/Radio/radioClasses.d.ts +16 -16
  202. package/RadioGroup/RadioGroup.d.ts +3 -3
  203. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  204. package/RadioGroup/useRadioGroup.d.ts +4 -4
  205. package/Rating/Rating.d.ts +3 -3
  206. package/Rating/Rating.js +1 -1
  207. package/Rating/ratingClasses.d.ts +40 -40
  208. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +2 -2
  209. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  210. package/Select/Select.d.ts +5 -5
  211. package/Select/Select.js +2 -2
  212. package/Select/SelectInput.js +24 -3
  213. package/Select/selectClasses.d.ts +30 -30
  214. package/Skeleton/Skeleton.d.ts +2 -2
  215. package/Skeleton/skeletonClasses.d.ts +24 -24
  216. package/Slide/Slide.d.ts +4 -4
  217. package/Slide/Slide.js +1 -1
  218. package/Slider/Slider.d.ts +4 -4
  219. package/Slider/Slider.js +1 -1
  220. package/Snackbar/Snackbar.d.ts +4 -4
  221. package/Snackbar/Snackbar.js +2 -2
  222. package/Snackbar/snackbarClasses.d.ts +20 -20
  223. package/SnackbarContent/SnackbarContent.d.ts +3 -3
  224. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  225. package/SpeedDial/SpeedDial.d.ts +4 -4
  226. package/SpeedDial/SpeedDial.js +2 -2
  227. package/SpeedDial/speedDialClasses.d.ts +22 -22
  228. package/SpeedDialAction/SpeedDialAction.d.ts +5 -5
  229. package/SpeedDialAction/SpeedDialAction.js +2 -2
  230. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  231. package/SpeedDialIcon/SpeedDialIcon.d.ts +2 -2
  232. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  233. package/Stack/Stack.d.ts +2 -2
  234. package/Step/Step.d.ts +2 -2
  235. package/Step/StepContext.d.ts +20 -20
  236. package/Step/stepClasses.d.ts +16 -16
  237. package/StepButton/StepButton.d.ts +3 -3
  238. package/StepButton/stepButtonClasses.d.ts +14 -14
  239. package/StepConnector/StepConnector.d.ts +2 -2
  240. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  241. package/StepContent/StepContent.d.ts +6 -4
  242. package/StepContent/StepContent.js +1 -1
  243. package/StepContent/stepContentClasses.d.ts +12 -12
  244. package/StepIcon/StepIcon.d.ts +2 -2
  245. package/StepIcon/stepIconClasses.d.ts +16 -16
  246. package/StepLabel/StepLabel.d.ts +4 -4
  247. package/StepLabel/StepLabel.js +2 -2
  248. package/StepLabel/stepLabelClasses.d.ts +28 -28
  249. package/Stepper/Stepper.d.ts +2 -2
  250. package/Stepper/stepperClasses.d.ts +14 -14
  251. package/SvgIcon/SvgIcon.d.ts +4 -4
  252. package/SvgIcon/SvgIcon.js +1 -1
  253. package/SvgIcon/svgIconClasses.d.ts +24 -24
  254. package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
  255. package/Switch/Switch.d.ts +5 -5
  256. package/Switch/Switch.js +1 -1
  257. package/Switch/switchClasses.d.ts +32 -32
  258. package/Tab/Tab.d.ts +3 -3
  259. package/Tab/tabClasses.d.ts +26 -26
  260. package/TabScrollButton/TabScrollButton.d.ts +2 -2
  261. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  262. package/Table/Table.d.ts +2 -2
  263. package/Table/tableClasses.d.ts +10 -10
  264. package/TableBody/TableBody.d.ts +2 -2
  265. package/TableBody/tableBodyClasses.d.ts +8 -8
  266. package/TableCell/TableCell.d.ts +2 -2
  267. package/TableCell/tableCellClasses.d.ts +32 -32
  268. package/TableContainer/TableContainer.d.ts +2 -2
  269. package/TableContainer/tableContainerClasses.d.ts +8 -8
  270. package/TableFooter/TableFooter.d.ts +2 -2
  271. package/TableFooter/tableFooterClasses.d.ts +8 -8
  272. package/TableHead/TableHead.d.ts +2 -2
  273. package/TableHead/tableHeadClasses.d.ts +8 -8
  274. package/TablePagination/TablePagination.d.ts +9 -9
  275. package/TablePagination/TablePagination.js +6 -6
  276. package/TablePagination/TablePaginationActions.d.ts +1 -1
  277. package/TablePagination/TablePaginationActions.js +3 -3
  278. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  279. package/TableRow/TableRow.d.ts +2 -2
  280. package/TableRow/tableRowClasses.d.ts +16 -16
  281. package/TableSortLabel/TableSortLabel.d.ts +3 -3
  282. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  283. package/Tabs/Tabs.d.ts +3 -3
  284. package/Tabs/Tabs.js +1 -1
  285. package/Tabs/tabsClasses.d.ts +32 -32
  286. package/TextField/TextField.d.ts +21 -21
  287. package/TextField/TextField.js +13 -13
  288. package/TextField/textFieldClasses.d.ts +8 -8
  289. package/ToggleButton/ToggleButton.d.ts +4 -4
  290. package/ToggleButton/ToggleButton.js +1 -1
  291. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  292. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -3
  293. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  294. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  295. package/Toolbar/Toolbar.d.ts +2 -2
  296. package/Toolbar/toolbarClasses.d.ts +14 -14
  297. package/Tooltip/Tooltip.d.ts +4 -4
  298. package/Tooltip/Tooltip.js +2 -2
  299. package/Tooltip/tooltipClasses.d.ts +30 -30
  300. package/Typography/Typography.d.ts +3 -3
  301. package/Typography/typographyClasses.d.ts +50 -50
  302. package/Zoom/Zoom.d.ts +3 -3
  303. package/Zoom/Zoom.js +1 -1
  304. package/className/index.d.ts +8 -8
  305. package/darkScrollbar/index.d.ts +28 -28
  306. package/index.js +1 -1
  307. package/internal/switchBaseClasses.d.ts +12 -12
  308. package/legacy/Accordion/Accordion.js +1 -1
  309. package/legacy/Alert/Alert.js +2 -2
  310. package/legacy/AppBar/AppBar.js +1 -1
  311. package/legacy/Autocomplete/Autocomplete.js +8 -6
  312. package/legacy/Badge/Badge.js +8 -6
  313. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  314. package/legacy/BottomNavigationAction/BottomNavigationAction.js +4 -3
  315. package/legacy/Box/Box.js +25 -4
  316. package/legacy/Breadcrumbs/Breadcrumbs.js +1 -1
  317. package/legacy/Button/Button.js +1 -1
  318. package/legacy/ButtonGroup/ButtonGroup.js +1 -1
  319. package/legacy/Checkbox/Checkbox.js +1 -1
  320. package/legacy/Chip/Chip.js +1 -1
  321. package/legacy/CircularProgress/CircularProgress.js +1 -1
  322. package/legacy/Collapse/Collapse.js +1 -1
  323. package/legacy/Dialog/Dialog.js +3 -2
  324. package/legacy/Drawer/Drawer.js +4 -4
  325. package/legacy/Fab/Fab.js +1 -1
  326. package/legacy/Fade/Fade.js +1 -1
  327. package/legacy/FilledInput/FilledInput.js +5 -3
  328. package/legacy/FormControl/FormControl.js +2 -2
  329. package/legacy/FormLabel/FormLabel.js +1 -1
  330. package/legacy/Grow/Grow.js +8 -8
  331. package/legacy/Icon/Icon.js +1 -1
  332. package/legacy/IconButton/IconButton.js +2 -2
  333. package/legacy/Input/Input.js +5 -3
  334. package/legacy/InputBase/InputBase.js +2 -2
  335. package/legacy/InputLabel/InputLabel.js +1 -1
  336. package/legacy/LinearProgress/LinearProgress.js +1 -1
  337. package/legacy/Link/Link.js +7 -4
  338. package/legacy/ListItem/ListItem.js +4 -4
  339. package/legacy/Menu/Menu.js +2 -2
  340. package/legacy/MenuList/MenuList.js +1 -1
  341. package/legacy/Modal/Modal.js +7 -6
  342. package/legacy/OutlinedInput/OutlinedInput.js +2 -2
  343. package/legacy/Pagination/Pagination.js +2 -2
  344. package/legacy/PaginationItem/PaginationItem.js +1 -1
  345. package/legacy/Popover/Popover.js +2 -2
  346. package/legacy/Popper/Popper.js +4 -4
  347. package/legacy/Radio/Radio.js +1 -1
  348. package/legacy/Rating/Rating.js +1 -1
  349. package/legacy/Select/Select.js +2 -2
  350. package/legacy/Select/SelectInput.js +26 -3
  351. package/legacy/Slide/Slide.js +1 -1
  352. package/legacy/Slider/Slider.js +1 -1
  353. package/legacy/Snackbar/Snackbar.js +2 -2
  354. package/legacy/SpeedDial/SpeedDial.js +2 -2
  355. package/legacy/SpeedDialAction/SpeedDialAction.js +2 -2
  356. package/legacy/StepContent/StepContent.js +1 -1
  357. package/legacy/StepLabel/StepLabel.js +2 -2
  358. package/legacy/SvgIcon/SvgIcon.js +1 -1
  359. package/legacy/Switch/Switch.js +1 -1
  360. package/legacy/TablePagination/TablePagination.js +6 -6
  361. package/legacy/TablePagination/TablePaginationActions.js +3 -3
  362. package/legacy/Tabs/Tabs.js +1 -1
  363. package/legacy/TextField/TextField.js +13 -13
  364. package/legacy/ToggleButton/ToggleButton.js +1 -1
  365. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  366. package/legacy/Tooltip/Tooltip.js +2 -2
  367. package/legacy/Zoom/Zoom.js +1 -1
  368. package/legacy/index.js +1 -1
  369. package/locale/index.d.ts +71 -71
  370. package/modern/Accordion/Accordion.js +1 -1
  371. package/modern/Alert/Alert.js +2 -2
  372. package/modern/AppBar/AppBar.js +1 -1
  373. package/modern/Autocomplete/Autocomplete.js +8 -6
  374. package/modern/Badge/Badge.js +8 -6
  375. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  376. package/modern/BottomNavigationAction/BottomNavigationAction.js +4 -3
  377. package/modern/Box/Box.js +25 -4
  378. package/modern/Breadcrumbs/Breadcrumbs.js +1 -1
  379. package/modern/Button/Button.js +1 -1
  380. package/modern/ButtonGroup/ButtonGroup.js +1 -1
  381. package/modern/Checkbox/Checkbox.js +1 -1
  382. package/modern/Chip/Chip.js +1 -1
  383. package/modern/CircularProgress/CircularProgress.js +1 -1
  384. package/modern/Collapse/Collapse.js +1 -1
  385. package/modern/Dialog/Dialog.js +3 -2
  386. package/modern/Drawer/Drawer.js +4 -4
  387. package/modern/Fab/Fab.js +1 -1
  388. package/modern/Fade/Fade.js +1 -1
  389. package/modern/FilledInput/FilledInput.js +5 -3
  390. package/modern/FormControl/FormControl.js +2 -2
  391. package/modern/FormLabel/FormLabel.js +1 -1
  392. package/modern/Grow/Grow.js +8 -8
  393. package/modern/Icon/Icon.js +1 -1
  394. package/modern/IconButton/IconButton.js +2 -2
  395. package/modern/Input/Input.js +5 -3
  396. package/modern/InputBase/InputBase.js +2 -2
  397. package/modern/InputLabel/InputLabel.js +1 -1
  398. package/modern/LinearProgress/LinearProgress.js +1 -1
  399. package/modern/Link/Link.js +6 -4
  400. package/modern/ListItem/ListItem.js +4 -4
  401. package/modern/Menu/Menu.js +2 -2
  402. package/modern/MenuList/MenuList.js +1 -1
  403. package/modern/Modal/Modal.js +7 -6
  404. package/modern/OutlinedInput/OutlinedInput.js +2 -2
  405. package/modern/Pagination/Pagination.js +2 -2
  406. package/modern/PaginationItem/PaginationItem.js +1 -1
  407. package/modern/Popover/Popover.js +2 -2
  408. package/modern/Popper/Popper.js +4 -4
  409. package/modern/Radio/Radio.js +1 -1
  410. package/modern/Rating/Rating.js +1 -1
  411. package/modern/Select/Select.js +2 -2
  412. package/modern/Select/SelectInput.js +24 -3
  413. package/modern/Slide/Slide.js +1 -1
  414. package/modern/Slider/Slider.js +1 -1
  415. package/modern/Snackbar/Snackbar.js +2 -2
  416. package/modern/SpeedDial/SpeedDial.js +2 -2
  417. package/modern/SpeedDialAction/SpeedDialAction.js +2 -2
  418. package/modern/StepContent/StepContent.js +1 -1
  419. package/modern/StepLabel/StepLabel.js +2 -2
  420. package/modern/SvgIcon/SvgIcon.js +1 -1
  421. package/modern/Switch/Switch.js +1 -1
  422. package/modern/TablePagination/TablePagination.js +6 -6
  423. package/modern/TablePagination/TablePaginationActions.js +3 -3
  424. package/modern/Tabs/Tabs.js +1 -1
  425. package/modern/TextField/TextField.js +13 -13
  426. package/modern/ToggleButton/ToggleButton.js +1 -1
  427. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  428. package/modern/Tooltip/Tooltip.js +2 -2
  429. package/modern/Zoom/Zoom.js +1 -1
  430. package/modern/index.js +1 -1
  431. package/node/Accordion/Accordion.js +1 -1
  432. package/node/Alert/Alert.js +2 -2
  433. package/node/AppBar/AppBar.js +1 -1
  434. package/node/Autocomplete/Autocomplete.js +8 -6
  435. package/node/Badge/Badge.js +9 -6
  436. package/node/BottomNavigation/BottomNavigation.js +0 -0
  437. package/node/BottomNavigationAction/BottomNavigationAction.js +4 -3
  438. package/node/Box/Box.js +28 -4
  439. package/node/Breadcrumbs/Breadcrumbs.js +1 -1
  440. package/node/Button/Button.js +1 -1
  441. package/node/ButtonGroup/ButtonGroup.js +1 -1
  442. package/node/Checkbox/Checkbox.js +1 -1
  443. package/node/Chip/Chip.js +1 -1
  444. package/node/CircularProgress/CircularProgress.js +1 -1
  445. package/node/Collapse/Collapse.js +1 -1
  446. package/node/Dialog/Dialog.js +3 -2
  447. package/node/Drawer/Drawer.js +4 -4
  448. package/node/Fab/Fab.js +1 -1
  449. package/node/Fade/Fade.js +1 -1
  450. package/node/FilledInput/FilledInput.js +5 -3
  451. package/node/FormControl/FormControl.js +2 -2
  452. package/node/FormLabel/FormLabel.js +1 -1
  453. package/node/Grow/Grow.js +8 -8
  454. package/node/Icon/Icon.js +1 -1
  455. package/node/IconButton/IconButton.js +2 -2
  456. package/node/Input/Input.js +5 -3
  457. package/node/InputBase/InputBase.js +2 -2
  458. package/node/InputLabel/InputLabel.js +1 -1
  459. package/node/LinearProgress/LinearProgress.js +1 -1
  460. package/node/Link/Link.js +6 -4
  461. package/node/ListItem/ListItem.js +4 -4
  462. package/node/Menu/Menu.js +2 -2
  463. package/node/MenuList/MenuList.js +1 -1
  464. package/node/Modal/Modal.js +7 -6
  465. package/node/OutlinedInput/OutlinedInput.js +2 -2
  466. package/node/Pagination/Pagination.js +2 -2
  467. package/node/PaginationItem/PaginationItem.js +1 -1
  468. package/node/Popover/Popover.js +2 -2
  469. package/node/Popper/Popper.js +4 -4
  470. package/node/Radio/Radio.js +1 -1
  471. package/node/Rating/Rating.js +1 -1
  472. package/node/Select/Select.js +2 -2
  473. package/node/Select/SelectInput.js +24 -3
  474. package/node/Slide/Slide.js +1 -1
  475. package/node/Slider/Slider.js +1 -1
  476. package/node/Snackbar/Snackbar.js +2 -2
  477. package/node/SpeedDial/SpeedDial.js +2 -2
  478. package/node/SpeedDialAction/SpeedDialAction.js +2 -2
  479. package/node/StepContent/StepContent.js +1 -1
  480. package/node/StepLabel/StepLabel.js +2 -2
  481. package/node/SvgIcon/SvgIcon.js +1 -1
  482. package/node/Switch/Switch.js +1 -1
  483. package/node/TablePagination/TablePagination.js +6 -6
  484. package/node/TablePagination/TablePaginationActions.js +3 -3
  485. package/node/Tabs/Tabs.js +1 -1
  486. package/node/TextField/TextField.js +13 -13
  487. package/node/ToggleButton/ToggleButton.js +1 -1
  488. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  489. package/node/Tooltip/Tooltip.js +2 -2
  490. package/node/Zoom/Zoom.js +1 -1
  491. package/node/index.js +1 -1
  492. package/package.json +7 -7
  493. package/styles/ThemeProvider.d.ts +1 -1
  494. package/styles/createTheme.d.ts +1 -1
  495. package/styles/experimental_extendTheme.d.ts +1 -1
  496. package/transitions/index.d.ts +1 -1
  497. package/transitions/transition.d.ts +13 -13
  498. package/transitions/utils.d.ts +23 -23
  499. package/umd/material-ui.development.js +279 -225
  500. package/umd/material-ui.production.min.js +5 -5
  501. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  502. package/useTouchRipple/index.d.ts +1 -1
  503. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  504. package/utils/getScrollbarSize.d.ts +2 -2
  505. package/utils/ownerDocument.d.ts +2 -2
  506. package/utils/ownerWindow.d.ts +2 -2
  507. package/utils/setRef.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.6.0
1
+ /** @license MUI v5.6.3
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",
@@ -5706,9 +5706,24 @@
5706
5706
  function getPath(obj, path) {
5707
5707
  if (!path || typeof path !== 'string') {
5708
5708
  return null;
5709
+ } // Check if CSS variables are used
5710
+
5711
+
5712
+ if (obj && obj.vars) {
5713
+ const val = `vars.${path}`.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);
5714
+
5715
+ if (val != null) {
5716
+ return val;
5717
+ }
5709
5718
  }
5710
5719
 
5711
- return path.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);
5720
+ return path.split('.').reduce((acc, item) => {
5721
+ if (acc && acc[item] != null) {
5722
+ return acc[item];
5723
+ }
5724
+
5725
+ return null;
5726
+ }, obj);
5712
5727
  }
5713
5728
 
5714
5729
  function getValue$1(themeMapping, transform, propValueFinal, userValue = propValueFinal) {
@@ -5847,7 +5862,9 @@
5847
5862
  const paddingKeys = ['p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY', 'paddingInline', 'paddingInlineStart', 'paddingInlineEnd', 'paddingBlock', 'paddingBlockStart', 'paddingBlockEnd'];
5848
5863
  const spacingKeys = [...marginKeys, ...paddingKeys];
5849
5864
  function createUnaryUnit(theme, themeKey, defaultValue, propName) {
5850
- const themeSpacing = getPath(theme, themeKey) || defaultValue;
5865
+ var _getPath;
5866
+
5867
+ const themeSpacing = (_getPath = getPath(theme, themeKey)) != null ? _getPath : defaultValue;
5851
5868
 
5852
5869
  if (typeof themeSpacing === 'number') {
5853
5870
  return abs => {
@@ -6834,30 +6851,6 @@
6834
6851
  theme: theme
6835
6852
  }, other));
6836
6853
  });
6837
- Box.propTypes
6838
- /* remove-proptypes */
6839
- = {
6840
- // ----------------------------- Warning --------------------------------
6841
- // | These PropTypes are generated from the TypeScript type definitions |
6842
- // | To update them edit the d.ts file and run "yarn proptypes" |
6843
- // ----------------------------------------------------------------------
6844
-
6845
- /**
6846
- * @ignore
6847
- */
6848
- children: PropTypes.node,
6849
-
6850
- /**
6851
- * The component used for the root node.
6852
- * Either a string to use a HTML element or a component.
6853
- */
6854
- component: PropTypes.elementType,
6855
-
6856
- /**
6857
- * @ignore
6858
- */
6859
- sx: PropTypes.oneOfType([PropTypes.object, PropTypes.array, PropTypes.func])
6860
- } ;
6861
6854
  return Box;
6862
6855
  }
6863
6856
 
@@ -7468,7 +7461,14 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
7468
7461
  });
7469
7462
  }
7470
7463
 
7471
- ThemeProvider.propTypes = {
7464
+ ThemeProvider.propTypes
7465
+ /* remove-proptypes */
7466
+ = {
7467
+ // ----------------------------- Warning --------------------------------
7468
+ // | These PropTypes are generated from the TypeScript type definitions |
7469
+ // | To update them edit the d.ts file and run "yarn proptypes" |
7470
+ // ----------------------------------------------------------------------
7471
+
7472
7472
  /**
7473
7473
  * Your component tree.
7474
7474
  */
@@ -7477,7 +7477,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
7477
7477
  /**
7478
7478
  * A theme object. You can provide a function to extend the outer theme.
7479
7479
  */
7480
- theme: PropTypes.oneOfType([PropTypes.object, PropTypes.func]).isRequired
7480
+ theme: PropTypes.oneOfType([PropTypes.func, PropTypes.object]).isRequired
7481
7481
  } ;
7482
7482
 
7483
7483
  {
@@ -9434,14 +9434,14 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9434
9434
  return result;
9435
9435
  }
9436
9436
 
9437
- function getBadgeUtilityClass$1(slot) {
9437
+ function getBadgeUnstyledUtilityClass(slot) {
9438
9438
  return generateUtilityClass('BaseBadge', slot);
9439
9439
  }
9440
9440
  generateUtilityClasses('BaseBadge', ['root', 'badge', 'invisible']);
9441
9441
 
9442
9442
  const _excluded$2d = ["badgeContent", "component", "children", "className", "components", "componentsProps", "invisible", "max", "showZero"];
9443
9443
 
9444
- const useUtilityClasses$1O = ownerState => {
9444
+ const useUtilityClasses$1P = ownerState => {
9445
9445
  const {
9446
9446
  invisible
9447
9447
  } = ownerState;
@@ -9449,7 +9449,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9449
9449
  root: ['root'],
9450
9450
  badge: ['badge', invisible && 'invisible']
9451
9451
  };
9452
- return composeClasses(slots, getBadgeUtilityClass$1, undefined);
9452
+ return composeClasses(slots, getBadgeUnstyledUtilityClass, undefined);
9453
9453
  };
9454
9454
 
9455
9455
  const BadgeUnstyled = /*#__PURE__*/React__namespace.forwardRef(function BadgeUnstyled(props, ref) {
@@ -9480,7 +9480,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9480
9480
  showZero
9481
9481
  });
9482
9482
 
9483
- const classes = useUtilityClasses$1O(ownerState);
9483
+ const classes = useUtilityClasses$1P(ownerState);
9484
9484
  const Root = component || components.Root || 'span';
9485
9485
  const rootProps = appendOwnerState(Root, _extends({}, other, componentsProps.root), ownerState);
9486
9486
  const Badge = components.Badge || 'span';
@@ -9577,7 +9577,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9577
9577
  *
9578
9578
  * Demos:
9579
9579
  *
9580
- * - [Click Away Listener](https://mui.com/base/react-click-away-listener/)
9580
+ * - [Click away listener](https://mui.com/base/react-click-away-listener/)
9581
9581
  *
9582
9582
  * API:
9583
9583
  *
@@ -12732,7 +12732,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
12732
12732
 
12733
12733
  const _excluded$2b = ["BackdropComponent", "BackdropProps", "children", "classes", "className", "closeAfterTransition", "component", "components", "componentsProps", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "theme", "onTransitionEnter", "onTransitionExited"];
12734
12734
 
12735
- const useUtilityClasses$1N = ownerState => {
12735
+ const useUtilityClasses$1O = ownerState => {
12736
12736
  const {
12737
12737
  open,
12738
12738
  exited,
@@ -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).
@@ -12879,7 +12879,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
12879
12879
  keepMounted
12880
12880
  });
12881
12881
 
12882
- const classes = useUtilityClasses$1N(ownerState);
12882
+ const classes = useUtilityClasses$1O(ownerState);
12883
12883
 
12884
12884
  if (!keepMounted && !open && (!hasTransition || exited)) {
12885
12885
  return null;
@@ -13121,6 +13121,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
13121
13121
 
13122
13122
  /**
13123
13123
  * Callback fired when the backdrop is clicked.
13124
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
13124
13125
  */
13125
13126
  onBackdropClick: PropTypes.func,
13126
13127
 
@@ -13954,7 +13955,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
13954
13955
 
13955
13956
  const Identity = x => x;
13956
13957
 
13957
- const useUtilityClasses$1M = ownerState => {
13958
+ const useUtilityClasses$1N = ownerState => {
13958
13959
  const {
13959
13960
  disabled,
13960
13961
  dragging,
@@ -14070,7 +14071,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
14070
14071
  const Input = components.Input || 'input';
14071
14072
  const inputProps = appendOwnerState(Input, componentsProps.input, ownerState);
14072
14073
  const hiddenInputProps = getHiddenInputProps();
14073
- const classes = useUtilityClasses$1M(ownerState);
14074
+ const classes = useUtilityClasses$1N(ownerState);
14074
14075
  return /*#__PURE__*/jsxRuntime_2(Root, _extends({}, rootProps, getRootProps({
14075
14076
  onMouseDown
14076
14077
  }), {
@@ -15618,7 +15619,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15618
15619
 
15619
15620
  const _excluded$23 = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
15620
15621
 
15621
- const useUtilityClasses$1L = ownerState => {
15622
+ const useUtilityClasses$1M = ownerState => {
15622
15623
  const {
15623
15624
  color,
15624
15625
  fontSize,
@@ -15703,7 +15704,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15703
15704
  more.viewBox = viewBox;
15704
15705
  }
15705
15706
 
15706
- const classes = useUtilityClasses$1L(ownerState);
15707
+ const classes = useUtilityClasses$1M(ownerState);
15707
15708
  return /*#__PURE__*/jsxRuntime_2(SvgIconRoot, _extends({
15708
15709
  as: component,
15709
15710
  className: clsx(classes.root, className),
@@ -15745,7 +15746,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15745
15746
  /**
15746
15747
  * The color of the component.
15747
15748
  * 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).
15749
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
15749
15750
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
15750
15751
  * @default 'inherit'
15751
15752
  */
@@ -16840,7 +16841,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16840
16841
 
16841
16842
  const _excluded$22 = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"];
16842
16843
 
16843
- const useUtilityClasses$1K = ownerState => {
16844
+ const useUtilityClasses$1L = ownerState => {
16844
16845
  const {
16845
16846
  orientation,
16846
16847
  classes
@@ -16911,7 +16912,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16911
16912
  }));
16912
16913
  /**
16913
16914
  * The Collapse transition is used by the
16914
- * [Vertical Stepper](/components/steppers/#vertical-stepper) StepContent component.
16915
+ * [Vertical Stepper](/material-ui/react-stepper/#vertical-stepper) StepContent component.
16915
16916
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
16916
16917
  */
16917
16918
 
@@ -16948,7 +16949,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16948
16949
  collapsedSize: collapsedSizeProp
16949
16950
  });
16950
16951
 
16951
- const classes = useUtilityClasses$1K(ownerState);
16952
+ const classes = useUtilityClasses$1L(ownerState);
16952
16953
  const theme = useTheme();
16953
16954
  const timer = React__namespace.useRef();
16954
16955
  const wrapperRef = React__namespace.useRef(null);
@@ -17262,7 +17263,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17262
17263
  return (alphaValue / 100).toFixed(2);
17263
17264
  };
17264
17265
 
17265
- const useUtilityClasses$1J = ownerState => {
17266
+ const useUtilityClasses$1K = ownerState => {
17266
17267
  const {
17267
17268
  square,
17268
17269
  elevation,
@@ -17322,7 +17323,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17322
17323
  variant
17323
17324
  });
17324
17325
 
17325
- const classes = useUtilityClasses$1J(ownerState);
17326
+ const classes = useUtilityClasses$1K(ownerState);
17326
17327
 
17327
17328
  {
17328
17329
  // eslint-disable-next-line react-hooks/rules-of-hooks
@@ -17429,7 +17430,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17429
17430
 
17430
17431
  const _excluded$20 = ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"];
17431
17432
 
17432
- const useUtilityClasses$1I = ownerState => {
17433
+ const useUtilityClasses$1J = ownerState => {
17433
17434
  const {
17434
17435
  classes,
17435
17436
  square,
@@ -17573,7 +17574,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17573
17574
  expanded
17574
17575
  });
17575
17576
 
17576
- const classes = useUtilityClasses$1I(ownerState);
17577
+ const classes = useUtilityClasses$1J(ownerState);
17577
17578
  return /*#__PURE__*/jsxRuntime_2(AccordionRoot, _extends({
17578
17579
  className: clsx(classes.root, className),
17579
17580
  ref: ref,
@@ -17677,7 +17678,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17677
17678
 
17678
17679
  /**
17679
17680
  * The component used for the transition.
17680
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
17681
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
17681
17682
  * @default Collapse
17682
17683
  */
17683
17684
  TransitionComponent: PropTypes.elementType,
@@ -17698,7 +17699,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17698
17699
 
17699
17700
  const _excluded$1$ = ["className", "disableSpacing"];
17700
17701
 
17701
- const useUtilityClasses$1H = ownerState => {
17702
+ const useUtilityClasses$1I = ownerState => {
17702
17703
  const {
17703
17704
  classes,
17704
17705
  disableSpacing
@@ -17746,7 +17747,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17746
17747
  disableSpacing
17747
17748
  });
17748
17749
 
17749
- const classes = useUtilityClasses$1H(ownerState);
17750
+ const classes = useUtilityClasses$1I(ownerState);
17750
17751
  return /*#__PURE__*/jsxRuntime_1(AccordionActionsRoot, _extends({
17751
17752
  className: clsx(classes.root, className),
17752
17753
  ref: ref,
@@ -17797,7 +17798,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17797
17798
 
17798
17799
  const _excluded$1_ = ["className"];
17799
17800
 
17800
- const useUtilityClasses$1G = ownerState => {
17801
+ const useUtilityClasses$1H = ownerState => {
17801
17802
  const {
17802
17803
  classes
17803
17804
  } = ownerState;
@@ -17828,7 +17829,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17828
17829
  other = _objectWithoutPropertiesLoose(props, _excluded$1_);
17829
17830
 
17830
17831
  const ownerState = props;
17831
- const classes = useUtilityClasses$1G(ownerState);
17832
+ const classes = useUtilityClasses$1H(ownerState);
17832
17833
  return /*#__PURE__*/jsxRuntime_1(AccordionDetailsRoot, _extends({
17833
17834
  className: clsx(classes.root, className),
17834
17835
  ref: ref,
@@ -18301,7 +18302,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18301
18302
 
18302
18303
  const _excluded$1Y = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
18303
18304
 
18304
- const useUtilityClasses$1F = ownerState => {
18305
+ const useUtilityClasses$1G = ownerState => {
18305
18306
  const {
18306
18307
  disabled,
18307
18308
  focusVisible,
@@ -18603,7 +18604,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18603
18604
  focusVisible
18604
18605
  });
18605
18606
 
18606
- const classes = useUtilityClasses$1F(ownerState);
18607
+ const classes = useUtilityClasses$1G(ownerState);
18607
18608
  return /*#__PURE__*/jsxRuntime_2(ButtonBaseRoot, _extends({
18608
18609
  as: ComponentProp,
18609
18610
  className: clsx(classes.root, className),
@@ -18839,7 +18840,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18839
18840
 
18840
18841
  const _excluded$1X = ["children", "className", "expandIcon", "focusVisibleClassName", "onClick"];
18841
18842
 
18842
- const useUtilityClasses$1E = ownerState => {
18843
+ const useUtilityClasses$1F = ownerState => {
18843
18844
  const {
18844
18845
  classes,
18845
18846
  expanded,
@@ -18960,7 +18961,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18960
18961
  disableGutters
18961
18962
  });
18962
18963
 
18963
- const classes = useUtilityClasses$1E(ownerState);
18964
+ const classes = useUtilityClasses$1F(ownerState);
18964
18965
  return /*#__PURE__*/jsxRuntime_2(AccordionSummaryRoot, _extends({
18965
18966
  focusRipple: false,
18966
18967
  disableRipple: true,
@@ -19048,7 +19049,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19048
19049
 
19049
19050
  const _excluded$1W = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
19050
19051
 
19051
- const useUtilityClasses$1D = ownerState => {
19052
+ const useUtilityClasses$1E = ownerState => {
19052
19053
  const {
19053
19054
  classes,
19054
19055
  disabled,
@@ -19126,7 +19127,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19126
19127
  }
19127
19128
  }));
19128
19129
  /**
19129
- * Refer to the [Icons](/components/icons/) section of the documentation
19130
+ * Refer to the [Icons](/material-ui/icons/) section of the documentation
19130
19131
  * regarding the available icon options.
19131
19132
  */
19132
19133
 
@@ -19155,7 +19156,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19155
19156
  size
19156
19157
  });
19157
19158
 
19158
- const classes = useUtilityClasses$1D(ownerState);
19159
+ const classes = useUtilityClasses$1E(ownerState);
19159
19160
  return /*#__PURE__*/jsxRuntime_1(IconButtonRoot, _extends({
19160
19161
  className: clsx(classes.root, className),
19161
19162
  centerRipple: true,
@@ -19201,7 +19202,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19201
19202
  /**
19202
19203
  * The color of the component.
19203
19204
  * 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).
19205
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19205
19206
  * @default 'default'
19206
19207
  */
19207
19208
  color: PropTypes
@@ -19278,7 +19279,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19278
19279
 
19279
19280
  const _excluded$1V = ["action", "children", "className", "closeText", "color", "icon", "iconMapping", "onClose", "role", "severity", "variant"];
19280
19281
 
19281
- const useUtilityClasses$1C = ownerState => {
19282
+ const useUtilityClasses$1D = ownerState => {
19282
19283
  const {
19283
19284
  variant,
19284
19285
  color,
@@ -19402,7 +19403,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19402
19403
  variant
19403
19404
  });
19404
19405
 
19405
- const classes = useUtilityClasses$1C(ownerState);
19406
+ const classes = useUtilityClasses$1D(ownerState);
19406
19407
  return /*#__PURE__*/jsxRuntime_2(AlertRoot, _extends({
19407
19408
  role: role,
19408
19409
  elevation: 0,
@@ -19468,7 +19469,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19468
19469
  /**
19469
19470
  * Override the default label for the *close popup* icon button.
19470
19471
  *
19471
- * For localization purposes, you can use the provided [translations](/guides/localization/).
19472
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
19472
19473
  * @default 'Close'
19473
19474
  */
19474
19475
  closeText: PropTypes.string,
@@ -19476,7 +19477,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19476
19477
  /**
19477
19478
  * The color of the component. Unless provided, the value is taken from the `severity` prop.
19478
19479
  * 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).
19480
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19480
19481
  */
19481
19482
  color: PropTypes
19482
19483
  /* @typescript-to-proptypes-ignore */
@@ -19544,7 +19545,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19544
19545
 
19545
19546
  const _excluded$1U = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
19546
19547
 
19547
- const useUtilityClasses$1B = ownerState => {
19548
+ const useUtilityClasses$1C = ownerState => {
19548
19549
  const {
19549
19550
  align,
19550
19551
  gutterBottom,
@@ -19645,7 +19646,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19645
19646
  });
19646
19647
 
19647
19648
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
19648
- const classes = useUtilityClasses$1B(ownerState);
19649
+ const classes = useUtilityClasses$1C(ownerState);
19649
19650
  return /*#__PURE__*/jsxRuntime_1(TypographyRoot, _extends({
19650
19651
  as: Component,
19651
19652
  ref: ref,
@@ -19755,7 +19756,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19755
19756
 
19756
19757
  const _excluded$1T = ["className"];
19757
19758
 
19758
- const useUtilityClasses$1A = ownerState => {
19759
+ const useUtilityClasses$1B = ownerState => {
19759
19760
  const {
19760
19761
  classes
19761
19762
  } = ownerState;
@@ -19789,7 +19790,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19789
19790
  other = _objectWithoutPropertiesLoose(props, _excluded$1T);
19790
19791
 
19791
19792
  const ownerState = props;
19792
- const classes = useUtilityClasses$1A(ownerState);
19793
+ const classes = useUtilityClasses$1B(ownerState);
19793
19794
  return /*#__PURE__*/jsxRuntime_1(AlertTitleRoot, _extends({
19794
19795
  gutterBottom: true,
19795
19796
  component: "div",
@@ -19836,7 +19837,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19836
19837
 
19837
19838
  const _excluded$1S = ["className", "color", "enableColorOnDark", "position"];
19838
19839
 
19839
- const useUtilityClasses$1z = ownerState => {
19840
+ const useUtilityClasses$1A = ownerState => {
19840
19841
  const {
19841
19842
  color,
19842
19843
  position,
@@ -19934,7 +19935,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19934
19935
  enableColorOnDark
19935
19936
  });
19936
19937
 
19937
- const classes = useUtilityClasses$1z(ownerState);
19938
+ const classes = useUtilityClasses$1A(ownerState);
19938
19939
  return /*#__PURE__*/jsxRuntime_1(AppBarRoot, _extends({
19939
19940
  square: true,
19940
19941
  component: "header",
@@ -19970,7 +19971,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19970
19971
  /**
19971
19972
  * The color of the component.
19972
19973
  * 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).
19974
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
19974
19975
  * @default 'primary'
19975
19976
  */
19976
19977
  color: PropTypes
@@ -20007,13 +20008,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20007
20008
  *
20008
20009
  * Demos:
20009
20010
  *
20010
- * - [Autocomplete](https://mui.com/components/autocomplete/)
20011
- * - [Menus](https://mui.com/components/menus/)
20012
- * - [Popper](https://mui.com/components/popper/)
20011
+ * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
20012
+ * - [Menus](https://mui.com/material-ui/react-menu/)
20013
+ * - [Popper](https://mui.com/material-ui/react-popper/)
20013
20014
  *
20014
20015
  * API:
20015
20016
  *
20016
- * - [Popper API](https://mui.com/api/popper/)
20017
+ * - [Popper API](https://mui.com/material-ui/api/popper/)
20017
20018
  */
20018
20019
 
20019
20020
  const Popper = /*#__PURE__*/React__namespace.forwardRef(function Popper(inProps, ref) {
@@ -20147,7 +20148,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20147
20148
 
20148
20149
  const _excluded$1R = ["className", "color", "component", "disableGutters", "disableSticky", "inset"];
20149
20150
 
20150
- const useUtilityClasses$1y = ownerState => {
20151
+ const useUtilityClasses$1z = ownerState => {
20151
20152
  const {
20152
20153
  classes,
20153
20154
  color,
@@ -20220,7 +20221,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20220
20221
  inset
20221
20222
  });
20222
20223
 
20223
- const classes = useUtilityClasses$1y(ownerState);
20224
+ const classes = useUtilityClasses$1z(ownerState);
20224
20225
  return /*#__PURE__*/jsxRuntime_1(ListSubheaderRoot, _extends({
20225
20226
  as: component,
20226
20227
  className: clsx(classes.root, className),
@@ -20300,7 +20301,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20300
20301
 
20301
20302
  const _excluded$1Q = ["avatar", "className", "clickable", "color", "component", "deleteIcon", "disabled", "icon", "label", "onClick", "onDelete", "onKeyDown", "onKeyUp", "size", "variant"];
20302
20303
 
20303
- const useUtilityClasses$1x = ownerState => {
20304
+ const useUtilityClasses$1y = ownerState => {
20304
20305
  const {
20305
20306
  classes,
20306
20307
  disabled,
@@ -20634,7 +20635,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20634
20635
  variant
20635
20636
  });
20636
20637
 
20637
- const classes = useUtilityClasses$1x(ownerState);
20638
+ const classes = useUtilityClasses$1y(ownerState);
20638
20639
  const moreProps = component === ButtonBase$1 ? _extends({
20639
20640
  component: ComponentProp || 'div',
20640
20641
  focusVisibleClassName: classes.focusVisible
@@ -20735,7 +20736,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20735
20736
  /**
20736
20737
  * The color of the component.
20737
20738
  * 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).
20739
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
20739
20740
  * @default 'default'
20740
20741
  */
20741
20742
  color: PropTypes
@@ -20918,7 +20919,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20918
20919
  return [styles.input, ownerState.size === 'small' && styles.inputSizeSmall, ownerState.multiline && styles.inputMultiline, ownerState.type === 'search' && styles.inputTypeSearch, ownerState.startAdornment && styles.inputAdornedStart, ownerState.endAdornment && styles.inputAdornedEnd, ownerState.hiddenLabel && styles.inputHiddenLabel];
20919
20920
  };
20920
20921
 
20921
- const useUtilityClasses$1w = ownerState => {
20922
+ const useUtilityClasses$1x = ownerState => {
20922
20923
  const {
20923
20924
  classes,
20924
20925
  color,
@@ -21330,7 +21331,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21330
21331
  type
21331
21332
  });
21332
21333
 
21333
- const classes = useUtilityClasses$1w(ownerState);
21334
+ const classes = useUtilityClasses$1x(ownerState);
21334
21335
  const Root = components.Root || InputBaseRoot;
21335
21336
  const rootProps = componentsProps.root || {};
21336
21337
  const Input = components.Input || InputBaseComponent;
@@ -21418,7 +21419,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21418
21419
  /**
21419
21420
  * The color of the component.
21420
21421
  * 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).
21422
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
21422
21423
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
21423
21424
  */
21424
21425
  color: PropTypes
@@ -21520,7 +21521,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21520
21521
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
21521
21522
 
21522
21523
  /**
21523
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
21524
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
21524
21525
  * @default false
21525
21526
  */
21526
21527
  multiline: PropTypes.bool,
@@ -21660,7 +21661,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21660
21661
 
21661
21662
  const _excluded$1O = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "value"];
21662
21663
 
21663
- const useUtilityClasses$1v = ownerState => {
21664
+ const useUtilityClasses$1w = ownerState => {
21664
21665
  const {
21665
21666
  classes,
21666
21667
  disablePortal,
@@ -22083,7 +22084,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22083
22084
  size
22084
22085
  });
22085
22086
 
22086
- const classes = useUtilityClasses$1v(ownerState);
22087
+ const classes = useUtilityClasses$1w(ownerState);
22087
22088
  let startAdornment;
22088
22089
 
22089
22090
  if (multiple && value.length > 0) {
@@ -22284,7 +22285,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22284
22285
  blurOnSelect: PropTypes.oneOfType([PropTypes.oneOf(['mouse', 'touch']), PropTypes.bool]),
22285
22286
 
22286
22287
  /**
22287
- * Props applied to the [`Chip`](/api/chip/) element.
22288
+ * Props applied to the [`Chip`](/material-ui/api/chip/) element.
22288
22289
  */
22289
22290
  ChipProps: PropTypes.object,
22290
22291
 
@@ -22322,7 +22323,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22322
22323
  /**
22323
22324
  * Override the default text for the *clear* icon button.
22324
22325
  *
22325
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22326
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22326
22327
  * @default 'Clear'
22327
22328
  */
22328
22329
  clearText: PropTypes.string,
@@ -22330,7 +22331,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22330
22331
  /**
22331
22332
  * Override the default text for the *close popup* icon button.
22332
22333
  *
22333
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22334
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22334
22335
  * @default 'Close'
22335
22336
  */
22336
22337
  closeText: PropTypes.string,
@@ -22446,6 +22447,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22446
22447
  * Used to determine the string value for a given option.
22447
22448
  * It's used to fill the input (and the list box options if `renderOption` is not provided).
22448
22449
  *
22450
+ * If used in free solo mode, it must accept both the type of the options and a string.
22451
+ *
22449
22452
  * @param {T} option
22450
22453
  * @returns {string}
22451
22454
  * @default (option) => option.label ?? option
@@ -22524,7 +22527,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22524
22527
  /**
22525
22528
  * Text to display when in a loading state.
22526
22529
  *
22527
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22530
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22528
22531
  * @default 'Loading…'
22529
22532
  */
22530
22533
  loadingText: PropTypes.node,
@@ -22538,7 +22541,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22538
22541
  /**
22539
22542
  * Text to display when there are no options.
22540
22543
  *
22541
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22544
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22542
22545
  * @default 'No options'
22543
22546
  */
22544
22547
  noOptionsText: PropTypes.node,
@@ -22602,7 +22605,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22602
22605
  /**
22603
22606
  * Override the default text for the *open popup* icon button.
22604
22607
  *
22605
- * For localization purposes, you can use the provided [translations](/guides/localization/).
22608
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
22606
22609
  * @default 'Open'
22607
22610
  */
22608
22611
  openText: PropTypes.string,
@@ -22719,7 +22722,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22719
22722
 
22720
22723
  const _excluded$1N = ["alt", "children", "className", "component", "imgProps", "sizes", "src", "srcSet", "variant"];
22721
22724
 
22722
- const useUtilityClasses$1u = ownerState => {
22725
+ const useUtilityClasses$1v = ownerState => {
22723
22726
  const {
22724
22727
  classes,
22725
22728
  variant,
@@ -22872,7 +22875,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22872
22875
  variant
22873
22876
  });
22874
22877
 
22875
- const classes = useUtilityClasses$1u(ownerState);
22878
+ const classes = useUtilityClasses$1v(ownerState);
22876
22879
 
22877
22880
  if (hasImgNotFailing) {
22878
22881
  children = /*#__PURE__*/jsxRuntime_1(AvatarImg, _extends({
@@ -22987,7 +22990,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22987
22990
  medium: null
22988
22991
  };
22989
22992
 
22990
- const useUtilityClasses$1t = ownerState => {
22993
+ const useUtilityClasses$1u = ownerState => {
22991
22994
  const {
22992
22995
  classes
22993
22996
  } = ownerState;
@@ -23059,7 +23062,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23059
23062
  variant
23060
23063
  });
23061
23064
 
23062
- const classes = useUtilityClasses$1t(ownerState);
23065
+ const classes = useUtilityClasses$1u(ownerState);
23063
23066
  const children = React__namespace.Children.toArray(childrenProp).filter(child => {
23064
23067
  {
23065
23068
  if (reactIs_2(child)) {
@@ -23186,7 +23189,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23186
23189
  }
23187
23190
  };
23188
23191
  /**
23189
- * The Fade transition is used by the [Modal](/components/modal/) component.
23192
+ * The Fade transition is used by the [Modal](/material-ui/react-modal/) component.
23190
23193
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
23191
23194
  */
23192
23195
 
@@ -23399,7 +23402,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23399
23402
 
23400
23403
  const _excluded$1K = ["children", "component", "components", "componentsProps", "className", "invisible", "open", "transitionDuration", "TransitionComponent"];
23401
23404
 
23402
- const useUtilityClasses$1s = ownerState => {
23405
+ const useUtilityClasses$1t = ownerState => {
23403
23406
  const {
23404
23407
  classes,
23405
23408
  invisible
@@ -23462,7 +23465,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23462
23465
  invisible
23463
23466
  });
23464
23467
 
23465
- const classes = useUtilityClasses$1s(ownerState);
23468
+ const classes = useUtilityClasses$1t(ownerState);
23466
23469
  return /*#__PURE__*/jsxRuntime_1(TransitionComponent, _extends({
23467
23470
  in: open,
23468
23471
  timeout: transitionDuration
@@ -23570,7 +23573,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23570
23573
  const RADIUS_STANDARD = 10;
23571
23574
  const RADIUS_DOT = 4;
23572
23575
 
23573
- const extendUtilityClasses$2 = ownerState => {
23576
+ const useUtilityClasses$1s = ownerState => {
23574
23577
  const {
23575
23578
  color,
23576
23579
  anchorOrigin,
@@ -23579,10 +23582,11 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23579
23582
  variant,
23580
23583
  classes = {}
23581
23584
  } = ownerState;
23582
- return {
23583
- root: clsx(classes.root, 'root'),
23584
- badge: clsx(classes.badge, getBadgeUtilityClass('badge'), getBadgeUtilityClass(variant), `anchorOrigin${capitalize(anchorOrigin.vertical)}${capitalize(anchorOrigin.horizontal)}`, getBadgeUtilityClass(`anchorOrigin${capitalize(anchorOrigin.vertical)}${capitalize(anchorOrigin.horizontal)}${capitalize(overlap)}`), getBadgeUtilityClass(`overlap${capitalize(overlap)}`), color !== 'default' && [getBadgeUtilityClass(`color${capitalize(color)}`), classes[`color${capitalize(color)}`]], invisible && getBadgeUtilityClass('invisible'))
23585
+ const slots = {
23586
+ root: ['root'],
23587
+ badge: ['badge', variant, invisible && 'invisible', `anchorOrigin${capitalize(anchorOrigin.vertical)}${capitalize(anchorOrigin.horizontal)}`, `anchorOrigin${capitalize(anchorOrigin.vertical)}${capitalize(anchorOrigin.horizontal)}${capitalize(overlap)}`, `overlap${capitalize(overlap)}`, color !== 'default' && `color${capitalize(color)}`]
23585
23588
  };
23589
+ return composeClasses(slots, getBadgeUtilityClass, classes);
23586
23590
  };
23587
23591
 
23588
23592
  const BadgeRoot = styled$1('span', {
@@ -23763,7 +23767,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23763
23767
  variant
23764
23768
  });
23765
23769
 
23766
- const classes = extendUtilityClasses$2(ownerState);
23770
+ const classes = useUtilityClasses$1s(ownerState);
23767
23771
  let displayValue;
23768
23772
 
23769
23773
  if (variant !== 'dot') {
@@ -23848,7 +23852,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23848
23852
  /**
23849
23853
  * The color of the component.
23850
23854
  * 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).
23855
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
23852
23856
  * @default 'default'
23853
23857
  */
23854
23858
  color: PropTypes
@@ -24091,17 +24095,18 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24091
24095
  transition: theme.transitions.create(['color', 'padding-top'], {
24092
24096
  duration: theme.transitions.duration.short
24093
24097
  }),
24094
- padding: '6px 12px 8px',
24098
+ padding: '0px 12px',
24095
24099
  minWidth: 80,
24096
24100
  maxWidth: 168,
24097
24101
  color: theme.palette.text.secondary,
24098
24102
  flexDirection: 'column',
24099
24103
  flex: '1'
24100
24104
  }, !ownerState.showLabel && !ownerState.selected && {
24101
- paddingTop: 16
24105
+ paddingTop: 14
24106
+ }, !ownerState.showLabel && !ownerState.selected && !ownerState.label && {
24107
+ paddingTop: 0
24102
24108
  }, {
24103
24109
  [`&.${bottomNavigationActionClasses$1.selected}`]: {
24104
- paddingTop: 6,
24105
24110
  color: theme.palette.primary.main
24106
24111
  }
24107
24112
  }));
@@ -24235,15 +24240,35 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24235
24240
  var BottomNavigationAction$1 = BottomNavigationAction;
24236
24241
 
24237
24242
  const defaultTheme = createTheme$1();
24238
- /**
24239
- * @ignore - do not document.
24240
- */
24241
-
24242
24243
  const Box = createBox({
24243
24244
  defaultTheme,
24244
24245
  defaultClassName: 'MuiBox-root',
24245
24246
  generateClassName: ClassNameGenerator$1.generate
24246
24247
  });
24248
+ Box.propTypes
24249
+ /* remove-proptypes */
24250
+ = {
24251
+ // ----------------------------- Warning --------------------------------
24252
+ // | These PropTypes are generated from the TypeScript type definitions |
24253
+ // | To update them edit the d.ts file and run "yarn proptypes" |
24254
+ // ----------------------------------------------------------------------
24255
+
24256
+ /**
24257
+ * @ignore
24258
+ */
24259
+ children: PropTypes.node,
24260
+
24261
+ /**
24262
+ * The component used for the root node.
24263
+ * Either a string to use a HTML element or a component.
24264
+ */
24265
+ component: PropTypes.elementType,
24266
+
24267
+ /**
24268
+ * The system prop that allows defining system overrides as well as additional CSS styles.
24269
+ */
24270
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
24271
+ } ;
24247
24272
  var Box$1 = Box;
24248
24273
 
24249
24274
  var MoreHorizIcon = createSvgIcon( /*#__PURE__*/jsxRuntime_1("path", {
@@ -24498,7 +24523,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24498
24523
  /**
24499
24524
  * Override the default label for the expand button.
24500
24525
  *
24501
- * For localization purposes, you can use the provided [translations](/guides/localization/).
24526
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
24502
24527
  * @default 'Show path'
24503
24528
  */
24504
24529
  expandText: PropTypes.string,
@@ -24851,7 +24876,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24851
24876
  /**
24852
24877
  * The color of the component.
24853
24878
  * 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).
24879
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
24855
24880
  * @default 'primary'
24856
24881
  */
24857
24882
  color: PropTypes
@@ -25149,7 +25174,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
25149
25174
  /**
25150
25175
  * The color of the component.
25151
25176
  * 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).
25177
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
25153
25178
  * @default 'primary'
25154
25179
  */
25155
25180
  color: PropTypes
@@ -26429,7 +26454,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
26429
26454
  /**
26430
26455
  * The color of the component.
26431
26456
  * 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).
26457
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
26433
26458
  * @default 'primary'
26434
26459
  */
26435
26460
  color: PropTypes
@@ -26730,7 +26755,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
26730
26755
  /**
26731
26756
  * The color of the component.
26732
26757
  * 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).
26758
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
26734
26759
  * @default 'primary'
26735
26760
  */
26736
26761
  color: PropTypes
@@ -27119,12 +27144,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27119
27144
  /**
27120
27145
  * Modal is a lower-level construct that is leveraged by the following components:
27121
27146
  *
27122
- * - [Dialog](/api/dialog/)
27123
- * - [Drawer](/api/drawer/)
27124
- * - [Menu](/api/menu/)
27125
- * - [Popover](/api/popover/)
27147
+ * - [Dialog](/material-ui/api/dialog/)
27148
+ * - [Drawer](/material-ui/api/drawer/)
27149
+ * - [Menu](/material-ui/api/menu/)
27150
+ * - [Popover](/material-ui/api/popover/)
27126
27151
  *
27127
- * If you are creating a modal dialog, you probably want to use the [Dialog](/api/dialog/) component
27152
+ * If you are creating a modal dialog, you probably want to use the [Dialog](/material-ui/api/dialog/) component
27128
27153
  * rather than directly using Modal.
27129
27154
  *
27130
27155
  * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
@@ -27215,7 +27240,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27215
27240
  BackdropComponent: PropTypes.elementType,
27216
27241
 
27217
27242
  /**
27218
- * Props applied to the [`Backdrop`](/api/backdrop/) element.
27243
+ * Props applied to the [`Backdrop`](/material-ui/api/backdrop/) element.
27219
27244
  */
27220
27245
  BackdropProps: PropTypes.object,
27221
27246
 
@@ -27324,6 +27349,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27324
27349
 
27325
27350
  /**
27326
27351
  * Callback fired when the backdrop is clicked.
27352
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
27327
27353
  */
27328
27354
  onBackdropClick: PropTypes.func,
27329
27355
 
@@ -27697,6 +27723,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27697
27723
 
27698
27724
  /**
27699
27725
  * Callback fired when the backdrop is clicked.
27726
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
27700
27727
  */
27701
27728
  onBackdropClick: PropTypes.func,
27702
27729
 
@@ -27720,7 +27747,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27720
27747
  PaperComponent: PropTypes.elementType,
27721
27748
 
27722
27749
  /**
27723
- * Props applied to the [`Paper`](/api/paper/) element.
27750
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
27724
27751
  * @default {}
27725
27752
  */
27726
27753
  PaperProps: PropTypes.object,
@@ -27738,7 +27765,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
27738
27765
 
27739
27766
  /**
27740
27767
  * The component used for the transition.
27741
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
27768
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
27742
27769
  * @default Fade
27743
27770
  */
27744
27771
  TransitionComponent: PropTypes.elementType,
@@ -28458,7 +28485,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
28458
28485
  }
28459
28486
  }
28460
28487
  /**
28461
- * The Slide transition is used by the [Drawer](/components/drawers/) component.
28488
+ * The Slide transition is used by the [Drawer](/material-ui/react-drawer/) component.
28462
28489
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
28463
28490
  */
28464
28491
 
@@ -28862,7 +28889,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
28862
28889
  return theme.direction === 'rtl' && isHorizontal(anchor) ? oppositeDirection[anchor] : anchor;
28863
28890
  }
28864
28891
  /**
28865
- * The props of the [Modal](/api/modal/) component are available
28892
+ * The props of the [Modal](/material-ui/api/modal/) component are available
28866
28893
  * when `variant="temporary"` is set.
28867
28894
  */
28868
28895
 
@@ -29018,7 +29045,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29018
29045
  hideBackdrop: PropTypes.bool,
29019
29046
 
29020
29047
  /**
29021
- * Props applied to the [`Modal`](/api/modal/) element.
29048
+ * Props applied to the [`Modal`](/material-ui/api/modal/) element.
29022
29049
  * @default {}
29023
29050
  */
29024
29051
  ModalProps: PropTypes.object,
@@ -29037,13 +29064,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29037
29064
  open: PropTypes.bool,
29038
29065
 
29039
29066
  /**
29040
- * Props applied to the [`Paper`](/api/paper/) element.
29067
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
29041
29068
  * @default {}
29042
29069
  */
29043
29070
  PaperProps: PropTypes.object,
29044
29071
 
29045
29072
  /**
29046
- * Props applied to the [`Slide`](/api/slide/) element.
29073
+ * Props applied to the [`Slide`](/material-ui/api/slide/) element.
29047
29074
  */
29048
29075
  SlideProps: PropTypes.object,
29049
29076
 
@@ -29248,7 +29275,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29248
29275
  /**
29249
29276
  * The color of the component.
29250
29277
  * 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).
29278
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29252
29279
  * @default 'default'
29253
29280
  */
29254
29281
  color: PropTypes.oneOf(['default', 'error', 'info', 'inherit', 'primary', 'secondary', 'success', 'warning']),
@@ -29383,7 +29410,9 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29383
29410
 
29384
29411
  },
29385
29412
  [`&.${filledInputClasses$1.focused}:after`]: {
29386
- transform: 'scaleX(1)'
29413
+ // translateX(0) is a workaround for Safari transform scale bug
29414
+ // See https://github.com/mui/material-ui/issues/31766
29415
+ transform: 'scaleX(1) translateX(0)'
29387
29416
  },
29388
29417
  [`&.${filledInputClasses$1.error}:after`]: {
29389
29418
  borderBottomColor: theme.palette.error.main,
@@ -29539,7 +29568,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29539
29568
  /**
29540
29569
  * The color of the component.
29541
29570
  * 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).
29571
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29543
29572
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
29544
29573
  */
29545
29574
  color: PropTypes
@@ -29647,7 +29676,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29647
29676
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
29648
29677
 
29649
29678
  /**
29650
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
29679
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
29651
29680
  * @default false
29652
29681
  */
29653
29682
  multiline: PropTypes.bool,
@@ -29771,7 +29800,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29771
29800
  * - Input
29772
29801
  * - InputLabel
29773
29802
  *
29774
- * You can find one composition example below and more going to [the demos](/components/text-fields/#components).
29803
+ * You can find one composition example below and more going to [the demos](/material-ui/react-text-field/#components).
29775
29804
  *
29776
29805
  * ```jsx
29777
29806
  * <FormControl>
@@ -29954,7 +29983,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
29954
29983
  /**
29955
29984
  * The color of the component.
29956
29985
  * 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).
29986
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
29958
29987
  * @default 'primary'
29959
29988
  */
29960
29989
  color: PropTypes
@@ -30682,7 +30711,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
30682
30711
  /**
30683
30712
  * The color of the component.
30684
30713
  * 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).
30714
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
30686
30715
  */
30687
30716
  color: PropTypes
30688
30717
  /* @typescript-to-proptypes-ignore */
@@ -31260,14 +31289,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31260
31289
  }
31261
31290
  };
31262
31291
  /**
31263
- * Conditionally apply a workaround for the CSS transition bug in Safari 15.4.
31264
- * Remove this workaround once the Safari bug is fixed.
31292
+ * Conditionally apply a workaround for the CSS transition bug in Safari 15.4 / WebKit browsers.
31293
+ * Remove this workaround once the WebKit bug fix is released.
31265
31294
  */
31266
31295
 
31267
- const isSafari154 = typeof navigator !== 'undefined' && /^((?!chrome|android).)*safari/i.test(navigator.userAgent) && /version\/15\.[4-9]/i.test(navigator.userAgent);
31296
+ const isWebKit154 = typeof navigator !== 'undefined' && /^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent) && /(os |version\/)15(.|_)[4-9]/i.test(navigator.userAgent);
31268
31297
  /**
31269
- * The Grow transition is used by the [Tooltip](/components/tooltips/) and
31270
- * [Popover](/components/popover/) components.
31298
+ * The Grow transition is used by the [Tooltip](/material-ui/react-tooltip/) and
31299
+ * [Popover](/material-ui/react-popover/) components.
31271
31300
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
31272
31301
  */
31273
31302
 
@@ -31338,7 +31367,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31338
31367
  duration,
31339
31368
  delay
31340
31369
  }), theme.transitions.create('transform', {
31341
- duration: isSafari154 ? duration : duration * 0.666,
31370
+ duration: isWebKit154 ? duration : duration * 0.666,
31342
31371
  delay,
31343
31372
  easing: transitionTimingFunction
31344
31373
  })].join(',');
@@ -31374,8 +31403,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
31374
31403
  duration,
31375
31404
  delay
31376
31405
  }), theme.transitions.create('transform', {
31377
- duration: isSafari154 ? duration : duration * 0.666,
31378
- delay: isSafari154 ? delay : delay || duration * 0.333,
31406
+ duration: isWebKit154 ? duration : duration * 0.666,
31407
+ delay: isWebKit154 ? delay : delay || duration * 0.333,
31379
31408
  easing: transitionTimingFunction
31380
31409
  })].join(',');
31381
31410
  node.style.opacity = 0;
@@ -32374,7 +32403,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
32374
32403
  /**
32375
32404
  * The color of the component.
32376
32405
  * 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).
32406
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
32378
32407
  * @default 'inherit'
32379
32408
  */
32380
32409
  color: PropTypes
@@ -33055,7 +33084,9 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33055
33084
 
33056
33085
  },
33057
33086
  [`&.${inputClasses$1.focused}:after`]: {
33058
- transform: 'scaleX(1)'
33087
+ // translateX(0) is a workaround for Safari transform scale bug
33088
+ // See https://github.com/mui/material-ui/issues/31766
33089
+ transform: 'scaleX(1) translateX(0)'
33059
33090
  },
33060
33091
  [`&.${inputClasses$1.error}:after`]: {
33061
33092
  borderBottomColor: theme.palette.error.main,
@@ -33163,7 +33194,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33163
33194
  /**
33164
33195
  * The color of the component.
33165
33196
  * 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).
33197
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
33167
33198
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
33168
33199
  */
33169
33200
  color: PropTypes
@@ -33263,7 +33294,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33263
33294
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
33264
33295
 
33265
33296
  /**
33266
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
33297
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
33267
33298
  * @default false
33268
33299
  */
33269
33300
  multiline: PropTypes.bool,
@@ -33675,7 +33706,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
33675
33706
  /**
33676
33707
  * The color of the component.
33677
33708
  * 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).
33709
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
33679
33710
  */
33680
33711
  color: PropTypes
33681
33712
  /* @typescript-to-proptypes-ignore */
@@ -34062,7 +34093,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34062
34093
  /**
34063
34094
  * The color of the component.
34064
34095
  * 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).
34096
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
34066
34097
  * @default 'primary'
34067
34098
  */
34068
34099
  color: PropTypes
@@ -34203,6 +34234,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34203
34234
  } = props,
34204
34235
  other = _objectWithoutPropertiesLoose(props, _excluded$10);
34205
34236
 
34237
+ const sxColor = typeof sx === 'function' ? sx(theme).color : sx == null ? void 0 : sx.color;
34206
34238
  const {
34207
34239
  isFocusVisibleRef,
34208
34240
  onBlur: handleBlurVisible,
@@ -34239,7 +34271,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34239
34271
  const ownerState = _extends({}, props, {
34240
34272
  // It is too complex to support any types of `sx`.
34241
34273
  // 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,
34274
+ color: (typeof sxColor === 'function' ? sxColor(theme) : sxColor) || color,
34243
34275
  component,
34244
34276
  focusVisible,
34245
34277
  underline,
@@ -34248,6 +34280,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34248
34280
 
34249
34281
  const classes = useUtilityClasses$Q(ownerState);
34250
34282
  return /*#__PURE__*/jsxRuntime_1(LinkRoot, _extends({
34283
+ color: color,
34251
34284
  className: clsx(classes.root, className),
34252
34285
  classes: TypographyClasses,
34253
34286
  component: component,
@@ -34256,9 +34289,9 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34256
34289
  ref: handlerRef,
34257
34290
  ownerState: ownerState,
34258
34291
  variant: variant,
34259
- sx: [{
34292
+ sx: [...(inProps.color ? [{
34260
34293
  color: colorTransformations[color] || color
34261
- }, ...(Array.isArray(sx) ? sx : [sx])]
34294
+ }] : []), ...(Array.isArray(sx) ? sx : [sx])]
34262
34295
  }, other));
34263
34296
  });
34264
34297
  Link.propTypes
@@ -34314,7 +34347,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34314
34347
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
34315
34348
 
34316
34349
  /**
34317
- * `classes` prop applied to the [`Typography`](/api/typography/) element.
34350
+ * `classes` prop applied to the [`Typography`](/material-ui/api/typography/) element.
34318
34351
  */
34319
34352
  TypographyClasses: PropTypes.object,
34320
34353
 
@@ -35085,7 +35118,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35085
35118
  * If `true`, the list item is focused during the first mount.
35086
35119
  * Focus will also be triggered if the value changes from false to true.
35087
35120
  * @default false
35088
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35121
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35089
35122
  */
35090
35123
  autoFocus: PropTypes.bool,
35091
35124
 
@@ -35093,7 +35126,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35093
35126
  * If `true`, the list item is a button (using `ButtonBase`). Props intended
35094
35127
  * for `ButtonBase` can then be applied to `ListItem`.
35095
35128
  * @default false
35096
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35129
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35097
35130
  */
35098
35131
  button: PropTypes.bool,
35099
35132
 
@@ -35180,7 +35213,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35180
35213
  /**
35181
35214
  * If `true`, the component is disabled.
35182
35215
  * @default false
35183
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35216
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35184
35217
  */
35185
35218
  disabled: PropTypes.bool,
35186
35219
 
@@ -35215,7 +35248,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35215
35248
  /**
35216
35249
  * Use to apply selected styling.
35217
35250
  * @default false
35218
- * @deprecated checkout [ListItemButton](/api/list-item-button/) instead
35251
+ * @deprecated checkout [ListItemButton](/material-ui/api/list-item-button/) instead
35219
35252
  */
35220
35253
  selected: PropTypes.bool,
35221
35254
 
@@ -35681,7 +35714,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
35681
35714
  }
35682
35715
  /**
35683
35716
  * 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
35717
+ * It's exposed to help customization of the [`Menu`](/material-ui/api/menu/) component if you
35685
35718
  * use it separately you need to move focus into the component manually. Once
35686
35719
  * the focus is placed inside the component it is fully keyboard accessible.
35687
35720
  */
@@ -36338,7 +36371,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36338
36371
  open: PropTypes.bool.isRequired,
36339
36372
 
36340
36373
  /**
36341
- * Props applied to the [`Paper`](/api/paper/) element.
36374
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
36342
36375
  * @default {}
36343
36376
  */
36344
36377
  PaperProps: PropTypes
@@ -36371,7 +36404,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36371
36404
 
36372
36405
  /**
36373
36406
  * The component used for the transition.
36374
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
36407
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
36375
36408
  * @default Grow
36376
36409
  */
36377
36410
  TransitionComponent: PropTypes.elementType,
@@ -36622,7 +36655,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36622
36655
  disableAutoFocusItem: PropTypes.bool,
36623
36656
 
36624
36657
  /**
36625
- * Props applied to the [`MenuList`](/api/menu-list/) element.
36658
+ * Props applied to the [`MenuList`](/material-ui/api/menu-list/) element.
36626
36659
  * @default {}
36627
36660
  */
36628
36661
  MenuListProps: PropTypes.object,
@@ -36646,7 +36679,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
36646
36679
  PaperProps: PropTypes.object,
36647
36680
 
36648
36681
  /**
36649
- * `classes` prop applied to the [`Popover`](/api/popover/) element.
36682
+ * `classes` prop applied to the [`Popover`](/material-ui/api/popover/) element.
36650
36683
  */
36651
36684
  PopoverClasses: PropTypes.object,
36652
36685
 
@@ -37813,7 +37846,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
37813
37846
  /**
37814
37847
  * The color of the component.
37815
37848
  * 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).
37849
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
37817
37850
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
37818
37851
  */
37819
37852
  color: PropTypes
@@ -37905,7 +37938,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
37905
37938
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
37906
37939
 
37907
37940
  /**
37908
- * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
37941
+ * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
37909
37942
  * @default false
37910
37943
  */
37911
37944
  multiline: PropTypes.bool,
@@ -38394,7 +38427,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38394
38427
  /**
38395
38428
  * The active color.
38396
38429
  * 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).
38430
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38398
38431
  * @default 'standard'
38399
38432
  */
38400
38433
  color: PropTypes
@@ -38620,7 +38653,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38620
38653
  /**
38621
38654
  * The active color.
38622
38655
  * 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).
38656
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38624
38657
  * @default 'standard'
38625
38658
  */
38626
38659
  color: PropTypes
@@ -38649,7 +38682,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38649
38682
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
38650
38683
  * This is important for screen reader users.
38651
38684
  *
38652
- * For localization purposes, you can use the provided [translations](/guides/localization/).
38685
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
38653
38686
  * @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous'). Defaults to 'page'.
38654
38687
  * @param {number} page The page number to format.
38655
38688
  * @param {bool} selected If true, the current page is selected.
@@ -38984,7 +39017,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
38984
39017
  /**
38985
39018
  * The color of the component.
38986
39019
  * 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).
39020
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
38988
39021
  * @default 'primary'
38989
39022
  */
38990
39023
  color: PropTypes
@@ -39774,7 +39807,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
39774
39807
  * Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.
39775
39808
  * This is important for screen reader users.
39776
39809
  *
39777
- * For localization purposes, you can use the provided [translations](/guides/localization/).
39810
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
39778
39811
  * @param {number} value The rating label's value to format.
39779
39812
  * @returns {string}
39780
39813
  * @default function defaultLabelText(value) {
@@ -40319,7 +40352,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40319
40352
  }
40320
40353
  }
40321
40354
 
40322
- const items = childrenArray.map(child => {
40355
+ const items = childrenArray.map((child, index, arr) => {
40323
40356
  if (! /*#__PURE__*/React__namespace.isValidElement(child)) {
40324
40357
  return null;
40325
40358
  }
@@ -40354,6 +40387,27 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40354
40387
  foundMatch = true;
40355
40388
  }
40356
40389
 
40390
+ if (child.props.value === undefined) {
40391
+ return /*#__PURE__*/React__namespace.cloneElement(child, {
40392
+ 'aria-readonly': true,
40393
+ role: 'option'
40394
+ });
40395
+ }
40396
+
40397
+ const isFirstSelectableElement = () => {
40398
+ if (value) {
40399
+ return selected;
40400
+ }
40401
+
40402
+ const firstSelectableElement = arr.find(item => item.props.value !== undefined && item.props.disabled !== true);
40403
+
40404
+ if (child === firstSelectableElement) {
40405
+ return true;
40406
+ }
40407
+
40408
+ return selected;
40409
+ };
40410
+
40357
40411
  return /*#__PURE__*/React__namespace.cloneElement(child, {
40358
40412
  'aria-selected': selected ? 'true' : 'false',
40359
40413
  onClick: handleItemClick(child),
@@ -40370,7 +40424,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40370
40424
  }
40371
40425
  },
40372
40426
  role: 'option',
40373
- selected,
40427
+ selected: arr[0].props.value === undefined || arr[0].props.disabled === true ? isFirstSelectableElement() : selected,
40374
40428
  value: undefined,
40375
40429
  // The value is most likely not a valid HTML attribute.
40376
40430
  'data-value': child.props.value // Instead, we provide it as a data attribute.
@@ -40578,7 +40632,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40578
40632
  labelId: PropTypes.string,
40579
40633
 
40580
40634
  /**
40581
- * Props applied to the [`Menu`](/api/menu/) element.
40635
+ * Props applied to the [`Menu`](/material-ui/api/menu/) element.
40582
40636
  */
40583
40637
  MenuProps: PropTypes.object,
40584
40638
 
@@ -40864,7 +40918,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40864
40918
  inputProps: PropTypes.object,
40865
40919
 
40866
40920
  /**
40867
- * See [OutlinedInput#label](/api/outlined-input/#props)
40921
+ * See [OutlinedInput#label](/material-ui/api/outlined-input/#props)
40868
40922
  */
40869
40923
  label: PropTypes.node,
40870
40924
 
@@ -40875,7 +40929,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
40875
40929
  labelId: PropTypes.string,
40876
40930
 
40877
40931
  /**
40878
- * Props applied to the [`Menu`](/api/menu/) element.
40932
+ * Props applied to the [`Menu`](/material-ui/api/menu/) element.
40879
40933
  */
40880
40934
  MenuProps: PropTypes.object,
40881
40935
 
@@ -41710,7 +41764,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
41710
41764
  /**
41711
41765
  * The color of the component.
41712
41766
  * 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).
41767
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
41714
41768
  * @default 'primary'
41715
41769
  */
41716
41770
  color: PropTypes
@@ -42421,7 +42475,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42421
42475
  ClickAwayListenerProps: PropTypes.object,
42422
42476
 
42423
42477
  /**
42424
- * Props applied to the [`SnackbarContent`](/api/snackbar-content/) element.
42478
+ * Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element.
42425
42479
  */
42426
42480
  ContentProps: PropTypes.object,
42427
42481
 
@@ -42496,7 +42550,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42496
42550
 
42497
42551
  /**
42498
42552
  * The component used for the transition.
42499
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
42553
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
42500
42554
  * @default Grow
42501
42555
  */
42502
42556
  TransitionComponent: PropTypes.elementType,
@@ -42535,7 +42589,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
42535
42589
  };
42536
42590
  /**
42537
42591
  * The Zoom transition can be used for the floating variant of the
42538
- * [Button](/components/buttons/#floating-action-buttons) component.
42592
+ * [Button](/material-ui/react-button/#floating-action-buttons) component.
42539
42593
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
42540
42594
  */
42541
42595
 
@@ -43190,7 +43244,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43190
43244
  direction: PropTypes.oneOf(['down', 'left', 'right', 'up']),
43191
43245
 
43192
43246
  /**
43193
- * Props applied to the [`Fab`](/api/fab/) element.
43247
+ * Props applied to the [`Fab`](/material-ui/api/fab/) element.
43194
43248
  * @default {}
43195
43249
  */
43196
43250
  FabProps: PropTypes.object,
@@ -43265,7 +43319,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43265
43319
 
43266
43320
  /**
43267
43321
  * The component used for the transition.
43268
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
43322
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
43269
43323
  * @default Zoom
43270
43324
  */
43271
43325
  TransitionComponent: PropTypes.elementType,
@@ -44070,7 +44124,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44070
44124
  PopperComponent: PropTypes.elementType,
44071
44125
 
44072
44126
  /**
44073
- * Props applied to the [`Popper`](/api/popper/) element.
44127
+ * Props applied to the [`Popper`](/material-ui/api/popper/) element.
44074
44128
  * @default {}
44075
44129
  */
44076
44130
  PopperProps: PropTypes.object,
@@ -44089,7 +44143,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44089
44143
 
44090
44144
  /**
44091
44145
  * The component used for the transition.
44092
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
44146
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
44093
44147
  * @default Grow
44094
44148
  */
44095
44149
  TransitionComponent: PropTypes.elementType,
@@ -44313,7 +44367,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44313
44367
  delay: PropTypes.number,
44314
44368
 
44315
44369
  /**
44316
- * Props applied to the [`Fab`](/api/fab/) component.
44370
+ * Props applied to the [`Fab`](/material-ui/api/fab/) component.
44317
44371
  * @default {}
44318
44372
  */
44319
44373
  FabProps: PropTypes.object,
@@ -44340,7 +44394,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
44340
44394
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
44341
44395
 
44342
44396
  /**
44343
- * `classes` prop applied to the [`Tooltip`](/api/tooltip/) element.
44397
+ * `classes` prop applied to the [`Tooltip`](/material-ui/api/tooltip/) element.
44344
44398
  */
44345
44399
  TooltipClasses: PropTypes.object,
44346
44400
 
@@ -45270,12 +45324,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
45270
45324
  optional: PropTypes.node,
45271
45325
 
45272
45326
  /**
45273
- * The component to render in place of the [`StepIcon`](/api/step-icon/).
45327
+ * The component to render in place of the [`StepIcon`](/material-ui/api/step-icon/).
45274
45328
  */
45275
45329
  StepIconComponent: PropTypes.elementType,
45276
45330
 
45277
45331
  /**
45278
- * Props applied to the [`StepIcon`](/api/step-icon/) element.
45332
+ * Props applied to the [`StepIcon`](/material-ui/api/step-icon/) element.
45279
45333
  */
45280
45334
  StepIconProps: PropTypes.object,
45281
45335
 
@@ -45691,7 +45745,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
45691
45745
 
45692
45746
  /**
45693
45747
  * The component used for the transition.
45694
- * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
45748
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
45695
45749
  * @default Collapse
45696
45750
  */
45697
45751
  TransitionComponent: PropTypes.elementType,
@@ -46804,7 +46858,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
46804
46858
  /**
46805
46859
  * The color of the component.
46806
46860
  * 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).
46861
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
46808
46862
  * @default 'primary'
46809
46863
  */
46810
46864
  color: PropTypes
@@ -48137,7 +48191,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48137
48191
  });
48138
48192
  TablePaginationActions.propTypes = {
48139
48193
  /**
48140
- * Props applied to the back arrow [`IconButton`](/api/icon-button/) element.
48194
+ * Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) element.
48141
48195
  */
48142
48196
  backIconButtonProps: PropTypes.object,
48143
48197
 
@@ -48149,7 +48203,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48149
48203
  /**
48150
48204
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
48151
48205
  *
48152
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48206
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48153
48207
  *
48154
48208
  * @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous'). Defaults to 'page'.
48155
48209
  * @param {number} page The page number to format.
@@ -48158,7 +48212,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48158
48212
  getItemAriaLabel: PropTypes.func.isRequired,
48159
48213
 
48160
48214
  /**
48161
- * Props applied to the next arrow [`IconButton`](/api/icon-button/) element.
48215
+ * Props applied to the next arrow [`IconButton`](/material-ui/api/icon-button/) element.
48162
48216
  */
48163
48217
  nextIconButtonProps: PropTypes.object,
48164
48218
 
@@ -48450,7 +48504,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48450
48504
  ActionsComponent: PropTypes.elementType,
48451
48505
 
48452
48506
  /**
48453
- * Props applied to the back arrow [`IconButton`](/api/icon-button/) component.
48507
+ * Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) component.
48454
48508
  */
48455
48509
  backIconButtonProps: PropTypes.object,
48456
48510
 
@@ -48486,7 +48540,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48486
48540
  * Accepts a function which returns a string value that provides a user-friendly name for the current page.
48487
48541
  * This is important for screen reader users.
48488
48542
  *
48489
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48543
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48490
48544
  * @param {string} type The link or button type to format ('first' | 'last' | 'next' | 'previous').
48491
48545
  * @returns {string}
48492
48546
  * @default function defaultGetAriaLabel(type) {
@@ -48499,7 +48553,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48499
48553
  * Customize the displayed rows label. Invoked with a `{ from, to, count, page }`
48500
48554
  * object.
48501
48555
  *
48502
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48556
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48503
48557
  * @default function defaultLabelDisplayedRows({ from, to, count }) {
48504
48558
  * return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;
48505
48559
  * }
@@ -48509,13 +48563,13 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48509
48563
  /**
48510
48564
  * Customize the rows per page label.
48511
48565
  *
48512
- * For localization purposes, you can use the provided [translations](/guides/localization/).
48566
+ * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
48513
48567
  * @default 'Rows per page:'
48514
48568
  */
48515
48569
  labelRowsPerPage: PropTypes.node,
48516
48570
 
48517
48571
  /**
48518
- * Props applied to the next arrow [`IconButton`](/api/icon-button/) element.
48572
+ * Props applied to the next arrow [`IconButton`](/material-ui/api/icon-button/) element.
48519
48573
  */
48520
48574
  nextIconButtonProps: PropTypes.object,
48521
48575
 
@@ -48576,7 +48630,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48576
48630
  })]).isRequired),
48577
48631
 
48578
48632
  /**
48579
- * Props applied to the rows per page [`Select`](/api/select/) element.
48633
+ * Props applied to the rows per page [`Select`](/material-ui/api/select/) element.
48580
48634
  * @default {}
48581
48635
  */
48582
48636
  SelectProps: PropTypes.object,
@@ -49949,7 +50003,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
49949
50003
  TabIndicatorProps: PropTypes.object,
49950
50004
 
49951
50005
  /**
49952
- * Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.
50006
+ * Props applied to the [`TabScrollButton`](/material-ui/api/tab-scroll-button/) element.
49953
50007
  * @default {}
49954
50008
  */
49955
50009
  TabScrollButtonProps: PropTypes.object,
@@ -50024,12 +50078,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50024
50078
  * It's important to understand that the text field is a simple abstraction
50025
50079
  * on top of the following components:
50026
50080
  *
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/)
50081
+ * - [FormControl](/material-ui/api/form-control/)
50082
+ * - [InputLabel](/material-ui/api/input-label/)
50083
+ * - [FilledInput](/material-ui/api/filled-input/)
50084
+ * - [OutlinedInput](/material-ui/api/outlined-input/)
50085
+ * - [Input](/material-ui/api/input/)
50086
+ * - [FormHelperText](/material-ui/api/form-helper-text/)
50033
50087
  *
50034
50088
  * If you wish to alter the props applied to the `input` element, you can do so as follows:
50035
50089
  *
@@ -50226,7 +50280,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50226
50280
  /**
50227
50281
  * The color of the component.
50228
50282
  * 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).
50283
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50230
50284
  * @default 'primary'
50231
50285
  */
50232
50286
  color: PropTypes
@@ -50251,7 +50305,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50251
50305
  error: PropTypes.bool,
50252
50306
 
50253
50307
  /**
50254
- * Props applied to the [`FormHelperText`](/api/form-helper-text/) element.
50308
+ * Props applied to the [`FormHelperText`](/material-ui/api/form-helper-text/) element.
50255
50309
  */
50256
50310
  FormHelperTextProps: PropTypes.object,
50257
50311
 
@@ -50273,7 +50327,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50273
50327
  id: PropTypes.string,
50274
50328
 
50275
50329
  /**
50276
- * Props applied to the [`InputLabel`](/api/input-label/) element.
50330
+ * Props applied to the [`InputLabel`](/material-ui/api/input-label/) element.
50277
50331
  * Pointer events like `onClick` are enabled if and only if `shrink` is `true`.
50278
50332
  */
50279
50333
  InputLabelProps: PropTypes.object,
@@ -50285,8 +50339,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50285
50339
 
50286
50340
  /**
50287
50341
  * Props applied to the Input element.
50288
- * It will be a [`FilledInput`](/api/filled-input/),
50289
- * [`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)
50342
+ * It will be a [`FilledInput`](/material-ui/api/filled-input/),
50343
+ * [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
50290
50344
  * component depending on the `variant` prop value.
50291
50345
  */
50292
50346
  InputProps: PropTypes.object,
@@ -50363,14 +50417,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50363
50417
  rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
50364
50418
 
50365
50419
  /**
50366
- * Render a [`Select`](/api/select/) element while passing the Input element to `Select` as `input` parameter.
50420
+ * Render a [`Select`](/material-ui/api/select/) element while passing the Input element to `Select` as `input` parameter.
50367
50421
  * If this option is set you must pass the options of the select as children.
50368
50422
  * @default false
50369
50423
  */
50370
50424
  select: PropTypes.bool,
50371
50425
 
50372
50426
  /**
50373
- * Props applied to the [`Select`](/api/select/) element.
50427
+ * Props applied to the [`Select`](/material-ui/api/select/) element.
50374
50428
  */
50375
50429
  SelectProps: PropTypes.object,
50376
50430
 
@@ -50567,7 +50621,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50567
50621
  /**
50568
50622
  * The color of the button when it is in an active state.
50569
50623
  * 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).
50624
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50571
50625
  * @default 'standard'
50572
50626
  */
50573
50627
  color: PropTypes
@@ -50846,7 +50900,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
50846
50900
  /**
50847
50901
  * The color of the button when it is selected.
50848
50902
  * 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).
50903
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
50850
50904
  * @default 'standard'
50851
50905
  */
50852
50906
  color: PropTypes