@factorialco/f0-react 4.0.0 → 4.0.1

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
@@ -4718,8 +4718,11 @@ declare module "@tiptap/core" {
4718
4718
 
4719
4719
  declare module "@tiptap/core" {
4720
4720
  interface Commands<ReturnType> {
4721
- moodTracker: {
4722
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4721
+ enhanceHighlight: {
4722
+ setEnhanceHighlight: (from: number, to: number, options?: {
4723
+ placeholder?: string;
4724
+ }) => ReturnType;
4725
+ clearEnhanceHighlight: () => ReturnType;
4723
4726
  };
4724
4727
  }
4725
4728
  }
@@ -4727,11 +4730,8 @@ declare module "@tiptap/core" {
4727
4730
 
4728
4731
  declare module "@tiptap/core" {
4729
4732
  interface Commands<ReturnType> {
4730
- enhanceHighlight: {
4731
- setEnhanceHighlight: (from: number, to: number, options?: {
4732
- placeholder?: string;
4733
- }) => ReturnType;
4734
- clearEnhanceHighlight: () => ReturnType;
4733
+ moodTracker: {
4734
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4735
4735
  };
4736
4736
  }
4737
4737
  }
@@ -9743,8 +9743,11 @@ declare module "@tiptap/core" {
9743
9743
 
9744
9744
  declare module "@tiptap/core" {
9745
9745
  interface Commands<ReturnType> {
9746
- moodTracker: {
9747
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
9746
+ enhanceHighlight: {
9747
+ setEnhanceHighlight: (from: number, to: number, options?: {
9748
+ placeholder?: string;
9749
+ }) => ReturnType;
9750
+ clearEnhanceHighlight: () => ReturnType;
9748
9751
  };
9749
9752
  }
9750
9753
  }
@@ -9752,11 +9755,8 @@ declare module "@tiptap/core" {
9752
9755
 
9753
9756
  declare module "@tiptap/core" {
9754
9757
  interface Commands<ReturnType> {
9755
- enhanceHighlight: {
9756
- setEnhanceHighlight: (from: number, to: number, options?: {
9757
- placeholder?: string;
9758
- }) => ReturnType;
9759
- clearEnhanceHighlight: () => ReturnType;
9758
+ moodTracker: {
9759
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
9760
9760
  };
9761
9761
  }
9762
9762
  }
package/dist/f0.d.ts CHANGED
@@ -16787,8 +16787,11 @@ declare module "@tiptap/core" {
16787
16787
 
16788
16788
  declare module "@tiptap/core" {
16789
16789
  interface Commands<ReturnType> {
16790
- moodTracker: {
16791
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
16790
+ enhanceHighlight: {
16791
+ setEnhanceHighlight: (from: number, to: number, options?: {
16792
+ placeholder?: string;
16793
+ }) => ReturnType;
16794
+ clearEnhanceHighlight: () => ReturnType;
16792
16795
  };
16793
16796
  }
16794
16797
  }
@@ -16796,11 +16799,8 @@ declare module "@tiptap/core" {
16796
16799
 
16797
16800
  declare module "@tiptap/core" {
16798
16801
  interface Commands<ReturnType> {
16799
- enhanceHighlight: {
16800
- setEnhanceHighlight: (from: number, to: number, options?: {
16801
- placeholder?: string;
16802
- }) => ReturnType;
16803
- clearEnhanceHighlight: () => ReturnType;
16802
+ moodTracker: {
16803
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
16804
16804
  };
16805
16805
  }
16806
16806
  }
@@ -873,8 +873,11 @@ declare module "@tiptap/core" {
873
873
 
874
874
  declare module "@tiptap/core" {
875
875
  interface Commands<ReturnType> {
876
- moodTracker: {
877
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
876
+ enhanceHighlight: {
877
+ setEnhanceHighlight: (from: number, to: number, options?: {
878
+ placeholder?: string;
879
+ }) => ReturnType;
880
+ clearEnhanceHighlight: () => ReturnType;
878
881
  };
879
882
  }
880
883
  }
@@ -882,11 +885,8 @@ declare module "@tiptap/core" {
882
885
 
883
886
  declare module "@tiptap/core" {
884
887
  interface Commands<ReturnType> {
885
- enhanceHighlight: {
886
- setEnhanceHighlight: (from: number, to: number, options?: {
887
- placeholder?: string;
888
- }) => ReturnType;
889
- clearEnhanceHighlight: () => ReturnType;
888
+ moodTracker: {
889
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
890
890
  };
891
891
  }
892
892
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",