@chekinapp/ui 0.0.61 → 0.0.62
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -3064,7 +3064,7 @@ declare function useTimeout(callback: UseTimeoutCallback, ms?: number): {
|
|
|
3064
3064
|
restart(): void;
|
|
3065
3065
|
};
|
|
3066
3066
|
|
|
3067
|
-
declare function useTimeoutRef(): React$1.MutableRefObject<
|
|
3067
|
+
declare function useTimeoutRef(): React$1.MutableRefObject<NodeJS.Timeout | undefined>;
|
|
3068
3068
|
|
|
3069
3069
|
declare function useHover(): {
|
|
3070
3070
|
isHovering: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -3064,7 +3064,7 @@ declare function useTimeout(callback: UseTimeoutCallback, ms?: number): {
|
|
|
3064
3064
|
restart(): void;
|
|
3065
3065
|
};
|
|
3066
3066
|
|
|
3067
|
-
declare function useTimeoutRef(): React$1.MutableRefObject<
|
|
3067
|
+
declare function useTimeoutRef(): React$1.MutableRefObject<NodeJS.Timeout | undefined>;
|
|
3068
3068
|
|
|
3069
3069
|
declare function useHover(): {
|
|
3070
3070
|
isHovering: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chekinapp/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.62",
|
|
4
4
|
"description": "Chekin UI — React components on Radix primitives, styled with Chekin tokens",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"@types/react": "^18.3.17",
|
|
76
76
|
"@types/react-dom": "^18.3.5",
|
|
77
77
|
"@vitejs/plugin-react": "^5.2.0",
|
|
78
|
+
"@types/node": "^20.14.9",
|
|
78
79
|
"i18next": "^25.6.3",
|
|
79
80
|
"jsdom": "^27.2.0",
|
|
80
81
|
"react": "^18.3.1",
|