@factorialco/f0-react 1.271.0 → 1.272.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.
@@ -5778,6 +5778,11 @@ declare module "@tiptap/core" {
5778
5778
  }
5779
5779
 
5780
5780
 
5781
+ declare namespace Calendar {
5782
+ var displayName: string;
5783
+ }
5784
+
5785
+
5781
5786
  declare module "@tiptap/core" {
5782
5787
  interface Commands<ReturnType> {
5783
5788
  moodTracker: {
@@ -5785,8 +5790,3 @@ declare module "@tiptap/core" {
5785
5790
  };
5786
5791
  }
5787
5792
  }
5788
-
5789
-
5790
- declare namespace Calendar {
5791
- var displayName: string;
5792
- }