Commit
5 years ago
Docs website (#177) * Docs website! * Fix yarn lock * Fixes * Group and order props * Add doc template * Had to remove 'unique' otherwise we miss colors (#183) added css for highlighting syntax added remark plugin to apply classes to code blocks * Set containerPadding to 8px by default * Allow links to have a ref for overlay trigger * Fix dialog height inside popovers * Don't scroll the page when auto focusing dialogs * Fix RadioGroup forwardRef pattern * Prop groups and type rendering * header info * more header work with cards * Make it pretty * cleaning heading table * splitting up css * Remove some importants * Update template * Add parcel namer plugin for nice urls * Ensure that the parcel cache works * fix typescript * add ref to breadcrumb using Link * fix linter * Improve accordion * Resolve babel core so jest works * Fix popovers * Fix tests * TreeSitter syntax highlighting (#187) * Try using tree sitter Would love to get the style from atom because ours isn't quite as fancy Would also love to get a spectrum person to actually do the colors, css is a little different than code Left prop tables alone for now, but they should probably get their own classes instead of piggy backing on the code syntax, they can use the same variables, just should have their own class names Each example now needs to be tsx instead of jsx Each example must return a single node in order for tree sitter to make sense of it * remove extraneous sample highlighting code * get yarn install working * Fix mdx processing so we don't need Fragment * split out our wrapping/unwrapping code into its own module * Adjust syntax highlighter colors * Update Parcel to latest nightly * Rename duplicate type definition * Working build * Use overflow: auto instead of overflow: scroll * Attempt to build the website in CI * Fix config * Upgrade parcel, fix commit builds * Fix public url * Docs toc (#190) * Textfield Docs (#181) * Adding JSDocs to textfield props * first pass at TextField mdx * Addressing review comments * small tweaks * Adding visual options * removing icon example doing this since spectrum still needs to decide if this should be a thing * forgot to remove icon import as well * Addressing review comments * updating template for spectrum usage guideline links * Removing extraneous aria-label * Review comments * Addressing review comments * add comma Co-authored-by: Danni <darobins@adobe.com> Co-authored-by: Robert Snow <snowystinger@gmail.com> Co-authored-by: Daniel Lu <dlu@livefyre.com> Co-authored-by: Danni <darobins@adobe.com>
Author
Parents
Loading