@mui/material 6.0.0-alpha.2 → 6.0.0-alpha.3
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/AppBar/AppBar.js +0 -1
- package/Avatar/Avatar.js +1 -1
- package/CHANGELOG.md +73 -0
- package/CardMedia/CardMedia.js +0 -1
- package/CircularProgress/CircularProgress.js +66 -30
- package/Dialog/Dialog.js +10 -1
- package/Fab/Fab.js +83 -43
- package/LinearProgress/LinearProgress.js +180 -75
- package/PaginationItem/PaginationItem.js +137 -76
- package/StepConnector/stepConnectorClasses.d.ts +6 -2
- package/StepLabel/StepLabel.d.ts +7 -0
- package/StepLabel/StepLabel.js +17 -6
- package/ToggleButton/ToggleButton.js +74 -45
- package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/Tooltip/Tooltip.js +1 -2
- package/Typography/Typography.js +3 -1
- package/index.js +1 -1
- package/modern/AppBar/AppBar.js +0 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/CardMedia/CardMedia.js +0 -1
- package/modern/CircularProgress/CircularProgress.js +66 -30
- package/modern/Dialog/Dialog.js +10 -1
- package/modern/Fab/Fab.js +83 -43
- package/modern/LinearProgress/LinearProgress.js +180 -75
- package/modern/PaginationItem/PaginationItem.js +137 -76
- package/modern/StepLabel/StepLabel.js +17 -6
- package/modern/ToggleButton/ToggleButton.js +74 -45
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/modern/Tooltip/Tooltip.js +1 -2
- package/modern/Typography/Typography.js +3 -1
- package/modern/index.js +1 -1
- package/modern/styles/createTransitions.js +1 -3
- package/modern/zero-styled/index.js +1 -1
- package/node/AppBar/AppBar.js +0 -1
- package/node/Avatar/Avatar.js +1 -1
- package/node/CardMedia/CardMedia.js +0 -1
- package/node/CircularProgress/CircularProgress.js +72 -36
- package/node/Dialog/Dialog.js +10 -1
- package/node/Fab/Fab.js +85 -45
- package/node/LinearProgress/LinearProgress.js +188 -83
- package/node/PaginationItem/PaginationItem.js +141 -80
- package/node/StepLabel/StepLabel.js +17 -6
- package/node/ToggleButton/ToggleButton.js +76 -47
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Tooltip/Tooltip.js +1 -2
- package/node/Typography/Typography.js +3 -1
- package/node/index.js +1 -1
- package/node/styles/createTransitions.js +1 -3
- package/node/zero-styled/index.js +6 -0
- package/package.json +5 -5
- package/styles/createTransitions.js +1 -3
- package/umd/material-ui.development.js +973 -509
- package/umd/material-ui.production.min.js +4 -4
- package/zero-styled/index.d.ts +1 -1
- package/zero-styled/index.js +1 -1
- package/legacy/Accordion/Accordion.js +0 -306
- package/legacy/Accordion/AccordionContext.js +0 -13
- package/legacy/Accordion/accordionClasses.js +0 -7
- package/legacy/Accordion/index.js +0 -3
- package/legacy/AccordionActions/AccordionActions.js +0 -90
- package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
- package/legacy/AccordionActions/index.js +0 -3
- package/legacy/AccordionDetails/AccordionDetails.js +0 -69
- package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
- package/legacy/AccordionDetails/index.js +0 -3
- package/legacy/AccordionSummary/AccordionSummary.js +0 -198
- package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
- package/legacy/AccordionSummary/index.js +0 -3
- package/legacy/Alert/Alert.js +0 -385
- package/legacy/Alert/alertClasses.js +0 -7
- package/legacy/Alert/index.js +0 -5
- package/legacy/AlertTitle/AlertTitle.js +0 -73
- package/legacy/AlertTitle/alertTitleClasses.js +0 -7
- package/legacy/AlertTitle/index.js +0 -5
- package/legacy/AppBar/AppBar.js +0 -235
- package/legacy/AppBar/appBarClasses.js +0 -7
- package/legacy/AppBar/index.js +0 -5
- package/legacy/Autocomplete/Autocomplete.js +0 -1127
- package/legacy/Autocomplete/autocompleteClasses.js +0 -7
- package/legacy/Autocomplete/index.js +0 -5
- package/legacy/Avatar/Avatar.js +0 -296
- package/legacy/Avatar/avatarClasses.js +0 -7
- package/legacy/Avatar/index.js +0 -5
- package/legacy/AvatarGroup/AvatarGroup.js +0 -205
- package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
- package/legacy/AvatarGroup/index.js +0 -5
- package/legacy/Backdrop/Backdrop.js +0 -211
- package/legacy/Backdrop/backdropClasses.js +0 -7
- package/legacy/Backdrop/index.js +0 -5
- package/legacy/Badge/Badge.js +0 -439
- package/legacy/Badge/badgeClasses.js +0 -9
- package/legacy/Badge/index.js +0 -5
- package/legacy/BottomNavigation/BottomNavigation.js +0 -124
- package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
- package/legacy/BottomNavigation/index.js +0 -5
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
- package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
- package/legacy/BottomNavigationAction/index.js +0 -5
- package/legacy/Box/Box.js +0 -35
- package/legacy/Box/boxClasses.js +0 -3
- package/legacy/Box/index.js +0 -5
- package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
- package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
- package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
- package/legacy/Breadcrumbs/index.js +0 -5
- package/legacy/Button/Button.js +0 -472
- package/legacy/Button/buttonClasses.js +0 -7
- package/legacy/Button/index.js +0 -5
- package/legacy/ButtonBase/ButtonBase.js +0 -487
- package/legacy/ButtonBase/Ripple.js +0 -89
- package/legacy/ButtonBase/TouchRipple.js +0 -267
- package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
- package/legacy/ButtonBase/index.js +0 -7
- package/legacy/ButtonBase/touchRippleClasses.js +0 -7
- package/legacy/ButtonGroup/ButtonGroup.js +0 -371
- package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
- package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
- package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
- package/legacy/ButtonGroup/index.js +0 -7
- package/legacy/Card/Card.js +0 -83
- package/legacy/Card/cardClasses.js +0 -7
- package/legacy/Card/index.js +0 -5
- package/legacy/CardActionArea/CardActionArea.js +0 -119
- package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
- package/legacy/CardActionArea/index.js +0 -5
- package/legacy/CardActions/CardActions.js +0 -89
- package/legacy/CardActions/cardActionsClasses.js +0 -7
- package/legacy/CardActions/index.js +0 -5
- package/legacy/CardContent/CardContent.js +0 -79
- package/legacy/CardContent/cardContentClasses.js +0 -7
- package/legacy/CardContent/index.js +0 -5
- package/legacy/CardHeader/CardHeader.js +0 -198
- package/legacy/CardHeader/cardHeaderClasses.js +0 -7
- package/legacy/CardHeader/index.js +0 -5
- package/legacy/CardMedia/CardMedia.js +0 -139
- package/legacy/CardMedia/cardMediaClasses.js +0 -7
- package/legacy/CardMedia/index.js +0 -5
- package/legacy/Checkbox/Checkbox.js +0 -212
- package/legacy/Checkbox/checkboxClasses.js +0 -7
- package/legacy/Checkbox/index.js +0 -5
- package/legacy/Chip/Chip.js +0 -547
- package/legacy/Chip/chipClasses.js +0 -7
- package/legacy/Chip/index.js +0 -5
- package/legacy/CircularProgress/CircularProgress.js +0 -224
- package/legacy/CircularProgress/circularProgressClasses.js +0 -7
- package/legacy/CircularProgress/index.js +0 -5
- package/legacy/ClickAwayListener/index.js +0 -1
- package/legacy/Collapse/Collapse.js +0 -383
- package/legacy/Collapse/collapseClasses.js +0 -7
- package/legacy/Collapse/index.js +0 -5
- package/legacy/Container/Container.js +0 -67
- package/legacy/Container/containerClasses.js +0 -7
- package/legacy/Container/index.js +0 -5
- package/legacy/CssBaseline/CssBaseline.js +0 -113
- package/legacy/CssBaseline/index.js +0 -3
- package/legacy/Dialog/Dialog.js +0 -392
- package/legacy/Dialog/DialogContext.js +0 -6
- package/legacy/Dialog/dialogClasses.js +0 -7
- package/legacy/Dialog/index.js +0 -5
- package/legacy/DialogActions/DialogActions.js +0 -88
- package/legacy/DialogActions/dialogActionsClasses.js +0 -7
- package/legacy/DialogActions/index.js +0 -5
- package/legacy/DialogContent/DialogContent.js +0 -93
- package/legacy/DialogContent/dialogContentClasses.js +0 -7
- package/legacy/DialogContent/index.js +0 -5
- package/legacy/DialogContentText/DialogContentText.js +0 -74
- package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
- package/legacy/DialogContentText/index.js +0 -5
- package/legacy/DialogTitle/DialogTitle.js +0 -80
- package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
- package/legacy/DialogTitle/index.js +0 -5
- package/legacy/Divider/Divider.js +0 -316
- package/legacy/Divider/dividerClasses.js +0 -7
- package/legacy/Divider/index.js +0 -5
- package/legacy/Drawer/Drawer.js +0 -316
- package/legacy/Drawer/drawerClasses.js +0 -7
- package/legacy/Drawer/index.js +0 -5
- package/legacy/Fab/Fab.js +0 -229
- package/legacy/Fab/fabClasses.js +0 -7
- package/legacy/Fab/index.js +0 -5
- package/legacy/Fade/Fade.js +0 -206
- package/legacy/Fade/index.js +0 -3
- package/legacy/FilledInput/FilledInput.js +0 -425
- package/legacy/FilledInput/filledInputClasses.js +0 -9
- package/legacy/FilledInput/index.js +0 -5
- package/legacy/FormControl/FormControl.js +0 -315
- package/legacy/FormControl/FormControlContext.js +0 -9
- package/legacy/FormControl/formControlClasses.js +0 -7
- package/legacy/FormControl/formControlState.js +0 -14
- package/legacy/FormControl/index.js +0 -6
- package/legacy/FormControl/useFormControl.js +0 -7
- package/legacy/FormControlLabel/FormControlLabel.js +0 -258
- package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
- package/legacy/FormControlLabel/index.js +0 -5
- package/legacy/FormGroup/FormGroup.js +0 -103
- package/legacy/FormGroup/formGroupClasses.js +0 -7
- package/legacy/FormGroup/index.js +0 -5
- package/legacy/FormHelperText/FormHelperText.js +0 -167
- package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
- package/legacy/FormHelperText/index.js +0 -5
- package/legacy/FormLabel/FormLabel.js +0 -166
- package/legacy/FormLabel/formLabelClasses.js +0 -7
- package/legacy/FormLabel/index.js +0 -6
- package/legacy/GlobalStyles/GlobalStyles.js +0 -26
- package/legacy/GlobalStyles/index.js +0 -1
- package/legacy/Grid/Grid.js +0 -561
- package/legacy/Grid/GridContext.js +0 -12
- package/legacy/Grid/gridClasses.js +0 -28
- package/legacy/Grid/index.js +0 -5
- package/legacy/Grow/Grow.js +0 -253
- package/legacy/Grow/index.js +0 -3
- package/legacy/Hidden/Hidden.js +0 -147
- package/legacy/Hidden/HiddenCss.js +0 -168
- package/legacy/Hidden/HiddenJs.js +0 -123
- package/legacy/Hidden/hiddenCssClasses.js +0 -7
- package/legacy/Hidden/index.js +0 -3
- package/legacy/Hidden/withWidth.js +0 -110
- package/legacy/Icon/Icon.js +0 -144
- package/legacy/Icon/iconClasses.js +0 -7
- package/legacy/Icon/index.js +0 -5
- package/legacy/IconButton/IconButton.js +0 -204
- package/legacy/IconButton/iconButtonClasses.js +0 -7
- package/legacy/IconButton/index.js +0 -5
- package/legacy/ImageList/ImageList.js +0 -155
- package/legacy/ImageList/ImageListContext.js +0 -13
- package/legacy/ImageList/imageListClasses.js +0 -7
- package/legacy/ImageList/index.js +0 -5
- package/legacy/ImageListItem/ImageListItem.js +0 -168
- package/legacy/ImageListItem/imageListItemClasses.js +0 -7
- package/legacy/ImageListItem/index.js +0 -5
- package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
- package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
- package/legacy/ImageListItemBar/index.js +0 -5
- package/legacy/Input/Input.js +0 -339
- package/legacy/Input/index.js +0 -5
- package/legacy/Input/inputClasses.js +0 -9
- package/legacy/InputAdornment/InputAdornment.js +0 -167
- package/legacy/InputAdornment/index.js +0 -5
- package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
- package/legacy/InputBase/InputBase.js +0 -713
- package/legacy/InputBase/index.js +0 -5
- package/legacy/InputBase/inputBaseClasses.js +0 -7
- package/legacy/InputBase/utils.js +0 -31
- package/legacy/InputLabel/InputLabel.js +0 -214
- package/legacy/InputLabel/index.js +0 -5
- package/legacy/InputLabel/inputLabelClasses.js +0 -7
- package/legacy/LinearProgress/LinearProgress.js +0 -285
- package/legacy/LinearProgress/index.js +0 -5
- package/legacy/LinearProgress/linearProgressClasses.js +0 -7
- package/legacy/Link/Link.js +0 -209
- package/legacy/Link/getTextDecoration.js +0 -24
- package/legacy/Link/index.js +0 -5
- package/legacy/Link/linkClasses.js +0 -7
- package/legacy/List/List.js +0 -126
- package/legacy/List/ListContext.js +0 -12
- package/legacy/List/index.js +0 -5
- package/legacy/List/listClasses.js +0 -7
- package/legacy/ListItem/ListItem.js +0 -425
- package/legacy/ListItem/index.js +0 -5
- package/legacy/ListItem/listItemClasses.js +0 -7
- package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
- package/legacy/ListItemAvatar/index.js +0 -5
- package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
- package/legacy/ListItemButton/ListItemButton.js +0 -242
- package/legacy/ListItemButton/index.js +0 -5
- package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
- package/legacy/ListItemIcon/ListItemIcon.js +0 -86
- package/legacy/ListItemIcon/index.js +0 -5
- package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
- package/legacy/ListItemSecondaryAction/index.js +0 -5
- package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
- package/legacy/ListItemText/ListItemText.js +0 -160
- package/legacy/ListItemText/index.js +0 -5
- package/legacy/ListItemText/listItemTextClasses.js +0 -7
- package/legacy/ListSubheader/ListSubheader.js +0 -139
- package/legacy/ListSubheader/index.js +0 -5
- package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
- package/legacy/Menu/Menu.js +0 -317
- package/legacy/Menu/index.js +0 -5
- package/legacy/Menu/menuClasses.js +0 -7
- package/legacy/MenuItem/MenuItem.js +0 -251
- package/legacy/MenuItem/index.js +0 -5
- package/legacy/MenuItem/menuItemClasses.js +0 -7
- package/legacy/MenuList/MenuList.js +0 -285
- package/legacy/MenuList/index.js +0 -3
- package/legacy/MobileStepper/MobileStepper.js +0 -254
- package/legacy/MobileStepper/index.js +0 -5
- package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
- package/legacy/Modal/Modal.js +0 -398
- package/legacy/Modal/index.js +0 -6
- package/legacy/Modal/modalClasses.js +0 -7
- package/legacy/NativeSelect/NativeSelect.js +0 -128
- package/legacy/NativeSelect/NativeSelectInput.js +0 -203
- package/legacy/NativeSelect/index.js +0 -5
- package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
- package/legacy/NoSsr/index.js +0 -1
- package/legacy/OutlinedInput/NotchedOutline.js +0 -135
- package/legacy/OutlinedInput/OutlinedInput.js +0 -347
- package/legacy/OutlinedInput/index.js +0 -5
- package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
- package/legacy/Pagination/Pagination.js +0 -256
- package/legacy/Pagination/index.js +0 -5
- package/legacy/Pagination/paginationClasses.js +0 -7
- package/legacy/PaginationItem/PaginationItem.js +0 -356
- package/legacy/PaginationItem/index.js +0 -5
- package/legacy/PaginationItem/paginationItemClasses.js +0 -7
- package/legacy/Paper/Paper.js +0 -141
- package/legacy/Paper/index.js +0 -5
- package/legacy/Paper/paperClasses.js +0 -7
- package/legacy/Popover/Popover.js +0 -548
- package/legacy/Popover/index.js +0 -6
- package/legacy/Popover/popoverClasses.js +0 -7
- package/legacy/Popper/Popper.js +0 -207
- package/legacy/Popper/index.js +0 -3
- package/legacy/Portal/index.js +0 -1
- package/legacy/Radio/Radio.js +0 -212
- package/legacy/Radio/RadioButtonIcon.js +0 -81
- package/legacy/Radio/index.js +0 -5
- package/legacy/Radio/radioClasses.js +0 -7
- package/legacy/RadioGroup/RadioGroup.js +0 -118
- package/legacy/RadioGroup/RadioGroupContext.js +0 -9
- package/legacy/RadioGroup/index.js +0 -6
- package/legacy/RadioGroup/radioGroupClasses.js +0 -7
- package/legacy/RadioGroup/useRadioGroup.js +0 -7
- package/legacy/Rating/Rating.js +0 -657
- package/legacy/Rating/index.js +0 -3
- package/legacy/Rating/ratingClasses.js +0 -7
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
- package/legacy/ScopedCssBaseline/index.js +0 -5
- package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
- package/legacy/Select/Select.js +0 -290
- package/legacy/Select/SelectInput.js +0 -667
- package/legacy/Select/index.js +0 -5
- package/legacy/Select/selectClasses.js +0 -7
- package/legacy/Skeleton/Skeleton.js +0 -166
- package/legacy/Skeleton/index.js +0 -5
- package/legacy/Skeleton/skeletonClasses.js +0 -7
- package/legacy/Slide/Slide.js +0 -333
- package/legacy/Slide/index.js +0 -3
- package/legacy/Slider/Slider.js +0 -1063
- package/legacy/Slider/SliderValueLabel.js +0 -49
- package/legacy/Slider/SliderValueLabel.types.js +0 -1
- package/legacy/Slider/index.js +0 -6
- package/legacy/Slider/sliderClasses.js +0 -7
- package/legacy/Snackbar/Snackbar.js +0 -312
- package/legacy/Snackbar/index.js +0 -5
- package/legacy/Snackbar/snackbarClasses.js +0 -7
- package/legacy/SnackbarContent/SnackbarContent.js +0 -134
- package/legacy/SnackbarContent/index.js +0 -5
- package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
- package/legacy/SpeedDial/SpeedDial.js +0 -491
- package/legacy/SpeedDial/index.js +0 -5
- package/legacy/SpeedDial/speedDialClasses.js +0 -7
- package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
- package/legacy/SpeedDialAction/index.js +0 -5
- package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
- package/legacy/SpeedDialIcon/index.js +0 -5
- package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
- package/legacy/Stack/Stack.js +0 -66
- package/legacy/Stack/index.js +0 -4
- package/legacy/Stack/stackClasses.js +0 -7
- package/legacy/Step/Step.js +0 -179
- package/legacy/Step/StepContext.js +0 -17
- package/legacy/Step/index.js +0 -7
- package/legacy/Step/stepClasses.js +0 -7
- package/legacy/StepButton/StepButton.js +0 -122
- package/legacy/StepButton/index.js +0 -5
- package/legacy/StepButton/stepButtonClasses.js +0 -7
- package/legacy/StepConnector/StepConnector.js +0 -142
- package/legacy/StepConnector/index.js +0 -5
- package/legacy/StepConnector/stepConnectorClasses.js +0 -7
- package/legacy/StepContent/StepContent.js +0 -152
- package/legacy/StepContent/index.js +0 -5
- package/legacy/StepContent/stepContentClasses.js +0 -7
- package/legacy/StepIcon/StepIcon.js +0 -162
- package/legacy/StepIcon/index.js +0 -5
- package/legacy/StepIcon/stepIconClasses.js +0 -7
- package/legacy/StepLabel/StepLabel.js +0 -258
- package/legacy/StepLabel/index.js +0 -5
- package/legacy/StepLabel/stepLabelClasses.js +0 -7
- package/legacy/Stepper/Stepper.js +0 -167
- package/legacy/Stepper/StepperContext.js +0 -17
- package/legacy/Stepper/index.js +0 -7
- package/legacy/Stepper/stepperClasses.js +0 -7
- package/legacy/StyledEngineProvider/index.js +0 -1
- package/legacy/SvgIcon/SvgIcon.js +0 -183
- package/legacy/SvgIcon/index.js +0 -5
- package/legacy/SvgIcon/svgIconClasses.js +0 -7
- package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
- package/legacy/SwipeableDrawer/index.js +0 -3
- package/legacy/Switch/Switch.js +0 -337
- package/legacy/Switch/index.js +0 -5
- package/legacy/Switch/switchClasses.js +0 -7
- package/legacy/Tab/Tab.js +0 -249
- package/legacy/Tab/index.js +0 -5
- package/legacy/Tab/tabClasses.js +0 -7
- package/legacy/TabScrollButton/TabScrollButton.js +0 -153
- package/legacy/TabScrollButton/index.js +0 -5
- package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
- package/legacy/Table/Table.js +0 -130
- package/legacy/Table/TableContext.js +0 -12
- package/legacy/Table/Tablelvl2Context.js +0 -10
- package/legacy/Table/index.js +0 -5
- package/legacy/Table/tableClasses.js +0 -7
- package/legacy/TableBody/TableBody.js +0 -85
- package/legacy/TableBody/index.js +0 -5
- package/legacy/TableBody/tableBodyClasses.js +0 -7
- package/legacy/TableCell/TableCell.js +0 -208
- package/legacy/TableCell/index.js +0 -5
- package/legacy/TableCell/tableCellClasses.js +0 -7
- package/legacy/TableContainer/TableContainer.js +0 -77
- package/legacy/TableContainer/index.js +0 -5
- package/legacy/TableContainer/tableContainerClasses.js +0 -7
- package/legacy/TableFooter/TableFooter.js +0 -85
- package/legacy/TableFooter/index.js +0 -5
- package/legacy/TableFooter/tableFooterClasses.js +0 -7
- package/legacy/TableHead/TableHead.js +0 -85
- package/legacy/TableHead/index.js +0 -5
- package/legacy/TableHead/tableHeadClasses.js +0 -7
- package/legacy/TablePagination/TablePagination.js +0 -461
- package/legacy/TablePagination/TablePaginationActions.js +0 -182
- package/legacy/TablePagination/index.js +0 -5
- package/legacy/TablePagination/tablePaginationClasses.js +0 -7
- package/legacy/TableRow/TableRow.js +0 -123
- package/legacy/TableRow/index.js +0 -5
- package/legacy/TableRow/tableRowClasses.js +0 -7
- package/legacy/TableSortLabel/TableSortLabel.js +0 -165
- package/legacy/TableSortLabel/index.js +0 -5
- package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
- package/legacy/Tabs/ScrollbarSize.js +0 -57
- package/legacy/Tabs/Tabs.js +0 -849
- package/legacy/Tabs/index.js +0 -5
- package/legacy/Tabs/tabsClasses.js +0 -7
- package/legacy/TextField/TextField.js +0 -381
- package/legacy/TextField/index.js +0 -5
- package/legacy/TextField/textFieldClasses.js +0 -7
- package/legacy/TextareaAutosize/index.js +0 -1
- package/legacy/ToggleButton/ToggleButton.js +0 -230
- package/legacy/ToggleButton/index.js +0 -5
- package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
- package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
- package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
- package/legacy/ToggleButtonGroup/index.js +0 -5
- package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
- package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
- package/legacy/Toolbar/Toolbar.js +0 -115
- package/legacy/Toolbar/index.js +0 -3
- package/legacy/Toolbar/toolbarClasses.js +0 -7
- package/legacy/Tooltip/Tooltip.js +0 -788
- package/legacy/Tooltip/index.js +0 -5
- package/legacy/Tooltip/tooltipClasses.js +0 -7
- package/legacy/Typography/Typography.js +0 -198
- package/legacy/Typography/index.js +0 -5
- package/legacy/Typography/typographyClasses.js +0 -7
- package/legacy/Unstable_Grid2/Grid2.js +0 -36
- package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
- package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
- package/legacy/Unstable_Grid2/index.js +0 -6
- package/legacy/Unstable_TrapFocus/index.js +0 -1
- package/legacy/Zoom/Zoom.js +0 -206
- package/legacy/Zoom/index.js +0 -3
- package/legacy/className/index.js +0 -2
- package/legacy/colors/amber.js +0 -17
- package/legacy/colors/blue.js +0 -17
- package/legacy/colors/blueGrey.js +0 -17
- package/legacy/colors/brown.js +0 -17
- package/legacy/colors/common.js +0 -5
- package/legacy/colors/cyan.js +0 -17
- package/legacy/colors/deepOrange.js +0 -17
- package/legacy/colors/deepPurple.js +0 -17
- package/legacy/colors/green.js +0 -17
- package/legacy/colors/grey.js +0 -17
- package/legacy/colors/index.js +0 -20
- package/legacy/colors/indigo.js +0 -17
- package/legacy/colors/lightBlue.js +0 -17
- package/legacy/colors/lightGreen.js +0 -17
- package/legacy/colors/lime.js +0 -17
- package/legacy/colors/orange.js +0 -17
- package/legacy/colors/pink.js +0 -17
- package/legacy/colors/purple.js +0 -17
- package/legacy/colors/red.js +0 -17
- package/legacy/colors/teal.js +0 -17
- package/legacy/colors/yellow.js +0 -17
- package/legacy/darkScrollbar/index.js +0 -33
- package/legacy/generateUtilityClass/index.js +0 -1
- package/legacy/generateUtilityClasses/index.js +0 -1
- package/legacy/index.js +0 -288
- package/legacy/internal/SwitchBase.js +0 -275
- package/legacy/internal/animate.js +0 -41
- package/legacy/internal/svg-icons/Add.js +0 -12
- package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
- package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
- package/legacy/internal/svg-icons/Cancel.js +0 -12
- package/legacy/internal/svg-icons/CheckBox.js +0 -12
- package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
- package/legacy/internal/svg-icons/CheckCircle.js +0 -12
- package/legacy/internal/svg-icons/Close.js +0 -14
- package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
- package/legacy/internal/svg-icons/FirstPage.js +0 -12
- package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
- package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
- package/legacy/internal/svg-icons/LastPage.js +0 -12
- package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
- package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
- package/legacy/internal/svg-icons/NavigateNext.js +0 -12
- package/legacy/internal/svg-icons/Person.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
- package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
- package/legacy/internal/svg-icons/Star.js +0 -12
- package/legacy/internal/svg-icons/StarBorder.js +0 -12
- package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
- package/legacy/internal/svg-icons/Warning.js +0 -12
- package/legacy/internal/switchBaseClasses.js +0 -7
- package/legacy/locale/index.js +0 -4389
- package/legacy/styles/CssVarsProvider.js +0 -39
- package/legacy/styles/ThemeProvider.js +0 -28
- package/legacy/styles/adaptV4Theme.js +0 -81
- package/legacy/styles/createGetSelector.js +0 -21
- package/legacy/styles/createMixins.js +0 -15
- package/legacy/styles/createMuiStrictModeTheme.js +0 -10
- package/legacy/styles/createPalette.js +0 -299
- package/legacy/styles/createStyles.js +0 -10
- package/legacy/styles/createTheme.js +0 -97
- package/legacy/styles/createTransitions.js +0 -97
- package/legacy/styles/createTypography.js +0 -93
- package/legacy/styles/cssUtils.js +0 -122
- package/legacy/styles/defaultTheme.js +0 -5
- package/legacy/styles/excludeVariablesFromRoot.js +0 -10
- package/legacy/styles/experimental_extendTheme.js +0 -377
- package/legacy/styles/getOverlayAlpha.js +0 -11
- package/legacy/styles/identifier.js +0 -1
- package/legacy/styles/index.js +0 -37
- package/legacy/styles/makeStyles.js +0 -4
- package/legacy/styles/responsiveFontSizes.js +0 -63
- package/legacy/styles/rootShouldForwardProp.js +0 -5
- package/legacy/styles/shadows.js +0 -10
- package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
- package/legacy/styles/slotShouldForwardProp.js +0 -5
- package/legacy/styles/styled.js +0 -14
- package/legacy/styles/useTheme.js +0 -14
- package/legacy/styles/useThemeProps.js +0 -15
- package/legacy/styles/withStyles.js +0 -4
- package/legacy/styles/withTheme.js +0 -4
- package/legacy/styles/zIndex.js +0 -13
- package/legacy/transitions/index.js +0 -1
- package/legacy/transitions/transition.js +0 -1
- package/legacy/transitions/utils.js +0 -16
- package/legacy/types/OverridableComponentAugmentation.js +0 -1
- package/legacy/useAutocomplete/index.js +0 -3
- package/legacy/useAutocomplete/useAutocomplete.js +0 -4
- package/legacy/useMediaQuery/index.js +0 -1
- package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
- package/legacy/usePagination/index.js +0 -3
- package/legacy/usePagination/usePagination.js +0 -122
- package/legacy/useScrollTrigger/index.js +0 -3
- package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
- package/legacy/useTouchRipple/index.js +0 -3
- package/legacy/useTouchRipple/useTouchRipple.js +0 -102
- package/legacy/utils/capitalize.js +0 -2
- package/legacy/utils/createChainedFunction.js +0 -2
- package/legacy/utils/createSvgIcon.js +0 -27
- package/legacy/utils/debounce.js +0 -2
- package/legacy/utils/deprecatedPropType.js +0 -2
- package/legacy/utils/getScrollbarSize.js +0 -2
- package/legacy/utils/index.js +0 -30
- package/legacy/utils/isMuiElement.js +0 -2
- package/legacy/utils/ownerDocument.js +0 -2
- package/legacy/utils/ownerWindow.js +0 -2
- package/legacy/utils/requirePropFactory.js +0 -2
- package/legacy/utils/scrollLeft.js +0 -1
- package/legacy/utils/setRef.js +0 -2
- package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
- package/legacy/utils/types.js +0 -1
- package/legacy/utils/unsupportedProp.js +0 -2
- package/legacy/utils/useControlled.js +0 -4
- package/legacy/utils/useEnhancedEffect.js +0 -4
- package/legacy/utils/useEventCallback.js +0 -4
- package/legacy/utils/useForkRef.js +0 -4
- package/legacy/utils/useId.js +0 -4
- package/legacy/utils/useIsFocusVisible.js +0 -4
- package/legacy/utils/useSlot.js +0 -71
- package/legacy/zero-styled/index.js +0 -8
|
@@ -6,25 +6,24 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.default = void 0;
|
|
9
|
-
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
10
9
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
+
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
13
|
var _clsx = _interopRequireDefault(require("clsx"));
|
|
14
14
|
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
15
|
-
var _system = require("@mui/system");
|
|
16
15
|
var _colorManipulator = require("@mui/system/colorManipulator");
|
|
17
16
|
var _RtlProvider = require("@mui/system/RtlProvider");
|
|
17
|
+
var _zeroStyled = require("../zero-styled");
|
|
18
18
|
var _capitalize = _interopRequireDefault(require("../utils/capitalize"));
|
|
19
|
-
var _styled = _interopRequireDefault(require("../styles/styled"));
|
|
20
|
-
var _useThemeProps = _interopRequireDefault(require("../styles/useThemeProps"));
|
|
21
19
|
var _linearProgressClasses = require("./linearProgressClasses");
|
|
22
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
23
21
|
const _excluded = ["className", "color", "value", "valueBuffer", "variant"];
|
|
24
22
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
25
23
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
|
+
const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiLinearProgress');
|
|
26
25
|
const TRANSITION_DURATION = 4; // seconds
|
|
27
|
-
const indeterminate1Keyframe = (0,
|
|
26
|
+
const indeterminate1Keyframe = (0, _zeroStyled.keyframes)`
|
|
28
27
|
0% {
|
|
29
28
|
left: -35%;
|
|
30
29
|
right: 100%;
|
|
@@ -40,7 +39,14 @@ const indeterminate1Keyframe = (0, _system.keyframes)`
|
|
|
40
39
|
right: -90%;
|
|
41
40
|
}
|
|
42
41
|
`;
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
// This implementation is for supporting both Styled-components v4+ and Pigment CSS.
|
|
44
|
+
// A global animation has to be created here for Styled-components v4+ (https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#12).
|
|
45
|
+
// which can be done by checking typeof indeterminate1Keyframe !== 'string' (at runtime, Pigment CSS transform keyframes`` to a string).
|
|
46
|
+
const indeterminate1Animation = typeof indeterminate1Keyframe !== 'string' ? (0, _zeroStyled.css)`
|
|
47
|
+
animation: ${indeterminate1Keyframe} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
48
|
+
` : null;
|
|
49
|
+
const indeterminate2Keyframe = (0, _zeroStyled.keyframes)`
|
|
44
50
|
0% {
|
|
45
51
|
left: -200%;
|
|
46
52
|
right: 100%;
|
|
@@ -56,7 +62,10 @@ const indeterminate2Keyframe = (0, _system.keyframes)`
|
|
|
56
62
|
right: -8%;
|
|
57
63
|
}
|
|
58
64
|
`;
|
|
59
|
-
const
|
|
65
|
+
const indeterminate2Animation = typeof indeterminate2Keyframe !== 'string' ? (0, _zeroStyled.css)`
|
|
66
|
+
animation: ${indeterminate2Keyframe} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
|
|
67
|
+
` : null;
|
|
68
|
+
const bufferKeyframe = (0, _zeroStyled.keyframes)`
|
|
60
69
|
0% {
|
|
61
70
|
opacity: 1;
|
|
62
71
|
background-position: 0 -23px;
|
|
@@ -72,6 +81,9 @@ const bufferKeyframe = (0, _system.keyframes)`
|
|
|
72
81
|
background-position: -200px -23px;
|
|
73
82
|
}
|
|
74
83
|
`;
|
|
84
|
+
const bufferAnimation = typeof bufferKeyframe !== 'string' ? (0, _zeroStyled.css)`
|
|
85
|
+
animation: ${bufferKeyframe} 3s infinite linear;
|
|
86
|
+
` : null;
|
|
75
87
|
const useUtilityClasses = ownerState => {
|
|
76
88
|
const {
|
|
77
89
|
classes,
|
|
@@ -87,15 +99,12 @@ const useUtilityClasses = ownerState => {
|
|
|
87
99
|
return (0, _composeClasses.default)(slots, _linearProgressClasses.getLinearProgressUtilityClass, classes);
|
|
88
100
|
};
|
|
89
101
|
const getColorShade = (theme, color) => {
|
|
90
|
-
if (color === 'inherit') {
|
|
91
|
-
return 'currentColor';
|
|
92
|
-
}
|
|
93
102
|
if (theme.vars) {
|
|
94
103
|
return theme.vars.palette.LinearProgress[`${color}Bg`];
|
|
95
104
|
}
|
|
96
105
|
return theme.palette.mode === 'light' ? (0, _colorManipulator.lighten)(theme.palette[color].main, 0.62) : (0, _colorManipulator.darken)(theme.palette[color].main, 0.5);
|
|
97
106
|
};
|
|
98
|
-
const LinearProgressRoot = (0,
|
|
107
|
+
const LinearProgressRoot = (0, _zeroStyled.styled)('span', {
|
|
99
108
|
name: 'MuiLinearProgress',
|
|
100
109
|
slot: 'Root',
|
|
101
110
|
overridesResolver: (props, styles) => {
|
|
@@ -105,37 +114,57 @@ const LinearProgressRoot = (0, _styled.default)('span', {
|
|
|
105
114
|
return [styles.root, styles[`color${(0, _capitalize.default)(ownerState.color)}`], styles[ownerState.variant]];
|
|
106
115
|
}
|
|
107
116
|
})(({
|
|
108
|
-
ownerState,
|
|
109
117
|
theme
|
|
110
|
-
}) => (
|
|
118
|
+
}) => ({
|
|
111
119
|
position: 'relative',
|
|
112
120
|
overflow: 'hidden',
|
|
113
121
|
display: 'block',
|
|
114
122
|
height: 4,
|
|
115
|
-
zIndex: 0,
|
|
116
123
|
// Fix Safari's bug during composition of different paint.
|
|
124
|
+
zIndex: 0,
|
|
117
125
|
'@media print': {
|
|
118
126
|
colorAdjust: 'exact'
|
|
119
127
|
},
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
128
|
+
variants: [...Object.entries(theme.palette).filter(([, value]) => value.main).map(([color]) => ({
|
|
129
|
+
props: {
|
|
130
|
+
color
|
|
131
|
+
},
|
|
132
|
+
style: {
|
|
133
|
+
backgroundColor: getColorShade(theme, color)
|
|
134
|
+
}
|
|
135
|
+
})), {
|
|
136
|
+
props: ({
|
|
137
|
+
ownerState
|
|
138
|
+
}) => ownerState.color === 'inherit' && ownerState.variant !== 'buffer',
|
|
139
|
+
style: {
|
|
140
|
+
'&::before': {
|
|
141
|
+
content: '""',
|
|
142
|
+
position: 'absolute',
|
|
143
|
+
left: 0,
|
|
144
|
+
top: 0,
|
|
145
|
+
right: 0,
|
|
146
|
+
bottom: 0,
|
|
147
|
+
backgroundColor: 'currentColor',
|
|
148
|
+
opacity: 0.3
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}, {
|
|
152
|
+
props: {
|
|
153
|
+
variant: 'buffer'
|
|
154
|
+
},
|
|
155
|
+
style: {
|
|
156
|
+
backgroundColor: 'transparent'
|
|
157
|
+
}
|
|
158
|
+
}, {
|
|
159
|
+
props: {
|
|
160
|
+
variant: 'query'
|
|
161
|
+
},
|
|
162
|
+
style: {
|
|
163
|
+
transform: 'rotate(180deg)'
|
|
164
|
+
}
|
|
165
|
+
}]
|
|
137
166
|
}));
|
|
138
|
-
const LinearProgressDashed = (0,
|
|
167
|
+
const LinearProgressDashed = (0, _zeroStyled.styled)('span', {
|
|
139
168
|
name: 'MuiLinearProgress',
|
|
140
169
|
slot: 'Dashed',
|
|
141
170
|
overridesResolver: (props, styles) => {
|
|
@@ -145,26 +174,38 @@ const LinearProgressDashed = (0, _styled.default)('span', {
|
|
|
145
174
|
return [styles.dashed, styles[`dashedColor${(0, _capitalize.default)(ownerState.color)}`]];
|
|
146
175
|
}
|
|
147
176
|
})(({
|
|
148
|
-
ownerState,
|
|
149
177
|
theme
|
|
150
|
-
}) => {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
178
|
+
}) => ({
|
|
179
|
+
position: 'absolute',
|
|
180
|
+
marginTop: 0,
|
|
181
|
+
height: '100%',
|
|
182
|
+
width: '100%',
|
|
183
|
+
backgroundSize: '10px 10px',
|
|
184
|
+
backgroundPosition: '0 -23px',
|
|
185
|
+
variants: [{
|
|
186
|
+
props: {
|
|
187
|
+
color: 'inherit'
|
|
188
|
+
},
|
|
189
|
+
style: {
|
|
190
|
+
opacity: 0.3,
|
|
191
|
+
backgroundImage: `radial-gradient(currentColor 0%, currentColor 16%, transparent 42%)`
|
|
192
|
+
}
|
|
193
|
+
}, ...Object.entries(theme.palette).filter(([, value]) => value.main).map(([color]) => {
|
|
194
|
+
const backgroundColor = getColorShade(theme, color);
|
|
195
|
+
return {
|
|
196
|
+
props: {
|
|
197
|
+
color
|
|
198
|
+
},
|
|
199
|
+
style: {
|
|
200
|
+
backgroundImage: `radial-gradient(${backgroundColor} 0%, ${backgroundColor} 16%, transparent 42%)`
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
})]
|
|
204
|
+
}), bufferAnimation || {
|
|
205
|
+
// At runtime for Pigment CSS, `bufferAnimation` will be null and the generated keyframe will be used.
|
|
206
|
+
animation: `${bufferKeyframe} 3s infinite linear`
|
|
207
|
+
});
|
|
208
|
+
const LinearProgressBar1 = (0, _zeroStyled.styled)('span', {
|
|
168
209
|
name: 'MuiLinearProgress',
|
|
169
210
|
slot: 'Bar1',
|
|
170
211
|
overridesResolver: (props, styles) => {
|
|
@@ -174,9 +215,8 @@ const LinearProgressBar1 = (0, _styled.default)('span', {
|
|
|
174
215
|
return [styles.bar, styles[`barColor${(0, _capitalize.default)(ownerState.color)}`], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar1Indeterminate, ownerState.variant === 'determinate' && styles.bar1Determinate, ownerState.variant === 'buffer' && styles.bar1Buffer];
|
|
175
216
|
}
|
|
176
217
|
})(({
|
|
177
|
-
ownerState,
|
|
178
218
|
theme
|
|
179
|
-
}) => (
|
|
219
|
+
}) => ({
|
|
180
220
|
width: '100%',
|
|
181
221
|
position: 'absolute',
|
|
182
222
|
left: 0,
|
|
@@ -184,19 +224,52 @@ const LinearProgressBar1 = (0, _styled.default)('span', {
|
|
|
184
224
|
top: 0,
|
|
185
225
|
transition: 'transform 0.2s linear',
|
|
186
226
|
transformOrigin: 'left',
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
},
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
227
|
+
variants: [{
|
|
228
|
+
props: {
|
|
229
|
+
color: 'inherit'
|
|
230
|
+
},
|
|
231
|
+
style: {
|
|
232
|
+
backgroundColor: 'currentColor'
|
|
233
|
+
}
|
|
234
|
+
}, ...Object.entries(theme.palette).filter(([, value]) => value.main).map(([color]) => ({
|
|
235
|
+
props: {
|
|
236
|
+
color
|
|
237
|
+
},
|
|
238
|
+
style: {
|
|
239
|
+
backgroundColor: (theme.vars || theme).palette[color].main
|
|
240
|
+
}
|
|
241
|
+
})), {
|
|
242
|
+
props: {
|
|
243
|
+
variant: 'determinate'
|
|
244
|
+
},
|
|
245
|
+
style: {
|
|
246
|
+
transition: `transform .${TRANSITION_DURATION}s linear`
|
|
247
|
+
}
|
|
248
|
+
}, {
|
|
249
|
+
props: {
|
|
250
|
+
variant: 'buffer'
|
|
251
|
+
},
|
|
252
|
+
style: {
|
|
253
|
+
zIndex: 1,
|
|
254
|
+
transition: `transform .${TRANSITION_DURATION}s linear`
|
|
255
|
+
}
|
|
256
|
+
}, {
|
|
257
|
+
props: ({
|
|
258
|
+
ownerState
|
|
259
|
+
}) => ownerState.variant === 'indeterminate' || ownerState.variant === 'query',
|
|
260
|
+
style: {
|
|
261
|
+
width: 'auto'
|
|
262
|
+
}
|
|
263
|
+
}, {
|
|
264
|
+
props: ({
|
|
265
|
+
ownerState
|
|
266
|
+
}) => ownerState.variant === 'indeterminate' || ownerState.variant === 'query',
|
|
267
|
+
style: indeterminate1Animation || {
|
|
268
|
+
animation: `${indeterminate1Keyframe} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite`
|
|
269
|
+
}
|
|
270
|
+
}]
|
|
271
|
+
}));
|
|
272
|
+
const LinearProgressBar2 = (0, _zeroStyled.styled)('span', {
|
|
200
273
|
name: 'MuiLinearProgress',
|
|
201
274
|
slot: 'Bar2',
|
|
202
275
|
overridesResolver: (props, styles) => {
|
|
@@ -206,29 +279,61 @@ const LinearProgressBar2 = (0, _styled.default)('span', {
|
|
|
206
279
|
return [styles.bar, styles[`barColor${(0, _capitalize.default)(ownerState.color)}`], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar2Indeterminate, ownerState.variant === 'buffer' && styles.bar2Buffer];
|
|
207
280
|
}
|
|
208
281
|
})(({
|
|
209
|
-
ownerState,
|
|
210
282
|
theme
|
|
211
|
-
}) => (
|
|
283
|
+
}) => ({
|
|
212
284
|
width: '100%',
|
|
213
285
|
position: 'absolute',
|
|
214
286
|
left: 0,
|
|
215
287
|
bottom: 0,
|
|
216
288
|
top: 0,
|
|
217
289
|
transition: 'transform 0.2s linear',
|
|
218
|
-
transformOrigin: 'left'
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}),
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
290
|
+
transformOrigin: 'left',
|
|
291
|
+
variants: [...Object.entries(theme.palette).filter(([, value]) => value.main).map(([color]) => ({
|
|
292
|
+
props: {
|
|
293
|
+
color
|
|
294
|
+
},
|
|
295
|
+
style: {
|
|
296
|
+
'--LinearProgressBar2-barColor': (theme.vars || theme).palette[color].main
|
|
297
|
+
}
|
|
298
|
+
})), {
|
|
299
|
+
props: ({
|
|
300
|
+
ownerState
|
|
301
|
+
}) => ownerState.variant !== 'buffer' && ownerState.color !== 'inherit',
|
|
302
|
+
style: {
|
|
303
|
+
backgroundColor: 'var(--LinearProgressBar2-barColor, currentColor)'
|
|
304
|
+
}
|
|
305
|
+
}, {
|
|
306
|
+
props: {
|
|
307
|
+
color: 'inherit'
|
|
308
|
+
},
|
|
309
|
+
style: {
|
|
310
|
+
opacity: 0.3
|
|
311
|
+
}
|
|
312
|
+
}, ...Object.entries(theme.palette).filter(([, value]) => value.main).map(([color]) => ({
|
|
313
|
+
props: {
|
|
314
|
+
color,
|
|
315
|
+
variant: 'buffer'
|
|
316
|
+
},
|
|
317
|
+
style: {
|
|
318
|
+
backgroundColor: getColorShade(theme, color),
|
|
319
|
+
transition: `transform .${TRANSITION_DURATION}s linear`
|
|
320
|
+
}
|
|
321
|
+
})), {
|
|
322
|
+
props: ({
|
|
323
|
+
ownerState
|
|
324
|
+
}) => ownerState.variant === 'indeterminate' || ownerState.variant === 'query',
|
|
325
|
+
style: {
|
|
326
|
+
width: 'auto'
|
|
327
|
+
}
|
|
328
|
+
}, {
|
|
329
|
+
props: ({
|
|
330
|
+
ownerState
|
|
331
|
+
}) => ownerState.variant === 'indeterminate' || ownerState.variant === 'query',
|
|
332
|
+
style: indeterminate2Animation || {
|
|
333
|
+
animation: `${indeterminate2Keyframe} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite`
|
|
334
|
+
}
|
|
335
|
+
}]
|
|
336
|
+
}));
|
|
232
337
|
|
|
233
338
|
/**
|
|
234
339
|
* ## ARIA
|
|
@@ -238,7 +343,7 @@ const LinearProgressBar2 = (0, _styled.default)('span', {
|
|
|
238
343
|
* attribute to `true` on that region until it has finished loading.
|
|
239
344
|
*/
|
|
240
345
|
const LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inProps, ref) {
|
|
241
|
-
const props = (
|
|
346
|
+
const props = useThemeProps({
|
|
242
347
|
props: inProps,
|
|
243
348
|
name: 'MuiLinearProgress'
|
|
244
349
|
});
|
|
@@ -14,7 +14,6 @@ var _clsx = _interopRequireDefault(require("clsx"));
|
|
|
14
14
|
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
15
15
|
var _colorManipulator = require("@mui/system/colorManipulator");
|
|
16
16
|
var _RtlProvider = require("@mui/system/RtlProvider");
|
|
17
|
-
var _useThemeProps = _interopRequireDefault(require("../styles/useThemeProps"));
|
|
18
17
|
var _paginationItemClasses = _interopRequireWildcard(require("./paginationItemClasses"));
|
|
19
18
|
var _ButtonBase = _interopRequireDefault(require("../ButtonBase"));
|
|
20
19
|
var _capitalize = _interopRequireDefault(require("../utils/capitalize"));
|
|
@@ -22,11 +21,12 @@ var _FirstPage = _interopRequireDefault(require("../internal/svg-icons/FirstPage
|
|
|
22
21
|
var _LastPage = _interopRequireDefault(require("../internal/svg-icons/LastPage"));
|
|
23
22
|
var _NavigateBefore = _interopRequireDefault(require("../internal/svg-icons/NavigateBefore"));
|
|
24
23
|
var _NavigateNext = _interopRequireDefault(require("../internal/svg-icons/NavigateNext"));
|
|
25
|
-
var
|
|
24
|
+
var _zeroStyled = require("../zero-styled");
|
|
26
25
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
27
26
|
const _excluded = ["className", "color", "component", "components", "disabled", "page", "selected", "shape", "size", "slots", "type", "variant"];
|
|
28
27
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
29
28
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
29
|
+
const useThemeProps = (0, _zeroStyled.createUseThemeProps)('MuiPaginationItem');
|
|
30
30
|
const overridesResolver = (props, styles) => {
|
|
31
31
|
const {
|
|
32
32
|
ownerState
|
|
@@ -58,13 +58,12 @@ const useUtilityClasses = ownerState => {
|
|
|
58
58
|
};
|
|
59
59
|
return (0, _composeClasses.default)(slots, _paginationItemClasses.getPaginationItemUtilityClass, classes);
|
|
60
60
|
};
|
|
61
|
-
const PaginationItemEllipsis = (0,
|
|
61
|
+
const PaginationItemEllipsis = (0, _zeroStyled.styled)('div', {
|
|
62
62
|
name: 'MuiPaginationItem',
|
|
63
63
|
slot: 'Root',
|
|
64
64
|
overridesResolver
|
|
65
65
|
})(({
|
|
66
|
-
theme
|
|
67
|
-
ownerState
|
|
66
|
+
theme
|
|
68
67
|
}) => (0, _extends2.default)({}, theme.typography.body2, {
|
|
69
68
|
borderRadius: 32 / 2,
|
|
70
69
|
textAlign: 'center',
|
|
@@ -76,25 +75,35 @@ const PaginationItemEllipsis = (0, _styled.default)('div', {
|
|
|
76
75
|
height: 'auto',
|
|
77
76
|
[`&.${_paginationItemClasses.default.disabled}`]: {
|
|
78
77
|
opacity: (theme.vars || theme).palette.action.disabledOpacity
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
78
|
+
},
|
|
79
|
+
variants: [{
|
|
80
|
+
props: {
|
|
81
|
+
size: 'small'
|
|
82
|
+
},
|
|
83
|
+
style: {
|
|
84
|
+
minWidth: 26,
|
|
85
|
+
borderRadius: 26 / 2,
|
|
86
|
+
margin: '0 1px',
|
|
87
|
+
padding: '0 4px'
|
|
88
|
+
}
|
|
89
|
+
}, {
|
|
90
|
+
props: {
|
|
91
|
+
size: 'large'
|
|
92
|
+
},
|
|
93
|
+
style: {
|
|
94
|
+
minWidth: 40,
|
|
95
|
+
borderRadius: 40 / 2,
|
|
96
|
+
padding: '0 10px',
|
|
97
|
+
fontSize: theme.typography.pxToRem(15)
|
|
98
|
+
}
|
|
99
|
+
}]
|
|
90
100
|
}));
|
|
91
|
-
const PaginationItemPage = (0,
|
|
101
|
+
const PaginationItemPage = (0, _zeroStyled.styled)(_ButtonBase.default, {
|
|
92
102
|
name: 'MuiPaginationItem',
|
|
93
103
|
slot: 'Root',
|
|
94
104
|
overridesResolver
|
|
95
105
|
})(({
|
|
96
|
-
theme
|
|
97
|
-
ownerState
|
|
106
|
+
theme
|
|
98
107
|
}) => (0, _extends2.default)({}, theme.typography.body2, {
|
|
99
108
|
borderRadius: 32 / 2,
|
|
100
109
|
textAlign: 'center',
|
|
@@ -137,83 +146,135 @@ const PaginationItemPage = (0, _styled.default)(_ButtonBase.default, {
|
|
|
137
146
|
color: (theme.vars || theme).palette.action.disabled,
|
|
138
147
|
backgroundColor: (theme.vars || theme).palette.action.selected
|
|
139
148
|
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
borderRadius: 26 / 2,
|
|
145
|
-
margin: '0 1px',
|
|
146
|
-
padding: '0 4px'
|
|
147
|
-
}, ownerState.size === 'large' && {
|
|
148
|
-
minWidth: 40,
|
|
149
|
-
height: 40,
|
|
150
|
-
borderRadius: 40 / 2,
|
|
151
|
-
padding: '0 10px',
|
|
152
|
-
fontSize: theme.typography.pxToRem(15)
|
|
153
|
-
}, ownerState.shape === 'rounded' && {
|
|
154
|
-
borderRadius: (theme.vars || theme).shape.borderRadius
|
|
155
|
-
}), ({
|
|
156
|
-
theme,
|
|
157
|
-
ownerState
|
|
158
|
-
}) => (0, _extends2.default)({}, ownerState.variant === 'text' && {
|
|
159
|
-
[`&.${_paginationItemClasses.default.selected}`]: (0, _extends2.default)({}, ownerState.color !== 'standard' && {
|
|
160
|
-
color: (theme.vars || theme).palette[ownerState.color].contrastText,
|
|
161
|
-
backgroundColor: (theme.vars || theme).palette[ownerState.color].main,
|
|
162
|
-
'&:hover': {
|
|
163
|
-
backgroundColor: (theme.vars || theme).palette[ownerState.color].dark,
|
|
164
|
-
// Reset on touch devices, it doesn't add specificity
|
|
165
|
-
'@media (hover: none)': {
|
|
166
|
-
backgroundColor: (theme.vars || theme).palette[ownerState.color].main
|
|
167
|
-
}
|
|
149
|
+
},
|
|
150
|
+
variants: [{
|
|
151
|
+
props: {
|
|
152
|
+
size: 'small'
|
|
168
153
|
},
|
|
169
|
-
|
|
170
|
-
|
|
154
|
+
style: {
|
|
155
|
+
minWidth: 26,
|
|
156
|
+
height: 26,
|
|
157
|
+
borderRadius: 26 / 2,
|
|
158
|
+
margin: '0 1px',
|
|
159
|
+
padding: '0 4px'
|
|
171
160
|
}
|
|
172
161
|
}, {
|
|
173
|
-
|
|
174
|
-
|
|
162
|
+
props: {
|
|
163
|
+
size: 'large'
|
|
164
|
+
},
|
|
165
|
+
style: {
|
|
166
|
+
minWidth: 40,
|
|
167
|
+
height: 40,
|
|
168
|
+
borderRadius: 40 / 2,
|
|
169
|
+
padding: '0 10px',
|
|
170
|
+
fontSize: theme.typography.pxToRem(15)
|
|
175
171
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
[`&.${_paginationItemClasses.default.selected}`]: (0, _extends2.default)({}, ownerState.color !== 'standard' && {
|
|
180
|
-
color: (theme.vars || theme).palette[ownerState.color].main,
|
|
181
|
-
border: `1px solid ${theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / 0.5)` : (0, _colorManipulator.alpha)(theme.palette[ownerState.color].main, 0.5)}`,
|
|
182
|
-
backgroundColor: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / ${theme.vars.palette.action.activatedOpacity})` : (0, _colorManipulator.alpha)(theme.palette[ownerState.color].main, theme.palette.action.activatedOpacity),
|
|
183
|
-
'&:hover': {
|
|
184
|
-
backgroundColor: theme.vars ? `rgba(${theme.vars.palette[ownerState.color].mainChannel} / calc(${theme.vars.palette.action.activatedOpacity} + ${theme.vars.palette.action.focusOpacity}))` : (0, _colorManipulator.alpha)(theme.palette[ownerState.color].main, theme.palette.action.activatedOpacity + theme.palette.action.focusOpacity),
|
|
185
|
-
// Reset on touch devices, it doesn't add specificity
|
|
186
|
-
'@media (hover: none)': {
|
|
187
|
-
backgroundColor: 'transparent'
|
|
188
|
-
}
|
|
172
|
+
}, {
|
|
173
|
+
props: {
|
|
174
|
+
shape: 'rounded'
|
|
189
175
|
},
|
|
190
|
-
|
|
191
|
-
|
|
176
|
+
style: {
|
|
177
|
+
borderRadius: (theme.vars || theme).shape.borderRadius
|
|
192
178
|
}
|
|
193
179
|
}, {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
180
|
+
props: {
|
|
181
|
+
variant: 'outlined'
|
|
182
|
+
},
|
|
183
|
+
style: {
|
|
184
|
+
border: theme.vars ? `1px solid rgba(${theme.vars.palette.common.onBackgroundChannel} / 0.23)` : `1px solid ${theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'}`,
|
|
185
|
+
[`&.${_paginationItemClasses.default.selected}`]: {
|
|
186
|
+
[`&.${_paginationItemClasses.default.disabled}`]: {
|
|
187
|
+
borderColor: (theme.vars || theme).palette.action.disabledBackground,
|
|
188
|
+
color: (theme.vars || theme).palette.action.disabled
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}, {
|
|
193
|
+
props: {
|
|
194
|
+
variant: 'text'
|
|
195
|
+
},
|
|
196
|
+
style: {
|
|
197
|
+
[`&.${_paginationItemClasses.default.selected}`]: {
|
|
198
|
+
[`&.${_paginationItemClasses.default.disabled}`]: {
|
|
199
|
+
color: (theme.vars || theme).palette.action.disabled
|
|
200
|
+
}
|
|
201
|
+
}
|
|
197
202
|
}
|
|
198
|
-
})
|
|
203
|
+
}, ...Object.entries(theme.palette).filter(([, value]) => value.main && value.dark && value.contrastText).map(([color]) => ({
|
|
204
|
+
props: {
|
|
205
|
+
variant: 'text',
|
|
206
|
+
color
|
|
207
|
+
},
|
|
208
|
+
style: {
|
|
209
|
+
[`&.${_paginationItemClasses.default.selected}`]: {
|
|
210
|
+
color: (theme.vars || theme).palette[color].contrastText,
|
|
211
|
+
backgroundColor: (theme.vars || theme).palette[color].main,
|
|
212
|
+
'&:hover': {
|
|
213
|
+
backgroundColor: (theme.vars || theme).palette[color].dark,
|
|
214
|
+
// Reset on touch devices, it doesn't add specificity
|
|
215
|
+
'@media (hover: none)': {
|
|
216
|
+
backgroundColor: (theme.vars || theme).palette[color].main
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
[`&.${_paginationItemClasses.default.focusVisible}`]: {
|
|
220
|
+
backgroundColor: (theme.vars || theme).palette[color].dark
|
|
221
|
+
},
|
|
222
|
+
[`&.${_paginationItemClasses.default.disabled}`]: {
|
|
223
|
+
color: (theme.vars || theme).palette.action.disabled
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
})), ...Object.entries(theme.palette).filter(([, value]) => value.main && value.light).map(([color]) => ({
|
|
228
|
+
props: {
|
|
229
|
+
variant: 'outlined',
|
|
230
|
+
color
|
|
231
|
+
},
|
|
232
|
+
style: {
|
|
233
|
+
[`&.${_paginationItemClasses.default.selected}`]: {
|
|
234
|
+
color: (theme.vars || theme).palette[color].main,
|
|
235
|
+
border: `1px solid ${theme.vars ? `rgba(${theme.vars.palette[color].mainChannel} / 0.5)` : (0, _colorManipulator.alpha)(theme.palette[color].main, 0.5)}`,
|
|
236
|
+
backgroundColor: theme.vars ? `rgba(${theme.vars.palette[color].mainChannel} / ${theme.vars.palette.action.activatedOpacity})` : (0, _colorManipulator.alpha)(theme.palette[color].main, theme.palette.action.activatedOpacity),
|
|
237
|
+
'&:hover': {
|
|
238
|
+
backgroundColor: theme.vars ? `rgba(${theme.vars.palette[color].mainChannel} / calc(${theme.vars.palette.action.activatedOpacity} + ${theme.vars.palette.action.focusOpacity}))` : (0, _colorManipulator.alpha)(theme.palette[color].main, theme.palette.action.activatedOpacity + theme.palette.action.focusOpacity),
|
|
239
|
+
// Reset on touch devices, it doesn't add specificity
|
|
240
|
+
'@media (hover: none)': {
|
|
241
|
+
backgroundColor: 'transparent'
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
[`&.${_paginationItemClasses.default.focusVisible}`]: {
|
|
245
|
+
backgroundColor: theme.vars ? `rgba(${theme.vars.palette[color].mainChannel} / calc(${theme.vars.palette.action.activatedOpacity} + ${theme.vars.palette.action.focusOpacity}))` : (0, _colorManipulator.alpha)(theme.palette[color].main, theme.palette.action.activatedOpacity + theme.palette.action.focusOpacity)
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}))]
|
|
199
250
|
}));
|
|
200
|
-
const PaginationItemPageIcon = (0,
|
|
251
|
+
const PaginationItemPageIcon = (0, _zeroStyled.styled)('div', {
|
|
201
252
|
name: 'MuiPaginationItem',
|
|
202
253
|
slot: 'Icon',
|
|
203
254
|
overridesResolver: (props, styles) => styles.icon
|
|
204
255
|
})(({
|
|
205
|
-
theme
|
|
206
|
-
|
|
207
|
-
}) => (0, _extends2.default)({
|
|
256
|
+
theme
|
|
257
|
+
}) => ({
|
|
208
258
|
fontSize: theme.typography.pxToRem(20),
|
|
209
|
-
margin: '0 -8px'
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
259
|
+
margin: '0 -8px',
|
|
260
|
+
variants: [{
|
|
261
|
+
props: {
|
|
262
|
+
size: 'small'
|
|
263
|
+
},
|
|
264
|
+
style: {
|
|
265
|
+
fontSize: theme.typography.pxToRem(18)
|
|
266
|
+
}
|
|
267
|
+
}, {
|
|
268
|
+
props: {
|
|
269
|
+
size: 'large'
|
|
270
|
+
},
|
|
271
|
+
style: {
|
|
272
|
+
fontSize: theme.typography.pxToRem(22)
|
|
273
|
+
}
|
|
274
|
+
}]
|
|
214
275
|
}));
|
|
215
276
|
const PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inProps, ref) {
|
|
216
|
-
const props = (
|
|
277
|
+
const props = useThemeProps({
|
|
217
278
|
props: inProps,
|
|
218
279
|
name: 'MuiPaginationItem'
|
|
219
280
|
});
|