Elizabeth Mitchell
55b4650063
fix(tokens)!: tokens.md-comp-*-values() include custom properties by default
...
BREAKING CHANGE: Sass component tokens, such as `tokens.md-comp-checkbox-values()`, return `var(--md-<component>, <value>)` instead of just the CSS value. Use `$exclude-custom-properties: true` to remove them.
PiperOrigin-RevId: 652550625
2024-07-15 11:43:52 -07:00
Elizabeth Mitchell
f2ff86725c
fix: remove :host-context rtl selectors
...
We can support this now that Chrome 120-121 are stable.
PiperOrigin-RevId: 606984234
2024-02-14 07:53:51 -08:00
Elizabeth Mitchell
84536d7416
chore: update components to use custom properties from tokens
...
PiperOrigin-RevId: 601597083
2024-01-25 16:13:41 -08:00
Copybara-Service
689f9459c2
Merge pull request #5311 from christophe-g:cg-remove-unecessary-progress-animation
...
PiperOrigin-RevId: 594013260
2023-12-27 08:11:01 -08:00
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