@florid-kit/components 0.3.42 → 0.3.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -1857,7 +1857,7 @@ let w = class extends m {
|
|
|
1857
1857
|
>
|
|
1858
1858
|
<img src="${s.src}" />
|
|
1859
1859
|
</button>
|
|
1860
|
-
${o
|
|
1860
|
+
${o ? d`<div class="play-icon-wrapper">${this.playIcon}</div>` : null}
|
|
1861
1861
|
</div>
|
|
1862
1862
|
`;
|
|
1863
1863
|
})}
|