@mui/material 5.15.21 → 5.16.1
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 +4 -3
- 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 +63 -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 +4 -3
- 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 +4 -3
- 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 +4 -3
- 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 +6 -6
- 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 +261 -156
- package/umd/material-ui.production.min.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/material v5.
|
|
2
|
+
* @mui/material v5.16.1
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -4846,6 +4846,7 @@
|
|
|
4846
4846
|
}
|
|
4847
4847
|
}
|
|
4848
4848
|
|
|
4849
|
+
var didWarnAboutKeySpread = {};
|
|
4849
4850
|
function jsxWithValidation(type, props, key, isStaticChildren, source, self) {
|
|
4850
4851
|
{
|
|
4851
4852
|
var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to
|
|
@@ -4916,6 +4917,24 @@
|
|
|
4916
4917
|
}
|
|
4917
4918
|
}
|
|
4918
4919
|
|
|
4920
|
+
{
|
|
4921
|
+
if (hasOwnProperty.call(props, 'key')) {
|
|
4922
|
+
var componentName = getComponentNameFromType(type);
|
|
4923
|
+
var keys = Object.keys(props).filter(function (k) {
|
|
4924
|
+
return k !== 'key';
|
|
4925
|
+
});
|
|
4926
|
+
var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';
|
|
4927
|
+
|
|
4928
|
+
if (!didWarnAboutKeySpread[componentName + beforeExample]) {
|
|
4929
|
+
var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';
|
|
4930
|
+
|
|
4931
|
+
error('A props object containing a "key" prop is being spread into JSX:\n' + ' let props = %s;\n' + ' <%s {...props} />\n' + 'React keys must be passed directly to JSX without using spread:\n' + ' let props = %s;\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);
|
|
4932
|
+
|
|
4933
|
+
didWarnAboutKeySpread[componentName + beforeExample] = true;
|
|
4934
|
+
}
|
|
4935
|
+
}
|
|
4936
|
+
}
|
|
4937
|
+
|
|
4919
4938
|
if (type === REACT_FRAGMENT_TYPE) {
|
|
4920
4939
|
validateFragmentProps(element);
|
|
4921
4940
|
} else {
|
|
@@ -7157,7 +7176,7 @@
|
|
|
7157
7176
|
return output;
|
|
7158
7177
|
}
|
|
7159
7178
|
|
|
7160
|
-
function getThemeProps(params) {
|
|
7179
|
+
function getThemeProps$1(params) {
|
|
7161
7180
|
var theme = params.theme,
|
|
7162
7181
|
name = params.name,
|
|
7163
7182
|
props = params.props;
|
|
@@ -7167,7 +7186,7 @@
|
|
|
7167
7186
|
return resolveProps(theme.components[name].defaultProps, props);
|
|
7168
7187
|
}
|
|
7169
7188
|
|
|
7170
|
-
function useThemeProps$
|
|
7189
|
+
function useThemeProps$1(_ref) {
|
|
7171
7190
|
var props = _ref.props,
|
|
7172
7191
|
name = _ref.name,
|
|
7173
7192
|
defaultTheme = _ref.defaultTheme,
|
|
@@ -7176,7 +7195,7 @@
|
|
|
7176
7195
|
if (themeId) {
|
|
7177
7196
|
theme = theme[themeId] || theme;
|
|
7178
7197
|
}
|
|
7179
|
-
var mergedProps = getThemeProps({
|
|
7198
|
+
var mergedProps = getThemeProps$1({
|
|
7180
7199
|
theme: theme,
|
|
7181
7200
|
name: name,
|
|
7182
7201
|
props: props
|
|
@@ -7298,7 +7317,7 @@
|
|
|
7298
7317
|
// This defensive check is here for simplicity.
|
|
7299
7318
|
// Most of the time, the match media logic isn't central to people tests.
|
|
7300
7319
|
var supportMatchMedia = typeof window !== 'undefined' && typeof window.matchMedia !== 'undefined';
|
|
7301
|
-
var _getThemeProps = getThemeProps({
|
|
7320
|
+
var _getThemeProps = getThemeProps$1({
|
|
7302
7321
|
name: 'MuiUseMediaQuery',
|
|
7303
7322
|
props: options,
|
|
7304
7323
|
theme: theme
|
|
@@ -8554,6 +8573,60 @@
|
|
|
8554
8573
|
return value != null ? value : false;
|
|
8555
8574
|
};
|
|
8556
8575
|
|
|
8576
|
+
var PropsContext = /*#__PURE__*/React__namespace.createContext(undefined);
|
|
8577
|
+
function DefaultPropsProvider(_ref) {
|
|
8578
|
+
var value = _ref.value,
|
|
8579
|
+
children = _ref.children;
|
|
8580
|
+
return /*#__PURE__*/jsxRuntime_1(PropsContext.Provider, {
|
|
8581
|
+
value: value,
|
|
8582
|
+
children: children
|
|
8583
|
+
});
|
|
8584
|
+
}
|
|
8585
|
+
DefaultPropsProvider.propTypes /* remove-proptypes */ = {
|
|
8586
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
8587
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
8588
|
+
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
8589
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
8590
|
+
/**
|
|
8591
|
+
* @ignore
|
|
8592
|
+
*/
|
|
8593
|
+
children: PropTypes.node,
|
|
8594
|
+
/**
|
|
8595
|
+
* @ignore
|
|
8596
|
+
*/
|
|
8597
|
+
value: PropTypes.object
|
|
8598
|
+
} ;
|
|
8599
|
+
function getThemeProps(params) {
|
|
8600
|
+
var theme = params.theme,
|
|
8601
|
+
name = params.name,
|
|
8602
|
+
props = params.props;
|
|
8603
|
+
if (!theme || !theme.components || !theme.components[name]) {
|
|
8604
|
+
return props;
|
|
8605
|
+
}
|
|
8606
|
+
var config = theme.components[name];
|
|
8607
|
+
if (config.defaultProps) {
|
|
8608
|
+
// compatible with v5 signature
|
|
8609
|
+
return resolveProps(config.defaultProps, props);
|
|
8610
|
+
}
|
|
8611
|
+
if (!config.styleOverrides && !config.variants) {
|
|
8612
|
+
// v6 signature, no property 'defaultProps'
|
|
8613
|
+
return resolveProps(config, props);
|
|
8614
|
+
}
|
|
8615
|
+
return props;
|
|
8616
|
+
}
|
|
8617
|
+
function useDefaultProps$1(_ref2) {
|
|
8618
|
+
var props = _ref2.props,
|
|
8619
|
+
name = _ref2.name;
|
|
8620
|
+
var ctx = React__namespace.useContext(PropsContext);
|
|
8621
|
+
return getThemeProps({
|
|
8622
|
+
props: props,
|
|
8623
|
+
name: name,
|
|
8624
|
+
theme: {
|
|
8625
|
+
components: ctx
|
|
8626
|
+
}
|
|
8627
|
+
});
|
|
8628
|
+
}
|
|
8629
|
+
|
|
8557
8630
|
var EMPTY_THEME = {};
|
|
8558
8631
|
function useThemeScoping(themeId, upperTheme, localTheme) {
|
|
8559
8632
|
var isPrivate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
|
@@ -8602,7 +8675,10 @@
|
|
|
8602
8675
|
value: engineTheme,
|
|
8603
8676
|
children: /*#__PURE__*/jsxRuntime_1(RtlProvider, {
|
|
8604
8677
|
value: rtlValue,
|
|
8605
|
-
children:
|
|
8678
|
+
children: /*#__PURE__*/jsxRuntime_1(DefaultPropsProvider, {
|
|
8679
|
+
value: engineTheme == null ? void 0 : engineTheme.components,
|
|
8680
|
+
children: children
|
|
8681
|
+
})
|
|
8606
8682
|
})
|
|
8607
8683
|
})
|
|
8608
8684
|
});
|
|
@@ -8629,10 +8705,13 @@
|
|
|
8629
8705
|
ThemeProvider$1.propTypes = exactProp(ThemeProvider$1.propTypes) ;
|
|
8630
8706
|
}
|
|
8631
8707
|
|
|
8708
|
+
/**
|
|
8709
|
+
* Split this component for RSC import
|
|
8710
|
+
*/
|
|
8632
8711
|
var DEFAULT_MODE_STORAGE_KEY = 'mode';
|
|
8633
8712
|
var DEFAULT_COLOR_SCHEME_STORAGE_KEY = 'color-scheme';
|
|
8634
8713
|
var DEFAULT_ATTRIBUTE = 'data-color-scheme';
|
|
8635
|
-
function
|
|
8714
|
+
function InitColorSchemeScript(options) {
|
|
8636
8715
|
var _ref = options || {},
|
|
8637
8716
|
_ref$defaultMode = _ref.defaultMode,
|
|
8638
8717
|
defaultMode = _ref$defaultMode === void 0 ? 'light' : _ref$defaultMode,
|
|
@@ -8647,9 +8726,13 @@
|
|
|
8647
8726
|
_ref$attribute = _ref.attribute,
|
|
8648
8727
|
attribute = _ref$attribute === void 0 ? DEFAULT_ATTRIBUTE : _ref$attribute,
|
|
8649
8728
|
_ref$colorSchemeNode = _ref.colorSchemeNode,
|
|
8650
|
-
colorSchemeNode = _ref$colorSchemeNode === void 0 ? 'document.documentElement' : _ref$colorSchemeNode
|
|
8729
|
+
colorSchemeNode = _ref$colorSchemeNode === void 0 ? 'document.documentElement' : _ref$colorSchemeNode,
|
|
8730
|
+
nonce = _ref.nonce;
|
|
8651
8731
|
return /*#__PURE__*/jsxRuntime_1("script", {
|
|
8732
|
+
suppressHydrationWarning: true,
|
|
8733
|
+
nonce: typeof window === 'undefined' ? nonce : ''
|
|
8652
8734
|
// eslint-disable-next-line react/no-danger
|
|
8735
|
+
,
|
|
8653
8736
|
dangerouslySetInnerHTML: {
|
|
8654
8737
|
__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
8738
|
}
|
|
@@ -9222,7 +9305,7 @@
|
|
|
9222
9305
|
var defaultLightColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.light;
|
|
9223
9306
|
var defaultDarkColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.dark;
|
|
9224
9307
|
var getInitColorSchemeScript = function getInitColorSchemeScript(params) {
|
|
9225
|
-
return
|
|
9308
|
+
return InitColorSchemeScript(_extends({
|
|
9226
9309
|
attribute: defaultAttribute,
|
|
9227
9310
|
colorSchemeStorageKey: defaultColorSchemeStorageKey,
|
|
9228
9311
|
defaultMode: designSystemMode,
|
|
@@ -9480,7 +9563,7 @@
|
|
|
9480
9563
|
}
|
|
9481
9564
|
});
|
|
9482
9565
|
var useThemePropsDefault$2 = function useThemePropsDefault(inProps) {
|
|
9483
|
-
return useThemeProps$
|
|
9566
|
+
return useThemeProps$1({
|
|
9484
9567
|
props: inProps,
|
|
9485
9568
|
name: 'MuiContainer',
|
|
9486
9569
|
defaultTheme: defaultTheme$6
|
|
@@ -9868,7 +9951,7 @@
|
|
|
9868
9951
|
}
|
|
9869
9952
|
});
|
|
9870
9953
|
function useThemePropsDefault$1(props) {
|
|
9871
|
-
return useThemeProps$
|
|
9954
|
+
return useThemeProps$1({
|
|
9872
9955
|
props: props,
|
|
9873
9956
|
name: 'MuiGrid',
|
|
9874
9957
|
defaultTheme: defaultTheme$5
|
|
@@ -10035,7 +10118,7 @@
|
|
|
10035
10118
|
}
|
|
10036
10119
|
});
|
|
10037
10120
|
function useThemePropsDefault(props) {
|
|
10038
|
-
return useThemeProps$
|
|
10121
|
+
return useThemeProps$1({
|
|
10039
10122
|
props: props,
|
|
10040
10123
|
name: 'MuiStack',
|
|
10041
10124
|
defaultTheme: defaultTheme$4
|
|
@@ -11080,10 +11163,10 @@
|
|
|
11080
11163
|
return theme[THEME_ID] || theme;
|
|
11081
11164
|
}
|
|
11082
11165
|
|
|
11083
|
-
function useThemeProps
|
|
11166
|
+
function useThemeProps(_ref) {
|
|
11084
11167
|
var props = _ref.props,
|
|
11085
11168
|
name = _ref.name;
|
|
11086
|
-
return useThemeProps$
|
|
11169
|
+
return useThemeProps$1({
|
|
11087
11170
|
props: props,
|
|
11088
11171
|
name: name,
|
|
11089
11172
|
defaultTheme: defaultTheme$3,
|
|
@@ -11495,16 +11578,24 @@
|
|
|
11495
11578
|
};
|
|
11496
11579
|
var excludeVariablesFromRoot$1 = excludeVariablesFromRoot;
|
|
11497
11580
|
|
|
11581
|
+
var defaultConfig = {
|
|
11582
|
+
attribute: 'data-mui-color-scheme',
|
|
11583
|
+
colorSchemeStorageKey: 'mui-color-scheme',
|
|
11584
|
+
defaultLightColorScheme: 'light',
|
|
11585
|
+
defaultDarkColorScheme: 'dark',
|
|
11586
|
+
modeStorageKey: 'mui-mode'
|
|
11587
|
+
};
|
|
11588
|
+
|
|
11498
11589
|
var defaultTheme$1 = extendTheme();
|
|
11499
11590
|
var _createCssVarsProvide = createCssVarsProvider({
|
|
11500
11591
|
themeId: THEME_ID,
|
|
11501
11592
|
theme: defaultTheme$1,
|
|
11502
|
-
attribute:
|
|
11503
|
-
|
|
11504
|
-
|
|
11593
|
+
attribute: defaultConfig.attribute,
|
|
11594
|
+
colorSchemeStorageKey: defaultConfig.colorSchemeStorageKey,
|
|
11595
|
+
modeStorageKey: defaultConfig.modeStorageKey,
|
|
11505
11596
|
defaultColorScheme: {
|
|
11506
|
-
light:
|
|
11507
|
-
dark:
|
|
11597
|
+
light: defaultConfig.defaultLightColorScheme,
|
|
11598
|
+
dark: defaultConfig.defaultDarkColorScheme
|
|
11508
11599
|
},
|
|
11509
11600
|
resolveTheme: function resolveTheme(theme) {
|
|
11510
11601
|
var newTheme = _extends({}, theme, {
|
|
@@ -11522,7 +11613,18 @@
|
|
|
11522
11613
|
}),
|
|
11523
11614
|
CssVarsProvider = _createCssVarsProvide.CssVarsProvider,
|
|
11524
11615
|
useColorScheme = _createCssVarsProvide.useColorScheme,
|
|
11525
|
-
|
|
11616
|
+
getInitColorSchemeScriptSystem = _createCssVarsProvide.getInitColorSchemeScript;
|
|
11617
|
+
/**
|
|
11618
|
+
* @deprecated Use `InitColorSchemeScript` instead
|
|
11619
|
+
* ```diff
|
|
11620
|
+
* - import { getInitColorSchemeScript } from '@mui/material/styles';
|
|
11621
|
+
* + import InitColorSchemeScript from '@mui/material/InitColorSchemeScript';
|
|
11622
|
+
*
|
|
11623
|
+
* - getInitColorSchemeScript();
|
|
11624
|
+
* + <InitColorSchemeScript />;
|
|
11625
|
+
* ```
|
|
11626
|
+
*/
|
|
11627
|
+
var getInitColorSchemeScript = getInitColorSchemeScriptSystem;
|
|
11526
11628
|
|
|
11527
11629
|
// TODO: Remove this function in v6.
|
|
11528
11630
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
@@ -11530,6 +11632,24 @@
|
|
|
11530
11632
|
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
11633
|
}
|
|
11532
11634
|
|
|
11635
|
+
({
|
|
11636
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
11637
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
11638
|
+
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
11639
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
11640
|
+
/**
|
|
11641
|
+
* @ignore
|
|
11642
|
+
*/
|
|
11643
|
+
children: PropTypes.node,
|
|
11644
|
+
/**
|
|
11645
|
+
* @ignore
|
|
11646
|
+
*/
|
|
11647
|
+
value: PropTypes.object.isRequired
|
|
11648
|
+
}) ;
|
|
11649
|
+
function useDefaultProps(params) {
|
|
11650
|
+
return useDefaultProps$1(params);
|
|
11651
|
+
}
|
|
11652
|
+
|
|
11533
11653
|
function getSvgIconUtilityClass(slot) {
|
|
11534
11654
|
return generateUtilityClass$1('MuiSvgIcon', slot);
|
|
11535
11655
|
}
|
|
@@ -11583,7 +11703,7 @@
|
|
|
11583
11703
|
};
|
|
11584
11704
|
});
|
|
11585
11705
|
var SvgIcon = /*#__PURE__*/React__namespace.forwardRef(function SvgIcon(inProps, ref) {
|
|
11586
|
-
var props =
|
|
11706
|
+
var props = useDefaultProps({
|
|
11587
11707
|
props: inProps,
|
|
11588
11708
|
name: 'MuiSvgIcon'
|
|
11589
11709
|
});
|
|
@@ -11740,11 +11860,6 @@
|
|
|
11740
11860
|
return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest();
|
|
11741
11861
|
}
|
|
11742
11862
|
|
|
11743
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
11744
|
-
function createUseThemeProps(name) {
|
|
11745
|
-
return useThemeProps$b;
|
|
11746
|
-
}
|
|
11747
|
-
|
|
11748
11863
|
function _setPrototypeOf(o, p) {
|
|
11749
11864
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
11750
11865
|
o.__proto__ = p;
|
|
@@ -12832,7 +12947,7 @@
|
|
|
12832
12947
|
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
|
|
12833
12948
|
*/
|
|
12834
12949
|
var Collapse = /*#__PURE__*/React__namespace.forwardRef(function Collapse(inProps, ref) {
|
|
12835
|
-
var props =
|
|
12950
|
+
var props = useDefaultProps({
|
|
12836
12951
|
props: inProps,
|
|
12837
12952
|
name: 'MuiCollapse'
|
|
12838
12953
|
});
|
|
@@ -13162,7 +13277,7 @@
|
|
|
13162
13277
|
}));
|
|
13163
13278
|
});
|
|
13164
13279
|
var Paper = /*#__PURE__*/React__namespace.forwardRef(function Paper(inProps, ref) {
|
|
13165
|
-
var props =
|
|
13280
|
+
var props = useDefaultProps({
|
|
13166
13281
|
props: inProps,
|
|
13167
13282
|
name: 'MuiPaper'
|
|
13168
13283
|
});
|
|
@@ -13539,7 +13654,6 @@
|
|
|
13539
13654
|
var accordionClasses = generateUtilityClasses$1('MuiAccordion', ['root', 'rounded', 'expanded', 'disabled', 'gutters', 'region']);
|
|
13540
13655
|
var accordionClasses$1 = accordionClasses;
|
|
13541
13656
|
|
|
13542
|
-
var useThemeProps$a = createUseThemeProps();
|
|
13543
13657
|
var useUtilityClasses$1M = function useUtilityClasses(ownerState) {
|
|
13544
13658
|
var classes = ownerState.classes,
|
|
13545
13659
|
square = ownerState.square,
|
|
@@ -13637,7 +13751,7 @@
|
|
|
13637
13751
|
};
|
|
13638
13752
|
});
|
|
13639
13753
|
var Accordion = /*#__PURE__*/React__namespace.forwardRef(function Accordion(inProps, ref) {
|
|
13640
|
-
var props =
|
|
13754
|
+
var props = useDefaultProps({
|
|
13641
13755
|
props: inProps,
|
|
13642
13756
|
name: 'MuiAccordion'
|
|
13643
13757
|
});
|
|
@@ -13831,7 +13945,6 @@
|
|
|
13831
13945
|
var accordionActionsClasses = generateUtilityClasses$1('MuiAccordionActions', ['root', 'spacing']);
|
|
13832
13946
|
var accordionActionsClasses$1 = accordionActionsClasses;
|
|
13833
13947
|
|
|
13834
|
-
var useThemeProps$9 = createUseThemeProps();
|
|
13835
13948
|
var useUtilityClasses$1L = function useUtilityClasses(ownerState) {
|
|
13836
13949
|
var classes = ownerState.classes,
|
|
13837
13950
|
disableSpacing = ownerState.disableSpacing;
|
|
@@ -13864,7 +13977,7 @@
|
|
|
13864
13977
|
}]
|
|
13865
13978
|
});
|
|
13866
13979
|
var AccordionActions = /*#__PURE__*/React__namespace.forwardRef(function AccordionActions(inProps, ref) {
|
|
13867
|
-
var props =
|
|
13980
|
+
var props = useDefaultProps({
|
|
13868
13981
|
props: inProps,
|
|
13869
13982
|
name: 'MuiAccordionActions'
|
|
13870
13983
|
});
|
|
@@ -13917,7 +14030,6 @@
|
|
|
13917
14030
|
var accordionDetailsClasses = generateUtilityClasses$1('MuiAccordionDetails', ['root']);
|
|
13918
14031
|
var accordionDetailsClasses$1 = accordionDetailsClasses;
|
|
13919
14032
|
|
|
13920
|
-
var useThemeProps$8 = createUseThemeProps();
|
|
13921
14033
|
var useUtilityClasses$1K = function useUtilityClasses(ownerState) {
|
|
13922
14034
|
var classes = ownerState.classes;
|
|
13923
14035
|
var slots = {
|
|
@@ -13938,7 +14050,7 @@
|
|
|
13938
14050
|
};
|
|
13939
14051
|
});
|
|
13940
14052
|
var AccordionDetails = /*#__PURE__*/React__namespace.forwardRef(function AccordionDetails(inProps, ref) {
|
|
13941
|
-
var props =
|
|
14053
|
+
var props = useDefaultProps({
|
|
13942
14054
|
props: inProps,
|
|
13943
14055
|
name: 'MuiAccordionDetails'
|
|
13944
14056
|
});
|
|
@@ -14118,7 +14230,7 @@
|
|
|
14118
14230
|
* TODO v5: Make private
|
|
14119
14231
|
*/
|
|
14120
14232
|
var TouchRipple = /*#__PURE__*/React__namespace.forwardRef(function TouchRipple(inProps, ref) {
|
|
14121
|
-
var props =
|
|
14233
|
+
var props = useDefaultProps({
|
|
14122
14234
|
props: inProps,
|
|
14123
14235
|
name: 'MuiTouchRipple'
|
|
14124
14236
|
});
|
|
@@ -14394,7 +14506,7 @@
|
|
|
14394
14506
|
* It contains a load of style reset and some focus/ripple logic.
|
|
14395
14507
|
*/
|
|
14396
14508
|
var ButtonBase = /*#__PURE__*/React__namespace.forwardRef(function ButtonBase(inProps, ref) {
|
|
14397
|
-
var props =
|
|
14509
|
+
var props = useDefaultProps({
|
|
14398
14510
|
props: inProps,
|
|
14399
14511
|
name: 'MuiButtonBase'
|
|
14400
14512
|
});
|
|
@@ -14805,7 +14917,6 @@
|
|
|
14805
14917
|
var accordionSummaryClasses = generateUtilityClasses$1('MuiAccordionSummary', ['root', 'expanded', 'focusVisible', 'disabled', 'gutters', 'contentGutters', 'content', 'expandIconWrapper']);
|
|
14806
14918
|
var accordionSummaryClasses$1 = accordionSummaryClasses;
|
|
14807
14919
|
|
|
14808
|
-
var useThemeProps$7 = createUseThemeProps();
|
|
14809
14920
|
var useUtilityClasses$1I = function useUtilityClasses(ownerState) {
|
|
14810
14921
|
var classes = ownerState.classes,
|
|
14811
14922
|
expanded = ownerState.expanded,
|
|
@@ -14896,7 +15007,7 @@
|
|
|
14896
15007
|
});
|
|
14897
15008
|
});
|
|
14898
15009
|
var AccordionSummary = /*#__PURE__*/React__namespace.forwardRef(function AccordionSummary(inProps, ref) {
|
|
14899
|
-
var props =
|
|
15010
|
+
var props = useDefaultProps({
|
|
14900
15011
|
props: inProps,
|
|
14901
15012
|
name: 'MuiAccordionSummary'
|
|
14902
15013
|
});
|
|
@@ -15083,7 +15194,7 @@
|
|
|
15083
15194
|
* regarding the available icon options.
|
|
15084
15195
|
*/
|
|
15085
15196
|
var IconButton = /*#__PURE__*/React__namespace.forwardRef(function IconButton(inProps, ref) {
|
|
15086
|
-
var props =
|
|
15197
|
+
var props = useDefaultProps({
|
|
15087
15198
|
props: inProps,
|
|
15088
15199
|
name: 'MuiIconButton'
|
|
15089
15200
|
});
|
|
@@ -15210,7 +15321,6 @@
|
|
|
15210
15321
|
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
15322
|
}), 'Close');
|
|
15212
15323
|
|
|
15213
|
-
var useThemeProps$6 = createUseThemeProps();
|
|
15214
15324
|
var useUtilityClasses$1G = function useUtilityClasses(ownerState) {
|
|
15215
15325
|
var variant = ownerState.variant,
|
|
15216
15326
|
color = ownerState.color,
|
|
@@ -15358,7 +15468,7 @@
|
|
|
15358
15468
|
})
|
|
15359
15469
|
};
|
|
15360
15470
|
var Alert = /*#__PURE__*/React__namespace.forwardRef(function Alert(inProps, ref) {
|
|
15361
|
-
var props =
|
|
15471
|
+
var props = useDefaultProps({
|
|
15362
15472
|
props: inProps,
|
|
15363
15473
|
name: 'MuiAlert'
|
|
15364
15474
|
});
|
|
@@ -15643,7 +15753,7 @@
|
|
|
15643
15753
|
return colorTransformations$1[color] || color;
|
|
15644
15754
|
};
|
|
15645
15755
|
var Typography = /*#__PURE__*/React__namespace.forwardRef(function Typography(inProps, ref) {
|
|
15646
|
-
var themeProps =
|
|
15756
|
+
var themeProps = useDefaultProps({
|
|
15647
15757
|
props: inProps,
|
|
15648
15758
|
name: 'MuiTypography'
|
|
15649
15759
|
});
|
|
@@ -15769,7 +15879,6 @@
|
|
|
15769
15879
|
var alertTitleClasses = generateUtilityClasses$1('MuiAlertTitle', ['root']);
|
|
15770
15880
|
var alertTitleClasses$1 = alertTitleClasses;
|
|
15771
15881
|
|
|
15772
|
-
var useThemeProps$5 = createUseThemeProps();
|
|
15773
15882
|
var useUtilityClasses$1E = function useUtilityClasses(ownerState) {
|
|
15774
15883
|
var classes = ownerState.classes;
|
|
15775
15884
|
var slots = {
|
|
@@ -15791,7 +15900,7 @@
|
|
|
15791
15900
|
};
|
|
15792
15901
|
});
|
|
15793
15902
|
var AlertTitle = /*#__PURE__*/React__namespace.forwardRef(function AlertTitle(inProps, ref) {
|
|
15794
|
-
var props =
|
|
15903
|
+
var props = useDefaultProps({
|
|
15795
15904
|
props: inProps,
|
|
15796
15905
|
name: 'MuiAlertTitle'
|
|
15797
15906
|
});
|
|
@@ -15919,8 +16028,9 @@
|
|
|
15919
16028
|
}, ownerState.color && !ownerState.color.match(/^(default|inherit|transparent)$/) && {
|
|
15920
16029
|
'--AppBar-background': ownerState.enableColorOnDark ? theme.vars.palette[ownerState.color].main : joinVars(theme.vars.palette.AppBar.darkBg, theme.vars.palette[ownerState.color].main),
|
|
15921
16030
|
'--AppBar-color': ownerState.enableColorOnDark ? theme.vars.palette[ownerState.color].contrastText : joinVars(theme.vars.palette.AppBar.darkColor, theme.vars.palette[ownerState.color].contrastText)
|
|
16031
|
+
}, !['inherit', 'transparent'].includes(ownerState.color) && {
|
|
16032
|
+
backgroundColor: 'var(--AppBar-background)'
|
|
15922
16033
|
}, {
|
|
15923
|
-
backgroundColor: 'var(--AppBar-background)',
|
|
15924
16034
|
color: ownerState.color === 'inherit' ? 'inherit' : 'var(--AppBar-color)'
|
|
15925
16035
|
}, ownerState.color === 'transparent' && {
|
|
15926
16036
|
backgroundImage: 'none',
|
|
@@ -15929,7 +16039,7 @@
|
|
|
15929
16039
|
}));
|
|
15930
16040
|
});
|
|
15931
16041
|
var AppBar = /*#__PURE__*/React__namespace.forwardRef(function AppBar(inProps, ref) {
|
|
15932
|
-
var props =
|
|
16042
|
+
var props = useDefaultProps({
|
|
15933
16043
|
props: inProps,
|
|
15934
16044
|
name: 'MuiAppBar'
|
|
15935
16045
|
});
|
|
@@ -21451,7 +21561,7 @@
|
|
|
21451
21561
|
var Popper = /*#__PURE__*/React__namespace.forwardRef(function Popper(inProps, ref) {
|
|
21452
21562
|
var _slots$root;
|
|
21453
21563
|
var theme = useTheme$3();
|
|
21454
|
-
var props =
|
|
21564
|
+
var props = useDefaultProps({
|
|
21455
21565
|
props: inProps,
|
|
21456
21566
|
name: 'MuiPopper'
|
|
21457
21567
|
});
|
|
@@ -21676,7 +21786,7 @@
|
|
|
21676
21786
|
});
|
|
21677
21787
|
});
|
|
21678
21788
|
var ListSubheader = /*#__PURE__*/React__namespace.forwardRef(function ListSubheader(inProps, ref) {
|
|
21679
|
-
var props =
|
|
21789
|
+
var props = useDefaultProps({
|
|
21680
21790
|
props: inProps,
|
|
21681
21791
|
name: 'MuiListSubheader'
|
|
21682
21792
|
});
|
|
@@ -21975,7 +22085,7 @@
|
|
|
21975
22085
|
* Chips represent complex entities in small blocks, such as a contact.
|
|
21976
22086
|
*/
|
|
21977
22087
|
var Chip = /*#__PURE__*/React__namespace.forwardRef(function Chip(inProps, ref) {
|
|
21978
|
-
var props =
|
|
22088
|
+
var props = useDefaultProps({
|
|
21979
22089
|
props: inProps,
|
|
21980
22090
|
name: 'MuiChip'
|
|
21981
22091
|
});
|
|
@@ -22463,7 +22573,7 @@
|
|
|
22463
22573
|
*/
|
|
22464
22574
|
var InputBase = /*#__PURE__*/React__namespace.forwardRef(function InputBase(inProps, ref) {
|
|
22465
22575
|
var _slotProps$input;
|
|
22466
|
-
var props =
|
|
22576
|
+
var props = useDefaultProps({
|
|
22467
22577
|
props: inProps,
|
|
22468
22578
|
name: 'MuiInputBase'
|
|
22469
22579
|
});
|
|
@@ -23003,7 +23113,6 @@
|
|
|
23003
23113
|
var autocompleteClasses$1 = autocompleteClasses;
|
|
23004
23114
|
|
|
23005
23115
|
var _styled, _ClearIcon, _ArrowDropDownIcon;
|
|
23006
|
-
var useThemeProps$4 = createUseThemeProps();
|
|
23007
23116
|
var useUtilityClasses$1y = function useUtilityClasses(ownerState) {
|
|
23008
23117
|
var classes = ownerState.classes,
|
|
23009
23118
|
disablePortal = ownerState.disablePortal,
|
|
@@ -23327,7 +23436,7 @@
|
|
|
23327
23436
|
}));
|
|
23328
23437
|
var Autocomplete = /*#__PURE__*/React__namespace.forwardRef(function Autocomplete(inProps, ref) {
|
|
23329
23438
|
var _slotProps$clearIndic, _slotProps$paper, _slotProps$popper, _slotProps$popupIndic;
|
|
23330
|
-
var props =
|
|
23439
|
+
var props = useDefaultProps({
|
|
23331
23440
|
props: inProps,
|
|
23332
23441
|
name: 'MuiAutocomplete'
|
|
23333
23442
|
});
|
|
@@ -24108,7 +24217,6 @@
|
|
|
24108
24217
|
var avatarClasses = generateUtilityClasses$1('MuiAvatar', ['root', 'colorDefault', 'circular', 'rounded', 'square', 'img', 'fallback']);
|
|
24109
24218
|
var avatarClasses$1 = avatarClasses;
|
|
24110
24219
|
|
|
24111
|
-
var useThemeProps$3 = createUseThemeProps();
|
|
24112
24220
|
var useUtilityClasses$1x = function useUtilityClasses(ownerState) {
|
|
24113
24221
|
var classes = ownerState.classes,
|
|
24114
24222
|
variant = ownerState.variant,
|
|
@@ -24240,7 +24348,7 @@
|
|
|
24240
24348
|
return loaded;
|
|
24241
24349
|
}
|
|
24242
24350
|
var Avatar = /*#__PURE__*/React__namespace.forwardRef(function Avatar(inProps, ref) {
|
|
24243
|
-
var props =
|
|
24351
|
+
var props = useDefaultProps({
|
|
24244
24352
|
props: inProps,
|
|
24245
24353
|
name: 'MuiAvatar'
|
|
24246
24354
|
});
|
|
@@ -24430,7 +24538,7 @@
|
|
|
24430
24538
|
});
|
|
24431
24539
|
var AvatarGroup = /*#__PURE__*/React__namespace.forwardRef(function AvatarGroup(inProps, ref) {
|
|
24432
24540
|
var _slotProps$additional;
|
|
24433
|
-
var props =
|
|
24541
|
+
var props = useDefaultProps({
|
|
24434
24542
|
props: inProps,
|
|
24435
24543
|
name: 'MuiAvatarGroup'
|
|
24436
24544
|
});
|
|
@@ -24812,7 +24920,7 @@
|
|
|
24812
24920
|
});
|
|
24813
24921
|
var Backdrop = /*#__PURE__*/React__namespace.forwardRef(function Backdrop(inProps, ref) {
|
|
24814
24922
|
var _slotProps$root, _ref2, _slots$root;
|
|
24815
|
-
var props =
|
|
24923
|
+
var props = useDefaultProps({
|
|
24816
24924
|
props: inProps,
|
|
24817
24925
|
name: 'MuiBackdrop'
|
|
24818
24926
|
});
|
|
@@ -24965,7 +25073,6 @@
|
|
|
24965
25073
|
|
|
24966
25074
|
var RADIUS_STANDARD = 10;
|
|
24967
25075
|
var RADIUS_DOT = 4;
|
|
24968
|
-
var useThemeProps$2 = createUseThemeProps();
|
|
24969
25076
|
var useUtilityClasses$1u = function useUtilityClasses(ownerState) {
|
|
24970
25077
|
var color = ownerState.color,
|
|
24971
25078
|
anchorOrigin = ownerState.anchorOrigin,
|
|
@@ -25168,7 +25275,7 @@
|
|
|
25168
25275
|
});
|
|
25169
25276
|
var Badge = /*#__PURE__*/React__namespace.forwardRef(function Badge(inProps, ref) {
|
|
25170
25277
|
var _ref11, _slots$root, _ref12, _slots$badge, _slotProps$root, _slotProps$badge;
|
|
25171
|
-
var props =
|
|
25278
|
+
var props = useDefaultProps({
|
|
25172
25279
|
props: inProps,
|
|
25173
25280
|
name: 'MuiBadge'
|
|
25174
25281
|
});
|
|
@@ -25417,7 +25524,7 @@
|
|
|
25417
25524
|
};
|
|
25418
25525
|
});
|
|
25419
25526
|
var BottomNavigation = /*#__PURE__*/React__namespace.forwardRef(function BottomNavigation(inProps, ref) {
|
|
25420
|
-
var props =
|
|
25527
|
+
var props = useDefaultProps({
|
|
25421
25528
|
props: inProps,
|
|
25422
25529
|
name: 'MuiBottomNavigation'
|
|
25423
25530
|
});
|
|
@@ -25573,7 +25680,7 @@
|
|
|
25573
25680
|
}));
|
|
25574
25681
|
});
|
|
25575
25682
|
var BottomNavigationAction = /*#__PURE__*/React__namespace.forwardRef(function BottomNavigationAction(inProps, ref) {
|
|
25576
|
-
var props =
|
|
25683
|
+
var props = useDefaultProps({
|
|
25577
25684
|
props: inProps,
|
|
25578
25685
|
name: 'MuiBottomNavigationAction'
|
|
25579
25686
|
});
|
|
@@ -25840,7 +25947,7 @@
|
|
|
25840
25947
|
}, []);
|
|
25841
25948
|
}
|
|
25842
25949
|
var Breadcrumbs = /*#__PURE__*/React__namespace.forwardRef(function Breadcrumbs(inProps, ref) {
|
|
25843
|
-
var props =
|
|
25950
|
+
var props = useDefaultProps({
|
|
25844
25951
|
props: inProps,
|
|
25845
25952
|
name: 'MuiBreadcrumbs'
|
|
25846
25953
|
});
|
|
@@ -26239,7 +26346,7 @@
|
|
|
26239
26346
|
var contextProps = React__namespace.useContext(ButtonGroupContext$1);
|
|
26240
26347
|
var buttonGroupButtonContextPositionClassName = React__namespace.useContext(ButtonGroupButtonContext$1);
|
|
26241
26348
|
var resolvedProps = resolveProps(contextProps, inProps);
|
|
26242
|
-
var props =
|
|
26349
|
+
var props = useDefaultProps({
|
|
26243
26350
|
props: resolvedProps,
|
|
26244
26351
|
name: 'MuiButton'
|
|
26245
26352
|
});
|
|
@@ -26500,7 +26607,7 @@
|
|
|
26500
26607
|
})));
|
|
26501
26608
|
});
|
|
26502
26609
|
var ButtonGroup = /*#__PURE__*/React__namespace.forwardRef(function ButtonGroup(inProps, ref) {
|
|
26503
|
-
var props =
|
|
26610
|
+
var props = useDefaultProps({
|
|
26504
26611
|
props: inProps,
|
|
26505
26612
|
name: 'MuiButtonGroup'
|
|
26506
26613
|
});
|
|
@@ -26689,7 +26796,7 @@
|
|
|
26689
26796
|
};
|
|
26690
26797
|
});
|
|
26691
26798
|
var Card = /*#__PURE__*/React__namespace.forwardRef(function Card(inProps, ref) {
|
|
26692
|
-
var props =
|
|
26799
|
+
var props = useDefaultProps({
|
|
26693
26800
|
props: inProps,
|
|
26694
26801
|
name: 'MuiCard'
|
|
26695
26802
|
});
|
|
@@ -26804,7 +26911,7 @@
|
|
|
26804
26911
|
};
|
|
26805
26912
|
});
|
|
26806
26913
|
var CardActionArea = /*#__PURE__*/React__namespace.forwardRef(function CardActionArea(inProps, ref) {
|
|
26807
|
-
var props =
|
|
26914
|
+
var props = useDefaultProps({
|
|
26808
26915
|
props: inProps,
|
|
26809
26916
|
name: 'MuiCardActionArea'
|
|
26810
26917
|
});
|
|
@@ -26888,7 +26995,7 @@
|
|
|
26888
26995
|
});
|
|
26889
26996
|
});
|
|
26890
26997
|
var CardActions = /*#__PURE__*/React__namespace.forwardRef(function CardActions(inProps, ref) {
|
|
26891
|
-
var props =
|
|
26998
|
+
var props = useDefaultProps({
|
|
26892
26999
|
props: inProps,
|
|
26893
27000
|
name: 'MuiCardActions'
|
|
26894
27001
|
});
|
|
@@ -26963,7 +27070,7 @@
|
|
|
26963
27070
|
};
|
|
26964
27071
|
});
|
|
26965
27072
|
var CardContent = /*#__PURE__*/React__namespace.forwardRef(function CardContent(inProps, ref) {
|
|
26966
|
-
var props =
|
|
27073
|
+
var props = useDefaultProps({
|
|
26967
27074
|
props: inProps,
|
|
26968
27075
|
name: 'MuiCardContent'
|
|
26969
27076
|
});
|
|
@@ -27074,7 +27181,7 @@
|
|
|
27074
27181
|
flex: '1 1 auto'
|
|
27075
27182
|
});
|
|
27076
27183
|
var CardHeader = /*#__PURE__*/React__namespace.forwardRef(function CardHeader(inProps, ref) {
|
|
27077
|
-
var props =
|
|
27184
|
+
var props = useDefaultProps({
|
|
27078
27185
|
props: inProps,
|
|
27079
27186
|
name: 'MuiCardHeader'
|
|
27080
27187
|
});
|
|
@@ -27243,7 +27350,7 @@
|
|
|
27243
27350
|
var MEDIA_COMPONENTS = ['video', 'audio', 'picture', 'iframe', 'img'];
|
|
27244
27351
|
var IMAGE_COMPONENTS = ['picture', 'img'];
|
|
27245
27352
|
var CardMedia = /*#__PURE__*/React__namespace.forwardRef(function CardMedia(inProps, ref) {
|
|
27246
|
-
var props =
|
|
27353
|
+
var props = useDefaultProps({
|
|
27247
27354
|
props: inProps,
|
|
27248
27355
|
name: 'MuiCardMedia'
|
|
27249
27356
|
});
|
|
@@ -27654,7 +27761,7 @@
|
|
|
27654
27761
|
var defaultIndeterminateIcon = /*#__PURE__*/jsxRuntime_1(IndeterminateCheckBoxIcon, {});
|
|
27655
27762
|
var Checkbox = /*#__PURE__*/React__namespace.forwardRef(function Checkbox(inProps, ref) {
|
|
27656
27763
|
var _icon$props$fontSize, _indeterminateIcon$pr;
|
|
27657
|
-
var props =
|
|
27764
|
+
var props = useDefaultProps({
|
|
27658
27765
|
props: inProps,
|
|
27659
27766
|
name: 'MuiCheckbox'
|
|
27660
27767
|
});
|
|
@@ -27886,7 +27993,7 @@
|
|
|
27886
27993
|
* attribute to `true` on that region until it has finished loading.
|
|
27887
27994
|
*/
|
|
27888
27995
|
var CircularProgress = /*#__PURE__*/React__namespace.forwardRef(function CircularProgress(inProps, ref) {
|
|
27889
|
-
var props =
|
|
27996
|
+
var props = useDefaultProps({
|
|
27890
27997
|
props: inProps,
|
|
27891
27998
|
name: 'MuiCircularProgress'
|
|
27892
27999
|
});
|
|
@@ -28027,7 +28134,7 @@
|
|
|
28027
28134
|
}
|
|
28028
28135
|
}),
|
|
28029
28136
|
useThemeProps: function useThemeProps(inProps) {
|
|
28030
|
-
return
|
|
28137
|
+
return useDefaultProps({
|
|
28031
28138
|
props: inProps,
|
|
28032
28139
|
name: 'MuiContainer'
|
|
28033
28140
|
});
|
|
@@ -28150,7 +28257,7 @@
|
|
|
28150
28257
|
return defaultStyles;
|
|
28151
28258
|
};
|
|
28152
28259
|
function CssBaseline(inProps) {
|
|
28153
|
-
var props =
|
|
28260
|
+
var props = useDefaultProps({
|
|
28154
28261
|
props: inProps,
|
|
28155
28262
|
name: 'MuiCssBaseline'
|
|
28156
28263
|
});
|
|
@@ -28279,7 +28386,7 @@
|
|
|
28279
28386
|
*/
|
|
28280
28387
|
var Modal = /*#__PURE__*/React__namespace.forwardRef(function Modal(inProps, ref) {
|
|
28281
28388
|
var _ref2, _slots$root, _ref3, _slots$backdrop, _slotProps$root, _slotProps$backdrop;
|
|
28282
|
-
var props =
|
|
28389
|
+
var props = useDefaultProps({
|
|
28283
28390
|
name: 'MuiModal',
|
|
28284
28391
|
props: inProps
|
|
28285
28392
|
});
|
|
@@ -28733,7 +28840,7 @@
|
|
|
28733
28840
|
* Dialogs are overlaid modal paper based components with a backdrop.
|
|
28734
28841
|
*/
|
|
28735
28842
|
var Dialog = /*#__PURE__*/React__namespace.forwardRef(function Dialog(inProps, ref) {
|
|
28736
|
-
var props =
|
|
28843
|
+
var props = useDefaultProps({
|
|
28737
28844
|
props: inProps,
|
|
28738
28845
|
name: 'MuiDialog'
|
|
28739
28846
|
});
|
|
@@ -29026,7 +29133,7 @@
|
|
|
29026
29133
|
});
|
|
29027
29134
|
});
|
|
29028
29135
|
var DialogActions = /*#__PURE__*/React__namespace.forwardRef(function DialogActions(inProps, ref) {
|
|
29029
|
-
var props =
|
|
29136
|
+
var props = useDefaultProps({
|
|
29030
29137
|
props: inProps,
|
|
29031
29138
|
name: 'MuiDialogActions'
|
|
29032
29139
|
});
|
|
@@ -29118,7 +29225,7 @@
|
|
|
29118
29225
|
}));
|
|
29119
29226
|
});
|
|
29120
29227
|
var DialogContent = /*#__PURE__*/React__namespace.forwardRef(function DialogContent(inProps, ref) {
|
|
29121
|
-
var props =
|
|
29228
|
+
var props = useDefaultProps({
|
|
29122
29229
|
props: inProps,
|
|
29123
29230
|
name: 'MuiDialogContent'
|
|
29124
29231
|
});
|
|
@@ -29190,7 +29297,7 @@
|
|
|
29190
29297
|
}
|
|
29191
29298
|
})({});
|
|
29192
29299
|
var DialogContentText = /*#__PURE__*/React__namespace.forwardRef(function DialogContentText(inProps, ref) {
|
|
29193
|
-
var props =
|
|
29300
|
+
var props = useDefaultProps({
|
|
29194
29301
|
props: inProps,
|
|
29195
29302
|
name: 'MuiDialogContentText'
|
|
29196
29303
|
});
|
|
@@ -29251,7 +29358,7 @@
|
|
|
29251
29358
|
flex: '0 0 auto'
|
|
29252
29359
|
});
|
|
29253
29360
|
var DialogTitle = /*#__PURE__*/React__namespace.forwardRef(function DialogTitle(inProps, ref) {
|
|
29254
|
-
var props =
|
|
29361
|
+
var props = useDefaultProps({
|
|
29255
29362
|
props: inProps,
|
|
29256
29363
|
name: 'MuiDialogTitle'
|
|
29257
29364
|
});
|
|
@@ -29431,7 +29538,7 @@
|
|
|
29431
29538
|
});
|
|
29432
29539
|
});
|
|
29433
29540
|
var Divider = /*#__PURE__*/React__namespace.forwardRef(function Divider(inProps, ref) {
|
|
29434
|
-
var props =
|
|
29541
|
+
var props = useDefaultProps({
|
|
29435
29542
|
props: inProps,
|
|
29436
29543
|
name: 'MuiDivider'
|
|
29437
29544
|
});
|
|
@@ -29978,7 +30085,7 @@
|
|
|
29978
30085
|
* when `variant="temporary"` is set.
|
|
29979
30086
|
*/
|
|
29980
30087
|
var Drawer = /*#__PURE__*/React__namespace.forwardRef(function Drawer(inProps, ref) {
|
|
29981
|
-
var props =
|
|
30088
|
+
var props = useDefaultProps({
|
|
29982
30089
|
props: inProps,
|
|
29983
30090
|
name: 'MuiDrawer'
|
|
29984
30091
|
});
|
|
@@ -30278,7 +30385,7 @@
|
|
|
30278
30385
|
});
|
|
30279
30386
|
});
|
|
30280
30387
|
var Fab = /*#__PURE__*/React__namespace.forwardRef(function Fab(inProps, ref) {
|
|
30281
|
-
var props =
|
|
30388
|
+
var props = useDefaultProps({
|
|
30282
30389
|
props: inProps,
|
|
30283
30390
|
name: 'MuiFab'
|
|
30284
30391
|
});
|
|
@@ -30549,7 +30656,7 @@
|
|
|
30549
30656
|
});
|
|
30550
30657
|
var FilledInput = /*#__PURE__*/React__namespace.forwardRef(function FilledInput(inProps, ref) {
|
|
30551
30658
|
var _ref5, _slots$root, _ref6, _slots$input;
|
|
30552
|
-
var props =
|
|
30659
|
+
var props = useDefaultProps({
|
|
30553
30660
|
props: inProps,
|
|
30554
30661
|
name: 'MuiFilledInput'
|
|
30555
30662
|
});
|
|
@@ -30869,7 +30976,7 @@
|
|
|
30869
30976
|
* For instance, only one input can be focused at the same time, the state shouldn't be shared.
|
|
30870
30977
|
*/
|
|
30871
30978
|
var FormControl = /*#__PURE__*/React__namespace.forwardRef(function FormControl(inProps, ref) {
|
|
30872
|
-
var props =
|
|
30979
|
+
var props = useDefaultProps({
|
|
30873
30980
|
props: inProps,
|
|
30874
30981
|
name: 'MuiFormControl'
|
|
30875
30982
|
});
|
|
@@ -31100,7 +31207,7 @@
|
|
|
31100
31207
|
}
|
|
31101
31208
|
}),
|
|
31102
31209
|
useThemeProps: function useThemeProps(inProps) {
|
|
31103
|
-
return
|
|
31210
|
+
return useDefaultProps({
|
|
31104
31211
|
props: inProps,
|
|
31105
31212
|
name: 'MuiStack'
|
|
31106
31213
|
});
|
|
@@ -31229,7 +31336,7 @@
|
|
|
31229
31336
|
*/
|
|
31230
31337
|
var FormControlLabel = /*#__PURE__*/React__namespace.forwardRef(function FormControlLabel(inProps, ref) {
|
|
31231
31338
|
var _ref5, _slotProps$typography;
|
|
31232
|
-
var props =
|
|
31339
|
+
var props = useDefaultProps({
|
|
31233
31340
|
props: inProps,
|
|
31234
31341
|
name: 'MuiFormControlLabel'
|
|
31235
31342
|
});
|
|
@@ -31422,7 +31529,7 @@
|
|
|
31422
31529
|
* For the `Radio`, you should be using the `RadioGroup` component instead of this one.
|
|
31423
31530
|
*/
|
|
31424
31531
|
var FormGroup = /*#__PURE__*/React__namespace.forwardRef(function FormGroup(inProps, ref) {
|
|
31425
|
-
var props =
|
|
31532
|
+
var props = useDefaultProps({
|
|
31426
31533
|
props: inProps,
|
|
31427
31534
|
name: 'MuiFormGroup'
|
|
31428
31535
|
});
|
|
@@ -31527,7 +31634,7 @@
|
|
|
31527
31634
|
});
|
|
31528
31635
|
});
|
|
31529
31636
|
var FormHelperText = /*#__PURE__*/React__namespace.forwardRef(function FormHelperText(inProps, ref) {
|
|
31530
|
-
var props =
|
|
31637
|
+
var props = useDefaultProps({
|
|
31531
31638
|
props: inProps,
|
|
31532
31639
|
name: 'MuiFormHelperText'
|
|
31533
31640
|
});
|
|
@@ -31691,7 +31798,7 @@
|
|
|
31691
31798
|
});
|
|
31692
31799
|
});
|
|
31693
31800
|
var FormLabel = /*#__PURE__*/React__namespace.forwardRef(function FormLabel(inProps, ref) {
|
|
31694
|
-
var props =
|
|
31801
|
+
var props = useDefaultProps({
|
|
31695
31802
|
props: inProps,
|
|
31696
31803
|
name: 'MuiFormLabel'
|
|
31697
31804
|
});
|
|
@@ -32147,7 +32254,7 @@
|
|
|
32147
32254
|
return composeClasses(slots, getGridUtilityClass, classes);
|
|
32148
32255
|
};
|
|
32149
32256
|
var Grid = /*#__PURE__*/React__namespace.forwardRef(function Grid(inProps, ref) {
|
|
32150
|
-
var themeProps =
|
|
32257
|
+
var themeProps = useDefaultProps({
|
|
32151
32258
|
props: inProps,
|
|
32152
32259
|
name: 'MuiGrid'
|
|
32153
32260
|
});
|
|
@@ -32365,7 +32472,7 @@
|
|
|
32365
32472
|
}),
|
|
32366
32473
|
componentName: 'MuiGrid2',
|
|
32367
32474
|
useThemeProps: function useThemeProps(inProps) {
|
|
32368
|
-
return
|
|
32475
|
+
return useDefaultProps({
|
|
32369
32476
|
props: inProps,
|
|
32370
32477
|
name: 'MuiGrid2'
|
|
32371
32478
|
});
|
|
@@ -32684,7 +32791,7 @@
|
|
|
32684
32791
|
function WithWidth(props) {
|
|
32685
32792
|
var contextTheme = useTheme();
|
|
32686
32793
|
var theme = props.theme || contextTheme;
|
|
32687
|
-
var _getThemeProps = getThemeProps({
|
|
32794
|
+
var _getThemeProps = getThemeProps$1({
|
|
32688
32795
|
theme: theme,
|
|
32689
32796
|
name: 'MuiWithWidth',
|
|
32690
32797
|
props: props
|
|
@@ -33217,7 +33324,7 @@
|
|
|
33217
33324
|
};
|
|
33218
33325
|
});
|
|
33219
33326
|
var Icon = /*#__PURE__*/React__namespace.forwardRef(function Icon(inProps, ref) {
|
|
33220
|
-
var props =
|
|
33327
|
+
var props = useDefaultProps({
|
|
33221
33328
|
props: inProps,
|
|
33222
33329
|
name: 'MuiIcon'
|
|
33223
33330
|
});
|
|
@@ -33342,7 +33449,7 @@
|
|
|
33342
33449
|
});
|
|
33343
33450
|
});
|
|
33344
33451
|
var ImageList = /*#__PURE__*/React__namespace.forwardRef(function ImageList(inProps, ref) {
|
|
33345
|
-
var props =
|
|
33452
|
+
var props = useDefaultProps({
|
|
33346
33453
|
props: inProps,
|
|
33347
33454
|
name: 'MuiImageList'
|
|
33348
33455
|
});
|
|
@@ -33503,7 +33610,7 @@
|
|
|
33503
33610
|
})));
|
|
33504
33611
|
});
|
|
33505
33612
|
var ImageListItem = /*#__PURE__*/React__namespace.forwardRef(function ImageListItem(inProps, ref) {
|
|
33506
|
-
var props =
|
|
33613
|
+
var props = useDefaultProps({
|
|
33507
33614
|
props: inProps,
|
|
33508
33615
|
name: 'MuiImageListItem'
|
|
33509
33616
|
});
|
|
@@ -33731,7 +33838,7 @@
|
|
|
33731
33838
|
});
|
|
33732
33839
|
});
|
|
33733
33840
|
var ImageListItemBar = /*#__PURE__*/React__namespace.forwardRef(function ImageListItemBar(inProps, ref) {
|
|
33734
|
-
var props =
|
|
33841
|
+
var props = useDefaultProps({
|
|
33735
33842
|
props: inProps,
|
|
33736
33843
|
name: 'MuiImageListItemBar'
|
|
33737
33844
|
});
|
|
@@ -33905,7 +34012,7 @@
|
|
|
33905
34012
|
})({});
|
|
33906
34013
|
var Input = /*#__PURE__*/React__namespace.forwardRef(function Input(inProps, ref) {
|
|
33907
34014
|
var _ref3, _slots$root, _ref4, _slots$input;
|
|
33908
|
-
var props =
|
|
34015
|
+
var props = useDefaultProps({
|
|
33909
34016
|
props: inProps,
|
|
33910
34017
|
name: 'MuiInput'
|
|
33911
34018
|
});
|
|
@@ -34193,7 +34300,7 @@
|
|
|
34193
34300
|
});
|
|
34194
34301
|
});
|
|
34195
34302
|
var InputAdornment = /*#__PURE__*/React__namespace.forwardRef(function InputAdornment(inProps, ref) {
|
|
34196
|
-
var props =
|
|
34303
|
+
var props = useDefaultProps({
|
|
34197
34304
|
props: inProps,
|
|
34198
34305
|
name: 'MuiInputAdornment'
|
|
34199
34306
|
});
|
|
@@ -34393,7 +34500,7 @@
|
|
|
34393
34500
|
}));
|
|
34394
34501
|
});
|
|
34395
34502
|
var InputLabel = /*#__PURE__*/React__namespace.forwardRef(function InputLabel(inProps, ref) {
|
|
34396
|
-
var props =
|
|
34503
|
+
var props = useDefaultProps({
|
|
34397
34504
|
name: 'MuiInputLabel',
|
|
34398
34505
|
props: inProps
|
|
34399
34506
|
});
|
|
@@ -34665,7 +34772,7 @@
|
|
|
34665
34772
|
* attribute to `true` on that region until it has finished loading.
|
|
34666
34773
|
*/
|
|
34667
34774
|
var LinearProgress = /*#__PURE__*/React__namespace.forwardRef(function LinearProgress(inProps, ref) {
|
|
34668
|
-
var props =
|
|
34775
|
+
var props = useDefaultProps({
|
|
34669
34776
|
props: inProps,
|
|
34670
34777
|
name: 'MuiLinearProgress'
|
|
34671
34778
|
});
|
|
@@ -34872,7 +34979,7 @@
|
|
|
34872
34979
|
}));
|
|
34873
34980
|
});
|
|
34874
34981
|
var Link = /*#__PURE__*/React__namespace.forwardRef(function Link(inProps, ref) {
|
|
34875
|
-
var props =
|
|
34982
|
+
var props = useDefaultProps({
|
|
34876
34983
|
props: inProps,
|
|
34877
34984
|
name: 'MuiLink'
|
|
34878
34985
|
});
|
|
@@ -35043,7 +35150,7 @@
|
|
|
35043
35150
|
});
|
|
35044
35151
|
});
|
|
35045
35152
|
var List = /*#__PURE__*/React__namespace.forwardRef(function List(inProps, ref) {
|
|
35046
|
-
var props =
|
|
35153
|
+
var props = useDefaultProps({
|
|
35047
35154
|
props: inProps,
|
|
35048
35155
|
name: 'MuiList'
|
|
35049
35156
|
});
|
|
@@ -35216,7 +35323,7 @@
|
|
|
35216
35323
|
});
|
|
35217
35324
|
});
|
|
35218
35325
|
var ListItemButton = /*#__PURE__*/React__namespace.forwardRef(function ListItemButton(inProps, ref) {
|
|
35219
|
-
var props =
|
|
35326
|
+
var props = useDefaultProps({
|
|
35220
35327
|
props: inProps,
|
|
35221
35328
|
name: 'MuiListItemButton'
|
|
35222
35329
|
});
|
|
@@ -35399,7 +35506,7 @@
|
|
|
35399
35506
|
* Must be used as the last child of ListItem to function properly.
|
|
35400
35507
|
*/
|
|
35401
35508
|
var ListItemSecondaryAction = /*#__PURE__*/React__namespace.forwardRef(function ListItemSecondaryAction(inProps, ref) {
|
|
35402
|
-
var props =
|
|
35509
|
+
var props = useDefaultProps({
|
|
35403
35510
|
props: inProps,
|
|
35404
35511
|
name: 'MuiListItemSecondaryAction'
|
|
35405
35512
|
});
|
|
@@ -35544,7 +35651,7 @@
|
|
|
35544
35651
|
* Uses an additional container component if `ListItemSecondaryAction` is the last child.
|
|
35545
35652
|
*/
|
|
35546
35653
|
var ListItem = /*#__PURE__*/React__namespace.forwardRef(function ListItem(inProps, ref) {
|
|
35547
|
-
var props =
|
|
35654
|
+
var props = useDefaultProps({
|
|
35548
35655
|
props: inProps,
|
|
35549
35656
|
name: 'MuiListItem'
|
|
35550
35657
|
});
|
|
@@ -35878,7 +35985,7 @@
|
|
|
35878
35985
|
* A simple wrapper to apply `List` styles to an `Avatar`.
|
|
35879
35986
|
*/
|
|
35880
35987
|
var ListItemAvatar = /*#__PURE__*/React__namespace.forwardRef(function ListItemAvatar(inProps, ref) {
|
|
35881
|
-
var props =
|
|
35988
|
+
var props = useDefaultProps({
|
|
35882
35989
|
props: inProps,
|
|
35883
35990
|
name: 'MuiListItemAvatar'
|
|
35884
35991
|
});
|
|
@@ -35957,7 +36064,7 @@
|
|
|
35957
36064
|
* A simple wrapper to apply `List` styles to an `Icon` or `SvgIcon`.
|
|
35958
36065
|
*/
|
|
35959
36066
|
var ListItemIcon = /*#__PURE__*/React__namespace.forwardRef(function ListItemIcon(inProps, ref) {
|
|
35960
|
-
var props =
|
|
36067
|
+
var props = useDefaultProps({
|
|
35961
36068
|
props: inProps,
|
|
35962
36069
|
name: 'MuiListItemIcon'
|
|
35963
36070
|
});
|
|
@@ -36040,7 +36147,7 @@
|
|
|
36040
36147
|
});
|
|
36041
36148
|
});
|
|
36042
36149
|
var ListItemText = /*#__PURE__*/React__namespace.forwardRef(function ListItemText(inProps, ref) {
|
|
36043
|
-
var props =
|
|
36150
|
+
var props = useDefaultProps({
|
|
36044
36151
|
props: inProps,
|
|
36045
36152
|
name: 'MuiListItemText'
|
|
36046
36153
|
});
|
|
@@ -36496,7 +36603,7 @@
|
|
|
36496
36603
|
});
|
|
36497
36604
|
var Popover = /*#__PURE__*/React__namespace.forwardRef(function Popover(inProps, ref) {
|
|
36498
36605
|
var _slotProps$paper, _slots$root, _slots$paper;
|
|
36499
|
-
var props =
|
|
36606
|
+
var props = useDefaultProps({
|
|
36500
36607
|
props: inProps,
|
|
36501
36608
|
name: 'MuiPopover'
|
|
36502
36609
|
});
|
|
@@ -37013,7 +37120,7 @@
|
|
|
37013
37120
|
});
|
|
37014
37121
|
var Menu = /*#__PURE__*/React__namespace.forwardRef(function Menu(inProps, ref) {
|
|
37015
37122
|
var _slots$paper, _slotProps$paper;
|
|
37016
|
-
var props =
|
|
37123
|
+
var props = useDefaultProps({
|
|
37017
37124
|
props: inProps,
|
|
37018
37125
|
name: 'MuiMenu'
|
|
37019
37126
|
});
|
|
@@ -37357,7 +37464,7 @@
|
|
|
37357
37464
|
})));
|
|
37358
37465
|
});
|
|
37359
37466
|
var MenuItem = /*#__PURE__*/React__namespace.forwardRef(function MenuItem(inProps, ref) {
|
|
37360
|
-
var props =
|
|
37467
|
+
var props = useDefaultProps({
|
|
37361
37468
|
props: inProps,
|
|
37362
37469
|
name: 'MuiMenuItem'
|
|
37363
37470
|
});
|
|
@@ -37599,7 +37706,7 @@
|
|
|
37599
37706
|
});
|
|
37600
37707
|
});
|
|
37601
37708
|
var MobileStepper = /*#__PURE__*/React__namespace.forwardRef(function MobileStepper(inProps, ref) {
|
|
37602
|
-
var props =
|
|
37709
|
+
var props = useDefaultProps({
|
|
37603
37710
|
props: inProps,
|
|
37604
37711
|
name: 'MuiMobileStepper'
|
|
37605
37712
|
});
|
|
@@ -37916,7 +38023,7 @@
|
|
|
37916
38023
|
* An alternative to `<Select native />` with a much smaller bundle size footprint.
|
|
37917
38024
|
*/
|
|
37918
38025
|
var NativeSelect = /*#__PURE__*/React__namespace.forwardRef(function NativeSelect(inProps, ref) {
|
|
37919
|
-
var props =
|
|
38026
|
+
var props = useDefaultProps({
|
|
37920
38027
|
name: 'MuiNativeSelect',
|
|
37921
38028
|
props: inProps
|
|
37922
38029
|
});
|
|
@@ -38241,7 +38348,7 @@
|
|
|
38241
38348
|
});
|
|
38242
38349
|
var OutlinedInput = /*#__PURE__*/React__namespace.forwardRef(function OutlinedInput(inProps, ref) {
|
|
38243
38350
|
var _ref5, _slots$root, _ref6, _slots$input, _React$Fragment;
|
|
38244
|
-
var props =
|
|
38351
|
+
var props = useDefaultProps({
|
|
38245
38352
|
props: inProps,
|
|
38246
38353
|
name: 'MuiOutlinedInput'
|
|
38247
38354
|
});
|
|
@@ -38791,7 +38898,7 @@
|
|
|
38791
38898
|
});
|
|
38792
38899
|
});
|
|
38793
38900
|
var PaginationItem = /*#__PURE__*/React__namespace.forwardRef(function PaginationItem(inProps, ref) {
|
|
38794
|
-
var props =
|
|
38901
|
+
var props = useDefaultProps({
|
|
38795
38902
|
props: inProps,
|
|
38796
38903
|
name: 'MuiPaginationItem'
|
|
38797
38904
|
});
|
|
@@ -38994,7 +39101,7 @@
|
|
|
38994
39101
|
return "Go to ".concat(type, " page");
|
|
38995
39102
|
}
|
|
38996
39103
|
var Pagination = /*#__PURE__*/React__namespace.forwardRef(function Pagination(inProps, ref) {
|
|
38997
|
-
var props =
|
|
39104
|
+
var props = useDefaultProps({
|
|
38998
39105
|
props: inProps,
|
|
38999
39106
|
name: 'MuiPagination'
|
|
39000
39107
|
});
|
|
@@ -39349,7 +39456,7 @@
|
|
|
39349
39456
|
var defaultIcon$1 = /*#__PURE__*/jsxRuntime_1(RadioButtonIcon, {});
|
|
39350
39457
|
var Radio = /*#__PURE__*/React__namespace.forwardRef(function Radio(inProps, ref) {
|
|
39351
39458
|
var _defaultIcon$props$fo, _defaultCheckedIcon$p;
|
|
39352
|
-
var props =
|
|
39459
|
+
var props = useDefaultProps({
|
|
39353
39460
|
props: inProps,
|
|
39354
39461
|
name: 'MuiRadio'
|
|
39355
39462
|
});
|
|
@@ -39852,7 +39959,7 @@
|
|
|
39852
39959
|
return "".concat(value, " Star").concat(value !== 1 ? 's' : '');
|
|
39853
39960
|
}
|
|
39854
39961
|
var Rating = /*#__PURE__*/React__namespace.forwardRef(function Rating(inProps, ref) {
|
|
39855
|
-
var props =
|
|
39962
|
+
var props = useDefaultProps({
|
|
39856
39963
|
name: 'MuiRating',
|
|
39857
39964
|
props: inProps
|
|
39858
39965
|
});
|
|
@@ -40293,7 +40400,7 @@
|
|
|
40293
40400
|
}, colorSchemeStyles);
|
|
40294
40401
|
});
|
|
40295
40402
|
var ScopedCssBaseline = /*#__PURE__*/React__namespace.forwardRef(function ScopedCssBaseline(inProps, ref) {
|
|
40296
|
-
var props =
|
|
40403
|
+
var props = useDefaultProps({
|
|
40297
40404
|
props: inProps,
|
|
40298
40405
|
name: 'MuiScopedCssBaseline'
|
|
40299
40406
|
});
|
|
@@ -41015,7 +41122,7 @@
|
|
|
41015
41122
|
var StyledOutlinedInput = styled$1(OutlinedInput$1, styledRootConfig)('');
|
|
41016
41123
|
var StyledFilledInput = styled$1(FilledInput$1, styledRootConfig)('');
|
|
41017
41124
|
var Select = /*#__PURE__*/React__namespace.forwardRef(function Select(inProps, ref) {
|
|
41018
|
-
var props =
|
|
41125
|
+
var props = useDefaultProps({
|
|
41019
41126
|
name: 'MuiSelect',
|
|
41020
41127
|
props: inProps
|
|
41021
41128
|
});
|
|
@@ -41338,7 +41445,7 @@
|
|
|
41338
41445
|
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
41446
|
});
|
|
41340
41447
|
var Skeleton = /*#__PURE__*/React__namespace.forwardRef(function Skeleton(inProps, ref) {
|
|
41341
|
-
var props =
|
|
41448
|
+
var props = useDefaultProps({
|
|
41342
41449
|
props: inProps,
|
|
41343
41450
|
name: 'MuiSkeleton'
|
|
41344
41451
|
});
|
|
@@ -41480,7 +41587,6 @@
|
|
|
41480
41587
|
value: PropTypes.node
|
|
41481
41588
|
} ;
|
|
41482
41589
|
|
|
41483
|
-
var useThemeProps$1 = createUseThemeProps();
|
|
41484
41590
|
function Identity(x) {
|
|
41485
41591
|
return x;
|
|
41486
41592
|
}
|
|
@@ -42007,7 +42113,7 @@
|
|
|
42007
42113
|
};
|
|
42008
42114
|
var Slider = /*#__PURE__*/React__namespace.forwardRef(function Slider(inputProps, ref) {
|
|
42009
42115
|
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 =
|
|
42116
|
+
var props = useDefaultProps({
|
|
42011
42117
|
props: inputProps,
|
|
42012
42118
|
name: 'MuiSlider'
|
|
42013
42119
|
});
|
|
@@ -42584,7 +42690,7 @@
|
|
|
42584
42690
|
marginRight: -8
|
|
42585
42691
|
});
|
|
42586
42692
|
var SnackbarContent = /*#__PURE__*/React__namespace.forwardRef(function SnackbarContent(inProps, ref) {
|
|
42587
|
-
var props =
|
|
42693
|
+
var props = useDefaultProps({
|
|
42588
42694
|
props: inProps,
|
|
42589
42695
|
name: 'MuiSnackbarContent'
|
|
42590
42696
|
});
|
|
@@ -42706,7 +42812,7 @@
|
|
|
42706
42812
|
})));
|
|
42707
42813
|
});
|
|
42708
42814
|
var Snackbar = /*#__PURE__*/React__namespace.forwardRef(function Snackbar(inProps, ref) {
|
|
42709
|
-
var props =
|
|
42815
|
+
var props = useDefaultProps({
|
|
42710
42816
|
props: inProps,
|
|
42711
42817
|
name: 'MuiSnackbar'
|
|
42712
42818
|
});
|
|
@@ -43241,7 +43347,7 @@
|
|
|
43241
43347
|
});
|
|
43242
43348
|
});
|
|
43243
43349
|
var SpeedDial = /*#__PURE__*/React__namespace.forwardRef(function SpeedDial(inProps, ref) {
|
|
43244
|
-
var props =
|
|
43350
|
+
var props = useDefaultProps({
|
|
43245
43351
|
props: inProps,
|
|
43246
43352
|
name: 'MuiSpeedDial'
|
|
43247
43353
|
});
|
|
@@ -43803,7 +43909,7 @@
|
|
|
43803
43909
|
// TODO v6: Remove PopperComponent, PopperProps, TransitionComponent and TransitionProps.
|
|
43804
43910
|
var Tooltip = /*#__PURE__*/React__namespace.forwardRef(function Tooltip(inProps, ref) {
|
|
43805
43911
|
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 =
|
|
43912
|
+
var props = useDefaultProps({
|
|
43807
43913
|
props: inProps,
|
|
43808
43914
|
name: 'MuiTooltip'
|
|
43809
43915
|
});
|
|
@@ -44476,7 +44582,7 @@
|
|
|
44476
44582
|
});
|
|
44477
44583
|
});
|
|
44478
44584
|
var SpeedDialAction = /*#__PURE__*/React__namespace.forwardRef(function SpeedDialAction(inProps, ref) {
|
|
44479
|
-
var props =
|
|
44585
|
+
var props = useDefaultProps({
|
|
44480
44586
|
props: inProps,
|
|
44481
44587
|
name: 'MuiSpeedDialAction'
|
|
44482
44588
|
});
|
|
@@ -44670,7 +44776,7 @@
|
|
|
44670
44776
|
}));
|
|
44671
44777
|
});
|
|
44672
44778
|
var SpeedDialIcon = /*#__PURE__*/React__namespace.forwardRef(function SpeedDialIcon(inProps, ref) {
|
|
44673
|
-
var props =
|
|
44779
|
+
var props = useDefaultProps({
|
|
44674
44780
|
props: inProps,
|
|
44675
44781
|
name: 'MuiSpeedDialIcon'
|
|
44676
44782
|
});
|
|
@@ -44801,7 +44907,7 @@
|
|
|
44801
44907
|
});
|
|
44802
44908
|
});
|
|
44803
44909
|
var Step = /*#__PURE__*/React__namespace.forwardRef(function Step(inProps, ref) {
|
|
44804
|
-
var props =
|
|
44910
|
+
var props = useDefaultProps({
|
|
44805
44911
|
props: inProps,
|
|
44806
44912
|
name: 'MuiStep'
|
|
44807
44913
|
});
|
|
@@ -44992,7 +45098,7 @@
|
|
|
44992
45098
|
};
|
|
44993
45099
|
});
|
|
44994
45100
|
var StepIcon = /*#__PURE__*/React__namespace.forwardRef(function StepIcon(inProps, ref) {
|
|
44995
|
-
var props =
|
|
45101
|
+
var props = useDefaultProps({
|
|
44996
45102
|
props: inProps,
|
|
44997
45103
|
name: 'MuiStepIcon'
|
|
44998
45104
|
});
|
|
@@ -45191,7 +45297,7 @@
|
|
|
45191
45297
|
});
|
|
45192
45298
|
var StepLabel = /*#__PURE__*/React__namespace.forwardRef(function StepLabel(inProps, ref) {
|
|
45193
45299
|
var _slotProps$label;
|
|
45194
|
-
var props =
|
|
45300
|
+
var props = useDefaultProps({
|
|
45195
45301
|
props: inProps,
|
|
45196
45302
|
name: 'MuiStepLabel'
|
|
45197
45303
|
});
|
|
@@ -45355,7 +45461,7 @@
|
|
|
45355
45461
|
}));
|
|
45356
45462
|
});
|
|
45357
45463
|
var StepButton = /*#__PURE__*/React__namespace.forwardRef(function StepButton(inProps, ref) {
|
|
45358
|
-
var props =
|
|
45464
|
+
var props = useDefaultProps({
|
|
45359
45465
|
props: inProps,
|
|
45360
45466
|
name: 'MuiStepButton'
|
|
45361
45467
|
});
|
|
@@ -45489,7 +45595,7 @@
|
|
|
45489
45595
|
});
|
|
45490
45596
|
});
|
|
45491
45597
|
var StepConnector = /*#__PURE__*/React__namespace.forwardRef(function StepConnector(inProps, ref) {
|
|
45492
|
-
var props =
|
|
45598
|
+
var props = useDefaultProps({
|
|
45493
45599
|
props: inProps,
|
|
45494
45600
|
name: 'MuiStepConnector'
|
|
45495
45601
|
});
|
|
@@ -45586,7 +45692,7 @@
|
|
|
45586
45692
|
}
|
|
45587
45693
|
})({});
|
|
45588
45694
|
var StepContent = /*#__PURE__*/React__namespace.forwardRef(function StepContent(inProps, ref) {
|
|
45589
|
-
var props =
|
|
45695
|
+
var props = useDefaultProps({
|
|
45590
45696
|
props: inProps,
|
|
45591
45697
|
name: 'MuiStepContent'
|
|
45592
45698
|
});
|
|
@@ -45719,7 +45825,7 @@
|
|
|
45719
45825
|
});
|
|
45720
45826
|
var defaultConnector = /*#__PURE__*/jsxRuntime_1(StepConnector$1, {});
|
|
45721
45827
|
var Stepper = /*#__PURE__*/React__namespace.forwardRef(function Stepper(inProps, ref) {
|
|
45722
|
-
var props =
|
|
45828
|
+
var props = useDefaultProps({
|
|
45723
45829
|
props: inProps,
|
|
45724
45830
|
name: 'MuiStepper'
|
|
45725
45831
|
});
|
|
@@ -45986,7 +46092,7 @@
|
|
|
45986
46092
|
}
|
|
45987
46093
|
var iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);
|
|
45988
46094
|
var SwipeableDrawer = /*#__PURE__*/React__namespace.forwardRef(function SwipeableDrawer(inProps, ref) {
|
|
45989
|
-
var props =
|
|
46095
|
+
var props = useDefaultProps({
|
|
45990
46096
|
name: 'MuiSwipeableDrawer',
|
|
45991
46097
|
props: inProps
|
|
45992
46098
|
});
|
|
@@ -46497,7 +46603,6 @@
|
|
|
46497
46603
|
var switchClasses = generateUtilityClasses$1('MuiSwitch', ['root', 'edgeStart', 'edgeEnd', 'switchBase', 'colorPrimary', 'colorSecondary', 'sizeSmall', 'sizeMedium', 'checked', 'disabled', 'input', 'thumb', 'track']);
|
|
46498
46604
|
var switchClasses$1 = switchClasses;
|
|
46499
46605
|
|
|
46500
|
-
var useThemeProps = createUseThemeProps();
|
|
46501
46606
|
var useUtilityClasses$g = function useUtilityClasses(ownerState) {
|
|
46502
46607
|
var classes = ownerState.classes,
|
|
46503
46608
|
edge = ownerState.edge,
|
|
@@ -46677,7 +46782,7 @@
|
|
|
46677
46782
|
};
|
|
46678
46783
|
});
|
|
46679
46784
|
var Switch = /*#__PURE__*/React__namespace.forwardRef(function Switch(inProps, ref) {
|
|
46680
|
-
var props =
|
|
46785
|
+
var props = useDefaultProps({
|
|
46681
46786
|
props: inProps,
|
|
46682
46787
|
name: 'MuiSwitch'
|
|
46683
46788
|
});
|
|
@@ -46902,7 +47007,7 @@
|
|
|
46902
47007
|
});
|
|
46903
47008
|
});
|
|
46904
47009
|
var Tab = /*#__PURE__*/React__namespace.forwardRef(function Tab(inProps, ref) {
|
|
46905
|
-
var props =
|
|
47010
|
+
var props = useDefaultProps({
|
|
46906
47011
|
props: inProps,
|
|
46907
47012
|
name: 'MuiTab'
|
|
46908
47013
|
});
|
|
@@ -47106,7 +47211,7 @@
|
|
|
47106
47211
|
});
|
|
47107
47212
|
var defaultComponent$4 = 'table';
|
|
47108
47213
|
var Table = /*#__PURE__*/React__namespace.forwardRef(function Table(inProps, ref) {
|
|
47109
|
-
var props =
|
|
47214
|
+
var props = useDefaultProps({
|
|
47110
47215
|
props: inProps,
|
|
47111
47216
|
name: 'MuiTable'
|
|
47112
47217
|
});
|
|
@@ -47227,7 +47332,7 @@
|
|
|
47227
47332
|
};
|
|
47228
47333
|
var defaultComponent$3 = 'tbody';
|
|
47229
47334
|
var TableBody = /*#__PURE__*/React__namespace.forwardRef(function TableBody(inProps, ref) {
|
|
47230
|
-
var props =
|
|
47335
|
+
var props = useDefaultProps({
|
|
47231
47336
|
props: inProps,
|
|
47232
47337
|
name: 'MuiTableBody'
|
|
47233
47338
|
});
|
|
@@ -47362,7 +47467,7 @@
|
|
|
47362
47467
|
* or otherwise a `<td>` element.
|
|
47363
47468
|
*/
|
|
47364
47469
|
var TableCell = /*#__PURE__*/React__namespace.forwardRef(function TableCell(inProps, ref) {
|
|
47365
|
-
var props =
|
|
47470
|
+
var props = useDefaultProps({
|
|
47366
47471
|
props: inProps,
|
|
47367
47472
|
name: 'MuiTableCell'
|
|
47368
47473
|
});
|
|
@@ -47501,7 +47606,7 @@
|
|
|
47501
47606
|
overflowX: 'auto'
|
|
47502
47607
|
});
|
|
47503
47608
|
var TableContainer = /*#__PURE__*/React__namespace.forwardRef(function TableContainer(inProps, ref) {
|
|
47504
|
-
var props =
|
|
47609
|
+
var props = useDefaultProps({
|
|
47505
47610
|
props: inProps,
|
|
47506
47611
|
name: 'MuiTableContainer'
|
|
47507
47612
|
});
|
|
@@ -47576,7 +47681,7 @@
|
|
|
47576
47681
|
};
|
|
47577
47682
|
var defaultComponent$2 = 'tfoot';
|
|
47578
47683
|
var TableFooter = /*#__PURE__*/React__namespace.forwardRef(function TableFooter(inProps, ref) {
|
|
47579
|
-
var props =
|
|
47684
|
+
var props = useDefaultProps({
|
|
47580
47685
|
props: inProps,
|
|
47581
47686
|
name: 'MuiTableFooter'
|
|
47582
47687
|
});
|
|
@@ -47655,7 +47760,7 @@
|
|
|
47655
47760
|
};
|
|
47656
47761
|
var defaultComponent$1 = 'thead';
|
|
47657
47762
|
var TableHead = /*#__PURE__*/React__namespace.forwardRef(function TableHead(inProps, ref) {
|
|
47658
|
-
var props =
|
|
47763
|
+
var props = useDefaultProps({
|
|
47659
47764
|
props: inProps,
|
|
47660
47765
|
name: 'MuiTableHead'
|
|
47661
47766
|
});
|
|
@@ -47751,7 +47856,7 @@
|
|
|
47751
47856
|
return ownerState.variant === 'regular' && theme.mixins.toolbar;
|
|
47752
47857
|
});
|
|
47753
47858
|
var Toolbar = /*#__PURE__*/React__namespace.forwardRef(function Toolbar(inProps, ref) {
|
|
47754
|
-
var props =
|
|
47859
|
+
var props = useDefaultProps({
|
|
47755
47860
|
props: inProps,
|
|
47756
47861
|
name: 'MuiToolbar'
|
|
47757
47862
|
});
|
|
@@ -48125,7 +48230,7 @@
|
|
|
48125
48230
|
*/
|
|
48126
48231
|
var TablePagination = /*#__PURE__*/React__namespace.forwardRef(function TablePagination(inProps, ref) {
|
|
48127
48232
|
var _slotProps$select;
|
|
48128
|
-
var props =
|
|
48233
|
+
var props = useDefaultProps({
|
|
48129
48234
|
props: inProps,
|
|
48130
48235
|
name: 'MuiTablePagination'
|
|
48131
48236
|
});
|
|
@@ -48481,7 +48586,7 @@
|
|
|
48481
48586
|
* based on the material table element parent (head, body, etc).
|
|
48482
48587
|
*/
|
|
48483
48588
|
var TableRow = /*#__PURE__*/React__namespace.forwardRef(function TableRow(inProps, ref) {
|
|
48484
|
-
var props =
|
|
48589
|
+
var props = useDefaultProps({
|
|
48485
48590
|
props: inProps,
|
|
48486
48591
|
name: 'MuiTableRow'
|
|
48487
48592
|
});
|
|
@@ -48629,7 +48734,7 @@
|
|
|
48629
48734
|
* A button based label for placing inside `TableCell` for column sorting.
|
|
48630
48735
|
*/
|
|
48631
48736
|
var TableSortLabel = /*#__PURE__*/React__namespace.forwardRef(function TableSortLabel(inProps, ref) {
|
|
48632
|
-
var props =
|
|
48737
|
+
var props = useDefaultProps({
|
|
48633
48738
|
props: inProps,
|
|
48634
48739
|
name: 'MuiTableSortLabel'
|
|
48635
48740
|
});
|
|
@@ -48840,7 +48945,7 @@
|
|
|
48840
48945
|
});
|
|
48841
48946
|
var TabScrollButton = /*#__PURE__*/React__namespace.forwardRef(function TabScrollButton(inProps, ref) {
|
|
48842
48947
|
var _slots$StartScrollBut, _slots$EndScrollButto;
|
|
48843
|
-
var props =
|
|
48948
|
+
var props = useDefaultProps({
|
|
48844
48949
|
props: inProps,
|
|
48845
48950
|
name: 'MuiTabScrollButton'
|
|
48846
48951
|
});
|
|
@@ -49117,7 +49222,7 @@
|
|
|
49117
49222
|
var defaultIndicatorStyle = {};
|
|
49118
49223
|
var warnedOnceTabPresent = false;
|
|
49119
49224
|
var Tabs = /*#__PURE__*/React__namespace.forwardRef(function Tabs(inProps, ref) {
|
|
49120
|
-
var props =
|
|
49225
|
+
var props = useDefaultProps({
|
|
49121
49226
|
props: inProps,
|
|
49122
49227
|
name: 'MuiTabs'
|
|
49123
49228
|
});
|
|
@@ -49828,7 +49933,7 @@
|
|
|
49828
49933
|
* - using the underlying components directly as shown in the demos
|
|
49829
49934
|
*/
|
|
49830
49935
|
var TextField = /*#__PURE__*/React__namespace.forwardRef(function TextField(inProps, ref) {
|
|
49831
|
-
var props =
|
|
49936
|
+
var props = useDefaultProps({
|
|
49832
49937
|
props: inProps,
|
|
49833
49938
|
name: 'MuiTextField'
|
|
49834
49939
|
});
|
|
@@ -50244,7 +50349,7 @@
|
|
|
50244
50349
|
var resolvedProps = resolveProps(_extends({}, contextProps, {
|
|
50245
50350
|
selected: isValueSelected(inProps.value, contextValue)
|
|
50246
50351
|
}), inProps);
|
|
50247
|
-
var props =
|
|
50352
|
+
var props = useDefaultProps({
|
|
50248
50353
|
props: resolvedProps,
|
|
50249
50354
|
name: 'MuiToggleButton'
|
|
50250
50355
|
});
|
|
@@ -50448,7 +50553,7 @@
|
|
|
50448
50553
|
}));
|
|
50449
50554
|
});
|
|
50450
50555
|
var ToggleButtonGroup = /*#__PURE__*/React__namespace.forwardRef(function ToggleButtonGroup(inProps, ref) {
|
|
50451
|
-
var props =
|
|
50556
|
+
var props = useDefaultProps({
|
|
50452
50557
|
props: inProps,
|
|
50453
50558
|
name: 'MuiToggleButtonGroup'
|
|
50454
50559
|
});
|
|
@@ -51119,7 +51224,7 @@
|
|
|
51119
51224
|
exports.useStepContext = useStepContext;
|
|
51120
51225
|
exports.useStepperContext = useStepperContext;
|
|
51121
51226
|
exports.useTheme = useTheme;
|
|
51122
|
-
exports.useThemeProps = useThemeProps
|
|
51227
|
+
exports.useThemeProps = useThemeProps;
|
|
51123
51228
|
exports.withStyles = withStyles;
|
|
51124
51229
|
exports.withTheme = withTheme;
|
|
51125
51230
|
|