Spaces:
Running
Running
Upgrade ReactFlow to 12.6.0. Fix warnings.
Browse files
lynxkite-app/web/package-lock.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"@syncedstore/core": "^0.6.0",
|
| 18 |
"@syncedstore/react": "^0.6.0",
|
| 19 |
"@types/node": "^22.10.1",
|
| 20 |
-
"@xyflow/react": "^12.
|
| 21 |
"3dmol": "^2.4.2",
|
| 22 |
"axios": "^1.8.2",
|
| 23 |
"daisyui": "^4.12.20",
|
|
@@ -2372,12 +2372,12 @@
|
|
| 2372 |
}
|
| 2373 |
},
|
| 2374 |
"node_modules/@xyflow/react": {
|
| 2375 |
-
"version": "12.
|
| 2376 |
-
"resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.
|
| 2377 |
-
"integrity": "sha512-
|
| 2378 |
"license": "MIT",
|
| 2379 |
"dependencies": {
|
| 2380 |
-
"@xyflow/system": "0.0.
|
| 2381 |
"classcat": "^5.0.3",
|
| 2382 |
"zustand": "^4.4.0"
|
| 2383 |
},
|
|
@@ -2387,9 +2387,9 @@
|
|
| 2387 |
}
|
| 2388 |
},
|
| 2389 |
"node_modules/@xyflow/system": {
|
| 2390 |
-
"version": "0.0.
|
| 2391 |
-
"resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.
|
| 2392 |
-
"integrity": "sha512-
|
| 2393 |
"license": "MIT",
|
| 2394 |
"dependencies": {
|
| 2395 |
"@types/d3-drag": "^3.0.7",
|
|
|
|
| 17 |
"@syncedstore/core": "^0.6.0",
|
| 18 |
"@syncedstore/react": "^0.6.0",
|
| 19 |
"@types/node": "^22.10.1",
|
| 20 |
+
"@xyflow/react": "^12.6.0",
|
| 21 |
"3dmol": "^2.4.2",
|
| 22 |
"axios": "^1.8.2",
|
| 23 |
"daisyui": "^4.12.20",
|
|
|
|
| 2372 |
}
|
| 2373 |
},
|
| 2374 |
"node_modules/@xyflow/react": {
|
| 2375 |
+
"version": "12.6.0",
|
| 2376 |
+
"resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.6.0.tgz",
|
| 2377 |
+
"integrity": "sha512-YzsSK4SlpC6e9Ki1g6O9B1UH7xvz/bzWF+tJ+vWDD8Am5xJmFn0jYnCEuqvzvH8dRKb1NFBmyuqEGqWN39xXsA==",
|
| 2378 |
"license": "MIT",
|
| 2379 |
"dependencies": {
|
| 2380 |
+
"@xyflow/system": "0.0.57",
|
| 2381 |
"classcat": "^5.0.3",
|
| 2382 |
"zustand": "^4.4.0"
|
| 2383 |
},
|
|
|
|
| 2387 |
}
|
| 2388 |
},
|
| 2389 |
"node_modules/@xyflow/system": {
|
| 2390 |
+
"version": "0.0.57",
|
| 2391 |
+
"resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.57.tgz",
|
| 2392 |
+
"integrity": "sha512-1YpBo0WgmZLR5wQw9Jvk3Tu0gISi/oYc4uSimrDuAsA/G2rGleulLrKkM59uuT/QU5m6DYC2VdBDAzjSNMGuBA==",
|
| 2393 |
"license": "MIT",
|
| 2394 |
"dependencies": {
|
| 2395 |
"@types/d3-drag": "^3.0.7",
|
lynxkite-app/web/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"@syncedstore/core": "^0.6.0",
|
| 21 |
"@syncedstore/react": "^0.6.0",
|
| 22 |
"@types/node": "^22.10.1",
|
| 23 |
-
"@xyflow/react": "^12.
|
| 24 |
"3dmol": "^2.4.2",
|
| 25 |
"axios": "^1.8.2",
|
| 26 |
"daisyui": "^4.12.20",
|
|
|
|
| 20 |
"@syncedstore/core": "^0.6.0",
|
| 21 |
"@syncedstore/react": "^0.6.0",
|
| 22 |
"@types/node": "^22.10.1",
|
| 23 |
+
"@xyflow/react": "^12.6.0",
|
| 24 |
"3dmol": "^2.4.2",
|
| 25 |
"axios": "^1.8.2",
|
| 26 |
"daisyui": "^4.12.20",
|
lynxkite-app/web/src/workspace/LynxKiteEdge.tsx
CHANGED
|
@@ -17,9 +17,11 @@ export default function LynxKiteEdge(props: any) {
|
|
| 17 |
return (
|
| 18 |
<>
|
| 19 |
<BaseEdge
|
| 20 |
-
id={props.id}
|
| 21 |
path={path}
|
| 22 |
-
{
|
|
|
|
|
|
|
|
|
|
| 23 |
style={{
|
| 24 |
strokeWidth: 2,
|
| 25 |
stroke: "black",
|
|
|
|
| 17 |
return (
|
| 18 |
<>
|
| 19 |
<BaseEdge
|
|
|
|
| 20 |
path={path}
|
| 21 |
+
labelX={props.labelX}
|
| 22 |
+
labelY={props.labelY}
|
| 23 |
+
markerStart={props.markerStart}
|
| 24 |
+
markerEnd={props.markerEnd}
|
| 25 |
style={{
|
| 26 |
strokeWidth: 2,
|
| 27 |
stroke: "black",
|
lynxkite-core/pyproject.toml
CHANGED
|
@@ -5,7 +5,6 @@ description = "A lightweight dependency for authoring LynxKite operations and ex
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
-
"griffe>=1.7.3",
|
| 9 |
]
|
| 10 |
|
| 11 |
[project.optional-dependencies]
|
|
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
|
|
|
| 8 |
]
|
| 9 |
|
| 10 |
[project.optional-dependencies]
|