@mui/material 6.0.0-alpha.1 → 6.0.0-alpha.11

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 (1172) hide show
  1. package/Accordion/Accordion.d.ts +5 -5
  2. package/Accordion/Accordion.js +35 -35
  3. package/AccordionActions/AccordionActions.d.ts +3 -3
  4. package/AccordionActions/AccordionActions.js +11 -12
  5. package/AccordionDetails/AccordionDetails.d.ts +3 -3
  6. package/AccordionDetails/AccordionDetails.js +7 -9
  7. package/AccordionSummary/AccordionSummary.d.ts +3 -3
  8. package/AccordionSummary/AccordionSummary.js +14 -16
  9. package/AccordionSummary/accordionSummaryClasses.d.ts +1 -1
  10. package/Alert/Alert.d.ts +6 -6
  11. package/Alert/Alert.js +58 -53
  12. package/Alert/alertClasses.d.ts +12 -12
  13. package/AlertTitle/AlertTitle.d.ts +6 -6
  14. package/AlertTitle/AlertTitle.js +7 -9
  15. package/AppBar/AppBar.d.ts +3 -3
  16. package/AppBar/AppBar.js +34 -33
  17. package/Autocomplete/Autocomplete.d.ts +81 -15
  18. package/Autocomplete/Autocomplete.js +234 -153
  19. package/Avatar/Avatar.d.ts +3 -3
  20. package/Avatar/Avatar.js +46 -38
  21. package/AvatarGroup/AvatarGroup.d.ts +53 -20
  22. package/AvatarGroup/AvatarGroup.js +60 -41
  23. package/Backdrop/Backdrop.d.ts +6 -8
  24. package/Backdrop/Backdrop.js +36 -35
  25. package/Badge/Badge.d.ts +5 -5
  26. package/Badge/Badge.js +33 -32
  27. package/BottomNavigation/BottomNavigation.d.ts +2 -2
  28. package/BottomNavigation/BottomNavigation.js +15 -17
  29. package/BottomNavigationAction/BottomNavigationAction.d.ts +3 -3
  30. package/BottomNavigationAction/BottomNavigationAction.js +15 -18
  31. package/Box/Box.d.ts +2 -2
  32. package/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  33. package/Breadcrumbs/Breadcrumbs.d.ts +3 -3
  34. package/Breadcrumbs/Breadcrumbs.js +19 -21
  35. package/Button/Button.d.ts +5 -5
  36. package/Button/Button.js +33 -30
  37. package/Button/buttonClasses.d.ts +33 -33
  38. package/ButtonBase/ButtonBase.d.ts +3 -3
  39. package/ButtonBase/ButtonBase.js +44 -50
  40. package/ButtonBase/TouchRipple.js +9 -12
  41. package/ButtonGroup/ButtonGroup.d.ts +2 -2
  42. package/ButtonGroup/ButtonGroup.js +23 -25
  43. package/ButtonGroup/buttonGroupClasses.d.ts +17 -17
  44. package/CHANGELOG.md +538 -4
  45. package/Card/Card.d.ts +3 -3
  46. package/Card/Card.js +11 -12
  47. package/CardActionArea/CardActionArea.d.ts +3 -3
  48. package/CardActionArea/CardActionArea.js +9 -12
  49. package/CardActions/CardActions.d.ts +3 -3
  50. package/CardActions/CardActions.js +11 -12
  51. package/CardContent/CardContent.d.ts +2 -2
  52. package/CardContent/CardContent.js +11 -12
  53. package/CardHeader/CardHeader.d.ts +3 -3
  54. package/CardHeader/CardHeader.js +30 -31
  55. package/CardMedia/CardMedia.d.ts +2 -2
  56. package/CardMedia/CardMedia.js +19 -21
  57. package/Checkbox/Checkbox.d.ts +5 -5
  58. package/Checkbox/Checkbox.js +79 -43
  59. package/Chip/Chip.d.ts +5 -5
  60. package/Chip/Chip.js +38 -39
  61. package/Chip/chipClasses.d.ts +28 -26
  62. package/Chip/chipClasses.js +1 -1
  63. package/CircularProgress/CircularProgress.d.ts +3 -3
  64. package/CircularProgress/CircularProgress.js +88 -51
  65. package/CircularProgress/circularProgressClasses.d.ts +6 -2
  66. package/Collapse/Collapse.d.ts +6 -6
  67. package/Collapse/Collapse.js +109 -77
  68. package/Container/Container.d.ts +2 -2
  69. package/CssBaseline/CssBaseline.d.ts +3 -3
  70. package/CssBaseline/CssBaseline.js +17 -14
  71. package/Dialog/Dialog.d.ts +4 -4
  72. package/Dialog/Dialog.js +152 -104
  73. package/DialogActions/DialogActions.d.ts +3 -3
  74. package/DialogActions/DialogActions.js +26 -23
  75. package/DialogContent/DialogContent.d.ts +3 -3
  76. package/DialogContent/DialogContent.js +35 -26
  77. package/DialogContentText/DialogContentText.d.ts +3 -3
  78. package/DialogContentText/DialogContentText.js +16 -13
  79. package/DialogTitle/DialogTitle.d.ts +3 -3
  80. package/DialogTitle/DialogTitle.js +10 -12
  81. package/Divider/Divider.d.ts +4 -4
  82. package/Divider/Divider.js +20 -22
  83. package/Drawer/Drawer.d.ts +4 -4
  84. package/Drawer/Drawer.js +122 -81
  85. package/Fab/Fab.d.ts +3 -3
  86. package/Fab/Fab.js +108 -65
  87. package/Fade/Fade.d.ts +4 -4
  88. package/Fade/Fade.js +32 -31
  89. package/FilledInput/FilledInput.d.ts +5 -4
  90. package/FilledInput/FilledInput.js +223 -134
  91. package/FilledInput/filledInputClasses.d.ts +1 -13
  92. package/FilledInput/filledInputClasses.js +4 -2
  93. package/FormControl/FormControl.d.ts +6 -6
  94. package/FormControl/FormControl.js +27 -25
  95. package/FormControlLabel/FormControlLabel.d.ts +26 -19
  96. package/FormControlLabel/FormControlLabel.js +50 -26
  97. package/FormGroup/FormGroup.d.ts +4 -4
  98. package/FormGroup/FormGroup.js +11 -12
  99. package/FormHelperText/FormHelperText.d.ts +2 -2
  100. package/FormHelperText/FormHelperText.js +46 -28
  101. package/FormLabel/FormLabel.d.ts +4 -4
  102. package/FormLabel/FormLabel.js +49 -31
  103. package/GlobalStyles/GlobalStyles.d.ts +3 -3
  104. package/GlobalStyles/GlobalStyles.js +3 -3
  105. package/Grid/Grid.d.ts +3 -2
  106. package/Grid/Grid.js +57 -54
  107. package/Grow/Grow.d.ts +6 -6
  108. package/Grow/Grow.js +35 -32
  109. package/Hidden/Hidden.d.ts +4 -2
  110. package/Hidden/Hidden.js +23 -22
  111. package/Hidden/HiddenCss.js +29 -29
  112. package/Hidden/withWidth.js +19 -19
  113. package/Icon/Icon.d.ts +3 -3
  114. package/Icon/Icon.js +77 -38
  115. package/IconButton/IconButton.d.ts +4 -4
  116. package/IconButton/IconButton.js +112 -59
  117. package/ImageList/ImageList.d.ts +2 -2
  118. package/ImageList/ImageList.js +41 -47
  119. package/ImageListItem/ImageListItem.d.ts +2 -2
  120. package/ImageListItem/ImageListItem.js +57 -43
  121. package/ImageListItemBar/ImageListItemBar.d.ts +3 -3
  122. package/ImageListItemBar/ImageListItemBar.js +81 -50
  123. package/Input/Input.d.ts +5 -4
  124. package/Input/Input.js +103 -83
  125. package/Input/inputClasses.js +4 -2
  126. package/InputAdornment/InputAdornment.d.ts +2 -2
  127. package/InputAdornment/InputAdornment.js +52 -40
  128. package/InputBase/InputBase.d.ts +5 -7
  129. package/InputBase/InputBase.js +173 -135
  130. package/InputLabel/InputLabel.d.ts +3 -3
  131. package/InputLabel/InputLabel.js +140 -74
  132. package/LinearProgress/LinearProgress.d.ts +3 -3
  133. package/LinearProgress/LinearProgress.js +195 -92
  134. package/Link/Link.d.ts +4 -4
  135. package/Link/Link.js +114 -69
  136. package/Link/getTextDecoration.d.ts +2 -8
  137. package/Link/getTextDecoration.js +16 -8
  138. package/List/List.d.ts +3 -3
  139. package/List/List.js +36 -29
  140. package/ListItem/ListItem.d.ts +7 -15
  141. package/ListItem/ListItem.js +159 -114
  142. package/ListItemAvatar/ListItemAvatar.d.ts +3 -3
  143. package/ListItemAvatar/ListItemAvatar.js +23 -20
  144. package/ListItemButton/ListItemButton.d.ts +3 -3
  145. package/ListItemButton/ListItemButton.js +61 -39
  146. package/ListItemIcon/ListItemIcon.d.ts +3 -3
  147. package/ListItemIcon/ListItemIcon.js +23 -19
  148. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +7 -3
  149. package/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  150. package/ListItemText/ListItemText.d.ts +5 -3
  151. package/ListItemText/ListItemText.js +46 -39
  152. package/ListSubheader/ListSubheader.d.ts +2 -2
  153. package/ListSubheader/ListSubheader.js +63 -37
  154. package/Menu/Menu.d.ts +5 -5
  155. package/Menu/Menu.js +38 -42
  156. package/MenuItem/MenuItem.d.ts +3 -3
  157. package/MenuItem/MenuItem.js +71 -49
  158. package/MenuList/MenuList.d.ts +4 -4
  159. package/MenuList/MenuList.js +17 -20
  160. package/MobileStepper/MobileStepper.d.ts +4 -4
  161. package/MobileStepper/MobileStepper.js +21 -22
  162. package/Modal/Modal.d.ts +10 -12
  163. package/Modal/Modal.js +49 -42
  164. package/NativeSelect/NativeSelect.d.ts +4 -4
  165. package/NativeSelect/NativeSelect.js +26 -22
  166. package/NativeSelect/NativeSelectInput.js +91 -67
  167. package/OutlinedInput/NotchedOutline.js +73 -56
  168. package/OutlinedInput/OutlinedInput.d.ts +6 -4
  169. package/OutlinedInput/OutlinedInput.js +142 -81
  170. package/OutlinedInput/outlinedInputClasses.js +4 -2
  171. package/OverridableComponent.d.ts +2 -2
  172. package/Pagination/Pagination.d.ts +3 -3
  173. package/Pagination/Pagination.js +38 -34
  174. package/PaginationItem/PaginationItem.d.ts +28 -16
  175. package/PaginationItem/PaginationItem.js +225 -119
  176. package/PaginationItem/paginationItemClasses.d.ts +4 -4
  177. package/Paper/Paper.d.ts +3 -3
  178. package/Paper/Paper.js +60 -35
  179. package/Popover/Popover.d.ts +21 -26
  180. package/Popover/Popover.js +86 -85
  181. package/Popper/Popper.d.ts +8 -4
  182. package/Popper/Popper.js +33 -31
  183. package/Radio/Radio.d.ts +4 -4
  184. package/Radio/Radio.js +73 -39
  185. package/Radio/RadioButtonIcon.js +21 -15
  186. package/RadioGroup/RadioGroup.d.ts +4 -4
  187. package/RadioGroup/RadioGroup.js +15 -18
  188. package/Rating/Rating.d.ts +3 -3
  189. package/Rating/Rating.js +127 -85
  190. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +2 -2
  191. package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  192. package/Select/Select.d.ts +12 -9
  193. package/Select/Select.js +65 -58
  194. package/Select/SelectInput.js +72 -65
  195. package/Skeleton/Skeleton.d.ts +2 -2
  196. package/Skeleton/Skeleton.js +128 -81
  197. package/Slide/Slide.d.ts +5 -5
  198. package/Slide/Slide.js +38 -34
  199. package/Slider/Slider.d.ts +5 -5
  200. package/Slider/Slider.js +157 -108
  201. package/Slider/SliderValueLabel.types.d.ts +1 -1
  202. package/Snackbar/Snackbar.d.ts +3 -3
  203. package/Snackbar/Snackbar.js +117 -85
  204. package/SnackbarContent/SnackbarContent.d.ts +4 -4
  205. package/SnackbarContent/SnackbarContent.js +15 -17
  206. package/SpeedDial/SpeedDial.d.ts +31 -4
  207. package/SpeedDial/SpeedDial.js +151 -95
  208. package/SpeedDialAction/SpeedDialAction.d.ts +4 -4
  209. package/SpeedDialAction/SpeedDialAction.js +84 -57
  210. package/SpeedDialIcon/SpeedDialIcon.d.ts +5 -3
  211. package/SpeedDialIcon/SpeedDialIcon.js +46 -27
  212. package/Stack/Stack.d.ts +2 -2
  213. package/Step/Step.d.ts +2 -2
  214. package/Step/Step.js +18 -20
  215. package/StepButton/StepButton.d.ts +3 -3
  216. package/StepButton/StepButton.js +16 -17
  217. package/StepConnector/StepConnector.d.ts +4 -4
  218. package/StepConnector/StepConnector.js +10 -12
  219. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  220. package/StepContent/StepContent.d.ts +3 -3
  221. package/StepContent/StepContent.js +18 -20
  222. package/StepIcon/StepIcon.d.ts +3 -3
  223. package/StepIcon/StepIcon.js +22 -22
  224. package/StepLabel/StepLabel.d.ts +11 -4
  225. package/StepLabel/StepLabel.js +46 -34
  226. package/Stepper/Stepper.d.ts +2 -2
  227. package/Stepper/Stepper.js +21 -22
  228. package/SvgIcon/SvgIcon.d.ts +3 -3
  229. package/SvgIcon/SvgIcon.js +93 -41
  230. package/SwipeableDrawer/SwipeArea.js +53 -33
  231. package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
  232. package/SwipeableDrawer/SwipeableDrawer.js +52 -46
  233. package/Switch/Switch.d.ts +5 -5
  234. package/Switch/Switch.js +23 -20
  235. package/Tab/Tab.d.ts +4 -4
  236. package/Tab/Tab.js +162 -89
  237. package/Tab/tabClasses.d.ts +1 -1
  238. package/TabScrollButton/TabScrollButton.d.ts +3 -3
  239. package/TabScrollButton/TabScrollButton.js +48 -30
  240. package/Table/Table.d.ts +2 -2
  241. package/Table/Table.js +29 -24
  242. package/TableBody/TableBody.d.ts +2 -2
  243. package/TableBody/TableBody.js +13 -14
  244. package/TableCell/TableCell.d.ts +3 -3
  245. package/TableCell/TableCell.js +117 -62
  246. package/TableContainer/TableContainer.d.ts +2 -2
  247. package/TableContainer/TableContainer.js +13 -14
  248. package/TableFooter/TableFooter.d.ts +2 -2
  249. package/TableFooter/TableFooter.js +13 -14
  250. package/TableHead/TableHead.d.ts +2 -2
  251. package/TableHead/TableHead.js +13 -14
  252. package/TablePagination/TablePagination.d.ts +4 -4
  253. package/TablePagination/TablePagination.js +58 -54
  254. package/TablePagination/TablePaginationActions.js +51 -38
  255. package/TableRow/TableRow.d.ts +2 -2
  256. package/TableRow/TableRow.js +15 -16
  257. package/TableSortLabel/TableSortLabel.d.ts +3 -3
  258. package/TableSortLabel/TableSortLabel.js +35 -27
  259. package/Tabs/ScrollbarSize.js +7 -9
  260. package/Tabs/Tabs.d.ts +2 -2
  261. package/Tabs/Tabs.js +160 -113
  262. package/TextField/TextField.d.ts +69 -14
  263. package/TextField/TextField.js +139 -69
  264. package/ToggleButton/ToggleButton.d.ts +3 -3
  265. package/ToggleButton/ToggleButton.js +102 -75
  266. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -3
  267. package/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  268. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +10 -2
  269. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  270. package/Toolbar/Toolbar.d.ts +2 -2
  271. package/Toolbar/Toolbar.js +44 -33
  272. package/Tooltip/Tooltip.d.ts +5 -7
  273. package/Tooltip/Tooltip.js +262 -154
  274. package/Typography/Typography.d.ts +3 -3
  275. package/Typography/Typography.js +105 -50
  276. package/Zoom/Zoom.d.ts +4 -4
  277. package/Zoom/Zoom.js +32 -31
  278. package/index.js +1 -1
  279. package/internal/SwitchBase.js +75 -47
  280. package/locale/index.d.ts +1 -0
  281. package/locale/index.js +75 -2
  282. package/modern/Accordion/Accordion.js +35 -35
  283. package/modern/AccordionActions/AccordionActions.js +11 -12
  284. package/modern/AccordionDetails/AccordionDetails.js +7 -9
  285. package/modern/AccordionSummary/AccordionSummary.js +14 -16
  286. package/modern/Alert/Alert.js +58 -53
  287. package/modern/AlertTitle/AlertTitle.js +7 -9
  288. package/modern/AppBar/AppBar.js +34 -33
  289. package/modern/Autocomplete/Autocomplete.js +234 -153
  290. package/modern/Avatar/Avatar.js +46 -38
  291. package/modern/AvatarGroup/AvatarGroup.js +60 -41
  292. package/modern/Backdrop/Backdrop.js +36 -35
  293. package/modern/Badge/Badge.js +33 -32
  294. package/modern/BottomNavigation/BottomNavigation.js +15 -17
  295. package/modern/BottomNavigationAction/BottomNavigationAction.js +15 -18
  296. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  297. package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
  298. package/modern/Button/Button.js +33 -30
  299. package/modern/ButtonBase/ButtonBase.js +44 -50
  300. package/modern/ButtonBase/TouchRipple.js +9 -12
  301. package/modern/ButtonGroup/ButtonGroup.js +23 -25
  302. package/modern/Card/Card.js +11 -12
  303. package/modern/CardActionArea/CardActionArea.js +9 -12
  304. package/modern/CardActions/CardActions.js +11 -12
  305. package/modern/CardContent/CardContent.js +11 -12
  306. package/modern/CardHeader/CardHeader.js +30 -31
  307. package/modern/CardMedia/CardMedia.js +19 -21
  308. package/modern/Checkbox/Checkbox.js +79 -43
  309. package/modern/Chip/Chip.js +38 -39
  310. package/modern/Chip/chipClasses.js +1 -1
  311. package/modern/CircularProgress/CircularProgress.js +88 -51
  312. package/modern/Collapse/Collapse.js +109 -77
  313. package/modern/CssBaseline/CssBaseline.js +17 -14
  314. package/modern/Dialog/Dialog.js +152 -104
  315. package/modern/DialogActions/DialogActions.js +26 -23
  316. package/modern/DialogContent/DialogContent.js +35 -26
  317. package/modern/DialogContentText/DialogContentText.js +16 -13
  318. package/modern/DialogTitle/DialogTitle.js +10 -12
  319. package/modern/Divider/Divider.js +20 -22
  320. package/modern/Drawer/Drawer.js +122 -81
  321. package/modern/Fab/Fab.js +108 -65
  322. package/modern/Fade/Fade.js +32 -31
  323. package/modern/FilledInput/FilledInput.js +223 -134
  324. package/modern/FilledInput/filledInputClasses.js +4 -2
  325. package/modern/FormControl/FormControl.js +27 -25
  326. package/modern/FormControlLabel/FormControlLabel.js +50 -26
  327. package/modern/FormGroup/FormGroup.js +11 -12
  328. package/modern/FormHelperText/FormHelperText.js +46 -28
  329. package/modern/FormLabel/FormLabel.js +49 -31
  330. package/modern/GlobalStyles/GlobalStyles.js +3 -3
  331. package/modern/Grid/Grid.js +57 -54
  332. package/modern/Grow/Grow.js +35 -32
  333. package/modern/Hidden/Hidden.js +23 -22
  334. package/modern/Hidden/HiddenCss.js +29 -29
  335. package/modern/Hidden/withWidth.js +19 -19
  336. package/modern/Icon/Icon.js +77 -38
  337. package/modern/IconButton/IconButton.js +112 -59
  338. package/modern/ImageList/ImageList.js +41 -47
  339. package/modern/ImageListItem/ImageListItem.js +57 -43
  340. package/modern/ImageListItemBar/ImageListItemBar.js +81 -50
  341. package/modern/Input/Input.js +103 -83
  342. package/modern/Input/inputClasses.js +4 -2
  343. package/modern/InputAdornment/InputAdornment.js +52 -40
  344. package/modern/InputBase/InputBase.js +173 -135
  345. package/modern/InputLabel/InputLabel.js +140 -74
  346. package/modern/LinearProgress/LinearProgress.js +195 -92
  347. package/modern/Link/Link.js +114 -69
  348. package/modern/Link/getTextDecoration.js +16 -8
  349. package/modern/List/List.js +36 -29
  350. package/modern/ListItem/ListItem.js +159 -114
  351. package/modern/ListItemAvatar/ListItemAvatar.js +23 -20
  352. package/modern/ListItemButton/ListItemButton.js +61 -39
  353. package/modern/ListItemIcon/ListItemIcon.js +23 -19
  354. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  355. package/modern/ListItemText/ListItemText.js +46 -39
  356. package/modern/ListSubheader/ListSubheader.js +63 -37
  357. package/modern/Menu/Menu.js +38 -42
  358. package/modern/MenuItem/MenuItem.js +71 -49
  359. package/modern/MenuList/MenuList.js +17 -20
  360. package/modern/MobileStepper/MobileStepper.js +21 -22
  361. package/modern/Modal/Modal.js +49 -42
  362. package/modern/NativeSelect/NativeSelect.js +26 -22
  363. package/modern/NativeSelect/NativeSelectInput.js +91 -67
  364. package/modern/OutlinedInput/NotchedOutline.js +73 -56
  365. package/modern/OutlinedInput/OutlinedInput.js +142 -81
  366. package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
  367. package/modern/Pagination/Pagination.js +38 -34
  368. package/modern/PaginationItem/PaginationItem.js +225 -119
  369. package/modern/Paper/Paper.js +60 -35
  370. package/modern/Popover/Popover.js +86 -85
  371. package/modern/Popper/Popper.js +33 -31
  372. package/modern/Radio/Radio.js +73 -39
  373. package/modern/Radio/RadioButtonIcon.js +21 -15
  374. package/modern/RadioGroup/RadioGroup.js +15 -18
  375. package/modern/Rating/Rating.js +127 -85
  376. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  377. package/modern/Select/Select.js +65 -58
  378. package/modern/Select/SelectInput.js +72 -65
  379. package/modern/Skeleton/Skeleton.js +128 -81
  380. package/modern/Slide/Slide.js +38 -34
  381. package/modern/Slider/Slider.js +157 -108
  382. package/modern/Snackbar/Snackbar.js +117 -85
  383. package/modern/SnackbarContent/SnackbarContent.js +15 -17
  384. package/modern/SpeedDial/SpeedDial.js +151 -95
  385. package/modern/SpeedDialAction/SpeedDialAction.js +84 -57
  386. package/modern/SpeedDialIcon/SpeedDialIcon.js +46 -27
  387. package/modern/Step/Step.js +18 -20
  388. package/modern/StepButton/StepButton.js +16 -17
  389. package/modern/StepConnector/StepConnector.js +10 -12
  390. package/modern/StepContent/StepContent.js +18 -20
  391. package/modern/StepIcon/StepIcon.js +22 -22
  392. package/modern/StepLabel/StepLabel.js +46 -34
  393. package/modern/Stepper/Stepper.js +21 -22
  394. package/modern/SvgIcon/SvgIcon.js +93 -41
  395. package/modern/SwipeableDrawer/SwipeArea.js +53 -33
  396. package/modern/SwipeableDrawer/SwipeableDrawer.js +52 -46
  397. package/modern/Switch/Switch.js +23 -20
  398. package/modern/Tab/Tab.js +162 -89
  399. package/modern/TabScrollButton/TabScrollButton.js +48 -30
  400. package/modern/Table/Table.js +29 -24
  401. package/modern/TableBody/TableBody.js +13 -14
  402. package/modern/TableCell/TableCell.js +117 -62
  403. package/modern/TableContainer/TableContainer.js +13 -14
  404. package/modern/TableFooter/TableFooter.js +13 -14
  405. package/modern/TableHead/TableHead.js +13 -14
  406. package/modern/TablePagination/TablePagination.js +58 -54
  407. package/modern/TablePagination/TablePaginationActions.js +51 -38
  408. package/modern/TableRow/TableRow.js +15 -16
  409. package/modern/TableSortLabel/TableSortLabel.js +35 -27
  410. package/modern/Tabs/ScrollbarSize.js +7 -9
  411. package/modern/Tabs/Tabs.js +160 -113
  412. package/modern/TextField/TextField.js +139 -69
  413. package/modern/ToggleButton/ToggleButton.js +102 -75
  414. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  415. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  416. package/modern/Toolbar/Toolbar.js +44 -33
  417. package/modern/Tooltip/Tooltip.js +262 -154
  418. package/modern/Typography/Typography.js +105 -50
  419. package/modern/Zoom/Zoom.js +32 -31
  420. package/modern/index.js +1 -1
  421. package/modern/internal/SwitchBase.js +75 -47
  422. package/modern/locale/index.js +75 -2
  423. package/modern/styles/CssVarsProvider.js +20 -9
  424. package/modern/styles/ThemeProvider.js +7 -10
  425. package/modern/styles/adaptV4Theme.js +31 -31
  426. package/modern/styles/createMixins.js +4 -4
  427. package/modern/styles/createPalette.js +16 -13
  428. package/modern/styles/createTheme.js +17 -12
  429. package/modern/styles/createTransitions.js +20 -19
  430. package/modern/styles/createTypography.js +31 -29
  431. package/modern/styles/experimental_extendTheme.js +8 -343
  432. package/{legacy/styles/experimental_extendTheme.js → modern/styles/extendTheme.js} +103 -125
  433. package/modern/styles/getOverlayAlpha.js +3 -4
  434. package/modern/styles/index.js +4 -2
  435. package/modern/styles/responsiveFontSizes.js +20 -11
  436. package/modern/styles/stringifyTheme.js +55 -0
  437. package/modern/usePagination/usePagination.js +18 -20
  438. package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
  439. package/modern/utils/createSvgIcon.js +4 -5
  440. package/modern/utils/useSlot.js +41 -40
  441. package/modern/zero-styled/index.js +21 -2
  442. package/node/Accordion/Accordion.js +35 -35
  443. package/node/AccordionActions/AccordionActions.js +11 -12
  444. package/node/AccordionDetails/AccordionDetails.js +7 -9
  445. package/node/AccordionSummary/AccordionSummary.js +14 -16
  446. package/node/Alert/Alert.js +58 -53
  447. package/node/AlertTitle/AlertTitle.js +7 -9
  448. package/node/AppBar/AppBar.js +125 -130
  449. package/node/Autocomplete/Autocomplete.js +235 -155
  450. package/node/Avatar/Avatar.js +46 -38
  451. package/node/AvatarGroup/AvatarGroup.js +60 -41
  452. package/node/Backdrop/Backdrop.js +36 -35
  453. package/node/Badge/Badge.js +181 -186
  454. package/node/BottomNavigation/BottomNavigation.js +15 -17
  455. package/node/BottomNavigationAction/BottomNavigationAction.js +15 -18
  456. package/node/Breadcrumbs/BreadcrumbCollapsed.js +38 -37
  457. package/node/Breadcrumbs/Breadcrumbs.js +19 -21
  458. package/node/Button/Button.js +34 -31
  459. package/node/ButtonBase/ButtonBase.js +44 -50
  460. package/node/ButtonBase/TouchRipple.js +9 -12
  461. package/node/ButtonGroup/ButtonGroup.js +23 -25
  462. package/node/Card/Card.js +11 -12
  463. package/node/CardActionArea/CardActionArea.js +9 -12
  464. package/node/CardActions/CardActions.js +11 -12
  465. package/node/CardContent/CardContent.js +11 -12
  466. package/node/CardHeader/CardHeader.js +30 -31
  467. package/node/CardMedia/CardMedia.js +19 -21
  468. package/node/Checkbox/Checkbox.js +82 -46
  469. package/node/Chip/Chip.js +38 -39
  470. package/node/Chip/chipClasses.js +1 -1
  471. package/node/CircularProgress/CircularProgress.js +94 -57
  472. package/node/Collapse/Collapse.js +114 -82
  473. package/node/CssBaseline/CssBaseline.js +17 -14
  474. package/node/Dialog/Dialog.js +158 -110
  475. package/node/DialogActions/DialogActions.js +28 -25
  476. package/node/DialogContent/DialogContent.js +37 -28
  477. package/node/DialogContentText/DialogContentText.js +19 -16
  478. package/node/DialogTitle/DialogTitle.js +12 -14
  479. package/node/Divider/Divider.js +20 -22
  480. package/node/Drawer/Drawer.js +128 -87
  481. package/node/Fab/Fab.js +112 -69
  482. package/node/Fade/Fade.js +33 -32
  483. package/node/FilledInput/FilledInput.js +229 -138
  484. package/node/FilledInput/filledInputClasses.js +4 -2
  485. package/node/FormControl/FormControl.js +27 -25
  486. package/node/FormControlLabel/FormControlLabel.js +51 -27
  487. package/node/FormGroup/FormGroup.js +11 -12
  488. package/node/FormHelperText/FormHelperText.js +48 -30
  489. package/node/FormLabel/FormLabel.js +52 -34
  490. package/node/GlobalStyles/GlobalStyles.js +3 -3
  491. package/node/Grid/Grid.js +57 -54
  492. package/node/Grow/Grow.js +36 -33
  493. package/node/Hidden/Hidden.js +26 -26
  494. package/node/Hidden/HiddenCss.js +29 -29
  495. package/node/Hidden/withWidth.js +19 -19
  496. package/node/Icon/Icon.js +79 -40
  497. package/node/IconButton/IconButton.js +114 -62
  498. package/node/ImageList/ImageList.js +43 -49
  499. package/node/ImageListItem/ImageListItem.js +59 -45
  500. package/node/ImageListItemBar/ImageListItemBar.js +87 -56
  501. package/node/Input/Input.js +106 -86
  502. package/node/Input/inputClasses.js +4 -2
  503. package/node/InputAdornment/InputAdornment.js +54 -42
  504. package/node/InputBase/InputBase.js +176 -138
  505. package/node/InputLabel/InputLabel.js +143 -77
  506. package/node/LinearProgress/LinearProgress.js +203 -100
  507. package/node/Link/Link.js +116 -71
  508. package/node/Link/getTextDecoration.js +18 -10
  509. package/node/List/List.js +38 -31
  510. package/node/ListItem/ListItem.js +162 -117
  511. package/node/ListItemAvatar/ListItemAvatar.js +25 -22
  512. package/node/ListItemButton/ListItemButton.js +64 -42
  513. package/node/ListItemIcon/ListItemIcon.js +25 -21
  514. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +27 -22
  515. package/node/ListItemText/ListItemText.js +48 -41
  516. package/node/ListSubheader/ListSubheader.js +65 -39
  517. package/node/Menu/Menu.js +43 -47
  518. package/node/MenuItem/MenuItem.js +74 -52
  519. package/node/MenuList/MenuList.js +17 -20
  520. package/node/MobileStepper/MobileStepper.js +21 -22
  521. package/node/Modal/Modal.js +49 -42
  522. package/node/NativeSelect/NativeSelect.js +26 -22
  523. package/node/NativeSelect/NativeSelectInput.js +93 -71
  524. package/node/OutlinedInput/NotchedOutline.js +77 -60
  525. package/node/OutlinedInput/OutlinedInput.js +146 -85
  526. package/node/OutlinedInput/outlinedInputClasses.js +4 -2
  527. package/node/Pagination/Pagination.js +41 -37
  528. package/node/PaginationItem/PaginationItem.js +230 -123
  529. package/node/Paper/Paper.js +65 -42
  530. package/node/Popover/Popover.js +86 -85
  531. package/node/Popper/Popper.js +33 -31
  532. package/node/Radio/Radio.js +76 -42
  533. package/node/Radio/RadioButtonIcon.js +25 -19
  534. package/node/RadioGroup/RadioGroup.js +15 -18
  535. package/node/Rating/Rating.js +133 -91
  536. package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  537. package/node/Select/Select.js +69 -62
  538. package/node/Select/SelectInput.js +73 -66
  539. package/node/Skeleton/Skeleton.js +132 -85
  540. package/node/Slide/Slide.js +41 -36
  541. package/node/Slider/Slider.js +301 -268
  542. package/node/Snackbar/Snackbar.js +120 -88
  543. package/node/SnackbarContent/SnackbarContent.js +19 -21
  544. package/node/SpeedDial/SpeedDial.js +156 -100
  545. package/node/SpeedDialAction/SpeedDialAction.js +88 -61
  546. package/node/SpeedDialIcon/SpeedDialIcon.js +48 -29
  547. package/node/Step/Step.js +18 -20
  548. package/node/StepButton/StepButton.js +16 -17
  549. package/node/StepConnector/StepConnector.js +10 -12
  550. package/node/StepContent/StepContent.js +18 -20
  551. package/node/StepIcon/StepIcon.js +22 -22
  552. package/node/StepLabel/StepLabel.js +46 -34
  553. package/node/Stepper/Stepper.js +21 -22
  554. package/node/SvgIcon/SvgIcon.js +99 -44
  555. package/node/SwipeableDrawer/SwipeArea.js +55 -35
  556. package/node/SwipeableDrawer/SwipeableDrawer.js +56 -48
  557. package/node/Switch/Switch.js +23 -20
  558. package/node/Tab/Tab.js +164 -91
  559. package/node/TabScrollButton/TabScrollButton.js +50 -32
  560. package/node/Table/Table.js +31 -26
  561. package/node/TableBody/TableBody.js +15 -16
  562. package/node/TableCell/TableCell.js +119 -64
  563. package/node/TableContainer/TableContainer.js +15 -16
  564. package/node/TableFooter/TableFooter.js +15 -16
  565. package/node/TableHead/TableHead.js +15 -16
  566. package/node/TablePagination/TablePagination.js +66 -62
  567. package/node/TablePagination/TablePaginationActions.js +54 -42
  568. package/node/TableRow/TableRow.js +17 -18
  569. package/node/TableSortLabel/TableSortLabel.js +38 -30
  570. package/node/Tabs/ScrollbarSize.js +7 -9
  571. package/node/Tabs/Tabs.js +167 -120
  572. package/node/TextField/TextField.js +141 -71
  573. package/node/ToggleButton/ToggleButton.js +104 -77
  574. package/node/ToggleButtonGroup/ToggleButtonGroup.js +83 -73
  575. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  576. package/node/Toolbar/Toolbar.js +46 -35
  577. package/node/Tooltip/Tooltip.js +267 -159
  578. package/node/Typography/Typography.js +106 -51
  579. package/node/Zoom/Zoom.js +33 -32
  580. package/node/index.js +1 -1
  581. package/node/internal/SwitchBase.js +77 -49
  582. package/node/locale/index.js +76 -3
  583. package/node/styles/CssVarsProvider.js +25 -10
  584. package/node/styles/ThemeProvider.js +7 -10
  585. package/node/styles/adaptV4Theme.js +31 -32
  586. package/node/styles/createMixins.js +4 -5
  587. package/node/styles/createPalette.js +16 -13
  588. package/node/styles/createTheme.js +17 -12
  589. package/node/styles/createTransitions.js +20 -20
  590. package/node/styles/createTypography.js +31 -29
  591. package/node/styles/experimental_extendTheme.js +9 -349
  592. package/node/styles/extendTheme.js +367 -0
  593. package/node/styles/getOverlayAlpha.js +4 -5
  594. package/node/styles/index.js +30 -1
  595. package/node/styles/responsiveFontSizes.js +20 -11
  596. package/node/styles/stringifyTheme.js +62 -0
  597. package/node/usePagination/usePagination.js +18 -20
  598. package/node/useScrollTrigger/useScrollTrigger.js +8 -11
  599. package/node/utils/createSvgIcon.js +4 -5
  600. package/node/utils/useSlot.js +41 -40
  601. package/node/zero-styled/index.js +35 -0
  602. package/package.json +8 -8
  603. package/styles/CssVarsProvider.d.ts +3 -2
  604. package/styles/CssVarsProvider.js +20 -9
  605. package/styles/ThemeProvider.js +7 -10
  606. package/styles/adaptV4Theme.js +31 -31
  607. package/styles/createMixins.js +4 -4
  608. package/styles/createPalette.js +16 -13
  609. package/styles/createTheme.js +17 -12
  610. package/styles/createTransitions.js +20 -19
  611. package/styles/createTypography.js +31 -29
  612. package/styles/experimental_extendTheme.js +8 -343
  613. package/styles/{experimental_extendTheme.d.ts → extendTheme.d.ts} +3 -2
  614. package/styles/extendTheme.js +355 -0
  615. package/styles/getOverlayAlpha.d.ts +1 -2
  616. package/styles/getOverlayAlpha.js +3 -4
  617. package/styles/index.d.ts +5 -2
  618. package/styles/index.js +4 -2
  619. package/styles/responsiveFontSizes.js +20 -11
  620. package/styles/stringifyTheme.d.ts +20 -0
  621. package/styles/stringifyTheme.js +55 -0
  622. package/themeCssVarsAugmentation/index.d.ts +1 -1
  623. package/types/OverridableComponentAugmentation.d.ts +2 -2
  624. package/usePagination/usePagination.d.ts +1 -1
  625. package/usePagination/usePagination.js +18 -20
  626. package/useScrollTrigger/useScrollTrigger.js +8 -10
  627. package/utils/createSvgIcon.js +4 -5
  628. package/utils/useSlot.js +41 -40
  629. package/zero-styled/index.d.ts +8 -1
  630. package/zero-styled/index.js +21 -2
  631. package/legacy/Accordion/Accordion.js +0 -306
  632. package/legacy/Accordion/AccordionContext.js +0 -13
  633. package/legacy/Accordion/accordionClasses.js +0 -7
  634. package/legacy/Accordion/index.js +0 -3
  635. package/legacy/AccordionActions/AccordionActions.js +0 -90
  636. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  637. package/legacy/AccordionActions/index.js +0 -3
  638. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  639. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  640. package/legacy/AccordionDetails/index.js +0 -3
  641. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  642. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  643. package/legacy/AccordionSummary/index.js +0 -3
  644. package/legacy/Alert/Alert.js +0 -385
  645. package/legacy/Alert/alertClasses.js +0 -7
  646. package/legacy/Alert/index.js +0 -5
  647. package/legacy/AlertTitle/AlertTitle.js +0 -73
  648. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  649. package/legacy/AlertTitle/index.js +0 -5
  650. package/legacy/AppBar/AppBar.js +0 -235
  651. package/legacy/AppBar/appBarClasses.js +0 -7
  652. package/legacy/AppBar/index.js +0 -5
  653. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  654. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  655. package/legacy/Autocomplete/index.js +0 -5
  656. package/legacy/Avatar/Avatar.js +0 -296
  657. package/legacy/Avatar/avatarClasses.js +0 -7
  658. package/legacy/Avatar/index.js +0 -5
  659. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  660. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  661. package/legacy/AvatarGroup/index.js +0 -5
  662. package/legacy/Backdrop/Backdrop.js +0 -211
  663. package/legacy/Backdrop/backdropClasses.js +0 -7
  664. package/legacy/Backdrop/index.js +0 -5
  665. package/legacy/Badge/Badge.js +0 -439
  666. package/legacy/Badge/badgeClasses.js +0 -9
  667. package/legacy/Badge/index.js +0 -5
  668. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  669. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  670. package/legacy/BottomNavigation/index.js +0 -5
  671. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  672. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  673. package/legacy/BottomNavigationAction/index.js +0 -5
  674. package/legacy/Box/Box.js +0 -35
  675. package/legacy/Box/boxClasses.js +0 -3
  676. package/legacy/Box/index.js +0 -5
  677. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  678. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  679. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  680. package/legacy/Breadcrumbs/index.js +0 -5
  681. package/legacy/Button/Button.js +0 -472
  682. package/legacy/Button/buttonClasses.js +0 -7
  683. package/legacy/Button/index.js +0 -5
  684. package/legacy/ButtonBase/ButtonBase.js +0 -487
  685. package/legacy/ButtonBase/Ripple.js +0 -89
  686. package/legacy/ButtonBase/TouchRipple.js +0 -267
  687. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  688. package/legacy/ButtonBase/index.js +0 -7
  689. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  690. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  691. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  692. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  693. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  694. package/legacy/ButtonGroup/index.js +0 -7
  695. package/legacy/Card/Card.js +0 -83
  696. package/legacy/Card/cardClasses.js +0 -7
  697. package/legacy/Card/index.js +0 -5
  698. package/legacy/CardActionArea/CardActionArea.js +0 -119
  699. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  700. package/legacy/CardActionArea/index.js +0 -5
  701. package/legacy/CardActions/CardActions.js +0 -89
  702. package/legacy/CardActions/cardActionsClasses.js +0 -7
  703. package/legacy/CardActions/index.js +0 -5
  704. package/legacy/CardContent/CardContent.js +0 -79
  705. package/legacy/CardContent/cardContentClasses.js +0 -7
  706. package/legacy/CardContent/index.js +0 -5
  707. package/legacy/CardHeader/CardHeader.js +0 -198
  708. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  709. package/legacy/CardHeader/index.js +0 -5
  710. package/legacy/CardMedia/CardMedia.js +0 -139
  711. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  712. package/legacy/CardMedia/index.js +0 -5
  713. package/legacy/Checkbox/Checkbox.js +0 -212
  714. package/legacy/Checkbox/checkboxClasses.js +0 -7
  715. package/legacy/Checkbox/index.js +0 -5
  716. package/legacy/Chip/Chip.js +0 -547
  717. package/legacy/Chip/chipClasses.js +0 -7
  718. package/legacy/Chip/index.js +0 -5
  719. package/legacy/CircularProgress/CircularProgress.js +0 -224
  720. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  721. package/legacy/CircularProgress/index.js +0 -5
  722. package/legacy/ClickAwayListener/index.js +0 -1
  723. package/legacy/Collapse/Collapse.js +0 -383
  724. package/legacy/Collapse/collapseClasses.js +0 -7
  725. package/legacy/Collapse/index.js +0 -5
  726. package/legacy/Container/Container.js +0 -67
  727. package/legacy/Container/containerClasses.js +0 -7
  728. package/legacy/Container/index.js +0 -5
  729. package/legacy/CssBaseline/CssBaseline.js +0 -113
  730. package/legacy/CssBaseline/index.js +0 -3
  731. package/legacy/Dialog/Dialog.js +0 -392
  732. package/legacy/Dialog/DialogContext.js +0 -6
  733. package/legacy/Dialog/dialogClasses.js +0 -7
  734. package/legacy/Dialog/index.js +0 -5
  735. package/legacy/DialogActions/DialogActions.js +0 -88
  736. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  737. package/legacy/DialogActions/index.js +0 -5
  738. package/legacy/DialogContent/DialogContent.js +0 -93
  739. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  740. package/legacy/DialogContent/index.js +0 -5
  741. package/legacy/DialogContentText/DialogContentText.js +0 -74
  742. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  743. package/legacy/DialogContentText/index.js +0 -5
  744. package/legacy/DialogTitle/DialogTitle.js +0 -80
  745. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  746. package/legacy/DialogTitle/index.js +0 -5
  747. package/legacy/Divider/Divider.js +0 -316
  748. package/legacy/Divider/dividerClasses.js +0 -7
  749. package/legacy/Divider/index.js +0 -5
  750. package/legacy/Drawer/Drawer.js +0 -316
  751. package/legacy/Drawer/drawerClasses.js +0 -7
  752. package/legacy/Drawer/index.js +0 -5
  753. package/legacy/Fab/Fab.js +0 -229
  754. package/legacy/Fab/fabClasses.js +0 -7
  755. package/legacy/Fab/index.js +0 -5
  756. package/legacy/Fade/Fade.js +0 -206
  757. package/legacy/Fade/index.js +0 -3
  758. package/legacy/FilledInput/FilledInput.js +0 -425
  759. package/legacy/FilledInput/filledInputClasses.js +0 -9
  760. package/legacy/FilledInput/index.js +0 -5
  761. package/legacy/FormControl/FormControl.js +0 -315
  762. package/legacy/FormControl/FormControlContext.js +0 -9
  763. package/legacy/FormControl/formControlClasses.js +0 -7
  764. package/legacy/FormControl/formControlState.js +0 -14
  765. package/legacy/FormControl/index.js +0 -6
  766. package/legacy/FormControl/useFormControl.js +0 -7
  767. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  768. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  769. package/legacy/FormControlLabel/index.js +0 -5
  770. package/legacy/FormGroup/FormGroup.js +0 -103
  771. package/legacy/FormGroup/formGroupClasses.js +0 -7
  772. package/legacy/FormGroup/index.js +0 -5
  773. package/legacy/FormHelperText/FormHelperText.js +0 -167
  774. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  775. package/legacy/FormHelperText/index.js +0 -5
  776. package/legacy/FormLabel/FormLabel.js +0 -166
  777. package/legacy/FormLabel/formLabelClasses.js +0 -7
  778. package/legacy/FormLabel/index.js +0 -6
  779. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  780. package/legacy/GlobalStyles/index.js +0 -1
  781. package/legacy/Grid/Grid.js +0 -561
  782. package/legacy/Grid/GridContext.js +0 -12
  783. package/legacy/Grid/gridClasses.js +0 -28
  784. package/legacy/Grid/index.js +0 -5
  785. package/legacy/Grow/Grow.js +0 -253
  786. package/legacy/Grow/index.js +0 -3
  787. package/legacy/Hidden/Hidden.js +0 -147
  788. package/legacy/Hidden/HiddenCss.js +0 -168
  789. package/legacy/Hidden/HiddenJs.js +0 -123
  790. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  791. package/legacy/Hidden/index.js +0 -3
  792. package/legacy/Hidden/withWidth.js +0 -110
  793. package/legacy/Icon/Icon.js +0 -144
  794. package/legacy/Icon/iconClasses.js +0 -7
  795. package/legacy/Icon/index.js +0 -5
  796. package/legacy/IconButton/IconButton.js +0 -204
  797. package/legacy/IconButton/iconButtonClasses.js +0 -7
  798. package/legacy/IconButton/index.js +0 -5
  799. package/legacy/ImageList/ImageList.js +0 -155
  800. package/legacy/ImageList/ImageListContext.js +0 -13
  801. package/legacy/ImageList/imageListClasses.js +0 -7
  802. package/legacy/ImageList/index.js +0 -5
  803. package/legacy/ImageListItem/ImageListItem.js +0 -168
  804. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  805. package/legacy/ImageListItem/index.js +0 -5
  806. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  807. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  808. package/legacy/ImageListItemBar/index.js +0 -5
  809. package/legacy/Input/Input.js +0 -339
  810. package/legacy/Input/index.js +0 -5
  811. package/legacy/Input/inputClasses.js +0 -9
  812. package/legacy/InputAdornment/InputAdornment.js +0 -167
  813. package/legacy/InputAdornment/index.js +0 -5
  814. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  815. package/legacy/InputBase/InputBase.js +0 -713
  816. package/legacy/InputBase/index.js +0 -5
  817. package/legacy/InputBase/inputBaseClasses.js +0 -7
  818. package/legacy/InputBase/utils.js +0 -31
  819. package/legacy/InputLabel/InputLabel.js +0 -214
  820. package/legacy/InputLabel/index.js +0 -5
  821. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  822. package/legacy/LinearProgress/LinearProgress.js +0 -285
  823. package/legacy/LinearProgress/index.js +0 -5
  824. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  825. package/legacy/Link/Link.js +0 -209
  826. package/legacy/Link/getTextDecoration.js +0 -24
  827. package/legacy/Link/index.js +0 -5
  828. package/legacy/Link/linkClasses.js +0 -7
  829. package/legacy/List/List.js +0 -126
  830. package/legacy/List/ListContext.js +0 -12
  831. package/legacy/List/index.js +0 -5
  832. package/legacy/List/listClasses.js +0 -7
  833. package/legacy/ListItem/ListItem.js +0 -425
  834. package/legacy/ListItem/index.js +0 -5
  835. package/legacy/ListItem/listItemClasses.js +0 -7
  836. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  837. package/legacy/ListItemAvatar/index.js +0 -5
  838. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  839. package/legacy/ListItemButton/ListItemButton.js +0 -242
  840. package/legacy/ListItemButton/index.js +0 -5
  841. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  842. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  843. package/legacy/ListItemIcon/index.js +0 -5
  844. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  845. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  846. package/legacy/ListItemSecondaryAction/index.js +0 -5
  847. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  848. package/legacy/ListItemText/ListItemText.js +0 -160
  849. package/legacy/ListItemText/index.js +0 -5
  850. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  851. package/legacy/ListSubheader/ListSubheader.js +0 -139
  852. package/legacy/ListSubheader/index.js +0 -5
  853. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  854. package/legacy/Menu/Menu.js +0 -317
  855. package/legacy/Menu/index.js +0 -5
  856. package/legacy/Menu/menuClasses.js +0 -7
  857. package/legacy/MenuItem/MenuItem.js +0 -251
  858. package/legacy/MenuItem/index.js +0 -5
  859. package/legacy/MenuItem/menuItemClasses.js +0 -7
  860. package/legacy/MenuList/MenuList.js +0 -285
  861. package/legacy/MenuList/index.js +0 -3
  862. package/legacy/MobileStepper/MobileStepper.js +0 -254
  863. package/legacy/MobileStepper/index.js +0 -5
  864. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  865. package/legacy/Modal/Modal.js +0 -398
  866. package/legacy/Modal/index.js +0 -6
  867. package/legacy/Modal/modalClasses.js +0 -7
  868. package/legacy/NativeSelect/NativeSelect.js +0 -128
  869. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  870. package/legacy/NativeSelect/index.js +0 -5
  871. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  872. package/legacy/NoSsr/index.js +0 -1
  873. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  874. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  875. package/legacy/OutlinedInput/index.js +0 -5
  876. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  877. package/legacy/Pagination/Pagination.js +0 -256
  878. package/legacy/Pagination/index.js +0 -5
  879. package/legacy/Pagination/paginationClasses.js +0 -7
  880. package/legacy/PaginationItem/PaginationItem.js +0 -356
  881. package/legacy/PaginationItem/index.js +0 -5
  882. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  883. package/legacy/Paper/Paper.js +0 -141
  884. package/legacy/Paper/index.js +0 -5
  885. package/legacy/Paper/paperClasses.js +0 -7
  886. package/legacy/Popover/Popover.js +0 -548
  887. package/legacy/Popover/index.js +0 -6
  888. package/legacy/Popover/popoverClasses.js +0 -7
  889. package/legacy/Popper/Popper.js +0 -207
  890. package/legacy/Popper/index.js +0 -3
  891. package/legacy/Portal/index.js +0 -1
  892. package/legacy/Radio/Radio.js +0 -212
  893. package/legacy/Radio/RadioButtonIcon.js +0 -81
  894. package/legacy/Radio/index.js +0 -5
  895. package/legacy/Radio/radioClasses.js +0 -7
  896. package/legacy/RadioGroup/RadioGroup.js +0 -118
  897. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  898. package/legacy/RadioGroup/index.js +0 -6
  899. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  900. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  901. package/legacy/Rating/Rating.js +0 -657
  902. package/legacy/Rating/index.js +0 -3
  903. package/legacy/Rating/ratingClasses.js +0 -7
  904. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  905. package/legacy/ScopedCssBaseline/index.js +0 -5
  906. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  907. package/legacy/Select/Select.js +0 -290
  908. package/legacy/Select/SelectInput.js +0 -667
  909. package/legacy/Select/index.js +0 -5
  910. package/legacy/Select/selectClasses.js +0 -7
  911. package/legacy/Skeleton/Skeleton.js +0 -166
  912. package/legacy/Skeleton/index.js +0 -5
  913. package/legacy/Skeleton/skeletonClasses.js +0 -7
  914. package/legacy/Slide/Slide.js +0 -333
  915. package/legacy/Slide/index.js +0 -3
  916. package/legacy/Slider/Slider.js +0 -1063
  917. package/legacy/Slider/SliderValueLabel.js +0 -49
  918. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  919. package/legacy/Slider/index.js +0 -6
  920. package/legacy/Slider/sliderClasses.js +0 -7
  921. package/legacy/Snackbar/Snackbar.js +0 -312
  922. package/legacy/Snackbar/index.js +0 -5
  923. package/legacy/Snackbar/snackbarClasses.js +0 -7
  924. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  925. package/legacy/SnackbarContent/index.js +0 -5
  926. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  927. package/legacy/SpeedDial/SpeedDial.js +0 -491
  928. package/legacy/SpeedDial/index.js +0 -5
  929. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  930. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  931. package/legacy/SpeedDialAction/index.js +0 -5
  932. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  933. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  934. package/legacy/SpeedDialIcon/index.js +0 -5
  935. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  936. package/legacy/Stack/Stack.js +0 -66
  937. package/legacy/Stack/index.js +0 -4
  938. package/legacy/Stack/stackClasses.js +0 -7
  939. package/legacy/Step/Step.js +0 -179
  940. package/legacy/Step/StepContext.js +0 -17
  941. package/legacy/Step/index.js +0 -7
  942. package/legacy/Step/stepClasses.js +0 -7
  943. package/legacy/StepButton/StepButton.js +0 -122
  944. package/legacy/StepButton/index.js +0 -5
  945. package/legacy/StepButton/stepButtonClasses.js +0 -7
  946. package/legacy/StepConnector/StepConnector.js +0 -142
  947. package/legacy/StepConnector/index.js +0 -5
  948. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  949. package/legacy/StepContent/StepContent.js +0 -152
  950. package/legacy/StepContent/index.js +0 -5
  951. package/legacy/StepContent/stepContentClasses.js +0 -7
  952. package/legacy/StepIcon/StepIcon.js +0 -162
  953. package/legacy/StepIcon/index.js +0 -5
  954. package/legacy/StepIcon/stepIconClasses.js +0 -7
  955. package/legacy/StepLabel/StepLabel.js +0 -258
  956. package/legacy/StepLabel/index.js +0 -5
  957. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  958. package/legacy/Stepper/Stepper.js +0 -167
  959. package/legacy/Stepper/StepperContext.js +0 -17
  960. package/legacy/Stepper/index.js +0 -7
  961. package/legacy/Stepper/stepperClasses.js +0 -7
  962. package/legacy/StyledEngineProvider/index.js +0 -1
  963. package/legacy/SvgIcon/SvgIcon.js +0 -183
  964. package/legacy/SvgIcon/index.js +0 -5
  965. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  966. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  967. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  968. package/legacy/SwipeableDrawer/index.js +0 -3
  969. package/legacy/Switch/Switch.js +0 -337
  970. package/legacy/Switch/index.js +0 -5
  971. package/legacy/Switch/switchClasses.js +0 -7
  972. package/legacy/Tab/Tab.js +0 -249
  973. package/legacy/Tab/index.js +0 -5
  974. package/legacy/Tab/tabClasses.js +0 -7
  975. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  976. package/legacy/TabScrollButton/index.js +0 -5
  977. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  978. package/legacy/Table/Table.js +0 -130
  979. package/legacy/Table/TableContext.js +0 -12
  980. package/legacy/Table/Tablelvl2Context.js +0 -10
  981. package/legacy/Table/index.js +0 -5
  982. package/legacy/Table/tableClasses.js +0 -7
  983. package/legacy/TableBody/TableBody.js +0 -85
  984. package/legacy/TableBody/index.js +0 -5
  985. package/legacy/TableBody/tableBodyClasses.js +0 -7
  986. package/legacy/TableCell/TableCell.js +0 -208
  987. package/legacy/TableCell/index.js +0 -5
  988. package/legacy/TableCell/tableCellClasses.js +0 -7
  989. package/legacy/TableContainer/TableContainer.js +0 -77
  990. package/legacy/TableContainer/index.js +0 -5
  991. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  992. package/legacy/TableFooter/TableFooter.js +0 -85
  993. package/legacy/TableFooter/index.js +0 -5
  994. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  995. package/legacy/TableHead/TableHead.js +0 -85
  996. package/legacy/TableHead/index.js +0 -5
  997. package/legacy/TableHead/tableHeadClasses.js +0 -7
  998. package/legacy/TablePagination/TablePagination.js +0 -461
  999. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  1000. package/legacy/TablePagination/index.js +0 -5
  1001. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  1002. package/legacy/TableRow/TableRow.js +0 -123
  1003. package/legacy/TableRow/index.js +0 -5
  1004. package/legacy/TableRow/tableRowClasses.js +0 -7
  1005. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  1006. package/legacy/TableSortLabel/index.js +0 -5
  1007. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  1008. package/legacy/Tabs/ScrollbarSize.js +0 -57
  1009. package/legacy/Tabs/Tabs.js +0 -849
  1010. package/legacy/Tabs/index.js +0 -5
  1011. package/legacy/Tabs/tabsClasses.js +0 -7
  1012. package/legacy/TextField/TextField.js +0 -381
  1013. package/legacy/TextField/index.js +0 -5
  1014. package/legacy/TextField/textFieldClasses.js +0 -7
  1015. package/legacy/TextareaAutosize/index.js +0 -1
  1016. package/legacy/ToggleButton/ToggleButton.js +0 -230
  1017. package/legacy/ToggleButton/index.js +0 -5
  1018. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  1019. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  1020. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  1021. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  1022. package/legacy/ToggleButtonGroup/index.js +0 -5
  1023. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  1024. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  1025. package/legacy/Toolbar/Toolbar.js +0 -115
  1026. package/legacy/Toolbar/index.js +0 -3
  1027. package/legacy/Toolbar/toolbarClasses.js +0 -7
  1028. package/legacy/Tooltip/Tooltip.js +0 -788
  1029. package/legacy/Tooltip/index.js +0 -5
  1030. package/legacy/Tooltip/tooltipClasses.js +0 -7
  1031. package/legacy/Typography/Typography.js +0 -198
  1032. package/legacy/Typography/index.js +0 -5
  1033. package/legacy/Typography/typographyClasses.js +0 -7
  1034. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  1035. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  1036. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  1037. package/legacy/Unstable_Grid2/index.js +0 -6
  1038. package/legacy/Unstable_TrapFocus/index.js +0 -1
  1039. package/legacy/Zoom/Zoom.js +0 -206
  1040. package/legacy/Zoom/index.js +0 -3
  1041. package/legacy/className/index.js +0 -2
  1042. package/legacy/colors/amber.js +0 -17
  1043. package/legacy/colors/blue.js +0 -17
  1044. package/legacy/colors/blueGrey.js +0 -17
  1045. package/legacy/colors/brown.js +0 -17
  1046. package/legacy/colors/common.js +0 -5
  1047. package/legacy/colors/cyan.js +0 -17
  1048. package/legacy/colors/deepOrange.js +0 -17
  1049. package/legacy/colors/deepPurple.js +0 -17
  1050. package/legacy/colors/green.js +0 -17
  1051. package/legacy/colors/grey.js +0 -17
  1052. package/legacy/colors/index.js +0 -20
  1053. package/legacy/colors/indigo.js +0 -17
  1054. package/legacy/colors/lightBlue.js +0 -17
  1055. package/legacy/colors/lightGreen.js +0 -17
  1056. package/legacy/colors/lime.js +0 -17
  1057. package/legacy/colors/orange.js +0 -17
  1058. package/legacy/colors/pink.js +0 -17
  1059. package/legacy/colors/purple.js +0 -17
  1060. package/legacy/colors/red.js +0 -17
  1061. package/legacy/colors/teal.js +0 -17
  1062. package/legacy/colors/yellow.js +0 -17
  1063. package/legacy/darkScrollbar/index.js +0 -33
  1064. package/legacy/generateUtilityClass/index.js +0 -1
  1065. package/legacy/generateUtilityClasses/index.js +0 -1
  1066. package/legacy/index.js +0 -288
  1067. package/legacy/internal/SwitchBase.js +0 -275
  1068. package/legacy/internal/animate.js +0 -41
  1069. package/legacy/internal/svg-icons/Add.js +0 -12
  1070. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  1071. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  1072. package/legacy/internal/svg-icons/Cancel.js +0 -12
  1073. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  1074. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  1075. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  1076. package/legacy/internal/svg-icons/Close.js +0 -14
  1077. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  1078. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  1079. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  1080. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  1081. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  1082. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  1083. package/legacy/internal/svg-icons/LastPage.js +0 -12
  1084. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  1085. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  1086. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  1087. package/legacy/internal/svg-icons/Person.js +0 -12
  1088. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  1089. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  1090. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  1091. package/legacy/internal/svg-icons/Star.js +0 -12
  1092. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  1093. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  1094. package/legacy/internal/svg-icons/Warning.js +0 -12
  1095. package/legacy/internal/switchBaseClasses.js +0 -7
  1096. package/legacy/locale/index.js +0 -4389
  1097. package/legacy/styles/CssVarsProvider.js +0 -39
  1098. package/legacy/styles/ThemeProvider.js +0 -28
  1099. package/legacy/styles/adaptV4Theme.js +0 -81
  1100. package/legacy/styles/createGetSelector.js +0 -21
  1101. package/legacy/styles/createMixins.js +0 -15
  1102. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  1103. package/legacy/styles/createPalette.js +0 -299
  1104. package/legacy/styles/createStyles.js +0 -10
  1105. package/legacy/styles/createTheme.js +0 -97
  1106. package/legacy/styles/createTransitions.js +0 -97
  1107. package/legacy/styles/createTypography.js +0 -93
  1108. package/legacy/styles/cssUtils.js +0 -122
  1109. package/legacy/styles/defaultTheme.js +0 -5
  1110. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  1111. package/legacy/styles/getOverlayAlpha.js +0 -11
  1112. package/legacy/styles/identifier.js +0 -1
  1113. package/legacy/styles/index.js +0 -37
  1114. package/legacy/styles/makeStyles.js +0 -4
  1115. package/legacy/styles/responsiveFontSizes.js +0 -63
  1116. package/legacy/styles/rootShouldForwardProp.js +0 -5
  1117. package/legacy/styles/shadows.js +0 -10
  1118. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  1119. package/legacy/styles/slotShouldForwardProp.js +0 -5
  1120. package/legacy/styles/styled.js +0 -14
  1121. package/legacy/styles/useTheme.js +0 -14
  1122. package/legacy/styles/useThemeProps.js +0 -15
  1123. package/legacy/styles/withStyles.js +0 -4
  1124. package/legacy/styles/withTheme.js +0 -4
  1125. package/legacy/styles/zIndex.js +0 -13
  1126. package/legacy/transitions/index.js +0 -1
  1127. package/legacy/transitions/transition.js +0 -1
  1128. package/legacy/transitions/utils.js +0 -16
  1129. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  1130. package/legacy/useAutocomplete/index.js +0 -3
  1131. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  1132. package/legacy/useMediaQuery/index.js +0 -1
  1133. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  1134. package/legacy/usePagination/index.js +0 -3
  1135. package/legacy/usePagination/usePagination.js +0 -122
  1136. package/legacy/useScrollTrigger/index.js +0 -3
  1137. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  1138. package/legacy/useTouchRipple/index.js +0 -3
  1139. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  1140. package/legacy/utils/capitalize.js +0 -2
  1141. package/legacy/utils/createChainedFunction.js +0 -2
  1142. package/legacy/utils/createSvgIcon.js +0 -27
  1143. package/legacy/utils/debounce.js +0 -2
  1144. package/legacy/utils/deprecatedPropType.js +0 -2
  1145. package/legacy/utils/getScrollbarSize.js +0 -2
  1146. package/legacy/utils/index.js +0 -30
  1147. package/legacy/utils/isMuiElement.js +0 -2
  1148. package/legacy/utils/ownerDocument.js +0 -2
  1149. package/legacy/utils/ownerWindow.js +0 -2
  1150. package/legacy/utils/requirePropFactory.js +0 -2
  1151. package/legacy/utils/scrollLeft.js +0 -1
  1152. package/legacy/utils/setRef.js +0 -2
  1153. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  1154. package/legacy/utils/types.js +0 -1
  1155. package/legacy/utils/unsupportedProp.js +0 -2
  1156. package/legacy/utils/useControlled.js +0 -4
  1157. package/legacy/utils/useEnhancedEffect.js +0 -4
  1158. package/legacy/utils/useEventCallback.js +0 -4
  1159. package/legacy/utils/useForkRef.js +0 -4
  1160. package/legacy/utils/useId.js +0 -4
  1161. package/legacy/utils/useIsFocusVisible.js +0 -4
  1162. package/legacy/utils/useSlot.js +0 -71
  1163. package/legacy/zero-styled/index.js +0 -8
  1164. package/modern/useMediaQuery/useMediaQueryTheme.js +0 -8
  1165. package/modern/utils/scrollLeft.js +0 -1
  1166. package/node/useMediaQuery/useMediaQueryTheme.js +0 -13
  1167. package/node/utils/scrollLeft.js +0 -18
  1168. package/umd/material-ui.development.js +0 -51770
  1169. package/umd/material-ui.production.min.js +0 -25
  1170. package/useMediaQuery/useMediaQueryTheme.d.ts +0 -3
  1171. package/useMediaQuery/useMediaQueryTheme.js +0 -8
  1172. package/utils/scrollLeft.js +0 -1
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getHiddenCssUtilityClass(slot) {
4
- return generateUtilityClass('PrivateHiddenCss', slot);
5
- }
6
- var hiddenCssClasses = generateUtilityClasses('PrivateHiddenCss', ['root', 'xlDown', 'xlUp', 'onlyXl', 'lgDown', 'lgUp', 'onlyLg', 'mdDown', 'mdUp', 'onlyMd', 'smDown', 'smUp', 'onlySm', 'xsDown', 'xsUp', 'onlyXs']);
7
- export default hiddenCssClasses;
@@ -1,3 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './Hidden';
@@ -1,110 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
- import * as React from 'react';
4
- import PropTypes from 'prop-types';
5
- import getDisplayName from '@mui/utils/getDisplayName';
6
- import { getThemeProps } from '@mui/system/useThemeProps';
7
- import useTheme from '../styles/useTheme';
8
- import useEnhancedEffect from '../utils/useEnhancedEffect';
9
- import useMediaQuery from '../useMediaQuery';
10
- import { jsx as _jsx } from "react/jsx-runtime";
11
- var breakpointKeys = ['xs', 'sm', 'md', 'lg', 'xl'];
12
-
13
- // By default, returns true if screen width is the same or greater than the given breakpoint.
14
- export var isWidthUp = function isWidthUp(breakpoint, width) {
15
- var inclusive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
16
- if (inclusive) {
17
- return breakpointKeys.indexOf(breakpoint) <= breakpointKeys.indexOf(width);
18
- }
19
- return breakpointKeys.indexOf(breakpoint) < breakpointKeys.indexOf(width);
20
- };
21
-
22
- // By default, returns true if screen width is less than the given breakpoint.
23
- export var isWidthDown = function isWidthDown(breakpoint, width) {
24
- var inclusive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
25
- if (inclusive) {
26
- return breakpointKeys.indexOf(width) <= breakpointKeys.indexOf(breakpoint);
27
- }
28
- return breakpointKeys.indexOf(width) < breakpointKeys.indexOf(breakpoint);
29
- };
30
- var withWidth = function withWidth() {
31
- var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
32
- return function (Component) {
33
- var _options$withTheme = options.withTheme,
34
- withThemeOption = _options$withTheme === void 0 ? false : _options$withTheme,
35
- _options$noSSR = options.noSSR,
36
- noSSR = _options$noSSR === void 0 ? false : _options$noSSR,
37
- initialWidthOption = options.initialWidth;
38
- function WithWidth(props) {
39
- var contextTheme = useTheme();
40
- var theme = props.theme || contextTheme;
41
- var _getThemeProps = getThemeProps({
42
- theme: theme,
43
- name: 'MuiWithWidth',
44
- props: props
45
- }),
46
- initialWidth = _getThemeProps.initialWidth,
47
- width = _getThemeProps.width,
48
- other = _objectWithoutProperties(_getThemeProps, ["initialWidth", "width"]);
49
- var _React$useState = React.useState(false),
50
- mountedState = _React$useState[0],
51
- setMountedState = _React$useState[1];
52
- useEnhancedEffect(function () {
53
- setMountedState(true);
54
- }, []);
55
-
56
- /**
57
- * innerWidth |xs sm md lg xl
58
- * |-------|-------|-------|-------|------>
59
- * width | xs | sm | md | lg | xl
60
- */
61
- var keys = theme.breakpoints.keys.slice().reverse();
62
- var widthComputed = keys.reduce(function (output, key) {
63
- // eslint-disable-next-line react-hooks/rules-of-hooks
64
- var matches = useMediaQuery(theme.breakpoints.up(key));
65
- return !output && matches ? key : output;
66
- }, null);
67
- var more = _extends({
68
- width: width || (mountedState || noSSR ? widthComputed : undefined) || initialWidth || initialWidthOption
69
- }, withThemeOption ? {
70
- theme: theme
71
- } : {}, other);
72
-
73
- // When rendering the component on the server,
74
- // we have no idea about the client browser screen width.
75
- // In order to prevent blinks and help the reconciliation of the React tree
76
- // we are not rendering the child component.
77
- //
78
- // An alternative is to use the `initialWidth` property.
79
- if (more.width === undefined) {
80
- return null;
81
- }
82
- return /*#__PURE__*/_jsx(Component, _extends({}, more));
83
- }
84
- process.env.NODE_ENV !== "production" ? WithWidth.propTypes = {
85
- /**
86
- * As `window.innerWidth` is unavailable on the server,
87
- * we default to rendering an empty component during the first mount.
88
- * You might want to use a heuristic to approximate
89
- * the screen width of the client browser screen width.
90
- *
91
- * For instance, you could be using the user-agent or the client-hints.
92
- * https://caniuse.com/#search=client%20hint
93
- */
94
- initialWidth: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl']),
95
- /**
96
- * @ignore
97
- */
98
- theme: PropTypes.object,
99
- /**
100
- * Bypass the width calculation logic.
101
- */
102
- width: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl'])
103
- } : void 0;
104
- if (process.env.NODE_ENV !== 'production') {
105
- WithWidth.displayName = "WithWidth(".concat(getDisplayName(Component), ")");
106
- }
107
- return WithWidth;
108
- };
109
- };
110
- export default withWidth;
@@ -1,144 +0,0 @@
1
- 'use client';
2
-
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
5
- import * as React from 'react';
6
- import PropTypes from 'prop-types';
7
- import clsx from 'clsx';
8
- import composeClasses from '@mui/utils/composeClasses';
9
- import styled from '../styles/styled';
10
- import useThemeProps from '../styles/useThemeProps';
11
- import capitalize from '../utils/capitalize';
12
- import { getIconUtilityClass } from './iconClasses';
13
- import { jsx as _jsx } from "react/jsx-runtime";
14
- var useUtilityClasses = function useUtilityClasses(ownerState) {
15
- var color = ownerState.color,
16
- fontSize = ownerState.fontSize,
17
- classes = ownerState.classes;
18
- var slots = {
19
- root: ['root', color !== 'inherit' && "color".concat(capitalize(color)), "fontSize".concat(capitalize(fontSize))]
20
- };
21
- return composeClasses(slots, getIconUtilityClass, classes);
22
- };
23
- var IconRoot = styled('span', {
24
- name: 'MuiIcon',
25
- slot: 'Root',
26
- overridesResolver: function overridesResolver(props, styles) {
27
- var ownerState = props.ownerState;
28
- return [styles.root, ownerState.color !== 'inherit' && styles["color".concat(capitalize(ownerState.color))], styles["fontSize".concat(capitalize(ownerState.fontSize))]];
29
- }
30
- })(function (_ref) {
31
- var theme = _ref.theme,
32
- ownerState = _ref.ownerState;
33
- return {
34
- userSelect: 'none',
35
- width: '1em',
36
- height: '1em',
37
- // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
38
- // To remove at some point.
39
- overflow: 'hidden',
40
- display: 'inline-block',
41
- // allow overflow hidden to take action
42
- textAlign: 'center',
43
- // support non-square icon
44
- flexShrink: 0,
45
- fontSize: {
46
- inherit: 'inherit',
47
- small: theme.typography.pxToRem(20),
48
- medium: theme.typography.pxToRem(24),
49
- large: theme.typography.pxToRem(36)
50
- }[ownerState.fontSize],
51
- // TODO v5 deprecate, v6 remove for sx
52
- color: {
53
- primary: (theme.vars || theme).palette.primary.main,
54
- secondary: (theme.vars || theme).palette.secondary.main,
55
- info: (theme.vars || theme).palette.info.main,
56
- success: (theme.vars || theme).palette.success.main,
57
- warning: (theme.vars || theme).palette.warning.main,
58
- action: (theme.vars || theme).palette.action.active,
59
- error: (theme.vars || theme).palette.error.main,
60
- disabled: (theme.vars || theme).palette.action.disabled,
61
- inherit: undefined
62
- }[ownerState.color]
63
- };
64
- });
65
- var Icon = /*#__PURE__*/React.forwardRef(function Icon(inProps, ref) {
66
- var props = useThemeProps({
67
- props: inProps,
68
- name: 'MuiIcon'
69
- });
70
- var _props$baseClassName = props.baseClassName,
71
- baseClassName = _props$baseClassName === void 0 ? 'material-icons' : _props$baseClassName,
72
- className = props.className,
73
- _props$color = props.color,
74
- color = _props$color === void 0 ? 'inherit' : _props$color,
75
- _props$component = props.component,
76
- Component = _props$component === void 0 ? 'span' : _props$component,
77
- _props$fontSize = props.fontSize,
78
- fontSize = _props$fontSize === void 0 ? 'medium' : _props$fontSize,
79
- other = _objectWithoutProperties(props, ["baseClassName", "className", "color", "component", "fontSize"]);
80
- var ownerState = _extends({}, props, {
81
- baseClassName: baseClassName,
82
- color: color,
83
- component: Component,
84
- fontSize: fontSize
85
- });
86
- var classes = useUtilityClasses(ownerState);
87
- return /*#__PURE__*/_jsx(IconRoot, _extends({
88
- as: Component,
89
- className: clsx(baseClassName,
90
- // Prevent the translation of the text content.
91
- // The font relies on the exact text content to render the icon.
92
- 'notranslate', classes.root, className),
93
- ownerState: ownerState,
94
- "aria-hidden": true,
95
- ref: ref
96
- }, other));
97
- });
98
- process.env.NODE_ENV !== "production" ? Icon.propTypes /* remove-proptypes */ = {
99
- // ┌────────────────────────────── Warning ──────────────────────────────┐
100
- // │ These PropTypes are generated from the TypeScript type definitions. │
101
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
102
- // └─────────────────────────────────────────────────────────────────────┘
103
- /**
104
- * The base class applied to the icon. Defaults to 'material-icons', but can be changed to any
105
- * other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).
106
- * @default 'material-icons'
107
- */
108
- baseClassName: PropTypes.string,
109
- /**
110
- * The name of the icon font ligature.
111
- */
112
- children: PropTypes.node,
113
- /**
114
- * Override or extend the styles applied to the component.
115
- */
116
- classes: PropTypes.object,
117
- /**
118
- * @ignore
119
- */
120
- className: PropTypes.string,
121
- /**
122
- * The color of the component.
123
- * It supports both default and custom theme colors, which can be added as shown in the
124
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
125
- * @default 'inherit'
126
- */
127
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
128
- /**
129
- * The component used for the root node.
130
- * Either a string to use a HTML element or a component.
131
- */
132
- component: PropTypes.elementType,
133
- /**
134
- * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
135
- * @default 'medium'
136
- */
137
- fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),
138
- /**
139
- * The system prop that allows defining system overrides as well as additional CSS styles.
140
- */
141
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
142
- } : void 0;
143
- Icon.muiName = 'Icon';
144
- export default Icon;
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getIconUtilityClass(slot) {
4
- return generateUtilityClass('MuiIcon', slot);
5
- }
6
- var iconClasses = generateUtilityClasses('MuiIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
7
- export default iconClasses;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './Icon';
4
- export { default as iconClasses } from './iconClasses';
5
- export * from './iconClasses';
@@ -1,204 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
5
- import _extends from "@babel/runtime/helpers/esm/extends";
6
- import * as React from 'react';
7
- import PropTypes from 'prop-types';
8
- import clsx from 'clsx';
9
- import chainPropTypes from '@mui/utils/chainPropTypes';
10
- import composeClasses from '@mui/utils/composeClasses';
11
- import { alpha } from '@mui/system/colorManipulator';
12
- import styled from '../styles/styled';
13
- import useThemeProps from '../styles/useThemeProps';
14
- import ButtonBase from '../ButtonBase';
15
- import capitalize from '../utils/capitalize';
16
- import iconButtonClasses, { getIconButtonUtilityClass } from './iconButtonClasses';
17
- import { jsx as _jsx } from "react/jsx-runtime";
18
- var useUtilityClasses = function useUtilityClasses(ownerState) {
19
- var classes = ownerState.classes,
20
- disabled = ownerState.disabled,
21
- color = ownerState.color,
22
- edge = ownerState.edge,
23
- size = ownerState.size;
24
- var slots = {
25
- root: ['root', disabled && 'disabled', color !== 'default' && "color".concat(capitalize(color)), edge && "edge".concat(capitalize(edge)), "size".concat(capitalize(size))]
26
- };
27
- return composeClasses(slots, getIconButtonUtilityClass, classes);
28
- };
29
- var IconButtonRoot = styled(ButtonBase, {
30
- name: 'MuiIconButton',
31
- slot: 'Root',
32
- overridesResolver: function overridesResolver(props, styles) {
33
- var ownerState = props.ownerState;
34
- return [styles.root, ownerState.color !== 'default' && styles["color".concat(capitalize(ownerState.color))], ownerState.edge && styles["edge".concat(capitalize(ownerState.edge))], styles["size".concat(capitalize(ownerState.size))]];
35
- }
36
- })(function (_ref) {
37
- var theme = _ref.theme,
38
- ownerState = _ref.ownerState;
39
- return _extends({
40
- textAlign: 'center',
41
- flex: '0 0 auto',
42
- fontSize: theme.typography.pxToRem(24),
43
- padding: 8,
44
- borderRadius: '50%',
45
- overflow: 'visible',
46
- // Explicitly set the default value to solve a bug on IE11.
47
- color: (theme.vars || theme).palette.action.active,
48
- transition: theme.transitions.create('background-color', {
49
- duration: theme.transitions.duration.shortest
50
- })
51
- }, !ownerState.disableRipple && {
52
- '&:hover': {
53
- backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.action.activeChannel, " / ").concat(theme.vars.palette.action.hoverOpacity, ")") : alpha(theme.palette.action.active, theme.palette.action.hoverOpacity),
54
- // Reset on touch devices, it doesn't add specificity
55
- '@media (hover: none)': {
56
- backgroundColor: 'transparent'
57
- }
58
- }
59
- }, ownerState.edge === 'start' && {
60
- marginLeft: ownerState.size === 'small' ? -3 : -12
61
- }, ownerState.edge === 'end' && {
62
- marginRight: ownerState.size === 'small' ? -3 : -12
63
- });
64
- }, function (_ref2) {
65
- var _palette;
66
- var theme = _ref2.theme,
67
- ownerState = _ref2.ownerState;
68
- var palette = (_palette = (theme.vars || theme).palette) == null ? void 0 : _palette[ownerState.color];
69
- return _extends({}, ownerState.color === 'inherit' && {
70
- color: 'inherit'
71
- }, ownerState.color !== 'inherit' && ownerState.color !== 'default' && _extends({
72
- color: palette == null ? void 0 : palette.main
73
- }, !ownerState.disableRipple && {
74
- '&:hover': _extends({}, palette && {
75
- backgroundColor: theme.vars ? "rgba(".concat(palette.mainChannel, " / ").concat(theme.vars.palette.action.hoverOpacity, ")") : alpha(palette.main, theme.palette.action.hoverOpacity)
76
- }, {
77
- // Reset on touch devices, it doesn't add specificity
78
- '@media (hover: none)': {
79
- backgroundColor: 'transparent'
80
- }
81
- })
82
- }), ownerState.size === 'small' && {
83
- padding: 5,
84
- fontSize: theme.typography.pxToRem(18)
85
- }, ownerState.size === 'large' && {
86
- padding: 12,
87
- fontSize: theme.typography.pxToRem(28)
88
- }, _defineProperty({}, "&.".concat(iconButtonClasses.disabled), {
89
- backgroundColor: 'transparent',
90
- color: (theme.vars || theme).palette.action.disabled
91
- }));
92
- });
93
-
94
- /**
95
- * Refer to the [Icons](/material-ui/icons/) section of the documentation
96
- * regarding the available icon options.
97
- */
98
- var IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, ref) {
99
- var props = useThemeProps({
100
- props: inProps,
101
- name: 'MuiIconButton'
102
- });
103
- var _props$edge = props.edge,
104
- edge = _props$edge === void 0 ? false : _props$edge,
105
- children = props.children,
106
- className = props.className,
107
- _props$color = props.color,
108
- color = _props$color === void 0 ? 'default' : _props$color,
109
- _props$disabled = props.disabled,
110
- disabled = _props$disabled === void 0 ? false : _props$disabled,
111
- _props$disableFocusRi = props.disableFocusRipple,
112
- disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi,
113
- _props$size = props.size,
114
- size = _props$size === void 0 ? 'medium' : _props$size,
115
- other = _objectWithoutProperties(props, ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"]);
116
- var ownerState = _extends({}, props, {
117
- edge: edge,
118
- color: color,
119
- disabled: disabled,
120
- disableFocusRipple: disableFocusRipple,
121
- size: size
122
- });
123
- var classes = useUtilityClasses(ownerState);
124
- return /*#__PURE__*/_jsx(IconButtonRoot, _extends({
125
- className: clsx(classes.root, className),
126
- centerRipple: true,
127
- focusRipple: !disableFocusRipple,
128
- disabled: disabled,
129
- ref: ref
130
- }, other, {
131
- ownerState: ownerState,
132
- children: children
133
- }));
134
- });
135
- process.env.NODE_ENV !== "production" ? IconButton.propTypes /* remove-proptypes */ = {
136
- // ┌────────────────────────────── Warning ──────────────────────────────┐
137
- // │ These PropTypes are generated from the TypeScript type definitions. │
138
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
139
- // └─────────────────────────────────────────────────────────────────────┘
140
- /**
141
- * The icon to display.
142
- */
143
- children: chainPropTypes(PropTypes.node, function (props) {
144
- var found = React.Children.toArray(props.children).some(function (child) {
145
- return /*#__PURE__*/React.isValidElement(child) && child.props.onClick;
146
- });
147
- if (found) {
148
- return new Error(['MUI: You are providing an onClick event listener to a child of a button element.', 'Prefer applying it to the IconButton directly.', 'This guarantees that the whole <button> will be responsive to click events.'].join('\n'));
149
- }
150
- return null;
151
- }),
152
- /**
153
- * Override or extend the styles applied to the component.
154
- */
155
- classes: PropTypes.object,
156
- /**
157
- * @ignore
158
- */
159
- className: PropTypes.string,
160
- /**
161
- * The color of the component.
162
- * It supports both default and custom theme colors, which can be added as shown in the
163
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
164
- * @default 'default'
165
- */
166
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
167
- /**
168
- * If `true`, the component is disabled.
169
- * @default false
170
- */
171
- disabled: PropTypes.bool,
172
- /**
173
- * If `true`, the keyboard focus ripple is disabled.
174
- * @default false
175
- */
176
- disableFocusRipple: PropTypes.bool,
177
- /**
178
- * If `true`, the ripple effect is disabled.
179
- *
180
- * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure
181
- * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
182
- * @default false
183
- */
184
- disableRipple: PropTypes.bool,
185
- /**
186
- * If given, uses a negative margin to counteract the padding on one
187
- * side (this is often helpful for aligning the left or right
188
- * side of the icon with content above or below, without ruining the border
189
- * size and shape).
190
- * @default false
191
- */
192
- edge: PropTypes.oneOf(['end', 'start', false]),
193
- /**
194
- * The size of the component.
195
- * `small` is equivalent to the dense button styling.
196
- * @default 'medium'
197
- */
198
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium', 'large']), PropTypes.string]),
199
- /**
200
- * The system prop that allows defining system overrides as well as additional CSS styles.
201
- */
202
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
203
- } : void 0;
204
- export default IconButton;
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getIconButtonUtilityClass(slot) {
4
- return generateUtilityClass('MuiIconButton', slot);
5
- }
6
- var iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
7
- export default iconButtonClasses;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './IconButton';
4
- export { default as iconButtonClasses } from './iconButtonClasses';
5
- export * from './iconButtonClasses';
@@ -1,155 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _extends from "@babel/runtime/helpers/esm/extends";
5
- import composeClasses from '@mui/utils/composeClasses';
6
- import integerPropType from '@mui/utils/integerPropType';
7
- import clsx from 'clsx';
8
- import PropTypes from 'prop-types';
9
- import * as React from 'react';
10
- import styled from '../styles/styled';
11
- import useThemeProps from '../styles/useThemeProps';
12
- import { getImageListUtilityClass } from './imageListClasses';
13
- import ImageListContext from './ImageListContext';
14
- import { jsx as _jsx } from "react/jsx-runtime";
15
- var useUtilityClasses = function useUtilityClasses(ownerState) {
16
- var classes = ownerState.classes,
17
- variant = ownerState.variant;
18
- var slots = {
19
- root: ['root', variant]
20
- };
21
- return composeClasses(slots, getImageListUtilityClass, classes);
22
- };
23
- var ImageListRoot = styled('ul', {
24
- name: 'MuiImageList',
25
- slot: 'Root',
26
- overridesResolver: function overridesResolver(props, styles) {
27
- var ownerState = props.ownerState;
28
- return [styles.root, styles[ownerState.variant]];
29
- }
30
- })(function (_ref) {
31
- var ownerState = _ref.ownerState;
32
- return _extends({
33
- display: 'grid',
34
- overflowY: 'auto',
35
- listStyle: 'none',
36
- padding: 0,
37
- // Add iOS momentum scrolling for iOS < 13.0
38
- WebkitOverflowScrolling: 'touch'
39
- }, ownerState.variant === 'masonry' && {
40
- display: 'block'
41
- });
42
- });
43
- var ImageList = /*#__PURE__*/React.forwardRef(function ImageList(inProps, ref) {
44
- var props = useThemeProps({
45
- props: inProps,
46
- name: 'MuiImageList'
47
- });
48
- var children = props.children,
49
- className = props.className,
50
- _props$cols = props.cols,
51
- cols = _props$cols === void 0 ? 2 : _props$cols,
52
- _props$component = props.component,
53
- component = _props$component === void 0 ? 'ul' : _props$component,
54
- _props$rowHeight = props.rowHeight,
55
- rowHeight = _props$rowHeight === void 0 ? 'auto' : _props$rowHeight,
56
- _props$gap = props.gap,
57
- gap = _props$gap === void 0 ? 4 : _props$gap,
58
- styleProp = props.style,
59
- _props$variant = props.variant,
60
- variant = _props$variant === void 0 ? 'standard' : _props$variant,
61
- other = _objectWithoutProperties(props, ["children", "className", "cols", "component", "rowHeight", "gap", "style", "variant"]);
62
- var contextValue = React.useMemo(function () {
63
- return {
64
- rowHeight: rowHeight,
65
- gap: gap,
66
- variant: variant
67
- };
68
- }, [rowHeight, gap, variant]);
69
- React.useEffect(function () {
70
- if (process.env.NODE_ENV !== 'production') {
71
- // Detect Internet Explorer 8+
72
- if (document !== undefined && 'objectFit' in document.documentElement.style === false) {
73
- console.error(['MUI: ImageList v5+ no longer natively supports Internet Explorer.', 'Use v4 of this component instead, or polyfill CSS object-fit.'].join('\n'));
74
- }
75
- }
76
- }, []);
77
- var style = variant === 'masonry' ? _extends({
78
- columnCount: cols,
79
- columnGap: gap
80
- }, styleProp) : _extends({
81
- gridTemplateColumns: "repeat(".concat(cols, ", 1fr)"),
82
- gap: gap
83
- }, styleProp);
84
- var ownerState = _extends({}, props, {
85
- component: component,
86
- gap: gap,
87
- rowHeight: rowHeight,
88
- variant: variant
89
- });
90
- var classes = useUtilityClasses(ownerState);
91
- return /*#__PURE__*/_jsx(ImageListRoot, _extends({
92
- as: component,
93
- className: clsx(classes.root, classes[variant], className),
94
- ref: ref,
95
- style: style,
96
- ownerState: ownerState
97
- }, other, {
98
- children: /*#__PURE__*/_jsx(ImageListContext.Provider, {
99
- value: contextValue,
100
- children: children
101
- })
102
- }));
103
- });
104
- process.env.NODE_ENV !== "production" ? ImageList.propTypes /* remove-proptypes */ = {
105
- // ┌────────────────────────────── Warning ──────────────────────────────┐
106
- // │ These PropTypes are generated from the TypeScript type definitions. │
107
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
108
- // └─────────────────────────────────────────────────────────────────────┘
109
- /**
110
- * The content of the component, normally `ImageListItem`s.
111
- */
112
- children: PropTypes /* @typescript-to-proptypes-ignore */.node.isRequired,
113
- /**
114
- * Override or extend the styles applied to the component.
115
- */
116
- classes: PropTypes.object,
117
- /**
118
- * @ignore
119
- */
120
- className: PropTypes.string,
121
- /**
122
- * Number of columns.
123
- * @default 2
124
- */
125
- cols: integerPropType,
126
- /**
127
- * The component used for the root node.
128
- * Either a string to use a HTML element or a component.
129
- */
130
- component: PropTypes.elementType,
131
- /**
132
- * The gap between items in px.
133
- * @default 4
134
- */
135
- gap: PropTypes.number,
136
- /**
137
- * The height of one row in px.
138
- * @default 'auto'
139
- */
140
- rowHeight: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number]),
141
- /**
142
- * @ignore
143
- */
144
- style: PropTypes.object,
145
- /**
146
- * The system prop that allows defining system overrides as well as additional CSS styles.
147
- */
148
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
149
- /**
150
- * The variant to use.
151
- * @default 'standard'
152
- */
153
- variant: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['masonry', 'quilted', 'standard', 'woven']), PropTypes.string])
154
- } : void 0;
155
- export default ImageList;
@@ -1,13 +0,0 @@
1
- 'use client';
2
-
3
- import * as React from 'react';
4
-
5
- /**
6
- * @ignore - internal component.
7
- * @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>}
8
- */
9
- var ImageListContext = /*#__PURE__*/React.createContext({});
10
- if (process.env.NODE_ENV !== 'production') {
11
- ImageListContext.displayName = 'ImageListContext';
12
- }
13
- export default ImageListContext;