-
Notifications
You must be signed in to change notification settings - Fork 1
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 new tokens to SearchInput
[FS-496]
#189
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Preview is readyThis pull request generated a Preview👀 Preview: https://preview-189--nextjs.preview.vtex.app |
Lighthouse ReportsHere are the Lighthouse reports of this Pull Request📝 Based on commit 3e9bbe4
|
284e7ff
to
3071b60
Compare
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.
Awesome! It's still looking the same.
SearchInput
SearchInput
[FS-496]
3071b60
to
96ed414
Compare
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.
Well done!! It's working fine 🚀
I've just noticed an issue with this transition token name. I think I've suggested changes in all of the occurrences. After fixing it, I guess LGTM, ok?
79413ab
to
22a3613
Compare
22a3613
to
348cdf2
Compare
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.
🌟
What's the purpose of this pull request?
This PR intends to apply new tokens to
SearchInput
based on the new Theming structure: new scoped tokens linked to global ones.How does it work?
This PR uses local variables to parameterize the
SearchInput
properties, then connects these scoped tokens to the global ones.How to test it?
These changes should not affect the
SearchInput
behavior. It can be tested through Storybook, inside theSearch
feature page.Checklist
PR Title and Commit Messages
PR Description
Breaking change
,Enhancement
,Bug
orChore
.ComponentName
component.useWindowDimensions
hook.Documentation