@factorialco/f0-react 1.358.1 → 1.359.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-HkGnLinD.js → DataCollectionStorageProvider-DI1DfAS8.js} +3 -3
- package/dist/{F0AiChat-DDIVLGEu.js → F0AiChat-CifDRPK4.js} +1589 -1582
- package/dist/{F0HILActionConfirmation-DhUf0Hm7.js → F0HILActionConfirmation-CqnsoGly.js} +1 -1
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +92 -11
- package/dist/f0.js +2791 -2608
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -611,6 +611,11 @@ declare module "gridstack" {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
|
|
614
|
+
declare namespace Calendar {
|
|
615
|
+
var displayName: string;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
|
|
614
619
|
declare module "@tiptap/core" {
|
|
615
620
|
interface Commands<ReturnType> {
|
|
616
621
|
aiBlock: {
|
|
@@ -647,8 +652,3 @@ declare module "@tiptap/core" {
|
|
|
647
652
|
};
|
|
648
653
|
}
|
|
649
654
|
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
declare namespace Calendar {
|
|
653
|
-
var displayName: string;
|
|
654
|
-
}
|