@mui/material 5.15.3 → 5.15.4

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 (534) hide show
  1. package/Accordion/Accordion.js +4 -4
  2. package/AccordionActions/AccordionActions.js +4 -4
  3. package/AccordionDetails/AccordionDetails.js +4 -4
  4. package/AccordionSummary/AccordionSummary.js +4 -4
  5. package/Alert/Alert.js +4 -4
  6. package/AlertTitle/AlertTitle.js +4 -4
  7. package/AppBar/AppBar.js +4 -4
  8. package/Autocomplete/Autocomplete.js +4 -4
  9. package/Avatar/Avatar.js +4 -4
  10. package/AvatarGroup/AvatarGroup.js +4 -4
  11. package/Backdrop/Backdrop.js +4 -4
  12. package/Badge/Badge.js +4 -4
  13. package/BottomNavigation/BottomNavigation.js +4 -4
  14. package/BottomNavigationAction/BottomNavigationAction.js +4 -4
  15. package/Box/Box.js +4 -4
  16. package/Breadcrumbs/Breadcrumbs.js +4 -4
  17. package/Button/Button.js +4 -4
  18. package/ButtonBase/ButtonBase.js +4 -4
  19. package/ButtonGroup/ButtonGroup.js +4 -4
  20. package/ButtonGroup/ButtonGroupContext.d.ts +2 -2
  21. package/CHANGELOG.md +86 -1
  22. package/Card/Card.js +4 -4
  23. package/CardActionArea/CardActionArea.js +4 -4
  24. package/CardActions/CardActions.js +4 -4
  25. package/CardContent/CardContent.js +4 -4
  26. package/CardHeader/CardHeader.js +4 -4
  27. package/CardMedia/CardMedia.js +4 -4
  28. package/Checkbox/Checkbox.js +4 -4
  29. package/Chip/Chip.js +4 -4
  30. package/CircularProgress/CircularProgress.js +4 -4
  31. package/ClickAwayListener/index.d.ts +2 -1
  32. package/Collapse/Collapse.js +4 -4
  33. package/Container/Container.js +4 -4
  34. package/CssBaseline/CssBaseline.js +4 -4
  35. package/Dialog/Dialog.js +4 -4
  36. package/DialogActions/DialogActions.js +4 -4
  37. package/DialogContent/DialogContent.js +4 -4
  38. package/DialogContentText/DialogContentText.js +4 -4
  39. package/DialogTitle/DialogTitle.js +4 -4
  40. package/Divider/Divider.js +4 -4
  41. package/Drawer/Drawer.js +4 -4
  42. package/Fab/Fab.js +4 -4
  43. package/Fade/Fade.js +4 -4
  44. package/FilledInput/FilledInput.js +4 -4
  45. package/FormControl/FormControl.d.ts +1 -1
  46. package/FormControl/FormControl.js +4 -4
  47. package/FormControlLabel/FormControlLabel.js +4 -4
  48. package/FormGroup/FormGroup.js +4 -4
  49. package/FormHelperText/FormHelperText.js +4 -4
  50. package/FormLabel/FormLabel.d.ts +1 -1
  51. package/FormLabel/FormLabel.js +4 -4
  52. package/GlobalStyles/GlobalStyles.js +4 -4
  53. package/Grid/Grid.js +4 -4
  54. package/Grow/Grow.js +4 -4
  55. package/Hidden/Hidden.js +4 -4
  56. package/Icon/Icon.js +4 -4
  57. package/IconButton/IconButton.js +4 -4
  58. package/ImageList/ImageList.js +4 -4
  59. package/ImageListItem/ImageListItem.js +4 -4
  60. package/ImageListItemBar/ImageListItemBar.js +4 -4
  61. package/Input/Input.js +4 -4
  62. package/InputAdornment/InputAdornment.js +4 -4
  63. package/InputBase/InputBase.js +4 -4
  64. package/InputLabel/InputLabel.d.ts +1 -5
  65. package/InputLabel/InputLabel.js +4 -4
  66. package/LinearProgress/LinearProgress.js +4 -4
  67. package/Link/Link.js +4 -4
  68. package/List/List.js +4 -4
  69. package/ListItem/ListItem.js +4 -4
  70. package/ListItemAvatar/ListItemAvatar.js +4 -4
  71. package/ListItemButton/ListItemButton.js +4 -4
  72. package/ListItemIcon/ListItemIcon.js +4 -4
  73. package/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
  74. package/ListItemText/ListItemText.js +4 -4
  75. package/ListSubheader/ListSubheader.js +4 -4
  76. package/Menu/Menu.js +4 -4
  77. package/MenuItem/MenuItem.js +4 -4
  78. package/MenuList/MenuList.js +4 -4
  79. package/MobileStepper/MobileStepper.js +4 -4
  80. package/Modal/Modal.js +4 -4
  81. package/NativeSelect/NativeSelect.js +4 -4
  82. package/OutlinedInput/OutlinedInput.js +4 -4
  83. package/Pagination/Pagination.js +4 -4
  84. package/PaginationItem/PaginationItem.js +4 -4
  85. package/Paper/Paper.js +4 -4
  86. package/Popover/Popover.js +4 -4
  87. package/Popper/Popper.js +4 -4
  88. package/Radio/Radio.js +4 -4
  89. package/RadioGroup/RadioGroup.js +4 -4
  90. package/Rating/Rating.js +4 -4
  91. package/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
  92. package/Select/Select.js +4 -4
  93. package/Skeleton/Skeleton.js +4 -4
  94. package/Slide/Slide.js +4 -4
  95. package/Slider/Slider.js +4 -4
  96. package/Snackbar/Snackbar.js +4 -4
  97. package/SnackbarContent/SnackbarContent.js +4 -4
  98. package/SpeedDial/SpeedDial.js +4 -4
  99. package/SpeedDialAction/SpeedDialAction.js +4 -4
  100. package/SpeedDialIcon/SpeedDialIcon.js +4 -4
  101. package/Stack/Stack.js +4 -4
  102. package/Step/Step.js +4 -4
  103. package/StepButton/StepButton.js +4 -4
  104. package/StepConnector/StepConnector.js +4 -4
  105. package/StepContent/StepContent.js +4 -4
  106. package/StepIcon/StepIcon.js +4 -4
  107. package/StepLabel/StepLabel.js +4 -4
  108. package/Stepper/Stepper.js +4 -4
  109. package/SvgIcon/SvgIcon.js +4 -4
  110. package/SwipeableDrawer/SwipeableDrawer.js +4 -4
  111. package/Switch/Switch.js +4 -4
  112. package/Tab/Tab.js +4 -4
  113. package/TabScrollButton/TabScrollButton.js +4 -4
  114. package/Table/Table.js +4 -4
  115. package/TableBody/TableBody.js +4 -4
  116. package/TableCell/TableCell.js +4 -4
  117. package/TableContainer/TableContainer.js +4 -4
  118. package/TableFooter/TableFooter.js +4 -4
  119. package/TableHead/TableHead.js +4 -4
  120. package/TablePagination/TablePagination.js +4 -4
  121. package/TableRow/TableRow.js +4 -4
  122. package/TableSortLabel/TableSortLabel.js +4 -4
  123. package/Tabs/Tabs.js +4 -4
  124. package/TextField/TextField.d.ts +1 -1
  125. package/TextField/TextField.js +4 -4
  126. package/ToggleButton/ToggleButton.js +24 -8
  127. package/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
  128. package/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +6 -0
  129. package/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
  130. package/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +16 -0
  131. package/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
  132. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +6 -0
  133. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  134. package/Toolbar/Toolbar.js +4 -4
  135. package/Tooltip/Tooltip.js +4 -4
  136. package/Typography/Typography.js +4 -4
  137. package/Unstable_Grid2/Grid2.js +4 -4
  138. package/Zoom/Zoom.js +4 -4
  139. package/index.js +1 -1
  140. package/legacy/Accordion/Accordion.js +4 -4
  141. package/legacy/AccordionActions/AccordionActions.js +4 -4
  142. package/legacy/AccordionDetails/AccordionDetails.js +4 -4
  143. package/legacy/AccordionSummary/AccordionSummary.js +4 -4
  144. package/legacy/Alert/Alert.js +4 -4
  145. package/legacy/AlertTitle/AlertTitle.js +4 -4
  146. package/legacy/AppBar/AppBar.js +4 -4
  147. package/legacy/Autocomplete/Autocomplete.js +4 -4
  148. package/legacy/Avatar/Avatar.js +4 -4
  149. package/legacy/AvatarGroup/AvatarGroup.js +4 -4
  150. package/legacy/Backdrop/Backdrop.js +4 -4
  151. package/legacy/Badge/Badge.js +4 -4
  152. package/legacy/BottomNavigation/BottomNavigation.js +4 -4
  153. package/legacy/BottomNavigationAction/BottomNavigationAction.js +4 -4
  154. package/legacy/Box/Box.js +4 -4
  155. package/legacy/Breadcrumbs/Breadcrumbs.js +4 -4
  156. package/legacy/Button/Button.js +4 -4
  157. package/legacy/ButtonBase/ButtonBase.js +4 -4
  158. package/legacy/ButtonGroup/ButtonGroup.js +4 -4
  159. package/legacy/Card/Card.js +4 -4
  160. package/legacy/CardActionArea/CardActionArea.js +4 -4
  161. package/legacy/CardActions/CardActions.js +4 -4
  162. package/legacy/CardContent/CardContent.js +4 -4
  163. package/legacy/CardHeader/CardHeader.js +4 -4
  164. package/legacy/CardMedia/CardMedia.js +4 -4
  165. package/legacy/Checkbox/Checkbox.js +4 -4
  166. package/legacy/Chip/Chip.js +4 -4
  167. package/legacy/CircularProgress/CircularProgress.js +4 -4
  168. package/legacy/Collapse/Collapse.js +4 -4
  169. package/legacy/Container/Container.js +4 -4
  170. package/legacy/CssBaseline/CssBaseline.js +4 -4
  171. package/legacy/Dialog/Dialog.js +4 -4
  172. package/legacy/DialogActions/DialogActions.js +4 -4
  173. package/legacy/DialogContent/DialogContent.js +4 -4
  174. package/legacy/DialogContentText/DialogContentText.js +4 -4
  175. package/legacy/DialogTitle/DialogTitle.js +4 -4
  176. package/legacy/Divider/Divider.js +4 -4
  177. package/legacy/Drawer/Drawer.js +4 -4
  178. package/legacy/Fab/Fab.js +4 -4
  179. package/legacy/Fade/Fade.js +4 -4
  180. package/legacy/FilledInput/FilledInput.js +4 -4
  181. package/legacy/FormControl/FormControl.js +4 -4
  182. package/legacy/FormControlLabel/FormControlLabel.js +4 -4
  183. package/legacy/FormGroup/FormGroup.js +4 -4
  184. package/legacy/FormHelperText/FormHelperText.js +4 -4
  185. package/legacy/FormLabel/FormLabel.js +4 -4
  186. package/legacy/GlobalStyles/GlobalStyles.js +4 -4
  187. package/legacy/Grid/Grid.js +4 -4
  188. package/legacy/Grow/Grow.js +4 -4
  189. package/legacy/Hidden/Hidden.js +4 -4
  190. package/legacy/Icon/Icon.js +4 -4
  191. package/legacy/IconButton/IconButton.js +4 -4
  192. package/legacy/ImageList/ImageList.js +4 -4
  193. package/legacy/ImageListItem/ImageListItem.js +4 -4
  194. package/legacy/ImageListItemBar/ImageListItemBar.js +4 -4
  195. package/legacy/Input/Input.js +4 -4
  196. package/legacy/InputAdornment/InputAdornment.js +4 -4
  197. package/legacy/InputBase/InputBase.js +4 -4
  198. package/legacy/InputLabel/InputLabel.js +4 -4
  199. package/legacy/LinearProgress/LinearProgress.js +4 -4
  200. package/legacy/Link/Link.js +4 -4
  201. package/legacy/List/List.js +4 -4
  202. package/legacy/ListItem/ListItem.js +4 -4
  203. package/legacy/ListItemAvatar/ListItemAvatar.js +4 -4
  204. package/legacy/ListItemButton/ListItemButton.js +4 -4
  205. package/legacy/ListItemIcon/ListItemIcon.js +4 -4
  206. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
  207. package/legacy/ListItemText/ListItemText.js +4 -4
  208. package/legacy/ListSubheader/ListSubheader.js +4 -4
  209. package/legacy/Menu/Menu.js +4 -4
  210. package/legacy/MenuItem/MenuItem.js +4 -4
  211. package/legacy/MenuList/MenuList.js +4 -4
  212. package/legacy/MobileStepper/MobileStepper.js +4 -4
  213. package/legacy/Modal/Modal.js +4 -4
  214. package/legacy/NativeSelect/NativeSelect.js +4 -4
  215. package/legacy/OutlinedInput/OutlinedInput.js +4 -4
  216. package/legacy/Pagination/Pagination.js +4 -4
  217. package/legacy/PaginationItem/PaginationItem.js +4 -4
  218. package/legacy/Paper/Paper.js +4 -4
  219. package/legacy/Popover/Popover.js +4 -4
  220. package/legacy/Popper/Popper.js +4 -4
  221. package/legacy/Radio/Radio.js +4 -4
  222. package/legacy/RadioGroup/RadioGroup.js +4 -4
  223. package/legacy/Rating/Rating.js +4 -4
  224. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
  225. package/legacy/Select/Select.js +4 -4
  226. package/legacy/Skeleton/Skeleton.js +4 -4
  227. package/legacy/Slide/Slide.js +4 -4
  228. package/legacy/Slider/Slider.js +4 -4
  229. package/legacy/Snackbar/Snackbar.js +4 -4
  230. package/legacy/SnackbarContent/SnackbarContent.js +4 -4
  231. package/legacy/SpeedDial/SpeedDial.js +4 -4
  232. package/legacy/SpeedDialAction/SpeedDialAction.js +4 -4
  233. package/legacy/SpeedDialIcon/SpeedDialIcon.js +4 -4
  234. package/legacy/Stack/Stack.js +4 -4
  235. package/legacy/Step/Step.js +4 -4
  236. package/legacy/StepButton/StepButton.js +4 -4
  237. package/legacy/StepConnector/StepConnector.js +4 -4
  238. package/legacy/StepContent/StepContent.js +4 -4
  239. package/legacy/StepIcon/StepIcon.js +4 -4
  240. package/legacy/StepLabel/StepLabel.js +4 -4
  241. package/legacy/Stepper/Stepper.js +4 -4
  242. package/legacy/SvgIcon/SvgIcon.js +4 -4
  243. package/legacy/SwipeableDrawer/SwipeableDrawer.js +4 -4
  244. package/legacy/Switch/Switch.js +4 -4
  245. package/legacy/Tab/Tab.js +4 -4
  246. package/legacy/TabScrollButton/TabScrollButton.js +4 -4
  247. package/legacy/Table/Table.js +4 -4
  248. package/legacy/TableBody/TableBody.js +4 -4
  249. package/legacy/TableCell/TableCell.js +4 -4
  250. package/legacy/TableContainer/TableContainer.js +4 -4
  251. package/legacy/TableFooter/TableFooter.js +4 -4
  252. package/legacy/TableHead/TableHead.js +4 -4
  253. package/legacy/TablePagination/TablePagination.js +4 -4
  254. package/legacy/TableRow/TableRow.js +4 -4
  255. package/legacy/TableSortLabel/TableSortLabel.js +4 -4
  256. package/legacy/Tabs/Tabs.js +4 -4
  257. package/legacy/TextField/TextField.js +4 -4
  258. package/legacy/ToggleButton/ToggleButton.js +19 -6
  259. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +81 -55
  260. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
  261. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
  262. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  263. package/legacy/Toolbar/Toolbar.js +4 -4
  264. package/legacy/Tooltip/Tooltip.js +4 -4
  265. package/legacy/Typography/Typography.js +4 -4
  266. package/legacy/Unstable_Grid2/Grid2.js +4 -4
  267. package/legacy/Zoom/Zoom.js +4 -4
  268. package/legacy/index.js +1 -1
  269. package/legacy/styles/CssVarsProvider.js +3 -0
  270. package/modern/Accordion/Accordion.js +4 -4
  271. package/modern/AccordionActions/AccordionActions.js +4 -4
  272. package/modern/AccordionDetails/AccordionDetails.js +4 -4
  273. package/modern/AccordionSummary/AccordionSummary.js +4 -4
  274. package/modern/Alert/Alert.js +4 -4
  275. package/modern/AlertTitle/AlertTitle.js +4 -4
  276. package/modern/AppBar/AppBar.js +4 -4
  277. package/modern/Autocomplete/Autocomplete.js +4 -4
  278. package/modern/Avatar/Avatar.js +4 -4
  279. package/modern/AvatarGroup/AvatarGroup.js +4 -4
  280. package/modern/Backdrop/Backdrop.js +4 -4
  281. package/modern/Badge/Badge.js +4 -4
  282. package/modern/BottomNavigation/BottomNavigation.js +4 -4
  283. package/modern/BottomNavigationAction/BottomNavigationAction.js +4 -4
  284. package/modern/Box/Box.js +4 -4
  285. package/modern/Breadcrumbs/Breadcrumbs.js +4 -4
  286. package/modern/Button/Button.js +4 -4
  287. package/modern/ButtonBase/ButtonBase.js +4 -4
  288. package/modern/ButtonGroup/ButtonGroup.js +4 -4
  289. package/modern/Card/Card.js +4 -4
  290. package/modern/CardActionArea/CardActionArea.js +4 -4
  291. package/modern/CardActions/CardActions.js +4 -4
  292. package/modern/CardContent/CardContent.js +4 -4
  293. package/modern/CardHeader/CardHeader.js +4 -4
  294. package/modern/CardMedia/CardMedia.js +4 -4
  295. package/modern/Checkbox/Checkbox.js +4 -4
  296. package/modern/Chip/Chip.js +4 -4
  297. package/modern/CircularProgress/CircularProgress.js +4 -4
  298. package/modern/Collapse/Collapse.js +4 -4
  299. package/modern/Container/Container.js +4 -4
  300. package/modern/CssBaseline/CssBaseline.js +4 -4
  301. package/modern/Dialog/Dialog.js +4 -4
  302. package/modern/DialogActions/DialogActions.js +4 -4
  303. package/modern/DialogContent/DialogContent.js +4 -4
  304. package/modern/DialogContentText/DialogContentText.js +4 -4
  305. package/modern/DialogTitle/DialogTitle.js +4 -4
  306. package/modern/Divider/Divider.js +4 -4
  307. package/modern/Drawer/Drawer.js +4 -4
  308. package/modern/Fab/Fab.js +4 -4
  309. package/modern/Fade/Fade.js +4 -4
  310. package/modern/FilledInput/FilledInput.js +4 -4
  311. package/modern/FormControl/FormControl.js +4 -4
  312. package/modern/FormControlLabel/FormControlLabel.js +4 -4
  313. package/modern/FormGroup/FormGroup.js +4 -4
  314. package/modern/FormHelperText/FormHelperText.js +4 -4
  315. package/modern/FormLabel/FormLabel.js +4 -4
  316. package/modern/GlobalStyles/GlobalStyles.js +4 -4
  317. package/modern/Grid/Grid.js +4 -4
  318. package/modern/Grow/Grow.js +4 -4
  319. package/modern/Hidden/Hidden.js +4 -4
  320. package/modern/Icon/Icon.js +4 -4
  321. package/modern/IconButton/IconButton.js +4 -4
  322. package/modern/ImageList/ImageList.js +4 -4
  323. package/modern/ImageListItem/ImageListItem.js +4 -4
  324. package/modern/ImageListItemBar/ImageListItemBar.js +4 -4
  325. package/modern/Input/Input.js +4 -4
  326. package/modern/InputAdornment/InputAdornment.js +4 -4
  327. package/modern/InputBase/InputBase.js +4 -4
  328. package/modern/InputLabel/InputLabel.js +4 -4
  329. package/modern/LinearProgress/LinearProgress.js +4 -4
  330. package/modern/Link/Link.js +4 -4
  331. package/modern/List/List.js +4 -4
  332. package/modern/ListItem/ListItem.js +4 -4
  333. package/modern/ListItemAvatar/ListItemAvatar.js +4 -4
  334. package/modern/ListItemButton/ListItemButton.js +4 -4
  335. package/modern/ListItemIcon/ListItemIcon.js +4 -4
  336. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
  337. package/modern/ListItemText/ListItemText.js +4 -4
  338. package/modern/ListSubheader/ListSubheader.js +4 -4
  339. package/modern/Menu/Menu.js +4 -4
  340. package/modern/MenuItem/MenuItem.js +4 -4
  341. package/modern/MenuList/MenuList.js +4 -4
  342. package/modern/MobileStepper/MobileStepper.js +4 -4
  343. package/modern/Modal/Modal.js +4 -4
  344. package/modern/NativeSelect/NativeSelect.js +4 -4
  345. package/modern/OutlinedInput/OutlinedInput.js +4 -4
  346. package/modern/Pagination/Pagination.js +4 -4
  347. package/modern/PaginationItem/PaginationItem.js +4 -4
  348. package/modern/Paper/Paper.js +4 -4
  349. package/modern/Popover/Popover.js +4 -4
  350. package/modern/Popper/Popper.js +4 -4
  351. package/modern/Radio/Radio.js +4 -4
  352. package/modern/RadioGroup/RadioGroup.js +4 -4
  353. package/modern/Rating/Rating.js +4 -4
  354. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
  355. package/modern/Select/Select.js +4 -4
  356. package/modern/Skeleton/Skeleton.js +4 -4
  357. package/modern/Slide/Slide.js +4 -4
  358. package/modern/Slider/Slider.js +4 -4
  359. package/modern/Snackbar/Snackbar.js +4 -4
  360. package/modern/SnackbarContent/SnackbarContent.js +4 -4
  361. package/modern/SpeedDial/SpeedDial.js +4 -4
  362. package/modern/SpeedDialAction/SpeedDialAction.js +4 -4
  363. package/modern/SpeedDialIcon/SpeedDialIcon.js +4 -4
  364. package/modern/Stack/Stack.js +4 -4
  365. package/modern/Step/Step.js +4 -4
  366. package/modern/StepButton/StepButton.js +4 -4
  367. package/modern/StepConnector/StepConnector.js +4 -4
  368. package/modern/StepContent/StepContent.js +4 -4
  369. package/modern/StepIcon/StepIcon.js +4 -4
  370. package/modern/StepLabel/StepLabel.js +4 -4
  371. package/modern/Stepper/Stepper.js +4 -4
  372. package/modern/SvgIcon/SvgIcon.js +4 -4
  373. package/modern/SwipeableDrawer/SwipeableDrawer.js +4 -4
  374. package/modern/Switch/Switch.js +4 -4
  375. package/modern/Tab/Tab.js +4 -4
  376. package/modern/TabScrollButton/TabScrollButton.js +4 -4
  377. package/modern/Table/Table.js +4 -4
  378. package/modern/TableBody/TableBody.js +4 -4
  379. package/modern/TableCell/TableCell.js +4 -4
  380. package/modern/TableContainer/TableContainer.js +4 -4
  381. package/modern/TableFooter/TableFooter.js +4 -4
  382. package/modern/TableHead/TableHead.js +4 -4
  383. package/modern/TablePagination/TablePagination.js +4 -4
  384. package/modern/TableRow/TableRow.js +4 -4
  385. package/modern/TableSortLabel/TableSortLabel.js +4 -4
  386. package/modern/Tabs/Tabs.js +4 -4
  387. package/modern/TextField/TextField.js +4 -4
  388. package/modern/ToggleButton/ToggleButton.js +24 -8
  389. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
  390. package/modern/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
  391. package/modern/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
  392. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  393. package/modern/Toolbar/Toolbar.js +4 -4
  394. package/modern/Tooltip/Tooltip.js +4 -4
  395. package/modern/Typography/Typography.js +4 -4
  396. package/modern/Unstable_Grid2/Grid2.js +4 -4
  397. package/modern/Zoom/Zoom.js +4 -4
  398. package/modern/index.js +1 -1
  399. package/modern/styles/CssVarsProvider.js +3 -0
  400. package/node/Accordion/Accordion.js +4 -4
  401. package/node/AccordionActions/AccordionActions.js +4 -4
  402. package/node/AccordionDetails/AccordionDetails.js +4 -4
  403. package/node/AccordionSummary/AccordionSummary.js +4 -4
  404. package/node/Alert/Alert.js +4 -4
  405. package/node/AlertTitle/AlertTitle.js +4 -4
  406. package/node/AppBar/AppBar.js +4 -4
  407. package/node/Autocomplete/Autocomplete.js +4 -4
  408. package/node/Avatar/Avatar.js +4 -4
  409. package/node/AvatarGroup/AvatarGroup.js +4 -4
  410. package/node/Backdrop/Backdrop.js +4 -4
  411. package/node/Badge/Badge.js +4 -4
  412. package/node/BottomNavigation/BottomNavigation.js +4 -4
  413. package/node/BottomNavigationAction/BottomNavigationAction.js +4 -4
  414. package/node/Box/Box.js +4 -4
  415. package/node/Breadcrumbs/Breadcrumbs.js +4 -4
  416. package/node/Button/Button.js +4 -4
  417. package/node/ButtonBase/ButtonBase.js +4 -4
  418. package/node/ButtonGroup/ButtonGroup.js +4 -4
  419. package/node/Card/Card.js +4 -4
  420. package/node/CardActionArea/CardActionArea.js +4 -4
  421. package/node/CardActions/CardActions.js +4 -4
  422. package/node/CardContent/CardContent.js +4 -4
  423. package/node/CardHeader/CardHeader.js +4 -4
  424. package/node/CardMedia/CardMedia.js +4 -4
  425. package/node/Checkbox/Checkbox.js +4 -4
  426. package/node/Chip/Chip.js +4 -4
  427. package/node/CircularProgress/CircularProgress.js +4 -4
  428. package/node/Collapse/Collapse.js +4 -4
  429. package/node/Container/Container.js +4 -4
  430. package/node/CssBaseline/CssBaseline.js +4 -4
  431. package/node/Dialog/Dialog.js +4 -4
  432. package/node/DialogActions/DialogActions.js +4 -4
  433. package/node/DialogContent/DialogContent.js +4 -4
  434. package/node/DialogContentText/DialogContentText.js +4 -4
  435. package/node/DialogTitle/DialogTitle.js +4 -4
  436. package/node/Divider/Divider.js +4 -4
  437. package/node/Drawer/Drawer.js +4 -4
  438. package/node/Fab/Fab.js +4 -4
  439. package/node/Fade/Fade.js +4 -4
  440. package/node/FilledInput/FilledInput.js +4 -4
  441. package/node/FormControl/FormControl.js +4 -4
  442. package/node/FormControlLabel/FormControlLabel.js +4 -4
  443. package/node/FormGroup/FormGroup.js +4 -4
  444. package/node/FormHelperText/FormHelperText.js +4 -4
  445. package/node/FormLabel/FormLabel.js +4 -4
  446. package/node/GlobalStyles/GlobalStyles.js +4 -4
  447. package/node/Grid/Grid.js +4 -4
  448. package/node/Grow/Grow.js +4 -4
  449. package/node/Hidden/Hidden.js +4 -4
  450. package/node/Icon/Icon.js +4 -4
  451. package/node/IconButton/IconButton.js +4 -4
  452. package/node/ImageList/ImageList.js +4 -4
  453. package/node/ImageListItem/ImageListItem.js +4 -4
  454. package/node/ImageListItemBar/ImageListItemBar.js +4 -4
  455. package/node/Input/Input.js +4 -4
  456. package/node/InputAdornment/InputAdornment.js +4 -4
  457. package/node/InputBase/InputBase.js +4 -4
  458. package/node/InputLabel/InputLabel.js +4 -4
  459. package/node/LinearProgress/LinearProgress.js +4 -4
  460. package/node/Link/Link.js +4 -4
  461. package/node/List/List.js +4 -4
  462. package/node/ListItem/ListItem.js +4 -4
  463. package/node/ListItemAvatar/ListItemAvatar.js +4 -4
  464. package/node/ListItemButton/ListItemButton.js +4 -4
  465. package/node/ListItemIcon/ListItemIcon.js +4 -4
  466. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
  467. package/node/ListItemText/ListItemText.js +4 -4
  468. package/node/ListSubheader/ListSubheader.js +4 -4
  469. package/node/Menu/Menu.js +4 -4
  470. package/node/MenuItem/MenuItem.js +4 -4
  471. package/node/MenuList/MenuList.js +4 -4
  472. package/node/MobileStepper/MobileStepper.js +4 -4
  473. package/node/Modal/Modal.js +4 -4
  474. package/node/NativeSelect/NativeSelect.js +4 -4
  475. package/node/OutlinedInput/OutlinedInput.js +4 -4
  476. package/node/Pagination/Pagination.js +4 -4
  477. package/node/PaginationItem/PaginationItem.js +4 -4
  478. package/node/Paper/Paper.js +4 -4
  479. package/node/Popover/Popover.js +4 -4
  480. package/node/Popper/Popper.js +4 -4
  481. package/node/Radio/Radio.js +4 -4
  482. package/node/RadioGroup/RadioGroup.js +4 -4
  483. package/node/Rating/Rating.js +4 -4
  484. package/node/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
  485. package/node/Select/Select.js +4 -4
  486. package/node/Skeleton/Skeleton.js +4 -4
  487. package/node/Slide/Slide.js +4 -4
  488. package/node/Slider/Slider.js +4 -4
  489. package/node/Snackbar/Snackbar.js +4 -4
  490. package/node/SnackbarContent/SnackbarContent.js +4 -4
  491. package/node/SpeedDial/SpeedDial.js +4 -4
  492. package/node/SpeedDialAction/SpeedDialAction.js +4 -4
  493. package/node/SpeedDialIcon/SpeedDialIcon.js +4 -4
  494. package/node/Stack/Stack.js +4 -4
  495. package/node/Step/Step.js +4 -4
  496. package/node/StepButton/StepButton.js +4 -4
  497. package/node/StepConnector/StepConnector.js +4 -4
  498. package/node/StepContent/StepContent.js +4 -4
  499. package/node/StepIcon/StepIcon.js +4 -4
  500. package/node/StepLabel/StepLabel.js +4 -4
  501. package/node/Stepper/Stepper.js +4 -4
  502. package/node/SvgIcon/SvgIcon.js +4 -4
  503. package/node/SwipeableDrawer/SwipeableDrawer.js +4 -4
  504. package/node/Switch/Switch.js +4 -4
  505. package/node/Tab/Tab.js +4 -4
  506. package/node/TabScrollButton/TabScrollButton.js +4 -4
  507. package/node/Table/Table.js +4 -4
  508. package/node/TableBody/TableBody.js +4 -4
  509. package/node/TableCell/TableCell.js +4 -4
  510. package/node/TableContainer/TableContainer.js +4 -4
  511. package/node/TableFooter/TableFooter.js +4 -4
  512. package/node/TableHead/TableHead.js +4 -4
  513. package/node/TablePagination/TablePagination.js +4 -4
  514. package/node/TableRow/TableRow.js +4 -4
  515. package/node/TableSortLabel/TableSortLabel.js +4 -4
  516. package/node/Tabs/Tabs.js +4 -4
  517. package/node/TextField/TextField.js +4 -4
  518. package/node/ToggleButton/ToggleButton.js +24 -8
  519. package/node/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
  520. package/node/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +17 -0
  521. package/node/ToggleButtonGroup/ToggleButtonGroupContext.js +17 -0
  522. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  523. package/node/Toolbar/Toolbar.js +4 -4
  524. package/node/Tooltip/Tooltip.js +4 -4
  525. package/node/Typography/Typography.js +4 -4
  526. package/node/Unstable_Grid2/Grid2.js +4 -4
  527. package/node/Zoom/Zoom.js +4 -4
  528. package/node/index.js +1 -1
  529. package/node/styles/CssVarsProvider.js +3 -0
  530. package/package.json +11 -10
  531. package/styles/CssVarsProvider.d.ts +3 -3
  532. package/styles/CssVarsProvider.js +3 -0
  533. package/umd/material-ui.development.js +15431 -15429
  534. package/umd/material-ui.production.min.js +4 -207
