@mui/material 5.8.4 → 5.8.7

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 (257) 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/Alert.js +19 -11
  6. package/Alert/alertClasses.d.ts +44 -44
  7. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  8. package/AppBar/AppBar.js +22 -5
  9. package/AppBar/appBarClasses.d.ts +28 -28
  10. package/Autocomplete/Autocomplete.d.ts +2 -0
  11. package/Autocomplete/Autocomplete.js +12 -8
  12. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  13. package/Avatar/Avatar.js +7 -4
  14. package/Avatar/avatarClasses.d.ts +20 -20
  15. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  16. package/Backdrop/backdropClasses.d.ts +10 -10
  17. package/Badge/Badge.js +2 -2
  18. package/Badge/badgeClasses.d.ts +56 -56
  19. package/BottomNavigation/BottomNavigation.js +0 -0
  20. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  21. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  22. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  23. package/Button/buttonClasses.d.ts +100 -100
  24. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  25. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  26. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  27. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  28. package/CHANGELOG.md +185 -4
  29. package/Card/cardClasses.d.ts +8 -8
  30. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  31. package/CardActions/cardActionsClasses.d.ts +10 -10
  32. package/CardContent/cardContentClasses.d.ts +8 -8
  33. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  34. package/CardMedia/cardMediaClasses.d.ts +12 -12
  35. package/Checkbox/checkboxClasses.d.ts +18 -18
  36. package/Chip/Chip.js +31 -30
  37. package/Chip/chipClasses.d.ts +80 -80
  38. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  39. package/ClickAwayListener/index.d.ts +2 -2
  40. package/Collapse/collapseClasses.d.ts +18 -18
  41. package/Container/containerClasses.d.ts +6 -6
  42. package/Dialog/Dialog.js +11 -6
  43. package/Dialog/DialogContext.d.ts +6 -6
  44. package/Dialog/dialogClasses.d.ts +36 -36
  45. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  46. package/DialogContent/dialogContentClasses.d.ts +10 -10
  47. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  48. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  49. package/Divider/dividerClasses.d.ts +34 -34
  50. package/Drawer/drawerClasses.d.ts +30 -30
  51. package/Fab/fabClasses.d.ts +26 -26
  52. package/FilledInput/FilledInput.js +28 -13
  53. package/FilledInput/filledInputClasses.d.ts +40 -40
  54. package/FormControl/formControlClasses.d.ts +14 -14
  55. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  56. package/FormGroup/formGroupClasses.d.ts +12 -12
  57. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  58. package/FormLabel/formLabelClasses.d.ts +22 -22
  59. package/Grid/gridClasses.d.ts +48 -48
  60. package/Icon/iconClasses.d.ts +24 -24
  61. package/IconButton/iconButtonClasses.d.ts +26 -26
  62. package/ImageList/imageListClasses.d.ts +16 -16
  63. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  64. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  65. package/Input/Input.js +1 -1
  66. package/Input/inputClasses.d.ts +34 -34
  67. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  68. package/InputBase/InputBase.js +2 -2
  69. package/InputBase/inputBaseClasses.d.ts +44 -44
  70. package/InputLabel/inputLabelClasses.d.ts +32 -32
  71. package/LinearProgress/LinearProgress.js +6 -2
  72. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  73. package/Link/getTextDecoration.d.ts +15 -15
  74. package/Link/linkClasses.d.ts +18 -18
  75. package/List/listClasses.d.ts +14 -14
  76. package/ListItem/listItemClasses.d.ts +30 -30
  77. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  78. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  79. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  80. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  81. package/ListItemText/listItemTextClasses.d.ts +18 -18
  82. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  83. package/Menu/menuClasses.d.ts +12 -12
  84. package/MenuItem/menuItemClasses.d.ts +20 -20
  85. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  86. package/Modal/Modal.d.ts +2 -0
  87. package/Modal/Modal.js +25 -8
  88. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  89. package/OutlinedInput/OutlinedInput.js +40 -10
  90. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  91. package/Pagination/paginationClasses.d.ts +14 -14
  92. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  93. package/Paper/paperClasses.d.ts +39 -39
  94. package/Popover/popoverClasses.d.ts +10 -10
  95. package/Popper/Popper.d.ts +29 -29
  96. package/Radio/radioClasses.d.ts +16 -16
  97. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  98. package/RadioGroup/useRadioGroup.d.ts +4 -4
  99. package/Rating/ratingClasses.d.ts +40 -40
  100. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  101. package/Select/Select.d.ts +1 -1
  102. package/Select/Select.js +1 -1
  103. package/Select/selectClasses.d.ts +30 -30
  104. package/Skeleton/Skeleton.js +8 -3
  105. package/Skeleton/skeletonClasses.d.ts +24 -24
  106. package/Slider/Slider.js +21 -21
  107. package/Snackbar/snackbarClasses.d.ts +20 -20
  108. package/SnackbarContent/SnackbarContent.js +3 -3
  109. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  110. package/SpeedDial/speedDialClasses.d.ts +22 -22
  111. package/SpeedDialAction/SpeedDialAction.js +7 -7
  112. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  113. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  114. package/Step/StepContext.d.ts +20 -20
  115. package/Step/stepClasses.d.ts +16 -16
  116. package/StepButton/stepButtonClasses.d.ts +14 -14
  117. package/StepConnector/StepConnector.js +14 -11
  118. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  119. package/StepContent/StepContent.js +1 -1
  120. package/StepContent/stepContentClasses.d.ts +12 -12
  121. package/StepIcon/stepIconClasses.d.ts +16 -16
  122. package/StepLabel/stepLabelClasses.d.ts +28 -28
  123. package/Stepper/StepperContext.d.ts +18 -18
  124. package/Stepper/stepperClasses.d.ts +14 -14
  125. package/SvgIcon/svgIconClasses.d.ts +24 -24
  126. package/Switch/Switch.js +11 -11
  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.js +5 -5
  133. package/TableCell/tableCellClasses.d.ts +32 -32
  134. package/TableContainer/tableContainerClasses.d.ts +8 -8
  135. package/TableFooter/tableFooterClasses.d.ts +8 -8
  136. package/TableHead/tableHeadClasses.d.ts +8 -8
  137. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  138. package/TableRow/tableRowClasses.d.ts +16 -16
  139. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  140. package/Tabs/Tabs.js +16 -18
  141. package/Tabs/tabsClasses.d.ts +32 -32
  142. package/TextField/textFieldClasses.d.ts +8 -8
  143. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  144. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  145. package/Toolbar/toolbarClasses.d.ts +14 -14
  146. package/Tooltip/Tooltip.js +1 -1
  147. package/Tooltip/tooltipClasses.d.ts +30 -30
  148. package/Typography/typographyClasses.d.ts +50 -50
  149. package/className/index.d.ts +1 -1
  150. package/darkScrollbar/index.d.ts +28 -28
  151. package/index.js +1 -1
  152. package/internal/switchBaseClasses.d.ts +12 -12
  153. package/legacy/Alert/Alert.js +19 -11
  154. package/legacy/AppBar/AppBar.js +23 -4
  155. package/legacy/Autocomplete/Autocomplete.js +12 -8
  156. package/legacy/Avatar/Avatar.js +7 -4
  157. package/legacy/Badge/Badge.js +2 -2
  158. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  159. package/legacy/Chip/Chip.js +31 -30
  160. package/legacy/Dialog/Dialog.js +11 -6
  161. package/legacy/FilledInput/FilledInput.js +28 -14
  162. package/legacy/Input/Input.js +1 -1
  163. package/legacy/InputBase/InputBase.js +2 -2
  164. package/legacy/LinearProgress/LinearProgress.js +6 -2
  165. package/legacy/Modal/Modal.js +23 -7
  166. package/legacy/OutlinedInput/OutlinedInput.js +36 -9
  167. package/legacy/Select/Select.js +1 -1
  168. package/legacy/Skeleton/Skeleton.js +2 -2
  169. package/legacy/Slider/Slider.js +21 -21
  170. package/legacy/SnackbarContent/SnackbarContent.js +3 -3
  171. package/legacy/SpeedDialAction/SpeedDialAction.js +7 -7
  172. package/legacy/StepConnector/StepConnector.js +2 -1
  173. package/legacy/StepContent/StepContent.js +1 -1
  174. package/legacy/Switch/Switch.js +11 -11
  175. package/legacy/TableCell/TableCell.js +5 -5
  176. package/legacy/Tabs/Tabs.js +16 -18
  177. package/legacy/Tooltip/Tooltip.js +1 -1
  178. package/legacy/index.js +1 -1
  179. package/legacy/styles/CssVarsProvider.js +10 -8
  180. package/legacy/styles/experimental_extendTheme.js +170 -19
  181. package/locale/index.d.ts +71 -71
  182. package/modern/Alert/Alert.js +19 -11
  183. package/modern/AppBar/AppBar.js +22 -5
  184. package/modern/Autocomplete/Autocomplete.js +11 -7
  185. package/modern/Avatar/Avatar.js +7 -4
  186. package/modern/Badge/Badge.js +2 -2
  187. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  188. package/modern/Chip/Chip.js +31 -30
  189. package/modern/Dialog/Dialog.js +11 -6
  190. package/modern/FilledInput/FilledInput.js +27 -12
  191. package/modern/Input/Input.js +1 -1
  192. package/modern/InputBase/InputBase.js +2 -2
  193. package/modern/LinearProgress/LinearProgress.js +6 -2
  194. package/modern/Modal/Modal.js +24 -7
  195. package/modern/OutlinedInput/OutlinedInput.js +40 -10
  196. package/modern/Select/Select.js +1 -1
  197. package/modern/Skeleton/Skeleton.js +7 -2
  198. package/modern/Slider/Slider.js +21 -21
  199. package/modern/SnackbarContent/SnackbarContent.js +3 -3
  200. package/modern/SpeedDialAction/SpeedDialAction.js +7 -7
  201. package/modern/StepConnector/StepConnector.js +14 -11
  202. package/modern/StepContent/StepContent.js +1 -1
  203. package/modern/Switch/Switch.js +11 -11
  204. package/modern/TableCell/TableCell.js +5 -5
  205. package/modern/Tabs/Tabs.js +16 -18
  206. package/modern/Tooltip/Tooltip.js +1 -1
  207. package/modern/index.js +1 -1
  208. package/modern/styles/CssVarsProvider.js +6 -6
  209. package/modern/styles/experimental_extendTheme.js +166 -20
  210. package/node/Alert/Alert.js +19 -11
  211. package/node/AppBar/AppBar.js +22 -5
  212. package/node/Autocomplete/Autocomplete.js +12 -8
  213. package/node/Avatar/Avatar.js +7 -4
  214. package/node/Badge/Badge.js +2 -2
  215. package/node/BottomNavigation/BottomNavigation.js +0 -0
  216. package/node/Chip/Chip.js +31 -30
  217. package/node/Dialog/Dialog.js +11 -6
  218. package/node/FilledInput/FilledInput.js +28 -13
  219. package/node/Input/Input.js +1 -1
  220. package/node/InputBase/InputBase.js +2 -2
  221. package/node/LinearProgress/LinearProgress.js +6 -2
  222. package/node/Modal/Modal.js +25 -8
  223. package/node/OutlinedInput/OutlinedInput.js +38 -10
  224. package/node/Select/Select.js +1 -1
  225. package/node/Skeleton/Skeleton.js +7 -2
  226. package/node/Slider/Slider.js +21 -21
  227. package/node/SnackbarContent/SnackbarContent.js +3 -3
  228. package/node/SpeedDialAction/SpeedDialAction.js +7 -7
  229. package/node/StepConnector/StepConnector.js +14 -11
  230. package/node/StepContent/StepContent.js +1 -1
  231. package/node/Switch/Switch.js +11 -11
  232. package/node/TableCell/TableCell.js +5 -5
  233. package/node/Tabs/Tabs.js +16 -18
  234. package/node/Tooltip/Tooltip.js +1 -1
  235. package/node/index.js +1 -1
  236. package/node/styles/CssVarsProvider.js +11 -6
  237. package/node/styles/experimental_extendTheme.js +167 -19
  238. package/package.json +7 -7
  239. package/styles/CssVarsProvider.d.ts +14 -28
  240. package/styles/CssVarsProvider.js +10 -6
  241. package/styles/createPalette.d.ts +0 -26
  242. package/styles/experimental_extendTheme.d.ts +238 -35
  243. package/styles/experimental_extendTheme.js +166 -20
  244. package/styles/index.d.ts +24 -1
  245. package/themeCssVarsAugmentation/index.d.ts +30 -0
  246. package/transitions/index.d.ts +1 -1
  247. package/transitions/transition.d.ts +13 -13
  248. package/transitions/utils.d.ts +23 -23
  249. package/umd/material-ui.development.js +954 -471
  250. package/umd/material-ui.production.min.js +27 -22
  251. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  252. package/useTouchRipple/index.d.ts +1 -1
  253. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  254. package/utils/getScrollbarSize.d.ts +2 -2
  255. package/utils/ownerDocument.d.ts +2 -2
  256. package/utils/ownerWindow.d.ts +2 -2
  257. package/utils/setRef.d.ts +2 -2
