feat: add withRowGap property to grid#21430
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21430 +/- ##
==========================================
- Coverage 95.09% 95.08% -0.01%
==========================================
Files 541 546 +5
Lines 45239 45479 +240
Branches 6511 6545 +34
==========================================
+ Hits 43018 43245 +227
- Misses 2092 2105 +13
Partials 129 129
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@adamalston addressed points raised in review |
tay1orjones
left a comment
There was a problem hiding this comment.
Thanks for adding this! Looks good to me.
Random history - it's been a long time ago now, but I think this wasn't included with the initial drop because of some edge case with mixing modes in subgrids or something. I can't find it in the PR history though.
adamalston
left a comment
There was a problem hiding this comment.
I see status: visual review 🔍 on this pull request, and I’m not sure whether there's something outstanding there. Once that's resolved, I'm ready to approve given the latest updates.
All review items have been resolved as far as I can tell @adamalston. |
|
@heloiselui as you added the visual review label can you confirm if any changes are needed? |
Lauren has already reviewed the visual changes, and we have all the necessary approvals. Ready to merge, thank you, Lee! |
55ba106
This PR aims to make using the Carbon Grid simpler by proposing adding a row gap to match the gutter.
It does so by adding the
withRowGapproperty to grid (Web Components and React).Changelog
Changed
withRowGapTesting / Reviewing
Before change

After change

PR Checklist
As the author of this PR, before marking ready for review, confirm you:
More details can be found in the pull request guide