Skip to content

Commit f79eceb

Browse files
author
shuzarevich
committed
update flow component and dependencies for improved functionality
1 parent 00e1501 commit f79eceb

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

libs-domain/flow/src/lib/components/flow/flow.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<f-background>
1111
<flow-background />
1212
</f-background>
13-
<f-magnetic-lines />
14-
<f-magnetic-rects />
13+
<f-line-alignment />
1514
<f-selection-area />
1615

1716
<f-canvas fZoom (fCanvasChange)="changeCanvasTransform($event)"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/router": "~20.3.0",
1717
"@angular/ssr": "~20.3.0",
1818
"@foblex/2d": "^1.2.1",
19-
"@foblex/flow": "^18.1.0",
19+
"@foblex/flow": "^18.2.0",
2020
"@foblex/mediator": "^1.1.3",
2121
"@foblex/mutator": "^1.0.8",
2222
"@foblex/platform": "^1.0.4",

0 commit comments

Comments
 (0)