19 Commits

Author SHA1 Message Date
Elizabeth Mitchell
c72e5fe8d2 docs: update freshness
PiperOrigin-RevId: 836781444
2025-11-25 13:01:25 -08:00
lit-robot
aa8b30d1f6 docs: update API docs 2025-08-21 17:32:12 +00:00
Elizabeth Mitchell
c53bc867a4 docs: update freshness and owners
PiperOrigin-RevId: 761161494
2025-05-20 11:27:21 -07:00
Liz Mitchell
9b498fed6a chore: update typescript to 5.6.2 2024-11-04 10:26:15 -08:00
Zack Elliott
a2aa5a3a53 docs(chips): update docs for new soft-disabled attribute that is replacing always-focusable
PiperOrigin-RevId: 652473957
2024-07-15 07:29:20 -07:00
Elliott Marquez
2c0fafd3d8 docs: update analyzer and update docs 2024-06-04 21:57:37 -07:00
VandeurenGlenn
b9ca14b469 Convert all doc images to webp 2024-05-20 17:16:03 +02:00
Elizabeth Mitchell
9757681fc5 docs: update freshness
PiperOrigin-RevId: 619269873
2024-03-26 12:09:47 -07:00
Li-Yu Yu
0c1d3bcdf2
docs: Fix chip broken link 2024-02-20 17:11:22 +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
Elizabeth Mitchell
553aaa6695 docs: todo cleanup
PiperOrigin-RevId: 595708369
2024-01-04 08:10:56 -08:00
lit-robot
84df854bb7 docs: update API docs 2023-09-25 21:32:35 +00:00
Elliott Marquez
c789c99036 chore(fab): explicitly mark function as protected for API docs
PiperOrigin-RevId: 568274397
2023-09-25 11:20:26 -07:00
lit-robot
621192bc12 docs: update API docs 2023-09-20 06:58:11 +00:00
Elliott Marquez
9f3e55d79a docs: auto-generate API docs
Updates API docs in our markdown files with Lit Analyzer by manually running `npm run update-docs`

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-web/pull/4946 from material-components:api-docs 1322ca962041a4b1f30ef7ad3ef2c7eb9087f42b
PiperOrigin-RevId: 566834596
2023-09-19 21:05:47 -07:00
Elizabeth Mitchell
16bfac1343 feat(chips): swap to toolbar a11y pattern
BREAKING CHANGE: chips now follow the [aria toolbar pattern](https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/examples/toolbar/). Chip sets are toolbars and chips are buttons or links. Filter chips are toggle buttons.
What to change:
- Remove `type` attribute from `<md-chip-set>` (you can mix and match chip types!)
- Remove `single-select` from `<md-chip-set>`. Use JS to control filter chips if single selection is required. Radio filter chips will come in a future update.
- Disabled chips CAN be focused with the keyboard if `always-focusable` is set.
- Filter chips no longer dispatch a `"selected"` event. Listen to `"click"` and use `event.target.selected` instead.
- ArrowUp and ArrowDown no longer navigate between chips. These are reserved for chip actions, like dropdown menu chips.

PiperOrigin-RevId: 566352830
2023-09-18 10:57:56 -07:00
Elizabeth Mitchell
a8ce2ab427 docs: fix broken theming links
PiperOrigin-RevId: 564410908
2023-09-11 09:32:57 -07:00
Elizabeth Mitchell
87ad1dae4f fix(chips): remove font shorthand tokens
BREAKING CHANGE: replace `label-text-type` tokens with `label-text-font`, `-size`, `-line-height`, and `-weight`

PiperOrigin-RevId: 563161436
2023-09-06 11:21:14 -07:00
Elizabeth Mitchell
0c6655d95b docs: add chip docs
PiperOrigin-RevId: 557190776
2023-08-15 11:17:04 -07:00