@@ -179,10 +179,10 @@ var Breadcrumbs = /*#__PURE__*/React.forwardRef(function Breadcrumbs(inProps, re
179
179
  }));
180
180
  });
181
181
  process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes /* remove-proptypes */ = {
182
- // ----------------------------- Warning --------------------------------
183
- // | These PropTypes are generated from the TypeScript type definitions |
184
- // | To update them edit the d.ts file and run "yarn proptypes" |
185
- // ----------------------------------------------------------------------
182
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
183
+ // These PropTypes are generated from the TypeScript type definitions.
184
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
185
+ // └─────────────────────────────────────────────────────────────────────┘
186
186
  /**
187
187
  * The content of the component.
188
188
  */
@@ -282,10 +282,10 @@ var Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
282
282
  }));
283
283
  });
284
284
  process.env.NODE_ENV !== "production" ? Button.propTypes /* remove-proptypes */ = {
285
- // ----------------------------- Warning --------------------------------
286
- // | These PropTypes are generated from the TypeScript type definitions |
287
- // | To update them edit the d.ts file and run "yarn proptypes" |
288
- // ----------------------------------------------------------------------
285
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
286
+ // These PropTypes are generated from the TypeScript type definitions.
287
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
288
+ // └─────────────────────────────────────────────────────────────────────┘
289
289
  /**
290
290
  * The content of the component.
291
291
  */
@@ -327,10 +327,10 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, ref)
327
327
  }));
