@flowgram.ai/free-auto-layout-plugin 0.2.18 → 0.2.20

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.d.mts CHANGED
@@ -237,7 +237,7 @@ interface LayoutParams {
237
237
  }
238
238
  interface LayoutOptions {
239
239
  getFollowNode?: GetFollowNode;
240
- enableAnimation: boolean;
240
+ enableAnimation?: boolean;
241
241
  }
242
242
  interface LayoutConfig {
243
243
  /** Direction for rank nodes. Can be TB, BT, LR, or RL, where T = top, B = bottom, L = left, and R = right. */
package/dist/index.d.ts CHANGED
@@ -237,7 +237,7 @@ interface LayoutParams {
237
237
  }
238
238
  interface LayoutOptions {
239
239
  getFollowNode?: GetFollowNode;
240
- enableAnimation: boolean;
240
+ enableAnimation?: boolean;
241
241
  }
242
242
  interface LayoutConfig {
243
243
  /** Direction for rank nodes. Can be TB, BT, LR, or RL, where T = top, B = bottom, L = left, and R = right. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/free-auto-layout-plugin",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -20,11 +20,11 @@
20
20
  "inversify": "^6.0.1",
21
21
  "reflect-metadata": "~0.2.2",
22
22
  "lodash": "^4.17.21",
23
- "@flowgram.ai/core": "0.2.18",
24
- "@flowgram.ai/free-layout-core": "0.2.18",
25
- "@flowgram.ai/document": "0.2.18",
26
- "@flowgram.ai/utils": "0.2.18",
27
- "@flowgram.ai/renderer": "0.2.18"
23
+ "@flowgram.ai/core": "0.2.20",
24
+ "@flowgram.ai/free-layout-core": "0.2.20",
25
+ "@flowgram.ai/renderer": "0.2.20",
26
+ "@flowgram.ai/utils": "0.2.20",
27
+ "@flowgram.ai/document": "0.2.20"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/bezier-js": "4.1.3",
@@ -39,8 +39,8 @@
39
39
  "styled-components": "^5",
40
40
  "tsup": "^8.0.1",
41
41
  "vitest": "^0.34.6",
42
- "@flowgram.ai/eslint-config": "0.2.18",
43
- "@flowgram.ai/ts-config": "0.2.18"
42
+ "@flowgram.ai/eslint-config": "0.2.20",
43
+ "@flowgram.ai/ts-config": "0.2.20"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8",