@factorialco/f0-react 1.374.1 → 1.375.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-CWC0VRoY.js → DataCollectionStorageProvider-CKziJ9he.js} +1079 -1079
- package/dist/ai.d.ts +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +4 -5
- package/dist/f0.d.ts +119 -46
- package/dist/f0.js +3444 -3272
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
|
@@ -612,11 +612,6 @@ declare module "gridstack" {
|
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
|
|
615
|
-
declare namespace Calendar {
|
|
616
|
-
var displayName: string;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
|
|
620
615
|
declare module "@tiptap/core" {
|
|
621
616
|
interface Commands<ReturnType> {
|
|
622
617
|
aiBlock: {
|
|
@@ -664,3 +659,8 @@ declare module "@tiptap/core" {
|
|
|
664
659
|
};
|
|
665
660
|
}
|
|
666
661
|
}
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
declare namespace Calendar {
|
|
665
|
+
var displayName: string;
|
|
666
|
+
}
|