@mui/material 5.4.2 → 5.5.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 (259) 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/AvatarGroup.js +4 -2
  11. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  12. package/BottomNavigation/BottomNavigation.js +0 -0
  13. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  14. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  15. package/Box/Box.js +1 -1
  16. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  17. package/Button/buttonClasses.d.ts +76 -76
  18. package/ButtonBase/ButtonBase.d.ts +1 -1
  19. package/ButtonBase/ButtonBase.js +1 -1
  20. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  21. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  22. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  23. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  24. package/CHANGELOG.md +196 -2
  25. package/Card/cardClasses.d.ts +8 -8
  26. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  27. package/CardActions/cardActionsClasses.d.ts +10 -10
  28. package/CardContent/cardContentClasses.d.ts +8 -8
  29. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  30. package/CardMedia/cardMediaClasses.d.ts +12 -12
  31. package/Checkbox/checkboxClasses.d.ts +18 -18
  32. package/Chip/Chip.js +1 -0
  33. package/Chip/chipClasses.d.ts +80 -80
  34. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  35. package/ClickAwayListener/index.d.ts +2 -2
  36. package/Collapse/collapseClasses.d.ts +18 -18
  37. package/Container/containerClasses.d.ts +22 -22
  38. package/Dialog/Dialog.d.ts +4 -1
  39. package/Dialog/Dialog.js +10 -6
  40. package/Dialog/DialogContext.d.ts +6 -6
  41. package/Dialog/dialogClasses.d.ts +36 -36
  42. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  43. package/DialogContent/dialogContentClasses.d.ts +10 -10
  44. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  45. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  46. package/Divider/dividerClasses.d.ts +34 -34
  47. package/Drawer/Drawer.d.ts +4 -1
  48. package/Drawer/Drawer.js +11 -9
  49. package/Drawer/drawerClasses.d.ts +30 -30
  50. package/Fab/fabClasses.d.ts +26 -26
  51. package/Fade/Fade.d.ts +2 -2
  52. package/Fade/Fade.js +8 -8
  53. package/FilledInput/filledInputClasses.d.ts +40 -40
  54. package/FilledInput/filledInputClasses.js +5 -1
  55. package/FormControl/formControlClasses.d.ts +14 -14
  56. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  57. package/FormGroup/formGroupClasses.d.ts +12 -12
  58. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  59. package/FormLabel/formLabelClasses.d.ts +22 -22
  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/imageListItemClasses.d.ts +18 -18
  65. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  66. package/Input/inputClasses.d.ts +34 -34
  67. package/Input/inputClasses.js +5 -1
  68. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  69. package/InputBase/inputBaseClasses.d.ts +44 -44
  70. package/InputLabel/inputLabelClasses.d.ts +32 -32
  71. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  72. package/Link/linkClasses.d.ts +18 -18
  73. package/List/listClasses.d.ts +14 -14
  74. package/ListItem/listItemClasses.d.ts +30 -30
  75. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  76. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  77. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  78. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  79. package/ListItemText/listItemTextClasses.d.ts +18 -18
  80. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  81. package/Menu/menuClasses.d.ts +12 -12
  82. package/MenuItem/menuItemClasses.d.ts +20 -20
  83. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  84. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  85. package/OutlinedInput/NotchedOutline.js +3 -1
  86. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  87. package/OutlinedInput/outlinedInputClasses.js +5 -1
  88. package/Pagination/paginationClasses.d.ts +14 -14
  89. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  90. package/Paper/paperClasses.d.ts +39 -39
  91. package/Popover/popoverClasses.d.ts +10 -10
  92. package/Popper/Popper.d.ts +17 -17
  93. package/Popper/Popper.js +1 -1
  94. package/README.md +1 -1
  95. package/Radio/radioClasses.d.ts +16 -16
  96. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  97. package/RadioGroup/useRadioGroup.d.ts +4 -4
  98. package/Rating/ratingClasses.d.ts +40 -40
  99. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  100. package/Select/Select.d.ts +2 -0
  101. package/Select/selectClasses.d.ts +30 -30
  102. package/Skeleton/skeletonClasses.d.ts +24 -24
  103. package/Slide/Slide.d.ts +4 -4
  104. package/Slide/Slide.js +14 -14
  105. package/Snackbar/Snackbar.d.ts +2 -2
  106. package/Snackbar/Snackbar.js +8 -8
  107. package/Snackbar/snackbarClasses.d.ts +20 -20
  108. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  109. package/SpeedDial/SpeedDial.d.ts +2 -2
  110. package/SpeedDial/SpeedDial.js +9 -7
  111. package/SpeedDial/speedDialClasses.d.ts +22 -22
  112. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  113. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  114. package/Step/StepContext.d.ts +20 -0
  115. package/Step/StepContext.js +10 -2
  116. package/Step/index.d.ts +3 -0
  117. package/Step/index.js +3 -1
  118. package/Step/stepClasses.d.ts +16 -16
  119. package/StepButton/stepButtonClasses.d.ts +14 -14
  120. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  121. package/StepContent/stepContentClasses.d.ts +12 -12
  122. package/StepIcon/stepIconClasses.d.ts +16 -16
  123. package/StepLabel/stepLabelClasses.d.ts +28 -28
  124. package/Stepper/stepperClasses.d.ts +14 -14
  125. package/SvgIcon/SvgIcon.js +1 -0
  126. package/SvgIcon/svgIconClasses.d.ts +24 -24
  127. package/SwipeableDrawer/SwipeableDrawer.js +8 -6
  128. package/Switch/switchClasses.d.ts +32 -32
  129. package/Tab/tabClasses.d.ts +26 -26
  130. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  131. package/Table/tableClasses.d.ts +10 -10
  132. package/TableBody/tableBodyClasses.d.ts +8 -8
  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/tabsClasses.d.ts +32 -32
  141. package/TextField/textFieldClasses.d.ts +8 -8
  142. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  143. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  144. package/Toolbar/toolbarClasses.d.ts +14 -14
  145. package/Tooltip/tooltipClasses.d.ts +30 -30
  146. package/Typography/typographyClasses.d.ts +50 -50
  147. package/Zoom/Zoom.d.ts +2 -2
  148. package/Zoom/Zoom.js +8 -8
  149. package/className/index.d.ts +8 -0
  150. package/className/index.js +9 -0
  151. package/className/package.json +6 -0
  152. package/darkScrollbar/index.d.ts +28 -28
  153. package/index.js +1 -1
  154. package/internal/switchBaseClasses.d.ts +12 -12
  155. package/legacy/AvatarGroup/AvatarGroup.js +4 -2
  156. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  157. package/legacy/Box/Box.js +1 -1
  158. package/legacy/ButtonBase/ButtonBase.js +1 -1
  159. package/legacy/Chip/Chip.js +1 -0
  160. package/legacy/Dialog/Dialog.js +10 -6
  161. package/legacy/Drawer/Drawer.js +11 -9
  162. package/legacy/Fade/Fade.js +8 -8
  163. package/legacy/FilledInput/filledInputClasses.js +5 -1
  164. package/legacy/Input/inputClasses.js +5 -1
  165. package/legacy/OutlinedInput/NotchedOutline.js +3 -1
  166. package/legacy/OutlinedInput/outlinedInputClasses.js +5 -1
  167. package/legacy/Popper/Popper.js +1 -1
  168. package/legacy/Slide/Slide.js +14 -14
  169. package/legacy/Snackbar/Snackbar.js +8 -8
  170. package/legacy/SpeedDial/SpeedDial.js +9 -7
  171. package/legacy/Step/StepContext.js +10 -2
  172. package/legacy/Step/index.js +3 -1
  173. package/legacy/SvgIcon/SvgIcon.js +1 -0
  174. package/legacy/SwipeableDrawer/SwipeableDrawer.js +8 -6
  175. package/legacy/Zoom/Zoom.js +8 -8
  176. package/legacy/className/index.js +9 -0
  177. package/legacy/index.js +1 -1
  178. package/legacy/locale/index.js +268 -78
  179. package/legacy/styles/makeStyles.js +1 -1
  180. package/legacy/styles/withStyles.js +1 -1
  181. package/legacy/styles/withTheme.js +1 -1
  182. package/legacy/utils/index.js +10 -2
  183. package/locale/index.d.ts +70 -68
  184. package/locale/index.js +192 -6
  185. package/modern/AvatarGroup/AvatarGroup.js +4 -2
  186. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  187. package/modern/Box/Box.js +1 -1
  188. package/modern/ButtonBase/ButtonBase.js +1 -1
  189. package/modern/Chip/Chip.js +1 -0
  190. package/modern/Dialog/Dialog.js +10 -6
  191. package/modern/Drawer/Drawer.js +11 -9
  192. package/modern/Fade/Fade.js +8 -8
  193. package/modern/FilledInput/filledInputClasses.js +5 -1
  194. package/modern/Input/inputClasses.js +5 -1
  195. package/modern/OutlinedInput/NotchedOutline.js +3 -1
  196. package/modern/OutlinedInput/outlinedInputClasses.js +5 -1
  197. package/modern/Popper/Popper.js +1 -1
  198. package/modern/Slide/Slide.js +14 -14
  199. package/modern/Snackbar/Snackbar.js +8 -8
  200. package/modern/SpeedDial/SpeedDial.js +9 -7
  201. package/modern/Step/StepContext.js +10 -2
  202. package/modern/Step/index.js +3 -1
  203. package/modern/SvgIcon/SvgIcon.js +1 -0
  204. package/modern/SwipeableDrawer/SwipeableDrawer.js +8 -6
  205. package/modern/Zoom/Zoom.js +8 -8
  206. package/modern/className/index.js +9 -0
  207. package/modern/index.js +1 -1
  208. package/modern/locale/index.js +192 -6
  209. package/modern/styles/makeStyles.js +1 -1
  210. package/modern/styles/withStyles.js +1 -1
  211. package/modern/styles/withTheme.js +1 -1
  212. package/modern/utils/index.js +10 -2
  213. package/node/AvatarGroup/AvatarGroup.js +4 -2
  214. package/node/BottomNavigation/BottomNavigation.js +0 -0
  215. package/node/Box/Box.js +2 -2
  216. package/node/ButtonBase/ButtonBase.js +1 -1
  217. package/node/Chip/Chip.js +1 -0
  218. package/node/Dialog/Dialog.js +11 -7
  219. package/node/Drawer/Drawer.js +11 -10
  220. package/node/Fade/Fade.js +7 -9
  221. package/node/FilledInput/filledInputClasses.js +7 -1
  222. package/node/Input/inputClasses.js +7 -1
  223. package/node/OutlinedInput/NotchedOutline.js +3 -1
  224. package/node/OutlinedInput/outlinedInputClasses.js +7 -1
  225. package/node/Popper/Popper.js +1 -1
  226. package/node/Slide/Slide.js +14 -16
  227. package/node/Snackbar/Snackbar.js +8 -9
  228. package/node/SpeedDial/SpeedDial.js +9 -7
  229. package/node/Step/StepContext.js +11 -1
  230. package/node/Step/index.js +22 -1
  231. package/node/SvgIcon/SvgIcon.js +1 -0
  232. package/node/SwipeableDrawer/SwipeableDrawer.js +8 -7
  233. package/node/Zoom/Zoom.js +7 -9
  234. package/node/className/index.js +13 -0
  235. package/node/index.js +1 -1
  236. package/node/locale/index.js +197 -9
  237. package/node/styles/makeStyles.js +1 -1
  238. package/node/styles/withStyles.js +1 -1
  239. package/node/styles/withTheme.js +1 -1
  240. package/node/utils/index.js +13 -7
  241. package/package.json +6 -6
  242. package/styles/components.d.ts +0 -339
  243. package/styles/makeStyles.js +1 -1
  244. package/styles/withStyles.js +1 -1
  245. package/styles/withTheme.js +1 -1
  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 +9242 -9030
  250. package/umd/material-ui.production.min.js +21 -21
  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/index.d.ts +1 -1
  256. package/utils/index.js +10 -2
  257. package/utils/ownerDocument.d.ts +2 -2
  258. package/utils/ownerWindow.d.ts +2 -2
  259. package/utils/setRef.d.ts +2 -2
