@mui/material 5.13.2 → 5.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/Autocomplete.d.ts +1 -0
- package/Autocomplete/Autocomplete.js +14 -2
- package/Autocomplete/autocompleteClasses.d.ts +58 -56
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Badge/badgeClasses.d.ts +56 -56
- package/BottomNavigation/BottomNavigation.js +0 -0
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/buttonClasses.d.ts +100 -100
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +97 -0
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Chip/chipClasses.d.ts +96 -96
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +2 -2
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +6 -6
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/FilledInput/filledInputClasses.d.ts +42 -42
- package/FormControl/FormControlContext.d.ts +17 -17
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControl/useFormControl.d.ts +2 -2
- package/FormControlLabel/formControlLabelClasses.d.ts +24 -24
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/gridClasses.d.ts +48 -48
- package/Hidden/Hidden.js +10 -10
- package/Hidden/withWidth.js +1 -1
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/iconButtonClasses.d.ts +34 -34
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/inputClasses.d.ts +38 -38
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/inputBaseClasses.d.ts +46 -46
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/getTextDecoration.d.ts +15 -15
- package/Link/linkClasses.d.ts +18 -18
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/Menu.d.ts +3 -0
- package/Menu/Menu.js +11 -9
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MenuList/MenuList.js +7 -0
- package/MobileStepper/MobileStepper.js +9 -1
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/Modal/Modal.js +1 -1
- package/NativeSelect/nativeSelectClasses.d.ts +34 -34
- package/OutlinedInput/outlinedInputClasses.d.ts +38 -38
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/Popover.d.ts +34 -3
- package/Popover/Popover.js +76 -28
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +65 -65
- package/Radio/radioClasses.d.ts +16 -16
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/selectClasses.d.ts +32 -32
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Slider/SliderValueLabel.d.ts +15 -15
- package/Slider/SliderValueLabel.types.d.ts +24 -24
- package/Slider/sliderClasses.d.ts +58 -58
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Stack/stackClasses.d.ts +6 -6
- package/Step/StepContext.d.ts +20 -20
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/StepperContext.d.ts +18 -18
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +26 -26
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/tabClasses.d.ts +26 -26
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/textFieldClasses.d.ts +8 -8
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/typographyClasses.d.ts +50 -50
- package/Unstable_Grid2/Grid2.d.ts +4 -4
- package/Unstable_Grid2/Grid2Props.d.ts +15 -15
- package/Unstable_Grid2/grid2Classes.d.ts +5 -5
- package/Unstable_Grid2/index.d.ts +4 -4
- package/className/index.d.ts +1 -1
- package/darkScrollbar/index.d.ts +28 -28
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClasses/index.d.ts +1 -1
- package/index.js +1 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/Autocomplete/Autocomplete.js +12 -2
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/Hidden/Hidden.js +10 -10
- package/legacy/Hidden/withWidth.js +1 -1
- package/legacy/Menu/Menu.js +11 -9
- package/legacy/MenuList/MenuList.js +7 -0
- package/legacy/MobileStepper/MobileStepper.js +9 -1
- package/legacy/Modal/Modal.js +1 -1
- package/legacy/Popover/Popover.js +73 -28
- package/legacy/index.js +1 -1
- package/locale/index.d.ts +80 -80
- package/modern/Autocomplete/Autocomplete.js +14 -2
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/Hidden/Hidden.js +10 -10
- package/modern/Hidden/withWidth.js +1 -1
- package/modern/Menu/Menu.js +11 -9
- package/modern/MenuList/MenuList.js +7 -0
- package/modern/MobileStepper/MobileStepper.js +9 -1
- package/modern/Modal/Modal.js +1 -1
- package/modern/Popover/Popover.js +75 -28
- package/modern/index.js +1 -1
- package/node/Autocomplete/Autocomplete.js +14 -2
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/Hidden/Hidden.js +10 -10
- package/node/Hidden/withWidth.js +1 -1
- package/node/Menu/Menu.js +13 -10
- package/node/MenuList/MenuList.js +7 -0
- package/node/MobileStepper/MobileStepper.js +9 -1
- package/node/Modal/Modal.js +1 -1
- package/node/Popover/Popover.js +75 -25
- package/node/index.js +1 -1
- package/package.json +3 -3
- package/styles/CssVarsProvider.d.ts +20 -20
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/getOverlayAlpha.d.ts +2 -2
- package/styles/identifier.d.ts +2 -2
- package/styles/shouldSkipGeneratingVar.d.ts +1 -1
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/types/OverridableComponentAugmentation.d.ts +31 -31
- package/umd/material-ui.development.js +140 -243
- package/umd/material-ui.production.min.js +16 -16
- package/useMediaQuery/useMediaQuery.d.ts +46 -46
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export interface DialogClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the container element if `scroll="paper"`. */
|
|
5
|
-
scrollPaper: string;
|
|
6
|
-
/** Styles applied to the container element if `scroll="body"`. */
|
|
7
|
-
scrollBody: string;
|
|
8
|
-
/** Styles applied to the container element. */
|
|
9
|
-
container: string;
|
|
10
|
-
/** Styles applied to the Paper component. */
|
|
11
|
-
paper: string;
|
|
12
|
-
/** Styles applied to the Paper component if `scroll="paper"`. */
|
|
13
|
-
paperScrollPaper: string;
|
|
14
|
-
/** Styles applied to the Paper component if `scroll="body"`. */
|
|
15
|
-
paperScrollBody: string;
|
|
16
|
-
/** Styles applied to the Paper component if `maxWidth=false`. */
|
|
17
|
-
paperWidthFalse: string;
|
|
18
|
-
/** Styles applied to the Paper component if `maxWidth="xs"`. */
|
|
19
|
-
paperWidthXs: string;
|
|
20
|
-
/** Styles applied to the Paper component if `maxWidth="sm"`. */
|
|
21
|
-
paperWidthSm: string;
|
|
22
|
-
/** Styles applied to the Paper component if `maxWidth="md"`. */
|
|
23
|
-
paperWidthMd: string;
|
|
24
|
-
/** Styles applied to the Paper component if `maxWidth="lg"`. */
|
|
25
|
-
paperWidthLg: string;
|
|
26
|
-
/** Styles applied to the Paper component if `maxWidth="xl"`. */
|
|
27
|
-
paperWidthXl: string;
|
|
28
|
-
/** Styles applied to the Paper component if `fullWidth={true}`. */
|
|
29
|
-
paperFullWidth: string;
|
|
30
|
-
/** Styles applied to the Paper component if `fullScreen={true}`. */
|
|
31
|
-
paperFullScreen: string;
|
|
32
|
-
}
|
|
33
|
-
export type DialogClassKey = keyof DialogClasses;
|
|
34
|
-
export declare function getDialogUtilityClass(slot: string): string;
|
|
35
|
-
declare const dialogClasses: DialogClasses;
|
|
36
|
-
export default dialogClasses;
|
|
1
|
+
export interface DialogClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the container element if `scroll="paper"`. */
|
|
5
|
+
scrollPaper: string;
|
|
6
|
+
/** Styles applied to the container element if `scroll="body"`. */
|
|
7
|
+
scrollBody: string;
|
|
8
|
+
/** Styles applied to the container element. */
|
|
9
|
+
container: string;
|
|
10
|
+
/** Styles applied to the Paper component. */
|
|
11
|
+
paper: string;
|
|
12
|
+
/** Styles applied to the Paper component if `scroll="paper"`. */
|
|
13
|
+
paperScrollPaper: string;
|
|
14
|
+
/** Styles applied to the Paper component if `scroll="body"`. */
|
|
15
|
+
paperScrollBody: string;
|
|
16
|
+
/** Styles applied to the Paper component if `maxWidth=false`. */
|
|
17
|
+
paperWidthFalse: string;
|
|
18
|
+
/** Styles applied to the Paper component if `maxWidth="xs"`. */
|
|
19
|
+
paperWidthXs: string;
|
|
20
|
+
/** Styles applied to the Paper component if `maxWidth="sm"`. */
|
|
21
|
+
paperWidthSm: string;
|
|
22
|
+
/** Styles applied to the Paper component if `maxWidth="md"`. */
|
|
23
|
+
paperWidthMd: string;
|
|
24
|
+
/** Styles applied to the Paper component if `maxWidth="lg"`. */
|
|
25
|
+
paperWidthLg: string;
|
|
26
|
+
/** Styles applied to the Paper component if `maxWidth="xl"`. */
|
|
27
|
+
paperWidthXl: string;
|
|
28
|
+
/** Styles applied to the Paper component if `fullWidth={true}`. */
|
|
29
|
+
paperFullWidth: string;
|
|
30
|
+
/** Styles applied to the Paper component if `fullScreen={true}`. */
|
|
31
|
+
paperFullScreen: string;
|
|
32
|
+
}
|
|
33
|
+
export type DialogClassKey = keyof DialogClasses;
|
|
34
|
+
export declare function getDialogUtilityClass(slot: string): string;
|
|
35
|
+
declare const dialogClasses: DialogClasses;
|
|
36
|
+
export default dialogClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface DialogActionsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
-
spacing: string;
|
|
6
|
-
}
|
|
7
|
-
export type DialogActionsClassKey = keyof DialogActionsClasses;
|
|
8
|
-
export declare function getDialogActionsUtilityClass(slot: string): string;
|
|
9
|
-
declare const dialogActionsClasses: DialogActionsClasses;
|
|
10
|
-
export default dialogActionsClasses;
|
|
1
|
+
export interface DialogActionsClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
+
spacing: string;
|
|
6
|
+
}
|
|
7
|
+
export type DialogActionsClassKey = keyof DialogActionsClasses;
|
|
8
|
+
export declare function getDialogActionsUtilityClass(slot: string): string;
|
|
9
|
+
declare const dialogActionsClasses: DialogActionsClasses;
|
|
10
|
+
export default dialogActionsClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface DialogContentClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `dividers={true}`. */
|
|
5
|
-
dividers: string;
|
|
6
|
-
}
|
|
7
|
-
export type DialogContentClassKey = keyof DialogContentClasses;
|
|
8
|
-
export declare function getDialogContentUtilityClass(slot: string): string;
|
|
9
|
-
declare const dialogContentClasses: DialogContentClasses;
|
|
10
|
-
export default dialogContentClasses;
|
|
1
|
+
export interface DialogContentClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `dividers={true}`. */
|
|
5
|
+
dividers: string;
|
|
6
|
+
}
|
|
7
|
+
export type DialogContentClassKey = keyof DialogContentClasses;
|
|
8
|
+
export declare function getDialogContentUtilityClass(slot: string): string;
|
|
9
|
+
declare const dialogContentClasses: DialogContentClasses;
|
|
10
|
+
export default dialogContentClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface DialogContentTextClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type DialogContentTextClassKey = keyof DialogContentTextClasses;
|
|
6
|
-
export declare function getDialogContentTextUtilityClass(slot: string): string;
|
|
7
|
-
declare const dialogContentTextClasses: DialogContentTextClasses;
|
|
8
|
-
export default dialogContentTextClasses;
|
|
1
|
+
export interface DialogContentTextClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type DialogContentTextClassKey = keyof DialogContentTextClasses;
|
|
6
|
+
export declare function getDialogContentTextUtilityClass(slot: string): string;
|
|
7
|
+
declare const dialogContentTextClasses: DialogContentTextClasses;
|
|
8
|
+
export default dialogContentTextClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface DialogTitleClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type DialogTitleClassKey = keyof DialogTitleClasses;
|
|
6
|
-
export declare function getDialogTitleUtilityClass(slot: string): string;
|
|
7
|
-
declare const dialogTitleClasses: DialogTitleClasses;
|
|
8
|
-
export default dialogTitleClasses;
|
|
1
|
+
export interface DialogTitleClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type DialogTitleClassKey = keyof DialogTitleClasses;
|
|
6
|
+
export declare function getDialogTitleUtilityClass(slot: string): string;
|
|
7
|
+
declare const dialogTitleClasses: DialogTitleClasses;
|
|
8
|
+
export default dialogTitleClasses;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export interface DividerClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `absolute={true}`. */
|
|
5
|
-
absolute: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="inset"`. */
|
|
7
|
-
inset: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="fullWidth"`. */
|
|
9
|
-
fullWidth: string;
|
|
10
|
-
/** Styles applied to the root element if `light={true}`. */
|
|
11
|
-
light: string;
|
|
12
|
-
/** Styles applied to the root element if `variant="middle"`. */
|
|
13
|
-
middle: string;
|
|
14
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
15
|
-
vertical: string;
|
|
16
|
-
/** Styles applied to the root element if `flexItem={true}`. */
|
|
17
|
-
flexItem: string;
|
|
18
|
-
/** Styles applied to the root element if divider have text. */
|
|
19
|
-
withChildren: string;
|
|
20
|
-
/** Styles applied to the root element if divider have text and `orientation="vertical"`. */
|
|
21
|
-
withChildrenVertical: string;
|
|
22
|
-
/** Styles applied to the root element if `textAlign="right" orientation="horizontal"`. */
|
|
23
|
-
textAlignRight: string;
|
|
24
|
-
/** Styles applied to the root element if `textAlign="left" orientation="horizontal"`. */
|
|
25
|
-
textAlignLeft: string;
|
|
26
|
-
/** Styles applied to the span children element if `orientation="horizontal"`. */
|
|
27
|
-
wrapper: string;
|
|
28
|
-
/** Styles applied to the span children element if `orientation="vertical"`. */
|
|
29
|
-
wrapperVertical: string;
|
|
30
|
-
}
|
|
31
|
-
export type DividerClassKey = keyof DividerClasses;
|
|
32
|
-
export declare function getDividerUtilityClass(slot: string): string;
|
|
33
|
-
declare const dividerClasses: DividerClasses;
|
|
34
|
-
export default dividerClasses;
|
|
1
|
+
export interface DividerClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `absolute={true}`. */
|
|
5
|
+
absolute: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="inset"`. */
|
|
7
|
+
inset: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="fullWidth"`. */
|
|
9
|
+
fullWidth: string;
|
|
10
|
+
/** Styles applied to the root element if `light={true}`. */
|
|
11
|
+
light: string;
|
|
12
|
+
/** Styles applied to the root element if `variant="middle"`. */
|
|
13
|
+
middle: string;
|
|
14
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
15
|
+
vertical: string;
|
|
16
|
+
/** Styles applied to the root element if `flexItem={true}`. */
|
|
17
|
+
flexItem: string;
|
|
18
|
+
/** Styles applied to the root element if divider have text. */
|
|
19
|
+
withChildren: string;
|
|
20
|
+
/** Styles applied to the root element if divider have text and `orientation="vertical"`. */
|
|
21
|
+
withChildrenVertical: string;
|
|
22
|
+
/** Styles applied to the root element if `textAlign="right" orientation="horizontal"`. */
|
|
23
|
+
textAlignRight: string;
|
|
24
|
+
/** Styles applied to the root element if `textAlign="left" orientation="horizontal"`. */
|
|
25
|
+
textAlignLeft: string;
|
|
26
|
+
/** Styles applied to the span children element if `orientation="horizontal"`. */
|
|
27
|
+
wrapper: string;
|
|
28
|
+
/** Styles applied to the span children element if `orientation="vertical"`. */
|
|
29
|
+
wrapperVertical: string;
|
|
30
|
+
}
|
|
31
|
+
export type DividerClassKey = keyof DividerClasses;
|
|
32
|
+
export declare function getDividerUtilityClass(slot: string): string;
|
|
33
|
+
declare const dividerClasses: DividerClasses;
|
|
34
|
+
export default dividerClasses;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export interface DrawerClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="permanent or persistent"`. */
|
|
5
|
-
docked: string;
|
|
6
|
-
/** Styles applied to the Paper component. */
|
|
7
|
-
paper: string;
|
|
8
|
-
/** Styles applied to the Paper component if `anchor="left"`. */
|
|
9
|
-
paperAnchorLeft: string;
|
|
10
|
-
/** Styles applied to the Paper component if `anchor="right"`. */
|
|
11
|
-
paperAnchorRight: string;
|
|
12
|
-
/** Styles applied to the Paper component if `anchor="top"`. */
|
|
13
|
-
paperAnchorTop: string;
|
|
14
|
-
/** Styles applied to the Paper component if `anchor="bottom"`. */
|
|
15
|
-
paperAnchorBottom: string;
|
|
16
|
-
/** Styles applied to the Paper component if `anchor="left"` and `variant` is not "temporary". */
|
|
17
|
-
paperAnchorDockedLeft: string;
|
|
18
|
-
/** Styles applied to the Paper component if `anchor="top"` and `variant` is not "temporary". */
|
|
19
|
-
paperAnchorDockedTop: string;
|
|
20
|
-
/** Styles applied to the Paper component if `anchor="right"` and `variant` is not "temporary". */
|
|
21
|
-
paperAnchorDockedRight: string;
|
|
22
|
-
/** Styles applied to the Paper component if `anchor="bottom"` and `variant` is not "temporary". */
|
|
23
|
-
paperAnchorDockedBottom: string;
|
|
24
|
-
/** Styles applied to the Modal component. */
|
|
25
|
-
modal: string;
|
|
26
|
-
}
|
|
27
|
-
export type DrawerClassKey = keyof DrawerClasses;
|
|
28
|
-
export declare function getDrawerUtilityClass(slot: string): string;
|
|
29
|
-
declare const drawerClasses: DrawerClasses;
|
|
30
|
-
export default drawerClasses;
|
|
1
|
+
export interface DrawerClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="permanent or persistent"`. */
|
|
5
|
+
docked: string;
|
|
6
|
+
/** Styles applied to the Paper component. */
|
|
7
|
+
paper: string;
|
|
8
|
+
/** Styles applied to the Paper component if `anchor="left"`. */
|
|
9
|
+
paperAnchorLeft: string;
|
|
10
|
+
/** Styles applied to the Paper component if `anchor="right"`. */
|
|
11
|
+
paperAnchorRight: string;
|
|
12
|
+
/** Styles applied to the Paper component if `anchor="top"`. */
|
|
13
|
+
paperAnchorTop: string;
|
|
14
|
+
/** Styles applied to the Paper component if `anchor="bottom"`. */
|
|
15
|
+
paperAnchorBottom: string;
|
|
16
|
+
/** Styles applied to the Paper component if `anchor="left"` and `variant` is not "temporary". */
|
|
17
|
+
paperAnchorDockedLeft: string;
|
|
18
|
+
/** Styles applied to the Paper component if `anchor="top"` and `variant` is not "temporary". */
|
|
19
|
+
paperAnchorDockedTop: string;
|
|
20
|
+
/** Styles applied to the Paper component if `anchor="right"` and `variant` is not "temporary". */
|
|
21
|
+
paperAnchorDockedRight: string;
|
|
22
|
+
/** Styles applied to the Paper component if `anchor="bottom"` and `variant` is not "temporary". */
|
|
23
|
+
paperAnchorDockedBottom: string;
|
|
24
|
+
/** Styles applied to the Modal component. */
|
|
25
|
+
modal: string;
|
|
26
|
+
}
|
|
27
|
+
export type DrawerClassKey = keyof DrawerClasses;
|
|
28
|
+
export declare function getDrawerUtilityClass(slot: string): string;
|
|
29
|
+
declare const drawerClasses: DrawerClasses;
|
|
30
|
+
export default drawerClasses;
|
package/Fab/fabClasses.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export interface FabClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
-
primary: string;
|
|
6
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
-
secondary: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="extended"`. */
|
|
9
|
-
extended: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="circular"`. */
|
|
11
|
-
circular: string;
|
|
12
|
-
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
13
|
-
focusVisible: string;
|
|
14
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
15
|
-
disabled: string;
|
|
16
|
-
/** Styles applied to the root element if `color="inherit"`. */
|
|
17
|
-
colorInherit: string;
|
|
18
|
-
/** Styles applied to the root element if `size="small"``. */
|
|
19
|
-
sizeSmall: string;
|
|
20
|
-
/** Styles applied to the root element if `size="medium"``. */
|
|
21
|
-
sizeMedium: string;
|
|
22
|
-
}
|
|
23
|
-
export type FabClassKey = keyof FabClasses;
|
|
24
|
-
export declare function getFabUtilityClass(slot: string): string;
|
|
25
|
-
declare const fabClasses: FabClasses;
|
|
26
|
-
export default fabClasses;
|
|
1
|
+
export interface FabClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
+
primary: string;
|
|
6
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
+
secondary: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="extended"`. */
|
|
9
|
+
extended: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="circular"`. */
|
|
11
|
+
circular: string;
|
|
12
|
+
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
13
|
+
focusVisible: string;
|
|
14
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
15
|
+
disabled: string;
|
|
16
|
+
/** Styles applied to the root element if `color="inherit"`. */
|
|
17
|
+
colorInherit: string;
|
|
18
|
+
/** Styles applied to the root element if `size="small"``. */
|
|
19
|
+
sizeSmall: string;
|
|
20
|
+
/** Styles applied to the root element if `size="medium"``. */
|
|
21
|
+
sizeMedium: string;
|
|
22
|
+
}
|
|
23
|
+
export type FabClassKey = keyof FabClasses;
|
|
24
|
+
export declare function getFabUtilityClass(slot: string): string;
|
|
25
|
+
declare const fabClasses: FabClasses;
|
|
26
|
+
export default fabClasses;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export interface FilledInputClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if color secondary. */
|
|
5
|
-
colorSecondary: string;
|
|
6
|
-
/** Styles applied to the root element unless `disableUnderline={true}`. */
|
|
7
|
-
underline: string;
|
|
8
|
-
/** State class applied to the root element if the component is focused. */
|
|
9
|
-
focused: string;
|
|
10
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
11
|
-
disabled: string;
|
|
12
|
-
/** Styles applied to the root element if `startAdornment` is provided. */
|
|
13
|
-
adornedStart: string;
|
|
14
|
-
/** Styles applied to the root element if `endAdornment` is provided. */
|
|
15
|
-
adornedEnd: string;
|
|
16
|
-
/** State class applied to the root element if `error={true}`. */
|
|
17
|
-
error: string;
|
|
18
|
-
/** Styles applied to the input element if `size="small"`. */
|
|
19
|
-
sizeSmall: string;
|
|
20
|
-
/** Styles applied to the root element if `multiline={true}`. */
|
|
21
|
-
multiline: string;
|
|
22
|
-
/** Styles applied to the root element if `hiddenLabel={true}`. */
|
|
23
|
-
hiddenLabel: string;
|
|
24
|
-
/** Styles applied to the input element. */
|
|
25
|
-
input: string;
|
|
26
|
-
/** Styles applied to the input element if `size="small"`. */
|
|
27
|
-
inputSizeSmall: string;
|
|
28
|
-
/** Styles applied to the `input` if in `<FormControl hiddenLabel />`. */
|
|
29
|
-
inputHiddenLabel: string;
|
|
30
|
-
/** Styles applied to the input element if `multiline={true}`. */
|
|
31
|
-
inputMultiline: string;
|
|
32
|
-
/** Styles applied to the input element if `startAdornment` is provided. */
|
|
33
|
-
inputAdornedStart: string;
|
|
34
|
-
/** Styles applied to the input element if `endAdornment` is provided. */
|
|
35
|
-
inputAdornedEnd: string;
|
|
36
|
-
/** Styles applied to the input element if `type="search"`. */
|
|
37
|
-
inputTypeSearch: string;
|
|
38
|
-
}
|
|
39
|
-
export type FilledInputClassKey = keyof FilledInputClasses;
|
|
40
|
-
export declare function getFilledInputUtilityClass(slot: string): string;
|
|
41
|
-
declare const filledInputClasses: FilledInputClasses;
|
|
42
|
-
export default filledInputClasses;
|
|
1
|
+
export interface FilledInputClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if color secondary. */
|
|
5
|
+
colorSecondary: string;
|
|
6
|
+
/** Styles applied to the root element unless `disableUnderline={true}`. */
|
|
7
|
+
underline: string;
|
|
8
|
+
/** State class applied to the root element if the component is focused. */
|
|
9
|
+
focused: string;
|
|
10
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
11
|
+
disabled: string;
|
|
12
|
+
/** Styles applied to the root element if `startAdornment` is provided. */
|
|
13
|
+
adornedStart: string;
|
|
14
|
+
/** Styles applied to the root element if `endAdornment` is provided. */
|
|
15
|
+
adornedEnd: string;
|
|
16
|
+
/** State class applied to the root element if `error={true}`. */
|
|
17
|
+
error: string;
|
|
18
|
+
/** Styles applied to the input element if `size="small"`. */
|
|
19
|
+
sizeSmall: string;
|
|
20
|
+
/** Styles applied to the root element if `multiline={true}`. */
|
|
21
|
+
multiline: string;
|
|
22
|
+
/** Styles applied to the root element if `hiddenLabel={true}`. */
|
|
23
|
+
hiddenLabel: string;
|
|
24
|
+
/** Styles applied to the input element. */
|
|
25
|
+
input: string;
|
|
26
|
+
/** Styles applied to the input element if `size="small"`. */
|
|
27
|
+
inputSizeSmall: string;
|
|
28
|
+
/** Styles applied to the `input` if in `<FormControl hiddenLabel />`. */
|
|
29
|
+
inputHiddenLabel: string;
|
|
30
|
+
/** Styles applied to the input element if `multiline={true}`. */
|
|
31
|
+
inputMultiline: string;
|
|
32
|
+
/** Styles applied to the input element if `startAdornment` is provided. */
|
|
33
|
+
inputAdornedStart: string;
|
|
34
|
+
/** Styles applied to the input element if `endAdornment` is provided. */
|
|
35
|
+
inputAdornedEnd: string;
|
|
36
|
+
/** Styles applied to the input element if `type="search"`. */
|
|
37
|
+
inputTypeSearch: string;
|
|
38
|
+
}
|
|
39
|
+
export type FilledInputClassKey = keyof FilledInputClasses;
|
|
40
|
+
export declare function getFilledInputUtilityClass(slot: string): string;
|
|
41
|
+
declare const filledInputClasses: FilledInputClasses;
|
|
42
|
+
export default filledInputClasses;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { FormControlProps } from './FormControl';
|
|
3
|
-
type ContextFromPropsKey = 'color' | 'disabled' | 'error' | 'fullWidth' | 'hiddenLabel' | 'margin' | 'onBlur' | 'onFocus' | 'required' | 'size' | 'variant';
|
|
4
|
-
export interface FormControlState extends Pick<FormControlProps, ContextFromPropsKey> {
|
|
5
|
-
adornedStart: boolean;
|
|
6
|
-
filled: boolean;
|
|
7
|
-
focused: boolean;
|
|
8
|
-
onEmpty: () => void;
|
|
9
|
-
onFilled: () => void;
|
|
10
|
-
registerEffect: () => void;
|
|
11
|
-
setAdornedStart: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @ignore - internal component.
|
|
15
|
-
*/
|
|
16
|
-
declare const FormControlContext: React.Context<FormControlState | undefined>;
|
|
17
|
-
export default FormControlContext;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { FormControlProps } from './FormControl';
|
|
3
|
+
type ContextFromPropsKey = 'color' | 'disabled' | 'error' | 'fullWidth' | 'hiddenLabel' | 'margin' | 'onBlur' | 'onFocus' | 'required' | 'size' | 'variant';
|
|
4
|
+
export interface FormControlState extends Pick<FormControlProps, ContextFromPropsKey> {
|
|
5
|
+
adornedStart: boolean;
|
|
6
|
+
filled: boolean;
|
|
7
|
+
focused: boolean;
|
|
8
|
+
onEmpty: () => void;
|
|
9
|
+
onFilled: () => void;
|
|
10
|
+
registerEffect: () => void;
|
|
11
|
+
setAdornedStart: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @ignore - internal component.
|
|
15
|
+
*/
|
|
16
|
+
declare const FormControlContext: React.Context<FormControlState | undefined>;
|
|
17
|
+
export default FormControlContext;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export interface FormControlClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `margin="normal"`. */
|
|
5
|
-
marginNormal: string;
|
|
6
|
-
/** Styles applied to the root element if `margin="dense"`. */
|
|
7
|
-
marginDense: string;
|
|
8
|
-
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
9
|
-
fullWidth: string;
|
|
10
|
-
}
|
|
11
|
-
export type FormControlClassKey = keyof FormControlClasses;
|
|
12
|
-
export declare function getFormControlUtilityClasses(slot: string): string;
|
|
13
|
-
declare const formControlClasses: FormControlClasses;
|
|
14
|
-
export default formControlClasses;
|
|
1
|
+
export interface FormControlClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `margin="normal"`. */
|
|
5
|
+
marginNormal: string;
|
|
6
|
+
/** Styles applied to the root element if `margin="dense"`. */
|
|
7
|
+
marginDense: string;
|
|
8
|
+
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
9
|
+
fullWidth: string;
|
|
10
|
+
}
|
|
11
|
+
export type FormControlClassKey = keyof FormControlClasses;
|
|
12
|
+
export declare function getFormControlUtilityClasses(slot: string): string;
|
|
13
|
+
declare const formControlClasses: FormControlClasses;
|
|
14
|
+
export default formControlClasses;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FormControlState } from './FormControlContext';
|
|
2
|
-
export default function useFormControl(): FormControlState | undefined;
|
|
1
|
+
import { FormControlState } from './FormControlContext';
|
|
2
|
+
export default function useFormControl(): FormControlState | undefined;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface FormControlLabelClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `labelPlacement="start"`. */
|
|
5
|
-
labelPlacementStart: string;
|
|
6
|
-
/** Styles applied to the root element if `labelPlacement="top"`. */
|
|
7
|
-
labelPlacementTop: string;
|
|
8
|
-
/** Styles applied to the root element if `labelPlacement="bottom"`. */
|
|
9
|
-
labelPlacementBottom: string;
|
|
10
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
11
|
-
disabled: string;
|
|
12
|
-
/** Styles applied to the label's Typography component. */
|
|
13
|
-
label: string;
|
|
14
|
-
/** State class applied to the root element if `error={true}`. */
|
|
15
|
-
error: string;
|
|
16
|
-
/** State class applied to the root element if `required={true}`. */
|
|
17
|
-
required: string;
|
|
18
|
-
/** Styles applied to the asterisk element. */
|
|
19
|
-
asterisk: string;
|
|
20
|
-
}
|
|
21
|
-
export type FormControlLabelClassKey = keyof FormControlLabelClasses;
|
|
22
|
-
export declare function getFormControlLabelUtilityClasses(slot: string): string;
|
|
23
|
-
declare const formControlLabelClasses: FormControlLabelClasses;
|
|
24
|
-
export default formControlLabelClasses;
|
|
1
|
+
export interface FormControlLabelClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `labelPlacement="start"`. */
|
|
5
|
+
labelPlacementStart: string;
|
|
6
|
+
/** Styles applied to the root element if `labelPlacement="top"`. */
|
|
7
|
+
labelPlacementTop: string;
|
|
8
|
+
/** Styles applied to the root element if `labelPlacement="bottom"`. */
|
|
9
|
+
labelPlacementBottom: string;
|
|
10
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
11
|
+
disabled: string;
|
|
12
|
+
/** Styles applied to the label's Typography component. */
|
|
13
|
+
label: string;
|
|
14
|
+
/** State class applied to the root element if `error={true}`. */
|
|
15
|
+
error: string;
|
|
16
|
+
/** State class applied to the root element if `required={true}`. */
|
|
17
|
+
required: string;
|
|
18
|
+
/** Styles applied to the asterisk element. */
|
|
19
|
+
asterisk: string;
|
|
20
|
+
}
|
|
21
|
+
export type FormControlLabelClassKey = keyof FormControlLabelClasses;
|
|
22
|
+
export declare function getFormControlLabelUtilityClasses(slot: string): string;
|
|
23
|
+
declare const formControlLabelClasses: FormControlLabelClasses;
|
|
24
|
+
export default formControlLabelClasses;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export interface FormGroupClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `row={true}`. */
|
|
5
|
-
row: string;
|
|
6
|
-
/** State class applied to the root element if `error={true}`. */
|
|
7
|
-
error: string;
|
|
8
|
-
}
|
|
9
|
-
export type FormGroupClassKey = keyof FormGroupClasses;
|
|
10
|
-
export declare function getFormGroupUtilityClass(slot: string): string;
|
|
11
|
-
declare const formGroupClasses: FormGroupClasses;
|
|
12
|
-
export default formGroupClasses;
|
|
1
|
+
export interface FormGroupClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `row={true}`. */
|
|
5
|
+
row: string;
|
|
6
|
+
/** State class applied to the root element if `error={true}`. */
|
|
7
|
+
error: string;
|
|
8
|
+
}
|
|
9
|
+
export type FormGroupClassKey = keyof FormGroupClasses;
|
|
10
|
+
export declare function getFormGroupUtilityClass(slot: string): string;
|
|
11
|
+
declare const formGroupClasses: FormGroupClasses;
|
|
12
|
+
export default formGroupClasses;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface FormHelperTextClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element if `error={true}`. */
|
|
5
|
-
error: string;
|
|
6
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
7
|
-
disabled: string;
|
|
8
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
9
|
-
sizeSmall: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="filled"` or `variant="outlined"`. */
|
|
11
|
-
contained: string;
|
|
12
|
-
/** State class applied to the root element if `focused={true}`. */
|
|
13
|
-
focused: string;
|
|
14
|
-
/** State class applied to the root element if `filled={true}`. */
|
|
15
|
-
filled: string;
|
|
16
|
-
/** State class applied to the root element if `required={true}`. */
|
|
17
|
-
required: string;
|
|
18
|
-
}
|
|
19
|
-
export type FormHelperTextClassKey = keyof FormHelperTextClasses;
|
|
20
|
-
export declare function getFormHelperTextUtilityClasses(slot: string): string;
|
|
21
|
-
declare const formHelperTextClasses: FormHelperTextClasses;
|
|
22
|
-
export default formHelperTextClasses;
|
|
1
|
+
export interface FormHelperTextClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element if `error={true}`. */
|
|
5
|
+
error: string;
|
|
6
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
7
|
+
disabled: string;
|
|
8
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
9
|
+
sizeSmall: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="filled"` or `variant="outlined"`. */
|
|
11
|
+
contained: string;
|
|
12
|
+
/** State class applied to the root element if `focused={true}`. */
|
|
13
|
+
focused: string;
|
|
14
|
+
/** State class applied to the root element if `filled={true}`. */
|
|
15
|
+
filled: string;
|
|
16
|
+
/** State class applied to the root element if `required={true}`. */
|
|
17
|
+
required: string;
|
|
18
|
+
}
|
|
19
|
+
export type FormHelperTextClassKey = keyof FormHelperTextClasses;
|
|
20
|
+
export declare function getFormHelperTextUtilityClasses(slot: string): string;
|
|
21
|
+
declare const formHelperTextClasses: FormHelperTextClasses;
|
|
22
|
+
export default formHelperTextClasses;
|