@@ -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 declare 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 declare 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 declare 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 declare type DrawerClassKey = keyof DrawerClasses;
28
+ export declare function getDrawerUtilityClass(slot: string): string;
29
+ declare const drawerClasses: DrawerClasses;
30
+ export default drawerClasses;
@@ -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;
@@ -39,36 +39,38 @@ const FilledInputRoot = styled(InputBaseRoot, {
39
39
  theme,
40
40
  ownerState
41
41
  }) => {
42
- var _theme$palette;
42
+ var _palette;
43
43
 
44
44
  const light = theme.palette.mode === 'light';
45
45
  const bottomLineColor = light ? 'rgba(0, 0, 0, 0.42)' : 'rgba(255, 255, 255, 0.7)';
46
46
  const backgroundColor = light ? 'rgba(0, 0, 0, 0.06)' : 'rgba(255, 255, 255, 0.09)';
47
+ const hoverBackground = light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.13)';
48
+ const disabledBackground = light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)';
47
49
  return _extends({
48
50
  position: 'relative',
49
- backgroundColor,
50
- borderTopLeftRadius: theme.shape.borderRadius,
51
- borderTopRightRadius: theme.shape.borderRadius,
51
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor,
52
+ borderTopLeftRadius: (theme.vars || theme).shape.borderRadius,
53
+ borderTopRightRadius: (theme.vars || theme).shape.borderRadius,
52
54
  transition: theme.transitions.create('background-color', {
53
55
  duration: theme.transitions.duration.shorter,
54
56
  easing: theme.transitions.easing.easeOut
55
57
  }),
56
58
  '&:hover': {
57
- backgroundColor: light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.13)',
59
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.hoverBg : hoverBackground,
58
60
  // Reset on touch devices, it doesn't add specificity
59
61
  '@media (hover: none)': {
60
- backgroundColor
62
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor
61
63
  }
62
64
  },
63
65
  [`&.${filledInputClasses.focused}`]: {
64
- backgroundColor
66
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.bg : backgroundColor
65
67
  },
66
68
  [`&.${filledInputClasses.disabled}`]: {
67
- backgroundColor: light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)'
69
+ backgroundColor: theme.vars ? theme.vars.palette.FilledInput.disabledBg : disabledBackground
68
70
  }
