@factorialco/f0-react 2.44.0 → 2.45.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.
@@ -850,11 +850,6 @@ declare module "gridstack" {
850
850
  }
851
851
 
852
852
 
853
- declare namespace Calendar {
854
- var displayName: string;
855
- }
856
-
857
-
858
853
  declare module "@tiptap/core" {
859
854
  interface Commands<ReturnType> {
860
855
  aiBlock: {
@@ -904,6 +899,11 @@ declare module "@tiptap/core" {
904
899
  }
905
900
 
906
901
 
902
+ declare namespace Calendar {
903
+ var displayName: string;
904
+ }
905
+
906
+
907
907
  declare namespace F0GraphNodeWrapperInner {
908
908
  var displayName: string;
909
909
  }