@factorialco/f0-react 1.438.0 → 1.438.2
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-Cg05PVK9.js → F0AiChat-C8H9OyiK.js} +3565 -3556
- package/dist/{F0HILActionConfirmation-CMnMjtvP.js → F0HILActionConfirmation-DjKwUcGT.js} +1 -1
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +12 -9
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +22 -8
- package/dist/f0.js +975 -967
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-Ddy5at5O.js → index-CmGdjT42.js} +3704 -3694
- package/package.json +1 -1
|
@@ -748,6 +748,11 @@ declare module "gridstack" {
|
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
|
|
751
|
+
declare namespace Calendar {
|
|
752
|
+
var displayName: string;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
|
|
751
756
|
declare module "@tiptap/core" {
|
|
752
757
|
interface Commands<ReturnType> {
|
|
753
758
|
aiBlock: {
|
|
@@ -795,8 +800,3 @@ declare module "@tiptap/core" {
|
|
|
795
800
|
};
|
|
796
801
|
}
|
|
797
802
|
}
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
declare namespace Calendar {
|
|
801
|
-
var displayName: string;
|
|
802
|
-
}
|