@factorialco/f0-react 1.213.0 → 1.214.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.
@@ -5072,11 +5072,6 @@ declare module "@tiptap/core" {
5072
5072
  }
5073
5073
 
5074
5074
 
5075
- declare namespace Calendar {
5076
- var displayName: string;
5077
- }
5078
-
5079
-
5080
5075
  declare module "@tiptap/core" {
5081
5076
  interface Commands<ReturnType> {
5082
5077
  moodTracker: {
@@ -5084,3 +5079,8 @@ declare module "@tiptap/core" {
5084
5079
  };
5085
5080
  }
5086
5081
  }
5082
+
5083
+
5084
+ declare namespace Calendar {
5085
+ var displayName: string;
5086
+ }