patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitejs/plugin-react-swc](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc)) | [`^3.9.0` -> `^3.11.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react-swc/3.9.0/3.11.0) |  |  | --- ###...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`^9.1.2` -> `^9.2.1`](https://renovatebot.com/diffs/npm/concurrently/9.1.2/9.2.1) |  |  | --- ### Release...
## What Closes #12047 - This PR fixes horizontal navigation scroll buttons not appearing/disappearing when the browser window is resized. ### Problem Description When using horizontal navigation, the scroll buttons...
**What**: Closes #12066 Currently I've added support for "plain" based on the issue's usage (adding it to the existing `variant` prop), but I'm wondering whether this may be better as...
This PR adds the previously removed `widths` prop to `` and introduces a new `flexGrow` prop that maps to `.pf-m-flex-grow[on-{breakpoint}]` modifiers. ### Changes - Added responsive `widths` and `flexGrow` support...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`^1.3.1` -> `^1.4.1`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.3.1/1.4.1) |  |  | --- ###...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | @​patternfly/documentation-framework | [`^6.28.9` -> `^6.31.15`](https://renovatebot.com/diffs/npm/@patternfly%2fdocumentation-framework/6.28.9/6.31.15) |  |  | --- ### Configuration...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`^15.5.0` -> `^15.5.2`](https://renovatebot.com/diffs/npm/lint-staged/15.5.0/15.5.2) |  |  | --- ### Release...
Closes #11803 Enhanced the @patternfly/react-tokens package to include dark theme values in semantic token definitions, making it easier for developers to access both light and dark theme values programmatically. Changes:...
Update logic to focus on the first visible sub-step when navigating from a parent step. **What**: Fixes #12165 **Additional issues**: - https://github.com/osbuild/image-builder-frontend/issues/3909