Skip to content

Commit

Permalink
fix: integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Nov 28, 2024
1 parent 52f2f49 commit 76900ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ snapshots["sbb-accent-button-link renders a sbb-accent-button-link without icon

snapshots["sbb-accent-button-link renders a sbb-accent-button-link without icon Shadow DOM"] =
`<a
class="sbb-action-base sbb-accent-button-link"
class="sbb-accent-button-link sbb-action-base"
download=""
href="https://www.sbb.ch"
rel="noopener"
Expand Down Expand Up @@ -65,7 +65,7 @@ snapshots["sbb-accent-button-link renders a disabled sbb-accent-button-link with
snapshots["sbb-accent-button-link renders a disabled sbb-accent-button-link with slotted icon Shadow DOM"] =
`<a
aria-disabled="true"
class="sbb-action-base sbb-accent-button-link"
class="sbb-accent-button-link sbb-action-base"
href="https://www.sbb.ch"
tabindex="-1"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ snapshots["sbb-accent-button-static renders without icon DOM"] =
/* end snapshot sbb-accent-button-static renders without icon DOM */

snapshots["sbb-accent-button-static renders without icon Shadow DOM"] =
`<span class="sbb-action-base sbb-accent-button-static">
`<span class="sbb-accent-button-static sbb-action-base">
<slot name="icon">
</slot>
<span class="sbb-button__label">
Expand Down Expand Up @@ -48,7 +48,7 @@ snapshots["sbb-accent-button-static renders with slotted icon DOM"] =
/* end snapshot sbb-accent-button-static renders with slotted icon DOM */

snapshots["sbb-accent-button-static renders with slotted icon Shadow DOM"] =
`<span class="sbb-action-base sbb-accent-button-static">
`<span class="sbb-accent-button-static sbb-action-base">
<slot name="icon">
</slot>
<span class="sbb-button__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ snapshots["sbb-accent-button renders a sbb-accent-button without icon DOM"] =
/* end snapshot sbb-accent-button renders a sbb-accent-button without icon DOM */

snapshots["sbb-accent-button renders a sbb-accent-button without icon Shadow DOM"] =
`<span class="sbb-action-base sbb-accent-button">
`<span class="sbb-accent-button sbb-action-base">
<slot name="icon">
</slot>
<span class="sbb-button__label">
Expand Down Expand Up @@ -55,7 +55,7 @@ snapshots["sbb-accent-button renders a sbb-accent-button with slotted icon DOM"]
/* end snapshot sbb-accent-button renders a sbb-accent-button with slotted icon DOM */

snapshots["sbb-accent-button renders a sbb-accent-button with slotted icon Shadow DOM"] =
`<span class="sbb-action-base sbb-accent-button">
`<span class="sbb-accent-button sbb-action-base">
<slot name="icon">
</slot>
<span class="sbb-button__label">
Expand Down

0 comments on commit 76900ee

Please sign in to comment.