-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #459 from pixiv/mimo/commit-modified-snapshots
chore: update snapshots
- Loading branch information
Showing
3 changed files
with
62 additions
and
35 deletions.
There are no files selected for viewing
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
28 changes: 28 additions & 0 deletions
28
...ages/react/src/components/LoadingSpinner/__snapshots__/LoadingSpinnerIcon.story.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots LoadingSpinnerIcon Icon 1`] = ` | ||
.c0 { | ||
width: 1em; | ||
height: 1em; | ||
border-radius: 1em; | ||
background-color: currentColor; | ||
-webkit-animation: cNZOgq 1s both ease-out; | ||
animation: cNZOgq 1s both ease-out; | ||
-webkit-animation-iteration-count: infinite; | ||
animation-iteration-count: infinite; | ||
} | ||
|
||
.c0[data-reset-animation] { | ||
-webkit-animation: none; | ||
animation: none; | ||
} | ||
|
||
<div | ||
data-dark={false} | ||
> | ||
<div | ||
className="c0" | ||
role="presentation" | ||
/> | ||
</div> | ||
`; |
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