@ajuhos/react-flow-chart
Advanced tools
Comparing version 0.0.41 to 0.0.42
{ | ||
"name": "@ajuhos/react-flow-chart", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "A flexible, stateless flow chart library for react.", | ||
@@ -58,3 +58,3 @@ "main": "src/index.js", | ||
"build:storybook": "build-storybook -c config/storybook -o docs", | ||
"publish:npm": "yarn build && cd dist && yarn publish --access=public", | ||
"publish:npm": "yarn build && cd dist && yarn publish --access=public --non-interactive", | ||
"build": "tsc && cp package.json dist/ && cp README.md ./dist", | ||
@@ -61,0 +61,0 @@ "test": "yarn run lint", |
@@ -54,3 +54,3 @@ "use strict"; | ||
onNodeSizeChange({ config: config, nodeId: node.id, size: { width: size.width, height: size.height } }); | ||
}, [node, compRef.current, size.width, size.height]); | ||
}, [node.id, size.width, size.height]); | ||
var children = (React.createElement("div", { style: { minWidth: portsSize.width, minHeight: portsSize.height } }, | ||
@@ -57,0 +57,0 @@ React.createElement(react_resize_observer_1.default, { onResize: function (rect) { setSize({ width: rect.width, height: rect.height }); } }), |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186402