@curiouslearning/gdl-player-core 1.2.0 → 1.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,11 @@
1
+ import { a as e, n as t } from "./utils-CYohLPB4.js";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ //#region src/components/Image.tsx
4
+ var r = ({ mediaItem: r }) => /* @__PURE__ */ n("img", {
5
+ src: t(e(), r),
6
+ alt: "",
7
+ loading: "lazy",
8
+ className: "max-w-full max-h-full w-full h-full -z-10"
9
+ });
10
+ //#endregion
11
+ export { r as Image, r as default };
@@ -0,0 +1 @@
1
+ const e=require("./utils-DkVRHjf3.cjs");let t=require("react/jsx-runtime");var n=({mediaItem:n})=>(0,t.jsx)(`img`,{src:e.n(e.a(),n),alt:``,loading:`lazy`,className:`max-w-full max-h-full w-full h-full -z-10`});exports.Image=n,exports.default=n;