@linkdlab/funcnodes_react_flow 1.1.0 → 2.1.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 +278 -438
- package/dist/index.d.ts +29 -11
- package/dist/index.es.js +42786 -40650
- package/dist/index.umd.js +278 -438
- package/package.json +38 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linkdlab/funcnodes_react_flow",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Frontend with React Flow for FuncNodes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,55 +36,54 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@emotion/react": "^11.14.0",
|
|
38
38
|
"@emotion/styled": "^11.14.1",
|
|
39
|
-
"@fortawesome/fontawesome-svg-core": "7.
|
|
40
|
-
"@fortawesome/free-solid-svg-icons": "7.
|
|
41
|
-
"@fortawesome/react-fontawesome": "^
|
|
42
|
-
"@mui/icons-material": "^7.3.
|
|
43
|
-
"@mui/material": "^7.3.
|
|
44
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
45
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
46
|
-
"@radix-ui/react-popover": "^1.1.
|
|
47
|
-
"@radix-ui/react-slider": "^1.
|
|
48
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
49
|
-
"@radix-ui/react-toast": "^1.2.
|
|
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
50
|
"@rjsf/core": "^6.1.2",
|
|
51
51
|
"@rjsf/mui": "^6.1.2",
|
|
52
52
|
"@rjsf/utils": "^6.1.2",
|
|
53
53
|
"@rjsf/validator-ajv8": "^6.1.2",
|
|
54
|
-
"@xyflow/react": "^12.
|
|
55
|
-
"axios": "^1.
|
|
56
|
-
"color-convert": "^3.
|
|
57
|
-
"react-json-view-lite": "^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",
|
|
58
58
|
"react-markdown": "^10.1.0",
|
|
59
|
-
"react-select": "^5.10.
|
|
59
|
+
"react-select": "^5.10.2",
|
|
60
60
|
"react-svg": "^16.3.0",
|
|
61
61
|
"remark-gfm": "^4.0.1",
|
|
62
|
-
"uuid": "^
|
|
62
|
+
"uuid": "^13.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@playwright/test": "^1.
|
|
66
|
-
"@
|
|
67
|
-
"@testing-library/dom": "^
|
|
68
|
-
"@testing-library/
|
|
69
|
-
"@testing-library/
|
|
70
|
-
"@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",
|
|
71
70
|
"@types/color-convert": "^2.0.4",
|
|
72
|
-
"@types/node": "
|
|
73
|
-
"@types/react": "^19.
|
|
74
|
-
"@types/react-dom": "^19.
|
|
75
|
-
"@types/uuid": "^
|
|
76
|
-
"@vitejs/plugin-react": "^
|
|
77
|
-
"concurrently": "9.2.
|
|
78
|
-
"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",
|
|
79
78
|
"identity-obj-proxy": "^3.0.0",
|
|
80
|
-
"jsdom": "
|
|
81
|
-
"react": "^19.
|
|
82
|
-
"react-dom": "^19.
|
|
83
|
-
"sass": "^1.
|
|
84
|
-
"typescript": "^5.
|
|
85
|
-
"vite": "7.0
|
|
86
|
-
"vite-plugin-dts": "^4.5.
|
|
87
|
-
"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"
|
|
88
87
|
},
|
|
89
88
|
"peerDependencies": {
|
|
90
89
|
"react": "^19.0",
|