-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(number-input): refactor with testing #8935
feat(number-input): refactor with testing #8935
Conversation
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 292dcb3 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/60d23470986d690008e6e818 😎 Browse the preview: https://deploy-preview-8935--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 292dcb3 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/60d23470986d690008e6e813 😎 Browse the preview: https://deploy-preview-8935--carbon-components-react.netlify.app |
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.
Just a small comment!
Side-note, would it make sense to add the storybook stories to @carbon/react
for this component to double-check that the styles look correct? 👀
@joshblack should we be expecting storybook changes in other sass module reviews as well? |
@emyarod good question, might make sense to add to the checklist |
Thank you for the feedback ya'll I'll make sure to add! |
@joshblack @emyarod storybook was added for styles. Let me know what other feedback ya'll might have! |
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.
🔥
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 good to me
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 292dcb3 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/60d2347056868f00084b26ec 😎 Browse the preview: https://deploy-preview-8935--carbon-react-next.netlify.app/iframe |
Closes #8919
NumberInput
to SASS modulesTesting:
yarn test --watch packages/styles/scss/components/__tests__/number-input-test.js
packages/carbon-react
runyarn storybook
to make sure none of the styles are brokenREVIEWS help me confirm the new variable name is in fact
$duration-fast-01
thank you :)