@factorialco/f0-react 1.235.2 → 1.235.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.
@@ -5181,6 +5181,11 @@ declare module "@tiptap/core" {
5181
5181
  }
5182
5182
 
5183
5183
 
5184
+ declare namespace Calendar {
5185
+ var displayName: string;
5186
+ }
5187
+
5188
+
5184
5189
  declare module "@tiptap/core" {
5185
5190
  interface Commands<ReturnType> {
5186
5191
  moodTracker: {
@@ -5188,8 +5193,3 @@ declare module "@tiptap/core" {
5188
5193
  };
5189
5194
  }
5190
5195
  }
5191
-
5192
-
5193
- declare namespace Calendar {
5194
- var displayName: string;
5195
- }