labellife-design-tool 1.3.7 → 1.3.8

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.
@@ -2943,6 +2943,12 @@ var CanvasEditor = forwardRef(({ name, config, store }, ref) => {
2943
2943
  }, "Invalid panel component");
2944
2944
  }
2945
2945
  console.log("DynamicPanelRenderer: Rendering panel:", activePanel.id);
2946
+ console.log("About to render with component:", {
2947
+ component: PanelComponent,
2948
+ componentType: typeof PanelComponent,
2949
+ isFunction: typeof PanelComponent === "function",
2950
+ componentName: PanelComponent.name || "anonymous"
2951
+ });
2946
2952
  return /* @__PURE__ */ React17.createElement(PanelComponent, {
2947
2953
  key: activePanel.id,
2948
2954
  ...activePanel.props
@@ -2943,6 +2943,12 @@ var CanvasEditor = forwardRef(({ name, config, store }, ref) => {
2943
2943
  }, "Invalid panel component");
2944
2944
  }
2945
2945
  console.log("DynamicPanelRenderer: Rendering panel:", activePanel.id);
2946
+ console.log("About to render with component:", {
2947
+ component: PanelComponent,
2948
+ componentType: typeof PanelComponent,
2949
+ isFunction: typeof PanelComponent === "function",
2950
+ componentName: PanelComponent.name || "anonymous"
2951
+ });
2946
2952
  return /* @__PURE__ */ React17.createElement(PanelComponent, {
2947
2953
  key: activePanel.id,
2948
2954
  ...activePanel.props
@@ -1 +1 @@
1
- {"version":3,"file":"CanvasEditor.d.ts","sourceRoot":"","sources":["../../src/CanvasEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmF,MAAM,OAAO,CAAC;AA4ExG,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAqB,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,YAAY;UAAuC,MAAM;aAAW,MAAM;WAAS,iBAAiB;yCA8iBxG,CAAC;AAIH,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"CanvasEditor.d.ts","sourceRoot":"","sources":["../../src/CanvasEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmF,MAAM,OAAO,CAAC;AA4ExG,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAqB,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,YAAY;UAAuC,MAAM;aAAW,MAAM;WAAS,iBAAiB;yCAujBxG,CAAC;AAIH,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "labellife-design-tool",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Professional canvas editor built with React, TypeScript, and Konva",
5
5
  "main": "./dist/lib/lib/index.js",
6
6
  "module": "./dist/lib/lib/index.js",