Skip to content

Release v21.17.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:40
bb7f7e9

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)