12 Commits

Author SHA1 Message Date
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elizabeth Mitchell
9194cc94db fix(textfield): missing focused left border for textarea in HCM
PiperOrigin-RevId: 569336619
2023-09-28 17:36:12 -07:00
Andrew Jakubowicz
448fcddfa2 chore: decouple field component from interface imported from menu
PiperOrigin-RevId: 567361278
2023-09-21 11:09:34 -07:00
Elizabeth Mitchell
7866a939b9 fix(textfield): add demo a11y and fix outlined label navigation
PiperOrigin-RevId: 565191993
2023-09-13 16:19:47 -07:00
Elizabeth Mitchell
61c8f6db46 fix(textfield): don't show focus indicator when focused on icon
PiperOrigin-RevId: 564527586
2023-09-11 16:01:43 -07:00
Elizabeth Mitchell
0c5a2a2886 fix(text-field,select): remove font shorthand tokens
BREAKING CHANGE: replace `*-type` font tokens with `-font`, `-size`, `-line-height`, and `-weight`

PiperOrigin-RevId: 563160975
2023-09-06 11:18:59 -07:00
Elizabeth Mitchell
cdd2ea6c1d fix(textfield): textarea resize handle overlapping outline
PiperOrigin-RevId: 562022448
2023-09-01 12:37:14 -07:00
Elizabeth Mitchell
ecac7ecbad fix(textfield): show overflowing content like popups and focus rings
Fixes #4071

Note: Right now textareas cannot display overflowing content due to `resize` requiring hidden overflow.

BREAKING CHANGE: The field component must add the `resizable` attribute rather than using CSS. CSS `resize` can still customize the direction (defaults to both).

PiperOrigin-RevId: 561981406
2023-09-01 09:57:57 -07:00
Elizabeth Mitchell
11cc4721ce fix(textfield): don't transition colors when disabling
PiperOrigin-RevId: 561801775
2023-08-31 17:12:30 -07:00
Elizabeth Mitchell
541c0e947d fix(textfield): line breaks not visible in Firefox
Fixes #4581

PiperOrigin-RevId: 561168215
2023-08-29 16:20:46 -07:00
Andrew Jakubowicz
a8c2fa9a8b fix(menu)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/menu/lib` to `@material/web/menu/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550589890
2023-07-24 09:45:01 -07:00
Andrew Jakubowicz
dac3639721 fix(field)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/field/lib` to `@material/web/field/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550049784
2023-07-21 14:24:05 -07:00