balkan-orgchart-react-community 9.2.48 → 9.2.60

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/index.es.js CHANGED
@@ -92,6 +92,8 @@ var OrgChartReact = forwardRef((props, ref) => {
92
92
  if (orgChartInstance.current && props.data && props.data.length > 0) orgChartInstance.current.load(props.data);
93
93
  }, [props.data]);
94
94
  return /* @__PURE__ */ jsx("div", {
95
+ id: props.id,
96
+ className: props.className,
95
97
  ref: containerRef,
96
98
  style: {
97
99
  width: "100%",
package/index.umd.js CHANGED
@@ -123,6 +123,8 @@
123
123
  if (orgChartInstance.current && props.data && props.data.length > 0) orgChartInstance.current.load(props.data);
124
124
  }, [props.data]);
125
125
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
126
+ id: props.id,
127
+ className: props.className,
126
128
  ref: containerRef,
127
129
  style: {
128
130
  width: "100%",
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "url": "git+https://github.com/BALKANGraph/OrgChartReact-Community.git"
55
55
  },
56
56
  "dependencies": {
57
- "balkan-orgchart-js-community": "^9.2.48"
57
+ "balkan-orgchart-js-community": "^9.2.60"
58
58
  },
59
- "version": "9.2.48"
59
+ "version": "9.2.60"
60
60
  }