@factorialco/f0-react 1.306.3 → 1.307.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.
@@ -6468,6 +6468,11 @@ declare module "gridstack" {
6468
6468
  }
6469
6469
 
6470
6470
 
6471
+ declare namespace Calendar {
6472
+ var displayName: string;
6473
+ }
6474
+
6475
+
6471
6476
  declare module "@tiptap/core" {
6472
6477
  interface Commands<ReturnType> {
6473
6478
  moodTracker: {
@@ -6475,8 +6480,3 @@ declare module "@tiptap/core" {
6475
6480
  };
6476
6481
  }
6477
6482
  }
6478
-
6479
-
6480
- declare namespace Calendar {
6481
- var displayName: string;
6482
- }