chore(design-system): card-family Storybook stories (PR 1 of #18191)#18199
Merged
Conversation
PR 1 of #18191. Adds Storybook stories for six reusable card-shaped feature components and migrates the four loose .tsx files into Foo/index.tsx so the story files can live alongside them. Components covered: ActionCard, CommentCard, GhostCard, HighlightCard, HorizontalCard, SubpageCard. Each story uses the new Components / Cards / <Name> title pattern, has Default + variant + composite stories, and opts out of Chromatic snapshots at the meta level per the team convention established in #18121. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
pettinarip
approved these changes
May 19, 2026
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.

Summary
PR 1 of #18191. Adds Storybook stories for six reusable card-shaped feature components and migrates the loose
Foo.tsxsiblings intoFoo/index.tsxso the story files can live alongside them.Components covered:
ActionCard(migrated)CommentCardGhostCard(migrated)HighlightCard(storied as the composition family:IconBox,HighlightStack,HighlightCard,HighlightCardContent)HorizontalCard(migrated)SubpageCard(migrated)Each story uses the
Components / Cards / <Name>title pattern, hasDefaultplus variant/composite stories, and opts out of Chromatic snapshots at the meta level per the convention established in #18121. Snapshots can be re-enabled per-story once we decide which views warrant regression coverage.Related to #18191. Does not close the issue.
Test plan
pnpm storybook-- the six new entries appear underComponents / Cards / *and render without console errors@/components/Fooimports after the migrationsClaude (Opus 4.7) co-authored these changes.