@julseb-lib/react 1.0.56 → 1.0.57

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
@@ -68479,7 +68479,6 @@ var Slideshow = ({
68479
68479
  onTouchStart: handleTouchStart,
68480
68480
  onTouchMove: handleTouchMove,
68481
68481
  onTouchEnd: handleTouchEnd,
68482
- onMouseDown: handleMouseDown,
68483
68482
  onMouseMove: handleMouseMove,
68484
68483
  onMouseUp: handleMouseUp,
68485
68484
  onMouseLeave: handleMouseUp,