@mui/material 5.14.12 → 5.14.13
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/Alert/Alert.d.ts +1 -1
- package/Alert/Alert.js +1 -1
- package/AppBar/AppBar.d.ts +1 -1
- package/AppBar/AppBar.js +1 -1
- package/Badge/Badge.d.ts +1 -1
- package/Badge/Badge.js +1 -1
- package/Button/Button.d.ts +1 -1
- package/Button/Button.js +1 -1
- package/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/ButtonGroup/ButtonGroup.js +1 -1
- package/CHANGELOG.md +66 -0
- package/Checkbox/Checkbox.d.ts +1 -1
- package/Checkbox/Checkbox.js +2 -2
- package/Chip/Chip.d.ts +1 -1
- package/Chip/Chip.js +7 -1
- package/CircularProgress/CircularProgress.d.ts +1 -1
- package/CircularProgress/CircularProgress.js +1 -1
- package/Fab/Fab.d.ts +1 -1
- package/Fab/Fab.js +1 -1
- package/FilledInput/FilledInput.js +1 -1
- package/FormControl/FormControl.d.ts +1 -1
- package/FormControl/FormControl.js +1 -1
- package/FormLabel/FormLabel.d.ts +1 -1
- package/FormLabel/FormLabel.js +1 -1
- package/Icon/Icon.d.ts +1 -1
- package/Icon/Icon.js +1 -1
- package/IconButton/IconButton.d.ts +1 -1
- package/IconButton/IconButton.js +1 -1
- package/Input/Input.js +1 -1
- package/InputBase/InputBase.d.ts +1 -1
- package/InputBase/InputBase.js +1 -1
- package/InputLabel/InputLabel.js +1 -1
- package/LinearProgress/LinearProgress.d.ts +1 -1
- package/LinearProgress/LinearProgress.js +1 -1
- package/OutlinedInput/OutlinedInput.js +1 -1
- package/Pagination/Pagination.d.ts +1 -1
- package/Pagination/Pagination.js +1 -1
- package/PaginationItem/PaginationItem.d.ts +1 -1
- package/PaginationItem/PaginationItem.js +3 -3
- package/Radio/Radio.d.ts +1 -1
- package/Radio/Radio.js +1 -1
- package/Slider/Slider.d.ts +5 -2
- package/Slider/Slider.js +2 -2
- package/Slider/sliderClasses.d.ts +16 -0
- package/Slider/sliderClasses.js +1 -1
- package/SvgIcon/SvgIcon.d.ts +1 -1
- package/SvgIcon/SvgIcon.js +1 -1
- package/Switch/Switch.d.ts +1 -1
- package/Switch/Switch.js +1 -1
- package/TextField/TextField.d.ts +1 -1
- package/TextField/TextField.js +1 -1
- package/ToggleButton/ToggleButton.d.ts +1 -1
- package/ToggleButton/ToggleButton.js +1 -1
- package/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/index.js +1 -1
- package/legacy/Alert/Alert.js +1 -1
- package/legacy/AppBar/AppBar.js +1 -1
- package/legacy/Badge/Badge.js +1 -1
- package/legacy/Button/Button.js +1 -1
- package/legacy/ButtonGroup/ButtonGroup.js +1 -1
- package/legacy/Checkbox/Checkbox.js +2 -2
- package/legacy/Chip/Chip.js +7 -1
- package/legacy/CircularProgress/CircularProgress.js +1 -1
- package/legacy/Fab/Fab.js +1 -1
- package/legacy/FilledInput/FilledInput.js +1 -1
- package/legacy/FormControl/FormControl.js +1 -1
- package/legacy/FormLabel/FormLabel.js +1 -1
- package/legacy/Icon/Icon.js +1 -1
- package/legacy/IconButton/IconButton.js +1 -1
- package/legacy/Input/Input.js +1 -1
- package/legacy/InputBase/InputBase.js +1 -1
- package/legacy/InputLabel/InputLabel.js +1 -1
- package/legacy/LinearProgress/LinearProgress.js +1 -1
- package/legacy/OutlinedInput/OutlinedInput.js +1 -1
- package/legacy/Pagination/Pagination.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +3 -3
- package/legacy/Radio/Radio.js +1 -1
- package/legacy/Slider/Slider.js +2 -2
- package/legacy/Slider/sliderClasses.js +1 -1
- package/legacy/SvgIcon/SvgIcon.js +1 -1
- package/legacy/Switch/Switch.js +1 -1
- package/legacy/TextField/TextField.js +1 -1
- package/legacy/ToggleButton/ToggleButton.js +1 -1
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/Alert/Alert.js +1 -1
- package/modern/AppBar/AppBar.js +1 -1
- package/modern/Badge/Badge.js +1 -1
- package/modern/Button/Button.js +1 -1
- package/modern/ButtonGroup/ButtonGroup.js +1 -1
- package/modern/Checkbox/Checkbox.js +2 -2
- package/modern/Chip/Chip.js +7 -1
- package/modern/CircularProgress/CircularProgress.js +1 -1
- package/modern/Fab/Fab.js +1 -1
- package/modern/FilledInput/FilledInput.js +1 -1
- package/modern/FormControl/FormControl.js +1 -1
- package/modern/FormLabel/FormLabel.js +1 -1
- package/modern/Icon/Icon.js +1 -1
- package/modern/IconButton/IconButton.js +1 -1
- package/modern/Input/Input.js +1 -1
- package/modern/InputBase/InputBase.js +1 -1
- package/modern/InputLabel/InputLabel.js +1 -1
- package/modern/LinearProgress/LinearProgress.js +1 -1
- package/modern/OutlinedInput/OutlinedInput.js +1 -1
- package/modern/Pagination/Pagination.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +3 -3
- package/modern/Radio/Radio.js +1 -1
- package/modern/Slider/Slider.js +2 -2
- package/modern/Slider/sliderClasses.js +1 -1
- package/modern/SvgIcon/SvgIcon.js +1 -1
- package/modern/Switch/Switch.js +1 -1
- package/modern/TextField/TextField.js +1 -1
- package/modern/ToggleButton/ToggleButton.js +1 -1
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/modern/index.js +1 -1
- package/node/Alert/Alert.js +1 -1
- package/node/AppBar/AppBar.js +1 -1
- package/node/Badge/Badge.js +1 -1
- package/node/Button/Button.js +1 -1
- package/node/ButtonGroup/ButtonGroup.js +1 -1
- package/node/Checkbox/Checkbox.js +2 -2
- package/node/Chip/Chip.js +7 -1
- package/node/CircularProgress/CircularProgress.js +1 -1
- package/node/Fab/Fab.js +1 -1
- package/node/FilledInput/FilledInput.js +1 -1
- package/node/FormControl/FormControl.js +1 -1
- package/node/FormLabel/FormLabel.js +1 -1
- package/node/Icon/Icon.js +1 -1
- package/node/IconButton/IconButton.js +1 -1
- package/node/Input/Input.js +1 -1
- package/node/InputBase/InputBase.js +1 -1
- package/node/InputLabel/InputLabel.js +1 -1
- package/node/LinearProgress/LinearProgress.js +1 -1
- package/node/OutlinedInput/OutlinedInput.js +1 -1
- package/node/Pagination/Pagination.js +1 -1
- package/node/PaginationItem/PaginationItem.js +3 -3
- package/node/Radio/Radio.js +1 -1
- package/node/Slider/Slider.js +2 -2
- package/node/Slider/sliderClasses.js +1 -1
- package/node/SvgIcon/SvgIcon.js +1 -1
- package/node/Switch/Switch.js +1 -1
- package/node/TextField/TextField.js +1 -1
- package/node/ToggleButton/ToggleButton.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/node/index.js +1 -1
- package/package.json +7 -7
- package/styles/components.d.ts +1 -0
- package/styles/overrides.d.ts +2 -0
- package/umd/material-ui.development.js +47 -34
- package/umd/material-ui.production.min.js +4 -4
|
@@ -183,7 +183,7 @@ process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes /* remove-pr
|
|
|
183
183
|
/**
|
|
184
184
|
* The color of the button when it is selected.
|
|
185
185
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
186
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
186
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
187
187
|
* @default 'standard'
|
|
188
188
|
*/
|
|
189
189
|
color: _propTypes.default /* @typescript-to-proptypes-ignore */.oneOfType([_propTypes.default.oneOf(['standard', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), _propTypes.default.string]),
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "React components that implement Google's Material Design.",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.23.1",
|
|
31
|
-
"@mui/base": "5.0.0-beta.
|
|
32
|
-
"@mui/core-downloads-tracker": "^5.14.
|
|
33
|
-
"@mui/system": "^5.14.
|
|
34
|
-
"@mui/types": "^7.2.
|
|
35
|
-
"@mui/utils": "^5.14.
|
|
36
|
-
"@types/react-transition-group": "^4.4.
|
|
31
|
+
"@mui/base": "5.0.0-beta.19",
|
|
32
|
+
"@mui/core-downloads-tracker": "^5.14.13",
|
|
33
|
+
"@mui/system": "^5.14.13",
|
|
34
|
+
"@mui/types": "^7.2.6",
|
|
35
|
+
"@mui/utils": "^5.14.13",
|
|
36
|
+
"@types/react-transition-group": "^4.4.7",
|
|
37
37
|
"clsx": "^2.0.0",
|
|
38
38
|
"csstype": "^3.1.2",
|
|
39
39
|
"prop-types": "^15.8.1",
|
package/styles/components.d.ts
CHANGED
|
@@ -380,6 +380,7 @@ export interface Components<Theme = unknown> {
|
|
|
380
380
|
};
|
|
381
381
|
MuiPopper?: {
|
|
382
382
|
defaultProps?: ComponentsProps['MuiPopper'];
|
|
383
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiPopper'];
|
|
383
384
|
};
|
|
384
385
|
MuiPopover?: {
|
|
385
386
|
defaultProps?: ComponentsProps['MuiPopover'];
|
package/styles/overrides.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CSSObject, CSSInterpolation } from '@mui/system';
|
|
2
|
+
import { PopperClassKey } from '@mui/base/Popper';
|
|
2
3
|
import { ComponentsPropsList } from './props';
|
|
3
4
|
import { AccordionActionsClassKey } from '../AccordionActions';
|
|
4
5
|
import { AccordionClassKey } from '../Accordion';
|
|
@@ -215,6 +216,7 @@ export interface ComponentNameToClassKey {
|
|
|
215
216
|
MuiPaginationItem: PaginationItemClassKey;
|
|
216
217
|
MuiPaper: PaperClassKey;
|
|
217
218
|
MuiPopover: PopoverClassKey;
|
|
219
|
+
MuiPopper: PopperClassKey;
|
|
218
220
|
MuiRadio: RadioClassKey;
|
|
219
221
|
MuiRating: RatingClassKey;
|
|
220
222
|
MuiScopedCssBaseline: ScopedCssBaselineClassKey;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/material v5.14.
|
|
2
|
+
* @mui/material v5.14.13
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -6542,6 +6542,11 @@
|
|
|
6542
6542
|
} else {
|
|
6543
6543
|
value = getPath(themeMapping, propValueFinal) || userValue;
|
|
6544
6544
|
}
|
|
6545
|
+
if (typeof value === 'object') {
|
|
6546
|
+
{
|
|
6547
|
+
console.warn(`MUI: The value found in theme for prop: "${propValueFinal}" is an [Object] instead of string or number. Check if you forgot to add the correct dotted notation, eg, "background.paper" instead of "background".`);
|
|
6548
|
+
}
|
|
6549
|
+
}
|
|
6545
6550
|
if (transform) {
|
|
6546
6551
|
value = transform(value, userValue, themeMapping);
|
|
6547
6552
|
}
|
|
@@ -11334,7 +11339,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
11334
11339
|
/**
|
|
11335
11340
|
* The color of the component.
|
|
11336
11341
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
11337
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
11342
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
11338
11343
|
* You can use the `htmlColor` prop to apply a color attribute to the SVG element.
|
|
11339
11344
|
* @default 'inherit'
|
|
11340
11345
|
*/
|
|
@@ -14555,7 +14560,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
14555
14560
|
/**
|
|
14556
14561
|
* The color of the component.
|
|
14557
14562
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
14558
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
14563
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
14559
14564
|
* @default 'default'
|
|
14560
14565
|
*/
|
|
14561
14566
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -14826,7 +14831,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
14826
14831
|
/**
|
|
14827
14832
|
* The color of the component. Unless provided, the value is taken from the `severity` prop.
|
|
14828
14833
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
14829
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
14834
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
14830
14835
|
*/
|
|
14831
14836
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
14832
14837
|
/**
|
|
@@ -15333,7 +15338,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
15333
15338
|
/**
|
|
15334
15339
|
* The color of the component.
|
|
15335
15340
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
15336
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
15341
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
15337
15342
|
* @default 'primary'
|
|
15338
15343
|
*/
|
|
15339
15344
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'inherit', 'primary', 'secondary', 'transparent']), PropTypes.string]),
|
|
@@ -20728,10 +20733,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
20728
20733
|
}),
|
|
20729
20734
|
getClearProps: () => ({
|
|
20730
20735
|
tabIndex: -1,
|
|
20736
|
+
type: 'button',
|
|
20731
20737
|
onClick: handleClear
|
|
20732
20738
|
}),
|
|
20733
20739
|
getPopupIndicatorProps: () => ({
|
|
20734
20740
|
tabIndex: -1,
|
|
20741
|
+
type: 'button',
|
|
20735
20742
|
onClick: handlePopupIndicator
|
|
20736
20743
|
}),
|
|
20737
20744
|
getTagProps: ({
|
|
@@ -21369,9 +21376,15 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
21369
21376
|
paddingLeft: 12,
|
|
21370
21377
|
paddingRight: 12,
|
|
21371
21378
|
whiteSpace: 'nowrap'
|
|
21379
|
+
}, ownerState.variant === 'outlined' && {
|
|
21380
|
+
paddingLeft: 11,
|
|
21381
|
+
paddingRight: 11
|
|
21372
21382
|
}, ownerState.size === 'small' && {
|
|
21373
21383
|
paddingLeft: 8,
|
|
21374
21384
|
paddingRight: 8
|
|
21385
|
+
}, ownerState.size === 'small' && ownerState.variant === 'outlined' && {
|
|
21386
|
+
paddingLeft: 7,
|
|
21387
|
+
paddingRight: 7
|
|
21375
21388
|
}));
|
|
21376
21389
|
function isDeleteKeyboardEvent(keyboardEvent) {
|
|
21377
21390
|
return keyboardEvent.key === 'Backspace' || keyboardEvent.key === 'Delete';
|
|
@@ -21536,7 +21549,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
21536
21549
|
/**
|
|
21537
21550
|
* The color of the component.
|
|
21538
21551
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
21539
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
21552
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
21540
21553
|
* @default 'default'
|
|
21541
21554
|
*/
|
|
21542
21555
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -22174,7 +22187,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
22174
22187
|
/**
|
|
22175
22188
|
* The color of the component.
|
|
22176
22189
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
22177
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
22190
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
22178
22191
|
* The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
|
|
22179
22192
|
*/
|
|
22180
22193
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -24539,7 +24552,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
24539
24552
|
/**
|
|
24540
24553
|
* The color of the component.
|
|
24541
24554
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
24542
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
24555
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
24543
24556
|
* @default 'default'
|
|
24544
24557
|
*/
|
|
24545
24558
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -25555,7 +25568,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
25555
25568
|
/**
|
|
25556
25569
|
* The color of the component.
|
|
25557
25570
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
25558
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
25571
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
25559
25572
|
* @default 'primary'
|
|
25560
25573
|
*/
|
|
25561
25574
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary', 'success', 'error', 'info', 'warning']), PropTypes.string]),
|
|
@@ -25857,7 +25870,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
25857
25870
|
/**
|
|
25858
25871
|
* The color of the component.
|
|
25859
25872
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
25860
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
25873
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
25861
25874
|
* @default 'primary'
|
|
25862
25875
|
*/
|
|
25863
25876
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -26902,7 +26915,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
26902
26915
|
color: (theme.vars || theme).palette.text.secondary
|
|
26903
26916
|
}, !ownerState.disableRipple && {
|
|
26904
26917
|
'&:hover': {
|
|
26905
|
-
backgroundColor: theme.vars ? `rgba(${ownerState.color === 'default' ? theme.vars.palette.action.activeChannel : theme.vars.palette.
|
|
26918
|
+
backgroundColor: theme.vars ? `rgba(${ownerState.color === 'default' ? theme.vars.palette.action.activeChannel : theme.vars.palette[ownerState.color].mainChannel} / ${theme.vars.palette.action.hoverOpacity})` : alpha(ownerState.color === 'default' ? theme.palette.action.active : theme.palette[ownerState.color].main, theme.palette.action.hoverOpacity),
|
|
26906
26919
|
// Reset on touch devices, it doesn't add specificity
|
|
26907
26920
|
'@media (hover: none)': {
|
|
26908
26921
|
backgroundColor: 'transparent'
|
|
@@ -26987,7 +27000,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
26987
27000
|
/**
|
|
26988
27001
|
* The color of the component.
|
|
26989
27002
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
26990
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
27003
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
26991
27004
|
* @default 'primary'
|
|
26992
27005
|
*/
|
|
26993
27006
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -27259,7 +27272,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
27259
27272
|
/**
|
|
27260
27273
|
* The color of the component.
|
|
27261
27274
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
27262
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
27275
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
27263
27276
|
* @default 'primary'
|
|
27264
27277
|
*/
|
|
27265
27278
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -29613,7 +29626,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
29613
29626
|
/**
|
|
29614
29627
|
* The color of the component.
|
|
29615
29628
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
29616
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
29629
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
29617
29630
|
* @default 'default'
|
|
29618
29631
|
*/
|
|
29619
29632
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'error', 'info', 'inherit', 'primary', 'secondary', 'success', 'warning']), PropTypes.string]),
|
|
@@ -29903,7 +29916,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
29903
29916
|
/**
|
|
29904
29917
|
* The color of the component.
|
|
29905
29918
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
29906
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
29919
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
29907
29920
|
* The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
|
|
29908
29921
|
*/
|
|
29909
29922
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary']), PropTypes.string]),
|
|
@@ -30296,7 +30309,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
30296
30309
|
/**
|
|
30297
30310
|
* The color of the component.
|
|
30298
30311
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
30299
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
30312
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
30300
30313
|
* @default 'primary'
|
|
30301
30314
|
*/
|
|
30302
30315
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -31030,7 +31043,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
31030
31043
|
/**
|
|
31031
31044
|
* The color of the component.
|
|
31032
31045
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
31033
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
31046
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
31034
31047
|
*/
|
|
31035
31048
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['error', 'info', 'primary', 'secondary', 'success', 'warning']), PropTypes.string]),
|
|
31036
31049
|
/**
|
|
@@ -32676,7 +32689,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
32676
32689
|
/**
|
|
32677
32690
|
* The color of the component.
|
|
32678
32691
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
32679
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
32692
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
32680
32693
|
* @default 'inherit'
|
|
32681
32694
|
*/
|
|
32682
32695
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -33400,7 +33413,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
33400
33413
|
/**
|
|
33401
33414
|
* The color of the component.
|
|
33402
33415
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
33403
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
33416
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
33404
33417
|
* The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
|
|
33405
33418
|
*/
|
|
33406
33419
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary']), PropTypes.string]),
|
|
@@ -33887,7 +33900,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
33887
33900
|
/**
|
|
33888
33901
|
* The color of the component.
|
|
33889
33902
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
33890
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
33903
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
33891
33904
|
*/
|
|
33892
33905
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['error', 'info', 'primary', 'secondary', 'success', 'warning']), PropTypes.string]),
|
|
33893
33906
|
/**
|
|
@@ -34250,7 +34263,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
34250
34263
|
/**
|
|
34251
34264
|
* The color of the component.
|
|
34252
34265
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
34253
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
34266
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
34254
34267
|
* @default 'primary'
|
|
34255
34268
|
*/
|
|
34256
34269
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary']), PropTypes.string]),
|
|
@@ -37856,7 +37869,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
37856
37869
|
/**
|
|
37857
37870
|
* The color of the component.
|
|
37858
37871
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
37859
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
37872
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
37860
37873
|
* The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
|
|
37861
37874
|
*/
|
|
37862
37875
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary']), PropTypes.string]),
|
|
@@ -38239,14 +38252,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
38239
38252
|
[`&.${paginationItemClasses$1.selected}`]: {
|
|
38240
38253
|
backgroundColor: (theme.vars || theme).palette.action.selected,
|
|
38241
38254
|
'&:hover': {
|
|
38242
|
-
backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.
|
|
38255
|
+
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),
|
|
38243
38256
|
// Reset on touch devices, it doesn't add specificity
|
|
38244
38257
|
'@media (hover: none)': {
|
|
38245
38258
|
backgroundColor: (theme.vars || theme).palette.action.selected
|
|
38246
38259
|
}
|
|
38247
38260
|
},
|
|
38248
38261
|
[`&.${paginationItemClasses$1.focusVisible}`]: {
|
|
38249
|
-
backgroundColor: theme.vars ? `rgba(${theme.vars.palette.action.
|
|
38262
|
+
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)
|
|
38250
38263
|
},
|
|
38251
38264
|
[`&.${paginationItemClasses$1.disabled}`]: {
|
|
38252
38265
|
opacity: 1,
|
|
@@ -38410,7 +38423,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
38410
38423
|
/**
|
|
38411
38424
|
* The active color.
|
|
38412
38425
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
38413
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
38426
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
38414
38427
|
* @default 'standard'
|
|
38415
38428
|
*/
|
|
38416
38429
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'standard']), PropTypes.string]),
|
|
@@ -38619,7 +38632,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
38619
38632
|
/**
|
|
38620
38633
|
* The active color.
|
|
38621
38634
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
38622
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
38635
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
38623
38636
|
* @default 'standard'
|
|
38624
38637
|
*/
|
|
38625
38638
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'standard']), PropTypes.string]),
|
|
@@ -38943,7 +38956,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
38943
38956
|
/**
|
|
38944
38957
|
* The color of the component.
|
|
38945
38958
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
38946
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
38959
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
38947
38960
|
* @default 'primary'
|
|
38948
38961
|
*/
|
|
38949
38962
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -40964,7 +40977,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
40964
40977
|
function getSliderUtilityClass(slot) {
|
|
40965
40978
|
return generateUtilityClass('MuiSlider', slot);
|
|
40966
40979
|
}
|
|
40967
|
-
const sliderClasses = generateUtilityClasses('MuiSlider', ['root', 'active', 'colorPrimary', 'colorSecondary', 'disabled', 'dragging', 'focusVisible', 'mark', 'markActive', 'marked', 'markLabel', 'markLabelActive', 'rail', 'sizeSmall', 'thumb', 'thumbColorPrimary', 'thumbColorSecondary', 'track', 'trackInverted', 'trackFalse', 'thumbSizeSmall', 'valueLabel', 'valueLabelOpen', 'valueLabelCircle', 'valueLabelLabel', 'vertical']);
|
|
40980
|
+
const sliderClasses = generateUtilityClasses('MuiSlider', ['root', 'active', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'disabled', 'dragging', 'focusVisible', 'mark', 'markActive', 'marked', 'markLabel', 'markLabelActive', 'rail', 'sizeSmall', 'thumb', 'thumbColorPrimary', 'thumbColorSecondary', 'thumbColorError', 'thumbColorSuccess', 'thumbColorInfo', 'thumbColorWarning', 'track', 'trackInverted', 'trackFalse', 'thumbSizeSmall', 'valueLabel', 'valueLabelOpen', 'valueLabelCircle', 'valueLabelLabel', 'vertical']);
|
|
40968
40981
|
var sliderClasses$1 = sliderClasses;
|
|
40969
40982
|
|
|
40970
40983
|
const useValueLabelClasses = props => {
|
|
@@ -41619,10 +41632,10 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
41619
41632
|
/**
|
|
41620
41633
|
* The color of the component.
|
|
41621
41634
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
41622
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
41635
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
41623
41636
|
* @default 'primary'
|
|
41624
41637
|
*/
|
|
41625
|
-
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary']), PropTypes.string]),
|
|
41638
|
+
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
41626
41639
|
/**
|
|
41627
41640
|
* The components used for each slot inside.
|
|
41628
41641
|
*
|
|
@@ -46094,7 +46107,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
46094
46107
|
/**
|
|
46095
46108
|
* The color of the component.
|
|
46096
46109
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
46097
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
46110
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
46098
46111
|
* @default 'primary'
|
|
46099
46112
|
*/
|
|
46100
46113
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -49225,7 +49238,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
49225
49238
|
/**
|
|
49226
49239
|
* The color of the component.
|
|
49227
49240
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
49228
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
49241
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
49229
49242
|
* @default 'primary'
|
|
49230
49243
|
*/
|
|
49231
49244
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -49520,7 +49533,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
49520
49533
|
/**
|
|
49521
49534
|
* The color of the button when it is in an active state.
|
|
49522
49535
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
49523
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
49536
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
49524
49537
|
* @default 'standard'
|
|
49525
49538
|
*/
|
|
49526
49539
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['standard', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|
|
@@ -49763,7 +49776,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
|
|
|
49763
49776
|
/**
|
|
49764
49777
|
* The color of the button when it is selected.
|
|
49765
49778
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
49766
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#
|
|
49779
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
49767
49780
|
* @default 'standard'
|
|
49768
49781
|
*/
|
|
49769
49782
|
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['standard', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
|