@factorialco/f0-react 1.228.1 → 1.228.3

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.
@@ -5151,11 +5151,6 @@ declare module "@tiptap/core" {
5151
5151
  }
5152
5152
 
5153
5153
 
5154
- declare namespace Calendar {
5155
- var displayName: string;
5156
- }
5157
-
5158
-
5159
5154
  declare module "@tiptap/core" {
5160
5155
  interface Commands<ReturnType> {
5161
5156
  moodTracker: {
@@ -5163,3 +5158,8 @@ declare module "@tiptap/core" {
5163
5158
  };
5164
5159
  }
5165
5160
  }
5161
+
5162
+
5163
+ declare namespace Calendar {
5164
+ var displayName: string;
5165
+ }