@react-three-dom/core 0.6.0 → 0.6.1

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.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Object3D, Scene, Camera, WebGLRenderer, Intersection, Vector3 } from 'three';
2
2
 
3
- declare const version = "0.5.0";
3
+ declare const version = "0.6.0";
4
4
 
5
5
  /**
6
6
  * Enable or disable debug logging globally.
@@ -1007,16 +1007,6 @@ declare class Highlighter {
1007
1007
  isHighlighted(obj: Object3D): boolean;
1008
1008
  /** Remove all hover and selection highlights. */
1009
1009
  clearAll(): void;
1010
- /** When true, the hover poll is paused and showHoverHighlight is blocked. */
1011
- private _hoverPollSuppressed;
1012
- private _suppressTimer;
1013
- /**
1014
- * Stop the hover poll, clear all hover state, and restart after a delay.
1015
- * This prevents the DevTools extension from re-applying highlights after
1016
- * inspect mode is disabled (the extension polls `$0` every 200ms and
1017
- * keeps writing `__r3fdom_hovered__`).
1018
- */
1019
- suppressHoverPoll(durationMs?: number): void;
1020
1010
  private _syncSelectionHighlights;
1021
1011
  private _addSelectionHighlight;
1022
1012
  private _removeSelectionHighlight;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Object3D, Scene, Camera, WebGLRenderer, Intersection, Vector3 } from 'three';
2
2
 
3
- declare const version = "0.5.0";
3
+ declare const version = "0.6.0";
4
4
 
5
5
  /**
6
6
  * Enable or disable debug logging globally.
@@ -1007,16 +1007,6 @@ declare class Highlighter {
1007
1007
  isHighlighted(obj: Object3D): boolean;
1008
1008
  /** Remove all hover and selection highlights. */
1009
1009
  clearAll(): void;
1010
- /** When true, the hover poll is paused and showHoverHighlight is blocked. */
1011
- private _hoverPollSuppressed;
1012
- private _suppressTimer;
1013
- /**
1014
- * Stop the hover poll, clear all hover state, and restart after a delay.
1015
- * This prevents the DevTools extension from re-applying highlights after
1016
- * inspect mode is disabled (the extension polls `$0` every 200ms and
1017
- * keeps writing `__r3fdom_hovered__`).
1018
- */
1019
- suppressHoverPoll(durationMs?: number): void;
1020
1010
  private _syncSelectionHighlights;
1021
1011
  private _addSelectionHighlight;
1022
1012
  private _removeSelectionHighlight;