@factorialco/f0-react 1.334.0 → 1.336.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/{AiChatTranslationsProvider-DuArZC6y.js → AiChatTranslationsProvider-CSN_jvHE.js} +3077 -3145
- package/dist/{hooks-DnsvQKAp.js → DataCollectionStorageProvider-BS0EnnFa.js} +10906 -10096
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +28 -36
- package/dist/experimental.js +11947 -12876
- package/dist/f0.d.ts +97 -5
- package/dist/f0.js +1357 -1226
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-D0AzMbXI.js → index-CKWAEs9z.js} +16605 -16490
- package/package.json +1 -1
|
@@ -526,6 +526,11 @@ declare module "gridstack" {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
|
|
529
|
+
declare namespace Calendar {
|
|
530
|
+
var displayName: string;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
|
|
529
534
|
declare module "@tiptap/core" {
|
|
530
535
|
interface Commands<ReturnType> {
|
|
531
536
|
aiBlock: {
|
|
@@ -552,8 +557,3 @@ declare module "@tiptap/core" {
|
|
|
552
557
|
};
|
|
553
558
|
}
|
|
554
559
|
}
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
declare namespace Calendar {
|
|
558
|
-
var displayName: string;
|
|
559
|
-
}
|