@factorialco/f0-react 1.362.2 → 1.363.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-buKfoPNx.js → DataCollectionStorageProvider-Hpk54uGn.js} +334 -328
- package/dist/ai.d.ts +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +7 -9
- package/dist/f0.d.ts +101 -40
- package/dist/f0.js +2343 -2324
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -611,11 +611,6 @@ declare module "gridstack" {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
|
|
614
|
-
declare namespace Calendar {
|
|
615
|
-
var displayName: string;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
|
|
619
614
|
declare module "@tiptap/core" {
|
|
620
615
|
interface Commands<ReturnType> {
|
|
621
616
|
aiBlock: {
|
|
@@ -652,3 +647,8 @@ declare module "@tiptap/core" {
|
|
|
652
647
|
};
|
|
653
648
|
}
|
|
654
649
|
}
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
declare namespace Calendar {
|
|
653
|
+
var displayName: string;
|
|
654
|
+
}
|