-
Notifications
You must be signed in to change notification settings - Fork 1
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
11 changed files
with
95 additions
and
22 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
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
81 changes: 81 additions & 0 deletions
81
.../elements/ProgressBar/LinearProgressBar/__snapshots__/LinearProgressBar.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 |
---|---|---|
@@ -0,0 +1,81 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Components/Elements/ProgressBar Default 1`] = ` | ||
<div | ||
className="h-[9px] w-full rounded-full bg-neutral-200 " | ||
role="progressbar" | ||
> | ||
<div | ||
className="h-full bg-primary rounded-full transition-all duration-300" | ||
style={ | ||
Object { | ||
"width": "50%", | ||
} | ||
} | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Elements/ProgressBar Error 1`] = ` | ||
<div | ||
className="h-[9px] w-full rounded-full bg-neutral-200 " | ||
role="progressbar" | ||
> | ||
<div | ||
className="h-full bg-error rounded-full transition-all duration-300" | ||
style={ | ||
Object { | ||
"width": "50%", | ||
} | ||
} | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Elements/ProgressBar Secondary 1`] = ` | ||
<div | ||
className="h-[9px] w-full rounded-full bg-neutral-200 " | ||
role="progressbar" | ||
> | ||
<div | ||
className="h-full bg-secondary rounded-full transition-all duration-300" | ||
style={ | ||
Object { | ||
"width": "50%", | ||
} | ||
} | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Elements/ProgressBar Success 1`] = ` | ||
<div | ||
className="h-[9px] w-full rounded-full bg-neutral-200 " | ||
role="progressbar" | ||
> | ||
<div | ||
className="h-full bg-success rounded-full transition-all duration-300" | ||
style={ | ||
Object { | ||
"width": "50%", | ||
} | ||
} | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Elements/ProgressBar Tertiary 1`] = ` | ||
<div | ||
className="h-[9px] w-full rounded-full bg-neutral-200 " | ||
role="progressbar" | ||
> | ||
<div | ||
className="h-full bg-tertiary rounded-full transition-all duration-300" | ||
style={ | ||
Object { | ||
"width": "50%", | ||
} | ||
} | ||
/> | ||
</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
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
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
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
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
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
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
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