@factorialco/f0-react 1.417.2 → 1.418.1

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.
@@ -710,11 +710,6 @@ declare module "gridstack" {
710
710
  }
711
711
 
712
712
 
713
- declare namespace Calendar {
714
- var displayName: string;
715
- }
716
-
717
-
718
713
  declare module "@tiptap/core" {
719
714
  interface Commands<ReturnType> {
720
715
  aiBlock: {
@@ -762,3 +757,8 @@ declare module "@tiptap/core" {
762
757
  };
763
758
  }
764
759
  }
760
+
761
+
762
+ declare namespace Calendar {
763
+ var displayName: string;
764
+ }