@@ -8,7 +8,6 @@ import { elementAcceptingRef, HTMLElementType, chainPropTypes } from '@mui/utils
8
8
  import debounce from '../utils/debounce';
9
9
  import useForkRef from '../utils/useForkRef';
10
10
  import useTheme from '../styles/useTheme';
11
- import { duration, easing } from '../styles/createTransitions';
12
11
  import { reflow, getTransitionProps } from '../transitions/utils';
13
12
  import { ownerWindow } from '../utils'; // Translate the node so it can't be seen on the screen.
14
13
  // Later, we're going to translate the node back to its original location with `none`.
@@ -82,20 +81,22 @@ export function setTranslateValue(direction, node, containerProp) {
82
81
  node.style.transform = transform;
83
82
  }
84
83
  }
85
- const defaultEasing = {
86
- enter: easing.easeOut,
87
- exit: easing.sharp
88
- };
89
- const defaultTimeout = {
90
- enter: duration.enteringScreen,
91
- exit: duration.leavingScreen
92
- };
93
84
  /**
94
85
  * The Slide transition is used by the [Drawer](/components/drawers/) component.
95
86
  * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
96
87
  */
97
88
 
98
89
  const Slide = /*#__PURE__*/React.forwardRef(function Slide(props, ref) {
90
+ const theme = useTheme();
91
+ const defaultEasing = {
92
+ enter: theme.transitions.easing.easeOut,
93
+ exit: theme.transitions.easing.sharp
94
+ };
95
+ const defaultTimeout = {
96
+ enter: theme.transitions.duration.enteringScreen,
97
+ exit: theme.transitions.duration.leavingScreen
98
+ };
99
+
99
100
  const {
100
101
  addEndListener,
101
102
  appear = true,
@@ -117,7 +118,6 @@ const Slide = /*#__PURE__*/React.forwardRef(function Slide(props, ref) {
117
118
  } = props,
118
119
  other = _objectWithoutPropertiesLoose(props, _excluded);
119
120
 
120
- const theme = useTheme();
121
121
  const childrenRef = React.useRef(null);
122
122
  const handleRefIntermediary = useForkRef(children.ref, childrenRef);
123
123
  const handleRef = useForkRef(handleRefIntermediary, ref);
@@ -305,8 +305,8 @@ process.env.NODE_ENV !== "production" ? Slide.propTypes
305
305
  * The transition timing function.
306
306
  * You may specify a single easing or a object containing enter and exit values.
307
307
  * @default {
308
- * enter: easing.easeOut,
309
- * exit: easing.sharp,
308
+ * enter: theme.transitions.easing.easeOut,
309
+ * exit: theme.transitions.easing.sharp,
310
310
  * }
311
311
  */
312
312
  easing: PropTypes.oneOfType([PropTypes.shape({
@@ -358,8 +358,8 @@ process.env.NODE_ENV !== "production" ? Slide.propTypes
358
358
  * The duration for the transition, in milliseconds.
359
359
  * You may specify a single timeout for all transitions, or individually with an object.
360
360
  * @default {
361
- * enter: duration.enteringScreen,
362
- * exit: duration.leavingScreen,
361
+ * enter: theme.transitions.duration.enteringScreen,
362
+ * exit: theme.transitions.duration.leavingScreen,
363
363
  * }
364
364
  */
365
365
  timeout: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
@@ -10,7 +10,6 @@ import ClickAwayListener from '@mui/base/ClickAwayListener';
10
10
  import styled from '../styles/styled';
11
11
  import useTheme from '../styles/useTheme';
12
12
  import useThemeProps from '../styles/useThemeProps';
13
- import { duration } from '../styles/createTransitions';
14
13
  import useEventCallback from '../utils/useEventCallback';
15
14
  import capitalize from '../utils/capitalize';
16
15
  import Grow from '../Grow';
@@ -93,6 +92,11 @@ const Snackbar = /*#__PURE__*/React.forwardRef(function Snackbar(inProps, ref) {
93
92
  props: inProps,
94
93
  name: 'MuiSnackbar'
95
94
  });
95
+ const theme = useTheme();
96
+ const defaultTransitionDuration = {
97
+ enter: theme.transitions.duration.enteringScreen,
98
+ exit: theme.transitions.duration.leavingScreen
99
+ };
96
100
 
97
101
  const {
98
102
  action,
@@ -118,10 +122,7 @@ const Snackbar = /*#__PURE__*/React.forwardRef(function Snackbar(inProps, ref) {
118
122
  open,
119
123
  resumeHideDuration,
120
124
  TransitionComponent = Grow,
121
- transitionDuration = {
122
- enter: duration.enteringScreen,
123
- exit: duration.leavingScreen
124
- },
125
+ transitionDuration = defaultTransitionDuration,
125
126
  TransitionProps: {
126
127
  onEnter,
127
128
  onExited
@@ -130,7 +131,6 @@ const Snackbar = /*#__PURE__*/React.forwardRef(function Snackbar(inProps, ref) {
130
131
  TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded),
131
132
  other = _objectWithoutPropertiesLoose(props, _excluded2);
132
133
 
133
- const theme = useTheme();
134
134
  const isRtl = theme.direction === 'rtl';
135
135
 
136
136
  const ownerState = _extends({}, props, {
@@ -449,8 +449,8 @@ process.env.NODE_ENV !== "production" ? Snackbar.propTypes
449
449
  * The duration for the transition, in milliseconds.
450
450
  * You may specify a single timeout for all transitions, or individually with an object.
451
451
  * @default {
452
- * enter: duration.enteringScreen,
453
- * exit: duration.leavingScreen,
452
+ * enter: theme.transitions.duration.enteringScreen,
453
+ * exit: theme.transitions.duration.leavingScreen,
454
454
  * }
455
455
  */
456
456
  transitionDuration: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
@@ -10,7 +10,7 @@ import clsx from 'clsx';
10
10
  import { unstable_composeClasses as composeClasses } from '@mui/base';
11
11
  import styled from '../styles/styled';
12
12
  import useThemeProps from '../styles/useThemeProps';
13
- import { duration } from '../styles/createTransitions';
13
+ import useTheme from '../styles/useTheme';
14
14
  import Zoom from '../Zoom';
15
15
  import Fab from '../Fab';
16
16
  import capitalize from '../utils/capitalize';
@@ -137,6 +137,11 @@ const SpeedDial = /*#__PURE__*/React.forwardRef(function SpeedDial(inProps, ref)
137
137
  props: inProps,
138
138
  name: 'MuiSpeedDial'
139
139
  });
140
+ const theme = useTheme();
141
+ const defaultTransitionDuration = {
142
+ enter: theme.transitions.duration.enteringScreen,
143
+ exit: theme.transitions.duration.leavingScreen
144
+ };
140
145
 
141
146
  const {
142
147
  ariaLabel,
@@ -157,10 +162,7 @@ const SpeedDial = /*#__PURE__*/React.forwardRef(function SpeedDial(inProps, ref)
157
162
  onOpen,
158
163
  open: openProp,
159
164
  TransitionComponent = Zoom,
160
- transitionDuration = {
161
- enter: duration.enteringScreen,
162
- exit: duration.leavingScreen
163
- },
165
+ transitionDuration = defaultTransitionDuration,
164
166
  TransitionProps
165
167
  } = props,
166
168
  FabProps = _objectWithoutPropertiesLoose(props.FabProps, _excluded),
@@ -542,8 +544,8 @@ process.env.NODE_ENV !== "production" ? SpeedDial.propTypes
542
544
  * The duration for the transition, in milliseconds.
543
545
  * You may specify a single timeout for all transitions, or individually with an object.
544
546
  * @default {
545
- * enter: duration.enteringScreen,
546
- * exit: duration.leavingScreen,
547
+ * enter: theme.transitions.duration.enteringScreen,
548
+ * exit: theme.transitions.duration.leavingScreen,
547
549
  * }
548
550
  */
549
551
  transitionDuration: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
@@ -1,12 +1,20 @@
1
1
  import * as React from 'react';
2
+
2
3
  /**
3
- * @ignore - internal component.
4
+ * Provides information about the current step in Stepper.
4
5
  */
5
-
6
6
  const StepContext = /*#__PURE__*/React.createContext({});
7
7
 
8
8
  if (process.env.NODE_ENV !== 'production') {
9
9
  StepContext.displayName = 'StepContext';
10
10
  }
11
+ /**
12
+ * Returns the current StepContext or an empty object if no StepContext
13
+ * has been defined in the component tree.
14
+ */
15
+
11
16
 
17
+ export function useStepContext() {
18
+ return React.useContext(StepContext);
19
+ }
12
20
  export default StepContext;
@@ -1,3 +1,5 @@
1
1
  export { default } from './Step';
2
2
  export { default as stepClasses } from './stepClasses';
3
- export * from './stepClasses';
3
+ export * from './stepClasses';
4
+ export { default as StepContext } from './StepContext';
5
+ export * from './StepContext';
@@ -82,6 +82,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
82
82
  color,
83
83
  component,
84
84
  fontSize,
85
+ instanceFontSize: inProps.fontSize,
85
86
  inheritViewBox,
86
87
  viewBox
87
88
  });
@@ -12,7 +12,6 @@ import ownerDocument from '../utils/ownerDocument';
12
12
  import ownerWindow from '../utils/ownerWindow';
13
13
  import useEventCallback from '../utils/useEventCallback';
14
14
  import useEnhancedEffect from '../utils/useEnhancedEffect';
15
- import { duration } from '../styles/createTransitions';
16
15
  import useTheme from '../styles/useTheme';
17
16
  import { getTransitionProps } from '../transitions/utils';
18
17
  import SwipeArea from './SwipeArea'; // This value is closed to what browsers are using internally to
@@ -125,16 +124,16 @@ function computeHasNativeHandler({
125
124
  }
126
125
 
127
126
  const iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);
128
- const transitionDurationDefault = {
129
- enter: duration.enteringScreen,
130
- exit: duration.leavingScreen
131
- };
132
127
  const SwipeableDrawer = /*#__PURE__*/React.forwardRef(function SwipeableDrawer(inProps, ref) {
133
128
  const props = useThemeProps({
134
129
  name: 'MuiSwipeableDrawer',
135
130
  props: inProps
136
131
  });
137
132
  const theme = useTheme();
133
+ const transitionDurationDefault = {
134
+ enter: theme.transitions.duration.enteringScreen,
135
+ exit: theme.transitions.duration.leavingScreen
136
+ };
138
137
 
139
138
  const {
140
139
  anchor = 'left',
@@ -612,7 +611,10 @@ process.env.NODE_ENV !== "production" ? SwipeableDrawer.propTypes
612
611
  /**
613
612
  * The duration for the transition, in milliseconds.
614
613
  * You may specify a single timeout for all transitions, or individually with an object.
615
- * @default { enter: duration.enteringScreen, exit: duration.leavingScreen }
614
+ * @default {
615
+ * enter: theme.transitions.duration.enteringScreen,
616
+ * exit: theme.transitions.duration.leavingScreen,
617
+ * }
616
618
  */
617
619
  transitionDuration: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
618
620
  appear: PropTypes.number,
@@ -5,7 +5,6 @@ import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import { Transition } from 'react-transition-group';
7
7
  import { elementAcceptingRef } from '@mui/utils';
8
- import { duration } from '../styles/createTransitions';
9
8
  import useTheme from '../styles/useTheme';
10
9
  import { reflow, getTransitionProps } from '../transitions/utils';
11
10
  import useForkRef from '../utils/useForkRef';
@@ -18,10 +17,6 @@ const styles = {
18
17
  transform: 'none'
19
18
  }
20
19
  };
21
- const defaultTimeout = {
22
- enter: duration.enteringScreen,
23
- exit: duration.leavingScreen
24
- };
25
20
  /**
26
21
  * The Zoom transition can be used for the floating variant of the
27
22
  * [Button](/components/buttons/#floating-action-buttons) component.
@@ -29,6 +24,12 @@ const defaultTimeout = {
29
24
  */
30
25
 
31
26
  const Zoom = /*#__PURE__*/React.forwardRef(function Zoom(props, ref) {
27
+ const theme = useTheme();
28
+ const defaultTimeout = {
29
+ enter: theme.transitions.duration.enteringScreen,
30
+ exit: theme.transitions.duration.leavingScreen
31
+ };
32
+
32
33
  const {
33
34
  addEndListener,
34
35
  appear = true,
@@ -48,7 +49,6 @@ const Zoom = /*#__PURE__*/React.forwardRef(function Zoom(props, ref) {
48
49
  } = props,
49
50
  other = _objectWithoutPropertiesLoose(props, _excluded);
50
51
 
51
- const theme = useTheme();
52
52
  const nodeRef = React.useRef(null);
53
53
  const foreignRef = useForkRef(children.ref, ref);
54
54
  const handleRef = useForkRef(nodeRef, foreignRef);
@@ -213,8 +213,8 @@ process.env.NODE_ENV !== "production" ? Zoom.propTypes
213
213
  * The duration for the transition, in milliseconds.
214
214
  * You may specify a single timeout for all transitions, or individually with an object.
215
215
  * @default {
216
- * enter: duration.enteringScreen,
217
- * exit: duration.leavingScreen,
216
+ * enter: theme.transitions.duration.enteringScreen,
217
+ * exit: theme.transitions.duration.leavingScreen,
218
218
  * }
219
219
  */
220
220
  timeout: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Caution! this module must not include unstyled components import from `@mui/base`, otherwise, it will break the ClassNameGenerator.
3
+ * ❌ import { ... } from '@mui/base';
4
+ * ✅ import { ... } from '@mui/base/utils'; // must be specific base module
5
+ *
6
+ * Issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401
7
+ */
8
+ // eslint-disable-next-line import/prefer-default-export
9
+ export { unstable_ClassNameGenerator } from '@mui/base/className';
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.5.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1500,6 +1500,96 @@ export const hiIN = {
1500
1500
  }
1501
1501
  }
1502
1502
  }
1503
+ }; // Croatian - Hrvatski
1504
+
1505
+ export const hrHR = {
1506
+ components: {
1507
+ MuiBreadcrumbs: {
1508
+ defaultProps: {
1509
+ expandText: 'Pokaži putanju'
1510
+ }
1511
+ },
1512
+ MuiTablePagination: {
1513
+ defaultProps: {
1514
+ getItemAriaLabel: type => {
1515
+ if (type === 'first') {
1516
+ return 'Idi na prvu stranicu';
1517
+ }
1518
+
1519
+ if (type === 'last') {
1520
+ return 'Idi na posljednju stranicu';
1521
+ }
1522
+
1523
+ if (type === 'next') {
1524
+ return 'Idi na sljedeću stranicu';
1525
+ } // if (type === 'previous') {
1526
+
1527
+
1528
+ return 'Idi na prethodnu stranicu';
1529
+ },
1530
+ labelRowsPerPage: 'Redova po stranici:',
1531
+ labelDisplayedRows: ({
1532
+ from,
1533
+ to,
1534
+ count
1535
+ }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
1536
+ }
1537
+ },
1538
+ MuiRating: {
1539
+ defaultProps: {
1540
+ getLabelText: value => {
1541
+ const lastDigit = value % 10;
1542
+ const lastTwoDigits = value % 100;
1543
+
1544
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1545
+ return 'Zvijezde';
1546
+ }
1547
+
1548
+ return 'Zvijezda';
1549
+ },
1550
+ emptyLabelText: 'Prazno'
1551
+ }
1552
+ },
1553
+ MuiAutocomplete: {
1554
+ defaultProps: {
1555
+ clearText: 'Briši',
1556
+ closeText: 'Zatvori',
1557
+ loadingText: 'Učitavanje…',
1558
+ noOptionsText: 'Nema opcija',
1559
+ openText: 'Otvori'
1560
+ }
1561
+ },
1562
+ MuiAlert: {
1563
+ defaultProps: {
1564
+ closeText: 'Zatvori'
1565
+ }
1566
+ },
1567
+ MuiPagination: {
1568
+ defaultProps: {
1569
+ 'aria-label': 'Navigacija po stranicama',
1570
+ getItemAriaLabel: (type, page, selected) => {
1571
+ if (type === 'page') {
1572
+ return `${selected ? '' : 'Idi na '}stranicu ${page}`;
1573
+ }
1574
+
1575
+ if (type === 'first') {
1576
+ return 'Idi na prvu stranicu';
1577
+ }
1578
+
1579
+ if (type === 'last') {
1580
+ return 'Idi na zadnju stranicu';
1581
+ }
1582
+
1583
+ if (type === 'next') {
1584
+ return 'Idi na sljedeću stranicu';
1585
+ } // if (type === 'previous') {
1586
+
1587
+
1588
+ return 'Idi na prethodnu stranicu';
1589
+ }
1590
+ }
1591
+ }
1592
+ }
1503
1593
  };
1504
1594
  export const huHU = {
1505
1595
  components: {
@@ -1813,9 +1903,12 @@ export const itIT = {
1813
1903
 
1814
1904
  return 'Vai alla pagina precedente';
1815
1905
  },
1816
- labelRowsPerPage: 'Righe per pagina:' // labelDisplayedRows: ({ from, to, count }) =>
1817
- // `${from}–${to} di ${count !== -1 ? count : `more than ${to}`}`,
1818
-
1906
+ labelRowsPerPage: 'Righe per pagina:',
1907
+ labelDisplayedRows: ({
1908
+ from,
1909
+ to,
1910
+ count
1911
+ }) => `${from}–${to} di ${count !== -1 ? count : `più di ${to}`}`
1819
1912
  }
1820
1913
  },
1821
1914
  MuiRating: {
@@ -2374,9 +2467,12 @@ export const plPL = {
2374
2467
 
2375
2468
  return 'Przejdź do poprzedniej strony';
2376
2469
  },
2377
- labelRowsPerPage: 'Wierszy na stronę:' // labelDisplayedRows: ({ from, to, count }) =>
2378
- // `${from}–${to} z ${count !== -1 ? count : `more than ${to}`}`,
2379
-
2470
+ labelRowsPerPage: 'Wierszy na stronę:',
2471
+ labelDisplayedRows: ({
2472
+ from,
2473
+ to,
2474
+ count
2475
+ }) => `${from}–${to} z ${count !== -1 ? count : `ponad ${to}`}`
2380
2476
  }
2381
2477
  },
2382
2478
  MuiRating: {
@@ -2673,6 +2769,96 @@ export const roRO = {
2673
2769
  }
2674
2770
  }
2675
2771
  }
2772
+ }; // Serbian - Srpski
2773
+
2774
+ export const srRS = {
2775
+ components: {
2776
+ MuiBreadcrumbs: {
2777
+ defaultProps: {
2778
+ expandText: 'Pokaži putanju'
2779
+ }
2780
+ },
2781
+ MuiTablePagination: {
2782
+ defaultProps: {
2783
+ getItemAriaLabel: type => {
2784
+ if (type === 'first') {
2785
+ return 'Idi na prvu stranicu';
2786
+ }
2787
+
2788
+ if (type === 'last') {
2789
+ return 'Idi na poslednju stranicu';
2790
+ }
2791
+
2792
+ if (type === 'next') {
2793
+ return 'Idi na sledeću stranicu';
2794
+ } // if (type === 'previous') {
2795
+
2796
+
2797
+ return 'Idi na prethodnu stranicu';
2798
+ },
2799
+ labelRowsPerPage: 'Redova po stranici:',
2800
+ labelDisplayedRows: ({
2801
+ from,
2802
+ to,
2803
+ count
2804
+ }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
2805
+ }
2806
+ },
2807
+ MuiRating: {
2808
+ defaultProps: {
2809
+ getLabelText: value => {
2810
+ const lastDigit = value % 10;
2811
+ const lastTwoDigits = value % 100;
2812
+
2813
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
2814
+ return 'Zvezde';
2815
+ }
2816
+
2817
+ return 'Zvezda';
2818
+ },
2819
+ emptyLabelText: 'Prazno'
2820
+ }
2821
+ },
2822
+ MuiAutocomplete: {
2823
+ defaultProps: {
2824
+ clearText: 'Briši',
2825
+ closeText: 'Zatvori',
2826
+ loadingText: 'Učitavanje…',
2827
+ noOptionsText: 'Nema opcija',
2828
+ openText: 'Otvori'
2829
+ }
2830
+ },
2831
+ MuiAlert: {
2832
+ defaultProps: {
2833
+ closeText: 'Zatvori'
2834
+ }
2835
+ },
2836
+ MuiPagination: {
2837
+ defaultProps: {
2838
+ 'aria-label': 'Navigacija po stranicama',
2839
+ getItemAriaLabel: (type, page, selected) => {
2840
+ if (type === 'page') {
2841
+ return `${selected ? '' : 'Idi na '}stranicu ${page}`;
2842
+ }
2843
+
2844
+ if (type === 'first') {
2845
+ return 'Idi na prvu stranicu';
2846
+ }
2847
+
2848
+ if (type === 'last') {
2849
+ return 'Idi na zadnju stranicu';
2850
+ }
2851
+
2852
+ if (type === 'next') {
2853
+ return 'Idi na sledeću stranicu';
2854
+ } // if (type === 'previous') {
2855
+
2856
+
2857
+ return 'Idi na prethodnu stranicu';
2858
+ }
2859
+ }
2860
+ }
2861
+ }
2676
2862
  };
2677
2863
  export const ruRU = {
2678
2864
  components: {
@@ -1,6 +1,6 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function makeStyles() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: makeStyles is not longer exported from @mui/material/styles.
3
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: makeStyles is no longer exported from @mui/material/styles.
4
4
  You have to import it from @mui/styles.
5
5
  See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : _formatMuiErrorMessage(14));
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function withStyles() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withStyles is not longer exported from @mui/material/styles.
3
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withStyles is no longer exported from @mui/material/styles.
4
4
  You have to import it from @mui/styles.
5
5
  See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : _formatMuiErrorMessage(15));
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function withTheme() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withTheme is not longer exported from @mui/material/styles.
3
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withTheme is no longer exported from @mui/material/styles.
4
4
  You have to import it from @mui/styles.
5
5
  See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : _formatMuiErrorMessage(16));
6
6
  }
@@ -1,3 +1,4 @@
1
+ import { unstable_ClassNameGenerator as ClassNameGenerator } from '@mui/base/className';
1
2
  export { default as capitalize } from './capitalize';
2
3
  export { default as createChainedFunction } from './createChainedFunction';
3
4
  export { default as createSvgIcon } from './createSvgIcon';
@@ -14,5 +15,12 @@ export { default as unsupportedProp } from './unsupportedProp';
14
15
  export { default as useControlled } from './useControlled';
15
16
  export { default as useEventCallback } from './useEventCallback';
16
17
  export { default as useForkRef } from './useForkRef';
17
- export { default as useIsFocusVisible } from './useIsFocusVisible';
18
- export { unstable_ClassNameGenerator } from '@mui/base';
18
+ export { default as useIsFocusVisible } from './useIsFocusVisible'; // TODO: remove this export once ClassNameGenerator is stable
19
+ // eslint-disable-next-line @typescript-eslint/naming-convention
20
+
21
+ export const unstable_ClassNameGenerator = {
22
+ configure: generator => {
23
+ console.warn(['MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.', '', "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", '', 'The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401', '', 'The updated documentation: https://mui.com/guides/classname-generator/'].join('\n'));
24
+ ClassNameGenerator.configure(generator);
25
+ }
26
+ };
@@ -146,11 +146,13 @@ const AvatarGroup = /*#__PURE__*/React.forwardRef(function AvatarGroup(inProps,
146
146
  marginLeft
147
147
  }, (_componentsProps$addi2 = componentsProps.additionalAvatar) == null ? void 0 : _componentsProps$addi2.style),
148
148
  children: ["+", extraAvatars]
149
- })) : null, children.slice(0, maxAvatars).reverse().map(child => {
149
+ })) : null, children.slice(0, maxAvatars).reverse().map((child, index) => {
150
150
  return /*#__PURE__*/React.cloneElement(child, {
151
151
  className: (0, _clsx.default)(child.props.className, classes.avatar),
152
152
  style: (0, _extends2.default)({
153
- marginLeft
153
+ // Consistent with "&:last-child" styling for the default spacing,
154
+ // we do not apply custom marginLeft spacing on the last child
155
+ marginLeft: index === maxAvatars - 1 ? undefined : marginLeft
154
156
  }, child.props.style),
155
157
  variant: child.props.variant || variant
156
158
  });
File without changes
package/node/Box/Box.js CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  var _system = require("@mui/system");
9
9
 
10
- var _utils = require("../utils");
10
+ var _className = require("../className");
11
11
 
12
12
  var _styles = require("../styles");
13
13
 
@@ -19,7 +19,7 @@ const defaultTheme = (0, _styles.createTheme)();
19
19
  const Box = (0, _system.createBox)({
20
20
  defaultTheme,
21
21
  defaultClassName: 'MuiBox-root',
22
- generateClassName: _utils.unstable_ClassNameGenerator.generate
22
+ generateClassName: _className.unstable_ClassNameGenerator.generate
23
23
  });
24
24
  var _default = Box;
25
25
  exports.default = _default;
@@ -554,7 +554,7 @@ process.env.NODE_ENV !== "production" ? ButtonBase.propTypes
554
554
  TouchRippleProps: _propTypes.default.object,
555
555
 
556
556
  /**
557
- * A ref that points to the `TouchRippple` element.
557
+ * A ref that points to the `TouchRipple` element.
558
558
  */
559
559
  touchRippleRef: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.shape({
560
560
  current: _propTypes.default.shape({
package/node/Chip/Chip.js CHANGED
@@ -107,6 +107,7 @@ const ChipRoot = (0, _styled.default)('div', {
107
107
  }) => {
108
108
  const deleteIconColor = (0, _system.alpha)(theme.palette.text.primary, 0.26);
109
109
  return (0, _extends2.default)({
110
+ maxWidth: '100%',
110
111
  fontFamily: theme.typography.fontFamily,
111
112
  fontSize: theme.typography.pxToRem(13),
112
113
  display: 'inline-flex',