atlantis
atlantis copied to clipboard
feat(components): Expose variation prop for Chip used in Chips component
Motivations
During our separate Chip from Chips PR https://github.com/GetJobber/atlantis/pull/1995 we unintentionally changed the default background color of the Chip
used in the Chips
component, this PR allows the setting of a variation
which will allow subtle
Chip components which will have a "white" background
Subtle Chips component:
Subtle multiselect
Subtle dismissable
Changes
Added
Changed
- components: Expose
variation
prop in theChip
component used inChips
Deprecated
Removed
Fixed
Security
Testing
git revert 9a66fd4495033a0cba44254325ae01b8fdae3d61
to allow you to interact with the Chips stories that make use of the new variation prop in Storybook
Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.