@fraczled/sdk 1.30.11 → 1.30.12

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/README.md CHANGED
@@ -148,6 +148,8 @@ Creates a new editor instance.
148
148
  - `save` - Fired when the user saves
149
149
  - `select` - Fired when selection changes
150
150
  - `export` - Fired when user exports
151
+ - `designSaved` - Fired when a saved design is created or updated (payload: SavedDesign)
152
+ - `designDeleted` - Fired when a saved design is deleted (payload: { id, design })
151
153
 
152
154
  ## Custom Sidebar Panels
153
155
 
@@ -1,6 +1,6 @@
1
1
  import "react";
2
2
  import "react-dom/client";
3
- import { S as o, b as p, a as c, d } from "./index-BFuI8-pC.js";
3
+ import { S as o, b as p, a as c, d } from "./index-DNbhSjEm.js";
4
4
  export {
5
5
  o as Store,
6
6
  p as createFraczledEditor,