Commit Graph

4860 Commits

Author SHA1 Message Date
Copybara-Service
8f7cb4c376 Merge pull request #5521 from TeamBusylj:md-slider-background
PiperOrigin-RevId: 615090991
2024-03-12 10:27:42 -07:00
Copybara-Service
2ae226cf17 Merge pull request #5501 from vdegenne:switch-input-event
PiperOrigin-RevId: 614856943
2024-03-11 18:02:40 -07:00
Elizabeth Mitchell
668f0ee5e9 fix(textfield): no longer inherits text-align from parents
Fixes #5509

PiperOrigin-RevId: 614835633
2024-03-11 16:38:47 -07:00
vdegenne
771702edce chore: remove unnecessary code 2024-03-11 16:19:11 +01:00
Tim Bizilj
bcdd6e0e6d Changed slider background-color to background in css 2024-03-09 10:00:46 +01:00
Elliott Marquez
34c0a6779e fix(elevation): limit elevation transition to box-shadow and opacity
`transition-property: inherit` was causing issues where doing `visiblity: hidden` would animate with the shadow of the button. This change makes it such that we set the default properties to `box-shadow, opacity` on host so that it is still configuratble by the consumer of md-elevation.

PiperOrigin-RevId: 613385695
2024-03-06 16:56:21 -08:00
Elizabeth Mitchell
36dd77ef97 feat(typography): add @material/web/typography/md-typescale classes
Fixes #1050

