-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ActionList): consumed Penta updates #10041
feat(ActionList): consumed Penta updates #10041
Conversation
Preview: https://patternfly-react-pr-10041.surge.sh A11y report: https://patternfly-react-pr-10041-a11y.surge.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LPTM 🚀
What: Towards #9677
Couple questions:
- For the "Action list with cancel button" example, should the "Cancel" button be in the same group as "Next" and "Back" buttons (how it is in Core), or should it be separate visually and structurally (how it is in this PR)? EDIT: update core example to use separate groups
@thatblindgeye deferring to design @lboehling @andrew-ronaldson
- For the "Action list with icons" example, is it intended that that is the only time ActionListItem component should not be wrapped in an ActionListGroup? Or should we be consistent about always needing the ActionListGroup wrapping ActionListItem components? EDIT:
Open core issue to update pf-m-icons styling on pf-v5-c-action-list to also update group column-gap var (column-gap on action list should remain the same)PR opened by Matt - feat(action-list): added icon group variable update patternfly#6263
@thatblindgeye we decided grouping is optional, but application of .pf-m-icons
updates spacing for all element.
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Towards #9677
Couple questions:
Open core issue to update pf-m-icons styling on pf-v5-c-action-list to also update group column-gap var (column-gap on action list should remain the same)PR opened by Matt - feat(action-list): added icon group variable update patternfly#6263Additional issues: