-
Notifications
You must be signed in to change notification settings - Fork 536
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
adding color algo for hex colors #4844
adding color algo for hex colors #4844
Conversation
|
size-limit report 📦
|
b43b6e3
to
8b0edad
Compare
8b0edad
to
bf3c1e7
Compare
* adding color algo for hex colors * fix tests * update snap name * test(vrt): update snapshots --------- Co-authored-by: Katie Langerman <[email protected]> Co-authored-by: langermank <[email protected]>
* feat: add experimental Label component * chore: run format * rename + agree to use color2k * adding color algo for hex colors (#4844) * adding color algo for hex colors * fix tests * update snap name * test(vrt): update snapshots --------- Co-authored-by: Katie Langerman <[email protected]> Co-authored-by: langermank <[email protected]> * refactor: move IssueLabel to experimental * chore: add changeset * docs: update feature stories * test(vrt): update snapshots * adding functionality to match dotcom * cleanup * stories * docs * vrt * lint * remove disable * snap * fix vrt * test(vrt): update snapshots --------- Co-authored-by: Josh Black <[email protected]> Co-authored-by: langermank <[email protected]> Co-authored-by: Lukas Oppermann <[email protected]> Co-authored-by: langermank <[email protected]>
This PR adds the color algorithm to transform hex colors to something similar to variants to the new
IssueLabel
component.@joshblack and anybody else who wants to chime in, please let me know anything that is not perfect and how I should improve it. Happy to learn.