Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Aug 22, 2022
1 parent 9d5133f commit 1aab4f9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports[`Storyshots Accordion List Horizontal 1`] = `
Notification testing
</div>
<span
className="badge header6 active"
className="badge active"
>
2
</span>
Expand Down Expand Up @@ -198,7 +198,7 @@ exports[`Storyshots Accordion List Horizontal 1`] = `
Notification testing
</div>
<span
className="badge header6 active"
className="badge active"
>
12
</span>
Expand Down Expand Up @@ -347,7 +347,7 @@ exports[`Storyshots Accordion List Vertical 1`] = `
Notification testing
</div>
<span
className="badge header6 active"
className="badge active"
>
2
</span>
Expand Down Expand Up @@ -462,7 +462,7 @@ exports[`Storyshots Accordion List Vertical 1`] = `
Notification testing
</div>
<span
className="badge header6 active"
className="badge active"
>
12
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Storyshots Badge Badge Active 1`] = `
<span
className="badge header6 my-badge-class active"
className="badge my-badge-class active"
style={Object {}}
>
8
Expand All @@ -11,7 +11,7 @@ exports[`Storyshots Badge Badge Active 1`] = `

exports[`Storyshots Badge Badge Default 1`] = `
<span
className="badge header6 my-badge-class"
className="badge my-badge-class"
style={Object {}}
>
8
Expand All @@ -20,7 +20,7 @@ exports[`Storyshots Badge Badge Default 1`] = `

exports[`Storyshots Badge Badge Disruptive 1`] = `
<span
className="badge header6 disruptive my-badge-class active"
className="badge disruptive my-badge-class active"
style={Object {}}
>
8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`Storyshots Button Two State Button 1`] = `
Two State Button
</span>
<span
className="badge header6 counter"
className="badge counter"
>
8
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`Storyshots Button Counter 1`] = `
>
Primary Button
<span
className="badge header6 counter"
className="badge counter"
>
8
</span>
Expand Down Expand Up @@ -329,7 +329,7 @@ Array [
>
Split Button
<span
className="badge header6 counter"
className="badge counter"
>
8
</span>
Expand Down Expand Up @@ -524,7 +524,7 @@ exports[`Storyshots Button Toggle With Counter 1`] = `
>
Toggle Button
<span
className="badge header6 counter"
className="badge counter"
>
8
</span>
Expand Down
16 changes: 8 additions & 8 deletions src/src/components/Tabs/__snapshots__/Tabs.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ exports[`Storyshots Tabs Pill With Badge 1`] = `
data-portal-key="portal"
/>
<span
className="badge header6 badge active"
className="badge badge active"
>
1
</span>
Expand All @@ -831,7 +831,7 @@ exports[`Storyshots Tabs Pill With Badge 1`] = `
Tab 2
</span>
<span
className="badge header6 badge"
className="badge badge"
>
2
</span>
Expand All @@ -849,7 +849,7 @@ exports[`Storyshots Tabs Pill With Badge 1`] = `
Tab 3
</span>
<span
className="badge header6 badge"
className="badge badge"
>
3
</span>
Expand All @@ -868,7 +868,7 @@ exports[`Storyshots Tabs Pill With Badge 1`] = `
Tab 4
</span>
<span
className="badge header6 badge"
className="badge badge"
>
4
</span>
Expand Down Expand Up @@ -1128,7 +1128,7 @@ exports[`Storyshots Tabs With Badge 1`] = `
data-portal-key="portal"
/>
<span
className="badge header6 badge active"
className="badge badge active"
>
1
</span>
Expand All @@ -1146,7 +1146,7 @@ exports[`Storyshots Tabs With Badge 1`] = `
Tab 2
</span>
<span
className="badge header6 badge"
className="badge badge"
>
2
</span>
Expand All @@ -1164,7 +1164,7 @@ exports[`Storyshots Tabs With Badge 1`] = `
Tab 3
</span>
<span
className="badge header6 badge"
className="badge badge"
>
3
</span>
Expand All @@ -1183,7 +1183,7 @@ exports[`Storyshots Tabs With Badge 1`] = `
Tab 4
</span>
<span
className="badge header6 badge"
className="badge badge"
>
4
</span>
Expand Down

0 comments on commit 1aab4f9

Please sign in to comment.