@julseb-lib/react 1.1.22 → 1.1.23

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.d.cts CHANGED
@@ -556,7 +556,7 @@ declare const usePagination: ({ currentPage, setCurrentPage, totalPages, }: ILib
556
556
  */
557
557
  declare const useTextLineCount: (text: string, fontSize?: number) => {
558
558
  visualLines: number;
559
- elementRef: react.RefObject<HTMLTextAreaElement | HTMLInputElement | null>;
559
+ elementRef: react.RefObject<HTMLInputElement | HTMLTextAreaElement | null>;
560
560
  };
561
561
 
562
562
  /**
package/dist/index.d.ts CHANGED
@@ -556,7 +556,7 @@ declare const usePagination: ({ currentPage, setCurrentPage, totalPages, }: ILib
556
556
  */
557
557
  declare const useTextLineCount: (text: string, fontSize?: number) => {
558
558
  visualLines: number;
559
- elementRef: react.RefObject<HTMLTextAreaElement | HTMLInputElement | null>;
559
+ elementRef: react.RefObject<HTMLInputElement | HTMLTextAreaElement | null>;
560
560
  };
561
561
 
562
562
  /**
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  libMarkdownEditorOptions,
50
50
  linkifyText,
51
51
  scrollToTop
52
- } from "./chunk-FWI6XX5P.js";
52
+ } from "./chunk-AKGT77NY.js";
53
53
 
54
54
  // #style-inject:#style-inject
55
55
  function styleInject(css, { insertAt } = {}) {
@@ -1411,7 +1411,7 @@ var genPosition = {
1411
1411
  // src/lib/components/LazyImage/LazyImage.tsx
1412
1412
  import { Suspense, lazy } from "react";
1413
1413
  import { jsx as jsx15 } from "react/jsx-runtime";
1414
- var Image2 = lazy(() => import("./Image-MGXXN2GF.js"));
1414
+ var Image2 = lazy(() => import("./Image-2WXN57FZ.js"));
1415
1415
  var LazyImage = ({
1416
1416
  className,
1417
1417
  ref,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [