@chaibuilder/sdk 2.5.7 → 2.5.9

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
@@ -47,8 +47,6 @@ export declare const ChaiAddBlocksPanel: ({ className, showHeading, parentId, po
47
47
  position?: number;
48
48
  }) => JSX_2.Element;
49
49
 
50
- export declare const ChaiAskAiPanel: () => JSX_2.Element;
51
-
52
50
  export declare const ChaiAskAiUserPrompt: ({ blockId }: {
53
51
  blockId: string | undefined;
54
52
  }) => JSX_2.Element;
@@ -639,7 +637,7 @@ export declare const useInlineEditing: () => {
639
637
  setEditingItemIndex: (args_0: number | ((prev: number) => number)) => void;
640
638
  };
641
639
 
642
- export declare const useIsPageLoaded: () => boolean;
640
+ export declare const useIsPageLoaded: () => [boolean, (args_0: boolean | ((prev: boolean) => boolean)) => void];
643
641
 
644
642
  export declare const useLanguages: () => {
645
643
  languages: any[];