@mui/material 6.0.0-alpha.10 → 6.0.0-alpha.12

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 (529) hide show
  1. package/Accordion/Accordion.d.ts +3 -3
  2. package/Accordion/Accordion.js +3 -3
  3. package/AccordionActions/AccordionActions.d.ts +2 -2
  4. package/AccordionActions/AccordionActions.js +3 -3
  5. package/AccordionDetails/AccordionDetails.d.ts +2 -2
  6. package/AccordionDetails/AccordionDetails.js +3 -3
  7. package/AccordionSummary/AccordionSummary.d.ts +3 -3
  8. package/AccordionSummary/AccordionSummary.js +3 -3
  9. package/Alert/Alert.d.ts +3 -3
  10. package/Alert/Alert.js +3 -3
  11. package/AlertTitle/AlertTitle.d.ts +3 -3
  12. package/AlertTitle/AlertTitle.js +3 -3
  13. package/AppBar/AppBar.d.ts +3 -3
  14. package/AppBar/AppBar.js +3 -3
  15. package/Autocomplete/Autocomplete.d.ts +3 -3
  16. package/Autocomplete/Autocomplete.js +12 -20
  17. package/Avatar/Avatar.d.ts +2 -2
  18. package/Avatar/Avatar.js +3 -3
  19. package/AvatarGroup/AvatarGroup.d.ts +2 -2
  20. package/AvatarGroup/AvatarGroup.js +3 -3
  21. package/Backdrop/Backdrop.d.ts +3 -3
  22. package/Backdrop/Backdrop.js +3 -3
  23. package/Badge/Badge.d.ts +3 -3
  24. package/Badge/Badge.js +3 -3
  25. package/BottomNavigation/BottomNavigation.d.ts +2 -2
  26. package/BottomNavigation/BottomNavigation.js +3 -3
  27. package/BottomNavigationAction/BottomNavigationAction.d.ts +3 -3
  28. package/BottomNavigationAction/BottomNavigationAction.js +3 -3
  29. package/Box/Box.d.ts +2 -2
  30. package/Breadcrumbs/Breadcrumbs.d.ts +3 -3
  31. package/Breadcrumbs/Breadcrumbs.js +3 -3
  32. package/Button/Button.d.ts +4 -4
  33. package/Button/Button.js +3 -3
  34. package/ButtonBase/ButtonBase.d.ts +2 -2
  35. package/ButtonBase/ButtonBase.js +3 -3
  36. package/ButtonBase/TouchRipple.js +3 -3
  37. package/ButtonGroup/ButtonGroup.d.ts +2 -2
  38. package/ButtonGroup/ButtonGroup.js +3 -3
  39. package/CHANGELOG.md +145 -0
  40. package/Card/Card.d.ts +3 -3
  41. package/Card/Card.js +3 -3
  42. package/CardActionArea/CardActionArea.d.ts +3 -3
  43. package/CardActionArea/CardActionArea.js +3 -3
  44. package/CardActions/CardActions.d.ts +2 -2
  45. package/CardActions/CardActions.js +3 -3
  46. package/CardContent/CardContent.d.ts +2 -2
  47. package/CardContent/CardContent.js +3 -3
  48. package/CardHeader/CardHeader.d.ts +2 -2
  49. package/CardHeader/CardHeader.js +3 -3
  50. package/CardMedia/CardMedia.d.ts +2 -2
  51. package/CardMedia/CardMedia.js +3 -3
  52. package/Checkbox/Checkbox.d.ts +4 -4
  53. package/Checkbox/Checkbox.js +3 -3
  54. package/Chip/Chip.d.ts +5 -5
  55. package/Chip/Chip.js +3 -5
  56. package/CircularProgress/CircularProgress.d.ts +2 -2
  57. package/CircularProgress/CircularProgress.js +3 -3
  58. package/Collapse/Collapse.d.ts +5 -5
  59. package/Collapse/Collapse.js +3 -4
  60. package/Container/Container.d.ts +2 -2
  61. package/CssBaseline/CssBaseline.d.ts +2 -2
  62. package/CssBaseline/CssBaseline.js +66 -8
  63. package/DefaultPropsProvider/DefaultPropsProvider.d.ts +15 -0
  64. package/DefaultPropsProvider/DefaultPropsProvider.js +29 -0
  65. package/DefaultPropsProvider/index.d.ts +1 -0
  66. package/DefaultPropsProvider/index.js +1 -0
  67. package/DefaultPropsProvider/package.json +6 -0
  68. package/Dialog/Dialog.d.ts +3 -3
  69. package/Dialog/Dialog.js +3 -4
  70. package/DialogActions/DialogActions.d.ts +2 -2
  71. package/DialogActions/DialogActions.js +3 -3
  72. package/DialogContent/DialogContent.d.ts +2 -2
  73. package/DialogContent/DialogContent.js +3 -3
  74. package/DialogContentText/DialogContentText.d.ts +3 -3
  75. package/DialogContentText/DialogContentText.js +3 -3
  76. package/DialogTitle/DialogTitle.d.ts +3 -3
  77. package/DialogTitle/DialogTitle.js +3 -3
  78. package/Divider/Divider.d.ts +3 -3
  79. package/Divider/Divider.js +3 -3
  80. package/Drawer/Drawer.d.ts +3 -3
  81. package/Drawer/Drawer.js +3 -4
  82. package/Fab/Fab.d.ts +3 -3
  83. package/Fab/Fab.js +3 -3
  84. package/Fade/Fade.d.ts +3 -3
  85. package/Fade/Fade.js +1 -1
  86. package/FilledInput/FilledInput.d.ts +3 -3
  87. package/FilledInput/FilledInput.js +3 -3
  88. package/FormControl/FormControl.d.ts +6 -6
  89. package/FormControl/FormControl.js +3 -3
  90. package/FormControlLabel/FormControlLabel.d.ts +4 -4
  91. package/FormControlLabel/FormControlLabel.js +3 -3
  92. package/FormGroup/FormGroup.d.ts +3 -3
  93. package/FormGroup/FormGroup.js +3 -3
  94. package/FormHelperText/FormHelperText.d.ts +2 -2
  95. package/FormHelperText/FormHelperText.js +3 -3
  96. package/FormLabel/FormLabel.d.ts +4 -4
  97. package/FormLabel/FormLabel.js +3 -3
  98. package/GlobalStyles/GlobalStyles.d.ts +3 -3
  99. package/Grid/Grid.d.ts +2 -2
  100. package/Grid/Grid.js +7 -13
  101. package/Grow/Grow.d.ts +5 -5
  102. package/Grow/Grow.js +1 -1
  103. package/Hidden/Hidden.d.ts +2 -2
  104. package/Icon/Icon.d.ts +3 -3
  105. package/Icon/Icon.js +3 -3
  106. package/IconButton/IconButton.d.ts +4 -4
  107. package/IconButton/IconButton.js +3 -3
  108. package/ImageList/ImageList.d.ts +2 -2
  109. package/ImageList/ImageList.js +3 -3
  110. package/ImageListItem/ImageListItem.d.ts +2 -2
  111. package/ImageListItem/ImageListItem.js +3 -3
  112. package/ImageListItemBar/ImageListItemBar.d.ts +2 -2
  113. package/ImageListItemBar/ImageListItemBar.js +3 -3
  114. package/InitColorSchemeScript/InitColorSchemeScript.d.ts +10 -0
  115. package/InitColorSchemeScript/InitColorSchemeScript.js +16 -0
  116. package/InitColorSchemeScript/index.d.ts +1 -0
  117. package/InitColorSchemeScript/index.js +1 -0
  118. package/InitColorSchemeScript/package.json +6 -0
  119. package/Input/Input.d.ts +3 -3
  120. package/Input/Input.js +3 -3
  121. package/InputAdornment/InputAdornment.d.ts +2 -2
  122. package/InputAdornment/InputAdornment.js +3 -3
  123. package/InputBase/InputBase.d.ts +2 -2
  124. package/InputBase/InputBase.js +28 -22
  125. package/InputLabel/InputLabel.d.ts +3 -3
  126. package/InputLabel/InputLabel.js +3 -3
  127. package/LinearProgress/LinearProgress.d.ts +2 -2
  128. package/LinearProgress/LinearProgress.js +3 -3
  129. package/Link/Link.d.ts +4 -4
  130. package/Link/Link.js +3 -4
  131. package/List/List.d.ts +3 -3
  132. package/List/List.js +3 -3
  133. package/ListItem/ListItem.d.ts +3 -3
  134. package/ListItem/ListItem.js +3 -3
  135. package/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  136. package/ListItemAvatar/ListItemAvatar.js +3 -3
  137. package/ListItemButton/ListItemButton.d.ts +3 -3
  138. package/ListItemButton/ListItemButton.js +3 -3
  139. package/ListItemIcon/ListItemIcon.d.ts +2 -2
  140. package/ListItemIcon/ListItemIcon.js +3 -3
  141. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  142. package/ListItemSecondaryAction/ListItemSecondaryAction.js +3 -3
  143. package/ListItemText/ListItemText.d.ts +2 -2
  144. package/ListItemText/ListItemText.js +3 -3
  145. package/ListSubheader/ListSubheader.d.ts +2 -2
  146. package/ListSubheader/ListSubheader.js +3 -3
  147. package/Menu/Menu.d.ts +4 -4
  148. package/Menu/Menu.js +3 -3
  149. package/MenuItem/MenuItem.d.ts +3 -3
  150. package/MenuItem/MenuItem.js +3 -3
  151. package/MenuList/MenuList.d.ts +4 -4
  152. package/MobileStepper/MobileStepper.d.ts +3 -3
  153. package/MobileStepper/MobileStepper.js +3 -3
  154. package/Modal/Modal.d.ts +8 -8
  155. package/Modal/Modal.js +3 -3
  156. package/NativeSelect/NativeSelect.d.ts +3 -3
  157. package/OutlinedInput/OutlinedInput.d.ts +3 -3
  158. package/OutlinedInput/OutlinedInput.js +3 -3
  159. package/Pagination/Pagination.d.ts +2 -2
  160. package/Pagination/Pagination.js +3 -3
  161. package/PaginationItem/PaginationItem.d.ts +2 -2
  162. package/PaginationItem/PaginationItem.js +3 -3
  163. package/Paper/Paper.d.ts +3 -3
  164. package/Paper/Paper.js +3 -4
  165. package/Popover/Popover.d.ts +4 -4
  166. package/Popover/Popover.js +3 -3
  167. package/Popper/Popper.d.ts +4 -4
  168. package/Popper/Popper.js +10 -9
  169. package/Radio/Radio.d.ts +3 -3
  170. package/Radio/Radio.js +3 -3
  171. package/RadioGroup/RadioGroup.d.ts +3 -3
  172. package/Rating/Rating.d.ts +2 -2
  173. package/Rating/Rating.js +3 -3
  174. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +2 -2
  175. package/ScopedCssBaseline/ScopedCssBaseline.js +24 -11
  176. package/Select/Select.d.ts +3 -3
  177. package/Skeleton/Skeleton.d.ts +2 -2
  178. package/Skeleton/Skeleton.js +3 -3
  179. package/Slide/Slide.d.ts +4 -4
  180. package/Slide/Slide.js +1 -1
  181. package/Slider/Slider.d.ts +3 -3
  182. package/Slider/Slider.js +3 -3
  183. package/Snackbar/Snackbar.d.ts +2 -2
  184. package/Snackbar/Snackbar.js +3 -4
  185. package/SnackbarContent/SnackbarContent.d.ts +3 -3
  186. package/SnackbarContent/SnackbarContent.js +3 -3
  187. package/SpeedDial/SpeedDial.d.ts +2 -2
  188. package/SpeedDial/SpeedDial.js +3 -4
  189. package/SpeedDialAction/SpeedDialAction.d.ts +3 -3
  190. package/SpeedDialAction/SpeedDialAction.js +3 -3
  191. package/SpeedDialIcon/SpeedDialIcon.d.ts +2 -2
  192. package/SpeedDialIcon/SpeedDialIcon.js +3 -3
  193. package/Stack/Stack.d.ts +2 -2
  194. package/Step/Step.d.ts +2 -2
  195. package/Step/Step.js +3 -3
  196. package/StepButton/StepButton.d.ts +3 -3
  197. package/StepButton/StepButton.js +3 -3
  198. package/StepConnector/StepConnector.d.ts +3 -3
  199. package/StepConnector/StepConnector.js +3 -3
  200. package/StepContent/StepContent.d.ts +2 -2
  201. package/StepContent/StepContent.js +3 -3
  202. package/StepIcon/StepIcon.d.ts +2 -2
  203. package/StepIcon/StepIcon.js +3 -3
  204. package/StepLabel/StepLabel.d.ts +2 -2
  205. package/StepLabel/StepLabel.js +3 -3
  206. package/Stepper/Stepper.d.ts +2 -2
  207. package/Stepper/Stepper.js +7 -5
  208. package/Stepper/stepperClasses.d.ts +2 -0
  209. package/Stepper/stepperClasses.js +1 -1
  210. package/SvgIcon/SvgIcon.d.ts +3 -3
  211. package/SvgIcon/SvgIcon.js +3 -3
  212. package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
  213. package/SwipeableDrawer/SwipeableDrawer.js +3 -3
  214. package/Switch/Switch.d.ts +4 -4
  215. package/Switch/Switch.js +3 -3
  216. package/Tab/Tab.d.ts +4 -4
  217. package/Tab/Tab.js +14 -10
  218. package/Tab/tabClasses.d.ts +5 -1
  219. package/Tab/tabClasses.js +1 -1
  220. package/TabScrollButton/TabScrollButton.d.ts +2 -2
  221. package/TabScrollButton/TabScrollButton.js +3 -3
  222. package/Table/Table.d.ts +2 -2
  223. package/Table/Table.js +3 -3
  224. package/TableBody/TableBody.d.ts +2 -2
  225. package/TableBody/TableBody.js +3 -3
  226. package/TableCell/TableCell.d.ts +2 -2
  227. package/TableCell/TableCell.js +3 -3
  228. package/TableContainer/TableContainer.d.ts +2 -2
  229. package/TableContainer/TableContainer.js +3 -3
  230. package/TableFooter/TableFooter.d.ts +2 -2
  231. package/TableFooter/TableFooter.js +3 -3
  232. package/TableHead/TableHead.d.ts +2 -2
  233. package/TableHead/TableHead.js +3 -3
  234. package/TablePagination/TablePagination.d.ts +4 -4
  235. package/TablePagination/TablePagination.js +3 -3
  236. package/TableRow/TableRow.d.ts +2 -2
  237. package/TableRow/TableRow.js +3 -3
  238. package/TableSortLabel/TableSortLabel.d.ts +3 -3
  239. package/TableSortLabel/TableSortLabel.js +4 -4
  240. package/TableSortLabel/tableSortLabelClasses.d.ts +10 -2
  241. package/TableSortLabel/tableSortLabelClasses.js +1 -1
  242. package/Tabs/Tabs.d.ts +2 -2
  243. package/Tabs/Tabs.js +3 -4
  244. package/TextField/TextField.d.ts +10 -10
  245. package/TextField/TextField.js +3 -3
  246. package/ToggleButton/ToggleButton.d.ts +3 -3
  247. package/ToggleButton/ToggleButton.js +3 -3
  248. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
  249. package/ToggleButtonGroup/ToggleButtonGroup.js +3 -3
  250. package/Toolbar/Toolbar.d.ts +2 -2
  251. package/Toolbar/Toolbar.js +3 -3
  252. package/Tooltip/Tooltip.d.ts +2 -2
  253. package/Tooltip/Tooltip.js +3 -4
  254. package/Typography/Typography.d.ts +3 -3
  255. package/Typography/Typography.js +4 -4
  256. package/Zoom/Zoom.d.ts +3 -3
  257. package/Zoom/Zoom.js +1 -1
  258. package/index.js +1 -1
  259. package/modern/Accordion/Accordion.js +3 -3
  260. package/modern/AccordionActions/AccordionActions.js +3 -3
  261. package/modern/AccordionDetails/AccordionDetails.js +3 -3
  262. package/modern/AccordionSummary/AccordionSummary.js +3 -3
  263. package/modern/Alert/Alert.js +3 -3
  264. package/modern/AlertTitle/AlertTitle.js +3 -3
  265. package/modern/AppBar/AppBar.js +3 -3
  266. package/modern/Autocomplete/Autocomplete.js +12 -20
  267. package/modern/Avatar/Avatar.js +3 -3
  268. package/modern/AvatarGroup/AvatarGroup.js +3 -3
  269. package/modern/Backdrop/Backdrop.js +3 -3
  270. package/modern/Badge/Badge.js +3 -3
  271. package/modern/BottomNavigation/BottomNavigation.js +3 -3
  272. package/modern/BottomNavigationAction/BottomNavigationAction.js +3 -3
  273. package/modern/Breadcrumbs/Breadcrumbs.js +3 -3
  274. package/modern/Button/Button.js +3 -3
  275. package/modern/ButtonBase/ButtonBase.js +3 -3
  276. package/modern/ButtonBase/TouchRipple.js +3 -3
  277. package/modern/ButtonGroup/ButtonGroup.js +3 -3
  278. package/modern/Card/Card.js +3 -3
  279. package/modern/CardActionArea/CardActionArea.js +3 -3
  280. package/modern/CardActions/CardActions.js +3 -3
  281. package/modern/CardContent/CardContent.js +3 -3
  282. package/modern/CardHeader/CardHeader.js +3 -3
  283. package/modern/CardMedia/CardMedia.js +3 -3
  284. package/modern/Checkbox/Checkbox.js +3 -3
  285. package/modern/Chip/Chip.js +3 -5
  286. package/modern/CircularProgress/CircularProgress.js +3 -3
  287. package/modern/Collapse/Collapse.js +3 -4
  288. package/modern/CssBaseline/CssBaseline.js +66 -8
  289. package/modern/DefaultPropsProvider/DefaultPropsProvider.js +29 -0
  290. package/modern/DefaultPropsProvider/index.js +1 -0
  291. package/modern/Dialog/Dialog.js +3 -4
  292. package/modern/DialogActions/DialogActions.js +3 -3
  293. package/modern/DialogContent/DialogContent.js +3 -3
  294. package/modern/DialogContentText/DialogContentText.js +3 -3
  295. package/modern/DialogTitle/DialogTitle.js +3 -3
  296. package/modern/Divider/Divider.js +3 -3
  297. package/modern/Drawer/Drawer.js +3 -4
  298. package/modern/Fab/Fab.js +3 -3
  299. package/modern/Fade/Fade.js +1 -1
  300. package/modern/FilledInput/FilledInput.js +3 -3
  301. package/modern/FormControl/FormControl.js +3 -3
  302. package/modern/FormControlLabel/FormControlLabel.js +3 -3
  303. package/modern/FormGroup/FormGroup.js +3 -3
  304. package/modern/FormHelperText/FormHelperText.js +3 -3
  305. package/modern/FormLabel/FormLabel.js +3 -3
  306. package/modern/Grid/Grid.js +7 -13
  307. package/modern/Grow/Grow.js +1 -1
  308. package/modern/Icon/Icon.js +3 -3
  309. package/modern/IconButton/IconButton.js +3 -3
  310. package/modern/ImageList/ImageList.js +3 -3
  311. package/modern/ImageListItem/ImageListItem.js +3 -3
  312. package/modern/ImageListItemBar/ImageListItemBar.js +3 -3
  313. package/modern/InitColorSchemeScript/InitColorSchemeScript.js +16 -0
  314. package/modern/InitColorSchemeScript/index.js +1 -0
  315. package/modern/Input/Input.js +3 -3
  316. package/modern/InputAdornment/InputAdornment.js +3 -3
  317. package/modern/InputBase/InputBase.js +28 -22
  318. package/modern/InputLabel/InputLabel.js +3 -3
  319. package/modern/LinearProgress/LinearProgress.js +3 -3
  320. package/modern/Link/Link.js +3 -4
  321. package/modern/List/List.js +3 -3
  322. package/modern/ListItem/ListItem.js +3 -3
  323. package/modern/ListItemAvatar/ListItemAvatar.js +3 -3
  324. package/modern/ListItemButton/ListItemButton.js +3 -3
  325. package/modern/ListItemIcon/ListItemIcon.js +3 -3
  326. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +3 -3
  327. package/modern/ListItemText/ListItemText.js +3 -3
  328. package/modern/ListSubheader/ListSubheader.js +3 -3
  329. package/modern/Menu/Menu.js +3 -3
  330. package/modern/MenuItem/MenuItem.js +3 -3
  331. package/modern/MobileStepper/MobileStepper.js +3 -3
  332. package/modern/Modal/Modal.js +3 -3
  333. package/modern/OutlinedInput/OutlinedInput.js +3 -3
  334. package/modern/Pagination/Pagination.js +3 -3
  335. package/modern/PaginationItem/PaginationItem.js +3 -3
  336. package/modern/Paper/Paper.js +3 -4
  337. package/modern/Popover/Popover.js +3 -3
  338. package/modern/Popper/Popper.js +10 -9
  339. package/modern/Radio/Radio.js +3 -3
  340. package/modern/Rating/Rating.js +3 -3
  341. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +24 -11
  342. package/modern/Skeleton/Skeleton.js +3 -3
  343. package/modern/Slide/Slide.js +1 -1
  344. package/modern/Slider/Slider.js +3 -3
  345. package/modern/Snackbar/Snackbar.js +3 -4
  346. package/modern/SnackbarContent/SnackbarContent.js +3 -3
  347. package/modern/SpeedDial/SpeedDial.js +3 -4
  348. package/modern/SpeedDialAction/SpeedDialAction.js +3 -3
  349. package/modern/SpeedDialIcon/SpeedDialIcon.js +3 -3
  350. package/modern/Step/Step.js +3 -3
  351. package/modern/StepButton/StepButton.js +3 -3
  352. package/modern/StepConnector/StepConnector.js +3 -3
  353. package/modern/StepContent/StepContent.js +3 -3
  354. package/modern/StepIcon/StepIcon.js +3 -3
  355. package/modern/StepLabel/StepLabel.js +3 -3
  356. package/modern/Stepper/Stepper.js +7 -5
  357. package/modern/Stepper/stepperClasses.js +1 -1
  358. package/modern/SvgIcon/SvgIcon.js +3 -3
  359. package/modern/SwipeableDrawer/SwipeableDrawer.js +3 -3
  360. package/modern/Switch/Switch.js +3 -3
  361. package/modern/Tab/Tab.js +14 -10
  362. package/modern/Tab/tabClasses.js +1 -1
  363. package/modern/TabScrollButton/TabScrollButton.js +3 -3
  364. package/modern/Table/Table.js +3 -3
  365. package/modern/TableBody/TableBody.js +3 -3
  366. package/modern/TableCell/TableCell.js +3 -3
  367. package/modern/TableContainer/TableContainer.js +3 -3
  368. package/modern/TableFooter/TableFooter.js +3 -3
  369. package/modern/TableHead/TableHead.js +3 -3
  370. package/modern/TablePagination/TablePagination.js +3 -3
  371. package/modern/TableRow/TableRow.js +3 -3
  372. package/modern/TableSortLabel/TableSortLabel.js +4 -4
  373. package/modern/TableSortLabel/tableSortLabelClasses.js +1 -1
  374. package/modern/Tabs/Tabs.js +3 -4
  375. package/modern/TextField/TextField.js +3 -3
  376. package/modern/ToggleButton/ToggleButton.js +3 -3
  377. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +3 -3
  378. package/modern/Toolbar/Toolbar.js +3 -3
  379. package/modern/Tooltip/Tooltip.js +3 -4
  380. package/modern/Typography/Typography.js +4 -4
  381. package/modern/Zoom/Zoom.js +1 -1
  382. package/modern/index.js +1 -1
  383. package/modern/styles/CssVarsProvider.js +19 -7
  384. package/modern/styles/createTheme.js +1 -1
  385. package/modern/styles/index.js +2 -1
  386. package/modern/styles/stringifyTheme.js +55 -0
  387. package/modern/usePagination/usePagination.js +1 -1
  388. package/modern/zero-styled/index.js +24 -5
  389. package/node/Accordion/Accordion.js +2 -2
  390. package/node/AccordionActions/AccordionActions.js +2 -2
  391. package/node/AccordionDetails/AccordionDetails.js +2 -2
  392. package/node/AccordionSummary/AccordionSummary.js +2 -2
  393. package/node/Alert/Alert.js +2 -2
  394. package/node/AlertTitle/AlertTitle.js +2 -2
  395. package/node/AppBar/AppBar.js +2 -2
  396. package/node/Autocomplete/Autocomplete.js +11 -19
  397. package/node/Avatar/Avatar.js +2 -2
  398. package/node/AvatarGroup/AvatarGroup.js +2 -2
  399. package/node/Backdrop/Backdrop.js +2 -2
  400. package/node/Badge/Badge.js +2 -2
  401. package/node/BottomNavigation/BottomNavigation.js +2 -2
  402. package/node/BottomNavigationAction/BottomNavigationAction.js +2 -2
  403. package/node/Breadcrumbs/Breadcrumbs.js +2 -2
  404. package/node/Button/Button.js +2 -2
  405. package/node/ButtonBase/ButtonBase.js +2 -2
  406. package/node/ButtonBase/TouchRipple.js +2 -2
  407. package/node/ButtonGroup/ButtonGroup.js +2 -2
  408. package/node/Card/Card.js +2 -2
  409. package/node/CardActionArea/CardActionArea.js +2 -2
  410. package/node/CardActions/CardActions.js +2 -2
  411. package/node/CardContent/CardContent.js +2 -2
  412. package/node/CardHeader/CardHeader.js +2 -2
  413. package/node/CardMedia/CardMedia.js +2 -2
  414. package/node/Checkbox/Checkbox.js +2 -2
  415. package/node/Chip/Chip.js +2 -4
  416. package/node/CircularProgress/CircularProgress.js +2 -2
  417. package/node/Collapse/Collapse.js +3 -4
  418. package/node/CssBaseline/CssBaseline.js +70 -10
  419. package/node/DefaultPropsProvider/DefaultPropsProvider.js +38 -0
  420. package/node/DefaultPropsProvider/index.js +20 -0
  421. package/node/Dialog/Dialog.js +3 -4
  422. package/node/DialogActions/DialogActions.js +2 -2
  423. package/node/DialogContent/DialogContent.js +2 -2
  424. package/node/DialogContentText/DialogContentText.js +2 -2
  425. package/node/DialogTitle/DialogTitle.js +2 -2
  426. package/node/Divider/Divider.js +2 -2
  427. package/node/Drawer/Drawer.js +3 -4
  428. package/node/Fab/Fab.js +2 -2
  429. package/node/Fade/Fade.js +2 -2
  430. package/node/FilledInput/FilledInput.js +2 -2
  431. package/node/FormControl/FormControl.js +2 -2
  432. package/node/FormControlLabel/FormControlLabel.js +2 -2
  433. package/node/FormGroup/FormGroup.js +2 -2
  434. package/node/FormHelperText/FormHelperText.js +2 -2
  435. package/node/FormLabel/FormLabel.js +2 -2
  436. package/node/Grid/Grid.js +7 -13
  437. package/node/Grow/Grow.js +2 -2
  438. package/node/Icon/Icon.js +2 -2
  439. package/node/IconButton/IconButton.js +2 -2
  440. package/node/ImageList/ImageList.js +2 -2
  441. package/node/ImageListItem/ImageListItem.js +2 -2
  442. package/node/ImageListItemBar/ImageListItemBar.js +2 -2
  443. package/node/InitColorSchemeScript/InitColorSchemeScript.js +25 -0
  444. package/node/InitColorSchemeScript/index.js +13 -0
  445. package/node/Input/Input.js +2 -2
  446. package/node/InputAdornment/InputAdornment.js +2 -2
  447. package/node/InputBase/InputBase.js +27 -21
  448. package/node/InputLabel/InputLabel.js +2 -2
  449. package/node/LinearProgress/LinearProgress.js +2 -2
  450. package/node/Link/Link.js +3 -4
  451. package/node/List/List.js +2 -2
  452. package/node/ListItem/ListItem.js +2 -2
  453. package/node/ListItemAvatar/ListItemAvatar.js +2 -2
  454. package/node/ListItemButton/ListItemButton.js +2 -2
  455. package/node/ListItemIcon/ListItemIcon.js +2 -2
  456. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
  457. package/node/ListItemText/ListItemText.js +2 -2
  458. package/node/ListSubheader/ListSubheader.js +2 -2
  459. package/node/Menu/Menu.js +2 -2
  460. package/node/MenuItem/MenuItem.js +2 -2
  461. package/node/MobileStepper/MobileStepper.js +2 -2
  462. package/node/Modal/Modal.js +2 -2
  463. package/node/OutlinedInput/OutlinedInput.js +2 -2
  464. package/node/Pagination/Pagination.js +2 -2
  465. package/node/PaginationItem/PaginationItem.js +2 -2
  466. package/node/Paper/Paper.js +3 -4
  467. package/node/Popover/Popover.js +2 -2
  468. package/node/Popper/Popper.js +11 -10
  469. package/node/Radio/Radio.js +2 -2
  470. package/node/Rating/Rating.js +2 -2
  471. package/node/ScopedCssBaseline/ScopedCssBaseline.js +27 -13
  472. package/node/Skeleton/Skeleton.js +2 -2
  473. package/node/Slide/Slide.js +2 -2
  474. package/node/Slider/Slider.js +2 -2
  475. package/node/Snackbar/Snackbar.js +3 -4
  476. package/node/SnackbarContent/SnackbarContent.js +2 -2
  477. package/node/SpeedDial/SpeedDial.js +3 -4
  478. package/node/SpeedDialAction/SpeedDialAction.js +2 -2
  479. package/node/SpeedDialIcon/SpeedDialIcon.js +2 -2
  480. package/node/Step/Step.js +2 -2
  481. package/node/StepButton/StepButton.js +2 -2
  482. package/node/StepConnector/StepConnector.js +2 -2
  483. package/node/StepContent/StepContent.js +2 -2
  484. package/node/StepIcon/StepIcon.js +2 -2
  485. package/node/StepLabel/StepLabel.js +2 -2
  486. package/node/Stepper/Stepper.js +6 -4
  487. package/node/Stepper/stepperClasses.js +1 -1
  488. package/node/SvgIcon/SvgIcon.js +2 -2
  489. package/node/SwipeableDrawer/SwipeableDrawer.js +4 -4
  490. package/node/Switch/Switch.js +2 -2
  491. package/node/Tab/Tab.js +13 -9
  492. package/node/Tab/tabClasses.js +1 -1
  493. package/node/TabScrollButton/TabScrollButton.js +2 -2
  494. package/node/Table/Table.js +2 -2
  495. package/node/TableBody/TableBody.js +2 -2
  496. package/node/TableCell/TableCell.js +2 -2
  497. package/node/TableContainer/TableContainer.js +2 -2
  498. package/node/TableFooter/TableFooter.js +2 -2
  499. package/node/TableHead/TableHead.js +2 -2
  500. package/node/TablePagination/TablePagination.js +2 -2
  501. package/node/TableRow/TableRow.js +2 -2
  502. package/node/TableSortLabel/TableSortLabel.js +3 -3
  503. package/node/TableSortLabel/tableSortLabelClasses.js +1 -1
  504. package/node/Tabs/Tabs.js +3 -4
  505. package/node/TextField/TextField.js +2 -2
  506. package/node/ToggleButton/ToggleButton.js +2 -2
  507. package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
  508. package/node/Toolbar/Toolbar.js +2 -2
  509. package/node/Tooltip/Tooltip.js +3 -4
  510. package/node/Typography/Typography.js +4 -4
  511. package/node/Zoom/Zoom.js +2 -2
  512. package/node/index.js +1 -1
  513. package/node/styles/CssVarsProvider.js +20 -8
  514. package/node/styles/createTheme.js +1 -1
  515. package/node/styles/index.js +20 -1
  516. package/node/styles/stringifyTheme.js +62 -0
  517. package/node/usePagination/usePagination.js +1 -1
  518. package/node/zero-styled/index.js +33 -5
  519. package/package.json +6 -6
  520. package/styles/CssVarsProvider.d.ts +3 -2
  521. package/styles/CssVarsProvider.js +19 -7
  522. package/styles/createTheme.js +1 -1
  523. package/styles/index.d.ts +3 -0
  524. package/styles/index.js +2 -1
  525. package/styles/stringifyTheme.d.ts +20 -0
  526. package/styles/stringifyTheme.js +55 -0
  527. package/usePagination/usePagination.js +1 -1
  528. package/zero-styled/index.d.ts +10 -2
  529. package/zero-styled/index.js +24 -5
