@factorialco/f0-react 1.230.0 → 1.231.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.
@@ -5161,6 +5161,11 @@ declare module "@tiptap/core" {
5161
5161
  }
5162
5162
 
5163
5163
 
5164
+ declare namespace Calendar {
5165
+ var displayName: string;
5166
+ }
5167
+
5168
+
5164
5169
  declare module "@tiptap/core" {
5165
5170
  interface Commands<ReturnType> {
5166
5171
  moodTracker: {
@@ -5168,8 +5173,3 @@ declare module "@tiptap/core" {
5168
5173
  };
5169
5174
  }
5170
5175
  }
5171
-
5172
-
5173
- declare namespace Calendar {
5174
- var displayName: string;
5175
- }