@mui/material 5.5.1 → 5.6.0

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 (357) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/Alert.d.ts +3 -1
  6. package/Alert/Alert.js +3 -1
  7. package/Alert/alertClasses.d.ts +44 -44
  8. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  9. package/AppBar/AppBar.d.ts +3 -1
  10. package/AppBar/AppBar.js +3 -1
  11. package/AppBar/appBarClasses.d.ts +28 -28
  12. package/Autocomplete/Autocomplete.js +1 -1
  13. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  14. package/Avatar/avatarClasses.d.ts +20 -20
  15. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  16. package/Backdrop/Backdrop.d.ts +32 -15
  17. package/Backdrop/Backdrop.js +26 -20
  18. package/Backdrop/backdropClasses.d.ts +10 -0
  19. package/Backdrop/backdropClasses.js +6 -0
  20. package/Backdrop/index.d.ts +3 -0
  21. package/Backdrop/index.js +2 -1
  22. package/Badge/Badge.d.ts +23 -8
  23. package/Badge/Badge.js +46 -22
  24. package/Badge/badgeClasses.d.ts +24 -0
  25. package/Badge/badgeClasses.js +8 -0
  26. package/Badge/index.d.ts +3 -0
  27. package/Badge/index.js +2 -1
  28. package/BottomNavigation/BottomNavigation.js +0 -0
  29. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  30. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  31. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  32. package/Button/Button.d.ts +3 -1
  33. package/Button/Button.js +104 -97
  34. package/Button/buttonClasses.d.ts +76 -76
  35. package/ButtonBase/ButtonBase.js +7 -7
  36. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  37. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  38. package/ButtonGroup/ButtonGroup.d.ts +3 -1
  39. package/ButtonGroup/ButtonGroup.js +3 -1
  40. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  41. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  42. package/CHANGELOG.md +215 -0
  43. package/Card/Card.d.ts +1 -0
  44. package/Card/cardClasses.d.ts +8 -8
  45. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  46. package/CardActions/cardActionsClasses.d.ts +10 -10
  47. package/CardContent/cardContentClasses.d.ts +8 -8
  48. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  49. package/CardMedia/cardMediaClasses.d.ts +12 -12
  50. package/Checkbox/Checkbox.d.ts +3 -1
  51. package/Checkbox/Checkbox.js +3 -1
  52. package/Checkbox/checkboxClasses.d.ts +18 -18
  53. package/Chip/Chip.d.ts +3 -1
  54. package/Chip/Chip.js +3 -1
  55. package/Chip/chipClasses.d.ts +80 -80
  56. package/CircularProgress/CircularProgress.d.ts +3 -1
  57. package/CircularProgress/CircularProgress.js +3 -1
  58. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  59. package/ClickAwayListener/index.d.ts +2 -2
  60. package/Collapse/collapseClasses.d.ts +18 -18
  61. package/Container/containerClasses.d.ts +22 -22
  62. package/Dialog/DialogContext.d.ts +6 -6
  63. package/Dialog/dialogClasses.d.ts +36 -36
  64. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  65. package/DialogContent/dialogContentClasses.d.ts +10 -10
  66. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  67. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  68. package/Divider/dividerClasses.d.ts +34 -34
  69. package/Drawer/drawerClasses.d.ts +30 -30
  70. package/Fab/Fab.d.ts +3 -1
  71. package/Fab/Fab.js +3 -1
  72. package/Fab/fabClasses.d.ts +26 -26
  73. package/FilledInput/FilledInput.js +3 -1
  74. package/FilledInput/filledInputClasses.d.ts +40 -40
  75. package/FormControl/FormControl.d.ts +3 -1
  76. package/FormControl/FormControl.js +3 -1
  77. package/FormControl/formControlClasses.d.ts +14 -14
  78. package/FormControlLabel/FormControlLabel.d.ts +1 -1
  79. package/FormControlLabel/FormControlLabel.js +14 -9
  80. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  81. package/FormGroup/formGroupClasses.d.ts +12 -12
  82. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  83. package/FormLabel/FormLabel.d.ts +3 -1
  84. package/FormLabel/FormLabel.js +3 -1
  85. package/FormLabel/formLabelClasses.d.ts +22 -22
  86. package/Grid/gridClasses.d.ts +48 -48
  87. package/Grow/Grow.js +11 -5
  88. package/Icon/Icon.d.ts +3 -1
  89. package/Icon/Icon.js +3 -1
  90. package/Icon/iconClasses.d.ts +24 -24
  91. package/IconButton/IconButton.d.ts +3 -1
  92. package/IconButton/IconButton.js +3 -1
  93. package/IconButton/iconButtonClasses.d.ts +26 -26
  94. package/ImageList/imageListClasses.d.ts +16 -16
  95. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  96. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  97. package/Input/Input.js +3 -1
  98. package/Input/inputClasses.d.ts +34 -34
  99. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  100. package/InputBase/InputBase.d.ts +3 -1
  101. package/InputBase/InputBase.js +3 -1
  102. package/InputBase/inputBaseClasses.d.ts +44 -44
  103. package/InputLabel/InputLabel.js +3 -1
  104. package/InputLabel/inputLabelClasses.d.ts +32 -32
  105. package/LinearProgress/LinearProgress.d.ts +3 -1
  106. package/LinearProgress/LinearProgress.js +3 -1
  107. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  108. package/Link/Link.js +12 -5
  109. package/Link/linkClasses.d.ts +18 -18
  110. package/List/listClasses.d.ts +14 -14
  111. package/ListItem/listItemClasses.d.ts +30 -30
  112. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  113. package/ListItemButton/ListItemButton.js +1 -0
  114. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  115. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  116. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  117. package/ListItemText/listItemTextClasses.d.ts +18 -18
  118. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  119. package/Menu/menuClasses.d.ts +12 -12
  120. package/MenuItem/menuItemClasses.d.ts +20 -20
  121. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  122. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  123. package/OutlinedInput/OutlinedInput.js +3 -1
  124. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  125. package/Pagination/Pagination.d.ts +2 -0
  126. package/Pagination/Pagination.js +2 -0
  127. package/Pagination/paginationClasses.d.ts +14 -14
  128. package/PaginationItem/PaginationItem.d.ts +2 -0
  129. package/PaginationItem/PaginationItem.js +2 -0
  130. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  131. package/Paper/paperClasses.d.ts +39 -39
  132. package/Popover/popoverClasses.d.ts +10 -10
  133. package/Popper/Popper.d.ts +29 -17
  134. package/Popper/Popper.js +16 -6
  135. package/Radio/Radio.d.ts +3 -1
  136. package/Radio/Radio.js +3 -1
  137. package/Radio/radioClasses.d.ts +16 -16
  138. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  139. package/RadioGroup/useRadioGroup.d.ts +4 -4
  140. package/Rating/ratingClasses.d.ts +40 -40
  141. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  142. package/Select/selectClasses.d.ts +30 -30
  143. package/Skeleton/skeletonClasses.d.ts +24 -24
  144. package/Slider/Slider.d.ts +3 -1
  145. package/Slider/Slider.js +3 -1
  146. package/Snackbar/snackbarClasses.d.ts +20 -20
  147. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  148. package/SpeedDial/speedDialClasses.d.ts +22 -22
  149. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  150. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  151. package/Step/StepContext.d.ts +20 -20
  152. package/Step/stepClasses.d.ts +16 -16
  153. package/StepButton/stepButtonClasses.d.ts +14 -14
  154. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  155. package/StepContent/stepContentClasses.d.ts +12 -12
  156. package/StepIcon/stepIconClasses.d.ts +16 -16
  157. package/StepLabel/stepLabelClasses.d.ts +28 -28
  158. package/Stepper/stepperClasses.d.ts +14 -14
  159. package/SvgIcon/SvgIcon.d.ts +3 -1
  160. package/SvgIcon/SvgIcon.js +3 -1
  161. package/SvgIcon/svgIconClasses.d.ts +24 -24
  162. package/Switch/Switch.d.ts +3 -1
  163. package/Switch/Switch.js +3 -1
  164. package/Switch/switchClasses.d.ts +32 -32
  165. package/Tab/tabClasses.d.ts +26 -26
  166. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  167. package/Table/tableClasses.d.ts +10 -10
  168. package/TableBody/tableBodyClasses.d.ts +8 -8
  169. package/TableCell/tableCellClasses.d.ts +32 -32
  170. package/TableContainer/tableContainerClasses.d.ts +8 -8
  171. package/TableFooter/tableFooterClasses.d.ts +8 -8
  172. package/TableHead/tableHeadClasses.d.ts +8 -8
  173. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  174. package/TableRow/tableRowClasses.d.ts +16 -16
  175. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  176. package/Tabs/tabsClasses.d.ts +32 -32
  177. package/TextField/TextField.d.ts +3 -2
  178. package/TextField/TextField.js +3 -1
  179. package/TextField/textFieldClasses.d.ts +8 -8
  180. package/ToggleButton/ToggleButton.d.ts +2 -0
  181. package/ToggleButton/ToggleButton.js +2 -0
  182. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  183. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -1
  184. package/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  185. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  186. package/Toolbar/toolbarClasses.d.ts +14 -14
  187. package/Tooltip/tooltipClasses.d.ts +30 -30
  188. package/Typography/typographyClasses.d.ts +50 -50
  189. package/Unstable_TrapFocus/index.d.ts +2 -2
  190. package/Unstable_TrapFocus/index.js +1 -1
  191. package/className/index.d.ts +8 -8
  192. package/darkScrollbar/index.d.ts +28 -28
  193. package/index.js +1 -1
  194. package/internal/switchBaseClasses.d.ts +12 -12
  195. package/legacy/Alert/Alert.js +3 -1
  196. package/legacy/AppBar/AppBar.js +3 -1
  197. package/legacy/Autocomplete/Autocomplete.js +1 -1
  198. package/legacy/Backdrop/Backdrop.js +27 -20
  199. package/legacy/Backdrop/backdropClasses.js +6 -0
  200. package/legacy/Backdrop/index.js +2 -1
  201. package/legacy/Badge/Badge.js +47 -22
  202. package/legacy/Badge/badgeClasses.js +8 -0
  203. package/legacy/Badge/index.js +2 -1
  204. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  205. package/legacy/Button/Button.js +33 -30
  206. package/legacy/ButtonBase/ButtonBase.js +11 -11
  207. package/legacy/ButtonGroup/ButtonGroup.js +3 -1
  208. package/legacy/Checkbox/Checkbox.js +3 -1
  209. package/legacy/Chip/Chip.js +3 -1
  210. package/legacy/CircularProgress/CircularProgress.js +3 -1
  211. package/legacy/Fab/Fab.js +3 -1
  212. package/legacy/FilledInput/FilledInput.js +3 -1
  213. package/legacy/FormControl/FormControl.js +3 -1
  214. package/legacy/FormControlLabel/FormControlLabel.js +14 -9
  215. package/legacy/FormLabel/FormLabel.js +3 -1
  216. package/legacy/Grow/Grow.js +11 -5
  217. package/legacy/Icon/Icon.js +3 -1
  218. package/legacy/IconButton/IconButton.js +3 -1
  219. package/legacy/Input/Input.js +3 -1
  220. package/legacy/InputBase/InputBase.js +3 -1
  221. package/legacy/InputLabel/InputLabel.js +3 -1
  222. package/legacy/LinearProgress/LinearProgress.js +3 -1
  223. package/legacy/Link/Link.js +12 -4
  224. package/legacy/ListItemButton/ListItemButton.js +1 -0
  225. package/legacy/OutlinedInput/OutlinedInput.js +3 -1
  226. package/legacy/Pagination/Pagination.js +2 -0
  227. package/legacy/PaginationItem/PaginationItem.js +2 -0
  228. package/legacy/Popper/Popper.js +18 -6
  229. package/legacy/Radio/Radio.js +3 -1
  230. package/legacy/Slider/Slider.js +3 -1
  231. package/legacy/SvgIcon/SvgIcon.js +3 -1
  232. package/legacy/Switch/Switch.js +3 -1
  233. package/legacy/TextField/TextField.js +3 -1
  234. package/legacy/ToggleButton/ToggleButton.js +2 -0
  235. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  236. package/legacy/Unstable_TrapFocus/index.js +1 -1
  237. package/legacy/index.js +1 -1
  238. package/legacy/locale/index.js +115 -111
  239. package/legacy/styles/CssVarsProvider.js +31 -0
  240. package/legacy/styles/experimental_extendTheme.js +96 -0
  241. package/legacy/styles/index.js +3 -1
  242. package/locale/index.d.ts +71 -71
  243. package/locale/index.js +6 -3
  244. package/modern/Alert/Alert.js +3 -1
  245. package/modern/AppBar/AppBar.js +3 -1
  246. package/modern/Autocomplete/Autocomplete.js +1 -1
  247. package/modern/Backdrop/Backdrop.js +25 -19
  248. package/modern/Backdrop/backdropClasses.js +6 -0
  249. package/modern/Backdrop/index.js +2 -1
  250. package/modern/Badge/Badge.js +43 -19
  251. package/modern/Badge/badgeClasses.js +8 -0
  252. package/modern/Badge/index.js +2 -1
  253. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  254. package/modern/Button/Button.js +32 -29
  255. package/modern/ButtonBase/ButtonBase.js +7 -7
  256. package/modern/ButtonGroup/ButtonGroup.js +3 -1
  257. package/modern/Checkbox/Checkbox.js +3 -1
  258. package/modern/Chip/Chip.js +3 -1
  259. package/modern/CircularProgress/CircularProgress.js +3 -1
  260. package/modern/Fab/Fab.js +3 -1
  261. package/modern/FilledInput/FilledInput.js +3 -1
  262. package/modern/FormControl/FormControl.js +3 -1
  263. package/modern/FormControlLabel/FormControlLabel.js +14 -9
  264. package/modern/FormLabel/FormLabel.js +3 -1
  265. package/modern/Grow/Grow.js +11 -5
  266. package/modern/Icon/Icon.js +3 -1
  267. package/modern/IconButton/IconButton.js +3 -1
  268. package/modern/Input/Input.js +3 -1
  269. package/modern/InputBase/InputBase.js +3 -1
  270. package/modern/InputLabel/InputLabel.js +3 -1
  271. package/modern/LinearProgress/LinearProgress.js +3 -1
  272. package/modern/Link/Link.js +12 -5
  273. package/modern/ListItemButton/ListItemButton.js +1 -0
  274. package/modern/OutlinedInput/OutlinedInput.js +3 -1
  275. package/modern/Pagination/Pagination.js +2 -0
  276. package/modern/PaginationItem/PaginationItem.js +2 -0
  277. package/modern/Popper/Popper.js +16 -6
  278. package/modern/Radio/Radio.js +3 -1
  279. package/modern/Slider/Slider.js +3 -1
  280. package/modern/SvgIcon/SvgIcon.js +3 -1
  281. package/modern/Switch/Switch.js +3 -1
  282. package/modern/TextField/TextField.js +3 -1
  283. package/modern/ToggleButton/ToggleButton.js +2 -0
  284. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  285. package/modern/Unstable_TrapFocus/index.js +1 -1
  286. package/modern/index.js +1 -1
  287. package/modern/locale/index.js +6 -3
  288. package/modern/styles/CssVarsProvider.js +28 -0
  289. package/modern/styles/experimental_extendTheme.js +89 -0
  290. package/modern/styles/index.js +3 -1
  291. package/node/Alert/Alert.js +3 -1
  292. package/node/AppBar/AppBar.js +3 -1
  293. package/node/Autocomplete/Autocomplete.js +1 -1
  294. package/node/Backdrop/Backdrop.js +28 -23
  295. package/node/Backdrop/backdropClasses.js +17 -0
  296. package/node/Backdrop/index.js +17 -5
  297. package/node/Badge/Badge.js +56 -33
  298. package/node/Badge/badgeClasses.js +22 -0
  299. package/node/Badge/index.js +17 -5
  300. package/node/BottomNavigation/BottomNavigation.js +0 -0
  301. package/node/Button/Button.js +104 -97
  302. package/node/ButtonBase/ButtonBase.js +7 -7
  303. package/node/ButtonGroup/ButtonGroup.js +3 -1
  304. package/node/Checkbox/Checkbox.js +3 -1
  305. package/node/Chip/Chip.js +3 -1
  306. package/node/CircularProgress/CircularProgress.js +3 -1
  307. package/node/Fab/Fab.js +3 -1
  308. package/node/FilledInput/FilledInput.js +3 -1
  309. package/node/FormControl/FormControl.js +3 -1
  310. package/node/FormControlLabel/FormControlLabel.js +14 -9
  311. package/node/FormLabel/FormLabel.js +3 -1
  312. package/node/Grow/Grow.js +10 -4
  313. package/node/Icon/Icon.js +3 -1
  314. package/node/IconButton/IconButton.js +3 -1
  315. package/node/Input/Input.js +3 -1
  316. package/node/InputBase/InputBase.js +3 -1
  317. package/node/InputLabel/InputLabel.js +3 -1
  318. package/node/LinearProgress/LinearProgress.js +3 -1
  319. package/node/Link/Link.js +13 -5
  320. package/node/ListItemButton/ListItemButton.js +1 -0
  321. package/node/OutlinedInput/OutlinedInput.js +3 -1
  322. package/node/Pagination/Pagination.js +2 -0
  323. package/node/PaginationItem/PaginationItem.js +2 -0
  324. package/node/Popper/Popper.js +19 -8
  325. package/node/Radio/Radio.js +3 -1
  326. package/node/Slider/Slider.js +3 -1
  327. package/node/SvgIcon/SvgIcon.js +3 -1
  328. package/node/Switch/Switch.js +3 -1
  329. package/node/TextField/TextField.js +3 -1
  330. package/node/ToggleButton/ToggleButton.js +2 -0
  331. package/node/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  332. package/node/Unstable_TrapFocus/index.js +2 -2
  333. package/node/index.js +1 -1
  334. package/node/locale/index.js +6 -3
  335. package/node/styles/CssVarsProvider.js +41 -0
  336. package/node/styles/experimental_extendTheme.js +105 -0
  337. package/node/styles/index.js +58 -0
  338. package/package.json +7 -7
  339. package/styles/CssVarsProvider.d.ts +28 -0
  340. package/styles/CssVarsProvider.js +28 -0
  341. package/styles/createPalette.d.ts +26 -0
  342. package/styles/experimental_extendTheme.d.ts +90 -0
  343. package/styles/experimental_extendTheme.js +91 -0
  344. package/styles/index.d.ts +5 -0
  345. package/styles/index.js +3 -1
  346. package/transitions/index.d.ts +1 -1
  347. package/transitions/transition.d.ts +13 -13
  348. package/transitions/utils.d.ts +23 -23
  349. package/umd/material-ui.development.js +1314 -505
  350. package/umd/material-ui.production.min.js +21 -21
  351. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  352. package/useTouchRipple/index.d.ts +1 -1
  353. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  354. package/utils/getScrollbarSize.d.ts +2 -2
  355. package/utils/ownerDocument.d.ts +2 -2
  356. package/utils/ownerWindow.d.ts +2 -2
  357. package/utils/setRef.d.ts +2 -2
