@fraczled/sdk 1.22.0 → 1.24.0

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-k1BSXNWh.js";
1
+ import { c as Da, _ as Va, g as il } from "./index-lfj94R-C.js";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/index.d.ts CHANGED
@@ -307,6 +307,11 @@ export interface SDKAssetsConfig {
307
307
  showLoader?: boolean;
308
308
  }
309
309
 
310
+ export interface EditorUiConfig {
311
+ hideDefaultPanels?: boolean;
312
+ hiddenPanels?: PanelId[];
313
+ }
314
+
310
315
  export interface EditorConfig {
311
316
  apiKey: string;
312
317
  projectId: string;
@@ -319,6 +324,7 @@ export interface EditorConfig {
319
324
  services?: SDKServicesConfig;
320
325
  assets?: SDKAssetsConfig;
321
326
  customPanels?: CustomSidebarPanel[];
327
+ ui?: EditorUiConfig;
322
328
  }
323
329
 
324
330
  export interface EmbedConfig extends EditorConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraczled/sdk",
3
- "version": "1.22.0",
3
+ "version": "1.24.0",
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",