Sarah Rambacher

Results 78 issues of 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.

DevX
Penta

More details to come, but here's an initial codepen showing the general idea: https://codepen.io/srambach/pen/RwmRPEK

Feature
Animation

**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 - [...

Epic
Feature
PF6
Post v6

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...

Accessibility
released on @alpha
v6 alpha bug

**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...

pinned
Tech debt
PF6
Penta
Post v6

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...

Feature
PF6

**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...

Animation
Tech debt
Post v6

@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]...