@oliasoft-open-source/react-ui-library 3.3.12 → 3.3.13
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10000,7 +10000,7 @@ const Tooltip$2 = ({
|
|
|
10000
10000
|
const visible = enabled && (isValidElement(text2) || text2.length > 0);
|
|
10001
10001
|
const [isOver, hoverProps, forceClose] = useHover({
|
|
10002
10002
|
delayEnter: 100,
|
|
10003
|
-
delayLeave:
|
|
10003
|
+
delayLeave: 0
|
|
10004
10004
|
});
|
|
10005
10005
|
const isOpen2 = !visible ? false : forceOpen ? true : isOver;
|
|
10006
10006
|
const {
|
package/package.json
CHANGED