@factorialco/f0-react 1.438.1 → 1.438.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/{F0AiChat-DqqfCgbK.js → F0AiChat-Cv0j7lo_.js} +447 -445
- package/dist/{F0HILActionConfirmation-BdjYxiC3.js → F0HILActionConfirmation-DDhZML5m.js} +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +36 -12
- package/dist/experimental.js +6392 -20060
- package/dist/f0.d.ts +572 -27
- package/dist/f0.js +190 -174
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-26YoN1Ks.js → index-CqiKdYjB.js} +33326 -19693
- package/dist/index.css +1 -1
- package/package.json +1 -1
- package/dist/experimental.css +0 -1
|
@@ -784,10 +784,8 @@ declare module "@tiptap/core" {
|
|
|
784
784
|
|
|
785
785
|
declare module "@tiptap/core" {
|
|
786
786
|
interface Commands<ReturnType> {
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
src: string;
|
|
790
|
-
}) => ReturnType;
|
|
787
|
+
transcript: {
|
|
788
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
791
789
|
};
|
|
792
790
|
}
|
|
793
791
|
}
|
|
@@ -795,8 +793,10 @@ declare module "@tiptap/core" {
|
|
|
795
793
|
|
|
796
794
|
declare module "@tiptap/core" {
|
|
797
795
|
interface Commands<ReturnType> {
|
|
798
|
-
|
|
799
|
-
|
|
796
|
+
videoEmbed: {
|
|
797
|
+
setVideoEmbed: (options: {
|
|
798
|
+
src: string;
|
|
799
|
+
}) => ReturnType;
|
|
800
800
|
};
|
|
801
801
|
}
|
|
802
802
|
}
|