@tutti-os/workbench-surface 0.0.37 → 0.0.38

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.js CHANGED
@@ -11724,7 +11724,7 @@ function resolveWorkbenchHostDockItemsWidth(items) {
11724
11724
  const gapWidth = Math.max(0, items.length - 1) * dockItemsGapPx;
11725
11725
  return itemWidth + gapWidth + dockItemsHorizontalPaddingPx;
11726
11726
  }
11727
- var dockHoverPanelOpenDelayMs = 450;
11727
+ var dockHoverPanelOpenDelayMs = 120;
11728
11728
  var dockHoverPanelCloseDelayMs = 160;
11729
11729
  var dockHoverPanelHitSlopPx = 12;
11730
11730
  var dockHoverPanelBridgeSlopPx = 6;