69
71
  }, !ownerState.disableUnderline && {
70
72
  '&:after': {
71
- borderBottom: `2px solid ${(_theme$palette = theme.palette[ownerState.color || 'primary']) == null ? void 0 : _theme$palette.main}`,
73
+ borderBottom: `2px solid ${(_palette = (theme.vars || theme).palette[ownerState.color || 'primary']) == null ? void 0 : _palette.main}`,
72
74
  left: 0,
73
75
  bottom: 0,
74
76
  // Doing the other way around crash on IE11 "''" https://github.com/cssinjs/jss/issues/242
@@ -89,12 +91,12 @@ const FilledInputRoot = styled(InputBaseRoot, {
89
91
  transform: 'scaleX(1) translateX(0)'
90
92
  },
91
93
  [`&.${filledInputClasses.error}:after`]: {
92
- borderBottomColor: theme.palette.error.main,
94
+ borderBottomColor: (theme.vars || theme).palette.error.main,
93
95
  transform: 'scaleX(1)' // error is always underlined in red
94
96
 
95
97
  },
96
98
  '&:before': {
97
- borderBottom: `1px solid ${bottomLineColor}`,
99
+ borderBottom: `1px solid ${theme.vars ? `rgba(${theme.vars.palette.common.onBackgroundChannel} / ${theme.vars.opacity.inputUnderline})` : bottomLineColor}`,
98
100
  left: 0,
99
101
  bottom: 0,
100
102
  // Doing the other way around crash on IE11 "''" https://github.com/cssinjs/jss/issues/242
@@ -108,7 +110,7 @@ const FilledInputRoot = styled(InputBaseRoot, {
108
110
 
109
111
  },
110
112
  [`&:hover:not(.${filledInputClasses.disabled}):before`]: {
111
- borderBottom: `1px solid ${theme.palette.text.primary}`
113
+ borderBottom: `1px solid ${(theme.vars || theme).palette.text.primary}`
112
114
  },
113
115
  [`&.${filledInputClasses.disabled}:before`]: {
114
116
  borderBottomStyle: 'dotted'
@@ -138,7 +140,8 @@ const FilledInputInput = styled(InputBaseInput, {
138
140
  paddingTop: 25,
139
141
  paddingRight: 12,
140
142
  paddingBottom: 8,
141
- paddingLeft: 12,
143
+ paddingLeft: 12
144
+ }, !theme.vars && {
142
145
  '&:-webkit-autofill': {
143
146
  WebkitBoxShadow: theme.palette.mode === 'light' ? null : '0 0 0 100px #266798 inset',
144
147
  WebkitTextFillColor: theme.palette.mode === 'light' ? null : '#fff',
@@ -146,6 +149,18 @@ const FilledInputInput = styled(InputBaseInput, {
146
149
  borderTopLeftRadius: 'inherit',
147
150
  borderTopRightRadius: 'inherit'
148
151
  }
152
+ }, theme.vars && {
153
+ '&:-webkit-autofill': {
154
+ borderTopLeftRadius: 'inherit',
155
+ borderTopRightRadius: 'inherit'
156
+ },
157
+ [theme.getColorSchemeSelector('dark')]: {
158
+ '&:-webkit-autofill': {
159
+ WebkitBoxShadow: '0 0 0 100px #266798 inset',
160
+ WebkitTextFillColor: '#fff',
161
+ caretColor: '#fff'
162
+ }
163
+ }
149
164
  }, ownerState.size === 'small' && {
150
165
  paddingTop: 21,
151
166
  paddingBottom: 4
@@ -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,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;