@chaibuilder/sdk 2.0.0-beta.106 → 2.0.0-beta.108

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/dist/core.d.ts CHANGED
@@ -367,7 +367,7 @@ declare type RichText = string;
367
367
  declare type SavePageData = {
368
368
  autoSave: boolean;
369
369
  blocks: ChaiBlock[];
370
- theme?: Record<string, any>;
370
+ theme?: ChaiBuilderThemeValues;
371
371
  };
372
372
 
373
373
  export declare const ScreenSizes: ({ openDelay, canvas }: {