@mui/material 5.9.1 → 5.10.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 (250) 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/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  9. package/Avatar/avatarClasses.d.ts +20 -20
  10. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  11. package/Backdrop/backdropClasses.d.ts +10 -10
  12. package/Badge/Badge.js +1 -1
  13. package/Badge/badgeClasses.d.ts +56 -56
  14. package/BottomNavigation/BottomNavigation.js +0 -0
  15. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  16. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  17. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  18. package/Button/Button.js +8 -3
  19. package/Button/buttonClasses.d.ts +100 -100
  20. package/ButtonBase/TouchRipple.js +1 -1
  21. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  22. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  23. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  24. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  25. package/CHANGELOG.md +200 -9
  26. package/Card/cardClasses.d.ts +8 -8
  27. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  28. package/CardActions/cardActionsClasses.d.ts +10 -10
  29. package/CardContent/cardContentClasses.d.ts +8 -8
  30. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  31. package/CardMedia/cardMediaClasses.d.ts +12 -12
  32. package/Checkbox/checkboxClasses.d.ts +18 -18
  33. package/Chip/Chip.js +5 -7
  34. package/Chip/chipClasses.d.ts +88 -80
  35. package/Chip/chipClasses.js +1 -1
  36. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  37. package/ClickAwayListener/index.d.ts +2 -2
  38. package/Collapse/collapseClasses.d.ts +18 -18
  39. package/Container/containerClasses.d.ts +6 -6
  40. package/Dialog/Dialog.js +2 -1
  41. package/Dialog/DialogContext.d.ts +6 -6
  42. package/Dialog/dialogClasses.d.ts +36 -36
  43. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  44. package/DialogContent/dialogContentClasses.d.ts +10 -10
  45. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  46. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  47. package/Divider/dividerClasses.d.ts +34 -34
  48. package/Drawer/drawerClasses.d.ts +30 -30
  49. package/Fab/fabClasses.d.ts +26 -26
  50. package/FilledInput/filledInputClasses.d.ts +40 -40
  51. package/FormControl/formControlClasses.d.ts +14 -14
  52. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  53. package/FormGroup/formGroupClasses.d.ts +12 -12
  54. package/FormHelperText/FormHelperText.d.ts +7 -1
  55. package/FormHelperText/FormHelperText.js +3 -1
  56. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  57. package/FormLabel/formLabelClasses.d.ts +22 -22
  58. package/Grid/Grid.d.ts +1 -1
  59. package/Grid/Grid.js +71 -4
  60. package/Grid/gridClasses.d.ts +48 -48
  61. package/Icon/iconClasses.d.ts +24 -24
  62. package/IconButton/iconButtonClasses.d.ts +26 -26
  63. package/ImageList/imageListClasses.d.ts +16 -16
  64. package/ImageListItem/ImageListItem.js +4 -4
  65. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  66. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  67. package/Input/inputClasses.d.ts +34 -34
  68. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  69. package/InputBase/InputBase.js +3 -2
  70. package/InputBase/inputBaseClasses.d.ts +46 -44
  71. package/InputBase/inputBaseClasses.js +1 -1
  72. package/InputLabel/inputLabelClasses.d.ts +32 -32
  73. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  74. package/Link/getTextDecoration.d.ts +15 -15
  75. package/Link/linkClasses.d.ts +18 -18
  76. package/List/listClasses.d.ts +14 -14
  77. package/ListItem/listItemClasses.d.ts +30 -30
  78. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  79. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  80. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  81. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  82. package/ListItemText/listItemTextClasses.d.ts +18 -18
  83. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  84. package/Menu/menuClasses.d.ts +12 -12
  85. package/MenuItem/menuItemClasses.d.ts +20 -20
  86. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  87. package/Modal/Modal.d.ts +2 -1
  88. package/Modal/Modal.js +2 -1
  89. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  90. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  91. package/OverridableComponent.d.ts +4 -0
  92. package/Pagination/paginationClasses.d.ts +14 -14
  93. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  94. package/Paper/paperClasses.d.ts +39 -39
  95. package/Popover/popoverClasses.d.ts +10 -10
  96. package/Popper/Popper.d.ts +24 -24
  97. package/Popper/Popper.js +24 -0
  98. package/README.md +5 -4
  99. package/Radio/radioClasses.d.ts +16 -16
  100. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  101. package/RadioGroup/useRadioGroup.d.ts +4 -4
  102. package/Rating/ratingClasses.d.ts +40 -40
  103. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  104. package/Select/SelectInput.js +1 -1
  105. package/Select/selectClasses.d.ts +30 -30
  106. package/Skeleton/Skeleton.d.ts +1 -1
  107. package/Skeleton/Skeleton.js +3 -1
  108. package/Skeleton/skeletonClasses.d.ts +26 -24
  109. package/Skeleton/skeletonClasses.js +1 -1
  110. package/Snackbar/snackbarClasses.d.ts +20 -20
  111. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  112. package/SpeedDial/speedDialClasses.d.ts +22 -22
  113. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  114. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  115. package/Stack/Stack.js +15 -2
  116. package/Step/StepContext.d.ts +20 -20
  117. package/Step/stepClasses.d.ts +16 -16
  118. package/StepButton/stepButtonClasses.d.ts +14 -14
  119. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  120. package/StepContent/stepContentClasses.d.ts +12 -12
  121. package/StepIcon/stepIconClasses.d.ts +16 -16
  122. package/StepLabel/StepLabel.js +1 -1
  123. package/StepLabel/stepLabelClasses.d.ts +28 -28
  124. package/Stepper/StepperContext.d.ts +18 -18
  125. package/Stepper/stepperClasses.d.ts +14 -14
  126. package/SvgIcon/svgIconClasses.d.ts +24 -24
  127. package/Switch/switchClasses.d.ts +32 -32
  128. package/Tab/tabClasses.d.ts +26 -26
  129. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  130. package/Table/tableClasses.d.ts +10 -10
  131. package/TableBody/tableBodyClasses.d.ts +8 -8
  132. package/TableCell/TableCell.d.ts +4 -1
  133. package/TableCell/TableCell.js +3 -1
  134. package/TableCell/tableCellClasses.d.ts +32 -32
  135. package/TableContainer/tableContainerClasses.d.ts +8 -8
  136. package/TableFooter/tableFooterClasses.d.ts +8 -8
  137. package/TableHead/tableHeadClasses.d.ts +8 -8
  138. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  139. package/TableRow/tableRowClasses.d.ts +16 -16
  140. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  141. package/Tabs/Tabs.d.ts +7 -1
  142. package/Tabs/Tabs.js +3 -1
  143. package/Tabs/tabsClasses.d.ts +32 -32
  144. package/TextField/textFieldClasses.d.ts +8 -8
  145. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  146. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  147. package/Toolbar/toolbarClasses.d.ts +14 -14
  148. package/Tooltip/Tooltip.js +6 -7
  149. package/Tooltip/tooltipClasses.d.ts +30 -30
  150. package/Typography/typographyClasses.d.ts +50 -50
  151. package/Unstable_Grid2/Grid2.d.ts +4 -4
  152. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  153. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  154. package/Unstable_Grid2/index.d.ts +4 -4
  155. package/className/index.d.ts +1 -1
  156. package/darkScrollbar/index.d.ts +28 -28
  157. package/index.js +1 -1
  158. package/internal/switchBaseClasses.d.ts +12 -12
  159. package/legacy/Badge/Badge.js +1 -1
  160. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  161. package/legacy/Button/Button.js +4 -2
  162. package/legacy/ButtonBase/TouchRipple.js +1 -1
  163. package/legacy/Chip/Chip.js +4 -6
  164. package/legacy/Chip/chipClasses.js +1 -1
  165. package/legacy/Dialog/Dialog.js +2 -1
  166. package/legacy/FormHelperText/FormHelperText.js +3 -1
  167. package/legacy/Grid/Grid.js +76 -12
  168. package/legacy/ImageListItem/ImageListItem.js +4 -4
  169. package/legacy/InputBase/InputBase.js +3 -2
  170. package/legacy/InputBase/inputBaseClasses.js +1 -1
  171. package/legacy/Modal/Modal.js +2 -1
  172. package/legacy/Popper/Popper.js +24 -0
  173. package/legacy/Select/SelectInput.js +1 -1
  174. package/legacy/Skeleton/Skeleton.js +3 -1
  175. package/legacy/Skeleton/skeletonClasses.js +1 -1
  176. package/legacy/Stack/Stack.js +15 -2
  177. package/legacy/StepLabel/StepLabel.js +1 -1
  178. package/legacy/TableCell/TableCell.js +3 -1
  179. package/legacy/Tabs/Tabs.js +3 -1
  180. package/legacy/Tooltip/Tooltip.js +6 -7
  181. package/legacy/index.js +1 -1
  182. package/legacy/styles/createTheme.js +5 -0
  183. package/legacy/useScrollTrigger/useScrollTrigger.js +6 -2
  184. package/locale/index.d.ts +71 -71
  185. package/modern/Badge/Badge.js +1 -1
  186. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  187. package/modern/Button/Button.js +8 -3
  188. package/modern/ButtonBase/TouchRipple.js +1 -1
  189. package/modern/Chip/Chip.js +5 -7
  190. package/modern/Chip/chipClasses.js +1 -1
  191. package/modern/Dialog/Dialog.js +2 -1
  192. package/modern/FormHelperText/FormHelperText.js +3 -1
  193. package/modern/Grid/Grid.js +67 -4
  194. package/modern/ImageListItem/ImageListItem.js +4 -4
  195. package/modern/InputBase/InputBase.js +3 -2
  196. package/modern/InputBase/inputBaseClasses.js +1 -1
  197. package/modern/Modal/Modal.js +2 -1
  198. package/modern/Popper/Popper.js +24 -0
  199. package/modern/Select/SelectInput.js +1 -1
  200. package/modern/Skeleton/Skeleton.js +3 -1
  201. package/modern/Skeleton/skeletonClasses.js +1 -1
  202. package/modern/Stack/Stack.js +15 -2
  203. package/modern/StepLabel/StepLabel.js +1 -1
  204. package/modern/TableCell/TableCell.js +3 -1
  205. package/modern/Tabs/Tabs.js +3 -1
  206. package/modern/Tooltip/Tooltip.js +6 -7
  207. package/modern/index.js +1 -1
  208. package/modern/styles/createTheme.js +6 -0
  209. package/modern/useScrollTrigger/useScrollTrigger.js +6 -2
  210. package/node/Badge/Badge.js +1 -1
  211. package/node/BottomNavigation/BottomNavigation.js +0 -0
  212. package/node/Button/Button.js +10 -3
  213. package/node/ButtonBase/TouchRipple.js +1 -1
  214. package/node/Chip/Chip.js +5 -7
  215. package/node/Chip/chipClasses.js +1 -1
  216. package/node/Dialog/Dialog.js +2 -1
  217. package/node/FormHelperText/FormHelperText.js +3 -1
  218. package/node/Grid/Grid.js +71 -4
  219. package/node/ImageListItem/ImageListItem.js +4 -4
  220. package/node/InputBase/InputBase.js +3 -2
  221. package/node/InputBase/inputBaseClasses.js +1 -1
  222. package/node/Modal/Modal.js +2 -1
  223. package/node/Popper/Popper.js +24 -0
  224. package/node/Select/SelectInput.js +1 -1
  225. package/node/Skeleton/Skeleton.js +3 -1
  226. package/node/Skeleton/skeletonClasses.js +1 -1
  227. package/node/Stack/Stack.js +14 -1
  228. package/node/StepLabel/StepLabel.js +1 -1
  229. package/node/TableCell/TableCell.js +3 -1
  230. package/node/Tabs/Tabs.js +3 -1
  231. package/node/Tooltip/Tooltip.js +6 -7
  232. package/node/index.js +1 -1
  233. package/node/styles/createTheme.js +6 -0
  234. package/node/useScrollTrigger/useScrollTrigger.js +6 -2
  235. package/package.json +6 -6
  236. package/styles/CssVarsProvider.d.ts +14 -14
  237. package/styles/createTheme.js +6 -0
  238. package/transitions/index.d.ts +1 -1
  239. package/transitions/transition.d.ts +13 -13
  240. package/transitions/utils.d.ts +23 -23
  241. package/umd/material-ui.development.js +288 -74
  242. package/umd/material-ui.production.min.js +20 -20
  243. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  244. package/useScrollTrigger/useScrollTrigger.js +6 -2
  245. package/useTouchRipple/index.d.ts +1 -1
  246. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  247. package/utils/getScrollbarSize.d.ts +2 -2
  248. package/utils/ownerDocument.d.ts +2 -2
  249. package/utils/ownerWindow.d.ts +2 -2
  250. package/utils/setRef.d.ts +2 -2
