@factorialco/f0-react 1.271.0 → 1.272.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.
@@ -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
- }
package/dist/f0.d.ts CHANGED
@@ -3993,6 +3993,11 @@ declare module "@tiptap/core" {
3993
3993
  }
3994
3994
 
3995
3995
 
3996
+ declare namespace Calendar {
3997
+ var displayName: string;
3998
+ }
3999
+
4000
+
3996
4001
  declare module "@tiptap/core" {
3997
4002
  interface Commands<ReturnType> {
3998
4003
  moodTracker: {
@@ -4000,8 +4005,3 @@ declare module "@tiptap/core" {
4000
4005
  };
4001
4006
  }
4002
4007
  }
4003
-
4004
-
4005
- declare namespace Calendar {
4006
- var displayName: string;
4007
- }