View the updated [typography docs](https://github.com/material-components/material-web/blob/main/docs/theming/typography.md#classes) for more info.

PiperOrigin-RevId: 613259080
2024-03-06 10:14:34 -08:00
Elliott Marquez
758e61581e fix(button,fab,chips,labs): text-transform inherits through shadow root
PiperOrigin-RevId: 612948745
2024-03-05 13:24:40 -08:00
Elliott Marquez
b74e3dd2e3 fix(elevation): expose md-elevation ::part in all components
PiperOrigin-RevId: 612946796
2024-03-05 13:18:05 -08:00
Elizabeth Mitchell
1c2197bd30 chore: update css-to-ts script
PiperOrigin-RevId: 612919272
2024-03-05 11:52:39 -08:00
Elizabeth Mitchell
41bfda8dca chore(select): remove fixed todo
PiperOrigin-RevId: 612439510
2024-03-04 07:14:51 -08:00
Elizabeth Mitchell
c3d303eaac chore(tabs): remove closed todo bug
PiperOrigin-RevId: 611579351
2024-02-29 13:35:07 -08:00
Elizabeth Mitchell
84cd527818 chore(tokens): remove closed todo bug
PiperOrigin-RevId: 611579066
2024-02-29 13:33:41 -08:00
Elizabeth Mitchell
098b6d4be8 chore(tokens): remove unneeded override token
PiperOrigin-RevId: 611563379
2024-02-29 12:44:12 -08:00
Elizabeth Mitchell
7bd2a43382 docs: update freshness
PiperOrigin-RevId: 611466551
2024-02-29 07:37:57 -08:00
Elizabeth Mitchell
c35bad0c64 fix: rename internal <styles>.css.js to <styles>.css
We are changing the names of these files to reduce similarity with CSS modules and avoid clashing with tooling built around that. If you're importing `*/internal/styles.css.js`, swap to `*/internal/styles.js`.

PiperOrigin-RevId: 611265000
2024-02-28 16:20:22 -08:00
vdegenne
e46fc6ddf9 chore(switch): add test unit 2024-02-28 14:26:18 +01:00
vdegenne
8d201e0d5d fix(switch): reflect selected state in input event 2024-02-28 11:50:06 +01:00
Elizabeth Mitchell
274ce3e4e0 fix(tabs): default scroll-behavior: smooth not working
Fixes #5497

PiperOrigin-RevId: 610915724
2024-02-27 16:44:14 -08:00
Elizabeth Mitchell
c6ffd70fc8 feat(menu): add no-navigation-wrap to fix select accessibility
PiperOrigin-RevId: 610514684
2024-02-26 13:46:47 -08:00
Elizabeth Mitchell
ec0a8ebf6e chore: use CSSResultOrNative instead of CSSResult for static styles
PiperOrigin-RevId: 609760445
2024-02-23 10:01:56 -08:00
Copybara-Service
2613de471b Merge pull request #5352 from datvm:linear-progress-buffer
PiperOrigin-RevId: 609528198
2024-02-22 15:57:48 -08:00
Copybara-Service
2d54b972c1 Merge pull request #5483 from vdegenne:quick-dialog
PiperOrigin-RevId: 609527362
2024-02-22 15:54:53 -08:00
Elizabeth Mitchell
ce41b7bfb3 fix: use explicit CSSResult[] types for static styles
PiperOrigin-RevId: 609494809
2024-02-22 14:15:11 -08:00
Copybara-Service
8432bbb5db Merge pull request #5429 from material-components:release-please--branches--main--components--web
PiperOrigin-RevId: 609490358
2024-02-22 14:02:20 -08:00
Copybara-Service
2d5267b6a1 Merge pull request #5428 from material-components:auto-update-sizes
PiperOrigin-RevId: 609446222
2024-02-22 11:44:23 -08:00
lit-robot
5ff2e59b41 chore: update sizes 2024-02-22 17:58:41 +00:00
release-please[bot]
653050db82
chore: release 1.3.0 2024-02-22 17:57:23 +00:00
dependabot[bot]
039630c7d6
chore: bump ip from 1.1.8 to 1.1.9 (#5485)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 09:56:53 -08:00
Elizabeth Mitchell
09f620de55 chore(field): remove obsolete design todo question
PiperOrigin-RevId: 609065119
2024-02-21 11:27:49 -08:00
vdegenne
ee591b3f1b feat(dialog): add quick property to skip animations 2024-02-21 11:33:45 +01:00
Luke Vo
c7e26b5e93 Added back the buffer check vs. max value 2024-02-21 09:09:31 +07:00
Elizabeth Mitchell
3e934e17b9 chore: remove todo from catalog code
PiperOrigin-RevId: 608782651
2024-02-20 16:34:59 -08:00
Elizabeth Mitchell
7154a44fec chore: remove obsolete bug todo
PiperOrigin-RevId: 608779974
2024-02-20 16:25:29 -08:00
Elizabeth Mitchell
4f073ec1ec chore: remove TODOs for unactionable bugs
PiperOrigin-RevId: 608775304
2024-02-20 16:10:07 -08:00
Copybara-Service
97c2e84d90 Merge pull request #5463 from CarlosEGuerraSilva:main
PiperOrigin-RevId: 608764139
2024-02-20 15:37:34 -08:00
Copybara-Service
20570e51af Merge pull request #5475 from afq984:patch-1
PiperOrigin-RevId: 608762817
2024-02-20 15:35:46 -08:00
Elizabeth Mitchell
54872bdbdf chore: remove FF bug todo from test
PiperOrigin-RevId: 608762761
2024-02-20 15:34:12 -08:00
Elizabeth Mitchell
9e2cea5073 chore: remove todos from web-test-running.config.js
PiperOrigin-RevId: 608762543
2024-02-20 15:32:23 -08:00
Li-Yu Yu
0c1d3bcdf2
docs: Fix chip broken link 2024-02-20 17:11:22 +08:00
Material Web Team
2049323dde fix(menu): left arrow in submenu closes submenu in closure
PiperOrigin-RevId: 608184142
2024-02-18 17:28:53 -08:00
Luke Vo
2512f55c1d Removed linear progress buffer clamping 2024-02-17 11:54:59 +07:00
Elizabeth Mitchell
87d7eac5c5 chore(checkbox): fix aria for checkbox list demo
PiperOrigin-RevId: 607822159
2024-02-16 15:47:32 -08:00
Elizabeth Mitchell
4d2684119e chore(dialog): disable extending dialog internally with closure
PiperOrigin-RevId: 607775035
2024-02-16 12:56:45 -08:00
Carlos Guerra
43a8147b4f
Merge branch 'main' into main 2024-02-15 20:36:29 -06:00
Carlos Guerra
fb086bbd35 fix(labs): hasConstructed and constructor deprecated, changing tabIndex update in connectedCallback 2024-02-15 20:35:57 -06:00
Copybara-Service
f39617f469 Merge pull request #5455 from kspar:main
PiperOrigin-RevId: 607479911
2024-02-15 15:46:24 -08:00
Elizabeth Mitchell
41bac9e44d feat: add --md-sys-shape-* tokens for all components
PiperOrigin-RevId: 607427925
2024-02-15 13:00:24 -08:00
Carlos Guerra
a5b8a761b0
Merge branch 'main' into main 2024-02-15 12:08:32 -06:00
Luke Vo
a8a9d56581 Buffer default value is now 0 and added some code cleanup. 2024-02-15 17:28:38 +07:00