-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore(Grid): move Grid from layout to components #2750
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2fa4f58:
|
663f3c0
to
c6ec655
Compare
c6ec655
to
0bb68ff
Compare
3cc66c0
to
fe0baf6
Compare
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.
I think I found two more references to Layout.Grid.Item
in:
packages/dnb-design-system-portal/src/docs/uilib/components/grid/item.mdx
packages/dnb-design-system-portal/src/docs/uilib/components/grid/item/info.mdx
Added comments for these two:
packages/dnb-design-system-portal/src/docs/uilib/components/grid/item.mdx
Outdated
Show resolved
Hide resolved
packages/dnb-design-system-portal/src/docs/uilib/components/grid/item/info.mdx
Outdated
Show resolved
Hide resolved
- E.g. `Layout.GridContainer` => `Grid.Container` etc. - Use `chore` as it is already a part of the change-log.
fe0baf6
to
77dae44
Compare
…id/item.mdx Co-authored-by: Anders <[email protected]>
…id/item/info.mdx Co-authored-by: Anders <[email protected]>
🎉 This PR is included in version 10.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR is based on #2748
Layout.GridContainer
=>Grid.Container
etc.chore
as it is already a part of the change-log.