impaktapps-jsonforms 5.426.82-e → 5.426.82-f

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-jsonforms",
3
- "version": "5.426.82e",
3
+ "version": "5.426.82f",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -12,6 +12,7 @@ export const RenderSVGWithUISchemaElement = (props: SVGProps) => {
12
12
  x,
13
13
  key,
14
14
  y,
15
+
15
16
  height,
16
17
  width,
17
18
  node,
@@ -98,7 +99,7 @@ export const RenderSVGWithUISchemaElement = (props: SVGProps) => {
98
99
  }
99
100
  setColorHolder(globalColorHolder);
100
101
  const widget = _.cloneDeep(elem);
101
- const childPath = `TreeMap2${node.data.path.slice(1)}`;
102
+ const childPath = `${path}${node.data.path.slice(1)}`;
102
103
  return (
103
104
  <div
104
105
  style={{