-
Notifications
You must be signed in to change notification settings - Fork 7
EMULSIFY-309: Design tokens for Gallery component #153
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
Conversation
✅ Deploy Preview for emulsify-ui-kit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ulsify-ui-kit into gallery
robherba
left a comment
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.
Hey Mari, nice work! Most of the tokens for the gallery component match the Figma design. I just have a couple of small comments:
|
@robherba Thank you for your feedback. This is ready for review again :) |
robherba
left a comment
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! 😄
src/tokens/figma.tokens.json
Outdated
| }, | ||
| "modal": { | ||
| "padding-x": { | ||
| "value": "40", |
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.
Maybe this part could follow a pattern similar to the padding-bottom token? Also, it might be good to add a unit to this token so it’s not seen as an invalid value—something like "value": "{spacing.2xl}" or "value": "40px".
src/tokens/figma.tokens.json
Outdated
| "type": "spacing" | ||
| }, | ||
| "padding-top": { | ||
| "value": "76", |
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.
The same applies to this value.
src/tokens/tokens.scss
Outdated
| --header-search-text-icon: #fff; | ||
| --gallery-overlay: #00405b; | ||
| --gallery-grid: 2rem; | ||
| --gallery-heading: #006089; |
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.
This color seems different from the color of the gallery title in figma.
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Design tokens for the new Gallery component
How to review this pull request