@mui/material 5.15.13 → 6.0.0-alpha.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 +31 -25
- package/AccordionActions/AccordionActions.js +14 -12
- package/AccordionDetails/AccordionDetails.js +2 -2
- package/AccordionSummary/AccordionSummary.js +30 -25
- package/Alert/Alert.js +1 -2
- package/AppBar/AppBar.js +1 -1
- package/Autocomplete/Autocomplete.d.ts +1 -1
- package/Autocomplete/Autocomplete.js +71 -50
- package/Autocomplete/autocompleteClasses.d.ts +3 -3
- package/AvatarGroup/AvatarGroup.js +27 -25
- package/Backdrop/Backdrop.d.ts +40 -22
- package/Backdrop/Backdrop.js +50 -33
- package/Badge/Badge.js +156 -164
- package/BottomNavigation/BottomNavigation.js +2 -2
- package/BottomNavigationAction/BottomNavigationAction.js +40 -24
- package/Breadcrumbs/Breadcrumbs.js +2 -2
- package/Button/Button.js +2 -4
- package/ButtonBase/ButtonBase.js +1 -2
- package/ButtonBase/TouchRipple.js +34 -39
- package/ButtonGroup/ButtonGroup.js +1 -1
- package/ButtonGroup/buttonGroupClasses.d.ts +57 -17
- package/ButtonGroup/buttonGroupClasses.js +1 -1
- package/CHANGELOG.md +195 -60
- package/Card/Card.js +4 -6
- package/CardActionArea/CardActionArea.js +3 -4
- package/CardActions/CardActions.js +16 -12
- package/CardContent/CardContent.js +7 -9
- package/CardHeader/CardHeader.js +3 -4
- package/CardMedia/CardMedia.js +22 -13
- package/Checkbox/Checkbox.js +2 -3
- package/Chip/Chip.js +191 -122
- package/CircularProgress/CircularProgress.d.ts +1 -1
- package/CircularProgress/CircularProgress.js +11 -16
- package/CssBaseline/CssBaseline.js +3 -6
- package/DialogTitle/DialogTitle.js +1 -1
- package/Divider/Divider.js +140 -81
- package/Fab/Fab.js +55 -58
- package/FilledInput/FilledInput.js +4 -6
- package/FormControl/FormControl.js +30 -15
- package/FormControlLabel/FormControlLabel.js +42 -27
- package/FormGroup/FormGroup.js +14 -10
- package/Grid/Grid.js +2 -4
- package/Icon/Icon.d.ts +1 -1
- package/Icon/Icon.js +1 -1
- package/IconButton/IconButton.js +2 -3
- package/ImageListItemBar/ImageListItemBar.js +1 -2
- package/Input/Input.js +3 -4
- package/InputAdornment/InputAdornment.js +1 -2
- package/InputBase/InputBase.js +2 -4
- package/LinearProgress/LinearProgress.js +16 -24
- package/List/List.js +1 -2
- package/ListItem/ListItem.js +1 -2
- package/ListItemText/ListItemText.js +2 -3
- package/Menu/Menu.js +2 -3
- package/MobileStepper/MobileStepper.js +80 -47
- package/Modal/Modal.js +22 -19
- package/NativeSelect/NativeSelectInput.js +1 -2
- package/OutlinedInput/OutlinedInput.js +4 -5
- package/OverridableComponent.d.ts +1 -1
- package/PaginationItem/PaginationItem.js +1 -2
- package/Paper/Paper.js +15 -18
- package/Popover/Popover.js +7 -8
- package/Popper/Popper.d.ts +3 -26
- package/Popper/Popper.js +3 -4
- package/README.md +5 -3
- package/Radio/Radio.js +2 -3
- package/Radio/RadioButtonIcon.js +1 -2
- package/Rating/Rating.js +1 -2
- package/ScopedCssBaseline/ScopedCssBaseline.js +1 -2
- package/Select/Select.d.ts +8 -20
- package/Select/SelectInput.js +3 -5
- package/Skeleton/Skeleton.js +11 -16
- package/Slider/Slider.js +358 -195
- package/Slider/SliderValueLabel.js +1 -2
- package/SnackbarContent/SnackbarContent.js +1 -2
- package/SpeedDial/SpeedDial.js +1 -2
- package/SpeedDialAction/SpeedDialAction.js +1 -2
- package/SpeedDialIcon/SpeedDialIcon.js +1 -2
- package/Step/Step.js +23 -14
- package/StepButton/StepButton.js +17 -14
- package/StepConnector/StepConnector.js +45 -26
- package/StepContent/StepContent.js +13 -8
- package/StepIcon/StepIcon.js +3 -4
- package/StepLabel/StepLabel.d.ts +25 -13
- package/StepLabel/StepLabel.js +47 -27
- package/Stepper/Stepper.js +29 -15
- package/SvgIcon/SvgIcon.js +26 -30
- package/SwipeableDrawer/SwipeableDrawer.js +2 -4
- package/Switch/Switch.js +1 -2
- package/TabScrollButton/TabScrollButton.js +2 -3
- package/TablePagination/TablePagination.js +2 -4
- package/TablePagination/TablePaginationActions.js +11 -13
- package/TableSortLabel/TableSortLabel.js +1 -2
- package/Tabs/Tabs.js +6 -10
- package/TextField/TextField.js +1 -2
- package/Tooltip/Tooltip.js +14 -17
- package/index.js +1 -1
- package/internal/SwitchBase.js +1 -2
- package/legacy/Accordion/Accordion.js +34 -24
- package/legacy/AccordionActions/AccordionActions.js +17 -14
- package/legacy/AccordionDetails/AccordionDetails.js +2 -2
- package/legacy/AccordionSummary/AccordionSummary.js +32 -24
- package/legacy/Alert/Alert.js +1 -2
- package/legacy/Autocomplete/Autocomplete.js +134 -116
- package/legacy/AvatarGroup/AvatarGroup.js +19 -11
- package/legacy/Backdrop/Backdrop.js +66 -44
- package/legacy/Badge/Badge.js +1 -2
- package/legacy/BottomNavigation/BottomNavigation.js +2 -2
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +42 -23
- package/legacy/Breadcrumbs/Breadcrumbs.js +2 -2
- package/legacy/Button/Button.js +1 -2
- package/legacy/ButtonBase/ButtonBase.js +1 -2
- package/legacy/ButtonGroup/ButtonGroup.js +1 -1
- package/legacy/ButtonGroup/buttonGroupClasses.js +1 -1
- package/legacy/Card/Card.js +4 -6
- package/legacy/CardActionArea/CardActionArea.js +3 -4
- package/legacy/CardActions/CardActions.js +16 -13
- package/legacy/CardContent/CardContent.js +7 -9
- package/legacy/CardHeader/CardHeader.js +3 -4
- package/legacy/CardMedia/CardMedia.js +24 -16
- package/legacy/Chip/Chip.js +199 -107
- package/legacy/CircularProgress/CircularProgress.js +1 -1
- package/legacy/CssBaseline/CssBaseline.js +1 -2
- package/legacy/Divider/Divider.js +148 -88
- package/legacy/FormControl/FormControl.js +37 -23
- package/legacy/FormControlLabel/FormControlLabel.js +42 -25
- package/legacy/FormGroup/FormGroup.js +15 -12
- package/legacy/Icon/Icon.js +1 -1
- package/legacy/ImageListItemBar/ImageListItemBar.js +1 -2
- package/legacy/InputAdornment/InputAdornment.js +1 -2
- package/legacy/InputBase/InputBase.js +1 -2
- package/legacy/LinearProgress/LinearProgress.js +1 -2
- package/legacy/List/List.js +1 -2
- package/legacy/ListItem/ListItem.js +1 -2
- package/legacy/ListItemText/ListItemText.js +1 -2
- package/legacy/MobileStepper/MobileStepper.js +80 -48
- package/legacy/Modal/Modal.js +20 -15
- package/legacy/NativeSelect/NativeSelectInput.js +1 -2
- package/legacy/OutlinedInput/OutlinedInput.js +1 -2
- package/legacy/PaginationItem/PaginationItem.js +1 -2
- package/legacy/Popover/Popover.js +2 -2
- package/legacy/Radio/RadioButtonIcon.js +1 -2
- package/legacy/Rating/Rating.js +1 -2
- package/legacy/Select/SelectInput.js +1 -2
- package/legacy/Slider/Slider.js +374 -193
- package/legacy/Slider/SliderValueLabel.js +1 -2
- package/legacy/SnackbarContent/SnackbarContent.js +1 -2
- package/legacy/SpeedDial/SpeedDial.js +1 -2
- package/legacy/SpeedDialAction/SpeedDialAction.js +1 -2
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -2
- package/legacy/Step/Step.js +22 -14
- package/legacy/StepButton/StepButton.js +17 -15
- package/legacy/StepConnector/StepConnector.js +46 -28
- package/legacy/StepContent/StepContent.js +15 -10
- package/legacy/StepIcon/StepIcon.js +3 -4
- package/legacy/StepLabel/StepLabel.js +65 -44
- package/legacy/Stepper/Stepper.js +28 -15
- package/legacy/SvgIcon/SvgIcon.js +2 -3
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +1 -2
- package/legacy/Switch/Switch.js +1 -2
- package/legacy/TablePagination/TablePagination.js +1 -2
- package/legacy/TablePagination/TablePaginationActions.js +1 -2
- package/legacy/TableSortLabel/TableSortLabel.js +1 -2
- package/legacy/Tabs/Tabs.js +1 -2
- package/legacy/TextField/TextField.js +1 -2
- package/legacy/Tooltip/Tooltip.js +1 -2
- package/legacy/index.js +1 -1
- package/legacy/internal/SwitchBase.js +1 -2
- package/legacy/styles/CssVarsProvider.js +1 -3
- package/legacy/styles/createGetSelector.js +21 -0
- package/legacy/styles/experimental_extendTheme.js +27 -8
- package/legacy/styles/rootShouldForwardProp.js +5 -0
- package/legacy/styles/slotShouldForwardProp.js +5 -0
- package/legacy/styles/styled.js +4 -5
- package/legacy/usePagination/usePagination.js +1 -1
- package/modern/Accordion/Accordion.js +31 -25
- package/modern/AccordionActions/AccordionActions.js +14 -12
- package/modern/AccordionDetails/AccordionDetails.js +2 -2
- package/modern/AccordionSummary/AccordionSummary.js +30 -25
- package/modern/Alert/Alert.js +1 -2
- package/modern/Autocomplete/Autocomplete.js +61 -36
- package/modern/AvatarGroup/AvatarGroup.js +25 -22
- package/modern/Backdrop/Backdrop.js +50 -32
- package/modern/Badge/Badge.js +1 -2
- package/modern/BottomNavigation/BottomNavigation.js +2 -2
- package/modern/BottomNavigationAction/BottomNavigationAction.js +40 -24
- package/modern/Breadcrumbs/Breadcrumbs.js +2 -2
- package/modern/Button/Button.js +1 -2
- package/modern/ButtonBase/ButtonBase.js +1 -2
- package/modern/ButtonGroup/ButtonGroup.js +1 -1
- package/modern/ButtonGroup/buttonGroupClasses.js +1 -1
- package/modern/Card/Card.js +4 -6
- package/modern/CardActionArea/CardActionArea.js +3 -4
- package/modern/CardActions/CardActions.js +16 -12
- package/modern/CardContent/CardContent.js +7 -9
- package/modern/CardHeader/CardHeader.js +3 -4
- package/modern/CardMedia/CardMedia.js +22 -13
- package/modern/Chip/Chip.js +191 -122
- package/modern/CircularProgress/CircularProgress.js +1 -1
- package/modern/CssBaseline/CssBaseline.js +1 -2
- package/modern/Divider/Divider.js +140 -81
- package/modern/FormControl/FormControl.js +30 -15
- package/modern/FormControlLabel/FormControlLabel.js +38 -22
- package/modern/FormGroup/FormGroup.js +14 -10
- package/modern/Icon/Icon.js +1 -1
- package/modern/ImageListItemBar/ImageListItemBar.js +1 -2
- package/modern/InputAdornment/InputAdornment.js +1 -2
- package/modern/InputBase/InputBase.js +1 -2
- package/modern/LinearProgress/LinearProgress.js +1 -2
- package/modern/List/List.js +1 -2
- package/modern/ListItem/ListItem.js +1 -2
- package/modern/ListItemText/ListItemText.js +1 -2
- package/modern/MobileStepper/MobileStepper.js +80 -47
- package/modern/Modal/Modal.js +15 -11
- package/modern/NativeSelect/NativeSelectInput.js +1 -2
- package/modern/OutlinedInput/OutlinedInput.js +1 -2
- package/modern/PaginationItem/PaginationItem.js +1 -2
- package/modern/Popover/Popover.js +2 -2
- package/modern/Radio/RadioButtonIcon.js +1 -2
- package/modern/Rating/Rating.js +1 -2
- package/modern/Select/SelectInput.js +1 -2
- package/modern/Slider/Slider.js +338 -174
- package/modern/Slider/SliderValueLabel.js +1 -2
- package/modern/SnackbarContent/SnackbarContent.js +1 -2
- package/modern/SpeedDial/SpeedDial.js +1 -2
- package/modern/SpeedDialAction/SpeedDialAction.js +1 -2
- package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -2
- package/modern/Step/Step.js +23 -14
- package/modern/StepButton/StepButton.js +17 -14
- package/modern/StepConnector/StepConnector.js +45 -26
- package/modern/StepContent/StepContent.js +13 -8
- package/modern/StepIcon/StepIcon.js +3 -4
- package/modern/StepLabel/StepLabel.js +47 -26
- package/modern/Stepper/Stepper.js +29 -15
- package/modern/SvgIcon/SvgIcon.js +2 -3
- package/modern/SwipeableDrawer/SwipeableDrawer.js +1 -2
- package/modern/Switch/Switch.js +1 -2
- package/modern/TablePagination/TablePagination.js +1 -2
- package/modern/TablePagination/TablePaginationActions.js +1 -2
- package/modern/TableSortLabel/TableSortLabel.js +1 -2
- package/modern/Tabs/Tabs.js +1 -2
- package/modern/TextField/TextField.js +1 -2
- package/modern/Tooltip/Tooltip.js +1 -2
- package/modern/index.js +1 -1
- package/modern/internal/SwitchBase.js +1 -2
- package/modern/styles/CssVarsProvider.js +1 -3
- package/modern/styles/createGetSelector.js +21 -0
- package/modern/styles/experimental_extendTheme.js +22 -9
- package/modern/styles/rootShouldForwardProp.js +3 -0
- package/modern/styles/slotShouldForwardProp.js +5 -0
- package/modern/styles/styled.js +4 -3
- package/modern/usePagination/usePagination.js +1 -1
- package/node/Accordion/Accordion.js +33 -26
- package/node/Accordion/AccordionContext.js +1 -1
- package/node/Accordion/index.js +1 -1
- package/node/AccordionActions/AccordionActions.js +17 -15
- package/node/AccordionActions/index.js +1 -1
- package/node/AccordionDetails/AccordionDetails.js +5 -5
- package/node/AccordionDetails/index.js +1 -1
- package/node/AccordionSummary/AccordionSummary.js +34 -28
- package/node/AccordionSummary/index.js +1 -1
- package/node/Alert/Alert.js +1 -1
- package/node/Alert/index.js +1 -1
- package/node/AlertTitle/AlertTitle.js +1 -1
- package/node/AlertTitle/index.js +1 -1
- package/node/AppBar/AppBar.js +1 -1
- package/node/AppBar/index.js +1 -1
- package/node/Autocomplete/Autocomplete.js +73 -47
- package/node/Autocomplete/index.js +1 -1
- package/node/Avatar/Avatar.js +1 -1
- package/node/Avatar/index.js +1 -1
- package/node/AvatarGroup/AvatarGroup.js +27 -23
- package/node/AvatarGroup/index.js +1 -1
- package/node/Backdrop/Backdrop.js +53 -36
- package/node/Backdrop/index.js +1 -1
- package/node/Badge/Badge.js +1 -1
- package/node/Badge/index.js +1 -1
- package/node/BottomNavigation/BottomNavigation.js +5 -5
- package/node/BottomNavigation/index.js +1 -1
- package/node/BottomNavigationAction/BottomNavigationAction.js +43 -26
- package/node/BottomNavigationAction/index.js +1 -1
- package/node/Box/index.js +1 -1
- package/node/Breadcrumbs/BreadcrumbCollapsed.js +1 -1
- package/node/Breadcrumbs/Breadcrumbs.js +7 -7
- package/node/Breadcrumbs/index.js +1 -1
- package/node/Button/Button.js +1 -1
- package/node/Button/index.js +1 -1
- package/node/ButtonBase/ButtonBase.js +1 -1
- package/node/ButtonBase/Ripple.js +1 -1
- package/node/ButtonBase/TouchRipple.js +1 -1
- package/node/ButtonBase/index.js +1 -1
- package/node/ButtonGroup/ButtonGroup.js +2 -2
- package/node/ButtonGroup/ButtonGroupButtonContext.js +1 -1
- package/node/ButtonGroup/ButtonGroupContext.js +1 -1
- package/node/ButtonGroup/buttonGroupClasses.js +1 -1
- package/node/ButtonGroup/index.js +1 -1
- package/node/Card/Card.js +7 -9
- package/node/Card/index.js +1 -1
- package/node/CardActionArea/CardActionArea.js +6 -6
- package/node/CardActionArea/index.js +1 -1
- package/node/CardActions/CardActions.js +19 -15
- package/node/CardActions/index.js +1 -1
- package/node/CardContent/CardContent.js +10 -12
- package/node/CardContent/index.js +1 -1
- package/node/CardHeader/CardHeader.js +8 -8
- package/node/CardHeader/index.js +1 -1
- package/node/CardMedia/CardMedia.js +25 -16
- package/node/CardMedia/index.js +1 -1
- package/node/Checkbox/Checkbox.js +1 -1
- package/node/Checkbox/index.js +1 -1
- package/node/Chip/Chip.js +194 -124
- package/node/Chip/index.js +1 -1
- package/node/CircularProgress/CircularProgress.js +2 -2
- package/node/CircularProgress/index.js +1 -1
- package/node/Collapse/Collapse.js +1 -1
- package/node/Collapse/index.js +1 -1
- package/node/Container/index.js +1 -1
- package/node/CssBaseline/CssBaseline.js +1 -1
- package/node/Dialog/Dialog.js +1 -1
- package/node/Dialog/DialogContext.js +1 -1
- package/node/Dialog/index.js +1 -1
- package/node/DialogActions/DialogActions.js +1 -1
- package/node/DialogActions/index.js +1 -1
- package/node/DialogContent/DialogContent.js +1 -1
- package/node/DialogContent/index.js +1 -1
- package/node/DialogContentText/DialogContentText.js +1 -1
- package/node/DialogContentText/index.js +1 -1
- package/node/DialogTitle/DialogTitle.js +1 -1
- package/node/DialogTitle/index.js +1 -1
- package/node/Divider/Divider.js +144 -85
- package/node/Divider/index.js +1 -1
- package/node/Drawer/Drawer.js +1 -1
- package/node/Drawer/index.js +1 -1
- package/node/Fab/Fab.js +1 -1
- package/node/Fab/index.js +1 -1
- package/node/Fade/Fade.js +1 -1
- package/node/FilledInput/FilledInput.js +1 -1
- package/node/FilledInput/index.js +1 -1
- package/node/FormControl/FormControl.js +33 -18
- package/node/FormControl/FormControlContext.js +1 -1
- package/node/FormControl/index.js +1 -1
- package/node/FormControl/useFormControl.js +1 -1
- package/node/FormControlLabel/FormControlLabel.js +41 -24
- package/node/FormControlLabel/index.js +1 -1
- package/node/FormGroup/FormGroup.js +17 -13
- package/node/FormGroup/index.js +1 -1
- package/node/FormHelperText/FormHelperText.js +1 -1
- package/node/FormHelperText/index.js +1 -1
- package/node/FormLabel/FormLabel.js +1 -1
- package/node/FormLabel/index.js +1 -1
- package/node/GlobalStyles/GlobalStyles.js +1 -1
- package/node/Grid/Grid.js +1 -1
- package/node/Grid/GridContext.js +1 -1
- package/node/Grid/index.js +1 -1
- package/node/Grow/Grow.js +1 -1
- package/node/Hidden/Hidden.js +1 -1
- package/node/Hidden/HiddenCss.js +1 -1
- package/node/Hidden/HiddenJs.js +1 -1
- package/node/Hidden/withWidth.js +1 -1
- package/node/Icon/Icon.js +2 -2
- package/node/Icon/index.js +1 -1
- package/node/IconButton/IconButton.js +1 -1
- package/node/IconButton/index.js +1 -1
- package/node/ImageList/ImageList.js +1 -1
- package/node/ImageList/ImageListContext.js +1 -1
- package/node/ImageList/index.js +1 -1
- package/node/ImageListItem/ImageListItem.js +1 -1
- package/node/ImageListItem/index.js +1 -1
- package/node/ImageListItemBar/ImageListItemBar.js +1 -1
- package/node/ImageListItemBar/index.js +1 -1
- package/node/Input/Input.js +1 -1
- package/node/Input/index.js +1 -1
- package/node/InputAdornment/InputAdornment.js +1 -1
- package/node/InputAdornment/index.js +1 -1
- package/node/InputBase/InputBase.js +1 -1
- package/node/InputBase/index.js +1 -1
- package/node/InputLabel/InputLabel.js +1 -1
- package/node/InputLabel/index.js +1 -1
- package/node/LinearProgress/LinearProgress.js +1 -1
- package/node/LinearProgress/index.js +1 -1
- package/node/Link/Link.js +1 -1
- package/node/Link/index.js +1 -1
- package/node/List/List.js +1 -1
- package/node/List/ListContext.js +1 -1
- package/node/List/index.js +1 -1
- package/node/ListItem/ListItem.js +1 -1
- package/node/ListItem/index.js +1 -1
- package/node/ListItemAvatar/ListItemAvatar.js +1 -1
- package/node/ListItemAvatar/index.js +1 -1
- package/node/ListItemButton/ListItemButton.js +1 -1
- package/node/ListItemButton/index.js +1 -1
- package/node/ListItemIcon/ListItemIcon.js +1 -1
- package/node/ListItemIcon/index.js +1 -1
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/node/ListItemSecondaryAction/index.js +1 -1
- package/node/ListItemText/ListItemText.js +1 -1
- package/node/ListItemText/index.js +1 -1
- package/node/ListSubheader/ListSubheader.js +1 -1
- package/node/ListSubheader/index.js +1 -1
- package/node/Menu/Menu.js +1 -1
- package/node/Menu/index.js +1 -1
- package/node/MenuItem/MenuItem.js +1 -1
- package/node/MenuItem/index.js +1 -1
- package/node/MenuList/MenuList.js +1 -1
- package/node/MobileStepper/MobileStepper.js +86 -52
- package/node/MobileStepper/index.js +1 -1
- package/node/Modal/Modal.js +18 -13
- package/node/Modal/index.js +1 -1
- package/node/NativeSelect/NativeSelect.js +1 -1
- package/node/NativeSelect/NativeSelectInput.js +1 -1
- package/node/NativeSelect/index.js +1 -1
- package/node/OutlinedInput/NotchedOutline.js +1 -1
- package/node/OutlinedInput/OutlinedInput.js +1 -1
- package/node/OutlinedInput/index.js +1 -1
- package/node/Pagination/Pagination.js +1 -1
- package/node/Pagination/index.js +1 -1
- package/node/PaginationItem/PaginationItem.js +1 -1
- package/node/PaginationItem/index.js +1 -1
- package/node/Paper/Paper.js +1 -1
- package/node/Paper/index.js +1 -1
- package/node/Popover/Popover.js +6 -6
- package/node/Popover/index.js +1 -1
- package/node/Popper/Popper.js +1 -1
- package/node/Radio/Radio.js +1 -1
- package/node/Radio/RadioButtonIcon.js +1 -1
- package/node/Radio/index.js +1 -1
- package/node/RadioGroup/RadioGroup.js +1 -1
- package/node/RadioGroup/RadioGroupContext.js +1 -1
- package/node/RadioGroup/useRadioGroup.js +1 -1
- package/node/Rating/Rating.js +1 -1
- package/node/Rating/index.js +1 -1
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +1 -1
- package/node/ScopedCssBaseline/index.js +1 -1
- package/node/Select/Select.js +1 -1
- package/node/Select/SelectInput.js +1 -1
- package/node/Select/index.js +1 -1
- package/node/Skeleton/Skeleton.js +1 -1
- package/node/Skeleton/index.js +1 -1
- package/node/Slide/Slide.js +1 -1
- package/node/Slider/Slider.js +415 -234
- package/node/Slider/SliderValueLabel.js +1 -1
- package/node/Slider/index.js +1 -1
- package/node/Snackbar/Snackbar.js +1 -1
- package/node/Snackbar/index.js +1 -1
- package/node/SnackbarContent/SnackbarContent.js +1 -1
- package/node/SnackbarContent/index.js +1 -1
- package/node/SpeedDial/SpeedDial.js +1 -1
- package/node/SpeedDial/index.js +1 -1
- package/node/SpeedDialAction/SpeedDialAction.js +1 -1
- package/node/SpeedDialAction/index.js +1 -1
- package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/node/SpeedDialIcon/index.js +1 -1
- package/node/Step/Step.js +25 -15
- package/node/Step/StepContext.js +1 -1
- package/node/Step/index.js +1 -1
- package/node/StepButton/StepButton.js +20 -17
- package/node/StepButton/index.js +1 -1
- package/node/StepConnector/StepConnector.js +49 -30
- package/node/StepConnector/index.js +1 -1
- package/node/StepContent/StepContent.js +17 -12
- package/node/StepContent/index.js +1 -1
- package/node/StepIcon/StepIcon.js +6 -6
- package/node/StepIcon/index.js +1 -1
- package/node/StepLabel/StepLabel.js +52 -31
- package/node/StepLabel/index.js +1 -1
- package/node/Stepper/Stepper.js +32 -18
- package/node/Stepper/StepperContext.js +1 -1
- package/node/Stepper/index.js +1 -1
- package/node/SvgIcon/SvgIcon.js +2 -2
- package/node/SvgIcon/index.js +1 -1
- package/node/SwipeableDrawer/SwipeArea.js +1 -1
- package/node/SwipeableDrawer/SwipeableDrawer.js +1 -1
- package/node/Switch/Switch.js +1 -1
- package/node/Switch/index.js +1 -1
- package/node/Tab/Tab.js +1 -1
- package/node/Tab/index.js +1 -1
- package/node/TabScrollButton/TabScrollButton.js +1 -1
- package/node/TabScrollButton/index.js +1 -1
- package/node/Table/Table.js +1 -1
- package/node/Table/TableContext.js +1 -1
- package/node/Table/Tablelvl2Context.js +1 -1
- package/node/Table/index.js +1 -1
- package/node/TableBody/TableBody.js +1 -1
- package/node/TableBody/index.js +1 -1
- package/node/TableCell/TableCell.js +1 -1
- package/node/TableCell/index.js +1 -1
- package/node/TableContainer/TableContainer.js +1 -1
- package/node/TableContainer/index.js +1 -1
- package/node/TableFooter/TableFooter.js +1 -1
- package/node/TableFooter/index.js +1 -1
- package/node/TableHead/TableHead.js +1 -1
- package/node/TableHead/index.js +1 -1
- package/node/TablePagination/TablePagination.js +1 -1
- package/node/TablePagination/TablePaginationActions.js +1 -1
- package/node/TablePagination/index.js +1 -1
- package/node/TableRow/TableRow.js +1 -1
- package/node/TableRow/index.js +1 -1
- package/node/TableSortLabel/TableSortLabel.js +1 -1
- package/node/TableSortLabel/index.js +1 -1
- package/node/Tabs/ScrollbarSize.js +1 -1
- package/node/Tabs/Tabs.js +1 -1
- package/node/Tabs/index.js +1 -1
- package/node/TextField/TextField.js +1 -1
- package/node/TextField/index.js +1 -1
- package/node/ToggleButton/ToggleButton.js +1 -1
- package/node/ToggleButton/index.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroupContext.js +1 -1
- package/node/ToggleButtonGroup/index.js +1 -1
- package/node/Toolbar/Toolbar.js +1 -1
- package/node/Toolbar/index.js +1 -1
- package/node/Tooltip/Tooltip.js +1 -1
- package/node/Tooltip/index.js +1 -1
- package/node/Typography/Typography.js +1 -1
- package/node/Typography/index.js +1 -1
- package/node/Unstable_Grid2/index.js +1 -1
- package/node/Zoom/Zoom.js +1 -1
- package/node/index.js +2 -2
- package/node/internal/SwitchBase.js +1 -1
- package/node/internal/svg-icons/Add.js +1 -1
- package/node/internal/svg-icons/ArrowDownward.js +1 -1
- package/node/internal/svg-icons/ArrowDropDown.js +1 -1
- package/node/internal/svg-icons/Cancel.js +1 -1
- package/node/internal/svg-icons/CheckBox.js +1 -1
- package/node/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
- package/node/internal/svg-icons/CheckCircle.js +1 -1
- package/node/internal/svg-icons/Close.js +1 -1
- package/node/internal/svg-icons/ErrorOutline.js +1 -1
- package/node/internal/svg-icons/FirstPage.js +1 -1
- package/node/internal/svg-icons/IndeterminateCheckBox.js +1 -1
- package/node/internal/svg-icons/InfoOutlined.js +1 -1
- package/node/internal/svg-icons/KeyboardArrowLeft.js +1 -1
- package/node/internal/svg-icons/KeyboardArrowRight.js +1 -1
- package/node/internal/svg-icons/LastPage.js +1 -1
- package/node/internal/svg-icons/MoreHoriz.js +1 -1
- package/node/internal/svg-icons/NavigateBefore.js +1 -1
- package/node/internal/svg-icons/NavigateNext.js +1 -1
- package/node/internal/svg-icons/Person.js +1 -1
- package/node/internal/svg-icons/RadioButtonChecked.js +1 -1
- package/node/internal/svg-icons/RadioButtonUnchecked.js +1 -1
- package/node/internal/svg-icons/ReportProblemOutlined.js +1 -1
- package/node/internal/svg-icons/Star.js +1 -1
- package/node/internal/svg-icons/StarBorder.js +1 -1
- package/node/internal/svg-icons/SuccessOutlined.js +1 -1
- package/node/internal/svg-icons/Warning.js +1 -1
- package/node/styles/CssVarsProvider.js +1 -3
- package/node/styles/ThemeProvider.js +1 -1
- package/node/styles/createGetSelector.js +29 -0
- package/node/styles/createTheme.js +1 -1
- package/node/styles/experimental_extendTheme.js +23 -10
- package/node/styles/index.js +1 -1
- package/node/styles/rootShouldForwardProp.js +10 -0
- package/node/styles/slotShouldForwardProp.js +11 -0
- package/node/styles/styled.js +17 -8
- package/node/styles/useTheme.js +1 -1
- package/node/useAutocomplete/index.js +1 -1
- package/node/usePagination/usePagination.js +1 -1
- package/node/useScrollTrigger/useScrollTrigger.js +1 -1
- package/node/useTouchRipple/useTouchRipple.js +1 -1
- package/node/utils/createSvgIcon.js +1 -1
- package/package.json +6 -6
- package/styles/CssVarsProvider.js +1 -3
- package/styles/createGetSelector.d.ts +10 -0
- package/styles/createGetSelector.js +21 -0
- package/styles/createTheme.js +1 -1
- package/styles/excludeVariablesFromRoot.d.ts +1 -1
- package/styles/experimental_extendTheme.d.ts +23 -5
- package/styles/experimental_extendTheme.js +29 -17
- package/styles/rootShouldForwardProp.d.ts +2 -0
- package/styles/rootShouldForwardProp.js +3 -0
- package/styles/shouldSkipGeneratingVar.js +1 -2
- package/styles/slotShouldForwardProp.d.ts +2 -0
- package/styles/slotShouldForwardProp.js +5 -0
- package/styles/styled.d.ts +2 -3
- package/styles/styled.js +4 -3
- package/transitions/utils.js +2 -3
- package/umd/material-ui.development.js +1819 -1179
- package/umd/material-ui.production.min.js +4 -4
- package/usePagination/usePagination.js +1 -1
- package/useTouchRipple/useTouchRipple.js +4 -8
- package/utils/useSlot.js +1 -1
|
@@ -24,14 +24,13 @@ import outlinedInputClasses from '../OutlinedInput/outlinedInputClasses';
|
|
|
24
24
|
import filledInputClasses from '../FilledInput/filledInputClasses';
|
|
25
25
|
import ClearIcon from '../internal/svg-icons/Close';
|
|
26
26
|
import ArrowDropDownIcon from '../internal/svg-icons/ArrowDropDown';
|
|
27
|
-
import
|
|
28
|
-
import styled from '../styles/styled';
|
|
27
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
29
28
|
import autocompleteClasses, { getAutocompleteUtilityClass } from './autocompleteClasses';
|
|
30
29
|
import capitalize from '../utils/capitalize';
|
|
31
30
|
import useForkRef from '../utils/useForkRef';
|
|
32
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
33
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
31
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
34
32
|
import { createElement as _createElement } from "react";
|
|
33
|
+
const useThemeProps = createUseThemeProps('MuiAutocomplete');
|
|
35
34
|
const useUtilityClasses = ownerState => {
|
|
36
35
|
const {
|
|
37
36
|
classes,
|
|
@@ -90,9 +89,7 @@ const AutocompleteRoot = styled('div', {
|
|
|
90
89
|
[`& .${autocompleteClasses.input}`]: inputFocused && styles.inputFocused
|
|
91
90
|
}, styles.root, fullWidth && styles.fullWidth, hasPopupIcon && styles.hasPopupIcon, hasClearIcon && styles.hasClearIcon];
|
|
92
91
|
}
|
|
93
|
-
})(
|
|
94
|
-
ownerState
|
|
95
|
-
}) => _extends({
|
|
92
|
+
})({
|
|
96
93
|
[`&.${autocompleteClasses.focused} .${autocompleteClasses.clearIndicator}`]: {
|
|
97
94
|
visibility: 'visible'
|
|
98
95
|
},
|
|
@@ -101,17 +98,11 @@ const AutocompleteRoot = styled('div', {
|
|
|
101
98
|
[`&:hover .${autocompleteClasses.clearIndicator}`]: {
|
|
102
99
|
visibility: 'visible'
|
|
103
100
|
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
width: '100%'
|
|
107
|
-
}, {
|
|
108
|
-
[`& .${autocompleteClasses.tag}`]: _extends({
|
|
101
|
+
},
|
|
102
|
+
[`& .${autocompleteClasses.tag}`]: {
|
|
109
103
|
margin: 3,
|
|
110
104
|
maxWidth: 'calc(100% - 6px)'
|
|
111
|
-
},
|
|
112
|
-
margin: 2,
|
|
113
|
-
maxWidth: 'calc(100% - 4px)'
|
|
114
|
-
}),
|
|
105
|
+
},
|
|
115
106
|
[`& .${autocompleteClasses.inputRoot}`]: {
|
|
116
107
|
flexWrap: 'wrap',
|
|
117
108
|
[`.${autocompleteClasses.hasPopupIcon}&, .${autocompleteClasses.hasClearIcon}&`]: {
|
|
@@ -200,14 +191,39 @@ const AutocompleteRoot = styled('div', {
|
|
|
200
191
|
paddingBottom: 9
|
|
201
192
|
}
|
|
202
193
|
},
|
|
203
|
-
[`& .${autocompleteClasses.input}`]:
|
|
194
|
+
[`& .${autocompleteClasses.input}`]: {
|
|
204
195
|
flexGrow: 1,
|
|
205
196
|
textOverflow: 'ellipsis',
|
|
206
197
|
opacity: 0
|
|
207
|
-
},
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
198
|
+
},
|
|
199
|
+
variants: [{
|
|
200
|
+
props: {
|
|
201
|
+
fullWidth: true
|
|
202
|
+
},
|
|
203
|
+
style: {
|
|
204
|
+
width: '100%'
|
|
205
|
+
}
|
|
206
|
+
}, {
|
|
207
|
+
props: {
|
|
208
|
+
size: 'small'
|
|
209
|
+
},
|
|
210
|
+
style: {
|
|
211
|
+
[`& .${autocompleteClasses.tag}`]: {
|
|
212
|
+
margin: 2,
|
|
213
|
+
maxWidth: 'calc(100% - 4px)'
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}, {
|
|
217
|
+
props: {
|
|
218
|
+
inputFocused: true
|
|
219
|
+
},
|
|
220
|
+
style: {
|
|
221
|
+
[`& .${autocompleteClasses.input}`]: {
|
|
222
|
+
opacity: 1
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}]
|
|
226
|
+
});
|
|
211
227
|
const AutocompleteEndAdornment = styled('div', {
|
|
212
228
|
name: 'MuiAutocomplete',
|
|
213
229
|
slot: 'EndAdornment',
|
|
@@ -234,14 +250,18 @@ const AutocompletePopupIndicator = styled(IconButton, {
|
|
|
234
250
|
overridesResolver: ({
|
|
235
251
|
ownerState
|
|
236
252
|
}, styles) => _extends({}, styles.popupIndicator, ownerState.popupOpen && styles.popupIndicatorOpen)
|
|
237
|
-
})(
|
|
238
|
-
ownerState
|
|
239
|
-
}) => _extends({
|
|
253
|
+
})({
|
|
240
254
|
padding: 2,
|
|
241
|
-
marginRight: -2
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
255
|
+
marginRight: -2,
|
|
256
|
+
variants: [{
|
|
257
|
+
props: {
|
|
258
|
+
popupOpen: true
|
|
259
|
+
},
|
|
260
|
+
style: {
|
|
261
|
+
transform: 'rotate(180deg)'
|
|
262
|
+
}
|
|
263
|
+
}]
|
|
264
|
+
});
|
|
245
265
|
const AutocompletePopper = styled(Popper, {
|
|
246
266
|
name: 'MuiAutocomplete',
|
|
247
267
|
slot: 'Popper',
|
|
@@ -254,12 +274,17 @@ const AutocompletePopper = styled(Popper, {
|
|
|
254
274
|
}, styles.popper, ownerState.disablePortal && styles.popperDisablePortal];
|
|
255
275
|
}
|
|
256
276
|
})(({
|
|
257
|
-
theme
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
277
|
+
theme
|
|
278
|
+
}) => ({
|
|
279
|
+
zIndex: (theme.vars || theme).zIndex.modal,
|
|
280
|
+
variants: [{
|
|
281
|
+
props: {
|
|
282
|
+
disablePortal: true
|
|
283
|
+
},
|
|
284
|
+
style: {
|
|
285
|
+
position: 'absolute'
|
|
286
|
+
}
|
|
287
|
+
}]
|
|
263
288
|
}));
|
|
264
289
|
const AutocompletePaper = styled(Paper, {
|
|
265
290
|
name: 'MuiAutocomplete',
|
|
@@ -571,7 +596,7 @@ const Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps
|
|
|
571
596
|
}))
|
|
572
597
|
}));
|
|
573
598
|
let autocompletePopper = null;
|
|
574
|
-
if (
|
|
599
|
+
if (groupedOptions.length > 0) {
|
|
575
600
|
autocompletePopper = renderAutocompletePopperChildren( /*#__PURE__*/_jsx(AutocompleteListbox, _extends({
|
|
576
601
|
as: ListboxComponent,
|
|
577
602
|
className: classes.listbox,
|
|
@@ -908,7 +933,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
|
|
|
908
933
|
ListboxProps: PropTypes.object,
|
|
909
934
|
/**
|
|
910
935
|
* If `true`, the component is in a loading state.
|
|
911
|
-
* This shows the `loadingText` in place of suggestions (only if there are no suggestions to show,
|
|
936
|
+
* This shows the `loadingText` in place of suggestions (only if there are no suggestions to show, for example `options` are empty).
|
|
912
937
|
* @default false
|
|
913
938
|
*/
|
|
914
939
|
loading: PropTypes.bool,
|
|
@@ -9,16 +9,15 @@ import { isFragment } from 'react-is';
|
|
|
9
9
|
import clsx from 'clsx';
|
|
10
10
|
import chainPropTypes from '@mui/utils/chainPropTypes';
|
|
11
11
|
import composeClasses from '@mui/utils/composeClasses';
|
|
12
|
-
import styled from '../
|
|
13
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
12
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
14
13
|
import Avatar, { avatarClasses } from '../Avatar';
|
|
15
14
|
import avatarGroupClasses, { getAvatarGroupUtilityClass } from './avatarGroupClasses';
|
|
16
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
17
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
18
16
|
const SPACINGS = {
|
|
19
17
|
small: -16,
|
|
20
|
-
medium:
|
|
18
|
+
medium: -8
|
|
21
19
|
};
|
|
20
|
+
const useThemeProps = createUseThemeProps('MuiAlert');
|
|
22
21
|
const useUtilityClasses = ownerState => {
|
|
23
22
|
const {
|
|
24
23
|
classes
|
|
@@ -36,23 +35,19 @@ const AvatarGroupRoot = styled('div', {
|
|
|
36
35
|
[`& .${avatarGroupClasses.avatar}`]: styles.avatar
|
|
37
36
|
}, styles.root)
|
|
38
37
|
})(({
|
|
39
|
-
theme
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
display: 'flex',
|
|
53
|
-
flexDirection: 'row-reverse'
|
|
54
|
-
};
|
|
55
|
-
});
|
|
38
|
+
theme
|
|
39
|
+
}) => ({
|
|
40
|
+
display: 'flex',
|
|
41
|
+
flexDirection: 'row-reverse',
|
|
42
|
+
[`& .${avatarClasses.root}`]: {
|
|
43
|
+
border: `2px solid ${(theme.vars || theme).palette.background.default}`,
|
|
44
|
+
boxSizing: 'content-box',
|
|
45
|
+
marginLeft: 'var(--AvatarGroup-spacing, -8px)',
|
|
46
|
+
'&:last-child': {
|
|
47
|
+
marginLeft: 0
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}));
|
|
56
51
|
const AvatarGroup = /*#__PURE__*/React.forwardRef(function AvatarGroup(inProps, ref) {
|
|
57
52
|
const props = useThemeProps({
|
|
58
53
|
props: inProps,
|
|
@@ -96,6 +91,7 @@ const AvatarGroup = /*#__PURE__*/React.forwardRef(function AvatarGroup(inProps,
|
|
|
96
91
|
const extraAvatars = Math.max(totalAvatars - clampedMax, totalAvatars - maxAvatars, 0);
|
|
97
92
|
const extraAvatarsElement = renderSurplus ? renderSurplus(extraAvatars) : `+${extraAvatars}`;
|
|
98
93
|
const additionalAvatarSlotProps = slotProps.additionalAvatar ?? componentsProps.additionalAvatar;
|
|
94
|
+
const marginValue = ownerState.spacing && SPACINGS[ownerState.spacing] !== undefined ? SPACINGS[ownerState.spacing] : -ownerState.spacing || -8;
|
|
99
95
|
return /*#__PURE__*/_jsxs(AvatarGroupRoot, _extends({
|
|
100
96
|
as: component,
|
|
101
97
|
ownerState: ownerState,
|
|
@@ -106,6 +102,9 @@ const AvatarGroup = /*#__PURE__*/React.forwardRef(function AvatarGroup(inProps,
|
|
|
106
102
|
variant: variant
|
|
107
103
|
}, additionalAvatarSlotProps, {
|
|
108
104
|
className: clsx(classes.avatar, additionalAvatarSlotProps?.className),
|
|
105
|
+
style: _extends({
|
|
106
|
+
'--AvatarRoot-spacing': marginValue ? `${marginValue}px` : undefined
|
|
107
|
+
}, other.style),
|
|
109
108
|
children: extraAvatarsElement
|
|
110
109
|
})) : null, children.slice(0, maxAvatars).reverse().map(child => {
|
|
111
110
|
return /*#__PURE__*/React.cloneElement(child, {
|
|
@@ -181,6 +180,10 @@ process.env.NODE_ENV !== "production" ? AvatarGroup.propTypes /* remove-proptype
|
|
|
181
180
|
* @default 'medium'
|
|
182
181
|
*/
|
|
183
182
|
spacing: PropTypes.oneOfType([PropTypes.oneOf(['medium', 'small']), PropTypes.number]),
|
|
183
|
+
/**
|
|
184
|
+
* @ignore
|
|
185
|
+
*/
|
|
186
|
+
style: PropTypes.object,
|
|
184
187
|
/**
|
|
185
188
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
186
189
|
*/
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
4
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
5
|
-
|
|
4
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
5
|
+
const _excluded = ["children", "className", "component", "invisible", "open", "components", "componentsProps", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
9
|
import composeClasses from '@mui/utils/composeClasses';
|
|
10
|
-
import styled from '../
|
|
11
|
-
import
|
|
10
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
11
|
+
import useSlot from '../utils/useSlot';
|
|
12
12
|
import Fade from '../Fade';
|
|
13
13
|
import { getBackdropUtilityClass } from './backdropClasses';
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
const useThemeProps = createUseThemeProps('MuiBackdrop');
|
|
15
16
|
const useUtilityClasses = ownerState => {
|
|
16
17
|
const {
|
|
17
18
|
classes,
|
|
@@ -31,9 +32,7 @@ const BackdropRoot = styled('div', {
|
|
|
31
32
|
} = props;
|
|
32
33
|
return [styles.root, ownerState.invisible && styles.invisible];
|
|
33
34
|
}
|
|
34
|
-
})(
|
|
35
|
-
ownerState
|
|
36
|
-
}) => _extends({
|
|
35
|
+
})({
|
|
37
36
|
position: 'fixed',
|
|
38
37
|
display: 'flex',
|
|
39
38
|
alignItems: 'center',
|
|
@@ -43,10 +42,16 @@ const BackdropRoot = styled('div', {
|
|
|
43
42
|
top: 0,
|
|
44
43
|
left: 0,
|
|
45
44
|
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
46
|
-
WebkitTapHighlightColor: 'transparent'
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
WebkitTapHighlightColor: 'transparent',
|
|
46
|
+
variants: [{
|
|
47
|
+
props: {
|
|
48
|
+
invisible: true
|
|
49
|
+
},
|
|
50
|
+
style: {
|
|
51
|
+
backgroundColor: 'transparent'
|
|
52
|
+
}
|
|
53
|
+
}]
|
|
54
|
+
});
|
|
50
55
|
const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
|
|
51
56
|
const props = useThemeProps({
|
|
52
57
|
props: inProps,
|
|
@@ -56,13 +61,13 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
|
|
|
56
61
|
children,
|
|
57
62
|
className,
|
|
58
63
|
component = 'div',
|
|
59
|
-
components = {},
|
|
60
|
-
componentsProps = {},
|
|
61
64
|
invisible = false,
|
|
62
65
|
open,
|
|
66
|
+
components = {},
|
|
67
|
+
componentsProps = {},
|
|
63
68
|
slotProps = {},
|
|
64
69
|
slots = {},
|
|
65
|
-
TransitionComponent
|
|
70
|
+
TransitionComponent: TransitionComponentProp,
|
|
66
71
|
transitionDuration
|
|
67
72
|
} = props,
|
|
68
73
|
other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
@@ -71,17 +76,34 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
|
|
|
71
76
|
invisible
|
|
72
77
|
});
|
|
73
78
|
const classes = useUtilityClasses(ownerState);
|
|
74
|
-
const
|
|
75
|
-
|
|
79
|
+
const backwardCompatibleSlots = _extends({
|
|
80
|
+
transition: TransitionComponentProp,
|
|
81
|
+
root: components.Root
|
|
82
|
+
}, slots);
|
|
83
|
+
const backwardCompatibleSlotProps = _extends({}, componentsProps, slotProps);
|
|
84
|
+
const externalForwardedProps = {
|
|
85
|
+
slots: backwardCompatibleSlots,
|
|
86
|
+
slotProps: backwardCompatibleSlotProps
|
|
87
|
+
};
|
|
88
|
+
const [RootSlot, rootProps] = useSlot('root', {
|
|
89
|
+
elementType: BackdropRoot,
|
|
90
|
+
externalForwardedProps,
|
|
91
|
+
className: clsx(classes.root, className),
|
|
92
|
+
ownerState
|
|
93
|
+
});
|
|
94
|
+
const [TransitionSlot, transitionProps] = useSlot('transition', {
|
|
95
|
+
elementType: Fade,
|
|
96
|
+
externalForwardedProps,
|
|
97
|
+
ownerState
|
|
98
|
+
});
|
|
99
|
+
delete transitionProps.ownerState;
|
|
100
|
+
return /*#__PURE__*/_jsx(TransitionSlot, _extends({
|
|
76
101
|
in: open,
|
|
77
102
|
timeout: transitionDuration
|
|
78
|
-
}, other, {
|
|
79
|
-
children: /*#__PURE__*/_jsx(
|
|
103
|
+
}, other, transitionProps, {
|
|
104
|
+
children: /*#__PURE__*/_jsx(RootSlot, _extends({
|
|
80
105
|
"aria-hidden": true
|
|
81
|
-
},
|
|
82
|
-
as: slots.root ?? components.Root ?? component,
|
|
83
|
-
className: clsx(classes.root, className, rootSlotProps?.className),
|
|
84
|
-
ownerState: _extends({}, ownerState, rootSlotProps?.ownerState),
|
|
106
|
+
}, rootProps, {
|
|
85
107
|
classes: classes,
|
|
86
108
|
ref: ref,
|
|
87
109
|
children: children
|
|
@@ -144,25 +166,20 @@ process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes *
|
|
|
144
166
|
*/
|
|
145
167
|
open: PropTypes.bool.isRequired,
|
|
146
168
|
/**
|
|
147
|
-
* The
|
|
148
|
-
* You can override the existing props or add new ones.
|
|
149
|
-
*
|
|
150
|
-
* This prop is an alias for the `componentsProps` prop, which will be deprecated in the future.
|
|
151
|
-
*
|
|
169
|
+
* The props used for each slot inside.
|
|
152
170
|
* @default {}
|
|
153
171
|
*/
|
|
154
172
|
slotProps: PropTypes.shape({
|
|
155
|
-
root: PropTypes.object
|
|
173
|
+
root: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
|
|
174
|
+
transition: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
|
|
156
175
|
}),
|
|
157
176
|
/**
|
|
158
177
|
* The components used for each slot inside.
|
|
159
|
-
*
|
|
160
|
-
* This prop is an alias for the `components` prop, which will be deprecated in the future.
|
|
161
|
-
*
|
|
162
178
|
* @default {}
|
|
163
179
|
*/
|
|
164
180
|
slots: PropTypes.shape({
|
|
165
|
-
root: PropTypes.elementType
|
|
181
|
+
root: PropTypes.elementType,
|
|
182
|
+
transition: PropTypes.elementType
|
|
166
183
|
}),
|
|
167
184
|
/**
|
|
168
185
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
@@ -172,6 +189,7 @@ process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes *
|
|
|
172
189
|
* The component used for the transition.
|
|
173
190
|
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
174
191
|
* @default Fade
|
|
192
|
+
* @deprecated Use `slots.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
|
|
175
193
|
*/
|
|
176
194
|
TransitionComponent: PropTypes.elementType,
|
|
177
195
|
/**
|
package/modern/Badge/Badge.js
CHANGED
|
@@ -13,8 +13,7 @@ import { useSlotProps } from '@mui/base/utils';
|
|
|
13
13
|
import { styled, createUseThemeProps } from '../zero-styled';
|
|
14
14
|
import capitalize from '../utils/capitalize';
|
|
15
15
|
import badgeClasses, { getBadgeUtilityClass } from './badgeClasses';
|
|
16
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
17
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
18
17
|
const RADIUS_STANDARD = 10;
|
|
19
18
|
const RADIUS_DOT = 4;
|
|
20
19
|
const useThemeProps = createUseThemeProps('MuiBadge');
|
|
@@ -8,10 +8,10 @@ import { isFragment } from 'react-is';
|
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
9
9
|
import clsx from 'clsx';
|
|
10
10
|
import composeClasses from '@mui/utils/composeClasses';
|
|
11
|
-
import styled from '../
|
|
12
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
11
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
13
12
|
import { getBottomNavigationUtilityClass } from './bottomNavigationClasses';
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
const useThemeProps = createUseThemeProps('MuiBottomNavigation');
|
|
15
15
|
const useUtilityClasses = ownerState => {
|
|
16
16
|
const {
|
|
17
17
|
classes
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
4
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
5
5
|
const _excluded = ["className", "icon", "label", "onChange", "onClick", "selected", "showLabel", "value"];
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
9
|
import composeClasses from '@mui/utils/composeClasses';
|
|
10
|
-
import styled from '../
|
|
11
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
10
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
12
11
|
import ButtonBase from '../ButtonBase';
|
|
13
12
|
import unsupportedProp from '../utils/unsupportedProp';
|
|
14
13
|
import bottomNavigationActionClasses, { getBottomNavigationActionUtilityClass } from './bottomNavigationActionClasses';
|
|
15
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
-
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
const useThemeProps = createUseThemeProps('MuiBottomNavigationAction');
|
|
17
16
|
const useUtilityClasses = ownerState => {
|
|
18
17
|
const {
|
|
19
18
|
classes,
|
|
@@ -36,9 +35,8 @@ const BottomNavigationActionRoot = styled(ButtonBase, {
|
|
|
36
35
|
return [styles.root, !ownerState.showLabel && !ownerState.selected && styles.iconOnly];
|
|
37
36
|
}
|
|
38
37
|
})(({
|
|
39
|
-
theme
|
|
40
|
-
|
|
41
|
-
}) => _extends({
|
|
38
|
+
theme
|
|
39
|
+
}) => ({
|
|
42
40
|
transition: theme.transitions.create(['color', 'padding-top'], {
|
|
43
41
|
duration: theme.transitions.duration.short
|
|
44
42
|
}),
|
|
@@ -47,36 +45,54 @@ const BottomNavigationActionRoot = styled(ButtonBase, {
|
|
|
47
45
|
maxWidth: 168,
|
|
48
46
|
color: (theme.vars || theme).palette.text.secondary,
|
|
49
47
|
flexDirection: 'column',
|
|
50
|
-
flex: '1'
|
|
51
|
-
}, !ownerState.showLabel && !ownerState.selected && {
|
|
52
|
-
paddingTop: 14
|
|
53
|
-
}, !ownerState.showLabel && !ownerState.selected && !ownerState.label && {
|
|
54
|
-
paddingTop: 0
|
|
55
|
-
}, {
|
|
48
|
+
flex: '1',
|
|
56
49
|
[`&.${bottomNavigationActionClasses.selected}`]: {
|
|
57
50
|
color: (theme.vars || theme).palette.primary.main
|
|
58
|
-
}
|
|
51
|
+
},
|
|
52
|
+
variants: [{
|
|
53
|
+
props: ({
|
|
54
|
+
showLabel,
|
|
55
|
+
selected
|
|
56
|
+
}) => !showLabel && !selected,
|
|
57
|
+
style: {
|
|
58
|
+
paddingTop: 14
|
|
59
|
+
}
|
|
60
|
+
}, {
|
|
61
|
+
props: ({
|
|
62
|
+
showLabel,
|
|
63
|
+
selected,
|
|
64
|
+
label
|
|
65
|
+
}) => !showLabel && !selected && !label,
|
|
66
|
+
style: {
|
|
67
|
+
paddingTop: 0
|
|
68
|
+
}
|
|
69
|
+
}]
|
|
59
70
|
}));
|
|
60
71
|
const BottomNavigationActionLabel = styled('span', {
|
|
61
72
|
name: 'MuiBottomNavigationAction',
|
|
62
73
|
slot: 'Label',
|
|
63
74
|
overridesResolver: (props, styles) => styles.label
|
|
64
75
|
})(({
|
|
65
|
-
theme
|
|
66
|
-
|
|
67
|
-
}) => _extends({
|
|
76
|
+
theme
|
|
77
|
+
}) => ({
|
|
68
78
|
fontFamily: theme.typography.fontFamily,
|
|
69
79
|
fontSize: theme.typography.pxToRem(12),
|
|
70
80
|
opacity: 1,
|
|
71
81
|
transition: 'font-size 0.2s, opacity 0.2s',
|
|
72
|
-
transitionDelay: '0.1s'
|
|
73
|
-
}, !ownerState.showLabel && !ownerState.selected && {
|
|
74
|
-
opacity: 0,
|
|
75
|
-
transitionDelay: '0s'
|
|
76
|
-
}, {
|
|
82
|
+
transitionDelay: '0.1s',
|
|
77
83
|
[`&.${bottomNavigationActionClasses.selected}`]: {
|
|
78
84
|
fontSize: theme.typography.pxToRem(14)
|
|
79
|
-
}
|
|
85
|
+
},
|
|
86
|
+
variants: [{
|
|
87
|
+
props: ({
|
|
88
|
+
showLabel,
|
|
89
|
+
selected
|
|
90
|
+
}) => !showLabel && !selected,
|
|
91
|
+
style: {
|
|
92
|
+
opacity: 0,
|
|
93
|
+
transitionDelay: '0s'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
80
96
|
}));
|
|
81
97
|
const BottomNavigationAction = /*#__PURE__*/React.forwardRef(function BottomNavigationAction(inProps, ref) {
|
|
82
98
|
const props = useThemeProps({
|
|
@@ -10,12 +10,12 @@ import clsx from 'clsx';
|
|
|
10
10
|
import integerPropType from '@mui/utils/integerPropType';
|
|
11
11
|
import { useSlotProps } from '@mui/base/utils';
|
|
12
12
|
import composeClasses from '@mui/utils/composeClasses';
|
|
13
|
-
import styled from '../
|
|
14
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
13
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
15
14
|
import Typography from '../Typography';
|
|
16
15
|
import BreadcrumbCollapsed from './BreadcrumbCollapsed';
|
|
17
16
|
import breadcrumbsClasses, { getBreadcrumbsUtilityClass } from './breadcrumbsClasses';
|
|
18
17
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
18
|
+
const useThemeProps = createUseThemeProps('MuiBreadcrumbs');
|
|
19
19
|
const useUtilityClasses = ownerState => {
|
|
20
20
|
const {
|
|
21
21
|
classes
|
package/modern/Button/Button.js
CHANGED
|
@@ -16,8 +16,7 @@ import capitalize from '../utils/capitalize';
|
|
|
16
16
|
import buttonClasses, { getButtonUtilityClass } from './buttonClasses';
|
|
17
17
|
import ButtonGroupContext from '../ButtonGroup/ButtonGroupContext';
|
|
18
18
|
import ButtonGroupButtonContext from '../ButtonGroup/ButtonGroupButtonContext';
|
|
19
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
20
|
const useUtilityClasses = ownerState => {
|
|
22
21
|
const {
|
|
23
22
|
color,
|
|
@@ -16,8 +16,7 @@ import useEventCallback from '../utils/useEventCallback';
|
|
|
16
16
|
import useIsFocusVisible from '../utils/useIsFocusVisible';
|
|
17
17
|
import TouchRipple from './TouchRipple';
|
|
18
18
|
import buttonBaseClasses, { getButtonBaseUtilityClass } from './buttonBaseClasses';
|
|
19
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
20
|
const useUtilityClasses = ownerState => {
|
|
22
21
|
const {
|
|
23
22
|
disabled,
|
|
@@ -49,7 +49,7 @@ const useUtilityClasses = ownerState => {
|
|
|
49
49
|
variant
|
|
50
50
|
} = ownerState;
|
|
51
51
|
const slots = {
|
|
52
|
-
root: ['root', variant, orientation
|
|
52
|
+
root: ['root', variant, orientation, fullWidth && 'fullWidth', disableElevation && 'disableElevation', `color${capitalize(color)}`],
|
|
53
53
|
grouped: ['grouped', `grouped${capitalize(orientation)}`, `grouped${capitalize(variant)}`, `grouped${capitalize(variant)}${capitalize(orientation)}`, `grouped${capitalize(variant)}${capitalize(color)}`, disabled && 'disabled'],
|
|
54
54
|
firstButton: ['firstButton'],
|
|
55
55
|
lastButton: ['lastButton'],
|
|
@@ -3,5 +3,5 @@ import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
|
3
3
|
export function getButtonGroupUtilityClass(slot) {
|
|
4
4
|
return generateUtilityClass('MuiButtonGroup', slot);
|
|
5
5
|
}
|
|
6
|
-
const buttonGroupClasses = generateUtilityClasses('MuiButtonGroup', ['root', 'contained', 'outlined', 'text', 'disableElevation', 'disabled', 'firstButton', 'fullWidth', 'vertical', 'grouped', 'groupedHorizontal', 'groupedVertical', 'groupedText', 'groupedTextHorizontal', 'groupedTextVertical', 'groupedTextPrimary', 'groupedTextSecondary', 'groupedOutlined', 'groupedOutlinedHorizontal', 'groupedOutlinedVertical', 'groupedOutlinedPrimary', 'groupedOutlinedSecondary', 'groupedContained', 'groupedContainedHorizontal', 'groupedContainedVertical', 'groupedContainedPrimary', 'groupedContainedSecondary', 'lastButton', 'middleButton']);
|
|
6
|
+
const buttonGroupClasses = generateUtilityClasses('MuiButtonGroup', ['root', 'contained', 'outlined', 'text', 'disableElevation', 'disabled', 'firstButton', 'fullWidth', 'horizontal', 'vertical', 'colorPrimary', 'colorSecondary', 'grouped', 'groupedHorizontal', 'groupedVertical', 'groupedText', 'groupedTextHorizontal', 'groupedTextVertical', 'groupedTextPrimary', 'groupedTextSecondary', 'groupedOutlined', 'groupedOutlinedHorizontal', 'groupedOutlinedVertical', 'groupedOutlinedPrimary', 'groupedOutlinedSecondary', 'groupedContained', 'groupedContainedHorizontal', 'groupedContainedVertical', 'groupedContainedPrimary', 'groupedContainedSecondary', 'lastButton', 'middleButton']);
|
|
7
7
|
export default buttonGroupClasses;
|
package/modern/Card/Card.js
CHANGED
|
@@ -8,11 +8,11 @@ import PropTypes from 'prop-types';
|
|
|
8
8
|
import clsx from 'clsx';
|
|
9
9
|
import chainPropTypes from '@mui/utils/chainPropTypes';
|
|
10
10
|
import composeClasses from '@mui/utils/composeClasses';
|
|
11
|
-
import styled from '../
|
|
12
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
11
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
13
12
|
import Paper from '../Paper';
|
|
14
13
|
import { getCardUtilityClass } from './cardClasses';
|
|
15
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
const useThemeProps = createUseThemeProps('MuiCard');
|
|
16
16
|
const useUtilityClasses = ownerState => {
|
|
17
17
|
const {
|
|
18
18
|
classes
|
|
@@ -26,10 +26,8 @@ const CardRoot = styled(Paper, {
|
|
|
26
26
|
name: 'MuiCard',
|
|
27
27
|
slot: 'Root',
|
|
28
28
|
overridesResolver: (props, styles) => styles.root
|
|
29
|
-
})(
|
|
30
|
-
|
|
31
|
-
overflow: 'hidden'
|
|
32
|
-
};
|
|
29
|
+
})({
|
|
30
|
+
overflow: 'hidden'
|
|
33
31
|
});
|
|
34
32
|
const Card = /*#__PURE__*/React.forwardRef(function Card(inProps, ref) {
|
|
35
33
|
const props = useThemeProps({
|
|
@@ -7,12 +7,11 @@ import * as React from 'react';
|
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
9
|
import composeClasses from '@mui/utils/composeClasses';
|
|
10
|
-
import
|
|
11
|
-
import styled from '../styles/styled';
|
|
10
|
+
import { styled, createUseThemeProps } from '../zero-styled';
|
|
12
11
|
import cardActionAreaClasses, { getCardActionAreaUtilityClass } from './cardActionAreaClasses';
|
|
13
12
|
import ButtonBase from '../ButtonBase';
|
|
14
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
-
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
+
const useThemeProps = createUseThemeProps('MuiCardActionArea');
|
|
16
15
|
const useUtilityClasses = ownerState => {
|
|
17
16
|
const {
|
|
18
17
|
classes
|