@mui/material 5.8.4 → 5.8.5

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 (235) 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/AppBar.js +22 -5
  8. package/AppBar/appBarClasses.d.ts +28 -28
  9. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  10. package/Avatar/Avatar.js +7 -4
  11. package/Avatar/avatarClasses.d.ts +20 -20
  12. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  13. package/Backdrop/backdropClasses.d.ts +10 -10
  14. package/Badge/Badge.js +2 -2
  15. package/Badge/badgeClasses.d.ts +56 -56
  16. package/BottomNavigation/BottomNavigation.js +0 -0
  17. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  18. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  19. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  20. package/Button/buttonClasses.d.ts +100 -100
  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 +69 -4
  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 +31 -30
  34. package/Chip/chipClasses.d.ts +80 -80
  35. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  36. package/ClickAwayListener/index.d.ts +2 -2
  37. package/Collapse/collapseClasses.d.ts +18 -18
  38. package/Container/containerClasses.d.ts +6 -6
  39. package/Dialog/Dialog.js +11 -6
  40. package/Dialog/DialogContext.d.ts +6 -6
  41. package/Dialog/dialogClasses.d.ts +36 -36
  42. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  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/dividerClasses.d.ts +34 -34
  47. package/Drawer/drawerClasses.d.ts +30 -30
  48. package/Fab/fabClasses.d.ts +26 -26
  49. package/FilledInput/FilledInput.js +28 -13
  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/formHelperTextClasses.d.ts +22 -22
  55. package/FormLabel/formLabelClasses.d.ts +22 -22
  56. package/Grid/gridClasses.d.ts +48 -48
  57. package/Icon/iconClasses.d.ts +24 -24
  58. package/IconButton/iconButtonClasses.d.ts +26 -26
  59. package/ImageList/imageListClasses.d.ts +16 -16
  60. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  61. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  62. package/Input/inputClasses.d.ts +34 -34
  63. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  64. package/InputBase/InputBase.js +2 -2
  65. package/InputBase/inputBaseClasses.d.ts +44 -44
  66. package/InputLabel/inputLabelClasses.d.ts +32 -32
  67. package/LinearProgress/LinearProgress.js +6 -2
  68. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  69. package/Link/getTextDecoration.d.ts +15 -15
  70. package/Link/linkClasses.d.ts +18 -18
  71. package/List/listClasses.d.ts +14 -14
  72. package/ListItem/listItemClasses.d.ts +30 -30
  73. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  74. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  75. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  76. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  77. package/ListItemText/listItemTextClasses.d.ts +18 -18
  78. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  79. package/Menu/menuClasses.d.ts +12 -12
  80. package/MenuItem/menuItemClasses.d.ts +20 -20
  81. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  82. package/Modal/Modal.d.ts +2 -0
  83. package/Modal/Modal.js +25 -8
  84. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  85. package/OutlinedInput/OutlinedInput.js +25 -10
  86. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  87. package/Pagination/paginationClasses.d.ts +14 -14
  88. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  89. package/Paper/paperClasses.d.ts +39 -39
  90. package/Popover/popoverClasses.d.ts +10 -10
  91. package/Popper/Popper.d.ts +29 -29
  92. package/Radio/radioClasses.d.ts +16 -16
  93. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  94. package/RadioGroup/useRadioGroup.d.ts +4 -4
  95. package/Rating/ratingClasses.d.ts +40 -40
  96. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  97. package/Select/selectClasses.d.ts +30 -30
  98. package/Skeleton/Skeleton.js +8 -3
  99. package/Skeleton/skeletonClasses.d.ts +24 -24
  100. package/Slider/Slider.js +12 -12
  101. package/Snackbar/snackbarClasses.d.ts +20 -20
  102. package/SnackbarContent/SnackbarContent.js +3 -3
  103. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  104. package/SpeedDial/speedDialClasses.d.ts +22 -22
  105. package/SpeedDialAction/SpeedDialAction.js +7 -7
  106. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  107. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  108. package/Step/StepContext.d.ts +20 -20
  109. package/Step/stepClasses.d.ts +16 -16
  110. package/StepButton/stepButtonClasses.d.ts +14 -14
  111. package/StepConnector/StepConnector.js +14 -11
  112. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  113. package/StepContent/StepContent.js +1 -1
  114. package/StepContent/stepContentClasses.d.ts +12 -12
  115. package/StepIcon/stepIconClasses.d.ts +16 -16
  116. package/StepLabel/stepLabelClasses.d.ts +28 -28
  117. package/Stepper/StepperContext.d.ts +18 -18
  118. package/Stepper/stepperClasses.d.ts +14 -14
  119. package/SvgIcon/svgIconClasses.d.ts +24 -24
  120. package/Switch/Switch.js +11 -11
  121. package/Switch/switchClasses.d.ts +32 -32
  122. package/Tab/tabClasses.d.ts +26 -26
  123. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  124. package/Table/tableClasses.d.ts +10 -10
  125. package/TableBody/tableBodyClasses.d.ts +8 -8
  126. package/TableCell/TableCell.js +5 -5
  127. package/TableCell/tableCellClasses.d.ts +32 -32
  128. package/TableContainer/tableContainerClasses.d.ts +8 -8
  129. package/TableFooter/tableFooterClasses.d.ts +8 -8
  130. package/TableHead/tableHeadClasses.d.ts +8 -8
  131. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  132. package/TableRow/tableRowClasses.d.ts +16 -16
  133. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  134. package/Tabs/Tabs.js +6 -16
  135. package/Tabs/tabsClasses.d.ts +32 -32
  136. package/TextField/textFieldClasses.d.ts +8 -8
  137. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  138. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  139. package/Toolbar/toolbarClasses.d.ts +14 -14
  140. package/Tooltip/Tooltip.js +1 -1
  141. package/Tooltip/tooltipClasses.d.ts +30 -30
  142. package/Typography/typographyClasses.d.ts +50 -50
  143. package/className/index.d.ts +1 -1
  144. package/darkScrollbar/index.d.ts +28 -28
  145. package/index.js +1 -1
  146. package/internal/switchBaseClasses.d.ts +12 -12
  147. package/legacy/AppBar/AppBar.js +23 -4
  148. package/legacy/Avatar/Avatar.js +7 -4
  149. package/legacy/Badge/Badge.js +2 -2
  150. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  151. package/legacy/Chip/Chip.js +31 -30
  152. package/legacy/Dialog/Dialog.js +11 -6
  153. package/legacy/FilledInput/FilledInput.js +28 -14
  154. package/legacy/InputBase/InputBase.js +2 -2
  155. package/legacy/LinearProgress/LinearProgress.js +6 -2
  156. package/legacy/Modal/Modal.js +23 -7
  157. package/legacy/OutlinedInput/OutlinedInput.js +21 -9
  158. package/legacy/Skeleton/Skeleton.js +2 -2
  159. package/legacy/Slider/Slider.js +12 -12
  160. package/legacy/SnackbarContent/SnackbarContent.js +3 -3
  161. package/legacy/SpeedDialAction/SpeedDialAction.js +7 -7
  162. package/legacy/StepConnector/StepConnector.js +2 -1
  163. package/legacy/StepContent/StepContent.js +1 -1
  164. package/legacy/Switch/Switch.js +11 -11
  165. package/legacy/TableCell/TableCell.js +5 -5
  166. package/legacy/Tabs/Tabs.js +6 -16
  167. package/legacy/Tooltip/Tooltip.js +1 -1
  168. package/legacy/index.js +1 -1
  169. package/legacy/styles/CssVarsProvider.js +1 -1
  170. package/legacy/styles/experimental_extendTheme.js +113 -18
  171. package/locale/index.d.ts +71 -71
  172. package/modern/AppBar/AppBar.js +22 -5
  173. package/modern/Avatar/Avatar.js +7 -4
  174. package/modern/Badge/Badge.js +2 -2
  175. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  176. package/modern/Chip/Chip.js +31 -30
  177. package/modern/Dialog/Dialog.js +11 -6
  178. package/modern/FilledInput/FilledInput.js +27 -12
  179. package/modern/InputBase/InputBase.js +2 -2
  180. package/modern/LinearProgress/LinearProgress.js +6 -2
  181. package/modern/Modal/Modal.js +24 -7
  182. package/modern/OutlinedInput/OutlinedInput.js +25 -10
  183. package/modern/Skeleton/Skeleton.js +7 -2
  184. package/modern/Slider/Slider.js +12 -12
  185. package/modern/SnackbarContent/SnackbarContent.js +3 -3
  186. package/modern/SpeedDialAction/SpeedDialAction.js +7 -7
  187. package/modern/StepConnector/StepConnector.js +14 -11
  188. package/modern/StepContent/StepContent.js +1 -1
  189. package/modern/Switch/Switch.js +11 -11
  190. package/modern/TableCell/TableCell.js +5 -5
  191. package/modern/Tabs/Tabs.js +6 -16
  192. package/modern/Tooltip/Tooltip.js +1 -1
  193. package/modern/index.js +1 -1
  194. package/modern/styles/CssVarsProvider.js +1 -1
  195. package/modern/styles/experimental_extendTheme.js +114 -18
  196. package/node/AppBar/AppBar.js +22 -5
  197. package/node/Avatar/Avatar.js +7 -4
  198. package/node/Badge/Badge.js +2 -2
  199. package/node/BottomNavigation/BottomNavigation.js +0 -0
  200. package/node/Chip/Chip.js +31 -30
  201. package/node/Dialog/Dialog.js +11 -6
  202. package/node/FilledInput/FilledInput.js +28 -13
  203. package/node/InputBase/InputBase.js +2 -2
  204. package/node/LinearProgress/LinearProgress.js +6 -2
  205. package/node/Modal/Modal.js +25 -8
  206. package/node/OutlinedInput/OutlinedInput.js +25 -10
  207. package/node/Skeleton/Skeleton.js +7 -2
  208. package/node/Slider/Slider.js +12 -12
  209. package/node/SnackbarContent/SnackbarContent.js +3 -3
  210. package/node/SpeedDialAction/SpeedDialAction.js +7 -7
  211. package/node/StepConnector/StepConnector.js +14 -11
  212. package/node/StepContent/StepContent.js +1 -1
  213. package/node/Switch/Switch.js +11 -11
  214. package/node/TableCell/TableCell.js +5 -5
  215. package/node/Tabs/Tabs.js +6 -16
  216. package/node/Tooltip/Tooltip.js +1 -1
  217. package/node/index.js +1 -1
  218. package/node/styles/CssVarsProvider.js +1 -1
  219. package/node/styles/experimental_extendTheme.js +112 -17
  220. package/package.json +4 -4
  221. package/styles/CssVarsProvider.js +1 -1
  222. package/styles/createPalette.d.ts +65 -2
  223. package/styles/experimental_extendTheme.js +114 -18
  224. package/transitions/index.d.ts +1 -1
  225. package/transitions/transition.d.ts +13 -13
  226. package/transitions/utils.d.ts +23 -23
  227. package/umd/material-ui.development.js +548 -240
  228. package/umd/material-ui.production.min.js +27 -22
  229. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  230. package/useTouchRipple/index.d.ts +1 -1
  231. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  232. package/utils/getScrollbarSize.d.ts +2 -2
  233. package/utils/ownerDocument.d.ts +2 -2
  234. package/utils/ownerWindow.d.ts +2 -2
  235. package/utils/setRef.d.ts +2 -2
