Commit Graph

22 Commits

Author SHA1 Message Date
Copybara-Service
8d2b6447e4 Merge pull request #5456 from adrianjost:adrian/5297
PiperOrigin-RevId: 607080215
2024-02-14 13:05:38 -08:00
Elizabeth Mitchell
6ecda49749 chore(tabs): fix color contrast for custom tabs demo
PiperOrigin-RevId: 601833325
2024-01-26 12:13:41 -08:00
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elizabeth Mitchell
58f2446246 fix(tabs): a11y and tabs sometimes not activating
PiperOrigin-RevId: 564453926
2023-09-11 11:43:09 -07:00
Elizabeth Mitchell
1442f9b223 fix(tabs): setting active on tab selects them
BREAKING CHANGE: Rename the `selected` index property on md-tabs to `activeTabIndex` (`active-tab-index` attribute). Rename `select-on-focus` to `auto-activate`

PiperOrigin-RevId: 564437639
2023-09-11 10:53:44 -07:00
Elizabeth Mitchell
88eb1759c5 fix(tabs): remove font shorthand tokens
BREAKING CHANGE: replace `label-text-type` tokens with `-font`, `-size`, `-line-height`, and `-weight`

PiperOrigin-RevId: 563790527
2023-09-08 10:35:03 -07:00
Elizabeth Mitchell
2295f12e71 fix: add aria-hidden="true" to ripple, focus ring, and elevation
PiperOrigin-RevId: 562075778
2023-09-01 16:33:32 -07:00
Elizabeth Mitchell
6b2955bffe fix(tabs)!: secondary tabs always have inline icons
PiperOrigin-RevId: 561157766
2023-08-29 15:39:24 -07:00
Elizabeth Mitchell
5b13b5c05b fix(tabs)!: split md-tab into md-primary-tab and md-secondary-tab
BREAKING CHANGE: remove `variant` attributes and change `md-tab` to `md-primary-tab`, or `md-secondary-tab` if using `variant="secondary"

PiperOrigin-RevId: 561077231
2023-08-29 10:47:55 -07:00
Elizabeth Mitchell
13690a396f fix(tabs): remove divider tokens in favor of md-divider
BREAKING CHANGE: Remove `--md-*tab-divider` tokens and use `md-tabs::part(divider)` and `--md-divider-*` tokens

PiperOrigin-RevId: 560127620
2023-08-25 10:16:46 -07:00
Elizabeth Mitchell
d18db2a6ac fix(tabs): remove disabled tabs
BREAKING CHANGE: tabs cannot be disabled per spec. If disabled tabs are required, use `pointer-events: none` and CSS to style them.

PiperOrigin-RevId: 560124706
2023-08-25 10:07:33 -07:00
Elizabeth Mitchell
bd7cf232ed chore(tabs): remove vertical styling and logic
PiperOrigin-RevId: 559596640
2023-08-23 17:55:58 -07:00
Elizabeth Mitchell
a117b06b7b fix(iconbutton)!: rename <md-standard-icon-button> to <md-icon-button>
PiperOrigin-RevId: 552545415
2023-07-31 11:37:56 -07:00
Elizabeth Mitchell
bdfa63f63c chore(tabs): remove vertical tabs (not specced)
PiperOrigin-RevId: 551674397
2023-07-27 16:33:46 -07:00
Elliott Marquez
86ccec3e7e build: use firebase for hosting and remove url prefixes 2023-07-27 09:17:27 -07:00
Elizabeth Mitchell
ae407b0874 feat: add component convenience bundles
PiperOrigin-RevId: 549723539
2023-07-20 13:30:01 -07:00
Andrew Jakubowicz
10f60d23e0 chore: rename e to event
PiperOrigin-RevId: 549039407
2023-07-18 10:16:37 -07:00
Material Web Team
0da80a01d2 fix(tabs): adds a11y roles for tablist/tab
PiperOrigin-RevId: 532843567
2023-05-17 11:04:13 -07:00
Material Web Team
dd5f3f07a4 feat(tabs): improves support for dynamically adding/removing tabs
PiperOrigin-RevId: 532511300
2023-05-16 10:57:18 -07:00
Elliott Marquez
dc49e0b518 docs: update playground urls to match new base-URI
PiperOrigin-RevId: 531322264
2023-05-11 15:24:11 -07:00
Elliott Marquez
5f80c096e0 refactor: remove extraneous file extensions
PiperOrigin-RevId: 531005525
2023-05-10 14:26:01 -07:00
Elliott Marquez
1cade43ccf refactor: remove extraneous file extensions
PiperOrigin-RevId: 530993820
2023-05-10 14:04:53 -07:00