@mui/material 5.9.1 → 5.10.0

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.
Files changed (250) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  9. package/Avatar/avatarClasses.d.ts +20 -20
  10. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  11. package/Backdrop/backdropClasses.d.ts +10 -10
  12. package/Badge/Badge.js +1 -1
  13. package/Badge/badgeClasses.d.ts +56 -56
  14. package/BottomNavigation/BottomNavigation.js +0 -0
  15. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  16. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  17. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  18. package/Button/Button.js +8 -3
  19. package/Button/buttonClasses.d.ts +100 -100
  20. package/ButtonBase/TouchRipple.js +1 -1
  21. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  22. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  23. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  24. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  25. package/CHANGELOG.md +200 -9
  26. package/Card/cardClasses.d.ts +8 -8
  27. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  28. package/CardActions/cardActionsClasses.d.ts +10 -10
  29. package/CardContent/cardContentClasses.d.ts +8 -8
  30. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  31. package/CardMedia/cardMediaClasses.d.ts +12 -12
  32. package/Checkbox/checkboxClasses.d.ts +18 -18
  33. package/Chip/Chip.js +5 -7
  34. package/Chip/chipClasses.d.ts +88 -80
  35. package/Chip/chipClasses.js +1 -1
  36. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  37. package/ClickAwayListener/index.d.ts +2 -2
  38. package/Collapse/collapseClasses.d.ts +18 -18
  39. package/Container/containerClasses.d.ts +6 -6
  40. package/Dialog/Dialog.js +2 -1
  41. package/Dialog/DialogContext.d.ts +6 -6
  42. package/Dialog/dialogClasses.d.ts +36 -36
  43. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  44. package/DialogContent/dialogContentClasses.d.ts +10 -10
  45. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  46. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  47. package/Divider/dividerClasses.d.ts +34 -34
  48. package/Drawer/drawerClasses.d.ts +30 -30
  49. package/Fab/fabClasses.d.ts +26 -26
  50. package/FilledInput/filledInputClasses.d.ts +40 -40
  51. package/FormControl/formControlClasses.d.ts +14 -14
  52. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  53. package/FormGroup/formGroupClasses.d.ts +12 -12
  54. package/FormHelperText/FormHelperText.d.ts +7 -1
  55. package/FormHelperText/FormHelperText.js +3 -1
  56. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  57. package/FormLabel/formLabelClasses.d.ts +22 -22
  58. package/Grid/Grid.d.ts +1 -1
  59. package/Grid/Grid.js +71 -4
  60. package/Grid/gridClasses.d.ts +48 -48
  61. package/Icon/iconClasses.d.ts +24 -24
  62. package/IconButton/iconButtonClasses.d.ts +26 -26
  63. package/ImageList/imageListClasses.d.ts +16 -16
  64. package/ImageListItem/ImageListItem.js +4 -4
  65. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  66. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  67. package/Input/inputClasses.d.ts +34 -34
  68. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  69. package/InputBase/InputBase.js +3 -2
  70. package/InputBase/inputBaseClasses.d.ts +46 -44
  71. package/InputBase/inputBaseClasses.js +1 -1
  72. package/InputLabel/inputLabelClasses.d.ts +32 -32
  73. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  74. package/Link/getTextDecoration.d.ts +15 -15
  75. package/Link/linkClasses.d.ts +18 -18
  76. package/List/listClasses.d.ts +14 -14
  77. package/ListItem/listItemClasses.d.ts +30 -30
  78. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  79. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  80. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  81. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  82. package/ListItemText/listItemTextClasses.d.ts +18 -18
  83. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  84. package/Menu/menuClasses.d.ts +12 -12
  85. package/MenuItem/menuItemClasses.d.ts +20 -20
  86. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  87. package/Modal/Modal.d.ts +2 -1
  88. package/Modal/Modal.js +2 -1
  89. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  90. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  91. package/OverridableComponent.d.ts +4 -0
  92. package/Pagination/paginationClasses.d.ts +14 -14
  93. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  94. package/Paper/paperClasses.d.ts +39 -39
  95. package/Popover/popoverClasses.d.ts +10 -10
  96. package/Popper/Popper.d.ts +24 -24
  97. package/Popper/Popper.js +24 -0
  98. package/README.md +5 -4
  99. package/Radio/radioClasses.d.ts +16 -16
  100. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  101. package/RadioGroup/useRadioGroup.d.ts +4 -4
  102. package/Rating/ratingClasses.d.ts +40 -40
  103. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  104. package/Select/SelectInput.js +1 -1
  105. package/Select/selectClasses.d.ts +30 -30
  106. package/Skeleton/Skeleton.d.ts +1 -1
  107. package/Skeleton/Skeleton.js +3 -1
  108. package/Skeleton/skeletonClasses.d.ts +26 -24
  109. package/Skeleton/skeletonClasses.js +1 -1
  110. package/Snackbar/snackbarClasses.d.ts +20 -20
  111. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  112. package/SpeedDial/speedDialClasses.d.ts +22 -22
  113. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  114. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  115. package/Stack/Stack.js +15 -2
  116. package/Step/StepContext.d.ts +20 -20
  117. package/Step/stepClasses.d.ts +16 -16
  118. package/StepButton/stepButtonClasses.d.ts +14 -14
  119. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  120. package/StepContent/stepContentClasses.d.ts +12 -12
  121. package/StepIcon/stepIconClasses.d.ts +16 -16
  122. package/StepLabel/StepLabel.js +1 -1
  123. package/StepLabel/stepLabelClasses.d.ts +28 -28
  124. package/Stepper/StepperContext.d.ts +18 -18
  125. package/Stepper/stepperClasses.d.ts +14 -14
  126. package/SvgIcon/svgIconClasses.d.ts +24 -24
  127. package/Switch/switchClasses.d.ts +32 -32
  128. package/Tab/tabClasses.d.ts +26 -26
  129. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  130. package/Table/tableClasses.d.ts +10 -10
  131. package/TableBody/tableBodyClasses.d.ts +8 -8
  132. package/TableCell/TableCell.d.ts +4 -1
  133. package/TableCell/TableCell.js +3 -1
  134. package/TableCell/tableCellClasses.d.ts +32 -32
  135. package/TableContainer/tableContainerClasses.d.ts +8 -8
  136. package/TableFooter/tableFooterClasses.d.ts +8 -8
  137. package/TableHead/tableHeadClasses.d.ts +8 -8
  138. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  139. package/TableRow/tableRowClasses.d.ts +16 -16
  140. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  141. package/Tabs/Tabs.d.ts +7 -1
  142. package/Tabs/Tabs.js +3 -1
  143. package/Tabs/tabsClasses.d.ts +32 -32
  144. package/TextField/textFieldClasses.d.ts +8 -8
  145. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  146. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  147. package/Toolbar/toolbarClasses.d.ts +14 -14
  148. package/Tooltip/Tooltip.js +6 -7
  149. package/Tooltip/tooltipClasses.d.ts +30 -30
  150. package/Typography/typographyClasses.d.ts +50 -50
  151. package/Unstable_Grid2/Grid2.d.ts +4 -4
  152. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  153. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  154. package/Unstable_Grid2/index.d.ts +4 -4
  155. package/className/index.d.ts +1 -1
  156. package/darkScrollbar/index.d.ts +28 -28
  157. package/index.js +1 -1
  158. package/internal/switchBaseClasses.d.ts +12 -12
  159. package/legacy/Badge/Badge.js +1 -1
  160. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  161. package/legacy/Button/Button.js +4 -2
  162. package/legacy/ButtonBase/TouchRipple.js +1 -1
  163. package/legacy/Chip/Chip.js +4 -6
  164. package/legacy/Chip/chipClasses.js +1 -1
  165. package/legacy/Dialog/Dialog.js +2 -1
  166. package/legacy/FormHelperText/FormHelperText.js +3 -1
  167. package/legacy/Grid/Grid.js +76 -12
  168. package/legacy/ImageListItem/ImageListItem.js +4 -4
  169. package/legacy/InputBase/InputBase.js +3 -2
  170. package/legacy/InputBase/inputBaseClasses.js +1 -1
  171. package/legacy/Modal/Modal.js +2 -1
  172. package/legacy/Popper/Popper.js +24 -0
  173. package/legacy/Select/SelectInput.js +1 -1
  174. package/legacy/Skeleton/Skeleton.js +3 -1
  175. package/legacy/Skeleton/skeletonClasses.js +1 -1
  176. package/legacy/Stack/Stack.js +15 -2
  177. package/legacy/StepLabel/StepLabel.js +1 -1
  178. package/legacy/TableCell/TableCell.js +3 -1
  179. package/legacy/Tabs/Tabs.js +3 -1
  180. package/legacy/Tooltip/Tooltip.js +6 -7
  181. package/legacy/index.js +1 -1
  182. package/legacy/styles/createTheme.js +5 -0
  183. package/legacy/useScrollTrigger/useScrollTrigger.js +6 -2
  184. package/locale/index.d.ts +71 -71
  185. package/modern/Badge/Badge.js +1 -1
  186. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  187. package/modern/Button/Button.js +8 -3
  188. package/modern/ButtonBase/TouchRipple.js +1 -1
  189. package/modern/Chip/Chip.js +5 -7
  190. package/modern/Chip/chipClasses.js +1 -1
  191. package/modern/Dialog/Dialog.js +2 -1
  192. package/modern/FormHelperText/FormHelperText.js +3 -1
  193. package/modern/Grid/Grid.js +67 -4
  194. package/modern/ImageListItem/ImageListItem.js +4 -4
  195. package/modern/InputBase/InputBase.js +3 -2
  196. package/modern/InputBase/inputBaseClasses.js +1 -1
  197. package/modern/Modal/Modal.js +2 -1
  198. package/modern/Popper/Popper.js +24 -0
  199. package/modern/Select/SelectInput.js +1 -1
  200. package/modern/Skeleton/Skeleton.js +3 -1
  201. package/modern/Skeleton/skeletonClasses.js +1 -1
  202. package/modern/Stack/Stack.js +15 -2
  203. package/modern/StepLabel/StepLabel.js +1 -1
  204. package/modern/TableCell/TableCell.js +3 -1
  205. package/modern/Tabs/Tabs.js +3 -1
  206. package/modern/Tooltip/Tooltip.js +6 -7
  207. package/modern/index.js +1 -1
  208. package/modern/styles/createTheme.js +6 -0
  209. package/modern/useScrollTrigger/useScrollTrigger.js +6 -2
  210. package/node/Badge/Badge.js +1 -1
  211. package/node/BottomNavigation/BottomNavigation.js +0 -0
  212. package/node/Button/Button.js +10 -3
  213. package/node/ButtonBase/TouchRipple.js +1 -1
  214. package/node/Chip/Chip.js +5 -7
  215. package/node/Chip/chipClasses.js +1 -1
  216. package/node/Dialog/Dialog.js +2 -1
  217. package/node/FormHelperText/FormHelperText.js +3 -1
  218. package/node/Grid/Grid.js +71 -4
  219. package/node/ImageListItem/ImageListItem.js +4 -4
  220. package/node/InputBase/InputBase.js +3 -2
  221. package/node/InputBase/inputBaseClasses.js +1 -1
  222. package/node/Modal/Modal.js +2 -1
  223. package/node/Popper/Popper.js +24 -0
  224. package/node/Select/SelectInput.js +1 -1
  225. package/node/Skeleton/Skeleton.js +3 -1
  226. package/node/Skeleton/skeletonClasses.js +1 -1
  227. package/node/Stack/Stack.js +14 -1
  228. package/node/StepLabel/StepLabel.js +1 -1
  229. package/node/TableCell/TableCell.js +3 -1
  230. package/node/Tabs/Tabs.js +3 -1
  231. package/node/Tooltip/Tooltip.js +6 -7
  232. package/node/index.js +1 -1
  233. package/node/styles/createTheme.js +6 -0
  234. package/node/useScrollTrigger/useScrollTrigger.js +6 -2
  235. package/package.json +6 -6
  236. package/styles/CssVarsProvider.d.ts +14 -14
  237. package/styles/createTheme.js +6 -0
  238. package/transitions/index.d.ts +1 -1
  239. package/transitions/transition.d.ts +13 -13
  240. package/transitions/utils.d.ts +23 -23
  241. package/umd/material-ui.development.js +288 -74
  242. package/umd/material-ui.production.min.js +20 -20
  243. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  244. package/useScrollTrigger/useScrollTrigger.js +6 -2
  245. package/useTouchRipple/index.d.ts +1 -1
  246. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  247. package/utils/getScrollbarSize.d.ts +2 -2
  248. package/utils/ownerDocument.d.ts +2 -2
  249. package/utils/ownerWindow.d.ts +2 -2
  250. package/utils/setRef.d.ts +2 -2
