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