@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.
@@ -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 _hoverFrozenRects;
32
+ private _hoverSelectors;
33
33
  private _isHoveringCursorTarget;
34
34
  private _boundHoverTargetMoveHandler;
35
- private _hoverListeners;
35
+ private _cursorStyleTag;
36
36
  private _attributeListeners;
37
37
  constructor(timeline: Timeline, config: CursorConfig);
38
38
  private _parseStateConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motion.page/sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "High-performance CSS animation SDK with scroll, hover, gesture, and cursor triggers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",