-
Notifications
You must be signed in to change notification settings - Fork 367
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
refactor: [M3-7575] CircleProgress and ColorPalette storybook v7 migrations #10015
Conversation
children?: JSX.Element; | ||
className?: string; |
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.
Removing this method of adding additional styles since this prop is never used + we're moving away from classNames. Keeping the other option, sx, as a prop
Coverage Report: ✅ |
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.
Looks great
- color palette story + test
- CircleProgress story + test
const innerCircle = screen.queryByTestId('inner-circle-progress'); | ||
expect(innerCircle).not.toBeInTheDocument(); | ||
}); | ||
}); |
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.
🎉
Description 📝
How to test 🧪
Verification steps
As an Author I have considered 🤔
Check all that apply