@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/{Image-MGXXN2GF.js → Image-2WXN57FZ.js} +2 -2
- package/dist/{chunk-FWI6XX5P.js → chunk-AKGT77NY.js} +3 -1
- package/dist/{chunk-FWI6XX5P.js.map → chunk-AKGT77NY.js.map} +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{Image-MGXXN2GF.js.map → Image-2WXN57FZ.js.map} +0 -0
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<
|
|
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<
|
|
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-
|
|
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-
|
|
1414
|
+
var Image2 = lazy(() => import("./Image-2WXN57FZ.js"));
|
|
1415
1415
|
var LazyImage = ({
|
|
1416
1416
|
className,
|
|
1417
1417
|
ref,
|
package/package.json
CHANGED
|
File without changes
|