328
328
  });
329
329
  process.env.NODE_ENV !== "production" ? ButtonBase.propTypes /* remove-proptypes */ = {
330
- // ----------------------------- Warning --------------------------------
331
- // | These PropTypes are generated from the TypeScript type definitions |
332
- // | To update them edit the d.ts file and run "yarn proptypes" |
333
- // ----------------------------------------------------------------------
330
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
331
+ // These PropTypes are generated from the TypeScript type definitions.
332
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
333
+ // └─────────────────────────────────────────────────────────────────────┘
334
334
  /**
335
335
  * A ref for imperative actions.
336
336
  * It currently only supports `focusVisible()` action.
@@ -199,10 +199,10 @@ var ButtonGroup = /*#__PURE__*/React.forwardRef(function ButtonGroup(inProps, re
199
199
  }));
200
200
  });
201
201
  process.env.NODE_ENV !== "production" ? ButtonGroup.propTypes /* remove-proptypes */ = {
202
- // ----------------------------- Warning --------------------------------
203
- // | These PropTypes are generated from the TypeScript type definitions |
204
- // | To update them edit the d.ts file and run "yarn proptypes" |
205
- // ----------------------------------------------------------------------
202
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
203
+ // These PropTypes are generated from the TypeScript type definitions.
204
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
205
+ // └─────────────────────────────────────────────────────────────────────┘
206
206
  /**
207
207
  * The content of the component.
208
208
  */
@@ -51,10 +51,10 @@ var Card = /*#__PURE__*/React.forwardRef(function Card(inProps, ref) {
51
51
  }, other));
52
52
  });
53
53
  process.env.NODE_ENV !== "production" ? Card.propTypes /* remove-proptypes */ = {
54
- // ----------------------------- Warning --------------------------------
55
- // | These PropTypes are generated from the TypeScript type definitions |
56
- // | To update them edit the d.ts file and run "yarn proptypes" |
57
- // ----------------------------------------------------------------------
54
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
55
+ // These PropTypes are generated from the TypeScript type definitions.
56
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
57
+ // └─────────────────────────────────────────────────────────────────────┘
58
58
  /**
59
59
  * The content of the component.
60
60
  */
@@ -92,10 +92,10 @@ var CardActionArea = /*#__PURE__*/React.forwardRef(function CardActionArea(inPro
92
92
  }));
93
93
  });
94
94
  process.env.NODE_ENV !== "production" ? CardActionArea.propTypes /* remove-proptypes */ = {
95
- // ----------------------------- Warning --------------------------------
96
- // | These PropTypes are generated from the TypeScript type definitions |
97
- // | To update them edit the d.ts file and run "yarn proptypes" |
98
- // ----------------------------------------------------------------------
95
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
96
+ // These PropTypes are generated from the TypeScript type definitions.
97
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
98
+ // └─────────────────────────────────────────────────────────────────────┘
99
99
  /**
100
100
  * The content of the component.
101
101
  */
@@ -57,10 +57,10 @@ var CardActions = /*#__PURE__*/React.forwardRef(function CardActions(inProps, re
57
57
  }, other));
58
58
  });
59
59
  process.env.NODE_ENV !== "production" ? CardActions.propTypes /* remove-proptypes */ = {
60
- // ----------------------------- Warning --------------------------------
61
- // | These PropTypes are generated from the TypeScript type definitions |
62
- // | To update them edit the d.ts file and run "yarn proptypes" |
63
- // ----------------------------------------------------------------------
60
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
61
+ // These PropTypes are generated from the TypeScript type definitions.
62
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
63
+ // └─────────────────────────────────────────────────────────────────────┘
64
64
  /**
65
65
  * The content of the component.
66
66
  */
@@ -52,10 +52,10 @@ var CardContent = /*#__PURE__*/React.forwardRef(function CardContent(inProps, re
52
52
  }, other));
53
53
  });
54
54
  process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptypes */ = {
55
- // ----------------------------- Warning --------------------------------
56
- // | These PropTypes are generated from the TypeScript type definitions |
57
- // | To update them edit the d.ts file and run "yarn proptypes" |
58
- // ----------------------------------------------------------------------
55
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
56
+ // These PropTypes are generated from the TypeScript type definitions.
57
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
58
+ // └─────────────────────────────────────────────────────────────────────┘
59
59
  /**
60
60
  * The content of the component.
61
61
  */
@@ -136,10 +136,10 @@ var CardHeader = /*#__PURE__*/React.forwardRef(function CardHeader(inProps, ref)
136
136
  }));
137
137
  });
138
138
  process.env.NODE_ENV !== "production" ? CardHeader.propTypes /* remove-proptypes */ = {
139
- // ----------------------------- Warning --------------------------------
140
- // | These PropTypes are generated from the TypeScript type definitions |
141
- // | To update them edit the d.ts file and run "yarn proptypes" |
142
- // ----------------------------------------------------------------------
139
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
140
+ // These PropTypes are generated from the TypeScript type definitions.
141
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
142
+ // └─────────────────────────────────────────────────────────────────────┘
143
143
  /**
144
144
  * The action to display in the card header.
145
145
  */
@@ -81,10 +81,10 @@ var CardMedia = /*#__PURE__*/React.forwardRef(function CardMedia(inProps, ref) {
81
81
  }));
82
82
  });
83
83
  process.env.NODE_ENV !== "production" ? CardMedia.propTypes /* remove-proptypes */ = {
84
- // ----------------------------- Warning --------------------------------
85
- // | These PropTypes are generated from the TypeScript type definitions |
86
- // | To update them edit the d.ts file and run "yarn proptypes" |
87
- // ----------------------------------------------------------------------
84
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
85
+ // These PropTypes are generated from the TypeScript type definitions.
86
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
87
+ // └─────────────────────────────────────────────────────────────────────┘
88
88
  /**
89
89
  * The content of the component.
90
90
  */
@@ -109,10 +109,10 @@ var Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(inProps, ref) {
109
109
  }));
110
110
  });
111
111
  process.env.NODE_ENV !== "production" ? Checkbox.propTypes /* remove-proptypes */ = {
112
- // ----------------------------- Warning --------------------------------
113
- // | These PropTypes are generated from the TypeScript type definitions |
114
- // | To update them edit the d.ts file and run "yarn proptypes" |
115
- // ----------------------------------------------------------------------
112
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
113
+ // These PropTypes are generated from the TypeScript type definitions.
114
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
115
+ // └─────────────────────────────────────────────────────────────────────┘
116
116
  /**
117
117
  * If `true`, the component is checked.
118
118
  */
@@ -351,10 +351,10 @@ var Chip = /*#__PURE__*/React.forwardRef(function Chip(inProps, ref) {
351
351
  }));
352
352
  });
353
353
  process.env.NODE_ENV !== "production" ? Chip.propTypes /* remove-proptypes */ = {
354
- // ----------------------------- Warning --------------------------------
355
- // | These PropTypes are generated from the TypeScript type definitions |
356
- // | To update them edit the d.ts file and run "yarn proptypes" |
357
- // ----------------------------------------------------------------------
354
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
355
+ // These PropTypes are generated from the TypeScript type definitions.
356
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
357
+ // └─────────────────────────────────────────────────────────────────────┘
358
358
  /**
359
359
  * The Avatar element to display.
360
360
  */
@@ -158,10 +158,10 @@ var CircularProgress = /*#__PURE__*/React.forwardRef(function CircularProgress(i
158
158
  }));
159
159
  });
160
160
  process.env.NODE_ENV !== "production" ? CircularProgress.propTypes /* remove-proptypes */ = {
161
- // ----------------------------- Warning --------------------------------
162
- // | These PropTypes are generated from the TypeScript type definitions |
163
- // | To update them edit the d.ts file and run "yarn proptypes" |
164
- // ----------------------------------------------------------------------
161
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
162
+ // These PropTypes are generated from the TypeScript type definitions.
163
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
164
+ // └─────────────────────────────────────────────────────────────────────┘
165
165
  /**
166
166
  * Override or extend the styles applied to the component.
167
167
  */
@@ -287,10 +287,10 @@ var Collapse = /*#__PURE__*/React.forwardRef(function Collapse(inProps, ref) {
287
287
  }));
288
288
  });
289
289
  process.env.NODE_ENV !== "production" ? Collapse.propTypes /* remove-proptypes */ = {
290
- // ----------------------------- Warning --------------------------------
291
- // | These PropTypes are generated from the TypeScript type definitions |
292
- // | To update them edit the d.ts file and run "yarn proptypes" |
293
- // ----------------------------------------------------------------------
290
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
291
+ // These PropTypes are generated from the TypeScript type definitions.
292
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
293
+ // └─────────────────────────────────────────────────────────────────────┘
294
294
  /**
295
295
  * Add a custom transition end trigger. Called with the transitioning DOM
296
296
  * node and a done callback. Allows for more fine grained transition end
@@ -22,10 +22,10 @@ var Container = createContainer({
22
22
  }
23
23
  });
24
24
  process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
25
- // ----------------------------- Warning --------------------------------
26
- // | These PropTypes are generated from the TypeScript type definitions |
27
- // | To update them edit the d.ts file and run "yarn proptypes" |
28
- // ----------------------------------------------------------------------
25
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
26
+ // These PropTypes are generated from the TypeScript type definitions.
27
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
28
+ // └─────────────────────────────────────────────────────────────────────┘
29
29
  /**
30
30
  * @ignore
31
31
  */
@@ -95,10 +95,10 @@ function CssBaseline(inProps) {
95
95
  });
