-
Notifications
You must be signed in to change notification settings - Fork 77
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
refactor(chip)!: Renamed property and updated values #6058
Conversation
BREAKING CHANGE: Renamed `color` property and updated values. - Renamed the property `color`, use `kind` instead. - Updated the accepted values of `kind` to `brand`, `inverse`, and `neutral` (default). - Updated the accepted values of `appearance` to , `outline`, `outline-fill` and `solid` (default).
Along with the refactored properties and values, these changes incorporate some other small updates to avoid further breaking change in a few months when we add These are being added to Figma - cc @ashetland @SkyeSeitz - there will be visual changes in Chromatic that need approval. Screen.Recording.2022-12-15.at.9.05.37.AM.mov |
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.
I'm ok with doing some bug fixes in the refactoring but I think this one needs to be tested pretty well since its doing more than just refactoring.
@ashetland @SkyeSeitz I've added you as reviewers here- as @driskull mentioned this has a few extra changes to take a look at - I know these are noted for inclusion for Figma but want to triple check :) |
Yes! These changes are slotted for Figma 🚀 |
BREAKING CHANGE: Renamed
color
property and updated values, and updatedappearance
values.color
, usekind
instead.kind
tobrand
,inverse
, andneutral
(default).appearance
to ,outline
,outline-fill
andsolid
(default).