bi-components-library 1.1.13 → 1.1.15

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.es.js CHANGED
@@ -2842,7 +2842,7 @@ ${(t || "").replace(/\r\n/g, `
2842
2842
  Math.abs(Q.top - R) <= x && (Y = Math.max(Y, Q.bottom));
2843
2843
  if (Y > 0) {
2844
2844
  const Q = Math.max(0, Math.ceil(Y - d.top));
2845
- v = w > 0 ? Math.min(Q, w) : Q;
2845
+ v = w > 0 ? Math.max(Q, w) : Q;
2846
2846
  }
2847
2847
  } else
2848
2848
  v = w > 0 ? w : 58;