@mui/material 5.10.12 → 5.10.14

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 (1152) hide show
  1. package/Accordion/Accordion.js +13 -53
  2. package/Accordion/AccordionContext.js +0 -6
  3. package/Accordion/accordionClasses.js +0 -5
  4. package/Accordion/index.js +0 -6
  5. package/AccordionActions/AccordionActions.js +5 -28
  6. package/AccordionActions/accordionActionsClasses.js +0 -5
  7. package/AccordionActions/index.js +0 -6
  8. package/AccordionDetails/AccordionDetails.js +4 -26
  9. package/AccordionDetails/accordionDetailsClasses.js +0 -5
  10. package/AccordionDetails/index.js +0 -6
  11. package/AccordionSummary/AccordionSummary.js +8 -38
  12. package/AccordionSummary/accordionSummaryClasses.js +0 -5
  13. package/AccordionSummary/index.js +0 -6
  14. package/Alert/Alert.d.ts +34 -3
  15. package/Alert/Alert.js +62 -74
  16. package/Alert/alertClasses.js +0 -5
  17. package/Alert/index.js +0 -6
  18. package/AlertTitle/AlertTitle.js +4 -27
  19. package/AlertTitle/alertTitleClasses.js +0 -5
  20. package/AlertTitle/index.js +0 -6
  21. package/AppBar/AppBar.js +11 -40
  22. package/AppBar/appBarClasses.js +0 -5
  23. package/AppBar/index.js +0 -6
  24. package/Autocomplete/Autocomplete.d.ts +10 -0
  25. package/Autocomplete/Autocomplete.js +84 -182
  26. package/Autocomplete/autocompleteClasses.js +0 -5
  27. package/Autocomplete/index.js +0 -5
  28. package/Avatar/Avatar.js +16 -59
  29. package/Avatar/avatarClasses.js +0 -5
  30. package/Avatar/index.js +0 -6
  31. package/AvatarGroup/AvatarGroup.d.ts +18 -1
  32. package/AvatarGroup/AvatarGroup.js +36 -57
  33. package/AvatarGroup/avatarGroupClasses.js +0 -5
  34. package/AvatarGroup/index.js +0 -6
  35. package/Backdrop/Backdrop.d.ts +33 -3
  36. package/Backdrop/Backdrop.js +57 -54
  37. package/Backdrop/backdropClasses.js +0 -5
  38. package/Backdrop/index.js +0 -6
  39. package/Badge/Badge.d.ts +11 -3
  40. package/Badge/Badge.js +35 -75
  41. package/Badge/badgeClasses.js +2 -6
  42. package/Badge/index.js +0 -6
  43. package/BottomNavigation/BottomNavigation.js +9 -38
  44. package/BottomNavigation/bottomNavigationClasses.js +0 -5
  45. package/BottomNavigation/index.js +0 -6
  46. package/BottomNavigationAction/BottomNavigationAction.js +9 -42
  47. package/BottomNavigationAction/bottomNavigationActionClasses.js +0 -5
  48. package/BottomNavigationAction/index.js +0 -6
  49. package/Box/Box.js +1 -12
  50. package/Box/index.js +0 -2
  51. package/Breadcrumbs/BreadcrumbCollapsed.js +1 -14
  52. package/Breadcrumbs/Breadcrumbs.js +17 -57
  53. package/Breadcrumbs/breadcrumbsClasses.js +0 -5
  54. package/Breadcrumbs/index.js +0 -6
  55. package/Button/Button.js +22 -70
  56. package/Button/buttonClasses.js +0 -5
  57. package/Button/index.js +0 -6
  58. package/ButtonBase/ButtonBase.js +39 -126
  59. package/ButtonBase/Ripple.js +0 -19
  60. package/ButtonBase/TouchRipple.js +26 -48
  61. package/ButtonBase/buttonBaseClasses.js +0 -5
  62. package/ButtonBase/index.js +0 -8
  63. package/ButtonBase/touchRippleClasses.js +0 -5
  64. package/ButtonGroup/ButtonGroup.js +18 -60
  65. package/ButtonGroup/ButtonGroupContext.js +0 -6
  66. package/ButtonGroup/buttonGroupClasses.js +0 -5
  67. package/ButtonGroup/index.js +0 -6
  68. package/CHANGELOG.md +127 -1
  69. package/Card/Card.js +5 -31
  70. package/Card/cardClasses.js +0 -5
  71. package/Card/index.js +0 -6
  72. package/CardActionArea/CardActionArea.js +6 -30
  73. package/CardActionArea/cardActionAreaClasses.js +0 -5
  74. package/CardActionArea/index.js +0 -6
  75. package/CardActions/CardActions.js +5 -28
  76. package/CardActions/cardActionsClasses.js +0 -5
  77. package/CardActions/index.js +0 -6
  78. package/CardContent/CardContent.js +5 -28
  79. package/CardContent/cardContentClasses.js +0 -5
  80. package/CardContent/index.js +0 -6
  81. package/CardHeader/CardHeader.js +12 -47
  82. package/CardHeader/cardHeaderClasses.js +0 -5
  83. package/CardHeader/index.js +0 -6
  84. package/CardMedia/CardMedia.js +9 -37
  85. package/CardMedia/cardMediaClasses.js +0 -5
  86. package/CardMedia/index.js +0 -6
  87. package/Checkbox/Checkbox.js +13 -62
  88. package/Checkbox/checkboxClasses.js +0 -5
  89. package/Checkbox/index.js +0 -6
  90. package/Chip/Chip.js +22 -86
  91. package/Chip/chipClasses.js +0 -5
  92. package/Chip/index.js +0 -6
  93. package/CircularProgress/CircularProgress.js +14 -52
  94. package/CircularProgress/circularProgressClasses.js +0 -5
  95. package/CircularProgress/index.js +0 -6
  96. package/ClickAwayListener/index.js +0 -4
  97. package/Collapse/Collapse.js +24 -83
  98. package/Collapse/collapseClasses.js +0 -5
  99. package/Collapse/index.js +0 -6
  100. package/Container/Container.js +3 -20
  101. package/Container/containerClasses.js +0 -5
  102. package/Container/index.js +0 -6
  103. package/CssBaseline/CssBaseline.js +2 -29
  104. package/CssBaseline/index.js +0 -2
  105. package/Dialog/Dialog.js +24 -81
  106. package/Dialog/DialogContext.js +0 -4
  107. package/Dialog/dialogClasses.js +0 -5
  108. package/Dialog/index.js +0 -6
  109. package/DialogActions/DialogActions.js +5 -28
  110. package/DialogActions/dialogActionsClasses.js +0 -5
  111. package/DialogActions/index.js +0 -6
  112. package/DialogContent/DialogContent.js +5 -29
  113. package/DialogContent/dialogContentClasses.js +0 -5
  114. package/DialogContent/index.js +0 -6
  115. package/DialogContentText/DialogContentText.js +4 -27
  116. package/DialogContentText/dialogContentTextClasses.js +0 -5
  117. package/DialogContentText/index.js +0 -6
  118. package/DialogTitle/DialogTitle.js +5 -30
  119. package/DialogTitle/dialogTitleClasses.js +0 -5
  120. package/DialogTitle/index.js +0 -6
  121. package/Divider/Divider.js +15 -50
  122. package/Divider/dividerClasses.js +0 -5
  123. package/Divider/index.js +0 -6
  124. package/Drawer/Drawer.js +27 -72
  125. package/Drawer/drawerClasses.js +0 -5
  126. package/Drawer/index.js +0 -6
  127. package/Fab/Fab.js +15 -55
  128. package/Fab/fabClasses.js +0 -5
  129. package/Fab/index.js +0 -6
  130. package/Fade/Fade.js +21 -56
  131. package/Fade/index.js +0 -2
  132. package/FilledInput/FilledInput.js +59 -77
  133. package/FilledInput/filledInputClasses.js +0 -7
  134. package/FilledInput/index.js +0 -6
  135. package/FormControl/FormControl.js +19 -73
  136. package/FormControl/FormControlContext.js +0 -6
  137. package/FormControl/formControlClasses.js +0 -5
  138. package/FormControl/formControlState.js +0 -3
  139. package/FormControl/index.js +0 -7
  140. package/FormControl/useFormControl.js +0 -6
  141. package/FormControlLabel/FormControlLabel.d.ts +12 -0
  142. package/FormControlLabel/FormControlLabel.js +25 -57
  143. package/FormControlLabel/formControlLabelClasses.js +0 -5
  144. package/FormControlLabel/index.js +0 -6
  145. package/FormGroup/FormGroup.js +6 -31
  146. package/FormGroup/formGroupClasses.js +0 -5
  147. package/FormGroup/index.js +0 -6
  148. package/FormHelperText/FormHelperText.js +7 -43
  149. package/FormHelperText/formHelperTextClasses.js +0 -5
  150. package/FormHelperText/index.js +0 -6
  151. package/FormLabel/FormLabel.js +7 -41
  152. package/FormLabel/formLabelClasses.js +0 -5
  153. package/FormLabel/index.js +0 -6
  154. package/GlobalStyles/GlobalStyles.js +1 -15
  155. package/GlobalStyles/index.js +0 -2
  156. package/Grid/Grid.js +41 -127
  157. package/Grid/GridContext.js +0 -6
  158. package/Grid/gridClasses.js +8 -9
  159. package/Grid/index.js +0 -6
  160. package/Grow/Grow.js +22 -63
  161. package/Grow/index.js +0 -2
  162. package/Hidden/Hidden.js +14 -45
  163. package/Hidden/HiddenCss.js +6 -46
  164. package/Hidden/HiddenJs.js +4 -33
  165. package/Hidden/hiddenCssClasses.js +0 -5
  166. package/Hidden/index.js +0 -2
  167. package/Hidden/withWidth.js +17 -45
  168. package/Icon/Icon.js +12 -42
  169. package/Icon/iconClasses.js +0 -5
  170. package/Icon/index.js +0 -6
  171. package/IconButton/IconButton.js +41 -74
  172. package/IconButton/iconButtonClasses.js +0 -5
  173. package/IconButton/index.js +0 -6
  174. package/ImageList/ImageList.js +13 -47
  175. package/ImageList/ImageListContext.js +0 -6
  176. package/ImageList/imageListClasses.js +0 -5
  177. package/ImageList/index.js +0 -6
  178. package/ImageListItem/ImageListItem.js +11 -45
  179. package/ImageListItem/imageListItemClasses.js +0 -5
  180. package/ImageListItem/index.js +0 -6
  181. package/ImageListItemBar/ImageListItemBar.js +9 -37
  182. package/ImageListItemBar/imageListItemBarClasses.js +0 -5
  183. package/ImageListItemBar/index.js +0 -6
  184. package/Input/Input.js +60 -78
  185. package/Input/index.js +0 -6
  186. package/Input/inputClasses.js +0 -7
  187. package/InputAdornment/InputAdornment.js +11 -49
  188. package/InputAdornment/index.js +0 -6
  189. package/InputAdornment/inputAdornmentClasses.js +0 -5
  190. package/InputBase/InputBase.d.ts +34 -3
  191. package/InputBase/InputBase.js +92 -154
  192. package/InputBase/index.js +0 -6
  193. package/InputBase/inputBaseClasses.js +0 -5
  194. package/InputBase/utils.js +6 -7
  195. package/InputLabel/InputLabel.js +7 -46
  196. package/InputLabel/index.js +0 -6
  197. package/InputLabel/inputLabelClasses.js +0 -5
  198. package/LinearProgress/LinearProgress.js +10 -52
  199. package/LinearProgress/index.js +0 -6
  200. package/LinearProgress/linearProgressClasses.js +0 -5
  201. package/Link/Link.js +15 -61
  202. package/Link/getTextDecoration.js +0 -7
  203. package/Link/index.js +0 -6
  204. package/Link/linkClasses.js +0 -5
  205. package/List/List.js +9 -36
  206. package/List/ListContext.js +0 -6
  207. package/List/index.js +0 -6
  208. package/List/listClasses.js +0 -5
  209. package/ListItem/ListItem.d.ts +32 -3
  210. package/ListItem/ListItem.js +73 -95
  211. package/ListItem/index.js +0 -6
  212. package/ListItem/listItemClasses.js +0 -5
  213. package/ListItemAvatar/ListItemAvatar.js +5 -28
  214. package/ListItemAvatar/index.js +0 -6
  215. package/ListItemAvatar/listItemAvatarClasses.js +0 -5
  216. package/ListItemButton/ListItemButton.js +13 -52
  217. package/ListItemButton/index.js +0 -6
  218. package/ListItemButton/listItemButtonClasses.js +0 -5
  219. package/ListItemIcon/ListItemIcon.js +5 -28
  220. package/ListItemIcon/index.js +0 -6
  221. package/ListItemIcon/listItemIconClasses.js +0 -5
  222. package/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -28
  223. package/ListItemSecondaryAction/index.js +0 -6
  224. package/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -5
  225. package/ListItemText/ListItemText.js +11 -44
  226. package/ListItemText/index.js +0 -6
  227. package/ListItemText/listItemTextClasses.js +0 -5
  228. package/ListSubheader/ListSubheader.js +9 -37
  229. package/ListSubheader/index.js +0 -6
  230. package/ListSubheader/listSubheaderClasses.js +0 -5
  231. package/Menu/Menu.js +22 -70
  232. package/Menu/index.js +0 -6
  233. package/Menu/menuClasses.js +0 -5
  234. package/MenuItem/MenuItem.js +13 -59
  235. package/MenuItem/index.js +0 -6
  236. package/MenuItem/menuItemClasses.js +0 -5
  237. package/MenuList/MenuList.js +20 -80
  238. package/MenuList/index.js +0 -2
  239. package/MobileStepper/MobileStepper.js +11 -43
  240. package/MobileStepper/index.js +0 -6
  241. package/MobileStepper/mobileStepperClasses.js +0 -5
  242. package/Modal/Modal.d.ts +11 -3
  243. package/Modal/Modal.js +35 -73
  244. package/Modal/index.js +0 -6
  245. package/NativeSelect/NativeSelect.js +10 -43
  246. package/NativeSelect/NativeSelectInput.js +20 -49
  247. package/NativeSelect/index.js +0 -6
  248. package/NativeSelect/nativeSelectClasses.js +0 -5
  249. package/NoSsr/index.js +0 -2
  250. package/OutlinedInput/NotchedOutline.js +6 -24
  251. package/OutlinedInput/OutlinedInput.js +36 -74
  252. package/OutlinedInput/index.js +0 -6
  253. package/OutlinedInput/outlinedInputClasses.js +0 -7
  254. package/Pagination/Pagination.js +25 -73
  255. package/Pagination/index.js +0 -6
  256. package/Pagination/paginationClasses.js +0 -5
  257. package/PaginationItem/PaginationItem.d.ts +19 -7
  258. package/PaginationItem/PaginationItem.js +46 -85
  259. package/PaginationItem/index.js +0 -6
  260. package/PaginationItem/paginationItemClasses.js +0 -5
  261. package/Paper/Paper.js +9 -50
  262. package/Paper/index.js +0 -6
  263. package/Paper/paperClasses.js +0 -5
  264. package/Popover/Popover.js +55 -126
  265. package/Popover/index.js +0 -6
  266. package/Popover/popoverClasses.js +0 -5
  267. package/Popper/Popper.js +16 -60
  268. package/Popper/index.js +0 -2
  269. package/Portal/index.js +0 -2
  270. package/README.md +5 -3
  271. package/Radio/Radio.js +15 -67
  272. package/Radio/RadioButtonIcon.js +1 -15
  273. package/Radio/index.js +0 -6
  274. package/Radio/radioClasses.js +0 -5
  275. package/RadioGroup/RadioGroup.js +11 -38
  276. package/RadioGroup/RadioGroupContext.js +0 -6
  277. package/RadioGroup/index.js +0 -3
  278. package/RadioGroup/useRadioGroup.js +0 -6
  279. package/Rating/Rating.js +27 -114
  280. package/Rating/index.js +0 -6
  281. package/Rating/ratingClasses.js +0 -5
  282. package/ScopedCssBaseline/ScopedCssBaseline.js +5 -33
  283. package/ScopedCssBaseline/index.js +0 -6
  284. package/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -5
  285. package/Select/Select.d.ts +3 -3
  286. package/Select/Select.js +27 -79
  287. package/Select/SelectInput.js +55 -154
  288. package/Select/index.js +0 -6
  289. package/Select/selectClasses.js +0 -5
  290. package/Skeleton/Skeleton.js +11 -43
  291. package/Skeleton/index.js +0 -6
  292. package/Skeleton/skeletonClasses.js +0 -5
  293. package/Slide/Slide.js +23 -83
  294. package/Slide/index.js +0 -2
  295. package/Slider/Slider.d.ts +14 -2
  296. package/Slider/Slider.js +36 -110
  297. package/Slider/index.js +0 -4
  298. package/Snackbar/Snackbar.js +44 -107
  299. package/Snackbar/index.js +0 -6
  300. package/Snackbar/snackbarClasses.js +0 -5
  301. package/SnackbarContent/SnackbarContent.js +8 -36
  302. package/SnackbarContent/index.js +0 -6
  303. package/SnackbarContent/snackbarContentClasses.js +0 -5
  304. package/SpeedDial/SpeedDial.js +44 -120
  305. package/SpeedDial/index.js +0 -6
  306. package/SpeedDial/speedDialClasses.js +0 -5
  307. package/SpeedDialAction/SpeedDialAction.js +13 -53
  308. package/SpeedDialAction/index.js +0 -6
  309. package/SpeedDialAction/speedDialActionClasses.js +0 -5
  310. package/SpeedDialIcon/SpeedDialIcon.js +6 -34
  311. package/SpeedDialIcon/index.js +0 -6
  312. package/SpeedDialIcon/speedDialIconClasses.js +0 -5
  313. package/Stack/Stack.js +8 -42
  314. package/Stack/index.js +0 -2
  315. package/Step/Step.js +12 -46
  316. package/Step/StepContext.js +1 -8
  317. package/Step/index.js +0 -8
  318. package/Step/stepClasses.js +0 -5
  319. package/StepButton/StepButton.js +7 -36
  320. package/StepButton/index.js +0 -6
  321. package/StepButton/stepButtonClasses.js +0 -5
  322. package/StepConnector/StepConnector.js +4 -29
  323. package/StepConnector/index.js +0 -6
  324. package/StepConnector/stepConnectorClasses.js +0 -5
  325. package/StepContent/StepContent.js +8 -40
  326. package/StepContent/index.js +0 -6
  327. package/StepContent/stepContentClasses.js +0 -5
  328. package/StepIcon/StepIcon.js +8 -42
  329. package/StepIcon/index.js +0 -6
  330. package/StepIcon/stepIconClasses.js +0 -5
  331. package/StepLabel/StepLabel.d.ts +11 -0
  332. package/StepLabel/StepLabel.js +24 -47
  333. package/StepLabel/index.js +0 -6
  334. package/StepLabel/stepLabelClasses.js +0 -5
  335. package/Stepper/Stepper.js +11 -42
  336. package/Stepper/StepperContext.js +1 -8
  337. package/Stepper/index.js +0 -8
  338. package/Stepper/stepperClasses.js +0 -5
  339. package/StyledEngineProvider/index.js +0 -1
  340. package/SvgIcon/SvgIcon.js +14 -52
  341. package/SvgIcon/index.js +0 -6
  342. package/SvgIcon/svgIconClasses.js +0 -5
  343. package/SwipeableDrawer/SwipeArea.js +8 -26
  344. package/SwipeableDrawer/SwipeableDrawer.js +61 -146
  345. package/SwipeableDrawer/index.js +0 -2
  346. package/Switch/Switch.js +10 -54
  347. package/Switch/index.js +0 -6
  348. package/Switch/switchClasses.js +0 -5
  349. package/Tab/Tab.js +24 -65
  350. package/Tab/index.js +0 -6
  351. package/Tab/tabClasses.js +0 -5
  352. package/TabScrollButton/TabScrollButton.js +5 -35
  353. package/TabScrollButton/index.js +0 -6
  354. package/TabScrollButton/tabScrollButtonClasses.js +0 -5
  355. package/Table/Table.js +9 -38
  356. package/Table/TableContext.js +0 -6
  357. package/Table/Tablelvl2Context.js +0 -6
  358. package/Table/index.js +0 -6
  359. package/Table/tableClasses.js +0 -5
  360. package/TableBody/TableBody.js +5 -29
  361. package/TableBody/index.js +0 -6
  362. package/TableBody/tableBodyClasses.js +0 -5
  363. package/TableCell/TableCell.js +14 -57
  364. package/TableCell/index.js +0 -6
  365. package/TableCell/tableCellClasses.js +0 -5
  366. package/TableContainer/TableContainer.js +5 -28
  367. package/TableContainer/index.js +0 -6
  368. package/TableContainer/tableContainerClasses.js +0 -5
  369. package/TableFooter/TableFooter.js +5 -29
  370. package/TableFooter/index.js +0 -6
  371. package/TableFooter/tableFooterClasses.js +0 -5
  372. package/TableHead/TableHead.js +5 -29
  373. package/TableHead/index.js +0 -6
  374. package/TableHead/tableHeadClasses.js +0 -5
  375. package/TablePagination/TablePagination.js +23 -81
  376. package/TablePagination/TablePaginationActions.js +11 -41
  377. package/TablePagination/index.js +0 -6
  378. package/TablePagination/tablePaginationClasses.js +0 -5
  379. package/TableRow/TableRow.js +7 -35
  380. package/TableRow/index.js +0 -6
  381. package/TableRow/tableRowClasses.js +0 -5
  382. package/TableSortLabel/TableSortLabel.js +10 -39
  383. package/TableSortLabel/index.js +0 -6
  384. package/TableSortLabel/tableSortLabelClasses.js +0 -5
  385. package/Tabs/ScrollbarSize.js +4 -20
  386. package/Tabs/Tabs.js +42 -157
  387. package/Tabs/index.js +0 -6
  388. package/Tabs/tabsClasses.js +0 -5
  389. package/TextField/TextField.js +39 -115
  390. package/TextField/index.js +0 -6
  391. package/TextField/textFieldClasses.js +0 -5
  392. package/TextareaAutosize/index.js +0 -2
  393. package/ToggleButton/ToggleButton.js +17 -64
  394. package/ToggleButton/index.js +0 -6
  395. package/ToggleButton/toggleButtonClasses.js +0 -5
  396. package/ToggleButtonGroup/ToggleButtonGroup.js +15 -61
  397. package/ToggleButtonGroup/index.js +0 -6
  398. package/ToggleButtonGroup/isValueSelected.js +0 -3
  399. package/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -5
  400. package/Toolbar/Toolbar.js +8 -35
  401. package/Toolbar/index.js +0 -6
  402. package/Toolbar/toolbarClasses.js +0 -5
  403. package/Tooltip/Tooltip.d.ts +43 -6
  404. package/Tooltip/Tooltip.js +114 -186
  405. package/Tooltip/index.js +0 -6
  406. package/Tooltip/tooltipClasses.js +0 -5
  407. package/Typography/Typography.js +15 -51
  408. package/Typography/index.js +0 -6
  409. package/Typography/typographyClasses.js +0 -5
  410. package/Unstable_Grid2/Grid2.js +1 -10
  411. package/Unstable_Grid2/grid2Classes.js +8 -9
  412. package/Unstable_Grid2/index.js +0 -8
  413. package/Unstable_TrapFocus/index.js +0 -2
  414. package/Zoom/Zoom.js +21 -56
  415. package/Zoom/index.js +0 -2
  416. package/className/index.js +0 -1
  417. package/colors/index.js +0 -21
  418. package/darkScrollbar/index.js +0 -1
  419. package/esm/Accordion/Accordion.js +13 -37
  420. package/esm/Accordion/AccordionContext.js +1 -3
  421. package/esm/AccordionActions/AccordionActions.js +5 -17
  422. package/esm/AccordionDetails/AccordionDetails.js +4 -14
  423. package/esm/AccordionSummary/AccordionSummary.js +8 -25
  424. package/esm/Alert/Alert.js +62 -54
  425. package/esm/AlertTitle/AlertTitle.js +4 -14
  426. package/esm/AppBar/AppBar.js +11 -27
  427. package/esm/Autocomplete/Autocomplete.js +84 -157
  428. package/esm/Avatar/Avatar.js +16 -48
  429. package/esm/AvatarGroup/AvatarGroup.js +36 -43
  430. package/esm/Backdrop/Backdrop.js +57 -42
  431. package/esm/Badge/Badge.js +35 -60
  432. package/esm/Badge/badgeClasses.js +2 -1
  433. package/esm/BottomNavigation/BottomNavigation.js +9 -26
  434. package/esm/BottomNavigationAction/BottomNavigationAction.js +9 -28
  435. package/esm/Box/Box.js +1 -6
  436. package/esm/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  437. package/esm/Breadcrumbs/Breadcrumbs.js +17 -43
  438. package/esm/Button/Button.js +22 -57
  439. package/esm/ButtonBase/ButtonBase.js +39 -110
  440. package/esm/ButtonBase/Ripple.js +1 -13
  441. package/esm/ButtonBase/TouchRipple.js +30 -39
  442. package/esm/ButtonGroup/ButtonGroup.js +18 -46
  443. package/esm/ButtonGroup/ButtonGroupContext.js +0 -3
  444. package/esm/Card/Card.js +5 -18
  445. package/esm/CardActionArea/CardActionArea.js +6 -17
  446. package/esm/CardActions/CardActions.js +5 -17
  447. package/esm/CardContent/CardContent.js +5 -17
  448. package/esm/CardHeader/CardHeader.js +12 -35
  449. package/esm/CardMedia/CardMedia.js +9 -26
  450. package/esm/Checkbox/Checkbox.js +13 -49
  451. package/esm/Chip/Chip.js +22 -70
  452. package/esm/CircularProgress/CircularProgress.js +18 -43
  453. package/esm/Collapse/Collapse.js +24 -66
  454. package/esm/Container/Container.js +2 -13
  455. package/esm/CssBaseline/CssBaseline.js +2 -14
  456. package/esm/Dialog/Dialog.js +24 -61
  457. package/esm/Dialog/DialogContext.js +0 -2
  458. package/esm/DialogActions/DialogActions.js +5 -17
  459. package/esm/DialogContent/DialogContent.js +5 -17
  460. package/esm/DialogContentText/DialogContentText.js +4 -14
  461. package/esm/DialogTitle/DialogTitle.js +5 -16
  462. package/esm/Divider/Divider.js +15 -38
  463. package/esm/Drawer/Drawer.js +27 -54
  464. package/esm/Fab/Fab.js +15 -42
  465. package/esm/Fade/Fade.js +21 -43
  466. package/esm/FilledInput/FilledInput.js +59 -64
  467. package/esm/FilledInput/filledInputClasses.js +0 -2
  468. package/esm/FormControl/FormControl.js +19 -58
  469. package/esm/FormControl/FormControlContext.js +1 -3
  470. package/esm/FormControl/formControlState.js +0 -2
  471. package/esm/FormControlLabel/FormControlLabel.js +25 -42
  472. package/esm/FormGroup/FormGroup.js +6 -19
  473. package/esm/FormHelperText/FormHelperText.js +7 -31
  474. package/esm/FormLabel/FormLabel.js +7 -28
  475. package/esm/GlobalStyles/GlobalStyles.js +1 -6
  476. package/esm/Grid/Grid.js +41 -109
  477. package/esm/Grid/GridContext.js +1 -3
  478. package/esm/Grid/gridClasses.js +8 -4
  479. package/esm/Grow/Grow.js +22 -50
  480. package/esm/Hidden/Hidden.js +15 -35
  481. package/esm/Hidden/HiddenCss.js +6 -33
  482. package/esm/Hidden/HiddenJs.js +5 -24
  483. package/esm/Hidden/withWidth.js +17 -29
  484. package/esm/Icon/Icon.js +12 -30
  485. package/esm/IconButton/IconButton.js +41 -59
  486. package/esm/ImageList/ImageList.js +13 -35
  487. package/esm/ImageList/ImageListContext.js +1 -3
  488. package/esm/ImageListItem/ImageListItem.js +11 -29
  489. package/esm/ImageListItemBar/ImageListItemBar.js +9 -25
  490. package/esm/Input/Input.js +60 -64
  491. package/esm/Input/inputClasses.js +0 -2
  492. package/esm/InputAdornment/InputAdornment.js +11 -35
  493. package/esm/InputBase/InputBase.js +92 -135
  494. package/esm/InputBase/utils.js +6 -4
  495. package/esm/InputLabel/InputLabel.js +7 -33
  496. package/esm/LinearProgress/LinearProgress.js +16 -45
  497. package/esm/Link/Link.js +15 -44
  498. package/esm/Link/getTextDecoration.js +0 -5
  499. package/esm/List/List.js +9 -25
  500. package/esm/List/ListContext.js +1 -3
  501. package/esm/ListItem/ListItem.js +73 -76
  502. package/esm/ListItemAvatar/ListItemAvatar.js +5 -17
  503. package/esm/ListItemButton/ListItemButton.js +13 -35
  504. package/esm/ListItemIcon/ListItemIcon.js +5 -17
  505. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
  506. package/esm/ListItemText/ListItemText.js +11 -32
  507. package/esm/ListSubheader/ListSubheader.js +9 -25
  508. package/esm/Menu/Menu.js +22 -53
  509. package/esm/MenuItem/MenuItem.js +13 -39
  510. package/esm/MenuList/MenuList.js +20 -66
  511. package/esm/MobileStepper/MobileStepper.js +11 -28
  512. package/esm/Modal/Modal.js +35 -61
  513. package/esm/NativeSelect/NativeSelect.js +10 -32
  514. package/esm/NativeSelect/NativeSelectInput.js +20 -33
  515. package/esm/OutlinedInput/NotchedOutline.js +6 -16
  516. package/esm/OutlinedInput/OutlinedInput.js +36 -60
  517. package/esm/OutlinedInput/outlinedInputClasses.js +0 -2
  518. package/esm/Pagination/Pagination.js +25 -60
  519. package/esm/PaginationItem/PaginationItem.js +46 -66
  520. package/esm/Paper/Paper.js +11 -35
  521. package/esm/Popover/Popover.js +54 -105
  522. package/esm/Popper/Popper.js +16 -46
  523. package/esm/Radio/Radio.js +15 -51
  524. package/esm/Radio/RadioButtonIcon.js +1 -6
  525. package/esm/RadioGroup/RadioGroup.js +11 -24
  526. package/esm/RadioGroup/RadioGroupContext.js +0 -3
  527. package/esm/Rating/Rating.js +27 -103
  528. package/esm/ScopedCssBaseline/ScopedCssBaseline.js +5 -21
  529. package/esm/Select/Select.js +27 -62
  530. package/esm/Select/SelectInput.js +55 -135
  531. package/esm/Skeleton/Skeleton.js +15 -36
  532. package/esm/Slide/Slide.js +26 -70
  533. package/esm/Slider/Slider.js +36 -94
  534. package/esm/Snackbar/Snackbar.js +44 -90
  535. package/esm/SnackbarContent/SnackbarContent.js +8 -22
  536. package/esm/SpeedDial/SpeedDial.js +44 -103
  537. package/esm/SpeedDialAction/SpeedDialAction.js +13 -39
  538. package/esm/SpeedDialIcon/SpeedDialIcon.js +6 -21
  539. package/esm/Stack/Stack.js +9 -31
  540. package/esm/Step/Step.js +12 -35
  541. package/esm/Step/StepContext.js +1 -4
  542. package/esm/StepButton/StepButton.js +7 -21
  543. package/esm/StepConnector/StepConnector.js +4 -16
  544. package/esm/StepContent/StepContent.js +8 -27
  545. package/esm/StepIcon/StepIcon.js +8 -29
  546. package/esm/StepLabel/StepLabel.js +24 -33
  547. package/esm/Stepper/Stepper.js +11 -30
  548. package/esm/Stepper/StepperContext.js +1 -4
  549. package/esm/SvgIcon/SvgIcon.js +14 -40
  550. package/esm/SwipeableDrawer/SwipeArea.js +8 -13
  551. package/esm/SwipeableDrawer/SwipeableDrawer.js +64 -128
  552. package/esm/Switch/Switch.js +10 -41
  553. package/esm/Tab/Tab.js +24 -51
  554. package/esm/TabScrollButton/TabScrollButton.js +5 -23
  555. package/esm/Table/Table.js +9 -26
  556. package/esm/Table/TableContext.js +1 -3
  557. package/esm/Table/Tablelvl2Context.js +1 -3
  558. package/esm/TableBody/TableBody.js +5 -17
  559. package/esm/TableCell/TableCell.js +14 -43
  560. package/esm/TableContainer/TableContainer.js +5 -17
  561. package/esm/TableFooter/TableFooter.js +5 -17
  562. package/esm/TableHead/TableHead.js +5 -17
  563. package/esm/TablePagination/TablePagination.js +23 -61
  564. package/esm/TablePagination/TablePaginationActions.js +12 -28
  565. package/esm/TableRow/TableRow.js +7 -23
  566. package/esm/TableSortLabel/TableSortLabel.js +10 -25
  567. package/esm/Tabs/ScrollbarSize.js +4 -8
  568. package/esm/Tabs/Tabs.js +42 -138
  569. package/esm/TextField/TextField.js +39 -97
  570. package/esm/ToggleButton/ToggleButton.js +17 -50
  571. package/esm/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
  572. package/esm/ToggleButtonGroup/isValueSelected.js +0 -2
  573. package/esm/Toolbar/Toolbar.js +8 -24
  574. package/esm/Tooltip/Tooltip.js +114 -164
  575. package/esm/Typography/Typography.js +15 -38
  576. package/esm/Unstable_Grid2/Grid2.js +1 -5
  577. package/esm/Unstable_Grid2/grid2Classes.js +8 -4
  578. package/esm/Zoom/Zoom.js +21 -43
  579. package/esm/index.js +2 -1
  580. package/esm/internal/SwitchBase.js +27 -63
  581. package/esm/internal/animate.js +0 -10
  582. package/esm/internal/svg-icons/Add.js +1 -1
  583. package/esm/internal/svg-icons/ArrowDownward.js +1 -1
  584. package/esm/internal/svg-icons/ArrowDropDown.js +1 -1
  585. package/esm/internal/svg-icons/Cancel.js +1 -1
  586. package/esm/internal/svg-icons/CheckBox.js +1 -1
  587. package/esm/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  588. package/esm/internal/svg-icons/CheckCircle.js +1 -1
  589. package/esm/internal/svg-icons/Close.js +1 -1
  590. package/esm/internal/svg-icons/ErrorOutline.js +1 -1
  591. package/esm/internal/svg-icons/FirstPage.js +1 -1
  592. package/esm/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  593. package/esm/internal/svg-icons/InfoOutlined.js +1 -1
  594. package/esm/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  595. package/esm/internal/svg-icons/KeyboardArrowRight.js +1 -1
  596. package/esm/internal/svg-icons/LastPage.js +1 -1
  597. package/esm/internal/svg-icons/MoreHoriz.js +1 -1
  598. package/esm/internal/svg-icons/NavigateBefore.js +1 -1
  599. package/esm/internal/svg-icons/NavigateNext.js +1 -1
  600. package/esm/internal/svg-icons/Person.js +1 -1
  601. package/esm/internal/svg-icons/RadioButtonChecked.js +1 -1
  602. package/esm/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  603. package/esm/internal/svg-icons/ReportProblemOutlined.js +1 -1
  604. package/esm/internal/svg-icons/Star.js +1 -1
  605. package/esm/internal/svg-icons/StarBorder.js +1 -1
  606. package/esm/internal/svg-icons/SuccessOutlined.js +1 -1
  607. package/esm/internal/svg-icons/Warning.js +1 -1
  608. package/esm/locale/index.js +217 -510
  609. package/esm/styles/CssVarsProvider.js +0 -4
  610. package/esm/styles/adaptV4Theme.js +21 -22
  611. package/esm/styles/createPalette.js +8 -36
  612. package/esm/styles/createStyles.js +2 -2
  613. package/esm/styles/createTheme.js +10 -21
  614. package/esm/styles/createTransitions.js +12 -25
  615. package/esm/styles/createTypography.js +18 -27
  616. package/esm/styles/cssUtils.js +18 -18
  617. package/esm/styles/excludeVariablesFromRoot.js +0 -1
  618. package/esm/styles/experimental_extendTheme.js +22 -37
  619. package/esm/styles/index.js +2 -2
  620. package/esm/styles/responsiveFontSizes.js +3 -11
  621. package/esm/styles/shadows.js +2 -3
  622. package/esm/styles/useTheme.js +0 -2
  623. package/esm/transitions/utils.js +0 -1
  624. package/esm/useMediaQuery/useMediaQuery.js +12 -23
  625. package/esm/useMediaQuery/useMediaQueryTheme.js +2 -1
  626. package/esm/usePagination/usePagination.js +41 -38
  627. package/esm/useScrollTrigger/useScrollTrigger.js +6 -13
  628. package/esm/useTouchRipple/useTouchRipple.js +0 -9
  629. package/esm/utils/createSvgIcon.js +1 -3
  630. package/esm/utils/index.js +2 -2
  631. package/esm/utils/shouldSpreadAdditionalProps.js +0 -2
  632. package/generateUtilityClass/index.js +0 -1
  633. package/generateUtilityClasses/index.js +0 -1
  634. package/index.js +1 -282
  635. package/internal/SwitchBase.js +27 -78
  636. package/internal/animate.js +0 -11
  637. package/internal/svg-icons/Add.js +0 -7
  638. package/internal/svg-icons/ArrowDownward.js +0 -8
  639. package/internal/svg-icons/ArrowDropDown.js +0 -8
  640. package/internal/svg-icons/Cancel.js +0 -8
  641. package/internal/svg-icons/CheckBox.js +0 -8
  642. package/internal/svg-icons/CheckBoxOutlineBlank.js +0 -8
  643. package/internal/svg-icons/CheckCircle.js +0 -8
  644. package/internal/svg-icons/Close.js +0 -8
  645. package/internal/svg-icons/ErrorOutline.js +0 -8
  646. package/internal/svg-icons/FirstPage.js +0 -8
  647. package/internal/svg-icons/IndeterminateCheckBox.js +0 -8
  648. package/internal/svg-icons/InfoOutlined.js +0 -8
  649. package/internal/svg-icons/KeyboardArrowLeft.js +0 -8
  650. package/internal/svg-icons/KeyboardArrowRight.js +0 -8
  651. package/internal/svg-icons/LastPage.js +0 -8
  652. package/internal/svg-icons/MoreHoriz.js +0 -8
  653. package/internal/svg-icons/NavigateBefore.js +0 -8
  654. package/internal/svg-icons/NavigateNext.js +0 -8
  655. package/internal/svg-icons/Person.js +0 -8
  656. package/internal/svg-icons/RadioButtonChecked.js +0 -8
  657. package/internal/svg-icons/RadioButtonUnchecked.js +0 -8
  658. package/internal/svg-icons/ReportProblemOutlined.js +0 -8
  659. package/internal/svg-icons/Star.js +0 -8
  660. package/internal/svg-icons/StarBorder.js +0 -8
  661. package/internal/svg-icons/SuccessOutlined.js +0 -8
  662. package/internal/svg-icons/Warning.js +0 -8
  663. package/internal/switchBaseClasses.js +0 -5
  664. package/legacy/Accordion/Accordion.js +32 -60
  665. package/legacy/Accordion/AccordionContext.js +1 -3
  666. package/legacy/AccordionActions/AccordionActions.js +5 -17
  667. package/legacy/AccordionDetails/AccordionDetails.js +2 -12
  668. package/legacy/AccordionSummary/AccordionSummary.js +16 -34
  669. package/legacy/Alert/Alert.js +72 -62
  670. package/legacy/AlertTitle/AlertTitle.js +2 -12
  671. package/legacy/AppBar/AppBar.js +15 -31
  672. package/legacy/Autocomplete/Autocomplete.js +169 -244
  673. package/legacy/Avatar/Avatar.js +24 -58
  674. package/legacy/AvatarGroup/AvatarGroup.js +39 -46
  675. package/legacy/Backdrop/Backdrop.js +61 -44
  676. package/legacy/Badge/Badge.js +57 -82
  677. package/legacy/Badge/badgeClasses.js +2 -1
  678. package/legacy/BottomNavigation/BottomNavigation.js +9 -26
  679. package/legacy/BottomNavigationAction/BottomNavigationAction.js +13 -32
  680. package/legacy/Box/Box.js +1 -6
  681. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  682. package/legacy/Breadcrumbs/Breadcrumbs.js +23 -49
  683. package/legacy/Button/Button.js +34 -70
  684. package/legacy/ButtonBase/ButtonBase.js +56 -134
  685. package/legacy/ButtonBase/Ripple.js +12 -26
  686. package/legacy/ButtonBase/TouchRipple.js +39 -49
  687. package/legacy/ButtonGroup/ButtonGroup.js +33 -61
  688. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -3
  689. package/legacy/Card/Card.js +4 -17
  690. package/legacy/CardActionArea/CardActionArea.js +4 -16
  691. package/legacy/CardActions/CardActions.js +5 -17
  692. package/legacy/CardContent/CardContent.js +4 -16
  693. package/legacy/CardHeader/CardHeader.js +12 -36
  694. package/legacy/CardMedia/CardMedia.js +11 -28
  695. package/legacy/Checkbox/Checkbox.js +20 -57
  696. package/legacy/Chip/Chip.js +39 -90
  697. package/legacy/CircularProgress/CircularProgress.js +23 -48
  698. package/legacy/Collapse/Collapse.js +43 -86
  699. package/legacy/Container/Container.js +2 -13
  700. package/legacy/CssBaseline/CssBaseline.js +6 -22
  701. package/legacy/Dialog/Dialog.js +36 -73
  702. package/legacy/Dialog/DialogContext.js +0 -2
  703. package/legacy/DialogActions/DialogActions.js +5 -17
  704. package/legacy/DialogContent/DialogContent.js +6 -18
  705. package/legacy/DialogContentText/DialogContentText.js +3 -13
  706. package/legacy/DialogTitle/DialogTitle.js +5 -18
  707. package/legacy/Divider/Divider.js +32 -55
  708. package/legacy/Drawer/Drawer.js +30 -59
  709. package/legacy/Fab/Fab.js +24 -51
  710. package/legacy/Fade/Fade.js +21 -43
  711. package/legacy/FilledInput/FilledInput.js +63 -70
  712. package/legacy/FilledInput/filledInputClasses.js +0 -2
  713. package/legacy/FormControl/FormControl.js +66 -108
  714. package/legacy/FormControl/FormControlContext.js +1 -3
  715. package/legacy/FormControl/formControlState.js +2 -4
  716. package/legacy/FormControlLabel/FormControlLabel.js +34 -50
  717. package/legacy/FormGroup/FormGroup.js +7 -20
  718. package/legacy/FormHelperText/FormHelperText.js +21 -46
  719. package/legacy/FormLabel/FormLabel.js +19 -41
  720. package/legacy/GlobalStyles/GlobalStyles.js +1 -6
  721. package/legacy/Grid/Grid.js +68 -139
  722. package/legacy/Grid/GridContext.js +1 -3
  723. package/legacy/Grow/Grow.js +40 -71
  724. package/legacy/Hidden/Hidden.js +24 -44
  725. package/legacy/Hidden/HiddenCss.js +8 -36
  726. package/legacy/Hidden/HiddenJs.js +7 -26
  727. package/legacy/Hidden/withWidth.js +21 -36
  728. package/legacy/Icon/Icon.js +17 -35
  729. package/legacy/IconButton/IconButton.js +29 -49
  730. package/legacy/ImageList/ImageList.js +17 -39
  731. package/legacy/ImageList/ImageListContext.js +1 -3
  732. package/legacy/ImageListItem/ImageListItem.js +17 -36
  733. package/legacy/ImageListItemBar/ImageListItemBar.js +14 -30
  734. package/legacy/Input/Input.js +62 -69
  735. package/legacy/Input/inputClasses.js +0 -2
  736. package/legacy/InputAdornment/InputAdornment.js +18 -42
  737. package/legacy/InputBase/InputBase.js +118 -167
  738. package/legacy/InputBase/utils.js +6 -4
  739. package/legacy/InputLabel/InputLabel.js +15 -41
  740. package/legacy/LinearProgress/LinearProgress.js +16 -45
  741. package/legacy/Link/Link.js +26 -58
  742. package/legacy/Link/getTextDecoration.js +1 -6
  743. package/legacy/List/List.js +13 -29
  744. package/legacy/List/ListContext.js +1 -3
  745. package/legacy/ListItem/ListItem.js +92 -94
  746. package/legacy/ListItemAvatar/ListItemAvatar.js +4 -16
  747. package/legacy/ListItemButton/ListItemButton.js +25 -48
  748. package/legacy/ListItemIcon/ListItemIcon.js +5 -17
  749. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -16
  750. package/legacy/ListItemText/ListItemText.js +16 -38
  751. package/legacy/ListSubheader/ListSubheader.js +17 -33
  752. package/legacy/Menu/Menu.js +23 -54
  753. package/legacy/MenuItem/MenuItem.js +23 -50
  754. package/legacy/MenuList/MenuList.js +21 -67
  755. package/legacy/MobileStepper/MobileStepper.js +16 -33
  756. package/legacy/Modal/Modal.js +47 -74
  757. package/legacy/NativeSelect/NativeSelect.js +12 -34
  758. package/legacy/NativeSelect/NativeSelectInput.js +25 -39
  759. package/legacy/OutlinedInput/NotchedOutline.js +7 -17
  760. package/legacy/OutlinedInput/OutlinedInput.js +41 -65
  761. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -2
  762. package/legacy/Pagination/Pagination.js +46 -81
  763. package/legacy/PaginationItem/PaginationItem.js +63 -83
  764. package/legacy/Paper/Paper.js +18 -42
  765. package/legacy/Popover/Popover.js +59 -115
  766. package/legacy/Popper/Popper.js +14 -44
  767. package/legacy/Radio/Radio.js +19 -55
  768. package/legacy/Radio/RadioButtonIcon.js +6 -11
  769. package/legacy/RadioGroup/RadioGroup.js +14 -27
  770. package/legacy/RadioGroup/RadioGroupContext.js +0 -3
  771. package/legacy/Rating/Rating.js +89 -175
  772. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +8 -25
  773. package/legacy/Select/Select.js +33 -68
  774. package/legacy/Select/SelectInput.js +78 -165
  775. package/legacy/Skeleton/Skeleton.js +19 -40
  776. package/legacy/Slide/Slide.js +28 -72
  777. package/legacy/Slider/Slider.js +49 -110
  778. package/legacy/Snackbar/Snackbar.js +42 -90
  779. package/legacy/SnackbarContent/SnackbarContent.js +7 -21
  780. package/legacy/SpeedDial/SpeedDial.js +51 -111
  781. package/legacy/SpeedDialAction/SpeedDialAction.js +21 -48
  782. package/legacy/SpeedDialIcon/SpeedDialIcon.js +8 -24
  783. package/legacy/Stack/Stack.js +11 -34
  784. package/legacy/Step/Step.js +25 -49
  785. package/legacy/Step/StepContext.js +1 -4
  786. package/legacy/StepButton/StepButton.js +8 -23
  787. package/legacy/StepConnector/StepConnector.js +14 -27
  788. package/legacy/StepContent/StepContent.js +14 -34
  789. package/legacy/StepIcon/StepIcon.js +12 -34
  790. package/legacy/StepLabel/StepLabel.js +36 -48
  791. package/legacy/Stepper/Stepper.js +17 -36
  792. package/legacy/Stepper/StepperContext.js +1 -4
  793. package/legacy/SvgIcon/SvgIcon.js +20 -46
  794. package/legacy/SwipeableDrawer/SwipeArea.js +8 -13
  795. package/legacy/SwipeableDrawer/SwipeableDrawer.js +77 -142
  796. package/legacy/Switch/Switch.js +17 -51
  797. package/legacy/Tab/Tab.js +30 -58
  798. package/legacy/TabScrollButton/TabScrollButton.js +7 -24
  799. package/legacy/Table/Table.js +13 -30
  800. package/legacy/Table/TableContext.js +1 -3
  801. package/legacy/Table/Tablelvl2Context.js +1 -3
  802. package/legacy/TableBody/TableBody.js +4 -16
  803. package/legacy/TableCell/TableCell.js +19 -48
  804. package/legacy/TableContainer/TableContainer.js +4 -16
  805. package/legacy/TableFooter/TableFooter.js +4 -16
  806. package/legacy/TableHead/TableHead.js +4 -16
  807. package/legacy/TablePagination/TablePagination.js +34 -74
  808. package/legacy/TablePagination/TablePaginationActions.js +10 -26
  809. package/legacy/TableRow/TableRow.js +12 -29
  810. package/legacy/TableSortLabel/TableSortLabel.js +15 -30
  811. package/legacy/Tabs/ScrollbarSize.js +2 -6
  812. package/legacy/Tabs/Tabs.js +85 -189
  813. package/legacy/TextField/TextField.js +46 -104
  814. package/legacy/ToggleButton/ToggleButton.js +26 -60
  815. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +23 -55
  816. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -2
  817. package/legacy/Toolbar/Toolbar.js +13 -29
  818. package/legacy/Tooltip/Tooltip.js +145 -203
  819. package/legacy/Typography/Typography.js +25 -48
  820. package/legacy/Unstable_Grid2/Grid2.js +1 -5
  821. package/legacy/Zoom/Zoom.js +21 -43
  822. package/legacy/index.js +3 -2
  823. package/legacy/internal/SwitchBase.js +38 -75
  824. package/legacy/internal/animate.js +3 -12
  825. package/legacy/internal/svg-icons/Add.js +1 -1
  826. package/legacy/internal/svg-icons/ArrowDownward.js +1 -1
  827. package/legacy/internal/svg-icons/ArrowDropDown.js +1 -1
  828. package/legacy/internal/svg-icons/Cancel.js +1 -1
  829. package/legacy/internal/svg-icons/CheckBox.js +1 -1
  830. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  831. package/legacy/internal/svg-icons/CheckCircle.js +1 -1
  832. package/legacy/internal/svg-icons/Close.js +1 -1
  833. package/legacy/internal/svg-icons/ErrorOutline.js +1 -1
  834. package/legacy/internal/svg-icons/FirstPage.js +1 -1
  835. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  836. package/legacy/internal/svg-icons/InfoOutlined.js +1 -1
  837. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  838. package/legacy/internal/svg-icons/KeyboardArrowRight.js +1 -1
  839. package/legacy/internal/svg-icons/LastPage.js +1 -1
  840. package/legacy/internal/svg-icons/MoreHoriz.js +1 -1
  841. package/legacy/internal/svg-icons/NavigateBefore.js +1 -1
  842. package/legacy/internal/svg-icons/NavigateNext.js +1 -1
  843. package/legacy/internal/svg-icons/Person.js +1 -1
  844. package/legacy/internal/svg-icons/RadioButtonChecked.js +1 -1
  845. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  846. package/legacy/internal/svg-icons/ReportProblemOutlined.js +1 -1
  847. package/legacy/internal/svg-icons/Star.js +1 -1
  848. package/legacy/internal/svg-icons/StarBorder.js +1 -1
  849. package/legacy/internal/svg-icons/SuccessOutlined.js +1 -1
  850. package/legacy/internal/svg-icons/Warning.js +1 -1
  851. package/legacy/locale/index.js +293 -586
  852. package/legacy/styles/CssVarsProvider.js +20 -26
  853. package/legacy/styles/adaptV4Theme.js +22 -23
  854. package/legacy/styles/createMixins.js +0 -1
  855. package/legacy/styles/createMuiStrictModeTheme.js +0 -1
  856. package/legacy/styles/createPalette.js +16 -50
  857. package/legacy/styles/createStyles.js +2 -2
  858. package/legacy/styles/createTheme.js +15 -29
  859. package/legacy/styles/createTransitions.js +13 -27
  860. package/legacy/styles/createTypography.js +18 -27
  861. package/legacy/styles/cssUtils.js +29 -31
  862. package/legacy/styles/excludeVariablesFromRoot.js +0 -2
  863. package/legacy/styles/experimental_extendTheme.js +24 -45
  864. package/legacy/styles/index.js +2 -2
  865. package/legacy/styles/responsiveFontSizes.js +10 -18
  866. package/legacy/styles/shadows.js +2 -3
  867. package/legacy/styles/useTheme.js +0 -2
  868. package/legacy/styles/useThemeProps.js +1 -1
  869. package/legacy/transitions/utils.js +3 -4
  870. package/legacy/useMediaQuery/useMediaQuery.js +51 -68
  871. package/legacy/useMediaQuery/useMediaQueryTheme.js +2 -1
  872. package/legacy/usePagination/usePagination.js +51 -52
  873. package/legacy/useScrollTrigger/useScrollTrigger.js +14 -24
  874. package/legacy/useTouchRipple/useTouchRipple.js +7 -18
  875. package/legacy/utils/createSvgIcon.js +1 -3
  876. package/legacy/utils/index.js +2 -2
  877. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -2
  878. package/locale/index.js +213 -510
  879. package/modern/Accordion/Accordion.js +13 -37
  880. package/modern/Accordion/AccordionContext.js +1 -3
  881. package/modern/AccordionActions/AccordionActions.js +5 -17
  882. package/modern/AccordionDetails/AccordionDetails.js +4 -14
  883. package/modern/AccordionSummary/AccordionSummary.js +8 -25
  884. package/modern/Alert/Alert.js +61 -52
  885. package/modern/AlertTitle/AlertTitle.js +4 -14
  886. package/modern/AppBar/AppBar.js +11 -27
  887. package/modern/Autocomplete/Autocomplete.js +80 -151
  888. package/modern/Avatar/Avatar.js +16 -48
  889. package/modern/AvatarGroup/AvatarGroup.js +35 -41
  890. package/modern/Backdrop/Backdrop.js +56 -40
  891. package/modern/Badge/Badge.js +35 -59
  892. package/modern/Badge/badgeClasses.js +2 -1
  893. package/modern/BottomNavigation/BottomNavigation.js +9 -26
  894. package/modern/BottomNavigationAction/BottomNavigationAction.js +9 -28
  895. package/modern/Box/Box.js +1 -6
  896. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  897. package/modern/Breadcrumbs/Breadcrumbs.js +17 -43
  898. package/modern/Button/Button.js +22 -56
  899. package/modern/ButtonBase/ButtonBase.js +39 -110
  900. package/modern/ButtonBase/Ripple.js +1 -13
  901. package/modern/ButtonBase/TouchRipple.js +26 -33
  902. package/modern/ButtonGroup/ButtonGroup.js +18 -46
  903. package/modern/ButtonGroup/ButtonGroupContext.js +0 -3
  904. package/modern/Card/Card.js +5 -18
  905. package/modern/CardActionArea/CardActionArea.js +6 -17
  906. package/modern/CardActions/CardActions.js +5 -17
  907. package/modern/CardContent/CardContent.js +5 -17
  908. package/modern/CardHeader/CardHeader.js +12 -35
  909. package/modern/CardMedia/CardMedia.js +9 -26
  910. package/modern/Checkbox/Checkbox.js +13 -48
  911. package/modern/Chip/Chip.js +22 -70
  912. package/modern/CircularProgress/CircularProgress.js +14 -37
  913. package/modern/Collapse/Collapse.js +24 -66
  914. package/modern/Container/Container.js +2 -13
  915. package/modern/CssBaseline/CssBaseline.js +2 -12
  916. package/modern/Dialog/Dialog.js +24 -61
  917. package/modern/Dialog/DialogContext.js +0 -2
  918. package/modern/DialogActions/DialogActions.js +5 -17
  919. package/modern/DialogContent/DialogContent.js +5 -17
  920. package/modern/DialogContentText/DialogContentText.js +4 -14
  921. package/modern/DialogTitle/DialogTitle.js +5 -16
  922. package/modern/Divider/Divider.js +15 -38
  923. package/modern/Drawer/Drawer.js +27 -54
  924. package/modern/Fab/Fab.js +15 -41
  925. package/modern/Fade/Fade.js +21 -43
  926. package/modern/FilledInput/FilledInput.js +58 -63
  927. package/modern/FilledInput/filledInputClasses.js +0 -2
  928. package/modern/FormControl/FormControl.js +19 -58
  929. package/modern/FormControl/FormControlContext.js +1 -3
  930. package/modern/FormControl/formControlState.js +0 -2
  931. package/modern/FormControlLabel/FormControlLabel.js +24 -42
  932. package/modern/FormGroup/FormGroup.js +6 -19
  933. package/modern/FormHelperText/FormHelperText.js +7 -31
  934. package/modern/FormLabel/FormLabel.js +7 -28
  935. package/modern/GlobalStyles/GlobalStyles.js +1 -6
  936. package/modern/Grid/Grid.js +41 -107
  937. package/modern/Grid/GridContext.js +1 -3
  938. package/modern/Grid/gridClasses.js +8 -4
  939. package/modern/Grow/Grow.js +22 -50
  940. package/modern/Hidden/Hidden.js +15 -35
  941. package/modern/Hidden/HiddenCss.js +6 -33
  942. package/modern/Hidden/HiddenJs.js +5 -24
  943. package/modern/Hidden/withWidth.js +17 -29
  944. package/modern/Icon/Icon.js +12 -30
  945. package/modern/IconButton/IconButton.js +40 -59
  946. package/modern/ImageList/ImageList.js +13 -35
  947. package/modern/ImageList/ImageListContext.js +1 -3
  948. package/modern/ImageListItem/ImageListItem.js +11 -29
  949. package/modern/ImageListItemBar/ImageListItemBar.js +9 -25
  950. package/modern/Input/Input.js +59 -64
  951. package/modern/Input/inputClasses.js +0 -2
  952. package/modern/InputAdornment/InputAdornment.js +11 -35
  953. package/modern/InputBase/InputBase.js +91 -135
  954. package/modern/InputBase/utils.js +6 -4
  955. package/modern/InputLabel/InputLabel.js +7 -33
  956. package/modern/LinearProgress/LinearProgress.js +10 -37
  957. package/modern/Link/Link.js +15 -44
  958. package/modern/Link/getTextDecoration.js +0 -5
  959. package/modern/List/List.js +9 -25
  960. package/modern/List/ListContext.js +1 -3
  961. package/modern/ListItem/ListItem.js +73 -76
  962. package/modern/ListItemAvatar/ListItemAvatar.js +5 -17
  963. package/modern/ListItemButton/ListItemButton.js +13 -35
  964. package/modern/ListItemIcon/ListItemIcon.js +5 -17
  965. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
  966. package/modern/ListItemText/ListItemText.js +11 -32
  967. package/modern/ListSubheader/ListSubheader.js +9 -25
  968. package/modern/Menu/Menu.js +22 -53
  969. package/modern/MenuItem/MenuItem.js +13 -39
  970. package/modern/MenuList/MenuList.js +20 -66
  971. package/modern/MobileStepper/MobileStepper.js +11 -28
  972. package/modern/Modal/Modal.js +35 -60
  973. package/modern/NativeSelect/NativeSelect.js +10 -32
  974. package/modern/NativeSelect/NativeSelectInput.js +20 -33
  975. package/modern/OutlinedInput/NotchedOutline.js +6 -16
  976. package/modern/OutlinedInput/OutlinedInput.js +35 -59
  977. package/modern/OutlinedInput/outlinedInputClasses.js +0 -2
  978. package/modern/Pagination/Pagination.js +25 -60
  979. package/modern/PaginationItem/PaginationItem.js +46 -66
  980. package/modern/Paper/Paper.js +11 -34
  981. package/modern/Popover/Popover.js +54 -105
  982. package/modern/Popper/Popper.js +16 -45
  983. package/modern/Radio/Radio.js +15 -50
  984. package/modern/Radio/RadioButtonIcon.js +1 -6
  985. package/modern/RadioGroup/RadioGroup.js +11 -24
  986. package/modern/RadioGroup/RadioGroupContext.js +0 -3
  987. package/modern/Rating/Rating.js +27 -103
  988. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +5 -20
  989. package/modern/Select/Select.js +27 -62
  990. package/modern/Select/SelectInput.js +55 -135
  991. package/modern/Skeleton/Skeleton.js +11 -30
  992. package/modern/Slide/Slide.js +26 -70
  993. package/modern/Slider/Slider.js +36 -93
  994. package/modern/Snackbar/Snackbar.js +44 -90
  995. package/modern/SnackbarContent/SnackbarContent.js +8 -22
  996. package/modern/SpeedDial/SpeedDial.js +44 -103
  997. package/modern/SpeedDialAction/SpeedDialAction.js +13 -39
  998. package/modern/SpeedDialIcon/SpeedDialIcon.js +6 -21
  999. package/modern/Stack/Stack.js +9 -31
  1000. package/modern/Step/Step.js +12 -35
  1001. package/modern/Step/StepContext.js +1 -4
  1002. package/modern/StepButton/StepButton.js +7 -21
  1003. package/modern/StepConnector/StepConnector.js +4 -16
  1004. package/modern/StepContent/StepContent.js +8 -27
  1005. package/modern/StepIcon/StepIcon.js +8 -29
  1006. package/modern/StepLabel/StepLabel.js +23 -33
  1007. package/modern/Stepper/Stepper.js +11 -30
  1008. package/modern/Stepper/StepperContext.js +1 -4
  1009. package/modern/SvgIcon/SvgIcon.js +14 -39
  1010. package/modern/SwipeableDrawer/SwipeArea.js +8 -13
  1011. package/modern/SwipeableDrawer/SwipeableDrawer.js +64 -128
  1012. package/modern/Switch/Switch.js +10 -41
  1013. package/modern/Tab/Tab.js +24 -51
  1014. package/modern/TabScrollButton/TabScrollButton.js +5 -23
  1015. package/modern/Table/Table.js +9 -26
  1016. package/modern/Table/TableContext.js +1 -3
  1017. package/modern/Table/Tablelvl2Context.js +1 -3
  1018. package/modern/TableBody/TableBody.js +5 -17
  1019. package/modern/TableCell/TableCell.js +14 -43
  1020. package/modern/TableContainer/TableContainer.js +5 -17
  1021. package/modern/TableFooter/TableFooter.js +5 -17
  1022. package/modern/TableHead/TableHead.js +5 -17
  1023. package/modern/TablePagination/TablePagination.js +23 -61
  1024. package/modern/TablePagination/TablePaginationActions.js +12 -28
  1025. package/modern/TableRow/TableRow.js +7 -23
  1026. package/modern/TableSortLabel/TableSortLabel.js +10 -25
  1027. package/modern/Tabs/ScrollbarSize.js +4 -8
  1028. package/modern/Tabs/Tabs.js +42 -138
  1029. package/modern/TextField/TextField.js +39 -97
  1030. package/modern/ToggleButton/ToggleButton.js +17 -50
  1031. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
  1032. package/modern/ToggleButtonGroup/isValueSelected.js +0 -2
  1033. package/modern/Toolbar/Toolbar.js +8 -24
  1034. package/modern/Tooltip/Tooltip.js +104 -148
  1035. package/modern/Typography/Typography.js +15 -38
  1036. package/modern/Unstable_Grid2/Grid2.js +1 -5
  1037. package/modern/Unstable_Grid2/grid2Classes.js +8 -4
  1038. package/modern/Zoom/Zoom.js +21 -43
  1039. package/modern/index.js +3 -2
  1040. package/modern/internal/SwitchBase.js +27 -63
  1041. package/modern/internal/animate.js +0 -10
  1042. package/modern/internal/svg-icons/Add.js +1 -1
  1043. package/modern/internal/svg-icons/ArrowDownward.js +1 -1
  1044. package/modern/internal/svg-icons/ArrowDropDown.js +1 -1
  1045. package/modern/internal/svg-icons/Cancel.js +1 -1
  1046. package/modern/internal/svg-icons/CheckBox.js +1 -1
  1047. package/modern/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  1048. package/modern/internal/svg-icons/CheckCircle.js +1 -1
  1049. package/modern/internal/svg-icons/Close.js +1 -1
  1050. package/modern/internal/svg-icons/ErrorOutline.js +1 -1
  1051. package/modern/internal/svg-icons/FirstPage.js +1 -1
  1052. package/modern/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  1053. package/modern/internal/svg-icons/InfoOutlined.js +1 -1
  1054. package/modern/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  1055. package/modern/internal/svg-icons/KeyboardArrowRight.js +1 -1
  1056. package/modern/internal/svg-icons/LastPage.js +1 -1
  1057. package/modern/internal/svg-icons/MoreHoriz.js +1 -1
  1058. package/modern/internal/svg-icons/NavigateBefore.js +1 -1
  1059. package/modern/internal/svg-icons/NavigateNext.js +1 -1
  1060. package/modern/internal/svg-icons/Person.js +1 -1
  1061. package/modern/internal/svg-icons/RadioButtonChecked.js +1 -1
  1062. package/modern/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  1063. package/modern/internal/svg-icons/ReportProblemOutlined.js +1 -1
  1064. package/modern/internal/svg-icons/Star.js +1 -1
  1065. package/modern/internal/svg-icons/StarBorder.js +1 -1
  1066. package/modern/internal/svg-icons/SuccessOutlined.js +1 -1
  1067. package/modern/internal/svg-icons/Warning.js +1 -1
  1068. package/modern/locale/index.js +217 -510
  1069. package/modern/styles/CssVarsProvider.js +0 -3
  1070. package/modern/styles/adaptV4Theme.js +21 -22
  1071. package/modern/styles/createPalette.js +8 -36
  1072. package/modern/styles/createStyles.js +2 -2
  1073. package/modern/styles/createTheme.js +10 -21
  1074. package/modern/styles/createTransitions.js +12 -25
  1075. package/modern/styles/createTypography.js +18 -27
  1076. package/modern/styles/cssUtils.js +18 -18
  1077. package/modern/styles/excludeVariablesFromRoot.js +0 -1
  1078. package/modern/styles/experimental_extendTheme.js +22 -36
  1079. package/modern/styles/index.js +2 -2
  1080. package/modern/styles/responsiveFontSizes.js +3 -11
  1081. package/modern/styles/shadows.js +2 -3
  1082. package/modern/styles/useTheme.js +0 -2
  1083. package/modern/useMediaQuery/useMediaQuery.js +12 -23
  1084. package/modern/useMediaQuery/useMediaQueryTheme.js +2 -1
  1085. package/modern/usePagination/usePagination.js +41 -38
  1086. package/modern/useScrollTrigger/useScrollTrigger.js +6 -13
  1087. package/modern/useTouchRipple/useTouchRipple.js +0 -5
  1088. package/modern/utils/createSvgIcon.js +1 -3
  1089. package/modern/utils/index.js +2 -2
  1090. package/modern/utils/shouldSpreadAdditionalProps.js +0 -2
  1091. package/package.json +7 -7
  1092. package/styles/CssVarsProvider.js +0 -9
  1093. package/styles/ThemeProvider.js +0 -1
  1094. package/styles/adaptV4Theme.js +21 -24
  1095. package/styles/createMixins.js +0 -3
  1096. package/styles/createMuiStrictModeTheme.js +0 -4
  1097. package/styles/createPalette.js +8 -49
  1098. package/styles/createStyles.js +2 -2
  1099. package/styles/createTheme.js +10 -36
  1100. package/styles/createTransitions.js +12 -28
  1101. package/styles/createTypography.js +18 -32
  1102. package/styles/cssUtils.js +18 -25
  1103. package/styles/defaultTheme.js +0 -3
  1104. package/styles/excludeVariablesFromRoot.js +0 -2
  1105. package/styles/experimental_extendTheme.d.ts +5 -0
  1106. package/styles/experimental_extendTheme.js +22 -44
  1107. package/styles/index.js +0 -21
  1108. package/styles/makeStyles.js +0 -2
  1109. package/styles/responsiveFontSizes.js +3 -14
  1110. package/styles/shadows.js +2 -3
  1111. package/styles/styled.js +0 -5
  1112. package/styles/useTheme.js +0 -9
  1113. package/styles/useThemeProps.js +0 -4
  1114. package/styles/withStyles.js +0 -2
  1115. package/styles/withTheme.js +0 -2
  1116. package/themeCssVarsAugmentation/index.d.ts +2 -0
  1117. package/transitions/index.js +0 -2
  1118. package/transitions/utils.js +0 -4
  1119. package/umd/material-ui.development.js +3614 -7816
  1120. package/umd/material-ui.production.min.js +20 -20
  1121. package/useAutocomplete/index.js +0 -3
  1122. package/useAutocomplete/useAutocomplete.js +0 -2
  1123. package/useMediaQuery/index.js +0 -2
  1124. package/useMediaQuery/useMediaQuery.js +11 -30
  1125. package/useMediaQuery/useMediaQueryTheme.js +0 -3
  1126. package/usePagination/index.js +0 -2
  1127. package/usePagination/usePagination.js +41 -43
  1128. package/useScrollTrigger/index.js +0 -2
  1129. package/useScrollTrigger/useScrollTrigger.js +6 -20
  1130. package/useTouchRipple/index.js +0 -2
  1131. package/useTouchRipple/useTouchRipple.js +0 -13
  1132. package/utils/capitalize.js +0 -2
  1133. package/utils/createChainedFunction.js +0 -2
  1134. package/utils/createSvgIcon.js +0 -10
  1135. package/utils/debounce.js +0 -2
  1136. package/utils/deprecatedPropType.js +0 -2
  1137. package/utils/getScrollbarSize.js +0 -2
  1138. package/utils/index.js +0 -21
  1139. package/utils/isMuiElement.js +0 -2
  1140. package/utils/ownerDocument.js +0 -2
  1141. package/utils/ownerWindow.js +0 -2
  1142. package/utils/requirePropFactory.js +0 -2
  1143. package/utils/scrollLeft.js +0 -1
  1144. package/utils/setRef.js +0 -2
  1145. package/utils/shouldSpreadAdditionalProps.js +0 -3
  1146. package/utils/unsupportedProp.js +0 -2
  1147. package/utils/useControlled.js +0 -2
  1148. package/utils/useEnhancedEffect.js +0 -2
  1149. package/utils/useEventCallback.js +0 -2
  1150. package/utils/useForkRef.js +0 -2
  1151. package/utils/useId.js +0 -2
  1152. package/utils/useIsFocusVisible.js +0 -2