@@ -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 declare 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 declare type FabClassKey = keyof FabClasses;
24
+ export declare function getFabUtilityClass(slot: string): string;
25
+ declare const fabClasses: FabClasses;
26
+ export default fabClasses;
@@ -1,40 +1,40 @@
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
- }
37
- export declare type FilledInputClassKey = keyof FilledInputClasses;
38
- export declare function getFilledInputUtilityClass(slot: string): string;
39
- declare const filledInputClasses: FilledInputClasses;
40
- 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
+ }
37
+ export declare type FilledInputClassKey = keyof FilledInputClasses;
38
+ export declare function getFilledInputUtilityClass(slot: string): string;
39
+ declare const filledInputClasses: FilledInputClasses;
40
+ export default filledInputClasses;
@@ -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 declare 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 declare type FormControlClassKey = keyof FormControlClasses;
12
+ export declare function getFormControlUtilityClasses(slot: string): string;
13
+ declare const formControlClasses: FormControlClasses;
14
+ export default formControlClasses;
@@ -1,20 +1,20 @@
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
- }
17
- export declare type FormControlLabelClassKey = keyof FormControlLabelClasses;
18
- export declare function getFormControlLabelUtilityClasses(slot: string): string;
19
- declare const formControlLabelClasses: FormControlLabelClasses;
20
- 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
+ }
17
+ export declare type FormControlLabelClassKey = keyof FormControlLabelClasses;
18
+ export declare function getFormControlLabelUtilityClasses(slot: string): string;
19
+ declare const formControlLabelClasses: FormControlLabelClasses;
20
+ 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 declare 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 declare type FormGroupClassKey = keyof FormGroupClasses;
10
+ export declare function getFormGroupUtilityClass(slot: string): string;
11
+ declare const formGroupClasses: FormGroupClasses;
12
+ export default formGroupClasses;
@@ -1,9 +1,12 @@
1
1
  import * as React from 'react';