96
96
  }
97
97
  process.env.NODE_ENV !== "production" ? CssBaseline.propTypes /* remove-proptypes */ = {
98
- // ----------------------------- Warning --------------------------------
99
- // | These PropTypes are generated from the TypeScript type definitions |
100
- // | To update them edit the d.ts file and run "yarn proptypes" |
101
- // ----------------------------------------------------------------------
98
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
99
+ // These PropTypes are generated from the TypeScript type definitions.
100
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
101
+ // └─────────────────────────────────────────────────────────────────────┘
102
102
  /**
103
103
  * You can wrap a node.
104
104
  */
@@ -262,10 +262,10 @@ var Dialog = /*#__PURE__*/React.forwardRef(function Dialog(inProps, ref) {
262
262
  }));
263
263
  });
264
264
  process.env.NODE_ENV !== "production" ? Dialog.propTypes /* remove-proptypes */ = {
265
- // ----------------------------- Warning --------------------------------
266
- // | These PropTypes are generated from the TypeScript type definitions |
267
- // | To update them edit the d.ts file and run "yarn proptypes" |
268
- // ----------------------------------------------------------------------
265
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
266
+ // These PropTypes are generated from the TypeScript type definitions.
267
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
268
+ // └─────────────────────────────────────────────────────────────────────┘
269
269
  /**
270
270
  * The id(s) of the element(s) that describe the dialog.
271
271
  */
@@ -59,10 +59,10 @@ var DialogActions = /*#__PURE__*/React.forwardRef(function DialogActions(inProps
59
59
  }, other));
60
60
  });
61
61
  process.env.NODE_ENV !== "production" ? DialogActions.propTypes /* remove-proptypes */ = {
62
- // ----------------------------- Warning --------------------------------
63
- // | These PropTypes are generated from the TypeScript type definitions |
64
- // | To update them edit the d.ts file and run "yarn proptypes" |
65
- // ----------------------------------------------------------------------
62
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
63
+ // These PropTypes are generated from the TypeScript type definitions.
64
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
65
+ // └─────────────────────────────────────────────────────────────────────┘
66
66
  /**
67
67
  * The content of the component.
68
68
  */
@@ -64,10 +64,10 @@ var DialogContent = /*#__PURE__*/React.forwardRef(function DialogContent(inProps
64
64
  }, other));
65
65
  });
66
66
  process.env.NODE_ENV !== "production" ? DialogContent.propTypes /* remove-proptypes */ = {
67
- // ----------------------------- Warning --------------------------------
68
- // | These PropTypes are generated from the TypeScript type definitions |
69
- // | To update them edit the d.ts file and run "yarn proptypes" |
70
- // ----------------------------------------------------------------------
67
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
68
+ // These PropTypes are generated from the TypeScript type definitions.
69
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
70
+ // └─────────────────────────────────────────────────────────────────────┘
71
71
  /**
72
72
  * The content of the component.
73
73
  */
@@ -50,10 +50,10 @@ var DialogContentText = /*#__PURE__*/React.forwardRef(function DialogContentText
50
50
  }));
51
51
  });
52
52
  process.env.NODE_ENV !== "production" ? DialogContentText.propTypes /* remove-proptypes */ = {
53
- // ----------------------------- Warning --------------------------------
54
- // | These PropTypes are generated from the TypeScript type definitions |
55
- // | To update them edit the d.ts file and run "yarn proptypes" |
56
- // ----------------------------------------------------------------------
53
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
54
+ // These PropTypes are generated from the TypeScript type definitions.
55
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
56
+ // └─────────────────────────────────────────────────────────────────────┘
57
57
  /**
58
58
  * The content of the component.
59
59
  */
@@ -52,10 +52,10 @@ var DialogTitle = /*#__PURE__*/React.forwardRef(function DialogTitle(inProps, re
52
52
  }, other));
53
53
  });
54
54
  process.env.NODE_ENV !== "production" ? DialogTitle.propTypes /* remove-proptypes */ = {
55
- // ----------------------------- Warning --------------------------------
56
- // | These PropTypes are generated from the TypeScript type definitions |
57
- // | To update them edit the d.ts file and run "yarn proptypes" |
58
- // ----------------------------------------------------------------------
55
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
56
+ // These PropTypes are generated from the TypeScript type definitions.
57
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
58
+ // └─────────────────────────────────────────────────────────────────────┘
59
59
  /**
60
60
  * The content of the component.
61
61
  */
@@ -191,10 +191,10 @@ var Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
191
191
  */
192
192
  Divider.muiSkipListHighlight = true;
193
193
  process.env.NODE_ENV !== "production" ? Divider.propTypes /* remove-proptypes */ = {
194
- // ----------------------------- Warning --------------------------------
195
- // | These PropTypes are generated from the TypeScript type definitions |
196
- // | To update them edit the d.ts file and run "yarn proptypes" |
197
- // ----------------------------------------------------------------------
194
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
195
+ // These PropTypes are generated from the TypeScript type definitions.
196
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
197
+ // └─────────────────────────────────────────────────────────────────────┘
198
198
  /**
199
199
  * Absolutely position the element.
200
200
  * @default false
@@ -223,10 +223,10 @@ var Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
223
223
  }));
224
224
  });
225
225
  process.env.NODE_ENV !== "production" ? Drawer.propTypes /* remove-proptypes */ = {
226
- // ----------------------------- Warning --------------------------------
227
- // | These PropTypes are generated from the TypeScript type definitions |
228
- // | To update them edit the d.ts file and run "yarn proptypes" |
229
- // ----------------------------------------------------------------------
226
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
227
+ // These PropTypes are generated from the TypeScript type definitions.
228
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
229
+ // └─────────────────────────────────────────────────────────────────────┘
230
230
  /**
231
231
  * Side from which the drawer will appear.
232
232
  * @default 'left'
package/legacy/Fab/Fab.js CHANGED
@@ -159,10 +159,10 @@ var Fab = /*#__PURE__*/React.forwardRef(function Fab(inProps, ref) {
159
159
  }));
160
160
  });
161
161
  process.env.NODE_ENV !== "production" ? Fab.propTypes /* remove-proptypes */ = {
162
- // ----------------------------- Warning --------------------------------
163
- // | These PropTypes are generated from the TypeScript type definitions |
164
- // | To update them edit the d.ts file and run "yarn proptypes" |
165
- // ----------------------------------------------------------------------
162
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
163
+ // These PropTypes are generated from the TypeScript type definitions.
164
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
165
+ // └─────────────────────────────────────────────────────────────────────┘
166
166
  /**
167
167
  * The content of the component.
168
168
  */
@@ -129,10 +129,10 @@ var Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
129
129
  }));
130
130
  });
131
131
  process.env.NODE_ENV !== "production" ? Fade.propTypes /* remove-proptypes */ = {
132
- // ----------------------------- Warning --------------------------------
133
- // | These PropTypes are generated from the TypeScript type definitions |
134
- // | To update them edit the d.ts file and run "yarn proptypes" |
135
- // ----------------------------------------------------------------------
132
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
133
+ // These PropTypes are generated from the TypeScript type definitions.
134
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
135
+ // └─────────────────────────────────────────────────────────────────────┘
136
136
  /**
137
137
  * Add a custom transition end trigger. Called with the transitioning DOM
138
138
  * node and a done callback. Allows for more fine grained transition end
@@ -228,10 +228,10 @@ var FilledInput = /*#__PURE__*/React.forwardRef(function FilledInput(inProps, re
228
228
  }));
