-
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(Slug): implement AI Slug #14998
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@aagonzales pushed this up to get some feedback, spacing is definitely off on inline variants but are easy fixes. Wanted to get it up ASAP so we can iterate |
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.
A couple more tweaks for the inline with text: @tw15egan
|
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.
Incredible work, looks great to me! 🏆
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 on my end!
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.
woo-hoo! TJ these look awesome. Only two small things and the second isn't even that important.
- Its inline slug again, the hollow dot on the two smaller sizes are misaligned by 1px. Can you move the hollow dot over 1px to the left.
- Ok this one probably doesn't matter too much but if its easy would we adjust the text colors of the content inside the example callout (very low priority for Thursday release)
Other than that I its good for the first release tomorrow 🎉
@aagonzales updated 👍🏻 |
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 for v1, ship it! 👍 ✅
b1c721c
Hey there! v11.41.0 was just released that references this issue/PR. |
* feat(Slug): scaffold out AI Slug component * feat(slug): add gradient tokens to themes, hover styles * feat(slug): add focus styles, cleanup storybook * fix(Theme): adjust small slug hover tokens * feat(Slug): add hollow slug * feat(Slug): initial inline styles * chore(snapshot): update snapshots * feat(Slug): add inline styles * fix(Slug): refactor inline variant * style(Slug): tweak inline styles * style(Slug): add hover styles to inline variant * style(Slug): add initial callout styles * style(Slug): tokenize gradients * style(Slug): adjust padding * chore: udpate snapshots * style(Slug): adjust padding with hollow dot, fix text colors * fix(Slug): fix hover styles when focused * refactor(Slug): remove ai from prefix --------- Co-authored-by: Andrea N. Cardona <[email protected]>
Closes #14947
Adds in the
unstable__slug
componentChangelog
New
unstable__Slug
component withdefault
,hollow
, andinline
variantsTesting / Reviewing
Go to
unstable__Slug
under the experimental section at the bottom and verify against the spec