Comparing version 2.6.77 to 2.6.78
@@ -1021,2 +1021,7 @@ import { ManualCleanup as ManualCleanup_2 } from './manualCleanup'; | ||
/** | ||
* @category Reactive State Utility | ||
*/ | ||
export declare function reactiveMouseIn(ref: HTMLElement, value: Atom<boolean>): () => void; | ||
declare type ReactivePositionOptions = 'requestAnimationFrame' | 'requestIdleCallback' | 'manual' | PositionRecalculateInterval | PositionRecalculateEvent[]; | ||
@@ -1023,0 +1028,0 @@ |
@@ -1425,2 +1425,12 @@ import { isAtom as G, atom as ee, RxList as _, RxSet as se, RxMap as ie, reactive as Te, ReactiveEffect as ve, computed as me, destroyComputed as ye, autorun as ge, Notifier as oe, isReactive as Le, TrackOpTypes as ae, TriggerOpTypes as K } from "data0"; | ||
const r = () => { | ||
e(!0); | ||
}, n = () => { | ||
e(!1); | ||
}; | ||
return t.addEventListener("mouseenter", r), t.addEventListener("mouseleave", n), () => { | ||
t.removeEventListener("mouseenter", r), t.removeEventListener("mouseleave", n); | ||
}; | ||
} | ||
function gr(t, e) { | ||
const r = () => { | ||
e({ | ||
@@ -1488,3 +1498,4 @@ scrollTop: t.scrollTop, | ||
fr as reactiveFocused, | ||
yr as reactiveScrollPosition, | ||
yr as reactiveMouseIn, | ||
gr as reactiveScrollPosition, | ||
ur as reactiveSize, | ||
@@ -1491,0 +1502,0 @@ Mt as setAutoUnitType, |
{ | ||
"name": "axii", | ||
"version": "2.6.77", | ||
"version": "2.6.78", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
526881
3018