Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
randall-krauskopf authored Oct 29, 2024
1 parent 8b2ad29 commit 2c2befd
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 750 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,7 @@ exports[`snapshots renders a loading state 1`] = `
justify-content: center;
}
.c2 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.c4:not(:focus):not(:active):not(:focus-within) {
.c3:not(:focus):not(:active):not(:focus-within) {
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
Expand All @@ -344,7 +337,7 @@ exports[`snapshots renders a loading state 1`] = `
width: 1px;
}
.c3 {
.c2 {
-webkit-animation: rotate-keyframes 1s linear infinite;
animation: rotate-keyframes 1s linear infinite;
}
Expand Down Expand Up @@ -374,12 +367,12 @@ exports[`snapshots renders a loading state 1`] = `
display="flex"
>
<span
className="c2"
className="Box"
>
<svg
aria-hidden={true}
aria-labelledby=":r2h:"
className="c3"
className="c2"
fill="none"
height="32px"
viewBox="0 0 16 16"
Expand All @@ -403,7 +396,7 @@ exports[`snapshots renders a loading state 1`] = `
/>
</svg>
<span
className="c4"
className="c3"
id=":r2h:"
>
Loading
Expand Down
Loading

0 comments on commit 2c2befd

Please sign in to comment.