You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(meter): let meter use its rootclass in storybook (#3231)
Meter's Storybook template was using the rootClass for progress bar,
rather than its own rootClass. It was set up this way because of the
way the two components are housed together, and meter primarily just
uses ProgressBar, with some added classes.
This value not being unique made it difficult to compare and match up
the value of rootClass in the packageJson spectrum data to the actual
rootClass defined in the story files default args.
0 commit comments