@octaviaflow/core 3.0.18-beta.30 → 3.0.18-beta.32

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.cjs CHANGED
@@ -29848,7 +29848,7 @@ function FlowEdgeImpl({
29848
29848
  const targetTotal = targetDesc?.total ?? 1;
29849
29849
  const rawStart = handleCentre(sourceNode, sourceSide, sourceIndex, sourceTotal);
29850
29850
  const rawEnd = handleCentre(targetNode, targetSide, targetIndex, targetTotal);
29851
- const HANDLE_GAP = 8;
29851
+ const HANDLE_GAP = 2;
29852
29852
  const start = offsetAlongSide3(rawStart, sourceRoute, HANDLE_GAP);
29853
29853
  const end = offsetAlongSide3(rawEnd, targetRoute, HANDLE_GAP);
29854
29854
  const routing = edge.routing ?? "bezier";