@factorialco/f0-react 1.286.0 → 1.288.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.
@@ -6197,6 +6197,11 @@ declare module "@tiptap/core" {
6197
6197
  }
6198
6198
 
6199
6199
 
6200
+ declare namespace Calendar {
6201
+ var displayName: string;
6202
+ }
6203
+
6204
+
6200
6205
  declare module "@tiptap/core" {
6201
6206
  interface Commands<ReturnType> {
6202
6207
  moodTracker: {
@@ -6204,8 +6209,3 @@ declare module "@tiptap/core" {
6204
6209
  };
6205
6210
  }
6206
6211
  }
6207
-
6208
-
6209
- declare namespace Calendar {
6210
- var displayName: string;
6211
- }