@linker-design-plus/timeline-track 2.2.2 → 2.2.3
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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -15382,7 +15382,7 @@ class On {
|
|
|
15382
15382
|
}
|
|
15383
15383
|
createMediaElement(e, t) {
|
|
15384
15384
|
const i = this.options.createMediaElement, r = i ? i(e, t) : document.createElement(e === "video" ? "video" : "audio");
|
|
15385
|
-
return r.preload = t === "preload" ? "auto" : "metadata", r.crossOrigin = "anonymous", r.loop = !1, r.controls = !1, _t(r) ? (ns(r), r.playsInline = !0, r.style.position = "absolute", r.style.inset = "0", r.style.width = "100%", r.style.height = "100%", r.style.objectFit = "
|
|
15385
|
+
return r.preload = t === "preload" ? "auto" : "metadata", r.crossOrigin = "anonymous", r.loop = !1, r.controls = !1, _t(r) ? (ns(r), r.playsInline = !0, r.style.position = "absolute", r.style.inset = "0", r.style.width = "100%", r.style.height = "100%", r.style.objectFit = "contain", r.style.background = P.black, r.style.pointerEvents = "none") : r.style.display = "none", r;
|
|
15386
15386
|
}
|
|
15387
15387
|
setupWrapper() {
|
|
15388
15388
|
if (!this.wrapper || !this.failureOverlay || !this.failureLabel)
|
|
@@ -19002,7 +19002,7 @@ class Qn {
|
|
|
19002
19002
|
this.entries.clear();
|
|
19003
19003
|
}
|
|
19004
19004
|
}
|
|
19005
|
-
const pf = "@linker-design-plus/timeline-track", ff = "2.2.
|
|
19005
|
+
const pf = "@linker-design-plus/timeline-track", ff = "2.2.3", Nt = {
|
|
19006
19006
|
name: pf,
|
|
19007
19007
|
version: ff
|
|
19008
19008
|
}, gf = 1, mf = 2, yf = 250, Sf = 750, Cf = 1500;
|
package/package.json
CHANGED