@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/Chip/Chip.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
}));
|
package/modern/Dialog/Dialog.js
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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:
|
|
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.inputUnderline})` : 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
|
package/modern/Input/Input.js
CHANGED
|
@@ -43,7 +43,7 @@ const InputRoot = styled(InputBaseRoot, {
|
|
|
43
43
|
let bottomLineColor = light ? 'rgba(0, 0, 0, 0.42)' : 'rgba(255, 255, 255, 0.7)';
|
|
44
44
|
|
|
45
45
|
if (theme.vars) {
|
|
46
|
-
bottomLineColor = `rgba(${theme.vars.palette.common.onBackgroundChannel} / ${theme.vars.opacity.
|
|
46
|
+
bottomLineColor = `rgba(${theme.vars.palette.common.onBackgroundChannel} / ${theme.vars.opacity.inputUnderline})`;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
return _extends({
|
|
@@ -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.
|
|
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.
|
|
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' && {
|
package/modern/Modal/Modal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
2
2
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
3
|
-
const _excluded = ["BackdropComponent", "closeAfterTransition", "children", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted"];
|
|
3
|
+
const _excluded = ["BackdropComponent", "BackdropProps", "closeAfterTransition", "children", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "theme"];
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import { isHostComponent } from '@mui/base';
|
|
@@ -69,8 +69,10 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
|
|
|
69
69
|
|
|
70
70
|
const {
|
|
71
71
|
BackdropComponent = ModalBackdrop,
|
|
72
|
+
BackdropProps,
|
|
72
73
|
closeAfterTransition = false,
|
|
73
74
|
children,
|
|
75
|
+
component,
|
|
74
76
|
components = {},
|
|
75
77
|
componentsProps = {},
|
|
76
78
|
disableAutoFocus = false,
|
|
@@ -80,7 +82,9 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
|
|
|
80
82
|
disableRestoreFocus = false,
|
|
81
83
|
disableScrollLock = false,
|
|
82
84
|
hideBackdrop = false,
|
|
83
|
-
keepMounted = false
|
|
85
|
+
keepMounted = false,
|
|
86
|
+
// eslint-disable-next-line react/prop-types
|
|
87
|
+
theme
|
|
84
88
|
} = props,
|
|
85
89
|
other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
86
90
|
|
|
@@ -102,16 +106,19 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
|
|
|
102
106
|
});
|
|
103
107
|
|
|
104
108
|
const classes = extendUtilityClasses(ownerState);
|
|
109
|
+
const Root = components.Root ?? component ?? ModalRoot;
|
|
105
110
|
return /*#__PURE__*/_jsx(ModalUnstyled, _extends({
|
|
106
111
|
components: _extends({
|
|
107
|
-
Root
|
|
112
|
+
Root,
|
|
113
|
+
Backdrop: BackdropComponent
|
|
108
114
|
}, components),
|
|
109
115
|
componentsProps: {
|
|
110
|
-
root: _extends({}, componentsProps.root,
|
|
111
|
-
|
|
112
|
-
|
|
116
|
+
root: _extends({}, componentsProps.root, !isHostComponent(Root) && {
|
|
117
|
+
as: component,
|
|
118
|
+
theme
|
|
119
|
+
}),
|
|
120
|
+
backdrop: _extends({}, BackdropProps, componentsProps.backdrop)
|
|
113
121
|
},
|
|
114
|
-
BackdropComponent: BackdropComponent,
|
|
115
122
|
onTransitionEnter: () => setExited(false),
|
|
116
123
|
onTransitionExited: () => setExited(true),
|
|
117
124
|
ref: ref
|
|
@@ -131,6 +138,7 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes
|
|
|
131
138
|
|
|
132
139
|
/**
|
|
133
140
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
141
|
+
* @deprecated Use `components.Backdrop` instead.
|
|
134
142
|
* @default styled(Backdrop, {
|
|
135
143
|
* name: 'MuiModal',
|
|
136
144
|
* slot: 'Backdrop',
|
|
@@ -145,6 +153,7 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes
|
|
|
145
153
|
|
|
146
154
|
/**
|
|
147
155
|
* Props applied to the [`Backdrop`](/material-ui/api/backdrop/) element.
|
|
156
|
+
* @deprecated Use `componentsProps.backdrop` instead.
|
|
148
157
|
*/
|
|
149
158
|
BackdropProps: PropTypes.object,
|
|
150
159
|
|
|
@@ -164,12 +173,19 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes
|
|
|
164
173
|
*/
|
|
165
174
|
closeAfterTransition: PropTypes.bool,
|
|
166
175
|
|
|
176
|
+
/**
|
|
177
|
+
* The component used for the root node.
|
|
178
|
+
* Either a string to use a HTML element or a component.
|
|
179
|
+
*/
|
|
180
|
+
component: PropTypes.elementType,
|
|
181
|
+
|
|
167
182
|
/**
|
|
168
183
|
* The components used for each slot inside the Modal.
|
|
169
184
|
* Either a string to use a HTML element or a component.
|
|
170
185
|
* @default {}
|
|
171
186
|
*/
|
|
172
187
|
components: PropTypes.shape({
|
|
188
|
+
Backdrop: PropTypes.elementType,
|
|
173
189
|
Root: PropTypes.elementType
|
|
174
190
|
}),
|
|
175
191
|
|
|
@@ -178,6 +194,7 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes
|
|
|
178
194
|
* @default {}
|
|
179
195
|
*/
|
|
180
196
|
componentsProps: PropTypes.shape({
|
|
197
|
+
backdrop: PropTypes.object,
|
|
181
198
|
root: PropTypes.object
|
|
182
199
|
}),
|
|
183
200
|
|
|
@@ -40,25 +40,25 @@ const OutlinedInputRoot = styled(InputBaseRoot, {
|
|
|
40
40
|
const borderColor = theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)';
|
|
41
41
|
return _extends({
|
|
42
42
|
position: 'relative',
|
|
43
|
-
borderRadius: theme.shape.borderRadius,
|
|
43
|
+
borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
44
44
|
[`&:hover .${outlinedInputClasses.notchedOutline}`]: {
|
|
45
|
-
borderColor: theme.palette.text.primary
|
|
45
|
+
borderColor: (theme.vars || theme).palette.text.primary
|
|
46
46
|
},
|
|
47
47
|
// Reset on touch devices, it doesn't add specificity
|
|
48
48
|
'@media (hover: none)': {
|
|
49
49
|
[`&:hover .${outlinedInputClasses.notchedOutline}`]: {
|
|
50
|
-
borderColor
|
|
50
|
+
borderColor: theme.vars ? `rgba(${theme.vars.palette.common.onBackgroundChannel} / 0.23)` : borderColor
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
[`&.${outlinedInputClasses.focused} .${outlinedInputClasses.notchedOutline}`]: {
|
|
54
|
-
borderColor: theme.palette[ownerState.color].main,
|
|
54
|
+
borderColor: (theme.vars || theme).palette[ownerState.color].main,
|
|
55
55
|
borderWidth: 2
|
|
56
56
|
},
|
|
57
57
|
[`&.${outlinedInputClasses.error} .${outlinedInputClasses.notchedOutline}`]: {
|
|
58
|
-
borderColor: theme.palette.error.main
|
|
58
|
+
borderColor: (theme.vars || theme).palette.error.main
|
|
59
59
|
},
|
|
60
60
|
[`&.${outlinedInputClasses.disabled} .${outlinedInputClasses.notchedOutline}`]: {
|
|
61
|
-
borderColor: theme.palette.action.disabled
|
|
61
|
+
borderColor: (theme.vars || theme).palette.action.disabled
|
|
62
62
|
}
|
|
63
63
|
}, ownerState.startAdornment && {
|
|
64
64
|
paddingLeft: 14
|
|
@@ -76,9 +76,12 @@ const NotchedOutlineRoot = styled(NotchedOutline, {
|
|
|
76
76
|
overridesResolver: (props, styles) => styles.notchedOutline
|
|
77
77
|
})(({
|
|
78
78
|
theme
|
|
79
|
-
}) =>
|
|
80
|
-
borderColor
|
|
81
|
-
|
|
79
|
+
}) => {
|
|
80
|
+
const borderColor = theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)';
|
|
81
|
+
return {
|
|
82
|
+
borderColor: theme.vars ? `rgba(${theme.vars.palette.common.onBackgroundChannel} / 0.23)` : borderColor
|
|
83
|
+
};
|
|
84
|
+
});
|
|
82
85
|
const OutlinedInputInput = styled(InputBaseInput, {
|
|
83
86
|
name: 'MuiOutlinedInput',
|
|
84
87
|
slot: 'Input',
|
|
@@ -87,13 +90,25 @@ const OutlinedInputInput = styled(InputBaseInput, {
|
|
|
87
90
|
theme,
|
|
88
91
|
ownerState
|
|
89
92
|
}) => _extends({
|
|
90
|
-
padding: '16.5px 14px'
|
|
93
|
+
padding: '16.5px 14px'
|
|
94
|
+
}, !theme.vars && {
|
|
91
95
|
'&:-webkit-autofill': {
|
|
92
96
|
WebkitBoxShadow: theme.palette.mode === 'light' ? null : '0 0 0 100px #266798 inset',
|
|
93
97
|
WebkitTextFillColor: theme.palette.mode === 'light' ? null : '#fff',
|
|
94
98
|
caretColor: theme.palette.mode === 'light' ? null : '#fff',
|
|
95
99
|
borderRadius: 'inherit'
|
|
96
100
|
}
|
|
101
|
+
}, theme.vars && {
|
|
102
|
+
'&:-webkit-autofill': {
|
|
103
|
+
borderRadius: 'inherit'
|
|
104
|
+
},
|
|
105
|
+
[theme.getColorSchemeSelector('dark')]: {
|
|
106
|
+
'&:-webkit-autofill': {
|
|
107
|
+
WebkitBoxShadow: '0 0 0 100px #266798 inset',
|
|
108
|
+
WebkitTextFillColor: '#fff',
|
|
109
|
+
caretColor: '#fff'
|
|
110
|
+
}
|
|
111
|
+
}
|
|
97
112
|
}, ownerState.size === 'small' && {
|
|
98
113
|
padding: '8.5px 14px'
|
|
99
114
|
}, ownerState.multiline && {
|
|
@@ -129,12 +144,27 @@ const OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inPro
|
|
|
129
144
|
muiFormControl,
|
|
130
145
|
states: ['required']
|
|
131
146
|
});
|
|
147
|
+
|
|
148
|
+
const ownerState = _extends({}, props, {
|
|
149
|
+
color: fcs.color || 'primary',
|
|
150
|
+
disabled: fcs.disabled,
|
|
151
|
+
error: fcs.error,
|
|
152
|
+
focused: fcs.focused,
|
|
153
|
+
formControl: muiFormControl,
|
|
154
|
+
fullWidth,
|
|
155
|
+
hiddenLabel: fcs.hiddenLabel,
|
|
156
|
+
multiline,
|
|
157
|
+
size: fcs.size,
|
|
158
|
+
type
|
|
159
|
+
});
|
|
160
|
+
|
|
132
161
|
return /*#__PURE__*/_jsx(InputBase, _extends({
|
|
133
162
|
components: _extends({
|
|
134
163
|
Root: OutlinedInputRoot,
|
|
135
164
|
Input: OutlinedInputInput
|
|
136
165
|
}, components),
|
|
137
166
|
renderSuffix: state => /*#__PURE__*/_jsx(NotchedOutlineRoot, {
|
|
167
|
+
ownerState: ownerState,
|
|
138
168
|
className: classes.notchedOutline,
|
|
139
169
|
label: label != null && label !== '' && fcs.required ? _React$Fragment || (_React$Fragment = /*#__PURE__*/_jsxs(React.Fragment, {
|
|
140
170
|
children: [label, "\xA0", '*']
|
package/modern/Select/Select.js
CHANGED
|
@@ -294,7 +294,7 @@ process.env.NODE_ENV !== "production" ? Select.propTypes
|
|
|
294
294
|
* If the value is an object it must have reference equality with the option in order to be selected.
|
|
295
295
|
* If the value is not an object, the string representation must match with the string representation of the option in order to be selected.
|
|
296
296
|
*/
|
|
297
|
-
value: PropTypes.any,
|
|
297
|
+
value: PropTypes.oneOfType([PropTypes.oneOf(['']), PropTypes.any]),
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
300
|
* The variant to use.
|
|
@@ -72,7 +72,7 @@ const SkeletonRoot = styled('span', {
|
|
|
72
72
|
return _extends({
|
|
73
73
|
display: 'block',
|
|
74
74
|
// Create a "on paper" color with sufficient contrast retaining the color
|
|
75
|
-
backgroundColor: alpha(theme.palette.text.primary, theme.palette.mode === 'light' ? 0.11 : 0.13),
|
|
75
|
+
backgroundColor: theme.vars ? theme.vars.palette.Skeleton.bg : alpha(theme.palette.text.primary, theme.palette.mode === 'light' ? 0.11 : 0.13),
|
|
76
76
|
height: '1.2em'
|
|
77
77
|
}, ownerState.variant === 'text' && {
|
|
78
78
|
marginTop: 0,
|
|
@@ -111,7 +111,12 @@ const SkeletonRoot = styled('span', {
|
|
|
111
111
|
|
|
112
112
|
&::after {
|
|
113
113
|
animation: ${waveKeyframe} 1.6s linear 0.5s infinite;
|
|
114
|
-
background: linear-gradient(
|
|
114
|
+
background: linear-gradient(
|
|
115
|
+
90deg,
|
|
116
|
+
transparent,
|
|
117
|
+
${(theme.vars || theme).palette.action.hover},
|
|
118
|
+
transparent
|
|
119
|
+
);
|
|
115
120
|
content: '';
|
|
116
121
|
position: absolute;
|
|
117
122
|
transform: translateX(-100%); /* Avoid flash during server-side hydration */
|