@julseb-lib/react 1.0.63 → 1.0.65
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.cjs +2 -2
- 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/dist/index.js.map +1 -1
- package/package.json +1 -1
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<HTMLTextAreaElement | HTMLInputElement | 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<HTMLTextAreaElement | HTMLInputElement | null>;
|
|
560
560
|
};
|
|
561
561
|
|
|
562
562
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2695,7 +2695,7 @@ var Wrapper = ({
|
|
|
2695
2695
|
{
|
|
2696
2696
|
ref,
|
|
2697
2697
|
className: clsx(
|
|
2698
|
-
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-
|
|
2698
|
+
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-6 px-4 md:px-5 lg:px-12 w-full h-fit",
|
|
2699
2699
|
genBgAllColors[backgroundColor],
|
|
2700
2700
|
genMinHeight[minHeight],
|
|
2701
2701
|
genGap[gap],
|
|
@@ -66030,7 +66030,7 @@ var InputCounter = ({
|
|
|
66030
66030
|
/* @__PURE__ */ jsx314(
|
|
66031
66031
|
ButtonIcon,
|
|
66032
66032
|
{
|
|
66033
|
-
icon: icons?.
|
|
66033
|
+
icon: icons?.plus ?? /* @__PURE__ */ jsx314(BiPlus, {}),
|
|
66034
66034
|
className: "size-6 input-counter-button",
|
|
66035
66035
|
color: buttonsColor,
|
|
66036
66036
|
variant: buttonVariant,
|