@factorialco/f0-react 2.44.0 → 2.45.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/{F0CanvasPanel-Czxg0RlQ.js → F0CanvasPanel-DMLQMGBW.js} +20614 -20357
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +21 -5
- package/dist/experimental.js +296 -296
- package/dist/f0.d.ts +144 -5
- package/dist/f0.js +12738 -12176
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-4yObgxX5.js → useChatHistory-DvbntgsJ.js} +182 -182
- package/dist/{useDataCollectionSource-Bxbwl5Iu.js → useDataCollectionSource-iZJIN18U.js} +7066 -7315
- package/package.json +1 -1
|
@@ -850,11 +850,6 @@ declare module "gridstack" {
|
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
|
|
853
|
-
declare namespace Calendar {
|
|
854
|
-
var displayName: string;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
|
|
858
853
|
declare module "@tiptap/core" {
|
|
859
854
|
interface Commands<ReturnType> {
|
|
860
855
|
aiBlock: {
|
|
@@ -904,6 +899,11 @@ declare module "@tiptap/core" {
|
|
|
904
899
|
}
|
|
905
900
|
|
|
906
901
|
|
|
902
|
+
declare namespace Calendar {
|
|
903
|
+
var displayName: string;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
|
|
907
907
|
declare namespace F0GraphNodeWrapperInner {
|
|
908
908
|
var displayName: string;
|
|
909
909
|
}
|