@@ -1,9 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
2
  import _extends from "@babel/runtime/helpers/esm/extends";
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
-
5
4
  var _ClearIcon, _ArrowDropDownIcon;
6
-
7
5
  import * as React from 'react';
8
6
  import PropTypes from 'prop-types';
9
7
  import clsx from 'clsx';
@@ -27,17 +25,16 @@ import autocompleteClasses, { getAutocompleteUtilityClass } from './autocomplete
27
25
  import capitalize from '../utils/capitalize';
28
26
  import { jsx as _jsx } from "react/jsx-runtime";
29
27
  import { jsxs as _jsxs } from "react/jsx-runtime";
30
-
31
28
  var useUtilityClasses = function useUtilityClasses(ownerState) {
32
29
  var classes = ownerState.classes,
33
- disablePortal = ownerState.disablePortal,
34
- focused = ownerState.focused,
35
- fullWidth = ownerState.fullWidth,
36
- hasClearIcon = ownerState.hasClearIcon,
37
- hasPopupIcon = ownerState.hasPopupIcon,
38
- inputFocused = ownerState.inputFocused,
39
- popupOpen = ownerState.popupOpen,
40
- size = ownerState.size;
30
+ disablePortal = ownerState.disablePortal,
31
+ focused = ownerState.focused,
32
+ fullWidth = ownerState.fullWidth,
33
+ hasClearIcon = ownerState.hasClearIcon,
34
+ hasPopupIcon = ownerState.hasPopupIcon,
35
+ inputFocused = ownerState.inputFocused,
36
+ popupOpen = ownerState.popupOpen,
37
+ size = ownerState.size;
41
38
  var slots = {
42
39
  root: ['root', focused && 'focused', fullWidth && 'fullWidth', hasClearIcon && 'hasClearIcon', hasPopupIcon && 'hasPopupIcon'],
43
40
  inputRoot: ['inputRoot'],
@@ -57,22 +54,20 @@ var useUtilityClasses = function useUtilityClasses(ownerState) {
57
54
  };
58
55
  return composeClasses(slots, getAutocompleteUtilityClass, classes);
59
56
  };
60
-
61
57
  var AutocompleteRoot = styled('div', {
62
58
  name: 'MuiAutocomplete',
63
59
  slot: 'Root',
64
60
  overridesResolver: function overridesResolver(props, styles) {
65
61
  var ownerState = props.ownerState;
66
62
  var fullWidth = ownerState.fullWidth,
67
- hasClearIcon = ownerState.hasClearIcon,
68
- hasPopupIcon = ownerState.hasPopupIcon,
69
- inputFocused = ownerState.inputFocused,
70
- size = ownerState.size;
63
+ hasClearIcon = ownerState.hasClearIcon,
64
+ hasPopupIcon = ownerState.hasPopupIcon,
65
+ inputFocused = ownerState.inputFocused,
66
+ size = ownerState.size;
71
67
  return [_defineProperty({}, "& .".concat(autocompleteClasses.tag), styles.tag), _defineProperty({}, "& .".concat(autocompleteClasses.tag), styles["tagSize".concat(capitalize(size))]), _defineProperty({}, "& .".concat(autocompleteClasses.inputRoot), styles.inputRoot), _defineProperty({}, "& .".concat(autocompleteClasses.input), styles.input), _defineProperty({}, "& .".concat(autocompleteClasses.input), inputFocused && styles.inputFocused), styles.root, fullWidth && styles.fullWidth, hasPopupIcon && styles.hasPopupIcon, hasClearIcon && styles.hasClearIcon];
72
68
  }
73
69
  })(function (_ref6) {
74
70
  var _extends2, _$concat, _$concat2, _$concat3, _extends3;
75
-
76
71
  var ownerState = _ref6.ownerState;
77
72
  return _extends((_extends2 = {}, _defineProperty(_extends2, "&.".concat(autocompleteClasses.focused, " .").concat(autocompleteClasses.clearIndicator), {
78
73
  visibility: 'visible'
@@ -156,8 +151,8 @@ var AutocompleteEndAdornment = styled('div', {
156
151
  position: 'absolute',
157
152
  right: 0,
158
153
  top: 'calc(50% - 14px)' // Center vertically
159
-
160
154
  });
155
+
161
156
  var AutocompleteClearIndicator = styled(IconButton, {
162
157
  name: 'MuiAutocomplete',
163
158
  slot: 'ClearIndicator',
@@ -194,7 +189,7 @@ var AutocompletePopper = styled(Popper, {
194
189
  }
195
190
  })(function (_ref10) {
196
191
  var theme = _ref10.theme,
197
- ownerState = _ref10.ownerState;
192
+ ownerState = _ref10.ownerState;
198
193
  return _extends({
199
194
  zIndex: (theme.vars || theme).zIndex.modal
200
195
  }, ownerState.disablePortal && {
@@ -247,7 +242,6 @@ var AutocompleteListbox = styled('div', {
247
242
  }
248
243
  })(function (_ref14) {
249
244
  var _ariaSelectedTru, _$concat4;
250
-
251
245
  var theme = _ref14.theme;
252
246
  return _defineProperty({
253
247
  listStyle: 'none',
@@ -320,150 +314,147 @@ var AutocompleteGroupUl = styled('ul', {
320
314
  }));
321
315
  export { createFilterOptions };
322
316
  var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps, ref) {
323
- var _componentsProps$clea, _componentsProps$popu, _componentsProps$popp, _componentsProps$pape;
324
-
317
+ var _slotProps$clearIndic, _slotProps$paper, _slotProps$popper, _slotProps$popupIndic;
325
318
  var props = useThemeProps({
326
319
  props: inProps,
327
320
  name: 'MuiAutocomplete'
328
321
  });
329
322
  /* eslint-disable @typescript-eslint/no-unused-vars */
330
-
331
323
  var _props$autoComplete = props.autoComplete,
332
- autoComplete = _props$autoComplete === void 0 ? false : _props$autoComplete,
333
- _props$autoHighlight = props.autoHighlight,
334
- autoHighlight = _props$autoHighlight === void 0 ? false : _props$autoHighlight,
335
- _props$autoSelect = props.autoSelect,
336
- autoSelect = _props$autoSelect === void 0 ? false : _props$autoSelect,
337
- _props$blurOnSelect = props.blurOnSelect,
338
- blurOnSelect = _props$blurOnSelect === void 0 ? false : _props$blurOnSelect,
339
- ChipProps = props.ChipProps,
340
- className = props.className,
341
- _props$clearIcon = props.clearIcon,
342
- clearIcon = _props$clearIcon === void 0 ? _ClearIcon || (_ClearIcon = /*#__PURE__*/_jsx(ClearIcon, {
343
- fontSize: "small"
344
- })) : _props$clearIcon,
345
- _props$clearOnBlur = props.clearOnBlur,
346
- clearOnBlur = _props$clearOnBlur === void 0 ? !props.freeSolo : _props$clearOnBlur,
347
- _props$clearOnEscape = props.clearOnEscape,
348
- clearOnEscape = _props$clearOnEscape === void 0 ? false : _props$clearOnEscape,
349
- _props$clearText = props.clearText,
350
- clearText = _props$clearText === void 0 ? 'Clear' : _props$clearText,
351
- _props$closeText = props.closeText,
352
- closeText = _props$closeText === void 0 ? 'Close' : _props$closeText,
353
- _props$componentsProp = props.componentsProps,
354
- componentsProps = _props$componentsProp === void 0 ? {} : _props$componentsProp,
355
- _props$defaultValue = props.defaultValue,
356
- defaultValue = _props$defaultValue === void 0 ? props.multiple ? [] : null : _props$defaultValue,
357
- _props$disableClearab = props.disableClearable,
358
- disableClearable = _props$disableClearab === void 0 ? false : _props$disableClearab,
359
- _props$disableCloseOn = props.disableCloseOnSelect,
360
- disableCloseOnSelect = _props$disableCloseOn === void 0 ? false : _props$disableCloseOn,
361
- _props$disabled = props.disabled,
362
- disabled = _props$disabled === void 0 ? false : _props$disabled,
363
- _props$disabledItemsF = props.disabledItemsFocusable,
364
- disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF,
365
- _props$disableListWra = props.disableListWrap,
366
- disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra,
367
- _props$disablePortal = props.disablePortal,
368
- disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal,
369
- filterOptions = props.filterOptions,
370
- _props$filterSelected = props.filterSelectedOptions,
371
- filterSelectedOptions = _props$filterSelected === void 0 ? false : _props$filterSelected,
372
- _props$forcePopupIcon = props.forcePopupIcon,
373
- forcePopupIcon = _props$forcePopupIcon === void 0 ? 'auto' : _props$forcePopupIcon,
374
- _props$freeSolo = props.freeSolo,
375
- freeSolo = _props$freeSolo === void 0 ? false : _props$freeSolo,
376
- _props$fullWidth = props.fullWidth,
377
- fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth,
378
- _props$getLimitTagsTe = props.getLimitTagsText,
379
- getLimitTagsText = _props$getLimitTagsTe === void 0 ? function (more) {
380
- return "+".concat(more);
381
- } : _props$getLimitTagsTe,
382
- getOptionDisabled = props.getOptionDisabled,
383
- _props$getOptionLabel = props.getOptionLabel,
384
- getOptionLabel = _props$getOptionLabel === void 0 ? function (option) {
385
- var _option$label;
386
-
387
- return (_option$label = option.label) != null ? _option$label : option;
388
- } : _props$getOptionLabel,
389
- isOptionEqualToValue = props.isOptionEqualToValue,
390
- groupBy = props.groupBy,
391
- _props$handleHomeEndK = props.handleHomeEndKeys,
392
- handleHomeEndKeys = _props$handleHomeEndK === void 0 ? !props.freeSolo : _props$handleHomeEndK,
393
- idProp = props.id,
394
- _props$includeInputIn = props.includeInputInList,
395
- includeInputInList = _props$includeInputIn === void 0 ? false : _props$includeInputIn,
396
- inputValueProp = props.inputValue,
397
- _props$limitTags = props.limitTags,
398
- limitTags = _props$limitTags === void 0 ? -1 : _props$limitTags,
399
- _props$ListboxCompone = props.ListboxComponent,
400
- ListboxComponent = _props$ListboxCompone === void 0 ? 'ul' : _props$ListboxCompone,
401
- ListboxProps = props.ListboxProps,
402
- _props$loading = props.loading,
403
- loading = _props$loading === void 0 ? false : _props$loading,
404
- _props$loadingText = props.loadingText,
405
- loadingText = _props$loadingText === void 0 ? 'Loading…' : _props$loadingText,
406
- _props$multiple = props.multiple,
407
- multiple = _props$multiple === void 0 ? false : _props$multiple,
408
- _props$noOptionsText = props.noOptionsText,
409
- noOptionsText = _props$noOptionsText === void 0 ? 'No options' : _props$noOptionsText,
410
- onChange = props.onChange,
411
- onClose = props.onClose,
412
- onHighlightChange = props.onHighlightChange,
413
- onInputChange = props.onInputChange,
414
- onOpen = props.onOpen,
415
- open = props.open,
416
- _props$openOnFocus = props.openOnFocus,
417
- openOnFocus = _props$openOnFocus === void 0 ? false : _props$openOnFocus,
418
- _props$openText = props.openText,
419
- openText = _props$openText === void 0 ? 'Open' : _props$openText,
420
- options = props.options,
421
- _props$PaperComponent = props.PaperComponent,
422
- PaperComponent = _props$PaperComponent === void 0 ? Paper : _props$PaperComponent,
423
- _props$PopperComponen = props.PopperComponent,
424
- PopperComponent = _props$PopperComponen === void 0 ? Popper : _props$PopperComponen,
425
- _props$popupIcon = props.popupIcon,
426
- popupIcon = _props$popupIcon === void 0 ? _ArrowDropDownIcon || (_ArrowDropDownIcon = /*#__PURE__*/_jsx(ArrowDropDownIcon, {})) : _props$popupIcon,
427
- _props$readOnly = props.readOnly,
428
- readOnly = _props$readOnly === void 0 ? false : _props$readOnly,
429
- renderGroupProp = props.renderGroup,
430
- renderInput = props.renderInput,
431
- renderOptionProp = props.renderOption,
432
- renderTags = props.renderTags,
433
- _props$selectOnFocus = props.selectOnFocus,
434
- selectOnFocus = _props$selectOnFocus === void 0 ? !props.freeSolo : _props$selectOnFocus,
435
- _props$size = props.size,
436
- size = _props$size === void 0 ? 'medium' : _props$size,
437
- valueProp = props.value,
438
- other = _objectWithoutProperties(props, ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "value"]);
324
+ autoComplete = _props$autoComplete === void 0 ? false : _props$autoComplete,
325
+ _props$autoHighlight = props.autoHighlight,
326
+ autoHighlight = _props$autoHighlight === void 0 ? false : _props$autoHighlight,
327
+ _props$autoSelect = props.autoSelect,
328
+ autoSelect = _props$autoSelect === void 0 ? false : _props$autoSelect,
329
+ _props$blurOnSelect = props.blurOnSelect,
330
+ blurOnSelect = _props$blurOnSelect === void 0 ? false : _props$blurOnSelect,
331
+ ChipProps = props.ChipProps,
332
+ className = props.className,
333
+ _props$clearIcon = props.clearIcon,
334
+ clearIcon = _props$clearIcon === void 0 ? _ClearIcon || (_ClearIcon = /*#__PURE__*/_jsx(ClearIcon, {
335
+ fontSize: "small"
336
+ })) : _props$clearIcon,
337
+ _props$clearOnBlur = props.clearOnBlur,
338
+ clearOnBlur = _props$clearOnBlur === void 0 ? !props.freeSolo : _props$clearOnBlur,
339
+ _props$clearOnEscape = props.clearOnEscape,
340
+ clearOnEscape = _props$clearOnEscape === void 0 ? false : _props$clearOnEscape,
341
+ _props$clearText = props.clearText,
342
+ clearText = _props$clearText === void 0 ? 'Clear' : _props$clearText,
343
+ _props$closeText = props.closeText,
344
+ closeText = _props$closeText === void 0 ? 'Close' : _props$closeText,
345
+ _props$componentsProp = props.componentsProps,
346
+ componentsProps = _props$componentsProp === void 0 ? {} : _props$componentsProp,
347
+ _props$defaultValue = props.defaultValue,
348
+ defaultValue = _props$defaultValue === void 0 ? props.multiple ? [] : null : _props$defaultValue,
349
+ _props$disableClearab = props.disableClearable,
350
+ disableClearable = _props$disableClearab === void 0 ? false : _props$disableClearab,
351
+ _props$disableCloseOn = props.disableCloseOnSelect,
352
+ disableCloseOnSelect = _props$disableCloseOn === void 0 ? false : _props$disableCloseOn,
353
+ _props$disabled = props.disabled,
354
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
355
+ _props$disabledItemsF = props.disabledItemsFocusable,
356
+ disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF,
357
+ _props$disableListWra = props.disableListWrap,
358
+ disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra,
359
+ _props$disablePortal = props.disablePortal,
360
+ disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal,
361
+ filterOptions = props.filterOptions,
362
+ _props$filterSelected = props.filterSelectedOptions,
363
+ filterSelectedOptions = _props$filterSelected === void 0 ? false : _props$filterSelected,
364
+ _props$forcePopupIcon = props.forcePopupIcon,
365
+ forcePopupIcon = _props$forcePopupIcon === void 0 ? 'auto' : _props$forcePopupIcon,
366
+ _props$freeSolo = props.freeSolo,
367
+ freeSolo = _props$freeSolo === void 0 ? false : _props$freeSolo,
368
+ _props$fullWidth = props.fullWidth,
369
+ fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth,
370
+ _props$getLimitTagsTe = props.getLimitTagsText,
371
+ getLimitTagsText = _props$getLimitTagsTe === void 0 ? function (more) {
372
+ return "+".concat(more);
373
+ } : _props$getLimitTagsTe,
374
+ getOptionDisabled = props.getOptionDisabled,
375
+ _props$getOptionLabel = props.getOptionLabel,
376
+ getOptionLabel = _props$getOptionLabel === void 0 ? function (option) {
377
+ var _option$label;
378
+ return (_option$label = option.label) != null ? _option$label : option;
379
+ } : _props$getOptionLabel,
380
+ isOptionEqualToValue = props.isOptionEqualToValue,
381
+ groupBy = props.groupBy,
382
+ _props$handleHomeEndK = props.handleHomeEndKeys,
383
+ handleHomeEndKeys = _props$handleHomeEndK === void 0 ? !props.freeSolo : _props$handleHomeEndK,
384
+ idProp = props.id,
385
+ _props$includeInputIn = props.includeInputInList,
386
+ includeInputInList = _props$includeInputIn === void 0 ? false : _props$includeInputIn,
387
+ inputValueProp = props.inputValue,
388
+ _props$limitTags = props.limitTags,
389
+ limitTags = _props$limitTags === void 0 ? -1 : _props$limitTags,
390
+ _props$ListboxCompone = props.ListboxComponent,
391
+ ListboxComponent = _props$ListboxCompone === void 0 ? 'ul' : _props$ListboxCompone,
392
+ ListboxProps = props.ListboxProps,
393
+ _props$loading = props.loading,
394
+ loading = _props$loading === void 0 ? false : _props$loading,
395
+ _props$loadingText = props.loadingText,
396
+ loadingText = _props$loadingText === void 0 ? 'Loading…' : _props$loadingText,
397
+ _props$multiple = props.multiple,
398
+ multiple = _props$multiple === void 0 ? false : _props$multiple,
399
+ _props$noOptionsText = props.noOptionsText,
400
+ noOptionsText = _props$noOptionsText === void 0 ? 'No options' : _props$noOptionsText,
401
+ onChange = props.onChange,
402
+ onClose = props.onClose,
403
+ onHighlightChange = props.onHighlightChange,
404
+ onInputChange = props.onInputChange,
405
+ onOpen = props.onOpen,
406
+ open = props.open,
407
+ _props$openOnFocus = props.openOnFocus,
408
+ openOnFocus = _props$openOnFocus === void 0 ? false : _props$openOnFocus,
409
+ _props$openText = props.openText,
410
+ openText = _props$openText === void 0 ? 'Open' : _props$openText,
411
+ options = props.options,
412
+ _props$PaperComponent = props.PaperComponent,
413
+ PaperComponent = _props$PaperComponent === void 0 ? Paper : _props$PaperComponent,
414
+ _props$PopperComponen = props.PopperComponent,
415
+ PopperComponent = _props$PopperComponen === void 0 ? Popper : _props$PopperComponen,
416
+ _props$popupIcon = props.popupIcon,
417
+ popupIcon = _props$popupIcon === void 0 ? _ArrowDropDownIcon || (_ArrowDropDownIcon = /*#__PURE__*/_jsx(ArrowDropDownIcon, {})) : _props$popupIcon,
418
+ _props$readOnly = props.readOnly,
419
+ readOnly = _props$readOnly === void 0 ? false : _props$readOnly,
420
+ renderGroupProp = props.renderGroup,
421
+ renderInput = props.renderInput,
422
+ renderOptionProp = props.renderOption,
423
+ renderTags = props.renderTags,
424
+ _props$selectOnFocus = props.selectOnFocus,
425
+ selectOnFocus = _props$selectOnFocus === void 0 ? !props.freeSolo : _props$selectOnFocus,
426
+ _props$size = props.size,
427
+ size = _props$size === void 0 ? 'medium' : _props$size,
428
+ _props$slotProps = props.slotProps,
429
+ slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
430
+ valueProp = props.value,
431
+ other = _objectWithoutProperties(props, ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "slotProps", "value"]);
439
432
  /* eslint-enable @typescript-eslint/no-unused-vars */
440
-
441
-
442
433
  var _useAutocomplete = useAutocomplete(_extends({}, props, {
443
- componentName: 'Autocomplete'
444
- })),
445
- getRootProps = _useAutocomplete.getRootProps,
446
- getInputProps = _useAutocomplete.getInputProps,
447
- getInputLabelProps = _useAutocomplete.getInputLabelProps,
448
- getPopupIndicatorProps = _useAutocomplete.getPopupIndicatorProps,
449
- getClearProps = _useAutocomplete.getClearProps,
450
- getTagProps = _useAutocomplete.getTagProps,
451
- getListboxProps = _useAutocomplete.getListboxProps,
452
- getOptionProps = _useAutocomplete.getOptionProps,
453
- value = _useAutocomplete.value,
454
- dirty = _useAutocomplete.dirty,
455
- id = _useAutocomplete.id,
456
- popupOpen = _useAutocomplete.popupOpen,
457
- focused = _useAutocomplete.focused,
458
- focusedTag = _useAutocomplete.focusedTag,
459
- anchorEl = _useAutocomplete.anchorEl,
460
- setAnchorEl = _useAutocomplete.setAnchorEl,
461
- inputValue = _useAutocomplete.inputValue,
462
- groupedOptions = _useAutocomplete.groupedOptions;
463
-
434
+ componentName: 'Autocomplete'
435
+ })),
436
+ getRootProps = _useAutocomplete.getRootProps,
437
+ getInputProps = _useAutocomplete.getInputProps,
438
+ getInputLabelProps = _useAutocomplete.getInputLabelProps,
439
+ getPopupIndicatorProps = _useAutocomplete.getPopupIndicatorProps,
440
+ getClearProps = _useAutocomplete.getClearProps,
441
+ getTagProps = _useAutocomplete.getTagProps,
442
+ getListboxProps = _useAutocomplete.getListboxProps,
443
+ getOptionProps = _useAutocomplete.getOptionProps,
444
+ value = _useAutocomplete.value,
445
+ dirty = _useAutocomplete.dirty,
446
+ id = _useAutocomplete.id,
447
+ popupOpen = _useAutocomplete.popupOpen,
448
+ focused = _useAutocomplete.focused,
449
+ focusedTag = _useAutocomplete.focusedTag,
450
+ anchorEl = _useAutocomplete.anchorEl,
451
+ setAnchorEl = _useAutocomplete.setAnchorEl,
452
+ inputValue = _useAutocomplete.inputValue,
453
+ groupedOptions = _useAutocomplete.groupedOptions;
464
454
  var hasClearIcon = !disableClearable && !disabled && dirty && !readOnly;
465
- var hasPopupIcon = (!freeSolo || forcePopupIcon === true) && forcePopupIcon !== false; // If you modify this, make sure to keep the `AutocompleteOwnerState` type in sync.
455
+ var hasPopupIcon = (!freeSolo || forcePopupIcon === true) && forcePopupIcon !== false;
466
456
 
457
+ // If you modify this, make sure to keep the `AutocompleteOwnerState` type in sync.
467
458
  var ownerState = _extends({}, props, {
468
459
  disablePortal: disablePortal,
469
460
  focused: focused,
@@ -474,10 +465,8 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
474
465
  popupOpen: popupOpen,
475
466
  size: size
476
467
  });
477
-
478
468
  var classes = useUtilityClasses(ownerState);
479
469
  var startAdornment;
480
-
481
470
  if (multiple && value.length > 0) {
482
471
  var getCustomizedTagProps = function getCustomizedTagProps(params) {
483
472
  return _extends({
@@ -485,7 +474,6 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
485
474
  disabled: disabled
486
475
  }, getTagProps(params));
487
476
  };
488
-
489
477
  if (renderTags) {
490
478
  startAdornment = renderTags(value, getCustomizedTagProps, ownerState);
491
479
  } else {
@@ -499,10 +487,8 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
499
487
  });
500
488
  }
501
489
  }
502
-
503
490
  if (limitTags > -1 && Array.isArray(startAdornment)) {
504
491
  var more = startAdornment.length - limitTags;
505
-
506
492
  if (!focused && more > 0) {
507
493
  startAdornment = startAdornment.splice(0, limitTags);
508
494
  startAdornment.push( /*#__PURE__*/_jsx("span", {
@@ -511,7 +497,6 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
511
497
  }, startAdornment.length));
512
498
  }
513
499
  }
514
-
515
500
  var defaultRenderGroup = function defaultRenderGroup(params) {
516
501
  return /*#__PURE__*/_jsxs("li", {
517
502
  children: [/*#__PURE__*/_jsx(AutocompleteGroupLabel, {
@@ -526,17 +511,13 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
526
511
  })]
527
512
  }, params.key);
528
513
  };
529
-
530
514
  var renderGroup = renderGroupProp || defaultRenderGroup;
531
-
532
515
  var defaultRenderOption = function defaultRenderOption(props2, option) {
533
516
  return /*#__PURE__*/_jsx("li", _extends({}, props2, {
534
517
  children: getOptionLabel(option)
535
518
  }));
536
519
  };
537
-
538
520
  var renderOption = renderOptionProp || defaultRenderOption;
539
-
540
521
  var renderListOption = function renderListOption(option, index) {
541
522
  var optionProps = getOptionProps({
542
523
  option: option,
@@ -549,7 +530,10 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
549
530
  inputValue: inputValue
550
531
  });
551
532
  };
552
-
533
+ var clearIndicatorSlotProps = (_slotProps$clearIndic = slotProps.clearIndicator) != null ? _slotProps$clearIndic : componentsProps.clearIndicator;
534
+ var paperSlotProps = (_slotProps$paper = slotProps.paper) != null ? _slotProps$paper : componentsProps.paper;
535
+ var popperSlotProps = (_slotProps$popper = slotProps.popper) != null ? _slotProps$popper : componentsProps.popper;
536
+ var popupIndicatorSlotProps = (_slotProps$popupIndic = slotProps.popupIndicator) != null ? _slotProps$popupIndic : componentsProps.popupIndicator;
553
537
  return /*#__PURE__*/_jsxs(React.Fragment, {
554
538
  children: [/*#__PURE__*/_jsx(AutocompleteRoot, _extends({
555
539
  ref: ref,
@@ -574,16 +558,16 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
574
558
  "aria-label": clearText,
575
559
  title: clearText,
576
560
  ownerState: ownerState
577
- }, componentsProps.clearIndicator, {
578
- className: clsx(classes.clearIndicator, (_componentsProps$clea = componentsProps.clearIndicator) == null ? void 0 : _componentsProps$clea.className),
561
+ }, clearIndicatorSlotProps, {
562
+ className: clsx(classes.clearIndicator, clearIndicatorSlotProps == null ? void 0 : clearIndicatorSlotProps.className),
579
563
  children: clearIcon
580
564
  })) : null, hasPopupIcon ? /*#__PURE__*/_jsx(AutocompletePopupIndicator, _extends({}, getPopupIndicatorProps(), {
581
565
  disabled: disabled,
582
566
  "aria-label": popupOpen ? closeText : openText,
583
567
  title: popupOpen ? closeText : openText,
584
568
  ownerState: ownerState
585
- }, componentsProps.popupIndicator, {
586
- className: clsx(classes.popupIndicator, (_componentsProps$popu = componentsProps.popupIndicator) == null ? void 0 : _componentsProps$popu.className),
569
+ }, popupIndicatorSlotProps, {
570
+ className: clsx(classes.popupIndicator, popupIndicatorSlotProps == null ? void 0 : popupIndicatorSlotProps.className),
587
571
  children: popupIcon
588
572
  })) : null]
589
573
  })
@@ -604,13 +588,13 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
604
588
  role: "presentation",
605
589
  anchorEl: anchorEl,
606
590
  open: popupOpen
607
- }, componentsProps.popper, {
608
- className: clsx(classes.popper, (_componentsProps$popp = componentsProps.popper) == null ? void 0 : _componentsProps$popp.className),
591
+ }, popperSlotProps, {
592
+ className: clsx(classes.popper, popperSlotProps == null ? void 0 : popperSlotProps.className),
609
593
  children: /*#__PURE__*/_jsxs(AutocompletePaper, _extends({
610
594
  ownerState: ownerState,
611
595
  as: PaperComponent
612
- }, componentsProps.paper, {
613
- className: clsx(classes.paper, (_componentsProps$pape = componentsProps.paper) == null ? void 0 : _componentsProps$pape.className),
596
+ }, paperSlotProps, {
597
+ className: clsx(classes.paper, paperSlotProps == null ? void 0 : paperSlotProps.className),
614
598
  children: [loading && groupedOptions.length === 0 ? /*#__PURE__*/_jsx(AutocompleteLoading, {
615
599
  className: classes.loading,
616
600
  ownerState: ownerState,
@@ -639,7 +623,6 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
639
623
  })
640
624
  });
641
625
  }
642
-
643
626
  return renderListOption(option, index);
644
627
  })
645
628
  })) : null]
@@ -647,14 +630,11 @@ var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps,
647
630
  })) : null]
