-
Notifications
You must be signed in to change notification settings - Fork 357
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(Tabs): consumed Penta updates #10044
Conversation
Preview: https://patternfly-react-pr-10044.surge.sh A11y report: https://patternfly-react-pr-10044-a11y.surge.sh |
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.
This looks good from what I can tell :)
(needs a rebase, though)
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.
Approved. We talked about the followup issue for the overflow border but this can be merged now.
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.
lgtm!
715dfce
to
fbd162d
Compare
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.
LGTM
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #10043, closes #9909
Codemod for tabs
Preview for tabs
As an FYI this PR suffers (may suffer depending on whether it affects you) the same visual bug mentioned in the original Core PR, which that will require a followup.
This also bumps the core alphas as they're needed for this update.
Per convo with design during one of the Penta meetings, it was decided that the
secondary
styling for TabContent should only be enabled when the Tabs component has bothpf-m-box
andpf-m-secondary
, as the background colors of the current tab and the tab content will match as intended. Consumers can still use a non-box Tabs with secondary TabContent styling, though. If we'd want to restrict that a bit more we could consider removing theisBox
prop and update thevariant
prop to accept default, box, and box-secondary values.Additional issues: