venice-ui 3.0.62 → 3.1.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useOutsideClick: (callback: () => void) => import("react").RefObject<HTMLDivElement>;
|
|
1
|
+
export declare const useOutsideClick: (callback: () => void) => import("react").RefObject<HTMLDivElement | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "venice-ui",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Component library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@storybook/react": "^10.3.5",
|
|
42
42
|
"@storybook/react-webpack5": "^10.3.5",
|
|
43
43
|
"@types/node": "^18.16.0",
|
|
44
|
-
"@types/react": "^
|
|
45
|
-
"@types/react-dom": "^
|
|
44
|
+
"@types/react": "^19.0.0",
|
|
45
|
+
"@types/react-dom": "^19.0.0",
|
|
46
46
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
47
47
|
"@typescript-eslint/parser": "^5.37.0",
|
|
48
48
|
"babel-loader": "^8.2.5",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"eslint-plugin-react": "^7.31.8",
|
|
52
52
|
"eslint-plugin-storybook": "^10.3.5",
|
|
53
53
|
"prettier": "2.8.8",
|
|
54
|
-
"react": "^
|
|
55
|
-
"react-dom": "^
|
|
54
|
+
"react": "^19.0.0",
|
|
55
|
+
"react-dom": "^19.0.0",
|
|
56
56
|
"storybook": "^10.3.5",
|
|
57
57
|
"typescript": "^5.0.4"
|
|
58
58
|
},
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"typescript": "^5.0.4"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"react": "^
|
|
64
|
-
"react-dom": "^
|
|
63
|
+
"react": "^19.0.0",
|
|
64
|
+
"react-dom": "^19.0.0"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": "22.14.0",
|