@@ -1,32 +1,32 @@
1
- export interface NativeSelectClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the select component `select` class. */
5
- select: string;
6
- /** Styles applied to the select component if `multiple={true}`. */
7
- multiple: string;
8
- /** Styles applied to the select component if `variant="filled"`. */
9
- filled: string;
10
- /** Styles applied to the select component if `variant="outlined"`. */
11
- outlined: string;
12
- /** Styles applied to the select component if `variant="standard"`. */
13
- standard: string;
14
- /** State class applied to the select component `disabled` class. */
15
- disabled: string;
16
- /** Styles applied to the icon component. */
17
- icon: string;
18
- /** Styles applied to the icon component if the popup is open. */
19
- iconOpen: string;
20
- /** Styles applied to the icon component if `variant="filled"`. */
21
- iconFilled: string;
22
- /** Styles applied to the icon component if `variant="outlined"`. */
23
- iconOutlined: string;
24
- /** Styles applied to the icon component if `variant="standard"`. */
25
- iconStandard: string;
26
- /** Styles applied to the underlying native input component. */
27
- nativeInput: string;
28
- }
29
- export declare type NativeSelectClassKey = keyof NativeSelectClasses;
30
- export declare function getNativeSelectUtilityClasses(slot: string): string;
31
- declare const nativeSelectClasses: NativeSelectClasses;
32
- export default nativeSelectClasses;
1
+ export interface NativeSelectClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the select component `select` class. */
5
+ select: string;
6
+ /** Styles applied to the select component if `multiple={true}`. */
7
+ multiple: string;
8
+ /** Styles applied to the select component if `variant="filled"`. */
9
+ filled: string;
10
+ /** Styles applied to the select component if `variant="outlined"`. */
11
+ outlined: string;
12
+ /** Styles applied to the select component if `variant="standard"`. */
13
+ standard: string;
14
+ /** State class applied to the select component `disabled` class. */
15
+ disabled: string;
16
+ /** Styles applied to the icon component. */
17
+ icon: string;
18
+ /** Styles applied to the icon component if the popup is open. */
19
+ iconOpen: string;
20
+ /** Styles applied to the icon component if `variant="filled"`. */
21
+ iconFilled: string;
22
+ /** Styles applied to the icon component if `variant="outlined"`. */
23
+ iconOutlined: string;
24
+ /** Styles applied to the icon component if `variant="standard"`. */
25
+ iconStandard: string;
26
+ /** Styles applied to the underlying native input component. */
27
+ nativeInput: string;
28
+ }
29
+ export declare type NativeSelectClassKey = keyof NativeSelectClasses;
30
+ export declare function getNativeSelectUtilityClasses(slot: string): string;
31
+ declare const nativeSelectClasses: NativeSelectClasses;
32
+ export default nativeSelectClasses;
@@ -178,7 +178,9 @@ process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes
178
178
  classes: PropTypes.object,
