@yogiswara/honcho-editor-ui 1.4.10 → 1.4.11

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.
@@ -641,7 +641,7 @@ export function useHonchoEditor(controller, initImageId, firebaseUid) {
641
641
  await editorRef.current?.initialize();
642
642
  }
643
643
  const adjustmentData = galleryImageData.editor_config?.color_adjustment;
644
- console.log("2. ADJUSTMENTDATA: ", adjustmentData);
644
+ console.log("2. ADJUSTMENTDATA: ", adjustmentData, galleryImageData);
645
645
  // set event
646
646
  setEventId(galleryImageData.event_id);
647
647
  console.log("3. EVENTID: ", eventId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",