fix(storybook): Removed Playground Stories and Added Controls to Default#19788
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19788 +/- ##
=======================================
Coverage 84.92% 84.92%
=======================================
Files 464 464
Lines 14828 14828
Branches 4798 4853 +55
=======================================
Hits 12592 12592
+ Misses 2088 2087 -1
- Partials 148 149 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Looks great! Thanks for doing that.
Just a small feedback:
React:
- Code Snippet:
- Inline: disable not working
Web Componentes:
-
AI Skeleton
- AI Skeleton Text:
I think maybe we should adjust the attribute messages just for consistency.
- heading: "Set to true to use heading style."
- lineCount: "The number of lines shown if paragraph is true."
- paragraph: "Set this to true to generate multiple lines of text."
- width: "Width (in px or %) of single line of text or max-width of paragraph lines." -
Code Snippet:
- Inline: disable not working
-
Structured List:
- Default:
I think maybe we should adjust the attribute messages just for consistency.
- condensed: "Specify if structured list is condensed, default is false."
- flush: "Specify if structured list is flush, default is false."
|
@heloiselui Requested changes have been pushed 🚀
|
7b4be0a
…ult (carbon-design-system#19788) * fix(storybook): removed playground stories * fix(storybook): adjust control descriptions --------- Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com> Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
…ult (carbon-design-system#19788) * fix(storybook): removed playground stories * fix(storybook): adjust control descriptions --------- Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com> Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
Closes #19575
Removed all playground stories from the Carbon Web Components storybook, with the exception of components that already have a sub-issue opened in the React|WC Parity Syncing Epic since they are already being worked on.
Changelog
New
Changed
The following components have had changes in storybook:
React
AI Label
Code Snippet
Theme
Web Components
AI Label
Skeleton/AI Skeleton
Code Snippet
typeargtype=singlein the Skeleton Story to match ReactFile Uploader
Form Group
cds-buttonusage in Default story by wrapping it incds-form-itemto match React storyOverflow Menu, Pagination, Progress Bar, Progress Indicator, Radio Button, Stack, Structured List
Popover
Toggle
labelTextarg to match React storyTooltip
labelanddefaultOpento match React storyRemoved
Testing / Reviewing
unstable_Paginationsince I believe the story will be removed once its stable.