@instructure/studio-player 1.1.5 → 1.1.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/studio-player.es.js +2 -2
- package/package.json +1 -1
package/dist/studio-player.es.js
CHANGED
|
@@ -1810,7 +1810,7 @@ function oi() {
|
|
|
1810
1810
|
o.onQuizMarkerClick
|
|
1811
1811
|
)
|
|
1812
1812
|
].sort((a, r) => a.time - r.time).map((a) => ni(a, t, e, o.interactive)), [o.annotations, o.quizMarkers, t, e]);
|
|
1813
|
-
return i.length > 0 ? /* @__PURE__ */ n("div", { className: m.pins, children: i }) : null;
|
|
1813
|
+
return o.interactive || i.length > 0 ? /* @__PURE__ */ n("div", { className: m.pins, children: i }) : null;
|
|
1814
1814
|
}
|
|
1815
1815
|
const ii = {
|
|
1816
1816
|
normal: m.timelineWrapper,
|
|
@@ -2515,7 +2515,7 @@ function Di({
|
|
|
2515
2515
|
children: /* @__PURE__ */ n(Ft, { contextValue: Ce, children: /* @__PURE__ */ l(
|
|
2516
2516
|
At,
|
|
2517
2517
|
{
|
|
2518
|
-
"data-version": "1.1.
|
|
2518
|
+
"data-version": "1.1.6",
|
|
2519
2519
|
crossOrigin: Z,
|
|
2520
2520
|
storage: O ? null : pt,
|
|
2521
2521
|
title: e,
|