material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
https://github.com/material-components/material-components-web/blame/8656bf0e032270f97d8673d33aaab4760befb5bc/packages/mdc-theme/_theme-color.scss#L66 Is this really neccessary? Why can it not work with css variables too? What happens if `var(--my-primary-color)` is passed in instead? Can this code detect if it is a...
## Bug report the typography theming system's line-height is overridden by this following line: https://github.com/material-components/material-components-web/blob/master/packages/mdc-button/_mixins.scss#L418 ### Steps to reproduce 1. Open a demo of button 2. set --mdc-typography-button-line-height: 50px; on...
## Bug report ### Steps to reproduce 1. Go to https://material-components.github.io/material-components-web-catalog/#/component/typography 1. Remove the margins on the headers 1. Set the container overflow: auto 1. Add a letter with a...
This is a placeholder epic bug to support dynamic theming using CSS variables. Refs [#3145 (Comment)](https://github.com/material-components/material-components-web/pull/3145#issuecomment-406811295) #754
## Bugs Follow the template below to ensure the quickest and most accurate response to your issue. ### What MDC-Web Version are you using? > 0.2.0 ### What browser(s) is...
feat(textfield): for diffbase, remove this line before submitting
fix(dom): Fix a message only being announced once when the message has not changed.