vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 763 forks source link

docs: fix vue component for parsing core api key/values #6621

Closed hippee-lee closed 2 years ago

hippee-lee commented 2 years ago

Signed-off-by: Matt Hippely mhippely@vmware.com

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Website web-component api pages are missing api information.

Issue Number: N/A

What is the new behavior?

The wca output for custom-elements.json recently changed. The website theme has DocWebComponentAPI vue component that finds and renders a components api info. THis updates that in order to find the public API bits and render them on a component api page.

Does this PR introduce a breaking change?