2
2
  import { SxProps } from '@mui/system';
3
+ import { OverridableStringUnion } from '@mui/types';
3
4
  import { OverridableComponent, OverrideProps } from '../OverridableComponent';
4
5
  import { Theme } from '../styles';
5
6
  import { FormHelperTextClasses } from './formHelperTextClasses';
6
7
 
8
+ export interface FormHelperTextPropsVariantOverrides {}
9
+
7
10
  export interface FormHelperTextTypeMap<P = {}, D extends React.ElementType = 'p'> {
8
11
  props: P & {
9
12
  /**
@@ -48,7 +51,10 @@ export interface FormHelperTextTypeMap<P = {}, D extends React.ElementType = 'p'
48
51
  /**
49
52
  * The variant to use.
50
53
  */
51
- variant?: 'standard' | 'outlined' | 'filled';
54
+ variant?: OverridableStringUnion<
55
+ 'standard' | 'outlined' | 'filled',
56
+ FormHelperTextPropsVariantOverrides
57
+ >;
52
58
  };
53
59
  defaultComponent: D;
54
60
  }
@@ -181,6 +181,8 @@ process.env.NODE_ENV !== "production" ? FormHelperText.propTypes
181
181
  /**
182
182
  * The variant to use.
183
183
  */
184
- variant: PropTypes.oneOf(['filled', 'outlined', 'standard'])
184
+ variant: PropTypes
185
+ /* @typescript-to-proptypes-ignore */
186
+ .oneOfType([PropTypes.oneOf(['filled', 'outlined', 'standard']), PropTypes.string])
185
187
  } : void 0;
