@mui/material 7.0.0 → 7.0.2

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 (794) hide show
  1. package/Accordion/Accordion.d.ts +2 -2
  2. package/Accordion/Accordion.js +2 -2
  3. package/Alert/Alert.d.ts +2 -2
  4. package/Alert/Alert.js +2 -2
  5. package/Autocomplete/Autocomplete.d.ts +40 -10
  6. package/Autocomplete/Autocomplete.js +45 -33
  7. package/Avatar/Avatar.d.ts +1 -1
  8. package/Avatar/Avatar.js +1 -1
  9. package/AvatarGroup/AvatarGroup.d.ts +2 -2
  10. package/AvatarGroup/AvatarGroup.js +11 -3
  11. package/Backdrop/Backdrop.d.ts +3 -3
  12. package/Backdrop/Backdrop.js +3 -3
  13. package/Badge/Badge.d.ts +2 -2
  14. package/Badge/Badge.js +2 -2
  15. package/Button/Button.js +1 -1
  16. package/CHANGELOG.md +100 -0
  17. package/CardHeader/CardHeader.d.ts +2 -2
  18. package/CardHeader/CardHeader.js +2 -2
  19. package/Checkbox/Checkbox.js +1 -1
  20. package/Dialog/Dialog.d.ts +3 -3
  21. package/Dialog/Dialog.js +3 -3
  22. package/Dialog/dialogClasses.d.ts +6 -2
  23. package/Drawer/Drawer.d.ts +2 -2
  24. package/Drawer/Drawer.js +2 -2
  25. package/Fab/Fab.js +1 -1
  26. package/FilledInput/FilledInput.js +2 -2
  27. package/FormControlLabel/FormControlLabel.d.ts +1 -1
  28. package/FormControlLabel/FormControlLabel.js +1 -1
  29. package/IconButton/IconButton.js +1 -1
  30. package/Input/Input.js +2 -2
  31. package/InputBase/InputBase.d.ts +2 -2
  32. package/InputBase/InputBase.js +2 -2
  33. package/ListItem/ListItem.d.ts +4 -4
  34. package/ListItem/ListItem.js +6 -6
  35. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
  36. package/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  37. package/ListItemText/ListItemText.d.ts +2 -2
  38. package/ListItemText/ListItemText.js +2 -2
  39. package/Menu/Menu.d.ts +2 -2
  40. package/Menu/Menu.js +2 -2
  41. package/MobileStepper/MobileStepper.d.ts +1 -1
  42. package/MobileStepper/MobileStepper.js +1 -1
  43. package/Modal/Modal.d.ts +2 -2
  44. package/Modal/Modal.js +2 -2
  45. package/OutlinedInput/OutlinedInput.js +1 -1
  46. package/PaginationItem/PaginationItem.d.ts +1 -1
  47. package/PaginationItem/PaginationItem.js +1 -1
  48. package/Popover/Popover.d.ts +5 -5
  49. package/Popover/Popover.js +5 -5
  50. package/Popper/Popper.d.ts +2 -2
  51. package/Popper/Popper.js +2 -2
  52. package/Radio/Radio.js +2 -2
  53. package/Rating/Rating.d.ts +1 -1
  54. package/Rating/Rating.js +1 -1
  55. package/Slider/Slider.d.ts +2 -2
  56. package/Slider/Slider.js +2 -2
  57. package/Snackbar/Snackbar.d.ts +4 -4
  58. package/Snackbar/Snackbar.js +4 -4
  59. package/SpeedDial/SpeedDial.d.ts +2 -2
  60. package/SpeedDial/SpeedDial.js +2 -2
  61. package/SpeedDialAction/SpeedDialAction.d.ts +5 -5
  62. package/SpeedDialAction/SpeedDialAction.js +5 -5
  63. package/StepContent/StepContent.d.ts +2 -2
  64. package/StepContent/StepContent.js +2 -2
  65. package/StepLabel/StepLabel.d.ts +3 -3
  66. package/StepLabel/StepLabel.js +3 -3
  67. package/SvgIcon/SvgIcon.d.ts +1 -1
  68. package/SvgIcon/SvgIcon.js +1 -1
  69. package/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  70. package/SwipeableDrawer/SwipeableDrawer.js +1 -1
  71. package/Switch/Switch.js +2 -2
  72. package/Tabs/Tabs.d.ts +3 -3
  73. package/Tabs/Tabs.js +3 -3
  74. package/TextField/TextField.d.ts +7 -7
  75. package/TextField/TextField.js +5 -5
  76. package/Tooltip/Tooltip.d.ts +7 -7
  77. package/Tooltip/Tooltip.js +6 -6
  78. package/Typography/Typography.d.ts +1 -1
  79. package/Typography/Typography.js +1 -1
  80. package/esm/Accordion/Accordion.d.ts +2 -2
  81. package/esm/Accordion/Accordion.js +2 -2
  82. package/esm/Alert/Alert.d.ts +2 -2
  83. package/esm/Alert/Alert.js +2 -2
  84. package/esm/Autocomplete/Autocomplete.d.ts +40 -10
  85. package/esm/Autocomplete/Autocomplete.js +45 -33
  86. package/esm/Avatar/Avatar.d.ts +1 -1
  87. package/esm/Avatar/Avatar.js +1 -1
  88. package/esm/AvatarGroup/AvatarGroup.d.ts +2 -2
  89. package/esm/AvatarGroup/AvatarGroup.js +11 -3
  90. package/esm/Backdrop/Backdrop.d.ts +3 -3
  91. package/esm/Backdrop/Backdrop.js +3 -3
  92. package/esm/Badge/Badge.d.ts +2 -2
  93. package/esm/Badge/Badge.js +2 -2
  94. package/esm/Button/Button.js +1 -1
  95. package/esm/CardHeader/CardHeader.d.ts +2 -2
  96. package/esm/CardHeader/CardHeader.js +2 -2
  97. package/esm/Checkbox/Checkbox.js +1 -1
  98. package/esm/Dialog/Dialog.d.ts +3 -3
  99. package/esm/Dialog/Dialog.js +3 -3
  100. package/esm/Dialog/dialogClasses.d.ts +6 -2
  101. package/esm/Drawer/Drawer.d.ts +2 -2
  102. package/esm/Drawer/Drawer.js +2 -2
  103. package/esm/Fab/Fab.js +1 -1
  104. package/esm/FilledInput/FilledInput.js +2 -2
  105. package/esm/FormControlLabel/FormControlLabel.d.ts +1 -1
  106. package/esm/FormControlLabel/FormControlLabel.js +1 -1
  107. package/esm/IconButton/IconButton.js +1 -1
  108. package/esm/Input/Input.js +2 -2
  109. package/esm/InputBase/InputBase.d.ts +2 -2
  110. package/esm/InputBase/InputBase.js +2 -2
  111. package/esm/ListItem/ListItem.d.ts +4 -4
  112. package/esm/ListItem/ListItem.js +6 -6
  113. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
  114. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  115. package/esm/ListItemText/ListItemText.d.ts +2 -2
  116. package/esm/ListItemText/ListItemText.js +2 -2
  117. package/esm/Menu/Menu.d.ts +2 -2
  118. package/esm/Menu/Menu.js +2 -2
  119. package/esm/MobileStepper/MobileStepper.d.ts +1 -1
  120. package/esm/MobileStepper/MobileStepper.js +1 -1
  121. package/esm/Modal/Modal.d.ts +2 -2
  122. package/esm/Modal/Modal.js +2 -2
  123. package/esm/OutlinedInput/OutlinedInput.js +1 -1
  124. package/esm/PaginationItem/PaginationItem.d.ts +1 -1
  125. package/esm/PaginationItem/PaginationItem.js +1 -1
  126. package/esm/Popover/Popover.d.ts +5 -5
  127. package/esm/Popover/Popover.js +5 -5
  128. package/esm/Popper/Popper.d.ts +2 -2
  129. package/esm/Popper/Popper.js +2 -2
  130. package/esm/Radio/Radio.js +2 -2
  131. package/esm/Rating/Rating.d.ts +1 -1
  132. package/esm/Rating/Rating.js +1 -1
  133. package/esm/Slider/Slider.d.ts +2 -2
  134. package/esm/Slider/Slider.js +2 -2
  135. package/esm/Snackbar/Snackbar.d.ts +4 -4
  136. package/esm/Snackbar/Snackbar.js +4 -4
  137. package/esm/SpeedDial/SpeedDial.d.ts +2 -2
  138. package/esm/SpeedDial/SpeedDial.js +2 -2
  139. package/esm/SpeedDialAction/SpeedDialAction.d.ts +5 -5
  140. package/esm/SpeedDialAction/SpeedDialAction.js +5 -5
  141. package/esm/StepContent/StepContent.d.ts +2 -2
  142. package/esm/StepContent/StepContent.js +2 -2
  143. package/esm/StepLabel/StepLabel.d.ts +3 -3
  144. package/esm/StepLabel/StepLabel.js +3 -3
  145. package/esm/SvgIcon/SvgIcon.d.ts +1 -1
  146. package/esm/SvgIcon/SvgIcon.js +1 -1
  147. package/esm/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  148. package/esm/SwipeableDrawer/SwipeableDrawer.js +1 -1
  149. package/esm/Switch/Switch.js +2 -2
  150. package/esm/Tabs/Tabs.d.ts +3 -3
  151. package/esm/Tabs/Tabs.js +3 -3
  152. package/esm/TextField/TextField.d.ts +7 -7
  153. package/esm/TextField/TextField.js +5 -5
  154. package/esm/Tooltip/Tooltip.d.ts +7 -7
  155. package/esm/Tooltip/Tooltip.js +6 -6
  156. package/esm/Typography/Typography.d.ts +1 -1
  157. package/esm/Typography/Typography.js +1 -1
  158. package/esm/index.d.ts +0 -1
  159. package/esm/index.js +1 -1
  160. package/esm/internal/SwitchBase.d.ts +2 -2
  161. package/esm/styles/createTypography.d.ts +1 -23
  162. package/esm/styles/cssUtils.d.ts +1 -1
  163. package/esm/styles/index.d.ts +2 -2
  164. package/esm/useAutocomplete/useAutocomplete.d.ts +26 -0
  165. package/esm/useAutocomplete/useAutocomplete.js +88 -42
  166. package/esm/utils/memoTheme.d.ts +1 -1
  167. package/esm/version/index.js +2 -2
  168. package/index.d.ts +0 -1
  169. package/index.js +1 -1
  170. package/internal/SwitchBase.d.ts +2 -2
  171. package/modern/Accordion/Accordion.d.ts +2 -2
  172. package/modern/Alert/Alert.d.ts +2 -2
  173. package/modern/Autocomplete/Autocomplete.d.ts +40 -10
  174. package/modern/Avatar/Avatar.d.ts +1 -1
  175. package/modern/AvatarGroup/AvatarGroup.d.ts +2 -2
  176. package/modern/Backdrop/Backdrop.d.ts +3 -3
  177. package/modern/Badge/Badge.d.ts +2 -2
  178. package/modern/CardHeader/CardHeader.d.ts +2 -2
  179. package/modern/Dialog/Dialog.d.ts +3 -3
  180. package/modern/Dialog/dialogClasses.d.ts +6 -2
  181. package/modern/Drawer/Drawer.d.ts +2 -2
  182. package/modern/FormControlLabel/FormControlLabel.d.ts +1 -1
  183. package/modern/InputBase/InputBase.d.ts +2 -2
  184. package/modern/ListItem/ListItem.d.ts +4 -4
  185. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
  186. package/modern/ListItemText/ListItemText.d.ts +2 -2
  187. package/modern/Menu/Menu.d.ts +2 -2
  188. package/modern/MobileStepper/MobileStepper.d.ts +1 -1
  189. package/modern/Modal/Modal.d.ts +2 -2
  190. package/modern/PaginationItem/PaginationItem.d.ts +1 -1
  191. package/modern/Popover/Popover.d.ts +5 -5
  192. package/modern/Popper/Popper.d.ts +2 -2
  193. package/modern/Rating/Rating.d.ts +1 -1
  194. package/modern/Slider/Slider.d.ts +2 -2
  195. package/modern/Snackbar/Snackbar.d.ts +4 -4
  196. package/modern/SpeedDial/SpeedDial.d.ts +2 -2
  197. package/modern/SpeedDialAction/SpeedDialAction.d.ts +5 -5
  198. package/modern/StepContent/StepContent.d.ts +2 -2
  199. package/modern/StepLabel/StepLabel.d.ts +3 -3
  200. package/modern/SvgIcon/SvgIcon.d.ts +1 -1
  201. package/modern/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  202. package/modern/Tabs/Tabs.d.ts +3 -3
  203. package/modern/TextField/TextField.d.ts +7 -7
  204. package/modern/Tooltip/Tooltip.d.ts +7 -7
  205. package/modern/Typography/Typography.d.ts +1 -1
  206. package/modern/index.d.ts +0 -1
  207. package/modern/internal/SwitchBase.d.ts +2 -2
  208. package/modern/styles/createTypography.d.ts +1 -23
  209. package/modern/styles/cssUtils.d.ts +1 -1
  210. package/modern/styles/index.d.ts +2 -2
  211. package/modern/useAutocomplete/useAutocomplete.d.ts +26 -0
  212. package/modern/utils/memoTheme.d.ts +1 -1
  213. package/package.json +8 -20
  214. package/styles/createTypography.d.ts +1 -23
  215. package/styles/cssUtils.d.ts +1 -1
  216. package/styles/index.d.ts +2 -2
  217. package/useAutocomplete/useAutocomplete.d.ts +26 -0
  218. package/useAutocomplete/useAutocomplete.js +88 -42
  219. package/utils/memoTheme.d.ts +1 -1
  220. package/version/index.js +2 -2
  221. package/modern/Accordion/Accordion.js +0 -328
  222. package/modern/Accordion/AccordionContext.js +0 -13
  223. package/modern/Accordion/accordionClasses.js +0 -7
  224. package/modern/Accordion/index.js +0 -3
  225. package/modern/AccordionActions/AccordionActions.js +0 -93
  226. package/modern/AccordionActions/accordionActionsClasses.js +0 -7
  227. package/modern/AccordionActions/index.js +0 -3
  228. package/modern/AccordionDetails/AccordionDetails.js +0 -70
  229. package/modern/AccordionDetails/accordionDetailsClasses.js +0 -7
  230. package/modern/AccordionDetails/index.js +0 -3
  231. package/modern/AccordionSummary/AccordionSummary.js +0 -250
  232. package/modern/AccordionSummary/accordionSummaryClasses.js +0 -7
  233. package/modern/AccordionSummary/index.js +0 -3
  234. package/modern/Alert/Alert.js +0 -386
  235. package/modern/Alert/alertClasses.js +0 -7
  236. package/modern/Alert/index.js +0 -3
  237. package/modern/AlertTitle/AlertTitle.js +0 -76
  238. package/modern/AlertTitle/alertTitleClasses.js +0 -7
  239. package/modern/AlertTitle/index.js +0 -3
  240. package/modern/AppBar/AppBar.js +0 -227
  241. package/modern/AppBar/appBarClasses.js +0 -7
  242. package/modern/AppBar/index.js +0 -3
  243. package/modern/Autocomplete/Autocomplete.js +0 -1186
  244. package/modern/Autocomplete/autocompleteClasses.js +0 -7
  245. package/modern/Autocomplete/index.js +0 -3
  246. package/modern/Avatar/Avatar.js +0 -299
  247. package/modern/Avatar/avatarClasses.js +0 -7
  248. package/modern/Avatar/index.js +0 -3
  249. package/modern/AvatarGroup/AvatarGroup.js +0 -223
  250. package/modern/AvatarGroup/avatarGroupClasses.js +0 -7
  251. package/modern/AvatarGroup/index.js +0 -3
  252. package/modern/Backdrop/Backdrop.js +0 -205
  253. package/modern/Backdrop/backdropClasses.js +0 -7
  254. package/modern/Backdrop/index.js +0 -3
  255. package/modern/Badge/Badge.js +0 -428
  256. package/modern/Badge/badgeClasses.js +0 -9
  257. package/modern/Badge/index.js +0 -3
  258. package/modern/Badge/useBadge.js +0 -41
  259. package/modern/Badge/useBadge.types.js +0 -1
  260. package/modern/BottomNavigation/BottomNavigation.js +0 -123
  261. package/modern/BottomNavigation/bottomNavigationClasses.js +0 -7
  262. package/modern/BottomNavigation/index.js +0 -3
  263. package/modern/BottomNavigationAction/BottomNavigationAction.js +0 -187
  264. package/modern/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  265. package/modern/BottomNavigationAction/index.js +0 -3
  266. package/modern/Box/Box.js +0 -35
  267. package/modern/Box/boxClasses.js +0 -3
  268. package/modern/Box/index.js +0 -3
  269. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +0 -90
  270. package/modern/Breadcrumbs/Breadcrumbs.js +0 -240
  271. package/modern/Breadcrumbs/breadcrumbsClasses.js +0 -7
  272. package/modern/Breadcrumbs/index.js +0 -3
  273. package/modern/Button/Button.js +0 -688
  274. package/modern/Button/buttonClasses.js +0 -7
  275. package/modern/Button/index.js +0 -3
  276. package/modern/ButtonBase/ButtonBase.js +0 -447
  277. package/modern/ButtonBase/Ripple.js +0 -88
  278. package/modern/ButtonBase/TouchRipple.js +0 -324
  279. package/modern/ButtonBase/buttonBaseClasses.js +0 -7
  280. package/modern/ButtonBase/index.js +0 -5
  281. package/modern/ButtonBase/touchRippleClasses.js +0 -7
  282. package/modern/ButtonGroup/ButtonGroup.js +0 -390
  283. package/modern/ButtonGroup/ButtonGroupButtonContext.js +0 -11
  284. package/modern/ButtonGroup/ButtonGroupContext.js +0 -11
  285. package/modern/ButtonGroup/buttonGroupClasses.js +0 -7
  286. package/modern/ButtonGroup/index.js +0 -5
  287. package/modern/Card/Card.js +0 -84
  288. package/modern/Card/cardClasses.js +0 -7
  289. package/modern/Card/index.js +0 -3
  290. package/modern/CardActionArea/CardActionArea.js +0 -117
  291. package/modern/CardActionArea/cardActionAreaClasses.js +0 -7
  292. package/modern/CardActionArea/index.js +0 -3
  293. package/modern/CardActions/CardActions.js +0 -94
  294. package/modern/CardActions/cardActionsClasses.js +0 -7
  295. package/modern/CardActions/index.js +0 -3
  296. package/modern/CardContent/CardContent.js +0 -80
  297. package/modern/CardContent/cardContentClasses.js +0 -7
  298. package/modern/CardContent/index.js +0 -3
  299. package/modern/CardHeader/CardHeader.js +0 -267
  300. package/modern/CardHeader/cardHeaderClasses.js +0 -7
  301. package/modern/CardHeader/index.js +0 -3
  302. package/modern/CardMedia/CardMedia.js +0 -145
  303. package/modern/CardMedia/cardMediaClasses.js +0 -7
  304. package/modern/CardMedia/index.js +0 -3
  305. package/modern/Checkbox/Checkbox.js +0 -280
  306. package/modern/Checkbox/checkboxClasses.js +0 -7
  307. package/modern/Checkbox/index.js +0 -3
  308. package/modern/Chip/Chip.js +0 -576
  309. package/modern/Chip/chipClasses.js +0 -7
  310. package/modern/Chip/index.js +0 -3
  311. package/modern/CircularProgress/CircularProgress.js +0 -285
  312. package/modern/CircularProgress/circularProgressClasses.js +0 -7
  313. package/modern/CircularProgress/index.js +0 -3
  314. package/modern/ClickAwayListener/ClickAwayListener.js +0 -174
  315. package/modern/ClickAwayListener/index.js +0 -1
  316. package/modern/Collapse/Collapse.js +0 -411
  317. package/modern/Collapse/collapseClasses.js +0 -7
  318. package/modern/Collapse/index.js +0 -3
  319. package/modern/Container/Container.js +0 -67
  320. package/modern/Container/containerClasses.js +0 -7
  321. package/modern/Container/index.js +0 -3
  322. package/modern/CssBaseline/CssBaseline.js +0 -161
  323. package/modern/CssBaseline/index.js +0 -1
  324. package/modern/DefaultPropsProvider/DefaultPropsProvider.js +0 -29
  325. package/modern/DefaultPropsProvider/index.js +0 -1
  326. package/modern/Dialog/Dialog.js +0 -513
  327. package/modern/Dialog/DialogContext.js +0 -8
  328. package/modern/Dialog/dialogClasses.js +0 -7
  329. package/modern/Dialog/index.js +0 -3
  330. package/modern/DialogActions/DialogActions.js +0 -96
  331. package/modern/DialogActions/dialogActionsClasses.js +0 -7
  332. package/modern/DialogActions/index.js +0 -3
  333. package/modern/DialogContent/DialogContent.js +0 -109
  334. package/modern/DialogContent/dialogContentClasses.js +0 -7
  335. package/modern/DialogContent/index.js +0 -3
  336. package/modern/DialogContentText/DialogContentText.js +0 -77
  337. package/modern/DialogContentText/dialogContentTextClasses.js +0 -7
  338. package/modern/DialogContentText/index.js +0 -3
  339. package/modern/DialogTitle/DialogTitle.js +0 -81
  340. package/modern/DialogTitle/dialogTitleClasses.js +0 -7
  341. package/modern/DialogTitle/index.js +0 -3
  342. package/modern/Divider/Divider.js +0 -314
  343. package/modern/Divider/dividerClasses.js +0 -7
  344. package/modern/Divider/index.js +0 -3
  345. package/modern/Drawer/Drawer.js +0 -434
  346. package/modern/Drawer/drawerClasses.js +0 -7
  347. package/modern/Drawer/index.js +0 -3
  348. package/modern/Fab/Fab.js +0 -271
  349. package/modern/Fab/fabClasses.js +0 -7
  350. package/modern/Fab/index.js +0 -3
  351. package/modern/Fade/Fade.js +0 -210
  352. package/modern/Fade/index.js +0 -1
  353. package/modern/FilledInput/FilledInput.js +0 -516
  354. package/modern/FilledInput/filledInputClasses.js +0 -11
  355. package/modern/FilledInput/index.js +0 -3
  356. package/modern/FormControl/FormControl.js +0 -305
  357. package/modern/FormControl/FormControlContext.js +0 -11
  358. package/modern/FormControl/formControlClasses.js +0 -7
  359. package/modern/FormControl/formControlState.js +0 -15
  360. package/modern/FormControl/index.js +0 -4
  361. package/modern/FormControl/useFormControl.js +0 -7
  362. package/modern/FormControlLabel/FormControlLabel.js +0 -283
  363. package/modern/FormControlLabel/formControlLabelClasses.js +0 -7
  364. package/modern/FormControlLabel/index.js +0 -3
  365. package/modern/FormGroup/FormGroup.js +0 -108
  366. package/modern/FormGroup/formGroupClasses.js +0 -7
  367. package/modern/FormGroup/index.js +0 -3
  368. package/modern/FormHelperText/FormHelperText.js +0 -186
  369. package/modern/FormHelperText/formHelperTextClasses.js +0 -7
  370. package/modern/FormHelperText/index.js +0 -3
  371. package/modern/FormLabel/FormLabel.js +0 -182
  372. package/modern/FormLabel/formLabelClasses.js +0 -7
  373. package/modern/FormLabel/index.js +0 -4
  374. package/modern/GlobalStyles/GlobalStyles.js +0 -26
  375. package/modern/GlobalStyles/index.js +0 -1
  376. package/modern/Grid/Grid.js +0 -138
  377. package/modern/Grid/gridClasses.js +0 -19
  378. package/modern/Grid/index.js +0 -4
  379. package/modern/GridLegacy/GridLegacy.js +0 -588
  380. package/modern/GridLegacy/GridLegacyContext.js +0 -12
  381. package/modern/GridLegacy/gridLegacyClasses.js +0 -19
  382. package/modern/GridLegacy/index.js +0 -3
  383. package/modern/Grow/Grow.js +0 -262
  384. package/modern/Grow/index.js +0 -1
  385. package/modern/Icon/Icon.js +0 -185
  386. package/modern/Icon/iconClasses.js +0 -7
  387. package/modern/Icon/index.js +0 -3
  388. package/modern/IconButton/IconButton.js +0 -322
  389. package/modern/IconButton/iconButtonClasses.js +0 -7
  390. package/modern/IconButton/index.js +0 -3
  391. package/modern/ImageList/ImageList.js +0 -150
  392. package/modern/ImageList/ImageListContext.js +0 -13
  393. package/modern/ImageList/imageListClasses.js +0 -7
  394. package/modern/ImageList/index.js +0 -3
  395. package/modern/ImageListItem/ImageListItem.js +0 -188
  396. package/modern/ImageListItem/imageListItemClasses.js +0 -7
  397. package/modern/ImageListItem/index.js +0 -3
  398. package/modern/ImageListItemBar/ImageListItemBar.js +0 -253
  399. package/modern/ImageListItemBar/imageListItemBarClasses.js +0 -7
  400. package/modern/ImageListItemBar/index.js +0 -3
  401. package/modern/InitColorSchemeScript/InitColorSchemeScript.js +0 -16
  402. package/modern/InitColorSchemeScript/index.js +0 -1
  403. package/modern/Input/Input.js +0 -361
  404. package/modern/Input/index.js +0 -3
  405. package/modern/Input/inputClasses.js +0 -11
  406. package/modern/InputAdornment/InputAdornment.js +0 -186
  407. package/modern/InputAdornment/index.js +0 -3
  408. package/modern/InputAdornment/inputAdornmentClasses.js +0 -7
  409. package/modern/InputBase/InputBase.js +0 -749
  410. package/modern/InputBase/index.js +0 -3
  411. package/modern/InputBase/inputBaseClasses.js +0 -7
  412. package/modern/InputBase/utils.js +0 -30
  413. package/modern/InputLabel/InputLabel.js +0 -283
  414. package/modern/InputLabel/index.js +0 -3
  415. package/modern/InputLabel/inputLabelClasses.js +0 -7
  416. package/modern/LinearProgress/LinearProgress.js +0 -455
  417. package/modern/LinearProgress/index.js +0 -3
  418. package/modern/LinearProgress/linearProgressClasses.js +0 -7
  419. package/modern/Link/Link.js +0 -283
  420. package/modern/Link/getTextDecoration.js +0 -16
  421. package/modern/Link/index.js +0 -3
  422. package/modern/Link/linkClasses.js +0 -7
  423. package/modern/List/List.js +0 -134
  424. package/modern/List/ListContext.js +0 -12
  425. package/modern/List/index.js +0 -3
  426. package/modern/List/listClasses.js +0 -7
  427. package/modern/ListItem/ListItem.js +0 -388
  428. package/modern/ListItem/index.js +0 -3
  429. package/modern/ListItem/listItemClasses.js +0 -7
  430. package/modern/ListItemAvatar/ListItemAvatar.js +0 -91
  431. package/modern/ListItemAvatar/index.js +0 -3
  432. package/modern/ListItemAvatar/listItemAvatarClasses.js +0 -7
  433. package/modern/ListItemButton/ListItemButton.js +0 -264
  434. package/modern/ListItemButton/index.js +0 -3
  435. package/modern/ListItemButton/listItemButtonClasses.js +0 -7
  436. package/modern/ListItemIcon/ListItemIcon.js +0 -97
  437. package/modern/ListItemIcon/index.js +0 -3
  438. package/modern/ListItemIcon/listItemIconClasses.js +0 -7
  439. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -96
  440. package/modern/ListItemSecondaryAction/index.js +0 -3
  441. package/modern/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  442. package/modern/ListItemText/ListItemText.js +0 -227
  443. package/modern/ListItemText/index.js +0 -3
  444. package/modern/ListItemText/listItemTextClasses.js +0 -7
  445. package/modern/ListSubheader/ListSubheader.js +0 -167
  446. package/modern/ListSubheader/index.js +0 -3
  447. package/modern/ListSubheader/listSubheaderClasses.js +0 -7
  448. package/modern/Menu/Menu.js +0 -341
  449. package/modern/Menu/index.js +0 -3
  450. package/modern/Menu/menuClasses.js +0 -7
  451. package/modern/MenuItem/MenuItem.js +0 -283
  452. package/modern/MenuItem/index.js +0 -3
  453. package/modern/MenuItem/menuItemClasses.js +0 -7
  454. package/modern/MenuList/MenuList.js +0 -290
  455. package/modern/MenuList/index.js +0 -1
  456. package/modern/MobileStepper/MobileStepper.js +0 -306
  457. package/modern/MobileStepper/index.js +0 -3
  458. package/modern/MobileStepper/mobileStepperClasses.js +0 -7
  459. package/modern/Modal/Modal.js +0 -396
  460. package/modern/Modal/ModalManager.js +0 -211
  461. package/modern/Modal/index.js +0 -4
  462. package/modern/Modal/modalClasses.js +0 -7
  463. package/modern/Modal/useModal.js +0 -200
  464. package/modern/Modal/useModal.types.js +0 -1
  465. package/modern/NativeSelect/NativeSelect.js +0 -133
  466. package/modern/NativeSelect/NativeSelectInput.js +0 -240
  467. package/modern/NativeSelect/index.js +0 -3
  468. package/modern/NativeSelect/nativeSelectClasses.js +0 -7
  469. package/modern/NoSsr/NoSsr.js +0 -70
  470. package/modern/NoSsr/NoSsr.types.js +0 -1
  471. package/modern/NoSsr/index.js +0 -1
  472. package/modern/OutlinedInput/NotchedOutline.js +0 -154
  473. package/modern/OutlinedInput/OutlinedInput.js +0 -410
  474. package/modern/OutlinedInput/index.js +0 -3
  475. package/modern/OutlinedInput/outlinedInputClasses.js +0 -11
  476. package/modern/OverridableComponent/index.js +0 -1
  477. package/modern/Pagination/Pagination.js +0 -245
  478. package/modern/Pagination/index.js +0 -3
  479. package/modern/Pagination/paginationClasses.js +0 -7
  480. package/modern/PaginationItem/PaginationItem.js +0 -472
  481. package/modern/PaginationItem/index.js +0 -3
  482. package/modern/PaginationItem/paginationItemClasses.js +0 -7
  483. package/modern/Paper/Paper.js +0 -170
  484. package/modern/Paper/index.js +0 -3
  485. package/modern/Paper/paperClasses.js +0 -7
  486. package/modern/PigmentContainer/PigmentContainer.js +0 -98
  487. package/modern/PigmentContainer/index.js +0 -3
  488. package/modern/PigmentGrid/PigmentGrid.js +0 -126
  489. package/modern/PigmentGrid/index.js +0 -3
  490. package/modern/PigmentStack/PigmentStack.js +0 -81
  491. package/modern/PigmentStack/index.js +0 -3
  492. package/modern/Popover/Popover.js +0 -583
  493. package/modern/Popover/index.js +0 -4
  494. package/modern/Popover/popoverClasses.js +0 -7
  495. package/modern/Popper/BasePopper.js +0 -370
  496. package/modern/Popper/BasePopper.types.js +0 -1
  497. package/modern/Popper/Popper.js +0 -210
  498. package/modern/Popper/index.js +0 -2
  499. package/modern/Popper/popperClasses.js +0 -7
  500. package/modern/Portal/Portal.js +0 -86
  501. package/modern/Portal/Portal.types.js +0 -1
  502. package/modern/Portal/index.js +0 -1
  503. package/modern/Radio/Radio.js +0 -309
  504. package/modern/Radio/RadioButtonIcon.js +0 -87
  505. package/modern/Radio/index.js +0 -3
  506. package/modern/Radio/radioClasses.js +0 -7
  507. package/modern/RadioGroup/RadioGroup.js +0 -114
  508. package/modern/RadioGroup/RadioGroupContext.js +0 -11
  509. package/modern/RadioGroup/index.js +0 -4
  510. package/modern/RadioGroup/radioGroupClasses.js +0 -7
  511. package/modern/RadioGroup/useRadioGroup.js +0 -7
  512. package/modern/Rating/Rating.js +0 -777
  513. package/modern/Rating/index.js +0 -3
  514. package/modern/Rating/ratingClasses.js +0 -7
  515. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +0 -120
  516. package/modern/ScopedCssBaseline/index.js +0 -3
  517. package/modern/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  518. package/modern/Select/Select.js +0 -300
  519. package/modern/Select/SelectInput.js +0 -673
  520. package/modern/Select/index.js +0 -3
  521. package/modern/Select/selectClasses.js +0 -7
  522. package/modern/Skeleton/Skeleton.js +0 -269
  523. package/modern/Skeleton/index.js +0 -3
  524. package/modern/Skeleton/skeletonClasses.js +0 -7
  525. package/modern/Slide/Slide.js +0 -338
  526. package/modern/Slide/index.js +0 -1
  527. package/modern/Slider/Slider.js +0 -1095
  528. package/modern/Slider/SliderValueLabel.js +0 -53
  529. package/modern/Slider/SliderValueLabel.types.js +0 -1
  530. package/modern/Slider/index.js +0 -4
  531. package/modern/Slider/sliderClasses.js +0 -7
  532. package/modern/Slider/useSlider.js +0 -704
  533. package/modern/Slider/useSlider.types.js +0 -1
  534. package/modern/Snackbar/Snackbar.js +0 -426
  535. package/modern/Snackbar/index.js +0 -3
  536. package/modern/Snackbar/snackbarClasses.js +0 -7
  537. package/modern/Snackbar/useSnackbar.js +0 -133
  538. package/modern/Snackbar/useSnackbar.types.js +0 -1
  539. package/modern/SnackbarContent/SnackbarContent.js +0 -132
  540. package/modern/SnackbarContent/index.js +0 -3
  541. package/modern/SnackbarContent/snackbarContentClasses.js +0 -7
  542. package/modern/SpeedDial/SpeedDial.js +0 -579
  543. package/modern/SpeedDial/index.js +0 -3
  544. package/modern/SpeedDial/speedDialClasses.js +0 -7
  545. package/modern/SpeedDialAction/SpeedDialAction.js +0 -351
  546. package/modern/SpeedDialAction/index.js +0 -3
  547. package/modern/SpeedDialAction/speedDialActionClasses.js +0 -7
  548. package/modern/SpeedDialIcon/SpeedDialIcon.js +0 -156
  549. package/modern/SpeedDialIcon/index.js +0 -3
  550. package/modern/SpeedDialIcon/speedDialIconClasses.js +0 -7
  551. package/modern/Stack/Stack.js +0 -62
  552. package/modern/Stack/index.js +0 -2
  553. package/modern/Stack/stackClasses.js +0 -7
  554. package/modern/Step/Step.js +0 -176
  555. package/modern/Step/StepContext.js +0 -19
  556. package/modern/Step/index.js +0 -5
  557. package/modern/Step/stepClasses.js +0 -7
  558. package/modern/StepButton/StepButton.js +0 -133
  559. package/modern/StepButton/index.js +0 -3
  560. package/modern/StepButton/stepButtonClasses.js +0 -7
  561. package/modern/StepConnector/StepConnector.js +0 -152
  562. package/modern/StepConnector/index.js +0 -3
  563. package/modern/StepConnector/stepConnectorClasses.js +0 -7
  564. package/modern/StepContent/StepContent.js +0 -187
  565. package/modern/StepContent/index.js +0 -3
  566. package/modern/StepContent/stepContentClasses.js +0 -7
  567. package/modern/StepIcon/StepIcon.js +0 -161
  568. package/modern/StepIcon/index.js +0 -3
  569. package/modern/StepIcon/stepIconClasses.js +0 -7
  570. package/modern/StepLabel/StepLabel.js +0 -280
  571. package/modern/StepLabel/index.js +0 -3
  572. package/modern/StepLabel/stepLabelClasses.js +0 -7
  573. package/modern/Stepper/Stepper.js +0 -167
  574. package/modern/Stepper/StepperContext.js +0 -19
  575. package/modern/Stepper/index.js +0 -5
  576. package/modern/Stepper/stepperClasses.js +0 -7
  577. package/modern/SvgIcon/SvgIcon.js +0 -234
  578. package/modern/SvgIcon/index.js +0 -3
  579. package/modern/SvgIcon/svgIconClasses.js +0 -7
  580. package/modern/SwipeableDrawer/SwipeArea.js +0 -104
  581. package/modern/SwipeableDrawer/SwipeableDrawer.js +0 -661
  582. package/modern/SwipeableDrawer/index.js +0 -1
  583. package/modern/Switch/Switch.js +0 -407
  584. package/modern/Switch/index.js +0 -3
  585. package/modern/Switch/switchClasses.js +0 -7
  586. package/modern/Tab/Tab.js +0 -338
  587. package/modern/Tab/index.js +0 -3
  588. package/modern/Tab/tabClasses.js +0 -7
  589. package/modern/TabScrollButton/TabScrollButton.js +0 -172
  590. package/modern/TabScrollButton/index.js +0 -3
  591. package/modern/TabScrollButton/tabScrollButtonClasses.js +0 -7
  592. package/modern/Table/Table.js +0 -136
  593. package/modern/Table/TableContext.js +0 -12
  594. package/modern/Table/Tablelvl2Context.js +0 -12
  595. package/modern/Table/index.js +0 -3
  596. package/modern/Table/tableClasses.js +0 -7
  597. package/modern/TableBody/TableBody.js +0 -86
  598. package/modern/TableBody/index.js +0 -3
  599. package/modern/TableBody/tableBodyClasses.js +0 -7
  600. package/modern/TableCell/TableCell.js +0 -270
  601. package/modern/TableCell/index.js +0 -3
  602. package/modern/TableCell/tableCellClasses.js +0 -7
  603. package/modern/TableContainer/TableContainer.js +0 -78
  604. package/modern/TableContainer/index.js +0 -3
  605. package/modern/TableContainer/tableContainerClasses.js +0 -7
  606. package/modern/TableFooter/TableFooter.js +0 -86
  607. package/modern/TableFooter/index.js +0 -3
  608. package/modern/TableFooter/tableFooterClasses.js +0 -7
  609. package/modern/TableHead/TableHead.js +0 -86
  610. package/modern/TableHead/index.js +0 -3
  611. package/modern/TableHead/tableHeadClasses.js +0 -7
  612. package/modern/TablePagination/TablePagination.js +0 -505
  613. package/modern/TablePagination/TablePaginationActions.js +0 -194
  614. package/modern/TablePagination/index.js +0 -3
  615. package/modern/TablePagination/tablePaginationClasses.js +0 -7
  616. package/modern/TableRow/TableRow.js +0 -127
  617. package/modern/TableRow/index.js +0 -3
  618. package/modern/TableRow/tableRowClasses.js +0 -7
  619. package/modern/TableSortLabel/TableSortLabel.js +0 -212
  620. package/modern/TableSortLabel/index.js +0 -3
  621. package/modern/TableSortLabel/tableSortLabelClasses.js +0 -7
  622. package/modern/Tabs/ScrollbarSize.js +0 -58
  623. package/modern/Tabs/Tabs.js +0 -956
  624. package/modern/Tabs/index.js +0 -3
  625. package/modern/Tabs/tabsClasses.js +0 -7
  626. package/modern/TextField/TextField.js +0 -457
  627. package/modern/TextField/index.js +0 -3
  628. package/modern/TextField/textFieldClasses.js +0 -7
  629. package/modern/TextareaAutosize/TextareaAutosize.js +0 -243
  630. package/modern/TextareaAutosize/TextareaAutosize.types.js +0 -1
  631. package/modern/TextareaAutosize/index.js +0 -1
  632. package/modern/ToggleButton/ToggleButton.js +0 -268
  633. package/modern/ToggleButton/index.js +0 -3
  634. package/modern/ToggleButton/toggleButtonClasses.js +0 -7
  635. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +0 -281
  636. package/modern/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -11
  637. package/modern/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -11
  638. package/modern/ToggleButtonGroup/index.js +0 -3
  639. package/modern/ToggleButtonGroup/isValueSelected.js +0 -11
  640. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  641. package/modern/Toolbar/Toolbar.js +0 -129
  642. package/modern/Toolbar/index.js +0 -3
  643. package/modern/Toolbar/toolbarClasses.js +0 -7
  644. package/modern/Tooltip/Tooltip.js +0 -898
  645. package/modern/Tooltip/index.js +0 -3
  646. package/modern/Tooltip/tooltipClasses.js +0 -7
  647. package/modern/Typography/Typography.js +0 -268
  648. package/modern/Typography/index.js +0 -3
  649. package/modern/Typography/typographyClasses.js +0 -7
  650. package/modern/Unstable_TrapFocus/FocusTrap.js +0 -329
  651. package/modern/Unstable_TrapFocus/FocusTrap.types.js +0 -1
  652. package/modern/Unstable_TrapFocus/index.js +0 -1
  653. package/modern/Zoom/Zoom.js +0 -210
  654. package/modern/Zoom/index.js +0 -1
  655. package/modern/className/index.js +0 -2
  656. package/modern/colors/amber.js +0 -17
  657. package/modern/colors/blue.js +0 -17
  658. package/modern/colors/blueGrey.js +0 -17
  659. package/modern/colors/brown.js +0 -17
  660. package/modern/colors/common.js +0 -5
  661. package/modern/colors/cyan.js +0 -17
  662. package/modern/colors/deepOrange.js +0 -17
  663. package/modern/colors/deepPurple.js +0 -17
  664. package/modern/colors/green.js +0 -17
  665. package/modern/colors/grey.js +0 -17
  666. package/modern/colors/index.js +0 -20
  667. package/modern/colors/indigo.js +0 -17
  668. package/modern/colors/lightBlue.js +0 -17
  669. package/modern/colors/lightGreen.js +0 -17
  670. package/modern/colors/lime.js +0 -17
  671. package/modern/colors/orange.js +0 -17
  672. package/modern/colors/pink.js +0 -17
  673. package/modern/colors/purple.js +0 -17
  674. package/modern/colors/red.js +0 -17
  675. package/modern/colors/teal.js +0 -17
  676. package/modern/colors/yellow.js +0 -17
  677. package/modern/darkScrollbar/index.js +0 -32
  678. package/modern/generateUtilityClass/index.js +0 -1
  679. package/modern/generateUtilityClasses/index.js +0 -1
  680. package/modern/index.js +0 -286
  681. package/modern/internal/SwitchBase.js +0 -355
  682. package/modern/internal/animate.js +0 -39
  683. package/modern/internal/svg-icons/Add.js +0 -12
  684. package/modern/internal/svg-icons/ArrowDownward.js +0 -12
  685. package/modern/internal/svg-icons/ArrowDropDown.js +0 -12
  686. package/modern/internal/svg-icons/Cancel.js +0 -12
  687. package/modern/internal/svg-icons/CheckBox.js +0 -12
  688. package/modern/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  689. package/modern/internal/svg-icons/CheckCircle.js +0 -12
  690. package/modern/internal/svg-icons/Close.js +0 -14
  691. package/modern/internal/svg-icons/ErrorOutline.js +0 -12
  692. package/modern/internal/svg-icons/FirstPage.js +0 -12
  693. package/modern/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  694. package/modern/internal/svg-icons/InfoOutlined.js +0 -12
  695. package/modern/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  696. package/modern/internal/svg-icons/KeyboardArrowRight.js +0 -12
  697. package/modern/internal/svg-icons/LastPage.js +0 -12
  698. package/modern/internal/svg-icons/MoreHoriz.js +0 -12
  699. package/modern/internal/svg-icons/NavigateBefore.js +0 -12
  700. package/modern/internal/svg-icons/NavigateNext.js +0 -12
  701. package/modern/internal/svg-icons/Person.js +0 -12
  702. package/modern/internal/svg-icons/RadioButtonChecked.js +0 -12
  703. package/modern/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  704. package/modern/internal/svg-icons/ReportProblemOutlined.js +0 -12
  705. package/modern/internal/svg-icons/Star.js +0 -12
  706. package/modern/internal/svg-icons/StarBorder.js +0 -12
  707. package/modern/internal/svg-icons/SuccessOutlined.js +0 -12
  708. package/modern/internal/svg-icons/Warning.js +0 -12
  709. package/modern/internal/switchBaseClasses.js +0 -7
  710. package/modern/locale/index.js +0 -4324
  711. package/modern/package.json +0 -1
  712. package/modern/styles/ThemeProvider.js +0 -40
  713. package/modern/styles/ThemeProviderNoVars.js +0 -17
  714. package/modern/styles/ThemeProviderWithVars.js +0 -91
  715. package/modern/styles/adaptV4Theme.js +0 -83
  716. package/modern/styles/components.js +0 -1
  717. package/modern/styles/createColorScheme.js +0 -41
  718. package/modern/styles/createGetSelector.js +0 -60
  719. package/modern/styles/createMixins.js +0 -16
  720. package/modern/styles/createMuiStrictModeTheme.js +0 -7
  721. package/modern/styles/createPalette.js +0 -302
  722. package/modern/styles/createStyles.js +0 -10
  723. package/modern/styles/createTheme.js +0 -98
  724. package/modern/styles/createThemeNoVars.js +0 -91
  725. package/modern/styles/createThemeWithVars.js +0 -386
  726. package/modern/styles/createTransitions.js +0 -89
  727. package/modern/styles/createTypography.js +0 -92
  728. package/modern/styles/cssUtils.js +0 -125
  729. package/modern/styles/defaultTheme.js +0 -5
  730. package/modern/styles/excludeVariablesFromRoot.js +0 -5
  731. package/modern/styles/experimental_extendTheme.js +0 -9
  732. package/modern/styles/getOverlayAlpha.js +0 -10
  733. package/modern/styles/identifier.js +0 -1
  734. package/modern/styles/index.js +0 -37
  735. package/modern/styles/makeStyles.js +0 -4
  736. package/modern/styles/overrides.js +0 -1
  737. package/modern/styles/props.js +0 -1
  738. package/modern/styles/responsiveFontSizes.js +0 -67
  739. package/modern/styles/rootShouldForwardProp.js +0 -3
  740. package/modern/styles/shadows.js +0 -10
  741. package/modern/styles/shouldSkipGeneratingVar.js +0 -5
  742. package/modern/styles/slotShouldForwardProp.js +0 -5
  743. package/modern/styles/stringifyTheme.js +0 -54
  744. package/modern/styles/styled.js +0 -14
  745. package/modern/styles/useTheme.js +0 -15
  746. package/modern/styles/useThemeProps.js +0 -16
  747. package/modern/styles/variants.js +0 -1
  748. package/modern/styles/withStyles.js +0 -4
  749. package/modern/styles/withTheme.js +0 -4
  750. package/modern/styles/zIndex.js +0 -13
  751. package/modern/transitions/index.js +0 -1
  752. package/modern/transitions/transition.js +0 -1
  753. package/modern/transitions/utils.js +0 -13
  754. package/modern/types/OverridableComponentAugmentation.js +0 -1
  755. package/modern/useAutocomplete/index.js +0 -1
  756. package/modern/useAutocomplete/useAutocomplete.js +0 -973
  757. package/modern/useLazyRipple/index.js +0 -3
  758. package/modern/useLazyRipple/useLazyRipple.js +0 -85
  759. package/modern/useMediaQuery/index.js +0 -6
  760. package/modern/usePagination/index.js +0 -1
  761. package/modern/usePagination/usePagination.js +0 -113
  762. package/modern/useScrollTrigger/index.js +0 -1
  763. package/modern/useScrollTrigger/useScrollTrigger.js +0 -55
  764. package/modern/utils/PolymorphicComponent.js +0 -1
  765. package/modern/utils/areArraysEqual.js +0 -4
  766. package/modern/utils/capitalize.js +0 -2
  767. package/modern/utils/createChainedFunction.js +0 -2
  768. package/modern/utils/createSimplePaletteValueFilter.js +0 -41
  769. package/modern/utils/createSvgIcon.js +0 -26
  770. package/modern/utils/debounce.js +0 -2
  771. package/modern/utils/deprecatedPropType.js +0 -2
  772. package/modern/utils/getScrollbarSize.js +0 -2
  773. package/modern/utils/index.js +0 -31
  774. package/modern/utils/isHostComponent.js +0 -7
  775. package/modern/utils/isMuiElement.js +0 -2
  776. package/modern/utils/memoTheme.js +0 -3
  777. package/modern/utils/mergeSlotProps.js +0 -75
  778. package/modern/utils/omitEventHandlers.js +0 -18
  779. package/modern/utils/ownerDocument.js +0 -2
  780. package/modern/utils/ownerWindow.js +0 -2
  781. package/modern/utils/requirePropFactory.js +0 -2
  782. package/modern/utils/setRef.js +0 -2
  783. package/modern/utils/shouldSpreadAdditionalProps.js +0 -5
  784. package/modern/utils/types.js +0 -1
  785. package/modern/utils/unsupportedProp.js +0 -2
  786. package/modern/utils/useControlled.js +0 -4
  787. package/modern/utils/useEnhancedEffect.js +0 -4
  788. package/modern/utils/useEventCallback.js +0 -4
  789. package/modern/utils/useForkRef.js +0 -4
  790. package/modern/utils/useId.js +0 -4
  791. package/modern/utils/useSlot.js +0 -80
  792. package/modern/version/index.js +0 -6
  793. package/modern/zero-styled/index.js +0 -27
  794. package/tsconfig.build.tsbuildinfo +0 -1
