@mui/material 5.11.8 → 5.11.10

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 (199) 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/AppBar.js +1 -1
  8. package/AppBar/appBarClasses.d.ts +28 -28
  9. package/Autocomplete/Autocomplete.js +14 -0
  10. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  11. package/Avatar/Avatar.js +1 -0
  12. package/Avatar/avatarClasses.d.ts +20 -20
  13. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  14. package/Backdrop/Backdrop.d.ts +8 -0
  15. package/Backdrop/Backdrop.js +10 -5
  16. package/Backdrop/backdropClasses.d.ts +10 -10
  17. package/Badge/Badge.d.ts +0 -1
  18. package/Badge/Badge.js +47 -47
  19. package/Badge/badgeClasses.d.ts +56 -56
  20. package/BottomNavigation/BottomNavigation.js +0 -0
  21. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  22. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  23. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  24. package/Button/buttonClasses.d.ts +100 -100
  25. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  26. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  27. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  28. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  29. package/CHANGELOG.md +120 -2
  30. package/Card/cardClasses.d.ts +8 -8
  31. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  32. package/CardActions/cardActionsClasses.d.ts +10 -10
  33. package/CardContent/cardContentClasses.d.ts +8 -8
  34. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  35. package/CardMedia/cardMediaClasses.d.ts +12 -12
  36. package/Checkbox/checkboxClasses.d.ts +18 -18
  37. package/Chip/chipClasses.d.ts +96 -96
  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/DialogContext.d.ts +6 -6
  43. package/Dialog/DialogContext.js +2 -2
  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/filledInputClasses.d.ts +40 -40
  53. package/FormControl/FormControlContext.d.ts +17 -17
  54. package/FormControl/formControlClasses.d.ts +14 -14
  55. package/FormControl/useFormControl.d.ts +2 -2
  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 +34 -34
  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/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  68. package/InputBase/inputBaseClasses.d.ts +46 -46
  69. package/InputLabel/inputLabelClasses.d.ts +32 -32
  70. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  71. package/Link/getTextDecoration.d.ts +15 -15
  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/outlinedInputClasses.d.ts +36 -36
  86. package/Pagination/paginationClasses.d.ts +14 -14
  87. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  88. package/Paper/paperClasses.d.ts +39 -39
  89. package/Popover/popoverClasses.d.ts +10 -10
  90. package/Popper/Popper.d.ts +55 -55
  91. package/Radio/radioClasses.d.ts +16 -16
  92. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  93. package/RadioGroup/useRadioGroup.d.ts +4 -4
  94. package/Rating/ratingClasses.d.ts +40 -40
  95. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  96. package/Select/selectClasses.d.ts +30 -30
  97. package/Skeleton/skeletonClasses.d.ts +26 -26
  98. package/Slider/SliderValueLabel.d.ts +15 -15
  99. package/Slider/SliderValueLabel.types.d.ts +24 -24
  100. package/Slider/sliderClasses.d.ts +58 -58
  101. package/Snackbar/snackbarClasses.d.ts +20 -20
  102. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  103. package/SpeedDial/speedDialClasses.d.ts +22 -22
  104. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  105. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  106. package/Step/StepContext.d.ts +20 -20
  107. package/Step/stepClasses.d.ts +16 -16
  108. package/StepButton/stepButtonClasses.d.ts +14 -14
  109. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  110. package/StepContent/stepContentClasses.d.ts +12 -12
  111. package/StepIcon/stepIconClasses.d.ts +16 -16
  112. package/StepLabel/stepLabelClasses.d.ts +28 -28
  113. package/Stepper/StepperContext.d.ts +18 -18
  114. package/Stepper/stepperClasses.d.ts +14 -14
  115. package/SvgIcon/svgIconClasses.d.ts +26 -26
  116. package/SwipeableDrawer/SwipeableDrawer.js +3 -3
  117. package/Switch/switchClasses.d.ts +32 -32
  118. package/Tab/tabClasses.d.ts +26 -26
  119. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  120. package/Table/tableClasses.d.ts +10 -10
  121. package/TableBody/tableBodyClasses.d.ts +8 -8
  122. package/TableCell/tableCellClasses.d.ts +32 -32
  123. package/TableContainer/tableContainerClasses.d.ts +8 -8
  124. package/TableFooter/tableFooterClasses.d.ts +8 -8
  125. package/TableHead/tableHeadClasses.d.ts +8 -8
  126. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  127. package/TableRow/tableRowClasses.d.ts +16 -16
  128. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  129. package/Tabs/tabsClasses.d.ts +32 -32
  130. package/TextField/textFieldClasses.d.ts +8 -8
  131. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  132. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  133. package/Toolbar/toolbarClasses.d.ts +14 -14
  134. package/Tooltip/tooltipClasses.d.ts +30 -30
  135. package/Typography/typographyClasses.d.ts +50 -50
  136. package/Unstable_Grid2/Grid2.d.ts +4 -4
  137. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  138. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  139. package/Unstable_Grid2/index.d.ts +4 -4
  140. package/className/index.d.ts +1 -1
  141. package/darkScrollbar/index.d.ts +28 -28
  142. package/generateUtilityClass/index.d.ts +2 -2
  143. package/generateUtilityClasses/index.d.ts +1 -1
  144. package/index.js +1 -1
  145. package/internal/SwitchBase.js +1 -1
  146. package/internal/switchBaseClasses.d.ts +12 -12
  147. package/legacy/AppBar/AppBar.js +1 -1
  148. package/legacy/Autocomplete/Autocomplete.js +10 -1
  149. package/legacy/Avatar/Avatar.js +1 -0
  150. package/legacy/Backdrop/Backdrop.js +9 -3
  151. package/legacy/Badge/Badge.js +48 -48
  152. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  153. package/legacy/Dialog/DialogContext.js +2 -2
  154. package/legacy/SwipeableDrawer/SwipeableDrawer.js +3 -3
  155. package/legacy/index.js +1 -1
  156. package/legacy/internal/SwitchBase.js +1 -1
  157. package/legacy/useMediaQuery/useMediaQuery.js +12 -7
  158. package/locale/index.d.ts +75 -75
  159. package/modern/AppBar/AppBar.js +1 -1
  160. package/modern/Autocomplete/Autocomplete.js +14 -0
  161. package/modern/Avatar/Avatar.js +1 -0
  162. package/modern/Backdrop/Backdrop.js +10 -5
  163. package/modern/Badge/Badge.js +47 -47
  164. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  165. package/modern/Dialog/DialogContext.js +2 -2
  166. package/modern/SwipeableDrawer/SwipeableDrawer.js +3 -3
  167. package/modern/index.js +1 -1
  168. package/modern/internal/SwitchBase.js +1 -1
  169. package/modern/useMediaQuery/useMediaQuery.js +9 -7
  170. package/node/AppBar/AppBar.js +1 -1
  171. package/node/Autocomplete/Autocomplete.js +14 -0
  172. package/node/Avatar/Avatar.js +1 -0
  173. package/node/Backdrop/Backdrop.js +10 -5
  174. package/node/Badge/Badge.js +46 -47
  175. package/node/BottomNavigation/BottomNavigation.js +0 -0
  176. package/node/Dialog/DialogContext.js +4 -2
  177. package/node/SwipeableDrawer/SwipeableDrawer.js +3 -3
  178. package/node/index.js +1 -1
  179. package/node/internal/SwitchBase.js +1 -1
  180. package/node/useMediaQuery/useMediaQuery.js +9 -7
  181. package/package.json +6 -6
  182. package/styles/CssVarsProvider.d.ts +16 -16
  183. package/styles/excludeVariablesFromRoot.d.ts +5 -5
  184. package/styles/getOverlayAlpha.d.ts +2 -2
  185. package/styles/props.d.ts +2 -2
  186. package/transitions/index.d.ts +1 -1
  187. package/transitions/transition.d.ts +13 -13
  188. package/transitions/utils.d.ts +23 -23
  189. package/types/OverridableComponentAugmentation.d.ts +31 -31
  190. package/umd/material-ui.development.js +163 -248
  191. package/umd/material-ui.production.min.js +20 -20
  192. package/useMediaQuery/useMediaQuery.d.ts +46 -31
  193. package/useMediaQuery/useMediaQuery.js +9 -7
  194. package/useTouchRipple/index.d.ts +1 -1
  195. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  196. package/utils/getScrollbarSize.d.ts +2 -2
  197. package/utils/ownerDocument.d.ts +2 -2
  198. package/utils/ownerWindow.d.ts +2 -2
  199. package/utils/setRef.d.ts +2 -2
