@factorialco/f0-react 1.224.0 → 1.225.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.
@@ -5140,11 +5140,6 @@ declare module "@tiptap/core" {
5140
5140
  }
5141
5141
 
5142
5142
 
5143
- declare namespace Calendar {
5144
- var displayName: string;
5145
- }
5146
-
5147
-
5148
5143
  declare module "@tiptap/core" {
5149
5144
  interface Commands<ReturnType> {
5150
5145
  moodTracker: {
@@ -5152,3 +5147,8 @@ declare module "@tiptap/core" {
5152
5147
  };
5153
5148
  }
5154
5149
  }
5150
+
5151
+
5152
+ declare namespace Calendar {
5153
+ var displayName: string;
5154
+ }