@gen-epix/ui-phylogenetic-tree 2.2.0 → 3.0.1
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The platform is currently in beta and is not yet intended for production use. Fe
|
|
|
12
12
|
|
|
13
13
|
## About @gen-epix/ui-phylogenetic-tree
|
|
14
14
|
|
|
15
|
-
`@gen-epix/ui-phylogenetic-tree` is a standalone React package that provides a phylogenetic tree visualization component for the Gen-EpiX platform. It has no dependency on the full `@gen-epix/ui` application framework.
|
|
15
|
+
`@gen-epix/ui-phylogenetic-tree` is a standalone React package that provides a phylogenetic tree visualization component for the Gen-EpiX platform. It has no dependency on the full `@gen-epix/ui-client-common` application framework.
|
|
16
16
|
|
|
17
17
|
- **Components** — `PhylogeneticTree` — an interactive, canvas-rendered phylogenetic tree viewer
|
|
18
18
|
- **Models** — tree data types and interfaces (`tree`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gen-epix/ui-phylogenetic-tree",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@gen-epix/ui-core": "^
|
|
40
|
+
"@gen-epix/ui-core": "^3.0.1",
|
|
41
41
|
"@mui/material": "*",
|
|
42
42
|
"react": "*"
|
|
43
43
|
},
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@gen-epix/eslint-config": "0.5.0",
|
|
51
|
-
"@gen-epix/ui-core": "^
|
|
51
|
+
"@gen-epix/ui-core": "^3.0.1",
|
|
52
52
|
"@mui/material": "9.4.0",
|
|
53
53
|
"@types/lodash": "4.17.25",
|
|
54
|
-
"@types/node": "26.4.
|
|
54
|
+
"@types/node": "26.4.1",
|
|
55
55
|
"@types/react": "19.2.18",
|
|
56
56
|
"@vitejs/plugin-react": "6.1.1",
|
|
57
57
|
"@vitest/browser-playwright": "4.1.11",
|