-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feat/add-now-prop
- Loading branch information
Showing
17 changed files
with
772 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* @web/test-runner snapshot v1 */ | ||
export const snapshots = {}; | ||
|
||
snapshots["sbb-image should render DOM"] = | ||
`<sbb-image | ||
aspect-ratio="16-9" | ||
border-radius="default" | ||
data-loaded="" | ||
> | ||
</sbb-image> | ||
`; | ||
/* end snapshot sbb-image should render DOM */ | ||
|
||
snapshots["sbb-image should render Shadow DOM"] = | ||
`<figure class="sbb-image__figure"> | ||
<div class="sbb-image__wrapper"> | ||
<img | ||
alt="" | ||
class="sbb-image__blurred" | ||
decoding="auto" | ||
height="562" | ||
loading="eager" | ||
width="1000" | ||
> | ||
<picture> | ||
<source | ||
media="(min-width: 64rem)" | ||
sizes="1200px" | ||
> | ||
<source | ||
media="(min-width: 37.5rem)" | ||
sizes="976px" | ||
> | ||
<source | ||
media="(max-width: 37.4375rem)" | ||
sizes="320px" | ||
> | ||
<img | ||
alt="" | ||
class="sbb-image__img" | ||
decoding="auto" | ||
height="562" | ||
loading="eager" | ||
width="1000" | ||
> | ||
</picture> | ||
</div> | ||
</figure> | ||
`; | ||
/* end snapshot sbb-image should render Shadow DOM */ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.