Skip to content

chore: version packages - #4

Merged
7ampon merged 2 commits into
mainfrom
changeset-release/main
Sep 2, 2026
Merged

chore: version packages#4
7ampon merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

ibcs-react@1.4.0

Minor Changes

  • 0e890d4: How a Report frames its blocks is now a theme decision, not a fixed look. A new card token group (radius, border, borderWidth, shadow, padding) is the default behind every appearance prop, with two ready-made sets: framedCard — what every preset ships with, a hairline border, gently rounded, not lifted — and flatCard — no border, rounding, shadow or padding, blocks separated by whitespace alone, which is the IBCS SIMPLIFY ideal and what a printed page wants. It composes with any palette: <Report config={c} tokens={{ card: flatCard }} />. cardSurface reads the same tokens, so KpiCard follows the theme too and its own appearance still wins per instance. Inside a Report, a KPI block is now framed once — the block is the frame and the card inside draws none — where before the two borders stacked. The block chrome unifies on the card values (radius 8, no shadow) in place of the wrapper's own 10px/faint-shadow look.

    The single-column collapse is a screen rule now: @media screen and (max-width: …), so a PDF or print rendering keeps the authored spans whatever the paper width — an A4 page area is narrower than the old 760px breakpoint and used to stack every block full-width. New collapseBelow prop (default 760, false to never collapse), scoped per grid so two reports on one page can differ. The parts carry stable selectors for CSS a theme cannot express: .ibcs-report on the root (before your className), .ibcs-report-grid, and .ibcs-report-block with data-block-type / data-block-id on every block.

@7ampon
7ampon merged commit b880cd9 into main Sep 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant