4566 Commits

Author SHA1 Message Date
Elliott Marquez
afee41b5af test(menu): test all positioning values
PiperOrigin-RevId: 578986324
2023-11-08 11:12:51 -08:00
Elizabeth Mitchell
5bb4a422de fix(button): allow overriding padding and gap
More customization and necessary prep to move styles to host for host aria and text wrapping customization.

PiperOrigin-RevId: 580565272
2023-11-08 09:55:35 -08:00
Elizabeth Mitchell
18522381d8 fix(button): allow overriding min-width and user-select
PiperOrigin-RevId: 580324948
2023-11-07 15:50:07 -08:00
Elliott Marquez
2b591ca759 feat(menu): add document-level positioning
related #5120

PiperOrigin-RevId: 580293404
2023-11-07 14:04:00 -08:00
Elizabeth Mitchell
f08ecce357 chore(button): remove unused styles
PiperOrigin-RevId: 580031279
2023-11-06 19:59:25 -08:00
Copybara-Service
bddf0314c4 Merge pull request #5158 from datvm:fix-circular-progress-size
PiperOrigin-RevId: 580015596
2023-11-06 18:11:02 -08:00
Elizabeth Mitchell
48d84f86ee chore(button): remove BEM css class name style
Why? We don't use https://getbem.com/ styles anymore now that we have shadow dom.

Just cleanup to help with child changes.

PiperOrigin-RevId: 579980984
2023-11-06 15:50:24 -08:00
Elizabeth Mitchell
798f5ae179 fix(button): allow overriding cursor using CSS
Prep to move some styles to the host, which allows for better host styling, like setting padding and text wrapping. It will also support host aria by not relying on `<button>` pseudo selectors.

