Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
deini committed Aug 20, 2024
1 parent 3149a23 commit 8b6efe9
Show file tree
Hide file tree
Showing 15 changed files with 1,165 additions and 692 deletions.
248 changes: 158 additions & 90 deletions packages/big-design/src/components/Alert/__snapshots__/spec.tsx.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,12 @@ exports[`render disabled button 1`] = `
`;

exports[`render icon left and right button 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
Expand Down Expand Up @@ -792,7 +798,7 @@ exports[`render icon left and right button 1`] = `
>
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -811,7 +817,7 @@ exports[`render icon left and right button 1`] = `
Button
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -832,6 +838,12 @@ exports[`render icon left and right button 1`] = `
`;

exports[`render icon left button 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
Expand Down Expand Up @@ -945,7 +957,7 @@ exports[`render icon left button 1`] = `
>
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -967,6 +979,12 @@ exports[`render icon left button 1`] = `
`;

exports[`render icon only button 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
Expand Down Expand Up @@ -1081,7 +1099,7 @@ exports[`render icon only button 1`] = `
>
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -1102,6 +1120,12 @@ exports[`render icon only button 1`] = `
`;

exports[`render icon right button 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
Expand Down Expand Up @@ -1216,7 +1240,7 @@ exports[`render icon right button 1`] = `
Button
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand Down
Loading

0 comments on commit 8b6efe9

Please sign in to comment.