@factorialco/f0-react 1.245.0 → 1.246.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.
package/dist/f0.d.ts CHANGED
@@ -3844,8 +3844,8 @@ declare global {
3844
3844
 
3845
3845
  declare module "@tiptap/core" {
3846
3846
  interface Commands<ReturnType> {
3847
- liveCompanion: {
3848
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3847
+ aiBlock: {
3848
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3849
3849
  };
3850
3850
  }
3851
3851
  }
@@ -3853,8 +3853,8 @@ declare module "@tiptap/core" {
3853
3853
 
3854
3854
  declare module "@tiptap/core" {
3855
3855
  interface Commands<ReturnType> {
3856
- aiBlock: {
3857
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3856
+ liveCompanion: {
3857
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3858
3858
  };
3859
3859
  }
3860
3860
  }
@@ -3869,6 +3869,11 @@ declare module "@tiptap/core" {
3869
3869
  }
3870
3870
 
3871
3871
 
3872
+ declare namespace Calendar {
3873
+ var displayName: string;
3874
+ }
3875
+
3876
+
3872
3877
  declare module "@tiptap/core" {
3873
3878
  interface Commands<ReturnType> {
3874
3879
  moodTracker: {
@@ -3876,8 +3881,3 @@ declare module "@tiptap/core" {
3876
3881
  };
3877
3882
  }
3878
3883
  }
3879
-
3880
-
3881
- declare namespace Calendar {
3882
- var displayName: string;
3883
- }