-
Notifications
You must be signed in to change notification settings - Fork 350
feat(Chips): add "neutral" variant color #3170
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(Chips): add "neutral" variant color #3170
Conversation
PR Reviewer Guide 🔍(Review updated until commit 094e0fa)Here are some key observations to aid the review process:
|
talkor
left a comment
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 feel neutral about this
|
📦 Bundle Size Analysis ✅ No bundle size changes detected. Unchanged Components
📊 Summary:
|
LNTM |
User description
https://monday.monday.com/boards/3532714909/pulses/9857616053
PR Type
Enhancement
Description
Add "neutral" variant color support to Chips component
Extend color type definitions with neutral color mappings
Add neutral color to StateSelectedColor and StateSelectedHoverColor enums
Include neutral theme example in Storybook documentation
Diagram Walkthrough
File Walkthrough
Colors.ts
Add neutral color type definitions and mappingspackages/core/src/types/Colors.ts
neutralcolor toMapStateSelectedColormapping with--ui-background-colorvalueneutralcolor toMapStateSelectedHoverColormapping with--ui-background-hover-colorvalueElementAllowedColortype to include"neutral"variantcolors-vars-map.ts
Add neutral to color state enumspackages/core/src/utils/colors-vars-map.ts
NEUTRAL = "neutral"toStateSelectedColorenumNEUTRAL = "neutral"toStateSelectedHoverColorenumChips.stories.tsx
Add neutral color examples to Storybook storiespackages/docs/src/pages/components/Chips/Chips.stories.tsx
color="neutral"propcontainer