@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
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
-
// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
|
|
5
|
-
// to learn the context in which each easing should be used.
|
|
6
|
-
export var easing = {
|
|
7
|
-
// This is the most common easing curve.
|
|
8
|
-
easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)',
|
|
9
|
-
// Objects enter the screen at full velocity from off-screen and
|
|
10
|
-
// slowly decelerate to a resting point.
|
|
11
|
-
easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)',
|
|
12
|
-
// Objects leave the screen at full velocity. They do not decelerate when off-screen.
|
|
13
|
-
easeIn: 'cubic-bezier(0.4, 0, 1, 1)',
|
|
14
|
-
// The sharp curve is used by objects that may return to the screen at any time.
|
|
15
|
-
sharp: 'cubic-bezier(0.4, 0, 0.6, 1)'
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
// Follow https://m2.material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations
|
|
19
|
-
// to learn when use what timing
|
|
20
|
-
export var duration = {
|
|
21
|
-
shortest: 150,
|
|
22
|
-
shorter: 200,
|
|
23
|
-
short: 250,
|
|
24
|
-
// most basic recommended timing
|
|
25
|
-
standard: 300,
|
|
26
|
-
// this is to be used in complex animations
|
|
27
|
-
complex: 375,
|
|
28
|
-
// recommended when something is entering screen
|
|
29
|
-
enteringScreen: 225,
|
|
30
|
-
// recommended when something is leaving screen
|
|
31
|
-
leavingScreen: 195
|
|
32
|
-
};
|
|
33
|
-
function formatMs(milliseconds) {
|
|
34
|
-
return "".concat(Math.round(milliseconds), "ms");
|
|
35
|
-
}
|
|
36
|
-
function getAutoHeightDuration(height) {
|
|
37
|
-
if (!height) {
|
|
38
|
-
return 0;
|
|
39
|
-
}
|
|
40
|
-
var constant = height / 36;
|
|
41
|
-
|
|
42
|
-
// https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10
|
|
43
|
-
return Math.round((4 + 15 * Math.pow(constant, 0.25) + constant / 5) * 10);
|
|
44
|
-
}
|
|
45
|
-
export default function createTransitions(inputTransitions) {
|
|
46
|
-
var mergedEasing = _extends({}, easing, inputTransitions.easing);
|
|
47
|
-
var mergedDuration = _extends({}, duration, inputTransitions.duration);
|
|
48
|
-
var create = function create() {
|
|
49
|
-
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['all'];
|
|
50
|
-
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
51
|
-
var _options$duration = options.duration,
|
|
52
|
-
durationOption = _options$duration === void 0 ? mergedDuration.standard : _options$duration,
|
|
53
|
-
_options$easing = options.easing,
|
|
54
|
-
easingOption = _options$easing === void 0 ? mergedEasing.easeInOut : _options$easing,
|
|
55
|
-
_options$delay = options.delay,
|
|
56
|
-
delay = _options$delay === void 0 ? 0 : _options$delay,
|
|
57
|
-
other = _objectWithoutProperties(options, ["duration", "easing", "delay"]);
|
|
58
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
59
|
-
var isString = function isString(value) {
|
|
60
|
-
return typeof value === 'string';
|
|
61
|
-
};
|
|
62
|
-
// IE11 support, replace with Number.isNaN
|
|
63
|
-
// eslint-disable-next-line no-restricted-globals
|
|
64
|
-
var isNumber = function isNumber(value) {
|
|
65
|
-
return !isNaN(parseFloat(value));
|
|
66
|
-
};
|
|
67
|
-
if (!isString(props) && !Array.isArray(props)) {
|
|
68
|
-
console.error('MUI: Argument "props" must be a string or Array.');
|
|
69
|
-
}
|
|
70
|
-
if (!isNumber(durationOption) && !isString(durationOption)) {
|
|
71
|
-
console.error("MUI: Argument \"duration\" must be a number or a string but found ".concat(durationOption, "."));
|
|
72
|
-
}
|
|
73
|
-
if (!isString(easingOption)) {
|
|
74
|
-
console.error('MUI: Argument "easing" must be a string.');
|
|
75
|
-
}
|
|
76
|
-
if (!isNumber(delay) && !isString(delay)) {
|
|
77
|
-
console.error('MUI: Argument "delay" must be a number or a string.');
|
|
78
|
-
}
|
|
79
|
-
if (_typeof(options) !== 'object') {
|
|
80
|
-
console.error(['MUI: Secong argument of transition.create must be an object.', "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join('\n'));
|
|
81
|
-
}
|
|
82
|
-
if (Object.keys(other).length !== 0) {
|
|
83
|
-
console.error("MUI: Unrecognized argument(s) [".concat(Object.keys(other).join(','), "]."));
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
return (Array.isArray(props) ? props : [props]).map(function (animatedProp) {
|
|
87
|
-
return "".concat(animatedProp, " ").concat(typeof durationOption === 'string' ? durationOption : formatMs(durationOption), " ").concat(easingOption, " ").concat(typeof delay === 'string' ? delay : formatMs(delay));
|
|
88
|
-
}).join(',');
|
|
89
|
-
};
|
|
90
|
-
return _extends({
|
|
91
|
-
getAutoHeightDuration: getAutoHeightDuration,
|
|
92
|
-
create: create
|
|
93
|
-
}, inputTransitions, {
|
|
94
|
-
easing: mergedEasing,
|
|
95
|
-
duration: mergedDuration
|
|
96
|
-
});
|
|
97
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
-
import deepmerge from '@mui/utils/deepmerge';
|
|
4
|
-
function round(value) {
|
|
5
|
-
return Math.round(value * 1e5) / 1e5;
|
|
6
|
-
}
|
|
7
|
-
var caseAllCaps = {
|
|
8
|
-
textTransform: 'uppercase'
|
|
9
|
-
};
|
|
10
|
-
var defaultFontFamily = '"Roboto", "Helvetica", "Arial", sans-serif';
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* @see @link{https://m2.material.io/design/typography/the-type-system.html}
|
|
14
|
-
* @see @link{https://m2.material.io/design/typography/understanding-typography.html}
|
|
15
|
-
*/
|
|
16
|
-
export default function createTypography(palette, typography) {
|
|
17
|
-
var _ref = typeof typography === 'function' ? typography(palette) : typography,
|
|
18
|
-
_ref$fontFamily = _ref.fontFamily,
|
|
19
|
-
fontFamily = _ref$fontFamily === void 0 ? defaultFontFamily : _ref$fontFamily,
|
|
20
|
-
_ref$fontSize = _ref.fontSize,
|
|
21
|
-
fontSize = _ref$fontSize === void 0 ? 14 : _ref$fontSize,
|
|
22
|
-
_ref$fontWeightLight = _ref.fontWeightLight,
|
|
23
|
-
fontWeightLight = _ref$fontWeightLight === void 0 ? 300 : _ref$fontWeightLight,
|
|
24
|
-
_ref$fontWeightRegula = _ref.fontWeightRegular,
|
|
25
|
-
fontWeightRegular = _ref$fontWeightRegula === void 0 ? 400 : _ref$fontWeightRegula,
|
|
26
|
-
_ref$fontWeightMedium = _ref.fontWeightMedium,
|
|
27
|
-
fontWeightMedium = _ref$fontWeightMedium === void 0 ? 500 : _ref$fontWeightMedium,
|
|
28
|
-
_ref$fontWeightBold = _ref.fontWeightBold,
|
|
29
|
-
fontWeightBold = _ref$fontWeightBold === void 0 ? 700 : _ref$fontWeightBold,
|
|
30
|
-
_ref$htmlFontSize = _ref.htmlFontSize,
|
|
31
|
-
htmlFontSize = _ref$htmlFontSize === void 0 ? 16 : _ref$htmlFontSize,
|
|
32
|
-
allVariants = _ref.allVariants,
|
|
33
|
-
pxToRem2 = _ref.pxToRem,
|
|
34
|
-
other = _objectWithoutProperties(_ref, ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"]);
|
|
35
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
36
|
-
if (typeof fontSize !== 'number') {
|
|
37
|
-
console.error('MUI: `fontSize` is required to be a number.');
|
|
38
|
-
}
|
|
39
|
-
if (typeof htmlFontSize !== 'number') {
|
|
40
|
-
console.error('MUI: `htmlFontSize` is required to be a number.');
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
var coef = fontSize / 14;
|
|
44
|
-
var pxToRem = pxToRem2 || function (size) {
|
|
45
|
-
return "".concat(size / htmlFontSize * coef, "rem");
|
|
46
|
-
};
|
|
47
|
-
var buildVariant = function buildVariant(fontWeight, size, lineHeight, letterSpacing, casing) {
|
|
48
|
-
return _extends({
|
|
49
|
-
fontFamily: fontFamily,
|
|
50
|
-
fontWeight: fontWeight,
|
|
51
|
-
fontSize: pxToRem(size),
|
|
52
|
-
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
|
|
53
|
-
lineHeight: lineHeight
|
|
54
|
-
}, fontFamily === defaultFontFamily ? {
|
|
55
|
-
letterSpacing: "".concat(round(letterSpacing / size), "em")
|
|
56
|
-
} : {}, casing, allVariants);
|
|
57
|
-
};
|
|
58
|
-
var variants = {
|
|
59
|
-
h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),
|
|
60
|
-
h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),
|
|
61
|
-
h3: buildVariant(fontWeightRegular, 48, 1.167, 0),
|
|
62
|
-
h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),
|
|
63
|
-
h5: buildVariant(fontWeightRegular, 24, 1.334, 0),
|
|
64
|
-
h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),
|
|
65
|
-
subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),
|
|
66
|
-
subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),
|
|
67
|
-
body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),
|
|
68
|
-
body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),
|
|
69
|
-
button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),
|
|
70
|
-
caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),
|
|
71
|
-
overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),
|
|
72
|
-
// TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
|
|
73
|
-
inherit: {
|
|
74
|
-
fontFamily: 'inherit',
|
|
75
|
-
fontWeight: 'inherit',
|
|
76
|
-
fontSize: 'inherit',
|
|
77
|
-
lineHeight: 'inherit',
|
|
78
|
-
letterSpacing: 'inherit'
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
return deepmerge(_extends({
|
|
82
|
-
htmlFontSize: htmlFontSize,
|
|
83
|
-
pxToRem: pxToRem,
|
|
84
|
-
fontFamily: fontFamily,
|
|
85
|
-
fontSize: fontSize,
|
|
86
|
-
fontWeightLight: fontWeightLight,
|
|
87
|
-
fontWeightRegular: fontWeightRegular,
|
|
88
|
-
fontWeightMedium: fontWeightMedium,
|
|
89
|
-
fontWeightBold: fontWeightBold
|
|
90
|
-
}, variants), other, {
|
|
91
|
-
clone: false // No need to clone deep
|
|
92
|
-
});
|
|
93
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
-
export function isUnitless(value) {
|
|
3
|
-
return String(parseFloat(value)).length === String(value).length;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
// Ported from Compass
|
|
7
|
-
// https://github.com/Compass/compass/blob/master/core/stylesheets/compass/typography/_units.scss
|
|
8
|
-
// Emulate the sass function "unit"
|
|
9
|
-
export function getUnit(input) {
|
|
10
|
-
return String(input).match(/[\d.\-+]*\s*(.*)/)[1] || '';
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// Emulate the sass function "unitless"
|
|
14
|
-
export function toUnitless(length) {
|
|
15
|
-
return parseFloat(length);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// Convert any CSS <length> or <percentage> value to any another.
|
|
19
|
-
// From https://github.com/KyleAMathews/convert-css-length
|
|
20
|
-
export function convertLength(baseFontSize) {
|
|
21
|
-
return function (length, toUnit) {
|
|
22
|
-
var fromUnit = getUnit(length);
|
|
23
|
-
|
|
24
|
-
// Optimize for cases where `from` and `to` units are accidentally the same.
|
|
25
|
-
if (fromUnit === toUnit) {
|
|
26
|
-
return length;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// Convert input length to pixels.
|
|
30
|
-
var pxLength = toUnitless(length);
|
|
31
|
-
if (fromUnit !== 'px') {
|
|
32
|
-
if (fromUnit === 'em') {
|
|
33
|
-
pxLength = toUnitless(length) * toUnitless(baseFontSize);
|
|
34
|
-
} else if (fromUnit === 'rem') {
|
|
35
|
-
pxLength = toUnitless(length) * toUnitless(baseFontSize);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// Convert length in pixels to the output unit
|
|
40
|
-
var outputLength = pxLength;
|
|
41
|
-
if (toUnit !== 'px') {
|
|
42
|
-
if (toUnit === 'em') {
|
|
43
|
-
outputLength = pxLength / toUnitless(baseFontSize);
|
|
44
|
-
} else if (toUnit === 'rem') {
|
|
45
|
-
outputLength = pxLength / toUnitless(baseFontSize);
|
|
46
|
-
} else {
|
|
47
|
-
return length;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
return parseFloat(outputLength.toFixed(5)) + toUnit;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
export function alignProperty(_ref) {
|
|
54
|
-
var size = _ref.size,
|
|
55
|
-
grid = _ref.grid;
|
|
56
|
-
var sizeBelow = size - size % grid;
|
|
57
|
-
var sizeAbove = sizeBelow + grid;
|
|
58
|
-
return size - sizeBelow < sizeAbove - size ? sizeBelow : sizeAbove;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// fontGrid finds a minimal grid (in rem) for the fontSize values so that the
|
|
62
|
-
// lineHeight falls under a x pixels grid, 4px in the case of Material Design,
|
|
63
|
-
// without changing the relative line height
|
|
64
|
-
export function fontGrid(_ref2) {
|
|
65
|
-
var lineHeight = _ref2.lineHeight,
|
|
66
|
-
pixels = _ref2.pixels,
|
|
67
|
-
htmlFontSize = _ref2.htmlFontSize;
|
|
68
|
-
return pixels / (lineHeight * htmlFontSize);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* generate a responsive version of a given CSS property
|
|
73
|
-
* @example
|
|
74
|
-
* responsiveProperty({
|
|
75
|
-
* cssProperty: 'fontSize',
|
|
76
|
-
* min: 15,
|
|
77
|
-
* max: 20,
|
|
78
|
-
* unit: 'px',
|
|
79
|
-
* breakpoints: [300, 600],
|
|
80
|
-
* })
|
|
81
|
-
*
|
|
82
|
-
* // this returns
|
|
83
|
-
*
|
|
84
|
-
* {
|
|
85
|
-
* fontSize: '15px',
|
|
86
|
-
* '@media (min-width:300px)': {
|
|
87
|
-
* fontSize: '17.5px',
|
|
88
|
-
* },
|
|
89
|
-
* '@media (min-width:600px)': {
|
|
90
|
-
* fontSize: '20px',
|
|
91
|
-
* },
|
|
92
|
-
* }
|
|
93
|
-
* @param {Object} params
|
|
94
|
-
* @param {string} params.cssProperty - The CSS property to be made responsive
|
|
95
|
-
* @param {number} params.min - The smallest value of the CSS property
|
|
96
|
-
* @param {number} params.max - The largest value of the CSS property
|
|
97
|
-
* @param {string} [params.unit] - The unit to be used for the CSS property
|
|
98
|
-
* @param {Array.number} [params.breakpoints] - An array of breakpoints
|
|
99
|
-
* @param {number} [params.alignStep] - Round scaled value to fall under this grid
|
|
100
|
-
* @returns {Object} responsive styles for {params.cssProperty}
|
|
101
|
-
*/
|
|
102
|
-
export function responsiveProperty(_ref3) {
|
|
103
|
-
var cssProperty = _ref3.cssProperty,
|
|
104
|
-
min = _ref3.min,
|
|
105
|
-
max = _ref3.max,
|
|
106
|
-
_ref3$unit = _ref3.unit,
|
|
107
|
-
unit = _ref3$unit === void 0 ? 'rem' : _ref3$unit,
|
|
108
|
-
_ref3$breakpoints = _ref3.breakpoints,
|
|
109
|
-
breakpoints = _ref3$breakpoints === void 0 ? [600, 900, 1200] : _ref3$breakpoints,
|
|
110
|
-
_ref3$transform = _ref3.transform,
|
|
111
|
-
transform = _ref3$transform === void 0 ? null : _ref3$transform;
|
|
112
|
-
var output = _defineProperty({}, cssProperty, "".concat(min).concat(unit));
|
|
113
|
-
var factor = (max - min) / breakpoints[breakpoints.length - 1];
|
|
114
|
-
breakpoints.forEach(function (breakpoint) {
|
|
115
|
-
var value = min + factor * breakpoint;
|
|
116
|
-
if (transform !== null) {
|
|
117
|
-
value = transform(value);
|
|
118
|
-
}
|
|
119
|
-
output["@media (min-width:".concat(breakpoint, "px)")] = _defineProperty({}, cssProperty, "".concat(Math.round(value * 10000) / 10000).concat(unit));
|
|
120
|
-
});
|
|
121
|
-
return output;
|
|
122
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
|
2
|
-
/**
|
|
3
|
-
* @internal These variables should not appear in the :root stylesheet when the `defaultMode="dark"`
|
|
4
|
-
*/
|
|
5
|
-
var excludeVariablesFromRoot = function excludeVariablesFromRoot(cssVarPrefix) {
|
|
6
|
-
return [].concat(_toConsumableArray(_toConsumableArray(Array(24)).map(function (_, index) {
|
|
7
|
-
return "--".concat(cssVarPrefix ? "".concat(cssVarPrefix, "-") : '', "overlays-").concat(index + 1);
|
|
8
|
-
})), ["--".concat(cssVarPrefix ? "".concat(cssVarPrefix, "-") : '', "palette-AppBar-darkBg"), "--".concat(cssVarPrefix ? "".concat(cssVarPrefix, "-") : '', "palette-AppBar-darkColor")]);
|
|
9
|
-
};
|
|
10
|
-
export default excludeVariablesFromRoot;
|