@factorialco/f0-react 2.55.2 → 2.56.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.
@@ -869,6 +869,11 @@ declare module "gridstack" {
869
869
  }
870
870
 
871
871
 
872
+ declare namespace Calendar {
873
+ var displayName: string;
874
+ }
875
+
876
+
872
877
  declare module "@tiptap/core" {
873
878
  interface Commands<ReturnType> {
874
879
  aiBlock: {
@@ -918,11 +923,6 @@ declare module "@tiptap/core" {
918
923
  }
919
924
 
920
925
 
921
- declare namespace Calendar {
922
- var displayName: string;
923
- }
924
-
925
-
926
926
  declare namespace F0GraphNodeWrapperInner {
927
927
  var displayName: string;
928
928
  }