@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 +7 -7
- package/dist/experimental.d.ts +7 -7
- package/dist/f0.d.ts +7 -7
- package/dist/i18n-provider-defaults.d.ts +7 -7
- package/package.json +1 -1
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
|
-
|
|
4722
|
-
|
|
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
|
-
|
|
4731
|
-
|
|
4732
|
-
placeholder?: string;
|
|
4733
|
-
}) => ReturnType;
|
|
4734
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
4733
|
+
moodTracker: {
|
|
4734
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
4735
4735
|
};
|
|
4736
4736
|
}
|
|
4737
4737
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -9743,8 +9743,11 @@ declare module "@tiptap/core" {
|
|
|
9743
9743
|
|
|
9744
9744
|
declare module "@tiptap/core" {
|
|
9745
9745
|
interface Commands<ReturnType> {
|
|
9746
|
-
|
|
9747
|
-
|
|
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
|
-
|
|
9756
|
-
|
|
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
|
-
|
|
16791
|
-
|
|
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
|
-
|
|
16800
|
-
|
|
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
|
-
|
|
877
|
-
|
|
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
|
-
|
|
886
|
-
|
|
887
|
-
placeholder?: string;
|
|
888
|
-
}) => ReturnType;
|
|
889
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
888
|
+
moodTracker: {
|
|
889
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
890
890
|
};
|
|
891
891
|
}
|
|
892
892
|
}
|