@hyperstream/videoplayer 0.1.1 → 0.1.3
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -26394,7 +26394,7 @@ function SimpleVideoPlayer({
|
|
|
26394
26394
|
document.removeEventListener("mousedown", handleClickOutside);
|
|
26395
26395
|
};
|
|
26396
26396
|
}, [showSettingsMenu]);
|
|
26397
|
-
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "w-full h-full", children: [
|
|
26397
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "w-full h-full", "data-hyperstream-player": "true", children: [
|
|
26398
26398
|
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "relative h-full", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
26399
26399
|
"div",
|
|
26400
26400
|
{
|