@factorialco/f0-react 1.437.0 → 1.438.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/ai.d.ts +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +9 -5
- package/dist/f0.js +3267 -3242
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-CFs2gP7X.js → index-Ddy5at5O.js} +7654 -7651
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -748,11 +748,6 @@ declare module "gridstack" {
|
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
|
|
751
|
-
declare namespace Calendar {
|
|
752
|
-
var displayName: string;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
756
751
|
declare module "@tiptap/core" {
|
|
757
752
|
interface Commands<ReturnType> {
|
|
758
753
|
aiBlock: {
|
|
@@ -800,3 +795,8 @@ declare module "@tiptap/core" {
|
|
|
800
795
|
};
|
|
801
796
|
}
|
|
802
797
|
}
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
declare namespace Calendar {
|
|
801
|
+
var displayName: string;
|
|
802
|
+
}
|