chore: version packages - #4
Merged
Merged
Conversation
Releases: ibcs-react@1.4.0 [skip ci]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Reportframes its blocks is now a theme decision, not a fixed look. A newcardtoken group (radius,border,borderWidth,shadow,padding) is the default behind everyappearanceprop, with two ready-made sets:framedCard— what every preset ships with, a hairline border, gently rounded, not lifted — andflatCard— 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 }} />.cardSurfacereads the same tokens, soKpiCardfollows the theme too and its ownappearancestill wins per instance. Inside aReport, 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. NewcollapseBelowprop (default 760,falseto 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-reporton the root (before yourclassName),.ibcs-report-grid, and.ibcs-report-blockwithdata-block-type/data-block-idon every block.