@mui/material 5.0.6 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.js +1 -1
- package/AccordionActions/AccordionActions.js +1 -1
- package/AccordionDetails/AccordionDetails.js +1 -1
- package/AccordionSummary/AccordionSummary.js +1 -1
- package/Alert/Alert.js +1 -1
- package/AlertTitle/AlertTitle.js +1 -1
- package/AppBar/AppBar.js +1 -1
- package/Autocomplete/Autocomplete.js +4 -1
- package/Avatar/Avatar.js +1 -1
- package/AvatarGroup/AvatarGroup.js +1 -1
- package/Backdrop/Backdrop.js +1 -1
- package/Badge/Badge.js +1 -1
- package/BottomNavigation/BottomNavigation.js +1 -1
- package/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/Box/Box.d.ts +18 -2
- package/Box/Box.js +4 -1
- package/Breadcrumbs/Breadcrumbs.js +1 -1
- package/Button/Button.js +40 -9
- package/ButtonBase/ButtonBase.js +1 -1
- package/ButtonGroup/ButtonGroup.js +23 -27
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -0
- package/ButtonGroup/ButtonGroupContext.js +12 -0
- package/CHANGELOG.md +107 -0
- package/Card/Card.js +1 -1
- package/CardActionArea/CardActionArea.js +1 -1
- package/CardActions/CardActions.js +1 -1
- package/CardContent/CardContent.js +1 -1
- package/CardHeader/CardHeader.js +1 -1
- package/CardMedia/CardMedia.js +1 -1
- package/Checkbox/Checkbox.js +1 -1
- package/Chip/Chip.js +1 -1
- package/CircularProgress/CircularProgress.js +1 -1
- package/Collapse/Collapse.js +1 -1
- package/Container/Container.js +1 -1
- package/CssBaseline/CssBaseline.d.ts +7 -0
- package/CssBaseline/CssBaseline.js +20 -12
- package/Dialog/Dialog.js +1 -1
- package/DialogActions/DialogActions.js +1 -1
- package/DialogContent/DialogContent.js +1 -1
- package/DialogContentText/DialogContentText.js +1 -1
- package/DialogTitle/DialogTitle.js +1 -1
- package/Divider/Divider.js +1 -1
- package/Drawer/Drawer.js +1 -1
- package/Fab/Fab.js +1 -1
- package/FilledInput/FilledInput.js +1 -1
- package/FormControl/FormControl.js +1 -1
- package/FormControlLabel/FormControlLabel.d.ts +2 -2
- package/FormControlLabel/FormControlLabel.js +3 -3
- package/FormGroup/FormGroup.js +1 -1
- package/FormHelperText/FormHelperText.js +1 -1
- package/FormLabel/FormLabel.js +1 -1
- package/Grid/Grid.d.ts +31 -11
- package/Grid/Grid.js +56 -24
- package/Icon/Icon.js +1 -1
- package/IconButton/IconButton.js +1 -1
- package/ImageList/ImageList.js +1 -1
- package/ImageListItem/ImageListItem.js +1 -1
- package/ImageListItemBar/ImageListItemBar.js +1 -1
- package/Input/Input.js +1 -1
- package/InputAdornment/InputAdornment.js +1 -1
- package/InputBase/InputBase.js +3 -4
- package/InputLabel/InputLabel.js +1 -1
- package/LICENSE +21 -21
- package/LinearProgress/LinearProgress.js +1 -1
- package/Link/Link.js +1 -1
- package/List/List.js +1 -1
- package/ListItem/ListItem.d.ts +1 -1
- package/ListItem/ListItem.js +1 -1
- package/ListItemAvatar/ListItemAvatar.js +1 -1
- package/ListItemButton/ListItemButton.d.ts +1 -1
- package/ListItemButton/ListItemButton.js +1 -1
- package/ListItemIcon/ListItemIcon.js +1 -1
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/ListItemText/ListItemText.js +1 -1
- package/ListSubheader/ListSubheader.js +1 -1
- package/Menu/Menu.js +1 -1
- package/MenuItem/MenuItem.js +1 -1
- package/MobileStepper/MobileStepper.js +1 -1
- package/Modal/Modal.js +1 -1
- package/NativeSelect/NativeSelect.js +1 -1
- package/OutlinedInput/NotchedOutline.js +6 -1
- package/OutlinedInput/OutlinedInput.js +1 -1
- package/Pagination/Pagination.js +1 -1
- package/PaginationItem/PaginationItem.d.ts +15 -0
- package/PaginationItem/PaginationItem.js +32 -10
- package/Paper/Paper.js +1 -1
- package/Popover/Popover.js +1 -1
- package/Radio/Radio.js +1 -1
- package/RadioGroup/RadioGroupContext.d.ts +11 -0
- package/RadioGroup/RadioGroupContext.js +2 -2
- package/RadioGroup/useRadioGroup.d.ts +4 -5
- package/Rating/Rating.js +1 -1
- package/ScopedCssBaseline/ScopedCssBaseline.d.ts +6 -0
- package/ScopedCssBaseline/ScopedCssBaseline.js +21 -11
- package/Select/Select.js +1 -1
- package/Skeleton/Skeleton.js +1 -1
- package/Slider/Slider.js +1 -1
- package/Snackbar/Snackbar.js +1 -1
- package/SnackbarContent/SnackbarContent.js +1 -1
- package/SpeedDial/SpeedDial.js +1 -1
- package/SpeedDialAction/SpeedDialAction.js +1 -1
- package/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/Stack/Stack.js +5 -2
- package/Step/Step.js +1 -1
- package/StepButton/StepButton.js +1 -1
- package/StepConnector/StepConnector.js +1 -1
- package/StepContent/StepContent.js +1 -1
- package/StepIcon/StepIcon.js +1 -1
- package/StepLabel/StepLabel.js +1 -1
- package/Stepper/Stepper.js +1 -1
- package/SvgIcon/SvgIcon.js +1 -1
- package/Switch/Switch.js +1 -1
- package/Tab/Tab.js +1 -1
- package/TabScrollButton/TabScrollButton.js +1 -1
- package/Table/Table.js +1 -1
- package/TableBody/TableBody.js +1 -1
- package/TableCell/TableCell.js +1 -1
- package/TableContainer/TableContainer.js +1 -1
- package/TableFooter/TableFooter.js +1 -1
- package/TableHead/TableHead.js +1 -1
- package/TablePagination/TablePagination.js +1 -1
- package/TableRow/TableRow.js +1 -1
- package/TableSortLabel/TableSortLabel.js +1 -1
- package/Tabs/Tabs.js +1 -1
- package/TextField/TextField.js +1 -1
- package/ToggleButton/ToggleButton.js +1 -1
- package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/Toolbar/Toolbar.js +1 -1
- package/Tooltip/Tooltip.d.ts +3 -1
- package/Tooltip/Tooltip.js +4 -2
- package/Typography/Typography.js +1 -1
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/legacy/Accordion/Accordion.js +1 -1
- package/legacy/AccordionActions/AccordionActions.js +1 -1
- package/legacy/AccordionDetails/AccordionDetails.js +1 -1
- package/legacy/AccordionSummary/AccordionSummary.js +1 -1
- package/legacy/Alert/Alert.js +1 -1
- package/legacy/AlertTitle/AlertTitle.js +1 -1
- package/legacy/AppBar/AppBar.js +1 -1
- package/legacy/Autocomplete/Autocomplete.js +4 -2
- package/legacy/Avatar/Avatar.js +1 -1
- package/legacy/AvatarGroup/AvatarGroup.js +1 -1
- package/legacy/Backdrop/Backdrop.js +1 -1
- package/legacy/Badge/Badge.js +1 -1
- package/legacy/BottomNavigation/BottomNavigation.js +1 -1
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/legacy/Box/Box.js +4 -1
- package/legacy/Breadcrumbs/Breadcrumbs.js +1 -1
- package/legacy/Button/Button.js +40 -16
- package/legacy/ButtonBase/ButtonBase.js +1 -1
- package/legacy/ButtonGroup/ButtonGroup.js +25 -27
- package/legacy/ButtonGroup/ButtonGroupContext.js +12 -0
- package/legacy/Card/Card.js +1 -1
- package/legacy/CardActionArea/CardActionArea.js +1 -1
- package/legacy/CardActions/CardActions.js +1 -1
- package/legacy/CardContent/CardContent.js +1 -1
- package/legacy/CardHeader/CardHeader.js +1 -1
- package/legacy/CardMedia/CardMedia.js +1 -1
- package/legacy/Checkbox/Checkbox.js +1 -1
- package/legacy/Chip/Chip.js +1 -1
- package/legacy/CircularProgress/CircularProgress.js +1 -1
- package/legacy/Collapse/Collapse.js +1 -1
- package/legacy/Container/Container.js +1 -1
- package/legacy/CssBaseline/CssBaseline.js +38 -20
- package/legacy/Dialog/Dialog.js +1 -1
- package/legacy/DialogActions/DialogActions.js +1 -1
- package/legacy/DialogContent/DialogContent.js +1 -1
- package/legacy/DialogContentText/DialogContentText.js +1 -1
- package/legacy/DialogTitle/DialogTitle.js +1 -1
- package/legacy/Divider/Divider.js +1 -1
- package/legacy/Drawer/Drawer.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/FormControlLabel/FormControlLabel.js +3 -3
- package/legacy/FormGroup/FormGroup.js +1 -1
- package/legacy/FormHelperText/FormHelperText.js +1 -1
- package/legacy/FormLabel/FormLabel.js +1 -1
- package/legacy/Grid/Grid.js +57 -24
- package/legacy/Icon/Icon.js +1 -1
- package/legacy/IconButton/IconButton.js +1 -1
- package/legacy/ImageList/ImageList.js +1 -1
- package/legacy/ImageListItem/ImageListItem.js +1 -1
- package/legacy/ImageListItemBar/ImageListItemBar.js +1 -1
- package/legacy/Input/Input.js +1 -1
- package/legacy/InputAdornment/InputAdornment.js +1 -1
- package/legacy/InputBase/InputBase.js +3 -4
- package/legacy/InputLabel/InputLabel.js +1 -1
- package/legacy/LinearProgress/LinearProgress.js +1 -1
- package/legacy/Link/Link.js +1 -1
- package/legacy/List/List.js +1 -1
- package/legacy/ListItem/ListItem.js +1 -1
- package/legacy/ListItemAvatar/ListItemAvatar.js +1 -1
- package/legacy/ListItemButton/ListItemButton.js +1 -1
- package/legacy/ListItemIcon/ListItemIcon.js +1 -1
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/legacy/ListItemText/ListItemText.js +1 -1
- package/legacy/ListSubheader/ListSubheader.js +1 -1
- package/legacy/Menu/Menu.js +1 -1
- package/legacy/MenuItem/MenuItem.js +1 -1
- package/legacy/MobileStepper/MobileStepper.js +1 -1
- package/legacy/Modal/Modal.js +1 -1
- package/legacy/NativeSelect/NativeSelect.js +1 -1
- package/legacy/OutlinedInput/NotchedOutline.js +6 -1
- package/legacy/OutlinedInput/OutlinedInput.js +1 -1
- package/legacy/Pagination/Pagination.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +33 -10
- package/legacy/Paper/Paper.js +1 -1
- package/legacy/Popover/Popover.js +1 -1
- package/legacy/Radio/Radio.js +1 -1
- package/legacy/RadioGroup/RadioGroupContext.js +2 -2
- package/legacy/Rating/Rating.js +1 -1
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +13 -4
- package/legacy/Select/Select.js +1 -1
- package/legacy/Skeleton/Skeleton.js +1 -1
- package/legacy/Slider/Slider.js +1 -1
- package/legacy/Snackbar/Snackbar.js +1 -1
- package/legacy/SnackbarContent/SnackbarContent.js +1 -1
- package/legacy/SpeedDial/SpeedDial.js +1 -1
- package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/legacy/Stack/Stack.js +5 -2
- package/legacy/Step/Step.js +1 -1
- package/legacy/StepButton/StepButton.js +1 -1
- package/legacy/StepConnector/StepConnector.js +1 -1
- package/legacy/StepContent/StepContent.js +1 -1
- package/legacy/StepIcon/StepIcon.js +1 -1
- package/legacy/StepLabel/StepLabel.js +1 -1
- package/legacy/Stepper/Stepper.js +1 -1
- package/legacy/SvgIcon/SvgIcon.js +1 -1
- package/legacy/Switch/Switch.js +1 -1
- package/legacy/Tab/Tab.js +1 -1
- package/legacy/TabScrollButton/TabScrollButton.js +1 -1
- package/legacy/Table/Table.js +1 -1
- package/legacy/TableBody/TableBody.js +1 -1
- package/legacy/TableCell/TableCell.js +1 -1
- package/legacy/TableContainer/TableContainer.js +1 -1
- package/legacy/TableFooter/TableFooter.js +1 -1
- package/legacy/TableHead/TableHead.js +1 -1
- package/legacy/TablePagination/TablePagination.js +1 -1
- package/legacy/TableRow/TableRow.js +1 -1
- package/legacy/TableSortLabel/TableSortLabel.js +1 -1
- package/legacy/Tabs/Tabs.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/Toolbar/Toolbar.js +1 -1
- package/legacy/Tooltip/Tooltip.js +4 -2
- package/legacy/Typography/Typography.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/styles/createPalette.js +1 -1
- package/modern/Accordion/Accordion.js +1 -1
- package/modern/AccordionActions/AccordionActions.js +1 -1
- package/modern/AccordionDetails/AccordionDetails.js +1 -1
- package/modern/AccordionSummary/AccordionSummary.js +1 -1
- package/modern/Alert/Alert.js +1 -1
- package/modern/AlertTitle/AlertTitle.js +1 -1
- package/modern/AppBar/AppBar.js +1 -1
- package/modern/Autocomplete/Autocomplete.js +4 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/AvatarGroup/AvatarGroup.js +1 -1
- package/modern/Backdrop/Backdrop.js +1 -1
- package/modern/Badge/Badge.js +1 -1
- package/modern/BottomNavigation/BottomNavigation.js +1 -1
- package/modern/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/modern/Box/Box.js +4 -1
- package/modern/Breadcrumbs/Breadcrumbs.js +1 -1
- package/modern/Button/Button.js +40 -9
- package/modern/ButtonBase/ButtonBase.js +1 -1
- package/modern/ButtonGroup/ButtonGroup.js +23 -27
- package/modern/ButtonGroup/ButtonGroupContext.js +12 -0
- package/modern/Card/Card.js +1 -1
- package/modern/CardActionArea/CardActionArea.js +1 -1
- package/modern/CardActions/CardActions.js +1 -1
- package/modern/CardContent/CardContent.js +1 -1
- package/modern/CardHeader/CardHeader.js +1 -1
- package/modern/CardMedia/CardMedia.js +1 -1
- package/modern/Checkbox/Checkbox.js +1 -1
- package/modern/Chip/Chip.js +1 -1
- package/modern/CircularProgress/CircularProgress.js +1 -1
- package/modern/Collapse/Collapse.js +1 -1
- package/modern/Container/Container.js +1 -1
- package/modern/CssBaseline/CssBaseline.js +20 -12
- package/modern/Dialog/Dialog.js +1 -1
- package/modern/DialogActions/DialogActions.js +1 -1
- package/modern/DialogContent/DialogContent.js +1 -1
- package/modern/DialogContentText/DialogContentText.js +1 -1
- package/modern/DialogTitle/DialogTitle.js +1 -1
- package/modern/Divider/Divider.js +1 -1
- package/modern/Drawer/Drawer.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/FormControlLabel/FormControlLabel.js +3 -3
- package/modern/FormGroup/FormGroup.js +1 -1
- package/modern/FormHelperText/FormHelperText.js +1 -1
- package/modern/FormLabel/FormLabel.js +1 -1
- package/modern/Grid/Grid.js +56 -24
- package/modern/Icon/Icon.js +1 -1
- package/modern/IconButton/IconButton.js +1 -1
- package/modern/ImageList/ImageList.js +1 -1
- package/modern/ImageListItem/ImageListItem.js +1 -1
- package/modern/ImageListItemBar/ImageListItemBar.js +1 -1
- package/modern/Input/Input.js +1 -1
- package/modern/InputAdornment/InputAdornment.js +1 -1
- package/modern/InputBase/InputBase.js +3 -4
- package/modern/InputLabel/InputLabel.js +1 -1
- package/modern/LinearProgress/LinearProgress.js +1 -1
- package/modern/Link/Link.js +1 -1
- package/modern/List/List.js +1 -1
- package/modern/ListItem/ListItem.js +1 -1
- package/modern/ListItemAvatar/ListItemAvatar.js +1 -1
- package/modern/ListItemButton/ListItemButton.js +1 -1
- package/modern/ListItemIcon/ListItemIcon.js +1 -1
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/modern/ListItemText/ListItemText.js +1 -1
- package/modern/ListSubheader/ListSubheader.js +1 -1
- package/modern/Menu/Menu.js +1 -1
- package/modern/MenuItem/MenuItem.js +1 -1
- package/modern/MobileStepper/MobileStepper.js +1 -1
- package/modern/Modal/Modal.js +1 -1
- package/modern/NativeSelect/NativeSelect.js +1 -1
- package/modern/OutlinedInput/NotchedOutline.js +6 -1
- package/modern/OutlinedInput/OutlinedInput.js +1 -1
- package/modern/Pagination/Pagination.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +32 -10
- package/modern/Paper/Paper.js +1 -1
- package/modern/Popover/Popover.js +1 -1
- package/modern/Radio/Radio.js +1 -1
- package/modern/RadioGroup/RadioGroupContext.js +2 -2
- package/modern/Rating/Rating.js +1 -1
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +21 -11
- package/modern/Select/Select.js +1 -1
- package/modern/Skeleton/Skeleton.js +1 -1
- package/modern/Slider/Slider.js +1 -1
- package/modern/Snackbar/Snackbar.js +1 -1
- package/modern/SnackbarContent/SnackbarContent.js +1 -1
- package/modern/SpeedDial/SpeedDial.js +1 -1
- package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
- package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/modern/Stack/Stack.js +5 -2
- package/modern/Step/Step.js +1 -1
- package/modern/StepButton/StepButton.js +1 -1
- package/modern/StepConnector/StepConnector.js +1 -1
- package/modern/StepContent/StepContent.js +1 -1
- package/modern/StepIcon/StepIcon.js +1 -1
- package/modern/StepLabel/StepLabel.js +1 -1
- package/modern/Stepper/Stepper.js +1 -1
- package/modern/SvgIcon/SvgIcon.js +1 -1
- package/modern/Switch/Switch.js +1 -1
- package/modern/Tab/Tab.js +1 -1
- package/modern/TabScrollButton/TabScrollButton.js +1 -1
- package/modern/Table/Table.js +1 -1
- package/modern/TableBody/TableBody.js +1 -1
- package/modern/TableCell/TableCell.js +1 -1
- package/modern/TableContainer/TableContainer.js +1 -1
- package/modern/TableFooter/TableFooter.js +1 -1
- package/modern/TableHead/TableHead.js +1 -1
- package/modern/TablePagination/TablePagination.js +1 -1
- package/modern/TableRow/TableRow.js +1 -1
- package/modern/TableSortLabel/TableSortLabel.js +1 -1
- package/modern/Tabs/Tabs.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/Toolbar/Toolbar.js +1 -1
- package/modern/Tooltip/Tooltip.js +4 -2
- package/modern/Typography/Typography.js +1 -1
- package/modern/index.js +1 -1
- package/modern/styles/createPalette.js +1 -1
- package/node/Accordion/Accordion.js +1 -1
- package/node/AccordionActions/AccordionActions.js +1 -1
- package/node/AccordionDetails/AccordionDetails.js +1 -1
- package/node/AccordionSummary/AccordionSummary.js +1 -1
- package/node/Alert/Alert.js +1 -1
- package/node/AlertTitle/AlertTitle.js +1 -1
- package/node/AppBar/AppBar.js +1 -1
- package/node/Autocomplete/Autocomplete.js +4 -1
- package/node/Avatar/Avatar.js +1 -1
- package/node/AvatarGroup/AvatarGroup.js +1 -1
- package/node/Backdrop/Backdrop.js +1 -1
- package/node/Badge/Badge.js +1 -1
- package/node/BottomNavigation/BottomNavigation.js +1 -1
- package/node/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/node/Box/Box.js +5 -1
- package/node/Breadcrumbs/Breadcrumbs.js +1 -1
- package/node/Button/Button.js +40 -9
- package/node/ButtonBase/ButtonBase.js +1 -1
- package/node/ButtonGroup/ButtonGroup.js +24 -28
- package/node/ButtonGroup/ButtonGroupContext.js +24 -0
- package/node/Card/Card.js +1 -1
- package/node/CardActionArea/CardActionArea.js +1 -1
- package/node/CardActions/CardActions.js +1 -1
- package/node/CardContent/CardContent.js +1 -1
- package/node/CardHeader/CardHeader.js +1 -1
- package/node/CardMedia/CardMedia.js +1 -1
- package/node/Checkbox/Checkbox.js +1 -1
- package/node/Chip/Chip.js +1 -1
- package/node/CircularProgress/CircularProgress.js +1 -1
- package/node/Collapse/Collapse.js +1 -1
- package/node/Container/Container.js +1 -1
- package/node/CssBaseline/CssBaseline.js +22 -12
- package/node/Dialog/Dialog.js +1 -1
- package/node/DialogActions/DialogActions.js +1 -1
- package/node/DialogContent/DialogContent.js +1 -1
- package/node/DialogContentText/DialogContentText.js +1 -1
- package/node/DialogTitle/DialogTitle.js +1 -1
- package/node/Divider/Divider.js +1 -1
- package/node/Drawer/Drawer.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/FormControlLabel/FormControlLabel.js +3 -3
- package/node/FormGroup/FormGroup.js +1 -1
- package/node/FormHelperText/FormHelperText.js +1 -1
- package/node/FormLabel/FormLabel.js +1 -1
- package/node/Grid/Grid.js +56 -22
- package/node/Icon/Icon.js +1 -1
- package/node/IconButton/IconButton.js +1 -1
- package/node/ImageList/ImageList.js +1 -1
- package/node/ImageListItem/ImageListItem.js +1 -1
- package/node/ImageListItemBar/ImageListItemBar.js +1 -1
- package/node/Input/Input.js +1 -1
- package/node/InputAdornment/InputAdornment.js +1 -1
- package/node/InputBase/InputBase.js +3 -4
- package/node/InputLabel/InputLabel.js +1 -1
- package/node/LinearProgress/LinearProgress.js +1 -1
- package/node/Link/Link.js +1 -1
- package/node/List/List.js +1 -1
- package/node/ListItem/ListItem.js +1 -1
- package/node/ListItemAvatar/ListItemAvatar.js +1 -1
- package/node/ListItemButton/ListItemButton.js +1 -1
- package/node/ListItemIcon/ListItemIcon.js +1 -1
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/node/ListItemText/ListItemText.js +1 -1
- package/node/ListSubheader/ListSubheader.js +1 -1
- package/node/Menu/Menu.js +1 -1
- package/node/MenuItem/MenuItem.js +1 -1
- package/node/MobileStepper/MobileStepper.js +1 -1
- package/node/Modal/Modal.js +1 -1
- package/node/NativeSelect/NativeSelect.js +1 -1
- package/node/OutlinedInput/NotchedOutline.js +6 -1
- package/node/OutlinedInput/OutlinedInput.js +1 -1
- package/node/Pagination/Pagination.js +1 -1
- package/node/PaginationItem/PaginationItem.js +32 -10
- package/node/Paper/Paper.js +1 -1
- package/node/Popover/Popover.js +1 -1
- package/node/Radio/Radio.js +1 -1
- package/node/RadioGroup/RadioGroupContext.js +1 -1
- package/node/Rating/Rating.js +1 -1
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +21 -11
- package/node/Select/Select.js +1 -1
- package/node/Skeleton/Skeleton.js +1 -1
- package/node/Slider/Slider.js +1 -1
- package/node/Snackbar/Snackbar.js +1 -1
- package/node/SnackbarContent/SnackbarContent.js +1 -1
- package/node/SpeedDial/SpeedDial.js +1 -1
- package/node/SpeedDialAction/SpeedDialAction.js +1 -1
- package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/node/Stack/Stack.js +5 -2
- package/node/Step/Step.js +1 -1
- package/node/StepButton/StepButton.js +1 -1
- package/node/StepConnector/StepConnector.js +1 -1
- package/node/StepContent/StepContent.js +1 -1
- package/node/StepIcon/StepIcon.js +1 -1
- package/node/StepLabel/StepLabel.js +1 -1
- package/node/Stepper/Stepper.js +1 -1
- package/node/SvgIcon/SvgIcon.js +1 -1
- package/node/Switch/Switch.js +1 -1
- package/node/Tab/Tab.js +1 -1
- package/node/TabScrollButton/TabScrollButton.js +1 -1
- package/node/Table/Table.js +1 -1
- package/node/TableBody/TableBody.js +1 -1
- package/node/TableCell/TableCell.js +1 -1
- package/node/TableContainer/TableContainer.js +1 -1
- package/node/TableFooter/TableFooter.js +1 -1
- package/node/TableHead/TableHead.js +1 -1
- package/node/TablePagination/TablePagination.js +1 -1
- package/node/TableRow/TableRow.js +1 -1
- package/node/TableSortLabel/TableSortLabel.js +1 -1
- package/node/Tabs/Tabs.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/Toolbar/Toolbar.js +1 -1
- package/node/Tooltip/Tooltip.js +4 -2
- package/node/Typography/Typography.js +1 -1
- package/node/index.js +1 -1
- package/node/styles/createPalette.js +1 -1
- package/package.json +7 -6
- package/styles/createPalette.js +1 -1
- package/umd/material-ui.development.js +443 -258
- package/umd/material-ui.production.min.js +18 -18
|
@@ -169,7 +169,7 @@ process.env.NODE_ENV !== "production" ? ListSubheader.propTypes
|
|
|
169
169
|
/**
|
|
170
170
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
171
171
|
*/
|
|
172
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
172
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
173
173
|
} : void 0;
|
|
174
174
|
var _default = ListSubheader;
|
|
175
175
|
exports.default = _default;
|
package/node/Menu/Menu.js
CHANGED
|
@@ -292,7 +292,7 @@ process.env.NODE_ENV !== "production" ? Menu.propTypes
|
|
|
292
292
|
/**
|
|
293
293
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
294
294
|
*/
|
|
295
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
295
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
296
296
|
|
|
297
297
|
/**
|
|
298
298
|
* The length of the transition in `ms`, or 'auto'
|
|
@@ -296,7 +296,7 @@ process.env.NODE_ENV !== "production" ? MenuItem.propTypes
|
|
|
296
296
|
/**
|
|
297
297
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
298
298
|
*/
|
|
299
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
299
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
302
|
* @default 0
|
|
@@ -234,7 +234,7 @@ process.env.NODE_ENV !== "production" ? MobileStepper.propTypes
|
|
|
234
234
|
/**
|
|
235
235
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
236
236
|
*/
|
|
237
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
237
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
238
238
|
|
|
239
239
|
/**
|
|
240
240
|
* The variant to use.
|
package/node/Modal/Modal.js
CHANGED
|
@@ -295,7 +295,7 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes
|
|
|
295
295
|
/**
|
|
296
296
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
297
297
|
*/
|
|
298
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
298
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
299
299
|
} : void 0;
|
|
300
300
|
var _default = Modal;
|
|
301
301
|
exports.default = _default;
|
|
@@ -151,7 +151,7 @@ process.env.NODE_ENV !== "production" ? NativeSelect.propTypes
|
|
|
151
151
|
/**
|
|
152
152
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
153
153
|
*/
|
|
154
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
154
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* The `input` value. The DOM API casts this to a string.
|
|
@@ -46,7 +46,9 @@ const NotchedOutlineLegend = (0, _styled.default)('legend', {
|
|
|
46
46
|
})(({
|
|
47
47
|
ownerState,
|
|
48
48
|
theme
|
|
49
|
-
}) => (0, _extends2.default)({
|
|
49
|
+
}) => (0, _extends2.default)({
|
|
50
|
+
float: 'unset'
|
|
51
|
+
}, ownerState.label === undefined && {
|
|
50
52
|
padding: 0,
|
|
51
53
|
lineHeight: '11px',
|
|
52
54
|
// sync with `height` in `legend` styles
|
|
@@ -56,7 +58,9 @@ const NotchedOutlineLegend = (0, _styled.default)('legend', {
|
|
|
56
58
|
})
|
|
57
59
|
}, ownerState.label !== undefined && (0, _extends2.default)({
|
|
58
60
|
display: 'block',
|
|
61
|
+
// Fix conflict with normalize.css and sanitize.css
|
|
59
62
|
width: 'auto',
|
|
63
|
+
// Fix conflict with bootstrap
|
|
60
64
|
padding: 0,
|
|
61
65
|
height: 11,
|
|
62
66
|
// sync with `lineHeight` in `legend` styles
|
|
@@ -67,6 +71,7 @@ const NotchedOutlineLegend = (0, _styled.default)('legend', {
|
|
|
67
71
|
duration: 50,
|
|
68
72
|
easing: theme.transitions.easing.easeOut
|
|
69
73
|
}),
|
|
74
|
+
whiteSpace: 'nowrap',
|
|
70
75
|
'& > span': {
|
|
71
76
|
paddingLeft: 5,
|
|
72
77
|
paddingRight: 5,
|
|
@@ -333,7 +333,7 @@ process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes
|
|
|
333
333
|
/**
|
|
334
334
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
335
335
|
*/
|
|
336
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
336
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
339
|
* Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
|
|
@@ -281,7 +281,7 @@ process.env.NODE_ENV !== "production" ? Pagination.propTypes
|
|
|
281
281
|
/**
|
|
282
282
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
283
283
|
*/
|
|
284
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
284
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
285
285
|
|
|
286
286
|
/**
|
|
287
287
|
* The variant to use.
|
|
@@ -43,7 +43,7 @@ var _styled = _interopRequireDefault(require("../styles/styled"));
|
|
|
43
43
|
|
|
44
44
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
45
45
|
|
|
46
|
-
const _excluded = ["className", "color", "component", "disabled", "page", "selected", "shape", "size", "type", "variant"];
|
|
46
|
+
const _excluded = ["className", "color", "component", "components", "disabled", "page", "selected", "shape", "size", "type", "variant"];
|
|
47
47
|
|
|
48
48
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
49
49
|
|
|
@@ -245,6 +245,12 @@ const PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inP
|
|
|
245
245
|
className,
|
|
246
246
|
color = 'standard',
|
|
247
247
|
component,
|
|
248
|
+
components = {
|
|
249
|
+
first: _FirstPage.default,
|
|
250
|
+
last: _LastPage.default,
|
|
251
|
+
next: _NavigateNext.default,
|
|
252
|
+
previous: _NavigateBefore.default
|
|
253
|
+
},
|
|
248
254
|
disabled = false,
|
|
249
255
|
page,
|
|
250
256
|
selected = false,
|
|
@@ -266,15 +272,15 @@ const PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inP
|
|
|
266
272
|
const theme = (0, _useTheme.default)();
|
|
267
273
|
const classes = useUtilityClasses(ownerState);
|
|
268
274
|
const normalizedIcons = theme.direction === 'rtl' ? {
|
|
269
|
-
previous: _NavigateNext.default,
|
|
270
|
-
next: _NavigateBefore.default,
|
|
271
|
-
last: _FirstPage.default,
|
|
272
|
-
first: _LastPage.default
|
|
275
|
+
previous: components.next || _NavigateNext.default,
|
|
276
|
+
next: components.previous || _NavigateBefore.default,
|
|
277
|
+
last: components.first || _FirstPage.default,
|
|
278
|
+
first: components.last || _LastPage.default
|
|
273
279
|
} : {
|
|
274
|
-
previous: _NavigateBefore.default,
|
|
275
|
-
next: _NavigateNext.default,
|
|
276
|
-
first: _FirstPage.default,
|
|
277
|
-
last: _LastPage.default
|
|
280
|
+
previous: components.previous || _NavigateBefore.default,
|
|
281
|
+
next: components.next || _NavigateNext.default,
|
|
282
|
+
first: components.first || _FirstPage.default,
|
|
283
|
+
last: components.last || _LastPage.default
|
|
278
284
|
};
|
|
279
285
|
const Icon = normalizedIcons[type];
|
|
280
286
|
return type === 'start-ellipsis' || type === 'end-ellipsis' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(PaginationItemEllipsis, {
|
|
@@ -333,6 +339,22 @@ process.env.NODE_ENV !== "production" ? PaginationItem.propTypes
|
|
|
333
339
|
*/
|
|
334
340
|
component: _propTypes.default.elementType,
|
|
335
341
|
|
|
342
|
+
/**
|
|
343
|
+
* The components used for first, last, next & previous item type
|
|
344
|
+
* @default {
|
|
345
|
+
* first: FirstPageIcon,
|
|
346
|
+
* last: LastPageIcon,
|
|
347
|
+
* next: NavigateNextIcon,
|
|
348
|
+
* previous: NavigateBeforeIcon,
|
|
349
|
+
* }
|
|
350
|
+
*/
|
|
351
|
+
components: _propTypes.default.shape({
|
|
352
|
+
first: _propTypes.default.elementType,
|
|
353
|
+
last: _propTypes.default.elementType,
|
|
354
|
+
next: _propTypes.default.elementType,
|
|
355
|
+
previous: _propTypes.default.elementType
|
|
356
|
+
}),
|
|
357
|
+
|
|
336
358
|
/**
|
|
337
359
|
* If `true`, the component is disabled.
|
|
338
360
|
* @default false
|
|
@@ -367,7 +389,7 @@ process.env.NODE_ENV !== "production" ? PaginationItem.propTypes
|
|
|
367
389
|
/**
|
|
368
390
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
369
391
|
*/
|
|
370
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
392
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
371
393
|
|
|
372
394
|
/**
|
|
373
395
|
* The type of pagination item.
|
package/node/Paper/Paper.js
CHANGED
|
@@ -183,7 +183,7 @@ process.env.NODE_ENV !== "production" ? Paper.propTypes
|
|
|
183
183
|
/**
|
|
184
184
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
185
185
|
*/
|
|
186
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
186
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
189
|
* The variant to use.
|
package/node/Popover/Popover.js
CHANGED
|
@@ -489,7 +489,7 @@ process.env.NODE_ENV !== "production" ? Popover.propTypes
|
|
|
489
489
|
/**
|
|
490
490
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
491
491
|
*/
|
|
492
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
492
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
493
493
|
|
|
494
494
|
/**
|
|
495
495
|
* This is the point on the popover which
|
package/node/Radio/Radio.js
CHANGED
|
@@ -248,7 +248,7 @@ process.env.NODE_ENV !== "production" ? Radio.propTypes
|
|
|
248
248
|
/**
|
|
249
249
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
250
250
|
*/
|
|
251
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
251
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* The value of the component. The DOM API casts this to a string.
|
|
@@ -14,7 +14,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
14
14
|
/**
|
|
15
15
|
* @ignore - internal component.
|
|
16
16
|
*/
|
|
17
|
-
const RadioGroupContext = /*#__PURE__*/React.createContext();
|
|
17
|
+
const RadioGroupContext = /*#__PURE__*/React.createContext(undefined);
|
|
18
18
|
|
|
19
19
|
if (process.env.NODE_ENV !== 'production') {
|
|
20
20
|
RadioGroupContext.displayName = 'RadioGroupContext';
|
package/node/Rating/Rating.js
CHANGED
|
@@ -729,7 +729,7 @@ process.env.NODE_ENV !== "production" ? Rating.propTypes
|
|
|
729
729
|
/**
|
|
730
730
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
731
731
|
*/
|
|
732
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
732
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
735
|
* The rating value.
|
|
@@ -29,7 +29,7 @@ var _scopedCssBaselineClasses = require("./scopedCssBaselineClasses");
|
|
|
29
29
|
|
|
30
30
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
31
31
|
|
|
32
|
-
const _excluded = ["className", "component"];
|
|
32
|
+
const _excluded = ["className", "component", "enableColorScheme"];
|
|
33
33
|
|
|
34
34
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
35
35
|
|
|
@@ -50,15 +50,18 @@ const ScopedCssBaselineRoot = (0, _styled.default)('div', {
|
|
|
50
50
|
slot: 'Root',
|
|
51
51
|
overridesResolver: (props, styles) => styles.root
|
|
52
52
|
})(({
|
|
53
|
-
theme
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
53
|
+
theme,
|
|
54
|
+
ownerState
|
|
55
|
+
}) => {
|
|
56
|
+
return (0, _extends2.default)({}, (0, _CssBaseline.html)(theme, ownerState.enableColorScheme), (0, _CssBaseline.body)(theme), {
|
|
57
|
+
'& *, & *::before, & *::after': {
|
|
58
|
+
boxSizing: 'inherit'
|
|
59
|
+
},
|
|
60
|
+
'& strong, & b': {
|
|
61
|
+
fontWeight: theme.typography.fontWeightBold
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
});
|
|
62
65
|
const ScopedCssBaseline = /*#__PURE__*/React.forwardRef(function ScopedCssBaseline(inProps, ref) {
|
|
63
66
|
const props = (0, _useThemeProps.default)({
|
|
64
67
|
props: inProps,
|
|
@@ -107,7 +110,14 @@ process.env.NODE_ENV !== "production" ? ScopedCssBaseline.propTypes
|
|
|
107
110
|
* The component used for the root node.
|
|
108
111
|
* Either a string to use a HTML element or a component.
|
|
109
112
|
*/
|
|
110
|
-
component: _propTypes.default.elementType
|
|
113
|
+
component: _propTypes.default.elementType,
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Enable `color-scheme` css property to use `theme.palette.mode`.
|
|
117
|
+
* For more details, check out https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme
|
|
118
|
+
* For browser support, check out https://caniuse.com/?search=color-scheme
|
|
119
|
+
*/
|
|
120
|
+
enableColorScheme: _propTypes.default.bool
|
|
111
121
|
} : void 0;
|
|
112
122
|
var _default = ScopedCssBaseline;
|
|
113
123
|
exports.default = _default;
|
package/node/Select/Select.js
CHANGED
|
@@ -298,7 +298,7 @@ process.env.NODE_ENV !== "production" ? Select.propTypes
|
|
|
298
298
|
/**
|
|
299
299
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
300
300
|
*/
|
|
301
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
301
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* The `input` value. Providing an empty string will select no options.
|
|
@@ -230,7 +230,7 @@ process.env.NODE_ENV !== "production" ? Skeleton.propTypes
|
|
|
230
230
|
/**
|
|
231
231
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
232
232
|
*/
|
|
233
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
233
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
236
|
* The type of content that will be rendered.
|
package/node/Slider/Slider.js
CHANGED
|
@@ -666,7 +666,7 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
|
|
|
666
666
|
/**
|
|
667
667
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
668
668
|
*/
|
|
669
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
669
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
672
|
* Tab index attribute of the hidden `input` element.
|
|
@@ -402,7 +402,7 @@ process.env.NODE_ENV !== "production" ? Snackbar.propTypes
|
|
|
402
402
|
/**
|
|
403
403
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
404
404
|
*/
|
|
405
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
405
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
406
406
|
|
|
407
407
|
/**
|
|
408
408
|
* The component used for the transition.
|
|
@@ -163,7 +163,7 @@ process.env.NODE_ENV !== "production" ? SnackbarContent.propTypes
|
|
|
163
163
|
/**
|
|
164
164
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
165
165
|
*/
|
|
166
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
166
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
167
167
|
} : void 0;
|
|
168
168
|
var _default = SnackbarContent;
|
|
169
169
|
exports.default = _default;
|
|
@@ -554,7 +554,7 @@ process.env.NODE_ENV !== "production" ? SpeedDial.propTypes
|
|
|
554
554
|
/**
|
|
555
555
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
556
556
|
*/
|
|
557
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
557
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
560
|
* The component used for the transition.
|
|
@@ -264,7 +264,7 @@ process.env.NODE_ENV !== "production" ? SpeedDialAction.propTypes
|
|
|
264
264
|
/**
|
|
265
265
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
266
266
|
*/
|
|
267
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
267
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
268
268
|
|
|
269
269
|
/**
|
|
270
270
|
* `classes` prop applied to the [`Tooltip`](/api/tooltip/) element.
|
|
@@ -165,7 +165,7 @@ process.env.NODE_ENV !== "production" ? SpeedDialIcon.propTypes
|
|
|
165
165
|
/**
|
|
166
166
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
167
167
|
*/
|
|
168
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
168
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
169
169
|
} : void 0;
|
|
170
170
|
SpeedDialIcon.muiName = 'SpeedDialIcon';
|
|
171
171
|
var _default = SpeedDialIcon;
|
package/node/Stack/Stack.js
CHANGED
|
@@ -70,7 +70,10 @@ const style = ({
|
|
|
70
70
|
display: 'flex'
|
|
71
71
|
}, (0, _system.handleBreakpoints)({
|
|
72
72
|
theme
|
|
73
|
-
},
|
|
73
|
+
}, (0, _system.unstable_resolveBreakpointValues)({
|
|
74
|
+
values: ownerState.direction,
|
|
75
|
+
breakpoints: theme.breakpoints.values
|
|
76
|
+
}), propValue => ({
|
|
74
77
|
flexDirection: propValue
|
|
75
78
|
})));
|
|
76
79
|
|
|
@@ -183,7 +186,7 @@ process.env.NODE_ENV !== "production" ? Stack.propTypes
|
|
|
183
186
|
/**
|
|
184
187
|
* The system prop, which allows defining system overrides as well as additional CSS styles.
|
|
185
188
|
*/
|
|
186
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
189
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
187
190
|
} : void 0;
|
|
188
191
|
var _default = Stack;
|
|
189
192
|
exports.default = _default;
|
package/node/Step/Step.js
CHANGED
|
@@ -195,7 +195,7 @@ process.env.NODE_ENV !== "production" ? Step.propTypes
|
|
|
195
195
|
/**
|
|
196
196
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
197
197
|
*/
|
|
198
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
198
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
199
199
|
} : void 0;
|
|
200
200
|
var _default = Step;
|
|
201
201
|
exports.default = _default;
|
|
@@ -160,7 +160,7 @@ process.env.NODE_ENV !== "production" ? StepButton.propTypes
|
|
|
160
160
|
/**
|
|
161
161
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
162
162
|
*/
|
|
163
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
163
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
164
164
|
} : void 0;
|
|
165
165
|
var _default = StepButton;
|
|
166
166
|
exports.default = _default;
|
|
@@ -158,7 +158,7 @@ process.env.NODE_ENV !== "production" ? StepConnector.propTypes
|
|
|
158
158
|
/**
|
|
159
159
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
160
160
|
*/
|
|
161
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
161
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
162
162
|
} : void 0;
|
|
163
163
|
var _default = StepConnector;
|
|
164
164
|
exports.default = _default;
|
|
@@ -159,7 +159,7 @@ process.env.NODE_ENV !== "production" ? StepContent.propTypes
|
|
|
159
159
|
/**
|
|
160
160
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
161
161
|
*/
|
|
162
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
162
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
165
|
* The component used for the transition.
|
|
@@ -195,7 +195,7 @@ process.env.NODE_ENV !== "production" ? StepIcon.propTypes
|
|
|
195
195
|
/**
|
|
196
196
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
197
197
|
*/
|
|
198
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
198
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
199
199
|
} : void 0;
|
|
200
200
|
var _default = StepIcon;
|
|
201
201
|
exports.default = _default;
|
|
@@ -258,7 +258,7 @@ process.env.NODE_ENV !== "production" ? StepLabel.propTypes
|
|
|
258
258
|
/**
|
|
259
259
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
260
260
|
*/
|
|
261
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
261
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
262
262
|
} : void 0;
|
|
263
263
|
StepLabel.muiName = 'StepLabel';
|
|
264
264
|
var _default = StepLabel;
|
package/node/Stepper/Stepper.js
CHANGED
|
@@ -176,7 +176,7 @@ process.env.NODE_ENV !== "production" ? Stepper.propTypes
|
|
|
176
176
|
/**
|
|
177
177
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
178
178
|
*/
|
|
179
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
179
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
180
180
|
} : void 0;
|
|
181
181
|
var _default = Stepper;
|
|
182
182
|
exports.default = _default;
|
package/node/SvgIcon/SvgIcon.js
CHANGED
|
@@ -186,7 +186,7 @@ process.env.NODE_ENV !== "production" ? SvgIcon.propTypes
|
|
|
186
186
|
/**
|
|
187
187
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
188
188
|
*/
|
|
189
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
189
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Provides a human-readable title for the element that contains it.
|
package/node/Switch/Switch.js
CHANGED
|
@@ -353,7 +353,7 @@ process.env.NODE_ENV !== "production" ? Switch.propTypes
|
|
|
353
353
|
/**
|
|
354
354
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
355
355
|
*/
|
|
356
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
356
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* The value of the component. The DOM API casts this to a string.
|
package/node/Tab/Tab.js
CHANGED
|
@@ -293,7 +293,7 @@ process.env.NODE_ENV !== "production" ? Tab.propTypes
|
|
|
293
293
|
/**
|
|
294
294
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
295
295
|
*/
|
|
296
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
296
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
299
|
* You can provide your own value. Otherwise, we fallback to the child position index.
|
|
@@ -152,7 +152,7 @@ process.env.NODE_ENV !== "production" ? TabScrollButton.propTypes
|
|
|
152
152
|
/**
|
|
153
153
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
154
154
|
*/
|
|
155
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
155
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
156
156
|
} : void 0;
|
|
157
157
|
var _default = TabScrollButton;
|
|
158
158
|
exports.default = _default;
|
package/node/Table/Table.js
CHANGED
|
@@ -163,7 +163,7 @@ process.env.NODE_ENV !== "production" ? Table.propTypes
|
|
|
163
163
|
/**
|
|
164
164
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
165
165
|
*/
|
|
166
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
166
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
167
167
|
} : void 0;
|
|
168
168
|
var _default = Table;
|
|
169
169
|
exports.default = _default;
|
|
@@ -113,7 +113,7 @@ process.env.NODE_ENV !== "production" ? TableBody.propTypes
|
|
|
113
113
|
/**
|
|
114
114
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
115
115
|
*/
|
|
116
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
116
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
117
117
|
} : void 0;
|
|
118
118
|
var _default = TableBody;
|
|
119
119
|
exports.default = _default;
|
|
@@ -245,7 +245,7 @@ process.env.NODE_ENV !== "production" ? TableCell.propTypes
|
|
|
245
245
|
/**
|
|
246
246
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
247
247
|
*/
|
|
248
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
248
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
251
|
* Specify the cell type.
|
|
@@ -104,7 +104,7 @@ process.env.NODE_ENV !== "production" ? TableContainer.propTypes
|
|
|
104
104
|
/**
|
|
105
105
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
106
106
|
*/
|
|
107
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
107
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
108
108
|
} : void 0;
|
|
109
109
|
var _default = TableContainer;
|
|
110
110
|
exports.default = _default;
|
|
@@ -113,7 +113,7 @@ process.env.NODE_ENV !== "production" ? TableFooter.propTypes
|
|
|
113
113
|
/**
|
|
114
114
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
115
115
|
*/
|
|
116
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
116
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
117
117
|
} : void 0;
|
|
118
118
|
var _default = TableFooter;
|
|
119
119
|
exports.default = _default;
|
|
@@ -113,7 +113,7 @@ process.env.NODE_ENV !== "production" ? TableHead.propTypes
|
|
|
113
113
|
/**
|
|
114
114
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
115
115
|
*/
|
|
116
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
116
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
117
117
|
} : void 0;
|
|
118
118
|
var _default = TableHead;
|
|
119
119
|
exports.default = _default;
|
|
@@ -444,7 +444,7 @@ process.env.NODE_ENV !== "production" ? TablePagination.propTypes
|
|
|
444
444
|
/**
|
|
445
445
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
446
446
|
*/
|
|
447
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
447
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
448
448
|
} : void 0;
|
|
449
449
|
var _default = TablePagination;
|
|
450
450
|
exports.default = _default;
|
|
@@ -157,7 +157,7 @@ process.env.NODE_ENV !== "production" ? TableRow.propTypes
|
|
|
157
157
|
/**
|
|
158
158
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
159
159
|
*/
|
|
160
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
160
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
161
161
|
} : void 0;
|
|
162
162
|
var _default = TableRow;
|
|
163
163
|
exports.default = _default;
|
|
@@ -201,7 +201,7 @@ process.env.NODE_ENV !== "production" ? TableSortLabel.propTypes
|
|
|
201
201
|
/**
|
|
202
202
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
203
203
|
*/
|
|
204
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])
|
|
204
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object])
|
|
205
205
|
} : void 0;
|
|
206
206
|
var _default = TableSortLabel;
|
|
207
207
|
exports.default = _default;
|
package/node/Tabs/Tabs.js
CHANGED
|
@@ -834,7 +834,7 @@ process.env.NODE_ENV !== "production" ? Tabs.propTypes
|
|
|
834
834
|
/**
|
|
835
835
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
836
836
|
*/
|
|
837
|
-
sx: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]),
|
|
837
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object])), _propTypes.default.func, _propTypes.default.object]),
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
840
|
* Props applied to the tab indicator element.
|