Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into lineclamp-mixin-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephCurley committed Jan 21, 2022
2 parents 7616267 + 33bfb5e commit 23a6584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metmuseum/marble",
"version": "0.13.4",
"version": "0.13.5",
"description": "The Design System of The Metropolitan Museum Of Art",
"main": "./src/index.mjs",
"style": "./dist/marble.css",
Expand Down
2 changes: 1 addition & 1 deletion src/components/audio-player/audio-player.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const audioPlayerMarkUp = ({model, options}) => html`
src="${playlistTrack.image.small}"
/>
<div class="audio-player__playlist-track-title">${playlistTrack.title}</div>
<div></div>
<!-- <div> track length goes here if we have it </div> -->
</li>`;}).join("")}` : ""}</ol> <!-- no whitespace! :empty needs to work to hide it -->
<div class="audio-player__transcript-section audio-player__transcript-section--transcript-${!!model?.track?.transcript?.length} js-audio-player__transcript-section">
Expand Down

0 comments on commit 23a6584

Please sign in to comment.