@flowgram.ai/free-lines-plugin 0.4.13 → 0.4.14
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import React, { FC, ReactNode } from 'react';
|
|
2
|
-
import { WorkflowPortEntity, WorkflowLineEntity, LineRenderType, WorkflowLineRenderContributionFactory, WorkflowHoverService, WorkflowSelectService, WorkflowDocument, LineCenterPoint, WorkflowLineRenderContribution, LineType, LinePoint } from '@flowgram.ai/free-layout-core';
|
|
2
|
+
import { WorkflowPortEntity, WorkflowLineEntity, LineRenderType, WorkflowLineRenderContributionFactory, WorkflowHoverService, WorkflowSelectService, WorkflowDocument, LinePointLocation, LineCenterPoint, WorkflowLineRenderContribution, LineType, LinePoint } from '@flowgram.ai/free-layout-core';
|
|
3
3
|
import * as _flowgram_ai_core from '@flowgram.ai/core';
|
|
4
4
|
import { Layer, TransformData } from '@flowgram.ai/core';
|
|
5
5
|
import { FlowRendererRegistry } from '@flowgram.ai/renderer';
|
|
6
6
|
import { StackingContextManager } from '@flowgram.ai/free-stack-plugin';
|
|
7
7
|
import { IPoint, Rectangle } from '@flowgram.ai/utils';
|
|
8
|
-
import { LinePointLocation } from '@flowgram.ai/free-layout-core/src';
|
|
9
8
|
import { Bezier } from 'bezier-js';
|
|
10
9
|
|
|
11
10
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import React, { FC, ReactNode } from 'react';
|
|
2
|
-
import { WorkflowPortEntity, WorkflowLineEntity, LineRenderType, WorkflowLineRenderContributionFactory, WorkflowHoverService, WorkflowSelectService, WorkflowDocument, LineCenterPoint, WorkflowLineRenderContribution, LineType, LinePoint } from '@flowgram.ai/free-layout-core';
|
|
2
|
+
import { WorkflowPortEntity, WorkflowLineEntity, LineRenderType, WorkflowLineRenderContributionFactory, WorkflowHoverService, WorkflowSelectService, WorkflowDocument, LinePointLocation, LineCenterPoint, WorkflowLineRenderContribution, LineType, LinePoint } from '@flowgram.ai/free-layout-core';
|
|
3
3
|
import * as _flowgram_ai_core from '@flowgram.ai/core';
|
|
4
4
|
import { Layer, TransformData } from '@flowgram.ai/core';
|
|
5
5
|
import { FlowRendererRegistry } from '@flowgram.ai/renderer';
|
|
6
6
|
import { StackingContextManager } from '@flowgram.ai/free-stack-plugin';
|
|
7
7
|
import { IPoint, Rectangle } from '@flowgram.ai/utils';
|
|
8
|
-
import { LinePointLocation } from '@flowgram.ai/free-layout-core/src';
|
|
9
8
|
import { Bezier } from 'bezier-js';
|
|
10
9
|
|
|
11
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/free-lines-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.14",
|
|
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
|
"clsx": "^1.1.1",
|
|
21
21
|
"inversify": "^6.0.1",
|
|
22
22
|
"reflect-metadata": "~0.2.2",
|
|
23
|
-
"@flowgram.ai/core": "0.4.
|
|
24
|
-
"@flowgram.ai/free-layout-core": "0.4.
|
|
25
|
-
"@flowgram.ai/free-stack-plugin": "0.4.
|
|
26
|
-
"@flowgram.ai/
|
|
27
|
-
"@flowgram.ai/
|
|
23
|
+
"@flowgram.ai/core": "0.4.14",
|
|
24
|
+
"@flowgram.ai/free-layout-core": "0.4.14",
|
|
25
|
+
"@flowgram.ai/free-stack-plugin": "0.4.14",
|
|
26
|
+
"@flowgram.ai/utils": "0.4.14",
|
|
27
|
+
"@flowgram.ai/renderer": "0.4.14"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/bezier-js": "4.1.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"tsup": "^8.0.1",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
42
|
"vitest": "^0.34.6",
|
|
43
|
-
"@flowgram.ai/eslint-config": "0.4.
|
|
44
|
-
"@flowgram.ai/ts-config": "0.4.
|
|
43
|
+
"@flowgram.ai/eslint-config": "0.4.14",
|
|
44
|
+
"@flowgram.ai/ts-config": "0.4.14"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": ">=16.8",
|