@factorialco/f0-react 1.427.0 → 1.427.2
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 +9 -12
- package/dist/experimental.js +5 -4
- package/dist/f0.d.ts +5 -11
- package/dist/f0.js +3126 -3123
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-Dmd29pkw.js → index-BELt7PBQ.js} +7607 -7569
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -729,11 +729,6 @@ declare module "gridstack" {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
|
|
732
|
-
declare namespace Calendar {
|
|
733
|
-
var displayName: string;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
|
|
737
732
|
declare module "@tiptap/core" {
|
|
738
733
|
interface Commands<ReturnType> {
|
|
739
734
|
aiBlock: {
|
|
@@ -781,3 +776,8 @@ declare module "@tiptap/core" {
|
|
|
781
776
|
};
|
|
782
777
|
}
|
|
783
778
|
}
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
declare namespace Calendar {
|
|
782
|
+
var displayName: string;
|
|
783
|
+
}
|