@mui/material 5.15.3 → 5.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.d.ts +30 -2
- package/Accordion/Accordion.js +43 -10
- package/AccordionActions/AccordionActions.js +4 -4
- package/AccordionDetails/AccordionDetails.js +4 -4
- package/AccordionSummary/AccordionSummary.js +4 -4
- package/AccordionSummary/accordionSummaryClasses.d.ts +4 -1
- package/Alert/Alert.d.ts +4 -2
- package/Alert/Alert.js +5 -5
- package/AlertTitle/AlertTitle.js +4 -4
- package/AppBar/AppBar.js +4 -4
- package/Autocomplete/Autocomplete.js +4 -4
- package/Avatar/Avatar.js +4 -4
- package/AvatarGroup/AvatarGroup.js +4 -4
- package/Backdrop/Backdrop.js +4 -4
- package/Badge/Badge.js +5 -5
- package/BottomNavigation/BottomNavigation.js +4 -4
- package/BottomNavigationAction/BottomNavigationAction.js +4 -4
- package/Box/Box.js +4 -4
- package/Breadcrumbs/Breadcrumbs.js +4 -4
- package/Button/Button.js +4 -4
- package/ButtonBase/ButtonBase.js +4 -4
- package/ButtonGroup/ButtonGroup.js +4 -4
- package/ButtonGroup/ButtonGroupContext.d.ts +2 -2
- package/CHANGELOG.md +184 -1
- package/Card/Card.js +4 -4
- package/CardActionArea/CardActionArea.js +4 -4
- package/CardActions/CardActions.js +4 -4
- package/CardContent/CardContent.js +4 -4
- package/CardHeader/CardHeader.js +4 -4
- package/CardMedia/CardMedia.js +4 -4
- package/Checkbox/Checkbox.js +4 -4
- package/Chip/Chip.js +4 -4
- package/CircularProgress/CircularProgress.js +4 -4
- package/ClickAwayListener/index.d.ts +2 -1
- package/Collapse/Collapse.js +4 -4
- package/Container/Container.js +4 -4
- package/CssBaseline/CssBaseline.js +4 -4
- package/Dialog/Dialog.js +4 -4
- package/DialogActions/DialogActions.js +4 -4
- package/DialogContent/DialogContent.js +4 -4
- package/DialogContentText/DialogContentText.js +4 -4
- package/DialogTitle/DialogTitle.js +4 -4
- package/Divider/Divider.d.ts +1 -0
- package/Divider/Divider.js +5 -4
- package/Divider/dividerClasses.d.ts +6 -2
- package/Drawer/Drawer.js +4 -4
- package/Fab/Fab.js +4 -4
- package/Fade/Fade.js +4 -4
- package/FilledInput/FilledInput.js +4 -4
- package/FormControl/FormControl.d.ts +1 -1
- package/FormControl/FormControl.js +4 -4
- package/FormControlLabel/FormControlLabel.js +4 -4
- package/FormGroup/FormGroup.js +4 -4
- package/FormHelperText/FormHelperText.js +4 -4
- package/FormLabel/FormLabel.d.ts +1 -1
- package/FormLabel/FormLabel.js +4 -4
- package/GlobalStyles/GlobalStyles.js +4 -4
- package/Grid/Grid.js +4 -4
- package/Grow/Grow.js +4 -4
- package/Hidden/Hidden.js +4 -4
- package/Icon/Icon.js +4 -4
- package/IconButton/IconButton.js +4 -4
- package/ImageList/ImageList.js +4 -4
- package/ImageListItem/ImageListItem.js +4 -4
- package/ImageListItemBar/ImageListItemBar.js +4 -4
- package/Input/Input.js +4 -4
- package/InputAdornment/InputAdornment.js +4 -4
- package/InputBase/InputBase.js +4 -4
- package/InputLabel/InputLabel.d.ts +1 -5
- package/InputLabel/InputLabel.js +4 -4
- package/LinearProgress/LinearProgress.js +4 -4
- package/Link/Link.js +4 -4
- package/List/List.js +4 -4
- package/ListItem/ListItem.js +4 -4
- package/ListItemAvatar/ListItemAvatar.js +4 -4
- package/ListItemButton/ListItemButton.js +4 -4
- package/ListItemIcon/ListItemIcon.js +4 -4
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
- package/ListItemText/ListItemText.js +4 -4
- package/ListSubheader/ListSubheader.js +4 -4
- package/Menu/Menu.js +4 -4
- package/MenuItem/MenuItem.js +4 -4
- package/MenuList/MenuList.js +4 -4
- package/MobileStepper/MobileStepper.js +4 -4
- package/Modal/Modal.js +4 -4
- package/NativeSelect/NativeSelect.js +4 -4
- package/OutlinedInput/OutlinedInput.js +4 -4
- package/Pagination/Pagination.js +4 -4
- package/PaginationItem/PaginationItem.js +4 -4
- package/Paper/Paper.js +4 -4
- package/Popover/Popover.js +4 -4
- package/Popper/Popper.js +4 -4
- package/Radio/Radio.js +4 -4
- package/RadioGroup/RadioGroup.js +4 -4
- package/Rating/Rating.js +5 -14
- package/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
- package/Select/Select.js +4 -4
- package/Skeleton/Skeleton.js +4 -4
- package/Slide/Slide.js +4 -4
- package/Slider/Slider.js +4 -4
- package/Snackbar/Snackbar.js +4 -4
- package/SnackbarContent/SnackbarContent.js +4 -4
- package/SpeedDial/SpeedDial.js +5 -13
- package/SpeedDialAction/SpeedDialAction.js +4 -4
- package/SpeedDialIcon/SpeedDialIcon.js +4 -4
- package/Stack/Stack.js +4 -4
- package/Step/Step.js +4 -4
- package/StepButton/StepButton.js +4 -4
- package/StepConnector/StepConnector.js +4 -4
- package/StepContent/StepContent.js +4 -4
- package/StepIcon/StepIcon.js +4 -4
- package/StepLabel/StepLabel.js +4 -4
- package/Stepper/Stepper.js +4 -4
- package/SvgIcon/SvgIcon.js +4 -4
- package/SwipeableDrawer/SwipeableDrawer.js +4 -4
- package/Switch/Switch.js +4 -4
- package/Tab/Tab.js +4 -4
- package/TabScrollButton/TabScrollButton.js +4 -4
- package/Table/Table.js +4 -4
- package/TableBody/TableBody.js +4 -4
- package/TableCell/TableCell.js +4 -4
- package/TableContainer/TableContainer.js +4 -4
- package/TableFooter/TableFooter.js +4 -4
- package/TableHead/TableHead.js +4 -4
- package/TablePagination/TablePagination.js +4 -4
- package/TableRow/TableRow.js +4 -4
- package/TableSortLabel/TableSortLabel.js +4 -4
- package/Tabs/Tabs.js +4 -4
- package/TextField/TextField.d.ts +1 -1
- package/TextField/TextField.js +4 -4
- package/ToggleButton/ToggleButton.js +24 -8
- package/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
- package/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +6 -0
- package/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
- package/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +16 -0
- package/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +6 -0
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/Toolbar/Toolbar.js +4 -4
- package/Tooltip/Tooltip.js +4 -4
- package/Typography/Typography.js +4 -4
- package/Unstable_Grid2/Grid2.js +4 -4
- package/Zoom/Zoom.js +4 -4
- package/index.js +1 -1
- package/legacy/Accordion/Accordion.js +48 -11
- package/legacy/AccordionActions/AccordionActions.js +4 -4
- package/legacy/AccordionDetails/AccordionDetails.js +4 -4
- package/legacy/AccordionSummary/AccordionSummary.js +4 -4
- package/legacy/Alert/Alert.js +5 -5
- package/legacy/AlertTitle/AlertTitle.js +4 -4
- package/legacy/AppBar/AppBar.js +4 -4
- package/legacy/Autocomplete/Autocomplete.js +4 -4
- package/legacy/Avatar/Avatar.js +4 -4
- package/legacy/AvatarGroup/AvatarGroup.js +4 -4
- package/legacy/Backdrop/Backdrop.js +4 -4
- package/legacy/Badge/Badge.js +5 -5
- package/legacy/BottomNavigation/BottomNavigation.js +4 -4
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +4 -4
- package/legacy/Box/Box.js +4 -4
- package/legacy/Breadcrumbs/Breadcrumbs.js +4 -4
- package/legacy/Button/Button.js +4 -4
- package/legacy/ButtonBase/ButtonBase.js +4 -4
- package/legacy/ButtonGroup/ButtonGroup.js +4 -4
- package/legacy/Card/Card.js +4 -4
- package/legacy/CardActionArea/CardActionArea.js +4 -4
- package/legacy/CardActions/CardActions.js +4 -4
- package/legacy/CardContent/CardContent.js +4 -4
- package/legacy/CardHeader/CardHeader.js +4 -4
- package/legacy/CardMedia/CardMedia.js +4 -4
- package/legacy/Checkbox/Checkbox.js +4 -4
- package/legacy/Chip/Chip.js +4 -4
- package/legacy/CircularProgress/CircularProgress.js +4 -4
- package/legacy/Collapse/Collapse.js +4 -4
- package/legacy/Container/Container.js +4 -4
- package/legacy/CssBaseline/CssBaseline.js +4 -4
- package/legacy/Dialog/Dialog.js +4 -4
- package/legacy/DialogActions/DialogActions.js +4 -4
- package/legacy/DialogContent/DialogContent.js +4 -4
- package/legacy/DialogContentText/DialogContentText.js +4 -4
- package/legacy/DialogTitle/DialogTitle.js +4 -4
- package/legacy/Divider/Divider.js +5 -4
- package/legacy/Drawer/Drawer.js +4 -4
- package/legacy/Fab/Fab.js +4 -4
- package/legacy/Fade/Fade.js +4 -4
- package/legacy/FilledInput/FilledInput.js +4 -4
- package/legacy/FormControl/FormControl.js +4 -4
- package/legacy/FormControlLabel/FormControlLabel.js +4 -4
- package/legacy/FormGroup/FormGroup.js +4 -4
- package/legacy/FormHelperText/FormHelperText.js +4 -4
- package/legacy/FormLabel/FormLabel.js +4 -4
- package/legacy/GlobalStyles/GlobalStyles.js +4 -4
- package/legacy/Grid/Grid.js +4 -4
- package/legacy/Grow/Grow.js +4 -4
- package/legacy/Hidden/Hidden.js +4 -4
- package/legacy/Icon/Icon.js +4 -4
- package/legacy/IconButton/IconButton.js +4 -4
- package/legacy/ImageList/ImageList.js +4 -4
- package/legacy/ImageListItem/ImageListItem.js +4 -4
- package/legacy/ImageListItemBar/ImageListItemBar.js +4 -4
- package/legacy/Input/Input.js +4 -4
- package/legacy/InputAdornment/InputAdornment.js +4 -4
- package/legacy/InputBase/InputBase.js +4 -4
- package/legacy/InputLabel/InputLabel.js +4 -4
- package/legacy/LinearProgress/LinearProgress.js +4 -4
- package/legacy/Link/Link.js +4 -4
- package/legacy/List/List.js +4 -4
- package/legacy/ListItem/ListItem.js +4 -4
- package/legacy/ListItemAvatar/ListItemAvatar.js +4 -4
- package/legacy/ListItemButton/ListItemButton.js +4 -4
- package/legacy/ListItemIcon/ListItemIcon.js +4 -4
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
- package/legacy/ListItemText/ListItemText.js +4 -4
- package/legacy/ListSubheader/ListSubheader.js +4 -4
- package/legacy/Menu/Menu.js +4 -4
- package/legacy/MenuItem/MenuItem.js +4 -4
- package/legacy/MenuList/MenuList.js +4 -4
- package/legacy/MobileStepper/MobileStepper.js +4 -4
- package/legacy/Modal/Modal.js +4 -4
- package/legacy/NativeSelect/NativeSelect.js +4 -4
- package/legacy/OutlinedInput/OutlinedInput.js +4 -4
- package/legacy/Pagination/Pagination.js +4 -4
- package/legacy/PaginationItem/PaginationItem.js +4 -4
- package/legacy/Paper/Paper.js +4 -4
- package/legacy/Popover/Popover.js +4 -4
- package/legacy/Popper/Popper.js +4 -4
- package/legacy/Radio/Radio.js +4 -4
- package/legacy/RadioGroup/RadioGroup.js +4 -4
- package/legacy/Rating/Rating.js +5 -14
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
- package/legacy/Select/Select.js +4 -4
- package/legacy/Skeleton/Skeleton.js +4 -4
- package/legacy/Slide/Slide.js +4 -4
- package/legacy/Slider/Slider.js +4 -4
- package/legacy/Snackbar/Snackbar.js +4 -4
- package/legacy/SnackbarContent/SnackbarContent.js +4 -4
- package/legacy/SpeedDial/SpeedDial.js +5 -13
- package/legacy/SpeedDialAction/SpeedDialAction.js +4 -4
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +4 -4
- package/legacy/Stack/Stack.js +4 -4
- package/legacy/Step/Step.js +4 -4
- package/legacy/StepButton/StepButton.js +4 -4
- package/legacy/StepConnector/StepConnector.js +4 -4
- package/legacy/StepContent/StepContent.js +4 -4
- package/legacy/StepIcon/StepIcon.js +4 -4
- package/legacy/StepLabel/StepLabel.js +4 -4
- package/legacy/Stepper/Stepper.js +4 -4
- package/legacy/SvgIcon/SvgIcon.js +4 -4
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +4 -4
- package/legacy/Switch/Switch.js +4 -4
- package/legacy/Tab/Tab.js +4 -4
- package/legacy/TabScrollButton/TabScrollButton.js +4 -4
- package/legacy/Table/Table.js +4 -4
- package/legacy/TableBody/TableBody.js +4 -4
- package/legacy/TableCell/TableCell.js +4 -4
- package/legacy/TableContainer/TableContainer.js +4 -4
- package/legacy/TableFooter/TableFooter.js +4 -4
- package/legacy/TableHead/TableHead.js +4 -4
- package/legacy/TablePagination/TablePagination.js +4 -4
- package/legacy/TableRow/TableRow.js +4 -4
- package/legacy/TableSortLabel/TableSortLabel.js +4 -4
- package/legacy/Tabs/Tabs.js +4 -4
- package/legacy/TextField/TextField.js +4 -4
- package/legacy/ToggleButton/ToggleButton.js +19 -6
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +81 -55
- package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
- package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
- package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/legacy/Toolbar/Toolbar.js +4 -4
- package/legacy/Tooltip/Tooltip.js +4 -4
- package/legacy/Typography/Typography.js +4 -4
- package/legacy/Unstable_Grid2/Grid2.js +4 -4
- package/legacy/Zoom/Zoom.js +4 -4
- package/legacy/index.js +1 -1
- package/legacy/styles/CssVarsProvider.js +3 -0
- package/legacy/utils/types.js +1 -0
- package/legacy/utils/useSlot.js +71 -0
- package/legacy/zero-styled/index.js +2 -0
- package/modern/Accordion/Accordion.js +43 -10
- package/modern/AccordionActions/AccordionActions.js +4 -4
- package/modern/AccordionDetails/AccordionDetails.js +4 -4
- package/modern/AccordionSummary/AccordionSummary.js +4 -4
- package/modern/Alert/Alert.js +5 -5
- package/modern/AlertTitle/AlertTitle.js +4 -4
- package/modern/AppBar/AppBar.js +4 -4
- package/modern/Autocomplete/Autocomplete.js +4 -4
- package/modern/Avatar/Avatar.js +4 -4
- package/modern/AvatarGroup/AvatarGroup.js +4 -4
- package/modern/Backdrop/Backdrop.js +4 -4
- package/modern/Badge/Badge.js +5 -5
- package/modern/BottomNavigation/BottomNavigation.js +4 -4
- package/modern/BottomNavigationAction/BottomNavigationAction.js +4 -4
- package/modern/Box/Box.js +4 -4
- package/modern/Breadcrumbs/Breadcrumbs.js +4 -4
- package/modern/Button/Button.js +4 -4
- package/modern/ButtonBase/ButtonBase.js +4 -4
- package/modern/ButtonGroup/ButtonGroup.js +4 -4
- package/modern/Card/Card.js +4 -4
- package/modern/CardActionArea/CardActionArea.js +4 -4
- package/modern/CardActions/CardActions.js +4 -4
- package/modern/CardContent/CardContent.js +4 -4
- package/modern/CardHeader/CardHeader.js +4 -4
- package/modern/CardMedia/CardMedia.js +4 -4
- package/modern/Checkbox/Checkbox.js +4 -4
- package/modern/Chip/Chip.js +4 -4
- package/modern/CircularProgress/CircularProgress.js +4 -4
- package/modern/Collapse/Collapse.js +4 -4
- package/modern/Container/Container.js +4 -4
- package/modern/CssBaseline/CssBaseline.js +4 -4
- package/modern/Dialog/Dialog.js +4 -4
- package/modern/DialogActions/DialogActions.js +4 -4
- package/modern/DialogContent/DialogContent.js +4 -4
- package/modern/DialogContentText/DialogContentText.js +4 -4
- package/modern/DialogTitle/DialogTitle.js +4 -4
- package/modern/Divider/Divider.js +5 -4
- package/modern/Drawer/Drawer.js +4 -4
- package/modern/Fab/Fab.js +4 -4
- package/modern/Fade/Fade.js +4 -4
- package/modern/FilledInput/FilledInput.js +4 -4
- package/modern/FormControl/FormControl.js +4 -4
- package/modern/FormControlLabel/FormControlLabel.js +4 -4
- package/modern/FormGroup/FormGroup.js +4 -4
- package/modern/FormHelperText/FormHelperText.js +4 -4
- package/modern/FormLabel/FormLabel.js +4 -4
- package/modern/GlobalStyles/GlobalStyles.js +4 -4
- package/modern/Grid/Grid.js +4 -4
- package/modern/Grow/Grow.js +4 -4
- package/modern/Hidden/Hidden.js +4 -4
- package/modern/Icon/Icon.js +4 -4
- package/modern/IconButton/IconButton.js +4 -4
- package/modern/ImageList/ImageList.js +4 -4
- package/modern/ImageListItem/ImageListItem.js +4 -4
- package/modern/ImageListItemBar/ImageListItemBar.js +4 -4
- package/modern/Input/Input.js +4 -4
- package/modern/InputAdornment/InputAdornment.js +4 -4
- package/modern/InputBase/InputBase.js +4 -4
- package/modern/InputLabel/InputLabel.js +4 -4
- package/modern/LinearProgress/LinearProgress.js +4 -4
- package/modern/Link/Link.js +4 -4
- package/modern/List/List.js +4 -4
- package/modern/ListItem/ListItem.js +4 -4
- package/modern/ListItemAvatar/ListItemAvatar.js +4 -4
- package/modern/ListItemButton/ListItemButton.js +4 -4
- package/modern/ListItemIcon/ListItemIcon.js +4 -4
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
- package/modern/ListItemText/ListItemText.js +4 -4
- package/modern/ListSubheader/ListSubheader.js +4 -4
- package/modern/Menu/Menu.js +4 -4
- package/modern/MenuItem/MenuItem.js +4 -4
- package/modern/MenuList/MenuList.js +4 -4
- package/modern/MobileStepper/MobileStepper.js +4 -4
- package/modern/Modal/Modal.js +4 -4
- package/modern/NativeSelect/NativeSelect.js +4 -4
- package/modern/OutlinedInput/OutlinedInput.js +4 -4
- package/modern/Pagination/Pagination.js +4 -4
- package/modern/PaginationItem/PaginationItem.js +4 -4
- package/modern/Paper/Paper.js +4 -4
- package/modern/Popover/Popover.js +4 -4
- package/modern/Popper/Popper.js +4 -4
- package/modern/Radio/Radio.js +4 -4
- package/modern/RadioGroup/RadioGroup.js +4 -4
- package/modern/Rating/Rating.js +5 -14
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
- package/modern/Select/Select.js +4 -4
- package/modern/Skeleton/Skeleton.js +4 -4
- package/modern/Slide/Slide.js +4 -4
- package/modern/Slider/Slider.js +4 -4
- package/modern/Snackbar/Snackbar.js +4 -4
- package/modern/SnackbarContent/SnackbarContent.js +4 -4
- package/modern/SpeedDial/SpeedDial.js +5 -13
- package/modern/SpeedDialAction/SpeedDialAction.js +4 -4
- package/modern/SpeedDialIcon/SpeedDialIcon.js +4 -4
- package/modern/Stack/Stack.js +4 -4
- package/modern/Step/Step.js +4 -4
- package/modern/StepButton/StepButton.js +4 -4
- package/modern/StepConnector/StepConnector.js +4 -4
- package/modern/StepContent/StepContent.js +4 -4
- package/modern/StepIcon/StepIcon.js +4 -4
- package/modern/StepLabel/StepLabel.js +4 -4
- package/modern/Stepper/Stepper.js +4 -4
- package/modern/SvgIcon/SvgIcon.js +4 -4
- package/modern/SwipeableDrawer/SwipeableDrawer.js +4 -4
- package/modern/Switch/Switch.js +4 -4
- package/modern/Tab/Tab.js +4 -4
- package/modern/TabScrollButton/TabScrollButton.js +4 -4
- package/modern/Table/Table.js +4 -4
- package/modern/TableBody/TableBody.js +4 -4
- package/modern/TableCell/TableCell.js +4 -4
- package/modern/TableContainer/TableContainer.js +4 -4
- package/modern/TableFooter/TableFooter.js +4 -4
- package/modern/TableHead/TableHead.js +4 -4
- package/modern/TablePagination/TablePagination.js +4 -4
- package/modern/TableRow/TableRow.js +4 -4
- package/modern/TableSortLabel/TableSortLabel.js +4 -4
- package/modern/Tabs/Tabs.js +4 -4
- package/modern/TextField/TextField.js +4 -4
- package/modern/ToggleButton/ToggleButton.js +24 -8
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
- package/modern/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +9 -0
- package/modern/ToggleButtonGroup/ToggleButtonGroupContext.js +9 -0
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/modern/Toolbar/Toolbar.js +4 -4
- package/modern/Tooltip/Tooltip.js +4 -4
- package/modern/Typography/Typography.js +4 -4
- package/modern/Unstable_Grid2/Grid2.js +4 -4
- package/modern/Zoom/Zoom.js +4 -4
- package/modern/index.js +1 -1
- package/modern/styles/CssVarsProvider.js +3 -0
- package/modern/utils/types.js +1 -0
- package/modern/utils/useSlot.js +82 -0
- package/modern/zero-styled/index.js +2 -0
- package/node/Accordion/Accordion.js +43 -10
- package/node/AccordionActions/AccordionActions.js +4 -4
- package/node/AccordionDetails/AccordionDetails.js +4 -4
- package/node/AccordionSummary/AccordionSummary.js +4 -4
- package/node/Alert/Alert.js +5 -5
- package/node/AlertTitle/AlertTitle.js +4 -4
- package/node/AppBar/AppBar.js +4 -4
- package/node/Autocomplete/Autocomplete.js +4 -4
- package/node/Avatar/Avatar.js +4 -4
- package/node/AvatarGroup/AvatarGroup.js +4 -4
- package/node/Backdrop/Backdrop.js +4 -4
- package/node/Badge/Badge.js +7 -7
- package/node/BottomNavigation/BottomNavigation.js +4 -4
- package/node/BottomNavigationAction/BottomNavigationAction.js +4 -4
- package/node/Box/Box.js +4 -4
- package/node/Breadcrumbs/Breadcrumbs.js +4 -4
- package/node/Button/Button.js +4 -4
- package/node/ButtonBase/ButtonBase.js +4 -4
- package/node/ButtonGroup/ButtonGroup.js +4 -4
- package/node/Card/Card.js +4 -4
- package/node/CardActionArea/CardActionArea.js +4 -4
- package/node/CardActions/CardActions.js +4 -4
- package/node/CardContent/CardContent.js +4 -4
- package/node/CardHeader/CardHeader.js +4 -4
- package/node/CardMedia/CardMedia.js +4 -4
- package/node/Checkbox/Checkbox.js +4 -4
- package/node/Chip/Chip.js +4 -4
- package/node/CircularProgress/CircularProgress.js +4 -4
- package/node/Collapse/Collapse.js +4 -4
- package/node/Container/Container.js +4 -4
- package/node/CssBaseline/CssBaseline.js +4 -4
- package/node/Dialog/Dialog.js +4 -4
- package/node/DialogActions/DialogActions.js +4 -4
- package/node/DialogContent/DialogContent.js +4 -4
- package/node/DialogContentText/DialogContentText.js +4 -4
- package/node/DialogTitle/DialogTitle.js +4 -4
- package/node/Divider/Divider.js +5 -4
- package/node/Drawer/Drawer.js +4 -4
- package/node/Fab/Fab.js +4 -4
- package/node/Fade/Fade.js +4 -4
- package/node/FilledInput/FilledInput.js +4 -4
- package/node/FormControl/FormControl.js +4 -4
- package/node/FormControlLabel/FormControlLabel.js +4 -4
- package/node/FormGroup/FormGroup.js +4 -4
- package/node/FormHelperText/FormHelperText.js +4 -4
- package/node/FormLabel/FormLabel.js +4 -4
- package/node/GlobalStyles/GlobalStyles.js +4 -4
- package/node/Grid/Grid.js +4 -4
- package/node/Grow/Grow.js +4 -4
- package/node/Hidden/Hidden.js +4 -4
- package/node/Icon/Icon.js +4 -4
- package/node/IconButton/IconButton.js +4 -4
- package/node/ImageList/ImageList.js +4 -4
- package/node/ImageListItem/ImageListItem.js +4 -4
- package/node/ImageListItemBar/ImageListItemBar.js +4 -4
- package/node/Input/Input.js +4 -4
- package/node/InputAdornment/InputAdornment.js +4 -4
- package/node/InputBase/InputBase.js +4 -4
- package/node/InputLabel/InputLabel.js +4 -4
- package/node/LinearProgress/LinearProgress.js +4 -4
- package/node/Link/Link.js +4 -4
- package/node/List/List.js +4 -4
- package/node/ListItem/ListItem.js +4 -4
- package/node/ListItemAvatar/ListItemAvatar.js +4 -4
- package/node/ListItemButton/ListItemButton.js +4 -4
- package/node/ListItemIcon/ListItemIcon.js +4 -4
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -4
- package/node/ListItemText/ListItemText.js +4 -4
- package/node/ListSubheader/ListSubheader.js +4 -4
- package/node/Menu/Menu.js +4 -4
- package/node/MenuItem/MenuItem.js +4 -4
- package/node/MenuList/MenuList.js +4 -4
- package/node/MobileStepper/MobileStepper.js +4 -4
- package/node/Modal/Modal.js +4 -4
- package/node/NativeSelect/NativeSelect.js +4 -4
- package/node/OutlinedInput/OutlinedInput.js +4 -4
- package/node/Pagination/Pagination.js +4 -4
- package/node/PaginationItem/PaginationItem.js +4 -4
- package/node/Paper/Paper.js +4 -4
- package/node/Popover/Popover.js +4 -4
- package/node/Popper/Popper.js +4 -4
- package/node/Radio/Radio.js +4 -4
- package/node/RadioGroup/RadioGroup.js +4 -4
- package/node/Rating/Rating.js +5 -14
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +4 -4
- package/node/Select/Select.js +4 -4
- package/node/Skeleton/Skeleton.js +4 -4
- package/node/Slide/Slide.js +4 -4
- package/node/Slider/Slider.js +4 -4
- package/node/Snackbar/Snackbar.js +4 -4
- package/node/SnackbarContent/SnackbarContent.js +4 -4
- package/node/SpeedDial/SpeedDial.js +6 -14
- package/node/SpeedDialAction/SpeedDialAction.js +4 -4
- package/node/SpeedDialIcon/SpeedDialIcon.js +4 -4
- package/node/Stack/Stack.js +4 -4
- package/node/Step/Step.js +4 -4
- package/node/StepButton/StepButton.js +4 -4
- package/node/StepConnector/StepConnector.js +4 -4
- package/node/StepContent/StepContent.js +4 -4
- package/node/StepIcon/StepIcon.js +4 -4
- package/node/StepLabel/StepLabel.js +4 -4
- package/node/Stepper/Stepper.js +4 -4
- package/node/SvgIcon/SvgIcon.js +4 -4
- package/node/SwipeableDrawer/SwipeableDrawer.js +4 -4
- package/node/Switch/Switch.js +4 -4
- package/node/Tab/Tab.js +4 -4
- package/node/TabScrollButton/TabScrollButton.js +4 -4
- package/node/Table/Table.js +4 -4
- package/node/TableBody/TableBody.js +4 -4
- package/node/TableCell/TableCell.js +4 -4
- package/node/TableContainer/TableContainer.js +4 -4
- package/node/TableFooter/TableFooter.js +4 -4
- package/node/TableHead/TableHead.js +4 -4
- package/node/TablePagination/TablePagination.js +4 -4
- package/node/TableRow/TableRow.js +4 -4
- package/node/TableSortLabel/TableSortLabel.js +4 -4
- package/node/Tabs/Tabs.js +4 -4
- package/node/TextField/TextField.js +4 -4
- package/node/ToggleButton/ToggleButton.js +24 -8
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +88 -46
- package/node/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +17 -0
- package/node/ToggleButtonGroup/ToggleButtonGroupContext.js +17 -0
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Toolbar/Toolbar.js +4 -4
- package/node/Tooltip/Tooltip.js +4 -4
- package/node/Typography/Typography.js +4 -4
- package/node/Unstable_Grid2/Grid2.js +4 -4
- package/node/Zoom/Zoom.js +4 -4
- package/node/index.js +1 -1
- package/node/styles/CssVarsProvider.js +3 -0
- package/node/utils/types.js +5 -0
- package/node/utils/useSlot.js +88 -0
- package/node/zero-styled/index.js +13 -0
- package/package.json +11 -10
- package/styles/CssVarsProvider.d.ts +3 -3
- package/styles/CssVarsProvider.js +3 -0
- package/umd/material-ui.development.js +15848 -15745
- package/umd/material-ui.production.min.js +4 -207
- package/utils/types.d.ts +27 -0
- package/utils/types.js +1 -0
- package/utils/useSlot.d.ts +84 -0
- package/utils/useSlot.js +82 -0
- package/zero-styled/index.d.ts +2 -0
- package/zero-styled/index.js +2 -0
- package/zero-styled/package.json +6 -0
|
@@ -140,10 +140,10 @@ const CardHeader = /*#__PURE__*/React.forwardRef(function CardHeader(inProps, re
|
|
|
140
140
|
}));
|
|
141
141
|
});
|
|
142
142
|
process.env.NODE_ENV !== "production" ? CardHeader.propTypes /* remove-proptypes */ = {
|
|
143
|
-
//
|
|
144
|
-
//
|
|
145
|
-
//
|
|
146
|
-
//
|
|
143
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
144
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
145
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
146
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
147
147
|
/**
|
|
148
148
|
* The action to display in the card header.
|
|
149
149
|
*/
|
|
@@ -96,10 +96,10 @@ const CardMedia = /*#__PURE__*/React.forwardRef(function CardMedia(inProps, ref)
|
|
|
96
96
|
}));
|
|
97
97
|
});
|
|
98
98
|
process.env.NODE_ENV !== "production" ? CardMedia.propTypes /* remove-proptypes */ = {
|
|
99
|
-
//
|
|
100
|
-
//
|
|
101
|
-
//
|
|
102
|
-
//
|
|
99
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
100
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
101
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
102
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
103
103
|
/**
|
|
104
104
|
* The content of the component.
|
|
105
105
|
*/
|
|
@@ -117,10 +117,10 @@ const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(inProps, ref) {
|
|
|
117
117
|
}));
|
|
118
118
|
});
|
|
119
119
|
process.env.NODE_ENV !== "production" ? Checkbox.propTypes /* remove-proptypes */ = {
|
|
120
|
-
//
|
|
121
|
-
//
|
|
122
|
-
//
|
|
123
|
-
//
|
|
120
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
121
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
122
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
123
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
124
124
|
/**
|
|
125
125
|
* If `true`, the component is checked.
|
|
126
126
|
*/
|
package/node/Chip/Chip.js
CHANGED
|
@@ -409,10 +409,10 @@ const Chip = /*#__PURE__*/React.forwardRef(function Chip(inProps, ref) {
|
|
|
409
409
|
}));
|
|
410
410
|
});
|
|
411
411
|
process.env.NODE_ENV !== "production" ? Chip.propTypes /* remove-proptypes */ = {
|
|
412
|
-
//
|
|
413
|
-
//
|
|
414
|
-
//
|
|
415
|
-
//
|
|
412
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
413
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
414
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
415
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
416
416
|
/**
|
|
417
417
|
* The Avatar element to display.
|
|
418
418
|
*/
|
|
@@ -188,10 +188,10 @@ const CircularProgress = /*#__PURE__*/React.forwardRef(function CircularProgress
|
|
|
188
188
|
}));
|
|
189
189
|
});
|
|
190
190
|
process.env.NODE_ENV !== "production" ? CircularProgress.propTypes /* remove-proptypes */ = {
|
|
191
|
-
//
|
|
192
|
-
//
|
|
193
|
-
//
|
|
194
|
-
//
|
|
191
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
192
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
193
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
194
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
195
195
|
/**
|
|
196
196
|
* Override or extend the styles applied to the component.
|
|
197
197
|
*/
|
|
@@ -289,10 +289,10 @@ const Collapse = /*#__PURE__*/React.forwardRef(function Collapse(inProps, ref) {
|
|
|
289
289
|
}));
|
|
290
290
|
});
|
|
291
291
|
process.env.NODE_ENV !== "production" ? Collapse.propTypes /* remove-proptypes */ = {
|
|
292
|
-
//
|
|
293
|
-
//
|
|
294
|
-
//
|
|
295
|
-
//
|
|
292
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
293
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
294
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
295
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
296
296
|
/**
|
|
297
297
|
* Add a custom transition end trigger. Called with the transitioning DOM
|
|
298
298
|
* node and a done callback. Allows for more fine grained transition end
|
|
@@ -28,10 +28,10 @@ const Container = (0, _system.createContainer)({
|
|
|
28
28
|
})
|
|
29
29
|
});
|
|
30
30
|
process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
|
|
31
|
-
//
|
|
32
|
-
//
|
|
33
|
-
//
|
|
34
|
-
//
|
|
31
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
32
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
33
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
34
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
35
35
|
/**
|
|
36
36
|
* @ignore
|
|
37
37
|
*/
|
|
@@ -94,10 +94,10 @@ function CssBaseline(inProps) {
|
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
process.env.NODE_ENV !== "production" ? CssBaseline.propTypes /* remove-proptypes */ = {
|
|
97
|
-
//
|
|
98
|
-
//
|
|
99
|
-
//
|
|
100
|
-
//
|
|
97
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
98
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
99
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
100
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
101
101
|
/**
|
|
102
102
|
* You can wrap a node.
|
|
103
103
|
*/
|
package/node/Dialog/Dialog.js
CHANGED
|
@@ -270,10 +270,10 @@ const Dialog = /*#__PURE__*/React.forwardRef(function Dialog(inProps, ref) {
|
|
|
270
270
|
}));
|
|
271
271
|
});
|
|
272
272
|
process.env.NODE_ENV !== "production" ? Dialog.propTypes /* remove-proptypes */ = {
|
|
273
|
-
//
|
|
274
|
-
//
|
|
275
|
-
//
|
|
276
|
-
//
|
|
273
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
274
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
275
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
276
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
277
277
|
/**
|
|
278
278
|
* The id(s) of the element(s) that describe the dialog.
|
|
279
279
|
*/
|
|
@@ -72,10 +72,10 @@ const DialogActions = /*#__PURE__*/React.forwardRef(function DialogActions(inPro
|
|
|
72
72
|
}, other));
|
|
73
73
|
});
|
|
74
74
|
process.env.NODE_ENV !== "production" ? DialogActions.propTypes /* remove-proptypes */ = {
|
|
75
|
-
//
|
|
76
|
-
//
|
|
77
|
-
//
|
|
78
|
-
//
|
|
75
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
76
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
77
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
78
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
79
79
|
/**
|
|
80
80
|
* The content of the component.
|
|
81
81
|
*/
|
|
@@ -78,10 +78,10 @@ const DialogContent = /*#__PURE__*/React.forwardRef(function DialogContent(inPro
|
|
|
78
78
|
}, other));
|
|
79
79
|
});
|
|
80
80
|
process.env.NODE_ENV !== "production" ? DialogContent.propTypes /* remove-proptypes */ = {
|
|
81
|
-
//
|
|
82
|
-
//
|
|
83
|
-
//
|
|
84
|
-
//
|
|
81
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
82
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
83
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
84
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
85
85
|
/**
|
|
86
86
|
* The content of the component.
|
|
87
87
|
*/
|
|
@@ -58,10 +58,10 @@ const DialogContentText = /*#__PURE__*/React.forwardRef(function DialogContentTe
|
|
|
58
58
|
}));
|
|
59
59
|
});
|
|
60
60
|
process.env.NODE_ENV !== "production" ? DialogContentText.propTypes /* remove-proptypes */ = {
|
|
61
|
-
//
|
|
62
|
-
//
|
|
63
|
-
//
|
|
64
|
-
//
|
|
61
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
62
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
63
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
64
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
65
65
|
/**
|
|
66
66
|
* The content of the component.
|
|
67
67
|
*/
|
|
@@ -63,10 +63,10 @@ const DialogTitle = /*#__PURE__*/React.forwardRef(function DialogTitle(inProps,
|
|
|
63
63
|
}, other));
|
|
64
64
|
});
|
|
65
65
|
process.env.NODE_ENV !== "production" ? DialogTitle.propTypes /* remove-proptypes */ = {
|
|
66
|
-
//
|
|
67
|
-
//
|
|
68
|
-
//
|
|
69
|
-
//
|
|
66
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
67
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
68
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
69
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
70
70
|
/**
|
|
71
71
|
* The content of the component.
|
|
72
72
|
*/
|
package/node/Divider/Divider.js
CHANGED
|
@@ -194,10 +194,10 @@ const Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
|
|
|
194
194
|
*/
|
|
195
195
|
Divider.muiSkipListHighlight = true;
|
|
196
196
|
process.env.NODE_ENV !== "production" ? Divider.propTypes /* remove-proptypes */ = {
|
|
197
|
-
//
|
|
198
|
-
//
|
|
199
|
-
//
|
|
200
|
-
//
|
|
197
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
198
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
199
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
200
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
201
201
|
/**
|
|
202
202
|
* Absolutely position the element.
|
|
203
203
|
* @default false
|
|
@@ -229,6 +229,7 @@ process.env.NODE_ENV !== "production" ? Divider.propTypes /* remove-proptypes */
|
|
|
229
229
|
/**
|
|
230
230
|
* If `true`, the divider will have a lighter color.
|
|
231
231
|
* @default false
|
|
232
|
+
* @deprecated Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead.
|
|
232
233
|
*/
|
|
233
234
|
light: _propTypes.default.bool,
|
|
234
235
|
/**
|
package/node/Drawer/Drawer.js
CHANGED
|
@@ -236,10 +236,10 @@ const Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
|
|
|
236
236
|
}));
|
|
237
237
|
});
|
|
238
238
|
process.env.NODE_ENV !== "production" ? Drawer.propTypes /* remove-proptypes */ = {
|
|
239
|
-
//
|
|
240
|
-
//
|
|
241
|
-
//
|
|
242
|
-
//
|
|
239
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
240
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
241
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
242
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
243
243
|
/**
|
|
244
244
|
* Side from which the drawer will appear.
|
|
245
245
|
* @default 'left'
|
package/node/Fab/Fab.js
CHANGED
|
@@ -167,10 +167,10 @@ const Fab = /*#__PURE__*/React.forwardRef(function Fab(inProps, ref) {
|
|
|
167
167
|
}));
|
|
168
168
|
});
|
|
169
169
|
process.env.NODE_ENV !== "production" ? Fab.propTypes /* remove-proptypes */ = {
|
|
170
|
-
//
|
|
171
|
-
//
|
|
172
|
-
//
|
|
173
|
-
//
|
|
170
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
171
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
172
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
173
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
174
174
|
/**
|
|
175
175
|
* The content of the component.
|
|
176
176
|
*/
|
package/node/Fade/Fade.js
CHANGED
|
@@ -136,10 +136,10 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
|
|
|
136
136
|
}));
|
|
137
137
|
});
|
|
138
138
|
process.env.NODE_ENV !== "production" ? Fade.propTypes /* remove-proptypes */ = {
|
|
139
|
-
//
|
|
140
|
-
//
|
|
141
|
-
//
|
|
142
|
-
//
|
|
139
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
140
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
141
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
142
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
143
143
|
/**
|
|
144
144
|
* Add a custom transition end trigger. Called with the transitioning DOM
|
|
145
145
|
* node and a done callback. Allows for more fine grained transition end
|
|
@@ -240,10 +240,10 @@ const FilledInput = /*#__PURE__*/React.forwardRef(function FilledInput(inProps,
|
|
|
240
240
|
}));
|
|
241
241
|
});
|
|
242
242
|
process.env.NODE_ENV !== "production" ? FilledInput.propTypes /* remove-proptypes */ = {
|
|
243
|
-
//
|
|
244
|
-
//
|
|
245
|
-
//
|
|
246
|
-
//
|
|
243
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
244
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
245
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
246
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
247
247
|
/**
|
|
248
248
|
* This prop helps users to fill forms faster, especially on mobile devices.
|
|
249
249
|
* The name can be confusing, as it's more like an autofill.
|
|
@@ -216,10 +216,10 @@ const FormControl = /*#__PURE__*/React.forwardRef(function FormControl(inProps,
|
|
|
216
216
|
});
|
|
217
217
|
});
|
|
218
218
|
process.env.NODE_ENV !== "production" ? FormControl.propTypes /* remove-proptypes */ = {
|
|
219
|
-
//
|
|
220
|
-
//
|
|
221
|
-
//
|
|
222
|
-
//
|
|
219
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
220
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
221
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
222
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
223
223
|
/**
|
|
224
224
|
* The content of the component.
|
|
225
225
|
*/
|
|
@@ -170,10 +170,10 @@ const FormControlLabel = /*#__PURE__*/React.forwardRef(function FormControlLabel
|
|
|
170
170
|
}));
|
|
171
171
|
});
|
|
172
172
|
process.env.NODE_ENV !== "production" ? FormControlLabel.propTypes /* remove-proptypes */ = {
|
|
173
|
-
//
|
|
174
|
-
//
|
|
175
|
-
//
|
|
176
|
-
//
|
|
173
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
174
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
175
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
176
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
177
177
|
/**
|
|
178
178
|
* If `true`, the component appears selected.
|
|
179
179
|
*/
|
|
@@ -84,10 +84,10 @@ const FormGroup = /*#__PURE__*/React.forwardRef(function FormGroup(inProps, ref)
|
|
|
84
84
|
}, other));
|
|
85
85
|
});
|
|
86
86
|
process.env.NODE_ENV !== "production" ? FormGroup.propTypes /* remove-proptypes */ = {
|
|
87
|
-
//
|
|
88
|
-
//
|
|
89
|
-
//
|
|
90
|
-
//
|
|
87
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
88
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
89
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
90
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
91
91
|
/**
|
|
92
92
|
* The content of the component.
|
|
93
93
|
*/
|
|
@@ -114,10 +114,10 @@ const FormHelperText = /*#__PURE__*/React.forwardRef(function FormHelperText(inP
|
|
|
114
114
|
}));
|
|
115
115
|
});
|
|
116
116
|
process.env.NODE_ENV !== "production" ? FormHelperText.propTypes /* remove-proptypes */ = {
|
|
117
|
-
//
|
|
118
|
-
//
|
|
119
|
-
//
|
|
120
|
-
//
|
|
117
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
118
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
119
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
120
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
121
121
|
/**
|
|
122
122
|
* The content of the component.
|
|
123
123
|
*
|
|
@@ -118,10 +118,10 @@ const FormLabel = /*#__PURE__*/React.forwardRef(function FormLabel(inProps, ref)
|
|
|
118
118
|
}));
|
|
119
119
|
});
|
|
120
120
|
process.env.NODE_ENV !== "production" ? FormLabel.propTypes /* remove-proptypes */ = {
|
|
121
|
-
//
|
|
122
|
-
//
|
|
123
|
-
//
|
|
124
|
-
//
|
|
121
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
122
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
123
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
124
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
125
125
|
/**
|
|
126
126
|
* The content of the component.
|
|
127
127
|
*/
|
|
@@ -22,10 +22,10 @@ function GlobalStyles(props) {
|
|
|
22
22
|
}));
|
|
23
23
|
}
|
|
24
24
|
process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
|
|
25
|
-
//
|
|
26
|
-
//
|
|
27
|
-
//
|
|
28
|
-
//
|
|
25
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
26
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
27
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
28
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
29
29
|
/**
|
|
30
30
|
* The styles you want to apply globally.
|
|
31
31
|
*/
|
package/node/Grid/Grid.js
CHANGED
|
@@ -438,10 +438,10 @@ const Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
|
|
|
438
438
|
});
|
|
439
439
|
});
|
|
440
440
|
process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
|
|
441
|
-
//
|
|
442
|
-
//
|
|
443
|
-
//
|
|
444
|
-
//
|
|
441
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
442
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
443
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
444
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
445
445
|
/**
|
|
446
446
|
* The content of the component.
|
|
447
447
|
*/
|
package/node/Grow/Grow.js
CHANGED
|
@@ -190,10 +190,10 @@ const Grow = /*#__PURE__*/React.forwardRef(function Grow(props, ref) {
|
|
|
190
190
|
}));
|
|
191
191
|
});
|
|
192
192
|
process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ = {
|
|
193
|
-
//
|
|
194
|
-
//
|
|
195
|
-
//
|
|
196
|
-
//
|
|
193
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
194
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
195
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
196
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
197
197
|
/**
|
|
198
198
|
* Add a custom transition end trigger. Called with the transitioning DOM
|
|
199
199
|
* node and a done callback. Allows for more fine grained transition end
|
package/node/Hidden/Hidden.js
CHANGED
|
@@ -62,10 +62,10 @@ function Hidden(props) {
|
|
|
62
62
|
}, other));
|
|
63
63
|
}
|
|
64
64
|
process.env.NODE_ENV !== "production" ? Hidden.propTypes /* remove-proptypes */ = {
|
|
65
|
-
//
|
|
66
|
-
//
|
|
67
|
-
//
|
|
68
|
-
//
|
|
65
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
66
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
67
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
68
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
69
69
|
/**
|
|
70
70
|
* The content of the component.
|
|
71
71
|
*/
|
package/node/Icon/Icon.js
CHANGED
|
@@ -106,10 +106,10 @@ const Icon = /*#__PURE__*/React.forwardRef(function Icon(inProps, ref) {
|
|
|
106
106
|
}, other));
|
|
107
107
|
});
|
|
108
108
|
process.env.NODE_ENV !== "production" ? Icon.propTypes /* remove-proptypes */ = {
|
|
109
|
-
//
|
|
110
|
-
//
|
|
111
|
-
//
|
|
112
|
-
//
|
|
109
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
110
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
111
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
112
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
113
113
|
/**
|
|
114
114
|
* The base class applied to the icon. Defaults to 'material-icons', but can be changed to any
|
|
115
115
|
* other base class that suits the icon font you're using (e.g. material-icons-rounded, fas, etc).
|
|
@@ -144,10 +144,10 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
|
|
|
144
144
|
}));
|
|
145
145
|
});
|
|
146
146
|
process.env.NODE_ENV !== "production" ? IconButton.propTypes /* remove-proptypes */ = {
|
|
147
|
-
//
|
|
148
|
-
//
|
|
149
|
-
//
|
|
150
|
-
//
|
|
147
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
148
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
149
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
150
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
151
151
|
/**
|
|
152
152
|
* The icon to display.
|
|
153
153
|
*/
|
|
@@ -111,10 +111,10 @@ const ImageList = /*#__PURE__*/React.forwardRef(function ImageList(inProps, ref)
|
|
|
111
111
|
}));
|
|
112
112
|
});
|
|
113
113
|
process.env.NODE_ENV !== "production" ? ImageList.propTypes /* remove-proptypes */ = {
|
|
114
|
-
//
|
|
115
|
-
//
|
|
116
|
-
//
|
|
117
|
-
//
|
|
114
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
115
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
116
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
117
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
118
118
|
/**
|
|
119
119
|
* The content of the component, normally `ImageListItem`s.
|
|
120
120
|
*/
|
|
@@ -139,10 +139,10 @@ const ImageListItem = /*#__PURE__*/React.forwardRef(function ImageListItem(inPro
|
|
|
139
139
|
}));
|
|
140
140
|
});
|
|
141
141
|
process.env.NODE_ENV !== "production" ? ImageListItem.propTypes /* remove-proptypes */ = {
|
|
142
|
-
//
|
|
143
|
-
//
|
|
144
|
-
//
|
|
145
|
-
//
|
|
142
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
143
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
144
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
145
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
146
146
|
/**
|
|
147
147
|
* The content of the component, normally an `<img>`.
|
|
148
148
|
*/
|
|
@@ -182,10 +182,10 @@ const ImageListItemBar = /*#__PURE__*/React.forwardRef(function ImageListItemBar
|
|
|
182
182
|
}));
|
|
183
183
|
});
|
|
184
184
|
process.env.NODE_ENV !== "production" ? ImageListItemBar.propTypes /* remove-proptypes */ = {
|
|
185
|
-
//
|
|
186
|
-
//
|
|
187
|
-
//
|
|
188
|
-
//
|
|
185
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
186
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
187
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
188
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
189
189
|
/**
|
|
190
190
|
* An IconButton element to be used as secondary action target
|
|
191
191
|
* (primary action target is the item itself).
|
package/node/Input/Input.js
CHANGED
|
@@ -160,10 +160,10 @@ const Input = /*#__PURE__*/React.forwardRef(function Input(inProps, ref) {
|
|
|
160
160
|
}));
|
|
161
161
|
});
|
|
162
162
|
process.env.NODE_ENV !== "production" ? Input.propTypes /* remove-proptypes */ = {
|
|
163
|
-
//
|
|
164
|
-
//
|
|
165
|
-
//
|
|
166
|
-
//
|
|
163
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
164
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
165
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
166
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
167
167
|
/**
|
|
168
168
|
* This prop helps users to fill forms faster, especially on mobile devices.
|
|
169
169
|
* The name can be confusing, as it's more like an autofill.
|
|
@@ -130,10 +130,10 @@ const InputAdornment = /*#__PURE__*/React.forwardRef(function InputAdornment(inP
|
|
|
130
130
|
});
|
|
131
131
|
});
|
|
132
132
|
process.env.NODE_ENV !== "production" ? InputAdornment.propTypes /* remove-proptypes */ = {
|
|
133
|
-
//
|
|
134
|
-
//
|
|
135
|
-
//
|
|
136
|
-
//
|
|
133
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
134
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
135
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
136
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
137
137
|
/**
|
|
138
138
|
* The content of the component, normally an `IconButton` or string.
|
|
139
139
|
*/
|