Skip to content

Commit

Permalink
fix(card): removed empty card from documentation/stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Najika Yoo authored and Westbrook committed Jan 22, 2021
1 parent 1784344 commit 8322894
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions packages/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ Cards can be supplied an `actions` via a names slot.
</sp-card>
```

### Empty

An empty card will still fill space in a design.

```html
<sp-card></sp-card>
```

### Quiet

Quiet cards can contain a heading, a subheading, a cover photo, a description, and a footer.
Expand Down
8 changes: 0 additions & 8 deletions packages/card/stories/card.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ export const actions = (): TemplateResult => {
`;
};

export const empty = (): TemplateResult => {
return html`
<div>
<sp-card></sp-card>
</div>
`;
};

export const Gallery = (): TemplateResult => {
return html`
<div style="width: 532px; height: 224px">
Expand Down
1 change: 0 additions & 1 deletion test/visual/stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ module.exports = [
'button-warning--link-with-target',
'card--default',
'card--actions',
'card--empty',
'card--gallery',
'card--quiet',
'card--quiet-file',
Expand Down

0 comments on commit 8322894

Please # to comment.