648
631
  });
649
632
  });
650
- process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
651
- /* remove-proptypes */
652
- = {
633
+ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptypes */ = {
653
634
  // ----------------------------- Warning --------------------------------
654
635
  // | These PropTypes are generated from the TypeScript type definitions |
655
636
  // | To update them edit the d.ts file and run "yarn proptypes" |
656
637
  // ----------------------------------------------------------------------
657
-
658
638
  /**
659
639
  * If `true`, the portion of the selected suggestion that has not been typed by the user,
660
640
  * known as the completion string, appears inline after the input cursor in the textbox.
@@ -662,13 +642,11 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
662
642
  * @default false
663
643
  */
664
644
  autoComplete: PropTypes.bool,
665
-
666
645
  /**
667
646
  * If `true`, the first option is automatically highlighted.
668
647
  * @default false
669
648
  */
670
649
  autoHighlight: PropTypes.bool,
671
-
672
650
  /**
673
651
  * If `true`, the selected option becomes the value of the input
674
652
  * when the Autocomplete loses focus unless the user chooses
@@ -676,7 +654,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
676
654
  * @default false
677
655
  */
678
656
  autoSelect: PropTypes.bool,
679
-
680
657
  /**
681
658
  * Control if the input should be blurred when an option is selected:
682
659
  *
@@ -687,28 +664,23 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
687
664
  * @default false
688
665
  */
689
666
  blurOnSelect: PropTypes.oneOfType([PropTypes.oneOf(['mouse', 'touch']), PropTypes.bool]),
690
-
691
667
  /**
692
668
  * Props applied to the [`Chip`](/material-ui/api/chip/) element.
693
669
  */
694
670
  ChipProps: PropTypes.object,
695
-
696
671
  /**
697
672
  * Override or extend the styles applied to the component.
698
673
  */
699
674
  classes: PropTypes.object,
700
-
701
675
  /**
702
676
  * @ignore
703
677
  */
704
678
  className: PropTypes.string,
705
-
706
679
  /**
707
680
  * The icon to display in place of the default clear icon.
708
681
  * @default <ClearIcon fontSize="small" />
709
682
  */
710
683
  clearIcon: PropTypes.node,
711
-
712
684
  /**
713
685
  * If `true`, the input's text is cleared on blur if no value is selected.
714
686
  *
@@ -717,13 +689,11 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
717
689
  * @default !props.freeSolo
718
690
  */
719
691
  clearOnBlur: PropTypes.bool,
720
-
721
692
  /**
722
693
  * If `true`, clear all values when the user presses escape and the popup is closed.
723
694
  * @default false
724
695
  */
725
696
  clearOnEscape: PropTypes.bool,
726
-
727
697
  /**
728
698
  * Override the default text for the *clear* icon button.
729
699
  *
@@ -731,7 +701,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
731
701
  * @default 'Clear'
732
702
  */
733
703
  clearText: PropTypes.string,
734
-
735
704
  /**
736
705
  * Override the default text for the *close popup* icon button.
737
706
  *
@@ -739,7 +708,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
739
708
  * @default 'Close'
740
709
  */
741
710
  closeText: PropTypes.string,
742
-
743
711
  /**
744
712
  * The props used for each slot inside.
745
713
  * @default {}
@@ -750,7 +718,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
750
718
  popper: PropTypes.object,
751
719
  popupIndicator: PropTypes.object
752
720
  }),
753
-
754
721
  /**
755
722
  * The default value. Use when the component is not controlled.
756
723
  * @default props.multiple ? [] : null
@@ -759,46 +726,38 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
759
726
  if (props.multiple && props.defaultValue !== undefined && !Array.isArray(props.defaultValue)) {
760
727
  return new Error(['MUI: The Autocomplete expects the `defaultValue` prop to be an array when `multiple={true}` or undefined.', "However, ".concat(props.defaultValue, " was provided.")].join('\n'));
761
728
  }
762
-
763
729
  return null;
764
730
  }),
765
-
766
731
  /**
767
732
  * If `true`, the input can't be cleared.
768
733
  * @default false
769
734
  */
770
735
  disableClearable: PropTypes.bool,
771
-
772
736
  /**
773
737
  * If `true`, the popup won't close when a value is selected.
774
738
  * @default false
775
739
  */
776
740
  disableCloseOnSelect: PropTypes.bool,
777
-
778
741
  /**
779
742
  * If `true`, the component is disabled.
780
743
  * @default false
781
744
  */
782
745
  disabled: PropTypes.bool,
783
-
784
746
  /**
785
747
  * If `true`, will allow focus on disabled items.
786
748
  * @default false
787
749
  */
788
750
  disabledItemsFocusable: PropTypes.bool,
789
-
790
751
  /**
791
752
  * If `true`, the list box in the popup will not wrap focus.
792
753
  * @default false
793
754
  */
794
755
  disableListWrap: PropTypes.bool,
795
-
796
756
  /**
797
757
  * If `true`, the `Popper` content will be under the DOM hierarchy of the parent component.
798
758
  * @default false
799
759
  */
800
760
  disablePortal: PropTypes.bool,
801
-
802
761
  /**
803
762
  * A function that determines the filtered options to be rendered on search.
804
763
  *
@@ -807,31 +766,26 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
807
766
  * @returns {T[]}
808
767
  */
809
768
  filterOptions: PropTypes.func,
810
-
811
769
  /**
812
770
  * If `true`, hide the selected options from the list box.
813
771
  * @default false
814
772
  */
815
773
  filterSelectedOptions: PropTypes.bool,
816
-
817
774
  /**
818
775
  * Force the visibility display of the popup icon.
819
776
  * @default 'auto'
820
777
  */
821
778
  forcePopupIcon: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.bool]),
