@factorialco/f0-react 1.187.0 → 1.187.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.
@@ -4815,11 +4815,6 @@ declare module "@tiptap/core" {
4815
4815
  }
4816
4816
 
4817
4817
 
4818
- declare namespace Calendar {
4819
- var displayName: string;
4820
- }
4821
-
4822
-
4823
4818
  declare module "@tiptap/core" {
4824
4819
  interface Commands<ReturnType> {
4825
4820
  moodTracker: {
@@ -4827,3 +4822,8 @@ declare module "@tiptap/core" {
4827
4822
  };
4828
4823
  }
4829
4824
  }
4825
+
4826
+
4827
+ declare namespace Calendar {
4828
+ var displayName: string;
4829
+ }