Skip to content

Commit

Permalink
chore(@clayui/empty-state): Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Jul 24, 2023
1 parent a1afb73 commit 6e28092
Showing 1 changed file with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports[`ClayEmptyState renders with a reduced motion image provided 1`] = `
<img
alt=""
class="aspect-ratio-item aspect-ratio-item-fluid d-block-c-prefers-reduced-motion"
src="https://via.placeholder.com/256"
src="/256_reduced_motion/256"
/>
</div>
</div>
Expand Down Expand Up @@ -90,9 +90,14 @@ exports[`ClayEmptyState renders with an image provided 1`] = `
>
<img
alt=""
class="aspect-ratio-item aspect-ratio-item-fluid"
class="aspect-ratio-item aspect-ratio-item-fluid d-none-c-prefers-reduced-motion"
src="https://via.placeholder.com/256"
/>
<img
alt=""
class="aspect-ratio-item aspect-ratio-item-fluid d-block-c-prefers-reduced-motion"
src="/256_reduced_motion/256"
/>
</div>
</div>
<div
Expand Down Expand Up @@ -157,9 +162,14 @@ exports[`ClayEmptyState renders with different image props 1`] = `
>
<img
alt="hello world"
class="aspect-ratio-item aspect-ratio-item-fluid"
class="aspect-ratio-item aspect-ratio-item-fluid d-none-c-prefers-reduced-motion"
src="https://via.placeholder.com/256"
/>
<img
alt="hello world"
class="aspect-ratio-item aspect-ratio-item-fluid d-block-c-prefers-reduced-motion"
src="/256_reduced_motion/256"
/>
</div>
</div>
<div
Expand Down Expand Up @@ -208,7 +218,7 @@ exports[`ClayEmptyState renders with different reduced motion image props 1`] =
<img
alt="hello world?"
class="aspect-ratio-item aspect-ratio-item-fluid d-block-c-prefers-reduced-motion"
src="https://via.placeholder.com/256"
src="/256_reduced_motion/256"
/>
</div>
</div>
Expand Down

0 comments on commit 6e28092

Please sign in to comment.