822
-
823
779
  /**
824
780
  * If `true`, the Autocomplete is free solo, meaning that the user input is not bound to provided options.
825
781
  * @default false
826
782
  */
827
783
  freeSolo: PropTypes.bool,
828
-
829
784
  /**
830
785
  * If `true`, the input will take up the full width of its container.
831
786
  * @default false
832
787
  */
833
788
  fullWidth: PropTypes.bool,
834
-
835
789
  /**
836
790
  * The label to display when the tags are truncated (`limitTags`).
837
791
  *
@@ -840,7 +794,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
840
794
  * @default (more) => `+${more}`
841
795
  */
842
796
  getLimitTagsText: PropTypes.func,
843
-
844
797
  /**
845
798
  * Used to determine the disabled state for a given option.
846
799
  *
@@ -848,7 +801,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
848
801
  * @returns {boolean}
849
802
  */
850
803
  getOptionDisabled: PropTypes.func,
851
-
852
804
  /**
853
805
  * Used to determine the string value for a given option.
854
806
  * It's used to fill the input (and the list box options if `renderOption` is not provided).
@@ -860,7 +812,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
860
812
  * @default (option) => option.label ?? option
861
813
  */
862
814
  getOptionLabel: PropTypes.func,
863
-
864
815
  /**
865
816
  * If provided, the options will be grouped under the returned string.
866
817
  * The groupBy value is also used as the text for group headings when `renderGroup` is not provided.
@@ -869,31 +820,26 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
869
820
  * @returns {string}
870
821
  */
