@latest-thinking/lt-player 3.0.0-beta.4 → 3.0.0-beta.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.
Files changed (2) hide show
  1. package/dist/player.js +1 -0
  2. package/package.json +1 -1
package/dist/player.js CHANGED
@@ -18107,6 +18107,7 @@ function fm({ module: e, titleId: t }) {
18107
18107
  "aria-labelledby": t,
18108
18108
  "aria-modal": "true",
18109
18109
  className: "ltp-context-panel ltp-context-panel--dialog",
18110
+ "data-interactive": !0,
18110
18111
  id: o,
18111
18112
  onCancel: (t) => {
18112
18113
  t.preventDefault(), e.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latest-thinking/lt-player",
3
- "version": "3.0.0-beta.4",
3
+ "version": "3.0.0-beta.5",
4
4
  "type": "module",
5
5
  "description": "Latest Thinking video player v3 foundation",
6
6
  "license": "SEE LICENSE IN LICENSE.md",