@factorialco/f0-react 1.383.0 → 1.383.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/{DataCollectionStorageProvider-BBLgXK15.js → DataCollectionStorageProvider-CILsBY3D.js} +10068 -10064
- package/dist/{F0AiChat-CXEcOhNF.js → F0AiChat-A_15tua6.js} +15330 -15353
- package/dist/{F0HILActionConfirmation-D_4woM1M.js → F0HILActionConfirmation-D_Flf3Fk.js} +1 -1
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +57 -62
- package/dist/experimental.js +3998 -3969
- package/dist/f0.d.ts +90 -81
- package/dist/f0.js +1298 -1298
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
|
@@ -631,6 +631,11 @@ declare module "gridstack" {
|
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
|
|
634
|
+
declare namespace Calendar {
|
|
635
|
+
var displayName: string;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
|
|
634
639
|
declare module "@tiptap/core" {
|
|
635
640
|
interface Commands<ReturnType> {
|
|
636
641
|
aiBlock: {
|
|
@@ -678,8 +683,3 @@ declare module "@tiptap/core" {
|
|
|
678
683
|
};
|
|
679
684
|
}
|
|
680
685
|
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
declare namespace Calendar {
|
|
684
|
-
var displayName: string;
|
|
685
|
-
}
|