871
822
  groupBy: PropTypes.func,
872
-
873
823
  /**
874
824
  * If `true`, the component handles the "Home" and "End" keys when the popup is open.
875
825
  * It should move focus to the first option and last option, respectively.
876
826
  * @default !props.freeSolo
877
827
  */
878
828
  handleHomeEndKeys: PropTypes.bool,
879
-
880
829
  /**
881
830
  * This prop is used to help implement the accessibility logic.
882
831
  * If you don't provide an id it will fall back to a randomly generated one.
883
832
  */
884
833
  id: PropTypes.string,
885
-
886
834
  /**
887
835
  * If `true`, the highlight can move to the input.
888
836
  * @default false
889
837
  */
890
838
  includeInputInList: PropTypes.bool,
891
-
892
839
  /**
893
840
  * The input value.
894
841
  */
895
842
  inputValue: PropTypes.string,
896
-
897
843
  /**
898
844
  * Used to determine if the option represents the given value.
899
845
  * Uses strict equality by default.
@@ -904,32 +850,27 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
904
850
  * @returns {boolean}
905
851
  */
906
852
  isOptionEqualToValue: PropTypes.func,
907
-
908
853
  /**
909
854
  * The maximum number of tags that will be visible when not focused.
910
855
  * Set `-1` to disable the limit.
911
856
  * @default -1
912
857
  */
