@mui/material 5.6.4 → 5.7.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 (332) 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/Autocomplete.js +15 -14
  9. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  10. package/Avatar/avatarClasses.d.ts +20 -20
  11. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  12. package/Backdrop/backdropClasses.d.ts +10 -10
  13. package/Badge/badgeClasses.d.ts +24 -24
  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/buttonClasses.d.ts +76 -76
  19. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  20. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  21. package/ButtonGroup/ButtonGroup.js +10 -10
  22. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  23. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  24. package/CHANGELOG.md +101 -0
  25. package/Card/cardClasses.d.ts +8 -8
  26. package/CardActionArea/CardActionArea.js +2 -2
  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/chipClasses.d.ts +80 -80
  34. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  35. package/ClickAwayListener/index.d.ts +2 -2
  36. package/Collapse/collapseClasses.d.ts +18 -18
  37. package/Container/containerClasses.d.ts +22 -22
  38. package/CssBaseline/CssBaseline.js +4 -4
  39. package/Dialog/DialogContext.d.ts +6 -6
  40. package/Dialog/dialogClasses.d.ts +36 -36
  41. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  42. package/DialogContent/DialogContent.js +2 -2
  43. package/DialogContent/dialogContentClasses.d.ts +10 -10
  44. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  45. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  46. package/Divider/Divider.js +4 -4
  47. package/Divider/dividerClasses.d.ts +34 -34
  48. package/Drawer/Drawer.js +6 -6
  49. package/Drawer/drawerClasses.d.ts +30 -30
  50. package/Fab/Fab.js +69 -65
  51. package/Fab/fabClasses.d.ts +26 -26
  52. package/FilledInput/filledInputClasses.d.ts +40 -40
  53. package/FormControl/formControlClasses.d.ts +14 -14
  54. package/FormControlLabel/FormControlLabel.js +1 -1
  55. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  56. package/FormGroup/formGroupClasses.d.ts +12 -12
  57. package/FormHelperText/FormHelperText.js +3 -3
  58. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  59. package/FormLabel/FormLabel.js +5 -5
  60. package/FormLabel/formLabelClasses.d.ts +22 -22
  61. package/Grid/gridClasses.d.ts +48 -48
  62. package/Icon/Icon.js +8 -8
  63. package/Icon/iconClasses.d.ts +24 -24
  64. package/IconButton/IconButton.js +5 -5
  65. package/IconButton/iconButtonClasses.d.ts +26 -26
  66. package/ImageList/imageListClasses.d.ts +16 -16
  67. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  68. package/ImageListItemBar/ImageListItemBar.js +1 -1
  69. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  70. package/Input/Input.js +9 -4
  71. package/Input/inputClasses.d.ts +34 -34
  72. package/InputAdornment/InputAdornment.js +1 -1
  73. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  74. package/InputBase/InputBase.js +16 -8
  75. package/InputBase/inputBaseClasses.d.ts +44 -44
  76. package/InputLabel/inputLabelClasses.d.ts +32 -32
  77. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  78. package/Link/Link.js +3 -8
  79. package/Link/linkClasses.d.ts +18 -18
  80. package/List/listClasses.d.ts +14 -14
  81. package/ListItem/ListItem.js +8 -8
  82. package/ListItem/listItemClasses.d.ts +30 -30
  83. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  84. package/ListItemButton/ListItemButton.js +8 -8
  85. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  86. package/ListItemIcon/ListItemIcon.js +1 -1
  87. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  88. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  89. package/ListItemText/listItemTextClasses.d.ts +18 -18
  90. package/ListSubheader/ListSubheader.js +3 -3
  91. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  92. package/Menu/menuClasses.d.ts +12 -12
  93. package/MenuItem/MenuItem.js +8 -8
  94. package/MenuItem/menuItemClasses.d.ts +20 -20
  95. package/MobileStepper/MobileStepper.js +5 -5
  96. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  97. package/Modal/Modal.js +1 -1
  98. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  99. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  100. package/Pagination/paginationClasses.d.ts +14 -14
  101. package/PaginationItem/PaginationItem.js +27 -27
  102. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  103. package/Paper/paperClasses.d.ts +39 -39
  104. package/Popover/popoverClasses.d.ts +10 -10
  105. package/Popper/Popper.d.ts +29 -29
  106. package/Radio/radioClasses.d.ts +16 -16
  107. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  108. package/RadioGroup/useRadioGroup.d.ts +4 -4
  109. package/Rating/Rating.js +2 -2
  110. package/Rating/ratingClasses.d.ts +40 -40
  111. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  112. package/Select/selectClasses.d.ts +30 -30
  113. package/Skeleton/skeletonClasses.d.ts +24 -24
  114. package/Snackbar/Snackbar.js +1 -1
  115. package/Snackbar/snackbarClasses.d.ts +20 -20
  116. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  117. package/SpeedDial/SpeedDial.js +1 -1
  118. package/SpeedDial/speedDialClasses.d.ts +22 -22
  119. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  120. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  121. package/Step/StepContext.d.ts +20 -20
  122. package/Step/stepClasses.d.ts +16 -16
  123. package/StepButton/stepButtonClasses.d.ts +14 -14
  124. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  125. package/StepContent/stepContentClasses.d.ts +12 -12
  126. package/StepIcon/StepIcon.js +5 -5
  127. package/StepIcon/stepIconClasses.d.ts +16 -16
  128. package/StepLabel/StepLabel.js +4 -4
  129. package/StepLabel/stepLabelClasses.d.ts +28 -28
  130. package/Stepper/StepperContext.d.ts +18 -0
  131. package/Stepper/StepperContext.js +10 -2
  132. package/Stepper/index.d.ts +3 -0
  133. package/Stepper/index.js +3 -1
  134. package/Stepper/stepperClasses.d.ts +14 -14
  135. package/SvgIcon/SvgIcon.js +4 -4
  136. package/SvgIcon/svgIconClasses.d.ts +24 -24
  137. package/Switch/switchClasses.d.ts +32 -32
  138. package/Tab/Tab.js +7 -7
  139. package/Tab/tabClasses.d.ts +26 -26
  140. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  141. package/Table/Table.js +1 -1
  142. package/Table/tableClasses.d.ts +10 -10
  143. package/TableBody/tableBodyClasses.d.ts +8 -8
  144. package/TableCell/tableCellClasses.d.ts +32 -32
  145. package/TableContainer/tableContainerClasses.d.ts +8 -8
  146. package/TableFooter/tableFooterClasses.d.ts +8 -8
  147. package/TableHead/tableHeadClasses.d.ts +8 -8
  148. package/TablePagination/TablePagination.js +1 -1
  149. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  150. package/TableRow/TableRow.js +3 -3
  151. package/TableRow/tableRowClasses.d.ts +16 -16
  152. package/TableSortLabel/TableSortLabel.js +4 -4
  153. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  154. package/Tabs/Tabs.js +2 -2
  155. package/Tabs/tabsClasses.d.ts +32 -32
  156. package/TextField/textFieldClasses.d.ts +8 -8
  157. package/ToggleButton/ToggleButton.js +17 -10
  158. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  159. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  160. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  161. package/Toolbar/toolbarClasses.d.ts +14 -14
  162. package/Tooltip/Tooltip.js +5 -5
  163. package/Tooltip/tooltipClasses.d.ts +30 -30
  164. package/Typography/typographyClasses.d.ts +50 -50
  165. package/className/index.d.ts +1 -8
  166. package/className/index.js +1 -8
  167. package/darkScrollbar/index.d.ts +28 -28
  168. package/index.js +1 -1
  169. package/internal/switchBaseClasses.d.ts +12 -12
  170. package/legacy/Autocomplete/Autocomplete.js +15 -14
  171. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  172. package/legacy/ButtonGroup/ButtonGroup.js +10 -10
  173. package/legacy/CardActionArea/CardActionArea.js +2 -2
  174. package/legacy/CssBaseline/CssBaseline.js +4 -4
  175. package/legacy/DialogContent/DialogContent.js +2 -2
  176. package/legacy/Divider/Divider.js +4 -4
  177. package/legacy/Drawer/Drawer.js +6 -6
  178. package/legacy/Fab/Fab.js +17 -17
  179. package/legacy/FormControlLabel/FormControlLabel.js +1 -1
  180. package/legacy/FormHelperText/FormHelperText.js +3 -3
  181. package/legacy/FormLabel/FormLabel.js +5 -5
  182. package/legacy/Icon/Icon.js +8 -8
  183. package/legacy/IconButton/IconButton.js +5 -5
  184. package/legacy/ImageListItemBar/ImageListItemBar.js +1 -1
  185. package/legacy/Input/Input.js +8 -3
  186. package/legacy/InputAdornment/InputAdornment.js +1 -1
  187. package/legacy/InputBase/InputBase.js +16 -8
  188. package/legacy/Link/Link.js +3 -9
  189. package/legacy/ListItem/ListItem.js +8 -8
  190. package/legacy/ListItemButton/ListItemButton.js +8 -8
  191. package/legacy/ListItemIcon/ListItemIcon.js +1 -1
  192. package/legacy/ListSubheader/ListSubheader.js +3 -3
  193. package/legacy/MenuItem/MenuItem.js +8 -8
  194. package/legacy/MobileStepper/MobileStepper.js +5 -5
  195. package/legacy/Modal/Modal.js +1 -1
  196. package/legacy/PaginationItem/PaginationItem.js +27 -27
  197. package/legacy/Rating/Rating.js +2 -2
  198. package/legacy/Snackbar/Snackbar.js +1 -1
  199. package/legacy/SpeedDial/SpeedDial.js +1 -1
  200. package/legacy/StepIcon/StepIcon.js +5 -5
  201. package/legacy/StepLabel/StepLabel.js +4 -4
  202. package/legacy/Stepper/StepperContext.js +10 -2
  203. package/legacy/Stepper/index.js +3 -1
  204. package/legacy/SvgIcon/SvgIcon.js +4 -4
  205. package/legacy/Tab/Tab.js +7 -7
  206. package/legacy/Table/Table.js +1 -1
  207. package/legacy/TablePagination/TablePagination.js +1 -1
  208. package/legacy/TableRow/TableRow.js +3 -3
  209. package/legacy/TableSortLabel/TableSortLabel.js +4 -4
  210. package/legacy/Tabs/Tabs.js +2 -2
  211. package/legacy/ToggleButton/ToggleButton.js +16 -9
  212. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  213. package/legacy/Tooltip/Tooltip.js +5 -5
  214. package/legacy/className/index.js +1 -8
  215. package/legacy/index.js +1 -1
  216. package/legacy/styles/createPalette.js +2 -1
  217. package/legacy/styles/experimental_extendTheme.js +52 -43
  218. package/locale/index.d.ts +71 -71
  219. package/modern/Autocomplete/Autocomplete.js +15 -14
  220. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  221. package/modern/ButtonGroup/ButtonGroup.js +10 -10
  222. package/modern/CardActionArea/CardActionArea.js +2 -2
  223. package/modern/CssBaseline/CssBaseline.js +4 -4
  224. package/modern/DialogContent/DialogContent.js +2 -2
  225. package/modern/Divider/Divider.js +4 -4
  226. package/modern/Drawer/Drawer.js +6 -6
  227. package/modern/Fab/Fab.js +16 -16
  228. package/modern/FormControlLabel/FormControlLabel.js +1 -1
  229. package/modern/FormHelperText/FormHelperText.js +3 -3
  230. package/modern/FormLabel/FormLabel.js +5 -5
  231. package/modern/Icon/Icon.js +8 -8
  232. package/modern/IconButton/IconButton.js +5 -5
  233. package/modern/ImageListItemBar/ImageListItemBar.js +1 -1
  234. package/modern/Input/Input.js +9 -4
  235. package/modern/InputAdornment/InputAdornment.js +1 -1
  236. package/modern/InputBase/InputBase.js +16 -8
  237. package/modern/Link/Link.js +3 -8
  238. package/modern/ListItem/ListItem.js +8 -8
  239. package/modern/ListItemButton/ListItemButton.js +8 -8
  240. package/modern/ListItemIcon/ListItemIcon.js +1 -1
  241. package/modern/ListSubheader/ListSubheader.js +3 -3
  242. package/modern/MenuItem/MenuItem.js +8 -8
  243. package/modern/MobileStepper/MobileStepper.js +5 -5
  244. package/modern/Modal/Modal.js +1 -1
  245. package/modern/PaginationItem/PaginationItem.js +27 -27
  246. package/modern/Rating/Rating.js +2 -2
  247. package/modern/Snackbar/Snackbar.js +1 -1
  248. package/modern/SpeedDial/SpeedDial.js +1 -1
  249. package/modern/StepIcon/StepIcon.js +5 -5
  250. package/modern/StepLabel/StepLabel.js +4 -4
  251. package/modern/Stepper/StepperContext.js +10 -2
  252. package/modern/Stepper/index.js +3 -1
  253. package/modern/SvgIcon/SvgIcon.js +3 -3
  254. package/modern/Tab/Tab.js +7 -7
  255. package/modern/Table/Table.js +1 -1
  256. package/modern/TablePagination/TablePagination.js +1 -1
  257. package/modern/TableRow/TableRow.js +3 -3
  258. package/modern/TableSortLabel/TableSortLabel.js +4 -4
  259. package/modern/Tabs/Tabs.js +2 -2
  260. package/modern/ToggleButton/ToggleButton.js +17 -10
  261. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  262. package/modern/Tooltip/Tooltip.js +5 -5
  263. package/modern/className/index.js +1 -8
  264. package/modern/index.js +1 -1
  265. package/modern/styles/createPalette.js +2 -1
  266. package/modern/styles/experimental_extendTheme.js +56 -45
  267. package/node/Autocomplete/Autocomplete.js +15 -14
  268. package/node/BottomNavigation/BottomNavigation.js +0 -0
  269. package/node/ButtonGroup/ButtonGroup.js +10 -10
  270. package/node/CardActionArea/CardActionArea.js +2 -2
  271. package/node/CssBaseline/CssBaseline.js +4 -4
  272. package/node/DialogContent/DialogContent.js +2 -2
  273. package/node/Divider/Divider.js +4 -4
  274. package/node/Drawer/Drawer.js +6 -6
  275. package/node/Fab/Fab.js +69 -65
  276. package/node/FormControlLabel/FormControlLabel.js +1 -1
  277. package/node/FormHelperText/FormHelperText.js +3 -3
  278. package/node/FormLabel/FormLabel.js +5 -5
  279. package/node/Icon/Icon.js +8 -8
  280. package/node/IconButton/IconButton.js +5 -5
  281. package/node/ImageListItemBar/ImageListItemBar.js +1 -1
  282. package/node/Input/Input.js +9 -4
  283. package/node/InputAdornment/InputAdornment.js +1 -1
  284. package/node/InputBase/InputBase.js +14 -8
  285. package/node/Link/Link.js +3 -9
  286. package/node/ListItem/ListItem.js +8 -8
  287. package/node/ListItemButton/ListItemButton.js +8 -8
  288. package/node/ListItemIcon/ListItemIcon.js +1 -1
  289. package/node/ListSubheader/ListSubheader.js +3 -3
  290. package/node/MenuItem/MenuItem.js +8 -8
  291. package/node/MobileStepper/MobileStepper.js +5 -5
  292. package/node/Modal/Modal.js +1 -1
  293. package/node/PaginationItem/PaginationItem.js +27 -27
  294. package/node/Rating/Rating.js +2 -2
  295. package/node/Snackbar/Snackbar.js +1 -1
  296. package/node/SpeedDial/SpeedDial.js +1 -1
  297. package/node/StepIcon/StepIcon.js +5 -5
  298. package/node/StepLabel/StepLabel.js +4 -4
  299. package/node/Stepper/StepperContext.js +11 -1
  300. package/node/Stepper/index.js +22 -1
  301. package/node/SvgIcon/SvgIcon.js +4 -4
  302. package/node/Tab/Tab.js +7 -7
  303. package/node/Table/Table.js +1 -1
  304. package/node/TablePagination/TablePagination.js +1 -1
  305. package/node/TableRow/TableRow.js +3 -3
  306. package/node/TableSortLabel/TableSortLabel.js +4 -4
  307. package/node/Tabs/Tabs.js +2 -2
  308. package/node/ToggleButton/ToggleButton.js +17 -10
  309. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  310. package/node/Tooltip/Tooltip.js +5 -5
  311. package/node/className/index.js +2 -2
  312. package/node/index.js +1 -1
  313. package/node/styles/createPalette.js +2 -1
  314. package/node/styles/experimental_extendTheme.js +57 -47
  315. package/package.json +6 -5
  316. package/styles/ThemeProvider.d.ts +1 -1
  317. package/styles/createPalette.d.ts +9 -2
  318. package/styles/createPalette.js +2 -1
  319. package/styles/experimental_extendTheme.d.ts +13 -16
  320. package/styles/experimental_extendTheme.js +57 -46
  321. package/transitions/index.d.ts +1 -1
  322. package/transitions/transition.d.ts +13 -13
  323. package/transitions/utils.d.ts +23 -23
  324. package/umd/material-ui.development.js +477 -385
  325. package/umd/material-ui.production.min.js +21 -21
  326. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  327. package/useTouchRipple/index.d.ts +1 -1
  328. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  329. package/utils/getScrollbarSize.d.ts +2 -2
  330. package/utils/ownerDocument.d.ts +2 -2
  331. package/utils/ownerWindow.d.ts +2 -2
  332. package/utils/setRef.d.ts +2 -2
