feat(ui): add StreamProgressBar and StreamCheckBox#54
feat(ui): add StreamProgressBar and StreamCheckBox#54xsahil03x merged 6 commits intomain-design-systemfrom
Conversation
- Add `StreamProgressBar` component with determinate and indeterminate states. - Add `StreamProgressBarTheme` and integrate into `StreamTheme`. - Update `backgroundCoreSurfaceStrong` and `accentNeutral` color tokens. - Add playground examples to the gallery.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Added `StreamCheckbox` component with support for standard and circular shapes. - Implemented `StreamCheckboxTheme` and `StreamCheckboxStyle` for customization. - Updated `StreamComponentFactory` to support custom checkbox builders. - Exposed checkbox theme via `StreamTheme` and extensions. - Added playground and showcase examples to the design system gallery.
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (4.83%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main-design-system #54 +/- ##
=====================================================
Coverage ? 33.93%
=====================================================
Files ? 99
Lines ? 2959
Branches ? 0
=====================================================
Hits ? 1004
Misses ? 1955
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Components required to build Poll component