-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(ProgressBarStepped): create component #905
Conversation
Size stats
|
Deploy preview for mistica-web ready! ✅ Preview Built with commit 94961f9. |
Accessibility report ℹ️ You can run this locally by executing |
...e_snapshots__/progress-bar-screenshot-test-tsx-progress-bar-stepped-color-default-1-snap.png
Outdated
Show resolved
Hide resolved
/> | ||
); | ||
|
||
ProgressBarStory.storyName = 'ProgressBar'; |
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.
I'd move this up, near ProgressBarStory definition
ProgressBarStory.storyName = 'ProgressBar'; | ||
ProgressBarSteppedStory.storyName = 'ProgressBarStepped'; | ||
|
||
ProgressBarStory.args = { |
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.
same for this
# [14.26.0](v14.25.0...v14.26.0) (2023-10-18) ### Bug Fixes * **Carousel:** cards bottom border being partially cut in iOS ([#920](#920)) ([754acc6](754acc6)) * **Video, DisplayMediaCard, PosterCard:** show fallback on empty src ([#910](#910)) ([4e366d3](4e366d3)) ### Features * **Accordion:** create Accordion and BoxedAccordion components ([#900](#900)) ([7062a43](7062a43)) * **Icons:** use icon keywords from mistica design in catalog story ([#914](#914)) ([286e385](286e385)) * **Menu:** fix component styles and add MenuItem/MenuSection ([#892](#892)) ([d7a7e30](d7a7e30)), closes [#901](#901) * **Mobile:** add interaction states when pressing touchable elements ([#912](#912)) ([dbd8ac0](dbd8ac0)) * **OverscrollColor, Storybook:** overscroll alternative variant and storybook default platform detection ([#919](#919)) ([77d9b45](77d9b45)) * **PinField:** new component ([#902](#902)) ([484dbc7](484dbc7)), closes [#893](#893) * **ProgressBarStepped:** create component ([#905](#905)) ([25ed4eb](25ed4eb))
🎉 This PR is included in version 14.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue: Link
Specs: Link