@@ -51,11 +51,11 @@ export interface ListSubheaderTypeMap<
51
51
  *
52
52
  * Demos:
53
53
  *
54
- * - [Lists](https://mui.com/material-ui/react-list/)
54
+ * - [Lists](https://next.mui.com/material-ui/react-list/)
55
55
  *
56
56
  * API:
57
57
  *
58
- * - [ListSubheader API](https://mui.com/material-ui/api/list-subheader/)
58
+ * - [ListSubheader API](https://next.mui.com/material-ui/api/list-subheader/)
59
59
  */
60
60
  declare const ListSubheader: OverridableComponent<ListSubheaderTypeMap>;
61
61
 
@@ -4,11 +4,11 @@ import * as React from 'react';
4
4
  import PropTypes from 'prop-types';
5
5
  import clsx from 'clsx';
6
6
  import composeClasses from '@mui/utils/composeClasses';
7
- import { styled, createUseThemeProps } from '../zero-styled';
7
+ import { styled } from '../zero-styled';
8
+ import { useDefaultProps } from '../DefaultPropsProvider';
8
9
  import capitalize from '../utils/capitalize';
9
10
  import { getListSubheaderUtilityClass } from './listSubheaderClasses';
10
11
  import { jsx as _jsx } from "react/jsx-runtime";
11
- const useThemeProps = createUseThemeProps('MuiListSubheader');
12
12
  const useUtilityClasses = ownerState => {
13
13
  const {
14
14
  classes,
@@ -83,7 +83,7 @@ const ListSubheaderRoot = styled('li', {
83
83
  }]
84
84
  }));
85
85
  const ListSubheader = /*#__PURE__*/React.forwardRef(function ListSubheader(inProps, ref) {
86
- const props = useThemeProps({
86
+ const props = useDefaultProps({
87
87
  props: inProps,
88
88
  name: 'MuiListSubheader'
89
89
  });
package/Menu/Menu.d.ts CHANGED
@@ -86,12 +86,12 @@ export declare const MenuPaper: React.FC<PaperProps>;
86
86
  *
87
87
  * Demos:
88
88
  *
89
- * - [App Bar](https://mui.com/material-ui/react-app-bar/)
90
- * - [Menu](https://mui.com/material-ui/react-menu/)
89
+ * - [App Bar](https://next.mui.com/material-ui/react-app-bar/)
90
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
91
91
  *
92
92
  * API:
93
93
  *
94
- * - [Menu API](https://mui.com/material-ui/api/menu/)
95
- * - inherits [Popover API](https://mui.com/material-ui/api/popover/)
94
+ * - [Menu API](https://next.mui.com/material-ui/api/menu/)
95
+ * - inherits [Popover API](https://next.mui.com/material-ui/api/popover/)
96
96
  */
97
97
  export default function Menu(props: MenuProps): React.JSX.Element;
package/Menu/Menu.js CHANGED
@@ -11,10 +11,10 @@ import { useRtl } from '@mui/system/RtlProvider';
11
11
  import MenuList from '../MenuList';
12
12
  import Popover, { PopoverPaper } from '../Popover';
13
13
  import rootShouldForwardProp from '../styles/rootShouldForwardProp';
14
- import { styled, createUseThemeProps } from '../zero-styled';
14
+ import { styled } from '../zero-styled';
15
+ import { useDefaultProps } from '../DefaultPropsProvider';
15
16
  import { getMenuUtilityClass } from './menuClasses';
16
17
  import { jsx as _jsx } from "react/jsx-runtime";
17
- const useThemeProps = createUseThemeProps('MuiMenu');
18
18
  const RTL_ORIGIN = {
19
19
  vertical: 'top',
20
20
  horizontal: 'right'
@@ -61,7 +61,7 @@ const MenuMenuList = styled(MenuList, {
61
61
  outline: 0
62
62
  });
63
63
  const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
64
- const props = useThemeProps({
64
+ const props = useDefaultProps({
65
65
  props: inProps,
66
66
  name: 'MuiMenu'
67
67
  });
@@ -60,12 +60,12 @@ export type MenuItemTypeMap<
60
60
  *
61
61
  * Demos:
62
62
  *
63
- * - [Menu](https://mui.com/material-ui/react-menu/)
63
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
64
64
  *
65
65
  * API:
66
66
  *
67
- * - [MenuItem API](https://mui.com/material-ui/api/menu-item/)
68
- * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/)
67
+ * - [MenuItem API](https://next.mui.com/material-ui/api/menu-item/)
68
+ * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/)
69
69
  */
70
70
  declare const MenuItem: ExtendButtonBase<MenuItemTypeMap>;
71
71
 
@@ -6,7 +6,8 @@ import clsx from 'clsx';
6
6
  import composeClasses from '@mui/utils/composeClasses';
7
7
  import { alpha } from '@mui/system/colorManipulator';
8
8
  import rootShouldForwardProp from '../styles/rootShouldForwardProp';
9
- import { styled, createUseThemeProps } from '../zero-styled';
9
+ import { styled } from '../zero-styled';
10
+ import { useDefaultProps } from '../DefaultPropsProvider';
10
11
  import ListContext from '../List/ListContext';
11
12
  import ButtonBase from '../ButtonBase';
12
13
  import useEnhancedEffect from '../utils/useEnhancedEffect';
@@ -16,7 +17,6 @@ import { listItemIconClasses } from '../ListItemIcon';
16
17
  import { listItemTextClasses } from '../ListItemText';
17
18
  import menuItemClasses, { getMenuItemUtilityClass } from './menuItemClasses';
18
19
  import { jsx as _jsx } from "react/jsx-runtime";
19
- const useThemeProps = createUseThemeProps('MuiMenuItem');
20
20
  export const overridesResolver = (props, styles) => {
21
21
  const {
22
22
  ownerState
@@ -146,7 +146,7 @@ const MenuItemRoot = styled(ButtonBase, {
146
146
  }]
147
147
  }));
148
148
  const MenuItem = /*#__PURE__*/React.forwardRef(function MenuItem(inProps, ref) {
149
- const props = useThemeProps({
149
+ const props = useDefaultProps({
150
150
  props: inProps,
151
151
  name: 'MuiMenuItem'
152
152
  });
@@ -48,18 +48,18 @@ export type MenuListClassKey = keyof NonNullable<MenuListTypeMap['props']['class
48
48
 
49
49
  /**
50
50
  * A permanently displayed menu following https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/.
51
- * It's exposed to help customization of the [`Menu`](https://mui.com/material-ui/api/menu/) component if you
51
+ * It's exposed to help customization of the [`Menu`](https://next.mui.com/material-ui/api/menu/) component if you
52
52
  * use it separately you need to move focus into the component manually. Once
53
53
  * the focus is placed inside the component it is fully keyboard accessible.
54
54
  *
55
55
  * Demos:
56
56
  *
57
- * - [Menu](https://mui.com/material-ui/react-menu/)
57
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
58
58
  *
59
59
  * API:
60
60
  *
61
- * - [MenuList API](https://mui.com/material-ui/api/menu-list/)
62
- * - inherits [List API](https://mui.com/material-ui/api/list/)
61
+ * - [MenuList API](https://next.mui.com/material-ui/api/menu-list/)
62
+ * - inherits [List API](https://next.mui.com/material-ui/api/list/)
63
63
  */
64
64
  declare const MenuList: ExtendList<MenuListTypeMap>;
65
65
 
@@ -52,11 +52,11 @@ export interface MobileStepperProps extends StandardProps<PaperProps, 'children'
52
52
  *
53
53
  * Demos:
54
54
  *
55
- * - [Stepper](https://mui.com/material-ui/react-stepper/)
55
+ * - [Stepper](https://next.mui.com/material-ui/react-stepper/)
56
56
  *
57
57
  * API:
58
58
  *
59
- * - [MobileStepper API](https://mui.com/material-ui/api/mobile-stepper/)
60
- * - inherits [Paper API](https://mui.com/material-ui/api/paper/)
59
+ * - [MobileStepper API](https://next.mui.com/material-ui/api/mobile-stepper/)
60
+ * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/)
61
61
  */
62
62
  export default function MobileStepper(props: MobileStepperProps): React.JSX.Element;
@@ -8,11 +8,11 @@ import composeClasses from '@mui/utils/composeClasses';
8
8
  import Paper from '../Paper';
9
9
  import capitalize from '../utils/capitalize';
10
10
  import LinearProgress from '../LinearProgress';
11
- import { styled, createUseThemeProps } from '../zero-styled';
11
+ import { styled } from '../zero-styled';
12
+ import { useDefaultProps } from '../DefaultPropsProvider';
12
13
  import slotShouldForwardProp from '../styles/slotShouldForwardProp';
13
14
  import { getMobileStepperUtilityClass } from './mobileStepperClasses';
14
15
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
15
- const useThemeProps = createUseThemeProps('MuiMobileStepper');
16
16
  const useUtilityClasses = ownerState => {
17
17
  const {
18
18
  classes,
@@ -138,7 +138,7 @@ const MobileStepperProgress = styled(LinearProgress, {
138
138
  }]
139
139
  });
140
140
  const MobileStepper = /*#__PURE__*/React.forwardRef(function MobileStepper(inProps, ref) {
141
- const props = useThemeProps({
141
+ const props = useDefaultProps({
142
142
  props: inProps,
143
143
  name: 'MuiMobileStepper'
144
144
  });
package/Modal/Modal.d.ts CHANGED
@@ -50,7 +50,7 @@ export interface ModalOwnProps {
50
50
  /**
51
51
  * A single child content element.
52
52
  */
53
- children: React.ReactElement<any>;
53
+ children: React.ReactElement<unknown>;
54
54
  /**
55
55
  * Override or extend the styles applied to the component.
56
56
  */
@@ -211,23 +211,23 @@ export declare const ModalRoot: React.FC<ModalRootProps>;
211
211
  /**
212
212
  * Modal is a lower-level construct that is leveraged by the following components:
213
213
  *
214
- * * [Dialog](https://mui.com/material-ui/api/dialog/)
215
- * * [Drawer](https://mui.com/material-ui/api/drawer/)
216
- * * [Menu](https://mui.com/material-ui/api/menu/)
217
- * * [Popover](https://mui.com/material-ui/api/popover/)
214
+ * * [Dialog](https://next.mui.com/material-ui/api/dialog/)
215
+ * * [Drawer](https://next.mui.com/material-ui/api/drawer/)
216
+ * * [Menu](https://next.mui.com/material-ui/api/menu/)
217
+ * * [Popover](https://next.mui.com/material-ui/api/popover/)
218
218
  *
219
- * If you are creating a modal dialog, you probably want to use the [Dialog](https://mui.com/material-ui/api/dialog/) component
219
+ * If you are creating a modal dialog, you probably want to use the [Dialog](https://next.mui.com/material-ui/api/dialog/) component
220
220
  * rather than directly using Modal.
221
221
  *
222
222
  * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
223
223
  *
224
224
  * Demos:
225
225
  *
226
- * - [Modal](https://mui.com/material-ui/react-modal/)
226
+ * - [Modal](https://next.mui.com/material-ui/react-modal/)
227
227
  *
228
228
  * API:
229
229
  *
230
- * - [Modal API](https://mui.com/material-ui/api/modal/)
230
+ * - [Modal API](https://next.mui.com/material-ui/api/modal/)
231
231
  */
232
232
  declare const Modal: OverridableComponent<ModalTypeMap>;
233
233
 
package/Modal/Modal.js CHANGED
@@ -10,11 +10,11 @@ import { unstable_useModal as useModal } from '@mui/base/unstable_useModal';
10
10
  import composeClasses from '@mui/utils/composeClasses';
11
11
  import FocusTrap from '../Unstable_TrapFocus';
12
12
  import Portal from '../Portal';
13
- import { styled, createUseThemeProps } from '../zero-styled';
13
+ import { styled } from '../zero-styled';
14
+ import { useDefaultProps } from '../DefaultPropsProvider';
14
15
  import Backdrop from '../Backdrop';
15
16
  import { getModalUtilityClass } from './modalClasses';
16
17
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
17
- const useThemeProps = createUseThemeProps('MuiModal');
18
18
  const useUtilityClasses = ownerState => {
19
19
  const {
20
20
  open,
@@ -78,7 +78,7 @@ const ModalBackdrop = styled(Backdrop, {
78
78
  * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
79
79
  */
80
80
  const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
81
- const props = useThemeProps({
81
+ const props = useDefaultProps({
82
82
  name: 'MuiModal',
83
83
  props: inProps
84
84
  });
@@ -57,12 +57,12 @@ export interface NativeSelectProps
57
57
  *
58
58
  * Demos:
59
59
  *
60
- * - [Select](https://mui.com/material-ui/react-select/)
60
+ * - [Select](https://next.mui.com/material-ui/react-select/)
61
61
  *
62
62
  * API:
63
63
  *
64
- * - [NativeSelect API](https://mui.com/material-ui/api/native-select/)
65
- * - inherits [Input API](https://mui.com/material-ui/api/input/)
64
+ * - [NativeSelect API](https://next.mui.com/material-ui/api/native-select/)
65
+ * - inherits [Input API](https://next.mui.com/material-ui/api/input/)
66
66
  */
67
67
  declare const NativeSelect: ((props: NativeSelectProps) => React.JSX.Element) & { muiName: string };
68
68
 
@@ -28,12 +28,12 @@ export interface OutlinedInputProps extends StandardProps<InputBaseProps> {
28
28
  *
29
29
  * Demos:
30
30
  *
31
- * - [Text Field](https://mui.com/material-ui/react-text-field/)
31
+ * - [Text Field](https://next.mui.com/material-ui/react-text-field/)
32
32
  *
33
33
  * API:
34
34
  *
35
- * - [OutlinedInput API](https://mui.com/material-ui/api/outlined-input/)
36
- * - inherits [InputBase API](https://mui.com/material-ui/api/input-base/)
35
+ * - [OutlinedInput API](https://next.mui.com/material-ui/api/outlined-input/)
36
+ * - inherits [InputBase API](https://next.mui.com/material-ui/api/input-base/)
37
37
  */
38
38
  declare const OutlinedInput: ((props: OutlinedInputProps) => React.JSX.Element) & {
39
39
  muiName: string;
@@ -8,11 +8,11 @@ import NotchedOutline from './NotchedOutline';
8
8
  import useFormControl from '../FormControl/useFormControl';
9
9
  import formControlState from '../FormControl/formControlState';
10
10
  import rootShouldForwardProp from '../styles/rootShouldForwardProp';
11
- import { styled, createUseThemeProps } from '../zero-styled';
11
+ import { styled } from '../zero-styled';
12
+ import { useDefaultProps } from '../DefaultPropsProvider';
12
13
  import outlinedInputClasses, { getOutlinedInputUtilityClass } from './outlinedInputClasses';
13
14
  import InputBase, { rootOverridesResolver as inputBaseRootOverridesResolver, inputOverridesResolver as inputBaseInputOverridesResolver, InputBaseRoot, InputBaseInput } from '../InputBase/InputBase';
14
15
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
15
- const useThemeProps = createUseThemeProps('MuiOutlinedInput');
16
16
  const useUtilityClasses = ownerState => {
17
17
  const {
18
18
  classes
@@ -177,7 +177,7 @@ const OutlinedInputInput = styled(InputBaseInput, {
177
177
  }));
178
178
  const OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inProps, ref) {
179
179
  var _React$Fragment;
180
- const props = useThemeProps({
180
+ const props = useDefaultProps({
181
181
  props: inProps,
182
182
  name: 'MuiOutlinedInput'
183
183
  });
@@ -80,10 +80,10 @@ export interface PaginationProps
80
80
  *
81
81
  * Demos:
82
82
  *
83
- * - [Pagination](https://mui.com/material-ui/react-pagination/)
83
+ * - [Pagination](https://next.mui.com/material-ui/react-pagination/)
84
84
  *
85
85
  * API:
86
86
  *
87
- * - [Pagination API](https://mui.com/material-ui/api/pagination/)
87
+ * - [Pagination API](https://next.mui.com/material-ui/api/pagination/)
88
88
  */
89
89
  export default function Pagination(props: PaginationProps): React.JSX.Element;
@@ -8,9 +8,9 @@ import integerPropType from '@mui/utils/integerPropType';
8
8
  import { getPaginationUtilityClass } from './paginationClasses';
9
9
  import usePagination from '../usePagination';
10
10
  import PaginationItem from '../PaginationItem';
11
- import { styled, createUseThemeProps } from '../zero-styled';
11
+ import { styled } from '../zero-styled';
12
+ import { useDefaultProps } from '../DefaultPropsProvider';
12
13
  import { jsx as _jsx } from "react/jsx-runtime";
13
- const useThemeProps = createUseThemeProps('MuiPagination');
14
14
  const useUtilityClasses = ownerState => {
15
15
  const {
16
16
  classes,
@@ -51,7 +51,7 @@ function defaultGetAriaLabel(type, page, selected) {
51
51
  return `Go to ${type} page`;
52
52
  }
53
53
  const Pagination = /*#__PURE__*/React.forwardRef(function Pagination(inProps, ref) {
54
- const props = useThemeProps({
54
+ const props = useDefaultProps({
55
55
  props: inProps,
56
56
  name: 'MuiPagination'
57
57
  });
@@ -118,11 +118,11 @@ export interface PaginationItemTypeMap<
118
118
  *
119
119
  * Demos:
120
120
  *
121
- * - [Pagination](https://mui.com/material-ui/react-pagination/)
121
+ * - [Pagination](https://next.mui.com/material-ui/react-pagination/)
122
122
  *
123
123
  * API:
124
124
  *
125
- * - [PaginationItem API](https://mui.com/material-ui/api/pagination-item/)
125
+ * - [PaginationItem API](https://next.mui.com/material-ui/api/pagination-item/)
126
126
  */
127
127
  declare const PaginationItem: OverridableComponent<PaginationItemTypeMap>;
128
128
 
@@ -14,9 +14,9 @@ import LastPageIcon from '../internal/svg-icons/LastPage';
14
14
  import NavigateBeforeIcon from '../internal/svg-icons/NavigateBefore';
15
15
  import NavigateNextIcon from '../internal/svg-icons/NavigateNext';
16
16
  import useSlot from '../utils/useSlot';
17
- import { styled, createUseThemeProps } from '../zero-styled';
17
+ import { styled } from '../zero-styled';
18
+ import { useDefaultProps } from '../DefaultPropsProvider';
18
19
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
19
- const useThemeProps = createUseThemeProps('MuiPaginationItem');
20
20
  const overridesResolver = (props, styles) => {
21
21
  const {
22
22
  ownerState
@@ -266,7 +266,7 @@ const PaginationItemPageIcon = styled('div', {
266
266
  }]
267
267
  }));
268
268
  const PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inProps, ref) {
269
- const props = useThemeProps({
269
+ const props = useDefaultProps({
270
270
  props: inProps,
271
271
  name: 'MuiPaginationItem'
272
272
  });
package/Paper/Paper.d.ts CHANGED
@@ -50,12 +50,12 @@ export interface PaperTypeMap<
50
50
  *
51
51
  * Demos:
52
52
  *
53
- * - [Card](https://mui.com/material-ui/react-card/)
54
- * - [Paper](https://mui.com/material-ui/react-paper/)
53
+ * - [Card](https://next.mui.com/material-ui/react-card/)
54
+ * - [Paper](https://next.mui.com/material-ui/react-paper/)
55
55
  *
56
56
  * API:
57
57
  *
58
- * - [Paper API](https://mui.com/material-ui/api/paper/)
58
+ * - [Paper API](https://next.mui.com/material-ui/api/paper/)
59
59
  */
60
60
  declare const Paper: OverridableComponent<PaperTypeMap>;
61
61
 
package/Paper/Paper.js CHANGED
@@ -7,12 +7,11 @@ import integerPropType from '@mui/utils/integerPropType';
7
7
  import chainPropTypes from '@mui/utils/chainPropTypes';
8
8
  import composeClasses from '@mui/utils/composeClasses';
9
9
  import { alpha } from '@mui/system/colorManipulator';
10
- import { styled, createUseThemeProps } from '../zero-styled';
10
+ import { styled, useTheme } from '../zero-styled';
11
+ import { useDefaultProps } from '../DefaultPropsProvider';
11
12
  import getOverlayAlpha from '../styles/getOverlayAlpha';
12
- import useTheme from '../styles/useTheme';
13
13
  import { getPaperUtilityClass } from './paperClasses';
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
- const useThemeProps = createUseThemeProps('MuiPaper');
16
15
  const useUtilityClasses = ownerState => {
17
16
  const {
18
17
  square,
@@ -65,7 +64,7 @@ const PaperRoot = styled('div', {
65
64
  }]
66
65
  }));
67
66
  const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
68
- const props = useThemeProps({
67
+ const props = useDefaultProps({
69
68
  props: inProps,
70
69
  name: 'MuiPaper'
71
70
  });
@@ -182,12 +182,12 @@ export declare const PopoverPaper: React.FC<PopoverPaperProps>;
182
182
  *
183
183
  * Demos:
184
184
  *
185
- * - [Menu](https://mui.com/material-ui/react-menu/)
186
- * - [Popover](https://mui.com/material-ui/react-popover/)
185
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
186
+ * - [Popover](https://next.mui.com/material-ui/react-popover/)
187
187
  *
188
188
  * API:
189
189
  *
190
- * - [Popover API](https://mui.com/material-ui/api/popover/)
191
- * - inherits [Modal API](https://mui.com/material-ui/api/modal/)
190
+ * - [Popover API](https://next.mui.com/material-ui/api/popover/)
191
+ * - inherits [Modal API](https://next.mui.com/material-ui/api/modal/)
192
192
  */
193
193
  export default function Popover(props: PopoverProps): React.JSX.Element;
@@ -10,7 +10,8 @@ import refType from '@mui/utils/refType';
10
10
  import elementTypeAcceptingRef from '@mui/utils/elementTypeAcceptingRef';
11
11
  import integerPropType from '@mui/utils/integerPropType';
12
12
  import chainPropTypes from '@mui/utils/chainPropTypes';
13
- import { styled, createUseThemeProps } from '../zero-styled';
13
+ import { styled } from '../zero-styled';
14
+ import { useDefaultProps } from '../DefaultPropsProvider';
14
15
  import debounce from '../utils/debounce';
15
16
  import ownerDocument from '../utils/ownerDocument';
16
17
  import ownerWindow from '../utils/ownerWindow';
@@ -21,7 +22,6 @@ import PaperBase from '../Paper';
21
22
  import { getPopoverUtilityClass } from './popoverClasses';
22
23
  import useSlot from '../utils/useSlot';
23
24
  import { jsx as _jsx } from "react/jsx-runtime";
24
- const useThemeProps = createUseThemeProps('MuiPopover');
25
25
  export function getOffsetTop(rect, vertical) {
26
26
  let offset = 0;
27
27
  if (typeof vertical === 'number') {
@@ -83,7 +83,7 @@ export const PopoverPaper = styled(PaperBase, {
83
83
  outline: 0
84
84
  });
85
85
  const Popover = /*#__PURE__*/React.forwardRef(function Popover(inProps, ref) {
86
- const props = useThemeProps({
86
+ const props = useDefaultProps({
87
87
  props: inProps,
88
88
  name: 'MuiPopover'
89
89
  });
@@ -34,13 +34,13 @@ export interface PopperProps extends Omit<BasePopperProps, 'direction'> {
34
34
  *
35
35
  * Demos:
36
36
  *
37
- * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
38
- * - [Menu](https://mui.com/material-ui/react-menu/)
39
- * - [Popper](https://mui.com/material-ui/react-popper/)
37
+ * - [Autocomplete](https://next.mui.com/material-ui/react-autocomplete/)
38
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
39
+ * - [Popper](https://next.mui.com/material-ui/react-popper/)
40
40
  *
41
41
  * API:
42
42
  *
43
- * - [Popper API](https://mui.com/material-ui/api/popper/)
43
+ * - [Popper API](https://next.mui.com/material-ui/api/popper/)
44
44
  */
45
45
  declare const Popper: React.ForwardRefExoticComponent<PopperProps & React.RefAttributes<HTMLDivElement>>;
46
46
  export default Popper;
package/Popper/Popper.js CHANGED
@@ -1,12 +1,13 @@
1
1
  'use client';
2
2
 
3
3
  import { Popper as BasePopper } from '@mui/base/Popper';
4
- import useTheme from '@mui/system/useThemeWithoutDefault';
4
+ import { useRtl } from '@mui/system/RtlProvider';
5
5
  import refType from '@mui/utils/refType';
6
6
  import HTMLElementType from '@mui/utils/HTMLElementType';
7
7
  import PropTypes from 'prop-types';
8
8
  import * as React from 'react';
9
- import { styled, useThemeProps } from '../styles';
9
+ import { styled } from '../zero-styled';
10
+ import { useDefaultProps } from '../DefaultPropsProvider';
10
11
  import { jsx as _jsx } from "react/jsx-runtime";
11
12
  const PopperRoot = styled(BasePopper, {
12
13
  name: 'MuiPopper',
@@ -18,17 +19,17 @@ const PopperRoot = styled(BasePopper, {
18
19
  *
19
20
  * Demos:
20
21
  *
21
- * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
22
- * - [Menu](https://mui.com/material-ui/react-menu/)
23
- * - [Popper](https://mui.com/material-ui/react-popper/)
22
+ * - [Autocomplete](https://next.mui.com/material-ui/react-autocomplete/)
23
+ * - [Menu](https://next.mui.com/material-ui/react-menu/)
24
+ * - [Popper](https://next.mui.com/material-ui/react-popper/)
24
25
  *
25
26
  * API:
26
27
  *
27
- * - [Popper API](https://mui.com/material-ui/api/popper/)
28
+ * - [Popper API](https://next.mui.com/material-ui/api/popper/)
28
29
  */
29
30
  const Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) {
30
- const theme = useTheme();
31
- const props = useThemeProps({
31
+ const isRtl = useRtl();
32
+ const props = useDefaultProps({
32
33
  props: inProps,
33
34
  name: 'MuiPopper'
34
35
  });
@@ -66,7 +67,7 @@ const Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) {
66
67
  };
67
68
  return /*#__PURE__*/_jsx(PopperRoot, {
68
69
  as: component,
69
- direction: theme?.direction,
70
+ direction: isRtl ? 'rtl' : 'ltr',
70
71
  slots: {
71
72
  root: RootComponent
72
73
  },
package/Radio/Radio.d.ts CHANGED
@@ -55,11 +55,11 @@ export interface RadioProps
55
55
  *
56
56
  * Demos:
57
57
  *
58
- * - [Radio Group](https://mui.com/material-ui/react-radio-button/)
58
+ * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/)
59
59
  *
60
60
  * API:
61
61
  *
62
- * - [Radio API](https://mui.com/material-ui/api/radio/)
63
- * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/)
62
+ * - [Radio API](https://next.mui.com/material-ui/api/radio/)
63
+ * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/)
64
64
  */
65
65
  export default function Radio(props: RadioProps): React.JSX.Element;
package/Radio/Radio.js CHANGED
@@ -13,9 +13,9 @@ import createChainedFunction from '../utils/createChainedFunction';
13
13
  import useRadioGroup from '../RadioGroup/useRadioGroup';
14
14
  import radioClasses, { getRadioUtilityClass } from './radioClasses';
15
15
  import rootShouldForwardProp from '../styles/rootShouldForwardProp';
16
- import { styled, createUseThemeProps } from '../zero-styled';
16
+ import { styled } from '../zero-styled';
17
+ import { useDefaultProps } from '../DefaultPropsProvider';
17
18
  import { jsx as _jsx } from "react/jsx-runtime";
18
- const useThemeProps = createUseThemeProps('MuiRadio');
19
19
  const useUtilityClasses = ownerState => {
20
20
  const {
21
21
  classes,
@@ -104,7 +104,7 @@ const defaultCheckedIcon = /*#__PURE__*/_jsx(RadioButtonIcon, {
104
104
  });
105
105
  const defaultIcon = /*#__PURE__*/_jsx(RadioButtonIcon, {});
106
106
  const Radio = /*#__PURE__*/React.forwardRef(function Radio(inProps, ref) {
107
- const props = useThemeProps({
107
+ const props = useDefaultProps({
108
108
  props: inProps,
109
109
  name: 'MuiRadio'
110
110
  });
@@ -29,11 +29,11 @@ export interface RadioGroupProps extends Omit<FormGroupProps, 'onChange'> {
29
29
  *
30
30
  * Demos:
31
31
  *
32
- * - [Radio Group](https://mui.com/material-ui/react-radio-button/)
32
+ * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/)
33
33
  *
34
34
  * API:
35
35
  *
36
- * - [RadioGroup API](https://mui.com/material-ui/api/radio-group/)
37
- * - inherits [FormGroup API](https://mui.com/material-ui/api/form-group/)
36
+ * - [RadioGroup API](https://next.mui.com/material-ui/api/radio-group/)
37
+ * - inherits [FormGroup API](https://next.mui.com/material-ui/api/form-group/)
38
38
  */
39
39
  export default function RadioGroup(props: RadioGroupProps): React.JSX.Element;
@@ -118,10 +118,10 @@ export interface RatingProps
118
118
  *
119
119
  * Demos:
120
120
  *
121
- * - [Rating](https://mui.com/material-ui/react-rating/)
121
+ * - [Rating](https://next.mui.com/material-ui/react-rating/)
122
122
  *
123
123
  * API:
124
124
  *
125
- * - [Rating API](https://mui.com/material-ui/api/rating/)
125
+ * - [Rating API](https://next.mui.com/material-ui/api/rating/)
126
126
  */
127
127
  export default function Rating(props: RatingProps): React.JSX.Element;
package/Rating/Rating.js CHANGED
@@ -11,11 +11,11 @@ import { useRtl } from '@mui/system/RtlProvider';
11
11
  import { capitalize, useForkRef, useIsFocusVisible, useControlled, unstable_useId as useId } from '../utils';
12
12
  import Star from '../internal/svg-icons/Star';
13
13
  import StarBorder from '../internal/svg-icons/StarBorder';
14
- import { styled, createUseThemeProps } from '../zero-styled';
14
+ import { styled } from '../zero-styled';
15
+ import { useDefaultProps } from '../DefaultPropsProvider';
15
16
  import slotShouldForwardProp from '../styles/slotShouldForwardProp';
16
17
  import ratingClasses, { getRatingUtilityClass } from './ratingClasses';
17
18
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
18
- const useThemeProps = createUseThemeProps('MuiRating');
19
19
  function getDecimalPrecision(num) {
20
20
  const decimalPart = num.toString().split('.')[1];
21
21
  return decimalPart ? decimalPart.length : 0;
@@ -305,7 +305,7 @@ function defaultLabelText(value) {
305
305
  return `${value} Star${value !== 1 ? 's' : ''}`;
306
306
  }
307
307
  const Rating = /*#__PURE__*/React.forwardRef(function Rating(inProps, ref) {
308
- const props = useThemeProps({
308
+ const props = useDefaultProps({
309
309
  name: 'MuiRating',
310
310
  props: inProps
311
311
  });