Skip to content

Commit

Permalink
remove the full variant story because there is no full variant list h…
Browse files Browse the repository at this point in the history
…eading
  • Loading branch information
broccolinisoup committed Sep 27, 2023
1 parent c24a4eb commit c68c0cc
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions src/ActionList/ActionList.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,42 +96,6 @@ export const WithVisualListHeading = () => (
</ActionList>
)

export const WithHeadingInFullVariant = () => (
<ActionList variant="full">
<ActionList.Heading as="h1">Details</ActionList.Heading>
<ActionList.LinkItem href="https://github.com/primer/react#readme">
<ActionList.LeadingVisual>
<BookIcon />
</ActionList.LeadingVisual>
Readme
</ActionList.LinkItem>
<ActionList.LinkItem href="https://github.com/primer/react/blob/main/LICENSE">
<ActionList.LeadingVisual>
<LawIcon />
</ActionList.LeadingVisual>
MIT License
</ActionList.LinkItem>
<ActionList.LinkItem href="https://github.com/primer/react/stargazers">
<ActionList.LeadingVisual>
<StarIcon />
</ActionList.LeadingVisual>
<strong>1.5k</strong> stars
</ActionList.LinkItem>
<ActionList.LinkItem href="https://github.com/primer/react/watchers">
<ActionList.LeadingVisual>
<EyeIcon />
</ActionList.LeadingVisual>
<strong>21</strong> watching
</ActionList.LinkItem>
<ActionList.LinkItem href="https://github.com/primer/react/network/members">
<ActionList.LeadingVisual>
<RepoForkedIcon />
</ActionList.LeadingVisual>
<strong>225</strong> forks
</ActionList.LinkItem>
</ActionList>
)

export const WithCustomHeading = () => (
<>
<Heading as="h1" id="list-heading" sx={{fontSize: 3, marginX: 3}}>
Expand Down

0 comments on commit c68c0cc

Please sign in to comment.