feat(Tabs): consumed Penta updates by thatblindgeye · Pull Request #10044 · patternfly/patternfly-react

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 both pf-m-box and pf-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 the isBox prop and update the variant prop to accept default, box, and box-secondary values.

Additional issues: