You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The Arc React story kit now ships its stylesheet inside the package — import @cratis/arc.react/stories/styles.css once in your Storybook preview and StoryContainer, StorySection, StoryGrid, StoryDivider and StoryBadge render as documented (#2544)
Changed
The story kit documentation states where the styling comes from and which single import brings it in, instead of describing styling as automatic (#2544)
The story kit's theme contract is now documented precisely: dark by default, switching to light wherever data-theme="light" is set on <html>, <body> or any ancestor (#2544)
Fixed
StoryContainer, StorySection, StoryGrid, StoryDivider and StoryBadge rendered as unstyled block elements in every consumer — the package emitted story-* class names and shipped no CSS defining them (#2544)