feat(ProgressBar): add new ProgressBar component - #702
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
|
✅ All tests passed!
Click here if you need to update snapshots. |
Related Issues
Description of Changes
ProgressBar컴포넌트를 새로 추가했다.packages/coreprogress-bar/신규: Root / Label / Value / Track / Indicator / Status 6개 파트typeprop:default(blue.200 → background.primary),warning(orange.200 → background.warning) 좌→우 그라데이션sizeprop:sm(8px) /md(12px) /lg(16px). 라벨·값 타이포는 size와 무관하게 고정(Label body2, Value heading6)value={null}이면 indeterminate 상태utils/warn.ts신규:min/max값이 잘못됐을 때 개발 환경에서만 경고apps/websiteprogress-bar.mdx문서 신규 (Property / Examples / Accessibility / Props Table)progress-bar-*.jsonprops 스펙 6개 추출Screenshots
Checklist