Commit Graph

2 Commits

Author SHA1 Message Date
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elliott Marquez
8634d3104b docs(catalog): implement stories infrastructure
All of this code runs specifically in the playground, so there is some really weird stuff going on in this PR. Apologies in advance.

This is slimmed down version of Lit stories and material-collection. Here's a summary of the changes:

- Lit stories
  - Knobs use MD3 components and theming
  - IE style renderer ripped out
  - Unsafe style considerations are gone
  - Stories for testing infra removed
- material-collection
  - MaterialCollection is just LitCollection since we handle theming differently
  - added theme-loader which syncs with the theme w/ rest of the page
  - no textarea knob necessary since MaterialCollection is gone
  - setUpDemo doesn't handle fonts and icons since we just load them in index.html

PiperOrigin-RevId: 535705174
2023-05-26 13:49:03 -07:00