Diego Andai
Diego Andai
From https://github.com/mui/material-ui/issues/29345#issuecomment-1944438976: > The CSS tokens used don't appear to follow M3 guidelines fully. Like the tokens generated by https://material-foundation.github.io/material-theme-builder/ and https://github.com/material-foundation/material-color-utilities are completely kebab-cased (like --md-sys-color-on-primary) but @mui/material-next appear...
## Contributing Feel free to take any components that are not done or in progress. Please mention this issue in your PR so we can link it in the description...
POC for improving the ESM module distribution of the packages. - Add exports key pointing to `import` and `require` files - Add file extensions with `babel-plugin-add-import-extension` Missing: - Types -...
As we start relying heavily on component tokens with Material Design 3 implemented through CSS variables, we should stabilize the CssVarsProvider API and remove the "Experimental" flag. **Search keywords**:
Part of #40417 ## Description Deprecate `components` and `componentsProps` props, which are planned for removal in v7. - These are deprecated in favor of the slot pattern: `slots` and `slotProps`...
Add exports field add `.mjs` extension to ESM files on the packages that use the common pipeline `build.mjs`/`copyFiles.mjs` except for: - `@mui/icons-material`: Will be handled in https://github.com/mui/material-ui/issues/35233 - `@mui/codemod`: Custom...
Part of https://github.com/mui/material-ui/issues/41281 Closes https://github.com/mui/material-ui/issues/11377 Implement `slots` and `slotProps` props in TextField and deprecate `*Props` props: - `InputProps` in favor of `slotProps.input` - `inputProps` in favor of `slotProps.htmlInput` - `SelectProps`...
Opacity 0.6 was always being applied, but it should apply the opacity only if a `light` prop is present.
Part of #40417 ## Description Deprecate composed CSS classes, which are planned for removal in v7. - These are deprecated in favor of using atomic classes and combining them in...
Remove props deprecated since May 2021 (https://github.com/mui/material-ui/pull/26446): - `autoFocus` - `button` - `disabled` - `selected` The `ContainerComponent` and `ContainerProps` will be handled in https://github.com/mui/material-ui/issues/41281 **Search keywords**: deprecated listitem