@factorialco/f0-react 1.325.0 → 1.326.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.
@@ -6480,6 +6480,11 @@ declare module "@tiptap/core" {
6480
6480
  }
6481
6481
 
6482
6482
 
6483
+ declare namespace Calendar {
6484
+ var displayName: string;
6485
+ }
6486
+
6487
+
6483
6488
  declare module "@tiptap/core" {
6484
6489
  interface Commands<ReturnType> {
6485
6490
  moodTracker: {
@@ -6487,8 +6492,3 @@ declare module "@tiptap/core" {
6487
6492
  };
6488
6493
  }
6489
6494
  }
6490
-
6491
-
6492
- declare namespace Calendar {
6493
- var displayName: string;
6494
- }