@factorialco/f0-react 1.212.0 → 1.213.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.
@@ -5047,8 +5047,8 @@ declare global {
5047
5047
 
5048
5048
  declare module "@tiptap/core" {
5049
5049
  interface Commands<ReturnType> {
5050
- liveCompanion: {
5051
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5050
+ aiBlock: {
5051
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5052
5052
  };
5053
5053
  }
5054
5054
  }
@@ -5056,8 +5056,8 @@ declare module "@tiptap/core" {
5056
5056
 
5057
5057
  declare module "@tiptap/core" {
5058
5058
  interface Commands<ReturnType> {
5059
- aiBlock: {
5060
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5059
+ liveCompanion: {
5060
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5061
5061
  };
5062
5062
  }
5063
5063
  }
@@ -5072,6 +5072,11 @@ declare module "@tiptap/core" {
5072
5072
  }
5073
5073
 
5074
5074
 
5075
+ declare namespace Calendar {
5076
+ var displayName: string;
5077
+ }
5078
+
5079
+
5075
5080
  declare module "@tiptap/core" {
5076
5081
  interface Commands<ReturnType> {
5077
5082
  moodTracker: {
@@ -5079,8 +5084,3 @@ declare module "@tiptap/core" {
5079
5084
  };
5080
5085
  }
5081
5086
  }
5082
-
5083
-
5084
- declare namespace Calendar {
5085
- var displayName: string;
5086
- }
package/dist/f0.d.ts CHANGED
@@ -3339,8 +3339,8 @@ declare global {
3339
3339
 
3340
3340
  declare module "@tiptap/core" {
3341
3341
  interface Commands<ReturnType> {
3342
- liveCompanion: {
3343
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3342
+ aiBlock: {
3343
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3344
3344
  };
3345
3345
  }
3346
3346
  }
@@ -3348,8 +3348,8 @@ declare module "@tiptap/core" {
3348
3348
 
3349
3349
  declare module "@tiptap/core" {
3350
3350
  interface Commands<ReturnType> {
3351
- aiBlock: {
3352
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3351
+ liveCompanion: {
3352
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3353
3353
  };
3354
3354
  }
3355
3355
  }
@@ -3364,6 +3364,11 @@ declare module "@tiptap/core" {
3364
3364
  }
3365
3365
 
3366
3366
 
3367
+ declare namespace Calendar {
3368
+ var displayName: string;
3369
+ }
3370
+
3371
+
3367
3372
  declare module "@tiptap/core" {
3368
3373
  interface Commands<ReturnType> {
3369
3374
  moodTracker: {
@@ -3371,8 +3376,3 @@ declare module "@tiptap/core" {
3371
3376
  };
3372
3377
  }
3373
3378
  }
3374
-
3375
-
3376
- declare namespace Calendar {
3377
- var displayName: string;
3378
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.212.0",
3
+ "version": "1.213.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,