@linkdlab/funcnodes_react_flow 1.0.3 → 2.0.0
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/funcnodes_react_flow.css +1 -1
- package/dist/index.cjs.js +331 -351
- package/dist/index.d.ts +45 -10
- package/dist/index.es.js +65145 -36487
- package/dist/index.umd.js +331 -351
- package/package.json +44 -40
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linkdlab/funcnodes_react_flow",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Frontend with React Flow for FuncNodes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/Linkdlab/
|
|
7
|
+
"url": "git+https://github.com/Linkdlab/funcnodes_react_flow"
|
|
8
8
|
},
|
|
9
9
|
"author": "Julian Kimmig",
|
|
10
10
|
"license": "MIT",
|
|
@@ -35,51 +35,55 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@emotion/react": "^11.14.0",
|
|
38
|
-
"@emotion/styled": "^11.14.
|
|
39
|
-
"@fortawesome/fontawesome-svg-core": "7.
|
|
40
|
-
"@fortawesome/free-solid-svg-icons": "7.
|
|
41
|
-
"@fortawesome/react-fontawesome": "^
|
|
42
|
-
"@mui/material": "7.
|
|
43
|
-
"@
|
|
44
|
-
"@radix-ui/react-
|
|
45
|
-
"@radix-ui/react-
|
|
46
|
-
"@radix-ui/react-
|
|
47
|
-
"@radix-ui/react-
|
|
48
|
-
"@radix-ui/react-
|
|
49
|
-
"@
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
38
|
+
"@emotion/styled": "^11.14.1",
|
|
39
|
+
"@fortawesome/fontawesome-svg-core": "7.1.0",
|
|
40
|
+
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
|
41
|
+
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
42
|
+
"@mui/icons-material": "^7.3.6",
|
|
43
|
+
"@mui/material": "^7.3.6",
|
|
44
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
45
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
46
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
47
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
48
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
49
|
+
"@radix-ui/react-toast": "^1.2.15",
|
|
50
|
+
"@rjsf/core": "^6.1.2",
|
|
51
|
+
"@rjsf/mui": "^6.1.2",
|
|
52
|
+
"@rjsf/utils": "^6.1.2",
|
|
53
|
+
"@rjsf/validator-ajv8": "^6.1.2",
|
|
54
|
+
"@xyflow/react": "^12.10.0",
|
|
55
|
+
"axios": "^1.13.2",
|
|
56
|
+
"color-convert": "^3.1.3",
|
|
57
|
+
"react-json-view-lite": "^2.5.0",
|
|
53
58
|
"react-markdown": "^10.1.0",
|
|
54
|
-
"react-select": "^5.10.
|
|
59
|
+
"react-select": "^5.10.2",
|
|
55
60
|
"react-svg": "^16.3.0",
|
|
56
61
|
"remark-gfm": "^4.0.1",
|
|
57
|
-
"uuid": "^
|
|
62
|
+
"uuid": "^13.0.0"
|
|
58
63
|
},
|
|
59
64
|
"devDependencies": {
|
|
60
|
-
"@playwright/test": "^1.
|
|
61
|
-
"@
|
|
62
|
-
"@testing-library/dom": "^
|
|
63
|
-
"@testing-library/
|
|
64
|
-
"@testing-library/
|
|
65
|
-
"@testing-library/user-event": "^14.5.2",
|
|
65
|
+
"@playwright/test": "^1.57.0",
|
|
66
|
+
"@testing-library/dom": "^10.4.1",
|
|
67
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
68
|
+
"@testing-library/react": "^16.3.1",
|
|
69
|
+
"@testing-library/user-event": "^14.6.1",
|
|
66
70
|
"@types/color-convert": "^2.0.4",
|
|
67
|
-
"@types/node": "
|
|
68
|
-
"@types/react": "^19.
|
|
69
|
-
"@types/react-dom": "^19.
|
|
70
|
-
"@types/uuid": "^
|
|
71
|
-
"@vitejs/plugin-react": "^
|
|
72
|
-
"concurrently": "9.2.
|
|
73
|
-
"happy-dom": "
|
|
71
|
+
"@types/node": "25.0.3",
|
|
72
|
+
"@types/react": "^19.2.7",
|
|
73
|
+
"@types/react-dom": "^19.2.3",
|
|
74
|
+
"@types/uuid": "^11.0.0",
|
|
75
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
76
|
+
"concurrently": "9.2.1",
|
|
77
|
+
"happy-dom": "20.0.11",
|
|
74
78
|
"identity-obj-proxy": "^3.0.0",
|
|
75
|
-
"jsdom": "
|
|
76
|
-
"react": "^19.
|
|
77
|
-
"react-dom": "^19.
|
|
78
|
-
"sass": "^1.
|
|
79
|
-
"typescript": "^5.
|
|
80
|
-
"vite": "7.0
|
|
81
|
-
"vite-plugin-dts": "^4.5.
|
|
82
|
-
"vitest": "
|
|
79
|
+
"jsdom": "27.4.0",
|
|
80
|
+
"react": "^19.2.3",
|
|
81
|
+
"react-dom": "^19.2.3",
|
|
82
|
+
"sass": "^1.97.1",
|
|
83
|
+
"typescript": "^5.9.3",
|
|
84
|
+
"vite": "7.3.0",
|
|
85
|
+
"vite-plugin-dts": "^4.5.4",
|
|
86
|
+
"vitest": "4.0.16"
|
|
83
87
|
},
|
|
84
88
|
"peerDependencies": {
|
|
85
89
|
"react": "^19.0",
|