913
858
  limitTags: integerPropType,
914
-
915
859
  /**
916
860
  * The component used to render the listbox.
917
861
  * @default 'ul'
918
862
  */
919
863
  ListboxComponent: PropTypes.elementType,
920
-
921
864
  /**
922
865
  * Props applied to the Listbox element.
923
866
  */
924
867
  ListboxProps: PropTypes.object,
925
-
926
868
  /**
927
869
  * If `true`, the component is in a loading state.
928
870
  * This shows the `loadingText` in place of suggestions (only if there are no suggestions to show, e.g. `options` are empty).
929
871
  * @default false
930
872
  */
931
873
  loading: PropTypes.bool,
932
-
933
874
  /**
934
875
  * Text to display when in a loading state.
935
876
  *
@@ -937,13 +878,11 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
937
878
  * @default 'Loading…'
938
879
  */
939
880
  loadingText: PropTypes.node,
940
-
941
881
  /**
942
882
  * If `true`, `value` must be an array and the menu will support multiple selections.
943
883
  * @default false
944
884
  */
945
885
  multiple: PropTypes.bool,
946
-
947
886
  /**
948
887
  * Text to display when there are no options.
949
888
  *
@@ -951,7 +890,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
951
890
  * @default 'No options'
952
891
  */
953
892
  noOptionsText: PropTypes.node,
