Skip to content

Commit

Permalink
update Message snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Jan 30, 2024
1 parent 2ebcb19 commit 11d27f0
Showing 1 changed file with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ exports[`Message should render a11y html 1`] = `
</svg>
</span>
</a>
Success
<div
class="theme-message__children"
>
Success
</div>
<div
class="theme-stack theme-justify-space-between theme-align-center theme-nowrap theme-row theme-block theme-fullWidth theme-gap-x-0 theme-gap-y-0"
>
Expand Down Expand Up @@ -116,7 +120,11 @@ exports[`Message should render a11y html 1`] = `
</svg>
</span>
</a>
Destructive
<div
class="theme-message__children"
>
Destructive
</div>
<div
class="theme-stack theme-justify-space-between theme-align-center theme-nowrap theme-row theme-block theme-fullWidth theme-gap-x-0 theme-gap-y-0"
>
Expand Down Expand Up @@ -182,7 +190,11 @@ exports[`Message should render a11y html 1`] = `
</svg>
</span>
</a>
Warning
<div
class="theme-message__children"
>
Warning
</div>
<div
class="theme-stack theme-justify-space-between theme-align-center theme-nowrap theme-row theme-block theme-fullWidth theme-gap-x-0 theme-gap-y-0"
>
Expand Down Expand Up @@ -248,7 +260,11 @@ exports[`Message should render a11y html 1`] = `
</svg>
</span>
</a>
Information
<div
class="theme-message__children"
>
Information
</div>
<div
class="theme-stack theme-justify-space-between theme-align-center theme-nowrap theme-row theme-block theme-fullWidth theme-gap-x-0 theme-gap-y-0"
>
Expand Down

0 comments on commit 11d27f0

Please sign in to comment.