sai chand
sai chand
if `color` prop is not provided or if `color` is set to `default`, `.MuiChip-colorDefault` class is added to Chip's root. but this class is not accessiable from `chipClasses`. This PR...
part of https://github.com/mui/material-ui/issues/41281 What does this PR do 1. Introduce `slots` and `slotProps` 2. Deprecate `IconComponent` Note: There are no `slots` related tests in `skipped` array in `TableSortLabel.test.js`, so i...
part of https://github.com/mui/material-ui/issues/41279 - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
part of https://github.com/mui/material-ui/issues/41281 - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
part of https://github.com/mui/material-ui/issues/41282 - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
### Steps to reproduce Demo from `next.mui.com` : https://stackblitz.com/edit/react-sy5tv3?file=Demo.tsx Demo from `mui.com`: https://stackblitz.com/edit/react-aea6ud?file=Demo.tsx On inspecting `Label` text from both demos, you can notice following styles are only applied in `mui.com`...
closes https://github.com/mui/material-ui/issues/42277 - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
According to the code below, styles applied to `gutters` and `contentGutters` should be applied to the `root` and `content` slots respectively when `disabledGutters` is `false`. Previously, the styles weren't applied...
check https://github.com/mui/material-ui/pull/42818#discussion_r1683583533 for more context
part of https://github.com/mui/material-ui/issues/41282 Not sure about argos failure, don't think it's related to this PR - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).