954
-
955
893
  /**
956
894
  * Callback fired when the value changes.
957
895
  *
@@ -961,7 +899,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
961
899
  * @param {string} [details]
962
900
  */
963
901
  onChange: PropTypes.func,
964
-
965
902
  /**
966
903
  * Callback fired when the popup requests to be closed.
967
904
  * Use in controlled mode (see open).
@@ -970,7 +907,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
970
907
  * @param {string} reason Can be: `"toggleInput"`, `"escape"`, `"selectOption"`, `"removeOption"`, `"blur"`.
971
908
  */
972
909
  onClose: PropTypes.func,
973
-
974
910
  /**
975
911
  * Callback fired when the highlight option changes.
976
912
  *
@@ -979,7 +915,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
979
915
  * @param {string} reason Can be: `"keyboard"`, `"auto"`, `"mouse"`.
980
916
  */
981
917
  onHighlightChange: PropTypes.func,
982
-
983
918
  /**
984
919
  * Callback fired when the input value changes.
985
920
  *
@@ -988,7 +923,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
988
923
  * @param {string} reason Can be: `"input"` (user input), `"reset"` (programmatic change), `"clear"`.
989
924
  */
990
925
  onInputChange: PropTypes.func,
991
-
992
926
  /**
993
927
  * Callback fired when the popup requests to be opened.
994
928
  * Use in controlled mode (see open).
@@ -996,18 +930,15 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
996
930
  * @param {React.SyntheticEvent} event The event source of the callback.
997
931
  */
