@factorialco/f0-react 1.376.1 → 1.378.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/{DataCollectionStorageProvider-DYikAZhp.js → DataCollectionStorageProvider-C107DYaA.js} +15784 -14216
- package/dist/F0AiChat-Bza8zqLg.js +134780 -0
- package/dist/{F0HILActionConfirmation-DqkMrDGj.js → F0HILActionConfirmation-DVS7vYT1.js} +388 -211
- package/dist/ai.d.ts +21 -13
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +144 -135
- package/dist/experimental.js +15957 -13023
- package/dist/f0.d.ts +263 -232
- package/dist/f0.js +5019 -4252
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/F0AiChat-Bb12WR9x.js +0 -117826
|
@@ -612,6 +612,11 @@ declare module "gridstack" {
|
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
|
|
615
|
+
declare namespace Calendar {
|
|
616
|
+
var displayName: string;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
|
|
615
620
|
declare module "@tiptap/core" {
|
|
616
621
|
interface Commands<ReturnType> {
|
|
617
622
|
aiBlock: {
|
|
@@ -641,15 +646,6 @@ declare module "@tiptap/core" {
|
|
|
641
646
|
}
|
|
642
647
|
|
|
643
648
|
|
|
644
|
-
declare module "@tiptap/core" {
|
|
645
|
-
interface Commands<ReturnType> {
|
|
646
|
-
transcript: {
|
|
647
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
648
|
-
};
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
|
|
653
649
|
declare module "@tiptap/core" {
|
|
654
650
|
interface Commands<ReturnType> {
|
|
655
651
|
videoEmbed: {
|
|
@@ -661,6 +657,10 @@ declare module "@tiptap/core" {
|
|
|
661
657
|
}
|
|
662
658
|
|
|
663
659
|
|
|
664
|
-
declare
|
|
665
|
-
|
|
660
|
+
declare module "@tiptap/core" {
|
|
661
|
+
interface Commands<ReturnType> {
|
|
662
|
+
transcript: {
|
|
663
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
664
|
+
};
|
|
665
|
+
}
|
|
666
666
|
}
|