Michael Coker
Michael Coker
Currently if a progress description and/or status is not passed, and either would go above the progress bar, we're rendering empty elements. Those should not be needed if they aren't...
A `pf-c-input-group__item` element would be more consistent with other "group" components/elements, and would help us with spacing, focus management, would give us the ability to introduce variations, control item size,...
As part of the design token work, we should document each token and the intended role/usage. This can live on the core workspace, but should eventually be a page on...
Placeholder for the core work in https://github.com/patternfly/patternfly/issues/4979 If the animations can be handled all in CSS, there may be no react work needed, but we may need to introduce things...
With penta, the global vars that create these react-tokens that are used for custom styles will be removed, so we'll want to address that before penta is released (or whenever...
re: https://github.com/patternfly/patternfly-react/issues/9587 and this issue to make the same update in core https://github.com/patternfly/patternfly/issues/5950. Not sure if this is a breaking change or not, probably depends on how we go about...
https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/demos/RTL/examples/PaginatedTable.jsx https://react-staging.patternfly.org/patterns/right-to-left/react-demos/paginated-table/ FWIW the RTL demo is a modified version of the [table column management demo](https://github.com/patternfly/patternfly-react/blob/main/packages/react-table/src/docs/demos/table-demos/ColumnManagement.jsx)
fixes https://github.com/patternfly/patternfly/issues/6316
Follow up from https://github.com/patternfly/patternfly/pull/6441#pullrequestreview-1955693920 The menu toggle controls element has a `min-width` that creates the space around the toggle icon. That space doesn't match the intended design if the controls...
Re: https://github.com/patternfly/patternfly-react/issues/10144 React has a `height` prop for `` that applies an inline style of `style="height: [value of height prop]"` to control the height. This works fine, except for when...