@factorialco/f0-react 1.203.4 → 1.204.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.
@@ -246,6 +246,7 @@ declare type AIButton = {
246
246
  emoji: string;
247
247
  label: string;
248
248
  icon: IconType;
249
+ editable?: boolean;
249
250
  };
250
251
 
251
252
  /**
@@ -3053,6 +3054,7 @@ export declare type NotesTextEditorHandle = {
3053
3054
  setContent: (content: string) => void;
3054
3055
  insertAIBlock: () => void;
3055
3056
  insertTranscript: (title: string, users: User[], messages: Message[]) => void;
3057
+ pushContent: (content: string) => void;
3056
3058
  };
3057
3059
 
3058
3060
  export declare interface NotesTextEditorProps {