@factorialco/f0-react 1.299.4 → 1.300.0
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 +6 -6
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +2 -2
- package/dist/{hooks-CZ8ydA4T.js → hooks-CxaQvlbP.js} +5711 -5702
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/package.json +1 -1
|
@@ -451,8 +451,8 @@ declare global {
|
|
|
451
451
|
|
|
452
452
|
declare module "@tiptap/core" {
|
|
453
453
|
interface Commands<ReturnType> {
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
aiBlock: {
|
|
455
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
456
456
|
};
|
|
457
457
|
}
|
|
458
458
|
}
|
|
@@ -460,8 +460,8 @@ declare module "@tiptap/core" {
|
|
|
460
460
|
|
|
461
461
|
declare module "@tiptap/core" {
|
|
462
462
|
interface Commands<ReturnType> {
|
|
463
|
-
|
|
464
|
-
|
|
463
|
+
transcript: {
|
|
464
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
465
465
|
};
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -469,8 +469,8 @@ declare module "@tiptap/core" {
|
|
|
469
469
|
|
|
470
470
|
declare module "@tiptap/core" {
|
|
471
471
|
interface Commands<ReturnType> {
|
|
472
|
-
|
|
473
|
-
|
|
472
|
+
liveCompanion: {
|
|
473
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
474
474
|
};
|
|
475
475
|
}
|
|
476
476
|
}
|