@mui/material 5.14.3 → 5.14.4
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 +1 -1
- package/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/AccordionActions.js +1 -1
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/AccordionDetails.js +1 -1
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/AccordionSummary.js +1 -1
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/Alert.js +1 -1
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/AlertTitle.js +1 -1
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/AppBar.js +1 -1
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/autocompleteClasses.d.ts +58 -58
- package/Avatar/Avatar.js +1 -1
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/AvatarGroup.js +1 -1
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/Backdrop/Backdrop.js +1 -1
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Badge/Badge.js +2 -2
- package/Badge/badgeClasses.d.ts +56 -56
- package/BottomNavigation/BottomNavigation.js +1 -1
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/Button.js +1 -1
- package/Button/buttonClasses.d.ts +100 -100
- package/ButtonBase/ButtonBase.js +1 -1
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/ButtonGroup.js +1 -1
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +102 -4
- package/Card/Card.js +1 -1
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/CardActionArea.js +1 -1
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/CardActions.js +1 -1
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/CardContent.js +1 -1
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/CardHeader.js +1 -1
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/CardMedia.js +1 -1
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/Checkbox.js +4 -3
- package/Checkbox/checkboxClasses.d.ts +22 -18
- package/Checkbox/checkboxClasses.js +1 -1
- package/Chip/Chip.js +1 -1
- package/Chip/chipClasses.d.ts +96 -96
- package/CircularProgress/CircularProgress.js +1 -1
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +1 -2
- package/ClickAwayListener/index.js +1 -2
- package/Collapse/Collapse.js +1 -1
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +6 -6
- package/Dialog/Dialog.js +1 -1
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/DialogActions.js +1 -1
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/DialogContent.js +1 -1
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/DialogContentText.js +1 -1
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/DialogTitle.js +1 -1
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/Divider.js +1 -1
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/Drawer.js +1 -1
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/Fab.js +1 -1
- package/Fab/fabClasses.d.ts +26 -26
- package/FilledInput/FilledInput.js +1 -1
- package/FilledInput/filledInputClasses.d.ts +42 -42
- package/FormControl/FormControl.js +1 -1
- package/FormControl/FormControlContext.d.ts +17 -17
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControl/useFormControl.d.ts +2 -2
- package/FormControlLabel/FormControlLabel.js +1 -1
- package/FormControlLabel/formControlLabelClasses.d.ts +24 -24
- package/FormGroup/FormGroup.js +1 -1
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormHelperText/FormHelperText.js +1 -1
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/FormLabel.js +1 -1
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/Grid.js +1 -1
- package/Grid/gridClasses.d.ts +48 -48
- package/Hidden/HiddenCss.js +1 -1
- package/Icon/Icon.js +1 -1
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/IconButton.js +1 -1
- package/IconButton/iconButtonClasses.d.ts +34 -34
- package/ImageList/ImageList.js +1 -1
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/ImageListItem.js +1 -1
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/ImageListItemBar.js +1 -1
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/Input.js +1 -1
- package/Input/inputClasses.d.ts +38 -38
- package/InputAdornment/InputAdornment.js +1 -1
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/inputBaseClasses.d.ts +46 -46
- package/InputLabel/InputLabel.js +1 -1
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/LinearProgress.js +1 -1
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/Link.js +1 -1
- package/Link/getTextDecoration.d.ts +15 -15
- package/Link/linkClasses.d.ts +18 -18
- package/List/List.js +1 -1
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/ListItemAvatar.js +1 -1
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/ListItemButton.js +1 -1
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/ListItemIcon.js +1 -1
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/ListItemText.js +1 -1
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/ListSubheader.js +1 -1
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/Menu.js +2 -1
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/MenuItem.js +1 -1
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/MobileStepper.js +1 -1
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/Modal/Modal.js +1 -1
- package/NativeSelect/NativeSelect.js +1 -1
- package/NativeSelect/NativeSelectInput.js +1 -1
- package/NativeSelect/nativeSelectClasses.d.ts +34 -34
- package/NoSsr/index.d.ts +1 -1
- package/NoSsr/index.js +1 -1
- package/OutlinedInput/OutlinedInput.js +1 -1
- package/OutlinedInput/outlinedInputClasses.d.ts +38 -38
- package/Pagination/Pagination.js +1 -1
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/PaginationItem.js +1 -1
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/Paper.js +1 -1
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +65 -65
- package/Popper/Popper.js +1 -1
- package/Portal/index.d.ts +1 -1
- package/Portal/index.js +1 -1
- package/Radio/Radio.js +1 -1
- package/Radio/radioClasses.d.ts +16 -16
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/Rating/Rating.js +1 -1
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/ScopedCssBaseline.js +1 -1
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/SelectInput.js +1 -1
- package/Select/selectClasses.d.ts +32 -32
- package/Skeleton/Skeleton.js +1 -1
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Slider/Slider.js +1 -1
- package/Slider/SliderValueLabel.d.ts +10 -10
- package/Slider/SliderValueLabel.types.d.ts +24 -24
- package/Slider/sliderClasses.d.ts +58 -58
- package/Snackbar/Snackbar.js +2 -2
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/SnackbarContent.js +1 -1
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/SpeedDial.js +1 -1
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/SpeedDialAction.js +1 -1
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Stack/stackClasses.d.ts +6 -6
- package/Step/Step.js +1 -1
- package/Step/StepContext.d.ts +20 -20
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/StepButton.js +1 -1
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/StepConnector.js +1 -1
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/StepContent.js +1 -1
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/StepIcon.js +1 -1
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/StepLabel.js +1 -1
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/Stepper.js +1 -1
- package/Stepper/StepperContext.d.ts +18 -18
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/SvgIcon.js +1 -1
- package/SvgIcon/svgIconClasses.d.ts +26 -26
- package/Switch/Switch.js +1 -1
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/Tab.js +1 -1
- package/Tab/tabClasses.d.ts +26 -26
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/Table.js +1 -1
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/TableBody.js +1 -1
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/TableCell.js +1 -1
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/TableContainer.js +1 -1
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/TableFooter.js +1 -1
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/TableHead.js +1 -1
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/TableRow.js +1 -1
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/TableSortLabel.js +1 -1
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/TextField.js +1 -1
- package/TextField/textFieldClasses.d.ts +8 -8
- package/TextareaAutosize/index.d.ts +1 -1
- package/TextareaAutosize/index.js +1 -1
- package/ToggleButton/ToggleButton.js +1 -1
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/Toolbar.js +1 -1
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/Typography.js +5 -2
- package/Typography/typographyClasses.d.ts +50 -50
- package/Unstable_Grid2/Grid2.d.ts +4 -4
- package/Unstable_Grid2/Grid2Props.d.ts +15 -15
- package/Unstable_Grid2/grid2Classes.d.ts +5 -5
- package/Unstable_Grid2/index.d.ts +4 -4
- package/Unstable_TrapFocus/index.d.ts +1 -1
- package/Unstable_TrapFocus/index.js +1 -1
- package/className/index.d.ts +1 -1
- package/darkScrollbar/index.d.ts +28 -28
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClasses/index.d.ts +1 -1
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/internal/SwitchBase.js +1 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/Accordion/Accordion.js +1 -1
- package/legacy/AccordionActions/AccordionActions.js +1 -1
- package/legacy/AccordionDetails/AccordionDetails.js +1 -1
- package/legacy/AccordionSummary/AccordionSummary.js +1 -1
- package/legacy/Alert/Alert.js +1 -1
- package/legacy/AlertTitle/AlertTitle.js +1 -1
- package/legacy/AppBar/AppBar.js +1 -1
- package/legacy/Avatar/Avatar.js +1 -1
- package/legacy/AvatarGroup/AvatarGroup.js +1 -1
- package/legacy/Backdrop/Backdrop.js +1 -1
- package/legacy/Badge/Badge.js +2 -2
- package/legacy/BottomNavigation/BottomNavigation.js +1 -1
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/legacy/Button/Button.js +1 -1
- package/legacy/ButtonBase/ButtonBase.js +1 -1
- package/legacy/ButtonGroup/ButtonGroup.js +1 -1
- package/legacy/Card/Card.js +1 -1
- package/legacy/CardActionArea/CardActionArea.js +1 -1
- package/legacy/CardActions/CardActions.js +1 -1
- package/legacy/CardContent/CardContent.js +1 -1
- package/legacy/CardHeader/CardHeader.js +1 -1
- package/legacy/CardMedia/CardMedia.js +1 -1
- package/legacy/Checkbox/Checkbox.js +4 -3
- package/legacy/Checkbox/checkboxClasses.js +1 -1
- package/legacy/Chip/Chip.js +1 -1
- package/legacy/CircularProgress/CircularProgress.js +1 -1
- package/legacy/ClickAwayListener/index.js +1 -2
- package/legacy/Collapse/Collapse.js +1 -1
- package/legacy/Dialog/Dialog.js +1 -1
- package/legacy/DialogActions/DialogActions.js +1 -1
- package/legacy/DialogContent/DialogContent.js +1 -1
- package/legacy/DialogContentText/DialogContentText.js +1 -1
- package/legacy/DialogTitle/DialogTitle.js +1 -1
- package/legacy/Divider/Divider.js +1 -1
- package/legacy/Drawer/Drawer.js +1 -1
- package/legacy/Fab/Fab.js +1 -1
- package/legacy/FilledInput/FilledInput.js +1 -1
- package/legacy/FormControl/FormControl.js +1 -1
- package/legacy/FormControlLabel/FormControlLabel.js +1 -1
- package/legacy/FormGroup/FormGroup.js +1 -1
- package/legacy/FormHelperText/FormHelperText.js +1 -1
- package/legacy/FormLabel/FormLabel.js +1 -1
- package/legacy/Grid/Grid.js +1 -1
- package/legacy/Hidden/HiddenCss.js +1 -1
- package/legacy/Icon/Icon.js +1 -1
- package/legacy/IconButton/IconButton.js +1 -1
- package/legacy/ImageList/ImageList.js +1 -1
- package/legacy/ImageListItem/ImageListItem.js +1 -1
- package/legacy/ImageListItemBar/ImageListItemBar.js +1 -1
- package/legacy/Input/Input.js +1 -1
- package/legacy/InputAdornment/InputAdornment.js +1 -1
- package/legacy/InputLabel/InputLabel.js +1 -1
- package/legacy/LinearProgress/LinearProgress.js +1 -1
- package/legacy/Link/Link.js +1 -1
- package/legacy/List/List.js +1 -1
- package/legacy/ListItemAvatar/ListItemAvatar.js +1 -1
- package/legacy/ListItemButton/ListItemButton.js +1 -1
- package/legacy/ListItemIcon/ListItemIcon.js +1 -1
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/legacy/ListItemText/ListItemText.js +1 -1
- package/legacy/ListSubheader/ListSubheader.js +1 -1
- package/legacy/Menu/Menu.js +2 -1
- package/legacy/MenuItem/MenuItem.js +1 -1
- package/legacy/MobileStepper/MobileStepper.js +1 -1
- package/legacy/Modal/Modal.js +1 -1
- package/legacy/NativeSelect/NativeSelect.js +1 -1
- package/legacy/NativeSelect/NativeSelectInput.js +1 -1
- package/legacy/NoSsr/index.js +1 -1
- package/legacy/OutlinedInput/OutlinedInput.js +1 -1
- package/legacy/Pagination/Pagination.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +1 -1
- package/legacy/Paper/Paper.js +1 -1
- package/legacy/Popper/Popper.js +1 -1
- package/legacy/Portal/index.js +1 -1
- package/legacy/Radio/Radio.js +1 -1
- package/legacy/Rating/Rating.js +1 -1
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +1 -1
- package/legacy/Select/SelectInput.js +1 -1
- package/legacy/Skeleton/Skeleton.js +1 -1
- package/legacy/Slider/Slider.js +1 -1
- package/legacy/Snackbar/Snackbar.js +2 -2
- package/legacy/SnackbarContent/SnackbarContent.js +1 -1
- package/legacy/SpeedDial/SpeedDial.js +1 -1
- package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/legacy/Step/Step.js +1 -1
- package/legacy/StepButton/StepButton.js +1 -1
- package/legacy/StepConnector/StepConnector.js +1 -1
- package/legacy/StepContent/StepContent.js +1 -1
- package/legacy/StepIcon/StepIcon.js +1 -1
- package/legacy/StepLabel/StepLabel.js +1 -1
- package/legacy/Stepper/Stepper.js +1 -1
- package/legacy/SvgIcon/SvgIcon.js +1 -1
- package/legacy/Switch/Switch.js +1 -1
- package/legacy/Tab/Tab.js +1 -1
- package/legacy/Table/Table.js +1 -1
- package/legacy/TableBody/TableBody.js +1 -1
- package/legacy/TableCell/TableCell.js +1 -1
- package/legacy/TableContainer/TableContainer.js +1 -1
- package/legacy/TableFooter/TableFooter.js +1 -1
- package/legacy/TableHead/TableHead.js +1 -1
- package/legacy/TableRow/TableRow.js +1 -1
- package/legacy/TableSortLabel/TableSortLabel.js +1 -1
- package/legacy/TextField/TextField.js +1 -1
- package/legacy/TextareaAutosize/index.js +1 -1
- package/legacy/ToggleButton/ToggleButton.js +1 -1
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/legacy/Toolbar/Toolbar.js +1 -1
- package/legacy/Typography/Typography.js +5 -2
- package/legacy/Unstable_TrapFocus/index.js +1 -1
- package/legacy/index.js +2 -2
- package/legacy/internal/SwitchBase.js +1 -1
- package/legacy/styles/createTypography.js +1 -0
- package/legacy/useAutocomplete/useAutocomplete.js +1 -1
- package/legacy/utils/index.js +1 -1
- package/locale/index.d.ts +80 -80
- package/modern/Accordion/Accordion.js +1 -1
- package/modern/AccordionActions/AccordionActions.js +1 -1
- package/modern/AccordionDetails/AccordionDetails.js +1 -1
- package/modern/AccordionSummary/AccordionSummary.js +1 -1
- package/modern/Alert/Alert.js +1 -1
- package/modern/AlertTitle/AlertTitle.js +1 -1
- package/modern/AppBar/AppBar.js +1 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/AvatarGroup/AvatarGroup.js +1 -1
- package/modern/Backdrop/Backdrop.js +1 -1
- package/modern/Badge/Badge.js +2 -2
- package/modern/BottomNavigation/BottomNavigation.js +1 -1
- package/modern/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/modern/Button/Button.js +1 -1
- package/modern/ButtonBase/ButtonBase.js +1 -1
- package/modern/ButtonGroup/ButtonGroup.js +1 -1
- package/modern/Card/Card.js +1 -1
- package/modern/CardActionArea/CardActionArea.js +1 -1
- package/modern/CardActions/CardActions.js +1 -1
- package/modern/CardContent/CardContent.js +1 -1
- package/modern/CardHeader/CardHeader.js +1 -1
- package/modern/CardMedia/CardMedia.js +1 -1
- package/modern/Checkbox/Checkbox.js +4 -3
- package/modern/Checkbox/checkboxClasses.js +1 -1
- package/modern/Chip/Chip.js +1 -1
- package/modern/CircularProgress/CircularProgress.js +1 -1
- package/modern/ClickAwayListener/index.js +1 -2
- package/modern/Collapse/Collapse.js +1 -1
- package/modern/Dialog/Dialog.js +1 -1
- package/modern/DialogActions/DialogActions.js +1 -1
- package/modern/DialogContent/DialogContent.js +1 -1
- package/modern/DialogContentText/DialogContentText.js +1 -1
- package/modern/DialogTitle/DialogTitle.js +1 -1
- package/modern/Divider/Divider.js +1 -1
- package/modern/Drawer/Drawer.js +1 -1
- package/modern/Fab/Fab.js +1 -1
- package/modern/FilledInput/FilledInput.js +1 -1
- package/modern/FormControl/FormControl.js +1 -1
- package/modern/FormControlLabel/FormControlLabel.js +1 -1
- package/modern/FormGroup/FormGroup.js +1 -1
- package/modern/FormHelperText/FormHelperText.js +1 -1
- package/modern/FormLabel/FormLabel.js +1 -1
- package/modern/Grid/Grid.js +1 -1
- package/modern/Hidden/HiddenCss.js +1 -1
- package/modern/Icon/Icon.js +1 -1
- package/modern/IconButton/IconButton.js +1 -1
- package/modern/ImageList/ImageList.js +1 -1
- package/modern/ImageListItem/ImageListItem.js +1 -1
- package/modern/ImageListItemBar/ImageListItemBar.js +1 -1
- package/modern/Input/Input.js +1 -1
- package/modern/InputAdornment/InputAdornment.js +1 -1
- package/modern/InputLabel/InputLabel.js +1 -1
- package/modern/LinearProgress/LinearProgress.js +1 -1
- package/modern/Link/Link.js +1 -1
- package/modern/List/List.js +1 -1
- package/modern/ListItemAvatar/ListItemAvatar.js +1 -1
- package/modern/ListItemButton/ListItemButton.js +1 -1
- package/modern/ListItemIcon/ListItemIcon.js +1 -1
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/modern/ListItemText/ListItemText.js +1 -1
- package/modern/ListSubheader/ListSubheader.js +1 -1
- package/modern/Menu/Menu.js +2 -1
- package/modern/MenuItem/MenuItem.js +1 -1
- package/modern/MobileStepper/MobileStepper.js +1 -1
- package/modern/Modal/Modal.js +1 -1
- package/modern/NativeSelect/NativeSelect.js +1 -1
- package/modern/NativeSelect/NativeSelectInput.js +1 -1
- package/modern/NoSsr/index.js +1 -1
- package/modern/OutlinedInput/OutlinedInput.js +1 -1
- package/modern/Pagination/Pagination.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +1 -1
- package/modern/Paper/Paper.js +1 -1
- package/modern/Popper/Popper.js +1 -1
- package/modern/Portal/index.js +1 -1
- package/modern/Radio/Radio.js +1 -1
- package/modern/Rating/Rating.js +1 -1
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +1 -1
- package/modern/Select/SelectInput.js +1 -1
- package/modern/Skeleton/Skeleton.js +1 -1
- package/modern/Slider/Slider.js +1 -1
- package/modern/Snackbar/Snackbar.js +2 -2
- package/modern/SnackbarContent/SnackbarContent.js +1 -1
- package/modern/SpeedDial/SpeedDial.js +1 -1
- package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
- package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/modern/Step/Step.js +1 -1
- package/modern/StepButton/StepButton.js +1 -1
- package/modern/StepConnector/StepConnector.js +1 -1
- package/modern/StepContent/StepContent.js +1 -1
- package/modern/StepIcon/StepIcon.js +1 -1
- package/modern/StepLabel/StepLabel.js +1 -1
- package/modern/Stepper/Stepper.js +1 -1
- package/modern/SvgIcon/SvgIcon.js +1 -1
- package/modern/Switch/Switch.js +1 -1
- package/modern/Tab/Tab.js +1 -1
- package/modern/Table/Table.js +1 -1
- package/modern/TableBody/TableBody.js +1 -1
- package/modern/TableCell/TableCell.js +1 -1
- package/modern/TableContainer/TableContainer.js +1 -1
- package/modern/TableFooter/TableFooter.js +1 -1
- package/modern/TableHead/TableHead.js +1 -1
- package/modern/TableRow/TableRow.js +1 -1
- package/modern/TableSortLabel/TableSortLabel.js +1 -1
- package/modern/TextField/TextField.js +1 -1
- package/modern/TextareaAutosize/index.js +1 -1
- package/modern/ToggleButton/ToggleButton.js +1 -1
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/modern/Toolbar/Toolbar.js +1 -1
- package/modern/Typography/Typography.js +5 -2
- package/modern/Unstable_TrapFocus/index.js +1 -1
- package/modern/index.js +2 -2
- package/modern/internal/SwitchBase.js +1 -1
- package/modern/styles/createTypography.js +1 -0
- package/modern/useAutocomplete/useAutocomplete.js +1 -1
- package/modern/utils/index.js +1 -1
- 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/Avatar/Avatar.js +2 -2
- package/node/AvatarGroup/AvatarGroup.js +2 -2
- package/node/Backdrop/Backdrop.js +2 -2
- package/node/Badge/Badge.js +4 -4
- package/node/BottomNavigation/BottomNavigation.js +2 -2
- package/node/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/node/Button/Button.js +2 -2
- package/node/ButtonBase/ButtonBase.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 +5 -4
- package/node/Checkbox/checkboxClasses.js +1 -1
- package/node/Chip/Chip.js +2 -2
- package/node/CircularProgress/CircularProgress.js +2 -2
- package/node/ClickAwayListener/index.js +2 -16
- package/node/Collapse/Collapse.js +2 -2
- 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/Hidden/HiddenCss.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/Input/Input.js +2 -2
- package/node/InputAdornment/InputAdornment.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/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 +7 -6
- 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/NativeSelect/NativeSelectInput.js +2 -2
- package/node/NoSsr/index.js +2 -3
- 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/Popper/Popper.js +2 -2
- package/node/Portal/index.js +2 -3
- package/node/Radio/Radio.js +2 -2
- package/node/Rating/Rating.js +2 -2
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/node/Select/SelectInput.js +2 -2
- package/node/Skeleton/Skeleton.js +2 -2
- package/node/Slider/Slider.js +2 -2
- package/node/Snackbar/Snackbar.js +4 -4
- 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/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/Switch/Switch.js +2 -2
- package/node/Tab/Tab.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/TableRow/TableRow.js +2 -2
- package/node/TableSortLabel/TableSortLabel.js +2 -2
- package/node/TextField/TextField.js +2 -2
- package/node/TextareaAutosize/index.js +2 -3
- package/node/ToggleButton/ToggleButton.js +2 -2
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/node/Toolbar/Toolbar.js +2 -2
- package/node/Typography/Typography.js +6 -3
- package/node/Unstable_TrapFocus/index.js +2 -3
- package/node/index.js +3 -3
- package/node/internal/SwitchBase.js +2 -2
- package/node/styles/createTypography.js +1 -0
- package/node/useAutocomplete/useAutocomplete.js +3 -5
- package/node/utils/index.js +2 -2
- package/package.json +5 -5
- package/styles/CssVarsProvider.d.ts +20 -20
- package/styles/createTypography.js +1 -0
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/getOverlayAlpha.d.ts +2 -2
- package/styles/identifier.d.ts +2 -2
- package/styles/shouldSkipGeneratingVar.d.ts +1 -1
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/types/OverridableComponentAugmentation.d.ts +31 -31
- package/umd/material-ui.development.js +8952 -8931
- package/umd/material-ui.production.min.js +15 -15
- package/useAutocomplete/useAutocomplete.d.ts +1 -1
- package/useAutocomplete/useAutocomplete.js +1 -1
- package/useMediaQuery/useMediaQuery.d.ts +46 -46
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/index.d.ts +1 -1
- package/utils/index.js +1 -1
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
package/Chip/chipClasses.d.ts
CHANGED
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
export interface ChipClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
5
|
-
sizeSmall: string;
|
|
6
|
-
/** Styles applied to the root element if `size="medium"`. */
|
|
7
|
-
sizeMedium: string;
|
|
8
|
-
/** Styles applied to the root element if `color="error"`. */
|
|
9
|
-
colorError: string;
|
|
10
|
-
/** Styles applied to the root element if `color="info"`. */
|
|
11
|
-
colorInfo: string;
|
|
12
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
13
|
-
colorPrimary: string;
|
|
14
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
15
|
-
colorSecondary: string;
|
|
16
|
-
/** Styles applied to the root element if `color="success"`. */
|
|
17
|
-
colorSuccess: string;
|
|
18
|
-
/** Styles applied to the root element if `color="warning"`. */
|
|
19
|
-
colorWarning: string;
|
|
20
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
21
|
-
disabled: string;
|
|
22
|
-
/** Styles applied to the root element if `onClick` is defined or `clickable={true}`. */
|
|
23
|
-
clickable: string;
|
|
24
|
-
/** Styles applied to the root element if `onClick` and `color="primary"` is defined or `clickable={true}`. */
|
|
25
|
-
clickableColorPrimary: string;
|
|
26
|
-
/** Styles applied to the root element if `onClick` and `color="secondary"` is defined or `clickable={true}`. */
|
|
27
|
-
clickableColorSecondary: string;
|
|
28
|
-
/** Styles applied to the root element if `onDelete` is defined. */
|
|
29
|
-
deletable: string;
|
|
30
|
-
/** Styles applied to the root element if `onDelete` and `color="primary"` is defined. */
|
|
31
|
-
deletableColorPrimary: string;
|
|
32
|
-
/** Styles applied to the root element if `onDelete` and `color="secondary"` is defined. */
|
|
33
|
-
deletableColorSecondary: string;
|
|
34
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
35
|
-
outlined: string;
|
|
36
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
37
|
-
filled: string;
|
|
38
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
|
|
39
|
-
outlinedPrimary: string;
|
|
40
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
|
|
41
|
-
outlinedSecondary: string;
|
|
42
|
-
/** Styles applied to the root element if `variant="filled"` and `color="primary"`. */
|
|
43
|
-
filledPrimary: string;
|
|
44
|
-
/** Styles applied to the root element if `variant="filled"` and `color="secondary"`. */
|
|
45
|
-
filledSecondary: string;
|
|
46
|
-
/** Styles applied to the avatar element. */
|
|
47
|
-
avatar: string;
|
|
48
|
-
/** Styles applied to the avatar element if `size="small"`. */
|
|
49
|
-
avatarSmall: string;
|
|
50
|
-
/** Styles applied to the avatar element if `size="medium"`. */
|
|
51
|
-
avatarMedium: string;
|
|
52
|
-
/** Styles applied to the avatar element if `color="primary"`. */
|
|
53
|
-
avatarColorPrimary: string;
|
|
54
|
-
/** Styles applied to the avatar element if `color="secondary"`. */
|
|
55
|
-
avatarColorSecondary: string;
|
|
56
|
-
/** Styles applied to the icon element. */
|
|
57
|
-
icon: string;
|
|
58
|
-
/** Styles applied to the icon element if `size="small"`. */
|
|
59
|
-
iconSmall: string;
|
|
60
|
-
/** Styles applied to the icon element if `size="medium"`. */
|
|
61
|
-
iconMedium: string;
|
|
62
|
-
/** Styles applied to the icon element if `color="primary"`. */
|
|
63
|
-
iconColorPrimary: string;
|
|
64
|
-
/** Styles applied to the icon element if `color="secondary"`. */
|
|
65
|
-
iconColorSecondary: string;
|
|
66
|
-
/** Styles applied to the label `span` element. */
|
|
67
|
-
label: string;
|
|
68
|
-
/** Styles applied to the label `span` element if `size="small"`. */
|
|
69
|
-
labelSmall: string;
|
|
70
|
-
/** Styles applied to the label `span` element if `size="medium"`. */
|
|
71
|
-
labelMedium: string;
|
|
72
|
-
/** Styles applied to the deleteIcon element. */
|
|
73
|
-
deleteIcon: string;
|
|
74
|
-
/** Styles applied to the deleteIcon element if `size="small"`. */
|
|
75
|
-
deleteIconSmall: string;
|
|
76
|
-
/** Styles applied to the deleteIcon element if `size="medium"`. */
|
|
77
|
-
deleteIconMedium: string;
|
|
78
|
-
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
|
|
79
|
-
deleteIconColorPrimary: string;
|
|
80
|
-
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
|
|
81
|
-
deleteIconColorSecondary: string;
|
|
82
|
-
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="outlined"`. */
|
|
83
|
-
deleteIconOutlinedColorPrimary: string;
|
|
84
|
-
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="outlined"`. */
|
|
85
|
-
deleteIconOutlinedColorSecondary: string;
|
|
86
|
-
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
|
|
87
|
-
deleteIconFilledColorPrimary: string;
|
|
88
|
-
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
|
|
89
|
-
deleteIconFilledColorSecondary: string;
|
|
90
|
-
/** State class applied to the root element if keyboard focused. */
|
|
91
|
-
focusVisible: string;
|
|
92
|
-
}
|
|
93
|
-
export type ChipClassKey = keyof ChipClasses;
|
|
94
|
-
export declare function getChipUtilityClass(slot: string): string;
|
|
95
|
-
declare const chipClasses: ChipClasses;
|
|
96
|
-
export default chipClasses;
|
|
1
|
+
export interface ChipClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
5
|
+
sizeSmall: string;
|
|
6
|
+
/** Styles applied to the root element if `size="medium"`. */
|
|
7
|
+
sizeMedium: string;
|
|
8
|
+
/** Styles applied to the root element if `color="error"`. */
|
|
9
|
+
colorError: string;
|
|
10
|
+
/** Styles applied to the root element if `color="info"`. */
|
|
11
|
+
colorInfo: string;
|
|
12
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
13
|
+
colorPrimary: string;
|
|
14
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
15
|
+
colorSecondary: string;
|
|
16
|
+
/** Styles applied to the root element if `color="success"`. */
|
|
17
|
+
colorSuccess: string;
|
|
18
|
+
/** Styles applied to the root element if `color="warning"`. */
|
|
19
|
+
colorWarning: string;
|
|
20
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
21
|
+
disabled: string;
|
|
22
|
+
/** Styles applied to the root element if `onClick` is defined or `clickable={true}`. */
|
|
23
|
+
clickable: string;
|
|
24
|
+
/** Styles applied to the root element if `onClick` and `color="primary"` is defined or `clickable={true}`. */
|
|
25
|
+
clickableColorPrimary: string;
|
|
26
|
+
/** Styles applied to the root element if `onClick` and `color="secondary"` is defined or `clickable={true}`. */
|
|
27
|
+
clickableColorSecondary: string;
|
|
28
|
+
/** Styles applied to the root element if `onDelete` is defined. */
|
|
29
|
+
deletable: string;
|
|
30
|
+
/** Styles applied to the root element if `onDelete` and `color="primary"` is defined. */
|
|
31
|
+
deletableColorPrimary: string;
|
|
32
|
+
/** Styles applied to the root element if `onDelete` and `color="secondary"` is defined. */
|
|
33
|
+
deletableColorSecondary: string;
|
|
34
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
35
|
+
outlined: string;
|
|
36
|
+
/** Styles applied to the root element if `variant="filled"`. */
|
|
37
|
+
filled: string;
|
|
38
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
|
|
39
|
+
outlinedPrimary: string;
|
|
40
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
|
|
41
|
+
outlinedSecondary: string;
|
|
42
|
+
/** Styles applied to the root element if `variant="filled"` and `color="primary"`. */
|
|
43
|
+
filledPrimary: string;
|
|
44
|
+
/** Styles applied to the root element if `variant="filled"` and `color="secondary"`. */
|
|
45
|
+
filledSecondary: string;
|
|
46
|
+
/** Styles applied to the avatar element. */
|
|
47
|
+
avatar: string;
|
|
48
|
+
/** Styles applied to the avatar element if `size="small"`. */
|
|
49
|
+
avatarSmall: string;
|
|
50
|
+
/** Styles applied to the avatar element if `size="medium"`. */
|
|
51
|
+
avatarMedium: string;
|
|
52
|
+
/** Styles applied to the avatar element if `color="primary"`. */
|
|
53
|
+
avatarColorPrimary: string;
|
|
54
|
+
/** Styles applied to the avatar element if `color="secondary"`. */
|
|
55
|
+
avatarColorSecondary: string;
|
|
56
|
+
/** Styles applied to the icon element. */
|
|
57
|
+
icon: string;
|
|
58
|
+
/** Styles applied to the icon element if `size="small"`. */
|
|
59
|
+
iconSmall: string;
|
|
60
|
+
/** Styles applied to the icon element if `size="medium"`. */
|
|
61
|
+
iconMedium: string;
|
|
62
|
+
/** Styles applied to the icon element if `color="primary"`. */
|
|
63
|
+
iconColorPrimary: string;
|
|
64
|
+
/** Styles applied to the icon element if `color="secondary"`. */
|
|
65
|
+
iconColorSecondary: string;
|
|
66
|
+
/** Styles applied to the label `span` element. */
|
|
67
|
+
label: string;
|
|
68
|
+
/** Styles applied to the label `span` element if `size="small"`. */
|
|
69
|
+
labelSmall: string;
|
|
70
|
+
/** Styles applied to the label `span` element if `size="medium"`. */
|
|
71
|
+
labelMedium: string;
|
|
72
|
+
/** Styles applied to the deleteIcon element. */
|
|
73
|
+
deleteIcon: string;
|
|
74
|
+
/** Styles applied to the deleteIcon element if `size="small"`. */
|
|
75
|
+
deleteIconSmall: string;
|
|
76
|
+
/** Styles applied to the deleteIcon element if `size="medium"`. */
|
|
77
|
+
deleteIconMedium: string;
|
|
78
|
+
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
|
|
79
|
+
deleteIconColorPrimary: string;
|
|
80
|
+
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
|
|
81
|
+
deleteIconColorSecondary: string;
|
|
82
|
+
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="outlined"`. */
|
|
83
|
+
deleteIconOutlinedColorPrimary: string;
|
|
84
|
+
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="outlined"`. */
|
|
85
|
+
deleteIconOutlinedColorSecondary: string;
|
|
86
|
+
/** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
|
|
87
|
+
deleteIconFilledColorPrimary: string;
|
|
88
|
+
/** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
|
|
89
|
+
deleteIconFilledColorSecondary: string;
|
|
90
|
+
/** State class applied to the root element if keyboard focused. */
|
|
91
|
+
focusVisible: string;
|
|
92
|
+
}
|
|
93
|
+
export type ChipClassKey = keyof ChipClasses;
|
|
94
|
+
export declare function getChipUtilityClass(slot: string): string;
|
|
95
|
+
declare const chipClasses: ChipClasses;
|
|
96
|
+
export default chipClasses;
|
|
@@ -12,7 +12,7 @@ import * as React from 'react';
|
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
13
13
|
import clsx from 'clsx';
|
|
14
14
|
import { chainPropTypes } from '@mui/utils';
|
|
15
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
15
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
16
16
|
import { keyframes, css } from '@mui/system';
|
|
17
17
|
import capitalize from '../utils/capitalize';
|
|
18
18
|
import useThemeProps from '../styles/useThemeProps';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export interface CircularProgressClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="determinate"`. */
|
|
5
|
-
determinate: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="indeterminate"`. */
|
|
7
|
-
indeterminate: string;
|
|
8
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
9
|
-
colorPrimary: string;
|
|
10
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
11
|
-
colorSecondary: string;
|
|
12
|
-
/** Styles applied to the svg element. */
|
|
13
|
-
svg: string;
|
|
14
|
-
/** Styles applied to the `circle` svg path. */
|
|
15
|
-
circle: string;
|
|
16
|
-
/** Styles applied to the `circle` svg path if `variant="determinate"`. */
|
|
17
|
-
circleDeterminate: string;
|
|
18
|
-
/** Styles applied to the `circle` svg path if `variant="indeterminate"`. */
|
|
19
|
-
circleIndeterminate: string;
|
|
20
|
-
/** Styles applied to the `circle` svg path if `disableShrink={true}`. */
|
|
21
|
-
circleDisableShrink: string;
|
|
22
|
-
}
|
|
23
|
-
export type CircularProgressClassKey = keyof CircularProgressClasses;
|
|
24
|
-
export declare function getCircularProgressUtilityClass(slot: string): string;
|
|
25
|
-
declare const circularProgressClasses: CircularProgressClasses;
|
|
26
|
-
export default circularProgressClasses;
|
|
1
|
+
export interface CircularProgressClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="determinate"`. */
|
|
5
|
+
determinate: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="indeterminate"`. */
|
|
7
|
+
indeterminate: string;
|
|
8
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
9
|
+
colorPrimary: string;
|
|
10
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
11
|
+
colorSecondary: string;
|
|
12
|
+
/** Styles applied to the svg element. */
|
|
13
|
+
svg: string;
|
|
14
|
+
/** Styles applied to the `circle` svg path. */
|
|
15
|
+
circle: string;
|
|
16
|
+
/** Styles applied to the `circle` svg path if `variant="determinate"`. */
|
|
17
|
+
circleDeterminate: string;
|
|
18
|
+
/** Styles applied to the `circle` svg path if `variant="indeterminate"`. */
|
|
19
|
+
circleIndeterminate: string;
|
|
20
|
+
/** Styles applied to the `circle` svg path if `disableShrink={true}`. */
|
|
21
|
+
circleDisableShrink: string;
|
|
22
|
+
}
|
|
23
|
+
export type CircularProgressClassKey = keyof CircularProgressClasses;
|
|
24
|
+
export declare function getCircularProgressUtilityClass(slot: string): string;
|
|
25
|
+
declare const circularProgressClasses: CircularProgressClasses;
|
|
26
|
+
export default circularProgressClasses;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { default } from '@mui/base/ClickAwayListener';
|
|
2
|
-
export * from '@mui/base/ClickAwayListener';
|
|
1
|
+
export { ClickAwayListener as default, type ClickAwayListenerProps, } from '@mui/base/ClickAwayListener';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { default } from '@mui/base/ClickAwayListener';
|
|
2
|
-
export * from '@mui/base/ClickAwayListener';
|
|
1
|
+
export { ClickAwayListener as default } from '@mui/base/ClickAwayListener';
|
package/Collapse/Collapse.js
CHANGED
|
@@ -8,7 +8,7 @@ import clsx from 'clsx';
|
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
9
9
|
import { Transition } from 'react-transition-group';
|
|
10
10
|
import { elementTypeAcceptingRef } from '@mui/utils';
|
|
11
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
11
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
12
12
|
import styled from '../styles/styled';
|
|
13
13
|
import useThemeProps from '../styles/useThemeProps';
|
|
14
14
|
import { duration } from '../styles/createTransitions';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface CollapseClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element if `orientation="horizontal"`. */
|
|
5
|
-
horizontal: string;
|
|
6
|
-
/** Styles applied to the root element when the transition has entered. */
|
|
7
|
-
entered: string;
|
|
8
|
-
/** Styles applied to the root element when the transition has exited and `collapsedSize` = 0px. */
|
|
9
|
-
hidden: string;
|
|
10
|
-
/** Styles applied to the outer wrapper element. */
|
|
11
|
-
wrapper: string;
|
|
12
|
-
/** Styles applied to the inner wrapper element. */
|
|
13
|
-
wrapperInner: string;
|
|
14
|
-
}
|
|
15
|
-
export type CollapseClassKey = keyof CollapseClasses;
|
|
16
|
-
export declare function getCollapseUtilityClass(slot: string): string;
|
|
17
|
-
declare const collapseClasses: CollapseClasses;
|
|
18
|
-
export default collapseClasses;
|
|
1
|
+
export interface CollapseClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element if `orientation="horizontal"`. */
|
|
5
|
+
horizontal: string;
|
|
6
|
+
/** Styles applied to the root element when the transition has entered. */
|
|
7
|
+
entered: string;
|
|
8
|
+
/** Styles applied to the root element when the transition has exited and `collapsedSize` = 0px. */
|
|
9
|
+
hidden: string;
|
|
10
|
+
/** Styles applied to the outer wrapper element. */
|
|
11
|
+
wrapper: string;
|
|
12
|
+
/** Styles applied to the inner wrapper element. */
|
|
13
|
+
wrapperInner: string;
|
|
14
|
+
}
|
|
15
|
+
export type CollapseClassKey = keyof CollapseClasses;
|
|
16
|
+
export declare function getCollapseUtilityClass(slot: string): string;
|
|
17
|
+
declare const collapseClasses: CollapseClasses;
|
|
18
|
+
export default collapseClasses;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ContainerClasses } from '@mui/system';
|
|
2
|
-
export type { ContainerClassKey } from '@mui/system';
|
|
3
|
-
export type { ContainerClasses };
|
|
4
|
-
export declare function getContainerUtilityClass(slot: string): string;
|
|
5
|
-
declare const containerClasses: ContainerClasses;
|
|
6
|
-
export default containerClasses;
|
|
1
|
+
import { ContainerClasses } from '@mui/system';
|
|
2
|
+
export type { ContainerClassKey } from '@mui/system';
|
|
3
|
+
export type { ContainerClasses };
|
|
4
|
+
export declare function getContainerUtilityClass(slot: string): string;
|
|
5
|
+
declare const containerClasses: ContainerClasses;
|
|
6
|
+
export default containerClasses;
|
package/Dialog/Dialog.js
CHANGED
|
@@ -6,7 +6,7 @@ const _excluded = ["aria-describedby", "aria-labelledby", "BackdropComponent", "
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import { unstable_useId as useId } from '@mui/utils';
|
|
11
11
|
import capitalize from '../utils/capitalize';
|
|
12
12
|
import Modal from '../Modal';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface DialogContextValue {
|
|
3
|
-
titleId?: string;
|
|
4
|
-
}
|
|
5
|
-
declare const DialogContext: React.Context<DialogContextValue>;
|
|
6
|
-
export default DialogContext;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface DialogContextValue {
|
|
3
|
+
titleId?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const DialogContext: React.Context<DialogContextValue>;
|
|
6
|
+
export default DialogContext;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export interface DialogClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the container element if `scroll="paper"`. */
|
|
5
|
-
scrollPaper: string;
|
|
6
|
-
/** Styles applied to the container element if `scroll="body"`. */
|
|
7
|
-
scrollBody: string;
|
|
8
|
-
/** Styles applied to the container element. */
|
|
9
|
-
container: string;
|
|
10
|
-
/** Styles applied to the Paper component. */
|
|
11
|
-
paper: string;
|
|
12
|
-
/** Styles applied to the Paper component if `scroll="paper"`. */
|
|
13
|
-
paperScrollPaper: string;
|
|
14
|
-
/** Styles applied to the Paper component if `scroll="body"`. */
|
|
15
|
-
paperScrollBody: string;
|
|
16
|
-
/** Styles applied to the Paper component if `maxWidth=false`. */
|
|
17
|
-
paperWidthFalse: string;
|
|
18
|
-
/** Styles applied to the Paper component if `maxWidth="xs"`. */
|
|
19
|
-
paperWidthXs: string;
|
|
20
|
-
/** Styles applied to the Paper component if `maxWidth="sm"`. */
|
|
21
|
-
paperWidthSm: string;
|
|
22
|
-
/** Styles applied to the Paper component if `maxWidth="md"`. */
|
|
23
|
-
paperWidthMd: string;
|
|
24
|
-
/** Styles applied to the Paper component if `maxWidth="lg"`. */
|
|
25
|
-
paperWidthLg: string;
|
|
26
|
-
/** Styles applied to the Paper component if `maxWidth="xl"`. */
|
|
27
|
-
paperWidthXl: string;
|
|
28
|
-
/** Styles applied to the Paper component if `fullWidth={true}`. */
|
|
29
|
-
paperFullWidth: string;
|
|
30
|
-
/** Styles applied to the Paper component if `fullScreen={true}`. */
|
|
31
|
-
paperFullScreen: string;
|
|
32
|
-
}
|
|
33
|
-
export type DialogClassKey = keyof DialogClasses;
|
|
34
|
-
export declare function getDialogUtilityClass(slot: string): string;
|
|
35
|
-
declare const dialogClasses: DialogClasses;
|
|
36
|
-
export default dialogClasses;
|
|
1
|
+
export interface DialogClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the container element if `scroll="paper"`. */
|
|
5
|
+
scrollPaper: string;
|
|
6
|
+
/** Styles applied to the container element if `scroll="body"`. */
|
|
7
|
+
scrollBody: string;
|
|
8
|
+
/** Styles applied to the container element. */
|
|
9
|
+
container: string;
|
|
10
|
+
/** Styles applied to the Paper component. */
|
|
11
|
+
paper: string;
|
|
12
|
+
/** Styles applied to the Paper component if `scroll="paper"`. */
|
|
13
|
+
paperScrollPaper: string;
|
|
14
|
+
/** Styles applied to the Paper component if `scroll="body"`. */
|
|
15
|
+
paperScrollBody: string;
|
|
16
|
+
/** Styles applied to the Paper component if `maxWidth=false`. */
|
|
17
|
+
paperWidthFalse: string;
|
|
18
|
+
/** Styles applied to the Paper component if `maxWidth="xs"`. */
|
|
19
|
+
paperWidthXs: string;
|
|
20
|
+
/** Styles applied to the Paper component if `maxWidth="sm"`. */
|
|
21
|
+
paperWidthSm: string;
|
|
22
|
+
/** Styles applied to the Paper component if `maxWidth="md"`. */
|
|
23
|
+
paperWidthMd: string;
|
|
24
|
+
/** Styles applied to the Paper component if `maxWidth="lg"`. */
|
|
25
|
+
paperWidthLg: string;
|
|
26
|
+
/** Styles applied to the Paper component if `maxWidth="xl"`. */
|
|
27
|
+
paperWidthXl: string;
|
|
28
|
+
/** Styles applied to the Paper component if `fullWidth={true}`. */
|
|
29
|
+
paperFullWidth: string;
|
|
30
|
+
/** Styles applied to the Paper component if `fullScreen={true}`. */
|
|
31
|
+
paperFullScreen: string;
|
|
32
|
+
}
|
|
33
|
+
export type DialogClassKey = keyof DialogClasses;
|
|
34
|
+
export declare function getDialogUtilityClass(slot: string): string;
|
|
35
|
+
declare const dialogClasses: DialogClasses;
|
|
36
|
+
export default dialogClasses;
|
|
@@ -6,7 +6,7 @@ const _excluded = ["className", "disableSpacing"];
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import styled from '../styles/styled';
|
|
11
11
|
import useThemeProps from '../styles/useThemeProps';
|
|
12
12
|
import { getDialogActionsUtilityClass } from './dialogActionsClasses';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface DialogActionsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
-
spacing: string;
|
|
6
|
-
}
|
|
7
|
-
export type DialogActionsClassKey = keyof DialogActionsClasses;
|
|
8
|
-
export declare function getDialogActionsUtilityClass(slot: string): string;
|
|
9
|
-
declare const dialogActionsClasses: DialogActionsClasses;
|
|
10
|
-
export default dialogActionsClasses;
|
|
1
|
+
export interface DialogActionsClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
+
spacing: string;
|
|
6
|
+
}
|
|
7
|
+
export type DialogActionsClassKey = keyof DialogActionsClasses;
|
|
8
|
+
export declare function getDialogActionsUtilityClass(slot: string): string;
|
|
9
|
+
declare const dialogActionsClasses: DialogActionsClasses;
|
|
10
|
+
export default dialogActionsClasses;
|
|
@@ -6,7 +6,7 @@ const _excluded = ["className", "dividers"];
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import styled from '../styles/styled';
|
|
11
11
|
import useThemeProps from '../styles/useThemeProps';
|
|
12
12
|
import { getDialogContentUtilityClass } from './dialogContentClasses';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface DialogContentClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `dividers={true}`. */
|
|
5
|
-
dividers: string;
|
|
6
|
-
}
|
|
7
|
-
export type DialogContentClassKey = keyof DialogContentClasses;
|
|
8
|
-
export declare function getDialogContentUtilityClass(slot: string): string;
|
|
9
|
-
declare const dialogContentClasses: DialogContentClasses;
|
|
10
|
-
export default dialogContentClasses;
|
|
1
|
+
export interface DialogContentClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `dividers={true}`. */
|
|
5
|
+
dividers: string;
|
|
6
|
+
}
|
|
7
|
+
export type DialogContentClassKey = keyof DialogContentClasses;
|
|
8
|
+
export declare function getDialogContentUtilityClass(slot: string): string;
|
|
9
|
+
declare const dialogContentClasses: DialogContentClasses;
|
|
10
|
+
export default dialogContentClasses;
|
|
@@ -6,7 +6,7 @@ const _excluded = ["children", "className"];
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import styled, { rootShouldForwardProp } from '../styles/styled';
|
|
11
11
|
import useThemeProps from '../styles/useThemeProps';
|
|
12
12
|
import Typography from '../Typography';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface DialogContentTextClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type DialogContentTextClassKey = keyof DialogContentTextClasses;
|
|
6
|
-
export declare function getDialogContentTextUtilityClass(slot: string): string;
|
|
7
|
-
declare const dialogContentTextClasses: DialogContentTextClasses;
|
|
8
|
-
export default dialogContentTextClasses;
|
|
1
|
+
export interface DialogContentTextClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type DialogContentTextClassKey = keyof DialogContentTextClasses;
|
|
6
|
+
export declare function getDialogContentTextUtilityClass(slot: string): string;
|
|
7
|
+
declare const dialogContentTextClasses: DialogContentTextClasses;
|
|
8
|
+
export default dialogContentTextClasses;
|
|
@@ -6,7 +6,7 @@ const _excluded = ["className", "id"];
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import Typography from '../Typography';
|
|
11
11
|
import styled from '../styles/styled';
|
|
12
12
|
import useThemeProps from '../styles/useThemeProps';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface DialogTitleClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type DialogTitleClassKey = keyof DialogTitleClasses;
|
|
6
|
-
export declare function getDialogTitleUtilityClass(slot: string): string;
|
|
7
|
-
declare const dialogTitleClasses: DialogTitleClasses;
|
|
8
|
-
export default dialogTitleClasses;
|
|
1
|
+
export interface DialogTitleClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type DialogTitleClassKey = keyof DialogTitleClasses;
|
|
6
|
+
export declare function getDialogTitleUtilityClass(slot: string): string;
|
|
7
|
+
declare const dialogTitleClasses: DialogTitleClasses;
|
|
8
|
+
export default dialogTitleClasses;
|
package/Divider/Divider.js
CHANGED
|
@@ -6,7 +6,7 @@ const _excluded = ["absolute", "children", "className", "component", "flexItem",
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
9
|
-
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
9
|
+
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
|
|
10
10
|
import { alpha } from '@mui/system';
|
|
11
11
|
import styled from '../styles/styled';
|
|
12
12
|
import useThemeProps from '../styles/useThemeProps';
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export interface DividerClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `absolute={true}`. */
|
|
5
|
-
absolute: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="inset"`. */
|
|
7
|
-
inset: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="fullWidth"`. */
|
|
9
|
-
fullWidth: string;
|
|
10
|
-
/** Styles applied to the root element if `light={true}`. */
|
|
11
|
-
light: string;
|
|
12
|
-
/** Styles applied to the root element if `variant="middle"`. */
|
|
13
|
-
middle: string;
|
|
14
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
15
|
-
vertical: string;
|
|
16
|
-
/** Styles applied to the root element if `flexItem={true}`. */
|
|
17
|
-
flexItem: string;
|
|
18
|
-
/** Styles applied to the root element if divider have text. */
|
|
19
|
-
withChildren: string;
|
|
20
|
-
/** Styles applied to the root element if divider have text and `orientation="vertical"`. */
|
|
21
|
-
withChildrenVertical: string;
|
|
22
|
-
/** Styles applied to the root element if `textAlign="right" orientation="horizontal"`. */
|
|
23
|
-
textAlignRight: string;
|
|
24
|
-
/** Styles applied to the root element if `textAlign="left" orientation="horizontal"`. */
|
|
25
|
-
textAlignLeft: string;
|
|
26
|
-
/** Styles applied to the span children element if `orientation="horizontal"`. */
|
|
27
|
-
wrapper: string;
|
|
28
|
-
/** Styles applied to the span children element if `orientation="vertical"`. */
|
|
29
|
-
wrapperVertical: string;
|
|
30
|
-
}
|
|
31
|
-
export type DividerClassKey = keyof DividerClasses;
|
|
32
|
-
export declare function getDividerUtilityClass(slot: string): string;
|
|
33
|
-
declare const dividerClasses: DividerClasses;
|
|
34
|
-
export default dividerClasses;
|
|
1
|
+
export interface DividerClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `absolute={true}`. */
|
|
5
|
+
absolute: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="inset"`. */
|
|
7
|
+
inset: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="fullWidth"`. */
|
|
9
|
+
fullWidth: string;
|
|
10
|
+
/** Styles applied to the root element if `light={true}`. */
|
|
11
|
+
light: string;
|
|
12
|
+
/** Styles applied to the root element if `variant="middle"`. */
|
|
13
|
+
middle: string;
|
|
14
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
15
|
+
vertical: string;
|
|
16
|
+
/** Styles applied to the root element if `flexItem={true}`. */
|
|
17
|
+
flexItem: string;
|
|
18
|
+
/** Styles applied to the root element if divider have text. */
|
|
19
|
+
withChildren: string;
|
|
20
|
+
/** Styles applied to the root element if divider have text and `orientation="vertical"`. */
|
|
21
|
+
withChildrenVertical: string;
|
|
22
|
+
/** Styles applied to the root element if `textAlign="right" orientation="horizontal"`. */
|
|
23
|
+
textAlignRight: string;
|
|
24
|
+
/** Styles applied to the root element if `textAlign="left" orientation="horizontal"`. */
|
|
25
|
+
textAlignLeft: string;
|
|
26
|
+
/** Styles applied to the span children element if `orientation="horizontal"`. */
|
|
27
|
+
wrapper: string;
|
|
28
|
+
/** Styles applied to the span children element if `orientation="vertical"`. */
|
|
29
|
+
wrapperVertical: string;
|
|
30
|
+
}
|
|
31
|
+
export type DividerClassKey = keyof DividerClasses;
|
|
32
|
+
export declare function getDividerUtilityClass(slot: string): string;
|
|
33
|
+
declare const dividerClasses: DividerClasses;
|
|
34
|
+
export default dividerClasses;
|