@julseb-lib/react 1.0.74 → 1.1.0

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,14 @@
1
+ import {
2
+ Image
3
+ } from "./chunk-TN4HZFI3.js";
4
+
5
+ // src/lib/components/LazyImage/Image.tsx
6
+ import { jsx } from "react/jsx-runtime";
7
+ var Image2 = ({ className, ref, ...rest }) => {
8
+ return /* @__PURE__ */ jsx(Image, { className, ref, ...rest });
9
+ };
10
+ var Image_default = Image2;
11
+ export {
12
+ Image_default as default
13
+ };
14
+ //# sourceMappingURL=Image-YPZDN7Z5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/lib/components/LazyImage/Image.tsx"],"sourcesContent":["import type { FC } from \"react\"\nimport { Image as Img } from \"../Image\"\nimport type { ILibLazyImage } from \"./types\"\n\nconst Image: FC<ILibLazyImage> = ({ className, ref, ...rest }) => {\n\treturn <Img className={className} ref={ref} {...rest} />\n}\n\n// eslint-disable-next-line\nexport default Image\n"],"mappings":";;;;;AAKQ;AADR,IAAMA,SAA2B,CAAC,EAAE,WAAW,KAAK,GAAG,KAAK,MAAM;AACjE,SAAO,oBAAC,SAAI,WAAsB,KAAW,GAAG,MAAM;AACvD;AAGA,IAAO,gBAAQA;","names":["Image"]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=chunk-C3H53CDF.js.map