186
188
  export default FormHelperText;
@@ -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 declare 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 declare 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 declare 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 declare type FormLabelClassKey = keyof FormLabelClasses;
20
+ export declare function getFormLabelUtilityClasses(slot: string): string;
21
+ declare const formLabelClasses: FormLabelClasses;
22
+ export default formLabelClasses;
package/Grid/Grid.d.ts CHANGED
@@ -19,7 +19,7 @@ export type GridWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
19
19
 
20
20
  export type GridSize = 'auto' | number;
21
21
 
22
- interface RegularBreakpoints {
22
+ export interface RegularBreakpoints {
23
23
  /**
24
24
  * If a number, it sets the number of columns the grid item uses.
25
25
  * It can't be greater than the total number of columns of the container (12 by default).
package/Grid/Grid.js CHANGED
@@ -131,6 +131,32 @@ export function generateDirection({
131
131
  return output;
132
132
  });
133
133
  }
134
+ /**
135
+ * Extracts zero value breakpoint keys before a non-zero value breakpoint key.
136
+ * @example { xs: 0, sm: 0, md: 2, lg: 0, xl: 0 } or [0, 0, 2, 0, 0]
137
+ * @returns [xs, sm]
138
+ */
139
+
140
+ function extractZeroValueBreakpointKeys({
141
+ breakpoints,
142
+ values
143
+ }) {
144
+ let nonZeroKey = '';
145
+ Object.keys(values).forEach(key => {
146
+ if (nonZeroKey !== '') {
147
+ return;
148
+ }
149
+
150
+ if (values[key] !== 0) {
151
+ nonZeroKey = key;
152
+ }
153
+ });
154
+ const sortedBreakpointKeysByValue = Object.keys(breakpoints).sort((a, b) => {
155
+ return breakpoints[a] - breakpoints[b];
156
+ });
157
+ return sortedBreakpointKeysByValue.slice(0, sortedBreakpointKeysByValue.indexOf(nonZeroKey));
158
+ }
159
+
134
160
  export function generateRowGap({
135
161
  theme,
136
162
  ownerState
@@ -146,9 +172,20 @@ export function generateRowGap({
146
172
  values: rowSpacing,
147
173
  breakpoints: theme.breakpoints.values
148
174
  });
175
+ let zeroValueBreakpointKeys;
176
+
177
+ if (typeof rowSpacingValues === 'object') {
178
+ zeroValueBreakpointKeys = extractZeroValueBreakpointKeys({
179
+ breakpoints: theme.breakpoints.values,
180
+ values: rowSpacingValues
181
+ });
182
+ }
183
+
149
184
  styles = handleBreakpoints({
150
185
  theme
151
- }, rowSpacingValues, propValue => {
186
+ }, rowSpacingValues, (propValue, breakpoint) => {
187
+ var _zeroValueBreakpointK;
188
+
152
189
  const themeSpacing = theme.spacing(propValue);
153
190
 
154
191
  if (themeSpacing !== '0px') {
@@ -160,7 +197,16 @@ export function generateRowGap({
160
197
  };
161
198
  }
162
199
 
163
- return {};
200
+ if ((_zeroValueBreakpointK = zeroValueBreakpointKeys) != null && _zeroValueBreakpointK.includes(breakpoint)) {
201
+ return {};
202
+ }
203
+
204
+ return {
205
+ marginTop: 0,
206
+ [`& > .${gridClasses.item}`]: {
207
+ paddingTop: 0
208
+ }
209
+ };
164
210
  });
165
211
  }
166
212
 
@@ -181,9 +227,20 @@ export function generateColumnGap({
181
227
  values: columnSpacing,
182
228
  breakpoints: theme.breakpoints.values
183
229
  });
230
+ let zeroValueBreakpointKeys;
231
+
232
+ if (typeof columnSpacingValues === 'object') {
233
+ zeroValueBreakpointKeys = extractZeroValueBreakpointKeys({
234
+ breakpoints: theme.breakpoints.values,
235
+ values: columnSpacingValues
236
+ });
237
+ }
238
+
184
239
  styles = handleBreakpoints({
185
240
  theme
186
- }, columnSpacingValues, propValue => {
241
+ }, columnSpacingValues, (propValue, breakpoint) => {
242
+ var _zeroValueBreakpointK2;
243
+
187
244
  const themeSpacing = theme.spacing(propValue);
188
245
 
189
246
  if (themeSpacing !== '0px') {
@@ -196,7 +253,17 @@ export function generateColumnGap({
196
253
  };
197
254
  }
198
255
 
199
- return {};
256
+ if ((_zeroValueBreakpointK2 = zeroValueBreakpointKeys) != null && _zeroValueBreakpointK2.includes(breakpoint)) {
257
+ return {};
258
+ }
259
+
260
+ return {
261
+ width: '100%',
262
+ marginLeft: 0,
263
+ [`& > .${gridClasses.item}`]: {
264
+ paddingLeft: 0
265
+ }
266
+ };
200
267
  });
201
268
  }
202
269
 
@@ -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 declare 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 declare type GridClassKey = keyof GridClasses;
46
+ export declare function getGridUtilityClass(slot: string): string;
47
+ declare const gridClasses: GridClasses;
48
+ export default gridClasses;
@@ -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 declare 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 declare type IconClassKey = keyof IconClasses;
22
+ export declare function getIconUtilityClass(slot: string): string;
23
+ declare const iconClasses: IconClasses;
24
+ export default iconClasses;