tycho-components 0.5.0 → 0.5.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import cytoscape from "cytoscape";
|
|
2
|
-
import defaultStylesheet from "./CytoscapeStylesheet";
|
|
3
2
|
import nodeHtmlLabel from "cytoscape-node-edge-html-label";
|
|
3
|
+
import defaultStylesheet from "./CytoscapeStylesheet";
|
|
4
4
|
nodeHtmlLabel(cytoscape);
|
|
5
5
|
const init = ({ selector, tree, dagre = false, stylesheet = defaultStylesheet, wheelSensitivity = 1.5, onReady, autoungrabify = true, }) => {
|
|
6
6
|
destroy(selector);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tycho-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-hook-form": "^7.45.2",
|
|
54
54
|
"react-i18next": "^13.0.2",
|
|
55
55
|
"react-router-dom": "^6.14.2",
|
|
56
|
-
"tycho-storybook": "0.2.
|
|
56
|
+
"tycho-storybook": "0.2.3",
|
|
57
57
|
"yup": "^1.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|