@yogiswara/honcho-editor-ui 1.2.2 → 1.2.3

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.
@@ -35,7 +35,6 @@ export type Preset = {
35
35
  export type ImageItem = {
36
36
  id: string;
37
37
  url: string;
38
- name: string;
39
38
  file: File;
40
39
  };
41
40
  export declare function useHonchoEditor(controller: Controller, initImageId: string, firebaseUid: string, eventId: string): {
@@ -182,7 +182,6 @@ export function useHonchoEditor(controller, initImageId, firebaseUid, eventId) {
182
182
  const items = galleryList.map(g => ({
183
183
  id: g.id,
184
184
  url: g.raw_edited?.path || g.download?.path || '',
185
- name: g.uid,
186
185
  file: new File([], g.id),
187
186
  }));
188
187
  setImageList(items);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
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",