@mui/material 5.15.21 → 5.16.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 +3 -3
- package/AccordionActions/AccordionActions.js +3 -3
- package/AccordionDetails/AccordionDetails.js +3 -3
- package/AccordionSummary/AccordionSummary.js +3 -3
- package/Alert/Alert.d.ts +12 -3
- package/Alert/Alert.js +3 -3
- package/AlertTitle/AlertTitle.js +3 -3
- package/AppBar/AppBar.js +2 -2
- package/Autocomplete/Autocomplete.js +3 -3
- package/Avatar/Avatar.js +3 -3
- package/AvatarGroup/AvatarGroup.js +2 -2
- package/Backdrop/Backdrop.js +2 -2
- package/Badge/Badge.js +3 -3
- package/BottomNavigation/BottomNavigation.js +2 -2
- package/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/Breadcrumbs/Breadcrumbs.js +2 -2
- package/Button/Button.js +2 -2
- package/ButtonBase/ButtonBase.js +2 -2
- package/ButtonBase/TouchRipple.js +2 -2
- package/ButtonGroup/ButtonGroup.js +2 -2
- package/CHANGELOG.md +28 -0
- package/Card/Card.js +2 -2
- package/CardActionArea/CardActionArea.js +2 -2
- package/CardActions/CardActions.js +2 -2
- package/CardContent/CardContent.js +2 -2
- package/CardHeader/CardHeader.js +2 -2
- package/CardMedia/CardMedia.js +2 -2
- package/Checkbox/Checkbox.js +2 -2
- package/Chip/Chip.js +2 -2
- package/CircularProgress/CircularProgress.js +2 -2
- package/Collapse/Collapse.js +2 -2
- package/Container/Container.js +2 -2
- package/CssBaseline/CssBaseline.js +2 -2
- package/DefaultPropsProvider/DefaultPropsProvider.d.ts +15 -0
- package/DefaultPropsProvider/DefaultPropsProvider.js +28 -0
- package/DefaultPropsProvider/index.d.ts +1 -0
- package/DefaultPropsProvider/index.js +1 -0
- package/DefaultPropsProvider/package.json +6 -0
- package/Dialog/Dialog.js +2 -2
- package/DialogActions/DialogActions.js +2 -2
- package/DialogContent/DialogContent.js +2 -2
- package/DialogContentText/DialogContentText.js +2 -2
- package/DialogTitle/DialogTitle.js +2 -2
- package/Divider/Divider.js +2 -2
- package/Drawer/Drawer.js +2 -2
- package/Fab/Fab.js +2 -2
- package/FilledInput/FilledInput.js +2 -2
- package/FormControl/FormControl.js +2 -2
- package/FormControlLabel/FormControlLabel.js +2 -2
- package/FormGroup/FormGroup.js +2 -2
- package/FormHelperText/FormHelperText.js +2 -2
- package/FormLabel/FormLabel.js +2 -2
- package/Grid/Grid.js +2 -2
- package/Icon/Icon.js +2 -2
- package/IconButton/IconButton.js +2 -2
- package/ImageList/ImageList.js +2 -2
- package/ImageListItem/ImageListItem.js +2 -2
- package/ImageListItemBar/ImageListItemBar.js +2 -2
- package/InitColorSchemeScript/InitColorSchemeScript.d.ts +10 -0
- package/InitColorSchemeScript/InitColorSchemeScript.js +14 -0
- package/InitColorSchemeScript/index.d.ts +1 -0
- package/InitColorSchemeScript/index.js +1 -0
- package/InitColorSchemeScript/package.json +6 -0
- package/Input/Input.js +2 -2
- package/InputAdornment/InputAdornment.js +2 -2
- package/InputBase/InputBase.js +2 -2
- package/InputLabel/InputLabel.js +2 -2
- package/LinearProgress/LinearProgress.js +2 -2
- package/Link/Link.js +2 -2
- package/List/List.js +2 -2
- package/ListItem/ListItem.js +2 -2
- package/ListItemAvatar/ListItemAvatar.js +2 -2
- package/ListItemButton/ListItemButton.js +2 -2
- package/ListItemIcon/ListItemIcon.js +2 -2
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
- package/ListItemText/ListItemText.js +2 -2
- package/ListSubheader/ListSubheader.js +2 -2
- package/Menu/Menu.js +2 -2
- package/MenuItem/MenuItem.js +2 -2
- package/MobileStepper/MobileStepper.js +2 -2
- package/Modal/Modal.js +2 -2
- package/NativeSelect/NativeSelect.js +2 -2
- package/OutlinedInput/OutlinedInput.js +2 -2
- package/Pagination/Pagination.js +2 -2
- package/PaginationItem/PaginationItem.js +2 -2
- package/Paper/Paper.js +2 -2
- package/Popover/Popover.js +2 -2
- package/Popper/Popper.js +3 -2
- package/Radio/Radio.js +2 -2
- package/Rating/Rating.js +2 -2
- package/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/Select/Select.js +2 -2
- package/Skeleton/Skeleton.js +2 -2
- package/Slider/Slider.js +3 -3
- package/Snackbar/Snackbar.js +2 -2
- package/SnackbarContent/SnackbarContent.js +2 -2
- package/SpeedDial/SpeedDial.js +2 -2
- package/SpeedDialAction/SpeedDialAction.js +2 -2
- package/SpeedDialIcon/SpeedDialIcon.js +2 -2
- package/Stack/Stack.js +2 -2
- package/Step/Step.js +2 -2
- package/StepButton/StepButton.js +2 -2
- package/StepConnector/StepConnector.js +2 -2
- package/StepContent/StepContent.js +2 -2
- package/StepIcon/StepIcon.js +2 -2
- package/StepLabel/StepLabel.js +2 -2
- package/Stepper/Stepper.js +2 -2
- package/SvgIcon/SvgIcon.js +2 -2
- package/SwipeableDrawer/SwipeableDrawer.js +2 -2
- package/Switch/Switch.js +3 -3
- package/Tab/Tab.js +2 -2
- package/TabScrollButton/TabScrollButton.js +2 -2
- package/Table/Table.js +2 -2
- package/TableBody/TableBody.js +2 -2
- package/TableCell/TableCell.js +2 -2
- package/TableContainer/TableContainer.js +2 -2
- package/TableFooter/TableFooter.js +2 -2
- package/TableHead/TableHead.js +2 -2
- package/TablePagination/TablePagination.js +2 -2
- package/TableRow/TableRow.js +2 -2
- package/TableSortLabel/TableSortLabel.js +2 -2
- package/Tabs/Tabs.js +2 -2
- package/TextField/TextField.js +2 -2
- package/ToggleButton/ToggleButton.js +2 -2
- package/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/Toolbar/Toolbar.js +2 -2
- package/Tooltip/Tooltip.js +2 -2
- package/Typography/Typography.js +2 -2
- package/Unstable_Grid2/Grid2.js +3 -2
- package/index.js +1 -1
- package/legacy/Accordion/Accordion.js +3 -3
- package/legacy/AccordionActions/AccordionActions.js +3 -3
- package/legacy/AccordionDetails/AccordionDetails.js +3 -3
- package/legacy/AccordionSummary/AccordionSummary.js +3 -3
- package/legacy/Alert/Alert.js +3 -3
- package/legacy/AlertTitle/AlertTitle.js +3 -3
- package/legacy/AppBar/AppBar.js +2 -2
- package/legacy/Autocomplete/Autocomplete.js +3 -3
- package/legacy/Avatar/Avatar.js +3 -3
- package/legacy/AvatarGroup/AvatarGroup.js +2 -2
- package/legacy/Backdrop/Backdrop.js +2 -2
- package/legacy/Badge/Badge.js +3 -3
- package/legacy/BottomNavigation/BottomNavigation.js +2 -2
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/legacy/Breadcrumbs/Breadcrumbs.js +2 -2
- package/legacy/Button/Button.js +2 -2
- package/legacy/ButtonBase/ButtonBase.js +2 -2
- package/legacy/ButtonBase/TouchRipple.js +2 -2
- package/legacy/ButtonGroup/ButtonGroup.js +2 -2
- package/legacy/Card/Card.js +2 -2
- package/legacy/CardActionArea/CardActionArea.js +2 -2
- package/legacy/CardActions/CardActions.js +2 -2
- package/legacy/CardContent/CardContent.js +2 -2
- package/legacy/CardHeader/CardHeader.js +2 -2
- package/legacy/CardMedia/CardMedia.js +2 -2
- package/legacy/Checkbox/Checkbox.js +2 -2
- package/legacy/Chip/Chip.js +2 -2
- package/legacy/CircularProgress/CircularProgress.js +2 -2
- package/legacy/Collapse/Collapse.js +2 -2
- package/legacy/Container/Container.js +2 -2
- package/legacy/CssBaseline/CssBaseline.js +2 -2
- package/legacy/DefaultPropsProvider/DefaultPropsProvider.js +28 -0
- package/legacy/DefaultPropsProvider/index.js +1 -0
- package/legacy/Dialog/Dialog.js +2 -2
- package/legacy/DialogActions/DialogActions.js +2 -2
- package/legacy/DialogContent/DialogContent.js +2 -2
- package/legacy/DialogContentText/DialogContentText.js +2 -2
- package/legacy/DialogTitle/DialogTitle.js +2 -2
- package/legacy/Divider/Divider.js +2 -2
- package/legacy/Drawer/Drawer.js +2 -2
- package/legacy/Fab/Fab.js +2 -2
- package/legacy/FilledInput/FilledInput.js +2 -2
- package/legacy/FormControl/FormControl.js +2 -2
- package/legacy/FormControlLabel/FormControlLabel.js +2 -2
- package/legacy/FormGroup/FormGroup.js +2 -2
- package/legacy/FormHelperText/FormHelperText.js +2 -2
- package/legacy/FormLabel/FormLabel.js +2 -2
- package/legacy/Grid/Grid.js +2 -2
- package/legacy/Icon/Icon.js +2 -2
- package/legacy/IconButton/IconButton.js +2 -2
- package/legacy/ImageList/ImageList.js +2 -2
- package/legacy/ImageListItem/ImageListItem.js +2 -2
- package/legacy/ImageListItemBar/ImageListItemBar.js +2 -2
- package/legacy/InitColorSchemeScript/InitColorSchemeScript.js +14 -0
- package/legacy/InitColorSchemeScript/index.js +1 -0
- package/legacy/Input/Input.js +2 -2
- package/legacy/InputAdornment/InputAdornment.js +2 -2
- package/legacy/InputBase/InputBase.js +2 -2
- package/legacy/InputLabel/InputLabel.js +2 -2
- package/legacy/LinearProgress/LinearProgress.js +2 -2
- package/legacy/Link/Link.js +2 -2
- package/legacy/List/List.js +2 -2
- package/legacy/ListItem/ListItem.js +2 -2
- package/legacy/ListItemAvatar/ListItemAvatar.js +2 -2
- package/legacy/ListItemButton/ListItemButton.js +2 -2
- package/legacy/ListItemIcon/ListItemIcon.js +2 -2
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
- package/legacy/ListItemText/ListItemText.js +2 -2
- package/legacy/ListSubheader/ListSubheader.js +2 -2
- package/legacy/Menu/Menu.js +2 -2
- package/legacy/MenuItem/MenuItem.js +2 -2
- package/legacy/MobileStepper/MobileStepper.js +2 -2
- package/legacy/Modal/Modal.js +2 -2
- package/legacy/NativeSelect/NativeSelect.js +2 -2
- package/legacy/OutlinedInput/OutlinedInput.js +2 -2
- package/legacy/Pagination/Pagination.js +2 -2
- package/legacy/PaginationItem/PaginationItem.js +2 -2
- package/legacy/Paper/Paper.js +2 -2
- package/legacy/Popover/Popover.js +2 -2
- package/legacy/Popper/Popper.js +3 -2
- package/legacy/Radio/Radio.js +2 -2
- package/legacy/Rating/Rating.js +2 -2
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/legacy/Select/Select.js +2 -2
- package/legacy/Skeleton/Skeleton.js +2 -2
- package/legacy/Slider/Slider.js +3 -3
- package/legacy/Snackbar/Snackbar.js +2 -2
- package/legacy/SnackbarContent/SnackbarContent.js +2 -2
- package/legacy/SpeedDial/SpeedDial.js +2 -2
- package/legacy/SpeedDialAction/SpeedDialAction.js +2 -2
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +2 -2
- package/legacy/Stack/Stack.js +2 -2
- package/legacy/Step/Step.js +2 -2
- package/legacy/StepButton/StepButton.js +2 -2
- package/legacy/StepConnector/StepConnector.js +2 -2
- package/legacy/StepContent/StepContent.js +2 -2
- package/legacy/StepIcon/StepIcon.js +2 -2
- package/legacy/StepLabel/StepLabel.js +2 -2
- package/legacy/Stepper/Stepper.js +2 -2
- package/legacy/SvgIcon/SvgIcon.js +2 -2
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +2 -2
- package/legacy/Switch/Switch.js +3 -3
- package/legacy/Tab/Tab.js +2 -2
- package/legacy/TabScrollButton/TabScrollButton.js +2 -2
- package/legacy/Table/Table.js +2 -2
- package/legacy/TableBody/TableBody.js +2 -2
- package/legacy/TableCell/TableCell.js +2 -2
- package/legacy/TableContainer/TableContainer.js +2 -2
- package/legacy/TableFooter/TableFooter.js +2 -2
- package/legacy/TableHead/TableHead.js +2 -2
- package/legacy/TablePagination/TablePagination.js +2 -2
- package/legacy/TableRow/TableRow.js +2 -2
- package/legacy/TableSortLabel/TableSortLabel.js +2 -2
- package/legacy/Tabs/Tabs.js +2 -2
- package/legacy/TextField/TextField.js +2 -2
- package/legacy/ToggleButton/ToggleButton.js +2 -2
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/legacy/Toolbar/Toolbar.js +2 -2
- package/legacy/Tooltip/Tooltip.js +2 -2
- package/legacy/Typography/Typography.js +2 -2
- package/legacy/Unstable_Grid2/Grid2.js +3 -2
- package/legacy/index.js +1 -1
- package/legacy/styles/CssVarsProvider.js +19 -7
- package/modern/Accordion/Accordion.js +3 -3
- package/modern/AccordionActions/AccordionActions.js +3 -3
- package/modern/AccordionDetails/AccordionDetails.js +3 -3
- package/modern/AccordionSummary/AccordionSummary.js +3 -3
- package/modern/Alert/Alert.js +3 -3
- package/modern/AlertTitle/AlertTitle.js +3 -3
- package/modern/AppBar/AppBar.js +2 -2
- package/modern/Autocomplete/Autocomplete.js +3 -3
- package/modern/Avatar/Avatar.js +3 -3
- package/modern/AvatarGroup/AvatarGroup.js +2 -2
- package/modern/Backdrop/Backdrop.js +2 -2
- package/modern/Badge/Badge.js +3 -3
- package/modern/BottomNavigation/BottomNavigation.js +2 -2
- package/modern/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/modern/Breadcrumbs/Breadcrumbs.js +2 -2
- package/modern/Button/Button.js +2 -2
- package/modern/ButtonBase/ButtonBase.js +2 -2
- package/modern/ButtonBase/TouchRipple.js +2 -2
- package/modern/ButtonGroup/ButtonGroup.js +2 -2
- package/modern/Card/Card.js +2 -2
- package/modern/CardActionArea/CardActionArea.js +2 -2
- package/modern/CardActions/CardActions.js +2 -2
- package/modern/CardContent/CardContent.js +2 -2
- package/modern/CardHeader/CardHeader.js +2 -2
- package/modern/CardMedia/CardMedia.js +2 -2
- package/modern/Checkbox/Checkbox.js +2 -2
- package/modern/Chip/Chip.js +2 -2
- package/modern/CircularProgress/CircularProgress.js +2 -2
- package/modern/Collapse/Collapse.js +2 -2
- package/modern/Container/Container.js +2 -2
- package/modern/CssBaseline/CssBaseline.js +2 -2
- package/modern/DefaultPropsProvider/DefaultPropsProvider.js +28 -0
- package/modern/DefaultPropsProvider/index.js +1 -0
- package/modern/Dialog/Dialog.js +2 -2
- package/modern/DialogActions/DialogActions.js +2 -2
- package/modern/DialogContent/DialogContent.js +2 -2
- package/modern/DialogContentText/DialogContentText.js +2 -2
- package/modern/DialogTitle/DialogTitle.js +2 -2
- package/modern/Divider/Divider.js +2 -2
- package/modern/Drawer/Drawer.js +2 -2
- package/modern/Fab/Fab.js +2 -2
- package/modern/FilledInput/FilledInput.js +2 -2
- package/modern/FormControl/FormControl.js +2 -2
- package/modern/FormControlLabel/FormControlLabel.js +2 -2
- package/modern/FormGroup/FormGroup.js +2 -2
- package/modern/FormHelperText/FormHelperText.js +2 -2
- package/modern/FormLabel/FormLabel.js +2 -2
- package/modern/Grid/Grid.js +2 -2
- package/modern/Icon/Icon.js +2 -2
- package/modern/IconButton/IconButton.js +2 -2
- package/modern/ImageList/ImageList.js +2 -2
- package/modern/ImageListItem/ImageListItem.js +2 -2
- package/modern/ImageListItemBar/ImageListItemBar.js +2 -2
- package/modern/InitColorSchemeScript/InitColorSchemeScript.js +14 -0
- package/modern/InitColorSchemeScript/index.js +1 -0
- package/modern/Input/Input.js +2 -2
- package/modern/InputAdornment/InputAdornment.js +2 -2
- package/modern/InputBase/InputBase.js +2 -2
- package/modern/InputLabel/InputLabel.js +2 -2
- package/modern/LinearProgress/LinearProgress.js +2 -2
- package/modern/Link/Link.js +2 -2
- package/modern/List/List.js +2 -2
- package/modern/ListItem/ListItem.js +2 -2
- package/modern/ListItemAvatar/ListItemAvatar.js +2 -2
- package/modern/ListItemButton/ListItemButton.js +2 -2
- package/modern/ListItemIcon/ListItemIcon.js +2 -2
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
- package/modern/ListItemText/ListItemText.js +2 -2
- package/modern/ListSubheader/ListSubheader.js +2 -2
- package/modern/Menu/Menu.js +2 -2
- package/modern/MenuItem/MenuItem.js +2 -2
- package/modern/MobileStepper/MobileStepper.js +2 -2
- package/modern/Modal/Modal.js +2 -2
- package/modern/NativeSelect/NativeSelect.js +2 -2
- package/modern/OutlinedInput/OutlinedInput.js +2 -2
- package/modern/Pagination/Pagination.js +2 -2
- package/modern/PaginationItem/PaginationItem.js +2 -2
- package/modern/Paper/Paper.js +2 -2
- package/modern/Popover/Popover.js +2 -2
- package/modern/Popper/Popper.js +3 -2
- package/modern/Radio/Radio.js +2 -2
- package/modern/Rating/Rating.js +2 -2
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/modern/Select/Select.js +2 -2
- package/modern/Skeleton/Skeleton.js +2 -2
- package/modern/Slider/Slider.js +3 -3
- package/modern/Snackbar/Snackbar.js +2 -2
- package/modern/SnackbarContent/SnackbarContent.js +2 -2
- package/modern/SpeedDial/SpeedDial.js +2 -2
- package/modern/SpeedDialAction/SpeedDialAction.js +2 -2
- package/modern/SpeedDialIcon/SpeedDialIcon.js +2 -2
- package/modern/Stack/Stack.js +2 -2
- package/modern/Step/Step.js +2 -2
- package/modern/StepButton/StepButton.js +2 -2
- package/modern/StepConnector/StepConnector.js +2 -2
- package/modern/StepContent/StepContent.js +2 -2
- package/modern/StepIcon/StepIcon.js +2 -2
- package/modern/StepLabel/StepLabel.js +2 -2
- package/modern/Stepper/Stepper.js +2 -2
- package/modern/SvgIcon/SvgIcon.js +2 -2
- package/modern/SwipeableDrawer/SwipeableDrawer.js +2 -2
- package/modern/Switch/Switch.js +3 -3
- package/modern/Tab/Tab.js +2 -2
- package/modern/TabScrollButton/TabScrollButton.js +2 -2
- package/modern/Table/Table.js +2 -2
- package/modern/TableBody/TableBody.js +2 -2
- package/modern/TableCell/TableCell.js +2 -2
- package/modern/TableContainer/TableContainer.js +2 -2
- package/modern/TableFooter/TableFooter.js +2 -2
- package/modern/TableHead/TableHead.js +2 -2
- package/modern/TablePagination/TablePagination.js +2 -2
- package/modern/TableRow/TableRow.js +2 -2
- package/modern/TableSortLabel/TableSortLabel.js +2 -2
- package/modern/Tabs/Tabs.js +2 -2
- package/modern/TextField/TextField.js +2 -2
- package/modern/ToggleButton/ToggleButton.js +2 -2
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/modern/Toolbar/Toolbar.js +2 -2
- package/modern/Tooltip/Tooltip.js +2 -2
- package/modern/Typography/Typography.js +2 -2
- package/modern/Unstable_Grid2/Grid2.js +3 -2
- package/modern/index.js +1 -1
- package/modern/styles/CssVarsProvider.js +20 -7
- package/node/Accordion/Accordion.js +2 -2
- package/node/AccordionActions/AccordionActions.js +2 -2
- package/node/AccordionDetails/AccordionDetails.js +2 -2
- package/node/AccordionSummary/AccordionSummary.js +2 -2
- package/node/Alert/Alert.js +2 -2
- package/node/AlertTitle/AlertTitle.js +2 -2
- package/node/AppBar/AppBar.js +2 -2
- package/node/Autocomplete/Autocomplete.js +2 -2
- package/node/Avatar/Avatar.js +2 -2
- package/node/AvatarGroup/AvatarGroup.js +2 -2
- package/node/Backdrop/Backdrop.js +2 -2
- package/node/Badge/Badge.js +2 -2
- package/node/BottomNavigation/BottomNavigation.js +2 -2
- package/node/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/node/Breadcrumbs/Breadcrumbs.js +2 -2
- package/node/Button/Button.js +2 -2
- package/node/ButtonBase/ButtonBase.js +2 -2
- package/node/ButtonBase/TouchRipple.js +2 -2
- package/node/ButtonGroup/ButtonGroup.js +2 -2
- package/node/Card/Card.js +2 -2
- package/node/CardActionArea/CardActionArea.js +2 -2
- package/node/CardActions/CardActions.js +2 -2
- package/node/CardContent/CardContent.js +2 -2
- package/node/CardHeader/CardHeader.js +2 -2
- package/node/CardMedia/CardMedia.js +2 -2
- package/node/Checkbox/Checkbox.js +2 -2
- package/node/Chip/Chip.js +2 -2
- package/node/CircularProgress/CircularProgress.js +2 -2
- package/node/Collapse/Collapse.js +2 -2
- package/node/Container/Container.js +2 -2
- package/node/CssBaseline/CssBaseline.js +2 -2
- package/node/DefaultPropsProvider/DefaultPropsProvider.js +37 -0
- package/node/DefaultPropsProvider/index.js +20 -0
- package/node/Dialog/Dialog.js +2 -2
- package/node/DialogActions/DialogActions.js +2 -2
- package/node/DialogContent/DialogContent.js +2 -2
- package/node/DialogContentText/DialogContentText.js +2 -2
- package/node/DialogTitle/DialogTitle.js +2 -2
- package/node/Divider/Divider.js +2 -2
- package/node/Drawer/Drawer.js +2 -2
- package/node/Fab/Fab.js +2 -2
- package/node/FilledInput/FilledInput.js +2 -2
- package/node/FormControl/FormControl.js +2 -2
- package/node/FormControlLabel/FormControlLabel.js +2 -2
- package/node/FormGroup/FormGroup.js +2 -2
- package/node/FormHelperText/FormHelperText.js +2 -2
- package/node/FormLabel/FormLabel.js +2 -2
- package/node/Grid/Grid.js +2 -2
- package/node/Icon/Icon.js +2 -2
- package/node/IconButton/IconButton.js +2 -2
- package/node/ImageList/ImageList.js +2 -2
- package/node/ImageListItem/ImageListItem.js +2 -2
- package/node/ImageListItemBar/ImageListItemBar.js +2 -2
- package/node/InitColorSchemeScript/InitColorSchemeScript.js +23 -0
- package/node/InitColorSchemeScript/index.js +13 -0
- package/node/Input/Input.js +2 -2
- package/node/InputAdornment/InputAdornment.js +2 -2
- package/node/InputBase/InputBase.js +2 -2
- package/node/InputLabel/InputLabel.js +2 -2
- package/node/LinearProgress/LinearProgress.js +2 -2
- package/node/Link/Link.js +2 -2
- package/node/List/List.js +2 -2
- package/node/ListItem/ListItem.js +2 -2
- package/node/ListItemAvatar/ListItemAvatar.js +2 -2
- package/node/ListItemButton/ListItemButton.js +2 -2
- package/node/ListItemIcon/ListItemIcon.js +2 -2
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
- package/node/ListItemText/ListItemText.js +2 -2
- package/node/ListSubheader/ListSubheader.js +2 -2
- package/node/Menu/Menu.js +2 -2
- package/node/MenuItem/MenuItem.js +2 -2
- package/node/MobileStepper/MobileStepper.js +2 -2
- package/node/Modal/Modal.js +2 -2
- package/node/NativeSelect/NativeSelect.js +2 -2
- package/node/OutlinedInput/OutlinedInput.js +2 -2
- package/node/Pagination/Pagination.js +2 -2
- package/node/PaginationItem/PaginationItem.js +2 -2
- package/node/Paper/Paper.js +2 -2
- package/node/Popover/Popover.js +2 -2
- package/node/Popper/Popper.js +2 -1
- package/node/Radio/Radio.js +2 -2
- package/node/Rating/Rating.js +2 -2
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/node/Select/Select.js +2 -2
- package/node/Skeleton/Skeleton.js +2 -2
- package/node/Slider/Slider.js +2 -2
- package/node/Snackbar/Snackbar.js +2 -2
- package/node/SnackbarContent/SnackbarContent.js +2 -2
- package/node/SpeedDial/SpeedDial.js +2 -2
- package/node/SpeedDialAction/SpeedDialAction.js +2 -2
- package/node/SpeedDialIcon/SpeedDialIcon.js +2 -2
- package/node/Stack/Stack.js +2 -2
- package/node/Step/Step.js +2 -2
- package/node/StepButton/StepButton.js +2 -2
- package/node/StepConnector/StepConnector.js +2 -2
- package/node/StepContent/StepContent.js +2 -2
- package/node/StepIcon/StepIcon.js +2 -2
- package/node/StepLabel/StepLabel.js +2 -2
- package/node/Stepper/Stepper.js +2 -2
- package/node/SvgIcon/SvgIcon.js +2 -2
- package/node/SwipeableDrawer/SwipeableDrawer.js +2 -2
- package/node/Switch/Switch.js +2 -2
- package/node/Tab/Tab.js +2 -2
- package/node/TabScrollButton/TabScrollButton.js +2 -2
- package/node/Table/Table.js +2 -2
- package/node/TableBody/TableBody.js +2 -2
- package/node/TableCell/TableCell.js +2 -2
- package/node/TableContainer/TableContainer.js +2 -2
- package/node/TableFooter/TableFooter.js +2 -2
- package/node/TableHead/TableHead.js +2 -2
- package/node/TablePagination/TablePagination.js +2 -2
- package/node/TableRow/TableRow.js +2 -2
- package/node/TableSortLabel/TableSortLabel.js +2 -2
- package/node/Tabs/Tabs.js +2 -2
- package/node/TextField/TextField.js +2 -2
- package/node/ToggleButton/ToggleButton.js +2 -2
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/node/Toolbar/Toolbar.js +2 -2
- package/node/Tooltip/Tooltip.js +2 -2
- package/node/Typography/Typography.js +2 -2
- package/node/Unstable_Grid2/Grid2.js +2 -1
- package/node/index.js +1 -1
- package/node/styles/CssVarsProvider.js +20 -8
- package/package.json +5 -5
- package/styles/CssVarsProvider.d.ts +13 -2
- package/styles/CssVarsProvider.js +20 -7
- package/styles/responsiveFontSizes.d.ts +3 -4
- package/umd/material-ui.development.js +240 -155
- package/umd/material-ui.production.min.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/material v5.
|
|
2
|
+
* @mui/material v5.16.0
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -7157,7 +7157,7 @@
|
|
|
7157
7157
|
return output;
|
|
7158
7158
|
}
|
|
7159
7159
|
|
|
7160
|
-
function getThemeProps(params) {
|
|
7160
|
+
function getThemeProps$1(params) {
|
|
7161
7161
|
var theme = params.theme,
|
|
7162
7162
|
name = params.name,
|
|
7163
7163
|
props = params.props;
|
|
@@ -7167,7 +7167,7 @@
|
|
|
7167
7167
|
return resolveProps(theme.components[name].defaultProps, props);
|
|
7168
7168
|
}
|
|
7169
7169
|
|
|
7170
|
-
function useThemeProps$
|
|
7170
|
+
function useThemeProps$1(_ref) {
|
|
7171
7171
|
var props = _ref.props,
|
|
7172
7172
|
name = _ref.name,
|
|
7173
7173
|
defaultTheme = _ref.defaultTheme,
|
|
@@ -7176,7 +7176,7 @@
|
|
|
7176
7176
|
if (themeId) {
|
|
7177
7177
|
theme = theme[themeId] || theme;
|
|
7178
7178
|
}
|
|
7179
|
-
var mergedProps = getThemeProps({
|
|
7179
|
+
var mergedProps = getThemeProps$1({
|
|
7180
7180
|
theme: theme,
|
|
7181
7181
|
name: name,
|
|
7182
7182
|
props: props
|
|
@@ -7298,7 +7298,7 @@
|
|
|
7298
7298
|
// This defensive check is here for simplicity.
|
|
7299
7299
|
// Most of the time, the match media logic isn't central to people tests.
|
|
7300
7300
|
var supportMatchMedia = typeof window !== 'undefined' && typeof window.matchMedia !== 'undefined';
|
|
7301
|
-
var _getThemeProps = getThemeProps({
|
|
7301
|
+
var _getThemeProps = getThemeProps$1({
|
|
7302
7302
|
name: 'MuiUseMediaQuery',
|
|
7303
7303
|
props: options,
|
|
7304
7304
|
theme: theme
|
|
@@ -8554,6 +8554,60 @@
|
|
|
8554
8554
|
return value != null ? value : false;
|
|
8555
8555
|
};
|
|
8556
8556
|
|
|
8557
|
+
var PropsContext = /*#__PURE__*/React__namespace.createContext(undefined);
|
|
8558
|
+
function DefaultPropsProvider(_ref) {
|
|
8559
|
+
var value = _ref.value,
|
|
8560
|
+
children = _ref.children;
|
|
8561
|
+
return /*#__PURE__*/jsxRuntime_1(PropsContext.Provider, {
|
|
8562
|
+
value: value,
|
|
8563
|
+
children: children
|
|
8564
|
+
});
|
|
8565
|
+
}
|
|
8566
|
+
DefaultPropsProvider.propTypes /* remove-proptypes */ = {
|
|
8567
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
8568
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
8569
|
+
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
8570
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
8571
|
+
/**
|
|
8572
|
+
* @ignore
|
|
8573
|
+
*/
|
|
8574
|
+
children: PropTypes.node,
|
|
8575
|
+
/**
|
|
8576
|
+
* @ignore
|
|
8577
|
+
*/
|
|
8578
|
+
value: PropTypes.object
|
|
8579
|
+
} ;
|
|
8580
|
+
function getThemeProps(params) {
|
|
8581
|
+
var theme = params.theme,
|
|
8582
|
+
name = params.name,
|
|
8583
|
+
props = params.props;
|
|
8584
|
+
if (!theme || !theme.components || !theme.components[name]) {
|
|
8585
|
+
return props;
|
|
8586
|
+
}
|
|
8587
|
+
var config = theme.components[name];
|
|
8588
|
+
if (config.defaultProps) {
|
|
8589
|
+
// compatible with v5 signature
|
|
8590
|
+
return resolveProps(config.defaultProps, props);
|
|
8591
|
+
}
|
|
8592
|
+
if (!config.styleOverrides && !config.variants) {
|
|
8593
|
+
// v6 signature, no property 'defaultProps'
|
|
8594
|
+
return resolveProps(config, props);
|
|
8595
|
+
}
|
|
8596
|
+
return props;
|
|
8597
|
+
}
|
|
8598
|
+
function useDefaultProps$1(_ref2) {
|
|
8599
|
+
var props = _ref2.props,
|
|
8600
|
+
name = _ref2.name;
|
|
8601
|
+
var ctx = React__namespace.useContext(PropsContext);
|
|
8602
|
+
return getThemeProps({
|
|
8603
|
+
props: props,
|
|
8604
|
+
name: name,
|
|
8605
|
+
theme: {
|
|
8606
|
+
components: ctx
|
|
8607
|
+
}
|
|
8608
|
+
});
|
|
8609
|
+
}
|
|
8610
|
+
|
|
8557
8611
|
var EMPTY_THEME = {};
|
|
8558
8612
|
function useThemeScoping(themeId, upperTheme, localTheme) {
|
|
8559
8613
|
var isPrivate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
|
@@ -8602,7 +8656,10 @@
|
|
|
8602
8656
|
value: engineTheme,
|
|
8603
8657
|
children: /*#__PURE__*/jsxRuntime_1(RtlProvider, {
|
|
8604
8658
|
value: rtlValue,
|
|
8605
|
-
children:
|
|
8659
|
+
children: /*#__PURE__*/jsxRuntime_1(DefaultPropsProvider, {
|
|
8660
|
+
value: engineTheme == null ? void 0 : engineTheme.components,
|
|
8661
|
+
children: children
|
|
8662
|
+
})
|
|
8606
8663
|
})
|
|
8607
8664
|
})
|
|
8608
8665
|
});
|
|
@@ -8629,10 +8686,13 @@
|
|
|
8629
8686
|
ThemeProvider$1.propTypes = exactProp(ThemeProvider$1.propTypes) ;
|
|
8630
8687
|
}
|
|
8631
8688
|
|
|
8689
|
+
/**
|
|
8690
|
+
* Split this component for RSC import
|
|
8691
|
+
*/
|
|
8632
8692
|
var DEFAULT_MODE_STORAGE_KEY = 'mode';
|
|
8633
8693
|
var DEFAULT_COLOR_SCHEME_STORAGE_KEY = 'color-scheme';
|
|
8634
8694
|
var DEFAULT_ATTRIBUTE = 'data-color-scheme';
|
|
8635
|
-
function
|
|
8695
|
+
function InitColorSchemeScript(options) {
|
|
8636
8696
|
var _ref = options || {},
|
|
8637
8697
|
_ref$defaultMode = _ref.defaultMode,
|
|
8638
8698
|
defaultMode = _ref$defaultMode === void 0 ? 'light' : _ref$defaultMode,
|
|
@@ -8647,9 +8707,13 @@
|
|
|
8647
8707
|
_ref$attribute = _ref.attribute,
|
|
8648
8708
|
attribute = _ref$attribute === void 0 ? DEFAULT_ATTRIBUTE : _ref$attribute,
|
|
8649
8709
|
_ref$colorSchemeNode = _ref.colorSchemeNode,
|
|
8650
|
-
colorSchemeNode = _ref$colorSchemeNode === void 0 ? 'document.documentElement' : _ref$colorSchemeNode
|
|
8710
|
+
colorSchemeNode = _ref$colorSchemeNode === void 0 ? 'document.documentElement' : _ref$colorSchemeNode,
|
|
8711
|
+
nonce = _ref.nonce;
|
|
8651
8712
|
return /*#__PURE__*/jsxRuntime_1("script", {
|
|
8713
|
+
suppressHydrationWarning: true,
|
|
8714
|
+
nonce: typeof window === 'undefined' ? nonce : ''
|
|
8652
8715
|
// eslint-disable-next-line react/no-danger
|
|
8716
|
+
,
|
|
8653
8717
|
dangerouslySetInnerHTML: {
|
|
8654
8718
|
__html: "(function() {\ntry {\n var mode = localStorage.getItem('".concat(modeStorageKey, "') || '").concat(defaultMode, "';\n var colorScheme = '';\n if (mode === 'system') {\n // handle system mode\n var mql = window.matchMedia('(prefers-color-scheme: dark)');\n if (mql.matches) {\n colorScheme = localStorage.getItem('").concat(colorSchemeStorageKey, "-dark') || '").concat(defaultDarkColorScheme, "';\n } else {\n colorScheme = localStorage.getItem('").concat(colorSchemeStorageKey, "-light') || '").concat(defaultLightColorScheme, "';\n }\n }\n if (mode === 'light') {\n colorScheme = localStorage.getItem('").concat(colorSchemeStorageKey, "-light') || '").concat(defaultLightColorScheme, "';\n }\n if (mode === 'dark') {\n colorScheme = localStorage.getItem('").concat(colorSchemeStorageKey, "-dark') || '").concat(defaultDarkColorScheme, "';\n }\n if (colorScheme) {\n ").concat(colorSchemeNode, ".setAttribute('").concat(attribute, "', colorScheme);\n }\n} catch(e){}})();")
|
|
8655
8719
|
}
|
|
@@ -9222,7 +9286,7 @@
|
|
|
9222
9286
|
var defaultLightColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.light;
|
|
9223
9287
|
var defaultDarkColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.dark;
|
|
9224
9288
|
var getInitColorSchemeScript = function getInitColorSchemeScript(params) {
|
|
9225
|
-
return
|
|
9289
|
+
return InitColorSchemeScript(_extends({
|
|
9226
9290
|
attribute: defaultAttribute,
|
|
9227
9291
|
colorSchemeStorageKey: defaultColorSchemeStorageKey,
|
|
9228
9292
|
defaultMode: designSystemMode,
|
|
@@ -9480,7 +9544,7 @@
|
|
|
9480
9544
|
}
|
|
9481
9545
|
});
|
|
9482
9546
|
var useThemePropsDefault$2 = function useThemePropsDefault(inProps) {
|
|
9483
|
-
return useThemeProps$
|
|
9547
|
+
return useThemeProps$1({
|
|
9484
9548
|
props: inProps,
|
|
9485
9549
|
name: 'MuiContainer',
|
|
9486
9550
|
defaultTheme: defaultTheme$6
|
|
@@ -9868,7 +9932,7 @@
|
|
|
9868
9932
|
}
|
|
9869
9933
|
});
|
|
9870
9934
|
function useThemePropsDefault$1(props) {
|
|
9871
|
-
return useThemeProps$
|
|
9935
|
+
return useThemeProps$1({
|
|
9872
9936
|
props: props,
|
|
9873
9937
|
name: 'MuiGrid',
|
|
9874
9938
|
defaultTheme: defaultTheme$5
|
|
@@ -10035,7 +10099,7 @@
|
|
|
10035
10099
|
}
|
|
10036
10100
|
});
|
|
10037
10101
|
function useThemePropsDefault(props) {
|
|
10038
|
-
return useThemeProps$
|
|
10102
|
+
return useThemeProps$1({
|
|
10039
10103
|
props: props,
|
|
10040
10104
|
name: 'MuiStack',
|
|
10041
10105
|
defaultTheme: defaultTheme$4
|
|
@@ -11080,10 +11144,10 @@
|
|
|
11080
11144
|
return theme[THEME_ID] || theme;
|
|
11081
11145
|
}
|
|
11082
11146
|
|
|
11083
|
-
function useThemeProps
|
|
11147
|
+
function useThemeProps(_ref) {
|
|
11084
11148
|
var props = _ref.props,
|
|
11085
11149
|
name = _ref.name;
|
|
11086
|
-
return useThemeProps$
|
|
11150
|
+
return useThemeProps$1({
|
|
11087
11151
|
props: props,
|
|
11088
11152
|
name: name,
|
|
11089
11153
|
defaultTheme: defaultTheme$3,
|
|
@@ -11495,16 +11559,24 @@
|
|
|
11495
11559
|
};
|
|
11496
11560
|
var excludeVariablesFromRoot$1 = excludeVariablesFromRoot;
|
|
11497
11561
|
|
|
11562
|
+
var defaultConfig = {
|
|
11563
|
+
attribute: 'data-mui-color-scheme',
|
|
11564
|
+
colorSchemeStorageKey: 'mui-color-scheme',
|
|
11565
|
+
defaultLightColorScheme: 'light',
|
|
11566
|
+
defaultDarkColorScheme: 'dark',
|
|
11567
|
+
modeStorageKey: 'mui-mode'
|
|
11568
|
+
};
|
|
11569
|
+
|
|
11498
11570
|
var defaultTheme$1 = extendTheme();
|
|
11499
11571
|
var _createCssVarsProvide = createCssVarsProvider({
|
|
11500
11572
|
themeId: THEME_ID,
|
|
11501
11573
|
theme: defaultTheme$1,
|
|
11502
|
-
attribute:
|
|
11503
|
-
|
|
11504
|
-
|
|
11574
|
+
attribute: defaultConfig.attribute,
|
|
11575
|
+
colorSchemeStorageKey: defaultConfig.colorSchemeStorageKey,
|
|
11576
|
+
modeStorageKey: defaultConfig.modeStorageKey,
|
|
11505
11577
|
defaultColorScheme: {
|
|
11506
|
-
light:
|
|
11507
|
-
dark:
|
|
11578
|
+
light: defaultConfig.defaultLightColorScheme,
|
|
11579
|
+
dark: defaultConfig.defaultDarkColorScheme
|
|
11508
11580
|
},
|
|
11509
11581
|
resolveTheme: function resolveTheme(theme) {
|
|
11510
11582
|
var newTheme = _extends({}, theme, {
|
|
@@ -11522,7 +11594,18 @@
|
|
|
11522
11594
|
}),
|
|
11523
11595
|
CssVarsProvider = _createCssVarsProvide.CssVarsProvider,
|
|
11524
11596
|
useColorScheme = _createCssVarsProvide.useColorScheme,
|
|
11525
|
-
|
|
11597
|
+
getInitColorSchemeScriptSystem = _createCssVarsProvide.getInitColorSchemeScript;
|
|
11598
|
+
/**
|
|
11599
|
+
* @deprecated Use `InitColorSchemeScript` instead
|
|
11600
|
+
* ```diff
|
|
11601
|
+
* - import { getInitColorSchemeScript } from '@mui/material/styles';
|
|
11602
|
+
* + import InitColorSchemeScript from '@mui/material/InitColorSchemeScript';
|
|
11603
|
+
*
|
|
11604
|
+
* - getInitColorSchemeScript();
|
|
11605
|
+
* + <InitColorSchemeScript />;
|
|
11606
|
+
* ```
|
|
11607
|
+
*/
|
|
11608
|
+
var getInitColorSchemeScript = getInitColorSchemeScriptSystem;
|
|
11526
11609
|
|
|
11527
11610
|
// TODO: Remove this function in v6.
|
|
11528
11611
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
@@ -11530,6 +11613,24 @@
|
|
|
11530
11613
|
throw new Error("MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150." );
|
|
11531
11614
|
}
|
|
11532
11615
|
|
|
11616
|
+
({
|
|
11617
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
11618
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
11619
|
+
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
11620
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
11621
|
+
/**
|
|
11622
|
+
* @ignore
|
|
11623
|
+
*/
|
|
11624
|
+
children: PropTypes.node,
|
|
11625
|
+
/**
|
|
11626
|
+
* @ignore
|
|
11627
|
+
*/
|
|
11628
|
+
value: PropTypes.object.isRequired
|
|
11629
|
+
}) ;
|
|
11630
|
+
function useDefaultProps(params) {
|
|
11631
|
+
return useDefaultProps$1(params);
|
|
11632
|
+
}
|
|
11633
|
+
|
|
11533
11634
|
function getSvgIconUtilityClass(slot) {
|
|
11534
11635
|
return generateUtilityClass$1('MuiSvgIcon', slot);
|
|
11535
11636
|
}
|
|
@@ -11583,7 +11684,7 @@
|
|
|
11583
11684
|
};
|
|
11584
11685
|
});
|
|
11585
11686
|
var SvgIcon = /*#__PURE__*/React__namespace.forwardRef(function SvgIcon(inProps, ref) {
|
|
11586
|
-
var props =
|
|
11687
|
+
var props = useDefaultProps({
|
|
11587
11688
|
props: inProps,
|
|
11588
11689
|
name: 'MuiSvgIcon'
|
|
11589
11690
|
});
|
|
@@ -11740,11 +11841,6 @@
|
|
|
11740
11841
|
return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest();
|
|
11741
11842
|
}
|
|
11742
11843
|
|
|
11743
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
11744
|
-
function createUseThemeProps(name) {
|
|
11745
|
-
return useThemeProps$b;
|
|
11746
|
-
}
|
|
11747
|
-
|
|
11748
11844
|
function _setPrototypeOf(o, p) {
|
|
11749
11845
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
11750
11846
|
o.__proto__ = p;
|
|
@@ -12832,7 +12928,7 @@
|
|
|
12832
12928
|
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
|
|
12833
12929
|
*/
|
|
12834
12930
|
var Collapse = /*#__PURE__*/React__namespace.forwardRef(function Collapse(inProps, ref) {
|
|
12835
|
-
var props =
|
|
12931
|
+
var props = useDefaultProps({
|
|
12836
12932
|
props: inProps,
|
|
12837
12933
|
name: 'MuiCollapse'
|
|
12838
12934
|
});
|
|
@@ -13162,7 +13258,7 @@
|
|
|
13162
13258
|
}));
|
|
13163
13259
|
});
|
|
13164
13260
|
var Paper = /*#__PURE__*/React__namespace.forwardRef(function Paper(inProps, ref) {
|
|
13165
|
-
var props =
|
|
13261
|
+
var props = useDefaultProps({
|
|
13166
13262
|
props: inProps,
|
|
13167
13263
|
name: 'MuiPaper'
|
|
13168
13264
|
});
|
|
@@ -13539,7 +13635,6 @@
|
|
|
13539
13635
|
var accordionClasses = generateUtilityClasses$1('MuiAccordion', ['root', 'rounded', 'expanded', 'disabled', 'gutters', 'region']);
|
|
13540
13636
|
var accordionClasses$1 = accordionClasses;
|
|
13541
13637
|
|
|
13542
|
-
var useThemeProps$a = createUseThemeProps();
|
|
13543
13638
|
var useUtilityClasses$1M = function useUtilityClasses(ownerState) {
|
|
13544
13639
|
var classes = ownerState.classes,
|
|
13545
13640
|
square = ownerState.square,
|
|
@@ -13637,7 +13732,7 @@
|
|
|
13637
13732
|
};
|
|
13638
13733
|
});
|
|
13639
13734
|
var Accordion = /*#__PURE__*/React__namespace.forwardRef(function Accordion(inProps, ref) {
|
|
13640
|
-
var props =
|
|
13735
|
+
var props = useDefaultProps({
|
|
13641
13736
|
props: inProps,
|
|
13642
13737
|
name: 'MuiAccordion'
|
|
13643
13738
|
});
|
|
@@ -13831,7 +13926,6 @@
|
|
|
13831
13926
|
var accordionActionsClasses = generateUtilityClasses$1('MuiAccordionActions', ['root', 'spacing']);
|
|
13832
13927
|
var accordionActionsClasses$1 = accordionActionsClasses;
|
|
13833
13928
|
|
|
13834
|
-
var useThemeProps$9 = createUseThemeProps();
|
|
13835
13929
|
var useUtilityClasses$1L = function useUtilityClasses(ownerState) {
|
|
13836
13930
|
var classes = ownerState.classes,
|
|
13837
13931
|
disableSpacing = ownerState.disableSpacing;
|
|
@@ -13864,7 +13958,7 @@
|
|
|
13864
13958
|
}]
|
|
13865
13959
|
});
|
|
13866
13960
|
var AccordionActions = /*#__PURE__*/React__namespace.forwardRef(function AccordionActions(inProps, ref) {
|
|
13867
|
-
var props =
|
|
13961
|
+
var props = useDefaultProps({
|
|
13868
13962
|
props: inProps,
|
|
13869
13963
|
name: 'MuiAccordionActions'
|
|
13870
13964
|
});
|
|
@@ -13917,7 +14011,6 @@
|
|
|
13917
14011
|
var accordionDetailsClasses = generateUtilityClasses$1('MuiAccordionDetails', ['root']);
|
|
13918
14012
|
var accordionDetailsClasses$1 = accordionDetailsClasses;
|
|
13919
14013
|
|
|
13920
|
-
var useThemeProps$8 = createUseThemeProps();
|
|
13921
14014
|
var useUtilityClasses$1K = function useUtilityClasses(ownerState) {
|
|
13922
14015
|
var classes = ownerState.classes;
|
|
13923
14016
|
var slots = {
|
|
@@ -13938,7 +14031,7 @@
|
|
|
13938
14031
|
};
|
|
13939
14032
|
});
|
|
13940
14033
|
var AccordionDetails = /*#__PURE__*/React__namespace.forwardRef(function AccordionDetails(inProps, ref) {
|
|
13941
|
-
var props =
|
|
14034
|
+
var props = useDefaultProps({
|
|
13942
14035
|
props: inProps,
|
|
13943
14036
|
name: 'MuiAccordionDetails'
|
|
13944
14037
|
});
|
|
@@ -14118,7 +14211,7 @@
|
|
|
14118
14211
|
* TODO v5: Make private
|
|
14119
14212
|
*/
|
|
14120
14213
|
var TouchRipple = /*#__PURE__*/React__namespace.forwardRef(function TouchRipple(inProps, ref) {
|
|
14121
|
-
var props =
|
|
14214
|
+
var props = useDefaultProps({
|
|
14122
14215
|
props: inProps,
|
|
14123
14216
|
name: 'MuiTouchRipple'
|
|
14124
14217
|
});
|
|
@@ -14394,7 +14487,7 @@
|
|
|
14394
14487
|
* It contains a load of style reset and some focus/ripple logic.
|
|
14395
14488
|
*/
|
|
14396
14489
|
var ButtonBase = /*#__PURE__*/React__namespace.forwardRef(function ButtonBase(inProps, ref) {
|
|
14397
|
-
var props =
|
|
14490
|
+
var props = useDefaultProps({
|
|
14398
14491
|
props: inProps,
|
|
14399
14492
|
name: 'MuiButtonBase'
|
|
14400
14493
|
});
|
|
@@ -14805,7 +14898,6 @@
|
|
|
14805
14898
|
var accordionSummaryClasses = generateUtilityClasses$1('MuiAccordionSummary', ['root', 'expanded', 'focusVisible', 'disabled', 'gutters', 'contentGutters', 'content', 'expandIconWrapper']);
|
|
14806
14899
|
var accordionSummaryClasses$1 = accordionSummaryClasses;
|
|
14807
14900
|
|
|
14808
|
-
var useThemeProps$7 = createUseThemeProps();
|
|
14809
14901
|
var useUtilityClasses$1I = function useUtilityClasses(ownerState) {
|
|
14810
14902
|
var classes = ownerState.classes,
|
|
14811
14903
|
expanded = ownerState.expanded,
|
|
@@ -14896,7 +14988,7 @@
|
|
|
14896
14988
|
});
|
|
14897
14989
|
});
|
|
14898
14990
|
var AccordionSummary = /*#__PURE__*/React__namespace.forwardRef(function AccordionSummary(inProps, ref) {
|
|
14899
|
-
var props =
|
|
14991
|
+
var props = useDefaultProps({
|
|
14900
14992
|
props: inProps,
|
|
14901
14993
|
name: 'MuiAccordionSummary'
|
|
14902
14994
|
});
|
|
@@ -15083,7 +15175,7 @@
|
|
|
15083
15175
|
* regarding the available icon options.
|
|
15084
15176
|
*/
|
|
15085
15177
|
var IconButton = /*#__PURE__*/React__namespace.forwardRef(function IconButton(inProps, ref) {
|
|
15086
|
-
var props =
|
|
15178
|
+
var props = useDefaultProps({
|
|
15087
15179
|
props: inProps,
|
|
15088
15180
|
name: 'MuiIconButton'
|
|
15089
15181
|
});
|
|
@@ -15210,7 +15302,6 @@
|
|
|
15210
15302
|
d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
15211
15303
|
}), 'Close');
|
|
15212
15304
|
|
|
15213
|
-
var useThemeProps$6 = createUseThemeProps();
|
|
15214
15305
|
var useUtilityClasses$1G = function useUtilityClasses(ownerState) {
|
|
15215
15306
|
var variant = ownerState.variant,
|
|
15216
15307
|
color = ownerState.color,
|
|
@@ -15358,7 +15449,7 @@
|
|
|
15358
15449
|
})
|
|
15359
15450
|
};
|
|
15360
15451
|
var Alert = /*#__PURE__*/React__namespace.forwardRef(function Alert(inProps, ref) {
|
|
15361
|
-
var props =
|
|
15452
|
+
var props = useDefaultProps({
|
|
15362
15453
|
props: inProps,
|
|
15363
15454
|
name: 'MuiAlert'
|
|
15364
15455
|
});
|
|
@@ -15643,7 +15734,7 @@
|
|
|
15643
15734
|
return colorTransformations$1[color] || color;
|
|
15644
15735
|
};
|
|
15645
15736
|
var Typography = /*#__PURE__*/React__namespace.forwardRef(function Typography(inProps, ref) {
|
|
15646
|
-
var themeProps =
|
|
15737
|
+
var themeProps = useDefaultProps({
|
|
15647
15738
|
props: inProps,
|
|
15648
15739
|
name: 'MuiTypography'
|
|
15649
15740
|
});
|
|
@@ -15769,7 +15860,6 @@
|
|
|
15769
15860
|
var alertTitleClasses = generateUtilityClasses$1('MuiAlertTitle', ['root']);
|
|
15770
15861
|
var alertTitleClasses$1 = alertTitleClasses;
|
|
15771
15862
|
|
|
15772
|
-
var useThemeProps$5 = createUseThemeProps();
|
|
15773
15863
|
var useUtilityClasses$1E = function useUtilityClasses(ownerState) {
|
|
15774
15864
|
var classes = ownerState.classes;
|
|
15775
15865
|
var slots = {
|
|
@@ -15791,7 +15881,7 @@
|
|
|
15791
15881
|
};
|
|
15792
15882
|
});
|
|
15793
15883
|
var AlertTitle = /*#__PURE__*/React__namespace.forwardRef(function AlertTitle(inProps, ref) {
|
|
15794
|
-
var props =
|
|
15884
|
+
var props = useDefaultProps({
|
|
15795
15885
|
props: inProps,
|
|
15796
15886
|
name: 'MuiAlertTitle'
|
|
15797
15887
|
});
|
|
@@ -15929,7 +16019,7 @@
|
|
|
15929
16019
|
}));
|
|
15930
16020
|
});
|
|
15931
16021
|
var AppBar = /*#__PURE__*/React__namespace.forwardRef(function AppBar(inProps, ref) {
|
|
15932
|
-
var props =
|
|
16022
|
+
var props = useDefaultProps({
|
|
15933
16023
|
props: inProps,
|
|
15934
16024
|
name: 'MuiAppBar'
|
|
15935
16025
|
});
|
|
@@ -21451,7 +21541,7 @@
|
|
|
21451
21541
|
var Popper = /*#__PURE__*/React__namespace.forwardRef(function Popper(inProps, ref) {
|
|
21452
21542
|
var _slots$root;
|
|
21453
21543
|
var theme = useTheme$3();
|
|
21454
|
-
var props =
|
|
21544
|
+
var props = useDefaultProps({
|
|
21455
21545
|
props: inProps,
|
|
21456
21546
|
name: 'MuiPopper'
|
|
21457
21547
|
});
|
|
@@ -21676,7 +21766,7 @@
|
|
|
21676
21766
|
});
|
|
21677
21767
|
});
|
|
21678
21768
|
var ListSubheader = /*#__PURE__*/React__namespace.forwardRef(function ListSubheader(inProps, ref) {
|
|
21679
|
-
var props =
|
|
21769
|
+
var props = useDefaultProps({
|
|
21680
21770
|
props: inProps,
|
|
21681
21771
|
name: 'MuiListSubheader'
|
|
21682
21772
|
});
|
|
@@ -21975,7 +22065,7 @@
|
|
|
21975
22065
|
* Chips represent complex entities in small blocks, such as a contact.
|
|
21976
22066
|
*/
|
|
21977
22067
|
var Chip = /*#__PURE__*/React__namespace.forwardRef(function Chip(inProps, ref) {
|
|
21978
|
-
var props =
|
|
22068
|
+
var props = useDefaultProps({
|
|
21979
22069
|
props: inProps,
|
|
21980
22070
|
name: 'MuiChip'
|
|
21981
22071
|
});
|
|
@@ -22463,7 +22553,7 @@
|
|
|
22463
22553
|
*/
|
|
22464
22554
|
var InputBase = /*#__PURE__*/React__namespace.forwardRef(function InputBase(inProps, ref) {
|
|
22465
22555
|
var _slotProps$input;
|
|
22466
|
-
var props =
|
|
22556
|
+
var props = useDefaultProps({
|
|
22467
22557
|
props: inProps,
|
|
22468
22558
|
name: 'MuiInputBase'
|
|
22469
22559
|
});
|
|
@@ -23003,7 +23093,6 @@
|
|
|
23003
23093
|
var autocompleteClasses$1 = autocompleteClasses;
|
|
23004
23094
|
|
|
23005
23095
|
var _styled, _ClearIcon, _ArrowDropDownIcon;
|
|
23006
|
-
var useThemeProps$4 = createUseThemeProps();
|
|
23007
23096
|
var useUtilityClasses$1y = function useUtilityClasses(ownerState) {
|
|
23008
23097
|
var classes = ownerState.classes,
|
|
23009
23098
|
disablePortal = ownerState.disablePortal,
|
|
@@ -23327,7 +23416,7 @@
|
|
|
23327
23416
|
}));
|
|
23328
23417
|
var Autocomplete = /*#__PURE__*/React__namespace.forwardRef(function Autocomplete(inProps, ref) {
|
|
23329
23418
|
var _slotProps$clearIndic, _slotProps$paper, _slotProps$popper, _slotProps$popupIndic;
|
|
23330
|
-
var props =
|
|
23419
|
+
var props = useDefaultProps({
|
|
23331
23420
|
props: inProps,
|
|
23332
23421
|
name: 'MuiAutocomplete'
|
|
23333
23422
|
});
|
|
@@ -24108,7 +24197,6 @@
|
|
|
24108
24197
|
var avatarClasses = generateUtilityClasses$1('MuiAvatar', ['root', 'colorDefault', 'circular', 'rounded', 'square', 'img', 'fallback']);
|
|
24109
24198
|
var avatarClasses$1 = avatarClasses;
|
|
24110
24199
|
|
|
24111
|
-
var useThemeProps$3 = createUseThemeProps();
|
|
24112
24200
|
var useUtilityClasses$1x = function useUtilityClasses(ownerState) {
|
|
24113
24201
|
var classes = ownerState.classes,
|
|
24114
24202
|
variant = ownerState.variant,
|
|
@@ -24240,7 +24328,7 @@
|
|
|
24240
24328
|
return loaded;
|
|
24241
24329
|
}
|
|
24242
24330
|
var Avatar = /*#__PURE__*/React__namespace.forwardRef(function Avatar(inProps, ref) {
|
|
24243
|
-
var props =
|
|
24331
|
+
var props = useDefaultProps({
|
|
24244
24332
|
props: inProps,
|
|
24245
24333
|
name: 'MuiAvatar'
|
|
24246
24334
|
});
|
|
@@ -24430,7 +24518,7 @@
|
|
|
24430
24518
|
});
|
|
24431
24519
|
var AvatarGroup = /*#__PURE__*/React__namespace.forwardRef(function AvatarGroup(inProps, ref) {
|
|
24432
24520
|
var _slotProps$additional;
|
|
24433
|
-
var props =
|
|
24521
|
+
var props = useDefaultProps({
|
|
24434
24522
|
props: inProps,
|
|
24435
24523
|
name: 'MuiAvatarGroup'
|
|
24436
24524
|
});
|
|
@@ -24812,7 +24900,7 @@
|
|
|
24812
24900
|
});
|
|
24813
24901
|
var Backdrop = /*#__PURE__*/React__namespace.forwardRef(function Backdrop(inProps, ref) {
|
|
24814
24902
|
var _slotProps$root, _ref2, _slots$root;
|
|
24815
|
-
var props =
|
|
24903
|
+
var props = useDefaultProps({
|
|
24816
24904
|
props: inProps,
|
|
24817
24905
|
name: 'MuiBackdrop'
|
|
24818
24906
|
});
|
|
@@ -24965,7 +25053,6 @@
|
|
|
24965
25053
|
|
|
24966
25054
|
var RADIUS_STANDARD = 10;
|
|
24967
25055
|
var RADIUS_DOT = 4;
|
|
24968
|
-
var useThemeProps$2 = createUseThemeProps();
|
|
24969
25056
|
var useUtilityClasses$1u = function useUtilityClasses(ownerState) {
|
|
24970
25057
|
var color = ownerState.color,
|
|
24971
25058
|
anchorOrigin = ownerState.anchorOrigin,
|
|
@@ -25168,7 +25255,7 @@
|
|
|
25168
25255
|
});
|
|
25169
25256
|
var Badge = /*#__PURE__*/React__namespace.forwardRef(function Badge(inProps, ref) {
|
|
25170
25257
|
var _ref11, _slots$root, _ref12, _slots$badge, _slotProps$root, _slotProps$badge;
|
|
25171
|
-
var props =
|
|
25258
|
+
var props = useDefaultProps({
|
|
25172
25259
|
props: inProps,
|
|
25173
25260
|
name: 'MuiBadge'
|
|
25174
25261
|
});
|
|
@@ -25417,7 +25504,7 @@
|
|
|
25417
25504
|
};
|
|
25418
25505
|
});
|
|
25419
25506
|
var BottomNavigation = /*#__PURE__*/React__namespace.forwardRef(function BottomNavigation(inProps, ref) {
|
|
25420
|
-
var props =
|
|
25507
|
+
var props = useDefaultProps({
|
|
25421
25508
|
props: inProps,
|
|
25422
25509
|
name: 'MuiBottomNavigation'
|
|
25423
25510
|
});
|
|
@@ -25573,7 +25660,7 @@
|
|
|
25573
25660
|
}));
|
|
25574
25661
|
});
|
|
25575
25662
|
var BottomNavigationAction = /*#__PURE__*/React__namespace.forwardRef(function BottomNavigationAction(inProps, ref) {
|
|
25576
|
-
var props =
|
|
25663
|
+
var props = useDefaultProps({
|
|
25577
25664
|
props: inProps,
|
|
25578
25665
|
name: 'MuiBottomNavigationAction'
|
|
25579
25666
|
});
|
|
@@ -25840,7 +25927,7 @@
|
|
|
25840
25927
|
}, []);
|
|
25841
25928
|
}
|
|
25842
25929
|
var Breadcrumbs = /*#__PURE__*/React__namespace.forwardRef(function Breadcrumbs(inProps, ref) {
|
|
25843
|
-
var props =
|
|
25930
|
+
var props = useDefaultProps({
|
|
25844
25931
|
props: inProps,
|
|
25845
25932
|
name: 'MuiBreadcrumbs'
|
|
25846
25933
|
});
|
|
@@ -26239,7 +26326,7 @@
|
|
|
26239
26326
|
var contextProps = React__namespace.useContext(ButtonGroupContext$1);
|
|
26240
26327
|
var buttonGroupButtonContextPositionClassName = React__namespace.useContext(ButtonGroupButtonContext$1);
|
|
26241
26328
|
var resolvedProps = resolveProps(contextProps, inProps);
|
|
26242
|
-
var props =
|
|
26329
|
+
var props = useDefaultProps({
|
|
26243
26330
|
props: resolvedProps,
|
|
26244
26331
|
name: 'MuiButton'
|
|
26245
26332
|
});
|
|
@@ -26500,7 +26587,7 @@
|
|
|
26500
26587
|
})));
|
|
26501
26588
|
});
|
|
26502
26589
|
var ButtonGroup = /*#__PURE__*/React__namespace.forwardRef(function ButtonGroup(inProps, ref) {
|
|
26503
|
-
var props =
|
|
26590
|
+
var props = useDefaultProps({
|
|
26504
26591
|
props: inProps,
|
|
26505
26592
|
name: 'MuiButtonGroup'
|
|
26506
26593
|
});
|
|
@@ -26689,7 +26776,7 @@
|
|
|
26689
26776
|
};
|
|
26690
26777
|
});
|
|
26691
26778
|
var Card = /*#__PURE__*/React__namespace.forwardRef(function Card(inProps, ref) {
|
|
26692
|
-
var props =
|
|
26779
|
+
var props = useDefaultProps({
|
|
26693
26780
|
props: inProps,
|
|
26694
26781
|
name: 'MuiCard'
|
|
26695
26782
|
});
|
|
@@ -26804,7 +26891,7 @@
|
|
|
26804
26891
|
};
|
|
26805
26892
|
});
|
|
26806
26893
|
var CardActionArea = /*#__PURE__*/React__namespace.forwardRef(function CardActionArea(inProps, ref) {
|
|
26807
|
-
var props =
|
|
26894
|
+
var props = useDefaultProps({
|
|
26808
26895
|
props: inProps,
|
|
26809
26896
|
name: 'MuiCardActionArea'
|
|
26810
26897
|
});
|
|
@@ -26888,7 +26975,7 @@
|
|
|
26888
26975
|
});
|
|
26889
26976
|
});
|
|
26890
26977
|
var CardActions = /*#__PURE__*/React__namespace.forwardRef(function CardActions(inProps, ref) {
|
|
26891
|
-
var props =
|
|
26978
|
+
var props = useDefaultProps({
|
|
26892
26979
|
props: inProps,
|
|
26893
26980
|
name: 'MuiCardActions'
|
|
26894
26981
|
});
|
|
@@ -26963,7 +27050,7 @@
|
|
|
26963
27050
|
};
|
|
26964
27051
|
});
|
|
26965
27052
|
var CardContent = /*#__PURE__*/React__namespace.forwardRef(function CardContent(inProps, ref) {
|
|
26966
|
-
var props =
|
|
27053
|
+
var props = useDefaultProps({
|
|
26967
27054
|
props: inProps,
|
|
26968
27055
|
name: 'MuiCardContent'
|
|
26969
27056
|
});
|
|
@@ -27074,7 +27161,7 @@
|
|
|
27074
27161
|
flex: '1 1 auto'
|
|
27075
27162
|
});
|
|
27076
27163
|
var CardHeader = /*#__PURE__*/React__namespace.forwardRef(function CardHeader(inProps, ref) {
|
|
27077
|
-
var props =
|
|
27164
|
+
var props = useDefaultProps({
|
|
27078
27165
|
props: inProps,
|
|
27079
27166
|
name: 'MuiCardHeader'
|
|
27080
27167
|
});
|
|
@@ -27243,7 +27330,7 @@
|
|
|
27243
27330
|
var MEDIA_COMPONENTS = ['video', 'audio', 'picture', 'iframe', 'img'];
|
|
27244
27331
|
var IMAGE_COMPONENTS = ['picture', 'img'];
|
|
27245
27332
|
var CardMedia = /*#__PURE__*/React__namespace.forwardRef(function CardMedia(inProps, ref) {
|
|
27246
|
-
var props =
|
|
27333
|
+
var props = useDefaultProps({
|
|
27247
27334
|
props: inProps,
|
|
27248
27335
|
name: 'MuiCardMedia'
|
|
27249
27336
|
});
|
|
@@ -27654,7 +27741,7 @@
|
|
|
27654
27741
|
var defaultIndeterminateIcon = /*#__PURE__*/jsxRuntime_1(IndeterminateCheckBoxIcon, {});
|
|
27655
27742
|
var Checkbox = /*#__PURE__*/React__namespace.forwardRef(function Checkbox(inProps, ref) {
|
|
27656
27743
|
var _icon$props$fontSize, _indeterminateIcon$pr;
|
|
27657
|
-
var props =
|
|
27744
|
+
var props = useDefaultProps({
|
|
27658
27745
|
props: inProps,
|
|
27659
27746
|
name: 'MuiCheckbox'
|
|
27660
27747
|
});
|
|
@@ -27886,7 +27973,7 @@
|
|
|
27886
27973
|
* attribute to `true` on that region until it has finished loading.
|
|
27887
27974
|
*/
|
|
27888
27975
|
var CircularProgress = /*#__PURE__*/React__namespace.forwardRef(function CircularProgress(inProps, ref) {
|
|
27889
|
-
var props =
|
|
27976
|
+
var props = useDefaultProps({
|
|
27890
27977
|
props: inProps,
|
|
27891
27978
|
name: 'MuiCircularProgress'
|
|
27892
27979
|
});
|
|
@@ -28027,7 +28114,7 @@
|
|
|
28027
28114
|
}
|
|
28028
28115
|
}),
|
|
28029
28116
|
useThemeProps: function useThemeProps(inProps) {
|
|
28030
|
-
return
|
|
28117
|
+
return useDefaultProps({
|
|
28031
28118
|
props: inProps,
|
|
28032
28119
|
name: 'MuiContainer'
|
|
28033
28120
|
});
|
|
@@ -28150,7 +28237,7 @@
|
|
|
28150
28237
|
return defaultStyles;
|
|
28151
28238
|
};
|
|
28152
28239
|
function CssBaseline(inProps) {
|
|
28153
|
-
var props =
|
|
28240
|
+
var props = useDefaultProps({
|
|
28154
28241
|
props: inProps,
|
|
28155
28242
|
name: 'MuiCssBaseline'
|
|
28156
28243
|
});
|
|
@@ -28279,7 +28366,7 @@
|
|
|
28279
28366
|
*/
|
|
28280
28367
|
var Modal = /*#__PURE__*/React__namespace.forwardRef(function Modal(inProps, ref) {
|
|
28281
28368
|
var _ref2, _slots$root, _ref3, _slots$backdrop, _slotProps$root, _slotProps$backdrop;
|
|
28282
|
-
var props =
|
|
28369
|
+
var props = useDefaultProps({
|
|
28283
28370
|
name: 'MuiModal',
|
|
28284
28371
|
props: inProps
|
|
28285
28372
|
});
|
|
@@ -28733,7 +28820,7 @@
|
|
|
28733
28820
|
* Dialogs are overlaid modal paper based components with a backdrop.
|
|
28734
28821
|
*/
|
|
28735
28822
|
var Dialog = /*#__PURE__*/React__namespace.forwardRef(function Dialog(inProps, ref) {
|
|
28736
|
-
var props =
|
|
28823
|
+
var props = useDefaultProps({
|
|
28737
28824
|
props: inProps,
|
|
28738
28825
|
name: 'MuiDialog'
|
|
28739
28826
|
});
|
|
@@ -29026,7 +29113,7 @@
|
|
|
29026
29113
|
});
|
|
29027
29114
|
});
|
|
29028
29115
|
var DialogActions = /*#__PURE__*/React__namespace.forwardRef(function DialogActions(inProps, ref) {
|
|
29029
|
-
var props =
|
|
29116
|
+
var props = useDefaultProps({
|
|
29030
29117
|
props: inProps,
|
|
29031
29118
|
name: 'MuiDialogActions'
|
|
29032
29119
|
});
|
|
@@ -29118,7 +29205,7 @@
|
|
|
29118
29205
|
}));
|
|
29119
29206
|
});
|
|
29120
29207
|
var DialogContent = /*#__PURE__*/React__namespace.forwardRef(function DialogContent(inProps, ref) {
|
|
29121
|
-
var props =
|
|
29208
|
+
var props = useDefaultProps({
|
|
29122
29209
|
props: inProps,
|
|
29123
29210
|
name: 'MuiDialogContent'
|
|
29124
29211
|
});
|
|
@@ -29190,7 +29277,7 @@
|
|
|
29190
29277
|
}
|
|
29191
29278
|
})({});
|
|
29192
29279
|
var DialogContentText = /*#__PURE__*/React__namespace.forwardRef(function DialogContentText(inProps, ref) {
|
|
29193
|
-
var props =
|
|
29280
|
+
var props = useDefaultProps({
|
|
29194
29281
|
props: inProps,
|
|
29195
29282
|
name: 'MuiDialogContentText'
|
|
29196
29283
|
});
|
|
@@ -29251,7 +29338,7 @@
|
|
|
29251
29338
|
flex: '0 0 auto'
|
|
29252
29339
|
});
|
|
29253
29340
|
var DialogTitle = /*#__PURE__*/React__namespace.forwardRef(function DialogTitle(inProps, ref) {
|
|
29254
|
-
var props =
|
|
29341
|
+
var props = useDefaultProps({
|
|
29255
29342
|
props: inProps,
|
|
29256
29343
|
name: 'MuiDialogTitle'
|
|
29257
29344
|
});
|
|
@@ -29431,7 +29518,7 @@
|
|
|
29431
29518
|
});
|
|
29432
29519
|
});
|
|
29433
29520
|
var Divider = /*#__PURE__*/React__namespace.forwardRef(function Divider(inProps, ref) {
|
|
29434
|
-
var props =
|
|
29521
|
+
var props = useDefaultProps({
|
|
29435
29522
|
props: inProps,
|
|
29436
29523
|
name: 'MuiDivider'
|
|
29437
29524
|
});
|
|
@@ -29978,7 +30065,7 @@
|
|
|
29978
30065
|
* when `variant="temporary"` is set.
|
|
29979
30066
|
*/
|
|
29980
30067
|
var Drawer = /*#__PURE__*/React__namespace.forwardRef(function Drawer(inProps, ref) {
|
|
29981
|
-
var props =
|
|
30068
|
+
var props = useDefaultProps({
|
|
29982
30069
|
props: inProps,
|
|
29983
30070
|
name: 'MuiDrawer'
|
|
29984
30071
|
});
|
|
@@ -30278,7 +30365,7 @@
|
|
|
30278
30365
|
});
|
|
30279
30366
|
});
|
|
30280
30367
|
var Fab = /*#__PURE__*/React__namespace.forwardRef(function Fab(inProps, ref) {
|
|
30281
|
-
var props =
|
|
30368
|
+
var props = useDefaultProps({
|
|
30282
30369
|
props: inProps,
|
|
30283
30370
|
name: 'MuiFab'
|
|
30284
30371
|
});
|
|
@@ -30549,7 +30636,7 @@
|
|
|
30549
30636
|
});
|
|
30550
30637
|
var FilledInput = /*#__PURE__*/React__namespace.forwardRef(function FilledInput(inProps, ref) {
|
|
30551
30638
|
var _ref5, _slots$root, _ref6, _slots$input;
|
|
30552
|
-
var props =
|
|
30639
|
+
var props = useDefaultProps({
|
|
30553
30640
|
props: inProps,
|
|
30554
30641
|
name: 'MuiFilledInput'
|
|
30555
30642
|
});
|
|
@@ -30869,7 +30956,7 @@
|
|
|
30869
30956
|
* For instance, only one input can be focused at the same time, the state shouldn't be shared.
|
|
30870
30957
|
*/
|
|
30871
30958
|
var FormControl = /*#__PURE__*/React__namespace.forwardRef(function FormControl(inProps, ref) {
|
|
30872
|
-
var props =
|
|
30959
|
+
var props = useDefaultProps({
|
|
30873
30960
|
props: inProps,
|
|
30874
30961
|
name: 'MuiFormControl'
|
|
30875
30962
|
});
|
|
@@ -31100,7 +31187,7 @@
|
|
|
31100
31187
|
}
|
|
31101
31188
|
}),
|
|
31102
31189
|
useThemeProps: function useThemeProps(inProps) {
|
|
31103
|
-
return
|
|
31190
|
+
return useDefaultProps({
|
|
31104
31191
|
props: inProps,
|
|
31105
31192
|
name: 'MuiStack'
|
|
31106
31193
|
});
|
|
@@ -31229,7 +31316,7 @@
|
|
|
31229
31316
|
*/
|
|
31230
31317
|
var FormControlLabel = /*#__PURE__*/React__namespace.forwardRef(function FormControlLabel(inProps, ref) {
|
|
31231
31318
|
var _ref5, _slotProps$typography;
|
|
31232
|
-
var props =
|
|
31319
|
+
var props = useDefaultProps({
|
|
31233
31320
|
props: inProps,
|
|
31234
31321
|
name: 'MuiFormControlLabel'
|
|
31235
31322
|
});
|
|
@@ -31422,7 +31509,7 @@
|
|
|
31422
31509
|
* For the `Radio`, you should be using the `RadioGroup` component instead of this one.
|
|
31423
31510
|
*/
|
|
31424
31511
|
var FormGroup = /*#__PURE__*/React__namespace.forwardRef(function FormGroup(inProps, ref) {
|
|
31425
|
-
var props =
|
|
31512
|
+
var props = useDefaultProps({
|
|
31426
31513
|
props: inProps,
|
|
31427
31514
|
name: 'MuiFormGroup'
|
|
31428
31515
|
});
|
|
@@ -31527,7 +31614,7 @@
|
|
|
31527
31614
|
});
|
|
31528
31615
|
});
|
|
31529
31616
|
var FormHelperText = /*#__PURE__*/React__namespace.forwardRef(function FormHelperText(inProps, ref) {
|
|
31530
|
-
var props =
|
|
31617
|
+
var props = useDefaultProps({
|
|
31531
31618
|
props: inProps,
|
|
31532
31619
|
name: 'MuiFormHelperText'
|
|
31533
31620
|
});
|
|
@@ -31691,7 +31778,7 @@
|
|
|
31691
31778
|
});
|
|
31692
31779
|
});
|
|
31693
31780
|
var FormLabel = /*#__PURE__*/React__namespace.forwardRef(function FormLabel(inProps, ref) {
|
|
31694
|
-
var props =
|
|
31781
|
+
var props = useDefaultProps({
|
|
31695
31782
|
props: inProps,
|
|
31696
31783
|
name: 'MuiFormLabel'
|
|
31697
31784
|
});
|
|
@@ -32147,7 +32234,7 @@
|
|
|
32147
32234
|
return composeClasses(slots, getGridUtilityClass, classes);
|
|
32148
32235
|
};
|
|
32149
32236
|
var Grid = /*#__PURE__*/React__namespace.forwardRef(function Grid(inProps, ref) {
|
|
32150
|
-
var themeProps =
|
|
32237
|
+
var themeProps = useDefaultProps({
|
|
32151
32238
|
props: inProps,
|
|
32152
32239
|
name: 'MuiGrid'
|
|
32153
32240
|
});
|
|
@@ -32365,7 +32452,7 @@
|
|
|
32365
32452
|
}),
|
|
32366
32453
|
componentName: 'MuiGrid2',
|
|
32367
32454
|
useThemeProps: function useThemeProps(inProps) {
|
|
32368
|
-
return
|
|
32455
|
+
return useDefaultProps({
|
|
32369
32456
|
props: inProps,
|
|
32370
32457
|
name: 'MuiGrid2'
|
|
32371
32458
|
});
|
|
@@ -32684,7 +32771,7 @@
|
|
|
32684
32771
|
function WithWidth(props) {
|
|
32685
32772
|
var contextTheme = useTheme();
|
|
32686
32773
|
var theme = props.theme || contextTheme;
|
|
32687
|
-
var _getThemeProps = getThemeProps({
|
|
32774
|
+
var _getThemeProps = getThemeProps$1({
|
|
32688
32775
|
theme: theme,
|
|
32689
32776
|
name: 'MuiWithWidth',
|
|
32690
32777
|
props: props
|
|
@@ -33217,7 +33304,7 @@
|
|
|
33217
33304
|
};
|
|
33218
33305
|
});
|
|
33219
33306
|
var Icon = /*#__PURE__*/React__namespace.forwardRef(function Icon(inProps, ref) {
|
|
33220
|
-
var props =
|
|
33307
|
+
var props = useDefaultProps({
|
|
33221
33308
|
props: inProps,
|
|
33222
33309
|
name: 'MuiIcon'
|
|
33223
33310
|
});
|
|
@@ -33342,7 +33429,7 @@
|
|
|
33342
33429
|
});
|
|
33343
33430
|
});
|
|
33344
33431
|
var ImageList = /*#__PURE__*/React__namespace.forwardRef(function ImageList(inProps, ref) {
|
|
33345
|
-
var props =
|
|
33432
|
+
var props = useDefaultProps({
|
|
33346
33433
|
props: inProps,
|
|
33347
33434
|
name: 'MuiImageList'
|
|
33348
33435
|
});
|
|
@@ -33503,7 +33590,7 @@
|
|
|
33503
33590
|
})));
|
|
33504
33591
|
});
|
|
33505
33592
|
var ImageListItem = /*#__PURE__*/React__namespace.forwardRef(function ImageListItem(inProps, ref) {
|
|
33506
|
-
var props =
|
|
33593
|
+
var props = useDefaultProps({
|
|
33507
33594
|
props: inProps,
|
|
33508
33595
|
name: 'MuiImageListItem'
|
|
33509
33596
|
});
|
|
@@ -33731,7 +33818,7 @@
|
|
|
33731
33818
|
});
|
|
33732
33819
|
});
|
|
33733
33820
|
var ImageListItemBar = /*#__PURE__*/React__namespace.forwardRef(function ImageListItemBar(inProps, ref) {
|
|
33734
|
-
var props =
|
|
33821
|
+
var props = useDefaultProps({
|
|
33735
33822
|
props: inProps,
|
|
33736
33823
|
name: 'MuiImageListItemBar'
|
|
33737
33824
|
});
|
|
@@ -33905,7 +33992,7 @@
|
|
|
33905
33992
|
})({});
|
|
33906
33993
|
var Input = /*#__PURE__*/React__namespace.forwardRef(function Input(inProps, ref) {
|
|
33907
33994
|
var _ref3, _slots$root, _ref4, _slots$input;
|
|
33908
|
-
var props =
|
|
33995
|
+
var props = useDefaultProps({
|
|
33909
33996
|
props: inProps,
|
|
33910
33997
|
name: 'MuiInput'
|
|
33911
33998
|
});
|
|
@@ -34193,7 +34280,7 @@
|
|
|
34193
34280
|
});
|
|
34194
34281
|
});
|
|
34195
34282
|
var InputAdornment = /*#__PURE__*/React__namespace.forwardRef(function InputAdornment(inProps, ref) {
|
|
34196
|
-
var props =
|
|
34283
|
+
var props = useDefaultProps({
|
|
34197
34284
|
props: inProps,
|
|
34198
34285
|
name: 'MuiInputAdornment'
|
|
34199
34286
|
});
|
|
@@ -34393,7 +34480,7 @@
|
|
|
34393
34480
|
}));
|
|
34394
34481
|
});
|
|
34395
34482
|
var InputLabel = /*#__PURE__*/React__namespace.forwardRef(function InputLabel(inProps, ref) {
|
|
34396
|
-
var props =
|
|
34483
|
+
var props = useDefaultProps({
|
|
34397
34484
|
name: 'MuiInputLabel',
|
|
34398
34485
|
props: inProps
|
|
34399
34486
|
});
|
|
@@ -34665,7 +34752,7 @@
|
|
|
34665
34752
|
* attribute to `true` on that region until it has finished loading.
|
|
34666
34753
|
*/
|
|
34667
34754
|
var LinearProgress = /*#__PURE__*/React__namespace.forwardRef(function LinearProgress(inProps, ref) {
|
|
34668
|
-
var props =
|
|
34755
|
+
var props = useDefaultProps({
|
|
34669
34756
|
props: inProps,
|
|
34670
34757
|
name: 'MuiLinearProgress'
|
|
34671
34758
|
});
|
|
@@ -34872,7 +34959,7 @@
|
|
|
34872
34959
|
}));
|
|
34873
34960
|
});
|
|
34874
34961
|
var Link = /*#__PURE__*/React__namespace.forwardRef(function Link(inProps, ref) {
|
|
34875
|
-
var props =
|
|
34962
|
+
var props = useDefaultProps({
|
|
34876
34963
|
props: inProps,
|
|
34877
34964
|
name: 'MuiLink'
|
|
34878
34965
|
});
|
|
@@ -35043,7 +35130,7 @@
|
|
|
35043
35130
|
});
|
|
35044
35131
|
});
|
|
35045
35132
|
var List = /*#__PURE__*/React__namespace.forwardRef(function List(inProps, ref) {
|
|
35046
|
-
var props =
|
|
35133
|
+
var props = useDefaultProps({
|
|
35047
35134
|
props: inProps,
|
|
35048
35135
|
name: 'MuiList'
|
|
35049
35136
|
});
|
|
@@ -35216,7 +35303,7 @@
|
|
|
35216
35303
|
});
|
|
35217
35304
|
});
|
|
35218
35305
|
var ListItemButton = /*#__PURE__*/React__namespace.forwardRef(function ListItemButton(inProps, ref) {
|
|
35219
|
-
var props =
|
|
35306
|
+
var props = useDefaultProps({
|
|
35220
35307
|
props: inProps,
|
|
35221
35308
|
name: 'MuiListItemButton'
|
|
35222
35309
|
});
|
|
@@ -35399,7 +35486,7 @@
|
|
|
35399
35486
|
* Must be used as the last child of ListItem to function properly.
|
|
35400
35487
|
*/
|
|
35401
35488
|
var ListItemSecondaryAction = /*#__PURE__*/React__namespace.forwardRef(function ListItemSecondaryAction(inProps, ref) {
|
|
35402
|
-
var props =
|
|
35489
|
+
var props = useDefaultProps({
|
|
35403
35490
|
props: inProps,
|
|
35404
35491
|
name: 'MuiListItemSecondaryAction'
|
|
35405
35492
|
});
|
|
@@ -35544,7 +35631,7 @@
|
|
|
35544
35631
|
* Uses an additional container component if `ListItemSecondaryAction` is the last child.
|
|
35545
35632
|
*/
|
|
35546
35633
|
var ListItem = /*#__PURE__*/React__namespace.forwardRef(function ListItem(inProps, ref) {
|
|
35547
|
-
var props =
|
|
35634
|
+
var props = useDefaultProps({
|
|
35548
35635
|
props: inProps,
|
|
35549
35636
|
name: 'MuiListItem'
|
|
35550
35637
|
});
|
|
@@ -35878,7 +35965,7 @@
|
|
|
35878
35965
|
* A simple wrapper to apply `List` styles to an `Avatar`.
|
|
35879
35966
|
*/
|
|
35880
35967
|
var ListItemAvatar = /*#__PURE__*/React__namespace.forwardRef(function ListItemAvatar(inProps, ref) {
|
|
35881
|
-
var props =
|
|
35968
|
+
var props = useDefaultProps({
|
|
35882
35969
|
props: inProps,
|
|
35883
35970
|
name: 'MuiListItemAvatar'
|
|
35884
35971
|
});
|
|
@@ -35957,7 +36044,7 @@
|
|
|
35957
36044
|
* A simple wrapper to apply `List` styles to an `Icon` or `SvgIcon`.
|
|
35958
36045
|
*/
|
|
35959
36046
|
var ListItemIcon = /*#__PURE__*/React__namespace.forwardRef(function ListItemIcon(inProps, ref) {
|
|
35960
|
-
var props =
|
|
36047
|
+
var props = useDefaultProps({
|
|
35961
36048
|
props: inProps,
|
|
35962
36049
|
name: 'MuiListItemIcon'
|
|
35963
36050
|
});
|
|
@@ -36040,7 +36127,7 @@
|
|
|
36040
36127
|
});
|
|
36041
36128
|
});
|
|
36042
36129
|
var ListItemText = /*#__PURE__*/React__namespace.forwardRef(function ListItemText(inProps, ref) {
|
|
36043
|
-
var props =
|
|
36130
|
+
var props = useDefaultProps({
|
|
36044
36131
|
props: inProps,
|
|
36045
36132
|
name: 'MuiListItemText'
|
|
36046
36133
|
});
|
|
@@ -36496,7 +36583,7 @@
|
|
|
36496
36583
|
});
|
|
36497
36584
|
var Popover = /*#__PURE__*/React__namespace.forwardRef(function Popover(inProps, ref) {
|
|
36498
36585
|
var _slotProps$paper, _slots$root, _slots$paper;
|
|
36499
|
-
var props =
|
|
36586
|
+
var props = useDefaultProps({
|
|
36500
36587
|
props: inProps,
|
|
36501
36588
|
name: 'MuiPopover'
|
|
36502
36589
|
});
|
|
@@ -37013,7 +37100,7 @@
|
|
|
37013
37100
|
});
|
|
37014
37101
|
var Menu = /*#__PURE__*/React__namespace.forwardRef(function Menu(inProps, ref) {
|
|
37015
37102
|
var _slots$paper, _slotProps$paper;
|
|
37016
|
-
var props =
|
|
37103
|
+
var props = useDefaultProps({
|
|
37017
37104
|
props: inProps,
|
|
37018
37105
|
name: 'MuiMenu'
|
|
37019
37106
|
});
|
|
@@ -37357,7 +37444,7 @@
|
|
|
37357
37444
|
})));
|
|
37358
37445
|
});
|
|
37359
37446
|
var MenuItem = /*#__PURE__*/React__namespace.forwardRef(function MenuItem(inProps, ref) {
|
|
37360
|
-
var props =
|
|
37447
|
+
var props = useDefaultProps({
|
|
37361
37448
|
props: inProps,
|
|
37362
37449
|
name: 'MuiMenuItem'
|
|
37363
37450
|
});
|
|
@@ -37599,7 +37686,7 @@
|
|
|
37599
37686
|
});
|
|
37600
37687
|
});
|
|
37601
37688
|
var MobileStepper = /*#__PURE__*/React__namespace.forwardRef(function MobileStepper(inProps, ref) {
|
|
37602
|
-
var props =
|
|
37689
|
+
var props = useDefaultProps({
|
|
37603
37690
|
props: inProps,
|
|
37604
37691
|
name: 'MuiMobileStepper'
|
|
37605
37692
|
});
|
|
@@ -37916,7 +38003,7 @@
|
|
|
37916
38003
|
* An alternative to `<Select native />` with a much smaller bundle size footprint.
|
|
37917
38004
|
*/
|
|
37918
38005
|
var NativeSelect = /*#__PURE__*/React__namespace.forwardRef(function NativeSelect(inProps, ref) {
|
|
37919
|
-
var props =
|
|
38006
|
+
var props = useDefaultProps({
|
|
37920
38007
|
name: 'MuiNativeSelect',
|
|
37921
38008
|
props: inProps
|
|
37922
38009
|
});
|
|
@@ -38241,7 +38328,7 @@
|
|
|
38241
38328
|
});
|
|
38242
38329
|
var OutlinedInput = /*#__PURE__*/React__namespace.forwardRef(function OutlinedInput(inProps, ref) {
|
|
38243
38330
|
var _ref5, _slots$root, _ref6, _slots$input, _React$Fragment;
|
|
38244
|
-
var props =
|
|
38331
|
+
var props = useDefaultProps({
|
|
38245
38332
|
props: inProps,
|
|
38246
38333
|
name: 'MuiOutlinedInput'
|
|
38247
38334
|
});
|
|
@@ -38791,7 +38878,7 @@
|
|
|
38791
38878
|
});
|
|
38792
38879
|
});
|
|
38793
38880
|
var PaginationItem = /*#__PURE__*/React__namespace.forwardRef(function PaginationItem(inProps, ref) {
|
|
38794
|
-
var props =
|
|
38881
|
+
var props = useDefaultProps({
|
|
38795
38882
|
props: inProps,
|
|
38796
38883
|
name: 'MuiPaginationItem'
|
|
38797
38884
|
});
|
|
@@ -38994,7 +39081,7 @@
|
|
|
38994
39081
|
return "Go to ".concat(type, " page");
|
|
38995
39082
|
}
|
|
38996
39083
|
var Pagination = /*#__PURE__*/React__namespace.forwardRef(function Pagination(inProps, ref) {
|
|
38997
|
-
var props =
|
|
39084
|
+
var props = useDefaultProps({
|
|
38998
39085
|
props: inProps,
|
|
38999
39086
|
name: 'MuiPagination'
|
|
39000
39087
|
});
|
|
@@ -39349,7 +39436,7 @@
|
|
|
39349
39436
|
var defaultIcon$1 = /*#__PURE__*/jsxRuntime_1(RadioButtonIcon, {});
|
|
39350
39437
|
var Radio = /*#__PURE__*/React__namespace.forwardRef(function Radio(inProps, ref) {
|
|
39351
39438
|
var _defaultIcon$props$fo, _defaultCheckedIcon$p;
|
|
39352
|
-
var props =
|
|
39439
|
+
var props = useDefaultProps({
|
|
39353
39440
|
props: inProps,
|
|
39354
39441
|
name: 'MuiRadio'
|
|
39355
39442
|
});
|
|
@@ -39852,7 +39939,7 @@
|
|
|
39852
39939
|
return "".concat(value, " Star").concat(value !== 1 ? 's' : '');
|
|
39853
39940
|
}
|
|
39854
39941
|
var Rating = /*#__PURE__*/React__namespace.forwardRef(function Rating(inProps, ref) {
|
|
39855
|
-
var props =
|
|
39942
|
+
var props = useDefaultProps({
|
|
39856
39943
|
name: 'MuiRating',
|
|
39857
39944
|
props: inProps
|
|
39858
39945
|
});
|
|
@@ -40293,7 +40380,7 @@
|
|
|
40293
40380
|
}, colorSchemeStyles);
|
|
40294
40381
|
});
|
|
40295
40382
|
var ScopedCssBaseline = /*#__PURE__*/React__namespace.forwardRef(function ScopedCssBaseline(inProps, ref) {
|
|
40296
|
-
var props =
|
|
40383
|
+
var props = useDefaultProps({
|
|
40297
40384
|
props: inProps,
|
|
40298
40385
|
name: 'MuiScopedCssBaseline'
|
|
40299
40386
|
});
|
|
@@ -41015,7 +41102,7 @@
|
|
|
41015
41102
|
var StyledOutlinedInput = styled$1(OutlinedInput$1, styledRootConfig)('');
|
|
41016
41103
|
var StyledFilledInput = styled$1(FilledInput$1, styledRootConfig)('');
|
|
41017
41104
|
var Select = /*#__PURE__*/React__namespace.forwardRef(function Select(inProps, ref) {
|
|
41018
|
-
var props =
|
|
41105
|
+
var props = useDefaultProps({
|
|
41019
41106
|
name: 'MuiSelect',
|
|
41020
41107
|
props: inProps
|
|
41021
41108
|
});
|
|
@@ -41338,7 +41425,7 @@
|
|
|
41338
41425
|
return ownerState.animation === 'wave' && css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n position: relative;\n overflow: hidden;\n\n /* Fix bug in Safari https://bugs.webkit.org/show_bug.cgi?id=68196 */\n -webkit-mask-image: -webkit-radial-gradient(white, black);\n\n &::after {\n animation: ", " 2s linear 0.5s infinite;\n background: linear-gradient(\n 90deg,\n transparent,\n ", ",\n transparent\n );\n content: '';\n position: absolute;\n transform: translateX(-100%); /* Avoid flash during server-side hydration */\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n }\n "])), waveKeyframe, (theme.vars || theme).palette.action.hover);
|
|
41339
41426
|
});
|
|
41340
41427
|
var Skeleton = /*#__PURE__*/React__namespace.forwardRef(function Skeleton(inProps, ref) {
|
|
41341
|
-
var props =
|
|
41428
|
+
var props = useDefaultProps({
|
|
41342
41429
|
props: inProps,
|
|
41343
41430
|
name: 'MuiSkeleton'
|
|
41344
41431
|
});
|
|
@@ -41480,7 +41567,6 @@
|
|
|
41480
41567
|
value: PropTypes.node
|
|
41481
41568
|
} ;
|
|
41482
41569
|
|
|
41483
|
-
var useThemeProps$1 = createUseThemeProps();
|
|
41484
41570
|
function Identity(x) {
|
|
41485
41571
|
return x;
|
|
41486
41572
|
}
|
|
@@ -42007,7 +42093,7 @@
|
|
|
42007
42093
|
};
|
|
42008
42094
|
var Slider = /*#__PURE__*/React__namespace.forwardRef(function Slider(inputProps, ref) {
|
|
42009
42095
|
var _ref10, _slots$root, _ref11, _slots$rail, _ref12, _slots$track, _ref13, _slots$thumb, _ref14, _slots$valueLabel, _ref15, _slots$mark, _ref16, _slots$markLabel, _ref17, _slots$input, _slotProps$root, _slotProps$rail, _slotProps$track, _slotProps$thumb, _slotProps$valueLabel, _slotProps$mark, _slotProps$markLabel, _slotProps$input;
|
|
42010
|
-
var props =
|
|
42096
|
+
var props = useDefaultProps({
|
|
42011
42097
|
props: inputProps,
|
|
42012
42098
|
name: 'MuiSlider'
|
|
42013
42099
|
});
|
|
@@ -42584,7 +42670,7 @@
|
|
|
42584
42670
|
marginRight: -8
|
|
42585
42671
|
});
|
|
42586
42672
|
var SnackbarContent = /*#__PURE__*/React__namespace.forwardRef(function SnackbarContent(inProps, ref) {
|
|
42587
|
-
var props =
|
|
42673
|
+
var props = useDefaultProps({
|
|
42588
42674
|
props: inProps,
|
|
42589
42675
|
name: 'MuiSnackbarContent'
|
|
42590
42676
|
});
|
|
@@ -42706,7 +42792,7 @@
|
|
|
42706
42792
|
})));
|
|
42707
42793
|
});
|
|
42708
42794
|
var Snackbar = /*#__PURE__*/React__namespace.forwardRef(function Snackbar(inProps, ref) {
|
|
42709
|
-
var props =
|
|
42795
|
+
var props = useDefaultProps({
|
|
42710
42796
|
props: inProps,
|
|
42711
42797
|
name: 'MuiSnackbar'
|
|
42712
42798
|
});
|
|
@@ -43241,7 +43327,7 @@
|
|
|
43241
43327
|
});
|
|
43242
43328
|
});
|
|
43243
43329
|
var SpeedDial = /*#__PURE__*/React__namespace.forwardRef(function SpeedDial(inProps, ref) {
|
|
43244
|
-
var props =
|
|
43330
|
+
var props = useDefaultProps({
|
|
43245
43331
|
props: inProps,
|
|
43246
43332
|
name: 'MuiSpeedDial'
|
|
43247
43333
|
});
|
|
@@ -43803,7 +43889,7 @@
|
|
|
43803
43889
|
// TODO v6: Remove PopperComponent, PopperProps, TransitionComponent and TransitionProps.
|
|
43804
43890
|
var Tooltip = /*#__PURE__*/React__namespace.forwardRef(function Tooltip(inProps, ref) {
|
|
43805
43891
|
var _ref5, _slots$popper, _ref6, _ref7, _slots$transition, _ref8, _slots$tooltip, _ref9, _slots$arrow, _slotProps$popper, _ref10, _slotProps$popper2, _slotProps$transition, _slotProps$tooltip, _ref11, _slotProps$tooltip2, _slotProps$arrow, _ref12, _slotProps$arrow2;
|
|
43806
|
-
var props =
|
|
43892
|
+
var props = useDefaultProps({
|
|
43807
43893
|
props: inProps,
|
|
43808
43894
|
name: 'MuiTooltip'
|
|
43809
43895
|
});
|
|
@@ -44476,7 +44562,7 @@
|
|
|
44476
44562
|
});
|
|
44477
44563
|
});
|
|
44478
44564
|
var SpeedDialAction = /*#__PURE__*/React__namespace.forwardRef(function SpeedDialAction(inProps, ref) {
|
|
44479
|
-
var props =
|
|
44565
|
+
var props = useDefaultProps({
|
|
44480
44566
|
props: inProps,
|
|
44481
44567
|
name: 'MuiSpeedDialAction'
|
|
44482
44568
|
});
|
|
@@ -44670,7 +44756,7 @@
|
|
|
44670
44756
|
}));
|
|
44671
44757
|
});
|
|
44672
44758
|
var SpeedDialIcon = /*#__PURE__*/React__namespace.forwardRef(function SpeedDialIcon(inProps, ref) {
|
|
44673
|
-
var props =
|
|
44759
|
+
var props = useDefaultProps({
|
|
44674
44760
|
props: inProps,
|
|
44675
44761
|
name: 'MuiSpeedDialIcon'
|
|
44676
44762
|
});
|
|
@@ -44801,7 +44887,7 @@
|
|
|
44801
44887
|
});
|
|
44802
44888
|
});
|
|
44803
44889
|
var Step = /*#__PURE__*/React__namespace.forwardRef(function Step(inProps, ref) {
|
|
44804
|
-
var props =
|
|
44890
|
+
var props = useDefaultProps({
|
|
44805
44891
|
props: inProps,
|
|
44806
44892
|
name: 'MuiStep'
|
|
44807
44893
|
});
|
|
@@ -44992,7 +45078,7 @@
|
|
|
44992
45078
|
};
|
|
44993
45079
|
});
|
|
44994
45080
|
var StepIcon = /*#__PURE__*/React__namespace.forwardRef(function StepIcon(inProps, ref) {
|
|
44995
|
-
var props =
|
|
45081
|
+
var props = useDefaultProps({
|
|
44996
45082
|
props: inProps,
|
|
44997
45083
|
name: 'MuiStepIcon'
|
|
44998
45084
|
});
|
|
@@ -45191,7 +45277,7 @@
|
|
|
45191
45277
|
});
|
|
45192
45278
|
var StepLabel = /*#__PURE__*/React__namespace.forwardRef(function StepLabel(inProps, ref) {
|
|
45193
45279
|
var _slotProps$label;
|
|
45194
|
-
var props =
|
|
45280
|
+
var props = useDefaultProps({
|
|
45195
45281
|
props: inProps,
|
|
45196
45282
|
name: 'MuiStepLabel'
|
|
45197
45283
|
});
|
|
@@ -45355,7 +45441,7 @@
|
|
|
45355
45441
|
}));
|
|
45356
45442
|
});
|
|
45357
45443
|
var StepButton = /*#__PURE__*/React__namespace.forwardRef(function StepButton(inProps, ref) {
|
|
45358
|
-
var props =
|
|
45444
|
+
var props = useDefaultProps({
|
|
45359
45445
|
props: inProps,
|
|
45360
45446
|
name: 'MuiStepButton'
|
|
45361
45447
|
});
|
|
@@ -45489,7 +45575,7 @@
|
|
|
45489
45575
|
});
|
|
45490
45576
|
});
|
|
45491
45577
|
var StepConnector = /*#__PURE__*/React__namespace.forwardRef(function StepConnector(inProps, ref) {
|
|
45492
|
-
var props =
|
|
45578
|
+
var props = useDefaultProps({
|
|
45493
45579
|
props: inProps,
|
|
45494
45580
|
name: 'MuiStepConnector'
|
|
45495
45581
|
});
|
|
@@ -45586,7 +45672,7 @@
|
|
|
45586
45672
|
}
|
|
45587
45673
|
})({});
|
|
45588
45674
|
var StepContent = /*#__PURE__*/React__namespace.forwardRef(function StepContent(inProps, ref) {
|
|
45589
|
-
var props =
|
|
45675
|
+
var props = useDefaultProps({
|
|
45590
45676
|
props: inProps,
|
|
45591
45677
|
name: 'MuiStepContent'
|
|
45592
45678
|
});
|
|
@@ -45719,7 +45805,7 @@
|
|
|
45719
45805
|
});
|
|
45720
45806
|
var defaultConnector = /*#__PURE__*/jsxRuntime_1(StepConnector$1, {});
|
|
45721
45807
|
var Stepper = /*#__PURE__*/React__namespace.forwardRef(function Stepper(inProps, ref) {
|
|
45722
|
-
var props =
|
|
45808
|
+
var props = useDefaultProps({
|
|
45723
45809
|
props: inProps,
|
|
45724
45810
|
name: 'MuiStepper'
|
|
45725
45811
|
});
|
|
@@ -45986,7 +46072,7 @@
|
|
|
45986
46072
|
}
|
|
45987
46073
|
var iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);
|
|
45988
46074
|
var SwipeableDrawer = /*#__PURE__*/React__namespace.forwardRef(function SwipeableDrawer(inProps, ref) {
|
|
45989
|
-
var props =
|
|
46075
|
+
var props = useDefaultProps({
|
|
45990
46076
|
name: 'MuiSwipeableDrawer',
|
|
45991
46077
|
props: inProps
|
|
45992
46078
|
});
|
|
@@ -46497,7 +46583,6 @@
|
|
|
46497
46583
|
var switchClasses = generateUtilityClasses$1('MuiSwitch', ['root', 'edgeStart', 'edgeEnd', 'switchBase', 'colorPrimary', 'colorSecondary', 'sizeSmall', 'sizeMedium', 'checked', 'disabled', 'input', 'thumb', 'track']);
|
|
46498
46584
|
var switchClasses$1 = switchClasses;
|
|
46499
46585
|
|
|
46500
|
-
var useThemeProps = createUseThemeProps();
|
|
46501
46586
|
var useUtilityClasses$g = function useUtilityClasses(ownerState) {
|
|
46502
46587
|
var classes = ownerState.classes,
|
|
46503
46588
|
edge = ownerState.edge,
|
|
@@ -46677,7 +46762,7 @@
|
|
|
46677
46762
|
};
|
|
46678
46763
|
});
|
|
46679
46764
|
var Switch = /*#__PURE__*/React__namespace.forwardRef(function Switch(inProps, ref) {
|
|
46680
|
-
var props =
|
|
46765
|
+
var props = useDefaultProps({
|
|
46681
46766
|
props: inProps,
|
|
46682
46767
|
name: 'MuiSwitch'
|
|
46683
46768
|
});
|
|
@@ -46902,7 +46987,7 @@
|
|
|
46902
46987
|
});
|
|
46903
46988
|
});
|
|
46904
46989
|
var Tab = /*#__PURE__*/React__namespace.forwardRef(function Tab(inProps, ref) {
|
|
46905
|
-
var props =
|
|
46990
|
+
var props = useDefaultProps({
|
|
46906
46991
|
props: inProps,
|
|
46907
46992
|
name: 'MuiTab'
|
|
46908
46993
|
});
|
|
@@ -47106,7 +47191,7 @@
|
|
|
47106
47191
|
});
|
|
47107
47192
|
var defaultComponent$4 = 'table';
|
|
47108
47193
|
var Table = /*#__PURE__*/React__namespace.forwardRef(function Table(inProps, ref) {
|
|
47109
|
-
var props =
|
|
47194
|
+
var props = useDefaultProps({
|
|
47110
47195
|
props: inProps,
|
|
47111
47196
|
name: 'MuiTable'
|
|
47112
47197
|
});
|
|
@@ -47227,7 +47312,7 @@
|
|
|
47227
47312
|
};
|
|
47228
47313
|
var defaultComponent$3 = 'tbody';
|
|
47229
47314
|
var TableBody = /*#__PURE__*/React__namespace.forwardRef(function TableBody(inProps, ref) {
|
|
47230
|
-
var props =
|
|
47315
|
+
var props = useDefaultProps({
|
|
47231
47316
|
props: inProps,
|
|
47232
47317
|
name: 'MuiTableBody'
|
|
47233
47318
|
});
|
|
@@ -47362,7 +47447,7 @@
|
|
|
47362
47447
|
* or otherwise a `<td>` element.
|
|
47363
47448
|
*/
|
|
47364
47449
|
var TableCell = /*#__PURE__*/React__namespace.forwardRef(function TableCell(inProps, ref) {
|
|
47365
|
-
var props =
|
|
47450
|
+
var props = useDefaultProps({
|
|
47366
47451
|
props: inProps,
|
|
47367
47452
|
name: 'MuiTableCell'
|
|
47368
47453
|
});
|
|
@@ -47501,7 +47586,7 @@
|
|
|
47501
47586
|
overflowX: 'auto'
|
|
47502
47587
|
});
|
|
47503
47588
|
var TableContainer = /*#__PURE__*/React__namespace.forwardRef(function TableContainer(inProps, ref) {
|
|
47504
|
-
var props =
|
|
47589
|
+
var props = useDefaultProps({
|
|
47505
47590
|
props: inProps,
|
|
47506
47591
|
name: 'MuiTableContainer'
|
|
47507
47592
|
});
|
|
@@ -47576,7 +47661,7 @@
|
|
|
47576
47661
|
};
|
|
47577
47662
|
var defaultComponent$2 = 'tfoot';
|
|
47578
47663
|
var TableFooter = /*#__PURE__*/React__namespace.forwardRef(function TableFooter(inProps, ref) {
|
|
47579
|
-
var props =
|
|
47664
|
+
var props = useDefaultProps({
|
|
47580
47665
|
props: inProps,
|
|
47581
47666
|
name: 'MuiTableFooter'
|
|
47582
47667
|
});
|
|
@@ -47655,7 +47740,7 @@
|
|
|
47655
47740
|
};
|
|
47656
47741
|
var defaultComponent$1 = 'thead';
|
|
47657
47742
|
var TableHead = /*#__PURE__*/React__namespace.forwardRef(function TableHead(inProps, ref) {
|
|
47658
|
-
var props =
|
|
47743
|
+
var props = useDefaultProps({
|
|
47659
47744
|
props: inProps,
|
|
47660
47745
|
name: 'MuiTableHead'
|
|
47661
47746
|
});
|
|
@@ -47751,7 +47836,7 @@
|
|
|
47751
47836
|
return ownerState.variant === 'regular' && theme.mixins.toolbar;
|
|
47752
47837
|
});
|
|
47753
47838
|
var Toolbar = /*#__PURE__*/React__namespace.forwardRef(function Toolbar(inProps, ref) {
|
|
47754
|
-
var props =
|
|
47839
|
+
var props = useDefaultProps({
|
|
47755
47840
|
props: inProps,
|
|
47756
47841
|
name: 'MuiToolbar'
|
|
47757
47842
|
});
|
|
@@ -48125,7 +48210,7 @@
|
|
|
48125
48210
|
*/
|
|
48126
48211
|
var TablePagination = /*#__PURE__*/React__namespace.forwardRef(function TablePagination(inProps, ref) {
|
|
48127
48212
|
var _slotProps$select;
|
|
48128
|
-
var props =
|
|
48213
|
+
var props = useDefaultProps({
|
|
48129
48214
|
props: inProps,
|
|
48130
48215
|
name: 'MuiTablePagination'
|
|
48131
48216
|
});
|
|
@@ -48481,7 +48566,7 @@
|
|
|
48481
48566
|
* based on the material table element parent (head, body, etc).
|
|
48482
48567
|
*/
|
|
48483
48568
|
var TableRow = /*#__PURE__*/React__namespace.forwardRef(function TableRow(inProps, ref) {
|
|
48484
|
-
var props =
|
|
48569
|
+
var props = useDefaultProps({
|
|
48485
48570
|
props: inProps,
|
|
48486
48571
|
name: 'MuiTableRow'
|
|
48487
48572
|
});
|
|
@@ -48629,7 +48714,7 @@
|
|
|
48629
48714
|
* A button based label for placing inside `TableCell` for column sorting.
|
|
48630
48715
|
*/
|
|
48631
48716
|
var TableSortLabel = /*#__PURE__*/React__namespace.forwardRef(function TableSortLabel(inProps, ref) {
|
|
48632
|
-
var props =
|
|
48717
|
+
var props = useDefaultProps({
|
|
48633
48718
|
props: inProps,
|
|
48634
48719
|
name: 'MuiTableSortLabel'
|
|
48635
48720
|
});
|
|
@@ -48840,7 +48925,7 @@
|
|
|
48840
48925
|
});
|
|
48841
48926
|
var TabScrollButton = /*#__PURE__*/React__namespace.forwardRef(function TabScrollButton(inProps, ref) {
|
|
48842
48927
|
var _slots$StartScrollBut, _slots$EndScrollButto;
|
|
48843
|
-
var props =
|
|
48928
|
+
var props = useDefaultProps({
|
|
48844
48929
|
props: inProps,
|
|
48845
48930
|
name: 'MuiTabScrollButton'
|
|
48846
48931
|
});
|
|
@@ -49117,7 +49202,7 @@
|
|
|
49117
49202
|
var defaultIndicatorStyle = {};
|
|
49118
49203
|
var warnedOnceTabPresent = false;
|
|
49119
49204
|
var Tabs = /*#__PURE__*/React__namespace.forwardRef(function Tabs(inProps, ref) {
|
|
49120
|
-
var props =
|
|
49205
|
+
var props = useDefaultProps({
|
|
49121
49206
|
props: inProps,
|
|
49122
49207
|
name: 'MuiTabs'
|
|
49123
49208
|
});
|
|
@@ -49828,7 +49913,7 @@
|
|
|
49828
49913
|
* - using the underlying components directly as shown in the demos
|
|
49829
49914
|
*/
|
|
49830
49915
|
var TextField = /*#__PURE__*/React__namespace.forwardRef(function TextField(inProps, ref) {
|
|
49831
|
-
var props =
|
|
49916
|
+
var props = useDefaultProps({
|
|
49832
49917
|
props: inProps,
|
|
49833
49918
|
name: 'MuiTextField'
|
|
49834
49919
|
});
|
|
@@ -50244,7 +50329,7 @@
|
|
|
50244
50329
|
var resolvedProps = resolveProps(_extends({}, contextProps, {
|
|
50245
50330
|
selected: isValueSelected(inProps.value, contextValue)
|
|
50246
50331
|
}), inProps);
|
|
50247
|
-
var props =
|
|
50332
|
+
var props = useDefaultProps({
|
|
50248
50333
|
props: resolvedProps,
|
|
50249
50334
|
name: 'MuiToggleButton'
|
|
50250
50335
|
});
|
|
@@ -50448,7 +50533,7 @@
|
|
|
50448
50533
|
}));
|
|
50449
50534
|
});
|
|
50450
50535
|
var ToggleButtonGroup = /*#__PURE__*/React__namespace.forwardRef(function ToggleButtonGroup(inProps, ref) {
|
|
50451
|
-
var props =
|
|
50536
|
+
var props = useDefaultProps({
|
|
50452
50537
|
props: inProps,
|
|
50453
50538
|
name: 'MuiToggleButtonGroup'
|
|
50454
50539
|
});
|
|
@@ -51119,7 +51204,7 @@
|
|
|
51119
51204
|
exports.useStepContext = useStepContext;
|
|
51120
51205
|
exports.useStepperContext = useStepperContext;
|
|
51121
51206
|
exports.useTheme = useTheme;
|
|
51122
|
-
exports.useThemeProps = useThemeProps
|
|
51207
|
+
exports.useThemeProps = useThemeProps;
|
|
51123
51208
|
exports.withStyles = withStyles;
|
|
51124
51209
|
exports.withTheme = withTheme;
|
|
51125
51210
|
|