@mui/material 6.0.0-alpha.1 → 6.0.0-alpha.11
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 +5 -5
- package/Accordion/Accordion.js +35 -35
- package/AccordionActions/AccordionActions.d.ts +3 -3
- package/AccordionActions/AccordionActions.js +11 -12
- package/AccordionDetails/AccordionDetails.d.ts +3 -3
- package/AccordionDetails/AccordionDetails.js +7 -9
- package/AccordionSummary/AccordionSummary.d.ts +3 -3
- package/AccordionSummary/AccordionSummary.js +14 -16
- package/AccordionSummary/accordionSummaryClasses.d.ts +1 -1
- package/Alert/Alert.d.ts +6 -6
- package/Alert/Alert.js +58 -53
- package/Alert/alertClasses.d.ts +12 -12
- package/AlertTitle/AlertTitle.d.ts +6 -6
- package/AlertTitle/AlertTitle.js +7 -9
- package/AppBar/AppBar.d.ts +3 -3
- package/AppBar/AppBar.js +34 -33
- package/Autocomplete/Autocomplete.d.ts +81 -15
- package/Autocomplete/Autocomplete.js +234 -153
- package/Avatar/Avatar.d.ts +3 -3
- package/Avatar/Avatar.js +46 -38
- package/AvatarGroup/AvatarGroup.d.ts +53 -20
- package/AvatarGroup/AvatarGroup.js +60 -41
- package/Backdrop/Backdrop.d.ts +6 -8
- package/Backdrop/Backdrop.js +36 -35
- package/Badge/Badge.d.ts +5 -5
- package/Badge/Badge.js +33 -32
- package/BottomNavigation/BottomNavigation.d.ts +2 -2
- package/BottomNavigation/BottomNavigation.js +15 -17
- package/BottomNavigationAction/BottomNavigationAction.d.ts +3 -3
- package/BottomNavigationAction/BottomNavigationAction.js +15 -18
- package/Box/Box.d.ts +2 -2
- package/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
- package/Breadcrumbs/Breadcrumbs.d.ts +3 -3
- package/Breadcrumbs/Breadcrumbs.js +19 -21
- package/Button/Button.d.ts +5 -5
- package/Button/Button.js +33 -30
- package/Button/buttonClasses.d.ts +33 -33
- package/ButtonBase/ButtonBase.d.ts +3 -3
- package/ButtonBase/ButtonBase.js +44 -50
- package/ButtonBase/TouchRipple.js +9 -12
- package/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/ButtonGroup/ButtonGroup.js +23 -25
- package/ButtonGroup/buttonGroupClasses.d.ts +17 -17
- package/CHANGELOG.md +538 -4
- package/Card/Card.d.ts +3 -3
- package/Card/Card.js +11 -12
- package/CardActionArea/CardActionArea.d.ts +3 -3
- package/CardActionArea/CardActionArea.js +9 -12
- package/CardActions/CardActions.d.ts +3 -3
- package/CardActions/CardActions.js +11 -12
- package/CardContent/CardContent.d.ts +2 -2
- package/CardContent/CardContent.js +11 -12
- package/CardHeader/CardHeader.d.ts +3 -3
- package/CardHeader/CardHeader.js +30 -31
- package/CardMedia/CardMedia.d.ts +2 -2
- package/CardMedia/CardMedia.js +19 -21
- package/Checkbox/Checkbox.d.ts +5 -5
- package/Checkbox/Checkbox.js +79 -43
- package/Chip/Chip.d.ts +5 -5
- package/Chip/Chip.js +38 -39
- package/Chip/chipClasses.d.ts +28 -26
- package/Chip/chipClasses.js +1 -1
- package/CircularProgress/CircularProgress.d.ts +3 -3
- package/CircularProgress/CircularProgress.js +88 -51
- package/CircularProgress/circularProgressClasses.d.ts +6 -2
- package/Collapse/Collapse.d.ts +6 -6
- package/Collapse/Collapse.js +109 -77
- package/Container/Container.d.ts +2 -2
- package/CssBaseline/CssBaseline.d.ts +3 -3
- package/CssBaseline/CssBaseline.js +17 -14
- package/Dialog/Dialog.d.ts +4 -4
- package/Dialog/Dialog.js +152 -104
- package/DialogActions/DialogActions.d.ts +3 -3
- package/DialogActions/DialogActions.js +26 -23
- package/DialogContent/DialogContent.d.ts +3 -3
- package/DialogContent/DialogContent.js +35 -26
- package/DialogContentText/DialogContentText.d.ts +3 -3
- package/DialogContentText/DialogContentText.js +16 -13
- package/DialogTitle/DialogTitle.d.ts +3 -3
- package/DialogTitle/DialogTitle.js +10 -12
- package/Divider/Divider.d.ts +4 -4
- package/Divider/Divider.js +20 -22
- package/Drawer/Drawer.d.ts +4 -4
- package/Drawer/Drawer.js +122 -81
- package/Fab/Fab.d.ts +3 -3
- package/Fab/Fab.js +108 -65
- package/Fade/Fade.d.ts +4 -4
- package/Fade/Fade.js +32 -31
- package/FilledInput/FilledInput.d.ts +5 -4
- package/FilledInput/FilledInput.js +223 -134
- package/FilledInput/filledInputClasses.d.ts +1 -13
- package/FilledInput/filledInputClasses.js +4 -2
- package/FormControl/FormControl.d.ts +6 -6
- package/FormControl/FormControl.js +27 -25
- package/FormControlLabel/FormControlLabel.d.ts +26 -19
- package/FormControlLabel/FormControlLabel.js +50 -26
- package/FormGroup/FormGroup.d.ts +4 -4
- package/FormGroup/FormGroup.js +11 -12
- package/FormHelperText/FormHelperText.d.ts +2 -2
- package/FormHelperText/FormHelperText.js +46 -28
- package/FormLabel/FormLabel.d.ts +4 -4
- package/FormLabel/FormLabel.js +49 -31
- package/GlobalStyles/GlobalStyles.d.ts +3 -3
- package/GlobalStyles/GlobalStyles.js +3 -3
- package/Grid/Grid.d.ts +3 -2
- package/Grid/Grid.js +57 -54
- package/Grow/Grow.d.ts +6 -6
- package/Grow/Grow.js +35 -32
- package/Hidden/Hidden.d.ts +4 -2
- package/Hidden/Hidden.js +23 -22
- package/Hidden/HiddenCss.js +29 -29
- package/Hidden/withWidth.js +19 -19
- package/Icon/Icon.d.ts +3 -3
- package/Icon/Icon.js +77 -38
- package/IconButton/IconButton.d.ts +4 -4
- package/IconButton/IconButton.js +112 -59
- package/ImageList/ImageList.d.ts +2 -2
- package/ImageList/ImageList.js +41 -47
- package/ImageListItem/ImageListItem.d.ts +2 -2
- package/ImageListItem/ImageListItem.js +57 -43
- package/ImageListItemBar/ImageListItemBar.d.ts +3 -3
- package/ImageListItemBar/ImageListItemBar.js +81 -50
- package/Input/Input.d.ts +5 -4
- package/Input/Input.js +103 -83
- package/Input/inputClasses.js +4 -2
- package/InputAdornment/InputAdornment.d.ts +2 -2
- package/InputAdornment/InputAdornment.js +52 -40
- package/InputBase/InputBase.d.ts +5 -7
- package/InputBase/InputBase.js +173 -135
- package/InputLabel/InputLabel.d.ts +3 -3
- package/InputLabel/InputLabel.js +140 -74
- package/LinearProgress/LinearProgress.d.ts +3 -3
- package/LinearProgress/LinearProgress.js +195 -92
- package/Link/Link.d.ts +4 -4
- package/Link/Link.js +114 -69
- package/Link/getTextDecoration.d.ts +2 -8
- package/Link/getTextDecoration.js +16 -8
- package/List/List.d.ts +3 -3
- package/List/List.js +36 -29
- package/ListItem/ListItem.d.ts +7 -15
- package/ListItem/ListItem.js +159 -114
- package/ListItemAvatar/ListItemAvatar.d.ts +3 -3
- package/ListItemAvatar/ListItemAvatar.js +23 -20
- package/ListItemButton/ListItemButton.d.ts +3 -3
- package/ListItemButton/ListItemButton.js +61 -39
- package/ListItemIcon/ListItemIcon.d.ts +3 -3
- package/ListItemIcon/ListItemIcon.js +23 -19
- package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +7 -3
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
- package/ListItemText/ListItemText.d.ts +5 -3
- package/ListItemText/ListItemText.js +46 -39
- package/ListSubheader/ListSubheader.d.ts +2 -2
- package/ListSubheader/ListSubheader.js +63 -37
- package/Menu/Menu.d.ts +5 -5
- package/Menu/Menu.js +38 -42
- package/MenuItem/MenuItem.d.ts +3 -3
- package/MenuItem/MenuItem.js +71 -49
- package/MenuList/MenuList.d.ts +4 -4
- package/MenuList/MenuList.js +17 -20
- package/MobileStepper/MobileStepper.d.ts +4 -4
- package/MobileStepper/MobileStepper.js +21 -22
- package/Modal/Modal.d.ts +10 -12
- package/Modal/Modal.js +49 -42
- package/NativeSelect/NativeSelect.d.ts +4 -4
- package/NativeSelect/NativeSelect.js +26 -22
- package/NativeSelect/NativeSelectInput.js +91 -67
- package/OutlinedInput/NotchedOutline.js +73 -56
- package/OutlinedInput/OutlinedInput.d.ts +6 -4
- package/OutlinedInput/OutlinedInput.js +142 -81
- package/OutlinedInput/outlinedInputClasses.js +4 -2
- package/OverridableComponent.d.ts +2 -2
- package/Pagination/Pagination.d.ts +3 -3
- package/Pagination/Pagination.js +38 -34
- package/PaginationItem/PaginationItem.d.ts +28 -16
- package/PaginationItem/PaginationItem.js +225 -119
- package/PaginationItem/paginationItemClasses.d.ts +4 -4
- package/Paper/Paper.d.ts +3 -3
- package/Paper/Paper.js +60 -35
- package/Popover/Popover.d.ts +21 -26
- package/Popover/Popover.js +86 -85
- package/Popper/Popper.d.ts +8 -4
- package/Popper/Popper.js +33 -31
- package/Radio/Radio.d.ts +4 -4
- package/Radio/Radio.js +73 -39
- package/Radio/RadioButtonIcon.js +21 -15
- package/RadioGroup/RadioGroup.d.ts +4 -4
- package/RadioGroup/RadioGroup.js +15 -18
- package/Rating/Rating.d.ts +3 -3
- package/Rating/Rating.js +127 -85
- package/ScopedCssBaseline/ScopedCssBaseline.d.ts +2 -2
- package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/Select/Select.d.ts +12 -9
- package/Select/Select.js +65 -58
- package/Select/SelectInput.js +72 -65
- package/Skeleton/Skeleton.d.ts +2 -2
- package/Skeleton/Skeleton.js +128 -81
- package/Slide/Slide.d.ts +5 -5
- package/Slide/Slide.js +38 -34
- package/Slider/Slider.d.ts +5 -5
- package/Slider/Slider.js +157 -108
- package/Slider/SliderValueLabel.types.d.ts +1 -1
- package/Snackbar/Snackbar.d.ts +3 -3
- package/Snackbar/Snackbar.js +117 -85
- package/SnackbarContent/SnackbarContent.d.ts +4 -4
- package/SnackbarContent/SnackbarContent.js +15 -17
- package/SpeedDial/SpeedDial.d.ts +31 -4
- package/SpeedDial/SpeedDial.js +151 -95
- package/SpeedDialAction/SpeedDialAction.d.ts +4 -4
- package/SpeedDialAction/SpeedDialAction.js +84 -57
- package/SpeedDialIcon/SpeedDialIcon.d.ts +5 -3
- package/SpeedDialIcon/SpeedDialIcon.js +46 -27
- package/Stack/Stack.d.ts +2 -2
- package/Step/Step.d.ts +2 -2
- package/Step/Step.js +18 -20
- package/StepButton/StepButton.d.ts +3 -3
- package/StepButton/StepButton.js +16 -17
- package/StepConnector/StepConnector.d.ts +4 -4
- package/StepConnector/StepConnector.js +10 -12
- package/StepConnector/stepConnectorClasses.d.ts +6 -2
- package/StepContent/StepContent.d.ts +3 -3
- package/StepContent/StepContent.js +18 -20
- package/StepIcon/StepIcon.d.ts +3 -3
- package/StepIcon/StepIcon.js +22 -22
- package/StepLabel/StepLabel.d.ts +11 -4
- package/StepLabel/StepLabel.js +46 -34
- package/Stepper/Stepper.d.ts +2 -2
- package/Stepper/Stepper.js +21 -22
- package/SvgIcon/SvgIcon.d.ts +3 -3
- package/SvgIcon/SvgIcon.js +93 -41
- package/SwipeableDrawer/SwipeArea.js +53 -33
- package/SwipeableDrawer/SwipeableDrawer.d.ts +3 -3
- package/SwipeableDrawer/SwipeableDrawer.js +52 -46
- package/Switch/Switch.d.ts +5 -5
- package/Switch/Switch.js +23 -20
- package/Tab/Tab.d.ts +4 -4
- package/Tab/Tab.js +162 -89
- package/Tab/tabClasses.d.ts +1 -1
- package/TabScrollButton/TabScrollButton.d.ts +3 -3
- package/TabScrollButton/TabScrollButton.js +48 -30
- package/Table/Table.d.ts +2 -2
- package/Table/Table.js +29 -24
- package/TableBody/TableBody.d.ts +2 -2
- package/TableBody/TableBody.js +13 -14
- package/TableCell/TableCell.d.ts +3 -3
- package/TableCell/TableCell.js +117 -62
- package/TableContainer/TableContainer.d.ts +2 -2
- package/TableContainer/TableContainer.js +13 -14
- package/TableFooter/TableFooter.d.ts +2 -2
- package/TableFooter/TableFooter.js +13 -14
- package/TableHead/TableHead.d.ts +2 -2
- package/TableHead/TableHead.js +13 -14
- package/TablePagination/TablePagination.d.ts +4 -4
- package/TablePagination/TablePagination.js +58 -54
- package/TablePagination/TablePaginationActions.js +51 -38
- package/TableRow/TableRow.d.ts +2 -2
- package/TableRow/TableRow.js +15 -16
- package/TableSortLabel/TableSortLabel.d.ts +3 -3
- package/TableSortLabel/TableSortLabel.js +35 -27
- package/Tabs/ScrollbarSize.js +7 -9
- package/Tabs/Tabs.d.ts +2 -2
- package/Tabs/Tabs.js +160 -113
- package/TextField/TextField.d.ts +69 -14
- package/TextField/TextField.js +139 -69
- package/ToggleButton/ToggleButton.d.ts +3 -3
- package/ToggleButton/ToggleButton.js +102 -75
- package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -3
- package/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +10 -2
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/Toolbar/Toolbar.d.ts +2 -2
- package/Toolbar/Toolbar.js +44 -33
- package/Tooltip/Tooltip.d.ts +5 -7
- package/Tooltip/Tooltip.js +262 -154
- package/Typography/Typography.d.ts +3 -3
- package/Typography/Typography.js +105 -50
- package/Zoom/Zoom.d.ts +4 -4
- package/Zoom/Zoom.js +32 -31
- package/index.js +1 -1
- package/internal/SwitchBase.js +75 -47
- package/locale/index.d.ts +1 -0
- package/locale/index.js +75 -2
- package/modern/Accordion/Accordion.js +35 -35
- package/modern/AccordionActions/AccordionActions.js +11 -12
- package/modern/AccordionDetails/AccordionDetails.js +7 -9
- package/modern/AccordionSummary/AccordionSummary.js +14 -16
- package/modern/Alert/Alert.js +58 -53
- package/modern/AlertTitle/AlertTitle.js +7 -9
- package/modern/AppBar/AppBar.js +34 -33
- package/modern/Autocomplete/Autocomplete.js +234 -153
- package/modern/Avatar/Avatar.js +46 -38
- package/modern/AvatarGroup/AvatarGroup.js +60 -41
- package/modern/Backdrop/Backdrop.js +36 -35
- package/modern/Badge/Badge.js +33 -32
- package/modern/BottomNavigation/BottomNavigation.js +15 -17
- package/modern/BottomNavigationAction/BottomNavigationAction.js +15 -18
- package/modern/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
- package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
- package/modern/Button/Button.js +33 -30
- package/modern/ButtonBase/ButtonBase.js +44 -50
- package/modern/ButtonBase/TouchRipple.js +9 -12
- package/modern/ButtonGroup/ButtonGroup.js +23 -25
- package/modern/Card/Card.js +11 -12
- package/modern/CardActionArea/CardActionArea.js +9 -12
- package/modern/CardActions/CardActions.js +11 -12
- package/modern/CardContent/CardContent.js +11 -12
- package/modern/CardHeader/CardHeader.js +30 -31
- package/modern/CardMedia/CardMedia.js +19 -21
- package/modern/Checkbox/Checkbox.js +79 -43
- package/modern/Chip/Chip.js +38 -39
- package/modern/Chip/chipClasses.js +1 -1
- package/modern/CircularProgress/CircularProgress.js +88 -51
- package/modern/Collapse/Collapse.js +109 -77
- package/modern/CssBaseline/CssBaseline.js +17 -14
- package/modern/Dialog/Dialog.js +152 -104
- package/modern/DialogActions/DialogActions.js +26 -23
- package/modern/DialogContent/DialogContent.js +35 -26
- package/modern/DialogContentText/DialogContentText.js +16 -13
- package/modern/DialogTitle/DialogTitle.js +10 -12
- package/modern/Divider/Divider.js +20 -22
- package/modern/Drawer/Drawer.js +122 -81
- package/modern/Fab/Fab.js +108 -65
- package/modern/Fade/Fade.js +32 -31
- package/modern/FilledInput/FilledInput.js +223 -134
- package/modern/FilledInput/filledInputClasses.js +4 -2
- package/modern/FormControl/FormControl.js +27 -25
- package/modern/FormControlLabel/FormControlLabel.js +50 -26
- package/modern/FormGroup/FormGroup.js +11 -12
- package/modern/FormHelperText/FormHelperText.js +46 -28
- package/modern/FormLabel/FormLabel.js +49 -31
- package/modern/GlobalStyles/GlobalStyles.js +3 -3
- package/modern/Grid/Grid.js +57 -54
- package/modern/Grow/Grow.js +35 -32
- package/modern/Hidden/Hidden.js +23 -22
- package/modern/Hidden/HiddenCss.js +29 -29
- package/modern/Hidden/withWidth.js +19 -19
- package/modern/Icon/Icon.js +77 -38
- package/modern/IconButton/IconButton.js +112 -59
- package/modern/ImageList/ImageList.js +41 -47
- package/modern/ImageListItem/ImageListItem.js +57 -43
- package/modern/ImageListItemBar/ImageListItemBar.js +81 -50
- package/modern/Input/Input.js +103 -83
- package/modern/Input/inputClasses.js +4 -2
- package/modern/InputAdornment/InputAdornment.js +52 -40
- package/modern/InputBase/InputBase.js +173 -135
- package/modern/InputLabel/InputLabel.js +140 -74
- package/modern/LinearProgress/LinearProgress.js +195 -92
- package/modern/Link/Link.js +114 -69
- package/modern/Link/getTextDecoration.js +16 -8
- package/modern/List/List.js +36 -29
- package/modern/ListItem/ListItem.js +159 -114
- package/modern/ListItemAvatar/ListItemAvatar.js +23 -20
- package/modern/ListItemButton/ListItemButton.js +61 -39
- package/modern/ListItemIcon/ListItemIcon.js +23 -19
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
- package/modern/ListItemText/ListItemText.js +46 -39
- package/modern/ListSubheader/ListSubheader.js +63 -37
- package/modern/Menu/Menu.js +38 -42
- package/modern/MenuItem/MenuItem.js +71 -49
- package/modern/MenuList/MenuList.js +17 -20
- package/modern/MobileStepper/MobileStepper.js +21 -22
- package/modern/Modal/Modal.js +49 -42
- package/modern/NativeSelect/NativeSelect.js +26 -22
- package/modern/NativeSelect/NativeSelectInput.js +91 -67
- package/modern/OutlinedInput/NotchedOutline.js +73 -56
- package/modern/OutlinedInput/OutlinedInput.js +142 -81
- package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
- package/modern/Pagination/Pagination.js +38 -34
- package/modern/PaginationItem/PaginationItem.js +225 -119
- package/modern/Paper/Paper.js +60 -35
- package/modern/Popover/Popover.js +86 -85
- package/modern/Popper/Popper.js +33 -31
- package/modern/Radio/Radio.js +73 -39
- package/modern/Radio/RadioButtonIcon.js +21 -15
- package/modern/RadioGroup/RadioGroup.js +15 -18
- package/modern/Rating/Rating.js +127 -85
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/modern/Select/Select.js +65 -58
- package/modern/Select/SelectInput.js +72 -65
- package/modern/Skeleton/Skeleton.js +128 -81
- package/modern/Slide/Slide.js +38 -34
- package/modern/Slider/Slider.js +157 -108
- package/modern/Snackbar/Snackbar.js +117 -85
- package/modern/SnackbarContent/SnackbarContent.js +15 -17
- package/modern/SpeedDial/SpeedDial.js +151 -95
- package/modern/SpeedDialAction/SpeedDialAction.js +84 -57
- package/modern/SpeedDialIcon/SpeedDialIcon.js +46 -27
- package/modern/Step/Step.js +18 -20
- package/modern/StepButton/StepButton.js +16 -17
- package/modern/StepConnector/StepConnector.js +10 -12
- package/modern/StepContent/StepContent.js +18 -20
- package/modern/StepIcon/StepIcon.js +22 -22
- package/modern/StepLabel/StepLabel.js +46 -34
- package/modern/Stepper/Stepper.js +21 -22
- package/modern/SvgIcon/SvgIcon.js +93 -41
- package/modern/SwipeableDrawer/SwipeArea.js +53 -33
- package/modern/SwipeableDrawer/SwipeableDrawer.js +52 -46
- package/modern/Switch/Switch.js +23 -20
- package/modern/Tab/Tab.js +162 -89
- package/modern/TabScrollButton/TabScrollButton.js +48 -30
- package/modern/Table/Table.js +29 -24
- package/modern/TableBody/TableBody.js +13 -14
- package/modern/TableCell/TableCell.js +117 -62
- package/modern/TableContainer/TableContainer.js +13 -14
- package/modern/TableFooter/TableFooter.js +13 -14
- package/modern/TableHead/TableHead.js +13 -14
- package/modern/TablePagination/TablePagination.js +58 -54
- package/modern/TablePagination/TablePaginationActions.js +51 -38
- package/modern/TableRow/TableRow.js +15 -16
- package/modern/TableSortLabel/TableSortLabel.js +35 -27
- package/modern/Tabs/ScrollbarSize.js +7 -9
- package/modern/Tabs/Tabs.js +160 -113
- package/modern/TextField/TextField.js +139 -69
- package/modern/ToggleButton/ToggleButton.js +102 -75
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/modern/Toolbar/Toolbar.js +44 -33
- package/modern/Tooltip/Tooltip.js +262 -154
- package/modern/Typography/Typography.js +105 -50
- package/modern/Zoom/Zoom.js +32 -31
- package/modern/index.js +1 -1
- package/modern/internal/SwitchBase.js +75 -47
- package/modern/locale/index.js +75 -2
- package/modern/styles/CssVarsProvider.js +20 -9
- package/modern/styles/ThemeProvider.js +7 -10
- package/modern/styles/adaptV4Theme.js +31 -31
- package/modern/styles/createMixins.js +4 -4
- package/modern/styles/createPalette.js +16 -13
- package/modern/styles/createTheme.js +17 -12
- package/modern/styles/createTransitions.js +20 -19
- package/modern/styles/createTypography.js +31 -29
- package/modern/styles/experimental_extendTheme.js +8 -343
- package/{legacy/styles/experimental_extendTheme.js → modern/styles/extendTheme.js} +103 -125
- package/modern/styles/getOverlayAlpha.js +3 -4
- package/modern/styles/index.js +4 -2
- package/modern/styles/responsiveFontSizes.js +20 -11
- package/modern/styles/stringifyTheme.js +55 -0
- package/modern/usePagination/usePagination.js +18 -20
- package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
- package/modern/utils/createSvgIcon.js +4 -5
- package/modern/utils/useSlot.js +41 -40
- package/modern/zero-styled/index.js +21 -2
- package/node/Accordion/Accordion.js +35 -35
- package/node/AccordionActions/AccordionActions.js +11 -12
- package/node/AccordionDetails/AccordionDetails.js +7 -9
- package/node/AccordionSummary/AccordionSummary.js +14 -16
- package/node/Alert/Alert.js +58 -53
- package/node/AlertTitle/AlertTitle.js +7 -9
- package/node/AppBar/AppBar.js +125 -130
- package/node/Autocomplete/Autocomplete.js +235 -155
- package/node/Avatar/Avatar.js +46 -38
- package/node/AvatarGroup/AvatarGroup.js +60 -41
- package/node/Backdrop/Backdrop.js +36 -35
- package/node/Badge/Badge.js +181 -186
- package/node/BottomNavigation/BottomNavigation.js +15 -17
- package/node/BottomNavigationAction/BottomNavigationAction.js +15 -18
- package/node/Breadcrumbs/BreadcrumbCollapsed.js +38 -37
- package/node/Breadcrumbs/Breadcrumbs.js +19 -21
- package/node/Button/Button.js +34 -31
- package/node/ButtonBase/ButtonBase.js +44 -50
- package/node/ButtonBase/TouchRipple.js +9 -12
- package/node/ButtonGroup/ButtonGroup.js +23 -25
- package/node/Card/Card.js +11 -12
- package/node/CardActionArea/CardActionArea.js +9 -12
- package/node/CardActions/CardActions.js +11 -12
- package/node/CardContent/CardContent.js +11 -12
- package/node/CardHeader/CardHeader.js +30 -31
- package/node/CardMedia/CardMedia.js +19 -21
- package/node/Checkbox/Checkbox.js +82 -46
- package/node/Chip/Chip.js +38 -39
- package/node/Chip/chipClasses.js +1 -1
- package/node/CircularProgress/CircularProgress.js +94 -57
- package/node/Collapse/Collapse.js +114 -82
- package/node/CssBaseline/CssBaseline.js +17 -14
- package/node/Dialog/Dialog.js +158 -110
- package/node/DialogActions/DialogActions.js +28 -25
- package/node/DialogContent/DialogContent.js +37 -28
- package/node/DialogContentText/DialogContentText.js +19 -16
- package/node/DialogTitle/DialogTitle.js +12 -14
- package/node/Divider/Divider.js +20 -22
- package/node/Drawer/Drawer.js +128 -87
- package/node/Fab/Fab.js +112 -69
- package/node/Fade/Fade.js +33 -32
- package/node/FilledInput/FilledInput.js +229 -138
- package/node/FilledInput/filledInputClasses.js +4 -2
- package/node/FormControl/FormControl.js +27 -25
- package/node/FormControlLabel/FormControlLabel.js +51 -27
- package/node/FormGroup/FormGroup.js +11 -12
- package/node/FormHelperText/FormHelperText.js +48 -30
- package/node/FormLabel/FormLabel.js +52 -34
- package/node/GlobalStyles/GlobalStyles.js +3 -3
- package/node/Grid/Grid.js +57 -54
- package/node/Grow/Grow.js +36 -33
- package/node/Hidden/Hidden.js +26 -26
- package/node/Hidden/HiddenCss.js +29 -29
- package/node/Hidden/withWidth.js +19 -19
- package/node/Icon/Icon.js +79 -40
- package/node/IconButton/IconButton.js +114 -62
- package/node/ImageList/ImageList.js +43 -49
- package/node/ImageListItem/ImageListItem.js +59 -45
- package/node/ImageListItemBar/ImageListItemBar.js +87 -56
- package/node/Input/Input.js +106 -86
- package/node/Input/inputClasses.js +4 -2
- package/node/InputAdornment/InputAdornment.js +54 -42
- package/node/InputBase/InputBase.js +176 -138
- package/node/InputLabel/InputLabel.js +143 -77
- package/node/LinearProgress/LinearProgress.js +203 -100
- package/node/Link/Link.js +116 -71
- package/node/Link/getTextDecoration.js +18 -10
- package/node/List/List.js +38 -31
- package/node/ListItem/ListItem.js +162 -117
- package/node/ListItemAvatar/ListItemAvatar.js +25 -22
- package/node/ListItemButton/ListItemButton.js +64 -42
- package/node/ListItemIcon/ListItemIcon.js +25 -21
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +27 -22
- package/node/ListItemText/ListItemText.js +48 -41
- package/node/ListSubheader/ListSubheader.js +65 -39
- package/node/Menu/Menu.js +43 -47
- package/node/MenuItem/MenuItem.js +74 -52
- package/node/MenuList/MenuList.js +17 -20
- package/node/MobileStepper/MobileStepper.js +21 -22
- package/node/Modal/Modal.js +49 -42
- package/node/NativeSelect/NativeSelect.js +26 -22
- package/node/NativeSelect/NativeSelectInput.js +93 -71
- package/node/OutlinedInput/NotchedOutline.js +77 -60
- package/node/OutlinedInput/OutlinedInput.js +146 -85
- package/node/OutlinedInput/outlinedInputClasses.js +4 -2
- package/node/Pagination/Pagination.js +41 -37
- package/node/PaginationItem/PaginationItem.js +230 -123
- package/node/Paper/Paper.js +65 -42
- package/node/Popover/Popover.js +86 -85
- package/node/Popper/Popper.js +33 -31
- package/node/Radio/Radio.js +76 -42
- package/node/Radio/RadioButtonIcon.js +25 -19
- package/node/RadioGroup/RadioGroup.js +15 -18
- package/node/Rating/Rating.js +133 -91
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/node/Select/Select.js +69 -62
- package/node/Select/SelectInput.js +73 -66
- package/node/Skeleton/Skeleton.js +132 -85
- package/node/Slide/Slide.js +41 -36
- package/node/Slider/Slider.js +301 -268
- package/node/Snackbar/Snackbar.js +120 -88
- package/node/SnackbarContent/SnackbarContent.js +19 -21
- package/node/SpeedDial/SpeedDial.js +156 -100
- package/node/SpeedDialAction/SpeedDialAction.js +88 -61
- package/node/SpeedDialIcon/SpeedDialIcon.js +48 -29
- package/node/Step/Step.js +18 -20
- package/node/StepButton/StepButton.js +16 -17
- package/node/StepConnector/StepConnector.js +10 -12
- package/node/StepContent/StepContent.js +18 -20
- package/node/StepIcon/StepIcon.js +22 -22
- package/node/StepLabel/StepLabel.js +46 -34
- package/node/Stepper/Stepper.js +21 -22
- package/node/SvgIcon/SvgIcon.js +99 -44
- package/node/SwipeableDrawer/SwipeArea.js +55 -35
- package/node/SwipeableDrawer/SwipeableDrawer.js +56 -48
- package/node/Switch/Switch.js +23 -20
- package/node/Tab/Tab.js +164 -91
- package/node/TabScrollButton/TabScrollButton.js +50 -32
- package/node/Table/Table.js +31 -26
- package/node/TableBody/TableBody.js +15 -16
- package/node/TableCell/TableCell.js +119 -64
- package/node/TableContainer/TableContainer.js +15 -16
- package/node/TableFooter/TableFooter.js +15 -16
- package/node/TableHead/TableHead.js +15 -16
- package/node/TablePagination/TablePagination.js +66 -62
- package/node/TablePagination/TablePaginationActions.js +54 -42
- package/node/TableRow/TableRow.js +17 -18
- package/node/TableSortLabel/TableSortLabel.js +38 -30
- package/node/Tabs/ScrollbarSize.js +7 -9
- package/node/Tabs/Tabs.js +167 -120
- package/node/TextField/TextField.js +141 -71
- package/node/ToggleButton/ToggleButton.js +104 -77
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +83 -73
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Toolbar/Toolbar.js +46 -35
- package/node/Tooltip/Tooltip.js +267 -159
- package/node/Typography/Typography.js +106 -51
- package/node/Zoom/Zoom.js +33 -32
- package/node/index.js +1 -1
- package/node/internal/SwitchBase.js +77 -49
- package/node/locale/index.js +76 -3
- package/node/styles/CssVarsProvider.js +25 -10
- package/node/styles/ThemeProvider.js +7 -10
- package/node/styles/adaptV4Theme.js +31 -32
- package/node/styles/createMixins.js +4 -5
- package/node/styles/createPalette.js +16 -13
- package/node/styles/createTheme.js +17 -12
- package/node/styles/createTransitions.js +20 -20
- package/node/styles/createTypography.js +31 -29
- package/node/styles/experimental_extendTheme.js +9 -349
- package/node/styles/extendTheme.js +367 -0
- package/node/styles/getOverlayAlpha.js +4 -5
- package/node/styles/index.js +30 -1
- package/node/styles/responsiveFontSizes.js +20 -11
- package/node/styles/stringifyTheme.js +62 -0
- package/node/usePagination/usePagination.js +18 -20
- package/node/useScrollTrigger/useScrollTrigger.js +8 -11
- package/node/utils/createSvgIcon.js +4 -5
- package/node/utils/useSlot.js +41 -40
- package/node/zero-styled/index.js +35 -0
- package/package.json +8 -8
- package/styles/CssVarsProvider.d.ts +3 -2
- package/styles/CssVarsProvider.js +20 -9
- package/styles/ThemeProvider.js +7 -10
- package/styles/adaptV4Theme.js +31 -31
- package/styles/createMixins.js +4 -4
- package/styles/createPalette.js +16 -13
- package/styles/createTheme.js +17 -12
- package/styles/createTransitions.js +20 -19
- package/styles/createTypography.js +31 -29
- package/styles/experimental_extendTheme.js +8 -343
- package/styles/{experimental_extendTheme.d.ts → extendTheme.d.ts} +3 -2
- package/styles/extendTheme.js +355 -0
- package/styles/getOverlayAlpha.d.ts +1 -2
- package/styles/getOverlayAlpha.js +3 -4
- package/styles/index.d.ts +5 -2
- package/styles/index.js +4 -2
- package/styles/responsiveFontSizes.js +20 -11
- package/styles/stringifyTheme.d.ts +20 -0
- package/styles/stringifyTheme.js +55 -0
- package/themeCssVarsAugmentation/index.d.ts +1 -1
- package/types/OverridableComponentAugmentation.d.ts +2 -2
- package/usePagination/usePagination.d.ts +1 -1
- package/usePagination/usePagination.js +18 -20
- package/useScrollTrigger/useScrollTrigger.js +8 -10
- package/utils/createSvgIcon.js +4 -5
- package/utils/useSlot.js +41 -40
- package/zero-styled/index.d.ts +8 -1
- package/zero-styled/index.js +21 -2
- package/legacy/Accordion/Accordion.js +0 -306
- package/legacy/Accordion/AccordionContext.js +0 -13
- package/legacy/Accordion/accordionClasses.js +0 -7
- package/legacy/Accordion/index.js +0 -3
- package/legacy/AccordionActions/AccordionActions.js +0 -90
- package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
- package/legacy/AccordionActions/index.js +0 -3
- package/legacy/AccordionDetails/AccordionDetails.js +0 -69
- package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
- package/legacy/AccordionDetails/index.js +0 -3
- package/legacy/AccordionSummary/AccordionSummary.js +0 -198
- package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
- package/legacy/AccordionSummary/index.js +0 -3
- package/legacy/Alert/Alert.js +0 -385
- package/legacy/Alert/alertClasses.js +0 -7
- package/legacy/Alert/index.js +0 -5
- package/legacy/AlertTitle/AlertTitle.js +0 -73
- package/legacy/AlertTitle/alertTitleClasses.js +0 -7
- package/legacy/AlertTitle/index.js +0 -5
- package/legacy/AppBar/AppBar.js +0 -235
- package/legacy/AppBar/appBarClasses.js +0 -7
- package/legacy/AppBar/index.js +0 -5
- package/legacy/Autocomplete/Autocomplete.js +0 -1127
- package/legacy/Autocomplete/autocompleteClasses.js +0 -7
- package/legacy/Autocomplete/index.js +0 -5
- package/legacy/Avatar/Avatar.js +0 -296
- package/legacy/Avatar/avatarClasses.js +0 -7
- package/legacy/Avatar/index.js +0 -5
- package/legacy/AvatarGroup/AvatarGroup.js +0 -205
- package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
- package/legacy/AvatarGroup/index.js +0 -5
- package/legacy/Backdrop/Backdrop.js +0 -211
- package/legacy/Backdrop/backdropClasses.js +0 -7
- package/legacy/Backdrop/index.js +0 -5
- package/legacy/Badge/Badge.js +0 -439
- package/legacy/Badge/badgeClasses.js +0 -9
- package/legacy/Badge/index.js +0 -5
- package/legacy/BottomNavigation/BottomNavigation.js +0 -124
- package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
- package/legacy/BottomNavigation/index.js +0 -5
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
- package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
- package/legacy/BottomNavigationAction/index.js +0 -5
- package/legacy/Box/Box.js +0 -35
- package/legacy/Box/boxClasses.js +0 -3
- package/legacy/Box/index.js +0 -5
- package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
- package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
- package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
- package/legacy/Breadcrumbs/index.js +0 -5
- package/legacy/Button/Button.js +0 -472
- package/legacy/Button/buttonClasses.js +0 -7
- package/legacy/Button/index.js +0 -5
- package/legacy/ButtonBase/ButtonBase.js +0 -487
- package/legacy/ButtonBase/Ripple.js +0 -89
- package/legacy/ButtonBase/TouchRipple.js +0 -267
- package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
- package/legacy/ButtonBase/index.js +0 -7
- package/legacy/ButtonBase/touchRippleClasses.js +0 -7
- package/legacy/ButtonGroup/ButtonGroup.js +0 -371
- package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
- package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
- package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
- package/legacy/ButtonGroup/index.js +0 -7
- package/legacy/Card/Card.js +0 -83
- package/legacy/Card/cardClasses.js +0 -7
- package/legacy/Card/index.js +0 -5
- package/legacy/CardActionArea/CardActionArea.js +0 -119
- package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
- package/legacy/CardActionArea/index.js +0 -5
- package/legacy/CardActions/CardActions.js +0 -89
- package/legacy/CardActions/cardActionsClasses.js +0 -7
- package/legacy/CardActions/index.js +0 -5
- package/legacy/CardContent/CardContent.js +0 -79
- package/legacy/CardContent/cardContentClasses.js +0 -7
- package/legacy/CardContent/index.js +0 -5
- package/legacy/CardHeader/CardHeader.js +0 -198
- package/legacy/CardHeader/cardHeaderClasses.js +0 -7
- package/legacy/CardHeader/index.js +0 -5
- package/legacy/CardMedia/CardMedia.js +0 -139
- package/legacy/CardMedia/cardMediaClasses.js +0 -7
- package/legacy/CardMedia/index.js +0 -5
- package/legacy/Checkbox/Checkbox.js +0 -212
- package/legacy/Checkbox/checkboxClasses.js +0 -7
- package/legacy/Checkbox/index.js +0 -5
- package/legacy/Chip/Chip.js +0 -547
- package/legacy/Chip/chipClasses.js +0 -7
- package/legacy/Chip/index.js +0 -5
- package/legacy/CircularProgress/CircularProgress.js +0 -224
- package/legacy/CircularProgress/circularProgressClasses.js +0 -7
- package/legacy/CircularProgress/index.js +0 -5
- package/legacy/ClickAwayListener/index.js +0 -1
- package/legacy/Collapse/Collapse.js +0 -383
- package/legacy/Collapse/collapseClasses.js +0 -7
- package/legacy/Collapse/index.js +0 -5
- package/legacy/Container/Container.js +0 -67
- package/legacy/Container/containerClasses.js +0 -7
- package/legacy/Container/index.js +0 -5
- package/legacy/CssBaseline/CssBaseline.js +0 -113
- package/legacy/CssBaseline/index.js +0 -3
- package/legacy/Dialog/Dialog.js +0 -392
- package/legacy/Dialog/DialogContext.js +0 -6
- package/legacy/Dialog/dialogClasses.js +0 -7
- package/legacy/Dialog/index.js +0 -5
- package/legacy/DialogActions/DialogActions.js +0 -88
- package/legacy/DialogActions/dialogActionsClasses.js +0 -7
- package/legacy/DialogActions/index.js +0 -5
- package/legacy/DialogContent/DialogContent.js +0 -93
- package/legacy/DialogContent/dialogContentClasses.js +0 -7
- package/legacy/DialogContent/index.js +0 -5
- package/legacy/DialogContentText/DialogContentText.js +0 -74
- package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
- package/legacy/DialogContentText/index.js +0 -5
- package/legacy/DialogTitle/DialogTitle.js +0 -80
- package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
- package/legacy/DialogTitle/index.js +0 -5
- package/legacy/Divider/Divider.js +0 -316
- package/legacy/Divider/dividerClasses.js +0 -7
- package/legacy/Divider/index.js +0 -5
- package/legacy/Drawer/Drawer.js +0 -316
- package/legacy/Drawer/drawerClasses.js +0 -7
- package/legacy/Drawer/index.js +0 -5
- package/legacy/Fab/Fab.js +0 -229
- package/legacy/Fab/fabClasses.js +0 -7
- package/legacy/Fab/index.js +0 -5
- package/legacy/Fade/Fade.js +0 -206
- package/legacy/Fade/index.js +0 -3
- package/legacy/FilledInput/FilledInput.js +0 -425
- package/legacy/FilledInput/filledInputClasses.js +0 -9
- package/legacy/FilledInput/index.js +0 -5
- package/legacy/FormControl/FormControl.js +0 -315
- package/legacy/FormControl/FormControlContext.js +0 -9
- package/legacy/FormControl/formControlClasses.js +0 -7
- package/legacy/FormControl/formControlState.js +0 -14
- package/legacy/FormControl/index.js +0 -6
- package/legacy/FormControl/useFormControl.js +0 -7
- package/legacy/FormControlLabel/FormControlLabel.js +0 -258
- package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
- package/legacy/FormControlLabel/index.js +0 -5
- package/legacy/FormGroup/FormGroup.js +0 -103
- package/legacy/FormGroup/formGroupClasses.js +0 -7
- package/legacy/FormGroup/index.js +0 -5
- package/legacy/FormHelperText/FormHelperText.js +0 -167
- package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
- package/legacy/FormHelperText/index.js +0 -5
- package/legacy/FormLabel/FormLabel.js +0 -166
- package/legacy/FormLabel/formLabelClasses.js +0 -7
- package/legacy/FormLabel/index.js +0 -6
- package/legacy/GlobalStyles/GlobalStyles.js +0 -26
- package/legacy/GlobalStyles/index.js +0 -1
- package/legacy/Grid/Grid.js +0 -561
- package/legacy/Grid/GridContext.js +0 -12
- package/legacy/Grid/gridClasses.js +0 -28
- package/legacy/Grid/index.js +0 -5
- package/legacy/Grow/Grow.js +0 -253
- package/legacy/Grow/index.js +0 -3
- package/legacy/Hidden/Hidden.js +0 -147
- package/legacy/Hidden/HiddenCss.js +0 -168
- package/legacy/Hidden/HiddenJs.js +0 -123
- package/legacy/Hidden/hiddenCssClasses.js +0 -7
- package/legacy/Hidden/index.js +0 -3
- package/legacy/Hidden/withWidth.js +0 -110
- package/legacy/Icon/Icon.js +0 -144
- package/legacy/Icon/iconClasses.js +0 -7
- package/legacy/Icon/index.js +0 -5
- package/legacy/IconButton/IconButton.js +0 -204
- package/legacy/IconButton/iconButtonClasses.js +0 -7
- package/legacy/IconButton/index.js +0 -5
- package/legacy/ImageList/ImageList.js +0 -155
- package/legacy/ImageList/ImageListContext.js +0 -13
- package/legacy/ImageList/imageListClasses.js +0 -7
- package/legacy/ImageList/index.js +0 -5
- package/legacy/ImageListItem/ImageListItem.js +0 -168
- package/legacy/ImageListItem/imageListItemClasses.js +0 -7
- package/legacy/ImageListItem/index.js +0 -5
- package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
- package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
- package/legacy/ImageListItemBar/index.js +0 -5
- package/legacy/Input/Input.js +0 -339
- package/legacy/Input/index.js +0 -5
- package/legacy/Input/inputClasses.js +0 -9
- package/legacy/InputAdornment/InputAdornment.js +0 -167
- package/legacy/InputAdornment/index.js +0 -5
- package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
- package/legacy/InputBase/InputBase.js +0 -713
- package/legacy/InputBase/index.js +0 -5
- package/legacy/InputBase/inputBaseClasses.js +0 -7
- package/legacy/InputBase/utils.js +0 -31
- package/legacy/InputLabel/InputLabel.js +0 -214
- package/legacy/InputLabel/index.js +0 -5
- package/legacy/InputLabel/inputLabelClasses.js +0 -7
- package/legacy/LinearProgress/LinearProgress.js +0 -285
- package/legacy/LinearProgress/index.js +0 -5
- package/legacy/LinearProgress/linearProgressClasses.js +0 -7
- package/legacy/Link/Link.js +0 -209
- package/legacy/Link/getTextDecoration.js +0 -24
- package/legacy/Link/index.js +0 -5
- package/legacy/Link/linkClasses.js +0 -7
- package/legacy/List/List.js +0 -126
- package/legacy/List/ListContext.js +0 -12
- package/legacy/List/index.js +0 -5
- package/legacy/List/listClasses.js +0 -7
- package/legacy/ListItem/ListItem.js +0 -425
- package/legacy/ListItem/index.js +0 -5
- package/legacy/ListItem/listItemClasses.js +0 -7
- package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
- package/legacy/ListItemAvatar/index.js +0 -5
- package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
- package/legacy/ListItemButton/ListItemButton.js +0 -242
- package/legacy/ListItemButton/index.js +0 -5
- package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
- package/legacy/ListItemIcon/ListItemIcon.js +0 -86
- package/legacy/ListItemIcon/index.js +0 -5
- package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
- package/legacy/ListItemSecondaryAction/index.js +0 -5
- package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
- package/legacy/ListItemText/ListItemText.js +0 -160
- package/legacy/ListItemText/index.js +0 -5
- package/legacy/ListItemText/listItemTextClasses.js +0 -7
- package/legacy/ListSubheader/ListSubheader.js +0 -139
- package/legacy/ListSubheader/index.js +0 -5
- package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
- package/legacy/Menu/Menu.js +0 -317
- package/legacy/Menu/index.js +0 -5
- package/legacy/Menu/menuClasses.js +0 -7
- package/legacy/MenuItem/MenuItem.js +0 -251
- package/legacy/MenuItem/index.js +0 -5
- package/legacy/MenuItem/menuItemClasses.js +0 -7
- package/legacy/MenuList/MenuList.js +0 -285
- package/legacy/MenuList/index.js +0 -3
- package/legacy/MobileStepper/MobileStepper.js +0 -254
- package/legacy/MobileStepper/index.js +0 -5
- package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
- package/legacy/Modal/Modal.js +0 -398
- package/legacy/Modal/index.js +0 -6
- package/legacy/Modal/modalClasses.js +0 -7
- package/legacy/NativeSelect/NativeSelect.js +0 -128
- package/legacy/NativeSelect/NativeSelectInput.js +0 -203
- package/legacy/NativeSelect/index.js +0 -5
- package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
- package/legacy/NoSsr/index.js +0 -1
- package/legacy/OutlinedInput/NotchedOutline.js +0 -135
- package/legacy/OutlinedInput/OutlinedInput.js +0 -347
- package/legacy/OutlinedInput/index.js +0 -5
- package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
- package/legacy/Pagination/Pagination.js +0 -256
- package/legacy/Pagination/index.js +0 -5
- package/legacy/Pagination/paginationClasses.js +0 -7
- package/legacy/PaginationItem/PaginationItem.js +0 -356
- package/legacy/PaginationItem/index.js +0 -5
- package/legacy/PaginationItem/paginationItemClasses.js +0 -7
- package/legacy/Paper/Paper.js +0 -141
- package/legacy/Paper/index.js +0 -5
- package/legacy/Paper/paperClasses.js +0 -7
- package/legacy/Popover/Popover.js +0 -548
- package/legacy/Popover/index.js +0 -6
- package/legacy/Popover/popoverClasses.js +0 -7
- package/legacy/Popper/Popper.js +0 -207
- package/legacy/Popper/index.js +0 -3
- package/legacy/Portal/index.js +0 -1
- package/legacy/Radio/Radio.js +0 -212
- package/legacy/Radio/RadioButtonIcon.js +0 -81
- package/legacy/Radio/index.js +0 -5
- package/legacy/Radio/radioClasses.js +0 -7
- package/legacy/RadioGroup/RadioGroup.js +0 -118
- package/legacy/RadioGroup/RadioGroupContext.js +0 -9
- package/legacy/RadioGroup/index.js +0 -6
- package/legacy/RadioGroup/radioGroupClasses.js +0 -7
- package/legacy/RadioGroup/useRadioGroup.js +0 -7
- package/legacy/Rating/Rating.js +0 -657
- package/legacy/Rating/index.js +0 -3
- package/legacy/Rating/ratingClasses.js +0 -7
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
- package/legacy/ScopedCssBaseline/index.js +0 -5
- package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
- package/legacy/Select/Select.js +0 -290
- package/legacy/Select/SelectInput.js +0 -667
- package/legacy/Select/index.js +0 -5
- package/legacy/Select/selectClasses.js +0 -7
- package/legacy/Skeleton/Skeleton.js +0 -166
- package/legacy/Skeleton/index.js +0 -5
- package/legacy/Skeleton/skeletonClasses.js +0 -7
- package/legacy/Slide/Slide.js +0 -333
- package/legacy/Slide/index.js +0 -3
- package/legacy/Slider/Slider.js +0 -1063
- package/legacy/Slider/SliderValueLabel.js +0 -49
- package/legacy/Slider/SliderValueLabel.types.js +0 -1
- package/legacy/Slider/index.js +0 -6
- package/legacy/Slider/sliderClasses.js +0 -7
- package/legacy/Snackbar/Snackbar.js +0 -312
- package/legacy/Snackbar/index.js +0 -5
- package/legacy/Snackbar/snackbarClasses.js +0 -7
- package/legacy/SnackbarContent/SnackbarContent.js +0 -134
- package/legacy/SnackbarContent/index.js +0 -5
- package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
- package/legacy/SpeedDial/SpeedDial.js +0 -491
- package/legacy/SpeedDial/index.js +0 -5
- package/legacy/SpeedDial/speedDialClasses.js +0 -7
- package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
- package/legacy/SpeedDialAction/index.js +0 -5
- package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
- package/legacy/SpeedDialIcon/index.js +0 -5
- package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
- package/legacy/Stack/Stack.js +0 -66
- package/legacy/Stack/index.js +0 -4
- package/legacy/Stack/stackClasses.js +0 -7
- package/legacy/Step/Step.js +0 -179
- package/legacy/Step/StepContext.js +0 -17
- package/legacy/Step/index.js +0 -7
- package/legacy/Step/stepClasses.js +0 -7
- package/legacy/StepButton/StepButton.js +0 -122
- package/legacy/StepButton/index.js +0 -5
- package/legacy/StepButton/stepButtonClasses.js +0 -7
- package/legacy/StepConnector/StepConnector.js +0 -142
- package/legacy/StepConnector/index.js +0 -5
- package/legacy/StepConnector/stepConnectorClasses.js +0 -7
- package/legacy/StepContent/StepContent.js +0 -152
- package/legacy/StepContent/index.js +0 -5
- package/legacy/StepContent/stepContentClasses.js +0 -7
- package/legacy/StepIcon/StepIcon.js +0 -162
- package/legacy/StepIcon/index.js +0 -5
- package/legacy/StepIcon/stepIconClasses.js +0 -7
- package/legacy/StepLabel/StepLabel.js +0 -258
- package/legacy/StepLabel/index.js +0 -5
- package/legacy/StepLabel/stepLabelClasses.js +0 -7
- package/legacy/Stepper/Stepper.js +0 -167
- package/legacy/Stepper/StepperContext.js +0 -17
- package/legacy/Stepper/index.js +0 -7
- package/legacy/Stepper/stepperClasses.js +0 -7
- package/legacy/StyledEngineProvider/index.js +0 -1
- package/legacy/SvgIcon/SvgIcon.js +0 -183
- package/legacy/SvgIcon/index.js +0 -5
- package/legacy/SvgIcon/svgIconClasses.js +0 -7
- package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
- package/legacy/SwipeableDrawer/index.js +0 -3
- package/legacy/Switch/Switch.js +0 -337
- package/legacy/Switch/index.js +0 -5
- package/legacy/Switch/switchClasses.js +0 -7
- package/legacy/Tab/Tab.js +0 -249
- package/legacy/Tab/index.js +0 -5
- package/legacy/Tab/tabClasses.js +0 -7
- package/legacy/TabScrollButton/TabScrollButton.js +0 -153
- package/legacy/TabScrollButton/index.js +0 -5
- package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
- package/legacy/Table/Table.js +0 -130
- package/legacy/Table/TableContext.js +0 -12
- package/legacy/Table/Tablelvl2Context.js +0 -10
- package/legacy/Table/index.js +0 -5
- package/legacy/Table/tableClasses.js +0 -7
- package/legacy/TableBody/TableBody.js +0 -85
- package/legacy/TableBody/index.js +0 -5
- package/legacy/TableBody/tableBodyClasses.js +0 -7
- package/legacy/TableCell/TableCell.js +0 -208
- package/legacy/TableCell/index.js +0 -5
- package/legacy/TableCell/tableCellClasses.js +0 -7
- package/legacy/TableContainer/TableContainer.js +0 -77
- package/legacy/TableContainer/index.js +0 -5
- package/legacy/TableContainer/tableContainerClasses.js +0 -7
- package/legacy/TableFooter/TableFooter.js +0 -85
- package/legacy/TableFooter/index.js +0 -5
- package/legacy/TableFooter/tableFooterClasses.js +0 -7
- package/legacy/TableHead/TableHead.js +0 -85
- package/legacy/TableHead/index.js +0 -5
- package/legacy/TableHead/tableHeadClasses.js +0 -7
- package/legacy/TablePagination/TablePagination.js +0 -461
- package/legacy/TablePagination/TablePaginationActions.js +0 -182
- package/legacy/TablePagination/index.js +0 -5
- package/legacy/TablePagination/tablePaginationClasses.js +0 -7
- package/legacy/TableRow/TableRow.js +0 -123
- package/legacy/TableRow/index.js +0 -5
- package/legacy/TableRow/tableRowClasses.js +0 -7
- package/legacy/TableSortLabel/TableSortLabel.js +0 -165
- package/legacy/TableSortLabel/index.js +0 -5
- package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
- package/legacy/Tabs/ScrollbarSize.js +0 -57
- package/legacy/Tabs/Tabs.js +0 -849
- package/legacy/Tabs/index.js +0 -5
- package/legacy/Tabs/tabsClasses.js +0 -7
- package/legacy/TextField/TextField.js +0 -381
- package/legacy/TextField/index.js +0 -5
- package/legacy/TextField/textFieldClasses.js +0 -7
- package/legacy/TextareaAutosize/index.js +0 -1
- package/legacy/ToggleButton/ToggleButton.js +0 -230
- package/legacy/ToggleButton/index.js +0 -5
- package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
- package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
- package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
- package/legacy/ToggleButtonGroup/index.js +0 -5
- package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
- package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
- package/legacy/Toolbar/Toolbar.js +0 -115
- package/legacy/Toolbar/index.js +0 -3
- package/legacy/Toolbar/toolbarClasses.js +0 -7
- package/legacy/Tooltip/Tooltip.js +0 -788
- package/legacy/Tooltip/index.js +0 -5
- package/legacy/Tooltip/tooltipClasses.js +0 -7
- package/legacy/Typography/Typography.js +0 -198
- package/legacy/Typography/index.js +0 -5
- package/legacy/Typography/typographyClasses.js +0 -7
- package/legacy/Unstable_Grid2/Grid2.js +0 -36
- package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
- package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
- package/legacy/Unstable_Grid2/index.js +0 -6
- package/legacy/Unstable_TrapFocus/index.js +0 -1
- package/legacy/Zoom/Zoom.js +0 -206
- package/legacy/Zoom/index.js +0 -3
- package/legacy/className/index.js +0 -2
- package/legacy/colors/amber.js +0 -17
- package/legacy/colors/blue.js +0 -17
- package/legacy/colors/blueGrey.js +0 -17
- package/legacy/colors/brown.js +0 -17
- package/legacy/colors/common.js +0 -5
- package/legacy/colors/cyan.js +0 -17
- package/legacy/colors/deepOrange.js +0 -17
- package/legacy/colors/deepPurple.js +0 -17
- package/legacy/colors/green.js +0 -17
- package/legacy/colors/grey.js +0 -17
- package/legacy/colors/index.js +0 -20
- package/legacy/colors/indigo.js +0 -17
- package/legacy/colors/lightBlue.js +0 -17
- package/legacy/colors/lightGreen.js +0 -17
- package/legacy/colors/lime.js +0 -17
- package/legacy/colors/orange.js +0 -17
- package/legacy/colors/pink.js +0 -17
- package/legacy/colors/purple.js +0 -17
- package/legacy/colors/red.js +0 -17
- package/legacy/colors/teal.js +0 -17
- package/legacy/colors/yellow.js +0 -17
- package/legacy/darkScrollbar/index.js +0 -33
- package/legacy/generateUtilityClass/index.js +0 -1
- package/legacy/generateUtilityClasses/index.js +0 -1
- package/legacy/index.js +0 -288
- package/legacy/internal/SwitchBase.js +0 -275
- package/legacy/internal/animate.js +0 -41
- package/legacy/internal/svg-icons/Add.js +0 -12
- package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
- package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
- package/legacy/internal/svg-icons/Cancel.js +0 -12
- package/legacy/internal/svg-icons/CheckBox.js +0 -12
- package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
- package/legacy/internal/svg-icons/CheckCircle.js +0 -12
- package/legacy/internal/svg-icons/Close.js +0 -14
- package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
- package/legacy/internal/svg-icons/FirstPage.js +0 -12
- package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
- package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
- package/legacy/internal/svg-icons/LastPage.js +0 -12
- package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
- package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
- package/legacy/internal/svg-icons/NavigateNext.js +0 -12
- package/legacy/internal/svg-icons/Person.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
- package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
- package/legacy/internal/svg-icons/Star.js +0 -12
- package/legacy/internal/svg-icons/StarBorder.js +0 -12
- package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
- package/legacy/internal/svg-icons/Warning.js +0 -12
- package/legacy/internal/switchBaseClasses.js +0 -7
- package/legacy/locale/index.js +0 -4389
- package/legacy/styles/CssVarsProvider.js +0 -39
- package/legacy/styles/ThemeProvider.js +0 -28
- package/legacy/styles/adaptV4Theme.js +0 -81
- package/legacy/styles/createGetSelector.js +0 -21
- package/legacy/styles/createMixins.js +0 -15
- package/legacy/styles/createMuiStrictModeTheme.js +0 -10
- package/legacy/styles/createPalette.js +0 -299
- package/legacy/styles/createStyles.js +0 -10
- package/legacy/styles/createTheme.js +0 -97
- package/legacy/styles/createTransitions.js +0 -97
- package/legacy/styles/createTypography.js +0 -93
- package/legacy/styles/cssUtils.js +0 -122
- package/legacy/styles/defaultTheme.js +0 -5
- package/legacy/styles/excludeVariablesFromRoot.js +0 -10
- package/legacy/styles/getOverlayAlpha.js +0 -11
- package/legacy/styles/identifier.js +0 -1
- package/legacy/styles/index.js +0 -37
- package/legacy/styles/makeStyles.js +0 -4
- package/legacy/styles/responsiveFontSizes.js +0 -63
- package/legacy/styles/rootShouldForwardProp.js +0 -5
- package/legacy/styles/shadows.js +0 -10
- package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
- package/legacy/styles/slotShouldForwardProp.js +0 -5
- package/legacy/styles/styled.js +0 -14
- package/legacy/styles/useTheme.js +0 -14
- package/legacy/styles/useThemeProps.js +0 -15
- package/legacy/styles/withStyles.js +0 -4
- package/legacy/styles/withTheme.js +0 -4
- package/legacy/styles/zIndex.js +0 -13
- package/legacy/transitions/index.js +0 -1
- package/legacy/transitions/transition.js +0 -1
- package/legacy/transitions/utils.js +0 -16
- package/legacy/types/OverridableComponentAugmentation.js +0 -1
- package/legacy/useAutocomplete/index.js +0 -3
- package/legacy/useAutocomplete/useAutocomplete.js +0 -4
- package/legacy/useMediaQuery/index.js +0 -1
- package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
- package/legacy/usePagination/index.js +0 -3
- package/legacy/usePagination/usePagination.js +0 -122
- package/legacy/useScrollTrigger/index.js +0 -3
- package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
- package/legacy/useTouchRipple/index.js +0 -3
- package/legacy/useTouchRipple/useTouchRipple.js +0 -102
- package/legacy/utils/capitalize.js +0 -2
- package/legacy/utils/createChainedFunction.js +0 -2
- package/legacy/utils/createSvgIcon.js +0 -27
- package/legacy/utils/debounce.js +0 -2
- package/legacy/utils/deprecatedPropType.js +0 -2
- package/legacy/utils/getScrollbarSize.js +0 -2
- package/legacy/utils/index.js +0 -30
- package/legacy/utils/isMuiElement.js +0 -2
- package/legacy/utils/ownerDocument.js +0 -2
- package/legacy/utils/ownerWindow.js +0 -2
- package/legacy/utils/requirePropFactory.js +0 -2
- package/legacy/utils/scrollLeft.js +0 -1
- package/legacy/utils/setRef.js +0 -2
- package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
- package/legacy/utils/types.js +0 -1
- package/legacy/utils/unsupportedProp.js +0 -2
- package/legacy/utils/useControlled.js +0 -4
- package/legacy/utils/useEnhancedEffect.js +0 -4
- package/legacy/utils/useEventCallback.js +0 -4
- package/legacy/utils/useForkRef.js +0 -4
- package/legacy/utils/useId.js +0 -4
- package/legacy/utils/useIsFocusVisible.js +0 -4
- package/legacy/utils/useSlot.js +0 -71
- package/legacy/zero-styled/index.js +0 -8
- package/modern/useMediaQuery/useMediaQueryTheme.js +0 -8
- package/modern/utils/scrollLeft.js +0 -1
- package/node/useMediaQuery/useMediaQueryTheme.js +0 -13
- package/node/utils/scrollLeft.js +0 -18
- package/umd/material-ui.development.js +0 -51770
- package/umd/material-ui.production.min.js +0 -25
- package/useMediaQuery/useMediaQueryTheme.d.ts +0 -3
- package/useMediaQuery/useMediaQueryTheme.js +0 -8
- package/utils/scrollLeft.js +0 -1
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
5
|
-
const _excluded = ["getTrigger", "target"];
|
|
6
3
|
import * as React from 'react';
|
|
7
4
|
function defaultTrigger(store, options) {
|
|
8
5
|
const {
|
|
@@ -25,17 +22,18 @@ function defaultTrigger(store, options) {
|
|
|
25
22
|
const defaultTarget = typeof window !== 'undefined' ? window : null;
|
|
26
23
|
export default function useScrollTrigger(options = {}) {
|
|
27
24
|
const {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
getTrigger = defaultTrigger,
|
|
26
|
+
target = defaultTarget,
|
|
27
|
+
...other
|
|
28
|
+
} = options;
|
|
32
29
|
const store = React.useRef();
|
|
33
30
|
const [trigger, setTrigger] = React.useState(() => getTrigger(store, other));
|
|
34
31
|
React.useEffect(() => {
|
|
35
32
|
const handleScroll = () => {
|
|
36
|
-
setTrigger(getTrigger(store,
|
|
37
|
-
target
|
|
38
|
-
|
|
33
|
+
setTrigger(getTrigger(store, {
|
|
34
|
+
target,
|
|
35
|
+
...other
|
|
36
|
+
}));
|
|
39
37
|
};
|
|
40
38
|
handleScroll(); // Re-evaluate trigger when dependencies change
|
|
41
39
|
target.addEventListener('scroll', handleScroll, {
|
package/utils/createSvgIcon.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
import SvgIcon from '../SvgIcon';
|
|
6
5
|
|
|
@@ -10,12 +9,12 @@ import SvgIcon from '../SvgIcon';
|
|
|
10
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
10
|
export default function createSvgIcon(path, displayName) {
|
|
12
11
|
function Component(props, ref) {
|
|
13
|
-
return /*#__PURE__*/_jsx(SvgIcon,
|
|
12
|
+
return /*#__PURE__*/_jsx(SvgIcon, {
|
|
14
13
|
"data-testid": `${displayName}Icon`,
|
|
15
|
-
ref: ref
|
|
16
|
-
|
|
14
|
+
ref: ref,
|
|
15
|
+
...props,
|
|
17
16
|
children: path
|
|
18
|
-
})
|
|
17
|
+
});
|
|
19
18
|
}
|
|
20
19
|
if (process.env.NODE_ENV !== 'production') {
|
|
21
20
|
// Need to set `displayName` on the inner component for React.memo.
|
package/utils/useSlot.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
5
|
-
const _excluded = ["className", "elementType", "ownerState", "externalForwardedProps", "getSlotOwnerState", "internalForwardedProps"],
|
|
6
|
-
_excluded2 = ["component", "slots", "slotProps"],
|
|
7
|
-
_excluded3 = ["component"];
|
|
8
3
|
import useForkRef from '@mui/utils/useForkRef';
|
|
9
4
|
import { appendOwnerState, resolveComponentProps, mergeSlotProps } from '@mui/base/utils';
|
|
10
5
|
/**
|
|
@@ -30,51 +25,57 @@ export default function useSlot(
|
|
|
30
25
|
*/
|
|
31
26
|
name, parameters) {
|
|
32
27
|
const {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
28
|
+
className,
|
|
29
|
+
elementType: initialElementType,
|
|
30
|
+
ownerState,
|
|
31
|
+
externalForwardedProps,
|
|
32
|
+
getSlotOwnerState,
|
|
33
|
+
internalForwardedProps,
|
|
34
|
+
...useSlotPropsParams
|
|
35
|
+
} = parameters;
|
|
41
36
|
const {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
37
|
+
component: rootComponent,
|
|
38
|
+
slots = {
|
|
39
|
+
[name]: undefined
|
|
40
|
+
},
|
|
41
|
+
slotProps = {
|
|
42
|
+
[name]: undefined
|
|
43
|
+
},
|
|
44
|
+
...other
|
|
45
|
+
} = externalForwardedProps;
|
|
51
46
|
const elementType = slots[name] || initialElementType;
|
|
52
47
|
|
|
53
48
|
// `slotProps[name]` can be a callback that receives the component's ownerState.
|
|
54
49
|
// `resolvedComponentsProps` is always a plain object.
|
|
55
50
|
const resolvedComponentsProps = resolveComponentProps(slotProps[name], ownerState);
|
|
56
|
-
const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
mergedProps = _objectWithoutPropertiesLoose(_mergeSlotProps.props, _excluded3);
|
|
51
|
+
const {
|
|
52
|
+
props: {
|
|
53
|
+
component: slotComponent,
|
|
54
|
+
...mergedProps
|
|
55
|
+
},
|
|
56
|
+
internalRef
|
|
57
|
+
} = mergeSlotProps({
|
|
58
|
+
className,
|
|
59
|
+
...useSlotPropsParams,
|
|
60
|
+
externalForwardedProps: name === 'root' ? other : undefined,
|
|
61
|
+
externalSlotProps: resolvedComponentsProps
|
|
62
|
+
});
|
|
69
63
|
const ref = useForkRef(internalRef, resolvedComponentsProps?.ref, parameters.ref);
|
|
70
64
|
const slotOwnerState = getSlotOwnerState ? getSlotOwnerState(mergedProps) : {};
|
|
71
|
-
const finalOwnerState =
|
|
65
|
+
const finalOwnerState = {
|
|
66
|
+
...ownerState,
|
|
67
|
+
...slotOwnerState
|
|
68
|
+
};
|
|
72
69
|
const LeafComponent = name === 'root' ? slotComponent || rootComponent : slotComponent;
|
|
73
|
-
const props = appendOwnerState(elementType,
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
const props = appendOwnerState(elementType, {
|
|
71
|
+
...(name === 'root' && !rootComponent && !slots[name] && internalForwardedProps),
|
|
72
|
+
...(name !== 'root' && !slots[name] && internalForwardedProps),
|
|
73
|
+
...mergedProps,
|
|
74
|
+
...(LeafComponent && {
|
|
75
|
+
as: LeafComponent
|
|
76
|
+
}),
|
|
76
77
|
ref
|
|
77
|
-
}
|
|
78
|
+
}, finalOwnerState);
|
|
78
79
|
Object.keys(slotOwnerState).forEach(propName => {
|
|
79
80
|
delete props[propName];
|
|
80
81
|
});
|
package/zero-styled/index.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { extendSxProp } from '@mui/system/styleFunctionSx';
|
|
1
3
|
import useThemeProps from '../styles/useThemeProps';
|
|
2
|
-
|
|
4
|
+
import useTheme from '../styles/useTheme';
|
|
5
|
+
import { GlobalStylesProps } from '../GlobalStyles';
|
|
6
|
+
export { css, keyframes } from '@mui/system';
|
|
3
7
|
export { default as styled } from '../styles/styled';
|
|
8
|
+
export declare function globalCss(styles: GlobalStylesProps['styles']): () => React.JSX.Element;
|
|
4
9
|
export declare function createUseThemeProps(name: string): typeof useThemeProps;
|
|
10
|
+
export declare function internal_createExtendSxProp(): typeof extendSxProp;
|
|
11
|
+
export { useTheme };
|
package/zero-styled/index.js
CHANGED
|
@@ -1,8 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { extendSxProp } from '@mui/system/styleFunctionSx';
|
|
1
3
|
import useThemeProps from '../styles/useThemeProps';
|
|
2
|
-
|
|
4
|
+
import useTheme from '../styles/useTheme';
|
|
5
|
+
import GlobalStyles from '../GlobalStyles';
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
export { css, keyframes } from '@mui/system';
|
|
3
8
|
export { default as styled } from '../styles/styled';
|
|
9
|
+
export function globalCss(styles) {
|
|
10
|
+
var _GlobalStyles;
|
|
11
|
+
return function GlobalStylesWrapper() {
|
|
12
|
+
return _GlobalStyles || (_GlobalStyles = /*#__PURE__*/_jsx(GlobalStyles, {
|
|
13
|
+
styles: styles
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
}
|
|
4
17
|
|
|
5
18
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
6
19
|
export function createUseThemeProps(name) {
|
|
7
20
|
return useThemeProps;
|
|
8
|
-
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
24
|
+
export function internal_createExtendSxProp() {
|
|
25
|
+
return extendSxProp;
|
|
26
|
+
}
|
|
27
|
+
export { useTheme };
|
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
-
import _toArray from "@babel/runtime/helpers/esm/toArray";
|
|
5
|
-
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
6
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
7
|
-
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
8
|
-
import * as React from 'react';
|
|
9
|
-
import { isFragment } from 'react-is';
|
|
10
|
-
import PropTypes from 'prop-types';
|
|
11
|
-
import clsx from 'clsx';
|
|
12
|
-
import chainPropTypes from '@mui/utils/chainPropTypes';
|
|
13
|
-
import composeClasses from '@mui/utils/composeClasses';
|
|
14
|
-
import { styled, createUseThemeProps } from '../zero-styled';
|
|
15
|
-
import Collapse from '../Collapse';
|
|
16
|
-
import Paper from '../Paper';
|
|
17
|
-
import AccordionContext from './AccordionContext';
|
|
18
|
-
import useControlled from '../utils/useControlled';
|
|
19
|
-
import useSlot from '../utils/useSlot';
|
|
20
|
-
import accordionClasses, { getAccordionUtilityClass } from './accordionClasses';
|
|
21
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
22
|
-
var useThemeProps = createUseThemeProps('MuiAccordion');
|
|
23
|
-
var useUtilityClasses = function useUtilityClasses(ownerState) {
|
|
24
|
-
var classes = ownerState.classes,
|
|
25
|
-
square = ownerState.square,
|
|
26
|
-
expanded = ownerState.expanded,
|
|
27
|
-
disabled = ownerState.disabled,
|
|
28
|
-
disableGutters = ownerState.disableGutters;
|
|
29
|
-
var slots = {
|
|
30
|
-
root: ['root', !square && 'rounded', expanded && 'expanded', disabled && 'disabled', !disableGutters && 'gutters'],
|
|
31
|
-
region: ['region']
|
|
32
|
-
};
|
|
33
|
-
return composeClasses(slots, getAccordionUtilityClass, classes);
|
|
34
|
-
};
|
|
35
|
-
var AccordionRoot = styled(Paper, {
|
|
36
|
-
name: 'MuiAccordion',
|
|
37
|
-
slot: 'Root',
|
|
38
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
39
|
-
var ownerState = props.ownerState;
|
|
40
|
-
return [_defineProperty({}, "& .".concat(accordionClasses.region), styles.region), styles.root, !ownerState.square && styles.rounded, !ownerState.disableGutters && styles.gutters];
|
|
41
|
-
}
|
|
42
|
-
})(function (_ref2) {
|
|
43
|
-
var theme = _ref2.theme;
|
|
44
|
-
var transition = {
|
|
45
|
-
duration: theme.transitions.duration.shortest
|
|
46
|
-
};
|
|
47
|
-
return _defineProperty(_defineProperty({
|
|
48
|
-
position: 'relative',
|
|
49
|
-
transition: theme.transitions.create(['margin'], transition),
|
|
50
|
-
overflowAnchor: 'none',
|
|
51
|
-
// Keep the same scrolling position
|
|
52
|
-
'&::before': {
|
|
53
|
-
position: 'absolute',
|
|
54
|
-
left: 0,
|
|
55
|
-
top: -1,
|
|
56
|
-
right: 0,
|
|
57
|
-
height: 1,
|
|
58
|
-
content: '""',
|
|
59
|
-
opacity: 1,
|
|
60
|
-
backgroundColor: (theme.vars || theme).palette.divider,
|
|
61
|
-
transition: theme.transitions.create(['opacity', 'background-color'], transition)
|
|
62
|
-
},
|
|
63
|
-
'&:first-of-type': {
|
|
64
|
-
'&::before': {
|
|
65
|
-
display: 'none'
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}, "&.".concat(accordionClasses.expanded), {
|
|
69
|
-
'&::before': {
|
|
70
|
-
opacity: 0
|
|
71
|
-
},
|
|
72
|
-
'&:first-of-type': {
|
|
73
|
-
marginTop: 0
|
|
74
|
-
},
|
|
75
|
-
'&:last-of-type': {
|
|
76
|
-
marginBottom: 0
|
|
77
|
-
},
|
|
78
|
-
'& + &': {
|
|
79
|
-
'&::before': {
|
|
80
|
-
display: 'none'
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}), "&.".concat(accordionClasses.disabled), {
|
|
84
|
-
backgroundColor: (theme.vars || theme).palette.action.disabledBackground
|
|
85
|
-
});
|
|
86
|
-
}, function (_ref4) {
|
|
87
|
-
var theme = _ref4.theme;
|
|
88
|
-
return {
|
|
89
|
-
variants: [{
|
|
90
|
-
props: function props(_props) {
|
|
91
|
-
return !_props.square;
|
|
92
|
-
},
|
|
93
|
-
style: {
|
|
94
|
-
borderRadius: 0,
|
|
95
|
-
'&:first-of-type': {
|
|
96
|
-
borderTopLeftRadius: (theme.vars || theme).shape.borderRadius,
|
|
97
|
-
borderTopRightRadius: (theme.vars || theme).shape.borderRadius
|
|
98
|
-
},
|
|
99
|
-
'&:last-of-type': {
|
|
100
|
-
borderBottomLeftRadius: (theme.vars || theme).shape.borderRadius,
|
|
101
|
-
borderBottomRightRadius: (theme.vars || theme).shape.borderRadius,
|
|
102
|
-
// Fix a rendering issue on Edge
|
|
103
|
-
'@supports (-ms-ime-align: auto)': {
|
|
104
|
-
borderBottomLeftRadius: 0,
|
|
105
|
-
borderBottomRightRadius: 0
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}, {
|
|
110
|
-
props: function props(_props2) {
|
|
111
|
-
return !_props2.disableGutters;
|
|
112
|
-
},
|
|
113
|
-
style: _defineProperty({}, "&.".concat(accordionClasses.expanded), {
|
|
114
|
-
margin: '16px 0'
|
|
115
|
-
})
|
|
116
|
-
}]
|
|
117
|
-
};
|
|
118
|
-
});
|
|
119
|
-
var Accordion = /*#__PURE__*/React.forwardRef(function Accordion(inProps, ref) {
|
|
120
|
-
var props = useThemeProps({
|
|
121
|
-
props: inProps,
|
|
122
|
-
name: 'MuiAccordion'
|
|
123
|
-
});
|
|
124
|
-
var childrenProp = props.children,
|
|
125
|
-
className = props.className,
|
|
126
|
-
_props$defaultExpande = props.defaultExpanded,
|
|
127
|
-
defaultExpanded = _props$defaultExpande === void 0 ? false : _props$defaultExpande,
|
|
128
|
-
_props$disabled = props.disabled,
|
|
129
|
-
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
130
|
-
_props$disableGutters = props.disableGutters,
|
|
131
|
-
disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters,
|
|
132
|
-
expandedProp = props.expanded,
|
|
133
|
-
onChange = props.onChange,
|
|
134
|
-
_props$square = props.square,
|
|
135
|
-
square = _props$square === void 0 ? false : _props$square,
|
|
136
|
-
_props$slots = props.slots,
|
|
137
|
-
slots = _props$slots === void 0 ? {} : _props$slots,
|
|
138
|
-
_props$slotProps = props.slotProps,
|
|
139
|
-
slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
|
|
140
|
-
TransitionComponentProp = props.TransitionComponent,
|
|
141
|
-
TransitionPropsProp = props.TransitionProps,
|
|
142
|
-
other = _objectWithoutProperties(props, ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "slots", "slotProps", "TransitionComponent", "TransitionProps"]);
|
|
143
|
-
var _useControlled = useControlled({
|
|
144
|
-
controlled: expandedProp,
|
|
145
|
-
default: defaultExpanded,
|
|
146
|
-
name: 'Accordion',
|
|
147
|
-
state: 'expanded'
|
|
148
|
-
}),
|
|
149
|
-
_useControlled2 = _slicedToArray(_useControlled, 2),
|
|
150
|
-
expanded = _useControlled2[0],
|
|
151
|
-
setExpandedState = _useControlled2[1];
|
|
152
|
-
var handleChange = React.useCallback(function (event) {
|
|
153
|
-
setExpandedState(!expanded);
|
|
154
|
-
if (onChange) {
|
|
155
|
-
onChange(event, !expanded);
|
|
156
|
-
}
|
|
157
|
-
}, [expanded, onChange, setExpandedState]);
|
|
158
|
-
var _React$Children$toArr = React.Children.toArray(childrenProp),
|
|
159
|
-
_React$Children$toArr2 = _toArray(_React$Children$toArr),
|
|
160
|
-
summary = _React$Children$toArr2[0],
|
|
161
|
-
children = _React$Children$toArr2.slice(1);
|
|
162
|
-
var contextValue = React.useMemo(function () {
|
|
163
|
-
return {
|
|
164
|
-
expanded: expanded,
|
|
165
|
-
disabled: disabled,
|
|
166
|
-
disableGutters: disableGutters,
|
|
167
|
-
toggle: handleChange
|
|
168
|
-
};
|
|
169
|
-
}, [expanded, disabled, disableGutters, handleChange]);
|
|
170
|
-
var ownerState = _extends({}, props, {
|
|
171
|
-
square: square,
|
|
172
|
-
disabled: disabled,
|
|
173
|
-
disableGutters: disableGutters,
|
|
174
|
-
expanded: expanded
|
|
175
|
-
});
|
|
176
|
-
var classes = useUtilityClasses(ownerState);
|
|
177
|
-
var backwardCompatibleSlots = _extends({
|
|
178
|
-
transition: TransitionComponentProp
|
|
179
|
-
}, slots);
|
|
180
|
-
var backwardCompatibleSlotProps = _extends({
|
|
181
|
-
transition: TransitionPropsProp
|
|
182
|
-
}, slotProps);
|
|
183
|
-
var _useSlot = useSlot('transition', {
|
|
184
|
-
elementType: Collapse,
|
|
185
|
-
externalForwardedProps: {
|
|
186
|
-
slots: backwardCompatibleSlots,
|
|
187
|
-
slotProps: backwardCompatibleSlotProps
|
|
188
|
-
},
|
|
189
|
-
ownerState: ownerState
|
|
190
|
-
}),
|
|
191
|
-
_useSlot2 = _slicedToArray(_useSlot, 2),
|
|
192
|
-
TransitionSlot = _useSlot2[0],
|
|
193
|
-
transitionProps = _useSlot2[1];
|
|
194
|
-
return /*#__PURE__*/_jsxs(AccordionRoot, _extends({
|
|
195
|
-
className: clsx(classes.root, className),
|
|
196
|
-
ref: ref,
|
|
197
|
-
ownerState: ownerState,
|
|
198
|
-
square: square
|
|
199
|
-
}, other, {
|
|
200
|
-
children: [/*#__PURE__*/_jsx(AccordionContext.Provider, {
|
|
201
|
-
value: contextValue,
|
|
202
|
-
children: summary
|
|
203
|
-
}), /*#__PURE__*/_jsx(TransitionSlot, _extends({
|
|
204
|
-
in: expanded,
|
|
205
|
-
timeout: "auto"
|
|
206
|
-
}, transitionProps, {
|
|
207
|
-
children: /*#__PURE__*/_jsx("div", {
|
|
208
|
-
"aria-labelledby": summary.props.id,
|
|
209
|
-
id: summary.props['aria-controls'],
|
|
210
|
-
role: "region",
|
|
211
|
-
className: classes.region,
|
|
212
|
-
children: children
|
|
213
|
-
})
|
|
214
|
-
}))]
|
|
215
|
-
}));
|
|
216
|
-
});
|
|
217
|
-
process.env.NODE_ENV !== "production" ? Accordion.propTypes /* remove-proptypes */ = {
|
|
218
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
219
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
220
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
221
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
222
|
-
/**
|
|
223
|
-
* The content of the component.
|
|
224
|
-
*/
|
|
225
|
-
children: chainPropTypes(PropTypes.node.isRequired, function (props) {
|
|
226
|
-
var summary = React.Children.toArray(props.children)[0];
|
|
227
|
-
if (isFragment(summary)) {
|
|
228
|
-
return new Error("MUI: The Accordion doesn't accept a Fragment as a child. " + 'Consider providing an array instead.');
|
|
229
|
-
}
|
|
230
|
-
if (! /*#__PURE__*/React.isValidElement(summary)) {
|
|
231
|
-
return new Error('MUI: Expected the first child of Accordion to be a valid element.');
|
|
232
|
-
}
|
|
233
|
-
return null;
|
|
234
|
-
}),
|
|
235
|
-
/**
|
|
236
|
-
* Override or extend the styles applied to the component.
|
|
237
|
-
*/
|
|
238
|
-
classes: PropTypes.object,
|
|
239
|
-
/**
|
|
240
|
-
* @ignore
|
|
241
|
-
*/
|
|
242
|
-
className: PropTypes.string,
|
|
243
|
-
/**
|
|
244
|
-
* If `true`, expands the accordion by default.
|
|
245
|
-
* @default false
|
|
246
|
-
*/
|
|
247
|
-
defaultExpanded: PropTypes.bool,
|
|
248
|
-
/**
|
|
249
|
-
* If `true`, the component is disabled.
|
|
250
|
-
* @default false
|
|
251
|
-
*/
|
|
252
|
-
disabled: PropTypes.bool,
|
|
253
|
-
/**
|
|
254
|
-
* If `true`, it removes the margin between two expanded accordion items and the increase of height.
|
|
255
|
-
* @default false
|
|
256
|
-
*/
|
|
257
|
-
disableGutters: PropTypes.bool,
|
|
258
|
-
/**
|
|
259
|
-
* If `true`, expands the accordion, otherwise collapse it.
|
|
260
|
-
* Setting this prop enables control over the accordion.
|
|
261
|
-
*/
|
|
262
|
-
expanded: PropTypes.bool,
|
|
263
|
-
/**
|
|
264
|
-
* Callback fired when the expand/collapse state is changed.
|
|
265
|
-
*
|
|
266
|
-
* @param {React.SyntheticEvent} event The event source of the callback. **Warning**: This is a generic event not a change event.
|
|
267
|
-
* @param {boolean} expanded The `expanded` state of the accordion.
|
|
268
|
-
*/
|
|
269
|
-
onChange: PropTypes.func,
|
|
270
|
-
/**
|
|
271
|
-
* The props used for each slot inside.
|
|
272
|
-
* @default {}
|
|
273
|
-
*/
|
|
274
|
-
slotProps: PropTypes.shape({
|
|
275
|
-
transition: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
|
|
276
|
-
}),
|
|
277
|
-
/**
|
|
278
|
-
* The components used for each slot inside.
|
|
279
|
-
* @default {}
|
|
280
|
-
*/
|
|
281
|
-
slots: PropTypes.shape({
|
|
282
|
-
transition: PropTypes.elementType
|
|
283
|
-
}),
|
|
284
|
-
/**
|
|
285
|
-
* If `true`, rounded corners are disabled.
|
|
286
|
-
* @default false
|
|
287
|
-
*/
|
|
288
|
-
square: PropTypes.bool,
|
|
289
|
-
/**
|
|
290
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
291
|
-
*/
|
|
292
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
293
|
-
/**
|
|
294
|
-
* The component used for the transition.
|
|
295
|
-
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
296
|
-
* @deprecated Use `slots.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
|
|
297
|
-
*/
|
|
298
|
-
TransitionComponent: PropTypes.elementType,
|
|
299
|
-
/**
|
|
300
|
-
* Props applied to the transition element.
|
|
301
|
-
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
302
|
-
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
|
|
303
|
-
*/
|
|
304
|
-
TransitionProps: PropTypes.object
|
|
305
|
-
} : void 0;
|
|
306
|
-
export default Accordion;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - internal component.
|
|
7
|
-
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>}
|
|
8
|
-
*/
|
|
9
|
-
var AccordionContext = /*#__PURE__*/React.createContext({});
|
|
10
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
11
|
-
AccordionContext.displayName = 'AccordionContext';
|
|
12
|
-
}
|
|
13
|
-
export default AccordionContext;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
2
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
3
|
-
export function getAccordionUtilityClass(slot) {
|
|
4
|
-
return generateUtilityClass('MuiAccordion', slot);
|
|
5
|
-
}
|
|
6
|
-
var accordionClasses = generateUtilityClasses('MuiAccordion', ['root', 'rounded', 'expanded', 'disabled', 'gutters', 'region']);
|
|
7
|
-
export default accordionClasses;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import PropTypes from 'prop-types';
|
|
7
|
-
import clsx from 'clsx';
|
|
8
|
-
import composeClasses from '@mui/utils/composeClasses';
|
|
9
|
-
import { styled, createUseThemeProps } from '../zero-styled';
|
|
10
|
-
import { getAccordionActionsUtilityClass } from './accordionActionsClasses';
|
|
11
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
-
var useThemeProps = createUseThemeProps('MuiAccordionActions');
|
|
13
|
-
var useUtilityClasses = function useUtilityClasses(ownerState) {
|
|
14
|
-
var classes = ownerState.classes,
|
|
15
|
-
disableSpacing = ownerState.disableSpacing;
|
|
16
|
-
var slots = {
|
|
17
|
-
root: ['root', !disableSpacing && 'spacing']
|
|
18
|
-
};
|
|
19
|
-
return composeClasses(slots, getAccordionActionsUtilityClass, classes);
|
|
20
|
-
};
|
|
21
|
-
var AccordionActionsRoot = styled('div', {
|
|
22
|
-
name: 'MuiAccordionActions',
|
|
23
|
-
slot: 'Root',
|
|
24
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
25
|
-
var ownerState = props.ownerState;
|
|
26
|
-
return [styles.root, !ownerState.disableSpacing && styles.spacing];
|
|
27
|
-
}
|
|
28
|
-
})({
|
|
29
|
-
display: 'flex',
|
|
30
|
-
alignItems: 'center',
|
|
31
|
-
padding: 8,
|
|
32
|
-
justifyContent: 'flex-end',
|
|
33
|
-
variants: [{
|
|
34
|
-
props: function props(_props) {
|
|
35
|
-
return !_props.disableSpacing;
|
|
36
|
-
},
|
|
37
|
-
style: {
|
|
38
|
-
'& > :not(style) ~ :not(style)': {
|
|
39
|
-
marginLeft: 8
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}]
|
|
43
|
-
});
|
|
44
|
-
var AccordionActions = /*#__PURE__*/React.forwardRef(function AccordionActions(inProps, ref) {
|
|
45
|
-
var props = useThemeProps({
|
|
46
|
-
props: inProps,
|
|
47
|
-
name: 'MuiAccordionActions'
|
|
48
|
-
});
|
|
49
|
-
var className = props.className,
|
|
50
|
-
_props$disableSpacing = props.disableSpacing,
|
|
51
|
-
disableSpacing = _props$disableSpacing === void 0 ? false : _props$disableSpacing,
|
|
52
|
-
other = _objectWithoutProperties(props, ["className", "disableSpacing"]);
|
|
53
|
-
var ownerState = _extends({}, props, {
|
|
54
|
-
disableSpacing: disableSpacing
|
|
55
|
-
});
|
|
56
|
-
var classes = useUtilityClasses(ownerState);
|
|
57
|
-
return /*#__PURE__*/_jsx(AccordionActionsRoot, _extends({
|
|
58
|
-
className: clsx(classes.root, className),
|
|
59
|
-
ref: ref,
|
|
60
|
-
ownerState: ownerState
|
|
61
|
-
}, other));
|
|
62
|
-
});
|
|
63
|
-
process.env.NODE_ENV !== "production" ? AccordionActions.propTypes /* remove-proptypes */ = {
|
|
64
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
65
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
66
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
67
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
68
|
-
/**
|
|
69
|
-
* The content of the component.
|
|
70
|
-
*/
|
|
71
|
-
children: PropTypes.node,
|
|
72
|
-
/**
|
|
73
|
-
* Override or extend the styles applied to the component.
|
|
74
|
-
*/
|
|
75
|
-
classes: PropTypes.object,
|
|
76
|
-
/**
|
|
77
|
-
* @ignore
|
|
78
|
-
*/
|
|
79
|
-
className: PropTypes.string,
|
|
80
|
-
/**
|
|
81
|
-
* If `true`, the actions do not have additional margin.
|
|
82
|
-
* @default false
|
|
83
|
-
*/
|
|
84
|
-
disableSpacing: PropTypes.bool,
|
|
85
|
-
/**
|
|
86
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
87
|
-
*/
|
|
88
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
|
|
89
|
-
} : void 0;
|
|
90
|
-
export default AccordionActions;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
2
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
3
|
-
export function getAccordionActionsUtilityClass(slot) {
|
|
4
|
-
return generateUtilityClass('MuiAccordionActions', slot);
|
|
5
|
-
}
|
|
6
|
-
var accordionActionsClasses = generateUtilityClasses('MuiAccordionActions', ['root', 'spacing']);
|
|
7
|
-
export default accordionActionsClasses;
|