chrv-components 1.12.76 → 1.12.77

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.
Binary file
@@ -6765,7 +6765,7 @@ class ChrHoverDirective {
6765
6765
  this.chrHoverContext = input({}, ...(ngDevMode ? [{ debugName: "chrHoverContext" }] : []));
6766
6766
  this.chrHoverSnap = input(false, ...(ngDevMode ? [{ debugName: "chrHoverSnap" }] : []));
6767
6767
  this.chrHoverPosition = input('right', ...(ngDevMode ? [{ debugName: "chrHoverPosition" }] : []));
6768
- this.chrHoverCloseDelay = input(100, ...(ngDevMode ? [{ debugName: "chrHoverCloseDelay" }] : []));
6768
+ this.chrHoverCloseDelay = input(10, ...(ngDevMode ? [{ debugName: "chrHoverCloseDelay" }] : []));
6769
6769
  this.closeTimeout = null;
6770
6770
  this.overlayEventListeners = [];
6771
6771
  this.mousePositionStrategy = (mousemove) => {