Diego Andai

Results 34 issues of 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...

on hold
package: material-ui
customization: theme
enhancement
design: material you

## 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...

umbrella
deprecation
package: material-ui
ready to take
v6.x
v7.x

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 -...

PR: out-of-date
proof of concept

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**:

package: system
package: material-ui
enhancement

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`...

deprecation
package: material-ui
ready to take

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...

PR: out-of-date
breaking change
core

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`...

component: text field
deprecation
package: material-ui

Opacity 0.6 was always being applied, but it should apply the opacity only if a `light` prop is present.

component: divider
package: codemod

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...

deprecation
package: material-ui
ready to take

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

component: list
package: material-ui
ready to take