@factorialco/f0-react 1.247.2 → 1.247.3
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/experimental.d.ts +4 -4
- package/dist/experimental.js +3000 -2975
- package/dist/f0.d.ts +4 -4
- package/dist/f0.js +2 -2
- package/dist/{hooks-o2XPoonM.js → hooks-BUzrBHFf.js} +8873 -8875
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5578,8 +5578,8 @@ declare global {
|
|
|
5578
5578
|
|
|
5579
5579
|
declare module "@tiptap/core" {
|
|
5580
5580
|
interface Commands<ReturnType> {
|
|
5581
|
-
|
|
5582
|
-
|
|
5581
|
+
liveCompanion: {
|
|
5582
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5583
5583
|
};
|
|
5584
5584
|
}
|
|
5585
5585
|
}
|
|
@@ -5587,8 +5587,8 @@ declare module "@tiptap/core" {
|
|
|
5587
5587
|
|
|
5588
5588
|
declare module "@tiptap/core" {
|
|
5589
5589
|
interface Commands<ReturnType> {
|
|
5590
|
-
|
|
5591
|
-
|
|
5590
|
+
aiBlock: {
|
|
5591
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5592
5592
|
};
|
|
5593
5593
|
}
|
|
5594
5594
|
}
|