@midscene/core 0.16.11-beta-20250513053735.0 → 0.16.11-beta-20250513121030.0

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.
@@ -593,6 +593,7 @@ import { generateHashId } from "@midscene/shared/utils";
593
593
  function describeSize(size) {
594
594
  return `${size.width} x ${size.height}`;
595
595
  }
596
+ var distanceThreshold = 16;
596
597
  function elementByPositionWithElementInfo(treeRoot, position, strict = true) {
597
598
  assert2(typeof position !== "undefined", "position is required for query");
598
599
  const matchingElements = [];
@@ -625,7 +626,6 @@ function elementByPositionWithElementInfo(treeRoot, position, strict = true) {
625
626
  }
626
627
  return element;
627
628
  }
628
- var distanceThreshold = 16;
629
629
  function distance(point1, point2) {
630
630
  return Math.sqrt((point1.x - point2.x) ** 2 + (point1.y - point2.y) ** 2);
631
631
  }
@@ -2101,4 +2101,4 @@ export {
2101
2101
  vlmPlanning
2102
2102
  };
2103
2103
 
2104
- //# sourceMappingURL=chunk-35CPO7N5.js.map
2104
+ //# sourceMappingURL=chunk-RI4D6B6R.js.map