179
179
 
180
180
  /**
181
- * The color of the component. It supports those theme colors that make sense for this component.
181
+ * The color of the component.
182
+ * It supports both default and custom theme colors, which can be added as shown in the
183
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
182
184
  * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
183
185
  */
184
186
  color: PropTypes
@@ -1,36 +1,36 @@
1
- export interface OutlinedInputClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if the color is secondary. */
5
- colorSecondary: string;
6
- /** Styles applied to the root element if the component is focused. */
7
- focused: string;
8
- /** Styles applied to the root element if `disabled={true}`. */
9
- disabled: string;
10
- /** Styles applied to the root element if `startAdornment` is provided. */
11
- adornedStart: string;
12
- /** Styles applied to the root element if `endAdornment` is provided. */
13
- adornedEnd: string;
14
- /** State class applied to the root element if `error={true}`. */
15
- error: string;
16
- /** Styles applied to the input element if `size="small"`. */
17
- sizeSmall: string;
18
- /** Styles applied to the root element if `multiline={true}`. */
19
- multiline: string;
20
- /** Styles applied to the NotchedOutline element. */
21
- notchedOutline: string;
22
- /** Styles applied to the input element. */
23
- input: string;
24
- /** Styles applied to the input element if `size="small"`. */
25
- inputSizeSmall: string;
26
- /** Styles applied to the input element if `multiline={true}`. */
27
- inputMultiline: string;
28
- /** Styles applied to the input element if `startAdornment` is provided. */
29
- inputAdornedStart: string;
30
- /** Styles applied to the input element if `endAdornment` is provided. */
31
- inputAdornedEnd: string;
32
- }
33
- export declare type OutlinedInputClassKey = keyof OutlinedInputClasses;
34
- export declare function getOutlinedInputUtilityClass(slot: string): string;
35
- declare const outlinedInputClasses: OutlinedInputClasses;
36
- export default outlinedInputClasses;
1
+ export interface OutlinedInputClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if the color is secondary. */
5
+ colorSecondary: string;
6
+ /** Styles applied to the root element if the component is focused. */
7
+ focused: string;
8
+ /** Styles applied to the root element if `disabled={true}`. */
9
+ disabled: string;
10
+ /** Styles applied to the root element if `startAdornment` is provided. */
11
+ adornedStart: string;
12
+ /** Styles applied to the root element if `endAdornment` is provided. */
13
+ adornedEnd: string;
14
+ /** State class applied to the root element if `error={true}`. */
15
+ error: string;
16
+ /** Styles applied to the input element if `size="small"`. */
17
+ sizeSmall: string;
18
+ /** Styles applied to the root element if `multiline={true}`. */
19
+ multiline: string;
20
+ /** Styles applied to the NotchedOutline element. */
21
+ notchedOutline: string;
22
+ /** Styles applied to the input element. */
23
+ input: string;
24
+ /** Styles applied to the input element if `size="small"`. */
25
+ inputSizeSmall: string;
26
+ /** Styles applied to the input element if `multiline={true}`. */
27
+ inputMultiline: string;
28
+ /** Styles applied to the input element if `startAdornment` is provided. */
29
+ inputAdornedStart: string;
30
+ /** Styles applied to the input element if `endAdornment` is provided. */
31
+ inputAdornedEnd: string;
32
+ }
33
+ export declare type OutlinedInputClassKey = keyof OutlinedInputClasses;
34
+ export declare function getOutlinedInputUtilityClass(slot: string): string;
35
+ declare const outlinedInputClasses: OutlinedInputClasses;
36
+ export default outlinedInputClasses;
@@ -28,6 +28,8 @@ export interface PaginationProps
28
28
  classes?: Partial<PaginationClasses>;
