Skip to content

Commit

Permalink
chore: udpate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Apr 24, 2024
1 parent 1a1947b commit fc3d112
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/components/notification/__snapshots__/notification.spec.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ snapshots["sbb-notification A11y tree Firefox"] =

snapshots["sbb-notification renders Dom"] =
`<sbb-notification
animation="all"
data-slot-names="unnamed"
data-state="opened"
disable-animation=""
data-state="opening"
size="m"
style="--sbb-notification-height: auto;"
style="--sbb-notification-height: 76px;"
type="info"
>
The quick brown fox jumps over the lazy dog.
Expand Down Expand Up @@ -307,11 +307,11 @@ snapshots["sbb-notification renders ShadowDom"] =

snapshots["sbb-notification renders with a title Dom"] =
`<sbb-notification
animation="all"
data-slot-names="unnamed"
data-state="opened"
disable-animation=""
data-state="opening"
size="m"
style="--sbb-notification-height: auto;"
style="--sbb-notification-height: 88px;"
title-content="Title"
type="info"
>
Expand Down Expand Up @@ -375,11 +375,11 @@ snapshots["sbb-notification renders with a title ShadowDom"] =

snapshots["sbb-notification renders with a slotted title Dom"] =
`<sbb-notification
animation="all"
data-slot-names="title unnamed"
data-state="opened"
disable-animation=""
data-state="opening"
size="m"
style="--sbb-notification-height: auto;"
style="--sbb-notification-height: 88px;"
type="info"
>
<span slot="title">
Expand Down Expand Up @@ -444,12 +444,12 @@ snapshots["sbb-notification renders with a slotted title ShadowDom"] =

snapshots["sbb-notification renders without the close button Dom"] =
`<sbb-notification
animation="all"
data-slot-names="unnamed"
data-state="opened"
disable-animation=""
data-state="opening"
readonly=""
size="m"
style="--sbb-notification-height: auto;"
style="--sbb-notification-height: 88px;"
title-content="Title"
type="info"
>
Expand Down Expand Up @@ -491,11 +491,11 @@ snapshots["sbb-notification renders without the close button ShadowDom"] =

snapshots["sbb-notification renders size s Dom"] =
`<sbb-notification
animation="all"
data-slot-names="unnamed"
data-state="opened"
disable-animation=""
data-state="opening"
size="s"
style="--sbb-notification-height: auto;"
style="--sbb-notification-height: 70px;"
title-content="Title"
type="info"
>
Expand Down

0 comments on commit fc3d112

Please sign in to comment.