@motion.page/sdk 1.0.1 → 1.0.2
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/README.md +0 -4
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +10 -10
- package/dist/index.js.map +3 -3
- package/dist/triggers/CursorTrigger.d.ts +2 -2
- package/package.json +1 -1
|
@@ -29,10 +29,10 @@ export declare class CursorTrigger extends BaseTrigger<CursorConfig> {
|
|
|
29
29
|
private _boundMouseMove?;
|
|
30
30
|
private _boundMouseDown?;
|
|
31
31
|
private _boundMouseUp?;
|
|
32
|
-
private
|
|
32
|
+
private _hoverSelectors;
|
|
33
33
|
private _isHoveringCursorTarget;
|
|
34
34
|
private _boundHoverTargetMoveHandler;
|
|
35
|
-
private
|
|
35
|
+
private _cursorStyleTag;
|
|
36
36
|
private _attributeListeners;
|
|
37
37
|
constructor(timeline: Timeline, config: CursorConfig);
|
|
38
38
|
private _parseStateConfig;
|