@@ -107,13 +107,13 @@ export interface DrawerProps extends StandardProps<ModalProps, 'open' | 'childre
107
107
  open?: boolean;
108
108
  /**
109
109
  * Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
110
- * @deprecated use the `slotProps.paper` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
110
+ * @deprecated use the `slotProps.paper` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
111
111
  * @default {}
112
112
  */
113
113
  PaperProps?: Partial<PaperProps<React.ElementType>>;
114
114
  /**
115
115
  * Props applied to the [`Slide`](https://mui.com/material-ui/api/slide/) element.
116
- * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
116
+ * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
117
117
  */
118
118
  SlideProps?: Partial<SlideProps>;
119
119
  /**
@@ -27,7 +27,7 @@ export interface FormControlLabelProps extends StandardProps<React.LabelHTMLAttr
27
27
  /**
28
28
  * The props used for each slot inside.
29
29
  * @default {}
30
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
30
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
31
31
  */
32
32
  componentsProps?: {
33
33
  /**
@@ -39,7 +39,7 @@ export interface InputBaseProps extends StandardProps<React.HTMLAttributes<HTMLD
39
39
  /**
40
40
  * The components used for each slot inside.
41
41
  *
42
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
42
+ * @deprecated use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
43
43
  *
44
44
  * @default {}
45
45
  */
@@ -51,7 +51,7 @@ export interface InputBaseProps extends StandardProps<React.HTMLAttributes<HTMLD
51
51
  * The extra props for the slot components.
52
52
  * You can override the existing props or add new ones.
53
53
  *
54
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
54
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
55
55
  *
56
56
  * @default {}
57
57
  */
@@ -26,13 +26,13 @@ export interface ListItemBaseProps {
26
26
  /**
27
27
  * The container component used when a `ListItemSecondaryAction` is the last child.
28
28
  * @default 'li'
29
- * @deprecated Use the `component` or `slots.root` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
29
+ * @deprecated Use the `component` or `slots.root` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
30
30
  */
31
31
  ContainerComponent?: React.ElementType<React.HTMLAttributes<HTMLDivElement>>;
32
32
  /**
33
33
  * Props applied to the container component if used.
34
34
  * @default {}
35
- * @deprecated Use the `slotProps.root` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
35
+ * @deprecated Use the `slotProps.root` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
36
36
  */
37
37
  ContainerProps?: React.HTMLAttributes<HTMLDivElement>;
38
38
  /**
@@ -69,7 +69,7 @@ export interface ListItemOwnProps extends ListItemBaseProps {
69
69
  /**
70
70
  * The components used for each slot inside.
71
71
  *
72
- * @deprecated Use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
72
+ * @deprecated Use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
73
73
  * @default {}
74
74
  */
75
75
  components?: {
@@ -79,7 +79,7 @@ export interface ListItemOwnProps extends ListItemBaseProps {
79
79
  * The extra props for the slot components.
80
80
  * You can override the existing props or add new ones.
81
81
  *
82
- * @deprecated Use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
82
+ * @deprecated Use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
83
83
  * @default {}
84
84
  */
85
85
  componentsProps?: {
@@ -28,7 +28,7 @@ export interface ListItemSecondaryActionProps extends StandardProps<React.HTMLAt
28
28
  *
29
29
  * - [ListItemSecondaryAction API](https://mui.com/material-ui/api/list-item-secondary-action/)
30
30
  *
31
- * @deprecated Use the `secondaryAction` prop in the `ListItem` component instead. This component will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
31
+ * @deprecated Use the `secondaryAction` prop in the `ListItem` component instead. This component will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
32
32
  */
33
33
  declare const ListItemSecondaryAction: ((props: ListItemSecondaryActionProps) => React.JSX.Element) & {
34
34
  muiName: string;
@@ -69,7 +69,7 @@ export interface ListItemTextProps<PrimaryTypographyComponent extends React.Elem
69
69
  /**
70
70
  * These props will be forwarded to the primary typography component
71
71
  * (as long as disableTypography is not `true`).
72
- * @deprecated Use `slotProps.primary` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
72
+ * @deprecated Use `slotProps.primary` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
73
73
  */
74
74
  primaryTypographyProps?: TypographyProps<PrimaryTypographyComponent, {
75
75
  component?: PrimaryTypographyComponent;
@@ -81,7 +81,7 @@ export interface ListItemTextProps<PrimaryTypographyComponent extends React.Elem
81
81
  /**
82
82
  * These props will be forwarded to the secondary typography component
83
83
  * (as long as disableTypography is not `true`).
84
- * @deprecated Use `slotProps.secondary` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
84
+ * @deprecated Use `slotProps.secondary` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
85
85
  */
86
86
  secondaryTypographyProps?: TypographyProps<SecondaryTypographyComponent, {
87
87
  component?: SecondaryTypographyComponent;
@@ -103,7 +103,7 @@ export interface MenuProps extends StandardProps<Omit<PopoverProps, 'slots' | 's
103
103
  disableAutoFocusItem?: boolean;
104
104
  /**
105
105
  * Props applied to the [`MenuList`](https://mui.com/material-ui/api/menu-list/) element.
106
- * @deprecated use the `slotProps.list` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
106
+ * @deprecated use the `slotProps.list` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
107
107
  * @default {}
108
108
  */
109
109
  MenuListProps?: Partial<MenuListProps>;
@@ -134,7 +134,7 @@ export interface MenuProps extends StandardProps<Omit<PopoverProps, 'slots' | 's
134
134
  /**
135
135
  * Props applied to the transition element.
136
136
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
137
- * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
137
+ * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
138
138
  * @default {}
139
139
  */
140
140
  TransitionProps?: TransitionProps;
@@ -70,7 +70,7 @@ export interface MobileStepperProps extends StandardProps<PaperProps, 'children'
70
70
  classes?: Partial<MobileStepperClasses>;
71
71
  /**
72
72
  * Props applied to the `LinearProgress` element.
73
- * @deprecated Use `slotProps.progress` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
73
+ * @deprecated Use `slotProps.progress` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
74
74
  */
75
75
  LinearProgressProps?: Partial<LinearProgressProps>;
76
76
  /**
@@ -63,7 +63,7 @@ export interface ModalOwnProps {
63
63
  /**
64
64
  * The components used for each slot inside.
65
65
  *
66
- * @deprecated Use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
66
+ * @deprecated Use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
67
67
  *
68
68
  * @default {}
69
69
  */
@@ -75,7 +75,7 @@ export interface ModalOwnProps {
75
75
  * The extra props for the slot components.
76
76
  * You can override the existing props or add new ones.
77
77
  *
78
- * @deprecated Use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
78
+ * @deprecated Use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
79
79
  *
80
80
  * @default {}
81
81
  */
@@ -41,7 +41,7 @@ export interface PaginationItemOwnProps extends PaginationItemSlotsAndSlotProps
41
41
  * It's recommended to use the `slots` prop instead.
42
42
  *
43
43
  * @default {}
44
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
44
+ * @deprecated use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
45
45
  */
46
46
  components?: {
47
47
  first?: React.ElementType;
@@ -82,7 +82,7 @@ export interface PopoverProps extends StandardProps<Omit<ModalProps, 'slots' | '
82
82
  * or a function that returns either.
83
83
  * It's used to set the position of the popover.
84
84
  */
85
- anchorEl?: null | Element | (() => Element) | PopoverVirtualElement | (() => PopoverVirtualElement);
85
+ anchorEl?: null | Element | PopoverVirtualElement | (() => Element | PopoverVirtualElement | null);
86
86
  /**
87
87
  * This is the point on the anchor where the popover's
88
88
  * `anchorEl` will attach to. This is not used when the
@@ -110,7 +110,7 @@ export interface PopoverProps extends StandardProps<Omit<ModalProps, 'slots' | '
110
110
  anchorReference?: PopoverReference;
111
111
  /**
112
112
  * A backdrop component. This prop enables custom backdrop rendering.
113
- * @deprecated Use `slots.backdrop` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
113
+ * @deprecated Use `slots.backdrop` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
114
114
  * @default styled(Backdrop, {
115
115
  * name: 'MuiModal',
116
116
  * slot: 'Backdrop',
@@ -124,7 +124,7 @@ export interface PopoverProps extends StandardProps<Omit<ModalProps, 'slots' | '
124
124
  BackdropComponent?: React.ElementType<BackdropProps>;
125
125
  /**
126
126
  * Props applied to the [`Backdrop`](/material-ui/api/backdrop/) element.
127
- * @deprecated Use `slotProps.backdrop` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
127
+ * @deprecated Use `slotProps.backdrop` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
128
128
  */
129
129
  BackdropProps?: Partial<BackdropProps>;
130
130
  /**
@@ -188,7 +188,7 @@ export interface PopoverProps extends StandardProps<Omit<ModalProps, 'slots' | '
188
188
  /**
189
189
  * The component used for the transition.
190
190
  * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
191
- * @deprecated use the `slots.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
191
+ * @deprecated use the `slots.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
192
192
  * @default Grow
193
193
  */
194
194
  TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
@@ -202,7 +202,7 @@ export interface PopoverProps extends StandardProps<Omit<ModalProps, 'slots' | '
202
202
  /**
203
203
  * Props applied to the transition element.
204
204
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
205
- * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
205
+ * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
206
206
  * @default {}
207
207
  */
208
208
  TransitionProps?: TransitionProps;
@@ -12,7 +12,7 @@ export interface PopperProps extends Omit<BasePopperProps, 'direction'> {
12
12
  * The components used for each slot inside the Popper.
13
13
  * Either a string to use a HTML element or a component.
14
14
  *
15
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
15
+ * @deprecated use the `slots` prop instead. This prop will be removed in a future major release. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
16
16
  * @default {}
17
17
  */
18
18
  components?: {
@@ -21,7 +21,7 @@ export interface PopperProps extends Omit<BasePopperProps, 'direction'> {
21
21
  /**
22
22
  * The props used for each slot inside the Popper.
23
23
  *
24
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
24
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
25
25
  * @default {}
26
26
  */
27
27
  componentsProps?: BasePopperProps['slotProps'];
@@ -106,7 +106,7 @@ export interface RatingOwnProps extends RatingSlotsAndSlotProps {
106
106
  icon?: React.ReactNode;
107
107
  /**
108
108
  * The component containing the icon.
109
- * @deprecated Use `slotProps.icon.component` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
109
+ * @deprecated Use `slotProps.icon.component` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
110
110
  * @default function IconContainer(props) {
111
111
  * const { value, ...other } = props;
112
112
  * return <span {...other} />;
@@ -38,7 +38,7 @@ export interface SliderOwnProps<Value extends number | number[]> {
38
38
  /**
39
39
  * The components used for each slot inside.
40
40
  *
41
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
41
+ * @deprecated use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
42
42
  *
43
43
  * @default {}
44
44
  */
@@ -56,7 +56,7 @@ export interface SliderOwnProps<Value extends number | number[]> {
56
56
  * The extra props for the slot components.
57
57
  * You can override the existing props or add new ones.
58
58
  *
59
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
59
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
60
60
  *
61
61
  * @default {}
62
62
  */
@@ -91,12 +91,12 @@ export interface SnackbarProps extends Omit<StandardProps<React.HTMLAttributes<H
91
91
  classes?: Partial<SnackbarClasses>;
92
92
  /**
93
93
  * Props applied to the `ClickAwayListener` element.
94
- * @deprecated Use `slotProps.clickAwayListener` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
94
+ * @deprecated Use `slotProps.clickAwayListener` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
95
95
  */
96
96
  ClickAwayListenerProps?: Partial<ClickAwayListenerProps>;
97
97
  /**
98
98
  * Props applied to the [`SnackbarContent`](https://mui.com/material-ui/api/snackbar-content/) element.
99
- * @deprecated Use `slotProps.content` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
99
+ * @deprecated Use `slotProps.content` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
100
100
  */
101
101
  ContentProps?: Partial<SnackbarContentProps>;
102
102
  /**
@@ -144,7 +144,7 @@ export interface SnackbarProps extends Omit<StandardProps<React.HTMLAttributes<H
144
144
  /**
145
145
  * The component used for the transition.
146
146
  * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
147
- * @deprecated Use `slots.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
147
+ * @deprecated Use `slots.transition` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
148
148
  * @default Grow
149
149
  */
150
150
  TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
@@ -162,7 +162,7 @@ export interface SnackbarProps extends Omit<StandardProps<React.HTMLAttributes<H
162
162
  /**
163
163
  * Props applied to the transition element.
164
164
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
165
- * @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
165
+ * @deprecated Use `slotProps.transition` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
166
166
  * @default {}
167
167
  */
168
168
  TransitionProps?: TransitionProps;
@@ -97,7 +97,7 @@ export interface SpeedDialProps extends Omit<StandardProps<React.HTMLAttributes<
97
97
  * The component used for the transition.
98
98
  * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
99
99
  * @default Zoom
100
- * * @deprecated Use `slots.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
100
+ * * @deprecated Use `slots.transition` instead. This prop will be removed in a future major release. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
101
101
  */
102
102
  TransitionComponent?: React.JSXElementConstructor<TransitionProps>;
103
103
  /**
@@ -112,7 +112,7 @@ export interface SpeedDialProps extends Omit<StandardProps<React.HTMLAttributes<
112
112
  /**
113
113
  * Props applied to the transition element.
114
114
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
115
- * @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
115
+ * @deprecated Use `slotProps.transition` instead. This prop will be removed in a future major release. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
116
116
  */
117
117
  TransitionProps?: TransitionProps;
118
118
  }
@@ -62,7 +62,7 @@ export interface SpeedDialActionProps extends Omit<StandardProps<Partial<Tooltip
62
62
  /**
63
63
  * Props applied to the [`Fab`](https://mui.com/material-ui/api/fab/) component.
64
64
  * @default {}
65
- * @deprecated Use `slotProps.fab` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
65
+ * @deprecated Use `slotProps.fab` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
66
66
  */
67
67
  FabProps?: Partial<FabProps>;
68
68
  /**
@@ -80,24 +80,24 @@ export interface SpeedDialActionProps extends Omit<StandardProps<Partial<Tooltip
80
80
  sx?: SxProps<Theme>;
81
81
  /**
82
82
  * `classes` prop applied to the [`Tooltip`](https://mui.com/material-ui/api/tooltip/) element.
83
- * @deprecated Use `slotProps.tooltip.classes` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
83
+ * @deprecated Use `slotProps.tooltip.classes` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
84
84
  */
85
85
  TooltipClasses?: TooltipProps['classes'];
86
86
  /**
87
87
  * Placement of the tooltip.
88
88
  * @default 'left'
89
- * @deprecated Use `slotProps.tooltip.placement` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
89
+ * @deprecated Use `slotProps.tooltip.placement` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
90
90
  */
91
91
  tooltipPlacement?: TooltipProps['placement'];
92
92
  /**
93
93
  * Label to display in the tooltip.
94
- * @deprecated Use `slotProps.tooltip.title` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
94
+ * @deprecated Use `slotProps.tooltip.title` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
95
95
  */
96
96
  tooltipTitle?: React.ReactNode;
97
97
  /**
98
98
  * Make the tooltip always visible when the SpeedDial is open.
99
99
  * @default false
100
- * @deprecated Use `slotProps.tooltip.open` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
100
+ * @deprecated Use `slotProps.tooltip.open` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
101
101
  */
102
102
  tooltipOpen?: boolean;
103
103
  }
@@ -40,7 +40,7 @@ export interface StepContentProps extends StandardProps<React.HTMLAttributes<HTM
40
40
  * The component used for the transition.
41
41
  * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
42
42
  * @default Collapse
43
- * @deprecated Use `slots.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
43
+ * @deprecated Use `slots.transition` instead. This prop will be removed in a future major release. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
44
44
  */
45
45
  TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
46
46
  children: React.ReactElement<unknown, any>;
@@ -56,7 +56,7 @@ export interface StepContentProps extends StandardProps<React.HTMLAttributes<HTM
56
56
  /**
57
57
  * Props applied to the transition element.
58
58
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
59
- * @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
59
+ * @deprecated Use `slotProps.transition` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
60
60
  */
61
61
  TransitionProps?: TransitionProps;
62
62
  }
@@ -51,7 +51,7 @@ export interface StepLabelProps extends StandardProps<React.HTMLAttributes<HTMLD
51
51
  /**
52
52
  * The props used for each slot inside.
53
53
  * @default {}
54
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
54
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
55
55
  */
56
56
  componentsProps?: {
57
57
  /**
@@ -75,12 +75,12 @@ export interface StepLabelProps extends StandardProps<React.HTMLAttributes<HTMLD
75
75
  optional?: React.ReactNode;
76
76
  /**
77
77
  * The component to render in place of the [`StepIcon`](https://mui.com/material-ui/api/step-icon/).
78
- * @deprecated Use `slots.stepIcon` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
78
+ * @deprecated Use `slots.stepIcon` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
79
79
  */
80
80
  StepIconComponent?: React.ElementType<StepIconProps>;
81
81
  /**
82
82
  * Props applied to the [`StepIcon`](https://mui.com/material-ui/api/step-icon/) element.
83
- * @deprecated Use `slotProps.stepIcon` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
83
+ * @deprecated Use `slotProps.stepIcon` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
84
84
  */
85
85
  StepIconProps?: Partial<StepIconProps>;
86
86
  /**
@@ -42,7 +42,7 @@ export interface SvgIconOwnProps {
42
42
  inheritViewBox?: boolean;
43
43
  /**
44
44
  * The shape-rendering attribute. The behavior of the different options is described on the
45
- * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).
45
+ * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/shape-rendering).
46
46
  * If you are having issues with blurry icons you should investigate this prop.
47
47
  */
48
48
  shapeRendering?: string;
@@ -80,7 +80,7 @@ export interface SwipeableDrawerProps extends Omit<DrawerProps, 'onClose' | 'ope
80
80
  open?: boolean;
81
81
  /**
82
82
  * The element is used to intercept the touch events on the edge.
83
- * @deprecated use the `slotProps.swipeArea` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
83
+ * @deprecated use the `slotProps.swipeArea` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
84
84
  */
85
85
  SwipeAreaProps?: object;
86
86
  /**
@@ -179,7 +179,7 @@ export interface TabsOwnProps extends TabsSlotsAndSlotProps {
179
179
  orientation?: 'horizontal' | 'vertical';
180
180
  /**
181
181
  * The component used to render the scroll buttons.
182
- * @deprecated use the `slots.scrollButtons` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
182
+ * @deprecated use the `slots.scrollButtons` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
183
183
  * @default TabScrollButton
184
184
  */
185
185
  ScrollButtonComponent?: React.ElementType;
@@ -202,7 +202,7 @@ export interface TabsOwnProps extends TabsSlotsAndSlotProps {
202
202
  selectionFollowsFocus?: boolean;
203
203
  /**
204
204
  * Props applied to the tab indicator element.
205
- * @deprecated use the `slotProps.indicator` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
205
+ * @deprecated use the `slotProps.indicator` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
206
206
  * @default {}
207
207
  */
208
208
  TabIndicatorProps?: React.HTMLAttributes<HTMLDivElement> & {
@@ -210,7 +210,7 @@ export interface TabsOwnProps extends TabsSlotsAndSlotProps {
210
210
  };
211
211
  /**
212
212
  * Props applied to the [`TabScrollButton`](https://mui.com/material-ui/api/tab-scroll-button/) element.
213
- * @deprecated use the `slotProps.scrollButtons` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
213
+ * @deprecated use the `slotProps.scrollButtons` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
214
214
  * @default {}
215
215
  */
216
216
  TabScrollButtonProps?: Partial<TabScrollButtonProps>;
@@ -124,7 +124,7 @@ export interface BaseTextFieldProps extends StandardProps<FormControlProps,
124
124
  error?: boolean;
125
125
  /**
126
126
  * Props applied to the [`FormHelperText`](https://mui.com/material-ui/api/form-helper-text/) element.
127
- * @deprecated Use `slotProps.formHelperText` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
127
+ * @deprecated Use `slotProps.formHelperText` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
128
128
  */
129
129
  FormHelperTextProps?: Partial<FormHelperTextProps>;
130
130
  /**
@@ -144,12 +144,12 @@ export interface BaseTextFieldProps extends StandardProps<FormControlProps,
144
144
  /**
145
145
  * Props applied to the [`InputLabel`](https://mui.com/material-ui/api/input-label/) element.
146
146
  * Pointer events like `onClick` are enabled if and only if `shrink` is `true`.
147
- * @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
147
+ * @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
148
148
  */
149
149
  InputLabelProps?: Partial<InputLabelProps>;
150
150
  /**
151
151
  * [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.
152
- * @deprecated Use `slotProps.htmlInput` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
152
+ * @deprecated Use `slotProps.htmlInput` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
153
153
  */
154
154
  inputProps?: InputBaseProps['inputProps'];
155
155
  /**
@@ -200,7 +200,7 @@ export interface BaseTextFieldProps extends StandardProps<FormControlProps,
200
200
  select?: boolean;
201
201
  /**
202
202
  * Props applied to the [`Select`](https://mui.com/material-ui/api/select/) element.
203
- * @deprecated Use `slotProps.select` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
203
+ * @deprecated Use `slotProps.select` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
204
204
  */
205
205
  SelectProps?: Partial<SelectProps>;
206
206
  /**
@@ -239,7 +239,7 @@ export interface StandardTextFieldProps extends BaseTextFieldProps, TextFieldSlo
239
239
  * It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
240
240
  * [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
241
241
  * component depending on the `variant` prop value.
242
- * @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
242
+ * @deprecated Use `slotProps.input` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
243
243
  */
244
244
  InputProps?: Partial<StandardInputProps>;
245
245
  }
@@ -261,7 +261,7 @@ export interface FilledTextFieldProps extends BaseTextFieldProps, TextFieldSlots
261
261
  * It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
262
262
  * [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
263
263
  * component depending on the `variant` prop value.
264
- * @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
264
+ * @deprecated Use `slotProps.input` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
265
265
  */
266
266
  InputProps?: Partial<FilledInputProps>;
267
267
  }
@@ -283,7 +283,7 @@ export interface OutlinedTextFieldProps extends BaseTextFieldProps, TextFieldSlo
283
283
  * It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
284
284
  * [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
285
285
  * component depending on the `variant` prop value.
286
- * @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
286
+ * @deprecated Use `slotProps.input` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
287
287
  */
288
288
  InputProps?: Partial<OutlinedInputProps>;
289
289
  }
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { MUIStyledCommonProps, SxProps } from '@mui/system';
3
- import { PopperProps } from '@mui/material/Popper';
3
+ import { PopperProps } from "../Popper/index.js";
4
4
  import { InternalStandardProps as StandardProps, Theme } from "../index.js";
5
5
  import { CreateSlotsAndSlotProps, SlotProps } from "../utils/types.js";
6
6
  import { TransitionProps } from "../transitions/transition.js";
@@ -70,7 +70,7 @@ export interface TooltipProps extends StandardProps<React.HTMLAttributes<HTMLDiv
70
70
  /**
71
71
  * The components used for each slot inside.
72
72
  *
73
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
73
+ * @deprecated use the `slots` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
74
74
  *
75
75
  * @default {}
76
76
  */
@@ -84,7 +84,7 @@ export interface TooltipProps extends StandardProps<React.HTMLAttributes<HTMLDiv
84
84
  * The extra props for the slot components.
85
85
  * You can override the existing props or add new ones.
86
86
  *
87
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
87
+ * @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
88
88
  *
89
89
  * @default {}
90
90
  */
@@ -181,12 +181,12 @@ export interface TooltipProps extends StandardProps<React.HTMLAttributes<HTMLDiv
181
181
  placement?: PopperProps['placement'];
182
182
  /**
183
183
  * The component used for the popper.
184
- * @deprecated use the `slots.popper` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
184
+ * @deprecated use the `slots.popper` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
185
185
  */
186
186
  PopperComponent?: React.JSXElementConstructor<PopperProps>;
187
187
  /**
188
188
  * Props applied to the [`Popper`](https://mui.com/material-ui/api/popper/) element.
189
- * @deprecated use the `slotProps.popper` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
189
+ * @deprecated use the `slotProps.popper` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
190
190
  * @default {}
191
191
  */
192
192
  PopperProps?: Partial<PopperProps>;
@@ -201,7 +201,7 @@ export interface TooltipProps extends StandardProps<React.HTMLAttributes<HTMLDiv
201
201
  /**
202
202
  * The component used for the transition.
203
203
  * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
204
- * @deprecated use the `slots.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
204
+ * @deprecated use the `slots.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
205
205
  */
206
206
  TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
207
207
  children: React.ReactElement<unknown, any>;
@@ -209,7 +209,7 @@ export interface TooltipProps extends StandardProps<React.HTMLAttributes<HTMLDiv
209
209
  /**
210
210
  * Props applied to the transition element.
211
211
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
212
- * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
212
+ * @deprecated use the `slotProps.transition` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
213
213
  * @default {}
214
214
  */
215
215
  TransitionProps?: TransitionProps;
@@ -43,7 +43,7 @@ export interface TypographyOwnProps extends Omit<SystemProps<Theme>, 'color'> {
43
43
  /**
44
44
  * If `true`, the element will be a paragraph element.
45
45
  * @default false
46
- * @deprecated Use the `component` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
46
+ * @deprecated Use the `component` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
47
47
  */
48
48
  paragraph?: boolean;
49
49
  /**
package/modern/index.d.ts CHANGED
@@ -37,7 +37,6 @@ StyledComponentProps<never> & {
37
37
  };
38
38
  export namespace PropTypes {
39
39
  // keeping the type structure for backwards compat
40
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
41
40
  type Color = 'inherit' | 'primary' | 'secondary' | 'default';
42
41
  }
43
42