@mui/material 5.11.14 → 5.11.16
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.js +12 -1
- package/Autocomplete/autocompleteClasses.d.ts +56 -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 +118 -4
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/CardActionArea.js +2 -0
- 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/Chip.js +2 -3
- 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 +40 -40
- 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 +20 -20
- 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/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 +34 -34
- 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/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/NativeSelect/NativeSelectInput.d.ts +1 -0
- package/NativeSelect/NativeSelectInput.js +12 -5
- package/NativeSelect/nativeSelectClasses.d.ts +34 -32
- package/NativeSelect/nativeSelectClasses.js +1 -1
- package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +55 -55
- 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/Select.js +14 -9
- package/Select/SelectInput.d.ts +1 -0
- package/Select/SelectInput.js +14 -4
- package/Select/selectClasses.d.ts +32 -30
- package/Select/selectClasses.js +1 -1
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Slider/Slider.js +6 -6
- 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/Stack.d.ts +10 -0
- package/Stack/Stack.js +11 -1
- 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/Grid2.js +1 -0
- 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 +11 -3
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/CardActionArea/CardActionArea.js +2 -0
- package/legacy/Chip/Chip.js +2 -3
- package/legacy/NativeSelect/NativeSelectInput.js +12 -5
- package/legacy/NativeSelect/nativeSelectClasses.js +1 -1
- package/legacy/Select/Select.js +14 -9
- package/legacy/Select/SelectInput.js +14 -5
- package/legacy/Select/selectClasses.js +1 -1
- package/legacy/Slider/Slider.js +6 -6
- package/legacy/Stack/Stack.js +11 -1
- package/legacy/Unstable_Grid2/Grid2.js +1 -0
- package/legacy/index.js +1 -1
- package/locale/index.d.ts +76 -76
- package/modern/Autocomplete/Autocomplete.js +12 -1
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/CardActionArea/CardActionArea.js +2 -0
- package/modern/Chip/Chip.js +2 -3
- package/modern/NativeSelect/NativeSelectInput.js +12 -5
- package/modern/NativeSelect/nativeSelectClasses.js +1 -1
- package/modern/Select/Select.js +14 -9
- package/modern/Select/SelectInput.js +14 -4
- package/modern/Select/selectClasses.js +1 -1
- package/modern/Slider/Slider.js +6 -6
- package/modern/Stack/Stack.js +11 -1
- package/modern/Unstable_Grid2/Grid2.js +1 -0
- package/modern/index.js +1 -1
- package/node/Autocomplete/Autocomplete.js +12 -1
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/CardActionArea/CardActionArea.js +2 -0
- package/node/Chip/Chip.js +2 -3
- package/node/NativeSelect/NativeSelectInput.js +12 -5
- package/node/NativeSelect/nativeSelectClasses.js +1 -1
- package/node/Select/Select.js +14 -9
- package/node/Select/SelectInput.js +14 -4
- package/node/Select/selectClasses.js +1 -1
- package/node/Slider/Slider.js +6 -6
- package/node/Stack/Stack.js +11 -1
- package/node/Unstable_Grid2/Grid2.js +1 -0
- package/node/index.js +1 -1
- package/package.json +5 -5
- package/styles/CssVarsProvider.d.ts +15 -15
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/getOverlayAlpha.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 +142 -102
- package/umd/material-ui.production.min.js +20 -20
- 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,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;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface FormLabelClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if the color is secondary. */
|
|
5
|
-
colorSecondary: string;
|
|
6
|
-
/** State class applied to the root element if `focused={true}`. */
|
|
7
|
-
focused: string;
|
|
8
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
-
disabled: string;
|
|
10
|
-
/** State class applied to the root element if `error={true}`. */
|
|
11
|
-
error: string;
|
|
12
|
-
/** State class applied to the root element if `filled={true}`. */
|
|
13
|
-
filled: string;
|
|
14
|
-
/** State class applied to the root element if `required={true}`. */
|
|
15
|
-
required: string;
|
|
16
|
-
/** Styles applied to the asterisk element. */
|
|
17
|
-
asterisk: string;
|
|
18
|
-
}
|
|
19
|
-
export type FormLabelClassKey = keyof FormLabelClasses;
|
|
20
|
-
export declare function getFormLabelUtilityClasses(slot: string): string;
|
|
21
|
-
declare const formLabelClasses: FormLabelClasses;
|
|
22
|
-
export default formLabelClasses;
|
|
1
|
+
export interface FormLabelClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if the color is secondary. */
|
|
5
|
+
colorSecondary: string;
|
|
6
|
+
/** State class applied to the root element if `focused={true}`. */
|
|
7
|
+
focused: string;
|
|
8
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
+
disabled: string;
|
|
10
|
+
/** State class applied to the root element if `error={true}`. */
|
|
11
|
+
error: string;
|
|
12
|
+
/** State class applied to the root element if `filled={true}`. */
|
|
13
|
+
filled: string;
|
|
14
|
+
/** State class applied to the root element if `required={true}`. */
|
|
15
|
+
required: string;
|
|
16
|
+
/** Styles applied to the asterisk element. */
|
|
17
|
+
asterisk: string;
|
|
18
|
+
}
|
|
19
|
+
export type FormLabelClassKey = keyof FormLabelClasses;
|
|
20
|
+
export declare function getFormLabelUtilityClasses(slot: string): string;
|
|
21
|
+
declare const formLabelClasses: FormLabelClasses;
|
|
22
|
+
export default formLabelClasses;
|
package/Grid/gridClasses.d.ts
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
export interface GridClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `container={true}`. */
|
|
5
|
-
container: string;
|
|
6
|
-
/** Styles applied to the root element if `item={true}`. */
|
|
7
|
-
item: string;
|
|
8
|
-
/** Styles applied to the root element if `zeroMinWidth={true}`. */
|
|
9
|
-
zeroMinWidth: string;
|
|
10
|
-
/** Styles applied to the root element if `direction="column"`. */
|
|
11
|
-
'direction-xs-column': string;
|
|
12
|
-
/** Styles applied to the root element if `direction="column-reverse"`. */
|
|
13
|
-
'direction-xs-column-reverse': string;
|
|
14
|
-
/** Styles applied to the root element if `direction="row-reverse"`. */
|
|
15
|
-
'direction-xs-row-reverse': string;
|
|
16
|
-
/** Styles applied to the root element if `wrap="nowrap"`. */
|
|
17
|
-
'wrap-xs-nowrap': string;
|
|
18
|
-
/** Styles applied to the root element if `wrap="reverse"`. */
|
|
19
|
-
'wrap-xs-wrap-reverse': string;
|
|
20
|
-
'spacing-xs-1': string;
|
|
21
|
-
'spacing-xs-2': string;
|
|
22
|
-
'spacing-xs-3': string;
|
|
23
|
-
'spacing-xs-4': string;
|
|
24
|
-
'spacing-xs-5': string;
|
|
25
|
-
'spacing-xs-6': string;
|
|
26
|
-
'spacing-xs-7': string;
|
|
27
|
-
'spacing-xs-8': string;
|
|
28
|
-
'spacing-xs-9': string;
|
|
29
|
-
'spacing-xs-10': string;
|
|
30
|
-
'grid-xs-auto': string;
|
|
31
|
-
'grid-xs-true': string;
|
|
32
|
-
'grid-xs-1': string;
|
|
33
|
-
'grid-xs-2': string;
|
|
34
|
-
'grid-xs-3': string;
|
|
35
|
-
'grid-xs-4': string;
|
|
36
|
-
'grid-xs-5': string;
|
|
37
|
-
'grid-xs-6': string;
|
|
38
|
-
'grid-xs-7': string;
|
|
39
|
-
'grid-xs-8': string;
|
|
40
|
-
'grid-xs-9': string;
|
|
41
|
-
'grid-xs-10': string;
|
|
42
|
-
'grid-xs-11': string;
|
|
43
|
-
'grid-xs-12': string;
|
|
44
|
-
}
|
|
45
|
-
export type GridClassKey = keyof GridClasses;
|
|
46
|
-
export declare function getGridUtilityClass(slot: string): string;
|
|
47
|
-
declare const gridClasses: GridClasses;
|
|
48
|
-
export default gridClasses;
|
|
1
|
+
export interface GridClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `container={true}`. */
|
|
5
|
+
container: string;
|
|
6
|
+
/** Styles applied to the root element if `item={true}`. */
|
|
7
|
+
item: string;
|
|
8
|
+
/** Styles applied to the root element if `zeroMinWidth={true}`. */
|
|
9
|
+
zeroMinWidth: string;
|
|
10
|
+
/** Styles applied to the root element if `direction="column"`. */
|
|
11
|
+
'direction-xs-column': string;
|
|
12
|
+
/** Styles applied to the root element if `direction="column-reverse"`. */
|
|
13
|
+
'direction-xs-column-reverse': string;
|
|
14
|
+
/** Styles applied to the root element if `direction="row-reverse"`. */
|
|
15
|
+
'direction-xs-row-reverse': string;
|
|
16
|
+
/** Styles applied to the root element if `wrap="nowrap"`. */
|
|
17
|
+
'wrap-xs-nowrap': string;
|
|
18
|
+
/** Styles applied to the root element if `wrap="reverse"`. */
|
|
19
|
+
'wrap-xs-wrap-reverse': string;
|
|
20
|
+
'spacing-xs-1': string;
|
|
21
|
+
'spacing-xs-2': string;
|
|
22
|
+
'spacing-xs-3': string;
|
|
23
|
+
'spacing-xs-4': string;
|
|
24
|
+
'spacing-xs-5': string;
|
|
25
|
+
'spacing-xs-6': string;
|
|
26
|
+
'spacing-xs-7': string;
|
|
27
|
+
'spacing-xs-8': string;
|
|
28
|
+
'spacing-xs-9': string;
|
|
29
|
+
'spacing-xs-10': string;
|
|
30
|
+
'grid-xs-auto': string;
|
|
31
|
+
'grid-xs-true': string;
|
|
32
|
+
'grid-xs-1': string;
|
|
33
|
+
'grid-xs-2': string;
|
|
34
|
+
'grid-xs-3': string;
|
|
35
|
+
'grid-xs-4': string;
|
|
36
|
+
'grid-xs-5': string;
|
|
37
|
+
'grid-xs-6': string;
|
|
38
|
+
'grid-xs-7': string;
|
|
39
|
+
'grid-xs-8': string;
|
|
40
|
+
'grid-xs-9': string;
|
|
41
|
+
'grid-xs-10': string;
|
|
42
|
+
'grid-xs-11': string;
|
|
43
|
+
'grid-xs-12': string;
|
|
44
|
+
}
|
|
45
|
+
export type GridClassKey = keyof GridClasses;
|
|
46
|
+
export declare function getGridUtilityClass(slot: string): string;
|
|
47
|
+
declare const gridClasses: GridClasses;
|
|
48
|
+
export default gridClasses;
|
package/Icon/iconClasses.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface IconClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
-
colorPrimary: string;
|
|
6
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
-
colorSecondary: string;
|
|
8
|
-
/** Styles applied to the root element if `color="action"`. */
|
|
9
|
-
colorAction: string;
|
|
10
|
-
/** Styles applied to the root element if `color="error"`. */
|
|
11
|
-
colorError: string;
|
|
12
|
-
/** Styles applied to the root element if `color="disabled"`. */
|
|
13
|
-
colorDisabled: string;
|
|
14
|
-
/** Styles applied to the root element if `fontSize="inherit"`. */
|
|
15
|
-
fontSizeInherit: string;
|
|
16
|
-
/** Styles applied to the root element if `fontSize="small"`. */
|
|
17
|
-
fontSizeSmall: string;
|
|
18
|
-
/** Styles applied to the root element if `fontSize="large"`. */
|
|
19
|
-
fontSizeLarge: string;
|
|
20
|
-
}
|
|
21
|
-
export type IconClassKey = keyof IconClasses;
|
|
22
|
-
export declare function getIconUtilityClass(slot: string): string;
|
|
23
|
-
declare const iconClasses: IconClasses;
|
|
24
|
-
export default iconClasses;
|
|
1
|
+
export interface IconClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
+
colorPrimary: string;
|
|
6
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
+
colorSecondary: string;
|
|
8
|
+
/** Styles applied to the root element if `color="action"`. */
|
|
9
|
+
colorAction: string;
|
|
10
|
+
/** Styles applied to the root element if `color="error"`. */
|
|
11
|
+
colorError: string;
|
|
12
|
+
/** Styles applied to the root element if `color="disabled"`. */
|
|
13
|
+
colorDisabled: string;
|
|
14
|
+
/** Styles applied to the root element if `fontSize="inherit"`. */
|
|
15
|
+
fontSizeInherit: string;
|
|
16
|
+
/** Styles applied to the root element if `fontSize="small"`. */
|
|
17
|
+
fontSizeSmall: string;
|
|
18
|
+
/** Styles applied to the root element if `fontSize="large"`. */
|
|
19
|
+
fontSizeLarge: string;
|
|
20
|
+
}
|
|
21
|
+
export type IconClassKey = keyof IconClasses;
|
|
22
|
+
export declare function getIconUtilityClass(slot: string): string;
|
|
23
|
+
declare const iconClasses: IconClasses;
|
|
24
|
+
export default iconClasses;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export interface IconButtonClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `edge="start"`. */
|
|
5
|
-
edgeStart: string;
|
|
6
|
-
/** Styles applied to the root element if `edge="end"`. */
|
|
7
|
-
edgeEnd: string;
|
|
8
|
-
/** Styles applied to the root element if `color="inherit"`. */
|
|
9
|
-
colorInherit: string;
|
|
10
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
11
|
-
colorPrimary: string;
|
|
12
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
13
|
-
colorSecondary: string;
|
|
14
|
-
/** Styles applied to the root element if `color="error"`. */
|
|
15
|
-
colorError: string;
|
|
16
|
-
/** Styles applied to the root element if `color="info"`. */
|
|
17
|
-
colorInfo: string;
|
|
18
|
-
/** Styles applied to the root element if `color="success"`. */
|
|
19
|
-
colorSuccess: string;
|
|
20
|
-
/** Styles applied to the root element if `color="warning"`. */
|
|
21
|
-
colorWarning: string;
|
|
22
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
23
|
-
disabled: string;
|
|
24
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
25
|
-
sizeSmall: string;
|
|
26
|
-
/** Styles applied to the root element if `size="medium"`. */
|
|
27
|
-
sizeMedium: string;
|
|
28
|
-
/** Styles applied to the root element if `size="large"`. */
|
|
29
|
-
sizeLarge: string;
|
|
30
|
-
}
|
|
31
|
-
export type IconButtonClassKey = keyof IconButtonClasses;
|
|
32
|
-
export declare function getIconButtonUtilityClass(slot: string): string;
|
|
33
|
-
declare const iconButtonClasses: IconButtonClasses;
|
|
34
|
-
export default iconButtonClasses;
|
|
1
|
+
export interface IconButtonClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `edge="start"`. */
|
|
5
|
+
edgeStart: string;
|
|
6
|
+
/** Styles applied to the root element if `edge="end"`. */
|
|
7
|
+
edgeEnd: string;
|
|
8
|
+
/** Styles applied to the root element if `color="inherit"`. */
|
|
9
|
+
colorInherit: string;
|
|
10
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
11
|
+
colorPrimary: string;
|
|
12
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
13
|
+
colorSecondary: string;
|
|
14
|
+
/** Styles applied to the root element if `color="error"`. */
|
|
15
|
+
colorError: string;
|
|
16
|
+
/** Styles applied to the root element if `color="info"`. */
|
|
17
|
+
colorInfo: string;
|
|
18
|
+
/** Styles applied to the root element if `color="success"`. */
|
|
19
|
+
colorSuccess: string;
|
|
20
|
+
/** Styles applied to the root element if `color="warning"`. */
|
|
21
|
+
colorWarning: string;
|
|
22
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
23
|
+
disabled: string;
|
|
24
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
25
|
+
sizeSmall: string;
|
|
26
|
+
/** Styles applied to the root element if `size="medium"`. */
|
|
27
|
+
sizeMedium: string;
|
|
28
|
+
/** Styles applied to the root element if `size="large"`. */
|
|
29
|
+
sizeLarge: string;
|
|
30
|
+
}
|
|
31
|
+
export type IconButtonClassKey = keyof IconButtonClasses;
|
|
32
|
+
export declare function getIconButtonUtilityClass(slot: string): string;
|
|
33
|
+
declare const iconButtonClasses: IconButtonClasses;
|
|
34
|
+
export default iconButtonClasses;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface ImageListClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="masonry"`. */
|
|
5
|
-
masonry: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="quilted"`. */
|
|
7
|
-
quilted: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
-
standard: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="woven"`. */
|
|
11
|
-
woven: string;
|
|
12
|
-
}
|
|
13
|
-
export type ImageListClassKey = keyof ImageListClasses;
|
|
14
|
-
export declare function getImageListUtilityClass(slot: string): string;
|
|
15
|
-
declare const imageListClasses: ImageListClasses;
|
|
16
|
-
export default imageListClasses;
|
|
1
|
+
export interface ImageListClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="masonry"`. */
|
|
5
|
+
masonry: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="quilted"`. */
|
|
7
|
+
quilted: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
+
standard: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="woven"`. */
|
|
11
|
+
woven: string;
|
|
12
|
+
}
|
|
13
|
+
export type ImageListClassKey = keyof ImageListClasses;
|
|
14
|
+
export declare function getImageListUtilityClass(slot: string): string;
|
|
15
|
+
declare const imageListClasses: ImageListClasses;
|
|
16
|
+
export default imageListClasses;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface ImageListItemClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to an `img` element to ensure it covers the item. */
|
|
5
|
-
img: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="standard"`. */
|
|
7
|
-
standard: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="woven"`. */
|
|
9
|
-
woven: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="masonry"`. */
|
|
11
|
-
masonry: string;
|
|
12
|
-
/** Styles applied to the root element if `variant="quilted"`. */
|
|
13
|
-
quilted: string;
|
|
14
|
-
}
|
|
15
|
-
export type ImageListItemClassKey = keyof ImageListItemClasses;
|
|
16
|
-
export declare function getImageListItemUtilityClass(slot: string): string;
|
|
17
|
-
declare const imageListItemClasses: ImageListItemClasses;
|
|
18
|
-
export default imageListItemClasses;
|
|
1
|
+
export interface ImageListItemClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to an `img` element to ensure it covers the item. */
|
|
5
|
+
img: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="standard"`. */
|
|
7
|
+
standard: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="woven"`. */
|
|
9
|
+
woven: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="masonry"`. */
|
|
11
|
+
masonry: string;
|
|
12
|
+
/** Styles applied to the root element if `variant="quilted"`. */
|
|
13
|
+
quilted: string;
|
|
14
|
+
}
|
|
15
|
+
export type ImageListItemClassKey = keyof ImageListItemClasses;
|
|
16
|
+
export declare function getImageListItemUtilityClass(slot: string): string;
|
|
17
|
+
declare const imageListItemClasses: ImageListItemClasses;
|
|
18
|
+
export default imageListItemClasses;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export interface ImageListItemBarClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `position="bottom"`. */
|
|
5
|
-
positionBottom: string;
|
|
6
|
-
/** Styles applied to the root element if `position="top"`. */
|
|
7
|
-
positionTop: string;
|
|
8
|
-
/** Styles applied to the root element if `position="below"`. */
|
|
9
|
-
positionBelow: string;
|
|
10
|
-
/** Styles applied to the title and subtitle container element. */
|
|
11
|
-
titleWrap: string;
|
|
12
|
-
/** Styles applied to the title and subtitle container element if `position="below"`. */
|
|
13
|
-
titleWrapBelow: string;
|
|
14
|
-
/** Styles applied to the container element if `actionPosition="left"`. */
|
|
15
|
-
titleWrapActionPosLeft: string;
|
|
16
|
-
/** Styles applied to the container element if `actionPosition="right"`. */
|
|
17
|
-
titleWrapActionPosRight: string;
|
|
18
|
-
/** Styles applied to the title container element. */
|
|
19
|
-
title: string;
|
|
20
|
-
/** Styles applied to the subtitle container element. */
|
|
21
|
-
subtitle: string;
|
|
22
|
-
/** Styles applied to the actionIcon if supplied. */
|
|
23
|
-
actionIcon: string;
|
|
24
|
-
/** Styles applied to the actionIcon if `actionPosition="left"`. */
|
|
25
|
-
actionIconActionPosLeft: string;
|
|
26
|
-
}
|
|
27
|
-
export type ImageListItemBarClassKey = keyof ImageListItemBarClasses;
|
|
28
|
-
export declare function getImageListItemBarUtilityClass(slot: string): string;
|
|
29
|
-
declare const imageListItemBarClasses: ImageListItemBarClasses;
|
|
30
|
-
export default imageListItemBarClasses;
|
|
1
|
+
export interface ImageListItemBarClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `position="bottom"`. */
|
|
5
|
+
positionBottom: string;
|
|
6
|
+
/** Styles applied to the root element if `position="top"`. */
|
|
7
|
+
positionTop: string;
|
|
8
|
+
/** Styles applied to the root element if `position="below"`. */
|
|
9
|
+
positionBelow: string;
|
|
10
|
+
/** Styles applied to the title and subtitle container element. */
|
|
11
|
+
titleWrap: string;
|
|
12
|
+
/** Styles applied to the title and subtitle container element if `position="below"`. */
|
|
13
|
+
titleWrapBelow: string;
|
|
14
|
+
/** Styles applied to the container element if `actionPosition="left"`. */
|
|
15
|
+
titleWrapActionPosLeft: string;
|
|
16
|
+
/** Styles applied to the container element if `actionPosition="right"`. */
|
|
17
|
+
titleWrapActionPosRight: string;
|
|
18
|
+
/** Styles applied to the title container element. */
|
|
19
|
+
title: string;
|
|
20
|
+
/** Styles applied to the subtitle container element. */
|
|
21
|
+
subtitle: string;
|
|
22
|
+
/** Styles applied to the actionIcon if supplied. */
|
|
23
|
+
actionIcon: string;
|
|
24
|
+
/** Styles applied to the actionIcon if `actionPosition="left"`. */
|
|
25
|
+
actionIconActionPosLeft: string;
|
|
26
|
+
}
|
|
27
|
+
export type ImageListItemBarClassKey = keyof ImageListItemBarClasses;
|
|
28
|
+
export declare function getImageListItemBarUtilityClass(slot: string): string;
|
|
29
|
+
declare const imageListItemBarClasses: ImageListItemBarClasses;
|
|
30
|
+
export default imageListItemBarClasses;
|
package/Input/inputClasses.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export interface InputClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if the component is a descendant of `FormControl`. */
|
|
5
|
-
formControl: string;
|
|
6
|
-
/** Styles applied to the root element if the component is focused. */
|
|
7
|
-
focused: string;
|
|
8
|
-
/** Styles applied to the root element if `disabled={true}`. */
|
|
9
|
-
disabled: string;
|
|
10
|
-
/** Styles applied to the root element if color secondary. */
|
|
11
|
-
colorSecondary: string;
|
|
12
|
-
/** Styles applied to the root element unless `disableUnderline={true}`. */
|
|
13
|
-
underline: string;
|
|
14
|
-
/** State class applied to the root element if `error={true}`. */
|
|
15
|
-
error: string;
|
|
16
|
-
/** Styles applied to the input element if `size="small"`. */
|
|
17
|
-
sizeSmall: string;
|
|
18
|
-
/** Styles applied to the root element if `multiline={true}`. */
|
|
19
|
-
multiline: string;
|
|
20
|
-
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
21
|
-
fullWidth: string;
|
|
22
|
-
/** Styles applied to the input element. */
|
|
23
|
-
input: string;
|
|
24
|
-
/** Styles applied to the input element if `size="small"`. */
|
|
25
|
-
inputSizeSmall: string;
|
|
26
|
-
/** Styles applied to the input element if `multiline={true}`. */
|
|
27
|
-
inputMultiline: string;
|
|
28
|
-
/** Styles applied to the input element if `type="search"`. */
|
|
29
|
-
inputTypeSearch: string;
|
|
30
|
-
}
|
|
31
|
-
export type InputClassKey = keyof InputClasses;
|
|
32
|
-
export declare function getInputUtilityClass(slot: string): string;
|
|
33
|
-
declare const inputClasses: InputClasses;
|
|
34
|
-
export default inputClasses;
|
|
1
|
+
export interface InputClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if the component is a descendant of `FormControl`. */
|
|
5
|
+
formControl: string;
|
|
6
|
+
/** Styles applied to the root element if the component is focused. */
|
|
7
|
+
focused: string;
|
|
8
|
+
/** Styles applied to the root element if `disabled={true}`. */
|
|
9
|
+
disabled: string;
|
|
10
|
+
/** Styles applied to the root element if color secondary. */
|
|
11
|
+
colorSecondary: string;
|
|
12
|
+
/** Styles applied to the root element unless `disableUnderline={true}`. */
|
|
13
|
+
underline: string;
|
|
14
|
+
/** State class applied to the root element if `error={true}`. */
|
|
15
|
+
error: string;
|
|
16
|
+
/** Styles applied to the input element if `size="small"`. */
|
|
17
|
+
sizeSmall: string;
|
|
18
|
+
/** Styles applied to the root element if `multiline={true}`. */
|
|
19
|
+
multiline: string;
|
|
20
|
+
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
21
|
+
fullWidth: string;
|
|
22
|
+
/** Styles applied to the input element. */
|
|
23
|
+
input: string;
|
|
24
|
+
/** Styles applied to the input element if `size="small"`. */
|
|
25
|
+
inputSizeSmall: string;
|
|
26
|
+
/** Styles applied to the input element if `multiline={true}`. */
|
|
27
|
+
inputMultiline: string;
|
|
28
|
+
/** Styles applied to the input element if `type="search"`. */
|
|
29
|
+
inputTypeSearch: string;
|
|
30
|
+
}
|
|
31
|
+
export type InputClassKey = keyof InputClasses;
|
|
32
|
+
export declare function getInputUtilityClass(slot: string): string;
|
|
33
|
+
declare const inputClasses: InputClasses;
|
|
34
|
+
export default inputClasses;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface InputAdornmentClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
-
filled: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
-
outlined: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
-
standard: string;
|
|
10
|
-
/** Styles applied to the root element if `position="start"`. */
|
|
11
|
-
positionStart: string;
|
|
12
|
-
/** Styles applied to the root element if `position="end"`. */
|
|
13
|
-
positionEnd: string;
|
|
14
|
-
/** Styles applied to the root element if `disablePointerEvents={true}`. */
|
|
15
|
-
disablePointerEvents: string;
|
|
16
|
-
/** Styles applied if the adornment is used inside <FormControl hiddenLabel />. */
|
|
17
|
-
hiddenLabel: string;
|
|
18
|
-
/** Styles applied if the adornment is used inside <FormControl size="small" />. */
|
|
19
|
-
sizeSmall: string;
|
|
20
|
-
}
|
|
21
|
-
export type InputAdornmentClassKey = keyof InputAdornmentClasses;
|
|
22
|
-
export declare function getInputAdornmentUtilityClass(slot: string): string;
|
|
23
|
-
declare const inputAdornmentClasses: InputAdornmentClasses;
|
|
24
|
-
export default inputAdornmentClasses;
|
|
1
|
+
export interface InputAdornmentClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
+
filled: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
+
outlined: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
+
standard: string;
|
|
10
|
+
/** Styles applied to the root element if `position="start"`. */
|
|
11
|
+
positionStart: string;
|
|
12
|
+
/** Styles applied to the root element if `position="end"`. */
|
|
13
|
+
positionEnd: string;
|
|
14
|
+
/** Styles applied to the root element if `disablePointerEvents={true}`. */
|
|
15
|
+
disablePointerEvents: string;
|
|
16
|
+
/** Styles applied if the adornment is used inside <FormControl hiddenLabel />. */
|
|
17
|
+
hiddenLabel: string;
|
|
18
|
+
/** Styles applied if the adornment is used inside <FormControl size="small" />. */
|
|
19
|
+
sizeSmall: string;
|
|
20
|
+
}
|
|
21
|
+
export type InputAdornmentClassKey = keyof InputAdornmentClasses;
|
|
22
|
+
export declare function getInputAdornmentUtilityClass(slot: string): string;
|
|
23
|
+
declare const inputAdornmentClasses: InputAdornmentClasses;
|
|
24
|
+
export default inputAdornmentClasses;
|