Sarah Rambacher
Sarah Rambacher
**Describe the problem** In the [example for tabs linked to nav elements](https://www.patternfly.org/components/tabs/react/tabs-linked-to-nav-elements/), after clicking to a tab other than the first, the view starts to jump back to the leftmost...
**Is this a new component or an extension of an existing one?** The Modal creates a ModalBox, which will have a variation in Core built using the `` element. **Describe...
Create the animation demo page. From [Roadmap epic](https://github.com/patternfly/pf-roadmap/issues/238): **Components to include in the demo** - Alerts - Notification badge and notification drawer. - Masthead with hamburger and settings button to...
Add the established opacity + slight Y transform transition to indicate expansion/collapse of tree table rows.
**Describe the feature** After the design-tokens repo publishes the tokens as a dependency, consume that dependency here in core. They should be importable from the following path now: @patternfly/design-tokens/build/css 
**Is this a new component or an extension of an existing one?** The existing component uses JS to do a lot of things that are now implemented by the Dialog...
**Describe the problem** When the left navigation is collapsible on narrower screens, the navigation should slide closed again after a selection is made. **Expected behavior** When the user selects an...
Update the dependency to pull in an update to the design tokens documentation from https://github.com/patternfly/design-tokens/pull/86
Currently, a `page-loaded` class is added to full-page examples, but not to all pages on the PatternFly org site. For consistency and to enable styling or scripting that depends on...
**What**: This implements support for allowing the toolbar to respond to container queries. Closes #12173 **Additional issues**: This relies on a core PR implementing container queries https://github.com/patternfly/patternfly/pull/8025 Implemented with Claude...