-
Notifications
You must be signed in to change notification settings - Fork 14
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: Add tokens to SuggestionProductCard
#135
Feat: Add tokens to SuggestionProductCard
#135
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Arthur Andrade <[email protected]>
3734185
to
2b97795
Compare
Preview is readyThis pull request generated a Preview👀 Preview: https://sfj-b38c741--gatsby.preview.vtex.app |
Lighthouse ReportsHere are the Lighthouse reports of this Pull Request📝 Based on commit b38c741
|
SuggestionProductCard
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.
LGTM!
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.
LGTM! 👏
@@ -0,0 +1,2 @@ | |||
export { product } from './product' |
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.
Nice! Could you please update it on Nextjs starter as well if it's not too much work?
I noticed there we have mocks and mock folders.
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.
Yeah! I'm opening the PR!
Signed-off-by: Arthur Andrade [email protected]
What's the purpose of this pull request?
This PR applies the new Theming structure to
SuggestionProductCard
: new scoped tokens linked to global ones.How to test it?
You can check the story on Storybook.
Checklist
Changelog
CHANGELOG.md
at the beginning of its due section. The latest version should comes first.CHANGELOG.md
. E.g., New items in thepull_request_template.md
(#4)PR Description
Breaking change
,Enhancement
,Bug
orChore
.ComponentName
component.useWindowDimensions
hook.Documentation