package/Badge/Badge.js CHANGED
@@ -1,18 +1,19 @@
1
1
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
2
2
  import _extends from "@babel/runtime/helpers/esm/extends";
3
- const _excluded = ["anchorOrigin", "className", "component", "components", "componentsProps", "overlap", "color", "invisible", "max", "badgeContent", "slots", "slotProps", "showZero", "variant"];
3
+ const _excluded = ["anchorOrigin", "className", "classes", "component", "components", "componentsProps", "children", "overlap", "color", "invisible", "max", "badgeContent", "slots", "slotProps", "showZero", "variant"];
4
4
  import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import clsx from 'clsx';
7
7
  import { usePreviousProps } from '@mui/utils';
8
8
  import composeClasses from '@mui/base/composeClasses';
9
- import BadgeUnstyled from '@mui/base/BadgeUnstyled';
9
+ import { useBadge } from '@mui/base/BadgeUnstyled';
10
+ import { useSlotProps } from '@mui/base';
10
11
  import styled from '../styles/styled';
11
12
  import useThemeProps from '../styles/useThemeProps';
12
- import shouldSpreadAdditionalProps from '../utils/shouldSpreadAdditionalProps';
13
13
  import capitalize from '../utils/capitalize';
14
14
  import badgeClasses, { getBadgeUtilityClass } from './badgeClasses';
