31 Commits

Author SHA1 Message Date
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
Elizabeth Mitchell
ec0a8ebf6e chore: use CSSResultOrNative instead of CSSResult for static styles
PiperOrigin-RevId: 609760445
2024-02-23 10:01:56 -08:00
Elizabeth Mitchell
ce41b7bfb3 fix: use explicit CSSResult[] types for static styles
PiperOrigin-RevId: 609494809
2024-02-22 14:15:11 -08:00
Jan Kuehle
4b4c373a6b chore: use import and export types
PiperOrigin-RevId: 599338980
2024-01-17 17:39:46 -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
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elizabeth Mitchell
01a99a5cc3 fix(testing): remove font shorthand tokens
PiperOrigin-RevId: 563188450
2023-09-06 12:50:33 -07:00
Elizabeth Mitchell
cdd9b264cb feat(color): add color folder for md-sys-color theming APIs
PiperOrigin-RevId: 559455085
2023-08-23 09:40:28 -07:00
Elizabeth Mitchell
a5283936fe revert: feat(color): add color folder for md-sys-color theming APIs
PiperOrigin-RevId: 559268365
2023-08-22 17:22:17 -07:00
Elizabeth Mitchell
87af9aa130 feat(color): add color folder for md-sys-color theming APIs
PiperOrigin-RevId: 559146252
2023-08-22 10:07:55 -07:00
Elizabeth Mitchell
0e492ade43 chore: remove sass theme utilities
PiperOrigin-RevId: 556915539
2023-08-14 14:39:19 -07:00
Andrew Jakubowicz
6ec3f06429 fix!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/<component>/lib` to `@material/web/<component>/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550633216
2023-07-24 12:02:59 -07:00
Elizabeth Mitchell
b1172d8470 fix(testing): use sys-color-* theming for dark mode tests
PiperOrigin-RevId: 540288116
2023-06-14 09:08:39 -07:00
Elizabeth Mitchell
0607d9ca53 chore: fix jscompiler issues
PiperOrigin-RevId: 539716693
2023-06-12 11:42:52 -07:00
Elizabeth Mitchell
a2bb8458d2 chore(sass): move to internal
PiperOrigin-RevId: 536458468
2023-05-30 11:23:00 -07:00
Elizabeth Mitchell
e12a7f33da chore: remove internal SSR annotations
PiperOrigin-RevId: 526679441
2023-04-24 10:12:10 -07:00
Daniel Freedman
9ce10bc100 chore(all): remove unnecessary property typing for strings
PiperOrigin-RevId: 523201301
2023-04-10 13:43:10 -07:00
Elizabeth Mitchell
7368e2a2e2 fix: complete tonal surface update
PiperOrigin-RevId: 522245682
2023-04-05 22:14:39 -07:00
Elizabeth Mitchell
988ad97d8c chore(testing): update test table background
PiperOrigin-RevId: 521816787
2023-04-04 11:20:46 -07:00
Elizabeth Mitchell
2ca34df894 chore(testing): refactor test table styles
PiperOrigin-RevId: 521577906
2023-04-03 15:22:40 -07:00
Elizabeth Mitchell
715c5927a7 chore(sass): remove elevation resolvers
PiperOrigin-RevId: 518051579
2023-03-20 12:57:55 -07:00
Daniel Freedman
43ce8c1d31 fix(testing): remove header-cell-text-tracking
PiperOrigin-RevId: 511244427
2023-02-21 10:44:27 -08:00
Daniel Freedman
20464014bb fix(testing): convert test-table to use -type tokens
Keep `header-cell-text-tracking` for now, but set it to `0` or `unset` in each component as converted to use `-type` tokens directly.

PiperOrigin-RevId: 509882750
2023-02-15 11:06:49 -08:00
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
8606ceae19 chore(testing): update test table to latest tokens
PiperOrigin-RevId: 491502341
2022-11-28 19:22:44 -08:00
Elizabeth Mitchell
bff01dadf7 chore(tokens): update to v0.144
PiperOrigin-RevId: 491464625
2022-11-28 15:53:25 -08:00
Elizabeth Mitchell
73ca8ae0eb chore: use relative paths
PiperOrigin-RevId: 481941267
2022-10-18 09:28:59 -07:00
Material Web Team
4908dd9e95 refactor(test-table): move unit tests next to the tested code.
PiperOrigin-RevId: 471081839
2022-08-30 13:54:21 -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
Elizabeth Mitchell
2e04eb07e6 chore: remove screenshots
PiperOrigin-RevId: 456350749
2022-06-21 14:26:21 -07:00
Material Web Team
41d41cc278 chore: update repository for Material 3
PiperOrigin-RevId: 455635969
2022-06-17 16:42:04 +00:00