@@ -1,32 +1,32 @@
1
- export interface TabsClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `orientation="vertical"`. */
5
- vertical: string;
6
- /** Styles applied to the flex container element. */
7
- flexContainer: string;
8
- /** Styles applied to the flex container element if `orientation="vertical"`. */
9
- flexContainerVertical: string;
10
- /** Styles applied to the flex container element if `centered={true}` & `!variant="scrollable"`. */
11
- centered: string;
12
- /** Styles applied to the tablist element. */
13
- scroller: string;
14
- /** Styles applied to the tablist element if `!variant="scrollable"`. */
15
- fixed: string;
16
- /** Styles applied to the tablist element if `variant="scrollable"` and `orientation="horizontal"`. */
17
- scrollableX: string;
18
- /** Styles applied to the tablist element if `variant="scrollable"` and `orientation="vertical"`. */
19
- scrollableY: string;
20
- /** Styles applied to the tablist element if `variant="scrollable"` and `visibleScrollbar={false}`. */
21
- hideScrollbar: string;
22
- /** Styles applied to the ScrollButtonComponent component. */
23
- scrollButtons: string;
24
- /** Styles applied to the ScrollButtonComponent component if `allowScrollButtonsMobile={true}`. */
25
- scrollButtonsHideMobile: string;
26
- /** Styles applied to the TabIndicator component. */
27
- indicator: string;
28
- }
29
- export declare type TabsClassKey = keyof TabsClasses;
30
- export declare function getTabsUtilityClass(slot: string): string;
31
- declare const tabsClasses: TabsClasses;
32
- export default tabsClasses;
1
+ export interface TabsClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `orientation="vertical"`. */
5
+ vertical: string;
6
+ /** Styles applied to the flex container element. */
7
+ flexContainer: string;
8
+ /** Styles applied to the flex container element if `orientation="vertical"`. */
9
+ flexContainerVertical: string;
10
+ /** Styles applied to the flex container element if `centered={true}` & `!variant="scrollable"`. */
11
+ centered: string;
12
+ /** Styles applied to the tablist element. */
13
+ scroller: string;
14
+ /** Styles applied to the tablist element if `!variant="scrollable"`. */
15
+ fixed: string;
16
+ /** Styles applied to the tablist element if `variant="scrollable"` and `orientation="horizontal"`. */
17
+ scrollableX: string;
18
+ /** Styles applied to the tablist element if `variant="scrollable"` and `orientation="vertical"`. */
19
+ scrollableY: string;
20
+ /** Styles applied to the tablist element if `variant="scrollable"` and `visibleScrollbar={false}`. */
21
+ hideScrollbar: string;
22
+ /** Styles applied to the ScrollButtonComponent component. */
23
+ scrollButtons: string;
24
+ /** Styles applied to the ScrollButtonComponent component if `allowScrollButtonsMobile={true}`. */
25
+ scrollButtonsHideMobile: string;
26
+ /** Styles applied to the TabIndicator component. */
27
+ indicator: string;
28
+ }
29
+ export declare type TabsClassKey = keyof TabsClasses;
30
+ export declare function getTabsUtilityClass(slot: string): string;
31
+ declare const tabsClasses: TabsClasses;
32
+ export default tabsClasses;
@@ -1,8 +1,8 @@
1
- export interface TextFieldClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export declare type TextFieldClassKey = keyof TextFieldClasses;
6
- export declare function getTextFieldUtilityClass(slot: string): string;
7
- declare const textFieldClasses: TextFieldClasses;
8
- export default textFieldClasses;
1
+ export interface TextFieldClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export declare type TextFieldClassKey = keyof TextFieldClasses;
6
+ export declare function getTextFieldUtilityClass(slot: string): string;
7
+ declare const textFieldClasses: TextFieldClasses;
8
+ export default textFieldClasses;
@@ -1,24 +1,24 @@
1
- export interface ToggleButtonClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `disabled={true}`. */
5
- disabled: string;
6
- /** State class applied to the root element if `selected={true}`. */
7
- selected: string;
8
- /** State class applied to the root element if `color="standard"`. */
9
- standard: string;
10
- /** State class applied to the root element if `color="primary"`. */
11
- primary: string;
12
- /** State class applied to the root element if `color="secondary"`. */
13
- secondary: string;
14
- /** Styles applied to the root element if `size="small"`. */
15
- sizeSmall: string;
16
- /** Styles applied to the root element if `size="medium"`. */
17
- sizeMedium: string;
18
- /** Styles applied to the root element if `size="large"`. */
19
- sizeLarge: string;
20
- }
21
- export declare type ToggleButtonClassKey = keyof ToggleButtonClasses;
22
- export declare function getToggleButtonUtilityClass(slot: string): string;
23
- declare const toggleButtonClasses: ToggleButtonClasses;
24
- export default toggleButtonClasses;
1
+ export interface ToggleButtonClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `disabled={true}`. */
5
+ disabled: string;
6
+ /** State class applied to the root element if `selected={true}`. */
7
+ selected: string;
8
+ /** State class applied to the root element if `color="standard"`. */
9
+ standard: string;
10
+ /** State class applied to the root element if `color="primary"`. */
11
+ primary: string;
12
+ /** State class applied to the root element if `color="secondary"`. */
13
+ secondary: string;
14
+ /** Styles applied to the root element if `size="small"`. */
15
+ sizeSmall: string;
16
+ /** Styles applied to the root element if `size="medium"`. */
17
+ sizeMedium: string;
18
+ /** Styles applied to the root element if `size="large"`. */
19
+ sizeLarge: string;
20
+ }
21
+ export declare type ToggleButtonClassKey = keyof ToggleButtonClasses;
22
+ export declare function getToggleButtonUtilityClass(slot: string): string;
23
+ declare const toggleButtonClasses: ToggleButtonClasses;
24
+ export default toggleButtonClasses;
@@ -1,18 +1,18 @@
1
- export interface ToggleButtonGroupClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `orientation="vertical"`. */
5
- vertical: string;
6
- /** State class applied to the root element if `disabled={true}`. */
7
- disabled: string;
8
- /** Styles applied to the children. */
9
- grouped: string;
10
- /** Styles applied to the children if `orientation="horizontal"`. */
11
- groupedHorizontal: string;
12
- /** Styles applied to the children if `orientation="vertical"`. */
13
- groupedVertical: string;
14
- }
15
- export declare type ToggleButtonGroupClassKey = keyof ToggleButtonGroupClasses;
16
- export declare function getToggleButtonGroupUtilityClass(slot: string): string;
17
- declare const toggleButtonGroupClasses: ToggleButtonGroupClasses;
18
- export default toggleButtonGroupClasses;
1
+ export interface ToggleButtonGroupClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `orientation="vertical"`. */
5
+ vertical: string;
6
+ /** State class applied to the root element if `disabled={true}`. */
7
+ disabled: string;
8
+ /** Styles applied to the children. */
9
+ grouped: string;
10
+ /** Styles applied to the children if `orientation="horizontal"`. */
11
+ groupedHorizontal: string;
12
+ /** Styles applied to the children if `orientation="vertical"`. */
13
+ groupedVertical: string;
14
+ }
15
+ export declare type ToggleButtonGroupClassKey = keyof ToggleButtonGroupClasses;
16
+ export declare function getToggleButtonGroupUtilityClass(slot: string): string;
17
+ declare const toggleButtonGroupClasses: ToggleButtonGroupClasses;
18
+ export default toggleButtonGroupClasses;
@@ -1,14 +1,14 @@
1
- export interface ToolbarClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element unless `disableGutters={true}`. */
5
- gutters: string;
6
- /** Styles applied to the root element if `variant="regular"`. */
7
- regular: string;
8
- /** Styles applied to the root element if `variant="dense"`. */
9
- dense: string;
10
- }
11
- export declare type ToolbarClassKey = keyof ToolbarClasses;
12
- export declare function getToolbarUtilityClass(slot: string): string;
13
- declare const toolbarClasses: ToolbarClasses;
14
- export default toolbarClasses;
1
+ export interface ToolbarClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element unless `disableGutters={true}`. */
5
+ gutters: string;
6
+ /** Styles applied to the root element if `variant="regular"`. */
7
+ regular: string;
8
+ /** Styles applied to the root element if `variant="dense"`. */
9
+ dense: string;
10
+ }
11
+ export declare type ToolbarClassKey = keyof ToolbarClasses;
12
+ export declare function getToolbarUtilityClass(slot: string): string;
13
+ declare const toolbarClasses: ToolbarClasses;
14
+ export default toolbarClasses;
@@ -185,7 +185,7 @@ const TooltipArrow = styled('span', {
185
185
  /* = width / sqrt(2) = (length of the hypotenuse) */
186
186
  ,
187
187
  boxSizing: 'border-box',
188
- color: theme.vars ? `rgba(${theme.vars.palette.grey.darkChannel} / 0.9)` : alpha(theme.palette.grey[700], 0.9),
188
+ color: theme.vars ? theme.vars.palette.Tooltip.bg : alpha(theme.palette.grey[700], 0.9),
189
189
  '&::before': {
190
190
  content: '""',
191
191
  margin: 'auto',
@@ -338,15 +338,12 @@ const Tooltip = /*#__PURE__*/React.forwardRef(function Tooltip(inProps, ref) {
338
338
  const handleEnter = event => {
339
339
  if (ignoreNonTouchEvents.current && event.type !== 'touchstart') {
340
340
  return;
341
- } // Workaround for https://github.com/facebook/react/issues/7769
342
-
343
-
344
- if (!childNode) {
345
- setChildNode(event.currentTarget);
346
341
  } // Remove the title ahead of time.
347
342
  // We don't want to wait for the next render commit.
348
343
  // We would risk displaying two tooltips at the same time (native + this one).
349
- else {
344
+
345
+
346
+ if (childNode) {
350
347
  childNode.removeAttribute('title');
351
348
  }
352
349
 
@@ -391,6 +388,8 @@ const Tooltip = /*#__PURE__*/React.forwardRef(function Tooltip(inProps, ref) {
391
388
 
392
389
  const handleFocus = event => {
393
390
  // Workaround for https://github.com/facebook/react/issues/7769
391
+ // The autoFocus of React might trigger the event before the componentDidMount.
392
+ // We need to account for this eventuality.
394
393
  if (!childNode) {
395
394
  setChildNode(event.currentTarget);
396
395
  }
@@ -1,30 +1,30 @@
1
- export interface TooltipClasses {
2
- /** Styles applied to the Popper component. */
3
- popper: string;
4
- /** Styles applied to the Popper component unless `disableInteractive={true}`. */
5
- popperInteractive: string;
6
- /** Styles applied to the Popper component if `arrow={true}`. */
7
- popperArrow: string;
8
- /** Styles applied to the Popper component unless the tooltip is open. */
9
- popperClose: string;
10
- /** Styles applied to the tooltip (label wrapper) element. */
11
- tooltip: string;
12
- /** Styles applied to the tooltip (label wrapper) element if `arrow={true}`. */
13
- tooltipArrow: string;
14
- /** Styles applied to the arrow element. */
15
- arrow: string;
16
- /** Styles applied to the tooltip (label wrapper) element if the tooltip is opened by touch. */
17
- touch: string;
18
- /** Styles applied to the tooltip (label wrapper) element if `placement` contains "left". */
19
- tooltipPlacementLeft: string;
20
- /** Styles applied to the tooltip (label wrapper) element if `placement` contains "right". */
21
- tooltipPlacementRight: string;
22
- /** Styles applied to the tooltip (label wrapper) element if `placement` contains "top". */
23
- tooltipPlacementTop: string;
24
- /** Styles applied to the tooltip (label wrapper) element if `placement` contains "bottom". */
25
- tooltipPlacementBottom: string;
26
- }
27
- export declare type TooltipClassKey = keyof TooltipClasses;
28
- export declare function getTooltipUtilityClass(slot: string): string;
29
- declare const tooltipClasses: TooltipClasses;
30
- export default tooltipClasses;
1
+ export interface TooltipClasses {
2
+ /** Styles applied to the Popper component. */
3
+ popper: string;
4
+ /** Styles applied to the Popper component unless `disableInteractive={true}`. */
5
+ popperInteractive: string;
6
+ /** Styles applied to the Popper component if `arrow={true}`. */
7
+ popperArrow: string;
8
+ /** Styles applied to the Popper component unless the tooltip is open. */
9
+ popperClose: string;
10
+ /** Styles applied to the tooltip (label wrapper) element. */
11
+ tooltip: string;
12
+ /** Styles applied to the tooltip (label wrapper) element if `arrow={true}`. */
13
+ tooltipArrow: string;
14
+ /** Styles applied to the arrow element. */
15
+ arrow: string;
16
+ /** Styles applied to the tooltip (label wrapper) element if the tooltip is opened by touch. */
17
+ touch: string;
18
+ /** Styles applied to the tooltip (label wrapper) element if `placement` contains "left". */
19
+ tooltipPlacementLeft: string;
20
+ /** Styles applied to the tooltip (label wrapper) element if `placement` contains "right". */
21
+ tooltipPlacementRight: string;
22
+ /** Styles applied to the tooltip (label wrapper) element if `placement` contains "top". */
23
+ tooltipPlacementTop: string;
24
+ /** Styles applied to the tooltip (label wrapper) element if `placement` contains "bottom". */
25
+ tooltipPlacementBottom: string;
26
+ }
27
+ export declare type TooltipClassKey = keyof TooltipClasses;
28
+ export declare function getTooltipUtilityClass(slot: string): string;
29
+ declare const tooltipClasses: TooltipClasses;
30
+ export default tooltipClasses;
@@ -1,50 +1,50 @@
1
- export interface TypographyClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="body2"`. */
5
- body2: string;
6
- /** Styles applied to the root element if `variant="body1"`. */
7
- body1: string;
8
- /** Styles applied to the root element if `variant="caption"`. */
9
- caption: string;
10
- /** Styles applied to the root element if `variant="button"`. */
11
- button: string;
12
- /** Styles applied to the root element if `variant="h1"`. */
13
- h1: string;
14
- /** Styles applied to the root element if `variant="h2"`. */
15
- h2: string;
16
- /** Styles applied to the root element if `variant="h3"`. */
17
- h3: string;
18
- /** Styles applied to the root element if `variant="h4"`. */
19
- h4: string;
20
- /** Styles applied to the root element if `variant="h5"`. */
21
- h5: string;
22
- /** Styles applied to the root element if `variant="h6"`. */
23
- h6: string;
24
- /** Styles applied to the root element if `variant="subtitle1"`. */
25
- subtitle1: string;
26
- /** Styles applied to the root element if `variant="subtitle2"`. */
27
- subtitle2: string;
28
- /** Styles applied to the root element if `variant="overline"`. */
29
- overline: string;
30
- /** Styles applied to the root element if `variant="inherit"`. */
31
- inherit: string;
32
- /** Styles applied to the root element if `align="left"`. */
33
- alignLeft: string;
34
- /** Styles applied to the root element if `align="center"`. */
35
- alignCenter: string;
36
- /** Styles applied to the root element if `align="right"`. */
37
- alignRight: string;
38
- /** Styles applied to the root element if `align="justify"`. */
39
- alignJustify: string;
40
- /** Styles applied to the root element if `nowrap={true}`. */
41
- noWrap: string;
42
- /** Styles applied to the root element if `gutterBottom={true}`. */
43
- gutterBottom: string;
44
- /** Styles applied to the root element if `paragraph={true}`. */
45
- paragraph: string;
46
- }
47
- export declare type TypographyClassKey = keyof TypographyClasses;
48
- export declare function getTypographyUtilityClass(slot: string): string;
49
- declare const typographyClasses: TypographyClasses;
50
- export default typographyClasses;
1
+ export interface TypographyClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="body2"`. */
5
+ body2: string;
6
+ /** Styles applied to the root element if `variant="body1"`. */
7
+ body1: string;
8
+ /** Styles applied to the root element if `variant="caption"`. */
9
+ caption: string;
10
+ /** Styles applied to the root element if `variant="button"`. */
11
+ button: string;
12
+ /** Styles applied to the root element if `variant="h1"`. */
13
+ h1: string;
14
+ /** Styles applied to the root element if `variant="h2"`. */
15
+ h2: string;
16
+ /** Styles applied to the root element if `variant="h3"`. */
17
+ h3: string;
18
+ /** Styles applied to the root element if `variant="h4"`. */
19
+ h4: string;
20
+ /** Styles applied to the root element if `variant="h5"`. */
21
+ h5: string;
22
+ /** Styles applied to the root element if `variant="h6"`. */
23
+ h6: string;
24
+ /** Styles applied to the root element if `variant="subtitle1"`. */
25
+ subtitle1: string;
26
+ /** Styles applied to the root element if `variant="subtitle2"`. */
27
+ subtitle2: string;
28
+ /** Styles applied to the root element if `variant="overline"`. */
29
+ overline: string;
30
+ /** Styles applied to the root element if `variant="inherit"`. */
31
+ inherit: string;
32
+ /** Styles applied to the root element if `align="left"`. */
33
+ alignLeft: string;
34
+ /** Styles applied to the root element if `align="center"`. */
35
+ alignCenter: string;
36
+ /** Styles applied to the root element if `align="right"`. */
37
+ alignRight: string;
38
+ /** Styles applied to the root element if `align="justify"`. */
39
+ alignJustify: string;
40
+ /** Styles applied to the root element if `nowrap={true}`. */
41
+ noWrap: string;
42
+ /** Styles applied to the root element if `gutterBottom={true}`. */
43
+ gutterBottom: string;
44
+ /** Styles applied to the root element if `paragraph={true}`. */
45
+ paragraph: string;
46
+ }
47
+ export declare type TypographyClassKey = keyof TypographyClasses;
48
+ export declare function getTypographyUtilityClass(slot: string): string;
49
+ declare const typographyClasses: TypographyClasses;
50
+ export default typographyClasses;
@@ -1,4 +1,4 @@
1
- import { OverridableComponent } from '@mui/types';
2
- import { Grid2TypeMap } from './Grid2Props';
3
- declare const Grid2: OverridableComponent<Grid2TypeMap<{}, "div">>;
4
- export default Grid2;
1
+ import { OverridableComponent } from '@mui/types';
2
+ import { Grid2TypeMap } from './Grid2Props';
3
+ declare const Grid2: OverridableComponent<Grid2TypeMap<{}, "div">>;
4
+ export default Grid2;
@@ -1,15 +1,15 @@
1
- import React from 'react';
2
- import { OverrideProps } from '@mui/types';
3
- import { SxProps, SystemProps } from '@mui/system';
4
- import { GridBaseProps } from '@mui/system/Unstable_Grid';
5
- import { Theme } from '../styles';
6
- export declare type Grid2Slot = 'root';
7
- export interface Grid2TypeMap<P = {}, D extends React.ElementType = 'div'> {
8
- props: P & GridBaseProps & {
9
- sx?: SxProps<Theme>;
10
- } & SystemProps<Theme>;
11
- defaultComponent: D;
12
- }
13
- export declare type Grid2Props<D extends React.ElementType = Grid2TypeMap['defaultComponent'], P = {
14
- component?: React.ElementType;
15
- }> = OverrideProps<Grid2TypeMap<P, D>, D>;
1
+ import React from 'react';
2
+ import { OverrideProps } from '@mui/types';
3
+ import { SxProps, SystemProps } from '@mui/system';
4
+ import { GridBaseProps } from '@mui/system/Unstable_Grid';
5
+ import { Theme } from '../styles';
6
+ export declare type Grid2Slot = 'root';
7
+ export interface Grid2TypeMap<P = {}, D extends React.ElementType = 'div'> {
8
+ props: P & GridBaseProps & {
9
+ sx?: SxProps<Theme>;
10
+ } & SystemProps<Theme>;
11
+ defaultComponent: D;
12
+ }
13
+ export declare type Grid2Props<D extends React.ElementType = Grid2TypeMap['defaultComponent'], P = {
14
+ component?: React.ElementType;
15
+ }> = OverrideProps<Grid2TypeMap<P, D>, D>;
@@ -1,5 +1,5 @@
1
- import { GridClasses } from '@mui/system/Unstable_Grid';
2
- export declare type Grid2ClassKey = keyof GridClasses;
3
- export declare function getGrid2UtilityClass(slot: string): string;
4
- declare const grid2Classes: GridClasses;
5
- export default grid2Classes;
1
+ import { GridClasses } from '@mui/system/Unstable_Grid';
2
+ export declare type Grid2ClassKey = keyof GridClasses;
3
+ export declare function getGrid2UtilityClass(slot: string): string;
4
+ declare const grid2Classes: GridClasses;
5
+ export default grid2Classes;
@@ -1,4 +1,4 @@
1
- export { default } from './Grid2';
2
- export * from './Grid2Props';
3
- export { default as grid2Classes } from './grid2Classes';
4
- export * from './grid2Classes';
1
+ export { default } from './Grid2';
2
+ export * from './Grid2Props';
3
+ export { default as grid2Classes } from './grid2Classes';
4
+ export * from './grid2Classes';
@@ -1 +1 @@
1
- export { unstable_ClassNameGenerator } from '@mui/utils';
1
+ export { unstable_ClassNameGenerator } from '@mui/utils';
@@ -1,28 +1,28 @@
1
- export default function darkScrollbar(options?: {
2
- track: string;
3
- thumb: string;
4
- active: string;
5
- }): {
6
- scrollbarColor: string;
7
- '&::-webkit-scrollbar, & *::-webkit-scrollbar': {
8
- backgroundColor: string;
9
- };
10
- '&::-webkit-scrollbar-thumb, & *::-webkit-scrollbar-thumb': {
11
- borderRadius: number;
12
- backgroundColor: string;
13
- minHeight: number;
14
- border: string;
15
- };
16
- '&::-webkit-scrollbar-thumb:focus, & *::-webkit-scrollbar-thumb:focus': {
17
- backgroundColor: string;
18
- };
19
- '&::-webkit-scrollbar-thumb:active, & *::-webkit-scrollbar-thumb:active': {
20
- backgroundColor: string;
21
- };
22
- '&::-webkit-scrollbar-thumb:hover, & *::-webkit-scrollbar-thumb:hover': {
23
- backgroundColor: string;
24
- };
25
- '&::-webkit-scrollbar-corner, & *::-webkit-scrollbar-corner': {
26
- backgroundColor: string;
27
- };
28
- };
1
+ export default function darkScrollbar(options?: {
2
+ track: string;
3
+ thumb: string;
4
+ active: string;
5
+ }): {
6
+ scrollbarColor: string;
7
+ '&::-webkit-scrollbar, & *::-webkit-scrollbar': {
8
+ backgroundColor: string;
9
+ };
10
+ '&::-webkit-scrollbar-thumb, & *::-webkit-scrollbar-thumb': {
11
+ borderRadius: number;
12
+ backgroundColor: string;
13
+ minHeight: number;
14
+ border: string;
15
+ };
16
+ '&::-webkit-scrollbar-thumb:focus, & *::-webkit-scrollbar-thumb:focus': {
17
+ backgroundColor: string;
18
+ };
19
+ '&::-webkit-scrollbar-thumb:active, & *::-webkit-scrollbar-thumb:active': {
20
+ backgroundColor: string;
21
+ };
22
+ '&::-webkit-scrollbar-thumb:hover, & *::-webkit-scrollbar-thumb:hover': {
23
+ backgroundColor: string;
24
+ };
25
+ '&::-webkit-scrollbar-corner, & *::-webkit-scrollbar-corner': {
26
+ backgroundColor: string;
27
+ };
28
+ };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.1
1
+ /** @license MUI v5.10.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,12 +1,12 @@
1
- export interface SwitchBaseClasses {
2
- root: string;
3
- checked: string;
4
- disabled: string;
5
- input: string;
6
- edgeStart: string;
7
- edgeEnd: string;
8
- }
9
- export declare type SwitchBaseClassKey = keyof SwitchBaseClasses;
10
- export declare function getSwitchBaseUtilityClass(slot: string): string;
11
- declare const switchBaseClasses: SwitchBaseClasses;
12
- export default switchBaseClasses;
1
+ export interface SwitchBaseClasses {
2
+ root: string;
3
+ checked: string;
4
+ disabled: string;
5
+ input: string;
6
+ edgeStart: string;
7
+ edgeEnd: string;
8
+ }
9
+ export declare type SwitchBaseClassKey = keyof SwitchBaseClasses;
10
+ export declare function getSwitchBaseUtilityClass(slot: string): string;
11
+ declare const switchBaseClasses: SwitchBaseClasses;
12
+ export default switchBaseClasses;
@@ -229,7 +229,7 @@ var Badge = /*#__PURE__*/React.forwardRef(function Badge(inProps, ref) {
229
229
  Root: BadgeRoot,
230
230
  Badge: BadgeBadge
231
231
  }, components),
232
- className: clsx(className, classes.root, (_componentsProps$root = componentsProps.root) == null ? void 0 : _componentsProps$root.className),
232
+ className: clsx((_componentsProps$root = componentsProps.root) == null ? void 0 : _componentsProps$root.className, classes.root, className),
233
233
  componentsProps: {
234
234
  root: _extends({}, componentsProps.root, shouldSpreadAdditionalProps(components.Root) && {
235
235
  as: component,
File without changes
@@ -259,7 +259,9 @@ var Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
259
259
  variant: variant
260
260
  });
261
261
 
262
- var classes = useUtilityClasses(ownerState);
262
+ var _useUtilityClasses = useUtilityClasses(ownerState),
263
+ classesRoot = _useUtilityClasses.root,
264
+ classes = _objectWithoutProperties(_useUtilityClasses, ["root"]);
263
265
 
264
266
  var startIcon = startIconProp && /*#__PURE__*/_jsx(ButtonStartIcon, {
265
267
  className: classes.startIcon,
@@ -275,7 +277,7 @@ var Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
275
277
 
276
278
  return /*#__PURE__*/_jsxs(ButtonRoot, _extends({
277
279
  ownerState: ownerState,
278
- className: clsx(className, contextProps.className),
280
+ className: clsx(contextProps.className, classesRoot, className),
279
281
  component: component,
280
282
  disabled: disabled,
281
283
  focusRipple: !disableFocusRipple,
@@ -249,7 +249,7 @@ var TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps, re
249
249
  };
250
250
  }, [pulsate, start, stop]);
251
251
  return /*#__PURE__*/_jsx(TouchRippleRoot, _extends({
252
- className: clsx(classes.root, touchRippleClasses.root, className),
252
+ className: clsx(touchRippleClasses.root, classes.root, className),
253
253
  ref: container
254
254
  }, other, {
255
255
  children: /*#__PURE__*/_jsx(TransitionGroup, {