15
15
  import { jsx as _jsx } from "react/jsx-runtime";
16
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
17
  const RADIUS_STANDARD = 10;
17
18
  const RADIUS_DOT = 4;
18
19
  const useUtilityClasses = ownerState => {
@@ -166,13 +167,14 @@ const Badge = /*#__PURE__*/React.forwardRef(function Badge(inProps, ref) {
166
167
  horizontal: 'right'
167
168
  },
168
169
  className,
169
- component = 'span',
170
+ component,
170
171
  components = {},
171
172
  componentsProps = {},
173
+ children,
172
174
  overlap: overlapProp = 'rectangular',
173
175
  color: colorProp = 'default',
174
176
  invisible: invisibleProp = false,
175
- max,
177
+ max: maxProp = 99,
176
178
  badgeContent: badgeContentProp,
177
179
  slots,
178
180
  slotProps,
@@ -180,73 +182,71 @@ const Badge = /*#__PURE__*/React.forwardRef(function Badge(inProps, ref) {
180
182
  variant: variantProp = 'standard'
181
183
  } = props,
182
184
  other = _objectWithoutPropertiesLoose(props, _excluded);
185
+ const {
186
+ badgeContent,
187
+ invisible: invisibleFromHook,
188
+ max,
189
+ displayValue: displayValueFromHook
190
+ } = useBadge({
191
+ max: maxProp,
192
+ invisible: invisibleProp,
193
+ badgeContent: badgeContentProp,
194
+ showZero
195
+ });
183
196
  const prevProps = usePreviousProps({
184
197
  anchorOrigin: anchorOriginProp,
185
198
  color: colorProp,
186
199
  overlap: overlapProp,
187
- variant: variantProp
200
+ variant: variantProp,
201
+ badgeContent: badgeContentProp
188
202
  });
189
- let invisible = invisibleProp;
190
- if (invisibleProp === false && (badgeContentProp === 0 && !showZero || badgeContentProp == null && variantProp !== 'dot')) {
191
- invisible = true;
192
- }
203
+ const invisible = invisibleFromHook || badgeContent == null && variantProp !== 'dot';
193
204
  const {
194
205
  color = colorProp,
195
206
  overlap = overlapProp,
196
207
  anchorOrigin = anchorOriginProp,
197
208
  variant = variantProp
198
209
  } = invisible ? prevProps : props;
210
+ const displayValue = variant !== 'dot' ? displayValueFromHook : undefined;
199
211
  const ownerState = _extends({}, props, {
200
- anchorOrigin,
212
+ badgeContent,
201
213
  invisible,
214
+ max,
215
+ displayValue,
216
+ showZero,
217
+ anchorOrigin,
202
218
  color,
203
219
  overlap,
204
220
  variant
205
221
  });
206
222
  const classes = useUtilityClasses(ownerState);
207
- let displayValue;
208
- if (variant !== 'dot') {
209
- displayValue = badgeContentProp && Number(badgeContentProp) > max ? `${max}+` : badgeContentProp;
210
- }
211
223
 
212
224
  // support both `slots` and `components` for backward compatibility
213
225
  const RootSlot = (_ref = (_slots$root = slots == null ? void 0 : slots.root) != null ? _slots$root : components.Root) != null ? _ref : BadgeRoot;
214
226
  const BadgeSlot = (_ref2 = (_slots$badge = slots == null ? void 0 : slots.badge) != null ? _slots$badge : components.Badge) != null ? _ref2 : BadgeBadge;
215
227
  const rootSlotProps = (_slotProps$root = slotProps == null ? void 0 : slotProps.root) != null ? _slotProps$root : componentsProps.root;
216
228
  const badgeSlotProps = (_slotProps$badge = slotProps == null ? void 0 : slotProps.badge) != null ? _slotProps$badge : componentsProps.badge;
217
- return /*#__PURE__*/_jsx(BadgeUnstyled, _extends({
218
- invisible: invisibleProp,
219
- badgeContent: displayValue,
220
- showZero: showZero,
221
- max: max
222
- }, other, {
223
- slots: {
224
- root: RootSlot,
225
- badge: BadgeSlot
226
- },
227
- className: clsx(rootSlotProps == null ? void 0 : rootSlotProps.className, classes.root, className),
228
- slotProps: {
229
- root: _extends({}, rootSlotProps, shouldSpreadAdditionalProps(RootSlot) && {
230
- as: component,
231
- ownerState: _extends({}, rootSlotProps == null ? void 0 : rootSlotProps.ownerState, {
232
- anchorOrigin,
233
- color,
234
- overlap,
235
- variant
236
- })
237
- }),
238
- badge: _extends({}, badgeSlotProps, {
239
- className: clsx(classes.badge, badgeSlotProps == null ? void 0 : badgeSlotProps.className)
240
- }, shouldSpreadAdditionalProps(BadgeSlot) && {
241
- ownerState: _extends({}, badgeSlotProps == null ? void 0 : badgeSlotProps.ownerState, {
242
- anchorOrigin,
243
- color,
244
- overlap,
245
- variant
246
- })
247
- })
229
+ const rootProps = useSlotProps({
230
+ elementType: RootSlot,
231
+ externalSlotProps: rootSlotProps,
232
+ externalForwardedProps: other,
233
+ additionalProps: {
234
+ ref,
235
+ as: component
248
236
  },
249
- ref: ref
237
+ ownerState,
238
+ className: clsx(rootSlotProps == null ? void 0 : rootSlotProps.className, classes.root, className)
239
+ });
240
+ const badgeProps = useSlotProps({
241
+ elementType: BadgeSlot,
242
+ externalSlotProps: badgeSlotProps,
243
+ ownerState,
244
+ className: clsx(classes.badge, badgeSlotProps == null ? void 0 : badgeSlotProps.className)
245
+ });
246
+ return /*#__PURE__*/_jsxs(RootSlot, _extends({}, rootProps, {
247
+ children: [children, /*#__PURE__*/_jsx(BadgeSlot, _extends({}, badgeProps, {
248
+ children: displayValue
249
+ }))]
250
250
  }));
251
251
  });
252
252
  process.env.NODE_ENV !== "production" ? Badge.propTypes /* remove-proptypes */ = {
@@ -1,56 +1,56 @@
1
- export interface BadgeClasses {
2
- /** Class name applied to the root element. */
3
- root: string;
4
- /** Class name applied to the badge `span` element. */
5
- badge: string;
6
- /** Class name applied to the badge `span` element if `variant="dot"`. */
7
- dot: string;
8
- /** Class name applied to the badge `span` element if `variant="standard"`. */
9
- standard: string;
10
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }}`. */
11
- anchorOriginTopRight: string;
12
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }}`. */
13
- anchorOriginBottomRight: string;
14
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }}`. */
15
- anchorOriginTopLeft: string;
16
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }}`. */
17
- anchorOriginBottomLeft: string;
18
- /** State class applied to the badge `span` element if `invisible={true}`. */
19
- invisible: string;
20
- /** Styles applied to the badge `span` element if `color="primary"`. */
21
- colorPrimary: string;
22
- /** Styles applied to the badge `span` element if `color="secondary"`. */
23
- colorSecondary: string;
24
- /** Styles applied to the badge `span` element if `color="error"`. */
25
- colorError: string;
26
- /** Styles applied to the badge `span` element if `color="info"`. */
27
- colorInfo: string;
28
- /** Styles applied to the badge `span` element if `color="success"`. */
29
- colorSuccess: string;
30
- /** Styles applied to the badge `span` element if `color="warning"`. */
31
- colorWarning: string;
32
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }} overlap="rectangular"`. */
33
- anchorOriginTopRightRectangular: string;
34
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }} overlap="rectangular"`. */
35
- anchorOriginBottomRightRectangular: string;
36
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }} overlap="rectangular"`. */
37
- anchorOriginTopLeftRectangular: string;
38
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }} overlap="rectangular"`. */
39
- anchorOriginBottomLeftRectangular: string;
40
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }} overlap="circular"`. */
41
- anchorOriginTopRightCircular: string;
42
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }} overlap="circular"`. */
43
- anchorOriginBottomRightCircular: string;
44
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }} overlap="circular"`. */
45
- anchorOriginTopLeftCircular: string;
46
- /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }} overlap="circular"`. */
47
- anchorOriginBottomLeftCircular: string;
48
- /** Class name applied to the badge `span` element if `overlap="rectangular"`. */
49
- overlapRectangular: string;
50
- /** Class name applied to the badge `span` element if `overlap="circular"`. */
51
- overlapCircular: string;
52
- }
53
- export type BadgeClassKey = keyof BadgeClasses;
54
- export declare function getBadgeUtilityClass(slot: string): string;
55
- declare const badgeClasses: BadgeClasses;
56
- export default badgeClasses;
1
+ export interface BadgeClasses {
2
+ /** Class name applied to the root element. */
3
+ root: string;
4
+ /** Class name applied to the badge `span` element. */
5
+ badge: string;
6
+ /** Class name applied to the badge `span` element if `variant="dot"`. */
7
+ dot: string;
8
+ /** Class name applied to the badge `span` element if `variant="standard"`. */
9
+ standard: string;
10
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }}`. */
11
+ anchorOriginTopRight: string;
12
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }}`. */
13
+ anchorOriginBottomRight: string;
14
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }}`. */
15
+ anchorOriginTopLeft: string;
16
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }}`. */
17
+ anchorOriginBottomLeft: string;
18
+ /** State class applied to the badge `span` element if `invisible={true}`. */
19
+ invisible: string;
20
+ /** Styles applied to the badge `span` element if `color="primary"`. */
21
+ colorPrimary: string;
22
+ /** Styles applied to the badge `span` element if `color="secondary"`. */
23
+ colorSecondary: string;
24
+ /** Styles applied to the badge `span` element if `color="error"`. */
25
+ colorError: string;
26
+ /** Styles applied to the badge `span` element if `color="info"`. */
27
+ colorInfo: string;
28
+ /** Styles applied to the badge `span` element if `color="success"`. */
29
+ colorSuccess: string;
30
+ /** Styles applied to the badge `span` element if `color="warning"`. */
31
+ colorWarning: string;
32
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }} overlap="rectangular"`. */
33
+ anchorOriginTopRightRectangular: string;
34
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }} overlap="rectangular"`. */
35
+ anchorOriginBottomRightRectangular: string;
36
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }} overlap="rectangular"`. */
37
+ anchorOriginTopLeftRectangular: string;
38
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }} overlap="rectangular"`. */
39
+ anchorOriginBottomLeftRectangular: string;
40
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'right' }} overlap="circular"`. */
41
+ anchorOriginTopRightCircular: string;
42
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'right' }} overlap="circular"`. */
43
+ anchorOriginBottomRightCircular: string;
44
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'top', 'left' }} overlap="circular"`. */
45
+ anchorOriginTopLeftCircular: string;
46
+ /** Class name applied to the badge `span` element if `anchorOrigin={{ 'bottom', 'left' }} overlap="circular"`. */
47
+ anchorOriginBottomLeftCircular: string;
48
+ /** Class name applied to the badge `span` element if `overlap="rectangular"`. */
49
+ overlapRectangular: string;
50
+ /** Class name applied to the badge `span` element if `overlap="circular"`. */
51
+ overlapCircular: string;
52
+ }
53
+ export type BadgeClassKey = keyof BadgeClasses;
54
+ export declare function getBadgeUtilityClass(slot: string): string;
55
+ declare const badgeClasses: BadgeClasses;
56
+ export default badgeClasses;
File without changes
@@ -1,8 +1,8 @@
1
- export interface BottomNavigationClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export type BottomNavigationClassKey = keyof BottomNavigationClasses;
6
- export declare function getBottomNavigationUtilityClass(slot: string): string;
7
- declare const bottomNavigationClasses: BottomNavigationClasses;
8
- export default bottomNavigationClasses;
1
+ export interface BottomNavigationClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export type BottomNavigationClassKey = keyof BottomNavigationClasses;
6
+ export declare function getBottomNavigationUtilityClass(slot: string): string;
7
+ declare const bottomNavigationClasses: BottomNavigationClasses;
8
+ export default bottomNavigationClasses;
@@ -1,14 +1,14 @@
1
- export interface BottomNavigationActionClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if selected. */
5
- selected: string;
6
- /** State class applied to the root element if `showLabel={false}` and not selected. */
7
- iconOnly: string;
8
- /** Styles applied to the label's span element. */
9
- label: string;
10
- }
11
- export type BottomNavigationActionClassKey = keyof BottomNavigationActionClasses;
12
- export declare function getBottomNavigationActionUtilityClass(slot: string): string;
13
- declare const bottomNavigationActionClasses: BottomNavigationActionClasses;
14
- export default bottomNavigationActionClasses;
1
+ export interface BottomNavigationActionClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if selected. */
5
+ selected: string;
6
+ /** State class applied to the root element if `showLabel={false}` and not selected. */
7
+ iconOnly: string;
8
+ /** Styles applied to the label's span element. */
9
+ label: string;
10
+ }
11
+ export type BottomNavigationActionClassKey = keyof BottomNavigationActionClasses;
12
+ export declare function getBottomNavigationActionUtilityClass(slot: string): string;
13
+ declare const bottomNavigationActionClasses: BottomNavigationActionClasses;
14
+ export default bottomNavigationActionClasses;
@@ -1,14 +1,14 @@
1
- export interface BreadcrumbsClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the ol element. */
5
- ol: string;
6
- /** Styles applied to the li element. */
7
- li: string;
8
- /** Styles applied to the separator element. */
9
- separator: string;
10
- }
11
- export type BreadcrumbsClassKey = keyof BreadcrumbsClasses;
12
- export declare function getBreadcrumbsUtilityClass(slot: string): string;
13
- declare const breadcrumbsClasses: BreadcrumbsClasses;
14
- export default breadcrumbsClasses;
1
+ export interface BreadcrumbsClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the ol element. */
5
+ ol: string;
6
+ /** Styles applied to the li element. */
7
+ li: string;
8
+ /** Styles applied to the separator element. */
9
+ separator: string;
10
+ }
11
+ export type BreadcrumbsClassKey = keyof BreadcrumbsClasses;
12
+ export declare function getBreadcrumbsUtilityClass(slot: string): string;
13
+ declare const breadcrumbsClasses: BreadcrumbsClasses;
14
+ export default breadcrumbsClasses;
@@ -1,100 +1,100 @@
1
- export interface ButtonClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="text"`. */
5
- text: string;
6
- /** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
7
- textInherit: string;
8
- /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
9
- textPrimary: string;
10
- /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
11
- textSecondary: string;
12
- /** Styles applied to the root element if `variant="text"` and `color="success"`. */
13
- textSuccess: string;
14
- /** Styles applied to the root element if `variant="text"` and `color="error"`. */
15
- textError: string;
16
- /** Styles applied to the root element if `variant="text"` and `color="info"`. */
17
- textInfo: string;
18
- /** Styles applied to the root element if `variant="text"` and `color="warning"`. */
19
- textWarning: string;
20
- /** Styles applied to the root element if `variant="outlined"`. */
21
- outlined: string;
22
- /** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
23
- outlinedInherit: string;
24
- /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
25
- outlinedPrimary: string;
26
- /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
27
- outlinedSecondary: string;
28
- /** Styles applied to the root element if `variant="outlined"` and `color="success"`. */
29
- outlinedSuccess: string;
30
- /** Styles applied to the root element if `variant="outlined"` and `color="error"`. */
31
- outlinedError: string;
32
- /** Styles applied to the root element if `variant="outlined"` and `color="info"`. */
33
- outlinedInfo: string;
34
- /** Styles applied to the root element if `variant="outlined"` and `color="warning"`. */
35
- outlinedWarning: string;
36
- /** Styles applied to the root element if `variant="contained"`. */
37
- contained: string;
38
- /** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
39
- containedInherit: string;
40
- /** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
41
- containedPrimary: string;
42
- /** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
43
- containedSecondary: string;
44
- /** Styles applied to the root element if `variant="contained"` and `color="success"`. */
45
- containedSuccess: string;
46
- /** Styles applied to the root element if `variant="contained"` and `color="info"`. */
47
- containedInfo: string;
48
- /** Styles applied to the root element if `variant="contained"` and `color="error"`. */
49
- containedError: string;
50
- /** Styles applied to the root element if `variant="contained"` and `color="warning"`. */
51
- containedWarning: string;
52
- /** Styles applied to the root element if `disableElevation={true}`. */
53
- disableElevation: string;
54
- /** State class applied to the ButtonBase root element if the button is keyboard focused. */
55
- focusVisible: string;
56
- /** State class applied to the root element if `disabled={true}`. */
57
- disabled: string;
58
- /** Styles applied to the root element if `color="inherit"`. */
59
- colorInherit: string;
60
- /** Styles applied to the root element if `size="small"` and `variant="text"`. */
61
- textSizeSmall: string;
62
- /** Styles applied to the root element if `size="medium"` and `variant="text"`. */
63
- textSizeMedium: string;
64
- /** Styles applied to the root element if `size="large"` and `variant="text"`. */
65
- textSizeLarge: string;
66
- /** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
67
- outlinedSizeSmall: string;
68
- /** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
69
- outlinedSizeMedium: string;
70
- /** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
71
- outlinedSizeLarge: string;
72
- /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
73
- containedSizeSmall: string;
74
- /** Styles applied to the root element if `size="medium"` and `variant="contained"`. */
75
- containedSizeMedium: string;
76
- /** Styles applied to the root element if `size="large"` and `variant="contained"`. */
77
- containedSizeLarge: string;
78
- /** Styles applied to the root element if `size="small"`. */
79
- sizeSmall: string;
80
- /** Styles applied to the root element if `size="medium"`. */
81
- sizeMedium: string;
82
- /** Styles applied to the root element if `size="large"`. */
83
- sizeLarge: string;
84
- /** Styles applied to the root element if `fullWidth={true}`. */
85
- fullWidth: string;
86
- /** Styles applied to the startIcon element if supplied. */
87
- startIcon: string;
88
- /** Styles applied to the endIcon element if supplied. */
89
- endIcon: string;
90
- /** Styles applied to the icon element if supplied and `size="small"`. */
91
- iconSizeSmall: string;
92
- /** Styles applied to the icon element if supplied and `size="medium"`. */
93
- iconSizeMedium: string;
94
- /** Styles applied to the icon element if supplied and `size="large"`. */
95
- iconSizeLarge: string;
96
- }
97
- export type ButtonClassKey = keyof ButtonClasses;
98
- export declare function getButtonUtilityClass(slot: string): string;
99
- declare const buttonClasses: ButtonClasses;
100
- export default buttonClasses;
1
+ export interface ButtonClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="text"`. */
5
+ text: string;
6
+ /** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
7
+ textInherit: string;
8
+ /** Styles applied to the root element if `variant="text"` and `color="primary"`. */
9
+ textPrimary: string;
10
+ /** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
11
+ textSecondary: string;
12
+ /** Styles applied to the root element if `variant="text"` and `color="success"`. */
13
+ textSuccess: string;
14
+ /** Styles applied to the root element if `variant="text"` and `color="error"`. */
15
+ textError: string;
16
+ /** Styles applied to the root element if `variant="text"` and `color="info"`. */
17
+ textInfo: string;
18
+ /** Styles applied to the root element if `variant="text"` and `color="warning"`. */
19
+ textWarning: string;
20
+ /** Styles applied to the root element if `variant="outlined"`. */
21
+ outlined: string;
22
+ /** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
23
+ outlinedInherit: string;
24
+ /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
25
+ outlinedPrimary: string;
26
+ /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
27
+ outlinedSecondary: string;
28
+ /** Styles applied to the root element if `variant="outlined"` and `color="success"`. */
29
+ outlinedSuccess: string;
30
+ /** Styles applied to the root element if `variant="outlined"` and `color="error"`. */
31
+ outlinedError: string;
32
+ /** Styles applied to the root element if `variant="outlined"` and `color="info"`. */
33
+ outlinedInfo: string;
34
+ /** Styles applied to the root element if `variant="outlined"` and `color="warning"`. */
35
+ outlinedWarning: string;
36
+ /** Styles applied to the root element if `variant="contained"`. */
37
+ contained: string;
38
+ /** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
39
+ containedInherit: string;
40
+ /** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
41
+ containedPrimary: string;
42
+ /** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
43
+ containedSecondary: string;
44
+ /** Styles applied to the root element if `variant="contained"` and `color="success"`. */
45
+ containedSuccess: string;
46
+ /** Styles applied to the root element if `variant="contained"` and `color="info"`. */
47
+ containedInfo: string;
48
+ /** Styles applied to the root element if `variant="contained"` and `color="error"`. */
49
+ containedError: string;
50
+ /** Styles applied to the root element if `variant="contained"` and `color="warning"`. */
51
+ containedWarning: string;
52
+ /** Styles applied to the root element if `disableElevation={true}`. */
53
+ disableElevation: string;
54
+ /** State class applied to the ButtonBase root element if the button is keyboard focused. */
55
+ focusVisible: string;
56
+ /** State class applied to the root element if `disabled={true}`. */
57
+ disabled: string;
58
+ /** Styles applied to the root element if `color="inherit"`. */
59
+ colorInherit: string;
60
+ /** Styles applied to the root element if `size="small"` and `variant="text"`. */
61
+ textSizeSmall: string;
62
+ /** Styles applied to the root element if `size="medium"` and `variant="text"`. */
63
+ textSizeMedium: string;
64
+ /** Styles applied to the root element if `size="large"` and `variant="text"`. */
65
+ textSizeLarge: string;
66
+ /** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
67
+ outlinedSizeSmall: string;
68
+ /** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
69
+ outlinedSizeMedium: string;
70
+ /** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
71
+ outlinedSizeLarge: string;
72
+ /** Styles applied to the root element if `size="small"` and `variant="contained"`. */
73
+ containedSizeSmall: string;
74
+ /** Styles applied to the root element if `size="medium"` and `variant="contained"`. */
75
+ containedSizeMedium: string;
76
+ /** Styles applied to the root element if `size="large"` and `variant="contained"`. */
77
+ containedSizeLarge: string;
78
+ /** Styles applied to the root element if `size="small"`. */
79
+ sizeSmall: string;
80
+ /** Styles applied to the root element if `size="medium"`. */
81
+ sizeMedium: string;
82
+ /** Styles applied to the root element if `size="large"`. */
83
+ sizeLarge: string;
84
+ /** Styles applied to the root element if `fullWidth={true}`. */
85
+ fullWidth: string;
86
+ /** Styles applied to the startIcon element if supplied. */
87
+ startIcon: string;
88
+ /** Styles applied to the endIcon element if supplied. */
89
+ endIcon: string;
90
+ /** Styles applied to the icon element if supplied and `size="small"`. */
91
+ iconSizeSmall: string;
92
+ /** Styles applied to the icon element if supplied and `size="medium"`. */
93
+ iconSizeMedium: string;
94
+ /** Styles applied to the icon element if supplied and `size="large"`. */
95
+ iconSizeLarge: string;
96
+ }
97
+ export type ButtonClassKey = keyof ButtonClasses;
98
+ export declare function getButtonUtilityClass(slot: string): string;
99
+ declare const buttonClasses: ButtonClasses;
100
+ export default buttonClasses;
@@ -1,12 +1,12 @@
1
- export interface ButtonBaseClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `disabled={true}`. */
5
- disabled: string;
6
- /** State class applied to the root element if keyboard focused. */
7
- focusVisible: string;
8
- }
9
- export type ButtonBaseClassKey = keyof ButtonBaseClasses;
10
- export declare function getButtonBaseUtilityClass(slot: string): string;
11
- declare const buttonBaseClasses: ButtonBaseClasses;
12
- export default buttonBaseClasses;
1
+ export interface ButtonBaseClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `disabled={true}`. */
5
+ disabled: string;
6
+ /** State class applied to the root element if keyboard focused. */
7
+ focusVisible: string;
8
+ }
9
+ export type ButtonBaseClassKey = keyof ButtonBaseClasses;
10
+ export declare function getButtonBaseUtilityClass(slot: string): string;
11
+ declare const buttonBaseClasses: ButtonBaseClasses;
12
+ export default buttonBaseClasses;
@@ -1,20 +1,20 @@
1
- export interface TouchRippleClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the internal `Ripple` components `ripple` class. */
5
- ripple: string;
6
- /** Styles applied to the internal `Ripple` components `rippleVisible` class. */
7
- rippleVisible: string;
8
- /** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
9
- ripplePulsate: string;
10
- /** Styles applied to the internal `Ripple` components `child` class. */
11
- child: string;
12
- /** Styles applied to the internal `Ripple` components `childLeaving` class. */
13
- childLeaving: string;
14
- /** Styles applied to the internal `Ripple` components `childPulsate` class. */
15
- childPulsate: string;
16
- }
17
- export type TouchRippleClassKey = keyof TouchRippleClasses;
18
- export declare function getTouchRippleUtilityClass(slot: string): string;
19
- declare const touchRippleClasses: TouchRippleClasses;
20
- export default touchRippleClasses;
1
+ export interface TouchRippleClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the internal `Ripple` components `ripple` class. */
5
+ ripple: string;
6
+ /** Styles applied to the internal `Ripple` components `rippleVisible` class. */
7
+ rippleVisible: string;
8
+ /** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
9
+ ripplePulsate: string;
10
+ /** Styles applied to the internal `Ripple` components `child` class. */
11
+ child: string;
12
+ /** Styles applied to the internal `Ripple` components `childLeaving` class. */
13
+ childLeaving: string;
14
+ /** Styles applied to the internal `Ripple` components `childPulsate` class. */
15
+ childPulsate: string;
16
+ }
17
+ export type TouchRippleClassKey = keyof TouchRippleClasses;
18
+ export declare function getTouchRippleUtilityClass(slot: string): string;
19
+ declare const touchRippleClasses: TouchRippleClasses;
20
+ export default touchRippleClasses;