Valentin Degenne

Results 70 issues of Valentin Degenne

The `main` property in `package.json` should refer to the entry point of your source code (which in this case is `src/gamecontrol.js`. It allows other developers to include your package in...

fixes https://github.com/material-components/material-web/issues/5532

### What is affected? Component ### Description Using `.click()` programmatically on a `` (and variants) doesn't open the link referenced by the `href` attribute. **Comparatively, this behavior works on ``...

### What is affected? Component ### Description When using `.click()` on `` family the ripple effect is not shown. Comparatively the ripple is displayed when using `.click()` on ``. ###...

Moving `getOpenAnimation` and `getCloseAnimation` properties to methods type for the doc: ![image](https://github.com/material-components/material-web/assets/2827383/d99ff1e4-168e-4906-92a4-5e780ffa3758)

### What is affected? Component ### Description When opening multiple dialogs, scrim are not layered properly resulting in dialogs opening in top of each other with no clear way to...

### What is affected? Component ### Description The scrollbar flashes when the dialog opens even in the case the content is not scrollable. It's particularly more apparent in dark mode....

If you ever need to use fixed colors in some parts of the catalog, this PR adds them to the palette. It also sorts and prettify the keys of the...

preview-catalog

### What is affected? Component ### Description The following code ```html I'm in! ``` will give the following result ![image](https://github.com/material-components/material-web/assets/2827383/da7bd5f8-cdd9-4e7b-8eb4-bfa736a81cbe) This is so discriminatory toward italic text _!_ ### Reproduction...

### What is affected? Component ### Description when `close` is used in `filter-chip` or `input-chip` to emulate the appearance of the default "remove" icon, the result is slightly different than...