@factorialco/f0-react 1.399.0 → 1.401.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/{F0AiChat-CiwHSzAS.js → F0AiChat-CpaeHxvD.js} +1562 -1557
- package/dist/{F0HILActionConfirmation-Ba7uFrN1.js → F0HILActionConfirmation-D4x8J8fX.js} +1 -1
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +12 -5
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +23 -7
- package/dist/f0.js +9310 -9461
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-BpkC5xiH.js → useDataCollectionSource-CcLFbGx4.js} +10744 -10408
- package/package.json +1 -1
|
@@ -660,11 +660,6 @@ declare module "gridstack" {
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
|
|
663
|
-
declare namespace Calendar {
|
|
664
|
-
var displayName: string;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
|
|
668
663
|
declare module "@tiptap/core" {
|
|
669
664
|
interface Commands<ReturnType> {
|
|
670
665
|
aiBlock: {
|
|
@@ -712,3 +707,8 @@ declare module "@tiptap/core" {
|
|
|
712
707
|
};
|
|
713
708
|
}
|
|
714
709
|
}
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
declare namespace Calendar {
|
|
713
|
+
var displayName: string;
|
|
714
|
+
}
|