@factorialco/f0-react 1.319.2 → 1.320.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.
@@ -6450,6 +6450,11 @@ declare module "@tiptap/core" {
6450
6450
  }
6451
6451
 
6452
6452
 
6453
+ declare namespace Calendar {
6454
+ var displayName: string;
6455
+ }
6456
+
6457
+
6453
6458
  declare module "@tiptap/core" {
6454
6459
  interface Commands<ReturnType> {
6455
6460
  moodTracker: {
@@ -6457,8 +6462,3 @@ declare module "@tiptap/core" {
6457
6462
  };
6458
6463
  }
6459
6464
  }
6460
-
6461
-
6462
- declare namespace Calendar {
6463
- var displayName: string;
6464
- }