8 Commits

Author SHA1 Message Date
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elliott Marquez
f576b60aec fix(textfield,focus,ripple): fix textfield SSR
PiperOrigin-RevId: 566863561
2023-09-19 23:57:20 -07:00
Material Web Team
556e6f95e4 chore: fix closure compiler issues
PiperOrigin-RevId: 564867173
2023-09-12 16:30:19 -07:00
Elizabeth Mitchell
2295f12e71 fix: add aria-hidden="true" to ripple, focus ring, and elevation
PiperOrigin-RevId: 562075778
2023-09-01 16:33:32 -07:00
Elizabeth Mitchell
1e7aff50cf feat(focus,ripple): allow setting element.control = elementRef
Why? Makes it easier in lit to attach elements in bindings

```html
<md-ripple .control=${this}>
```

This is needed to support radio, which needs to make the host element interactive.

PiperOrigin-RevId: 559899531
2023-08-24 16:09:25 -07:00
Elliott Marquez
fa63178238 refactor(menu): remove :has selectors
PiperOrigin-RevId: 552615347
2023-07-31 15:54:20 -07:00
Elizabeth Mitchell
1fa5cf3485 fix(focus): allow --md-focus-ring-* cascading again
PiperOrigin-RevId: 552613931
2023-07-31 15:48:53 -07:00
Andrew Jakubowicz
77110d7c8e fix(focus)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/focus/lib` to `@material/web/focus/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550581980
2023-07-24 09:18:22 -07:00