229
229
  });
230
230
  process.env.NODE_ENV !== "production" ? FilledInput.propTypes /* remove-proptypes */ = {
231
- // ----------------------------- Warning --------------------------------
232
- // | These PropTypes are generated from the TypeScript type definitions |
233
- // | To update them edit the d.ts file and run "yarn proptypes" |
234
- // ----------------------------------------------------------------------
231
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
232
+ // These PropTypes are generated from the TypeScript type definitions.
233
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
234
+ // └─────────────────────────────────────────────────────────────────────┘
235
235
  /**
236
236
  * This prop helps users to fill forms faster, especially on mobile devices.
237
237
  * The name can be confusing, as it's more like an autofill.
@@ -219,10 +219,10 @@ var FormControl = /*#__PURE__*/React.forwardRef(function FormControl(inProps, re
219
219
  });
220
220
  });
221
221
  process.env.NODE_ENV !== "production" ? FormControl.propTypes /* remove-proptypes */ = {
222
- // ----------------------------- Warning --------------------------------
223
- // | These PropTypes are generated from the TypeScript type definitions |
224
- // | To update them edit the d.ts file and run "yarn proptypes" |
225
- // ----------------------------------------------------------------------
222
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
223
+ // These PropTypes are generated from the TypeScript type definitions.
224
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
225
+ // └─────────────────────────────────────────────────────────────────────┘
226
226
  /**
227
227
  * The content of the component.
228
228
  */
@@ -159,10 +159,10 @@ var FormControlLabel = /*#__PURE__*/React.forwardRef(function FormControlLabel(i
159
159
  }));
160
160
  });
161
161
  process.env.NODE_ENV !== "production" ? FormControlLabel.propTypes /* remove-proptypes */ = {
162
- // ----------------------------- Warning --------------------------------
163
- // | These PropTypes are generated from the TypeScript type definitions |
164
- // | To update them edit the d.ts file and run "yarn proptypes" |
165
- // ----------------------------------------------------------------------
162
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
163
+ // These PropTypes are generated from the TypeScript type definitions.
164
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
165
+ // └─────────────────────────────────────────────────────────────────────┘
166
166
  /**
167
167
  * If `true`, the component appears selected.
168
168
  */
@@ -71,10 +71,10 @@ var FormGroup = /*#__PURE__*/React.forwardRef(function FormGroup(inProps, ref) {
71
71
  }, other));
72
72
  });
73
73
  process.env.NODE_ENV !== "production" ? FormGroup.propTypes /* remove-proptypes */ = {
74
- // ----------------------------- Warning --------------------------------
75
- // | These PropTypes are generated from the TypeScript type definitions |
76
- // | To update them edit the d.ts file and run "yarn proptypes" |
77
- // ----------------------------------------------------------------------
74
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
75
+ // These PropTypes are generated from the TypeScript type definitions.
76
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
77
+ // └─────────────────────────────────────────────────────────────────────┘
78
78
  /**
79
79
  * The content of the component.
80
80
  */
@@ -107,10 +107,10 @@ var FormHelperText = /*#__PURE__*/React.forwardRef(function FormHelperText(inPro
107
107
  }));
108
108
  });
109
109
  process.env.NODE_ENV !== "production" ? FormHelperText.propTypes /* remove-proptypes */ = {
110
- // ----------------------------- Warning --------------------------------
111
- // | These PropTypes are generated from the TypeScript type definitions |
112
- // | To update them edit the d.ts file and run "yarn proptypes" |
113
- // ----------------------------------------------------------------------
110
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
111
+ // These PropTypes are generated from the TypeScript type definitions.
112
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
113
+ // └─────────────────────────────────────────────────────────────────────┘
114
114
  /**
115
115
  * The content of the component.
116
116
  *
@@ -111,10 +111,10 @@ var FormLabel = /*#__PURE__*/React.forwardRef(function FormLabel(inProps, ref) {
111
111
  }));
112
112
  });
113
113
  process.env.NODE_ENV !== "production" ? FormLabel.propTypes /* remove-proptypes */ = {
114
- // ----------------------------- Warning --------------------------------
115
- // | These PropTypes are generated from the TypeScript type definitions |
116
- // | To update them edit the d.ts file and run "yarn proptypes" |
117
- // ----------------------------------------------------------------------
114
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
115
+ // These PropTypes are generated from the TypeScript type definitions.
116
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
117
+ // └─────────────────────────────────────────────────────────────────────┘
118
118
  /**
119
119
  * The content of the component.
120
120
  */
@@ -14,10 +14,10 @@ function GlobalStyles(props) {
14
14
  }));
15
15
  }
16
16
  process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
17
- // ----------------------------- Warning --------------------------------
18
- // | These PropTypes are generated from the TypeScript type definitions |
19
- // | To update them edit the d.ts file and run "yarn proptypes" |
20
- // ----------------------------------------------------------------------
17
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
18
+ // These PropTypes are generated from the TypeScript type definitions.
19
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
20
+ // └─────────────────────────────────────────────────────────────────────┘
21
21
  /**
22
22
  * The styles you want to apply globally.
23
23
  */
@@ -413,10 +413,10 @@ var Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
413
413
  });
414
414
  });
415
415
  process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
416
- // ----------------------------- Warning --------------------------------
417
- // | These PropTypes are generated from the TypeScript type definitions |
418
- // | To update them edit the d.ts file and run "yarn proptypes" |
419
- // ----------------------------------------------------------------------
416
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
417
+ // These PropTypes are generated from the TypeScript type definitions.
418
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
419
+ // └─────────────────────────────────────────────────────────────────────┘
420
420
  /**
421
421
  * The content of the component.
422
422
  */
@@ -180,10 +180,10 @@ var Grow = /*#__PURE__*/React.forwardRef(function Grow(props, ref) {
180
180
  }));
181
181
  });
182
182
  process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ = {
183
- // ----------------------------- Warning --------------------------------
184
- // | These PropTypes are generated from the TypeScript type definitions |
185
- // | To update them edit the d.ts file and run "yarn proptypes" |
186
- // ----------------------------------------------------------------------
183
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
184
+ // These PropTypes are generated from the TypeScript type definitions.
185
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
186
+ // └─────────────────────────────────────────────────────────────────────┘
187
187
  /**
188
188
  * Add a custom transition end trigger. Called with the transitioning DOM
189
189
  * node and a done callback. Allows for more fine grained transition end
@@ -63,10 +63,10 @@ function Hidden(props) {
63
63
  }, other));
64
64
  }
65
65
  process.env.NODE_ENV !== "production" ? Hidden.propTypes /* remove-proptypes */ = {
66
- // ----------------------------- Warning --------------------------------
67
- // | These PropTypes are generated from the TypeScript type definitions |
68
- // | To update them edit the d.ts file and run "yarn proptypes" |
69
- // ----------------------------------------------------------------------
66
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
67
+ // These PropTypes are generated from the TypeScript type definitions.
68
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
69
+ // └─────────────────────────────────────────────────────────────────────┘
70
70
  /**
71
71
  * The content of the component.
72
72
  */