@koine/react 2.0.0-alpha.2 → 2.0.0-alpha.4
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/MenuItem/useMenuItem.mjs +1 -1
- package/package.json +2 -2
package/MenuItem/useMenuItem.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import { useCallback, useEffect, useId, useRef, useState
|
|
2
|
+
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
|
3
3
|
import { unstable_useForkRef as useForkRef } from "@mui/utils";
|
|
4
4
|
import useMenu from "@mui/base/useMenu";
|
|
5
5
|
// import { unstable_useIsFocusVisible as useIsFocusVisible } from "@mui/utils";
|
package/package.json
CHANGED
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"type-fest": "^3.11.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@koine/utils": "2.0.0-alpha.
|
|
67
|
+
"@koine/utils": "2.0.0-alpha.4"
|
|
68
68
|
},
|
|
69
69
|
"main": "./index.js",
|
|
70
70
|
"types": "./index.d.ts",
|
|
71
|
-
"version": "2.0.0-alpha.
|
|
71
|
+
"version": "2.0.0-alpha.4",
|
|
72
72
|
"module": "./index.mjs"
|
|
73
73
|
}
|