@factorialco/f0-react 2.32.1 → 2.32.2

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/ai.d.ts CHANGED
@@ -4222,9 +4222,8 @@ declare module "@tiptap/core" {
4222
4222
 
4223
4223
  declare module "@tiptap/core" {
4224
4224
  interface Commands<ReturnType> {
4225
- enhanceHighlight: {
4226
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
4227
- clearEnhanceHighlight: () => ReturnType;
4225
+ moodTracker: {
4226
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4228
4227
  };
4229
4228
  }
4230
4229
  }
@@ -4232,8 +4231,9 @@ declare module "@tiptap/core" {
4232
4231
 
4233
4232
  declare module "@tiptap/core" {
4234
4233
  interface Commands<ReturnType> {
4235
- moodTracker: {
4236
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4234
+ enhanceHighlight: {
4235
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
4236
+ clearEnhanceHighlight: () => ReturnType;
4237
4237
  };
4238
4238
  }
4239
4239
  }
@@ -8576,9 +8576,8 @@ declare module "@tiptap/core" {
8576
8576
 
8577
8577
  declare module "@tiptap/core" {
8578
8578
  interface Commands<ReturnType> {
8579
- enhanceHighlight: {
8580
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
8581
- clearEnhanceHighlight: () => ReturnType;
8579
+ moodTracker: {
8580
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8582
8581
  };
8583
8582
  }
8584
8583
  }
@@ -8586,8 +8585,9 @@ declare module "@tiptap/core" {
8586
8585
 
8587
8586
  declare module "@tiptap/core" {
8588
8587
  interface Commands<ReturnType> {
8589
- moodTracker: {
8590
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8588
+ enhanceHighlight: {
8589
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
8590
+ clearEnhanceHighlight: () => ReturnType;
8591
8591
  };
8592
8592
  }
8593
8593
  }
package/dist/f0.d.ts CHANGED
@@ -15218,9 +15218,8 @@ declare module "@tiptap/core" {
15218
15218
 
15219
15219
  declare module "@tiptap/core" {
15220
15220
  interface Commands<ReturnType> {
15221
- enhanceHighlight: {
15222
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
15223
- clearEnhanceHighlight: () => ReturnType;
15221
+ moodTracker: {
15222
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
15224
15223
  };
15225
15224
  }
15226
15225
  }
@@ -15228,8 +15227,9 @@ declare module "@tiptap/core" {
15228
15227
 
15229
15228
  declare module "@tiptap/core" {
15230
15229
  interface Commands<ReturnType> {
15231
- moodTracker: {
15232
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
15230
+ enhanceHighlight: {
15231
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
15232
+ clearEnhanceHighlight: () => ReturnType;
15233
15233
  };
15234
15234
  }
15235
15235
  }
@@ -854,9 +854,8 @@ declare module "@tiptap/core" {
854
854
 
855
855
  declare module "@tiptap/core" {
856
856
  interface Commands<ReturnType> {
857
- enhanceHighlight: {
858
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
859
- clearEnhanceHighlight: () => ReturnType;
857
+ moodTracker: {
858
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
860
859
  };
861
860
  }
862
861
  }
@@ -864,8 +863,9 @@ declare module "@tiptap/core" {
864
863
 
865
864
  declare module "@tiptap/core" {
866
865
  interface Commands<ReturnType> {
867
- moodTracker: {
868
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
866
+ enhanceHighlight: {
867
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
868
+ clearEnhanceHighlight: () => ReturnType;
869
869
  };
870
870
  }
871
871
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "2.32.1",
3
+ "version": "2.32.2",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",