@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.cjs +4 -4
- package/dist/core.d.ts +1 -1
- package/dist/core.js +199 -294
- package/dist/web-blocks.cjs +1 -1
- package/dist/web-blocks.js +1 -1
- package/package.json +1 -1
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?:
|
|
370
|
+
theme?: ChaiBuilderThemeValues;
|
|
371
371
|
};
|
|
372
372
|
|
|
373
373
|
export declare const ScreenSizes: ({ openDelay, canvas }: {
|