atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

feat(components): Expose variation prop for Chip used in Chips component

Open MichaelParadis opened this issue 5 months ago • 5 comments

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: image

Subtle multiselect image

Subtle dismissable image

Changes

Added

Changed

  • components: Expose variation prop in the Chip component used in Chips

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.

Random photo of Atlantis

MichaelParadis avatar Sep 12 '24 17:09 MichaelParadis