@factorialco/f0-react 1.355.1 → 1.355.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-Dy49ePeE.js → DataCollectionStorageProvider-D464tg7a.js} +1810 -1810
- package/dist/ai.d.ts +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +6128 -3651
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
|
@@ -586,6 +586,11 @@ declare module "gridstack" {
|
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
|
|
589
|
+
declare namespace Calendar {
|
|
590
|
+
var displayName: string;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
|
|
589
594
|
declare module "@tiptap/core" {
|
|
590
595
|
interface Commands<ReturnType> {
|
|
591
596
|
aiBlock: {
|
|
@@ -622,8 +627,3 @@ declare module "@tiptap/core" {
|
|
|
622
627
|
};
|
|
623
628
|
}
|
|
624
629
|
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
declare namespace Calendar {
|
|
628
|
-
var displayName: string;
|
|
629
|
-
}
|