material-web/list/internal
Andrew Jakubowicz 3b5cbc4ede fix(list)!: list items are now noninteractive by default
BREAKING CHANGE: the `noninteractive` property has been replaced by the `interactive` property, and by default, a list-item will no longer show a ripple or focus ring.
What to change:
- To preserve prior default behavior, add the `interactive` attribute explicitly.
- Any setting of a truthy `noninteractive` attribute or property can be removed as it's the new default behavior.

PiperOrigin-RevId: 566696782
2023-09-19 11:43:59 -07:00
..
listitem fix(list)!: list items are now noninteractive by default 2023-09-19 11:43:59 -07:00
_list.scss fix(list): remove internal md3-* class prefix 2023-08-24 16:47:21 -07:00
list-styles.scss fix(list)!: rename "lib" directory to "internal" 2023-07-24 09:29:15 -07:00
list.ts refactor(list)!: move list aria to host 2023-09-15 13:45:32 -07:00