@factorialco/f0-react 1.239.1 → 1.239.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 +490 -486
- package/dist/f0.d.ts +4 -4
- package/dist/f0.js +2 -2
- package/dist/{hooks-AoOsS_Tr.js → hooks-FlkC6pns.js} +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5385,8 +5385,8 @@ declare global {
|
|
|
5385
5385
|
|
|
5386
5386
|
declare module "@tiptap/core" {
|
|
5387
5387
|
interface Commands<ReturnType> {
|
|
5388
|
-
|
|
5389
|
-
|
|
5388
|
+
aiBlock: {
|
|
5389
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5390
5390
|
};
|
|
5391
5391
|
}
|
|
5392
5392
|
}
|
|
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
|
|
|
5394
5394
|
|
|
5395
5395
|
declare module "@tiptap/core" {
|
|
5396
5396
|
interface Commands<ReturnType> {
|
|
5397
|
-
|
|
5398
|
-
|
|
5397
|
+
liveCompanion: {
|
|
5398
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5399
5399
|
};
|
|
5400
5400
|
}
|
|
5401
5401
|
}
|