@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
package/legacy/Grid/Grid.js
DELETED
|
@@ -1,561 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
// A grid component using the following libs as inspiration.
|
|
4
|
-
//
|
|
5
|
-
// For the implementation:
|
|
6
|
-
// - https://getbootstrap.com/docs/4.3/layout/grid/
|
|
7
|
-
// - https://github.com/kristoferjoseph/flexboxgrid/blob/master/src/css/flexboxgrid.css
|
|
8
|
-
// - https://github.com/roylee0704/react-flexbox-grid
|
|
9
|
-
// - https://material.angularjs.org/latest/layout/introduction
|
|
10
|
-
//
|
|
11
|
-
// Follow this flexbox Guide to better understand the underlying model:
|
|
12
|
-
// - https://css-tricks.com/snippets/css/a-guide-to-flexbox/
|
|
13
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
14
|
-
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
|
15
|
-
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
16
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
17
|
-
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
|
18
|
-
import * as React from 'react';
|
|
19
|
-
import PropTypes from 'prop-types';
|
|
20
|
-
import clsx from 'clsx';
|
|
21
|
-
import { handleBreakpoints, unstable_resolveBreakpointValues as resolveBreakpointValues } from '@mui/system';
|
|
22
|
-
import { extendSxProp } from '@mui/system/styleFunctionSx';
|
|
23
|
-
import composeClasses from '@mui/utils/composeClasses';
|
|
24
|
-
import requirePropFactory from '../utils/requirePropFactory';
|
|
25
|
-
import styled from '../styles/styled';
|
|
26
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
27
|
-
import useTheme from '../styles/useTheme';
|
|
28
|
-
import GridContext from './GridContext';
|
|
29
|
-
import gridClasses, { getGridUtilityClass } from './gridClasses';
|
|
30
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
31
|
-
function getOffset(val) {
|
|
32
|
-
var parse = parseFloat(val);
|
|
33
|
-
if (Number.isNaN(parse)) {
|
|
34
|
-
return val;
|
|
35
|
-
}
|
|
36
|
-
return "".concat(parse).concat(String(val).replace(String(parse), '') || 'px');
|
|
37
|
-
}
|
|
38
|
-
export function generateGrid(_ref) {
|
|
39
|
-
var theme = _ref.theme,
|
|
40
|
-
ownerState = _ref.ownerState;
|
|
41
|
-
var size;
|
|
42
|
-
return theme.breakpoints.keys.reduce(function (globalStyles, breakpoint) {
|
|
43
|
-
// Use side effect over immutability for better performance.
|
|
44
|
-
var styles = {};
|
|
45
|
-
if (ownerState[breakpoint]) {
|
|
46
|
-
size = ownerState[breakpoint];
|
|
47
|
-
}
|
|
48
|
-
if (!size) {
|
|
49
|
-
return globalStyles;
|
|
50
|
-
}
|
|
51
|
-
if (size === true) {
|
|
52
|
-
// For the auto layouting
|
|
53
|
-
styles = {
|
|
54
|
-
flexBasis: 0,
|
|
55
|
-
flexGrow: 1,
|
|
56
|
-
maxWidth: '100%'
|
|
57
|
-
};
|
|
58
|
-
} else if (size === 'auto') {
|
|
59
|
-
styles = {
|
|
60
|
-
flexBasis: 'auto',
|
|
61
|
-
flexGrow: 0,
|
|
62
|
-
flexShrink: 0,
|
|
63
|
-
maxWidth: 'none',
|
|
64
|
-
width: 'auto'
|
|
65
|
-
};
|
|
66
|
-
} else {
|
|
67
|
-
var columnsBreakpointValues = resolveBreakpointValues({
|
|
68
|
-
values: ownerState.columns,
|
|
69
|
-
breakpoints: theme.breakpoints.values
|
|
70
|
-
});
|
|
71
|
-
var columnValue = _typeof(columnsBreakpointValues) === 'object' ? columnsBreakpointValues[breakpoint] : columnsBreakpointValues;
|
|
72
|
-
if (columnValue === undefined || columnValue === null) {
|
|
73
|
-
return globalStyles;
|
|
74
|
-
}
|
|
75
|
-
// Keep 7 significant numbers.
|
|
76
|
-
var width = "".concat(Math.round(size / columnValue * 10e7) / 10e5, "%");
|
|
77
|
-
var more = {};
|
|
78
|
-
if (ownerState.container && ownerState.item && ownerState.columnSpacing !== 0) {
|
|
79
|
-
var themeSpacing = theme.spacing(ownerState.columnSpacing);
|
|
80
|
-
if (themeSpacing !== '0px') {
|
|
81
|
-
var fullWidth = "calc(".concat(width, " + ").concat(getOffset(themeSpacing), ")");
|
|
82
|
-
more = {
|
|
83
|
-
flexBasis: fullWidth,
|
|
84
|
-
maxWidth: fullWidth
|
|
85
|
-
};
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// Close to the bootstrap implementation:
|
|
90
|
-
// https://github.com/twbs/bootstrap/blob/8fccaa2439e97ec72a4b7dc42ccc1f649790adb0/scss/mixins/_grid.scss#L41
|
|
91
|
-
styles = _extends({
|
|
92
|
-
flexBasis: width,
|
|
93
|
-
flexGrow: 0,
|
|
94
|
-
maxWidth: width
|
|
95
|
-
}, more);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// No need for a media query for the first size.
|
|
99
|
-
if (theme.breakpoints.values[breakpoint] === 0) {
|
|
100
|
-
_extends(globalStyles, styles);
|
|
101
|
-
} else {
|
|
102
|
-
globalStyles[theme.breakpoints.up(breakpoint)] = styles;
|
|
103
|
-
}
|
|
104
|
-
return globalStyles;
|
|
105
|
-
}, {});
|
|
106
|
-
}
|
|
107
|
-
export function generateDirection(_ref2) {
|
|
108
|
-
var theme = _ref2.theme,
|
|
109
|
-
ownerState = _ref2.ownerState;
|
|
110
|
-
var directionValues = resolveBreakpointValues({
|
|
111
|
-
values: ownerState.direction,
|
|
112
|
-
breakpoints: theme.breakpoints.values
|
|
113
|
-
});
|
|
114
|
-
return handleBreakpoints({
|
|
115
|
-
theme: theme
|
|
116
|
-
}, directionValues, function (propValue) {
|
|
117
|
-
var output = {
|
|
118
|
-
flexDirection: propValue
|
|
119
|
-
};
|
|
120
|
-
if (propValue.indexOf('column') === 0) {
|
|
121
|
-
output["& > .".concat(gridClasses.item)] = {
|
|
122
|
-
maxWidth: 'none'
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
return output;
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* Extracts zero value breakpoint keys before a non-zero value breakpoint key.
|
|
131
|
-
* @example { xs: 0, sm: 0, md: 2, lg: 0, xl: 0 } or [0, 0, 2, 0, 0]
|
|
132
|
-
* @returns [xs, sm]
|
|
133
|
-
*/
|
|
134
|
-
function extractZeroValueBreakpointKeys(_ref3) {
|
|
135
|
-
var breakpoints = _ref3.breakpoints,
|
|
136
|
-
values = _ref3.values;
|
|
137
|
-
var nonZeroKey = '';
|
|
138
|
-
Object.keys(values).forEach(function (key) {
|
|
139
|
-
if (nonZeroKey !== '') {
|
|
140
|
-
return;
|
|
141
|
-
}
|
|
142
|
-
if (values[key] !== 0) {
|
|
143
|
-
nonZeroKey = key;
|
|
144
|
-
}
|
|
145
|
-
});
|
|
146
|
-
var sortedBreakpointKeysByValue = Object.keys(breakpoints).sort(function (a, b) {
|
|
147
|
-
return breakpoints[a] - breakpoints[b];
|
|
148
|
-
});
|
|
149
|
-
return sortedBreakpointKeysByValue.slice(0, sortedBreakpointKeysByValue.indexOf(nonZeroKey));
|
|
150
|
-
}
|
|
151
|
-
export function generateRowGap(_ref4) {
|
|
152
|
-
var theme = _ref4.theme,
|
|
153
|
-
ownerState = _ref4.ownerState;
|
|
154
|
-
var container = ownerState.container,
|
|
155
|
-
rowSpacing = ownerState.rowSpacing;
|
|
156
|
-
var styles = {};
|
|
157
|
-
if (container && rowSpacing !== 0) {
|
|
158
|
-
var rowSpacingValues = resolveBreakpointValues({
|
|
159
|
-
values: rowSpacing,
|
|
160
|
-
breakpoints: theme.breakpoints.values
|
|
161
|
-
});
|
|
162
|
-
var zeroValueBreakpointKeys;
|
|
163
|
-
if (_typeof(rowSpacingValues) === 'object') {
|
|
164
|
-
zeroValueBreakpointKeys = extractZeroValueBreakpointKeys({
|
|
165
|
-
breakpoints: theme.breakpoints.values,
|
|
166
|
-
values: rowSpacingValues
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
styles = handleBreakpoints({
|
|
170
|
-
theme: theme
|
|
171
|
-
}, rowSpacingValues, function (propValue, breakpoint) {
|
|
172
|
-
var _zeroValueBreakpointK;
|
|
173
|
-
var themeSpacing = theme.spacing(propValue);
|
|
174
|
-
if (themeSpacing !== '0px') {
|
|
175
|
-
return _defineProperty({
|
|
176
|
-
marginTop: "-".concat(getOffset(themeSpacing))
|
|
177
|
-
}, "& > .".concat(gridClasses.item), {
|
|
178
|
-
paddingTop: getOffset(themeSpacing)
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
if ((_zeroValueBreakpointK = zeroValueBreakpointKeys) != null && _zeroValueBreakpointK.includes(breakpoint)) {
|
|
182
|
-
return {};
|
|
183
|
-
}
|
|
184
|
-
return _defineProperty({
|
|
185
|
-
marginTop: 0
|
|
186
|
-
}, "& > .".concat(gridClasses.item), {
|
|
187
|
-
paddingTop: 0
|
|
188
|
-
});
|
|
189
|
-
});
|
|
190
|
-
}
|
|
191
|
-
return styles;
|
|
192
|
-
}
|
|
193
|
-
export function generateColumnGap(_ref7) {
|
|
194
|
-
var theme = _ref7.theme,
|
|
195
|
-
ownerState = _ref7.ownerState;
|
|
196
|
-
var container = ownerState.container,
|
|
197
|
-
columnSpacing = ownerState.columnSpacing;
|
|
198
|
-
var styles = {};
|
|
199
|
-
if (container && columnSpacing !== 0) {
|
|
200
|
-
var columnSpacingValues = resolveBreakpointValues({
|
|
201
|
-
values: columnSpacing,
|
|
202
|
-
breakpoints: theme.breakpoints.values
|
|
203
|
-
});
|
|
204
|
-
var zeroValueBreakpointKeys;
|
|
205
|
-
if (_typeof(columnSpacingValues) === 'object') {
|
|
206
|
-
zeroValueBreakpointKeys = extractZeroValueBreakpointKeys({
|
|
207
|
-
breakpoints: theme.breakpoints.values,
|
|
208
|
-
values: columnSpacingValues
|
|
209
|
-
});
|
|
210
|
-
}
|
|
211
|
-
styles = handleBreakpoints({
|
|
212
|
-
theme: theme
|
|
213
|
-
}, columnSpacingValues, function (propValue, breakpoint) {
|
|
214
|
-
var _zeroValueBreakpointK2;
|
|
215
|
-
var themeSpacing = theme.spacing(propValue);
|
|
216
|
-
if (themeSpacing !== '0px') {
|
|
217
|
-
return _defineProperty({
|
|
218
|
-
width: "calc(100% + ".concat(getOffset(themeSpacing), ")"),
|
|
219
|
-
marginLeft: "-".concat(getOffset(themeSpacing))
|
|
220
|
-
}, "& > .".concat(gridClasses.item), {
|
|
221
|
-
paddingLeft: getOffset(themeSpacing)
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
if ((_zeroValueBreakpointK2 = zeroValueBreakpointKeys) != null && _zeroValueBreakpointK2.includes(breakpoint)) {
|
|
225
|
-
return {};
|
|
226
|
-
}
|
|
227
|
-
return _defineProperty({
|
|
228
|
-
width: '100%',
|
|
229
|
-
marginLeft: 0
|
|
230
|
-
}, "& > .".concat(gridClasses.item), {
|
|
231
|
-
paddingLeft: 0
|
|
232
|
-
});
|
|
233
|
-
});
|
|
234
|
-
}
|
|
235
|
-
return styles;
|
|
236
|
-
}
|
|
237
|
-
export function resolveSpacingStyles(spacing, breakpoints) {
|
|
238
|
-
var styles = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
239
|
-
// undefined/null or `spacing` <= 0
|
|
240
|
-
if (!spacing || spacing <= 0) {
|
|
241
|
-
return [];
|
|
242
|
-
}
|
|
243
|
-
// in case of string/number `spacing`
|
|
244
|
-
if (typeof spacing === 'string' && !Number.isNaN(Number(spacing)) || typeof spacing === 'number') {
|
|
245
|
-
return [styles["spacing-xs-".concat(String(spacing))]];
|
|
246
|
-
}
|
|
247
|
-
// in case of object `spacing`
|
|
248
|
-
var spacingStyles = [];
|
|
249
|
-
breakpoints.forEach(function (breakpoint) {
|
|
250
|
-
var value = spacing[breakpoint];
|
|
251
|
-
if (Number(value) > 0) {
|
|
252
|
-
spacingStyles.push(styles["spacing-".concat(breakpoint, "-").concat(String(value))]);
|
|
253
|
-
}
|
|
254
|
-
});
|
|
255
|
-
return spacingStyles;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
// Default CSS values
|
|
259
|
-
// flex: '0 1 auto',
|
|
260
|
-
// flexDirection: 'row',
|
|
261
|
-
// alignItems: 'flex-start',
|
|
262
|
-
// flexWrap: 'nowrap',
|
|
263
|
-
// justifyContent: 'flex-start',
|
|
264
|
-
var GridRoot = styled('div', {
|
|
265
|
-
name: 'MuiGrid',
|
|
266
|
-
slot: 'Root',
|
|
267
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
268
|
-
var ownerState = props.ownerState;
|
|
269
|
-
var container = ownerState.container,
|
|
270
|
-
direction = ownerState.direction,
|
|
271
|
-
item = ownerState.item,
|
|
272
|
-
spacing = ownerState.spacing,
|
|
273
|
-
wrap = ownerState.wrap,
|
|
274
|
-
zeroMinWidth = ownerState.zeroMinWidth,
|
|
275
|
-
breakpoints = ownerState.breakpoints;
|
|
276
|
-
var spacingStyles = [];
|
|
277
|
-
|
|
278
|
-
// in case of grid item
|
|
279
|
-
if (container) {
|
|
280
|
-
spacingStyles = resolveSpacingStyles(spacing, breakpoints, styles);
|
|
281
|
-
}
|
|
282
|
-
var breakpointsStyles = [];
|
|
283
|
-
breakpoints.forEach(function (breakpoint) {
|
|
284
|
-
var value = ownerState[breakpoint];
|
|
285
|
-
if (value) {
|
|
286
|
-
breakpointsStyles.push(styles["grid-".concat(breakpoint, "-").concat(String(value))]);
|
|
287
|
-
}
|
|
288
|
-
});
|
|
289
|
-
return [styles.root, container && styles.container, item && styles.item, zeroMinWidth && styles.zeroMinWidth].concat(_toConsumableArray(spacingStyles), [direction !== 'row' && styles["direction-xs-".concat(String(direction))], wrap !== 'wrap' && styles["wrap-xs-".concat(String(wrap))]], breakpointsStyles);
|
|
290
|
-
}
|
|
291
|
-
})(function (_ref10) {
|
|
292
|
-
var ownerState = _ref10.ownerState;
|
|
293
|
-
return _extends({
|
|
294
|
-
boxSizing: 'border-box'
|
|
295
|
-
}, ownerState.container && {
|
|
296
|
-
display: 'flex',
|
|
297
|
-
flexWrap: 'wrap',
|
|
298
|
-
width: '100%'
|
|
299
|
-
}, ownerState.item && {
|
|
300
|
-
margin: 0 // For instance, it's useful when used with a `figure` element.
|
|
301
|
-
}, ownerState.zeroMinWidth && {
|
|
302
|
-
minWidth: 0
|
|
303
|
-
}, ownerState.wrap !== 'wrap' && {
|
|
304
|
-
flexWrap: ownerState.wrap
|
|
305
|
-
});
|
|
306
|
-
}, generateDirection, generateRowGap, generateColumnGap, generateGrid);
|
|
307
|
-
export function resolveSpacingClasses(spacing, breakpoints) {
|
|
308
|
-
// undefined/null or `spacing` <= 0
|
|
309
|
-
if (!spacing || spacing <= 0) {
|
|
310
|
-
return [];
|
|
311
|
-
}
|
|
312
|
-
// in case of string/number `spacing`
|
|
313
|
-
if (typeof spacing === 'string' && !Number.isNaN(Number(spacing)) || typeof spacing === 'number') {
|
|
314
|
-
return ["spacing-xs-".concat(String(spacing))];
|
|
315
|
-
}
|
|
316
|
-
// in case of object `spacing`
|
|
317
|
-
var classes = [];
|
|
318
|
-
breakpoints.forEach(function (breakpoint) {
|
|
319
|
-
var value = spacing[breakpoint];
|
|
320
|
-
if (Number(value) > 0) {
|
|
321
|
-
var className = "spacing-".concat(breakpoint, "-").concat(String(value));
|
|
322
|
-
classes.push(className);
|
|
323
|
-
}
|
|
324
|
-
});
|
|
325
|
-
return classes;
|
|
326
|
-
}
|
|
327
|
-
var useUtilityClasses = function useUtilityClasses(ownerState) {
|
|
328
|
-
var classes = ownerState.classes,
|
|
329
|
-
container = ownerState.container,
|
|
330
|
-
direction = ownerState.direction,
|
|
331
|
-
item = ownerState.item,
|
|
332
|
-
spacing = ownerState.spacing,
|
|
333
|
-
wrap = ownerState.wrap,
|
|
334
|
-
zeroMinWidth = ownerState.zeroMinWidth,
|
|
335
|
-
breakpoints = ownerState.breakpoints;
|
|
336
|
-
var spacingClasses = [];
|
|
337
|
-
|
|
338
|
-
// in case of grid item
|
|
339
|
-
if (container) {
|
|
340
|
-
spacingClasses = resolveSpacingClasses(spacing, breakpoints);
|
|
341
|
-
}
|
|
342
|
-
var breakpointsClasses = [];
|
|
343
|
-
breakpoints.forEach(function (breakpoint) {
|
|
344
|
-
var value = ownerState[breakpoint];
|
|
345
|
-
if (value) {
|
|
346
|
-
breakpointsClasses.push("grid-".concat(breakpoint, "-").concat(String(value)));
|
|
347
|
-
}
|
|
348
|
-
});
|
|
349
|
-
var slots = {
|
|
350
|
-
root: ['root', container && 'container', item && 'item', zeroMinWidth && 'zeroMinWidth'].concat(_toConsumableArray(spacingClasses), [direction !== 'row' && "direction-xs-".concat(String(direction)), wrap !== 'wrap' && "wrap-xs-".concat(String(wrap))], breakpointsClasses)
|
|
351
|
-
};
|
|
352
|
-
return composeClasses(slots, getGridUtilityClass, classes);
|
|
353
|
-
};
|
|
354
|
-
var Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
|
|
355
|
-
var themeProps = useThemeProps({
|
|
356
|
-
props: inProps,
|
|
357
|
-
name: 'MuiGrid'
|
|
358
|
-
});
|
|
359
|
-
var _useTheme = useTheme(),
|
|
360
|
-
breakpoints = _useTheme.breakpoints;
|
|
361
|
-
var props = extendSxProp(themeProps);
|
|
362
|
-
var className = props.className,
|
|
363
|
-
columnsProp = props.columns,
|
|
364
|
-
columnSpacingProp = props.columnSpacing,
|
|
365
|
-
_props$component = props.component,
|
|
366
|
-
component = _props$component === void 0 ? 'div' : _props$component,
|
|
367
|
-
_props$container = props.container,
|
|
368
|
-
container = _props$container === void 0 ? false : _props$container,
|
|
369
|
-
_props$direction = props.direction,
|
|
370
|
-
direction = _props$direction === void 0 ? 'row' : _props$direction,
|
|
371
|
-
_props$item = props.item,
|
|
372
|
-
item = _props$item === void 0 ? false : _props$item,
|
|
373
|
-
rowSpacingProp = props.rowSpacing,
|
|
374
|
-
_props$spacing = props.spacing,
|
|
375
|
-
spacing = _props$spacing === void 0 ? 0 : _props$spacing,
|
|
376
|
-
_props$wrap = props.wrap,
|
|
377
|
-
wrap = _props$wrap === void 0 ? 'wrap' : _props$wrap,
|
|
378
|
-
_props$zeroMinWidth = props.zeroMinWidth,
|
|
379
|
-
zeroMinWidth = _props$zeroMinWidth === void 0 ? false : _props$zeroMinWidth,
|
|
380
|
-
other = _objectWithoutProperties(props, ["className", "columns", "columnSpacing", "component", "container", "direction", "item", "rowSpacing", "spacing", "wrap", "zeroMinWidth"]);
|
|
381
|
-
var rowSpacing = rowSpacingProp || spacing;
|
|
382
|
-
var columnSpacing = columnSpacingProp || spacing;
|
|
383
|
-
var columnsContext = React.useContext(GridContext);
|
|
384
|
-
|
|
385
|
-
// columns set with default breakpoint unit of 12
|
|
386
|
-
var columns = container ? columnsProp || 12 : columnsContext;
|
|
387
|
-
var breakpointsValues = {};
|
|
388
|
-
var otherFiltered = _extends({}, other);
|
|
389
|
-
breakpoints.keys.forEach(function (breakpoint) {
|
|
390
|
-
if (other[breakpoint] != null) {
|
|
391
|
-
breakpointsValues[breakpoint] = other[breakpoint];
|
|
392
|
-
delete otherFiltered[breakpoint];
|
|
393
|
-
}
|
|
394
|
-
});
|
|
395
|
-
var ownerState = _extends({}, props, {
|
|
396
|
-
columns: columns,
|
|
397
|
-
container: container,
|
|
398
|
-
direction: direction,
|
|
399
|
-
item: item,
|
|
400
|
-
rowSpacing: rowSpacing,
|
|
401
|
-
columnSpacing: columnSpacing,
|
|
402
|
-
wrap: wrap,
|
|
403
|
-
zeroMinWidth: zeroMinWidth,
|
|
404
|
-
spacing: spacing
|
|
405
|
-
}, breakpointsValues, {
|
|
406
|
-
breakpoints: breakpoints.keys
|
|
407
|
-
});
|
|
408
|
-
var classes = useUtilityClasses(ownerState);
|
|
409
|
-
return /*#__PURE__*/_jsx(GridContext.Provider, {
|
|
410
|
-
value: columns,
|
|
411
|
-
children: /*#__PURE__*/_jsx(GridRoot, _extends({
|
|
412
|
-
ownerState: ownerState,
|
|
413
|
-
className: clsx(classes.root, className),
|
|
414
|
-
as: component,
|
|
415
|
-
ref: ref
|
|
416
|
-
}, otherFiltered))
|
|
417
|
-
});
|
|
418
|
-
});
|
|
419
|
-
process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
|
|
420
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
421
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
422
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
423
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
424
|
-
/**
|
|
425
|
-
* The content of the component.
|
|
426
|
-
*/
|
|
427
|
-
children: PropTypes.node,
|
|
428
|
-
/**
|
|
429
|
-
* Override or extend the styles applied to the component.
|
|
430
|
-
*/
|
|
431
|
-
classes: PropTypes.object,
|
|
432
|
-
/**
|
|
433
|
-
* @ignore
|
|
434
|
-
*/
|
|
435
|
-
className: PropTypes.string,
|
|
436
|
-
/**
|
|
437
|
-
* The number of columns.
|
|
438
|
-
* @default 12
|
|
439
|
-
*/
|
|
440
|
-
columns: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.number), PropTypes.number, PropTypes.object]),
|
|
441
|
-
/**
|
|
442
|
-
* Defines the horizontal space between the type `item` components.
|
|
443
|
-
* It overrides the value of the `spacing` prop.
|
|
444
|
-
*/
|
|
445
|
-
columnSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
446
|
-
/**
|
|
447
|
-
* The component used for the root node.
|
|
448
|
-
* Either a string to use a HTML element or a component.
|
|
449
|
-
*/
|
|
450
|
-
component: PropTypes.elementType,
|
|
451
|
-
/**
|
|
452
|
-
* If `true`, the component will have the flex *container* behavior.
|
|
453
|
-
* You should be wrapping *items* with a *container*.
|
|
454
|
-
* @default false
|
|
455
|
-
*/
|
|
456
|
-
container: PropTypes.bool,
|
|
457
|
-
/**
|
|
458
|
-
* Defines the `flex-direction` style property.
|
|
459
|
-
* It is applied for all screen sizes.
|
|
460
|
-
* @default 'row'
|
|
461
|
-
*/
|
|
462
|
-
direction: PropTypes.oneOfType([PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row']), PropTypes.arrayOf(PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row'])), PropTypes.object]),
|
|
463
|
-
/**
|
|
464
|
-
* If `true`, the component will have the flex *item* behavior.
|
|
465
|
-
* You should be wrapping *items* with a *container*.
|
|
466
|
-
* @default false
|
|
467
|
-
*/
|
|
468
|
-
item: PropTypes.bool,
|
|
469
|
-
/**
|
|
470
|
-
* If a number, it sets the number of columns the grid item uses.
|
|
471
|
-
* It can't be greater than the total number of columns of the container (12 by default).
|
|
472
|
-
* If 'auto', the grid item's width matches its content.
|
|
473
|
-
* If false, the prop is ignored.
|
|
474
|
-
* If true, the grid item's width grows to use the space available in the grid container.
|
|
475
|
-
* The value is applied for the `lg` breakpoint and wider screens if not overridden.
|
|
476
|
-
* @default false
|
|
477
|
-
*/
|
|
478
|
-
lg: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number, PropTypes.bool]),
|
|
479
|
-
/**
|
|
480
|
-
* If a number, it sets the number of columns the grid item uses.
|
|
481
|
-
* It can't be greater than the total number of columns of the container (12 by default).
|
|
482
|
-
* If 'auto', the grid item's width matches its content.
|
|
483
|
-
* If false, the prop is ignored.
|
|
484
|
-
* If true, the grid item's width grows to use the space available in the grid container.
|
|
485
|
-
* The value is applied for the `md` breakpoint and wider screens if not overridden.
|
|
486
|
-
* @default false
|
|
487
|
-
*/
|
|
488
|
-
md: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number, PropTypes.bool]),
|
|
489
|
-
/**
|
|
490
|
-
* Defines the vertical space between the type `item` components.
|
|
491
|
-
* It overrides the value of the `spacing` prop.
|
|
492
|
-
*/
|
|
493
|
-
rowSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
494
|
-
/**
|
|
495
|
-
* If a number, it sets the number of columns the grid item uses.
|
|
496
|
-
* It can't be greater than the total number of columns of the container (12 by default).
|
|
497
|
-
* If 'auto', the grid item's width matches its content.
|
|
498
|
-
* If false, the prop is ignored.
|
|
499
|
-
* If true, the grid item's width grows to use the space available in the grid container.
|
|
500
|
-
* The value is applied for the `sm` breakpoint and wider screens if not overridden.
|
|
501
|
-
* @default false
|
|
502
|
-
*/
|
|
503
|
-
sm: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number, PropTypes.bool]),
|
|
504
|
-
/**
|
|
505
|
-
* Defines the space between the type `item` components.
|
|
506
|
-
* It can only be used on a type `container` component.
|
|
507
|
-
* @default 0
|
|
508
|
-
*/
|
|
509
|
-
spacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
510
|
-
/**
|
|
511
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
512
|
-
*/
|
|
513
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
514
|
-
/**
|
|
515
|
-
* Defines the `flex-wrap` style property.
|
|
516
|
-
* It's applied for all screen sizes.
|
|
517
|
-
* @default 'wrap'
|
|
518
|
-
*/
|
|
519
|
-
wrap: PropTypes.oneOf(['nowrap', 'wrap-reverse', 'wrap']),
|
|
520
|
-
/**
|
|
521
|
-
* If a number, it sets the number of columns the grid item uses.
|
|
522
|
-
* It can't be greater than the total number of columns of the container (12 by default).
|
|
523
|
-
* If 'auto', the grid item's width matches its content.
|
|
524
|
-
* If false, the prop is ignored.
|
|
525
|
-
* If true, the grid item's width grows to use the space available in the grid container.
|
|
526
|
-
* The value is applied for the `xl` breakpoint and wider screens if not overridden.
|
|
527
|
-
* @default false
|
|
528
|
-
*/
|
|
529
|
-
xl: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number, PropTypes.bool]),
|
|
530
|
-
/**
|
|
531
|
-
* If a number, it sets the number of columns the grid item uses.
|
|
532
|
-
* It can't be greater than the total number of columns of the container (12 by default).
|
|
533
|
-
* If 'auto', the grid item's width matches its content.
|
|
534
|
-
* If false, the prop is ignored.
|
|
535
|
-
* If true, the grid item's width grows to use the space available in the grid container.
|
|
536
|
-
* The value is applied for all the screen sizes with the lowest priority.
|
|
537
|
-
* @default false
|
|
538
|
-
*/
|
|
539
|
-
xs: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number, PropTypes.bool]),
|
|
540
|
-
/**
|
|
541
|
-
* If `true`, it sets `min-width: 0` on the item.
|
|
542
|
-
* Refer to the limitations section of the documentation to better understand the use case.
|
|
543
|
-
* @default false
|
|
544
|
-
*/
|
|
545
|
-
zeroMinWidth: PropTypes.bool
|
|
546
|
-
} : void 0;
|
|
547
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
548
|
-
var requireProp = requirePropFactory('Grid', Grid);
|
|
549
|
-
// eslint-disable-next-line no-useless-concat
|
|
550
|
-
Grid['propTypes' + ''] = _extends({}, Grid.propTypes, {
|
|
551
|
-
direction: requireProp('container'),
|
|
552
|
-
lg: requireProp('item'),
|
|
553
|
-
md: requireProp('item'),
|
|
554
|
-
sm: requireProp('item'),
|
|
555
|
-
spacing: requireProp('container'),
|
|
556
|
-
wrap: requireProp('container'),
|
|
557
|
-
xs: requireProp('item'),
|
|
558
|
-
zeroMinWidth: requireProp('item')
|
|
559
|
-
});
|
|
560
|
-
}
|
|
561
|
-
export default Grid;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - internal component.
|
|
7
|
-
*/
|
|
8
|
-
var GridContext = /*#__PURE__*/React.createContext();
|
|
9
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
10
|
-
GridContext.displayName = 'GridContext';
|
|
11
|
-
}
|
|
12
|
-
export default GridContext;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
|
2
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
3
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
4
|
-
export function getGridUtilityClass(slot) {
|
|
5
|
-
return generateUtilityClass('MuiGrid', slot);
|
|
6
|
-
}
|
|
7
|
-
var SPACINGS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
8
|
-
var DIRECTIONS = ['column-reverse', 'column', 'row-reverse', 'row'];
|
|
9
|
-
var WRAPS = ['nowrap', 'wrap-reverse', 'wrap'];
|
|
10
|
-
var GRID_SIZES = ['auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
|
|
11
|
-
var gridClasses = generateUtilityClasses('MuiGrid', ['root', 'container', 'item', 'zeroMinWidth'].concat(_toConsumableArray(SPACINGS.map(function (spacing) {
|
|
12
|
-
return "spacing-xs-".concat(spacing);
|
|
13
|
-
})), _toConsumableArray(DIRECTIONS.map(function (direction) {
|
|
14
|
-
return "direction-xs-".concat(direction);
|
|
15
|
-
})), _toConsumableArray(WRAPS.map(function (wrap) {
|
|
16
|
-
return "wrap-xs-".concat(wrap);
|
|
17
|
-
})), _toConsumableArray(GRID_SIZES.map(function (size) {
|
|
18
|
-
return "grid-xs-".concat(size);
|
|
19
|
-
})), _toConsumableArray(GRID_SIZES.map(function (size) {
|
|
20
|
-
return "grid-sm-".concat(size);
|
|
21
|
-
})), _toConsumableArray(GRID_SIZES.map(function (size) {
|
|
22
|
-
return "grid-md-".concat(size);
|
|
23
|
-
})), _toConsumableArray(GRID_SIZES.map(function (size) {
|
|
24
|
-
return "grid-lg-".concat(size);
|
|
25
|
-
})), _toConsumableArray(GRID_SIZES.map(function (size) {
|
|
26
|
-
return "grid-xl-".concat(size);
|
|
27
|
-
}))));
|
|
28
|
-
export default gridClasses;
|