-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
333,221 additions
and
272,195 deletions.
There are no files selected for viewing
43,610 changes: 43,610 additions & 0 deletions
43,610
packages/ui/build/storybook/__snapshots__/storyshots.test.js.snap
Large diffs are not rendered by default.
Oops, something went wrong.
85 changes: 5 additions & 80 deletions
85
.../build/storybook/src/components/summary-item/__snapshots__/summary-item.stories.storyshot
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Components/SummaryItem Loading 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots Components/SummaryItem Loading 1`] = `null`; | ||
|
||
exports[`Storyshots Components/SummaryItem Show Delta False 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots Components/SummaryItem Show Delta False 1`] = `null`; | ||
|
||
exports[`Storyshots Components/SummaryItem Show Metric Description 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots Components/SummaryItem Show Metric Description 1`] = `null`; | ||
|
||
exports[`Storyshots Components/SummaryItem Size Large 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots Components/SummaryItem Size Large 1`] = `null`; | ||
|
||
exports[`Storyshots Components/SummaryItem Standard 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots Components/SummaryItem Standard 1`] = `null`; |
34 changes: 2 additions & 32 deletions
34
packages/ui/build/storybook/src/ui/hover-card/__snapshots__/hover-card.stories.storyshot
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots UI/HoverCard Default 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/HoverCard Default 1`] = `null`; | ||
|
||
exports[`Storyshots UI/HoverCard With Render Fn 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/HoverCard With Render Fn 1`] = `null`; |
51 changes: 3 additions & 48 deletions
51
packages/ui/build/storybook/src/ui/icon/__snapshots__/icon.stories.storyshot
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots UI/Icon All 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/Icon All 1`] = `null`; | ||
|
||
exports[`Storyshots UI/Icon Custom Size 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/Icon Custom Size 1`] = `null`; | ||
|
||
exports[`Storyshots UI/Icon Standard 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/Icon Standard 1`] = `null`; |
34 changes: 2 additions & 32 deletions
34
packages/ui/build/storybook/src/ui/tag/__snapshots__/tag.stories.storyshot
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots UI/Tag Default 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/Tag Default 1`] = `null`; | ||
|
||
exports[`Storyshots UI/Tag One Letter 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
exports[`Storyshots UI/Tag One Letter 1`] = `null`; |
This file contains 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
Oops, something went wrong.