@twick/live-player 0.15.3 → 0.15.5
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.mjs
CHANGED
|
@@ -52526,7 +52526,7 @@ function* DX({ view: r, track: t }) {
|
|
|
52526
52526
|
var s;
|
|
52527
52527
|
const e = b1();
|
|
52528
52528
|
let n = 0;
|
|
52529
|
-
r.add(Q1(Ht, { size: "100%", ref: e
|
|
52529
|
+
r.add(Q1(Ht, { size: "100%", ref: e }));
|
|
52530
52530
|
for (const a of t.elements || []) yield* Jt((a == null ? void 0 : a.s) - n), yield* (s = x2.get("video")) == null ? void 0 : s.create({ containerRef: e, element: a, view: r }), n = a.e;
|
|
52531
52531
|
yield e().remove();
|
|
52532
52532
|
}
|
|
@@ -52557,7 +52557,7 @@ function* IX({ view: r, track: t }) {
|
|
|
52557
52557
|
function* VX({ view: r, track: t }) {
|
|
52558
52558
|
var n;
|
|
52559
52559
|
const e = b1();
|
|
52560
|
-
r.add(Q1(Ht, { size: "100%", ref: e
|
|
52560
|
+
r.add(Q1(Ht, { size: "100%", ref: e }));
|
|
52561
52561
|
for (const s of t.elements || []) yield* (n = x2.get("scene")) == null ? void 0 : n.create({ containerRef: e, element: s, view: r });
|
|
52562
52562
|
yield e().remove();
|
|
52563
52563
|
}
|