Skip to content

Commit

Permalink
Remove toolbar variant storybook example for Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 6, 2023
1 parent 18806a7 commit 76e633a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/components/src/popover/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,6 @@ Default.args = {
),
};

export const Toolbar: ComponentStory< typeof Popover > = Template.bind( {} );
Toolbar.args = {
children: (
<div style={ { width: '280px', whiteSpace: 'normal' } }>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat.
</div>
),
// TODO: should we deprecate prop? Should we modify example?
variant: 'toolbar',
};

export const Unstyled: ComponentStory< typeof Popover > = Template.bind( {} );
Unstyled.args = {
children: (
Expand All @@ -152,7 +138,6 @@ Unstyled.args = {
aliquip ex ea commodo consequat.
</div>
),
// Where is unstyled used?
variant: 'unstyled',
};

Expand Down

0 comments on commit 76e633a

Please sign in to comment.