29
29
  /**
30
30
  * The active color.
31
+ * It supports both default and custom theme colors, which can be added as shown in the
32
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
31
33
  * @default 'standard'
32
34
  */
33
35
  color?: OverridableStringUnion<
@@ -155,6 +155,8 @@ process.env.NODE_ENV !== "production" ? Pagination.propTypes
155
155
 
156
156
  /**
157
157
  * The active color.
158
+ * It supports both default and custom theme colors, which can be added as shown in the
159
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
158
160
  * @default 'standard'
159
161
  */
160
162
  color: PropTypes
@@ -1,14 +1,14 @@
1
- export interface PaginationClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the ul element. */
5
- ul: string;
6
- /** Styles applied to the root element if `variant="outlined"`. */
7
- outlined: string;
8
- /** Styles applied to the root element if `variant="text"`. */
9
- text: string;
10
- }
11
- export declare type PaginationClassKey = keyof PaginationClasses;
12
- export declare function getPaginationUtilityClass(slot: string): string;
13
- declare const paginationClasses: PaginationClasses;
14
- export default paginationClasses;
1
+ export interface PaginationClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the ul element. */
5
+ ul: string;
6
+ /** Styles applied to the root element if `variant="outlined"`. */
7
+ outlined: string;
8
+ /** Styles applied to the root element if `variant="text"`. */
9
+ text: string;
10
+ }
11
+ export declare type PaginationClassKey = keyof PaginationClasses;
12
+ export declare function getPaginationUtilityClass(slot: string): string;
13
+ declare const paginationClasses: PaginationClasses;
14
+ export default paginationClasses;
@@ -20,6 +20,8 @@ export interface PaginationItemTypeMap<P = {}, D extends React.ElementType = 'di
20
20
  classes?: Partial<PaginationItemClasses>;