PiperOrigin-RevId: 579977848
2023-11-06 15:38:50 -08:00
Copybara-Service
7d7858090e Merge pull request #5163 from scherler:fix_typo
PiperOrigin-RevId: 579928304
2023-11-06 12:44:23 -08:00
Thorsten Scherler
08673751be
[fix_typo] fix tag name
Signed-off-by: Thorsten Scherler <scherler@gmail.com>
2023-11-06 13:53:31 +01:00
Luke Vo
075119c98f fix: Circular progress isn't circular in flex column display 2023-11-03 12:50:37 -05:00
Elliott Marquez
6b5ab21332 fix(select,textfield): native form validation shows error state
PiperOrigin-RevId: 578632986
2023-11-01 13:59:55 -07:00
Elizabeth Mitchell
87dfee41af chore(field): reduce HCM styles and move from textfield/select to field
PiperOrigin-RevId: 578351982
2023-10-31 17:33:28 -07:00
Elizabeth Mitchell
1f55d4111f chore(behaviors): update form controls to use shared mixins
PiperOrigin-RevId: 578297611
2023-10-31 14:08:39 -07:00
Elizabeth Mitchell
e1077c7abc docs: update roadmap status
PiperOrigin-RevId: 578293962
2023-10-31 13:57:36 -07:00
Elizabeth Mitchell
dd005df780 fix(tabs): allow changing tab padding
PiperOrigin-RevId: 577030425
2023-10-26 17:19:54 -07:00
Elizabeth Mitchell
f5daadc307 chore: update components to use mixinFocusable
PiperOrigin-RevId: 576982507
2023-10-26 14:09:08 -07:00
Elizabeth Mitchell
f94de5d302 chore(aria): add separate setup function for polyfill and focusability
PiperOrigin-RevId: 576973090
2023-10-26 13:37:49 -07:00
Elizabeth Mitchell
e7bc633e18 chore(behaviors): add ElementInternals mixin
PiperOrigin-RevId: 576937116
2023-10-26 11:31:33 -07:00
Elizabeth Mitchell
0ebd7c786b chore(card): add styles and tests
PiperOrigin-RevId: 576660710
2023-10-25 15:19:48 -07:00
Elizabeth Mitchell
cbcb89115f chore(card): add basic demo page
PiperOrigin-RevId: 576657778
2023-10-25 15:10:01 -07:00
Elizabeth Mitchell
1b39ab74ce chore(card): add Sass theming apis
PiperOrigin-RevId: 576653714
2023-10-25 14:57:34 -07:00
Elizabeth Mitchell
dcfd35a7a3 chore(card): add boilerplate files
PiperOrigin-RevId: 576646068
2023-10-25 14:31:37 -07:00
Elizabeth Mitchell
2a06b29f91 chore(tokens): add card tokens
PiperOrigin-RevId: 576643924
2023-10-25 14:24:23 -07:00
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Copybara-Service
d09bdc47e6 Merge pull request #5114 from vdegenne:all-chip-set
PiperOrigin-RevId: 576587019
2023-10-25 11:14:27 -07:00
Copybara-Service
77514e19e0 Merge pull request #5122 from vdegenne:slider-typos
PiperOrigin-RevId: 576565911
2023-10-25 10:12:53 -07:00
vdegenne
e98be33557 chore(slider): fix internal typos 2023-10-25 14:28:59 +02:00
Valentin Degenne
f643991abf
sort common.ts alphabetically 2023-10-25 09:07:01 +02:00
Valentin Degenne
380d0092e6
sort all.ts alphabetically 2023-10-25 09:06:26 +02:00
Copybara-Service
aaf4de76b7 Merge pull request #5115 from material-components:auto-update-docs
PiperOrigin-RevId: 576339093
2023-10-24 17:39:33 -07:00
lit-robot
f0e8dea8b7 docs: update API docs 2023-10-24 20:59:01 +00:00
Copybara-Service
2e993d3e2c Merge pull request #4917 from VandeurenGlenn:fix-scroll-behavior-type
PiperOrigin-RevId: 576269563
2023-10-24 13:58:09 -07:00
Copybara-Service
fb60ce608a Merge pull request #5040 from Burtan:main
PiperOrigin-RevId: 576260743
2023-10-24 13:39:21 -07:00
vdegenne
02867fd443 chore(all): add chip-set to common.js 2023-10-24 20:43:23 +02:00
Copybara-Service
04dcf25c4a Merge pull request #5000 from vdegenne:textfield-cols
PiperOrigin-RevId: 576205502
2023-10-24 11:24:10 -07:00
Copybara-Service
5e4fafe856 Merge pull request #5113 from vdegenne:filter-chip-click
PiperOrigin-RevId: 576201744
2023-10-24 11:13:53 -07:00
Copybara-Service
44afa3a458 Merge pull request #4904 from bbuhler:fix-tab-elevation-shape
PiperOrigin-RevId: 576201630
2023-10-24 11:12:18 -07:00
Copybara-Service
b5bab09ed0 Merge pull request #5080 from datvm:correct-progress-buffer-doc
PiperOrigin-RevId: 576191728
2023-10-24 10:44:39 -07:00
vdegenne
c77618fd84 chore(all): add chip-set to all.js file 2023-10-24 17:01:02 +02:00
vdegenne
0b4d4c2e07 fix(filter-chip): reflect correct value on click event 2023-10-24 16:46:06 +02:00
Luke Vo
271d1e86be
Update progress/internal/linear-progress.ts
Co-authored-by: Andrew Jakubowicz <spyr1014@gmail.com>
2023-10-23 16:01:04 -05:00
Luke Vo
bbcc3dc07d corrected buffer value description in code doc 2023-10-23 15:53:08 -05:00
Elizabeth Mitchell
33e4293eca docs: update card status on roadmap
PiperOrigin-RevId: 575915719
2023-10-23 13:40:24 -07:00
Elizabeth Mitchell
c1d3cc0f50 chore: add missing licenses
PiperOrigin-RevId: 575915441
2023-10-23 13:39:04 -07: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
Elizabeth Mitchell
d1ef1febb6 fix(behaviors): add focusable behavior to labs
PiperOrigin-RevId: 575902929
2023-10-23 12:57:14 -07:00
Elliott Marquez
a5a6974dec fix(select): form failure no longer throws non-focusable error
fixes #5078

PiperOrigin-RevId: 575361459
2023-10-20 18:10:02 -07:00
Elliott Marquez
5c3db90541 docs: remove cache for entrypoint JS files until we can diagnose what's going on
PiperOrigin-RevId: 575357630
2023-10-20 17:41:07 -07:00
Material Web Team
b7be1cbbb4 fix(tabs): fields intended to be accessed from templates must be exported
PiperOrigin-RevId: 575262457
2023-10-20 10:50:04 -07:00