-
Notifications
You must be signed in to change notification settings - Fork 858
Update Button component, ubook stories and docs #5377
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
Conversation
59d32bd to
2134006
Compare
Deploying baseweb with
|
| Latest commit: |
2134006
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d9fecacd.baseweb.pages.dev |
| Branch Preview URL: | https://linfeng-button.baseweb.pages.dev |
|
|
||
| <Yard placeholderHeight={52} {...buttonYardConfig} /> | ||
|
|
||
| <Notification |
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.
Added a deprecation note on doc
| tagLimeBorderSecondaryUnselected: primitiveDarkColors.lime500Dark, | ||
| tagLimeBorderSecondarySelected: primitiveDarkColors.lime800Dark, | ||
| }; | ||
| const hoveredAndPressedColors: HoveredAndPressedSemanticColors = { |
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.
Copied from base-specs
DianaSuvorova
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.
Nice!
| const [css] = useStyletron(); | ||
| const [isSelected, setIsSelected] = React.useState(false); | ||
|
|
||
| console.log('isSelected', isSelected); |
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.
stray console.log
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.
good catch! I'll remove it in my next PR for button group.
Description
Scope
Minor: New Feature
Will bump the version after we sync other components.