21
21
  /**
22
22
  * The active color.
23
+ * It supports both default and custom theme colors, which can be added as shown in the
24
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
23
25
  * @default 'standard'
24
26
  */
25
27
  color?: OverridableStringUnion<
@@ -300,6 +300,8 @@ process.env.NODE_ENV !== "production" ? PaginationItem.propTypes
300
300
 
301
301
  /**
302
302
  * The active color.
303
+ * It supports both default and custom theme colors, which can be added as shown in the
304
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
303
305
  * @default 'standard'
304
306
  */
305
307
  color: PropTypes
@@ -1,42 +1,42 @@
1
- export interface PaginationItemClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `type="page"`. */
5
- page: string;
6
- /** Styles applied to the root element if `size="small"`. */
7
- sizeSmall: string;
8
- /** Styles applied to the root element if `size="large"`. */
9
- sizeLarge: string;
10
- /** Styles applied to the root element if `variant="text"`. */
11
- text: string;
12
- /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
13
- textPrimary: string;
14
- /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
15
- textSecondary: string;
16
- /** Styles applied to the root element if `variant="outlined"`. */
17
- outlined: string;
18
- /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
19
- outlinedPrimary: string;
20
- /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
21
- outlinedSecondary: string;
22
- /** Styles applied to the root element if `rounded="true"`. */
23
- rounded: string;
24
- /** Styles applied to the root element if `type="start-ellipsis"` or `type="end-ellipsis"`. */
25
- ellipsis: string;
26
- /** Styles applyed to the root element if `type="first"` or type="last". */
27
- firstLast: string;
28
- /** Styles applyed to the root element if `type="previous"` or type="next". */
29
- previousNext: string;
30
- /** State class applied to the root element if keyboard focused. */
31
- focusVisible: string;
32
- /** State class applied to the root element if `disabled={true}`. */
33
- disabled: string;
34
- /** State class applied to the root element if `selected={true}`. */
35
- selected: string;
36
- /** Styles applied to the icon to display. */
37
- icon: string;
38
- }
39
- export declare type PaginationItemClassKey = keyof PaginationItemClasses;
40
- export declare function getPaginationItemUtilityClass(slot: string): string;
41
- declare const paginationItemClasses: PaginationItemClasses;
42
- export default paginationItemClasses;
1
+ export interface PaginationItemClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `type="page"`. */
5
+ page: string;
6
+ /** Styles applied to the root element if `size="small"`. */
7
+ sizeSmall: string;
8
+ /** Styles applied to the root element if `size="large"`. */
9
+ sizeLarge: string;
10
+ /** Styles applied to the root element if `variant="text"`. */
11
+ text: string;
12
+ /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
13
+ textPrimary: string;
14
+ /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
15
+ textSecondary: string;
16
+ /** Styles applied to the root element if `variant="outlined"`. */
17
+ outlined: string;
18
+ /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
19
+ outlinedPrimary: string;
20
+ /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
21
+ outlinedSecondary: string;
22
+ /** Styles applied to the root element if `rounded="true"`. */
23
+ rounded: string;
24
+ /** Styles applied to the root element if `type="start-ellipsis"` or `type="end-ellipsis"`. */
25
+ ellipsis: string;
26
+ /** Styles applyed to the root element if `type="first"` or type="last". */
27
+ firstLast: string;
28
+ /** Styles applyed to the root element if `type="previous"` or type="next". */
29
+ previousNext: string;
30
+ /** State class applied to the root element if keyboard focused. */
31
+ focusVisible: string;
32
+ /** State class applied to the root element if `disabled={true}`. */
33
+ disabled: string;
34
+ /** State class applied to the root element if `selected={true}`. */
35
+ selected: string;
36
+ /** Styles applied to the icon to display. */
37
+ icon: string;
38
+ }
39
+ export declare type PaginationItemClassKey = keyof PaginationItemClasses;
40
+ export declare function getPaginationItemUtilityClass(slot: string): string;
41
+ declare const paginationItemClasses: PaginationItemClasses;
42
+ export default paginationItemClasses;
@@ -1,39 +1,39 @@
1
- export interface PaperClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element unless `square={true}`. */
5
- rounded: string;
6
- /** Styles applied to the root element if `variant="outlined"`. */
7
- outlined: string;
8
- /** Styles applied to the root element if `variant="elevation"`. */
9
- elevation: string;
10
- elevation0: string;
11
- elevation1: string;
12
- elevation2: string;
13
- elevation3: string;
14
- elevation4: string;
15
- elevation5: string;
16
- elevation6: string;
17
- elevation7: string;
18
- elevation8: string;
19
- elevation9: string;
20
- elevation10: string;
21
- elevation11: string;
22
- elevation12: string;
23
- elevation13: string;
24
- elevation14: string;
25
- elevation15: string;
26
- elevation16: string;
27
- elevation17: string;
28
- elevation18: string;
29
- elevation19: string;
30
- elevation20: string;
31
- elevation21: string;
32
- elevation22: string;
33
- elevation23: string;
34
- elevation24: string;
35
- }
36
- export declare type PaperClassKey = keyof PaperClasses;
37
- export declare function getPaperUtilityClass(slot: string): string;
38
- declare const paperClasses: PaperClasses;
39
- export default paperClasses;
1
+ export interface PaperClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element unless `square={true}`. */
5
+ rounded: string;
6
+ /** Styles applied to the root element if `variant="outlined"`. */
7
+ outlined: string;
8
+ /** Styles applied to the root element if `variant="elevation"`. */
9
+ elevation: string;
10
+ elevation0: string;
11
+ elevation1: string;
12
+ elevation2: string;
13
+ elevation3: string;
14
+ elevation4: string;
15
+ elevation5: string;
16
+ elevation6: string;
17
+ elevation7: string;
18
+ elevation8: string;
19
+ elevation9: string;
20
+ elevation10: string;
21
+ elevation11: string;
22
+ elevation12: string;
23
+ elevation13: string;
24
+ elevation14: string;
25
+ elevation15: string;
26
+ elevation16: string;
27
+ elevation17: string;
28
+ elevation18: string;
29
+ elevation19: string;
30
+ elevation20: string;
31
+ elevation21: string;
32
+ elevation22: string;
33
+ elevation23: string;
34
+ elevation24: string;
35
+ }
36
+ export declare type PaperClassKey = keyof PaperClasses;
37
+ export declare function getPaperUtilityClass(slot: string): string;
38
+ declare const paperClasses: PaperClasses;
39
+ export default paperClasses;
@@ -1,10 +1,10 @@
1
- export interface PopoverClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the Paper component. */
5
- paper: string;
6
- }
7
- export declare type PopoverClassKey = keyof PopoverClasses;
8
- export declare function getPopoverUtilityClass(slot: string): string;
9
- declare const popoverClasses: PopoverClasses;
10
- export default popoverClasses;
1
+ export interface PopoverClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the Paper component. */
5
+ paper: string;
6
+ }
7
+ export declare type PopoverClassKey = keyof PopoverClasses;
8
+ export declare function getPopoverUtilityClass(slot: string): string;
9
+ declare const popoverClasses: PopoverClasses;
10
+ export default popoverClasses;
@@ -1,17 +1,29 @@
1
- import * as React from 'react';
2
- import { PopperUnstyledProps } from '@mui/base/PopperUnstyled';
3
- export declare type PopperProps = Omit<PopperUnstyledProps, 'direction'>;
4
- /**
5
- *
6
- * Demos:
7
- *
8
- * - [Autocomplete](https://mui.com/components/autocomplete/)
9
- * - [Menus](https://mui.com/components/menus/)
10
- * - [Popper](https://mui.com/components/popper/)
11
- *
12
- * API:
13
- *
14
- * - [Popper API](https://mui.com/api/popper/)
15
- */
16
- declare const Popper: React.ForwardRefExoticComponent<Pick<PopperProps, "hidden" | "color" | "style" | "open" | "translate" | "transition" | "slot" | "title" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "placement" | "anchorEl" | "container" | "disablePortal" | "keepMounted" | "modifiers" | "popperOptions" | "popperRef"> & React.RefAttributes<HTMLDivElement>>;
17
- export default Popper;
1
+ import { PopperUnstyledProps } from '@mui/base/PopperUnstyled';
2
+ import { SxProps } from '@mui/system';
3
+ import * as React from 'react';
4
+ import { Theme } from '../styles';
5
+ export declare type PopperProps = Omit<PopperUnstyledProps, 'direction'> & {
6
+ /**
7
+ * The system prop that allows defining system overrides as well as additional CSS styles.
8
+ */
9
+ sx?: SxProps<Theme>;
10
+ };
11
+ /**
12
+ *
13
+ * Demos:
14
+ *
15
+ * - [Autocomplete](https://mui.com/components/autocomplete/)
16
+ * - [Menus](https://mui.com/components/menus/)
17
+ * - [Popper](https://mui.com/components/popper/)
18
+ *
19
+ * API:
20
+ *
21
+ * - [Popper API](https://mui.com/api/popper/)
22
+ */
23
+ declare const Popper: React.ForwardRefExoticComponent<Pick<Omit<PopperUnstyledProps, "direction"> & {
24
+ /**
25
+ * The system prop that allows defining system overrides as well as additional CSS styles.
26
+ */
27
+ sx?: SxProps<Theme> | undefined;
28
+ }, "hidden" | "color" | "style" | "open" | "translate" | "transition" | "slot" | "title" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "placement" | "anchorEl" | "container" | "disablePortal" | "keepMounted" | "modifiers" | "popperOptions" | "popperRef"> & React.RefAttributes<HTMLDivElement>>;
29
+ export default Popper;
package/Popper/Popper.js CHANGED
@@ -1,12 +1,16 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
- import * as React from 'react';
3
- import PropTypes from 'prop-types';
4
2
  import PopperUnstyled from '@mui/base/PopperUnstyled';
