-
Notifications
You must be signed in to change notification settings - Fork 375
feat(Flex): add plain gap spacing #9143
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
Conversation
|
Preview: https://patternfly-react-pr-9143.surge.sh A11y report: https://patternfly-react-pr-9143-a11y.surge.sh |
tlabaj
left a comment
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.
Once Eric'S PR merges, you can rebase. He has made the updates the remove the icon sprite etc.
dbbbad8 to
39cab8c
Compare
|
Waiting on #9133 to fix table |
|
Rebased |
thatblindgeye
left a comment
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.
React-wise looks good. Not related to this PR, but I'm noticing that using gapXs doesn't seem to apply any class/do anything? Though this is present in both React and Core workspaces. @mcoker is the xs spacing for gap working as intended?
mcoker
left a comment
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.
😍
|
@thatblindgeye nice catch! Sorry I didn't see that comment until after I reviewed - opened a core issue, it should fix the react component once merged patternfly/patternfly#5600 |
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
* feat(Flex): add plain gap spacing * update core dep * bump core
What: Closes #9141
Adds the plain/non-size modifiers to gap, row gap, and column gap.
Currently this will not actually apply any styling because react's core package needs a version bump.