@fraczled/sdk 1.30.23 → 1.30.24

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-DCzokUJJ.js";
1
+ import { c as Da, _ as Va, g as il } from "./index-CaLyC1k2.js";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/index.d.ts CHANGED
@@ -645,6 +645,7 @@ export interface Store {
645
645
  exportJSON(): string;
646
646
  loadJSON(json: string): void;
647
647
  reset(options?: { transparent?: boolean }): void;
648
+ loadTemplateAsNewDesign(template: DesignTemplate, options?: { preserveLibraries?: boolean }): void;
648
649
 
649
650
  on(event: EventType, callback: (data: any) => void): () => void;
650
651
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.30.23",
3
+ "version": "1.30.24",
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 && node ../scripts/copy-sdk-icons.mjs",