@instructure/studio-player 0.2.0 → 0.2.1

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.
@@ -0,0 +1,2 @@
1
+ import { Comment } from '@/types';
2
+ export declare const comments: Comment[];
@@ -1,4 +1,4 @@
1
- import './index.css';var Re = Object.defineProperty;
1
+ import './index-DAjo9xqJ.css';var Re = Object.defineProperty;
2
2
  var Ae = (e, n, o) => n in e ? Re(e, n, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[n] = o;
3
3
  var N = (e, n, o) => Ae(e, typeof n != "symbol" ? n + "" : n, o);
4
4
  import { jsx as t, jsxs as s, Fragment as J } from "react/jsx-runtime";
@@ -1431,7 +1431,7 @@ function ue({ className: e }) {
1431
1431
  const n = g(), { hasAnnotations: o, hasQuizmarkers: i, interactive: a } = B(), c = e ? `${d.timelineWrapper} ${e}` : d.timelineWrapper;
1432
1432
  return /* @__PURE__ */ s("div", { className: c, children: [
1433
1433
  a ? /* @__PURE__ */ t(Yo, {}) : null,
1434
- o || i ? /* @__PURE__ */ t(qo, {}) : null,
1434
+ a || o || i ? /* @__PURE__ */ t(qo, {}) : null,
1435
1435
  /* @__PURE__ */ s(
1436
1436
  A.Root,
1437
1437
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/studio-player",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "Next generation media player for Instructure",
6
6
  "module": "./dist/studio-player.es.js",
File without changes