@factorialco/f0-react 1.206.0 → 1.207.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.
@@ -5049,11 +5049,6 @@ declare module "@tiptap/core" {
5049
5049
  }
5050
5050
 
5051
5051
 
5052
- declare namespace Calendar {
5053
- var displayName: string;
5054
- }
5055
-
5056
-
5057
5052
  declare module "@tiptap/core" {
5058
5053
  interface Commands<ReturnType> {
5059
5054
  moodTracker: {
@@ -5061,3 +5056,8 @@ declare module "@tiptap/core" {
5061
5056
  };
5062
5057
  }
5063
5058
  }
5059
+
5060
+
5061
+ declare namespace Calendar {
5062
+ var displayName: string;
5063
+ }