Commit Graph

19 Commits

Author SHA1 Message Date
Elizabeth Mitchell
6c2aef6901 chore(all): add keep-sorted comments to Sass imports
PiperOrigin-RevId: 509583504
2023-02-14 11:10:23 -08:00
Elizabeth Mitchell
060d204334 chore: update component tokens to v0.152
PiperOrigin-RevId: 501055718
2023-01-10 11:56:25 -08:00
Elizabeth Mitchell
563518b59f fix(menu): use new elevation component
PiperOrigin-RevId: 499297369
2023-01-03 13:06:52 -08:00
Elizabeth Mitchell
eedb7f5d3c chore: replace * selector with :host
PiperOrigin-RevId: 493992896
2022-12-08 14:15:19 -08:00
Elizabeth Mitchell
89eee57074 chore(elevation): branch elevation styles
PiperOrigin-RevId: 493625319
2022-12-07 09:27:08 -08:00
Elizabeth Mitchell
bff01dadf7 chore(tokens): update to v0.144
PiperOrigin-RevId: 491464625
2022-11-28 15:53:25 -08:00
Elizabeth Mitchell
e41d9efae1 chore(menusurface): merge static/theme-styles
PiperOrigin-RevId: 485668232
2022-11-02 12:43:55 -07:00
Elizabeth Mitchell
a1943be23a chore(menusurface): update to use local custom properties
PiperOrigin-RevId: 485660041
2022-11-02 12:10:47 -07:00
Elizabeth Mitchell
73ca8ae0eb chore: use relative paths
PiperOrigin-RevId: 481941267
2022-10-18 09:28:59 -07:00
Elizabeth Mitchell
b49e4278af chore(menusurface): remove compat deps
PiperOrigin-RevId: 478546029
2022-10-03 10:46:11 -07:00
Esteban Gonzalez
cc4603e99e feat(autocomplete): Create MdAutocompleteSurface to adjust width
PiperOrigin-RevId: 477450294
2022-09-28 07:45:11 -07:00
Daniel Freedman
75a8a916d9 chore(all): refactor components with RTL needs to use isRtl() helper
PiperOrigin-RevId: 471370247
2022-08-31 15:24:06 -07:00
Alexander Marks
30c95aeee1 chore: add ".js" extensions to import statements.
In particular, this allows external build tools like Rollup and @web/dev-server to understand imports of Lit, which is configured to require the ".js" extension via its export conditions (so that Lit import maps can remain minimal).

PiperOrigin-RevId: 469772992
2022-08-24 11:01:21 -07:00
Joy Zhong
5e7011559a feat(menusurface): Add menu surface theming API.
PiperOrigin-RevId: 468496264
2022-08-18 10:48:27 -07:00
Elizabeth Mitchell
65463164c9 chore: various build fixes
PiperOrigin-RevId: 467245676
2022-08-12 10:51:27 -07:00
Joy Zhong
305b790faa fix(menu): Fix focus management bugs (TAB on menu item closes menu without restoring focus to anchor element, on menu open, menu respects focusState option (first item, last item, or list root).
PiperOrigin-RevId: 466956413
2022-08-11 08:12:17 -07:00
Joy Zhong
884c3a204b feat(menusurface): Add flipMenuHorizontally property, add unit tests.
PiperOrigin-RevId: 465404408
2022-08-04 14:25:14 -07:00
Joy Zhong
60c4a413d3 feat(menu): Add initial menu base component class.
PiperOrigin-RevId: 463403263
2022-07-26 12:40:08 -07:00
Joy Zhong
5f51f26bf9 feat(menusurface): Add menusurface class (forked from MWC/MDC).
PiperOrigin-RevId: 461889186
2022-07-19 08:31:07 -07:00