@@ -1,34 +1,34 @@
1
- export interface InputClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if the component is a descendant of `FormControl`. */
5
- formControl: 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 color secondary. */
11
- colorSecondary: string;
12
- /** Styles applied to the root element unless `disableUnderline={true}`. */
13
- underline: 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 root element if `fullWidth={true}`. */
21
- fullWidth: 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 `type="search"`. */
29
- inputTypeSearch: string;
30
- }
31
- export declare type InputClassKey = keyof InputClasses;
32
- export declare function getInputUtilityClass(slot: string): string;
33
- declare const inputClasses: InputClasses;
34
- export default inputClasses;
1
+ export interface InputClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if the component is a descendant of `FormControl`. */
5
+ formControl: 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 color secondary. */
11
+ colorSecondary: string;
12
+ /** Styles applied to the root element unless `disableUnderline={true}`. */
13
+ underline: 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 root element if `fullWidth={true}`. */
21
+ fullWidth: 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 `type="search"`. */
29
+ inputTypeSearch: string;
30
+ }
31
+ export declare type InputClassKey = keyof InputClasses;
32
+ export declare function getInputUtilityClass(slot: string): string;
33
+ declare const inputClasses: InputClasses;
34
+ export default inputClasses;
@@ -54,7 +54,7 @@ const InputAdornmentRoot = styled('div', {
54
54
  maxHeight: '2em',
55
55
  alignItems: 'center',
56
56
  whiteSpace: 'nowrap',
57
- color: theme.palette.action.active
57
+ color: (theme.vars || theme).palette.action.active
58
58
  }, ownerState.variant === 'filled' && {
59
59
  // Styles applied to the root element if `variant="filled"`.
60
60
  [`&.${inputAdornmentClasses.positionStart}&:not(.${inputAdornmentClasses.hiddenLabel})`]: {
@@ -1,24 +1,24 @@
1
- export interface InputAdornmentClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="filled"`. */
5
- filled: string;
6
- /** Styles applied to the root element if `variant="outlined"`. */
7
- outlined: string;
8
- /** Styles applied to the root element if `variant="standard"`. */
9
- standard: string;
10
- /** Styles applied to the root element if `position="start"`. */
11
- positionStart: string;
12
- /** Styles applied to the root element if `position="end"`. */
13
- positionEnd: string;
14
- /** Styles applied to the root element if `disablePointerEvents={true}`. */
15
- disablePointerEvents: string;
16
- /** Styles applied if the adornment is used inside <FormControl hiddenLabel />. */
17
- hiddenLabel: string;
18
- /** Styles applied if the adornment is used inside <FormControl size="small" />. */
19
- sizeSmall: string;
20
- }
21
- export declare type InputAdornmentClassKey = keyof InputAdornmentClasses;
22
- export declare function getInputAdornmentUtilityClass(slot: string): string;
23
- declare const inputAdornmentClasses: InputAdornmentClasses;
24
- export default inputAdornmentClasses;
1
+ export interface InputAdornmentClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="filled"`. */
5
+ filled: string;
6
+ /** Styles applied to the root element if `variant="outlined"`. */
7
+ outlined: string;
8
+ /** Styles applied to the root element if `variant="standard"`. */
9
+ standard: string;
10
+ /** Styles applied to the root element if `position="start"`. */
11
+ positionStart: string;
12
+ /** Styles applied to the root element if `position="end"`. */
13
+ positionEnd: string;
14
+ /** Styles applied to the root element if `disablePointerEvents={true}`. */
15
+ disablePointerEvents: string;
16
+ /** Styles applied if the adornment is used inside <FormControl hiddenLabel />. */
17
+ hiddenLabel: string;
18
+ /** Styles applied if the adornment is used inside <FormControl size="small" />. */
19
+ sizeSmall: string;
20
+ }
21
+ export declare type InputAdornmentClassKey = keyof InputAdornmentClasses;
22
+ export declare function getInputAdornmentUtilityClass(slot: string): string;
23
+ declare const inputAdornmentClasses: InputAdornmentClasses;
24
+ export default inputAdornmentClasses;
@@ -64,7 +64,7 @@ export const InputBaseRoot = styled('div', {
64
64
  theme,
65
65
  ownerState
66
66
  }) => _extends({}, theme.typography.body1, {
67
- color: theme.palette.text.primary,
67
+ color: (theme.vars || theme).palette.text.primary,
68
68
  lineHeight: '1.4375em',
69
69
  // 23px
70
70
  boxSizing: 'border-box',
@@ -74,7 +74,7 @@ export const InputBaseRoot = styled('div', {
74
74
  display: 'inline-flex',
75
75
  alignItems: 'center',
76
76
  [`&.${inputBaseClasses.disabled}`]: {
77
- color: theme.palette.text.disabled,
77
+ color: (theme.vars || theme).palette.text.disabled,
78
78
  cursor: 'default'
79
79
  }
80
80
  }, ownerState.multiline && _extends({
@@ -93,17 +93,25 @@ export const InputBaseComponent = styled('input', {
93
93
  ownerState
94
94
  }) => {
95
95
  const light = theme.palette.mode === 'light';
96
- const placeholder = {
97
- color: 'currentColor',
98
- opacity: light ? 0.42 : 0.5,
96
+
97
+ const placeholder = _extends({
98
+ color: 'currentColor'
99
+ }, theme.vars ? {
100
+ opacity: theme.vars.opacity.placeholder
101
+ } : {
102
+ opacity: light ? 0.42 : 0.5
103
+ }, {
99
104
  transition: theme.transitions.create('opacity', {
100
105
  duration: theme.transitions.duration.shorter
101
106
  })
102
- };
107
+ });
108
+
103
109
  const placeholderHidden = {
104
110
  opacity: '0 !important'
105
111
  };
106
- const placeholderVisible = {
112
+ const placeholderVisible = theme.vars ? {
113
+ opacity: theme.vars.opacity.placeholder
114
+ } : {
107
115
  opacity: light ? 0.42 : 0.5
108
116
  };
109
117
  return _extends({
@@ -164,7 +172,7 @@ export const InputBaseComponent = styled('input', {
164
172
  [`&.${inputBaseClasses.disabled}`]: {
165
173
  opacity: 1,
166
174
  // Reset iOS opacity
167
- WebkitTextFillColor: theme.palette.text.disabled // Fix opacity Safari bug
175
+ WebkitTextFillColor: (theme.vars || theme).palette.text.disabled // Fix opacity Safari bug
168
176
 
169
177
  },
170
178
  '&:-webkit-autofill': {
@@ -1,44 +1,44 @@
1
- export interface InputBaseClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if the component is a descendant of `FormControl`. */
5
- formControl: 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 root element if the color is secondary. */
21
- colorSecondary: string;
22
- /** Styles applied to the root element if `fullWidth={true}`. */
23
- fullWidth: string;
24
- /** Styles applied to the root element if `hiddenLabel={true}`. */
25
- hiddenLabel: string;
26
- /** Styles applied to the input element. */
27
- input: string;
28
- /** Styles applied to the input element if `size="small"`. */
29
- inputSizeSmall: string;
30
- /** Styles applied to the input element if `multiline={true}`. */
31
- inputMultiline: string;
32
- /** Styles applied to the input element if `type="search"`. */
33
- inputTypeSearch: string;
34
- /** Styles applied to the input element if `startAdornment` is provided. */
35
- inputAdornedStart: string;
36
- /** Styles applied to the input element if `endAdornment` is provided. */
37
- inputAdornedEnd: string;
38
- /** Styles applied to the input element if `hiddenLabel={true}`. */
39
- inputHiddenLabel: string;
40
- }
41
- export declare type InputBaseClassKey = keyof InputBaseClasses;
42
- export declare function getInputBaseUtilityClass(slot: string): string;
43
- declare const inputBaseClasses: InputBaseClasses;
44
- export default inputBaseClasses;
1
+ export interface InputBaseClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if the component is a descendant of `FormControl`. */
5
+ formControl: 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 root element if the color is secondary. */
21
+ colorSecondary: string;
22
+ /** Styles applied to the root element if `fullWidth={true}`. */
23
+ fullWidth: string;
24
+ /** Styles applied to the root element if `hiddenLabel={true}`. */
25
+ hiddenLabel: string;
26
+ /** Styles applied to the input element. */
27
+ input: string;
28
+ /** Styles applied to the input element if `size="small"`. */
29
+ inputSizeSmall: string;
30
+ /** Styles applied to the input element if `multiline={true}`. */
31
+ inputMultiline: string;
32
+ /** Styles applied to the input element if `type="search"`. */
33
+ inputTypeSearch: string;
34
+ /** Styles applied to the input element if `startAdornment` is provided. */
35
+ inputAdornedStart: string;
36
+ /** Styles applied to the input element if `endAdornment` is provided. */
37
+ inputAdornedEnd: string;
38
+ /** Styles applied to the input element if `hiddenLabel={true}`. */
39
+ inputHiddenLabel: string;
40
+ }
41
+ export declare type InputBaseClassKey = keyof InputBaseClasses;
42
+ export declare function getInputBaseUtilityClass(slot: string): string;
43
+ declare const inputBaseClasses: InputBaseClasses;
44
+ export default inputBaseClasses;
@@ -1,32 +1,32 @@
1
- export interface InputLabelClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `focused={true}`. */
5
- focused: string;
6
- /** State class applied to the root element if `disabled={true}`. */
7
- disabled: string;
8
- /** State class applied to the root element if `error={true}`. */
9
- error: string;
10
- /** State class applied to the root element if `required={true}`. */
11
- required: string;
12
- /** State class applied to the asterisk element. */
13
- asterisk: string;
14
- /** Styles applied to the root element if the component is a descendant of `FormControl`. */
15
- formControl: string;
16
- /** Styles applied to the root element if `size="small"`. */
17
- sizeSmall: string;
18
- /** Styles applied to the input element if `shrink={true}`. */
19
- shrink: string;
20
- /** Styles applied to the input element unless `disableAnimation={true}`. */
21
- animated: string;
22
- /** Styles applied to the root element if `variant="filled"`. */
23
- filled: string;
24
- /** Styles applied to the root element if `variant="outlined"`. */
25
- outlined: string;
26
- /** Styles applied to the root element if `variant="standard"`. */
27
- standard: string;
28
- }
29
- export declare type InputLabelClassKey = keyof InputLabelClasses;
30
- export declare function getInputLabelUtilityClasses(slot: string): string;
31
- declare const inputLabelClasses: InputLabelClasses;
32
- export default inputLabelClasses;
1
+ export interface InputLabelClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `focused={true}`. */
5
+ focused: string;
6
+ /** State class applied to the root element if `disabled={true}`. */
7
+ disabled: string;
8
+ /** State class applied to the root element if `error={true}`. */
9
+ error: string;
10
+ /** State class applied to the root element if `required={true}`. */
11
+ required: string;
12
+ /** State class applied to the asterisk element. */
13
+ asterisk: string;
14
+ /** Styles applied to the root element if the component is a descendant of `FormControl`. */
15
+ formControl: string;
16
+ /** Styles applied to the root element if `size="small"`. */
17
+ sizeSmall: string;
18
+ /** Styles applied to the input element if `shrink={true}`. */
19
+ shrink: string;
20
+ /** Styles applied to the input element unless `disableAnimation={true}`. */
21
+ animated: string;
22
+ /** Styles applied to the root element if `variant="filled"`. */
23
+ filled: string;
24
+ /** Styles applied to the root element if `variant="outlined"`. */
25
+ outlined: string;
26
+ /** Styles applied to the root element if `variant="standard"`. */
27
+ standard: string;
28
+ }
29
+ export declare type InputLabelClassKey = keyof InputLabelClasses;
30
+ export declare function getInputLabelUtilityClasses(slot: string): string;
31
+ declare const inputLabelClasses: InputLabelClasses;
32
+ export default inputLabelClasses;
@@ -1,42 +1,42 @@
1
- export interface LinearProgressClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant="buffer"`. */
5
- colorPrimary: string;
6
- /** Styles applied to the root and bar2 elements if `color="secondary"`; bar2 if `variant="buffer"`. */
7
- colorSecondary: string;
8
- /** Styles applied to the root element if `variant="determinate"`. */
9
- determinate: string;
10
- /** Styles applied to the root element if `variant="indeterminate"`. */
11
- indeterminate: string;
12
- /** Styles applied to the root element if `variant="buffer"`. */
13
- buffer: string;
14
- /** Styles applied to the root element if `variant="query"`. */
15
- query: string;
16
- /** Styles applied to the additional bar element if `variant="buffer"`. */
17
- dashed: string;
18
- /** Styles applied to the additional bar element if `variant="buffer"` and `color="primary"`. */
19
- dashedColorPrimary: string;
20
- /** Styles applied to the additional bar element if `variant="buffer"` and `color="secondary"`. */
21
- dashedColorSecondary: string;
22
- /** Styles applied to the layered bar1 and bar2 elements. */
23
- bar: string;
24
- /** Styles applied to the bar elements if `color="primary"`; bar2 if `variant` not "buffer". */
25
- barColorPrimary: string;
26
- /** Styles applied to the bar elements if `color="secondary"`; bar2 if `variant` not "buffer". */
27
- barColorSecondary: string;
28
- /** Styles applied to the bar1 element if `variant="indeterminate or query"`. */
29
- bar1Indeterminate: string;
30
- /** Styles applied to the bar1 element if `variant="determinate"`. */
31
- bar1Determinate: string;
32
- /** Styles applied to the bar1 element if `variant="buffer"`. */
33
- bar1Buffer: string;
34
- /** Styles applied to the bar2 element if `variant="indeterminate or query"`. */
35
- bar2Indeterminate: string;
36
- /** Styles applied to the bar2 element if `variant="buffer"`. */
37
- bar2Buffer: string;
38
- }
39
- export declare type LinearProgressClassKey = keyof LinearProgressClasses;
40
- export declare function getLinearProgressUtilityClass(slot: string): string;
41
- declare const linearProgressClasses: LinearProgressClasses;
42
- export default linearProgressClasses;
1
+ export interface LinearProgressClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant="buffer"`. */
5
+ colorPrimary: string;
6
+ /** Styles applied to the root and bar2 elements if `color="secondary"`; bar2 if `variant="buffer"`. */
7
+ colorSecondary: string;
8
+ /** Styles applied to the root element if `variant="determinate"`. */
9
+ determinate: string;
10
+ /** Styles applied to the root element if `variant="indeterminate"`. */
11
+ indeterminate: string;
12
+ /** Styles applied to the root element if `variant="buffer"`. */
13
+ buffer: string;
14
+ /** Styles applied to the root element if `variant="query"`. */
15
+ query: string;
16
+ /** Styles applied to the additional bar element if `variant="buffer"`. */
17
+ dashed: string;
18
+ /** Styles applied to the additional bar element if `variant="buffer"` and `color="primary"`. */
19
+ dashedColorPrimary: string;
20
+ /** Styles applied to the additional bar element if `variant="buffer"` and `color="secondary"`. */
21
+ dashedColorSecondary: string;
22
+ /** Styles applied to the layered bar1 and bar2 elements. */
23
+ bar: string;
24
+ /** Styles applied to the bar elements if `color="primary"`; bar2 if `variant` not "buffer". */
25
+ barColorPrimary: string;
26
+ /** Styles applied to the bar elements if `color="secondary"`; bar2 if `variant` not "buffer". */
27
+ barColorSecondary: string;
28
+ /** Styles applied to the bar1 element if `variant="indeterminate or query"`. */
29
+ bar1Indeterminate: string;
30
+ /** Styles applied to the bar1 element if `variant="determinate"`. */
31
+ bar1Determinate: string;
32
+ /** Styles applied to the bar1 element if `variant="buffer"`. */
33
+ bar1Buffer: string;
34
+ /** Styles applied to the bar2 element if `variant="indeterminate or query"`. */
35
+ bar2Indeterminate: string;
36
+ /** Styles applied to the bar2 element if `variant="buffer"`. */
37
+ bar2Buffer: string;
38
+ }
39
+ export declare type LinearProgressClassKey = keyof LinearProgressClasses;
40
+ export declare function getLinearProgressUtilityClass(slot: string): string;
41
+ declare const linearProgressClasses: LinearProgressClasses;
42
+ export default linearProgressClasses;
package/Link/Link.js CHANGED
@@ -9,7 +9,6 @@ import { unstable_composeClasses as composeClasses } from '@mui/base';
9
9
  import { alpha, getPath } from '@mui/system';
10
10
  import capitalize from '../utils/capitalize';
11
11
  import styled from '../styles/styled';
12
- import useTheme from '../styles/useTheme';
13
12
  import useThemeProps from '../styles/useThemeProps';
14
13
  import useIsFocusVisible from '../utils/useIsFocusVisible';
15
14
  import useForkRef from '../utils/useForkRef';
@@ -98,7 +97,6 @@ const LinkRoot = styled(Typography, {
98
97
  });
99
98
  });
100
99
  const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
101
- const theme = useTheme();
102
100
  const props = useThemeProps({
103
101
  props: inProps,
104
102
  name: 'MuiLink'
@@ -117,7 +115,6 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
117
115
  } = props,
118
116
  other = _objectWithoutPropertiesLoose(props, _excluded);
119
117
 
120
- const sxColor = typeof sx === 'function' ? sx(theme).color : sx == null ? void 0 : sx.color;
121
118
  const {
122
119
  isFocusVisibleRef,
123
120
  onBlur: handleBlurVisible,
@@ -152,9 +149,7 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
152
149
  };
153
150
 
154
151
  const ownerState = _extends({}, props, {
155
- // It is too complex to support any types of `sx`.
156
- // Need to find a better way to get rid of the color manipulation for `textDecorationColor`.
157
- color: (typeof sxColor === 'function' ? sxColor(theme) : sxColor) || color,
152
+ color,
158
153
  component,
159
154
  focusVisible,
160
155
  underline,
@@ -172,8 +167,8 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
172
167
  ref: handlerRef,
173
168
  ownerState: ownerState,
174
169
  variant: variant,
175
- sx: [...(inProps.color ? [{
176
- color: colorTransformations[color] || color
170
+ sx: [...(!Object.keys(colorTransformations).includes(color) ? [{
171
+ color
177
172
  }] : []), ...(Array.isArray(sx) ? sx : [sx])]
178
173
  }, other));
179
174
  });
@@ -1,18 +1,18 @@
1
- export interface LinkClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `underline="none"`. */
5
- underlineNone: string;
6
- /** Styles applied to the root element if `underline="hover"`. */
7
- underlineHover: string;
8
- /** Styles applied to the root element if `underline="always"`. */
9
- underlineAlways: string;
10
- /** Styles applied to the root element if `component="button"`. */
11
- button: string;
12
- /** State class applied to the root element if the link is keyboard focused. */
13
- focusVisible: string;
14
- }
15
- export declare type LinkClassKey = keyof LinkClasses;
16
- export declare function getLinkUtilityClass(slot: string): string;
17
- declare const linkClasses: LinkClasses;
18
- export default linkClasses;
1
+ export interface LinkClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `underline="none"`. */
5
+ underlineNone: string;
6
+ /** Styles applied to the root element if `underline="hover"`. */
7
+ underlineHover: string;
8
+ /** Styles applied to the root element if `underline="always"`. */
9
+ underlineAlways: string;
10
+ /** Styles applied to the root element if `component="button"`. */
11
+ button: string;
12
+ /** State class applied to the root element if the link is keyboard focused. */
13
+ focusVisible: string;
14
+ }
15
+ export declare type LinkClassKey = keyof LinkClasses;
16
+ export declare function getLinkUtilityClass(slot: string): string;
17
+ declare const linkClasses: LinkClasses;
18
+ export default linkClasses;
@@ -1,14 +1,14 @@
1
- export interface ListClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element unless `disablePadding={true}`. */
5
- padding: string;
6
- /** Styles applied to the root element if dense. */
7
- dense: string;
8
- /** Styles applied to the root element if a `subheader` is provided. */
9
- subheader: string;
10
- }
11
- export declare type ListClassKey = keyof ListClasses;
12
- export declare function getListUtilityClass(slot: string): string;
13
- declare const listClasses: ListClasses;
14
- export default listClasses;
1
+ export interface ListClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element unless `disablePadding={true}`. */
5
+ padding: string;
6
+ /** Styles applied to the root element if dense. */
7
+ dense: string;
8
+ /** Styles applied to the root element if a `subheader` is provided. */
9
+ subheader: string;
10
+ }
11
+ export declare type ListClassKey = keyof ListClasses;
12
+ export declare function getListUtilityClass(slot: string): string;
13
+ declare const listClasses: ListClasses;
14
+ export default listClasses;
@@ -82,21 +82,21 @@ export const ListItemRoot = styled('div', {
82
82
  }
83
83
  }, {
84
84
  [`&.${listItemClasses.focusVisible}`]: {
85
- backgroundColor: theme.palette.action.focus
85
+ backgroundColor: (theme.vars || theme).palette.action.focus
86
86
  },
87
87
  [`&.${listItemClasses.selected}`]: {
88
- backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity),
88
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / ${theme.vars.palette.action.selectedOpacity})` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity),
89
89
  [`&.${listItemClasses.focusVisible}`]: {
90
- backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
90
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / calc(${theme.vars.palette.action.selectedOpacity} + ${theme.vars.palette.action.focusOpacity}))` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
91
91
  }
92
92
  },
93
93
  [`&.${listItemClasses.disabled}`]: {
94
- opacity: theme.palette.action.disabledOpacity
94
+ opacity: (theme.vars || theme).palette.action.disabledOpacity
95
95
  }
96
96
  }, ownerState.alignItems === 'flex-start' && {
97
97
  alignItems: 'flex-start'
98
98
  }, ownerState.divider && {
99
- borderBottom: `1px solid ${theme.palette.divider}`,
99
+ borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
100
100
  backgroundClip: 'padding-box'
101
101
  }, ownerState.button && {
102
102
  transition: theme.transitions.create('background-color', {
@@ -104,17 +104,17 @@ export const ListItemRoot = styled('div', {
104
104
  }),
105
105
  '&:hover': {
106
106
  textDecoration: 'none',
107
- backgroundColor: theme.palette.action.hover,
107
+ backgroundColor: (theme.vars || theme).palette.action.hover,
108
108
  // Reset on touch devices, it doesn't add specificity
109
109
  '@media (hover: none)': {
110
110
  backgroundColor: 'transparent'
111
111
  }
112
112
  },
113
113
  [`&.${listItemClasses.selected}:hover`]: {
114
- backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
114
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / calc(${theme.vars.palette.action.selectedOpacity} + ${theme.vars.palette.action.hoverOpacity}))` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
115
115
  // Reset on touch devices, it doesn't add specificity
116
116
  '@media (hover: none)': {
117
- backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity)
117
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / ${theme.vars.palette.action.selectedOpacity})` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity)
118
118
  }
119
119
  }
120
120
  }, ownerState.hasSecondaryAction && {