998
932
  onOpen: PropTypes.func,
999
-
1000
933
  /**
1001
934
  * If `true`, the component is shown.
1002
935
  */
1003
936
  open: PropTypes.bool,
1004
-
1005
937
  /**
1006
938
  * If `true`, the popup will open on input focus.
1007
939
  * @default false
1008
940
  */
1009
941
  openOnFocus: PropTypes.bool,
1010
-
1011
942
  /**
1012
943
  * Override the default text for the *open popup* icon button.
1013
944
  *
@@ -1015,36 +946,30 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1015
946
  * @default 'Open'
1016
947
  */
1017
948
  openText: PropTypes.string,
1018
-
1019
949
  /**
1020
950
  * Array of options.
1021
951
  */
1022
952
  options: PropTypes.array.isRequired,
1023
-
1024
953
  /**
1025
954
  * The component used to render the body of the popup.
1026
955
  * @default Paper
1027
956
  */
1028
957
  PaperComponent: PropTypes.elementType,
1029
-
1030
958
  /**
1031
959
  * The component used to position the popup.
1032
960
  * @default Popper
1033
961
  */
1034
962
  PopperComponent: PropTypes.elementType,
1035
-
1036
963
  /**
1037
964
  * The icon to display in place of the default popup icon.
1038
965
  * @default <ArrowDropDownIcon />
1039
966
  */
1040
967
  popupIcon: PropTypes.node,
1041
-
1042
968
  /**
1043
969
  * If `true`, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted.
1044
970
  * @default false
1045
971
  */
1046
972
  readOnly: PropTypes.bool,
1047
-
1048
973
  /**
1049
974
  * Render the group.
1050
975
  *
@@ -1052,7 +977,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1052
977
  * @returns {ReactNode}
1053
978
  */
1054
979
  renderGroup: PropTypes.func,
1055
-
1056
980
  /**
1057
981
  * Render the input.
1058
982
  *
@@ -1060,7 +984,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1060
984
  * @returns {ReactNode}
1061
985
  */
1062
986
  renderInput: PropTypes.func.isRequired,
1063
-
1064
987
  /**
1065
988
  * Render the option, use `getOptionLabel` by default.
1066
989
  *
@@ -1070,7 +993,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1070
993
  * @returns {ReactNode}
1071
994
  */
1072
995
  renderOption: PropTypes.func,
1073
-
1074
996
  /**
1075
997
  * Render the selected value.
1076
998
  *
@@ -1080,27 +1002,31 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1080
1002
  * @returns {ReactNode}
1081
1003
  */
1082
1004
  renderTags: PropTypes.func,
1083
-
1084
1005
  /**
1085
1006
  * If `true`, the input's text is selected on focus.
1086
1007
  * It helps the user clear the selected value.
1087
1008
  * @default !props.freeSolo
1088
1009
  */
1089
1010
  selectOnFocus: PropTypes.bool,
1090
-
1091
1011
  /**
1092
1012
  * The size of the component.
1093
1013
  * @default 'medium'
1094
1014
  */
1095
- size: PropTypes
1096
- /* @typescript-to-proptypes-ignore */
1097
- .oneOfType([PropTypes.oneOf(['small', 'medium']), PropTypes.string]),
1098
-
1015
+ size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium']), PropTypes.string]),
1016
+ /**
1017
+ * The props used for each slot inside.
1018
+ * @default {}
1019
+ */
1020
+ slotProps: PropTypes.shape({
1021
+ clearIndicator: PropTypes.object,
1022
+ paper: PropTypes.object,
1023
+ popper: PropTypes.object,
1024
+ popupIndicator: PropTypes.object
1025
+ }),
1099
1026
  /**
1100
1027
  * The system prop that allows defining system overrides as well as additional CSS styles.
1101
1028
  */
1102
1029
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
1103
-
1104
1030
  /**
1105
1031
  * The value of the autocomplete.
1106
1032
  *
@@ -1111,7 +1037,6 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes
1111
1037
  if (props.multiple && props.value !== undefined && !Array.isArray(props.value)) {
1112
1038
  return new Error(['MUI: The Autocomplete expects the `value` prop to be an array when `multiple={true}` or undefined.', "However, ".concat(props.value, " was provided.")].join('\n'));
1113
1039
  }
1114
-
1115
1040
  return null;
1116
1041
  })
1117
1042
  } : void 0;