Commit Graph

11 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
Elizabeth Mitchell
d7b40fbafd chore(radio): simplify hcm styles
PiperOrigin-RevId: 569570652
2023-09-29 13:12:20 -07:00
Elliott Marquez
99918a0b88 chore(radio): simplify hcm styles
PiperOrigin-RevId: 569372050
2023-09-28 20:53:40 -07:00
Elizabeth Mitchell
50037a1338 chore(radio): simplify hcm styles
PiperOrigin-RevId: 569317421
2023-09-28 16:10:50 -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
d5c927a88f chore(radio): add documentation
PiperOrigin-RevId: 501139954
2023-01-10 17:57:11 -08:00
Elizabeth Mitchell
3aff084297 fix(radio): update rendering and styles
PiperOrigin-RevId: 499587641
2023-01-04 15:01:14 -08: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
Material Web Team
5aafcaafb4 chore: move radio into the new directory
PiperOrigin-RevId: 460536739
2022-07-12 13:18:32 -07:00