@mui/material 5.8.4 → 5.8.7
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.
- package/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/Alert.js +19 -11
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/AppBar.js +22 -5
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/Autocomplete.d.ts +2 -0
- package/Autocomplete/Autocomplete.js +12 -8
- package/Autocomplete/autocompleteClasses.d.ts +54 -54
- package/Avatar/Avatar.js +7 -4
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Badge/Badge.js +2 -2
- package/Badge/badgeClasses.d.ts +56 -56
- package/BottomNavigation/BottomNavigation.js +0 -0
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/buttonClasses.d.ts +100 -100
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +185 -4
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Chip/Chip.js +31 -30
- package/Chip/chipClasses.d.ts +80 -80
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +2 -2
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +6 -6
- package/Dialog/Dialog.js +11 -6
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/FilledInput/FilledInput.js +28 -13
- package/FilledInput/filledInputClasses.d.ts +40 -40
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/gridClasses.d.ts +48 -48
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/iconButtonClasses.d.ts +26 -26
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/Input.js +1 -1
- package/Input/inputClasses.d.ts +34 -34
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/InputBase.js +2 -2
- package/InputBase/inputBaseClasses.d.ts +44 -44
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/LinearProgress.js +6 -2
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/getTextDecoration.d.ts +15 -15
- package/Link/linkClasses.d.ts +18 -18
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/Modal/Modal.d.ts +2 -0
- package/Modal/Modal.js +25 -8
- package/NativeSelect/nativeSelectClasses.d.ts +32 -32
- package/OutlinedInput/OutlinedInput.js +40 -10
- package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +29 -29
- package/Radio/radioClasses.d.ts +16 -16
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/Select.d.ts +1 -1
- package/Select/Select.js +1 -1
- package/Select/selectClasses.d.ts +30 -30
- package/Skeleton/Skeleton.js +8 -3
- package/Skeleton/skeletonClasses.d.ts +24 -24
- package/Slider/Slider.js +21 -21
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/SnackbarContent.js +3 -3
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/SpeedDialAction.js +7 -7
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Step/StepContext.d.ts +20 -20
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/StepConnector.js +14 -11
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/StepContent.js +1 -1
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/StepperContext.d.ts +18 -18
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +24 -24
- package/Switch/Switch.js +11 -11
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/tabClasses.d.ts +26 -26
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/TableCell.js +5 -5
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/Tabs.js +16 -18
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/textFieldClasses.d.ts +8 -8
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/Tooltip.js +1 -1
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/typographyClasses.d.ts +50 -50
- package/className/index.d.ts +1 -1
- package/darkScrollbar/index.d.ts +28 -28
- package/index.js +1 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/Alert/Alert.js +19 -11
- package/legacy/AppBar/AppBar.js +23 -4
- package/legacy/Autocomplete/Autocomplete.js +12 -8
- package/legacy/Avatar/Avatar.js +7 -4
- package/legacy/Badge/Badge.js +2 -2
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/Chip/Chip.js +31 -30
- package/legacy/Dialog/Dialog.js +11 -6
- package/legacy/FilledInput/FilledInput.js +28 -14
- package/legacy/Input/Input.js +1 -1
- package/legacy/InputBase/InputBase.js +2 -2
- package/legacy/LinearProgress/LinearProgress.js +6 -2
- package/legacy/Modal/Modal.js +23 -7
- package/legacy/OutlinedInput/OutlinedInput.js +36 -9
- package/legacy/Select/Select.js +1 -1
- package/legacy/Skeleton/Skeleton.js +2 -2
- package/legacy/Slider/Slider.js +21 -21
- package/legacy/SnackbarContent/SnackbarContent.js +3 -3
- package/legacy/SpeedDialAction/SpeedDialAction.js +7 -7
- package/legacy/StepConnector/StepConnector.js +2 -1
- package/legacy/StepContent/StepContent.js +1 -1
- package/legacy/Switch/Switch.js +11 -11
- package/legacy/TableCell/TableCell.js +5 -5
- package/legacy/Tabs/Tabs.js +16 -18
- package/legacy/Tooltip/Tooltip.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/styles/CssVarsProvider.js +10 -8
- package/legacy/styles/experimental_extendTheme.js +170 -19
- package/locale/index.d.ts +71 -71
- package/modern/Alert/Alert.js +19 -11
- package/modern/AppBar/AppBar.js +22 -5
- package/modern/Autocomplete/Autocomplete.js +11 -7
- package/modern/Avatar/Avatar.js +7 -4
- package/modern/Badge/Badge.js +2 -2
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/Chip/Chip.js +31 -30
- package/modern/Dialog/Dialog.js +11 -6
- package/modern/FilledInput/FilledInput.js +27 -12
- package/modern/Input/Input.js +1 -1
- package/modern/InputBase/InputBase.js +2 -2
- package/modern/LinearProgress/LinearProgress.js +6 -2
- package/modern/Modal/Modal.js +24 -7
- package/modern/OutlinedInput/OutlinedInput.js +40 -10
- package/modern/Select/Select.js +1 -1
- package/modern/Skeleton/Skeleton.js +7 -2
- package/modern/Slider/Slider.js +21 -21
- package/modern/SnackbarContent/SnackbarContent.js +3 -3
- package/modern/SpeedDialAction/SpeedDialAction.js +7 -7
- package/modern/StepConnector/StepConnector.js +14 -11
- package/modern/StepContent/StepContent.js +1 -1
- package/modern/Switch/Switch.js +11 -11
- package/modern/TableCell/TableCell.js +5 -5
- package/modern/Tabs/Tabs.js +16 -18
- package/modern/Tooltip/Tooltip.js +1 -1
- package/modern/index.js +1 -1
- package/modern/styles/CssVarsProvider.js +6 -6
- package/modern/styles/experimental_extendTheme.js +166 -20
- package/node/Alert/Alert.js +19 -11
- package/node/AppBar/AppBar.js +22 -5
- package/node/Autocomplete/Autocomplete.js +12 -8
- package/node/Avatar/Avatar.js +7 -4
- package/node/Badge/Badge.js +2 -2
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/Chip/Chip.js +31 -30
- package/node/Dialog/Dialog.js +11 -6
- package/node/FilledInput/FilledInput.js +28 -13
- package/node/Input/Input.js +1 -1
- package/node/InputBase/InputBase.js +2 -2
- package/node/LinearProgress/LinearProgress.js +6 -2
- package/node/Modal/Modal.js +25 -8
- package/node/OutlinedInput/OutlinedInput.js +38 -10
- package/node/Select/Select.js +1 -1
- package/node/Skeleton/Skeleton.js +7 -2
- package/node/Slider/Slider.js +21 -21
- package/node/SnackbarContent/SnackbarContent.js +3 -3
- package/node/SpeedDialAction/SpeedDialAction.js +7 -7
- package/node/StepConnector/StepConnector.js +14 -11
- package/node/StepContent/StepContent.js +1 -1
- package/node/Switch/Switch.js +11 -11
- package/node/TableCell/TableCell.js +5 -5
- package/node/Tabs/Tabs.js +16 -18
- package/node/Tooltip/Tooltip.js +1 -1
- package/node/index.js +1 -1
- package/node/styles/CssVarsProvider.js +11 -6
- package/node/styles/experimental_extendTheme.js +167 -19
- package/package.json +7 -7
- package/styles/CssVarsProvider.d.ts +14 -28
- package/styles/CssVarsProvider.js +10 -6
- package/styles/createPalette.d.ts +0 -26
- package/styles/experimental_extendTheme.d.ts +238 -35
- package/styles/experimental_extendTheme.js +166 -20
- package/styles/index.d.ts +24 -1
- package/themeCssVarsAugmentation/index.d.ts +30 -0
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/umd/material-ui.development.js +954 -471
- package/umd/material-ui.production.min.js +27 -22
- package/useMediaQuery/useMediaQuery.d.ts +31 -31
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
package/modern/Slider/Slider.js
CHANGED
|
@@ -34,7 +34,7 @@ const SliderRoot = styled('span', {
|
|
|
34
34
|
position: 'relative',
|
|
35
35
|
cursor: 'pointer',
|
|
36
36
|
touchAction: 'none',
|
|
37
|
-
color: theme.palette[ownerState.color].main,
|
|
37
|
+
color: (theme.vars || theme).palette[ownerState.color].main,
|
|
38
38
|
WebkitTapHighlightColor: 'transparent'
|
|
39
39
|
}, ownerState.orientation === 'horizontal' && _extends({
|
|
40
40
|
height: 4,
|
|
@@ -69,7 +69,7 @@ const SliderRoot = styled('span', {
|
|
|
69
69
|
[`&.${sliderClasses.disabled}`]: {
|
|
70
70
|
pointerEvents: 'none',
|
|
71
71
|
cursor: 'default',
|
|
72
|
-
color: theme.palette.grey[400]
|
|
72
|
+
color: (theme.vars || theme).palette.grey[400]
|
|
73
73
|
},
|
|
74
74
|
[`&.${sliderClasses.dragging}`]: {
|
|
75
75
|
[`& .${sliderClasses.thumb}, & .${sliderClasses.track}`]: {
|
|
@@ -162,8 +162,8 @@ const SliderTrack = styled('span', {
|
|
|
162
162
|
}, ownerState.track === false && {
|
|
163
163
|
display: 'none'
|
|
164
164
|
}, ownerState.track === 'inverted' && {
|
|
165
|
-
backgroundColor: color,
|
|
166
|
-
borderColor: color
|
|
165
|
+
backgroundColor: theme.vars ? theme.vars.palette.Slider[`${ownerState.color}Track`] : color,
|
|
166
|
+
borderColor: theme.vars ? theme.vars.palette.Slider[`${ownerState.color}Track`] : color
|
|
167
167
|
});
|
|
168
168
|
});
|
|
169
169
|
process.env.NODE_ENV !== "production" ? SliderTrack.propTypes
|
|
@@ -222,7 +222,7 @@ const SliderThumb = styled('span', {
|
|
|
222
222
|
borderRadius: 'inherit',
|
|
223
223
|
width: '100%',
|
|
224
224
|
height: '100%',
|
|
225
|
-
boxShadow: theme.shadows[2]
|
|
225
|
+
boxShadow: (theme.vars || theme).shadows[2]
|
|
226
226
|
}, ownerState.size === 'small' && {
|
|
227
227
|
boxShadow: 'none'
|
|
228
228
|
}),
|
|
@@ -238,13 +238,13 @@ const SliderThumb = styled('span', {
|
|
|
238
238
|
transform: 'translate(-50%, -50%)'
|
|
239
239
|
},
|
|
240
240
|
[`&:hover, &.${sliderClasses.focusVisible}`]: {
|
|
241
|
-
boxShadow: `0px 0px 0px 8px ${alpha(theme.palette[ownerState.color].main, 0.16)}`,
|
|
241
|
+
boxShadow: `0px 0px 0px 8px ${theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / 0.16)` : alpha(theme.palette[ownerState.color].main, 0.16)}`,
|
|
242
242
|
'@media (hover: none)': {
|
|
243
243
|
boxShadow: 'none'
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
[`&.${sliderClasses.active}`]: {
|
|
247
|
-
boxShadow: `0px 0px 0px 14px ${alpha(theme.palette[ownerState.color].main, 0.16)}`
|
|
247
|
+
boxShadow: `0px 0px 0px 14px ${theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / 0.16)` : alpha(theme.palette[ownerState.color].main, 0.16)}`
|
|
248
248
|
},
|
|
249
249
|
[`&.${sliderClasses.disabled}`]: {
|
|
250
250
|
'&:hover': {
|
|
@@ -287,9 +287,9 @@ const SliderValueLabel = styled(SliderValueLabelUnstyled, {
|
|
|
287
287
|
transformOrigin: 'bottom center',
|
|
288
288
|
transform: 'translateY(-100%) scale(0)',
|
|
289
289
|
position: 'absolute',
|
|
290
|
-
backgroundColor: theme.palette.grey[600],
|
|
290
|
+
backgroundColor: (theme.vars || theme).palette.grey[600],
|
|
291
291
|
borderRadius: 2,
|
|
292
|
-
color: theme.palette.common.white,
|
|
292
|
+
color: (theme.vars || theme).palette.common.white,
|
|
293
293
|
display: 'flex',
|
|
294
294
|
alignItems: 'center',
|
|
295
295
|
justifyContent: 'center',
|
|
@@ -359,7 +359,7 @@ const SliderMark = styled('span', {
|
|
|
359
359
|
left: '50%',
|
|
360
360
|
transform: 'translate(-50%, 1px)'
|
|
361
361
|
}, markActive && {
|
|
362
|
-
backgroundColor: theme.palette.background.paper,
|
|
362
|
+
backgroundColor: (theme.vars || theme).palette.background.paper,
|
|
363
363
|
opacity: 0.8
|
|
364
364
|
}));
|
|
365
365
|
process.env.NODE_ENV !== "production" ? SliderMark.propTypes
|
|
@@ -386,7 +386,7 @@ const SliderMarkLabel = styled('span', {
|
|
|
386
386
|
ownerState,
|
|
387
387
|
markLabelActive
|
|
388
388
|
}) => _extends({}, theme.typography.body2, {
|
|
389
|
-
color: theme.palette.text.secondary,
|
|
389
|
+
color: (theme.vars || theme).palette.text.secondary,
|
|
390
390
|
position: 'absolute',
|
|
391
391
|
whiteSpace: 'nowrap'
|
|
392
392
|
}, ownerState.orientation === 'horizontal' && {
|
|
@@ -402,7 +402,7 @@ const SliderMarkLabel = styled('span', {
|
|
|
402
402
|
left: 44
|
|
403
403
|
}
|
|
404
404
|
}, markLabelActive && {
|
|
405
|
-
color: theme.palette.text.primary
|
|
405
|
+
color: (theme.vars || theme).palette.text.primary
|
|
406
406
|
}));
|
|
407
407
|
process.env.NODE_ENV !== "production" ? SliderMarkLabel.propTypes
|
|
408
408
|
/* remove-proptypes */
|
|
@@ -577,14 +577,14 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
|
|
|
577
577
|
* @default {}
|
|
578
578
|
*/
|
|
579
579
|
componentsProps: PropTypes.shape({
|
|
580
|
-
input: PropTypes.object,
|
|
581
|
-
mark: PropTypes.object,
|
|
582
|
-
markLabel: PropTypes.object,
|
|
583
|
-
rail: PropTypes.object,
|
|
584
|
-
root: PropTypes.object,
|
|
585
|
-
thumb: PropTypes.object,
|
|
586
|
-
track: PropTypes.object,
|
|
587
|
-
valueLabel: PropTypes.shape({
|
|
580
|
+
input: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
581
|
+
mark: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
582
|
+
markLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
583
|
+
rail: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
584
|
+
root: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
585
|
+
thumb: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
586
|
+
track: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
587
|
+
valueLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
|
|
588
588
|
children: PropTypes.element,
|
|
589
589
|
className: PropTypes.string,
|
|
590
590
|
components: PropTypes.shape({
|
|
@@ -594,7 +594,7 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
|
|
|
594
594
|
style: PropTypes.object,
|
|
595
595
|
value: PropTypes.number,
|
|
596
596
|
valueLabelDisplay: PropTypes.oneOf(['auto', 'off', 'on'])
|
|
597
|
-
})
|
|
597
|
+
})])
|
|
598
598
|
}),
|
|
599
599
|
|
|
600
600
|
/**
|
|
@@ -35,13 +35,13 @@ const SnackbarContentRoot = styled(Paper, {
|
|
|
35
35
|
const emphasis = theme.palette.mode === 'light' ? 0.8 : 0.98;
|
|
36
36
|
const backgroundColor = emphasize(theme.palette.background.default, emphasis);
|
|
37
37
|
return _extends({}, theme.typography.body2, {
|
|
38
|
-
color: theme.palette.getContrastText(backgroundColor),
|
|
39
|
-
backgroundColor,
|
|
38
|
+
color: theme.vars ? theme.vars.palette.SnackbarContent.color : theme.palette.getContrastText(backgroundColor),
|
|
39
|
+
backgroundColor: theme.vars ? theme.vars.palette.SnackbarContent.bg : backgroundColor,
|
|
40
40
|
display: 'flex',
|
|
41
41
|
alignItems: 'center',
|
|
42
42
|
flexWrap: 'wrap',
|
|
43
43
|
padding: '6px 16px',
|
|
44
|
-
borderRadius: theme.shape.borderRadius,
|
|
44
|
+
borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
45
45
|
flexGrow: 1,
|
|
46
46
|
[theme.breakpoints.up('sm')]: {
|
|
47
47
|
flexGrow: 'initial',
|
|
@@ -45,10 +45,10 @@ const SpeedDialActionFab = styled(Fab, {
|
|
|
45
45
|
ownerState
|
|
46
46
|
}) => _extends({
|
|
47
47
|
margin: 8,
|
|
48
|
-
color: theme.palette.text.secondary,
|
|
49
|
-
backgroundColor: theme.palette.background.paper,
|
|
48
|
+
color: (theme.vars || theme).palette.text.secondary,
|
|
49
|
+
backgroundColor: (theme.vars || theme).palette.background.paper,
|
|
50
50
|
'&:hover': {
|
|
51
|
-
backgroundColor: emphasize(theme.palette.background.paper, 0.15)
|
|
51
|
+
backgroundColor: theme.vars ? theme.vars.palette.SpeedDialAction.fabHoverBg : emphasize(theme.palette.background.paper, 0.15)
|
|
52
52
|
},
|
|
53
53
|
transition: `${theme.transitions.create('transform', {
|
|
54
54
|
duration: theme.transitions.duration.shorter
|
|
@@ -101,10 +101,10 @@ const SpeedDialActionStaticTooltipLabel = styled('span', {
|
|
|
101
101
|
}) => _extends({
|
|
102
102
|
position: 'absolute'
|
|
103
103
|
}, theme.typography.body1, {
|
|
104
|
-
backgroundColor: theme.palette.background.paper,
|
|
105
|
-
borderRadius: theme.shape.borderRadius,
|
|
106
|
-
boxShadow: theme.shadows[1],
|
|
107
|
-
color: theme.palette.text.secondary,
|
|
104
|
+
backgroundColor: (theme.vars || theme).palette.background.paper,
|
|
105
|
+
borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
106
|
+
boxShadow: (theme.vars || theme).shadows[1],
|
|
107
|
+
color: (theme.vars || theme).palette.text.secondary,
|
|
108
108
|
padding: '4px 16px',
|
|
109
109
|
wordBreak: 'keep-all'
|
|
110
110
|
}));
|
|
@@ -63,17 +63,20 @@ const StepConnectorLine = styled('span', {
|
|
|
63
63
|
})(({
|
|
64
64
|
ownerState,
|
|
65
65
|
theme
|
|
66
|
-
}) =>
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
66
|
+
}) => {
|
|
67
|
+
const borderColor = theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600];
|
|
68
|
+
return _extends({
|
|
69
|
+
display: 'block',
|
|
70
|
+
borderColor: theme.vars ? theme.vars.palette.StepConnector.border : borderColor
|
|
71
|
+
}, ownerState.orientation === 'horizontal' && {
|
|
72
|
+
borderTopStyle: 'solid',
|
|
73
|
+
borderTopWidth: 1
|
|
74
|
+
}, ownerState.orientation === 'vertical' && {
|
|
75
|
+
borderLeftStyle: 'solid',
|
|
76
|
+
borderLeftWidth: 1,
|
|
77
|
+
minHeight: 24
|
|
78
|
+
});
|
|
79
|
+
});
|
|
77
80
|
const StepConnector = /*#__PURE__*/React.forwardRef(function StepConnector(inProps, ref) {
|
|
78
81
|
const props = useThemeProps({
|
|
79
82
|
props: inProps,
|
|
@@ -43,7 +43,7 @@ const StepContentRoot = styled('div', {
|
|
|
43
43
|
paddingLeft: 8 + 12,
|
|
44
44
|
// margin + half icon
|
|
45
45
|
paddingRight: 8,
|
|
46
|
-
borderLeft: `1px solid ${theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600]}`
|
|
46
|
+
borderLeft: theme.vars ? `1px solid ${theme.vars.palette.StepContent.border}` : `1px solid ${theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600]}`
|
|
47
47
|
}, ownerState.last && {
|
|
48
48
|
borderLeft: 'none'
|
|
49
49
|
}));
|
package/modern/Switch/Switch.js
CHANGED
|
@@ -101,7 +101,7 @@ const SwitchSwitchBase = styled(SwitchBase, {
|
|
|
101
101
|
left: 0,
|
|
102
102
|
zIndex: 1,
|
|
103
103
|
// Render above the focus ripple.
|
|
104
|
-
color: theme.palette.mode === 'light' ? theme.palette.common.white : theme.palette.grey[300]
|
|
104
|
+
color: theme.vars ? theme.vars.palette.Switch.defaultColor : `${theme.palette.mode === 'light' ? theme.palette.common.white : theme.palette.grey[300]}`,
|
|
105
105
|
transition: theme.transitions.create(['left', 'transform'], {
|
|
106
106
|
duration: theme.transitions.duration.shortest
|
|
107
107
|
}),
|
|
@@ -109,13 +109,13 @@ const SwitchSwitchBase = styled(SwitchBase, {
|
|
|
109
109
|
transform: 'translateX(20px)'
|
|
110
110
|
},
|
|
111
111
|
[`&.${switchClasses.disabled}`]: {
|
|
112
|
-
color: theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[600]
|
|
112
|
+
color: theme.vars ? theme.vars.palette.Switch.defaultDisabledColor : `${theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[600]}`
|
|
113
113
|
},
|
|
114
114
|
[`&.${switchClasses.checked} + .${switchClasses.track}`]: {
|
|
115
115
|
opacity: 0.5
|
|
116
116
|
},
|
|
117
117
|
[`&.${switchClasses.disabled} + .${switchClasses.track}`]: {
|
|
118
|
-
opacity: theme.palette.mode === 'light' ? 0.12 : 0.2
|
|
118
|
+
opacity: theme.vars ? theme.vars.opacity.switchTrackDisabled : `${theme.palette.mode === 'light' ? 0.12 : 0.2}`
|
|
119
119
|
},
|
|
120
120
|
[`& .${switchClasses.input}`]: {
|
|
121
121
|
left: '-100%',
|
|
@@ -126,7 +126,7 @@ const SwitchSwitchBase = styled(SwitchBase, {
|
|
|
126
126
|
ownerState
|
|
127
127
|
}) => _extends({
|
|
128
128
|
'&:hover': {
|
|
129
|
-
backgroundColor: alpha(theme.palette.action.active, theme.palette.action.hoverOpacity),
|
|
129
|
+
backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.activeChannel} / ${theme.vars.palette.action.hoverOpacity})` : alpha(theme.palette.action.active, theme.palette.action.hoverOpacity),
|
|
130
130
|
// Reset on touch devices, it doesn't add specificity
|
|
131
131
|
'@media (hover: none)': {
|
|
132
132
|
backgroundColor: 'transparent'
|
|
@@ -134,19 +134,19 @@ const SwitchSwitchBase = styled(SwitchBase, {
|
|
|
134
134
|
}
|
|
135
135
|
}, ownerState.color !== 'default' && {
|
|
136
136
|
[`&.${switchClasses.checked}`]: {
|
|
137
|
-
color: theme.palette[ownerState.color].main,
|
|
137
|
+
color: (theme.vars || theme).palette[ownerState.color].main,
|
|
138
138
|
'&:hover': {
|
|
139
|
-
backgroundColor: alpha(theme.palette[ownerState.color].main, theme.palette.action.hoverOpacity),
|
|
139
|
+
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),
|
|
140
140
|
'@media (hover: none)': {
|
|
141
141
|
backgroundColor: 'transparent'
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
[`&.${switchClasses.disabled}`]: {
|
|
145
|
-
color: theme.palette.mode === 'light' ? lighten(theme.palette[ownerState.color].main, 0.62) : darken(theme.palette[ownerState.color].main, 0.55)
|
|
145
|
+
color: theme.vars ? theme.vars.palette.Switch[`${ownerState.color}DisabledColor`] : `${theme.palette.mode === 'light' ? lighten(theme.palette[ownerState.color].main, 0.62) : darken(theme.palette[ownerState.color].main, 0.55)}`
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
[`&.${switchClasses.checked} + .${switchClasses.track}`]: {
|
|
149
|
-
backgroundColor: theme.palette[ownerState.color].main
|
|
149
|
+
backgroundColor: (theme.vars || theme).palette[ownerState.color].main
|
|
150
150
|
}
|
|
151
151
|
}));
|
|
152
152
|
const SwitchTrack = styled('span', {
|
|
@@ -163,8 +163,8 @@ const SwitchTrack = styled('span', {
|
|
|
163
163
|
transition: theme.transitions.create(['opacity', 'background-color'], {
|
|
164
164
|
duration: theme.transitions.duration.shortest
|
|
165
165
|
}),
|
|
166
|
-
backgroundColor: theme.palette.mode === 'light' ? theme.palette.common.black : theme.palette.common.white
|
|
167
|
-
opacity: theme.palette.mode === 'light' ? 0.38 : 0.3
|
|
166
|
+
backgroundColor: theme.vars ? theme.vars.palette.common.onBackground : `${theme.palette.mode === 'light' ? theme.palette.common.black : theme.palette.common.white}`,
|
|
167
|
+
opacity: theme.vars ? theme.vars.opacity.switchTrack : `${theme.palette.mode === 'light' ? 0.38 : 0.3}`
|
|
168
168
|
}));
|
|
169
169
|
const SwitchThumb = styled('span', {
|
|
170
170
|
name: 'MuiSwitch',
|
|
@@ -173,7 +173,7 @@ const SwitchThumb = styled('span', {
|
|
|
173
173
|
})(({
|
|
174
174
|
theme
|
|
175
175
|
}) => ({
|
|
176
|
-
boxShadow: theme.shadows[1],
|
|
176
|
+
boxShadow: (theme.vars || theme).shadows[1],
|
|
177
177
|
backgroundColor: 'currentColor',
|
|
178
178
|
width: 20,
|
|
179
179
|
height: 20,
|
|
@@ -46,18 +46,18 @@ const TableCellRoot = styled('td', {
|
|
|
46
46
|
verticalAlign: 'inherit',
|
|
47
47
|
// Workaround for a rendering bug with spanned columns in Chrome 62.0.
|
|
48
48
|
// Removes the alpha (sets it to 1), and lightens or darkens the theme color.
|
|
49
|
-
borderBottom: `1px solid
|
|
49
|
+
borderBottom: theme.vars ? `1px solid ${theme.vars.palette.TableCell.border}` : `1px solid
|
|
50
50
|
${theme.palette.mode === 'light' ? lighten(alpha(theme.palette.divider, 1), 0.88) : darken(alpha(theme.palette.divider, 1), 0.68)}`,
|
|
51
51
|
textAlign: 'left',
|
|
52
52
|
padding: 16
|
|
53
53
|
}, ownerState.variant === 'head' && {
|
|
54
|
-
color: theme.palette.text.primary,
|
|
54
|
+
color: (theme.vars || theme).palette.text.primary,
|
|
55
55
|
lineHeight: theme.typography.pxToRem(24),
|
|
56
56
|
fontWeight: theme.typography.fontWeightMedium
|
|
57
57
|
}, ownerState.variant === 'body' && {
|
|
58
|
-
color: theme.palette.text.primary
|
|
58
|
+
color: (theme.vars || theme).palette.text.primary
|
|
59
59
|
}, ownerState.variant === 'footer' && {
|
|
60
|
-
color: theme.palette.text.secondary,
|
|
60
|
+
color: (theme.vars || theme).palette.text.secondary,
|
|
61
61
|
lineHeight: theme.typography.pxToRem(21),
|
|
62
62
|
fontSize: theme.typography.pxToRem(12)
|
|
63
63
|
}, ownerState.size === 'small' && {
|
|
@@ -89,7 +89,7 @@ const TableCellRoot = styled('td', {
|
|
|
89
89
|
position: 'sticky',
|
|
90
90
|
top: 0,
|
|
91
91
|
zIndex: 2,
|
|
92
|
-
backgroundColor: theme.palette.background.default
|
|
92
|
+
backgroundColor: (theme.vars || theme).palette.background.default
|
|
93
93
|
}));
|
|
94
94
|
/**
|
|
95
95
|
* The component renders a `<th>` element when the parent context is a header
|
package/modern/Tabs/Tabs.js
CHANGED
|
@@ -417,31 +417,21 @@ const Tabs = /*#__PURE__*/React.forwardRef(function Tabs(inProps, ref) {
|
|
|
417
417
|
scroll(scrollValue);
|
|
418
418
|
};
|
|
419
419
|
|
|
420
|
-
const getFirstVisibleTab = tabs => {
|
|
421
|
-
const containerSize = tabsRef.current[clientSize];
|
|
422
|
-
const containerStartBound = Math.round(tabsRef.current[scrollStart]);
|
|
423
|
-
const containerEndBound = Math.round(containerStartBound + containerSize);
|
|
424
|
-
const offset = vertical ? 'offsetTop' : 'offsetLeft';
|
|
425
|
-
return tabs.find(tab => {
|
|
426
|
-
const centerPoint = tab[offset] + tab[clientSize] / 2;
|
|
427
|
-
return centerPoint >= containerStartBound && centerPoint <= containerEndBound;
|
|
428
|
-
});
|
|
429
|
-
};
|
|
430
|
-
|
|
431
420
|
const getScrollSize = () => {
|
|
432
421
|
const containerSize = tabsRef.current[clientSize];
|
|
433
422
|
let totalSize = 0;
|
|
434
423
|
const children = Array.from(tabListRef.current.children);
|
|
435
|
-
const firstVisibleTab = getFirstVisibleTab(children);
|
|
436
|
-
|
|
437
|
-
if (firstVisibleTab && firstVisibleTab[clientSize] > containerSize) {
|
|
438
|
-
return firstVisibleTab[clientSize];
|
|
439
|
-
}
|
|
440
424
|
|
|
441
425
|
for (let i = 0; i < children.length; i += 1) {
|
|
442
426
|
const tab = children[i];
|
|
443
427
|
|
|
444
428
|
if (totalSize + tab[clientSize] > containerSize) {
|
|
429
|
+
// If the first item is longer than the container size, then only scroll
|
|
430
|
+
// by the container size.
|
|
431
|
+
if (i === 0) {
|
|
432
|
+
totalSize = containerSize;
|
|
433
|
+
}
|
|
434
|
+
|
|
445
435
|
break;
|
|
446
436
|
}
|
|
447
437
|
|
|
@@ -551,8 +541,16 @@ const Tabs = /*#__PURE__*/React.forwardRef(function Tabs(inProps, ref) {
|
|
|
551
541
|
});
|
|
552
542
|
React.useEffect(() => {
|
|
553
543
|
const handleResize = debounce(() => {
|
|
554
|
-
|
|
555
|
-
|
|
544
|
+
// If the Tabs component is replaced by Suspense with a fallback, the last
|
|
545
|
+
// ResizeObserver's handler that runs because of the change in the layout is trying to
|
|
546
|
+
// access a dom node that is no longer there (as the fallback component is being shown instead).
|
|
547
|
+
// See https://github.com/mui/material-ui/issues/33276
|
|
548
|
+
// TODO: Add tests that will ensure the component is not failing when
|
|
549
|
+
// replaced by Suspense with a fallback, once React is updated to version 18
|
|
550
|
+
if (tabsRef.current) {
|
|
551
|
+
updateIndicatorState();
|
|
552
|
+
updateScrollButtonState();
|
|
553
|
+
}
|
|
556
554
|
});
|
|
557
555
|
const win = ownerWindow(tabsRef.current);
|
|
558
556
|
win.addEventListener('resize', handleResize);
|
|
@@ -117,7 +117,7 @@ const TooltipTooltip = styled('div', {
|
|
|
117
117
|
theme,
|
|
118
118
|
ownerState
|
|
119
119
|
}) => _extends({
|
|
120
|
-
backgroundColor: theme.vars ?
|
|
120
|
+
backgroundColor: theme.vars ? theme.vars.palette.Tooltip.bg : alpha(theme.palette.grey[700], 0.92),
|
|
121
121
|
borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
122
122
|
color: (theme.vars || theme).palette.common.white,
|
|
123
123
|
fontFamily: theme.typography.fontFamily,
|
package/modern/index.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
|
|
3
|
-
/* eslint-disable @typescript-eslint/naming-convention */
|
|
4
2
|
import { unstable_createCssVarsProvider as createCssVarsProvider } from '@mui/system';
|
|
5
3
|
import experimental_extendTheme from './experimental_extendTheme';
|
|
6
4
|
import createTypography from './createTypography';
|
|
5
|
+
|
|
6
|
+
const shouldSkipGeneratingVar = keys => !!keys[0].match(/(typography|mixins|breakpoints|direction|transitions)/) || keys[0] === 'palette' && !!keys[1]?.match(/(mode|contrastThreshold|tonalOffset)/);
|
|
7
|
+
|
|
7
8
|
const defaultTheme = experimental_extendTheme();
|
|
8
9
|
const {
|
|
9
|
-
CssVarsProvider
|
|
10
|
+
CssVarsProvider,
|
|
10
11
|
useColorScheme,
|
|
11
12
|
getInitColorSchemeScript
|
|
12
13
|
} = createCssVarsProvider({
|
|
@@ -18,7 +19,6 @@ const {
|
|
|
18
19
|
light: 'light',
|
|
19
20
|
dark: 'dark'
|
|
20
21
|
},
|
|
21
|
-
prefix: 'md',
|
|
22
22
|
resolveTheme: theme => {
|
|
23
23
|
const newTheme = _extends({}, theme, {
|
|
24
24
|
typography: createTypography(theme.palette, theme.typography)
|
|
@@ -26,6 +26,6 @@ const {
|
|
|
26
26
|
|
|
27
27
|
return newTheme;
|
|
28
28
|
},
|
|
29
|
-
shouldSkipGeneratingVar
|
|
29
|
+
shouldSkipGeneratingVar
|
|
30
30
|
});
|
|
31
|
-
export { useColorScheme, getInitColorSchemeScript, Experimental_CssVarsProvider };
|
|
31
|
+
export { useColorScheme, getInitColorSchemeScript, shouldSkipGeneratingVar, CssVarsProvider as Experimental_CssVarsProvider };
|