@fraczled/sdk 1.30.9 → 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.
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-HetErHPU.js";
1
+ import { c as Da, _ as Va, g as il } from "./index-DNbhSjEm.js";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/index.d.ts CHANGED
@@ -587,7 +587,7 @@ export interface EditorTheme {
587
587
  darkMode?: boolean;
588
588
  }
589
589
 
590
- export type EventType = 'change' | 'save' | 'select' | 'export';
590
+ export type EventType = 'change' | 'save' | 'select' | 'export' | 'designSaved' | 'designDeleted';
591
591
 
592
592
  export interface Store {
593
593
  state: DesignState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.30.9",
3
+ "version": "1.30.12",
4
4
  "description": "Fraczled Design Studio SDK - Embed a powerful design editor in your application",
5
5
  "scripts": {
6
6
  "build": "vite build --config ../vite.sdk.config.ts && vite build --config ../vite.sdk.umd.config.ts",