package/locale/index.d.ts CHANGED
@@ -1,71 +1,71 @@
1
- import { ComponentsPropsList } from '../styles/props';
2
- export interface Localization {
3
- components?: {
4
- MuiAlert?: {
5
- defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
- };
7
- MuiBreadcrumbs?: {
8
- defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
- };
10
- MuiTablePagination?: {
11
- defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
- };
13
- MuiRating?: {
14
- defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
- };
16
- MuiAutocomplete?: {
17
- defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
- };
19
- MuiPagination?: {
20
- defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
- };
22
- };
23
- }
24
- export declare const amET: Localization;
25
- export declare const arEG: Localization;
26
- export declare const arSD: Localization;
27
- export declare const azAZ: Localization;
28
- export declare const bnBD: Localization;
29
- export declare const bgBG: Localization;
30
- export declare const caES: Localization;
31
- export declare const csCZ: Localization;
32
- export declare const daDK: Localization;
33
- export declare const deDE: Localization;
34
- export declare const elGR: Localization;
35
- export declare const enUS: Localization;
36
- export declare const esES: Localization;
37
- export declare const etEE: Localization;
38
- export declare const faIR: Localization;
39
- export declare const fiFI: Localization;
40
- export declare const frFR: Localization;
41
- export declare const heIL: Localization;
42
- export declare const hiIN: Localization;
43
- export declare const hrHR: Localization;
44
- export declare const huHU: Localization;
45
- export declare const hyAM: Localization;
46
- export declare const idID: Localization;
47
- export declare const isIS: Localization;
48
- export declare const itIT: Localization;
49
- export declare const jaJP: Localization;
50
- export declare const khKH: Localization;
51
- export declare const koKR: Localization;
52
- export declare const kzKZ: Localization;
53
- export declare const mkMK: Localization;
54
- export declare const nbNO: Localization;
55
- export declare const nlNL: Localization;
56
- export declare const plPL: Localization;
57
- export declare const ptBR: Localization;
58
- export declare const ptPT: Localization;
59
- export declare const roRO: Localization;
60
- export declare const srRS: Localization;
61
- export declare const ruRU: Localization;
62
- export declare const siLK: Localization;
63
- export declare const skSK: Localization;
64
- export declare const svSE: Localization;
65
- export declare const thTH: Localization;
66
- export declare const trTR: Localization;
67
- export declare const ukUA: Localization;
68
- export declare const viVN: Localization;
69
- export declare const zhCN: Localization;
70
- export declare const zhHK: Localization;
71
- export declare const zhTW: Localization;
1
+ import { ComponentsPropsList } from '../styles/props';
2
+ export interface Localization {
3
+ components?: {
4
+ MuiAlert?: {
5
+ defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
+ };
7
+ MuiBreadcrumbs?: {
8
+ defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
+ };
10
+ MuiTablePagination?: {
11
+ defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
+ };
13
+ MuiRating?: {
14
+ defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
+ };
16
+ MuiAutocomplete?: {
17
+ defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
+ };
19
+ MuiPagination?: {
20
+ defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
+ };
22
+ };
23
+ }
24
+ export declare const amET: Localization;
25
+ export declare const arEG: Localization;
26
+ export declare const arSD: Localization;
27
+ export declare const azAZ: Localization;
28
+ export declare const bnBD: Localization;
29
+ export declare const bgBG: Localization;
30
+ export declare const caES: Localization;
31
+ export declare const csCZ: Localization;
32
+ export declare const daDK: Localization;
33
+ export declare const deDE: Localization;
34
+ export declare const elGR: Localization;
35
+ export declare const enUS: Localization;
36
+ export declare const esES: Localization;
37
+ export declare const etEE: Localization;
38
+ export declare const faIR: Localization;
39
+ export declare const fiFI: Localization;
40
+ export declare const frFR: Localization;
41
+ export declare const heIL: Localization;
42
+ export declare const hiIN: Localization;
43
+ export declare const hrHR: Localization;
44
+ export declare const huHU: Localization;
45
+ export declare const hyAM: Localization;
46
+ export declare const idID: Localization;
47
+ export declare const isIS: Localization;
48
+ export declare const itIT: Localization;
49
+ export declare const jaJP: Localization;
50
+ export declare const khKH: Localization;
51
+ export declare const koKR: Localization;
52
+ export declare const kzKZ: Localization;
53
+ export declare const mkMK: Localization;
54
+ export declare const nbNO: Localization;
55
+ export declare const nlNL: Localization;
56
+ export declare const plPL: Localization;
57
+ export declare const ptBR: Localization;
58
+ export declare const ptPT: Localization;
59
+ export declare const roRO: Localization;
60
+ export declare const srRS: Localization;
61
+ export declare const ruRU: Localization;
62
+ export declare const siLK: Localization;
63
+ export declare const skSK: Localization;
64
+ export declare const svSE: Localization;
65
+ export declare const thTH: Localization;
66
+ export declare const trTR: Localization;
67
+ export declare const ukUA: Localization;
68
+ export declare const viVN: Localization;
69
+ export declare const zhCN: Localization;
70
+ export declare const zhHK: Localization;
71
+ export declare const zhTW: Localization;
@@ -22,7 +22,11 @@ const useUtilityClasses = ownerState => {
22
22
  root: ['root', `color${capitalize(color)}`, `position${capitalize(position)}`]
23
23
  };
