patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Describe the problem** Edit 4/11/2025: This issue should be scoped to just updating how we're defining the default value of the aria-label on Spinner. Ideally we want the default value...
See https://www.patternfly.org/components/truncate  vs https://www.patternfly.org/components/truncate/html 
Spotted in https://github.com/patternfly/patternfly-react/pull/11575 The current code editor uses a different code/mono font than the rest of patternfly. Looks like we can pass `fontFamily: 'var(--pf-t--global--font--family--mono)'` to `editorOptions` to use the RedHatMono...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`^9.22.0` -> `^9.29.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.22.0/9.29.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Describe the enhancement or change** Followup to some comments left in https://github.com/patternfly/patternfly-react/pull/11861/ - The console error with the `isSettings || isHamburger || isFavorite` conditional for the accessible name (line 164...
PatternFly libraries should follow NPM standards for publishing dual module (CommonJS/ESModule) packages. PatternFly packages have ``` "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", ``` This is a really early format when...
**Describe the problem** The card component doesn't have ref forwarding. We want to add ref forwarding for work in Chatbot: https://github.com/patternfly/chatbot/pull/409 We need to add focus to the card for...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.2.8` -> `^1.3.0`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.2.8/1.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Describe the enhancement or change** @rebeccaalpert mentioned a screenshot being out of date in https://github.com/patternfly/patternfly-react/pull/11861#pullrequestreview-2918365928. Would be nice to do a general screenshot update check for React during code freeze...
**Is this a new component or an extension of an existing one?** And extension/adjustment of [Popover](https://www.patternfly.org/components/popover) **Describe the feature** Allow interactive content for using it in scenarios where other components...