9 Commits

Author SHA1 Message Date
Elizabeth Mitchell
a450e4288c fix(progress): allow linear progress to fill flex containers
Originally was min-block-size and got changed to width instead of min-width.

Fixes #5042

PiperOrigin-RevId: 575915111
2023-10-23 13:37:41 -07:00
Andrew Jakubowicz
70bfea8738 fix(linearprogress): linear progress buffer dots now visible in HCM
PiperOrigin-RevId: 565173622
2023-09-13 15:09:50 -07:00
Elizabeth Mitchell
59c44fc2f9 fix(tokens): rename token override files
BREAKING CHANGE: Change "radio-button" and "progress-indicator" Sass token APIs to "radio" and "progress". This matches the tag names of their components.

PiperOrigin-RevId: 560184741
2023-08-25 13:45:10 -07:00
Elizabeth Mitchell
7d412a3b56 chore(progress): allow setting border-radius on linear progress
PiperOrigin-RevId: 558173219
2023-08-18 09:50:52 -07:00
Elizabeth Mitchell
d06f29806a chore(progress): reduce linear progress rtl complexity
PiperOrigin-RevId: 558041659
2023-08-17 23:07:17 -07:00
Elizabeth Mitchell
f39da54bc5 fix(progress): incorrect HCM colors
PiperOrigin-RevId: 557594392
2023-08-16 13:59:14 -07:00
Elizabeth Mitchell
07d77da034 chore(fab): remove ResizeObserver
PiperOrigin-RevId: 557552908
2023-08-16 11:38:30 -07:00
Elizabeth Mitchell
6a84fbeb07 chore: remove "screen" from media queries
PiperOrigin-RevId: 557511198
2023-08-16 09:30:08 -07:00
Andrew Jakubowicz
6ec3f06429 fix!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/<component>/lib` to `@material/web/<component>/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550633216
2023-07-24 12:02:59 -07:00