@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/chunk-XSRJM2TR.js +2944 -0
- package/dist/chunk-XSRJM2TR.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/workflow/components/FlowEdge/FlowEdge.d.ts.map +1 -1
- package/dist/workflow/layout/elk.d.ts.map +1 -1
- package/dist/workflow.cjs +6 -2
- package/dist/workflow.cjs.map +1 -1
- package/dist/workflow.js +6 -2
- package/dist/workflow.js.map +1 -1
- package/package.json +1 -1
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 =
|
|
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";
|