Sarah Rambacher
Sarah Rambacher
We should add z-index tokens. Initially, just duplicate the pf-global z-index variables we have now but as tokens. In the future we will want to make these more semantic.
More details to come, but here's an initial codepen showing the general idea: https://codepen.io/srambach/pen/RwmRPEK
**Describe the feature** As needed, implement animation as done in core issue https://github.com/patternfly/patternfly/issues/6517 and https://github.com/patternfly/patternfly/issues/6515 ```[tasklist] ### Components with animation - [ ] https://github.com/patternfly/patternfly-react/issues/10624 - [ ] https://github.com/patternfly/patternfly-react/issues/10440 - [...
A user has reported that the font size in v6 is too small. WCAG2 does not define a minimum font size. The base size was decreased from 16px to 14px...
**Describe the enhancement or change** In V6, we used the link button to provide styling for the links in jump links. We should probably style and use a jump link-specific...
Closes #6653 This changes the main container not to fill unless it either a) has `.pf-m-fill` or b) it contains a section with `.pf-m-fill` Note: I'm not sure we really...
**Describe the feature** In V6, Page and PageSection components don't fill the page because pf-v6-c-page__main-container does not fill the available height (nor its child pf-v6-c-page__main). Let's give the option with...
**Describe the enhancement or change** Toast alert animation was added but right now the parameters for animation are hard coded as tokens - this issue should create alert-group component variables...
@andrew-ronaldson As a followup, we need to consider mobile presentation. Here's an example of toggle group items overflowing and how `toggle-group` can handle this scenario. **Things to consider** - [x]...