From 83228948550dd6fef2a06ddbdc0f9954d8971fac Mon Sep 17 00:00:00 2001 From: Najika Yoo Date: Wed, 20 Jan 2021 15:38:29 -0800 Subject: [PATCH] fix(card): removed empty card from documentation/stories --- packages/card/README.md | 8 -------- packages/card/stories/card.stories.ts | 8 -------- test/visual/stories.js | 1 - 3 files changed, 17 deletions(-) diff --git a/packages/card/README.md b/packages/card/README.md index dd54c9dde0..0852120996 100644 --- a/packages/card/README.md +++ b/packages/card/README.md @@ -109,14 +109,6 @@ Cards can be supplied an `actions` via a names slot. ``` -### Empty - -An empty card will still fill space in a design. - -```html - -``` - ### Quiet Quiet cards can contain a heading, a subheading, a cover photo, a description, and a footer. diff --git a/packages/card/stories/card.stories.ts b/packages/card/stories/card.stories.ts index 90d77b831e..db4ac3aac0 100644 --- a/packages/card/stories/card.stories.ts +++ b/packages/card/stories/card.stories.ts @@ -70,14 +70,6 @@ export const actions = (): TemplateResult => { `; }; -export const empty = (): TemplateResult => { - return html` -
- -
- `; -}; - export const Gallery = (): TemplateResult => { return html`
diff --git a/test/visual/stories.js b/test/visual/stories.js index c0264419b5..ec4a8c5360 100644 --- a/test/visual/stories.js +++ b/test/visual/stories.js @@ -118,7 +118,6 @@ module.exports = [ 'button-warning--link-with-target', 'card--default', 'card--actions', - 'card--empty', 'card--gallery', 'card--quiet', 'card--quiet-file',