@hanifhan1f/vidstack 1.12.32 → 1.12.33
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/cdn/with-layouts/chunks/vidstack-BCLumCST.js +939 -0
- package/cdn/with-layouts/chunks/vidstack-DLGH9jfs.js +1 -0
- package/cdn/with-layouts/vidstack.js +1 -1
- package/dev/define/templates/vidstack-video-layout.js +3 -1
- package/package.json +1 -1
- package/prod/define/templates/vidstack-video-layout.js +3 -1
- package/server/chunks/vidstack-BIGdJnUK.js +2141 -0
- package/server/define/vidstack-player-default-layout.js +1 -1
- package/server/define/vidstack-player-layouts.js +1 -1
- package/server/vidstack-elements.js +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ao as m,e as c}from"./vidstack-Dy1Hfo7P.js";import{c as p,a as r}from"./vidstack-BCLumCST.js";import"./vidstack-CwzW7rJU.js";import"./vidstack-CaW6KGwN.js";import"./vidstack-DeLOZ-hK.js";import"./vidstack-CROJF16Z.js";import"./vidstack-C_AxqLKV.js";import"./vidstack-DRH_1tFW.js";import"./vidstack-BfBBPhXV.js";import"./vidstack-Bxv1Qnxe.js";import"https://cdn.vidstack.io/icons";const d=r('<svg viewBox="0 0 32 32" fill="none" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"></svg>');function l(o,s){const n=p(d);n.innerHTML=m,o.append(n);const e=document.createElement("span");e.classList.add("vds-google-cast-info"),o.append(e);const t=document.createElement("span");t.classList.add("vds-google-cast-device-name"),c(()=>{const{remotePlaybackInfo:i}=s,a=i();return a?.deviceName&&(t.textContent=a.deviceName,e.append("Google Cast on ",t)),()=>{e.textContent=""}})}export{l as insertContent};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./chunks/vidstack-
|
|
1
|
+
import"./chunks/vidstack-BCLumCST.js";import"https://cdn.vidstack.io/icons";import"./chunks/vidstack-Dy1Hfo7P.js";import"./chunks/vidstack-CwzW7rJU.js";import"./chunks/vidstack-CaW6KGwN.js";import"./chunks/vidstack-DeLOZ-hK.js";import"./chunks/vidstack-CROJF16Z.js";import"./chunks/vidstack-C_AxqLKV.js";import"./chunks/vidstack-DRH_1tFW.js";import"./chunks/vidstack-BfBBPhXV.js";import"./chunks/vidstack-Bxv1Qnxe.js";
|
|
@@ -381,7 +381,9 @@ function DefaultEpisodesSidebar($open, onClose) {
|
|
|
381
381
|
</p>` : null}
|
|
382
382
|
${episode.overview ? html`<p class="vds-episode-desc" title=${episode.overview}>
|
|
383
383
|
${episode.overview}
|
|
384
|
-
</p>` :
|
|
384
|
+
</p>` : html`<p class="vds-episode-desc" style="font-style: italic; opacity: 0.7;">
|
|
385
|
+
Deskripsi tidak tersedia.
|
|
386
|
+
</p>`}
|
|
385
387
|
</div>
|
|
386
388
|
</article>
|
|
387
389
|
`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanifhan1f/vidstack",
|
|
3
3
|
"description": "UI component library for building high-quality, accessible video and audio experiences on the web.",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.33",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -381,7 +381,9 @@ function DefaultEpisodesSidebar($open, onClose) {
|
|
|
381
381
|
</p>` : null}
|
|
382
382
|
${episode.overview ? html`<p class="vds-episode-desc" title=${episode.overview}>
|
|
383
383
|
${episode.overview}
|
|
384
|
-
</p>` :
|
|
384
|
+
</p>` : html`<p class="vds-episode-desc" style="font-style: italic; opacity: 0.7;">
|
|
385
|
+
Deskripsi tidak tersedia.
|
|
386
|
+
</p>`}
|
|
385
387
|
</div>
|
|
386
388
|
</article>
|
|
387
389
|
`;
|