Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCa96 committed Jan 23, 2025
1 parent c0d8e6a commit 7765125
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .changeset/large-apples-ring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
"sit-onyx": minor
"sit-onyx": major
---

feat(grid): implement `onyx-grid-span-full` and fix issues regarding optional max columns
- feat(grid): new `onyx-grid-span-full` class which enables an element to always span the full row width.
- fix(grid)!: fix issues regarding optional max columns.
**BREAKING CHANGE:** The default maximum number of columns is `12` (before it was `16`).
The `onyx-grid-xl-20` class now also sets `16` columns for the `lg` breakpoint.
The new `onyx-grid-lg-16` class sets `16` columns for the `lg` and `xl` breakpoint.

0 comments on commit 7765125

Please sign in to comment.