Commit Graph

31 Commits

Author SHA1 Message Date
Elizabeth Mitchell
1c2197bd30 chore: update css-to-ts script
PiperOrigin-RevId: 612919272
2024-03-05 11:52:39 -08:00
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
b0eea7f59d chore: add commitlint config for scopes
PiperOrigin-RevId: 591061701
2023-12-14 15:02:12 -08:00
Elliott Marquez
186e8fc188 add all docs content to the catalog 2023-09-22 23:05:50 -07:00
Elliott Marquez
07668e6959 build(catalog): re-enable catalog typechecking
This enables typechecking on the catalog so that we catch type build issues in CI next time. Type issues didn't break before since we run our code through esbuild, and it was disabled because of some weird 11ty issues that are fixed in this CL
2023-06-22 16:00:41 -07:00
Elliott Marquez
494a3a0870 docs(catalog): implement metadata shell for catalog
PiperOrigin-RevId: 534577741
2023-05-23 15:27:19 -07:00
Alexander Marks
3b81050d7e Check in package lock for more reliable CI build 2022-11-29 20:16:35 -08:00
Alexander Marks
88b0a0bca9 Set up test script with @web/test-runner 2022-11-29 20:16:30 -08:00
Alexander Marks
d9f2f9982e Add wireit build config 2022-11-21 14:12:58 -08:00
Elizabeth Mitchell
ecf2578569 chore: add package.json with basic build
PiperOrigin-RevId: 467933458
2022-08-16 08:37:48 -07:00
Material Web Team
41d41cc278 chore: update repository for Material 3
PiperOrigin-RevId: 455635969
2022-06-17 16:42:04 +00:00
Elizabeth Mitchell
8cba18fac6
chore(switch): add github build deps for deprecated switch (#2534) 2021-07-14 13:23:21 -07:00
Daniel Freedman
cbc7a6d824 New sass compile pass
- Reuse `sass-render` internals, but structured so that each component
  can build independently
- Emit stylesheet as `styles` rather than `style` to match internal
  build
- Emit stylesheets as `.css.ts` instead of `-css.ts` to match internal
  build

Related #2348
2021-05-17 15:29:01 -07:00
Liz Mitchell
8604d59edb
chore: remove src folder from packages in GitHub (#1706)
* chore: remove src folder from packages in GitHub

* chore: add extra newline to button sass
2020-08-17 17:59:35 -07:00
Elliott Marquez
d3a35a44e1 docs(demos): demos built for speed 2020-05-06 20:30:44 -07:00
Elliott Marquez
f5d96fd669 gitignore 2019-11-07 20:26:33 -08:00
Elliott Marquez
45f6f1dbff move tests to src folder 2019-08-23 17:22:58 -07:00
Elliott Marquez
cc880caba1 update gitignore to ignore more 2019-08-16 18:49:40 -07:00
Elliott Marquez
12ddbf45dc update gitignore 2019-08-16 18:49:40 -07:00
Elliott Marquez
c384b4cd2f initial js implementation 2019-08-16 18:49:40 -07:00
Elliott Marquez
b4a124ba72 implement character counter as a directive 2019-08-16 18:49:40 -07:00
Elliott Marquez
1c63d0dd42 fix gitignore again 2019-08-16 18:49:40 -07:00
Elliott Marquez
bfa2c2a0fa undo gitignore change 2019-08-16 18:49:40 -07:00
Elliott Marquez
1355a702fd contine to ignore tsbuildinfo 2019-08-16 18:49:40 -07:00
Alexander Marks
a9c2f42c74 Configuration for scripts written in TypeScript 2019-08-13 11:51:32 -07:00
Alexander Marks
f02a6b4350 Add an .npmignore to every package. 2019-08-13 10:24:31 -07:00
Elliott Marquez
eb34ec15cc create a benchmark cli 2019-07-24 17:08:53 -07:00
Daniel Freedman
a1cc4bf4c5 Update dependencies
- Fix typescript building with 3.4
- Upgrade lerna to 3.x
2019-04-04 15:36:55 -07:00
Daniel Freedman
80f901b4d7 First crazy attempt at typescript conversion
Look at switch and base packages

Move sass building into scripts
2018-09-19 17:35:42 -07:00
Daniel Freedman
2182d6478a Make demos easy to publish
- Minor changes to demo pages for rollup compat
2018-05-08 11:23:01 -07:00
Steven Orvell
286d4733ce [first commit] lots of wip elements
These are WIP. Some known issues:
* select, chips, and textfield ripple not working
* many tests to be added
* some elements tbd, including e.g. top-app-bar and drawer
2018-04-25 19:20:55 -07:00