core/pane: Add noPadding prop #IX-4308#2589
Conversation
🦋 Changeset detectedLatest commit: b225a0a The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Code Review
This pull request introduces a new noPadding property to the ix-pane component, allowing the removal of left, right, and bottom padding from the content area. The changes are integrated across Angular, Vue, and Core packages, and include a regression test. The reviewer noted a style guide violation where the new property in pane.tsx lacks a @since tag in its JSDoc, which is required to document the version in which it was introduced.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
✅ Deploy Preview for ix-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for ix-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for ix-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |



JIRA Ref: IX-4308
Docs PR: siemens/ix-docs#250
🆕 What is the new behavior?
New prop "noPadding" added to remove inline and bottom padding in the content area of the ix-pane component.
🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm test)pnpm lint)pnpm build, changes pushed)👨💻 Help & support