@julseb-lib/react 1.1.15 → 1.1.17

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-YKOO6XXS.js";
3
+ } from "./chunk-BBUE5H3C.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-PU6L33RI.js.map
14
+ //# sourceMappingURL=Image-N5PXHJXT.js.map
@@ -1446,7 +1446,7 @@ var Table = ({
1446
1446
  gap: "sm",
1447
1447
  children: [
1448
1448
  /* @__PURE__ */ jsx3(Text, { tag: "small", children: /* @__PURE__ */ jsx3(Text, { tag: "strong", children: header }) }),
1449
- /* @__PURE__ */ jsx3(Text, { tag: "small", children: linkifyText(row[j + 1]) })
1449
+ /* @__PURE__ */ jsx3(Text, { tag: "small", children: typeof row[j + 1] === "string" ? linkifyText(row[j + 1]) : row[j + 1] })
1450
1450
  ]
1451
1451
  },
1452
1452
  j
@@ -2175,4 +2175,4 @@ export {
2175
2175
  scrollToTop,
2176
2176
  Image
2177
2177
  };
2178
- //# sourceMappingURL=chunk-YKOO6XXS.js.map
2178
+ //# sourceMappingURL=chunk-BBUE5H3C.js.map