@mui/material 6.0.0-alpha.3 → 6.0.0-alpha.5

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 (86) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/Checkbox/Checkbox.js +51 -20
  3. package/FormControlLabel/FormControlLabel.d.ts +21 -14
  4. package/FormControlLabel/FormControlLabel.js +22 -4
  5. package/FormHelperText/FormHelperText.js +18 -8
  6. package/IconButton/IconButton.js +97 -40
  7. package/ImageList/ImageList.js +16 -14
  8. package/ImageListItem/ImageListItem.js +37 -22
  9. package/ImageListItemBar/ImageListItemBar.js +65 -32
  10. package/ListItem/ListItem.js +94 -50
  11. package/ListItemAvatar/ListItemAvatar.js +12 -8
  12. package/ListItemButton/ListItemButton.js +35 -15
  13. package/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  14. package/ListItemText/ListItemText.js +20 -11
  15. package/ListSubheader/ListSubheader.js +44 -19
  16. package/PaginationItem/PaginationItem.d.ts +26 -14
  17. package/PaginationItem/PaginationItem.js +64 -20
  18. package/Radio/Radio.js +50 -20
  19. package/Radio/RadioButtonIcon.js +18 -12
  20. package/Rating/Rating.js +71 -37
  21. package/SvgIcon/SvgIcon.js +73 -21
  22. package/Table/Table.js +11 -6
  23. package/TableCell/TableCell.js +96 -41
  24. package/TableSortLabel/TableSortLabel.js +19 -9
  25. package/Toolbar/Toolbar.js +33 -17
  26. package/Typography/Typography.js +3 -2
  27. package/index.js +1 -1
  28. package/modern/Checkbox/Checkbox.js +51 -20
  29. package/modern/FormControlLabel/FormControlLabel.js +22 -4
  30. package/modern/FormHelperText/FormHelperText.js +18 -8
  31. package/modern/IconButton/IconButton.js +97 -40
  32. package/modern/ImageList/ImageList.js +16 -14
  33. package/modern/ImageListItem/ImageListItem.js +37 -22
  34. package/modern/ImageListItemBar/ImageListItemBar.js +65 -32
  35. package/modern/ListItem/ListItem.js +94 -50
  36. package/modern/ListItemAvatar/ListItemAvatar.js +12 -8
  37. package/modern/ListItemButton/ListItemButton.js +35 -15
  38. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  39. package/modern/ListItemText/ListItemText.js +20 -11
  40. package/modern/ListSubheader/ListSubheader.js +44 -19
  41. package/modern/PaginationItem/PaginationItem.js +64 -20
  42. package/modern/Radio/Radio.js +50 -20
  43. package/modern/Radio/RadioButtonIcon.js +18 -12
  44. package/modern/Rating/Rating.js +71 -37
  45. package/modern/SvgIcon/SvgIcon.js +73 -21
  46. package/modern/Table/Table.js +11 -6
  47. package/modern/TableCell/TableCell.js +96 -41
  48. package/modern/TableSortLabel/TableSortLabel.js +19 -9
  49. package/modern/Toolbar/Toolbar.js +33 -17
  50. package/modern/Typography/Typography.js +3 -2
  51. package/modern/index.js +1 -1
  52. package/modern/styles/experimental_extendTheme.js +2 -1
  53. package/modern/styles/getOverlayAlpha.js +3 -4
  54. package/node/Checkbox/Checkbox.js +54 -23
  55. package/node/FormControlLabel/FormControlLabel.js +23 -5
  56. package/node/FormHelperText/FormHelperText.js +18 -8
  57. package/node/IconButton/IconButton.js +99 -43
  58. package/node/ImageList/ImageList.js +16 -14
  59. package/node/ImageListItem/ImageListItem.js +37 -22
  60. package/node/ImageListItemBar/ImageListItemBar.js +65 -32
  61. package/node/ListItem/ListItem.js +94 -50
  62. package/node/ListItemAvatar/ListItemAvatar.js +12 -8
  63. package/node/ListItemButton/ListItemButton.js +35 -15
  64. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  65. package/node/ListItemText/ListItemText.js +20 -11
  66. package/node/ListSubheader/ListSubheader.js +44 -19
  67. package/node/PaginationItem/PaginationItem.js +65 -20
  68. package/node/Radio/Radio.js +52 -22
  69. package/node/Radio/RadioButtonIcon.js +21 -15
  70. package/node/Rating/Rating.js +71 -37
  71. package/node/SvgIcon/SvgIcon.js +79 -24
  72. package/node/Table/Table.js +11 -6
  73. package/node/TableCell/TableCell.js +96 -41
  74. package/node/TableSortLabel/TableSortLabel.js +19 -9
  75. package/node/Toolbar/Toolbar.js +33 -17
  76. package/node/Typography/Typography.js +3 -2
  77. package/node/index.js +1 -1
  78. package/node/styles/experimental_extendTheme.js +1 -0
  79. package/node/styles/getOverlayAlpha.js +4 -5
  80. package/package.json +6 -6
  81. package/styles/experimental_extendTheme.d.ts +2 -0
  82. package/styles/experimental_extendTheme.js +2 -1
  83. package/styles/getOverlayAlpha.d.ts +1 -2
  84. package/styles/getOverlayAlpha.js +3 -4
  85. package/umd/material-ui.development.js +1223 -583
  86. package/umd/material-ui.production.min.js +4 -4
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["children", "className", "cols", "component", "rowHeight", "gap", "style", "variant"];
6
6
  import composeClasses from '@mui/utils/composeClasses';
