Skip to content

Commit

Permalink
refactor(@clayui/empty-state): LPD-1647 Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed May 24, 2024
1 parent 62b6835 commit c3f8bb1
Showing 1 changed file with 12 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ exports[`ClayEmptyState renders with a children content 1`] = `
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand Down Expand Up @@ -58,14 +52,8 @@ exports[`ClayEmptyState renders with a reduced motion image provided 1`] = `
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand Down Expand Up @@ -98,14 +86,8 @@ exports[`ClayEmptyState renders with an image provided 1`] = `
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand All @@ -125,14 +107,8 @@ exports[`ClayEmptyState renders with default values 1`] = `
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand Down Expand Up @@ -165,14 +141,8 @@ exports[`ClayEmptyState renders with different image props 1`] = `
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand Down Expand Up @@ -215,14 +185,8 @@ exports[`ClayEmptyState renders with different reduced motion image props 1`] =
<div
class="c-empty-state-title"
>
<span
class="text-truncate-inline"
>
<span
class="text-truncate"
>
No results found
</span>
<span>
No results found
</span>
</div>
<div
Expand Down

0 comments on commit c3f8bb1

Please sign in to comment.