@flowgram.ai/free-layout-core 0.1.6 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@flowgram.ai/free-layout-core",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
+ "homepage": "https://flowgram.ai/",
5
+ "repository": "https://github.com/bytedance/flowgram.ai",
4
6
  "license": "MIT",
5
7
  "exports": {
6
8
  ".": {
@@ -28,16 +30,15 @@
28
30
  "dist"
29
31
  ],
30
32
  "dependencies": {
31
- "bezier-js": "^6.1.4",
32
33
  "inversify": "^6.0.1",
33
34
  "lodash-es": "^4.17.21",
34
35
  "nanoid": "^4.0.2",
35
- "@flowgram.ai/document": "0.1.6",
36
- "@flowgram.ai/core": "0.1.6",
37
- "@flowgram.ai/node": "0.1.6",
38
- "@flowgram.ai/form-core": "0.1.6",
39
- "@flowgram.ai/reactive": "0.1.6",
40
- "@flowgram.ai/utils": "0.1.6"
36
+ "@flowgram.ai/core": "0.1.8",
37
+ "@flowgram.ai/form-core": "0.1.8",
38
+ "@flowgram.ai/document": "0.1.8",
39
+ "@flowgram.ai/node": "0.1.8",
40
+ "@flowgram.ai/utils": "0.1.8",
41
+ "@flowgram.ai/reactive": "0.1.8"
41
42
  },
42
43
  "devDependencies": {
43
44
  "@testing-library/react": "^12",
@@ -52,8 +53,8 @@
52
53
  "tsup": "^8.0.1",
53
54
  "typescript": "^5.0.4",
54
55
  "vitest": "^0.34.6",
55
- "@flowgram.ai/eslint-config": "0.1.6",
56
- "@flowgram.ai/ts-config": "0.1.6"
56
+ "@flowgram.ai/eslint-config": "0.1.8",
57
+ "@flowgram.ai/ts-config": "0.1.8"
57
58
  },
58
59
  "peerDependencies": {
59
60
  "react": ">=17",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/typings/workflow-line.ts"],"sourcesContent":["import { type IPoint } from '@flowgram.ai/utils';\n\nexport enum LineType {\n BEZIER, // 贝塞尔曲线\n LINE_CHART, // 折叠线\n}\n\nexport interface LinePosition {\n from: IPoint;\n to: IPoint;\n}\n\nexport interface LineColor {\n hidden: string;\n default: string;\n drawing: string;\n hovered: string;\n selected: string;\n error: string;\n}\n\nexport enum LineColors {\n HIDDEN = 'transparent', // 隐藏线条\n DEFUALT = '#4d53e8',\n DRAWING = '#5DD6E3', // '#b5bbf8', // '#9197F1',\n HOVER = '#37d0ff',\n ERROR = 'red',\n}\n"],"mappings":";AAEO,IAAK,WAAL,kBAAKA,cAAL;AACL,EAAAA,oBAAA;AACA,EAAAA,oBAAA;AAFU,SAAAA;AAAA,GAAA;AAmBL,IAAK,aAAL,kBAAKC,gBAAL;AACL,EAAAA,YAAA,YAAS;AACT,EAAAA,YAAA,aAAU;AACV,EAAAA,YAAA,aAAU;AACV,EAAAA,YAAA,WAAQ;AACR,EAAAA,YAAA,WAAQ;AALE,SAAAA;AAAA,GAAA;","names":["LineType","LineColors"]}