@squeed/flow-sdk 2.0.30 → 2.0.31
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/README.md +6 -0
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +4986 -4938
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -249,6 +249,12 @@ caption below the icon, so paths and arrowheads do not cross wrapped labels or
|
|
|
249
249
|
subtitles. Horizontal connectors still attach to the icon surface. Unmarked
|
|
250
250
|
custom views retain rectangular host bounds.
|
|
251
251
|
|
|
252
|
+
Edge-label placement is scoped to each canvas and skips empty label layers.
|
|
253
|
+
The existing placement is reused while node bounds, edge paths, and label
|
|
254
|
+
dimensions are unchanged. Geometry changes and font loading recheck placement;
|
|
255
|
+
unrelated updates do not resample SVG paths. This does not change JSON loading,
|
|
256
|
+
repair streaming, or playback.
|
|
257
|
+
|
|
252
258
|
For content and custom-shape views, use `<FlowPort id="tools" role="source"
|
|
253
259
|
side="bottom" position={0.5} />` inside the node. `side` accepts `top`, `right`,
|
|
254
260
|
`bottom`, or `left`; `position` ranges from 0 to 1 and defaults to the midpoint.
|