7
7
  import integerPropType from '@mui/utils/integerPropType';
@@ -32,19 +32,21 @@ const ImageListRoot = styled('ul', {
32
32
  } = props;
33
33
  return [styles.root, styles[ownerState.variant]];
34
34
  }
35
- })(({
36
- ownerState
37
- }) => {
38
- return _extends({
39
- display: 'grid',
40
- overflowY: 'auto',
41
- listStyle: 'none',
42
- padding: 0,
43
- // Add iOS momentum scrolling for iOS < 13.0
44
- WebkitOverflowScrolling: 'touch'
45
- }, ownerState.variant === 'masonry' && {
46
- display: 'block'
47
- });
35
+ })({
36
+ display: 'grid',
37
+ overflowY: 'auto',
38
+ listStyle: 'none',
39
+ padding: 0,
40
+ // Add iOS momentum scrolling for iOS < 13.0
41
+ WebkitOverflowScrolling: 'touch',
42
+ variants: [{
43
+ props: {
44
+ variant: 'masonry'
45
+ },
46
+ style: {
47
+ display: 'block'
48
+ }
49
+ }]
48
50
  });
49
51
  const ImageList = /*#__PURE__*/React.forwardRef(function ImageList(inProps, ref) {
50
52
  const props = useThemeProps({
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["children", "className", "cols", "component", "rows", "style"];
6
6
  import composeClasses from '@mui/utils/composeClasses';
7
7
  import integerPropType from '@mui/utils/integerPropType';
@@ -37,32 +37,47 @@ const ImageListItemRoot = styled('li', {
37
37
  [`& .${imageListItemClasses.img}`]: styles.img
38
38
  }, styles.root, styles[ownerState.variant]];
39
39
  }
40
- })(({
41
- ownerState
42
- }) => _extends({
40
+ })({
43
41
  display: 'block',
44
- position: 'relative'
45
- }, ownerState.variant === 'standard' && {
46
- // For titlebar under list item
47
- display: 'flex',
48
- flexDirection: 'column'
49
- }, ownerState.variant === 'woven' && {
50
- height: '100%',
51
- alignSelf: 'center',
52
- '&:nth-of-type(even)': {
53
- height: '70%'
54
- }
55
- }, {
56
- [`& .${imageListItemClasses.img}`]: _extends({
42
+ position: 'relative',
43
+ [`& .${imageListItemClasses.img}`]: {
57
44
  objectFit: 'cover',
58
45
  width: '100%',
59
46
  height: '100%',
60
47
  display: 'block'
61
- }, ownerState.variant === 'standard' && {
62
- height: 'auto',
63
- flexGrow: 1
64
- })
65
- }));
48
+ },
49
+ variants: [{
50
+ props: {
51
+ variant: 'standard'
52
+ },
53
+ style: {
54
+ // For titlebar under list item
55
+ display: 'flex',
56
+ flexDirection: 'column'
57
+ }
58
+ }, {
59
+ props: {
60
+ variant: 'woven'
61
+ },
62
+ style: {
63
+ height: '100%',
64
+ alignSelf: 'center',
65
+ '&:nth-of-type(even)': {
66
+ height: '70%'
67
+ }
68
+ }
69
+ }, {
70
+ props: {
71
+ variant: 'standard'
72
+ },
73
+ style: {
74
+ [`& .${imageListItemClasses.img}`]: {
75
+ height: 'auto',
76
+ flexGrow: 1
77
+ }
78
+ }
79
+ }]
80
+ });
66
81
  const ImageListItem = /*#__PURE__*/React.forwardRef(function ImageListItem(inProps, ref) {
67
82
  const props = useThemeProps({
68
83
  props: inProps,
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["actionIcon", "actionPosition", "className", "subtitle", "title", "position"];
6
6
  import composeClasses from '@mui/utils/composeClasses';
7
7
  import clsx from 'clsx';
@@ -38,26 +38,41 @@ const ImageListItemBarRoot = styled('div', {
38
38
  return [styles.root, styles[`position${capitalize(ownerState.position)}`]];
39
39
  }
40
40
  })(({
41
- theme,
42
- ownerState
41
+ theme
43
42
  }) => {
44
- return _extends({
43
+ return {
45
44
  position: 'absolute',
46
45
  left: 0,
47
46
  right: 0,
48
47
  background: 'rgba(0, 0, 0, 0.5)',
49
48
  display: 'flex',
50
49
  alignItems: 'center',
51
- fontFamily: theme.typography.fontFamily
52
- }, ownerState.position === 'bottom' && {
53
- bottom: 0
54
- }, ownerState.position === 'top' && {
55
- top: 0
56
- }, ownerState.position === 'below' && {
57
- position: 'relative',
58
- background: 'transparent',
59
- alignItems: 'normal'
60
- });
50
+ fontFamily: theme.typography.fontFamily,
51
+ variants: [{
52
+ props: {
53
+ position: 'bottom'
54
+ },
55
+ style: {
56
+ bottom: 0
57
+ }
58
+ }, {
59
+ props: {
60
+ position: 'top'
61
+ },
62
+ style: {
63
+ top: 0
64
+ }
65
+ }, {
66
+ props: {
67
+ position: 'below'
68
+ },
69
+ style: {
70
+ position: 'relative',
71
+ background: 'transparent',
72
+ alignItems: 'normal'
73
+ }
74
+ }]
75
+ };
61
76
  });
62
77
  const ImageListItemBarTitleWrap = styled('div', {
63
78
  name: 'MuiImageListItemBar',
@@ -69,22 +84,37 @@ const ImageListItemBarTitleWrap = styled('div', {
69
84
  return [styles.titleWrap, styles[`titleWrap${capitalize(ownerState.position)}`], ownerState.actionIcon && styles[`titleWrapActionPos${capitalize(ownerState.actionPosition)}`]];
70
85
  }
71
86
  })(({
72
- theme,
73
- ownerState
87
+ theme
74
88
  }) => {
75
- return _extends({
89
+ return {
76
90
  flexGrow: 1,
77
91
  padding: '12px 16px',
78
92
  color: (theme.vars || theme).palette.common.white,
79
- overflow: 'hidden'
80
- }, ownerState.position === 'below' && {
81
- padding: '6px 0 12px',
82
- color: 'inherit'
83
- }, ownerState.actionIcon && ownerState.actionPosition === 'left' && {
84
- paddingLeft: 0
85
- }, ownerState.actionIcon && ownerState.actionPosition === 'right' && {
86
- paddingRight: 0
87
- });
93
+ overflow: 'hidden',
94
+ variants: [{
95
+ props: {
96
+ position: 'below'
97
+ },
98
+ style: {
99
+ padding: '6px 0 12px',
100
+ color: 'inherit'
101
+ }
102
+ }, {
103
+ props: ({
104
+ ownerState
105
+ }) => ownerState.actionIcon && ownerState.actionPosition === 'left',
106
+ style: {
107
+ paddingLeft: 0
108
+ }
109
+ }, {
110
+ props: ({
111
+ ownerState
112
+ }) => ownerState.actionIcon && ownerState.actionPosition === 'right',
113
+ style: {
114
+ paddingRight: 0
115
+ }
116
+ }]
117
+ };
88
118
  });
89
119
  const ImageListItemBarTitle = styled('div', {
90
120
  name: 'MuiImageListItemBar',
@@ -125,12 +155,15 @@ const ImageListItemBarActionIcon = styled('div', {
125
155
  } = props;
126
156
  return [styles.actionIcon, styles[`actionIconActionPos${capitalize(ownerState.actionPosition)}`]];
127
157
  }
128
- })(({
129
- ownerState
130
- }) => {
131
- return _extends({}, ownerState.actionPosition === 'left' && {
132
- order: -1
133
- });
158
+ })({
159
+ variants: [{
160
+ props: {
161
+ actionPosition: 'left'
162
+ },
163
+ style: {
164
+ order: -1
165
+ }
166
+ }]
134
167
  });
135
168
  const ImageListItemBar = /*#__PURE__*/React.forwardRef(function ImageListItemBar(inProps, ref) {
136
169
  const props = useThemeProps({
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["className"],
6
6
  _excluded2 = ["alignItems", "autoFocus", "button", "children", "className", "component", "components", "componentsProps", "ContainerComponent", "ContainerProps", "dense", "disabled", "disableGutters", "disablePadding", "divider", "focusVisibleClassName", "secondaryAction", "selected", "slotProps", "slots"];
7
7
  import * as React from 'react';
@@ -53,9 +53,8 @@ export const ListItemRoot = styled('div', {
53
53
  slot: 'Root',
54
54
  overridesResolver
55
55
  })(({
56
- theme,
57
- ownerState
58
- }) => _extends({
56
+ theme
57
+ }) => ({
59
58
  display: 'flex',
60
59
  justifyContent: 'flex-start',
61
60
  alignItems: 'center',
@@ -63,25 +62,7 @@ export const ListItemRoot = styled('div', {
63
62
  textDecoration: 'none',
64
63
  width: '100%',
65
64
  boxSizing: 'border-box',
66
- textAlign: 'left'
67
- }, !ownerState.disablePadding && _extends({
68
- paddingTop: 8,
69
- paddingBottom: 8
70
- }, ownerState.dense && {
71
- paddingTop: 4,
72
- paddingBottom: 4
73
- }, !ownerState.disableGutters && {
74
- paddingLeft: 16,
75
- paddingRight: 16
76
- }, !!ownerState.secondaryAction && {
77
- // Add some space to avoid collision as `ListItemSecondaryAction`
78
- // is absolutely positioned.
79
- paddingRight: 48
80
- }), !!ownerState.secondaryAction && {
81
- [`& > .${listItemButtonClasses.root}`]: {
82
- paddingRight: 48
83
- }
84
- }, {
65
+ textAlign: 'left',
85
66
  [`&.${listItemClasses.focusVisible}`]: {
86
67
  backgroundColor: (theme.vars || theme).palette.action.focus
87
68
  },
@@ -93,35 +74,98 @@ export const ListItemRoot = styled('div', {
93
74
  },
94
75
  [`&.${listItemClasses.disabled}`]: {
95
76
  opacity: (theme.vars || theme).palette.action.disabledOpacity
96
- }
97
- }, ownerState.alignItems === 'flex-start' && {
98
- alignItems: 'flex-start'
99
- }, ownerState.divider && {
100
- borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
101
- backgroundClip: 'padding-box'
102
- }, ownerState.button && {
103
- transition: theme.transitions.create('background-color', {
104
- duration: theme.transitions.duration.shortest
105
- }),
106
- '&:hover': {
107
- textDecoration: 'none',
108
- backgroundColor: (theme.vars || theme).palette.action.hover,
109
- // Reset on touch devices, it doesn't add specificity
110
- '@media (hover: none)': {
111
- backgroundColor: 'transparent'
112
- }
113
77
  },
114
- [`&.${listItemClasses.selected}:hover`]: {
115
- backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / calc(${theme.vars.palette.action.selectedOpacity} + ${theme.vars.palette.action.hoverOpacity}))` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
116
- // Reset on touch devices, it doesn't add specificity
117
- '@media (hover: none)': {
118
- backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / ${theme.vars.palette.action.selectedOpacity})` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity)
78
+ variants: [{
79
+ props: ({
80
+ ownerState
81
+ }) => !ownerState.disablePadding,
82
+ style: {
83
+ paddingTop: 8,
84
+ paddingBottom: 8
119
85
  }
120
- }
121
- }, ownerState.hasSecondaryAction && {
122
- // Add some space to avoid collision as `ListItemSecondaryAction`
123
- // is absolutely positioned.
124
- paddingRight: 48
86
+ }, {
87
+ props: ({
88
+ ownerState
89
+ }) => !ownerState.disablePadding && ownerState.dense,
90
+ style: {
91
+ paddingTop: 4,
92
+ paddingBottom: 4
93
+ }
94
+ }, {
95
+ props: ({
96
+ ownerState
97
+ }) => !ownerState.disablePadding && !ownerState.disableGutters,
98
+ style: {
99
+ paddingLeft: 16,
100
+ paddingRight: 16
101
+ }
102
+ }, {
103
+ props: ({
104
+ ownerState
105
+ }) => !ownerState.disablePadding && !!ownerState.secondaryAction,
106
+ style: {
107
+ // Add some space to avoid collision as `ListItemSecondaryAction`
108
+ // is absolutely positioned.
109
+ paddingRight: 48
110
+ }
111
+ }, {
112
+ props: ({
113
+ ownerState
114
+ }) => !!ownerState.secondaryAction,
115
+ style: {
116
+ [`& > .${listItemButtonClasses.root}`]: {
117
+ paddingRight: 48
118
+ }
119
+ }
120
+ }, {
121
+ props: {
122
+ alignItems: 'flex-start'
123
+ },
124
+ style: {
125
+ alignItems: 'flex-start'
126
+ }
127
+ }, {
128
+ props: ({
129
+ ownerState
130
+ }) => ownerState.divider,
131
+ style: {
132
+ borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
133
+ backgroundClip: 'padding-box'
134
+ }
135
+ }, {
136
+ props: ({
137
+ ownerState
138
+ }) => ownerState.button,
139
+ style: {
140
+ transition: theme.transitions.create('background-color', {
141
+ duration: theme.transitions.duration.shortest
142
+ }),
143
+ '&:hover': {
144
+ textDecoration: 'none',
145
+ backgroundColor: (theme.vars || theme).palette.action.hover,
146
+ // Reset on touch devices, it doesn't add specificity
147
+ '@media (hover: none)': {
148
+ backgroundColor: 'transparent'
149
+ }
150
+ },
151
+ [`&.${listItemClasses.selected}:hover`]: {
152
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / calc(${theme.vars.palette.action.selectedOpacity} + ${theme.vars.palette.action.hoverOpacity}))` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
153
+ // Reset on touch devices, it doesn't add specificity
154
+ '@media (hover: none)': {
155
+ backgroundColor: theme.vars ? `rgba(${theme.vars.palette.primary.mainChannel} / ${theme.vars.palette.action.selectedOpacity})` : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity)
156
+ }
157
+ }
158
+ }
159
+ }, {
160
+ props: ({
161
+ ownerState
162
+ }) => ownerState.hasSecondaryAction,
163
+ style: {
164
+ // Add some space to avoid collision as `ListItemSecondaryAction`
165
+ // is absolutely positioned.
166
+ paddingRight: 48
167
+ }
168
+ }]
125
169
  }));
126
170
  const ListItemContainer = styled('li', {
127
171
  name: 'MuiListItem',
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["className"];
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
@@ -31,14 +31,18 @@ const ListItemAvatarRoot = styled('div', {
31
31
  } = props;
32
32
  return [styles.root, ownerState.alignItems === 'flex-start' && styles.alignItemsFlexStart];
33
33
  }
34
- })(({
35
- ownerState
36
- }) => _extends({
34
+ })({
37
35
  minWidth: 56,
38
- flexShrink: 0
39
- }, ownerState.alignItems === 'flex-start' && {
40
- marginTop: 8
41
- }));
36
+ flexShrink: 0,
37
+ variants: [{
38
+ props: {
39
+ alignItems: 'flex-start'
40
+ },
41
+ style: {
42
+ marginTop: 8
43
+ }
44
+ }]
45
+ });
42
46
 
43
47
  /**
44
48
  * A simple wrapper to apply `List` styles to an `Avatar`.
@@ -44,9 +44,8 @@ const ListItemButtonRoot = styled(ButtonBase, {
44
44
  slot: 'Root',
45
45
  overridesResolver
46
46
  })(({
47
- theme,
48
- ownerState
49
- }) => _extends({
47
+ theme
48
+ }) => ({
50
49
  display: 'flex',
51
50
  flexGrow: 1,
52
51
  justifyContent: 'flex-start',
@@ -87,18 +86,39 @@ const ListItemButtonRoot = styled(ButtonBase, {
87
86
  },
88
87
  [`&.${listItemButtonClasses.disabled}`]: {
89
88
  opacity: (theme.vars || theme).palette.action.disabledOpacity
90
- }
91
- }, ownerState.divider && {
92
- borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
93
- backgroundClip: 'padding-box'
94
- }, ownerState.alignItems === 'flex-start' && {
95
- alignItems: 'flex-start'
96
- }, !ownerState.disableGutters && {
97
- paddingLeft: 16,
98
- paddingRight: 16
99
- }, ownerState.dense && {
100
- paddingTop: 4,
101
- paddingBottom: 4
89
+ },
90
+ variants: [{
91
+ props: ({
92
+ ownerState
93
+ }) => ownerState.divider,
94
+ style: {
95
+ borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
96
+ backgroundClip: 'padding-box'
97
+ }
98
+ }, {
99
+ props: {
100
+ alignItems: 'flex-start'
101
+ },
102
+ style: {
103
+ alignItems: 'flex-start'
104
+ }
105
+ }, {
106
+ props: ({
107
+ ownerState
108
+ }) => !ownerState.disableGutters,
109
+ style: {
110
+ paddingLeft: 16,
111
+ paddingRight: 16
112
+ }
113
+ }, {
114
+ props: ({
115
+ ownerState
116
+ }) => ownerState.dense,
117
+ style: {
118
+ paddingTop: 4,
119
+ paddingBottom: 4
120
+ }
121
+ }]
102
122
  }));
103
123
  const ListItemButton = /*#__PURE__*/React.forwardRef(function ListItemButton(inProps, ref) {
104
124
  const props = useThemeProps({
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["className"];
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
@@ -31,16 +31,20 @@ const ListItemSecondaryActionRoot = styled('div', {
31
31
  } = props;
32
32
  return [styles.root, ownerState.disableGutters && styles.disableGutters];
33
33
  }
34
- })(({
35
- ownerState
36
- }) => _extends({
34
+ })({
37
35
  position: 'absolute',
38
36
  right: 16,
39
37
  top: '50%',
40
- transform: 'translateY(-50%)'
41
- }, ownerState.disableGutters && {
42
- right: 0
43
- }));
38
+ transform: 'translateY(-50%)',
39
+ variants: [{
40
+ props: ({
41
+ ownerState
42
+ }) => ownerState.disableGutters,
43
+ style: {
44
+ right: 0
45
+ }
46
+ }]
47
+ });
44
48
 
45
49
  /**
46
50
  * Must be used as the last child of ListItem to function properly.
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
4
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["children", "className", "disableTypography", "inset", "primary", "primaryTypographyProps", "secondary", "secondaryTypographyProps"];
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
@@ -41,19 +41,28 @@ const ListItemTextRoot = styled('div', {
41
41
  [`& .${listItemTextClasses.secondary}`]: styles.secondary
42
42
  }, styles.root, ownerState.inset && styles.inset, ownerState.primary && ownerState.secondary && styles.multiline, ownerState.dense && styles.dense];
43
43
  }
44
- })(({
45
- ownerState
46
- }) => _extends({
44
+ })({
47
45
  flex: '1 1 auto',
48
46
  minWidth: 0,
49
47
  marginTop: 4,
50
- marginBottom: 4
51
- }, ownerState.primary && ownerState.secondary && {
52
- marginTop: 6,
53
- marginBottom: 6
54
- }, ownerState.inset && {
55
- paddingLeft: 56
56
- }));
48
+ marginBottom: 4,
49
+ variants: [{
50
+ props: ({
51
+ ownerState
52
+ }) => ownerState.primary && ownerState.secondary,
53
+ style: {
54
+ marginTop: 6,
55
+ marginBottom: 6
56
+ }
57
+ }, {
58
+ props: ({
59
+ ownerState
60
+ }) => ownerState.inset,
61
+ style: {
62
+ paddingLeft: 56
63
+ }
64
+ }]
65
+ });
57
66
  const ListItemText = /*#__PURE__*/React.forwardRef(function ListItemText(inProps, ref) {
58
67
  const props = useThemeProps({
59
68
  props: inProps,