@factorialco/f0-react 2.61.0 → 2.61.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 +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/f0.d.ts +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -4719,8 +4719,9 @@ declare module "@tiptap/core" {
|
|
|
4719
4719
|
|
|
4720
4720
|
declare module "@tiptap/core" {
|
|
4721
4721
|
interface Commands<ReturnType> {
|
|
4722
|
-
|
|
4723
|
-
|
|
4722
|
+
enhanceHighlight: {
|
|
4723
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
4724
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
4724
4725
|
};
|
|
4725
4726
|
}
|
|
4726
4727
|
}
|
|
@@ -4728,9 +4729,8 @@ declare module "@tiptap/core" {
|
|
|
4728
4729
|
|
|
4729
4730
|
declare module "@tiptap/core" {
|
|
4730
4731
|
interface Commands<ReturnType> {
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
4732
|
+
moodTracker: {
|
|
4733
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
4734
4734
|
};
|
|
4735
4735
|
}
|
|
4736
4736
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -9272,8 +9272,9 @@ declare module "@tiptap/core" {
|
|
|
9272
9272
|
|
|
9273
9273
|
declare module "@tiptap/core" {
|
|
9274
9274
|
interface Commands<ReturnType> {
|
|
9275
|
-
|
|
9276
|
-
|
|
9275
|
+
enhanceHighlight: {
|
|
9276
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
9277
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
9277
9278
|
};
|
|
9278
9279
|
}
|
|
9279
9280
|
}
|
|
@@ -9281,9 +9282,8 @@ declare module "@tiptap/core" {
|
|
|
9281
9282
|
|
|
9282
9283
|
declare module "@tiptap/core" {
|
|
9283
9284
|
interface Commands<ReturnType> {
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
9285
|
+
moodTracker: {
|
|
9286
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
9287
9287
|
};
|
|
9288
9288
|
}
|
|
9289
9289
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -16404,8 +16404,9 @@ declare module "@tiptap/core" {
|
|
|
16404
16404
|
|
|
16405
16405
|
declare module "@tiptap/core" {
|
|
16406
16406
|
interface Commands<ReturnType> {
|
|
16407
|
-
|
|
16408
|
-
|
|
16407
|
+
enhanceHighlight: {
|
|
16408
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
16409
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
16409
16410
|
};
|
|
16410
16411
|
}
|
|
16411
16412
|
}
|
|
@@ -16413,9 +16414,8 @@ declare module "@tiptap/core" {
|
|
|
16413
16414
|
|
|
16414
16415
|
declare module "@tiptap/core" {
|
|
16415
16416
|
interface Commands<ReturnType> {
|
|
16416
|
-
|
|
16417
|
-
|
|
16418
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
16417
|
+
moodTracker: {
|
|
16418
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
16419
16419
|
};
|
|
16420
16420
|
}
|
|
16421
16421
|
}
|
|
@@ -886,8 +886,9 @@ declare module "@tiptap/core" {
|
|
|
886
886
|
|
|
887
887
|
declare module "@tiptap/core" {
|
|
888
888
|
interface Commands<ReturnType> {
|
|
889
|
-
|
|
890
|
-
|
|
889
|
+
enhanceHighlight: {
|
|
890
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
891
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
891
892
|
};
|
|
892
893
|
}
|
|
893
894
|
}
|
|
@@ -895,9 +896,8 @@ declare module "@tiptap/core" {
|
|
|
895
896
|
|
|
896
897
|
declare module "@tiptap/core" {
|
|
897
898
|
interface Commands<ReturnType> {
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
899
|
+
moodTracker: {
|
|
900
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
901
901
|
};
|
|
902
902
|
}
|
|
903
903
|
}
|