@julseb-lib/react 1.1.25 → 1.1.26

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Image
3
- } from "./chunk-UHS3R3PM.js";
3
+ } from "./chunk-PXJ4JXEH.js";
4
4
 
5
5
  // src/lib/components/LazyImage/Image.tsx
6
6
  import { jsx } from "react/jsx-runtime";
@@ -11,4 +11,4 @@ var Image_default = Image2;
11
11
  export {
12
12
  Image_default as default
13
13
  };
14
- //# sourceMappingURL=Image-SKLDS4YE.js.map
14
+ //# sourceMappingURL=Image-4MLJ7FPA.js.map
@@ -2294,6 +2294,7 @@ var Image = ({
2294
2294
  caption,
2295
2295
  borderRadius,
2296
2296
  fit,
2297
+ alt,
2297
2298
  ...rest
2298
2299
  }) => {
2299
2300
  const Element = caption ? "figure" : "img";
@@ -2317,6 +2318,7 @@ var Image = ({
2317
2318
  typeof caption === "object" && caption.imgClasses,
2318
2319
  "image"
2319
2320
  ),
2321
+ alt,
2320
2322
  ...rest
2321
2323
  }
2322
2324
  ),
@@ -2405,4 +2407,4 @@ export {
2405
2407
  genFontWeight,
2406
2408
  Image
2407
2409
  };
2408
- //# sourceMappingURL=chunk-UHS3R3PM.js.map
2410
+ //# sourceMappingURL=chunk-PXJ4JXEH.js.map