@factorialco/f0-react 1.316.1 → 1.316.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 +3 -3
- package/dist/f0.d.ts +4 -4
- package/dist/f0.js +2 -2
- package/dist/{hooks-BTk8LRGv.js → hooks-B_uo0_lI.js} +3209 -3205
- package/dist/i18n-provider-defaults.d.ts +4 -4
- package/package.json +1 -1
|
@@ -461,8 +461,8 @@ declare global {
|
|
|
461
461
|
|
|
462
462
|
declare module "@tiptap/core" {
|
|
463
463
|
interface Commands<ReturnType> {
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
aiBlock: {
|
|
465
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
466
466
|
};
|
|
467
467
|
}
|
|
468
468
|
}
|
|
@@ -470,8 +470,8 @@ declare module "@tiptap/core" {
|
|
|
470
470
|
|
|
471
471
|
declare module "@tiptap/core" {
|
|
472
472
|
interface Commands<ReturnType> {
|
|
473
|
-
|
|
474
|
-
|
|
473
|
+
liveCompanion: {
|
|
474
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
475
475
|
};
|
|
476
476
|
}
|
|
477
477
|
}
|