-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(assetcard,avatar,badge): remove mdx files #3408
base: main
Are you sure you want to change the base?
chore(assetcard,avatar,badge): remove mdx files #3408
Conversation
|
- adds some missing documentation regarding stories, classes and custom properties - corrects sentence-casing of story names
- adds some missing documentation regarding stories - reorganizes some information to sit with appropriate story/variant - migrates documentation from MDX file to the stories file instead
- adds notice badge variants to semantic story - adds sizing story to docs page - migrates documentation in MDX to stories.js instead
15ffdd3
to
d25fe08
Compare
🚀 Deployed on https://pr-3408--spectrum-css.netlify.app |
File metricsSummaryTotal size: 4.27 MB* 🎉 No changes detected in any packages * Size determined by adding together the size of the main file for all packages in the library.* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✨
Description
This PR migrates any documentation from MDX files to the component's
*.stories.js
file. No loss of documentation should have occurred, but minor changes, like correcting story names to organize similar stories together or reorganizing content now that there is not an MDX file or fixing sentence-casing, is acceptable.Components included are:
Jira/Specs
CSS-1047
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
Regression testing
Validate:
Screenshots
To-do list