5
- import { HTMLElementType, refType } from '@mui/utils';
6
3
  import { useThemeWithoutDefault as useTheme } from '@mui/system';
7
- import useThemeProps from '../styles/useThemeProps';
4
+ import { HTMLElementType, refType } from '@mui/utils';
5
+ import PropTypes from 'prop-types';
6
+ import * as React from 'react';
7
+ import { styled, useThemeProps } from '../styles';
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
-
9
+ const PopperRoot = styled(PopperUnstyled, {
10
+ name: 'MuiPopper',
11
+ slot: 'Root',
12
+ overridesResolver: (props, styles) => styles.root
13
+ })({});
10
14
  /**
11
15
  *
12
16
  * Demos:
@@ -19,13 +23,14 @@ import { jsx as _jsx } from "react/jsx-runtime";
19
23
  *
20
24
  * - [Popper API](https://mui.com/api/popper/)
21
25
  */
26
+
22
27
  const Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) {
23
28
  const theme = useTheme();
24
29
  const props = useThemeProps({
25
30
  props: inProps,
26
31
  name: 'MuiPopper'
27
32
  });
28
- return /*#__PURE__*/_jsx(PopperUnstyled, _extends({
33
+ return /*#__PURE__*/_jsx(PopperRoot, _extends({
29
34
  direction: theme == null ? void 0 : theme.direction
30
35
  }, props, {
31
36
  ref: ref
@@ -129,6 +134,11 @@ process.env.NODE_ENV !== "production" ? Popper.propTypes
129
134
  */
130
135
  popperRef: refType,
131
136
 
137
+ /**
138
+ * The system prop that allows defining system overrides as well as additional CSS styles.
139
+ */
140
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
141
+
132
142
  /**
133
143
  * Help supporting a react-transition-group/Transition component.
134
144
  * @default false
package/Radio/Radio.d.ts CHANGED
@@ -21,7 +21,9 @@ export interface RadioProps
21
21
  */
22
22
  classes?: Partial<RadioClasses>;
23
23
  /**
24
- * The color of the component. It supports those theme colors that make sense for this component.
24
+ * The color of the component.
25
+ * It supports both default and custom theme colors, which can be added as shown in the
26
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
25
27
  * @default 'primary'
26
28
  */
27
29
  color?: OverridableStringUnion<
package/Radio/Radio.js CHANGED
@@ -155,7 +155,9 @@ process.env.NODE_ENV !== "production" ? Radio.propTypes
155
155
  classes: PropTypes.object,
156
156
 
157
157
  /**
158
- * The color of the component. It supports those theme colors that make sense for this component.
158
+ * The color of the component.
159
+ * It supports both default and custom theme colors, which can be added as shown in the
160
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
159
161
  * @default 'primary'
160
162
  */
161
163
  color: PropTypes
@@ -1,16 +1,16 @@
1
- export interface RadioClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `checked={true}`. */
5
- checked: string;
6
- /** State class applied to the root element if `disabled={true}`. */
7
- disabled: string;
8
- /** Styles applied to the root element if `color="primary"`. */
9
- colorPrimary: string;
10
- /** Styles applied to the root element if `color="secondary"`. */
11
- colorSecondary: string;
12
- }
13
- export declare type RadioClassKey = keyof RadioClasses;
14
- export declare function getRadioUtilityClass(slot: string): string;
15
- declare const radioClasses: RadioClasses;
16
- export default radioClasses;
1
+ export interface RadioClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `checked={true}`. */
5
+ checked: string;
6
+ /** State class applied to the root element if `disabled={true}`. */
7
+ disabled: string;
8
+ /** Styles applied to the root element if `color="primary"`. */
9
+ colorPrimary: string;
10
+ /** Styles applied to the root element if `color="secondary"`. */
11
+ colorSecondary: string;
12
+ }
13
+ export declare type RadioClassKey = keyof RadioClasses;
14
+ export declare function getRadioUtilityClass(slot: string): string;
15
+ declare const radioClasses: RadioClasses;
16
+ export default radioClasses;
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- export interface RadioGroupContextValue {
3
- name: string | undefined;
4
- onChange: (event: React.ChangeEvent<HTMLInputElement>, value: string) => void;
5
- value: any;
6
- }
7
- /**
8
- * @ignore - internal component.
9
- */
10
- declare const RadioGroupContext: React.Context<RadioGroupContextValue | undefined>;
11
- export default RadioGroupContext;
1
+ import * as React from 'react';
2
+ export interface RadioGroupContextValue {
3
+ name: string | undefined;
4
+ onChange: (event: React.ChangeEvent<HTMLInputElement>, value: string) => void;
5
+ value: any;
6
+ }
7
+ /**
8
+ * @ignore - internal component.
9
+ */
10
+ declare const RadioGroupContext: React.Context<RadioGroupContextValue | undefined>;
11
+ export default RadioGroupContext;
@@ -1,4 +1,4 @@
1
- import { RadioGroupContextValue } from './RadioGroupContext';
2
- export interface RadioGroupState extends RadioGroupContextValue {
3
- }
4
- export default function useRadioGroup(): RadioGroupState | undefined;
1
+ import { RadioGroupContextValue } from './RadioGroupContext';
2
+ export interface RadioGroupState extends RadioGroupContextValue {
3
+ }
4
+ export default function useRadioGroup(): RadioGroupState | undefined;