24
24
  return composeClasses(slots, getAppBarUtilityClass, classes);
25
- };
25
+ }; // var2 is the fallback.
26
+ // Ex. var1: 'var(--a)', var2: 'var(--b)'; return: 'var(--a, var(--b))'
27
+
28
+
29
+ const joinVars = (var1, var2) => `${var1?.replace(')', '')}, ${var2})`;
26
30
 
27
31
  const AppBarRoot = styled(Paper, {
28
32
  name: 'MuiAppBar',
@@ -47,7 +51,7 @@ const AppBarRoot = styled(Paper, {
47
51
  flexShrink: 0
48
52
  }, ownerState.position === 'fixed' && {
49
53
  position: 'fixed',
50
- zIndex: theme.zIndex.appBar,
54
+ zIndex: (theme.vars || theme).zIndex.appBar,
51
55
  top: 0,
52
56
  left: 'auto',
53
57
  right: 0,
@@ -57,14 +61,14 @@ const AppBarRoot = styled(Paper, {
57
61
  }
58
62
  }, ownerState.position === 'absolute' && {
59
63
  position: 'absolute',
60
- zIndex: theme.zIndex.appBar,
64
+ zIndex: (theme.vars || theme).zIndex.appBar,
61
65
  top: 0,
62
66
  left: 'auto',
63
67
  right: 0
64
68
  }, ownerState.position === 'sticky' && {
65
69
  // ⚠️ sticky is not supported by IE11.
66
70
  position: 'sticky',
67
- zIndex: theme.zIndex.appBar,
71
+ zIndex: (theme.vars || theme).zIndex.appBar,
68
72
  top: 0,
69
73
  left: 'auto',
70
74
  right: 0
@@ -72,7 +76,7 @@ const AppBarRoot = styled(Paper, {
72
76
  position: 'static'
73
77
  }, ownerState.position === 'relative' && {
74
78
  position: 'relative'
75
- }, ownerState.color === 'default' && {
79
+ }, !theme.vars && _extends({}, ownerState.color === 'default' && {
76
80
  backgroundColor: backgroundColorDefault,
77
81
  color: theme.palette.getContrastText(backgroundColorDefault)
78
82
  }, ownerState.color && ownerState.color !== 'default' && ownerState.color !== 'inherit' && ownerState.color !== 'transparent' && {
@@ -88,6 +92,19 @@ const AppBarRoot = styled(Paper, {
88
92
  color: 'inherit'
89
93
  }, theme.palette.mode === 'dark' && {
90
94
  backgroundImage: 'none'
95
+ })), theme.vars && _extends({}, ownerState.color === 'default' && {
96
+ '--AppBar-background': ownerState.enableColorOnDark ? theme.vars.palette.AppBar.defaultBg : joinVars(theme.vars.palette.AppBar.darkBg, theme.vars.palette.AppBar.defaultBg),
97
+ '--AppBar-color': ownerState.enableColorOnDark ? theme.vars.palette.text.primary : joinVars(theme.vars.palette.AppBar.darkColor, theme.vars.palette.text.primary)
98
+ }, ownerState.color && !ownerState.color.match(/^(default|inherit|transparent)$/) && {
99
+ '--AppBar-background': ownerState.enableColorOnDark ? theme.vars.palette[ownerState.color].main : joinVars(theme.vars.palette.AppBar.darkBg, theme.vars.palette[ownerState.color].main),
100
+ '--AppBar-color': ownerState.enableColorOnDark ? theme.vars.palette[ownerState.color].contrastText : joinVars(theme.vars.palette.AppBar.darkColor, theme.vars.palette[ownerState.color].contrastText)
101
+ }, {
102
+ backgroundColor: 'var(--AppBar-background)',
103
+ color: ownerState.color === 'inherit' ? 'inherit' : 'var(--AppBar-color)'
104
+ }, ownerState.color === 'transparent' && {
105
+ backgroundImage: 'none',
106
+ backgroundColor: 'transparent',
107
+ color: 'inherit'
91
108
  }));
92
109
  });
93
110
  const AppBar = /*#__PURE__*/React.forwardRef(function AppBar(inProps, ref) {
@@ -52,13 +52,16 @@ const AvatarRoot = styled('div', {
52
52
  overflow: 'hidden',
53
53
  userSelect: 'none'
54
54
  }, ownerState.variant === 'rounded' && {
55
- borderRadius: theme.shape.borderRadius
55
+ borderRadius: (theme.vars || theme).shape.borderRadius
56
56
  }, ownerState.variant === 'square' && {
57
57
  borderRadius: 0
58
- }, ownerState.colorDefault && {
59
- color: theme.palette.background.default,
58
+ }, ownerState.colorDefault && _extends({
59
+ color: (theme.vars || theme).palette.background.default
60
+ }, theme.vars ? {
61
+ backgroundColor: theme.vars.palette.Avatar.defaultBg
62
+ } : {
60
63
  backgroundColor: theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600]
61
- }));
64
+ })));
62
65
  const AvatarImg = styled('img', {
63
66
  name: 'MuiAvatar',
64
67
  slot: 'Img',
@@ -321,8 +321,8 @@ process.env.NODE_ENV !== "production" ? Badge.propTypes
321
321
  * @default {}
322
322
  */
323
323
  componentsProps: PropTypes.shape({
324
- badge: PropTypes.object,
325
- root: PropTypes.object
324
+ badge: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
325
+ root: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
326
326
  }),
327
327
 
328
328
  /**
File without changes
@@ -78,6 +78,7 @@ const ChipRoot = styled('div', {
78
78
  ownerState
79
79
  }) => {
80
80
  const deleteIconColor = alpha(theme.palette.text.primary, 0.26);
81
+ const textColor = theme.palette.mode === 'light' ? theme.palette.grey[700] : theme.palette.grey[300];
81
82
  return _extends({
82
83
  maxWidth: '100%',
83
84
  fontFamily: theme.typography.fontFamily,
@@ -86,8 +87,8 @@ const ChipRoot = styled('div', {
86
87
  alignItems: 'center',
87
88
  justifyContent: 'center',
88
89
  height: 32,
89
- color: theme.palette.text.primary,
90
- backgroundColor: theme.palette.action.selected,
90
+ color: (theme.vars || theme).palette.text.primary,
91
+ backgroundColor: (theme.vars || theme).palette.action.selected,
91
92
  borderRadius: 32 / 2,
92
93
  whiteSpace: 'nowrap',
93
94
  transition: theme.transitions.create(['background-color', 'box-shadow']),
@@ -103,7 +104,7 @@ const ChipRoot = styled('div', {
103
104
  verticalAlign: 'middle',
104
105
  boxSizing: 'border-box',
105
106
  [`&.${chipClasses.disabled}`]: {
106
- opacity: theme.palette.action.disabledOpacity,
107
+ opacity: (theme.vars || theme).palette.action.disabledOpacity,
107
108
  pointerEvents: 'none'
108
109
  },
109
110
  [`& .${chipClasses.avatar}`]: {
@@ -111,16 +112,16 @@ const ChipRoot = styled('div', {
111
112
  marginRight: -6,
112
113
  width: 24,
113
114
  height: 24,
114
- color: theme.palette.mode === 'light' ? theme.palette.grey[700] : theme.palette.grey[300],
115
+ color: theme.vars ? theme.vars.palette.Chip.defaultAvatarColor : textColor,
115
116
  fontSize: theme.typography.pxToRem(12)
116
117
  },
117
118
  [`& .${chipClasses.avatarColorPrimary}`]: {
118
- color: theme.palette.primary.contrastText,
119
- backgroundColor: theme.palette.primary.dark
119
+ color: (theme.vars || theme).palette.primary.contrastText,
120
+ backgroundColor: (theme.vars || theme).palette.primary.dark
120
121
  },
121
122
  [`& .${chipClasses.avatarColorSecondary}`]: {
122
- color: theme.palette.secondary.contrastText,
123
- backgroundColor: theme.palette.secondary.dark
123
+ color: (theme.vars || theme).palette.secondary.contrastText,
124
+ backgroundColor: (theme.vars || theme).palette.secondary.dark
124
125
  },
125
126
  [`& .${chipClasses.avatarSmall}`]: {
126
127
  marginLeft: 4,
@@ -130,7 +131,7 @@ const ChipRoot = styled('div', {
130
131
  fontSize: theme.typography.pxToRem(10)
131
132
  },
132
133
  [`& .${chipClasses.icon}`]: _extends({
133
- color: theme.palette.mode === 'light' ? theme.palette.grey[700] : theme.palette.grey[300],
134
+ color: theme.vars ? theme.vars.palette.Chip.defaultIconColor : textColor,
134
135
  marginLeft: 5,
135
136
  marginRight: -6
136
137
  }, ownerState.size === 'small' && {
@@ -142,35 +143,35 @@ const ChipRoot = styled('div', {
142
143
  }),
143
144
  [`& .${chipClasses.deleteIcon}`]: _extends({
144
145
  WebkitTapHighlightColor: 'transparent',
145
- color: deleteIconColor,
146
+ color: theme.vars ? `rgba(${theme.vars.palette.text.primaryChannel} / 0.26)` : deleteIconColor,
146
147
  fontSize: 22,
147
148
  cursor: 'pointer',
148
149
  margin: '0 5px 0 -6px',
149
150
  '&:hover': {
150
- color: alpha(deleteIconColor, 0.4)
151
+ color: theme.vars ? `rgba(${theme.vars.palette.text.primaryChannel} / 0.4)` : alpha(deleteIconColor, 0.4)
151
152
  }
152
153
  }, ownerState.size === 'small' && {
153
154
  fontSize: 16,
154
155
  marginRight: 4,
155
156
  marginLeft: -4
156
157
  }, ownerState.color !== 'default' && {
157
- color: alpha(theme.palette[ownerState.color].contrastText, 0.7),
158
+ color: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].contrastTextChannel} / 0.7)` : alpha(theme.palette[ownerState.color].contrastText, 0.7),
158
159
  '&:hover, &:active': {
159
- color: theme.palette[ownerState.color].contrastText
160
+ color: (theme.vars || theme).palette[ownerState.color].contrastText
160
161
  }
161
162
  })
162
163
  }, ownerState.size === 'small' && {
163
164
  height: 24
164
165
  }, ownerState.color !== 'default' && {
165
- backgroundColor: theme.palette[ownerState.color].main,
166
- color: theme.palette[ownerState.color].contrastText
166
+ backgroundColor: (theme.vars || theme).palette[ownerState.color].main,
167
+ color: (theme.vars || theme).palette[ownerState.color].contrastText
167
168
  }, ownerState.onDelete && {
168
169
  [`&.${chipClasses.focusVisible}`]: {
169
- backgroundColor: alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
170
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.selectedChannel} / calc(${theme.vars.palette.action.selectedOpacity + theme.vars.palette.action.focusOpacity}))` : alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
170
171
  }
171
172
  }, ownerState.onDelete && ownerState.color !== 'default' && {
172
173
  [`&.${chipClasses.focusVisible}`]: {
173
- backgroundColor: theme.palette[ownerState.color].dark
174
+ backgroundColor: (theme.vars || theme).palette[ownerState.color].dark
174
175
  }
175
176
  });
176
177
  }, ({
@@ -181,29 +182,29 @@ const ChipRoot = styled('div', {
181
182
  WebkitTapHighlightColor: 'transparent',
182
183
  cursor: 'pointer',
183
184
  '&:hover': {
184
- backgroundColor: alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity)
185
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.selectedChannel} / calc(${theme.vars.palette.action.selectedOpacity + theme.vars.palette.action.hoverOpacity}))` : alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity)
185
186
  },
186
187
  [`&.${chipClasses.focusVisible}`]: {
187
- backgroundColor: alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
188
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.selectedChannel} / calc(${theme.vars.palette.action.selectedOpacity + theme.vars.palette.action.focusOpacity}))` : alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
188
189
  },
189
190
  '&:active': {
190
- boxShadow: theme.shadows[1]
191
+ boxShadow: (theme.vars || theme).shadows[1]
191
192
  }
192
193
  }, ownerState.clickable && ownerState.color !== 'default' && {
193
194
  [`&:hover, &.${chipClasses.focusVisible}`]: {
194
- backgroundColor: theme.palette[ownerState.color].dark
195
+ backgroundColor: (theme.vars || theme).palette[ownerState.color].dark
195
196
  }
196
197
  }), ({
197
198
  theme,
198
199
  ownerState
199
200
  }) => _extends({}, ownerState.variant === 'outlined' && {
200
201
  backgroundColor: 'transparent',
201
- border: `1px solid ${theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[700]}`,
202
+ border: theme.vars ? `1px solid ${theme.vars.palette.Chip.defaultBorder}` : `1px solid ${theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[700]}`,
202
203
  [`&.${chipClasses.clickable}:hover`]: {
203
- backgroundColor: theme.palette.action.hover
204
+ backgroundColor: (theme.vars || theme).palette.action.hover
204
205
  },
205
206
  [`&.${chipClasses.focusVisible}`]: {
206
- backgroundColor: theme.palette.action.focus
207
+ backgroundColor: (theme.vars || theme).palette.action.focus
207
208
  },
208
209
  [`& .${chipClasses.avatar}`]: {
209
210
  marginLeft: 4
@@ -224,18 +225,18 @@ const ChipRoot = styled('div', {
224
225
  marginRight: 3
225
226
  }
226
227
  }, ownerState.variant === 'outlined' && ownerState.color !== 'default' && {
227
- color: theme.palette[ownerState.color].main,
228
- border: `1px solid ${alpha(theme.palette[ownerState.color].main, 0.7)}`,
228
+ color: (theme.vars || theme).palette[ownerState.color].main,
229
+ border: `1px solid ${theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / 0.7)` : alpha(theme.palette[ownerState.color].main, 0.7)}`,
229
230
  [`&.${chipClasses.clickable}:hover`]: {
230
- backgroundColor: alpha(theme.palette[ownerState.color].main, theme.palette.action.hoverOpacity)
231
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / ${theme.vars.palette.action.hoverOpacity})` : alpha(theme.palette[ownerState.color].main, theme.palette.action.hoverOpacity)
231
232
  },
232
233
  [`&.${chipClasses.focusVisible}`]: {
233
- backgroundColor: alpha(theme.palette[ownerState.color].main, theme.palette.action.focusOpacity)
234
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / ${theme.vars.palette.action.focusOpacity})` : alpha(theme.palette[ownerState.color].main, theme.palette.action.focusOpacity)
234
235
  },
235
236
  [`& .${chipClasses.deleteIcon}`]: {
236
- color: alpha(theme.palette[ownerState.color].main, 0.7),
237
+ color: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / 0.7)` : alpha(theme.palette[ownerState.color].main, 0.7),
237
238
  '&:hover, &:active': {
238
- color: theme.palette[ownerState.color].main
239
+ color: (theme.vars || theme).palette[ownerState.color].main
239
240
  }
240
241
  }
241
242
  }));
@@ -125,7 +125,7 @@ const DialogPaper = styled(Paper, {
125
125
  maxWidth: 'calc(100% - 64px)'
126
126
  }
127
127
  }
128
- }, ownerState.maxWidth !== 'xs' && {
128
+ }, ownerState.maxWidth && ownerState.maxWidth !== 'xs' && {
129
129
  maxWidth: `${theme.breakpoints.values[ownerState.maxWidth]}${theme.breakpoints.unit}`,
130
130
  [`&.${dialogClasses.paperScrollBody}`]: {
131
131
  [theme.breakpoints.down(theme.breakpoints.values[ownerState.maxWidth] + 32 * 2)]: {
@@ -226,12 +226,16 @@ const Dialog = /*#__PURE__*/React.forwardRef(function Dialog(inProps, ref) {
226
226
  }, [ariaLabelledby]);
227
227
  return /*#__PURE__*/_jsx(DialogRoot, _extends({
228
228
  className: clsx(classes.root, className),
229
- BackdropProps: _extends({
230
- transitionDuration,
231
- as: BackdropComponent
232
- }, BackdropProps),
233
229
  closeAfterTransition: true,
234
- BackdropComponent: DialogBackdrop,
230
+ components: {
231
+ Backdrop: DialogBackdrop
232
+ },
233
+ componentsProps: {
234
+ backdrop: _extends({
235
+ transitionDuration,
236
+ as: BackdropComponent
237
+ }, BackdropProps)
238
+ },
235
239
  disableEscapeKeyDown: disableEscapeKeyDown,
236
240
  onClose: onClose,
237
241
  open: open,
@@ -287,6 +291,7 @@ process.env.NODE_ENV !== "production" ? Dialog.propTypes
287
291
 
288
292
  /**
289
293
  * A backdrop component. This prop enables custom backdrop rendering.
294
+ * @deprecated Use `components.Backdrop` instead.
290
295
  * @default styled(Backdrop, {
291
296
  * name: 'MuiModal',
292
297
  * slot: 'Backdrop',
@@ -42,31 +42,33 @@ const FilledInputRoot = styled(InputBaseRoot, {
42
42
  const light = theme.palette.mode === 'light';
43
43
  const bottomLineColor = light ? 'rgba(0, 0, 0, 0.42)' : 'rgba(255, 255, 255, 0.7)';
44
44
  const backgroundColor = light ? 'rgba(0, 0, 0, 0.06)' : 'rgba(255, 255, 255, 0.09)';
45
+ const hoverBackground = light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.13)';
46
+ const disabledBackground = light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)';
45
47
  return _extends({
46
48
  position: 'relative',
47
- backgroundColor,
48
- borderTopLeftRadius: theme.shape.borderRadius,
49
- borderTopRightRadius: theme.shape.borderRadius,
49
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor,
50
+ borderTopLeftRadius: (theme.vars || theme).shape.borderRadius,
51
+ borderTopRightRadius: (theme.vars || theme).shape.borderRadius,
50
52
  transition: theme.transitions.create('background-color', {
51
53
  duration: theme.transitions.duration.shorter,
52
54
  easing: theme.transitions.easing.easeOut
53
55
  }),
54
56
  '&:hover': {
55
- backgroundColor: light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.13)',
57
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.hoverBg : hoverBackground,
56
58
  // Reset on touch devices, it doesn't add specificity
57
59
  '@media (hover: none)': {
58
- backgroundColor
60
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor
59
61
  }
60
62
  },
61
63
  [`&.${filledInputClasses.focused}`]: {
62
- backgroundColor
64
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor
63
65
  },
64
66
  [`&.${filledInputClasses.disabled}`]: {
65
- backgroundColor: light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)'
67
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.disabledBg : disabledBackground
66
68
  }
67
69
  }, !ownerState.disableUnderline && {
68
70
  '&:after': {
69
- borderBottom: `2px solid ${theme.palette[ownerState.color || 'primary']?.main}`,
71
+ borderBottom: `2px solid ${(theme.vars || theme).palette[ownerState.color || 'primary']?.main}`,
70
72
  left: 0,
71
73
  bottom: 0,
72
74
  // Doing the other way around crash on IE11 "''" https://github.com/cssinjs/jss/issues/242
@@ -87,12 +89,12 @@ const FilledInputRoot = styled(InputBaseRoot, {
87
89
  transform: 'scaleX(1) translateX(0)'
88
90
  },
89
91
  [`&.${filledInputClasses.error}:after`]: {
90
- borderBottomColor: theme.palette.error.main,
92
+ borderBottomColor: (theme.vars || theme).palette.error.main,
91
93
  transform: 'scaleX(1)' // error is always underlined in red
92
94
 
93
95
  },
94
96
  '&:before': {
95
- borderBottom: `1px solid ${bottomLineColor}`,
97
+ borderBottom: `1px solid ${theme.vars ? `rgba(${theme.vars.palette.common.onBackgroundChannel} / ${theme.vars.opacity.inputTouchBottomLine})` : bottomLineColor}`,
96
98
  left: 0,
97
99
  bottom: 0,
98
100
  // Doing the other way around crash on IE11 "''" https://github.com/cssinjs/jss/issues/242
@@ -106,7 +108,7 @@ const FilledInputRoot = styled(InputBaseRoot, {
106
108
 
107
109
  },
108
110
  [`&:hover:not(.${filledInputClasses.disabled}):before`]: {
109
- borderBottom: `1px solid ${theme.palette.text.primary}`
111
+ borderBottom: `1px solid ${(theme.vars || theme).palette.text.primary}`
110
112
  },
111
113
  [`&.${filledInputClasses.disabled}:before`]: {
112
114
  borderBottomStyle: 'dotted'
@@ -136,7 +138,8 @@ const FilledInputInput = styled(InputBaseInput, {
136
138
  paddingTop: 25,
137
139
  paddingRight: 12,
138
140
  paddingBottom: 8,
139
- paddingLeft: 12,
141
+ paddingLeft: 12
142
+ }, !theme.vars && {
140
143
  '&:-webkit-autofill': {
141
144
  WebkitBoxShadow: theme.palette.mode === 'light' ? null : '0 0 0 100px #266798 inset',
142
145
  WebkitTextFillColor: theme.palette.mode === 'light' ? null : '#fff',
@@ -144,6 +147,18 @@ const FilledInputInput = styled(InputBaseInput, {
144
147
  borderTopLeftRadius: 'inherit',
145
148
  borderTopRightRadius: 'inherit'
146
149
  }
150
+ }, theme.vars && {
151
+ '&:-webkit-autofill': {
152
+ borderTopLeftRadius: 'inherit',
153
+ borderTopRightRadius: 'inherit'
154
+ },
155
+ [theme.getColorSchemeSelector('dark')]: {
156
+ '&:-webkit-autofill': {
157
+ WebkitBoxShadow: '0 0 0 100px #266798 inset',
158
+ WebkitTextFillColor: '#fff',
159
+ caretColor: '#fff'
160
+ }
161
+ }
147
162
  }, ownerState.size === 'small' && {
148
163
  paddingTop: 21,
149
164
  paddingBottom: 4
@@ -97,7 +97,7 @@ export const InputBaseComponent = styled('input', {
97
97
  const placeholder = _extends({
98
98
  color: 'currentColor'
99
99
  }, theme.vars ? {
100
- opacity: theme.vars.opacity.placeholder
100
+ opacity: theme.vars.opacity.inputPlaceholder
101
101
  } : {
102
102
  opacity: light ? 0.42 : 0.5
103
103
  }, {
@@ -110,7 +110,7 @@ export const InputBaseComponent = styled('input', {
110
110
  opacity: '0 !important'
111
111
  };
112
112
  const placeholderVisible = theme.vars ? {
113
- opacity: theme.vars.opacity.placeholder
113
+ opacity: theme.vars.opacity.inputPlaceholder
114
114
  } : {
115
115
  opacity: light ? 0.42 : 0.5
116
116
  };
@@ -84,6 +84,10 @@ const getColorShade = (theme, color) => {
84
84
  return 'currentColor';
85
85
  }
86
86
 
87
+ if (theme.vars) {
88
+ return theme.vars.palette.LinearProgress[`${color}Bg`];
89
+ }
90
+
87
91
  return theme.palette.mode === 'light' ? lighten(theme.palette[color].main, 0.62) : darken(theme.palette[color].main, 0.5);
88
92
  };
89
93
 
@@ -176,7 +180,7 @@ const LinearProgressBar1 = styled('span', {
176
180
  top: 0,
177
181
  transition: 'transform 0.2s linear',
178
182
  transformOrigin: 'left',
179
- backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : theme.palette[ownerState.color].main
183
+ backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main
180
184
  }, ownerState.variant === 'determinate' && {
181
185
  transition: `transform .${TRANSITION_DURATION}s linear`
182
186
  }, ownerState.variant === 'buffer' && {
@@ -209,7 +213,7 @@ const LinearProgressBar2 = styled('span', {
209
213
  transition: 'transform 0.2s linear',
210
214
  transformOrigin: 'left'
211
215
  }, ownerState.variant !== 'buffer' && {
212
- backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : theme.palette[ownerState.color].main
216
+ backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main
213
217
  }, ownerState.color === 'inherit' && {
214
218
  opacity: 0.3
215
219
  }, ownerState.variant === 'buffer' && {