patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Describe the problem** The `CodeEditor` component does not react to app theme changes **How do you reproduce the problem?** 1. Go to https://www.patternfly.org/components/code-editor 2. Change the theme to Dark in...
**Describe the enhancement or change** In the next breaking change release, we need to remove the opt-in logic for animations in these components so that animations are on by default....
not displaying logo or content properly in the masthead
Related to #11579, the examples in the following components need to be converted to TypeScript. - [x] ChartArea - https://github.com/patternfly/patternfly-react/pull/11721 - [x] ChartBar - https://github.com/patternfly/patternfly-react/pull/11727 - [x] ChartBoxPlot - https://github.com/patternfly/patternfly-react/pull/11728...
**Describe the enhancement or change** A clear and concise description of the request. What is the expected outcome? Can PF export a status `color` type/enum for use in product for...
**Describe the enhancement or change** A clear and concise description of the request. What is the expected outcome? Can you add a `default` option to `ValidatedOptions`. This will make it...
Replacement for https://github.com/patternfly/patternfly-react/issues/9127#event-16113914008, the following are deps that need major bumps only; renovate will handle any minor bumps. - [x] @dnd-kit/modifiers - Current: 7.0.0 | Latest: 9.0.0 | Depended by:...
from @jeswanke [slack chat](https://patternfly.slack.com/archives/C4FM977N0/p1746717332393499): 1. we added a DrawerPanelContent like so: ``` ``` 2. then DrawerPanelContent does this: ``` {...((defaultSize || minSize || maxSize) && { style: boundaryCssVars as React.CSSProperties...
**Describe the problem** Followup to #11625 , currently [expandablesectiontruncate.ts](https://github.com/patternfly/patternfly-react/blob/main/packages/react-integration/cypress/integration/expandablesectiontruncate.ts) is not include into testing. It is failing the conditionally rendering test. **How do you reproduce the problem?** https://github.com/patternfly/patternfly-react/blob/42eea0ff2352f1352d5943eca14ab8cf66eab161/packages/react-integration/cypress/integration/expandablesectiontruncate.ts#L11-L19 The above...
**Describe the enhancement or change** Follow up to #11749. After the PR is merged we need to add cypress test for the inert attribute. >- click the expandable toggle to...