Commit Graph

34 Commits

Author SHA1 Message Date
Elizabeth Mitchell
cb3748b4d7 docs: update catalog landing page and add github link
PiperOrigin-RevId: 646604510
2024-06-25 14:19:33 -07:00
Elliott Marquez
cc8d02c847 docs: expose component size page and make bold look not fuzzy
PiperOrigin-RevId: 591365088
2023-12-15 14:48:19 -08:00
Elliott Marquez
bad478dd91 docs(menu): fix the popover demo and warning blockquote
PiperOrigin-RevId: 590796459
2023-12-13 20:19:58 -08:00
Copybara-Service
8e75343bbd Merge pull request #5275 from material-components:stories-page
PiperOrigin-RevId: 590302109
2023-12-12 12:48:15 -08:00
Elliott Marquez
4f4792a19a add licenses 2023-12-11 18:51:20 -08:00
Elliott Marquez
8bdc6e79ee docs: make page for full stories 2023-12-11 18:48:22 -08:00
Valentin Degenne
fbc1fa626a
fix(catalog): align one liners to center 2023-10-11 17:22:50 +02:00
Valentin Degenne
5235b3ea52
fix(catalog): center items in blockquotes 2023-10-11 17:14:04 +02:00
Copybara-Service
1b0461884e Merge pull request #4981 from material-components:catalog-fixes
PiperOrigin-RevId: 567885328
2023-09-23 11:19:40 -07:00
Elliott Marquez
9250d95fa8 set url bar and favicon 2023-09-22 23:35:46 -07:00
Elliott Marquez
186e8fc188 add all docs content to the catalog 2023-09-22 23:05:50 -07:00
Elliott Marquez
446558081a docs(catalog): misc catalog fixes 2023-09-22 19:28:01 -07:00
Elizabeth Mitchell
205bdc6ccf chore: update catalog usage of md-list-item
PiperOrigin-RevId: 567738815
2023-09-22 16:01:28 -07:00
Elliott Marquez
9f3e55d79a docs: auto-generate API docs
Updates API docs in our markdown files with Lit Analyzer by manually running `npm run update-docs`

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-web/pull/4946 from material-components:api-docs 1322ca962041a4b1f30ef7ad3ef2c7eb9087f42b
PiperOrigin-RevId: 566834596
2023-09-19 21:05:47 -07:00
Elliott Marquez
9447ec7d72 refactor(list)!: move list aria to host
BREAKING CHANGE: Aria and roles on List have been moved to the host element. list-tabindex attribute should be migrated to tabindex attribute. type attribute should be migrated to role attribute.

PiperOrigin-RevId: 565767899
2023-09-15 13:45:32 -07:00
Andrew Jakubowicz
af27ff8374 fix(catalog): remove TODO from home page
PiperOrigin-RevId: 565459571
2023-09-14 13:25:04 -07:00
Elliott Marquez
8e79da6f41 docs(menu): lessen indirection code reuse in stories
PiperOrigin-RevId: 563544292
2023-09-07 14:21:40 -07:00
Elliott Marquez
8d3abd4588 docs(catalog): hide the nav bar's default dots in ff and fix tab navigation
PiperOrigin-RevId: 563257951
2023-09-06 17:09:56 -07:00
Elliott Marquez
e702a40ca5 docs(list): document list
PiperOrigin-RevId: 558041510
2023-08-17 23:05:12 -07:00
Elliott Marquez
10c24edff7 docs(catalog): make the content-less spacing smaller
PiperOrigin-RevId: 557593145
2023-08-16 13:54:49 -07:00
Elliott Marquez
2d9352e3f4 refactor(list-item)!: remove duplicate list-item menu-item from custom prop names
BREAKING: renames custom props from this:

`--md-list-item-list-item-...`
`--md-menu-item-list-item-...`

to:
`--md-list-item-...`
`--md-menu-item-...`
PiperOrigin-RevId: 557337871
2023-08-15 20:48:25 -07:00
Elliott Marquez
09cb6da8fb refactor(list,menu)!: add href to (list|menu)-item and remove (menu|list)-item-link
BREAKING CHANGE: list-item-link and menu-item-link have been removed and their functionality has been added to menu-item and list-item respectively.

PiperOrigin-RevId: 553894393
2023-08-04 13:18:38 -07:00
Elliott Marquez
e861ab3528 add license header 2023-07-27 09:49:35 -07:00
Elliott Marquez
596aa3ddc3 format 2023-07-27 09:48:23 -07:00
Elliott Marquez
a7f21a2b2f add no js styles 2023-07-27 09:46:01 -07:00
Elliott Marquez
8243a13c4c fix font display and start command 2023-07-27 09:29:32 -07:00
Elliott Marquez
86ccec3e7e build: use firebase for hosting and remove url prefixes 2023-07-27 09:17:27 -07:00
Elliott Marquez
fbed917087 docs(catalog): make code block border-radius visible to app & fix nowrap
Oops I forgot to copy this over form my local env to internal code review. In this CL I expose

--catalog-code-block-border-radius

so that it's available to the copy button component. Additionally, run syntax-highlight.css through prettier because my old formatter was the built-in vscode one.

Also removed nowrap from the navigation pane since I just went with a fixed width.

PiperOrigin-RevId: 538700609
2023-06-07 23:52:58 -07:00
Elliott Marquez
e9a811e211 docs(catalog): remove inert on component doc pages
PiperOrigin-RevId: 538636568
2023-06-07 17:31:14 -07:00
Elliott Marquez
4d23510985 docs(catalog): add a table of contents pane and fix some safari issues
PiperOrigin-RevId: 538625840
2023-06-07 16:39:47 -07:00
Elliott Marquez
f403d42807 docs(catalog): refactor catalog to use material panel layout
PiperOrigin-RevId: 537973428
2023-06-05 13:55:58 -07:00
Elliott Marquez
07b45b8d5a docs(catalog): implement components page components and ssr server entrypoint
PiperOrigin-RevId: 536832183
2023-05-31 14:59:14 -07:00
Elliott Marquez
d1a9a4aaa1 docs(catalog): implement the html, CSS, and data system for the components pages
PiperOrigin-RevId: 536826719
2023-05-31 14:38:54 -07:00
Elliott Marquez
1d0a8ce44e docs(catalog): implement the shell and index page
PiperOrigin-RevId: 535752437
2023-05-26 17:33:03 -07:00