@factorialco/f0-react 1.336.0 → 1.336.1

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.
package/dist/f0.d.ts CHANGED
@@ -5285,11 +5285,6 @@ declare module "gridstack" {
5285
5285
  }
5286
5286
 
5287
5287
 
5288
- declare namespace Calendar {
5289
- var displayName: string;
5290
- }
5291
-
5292
-
5293
5288
  declare module "@tiptap/core" {
5294
5289
  interface Commands<ReturnType> {
5295
5290
  aiBlock: {
@@ -5316,3 +5311,8 @@ declare module "@tiptap/core" {
5316
5311
  };
5317
5312
  }
5318
5313
  }
5314
+
5315
+
5316
+ declare namespace Calendar {
5317
+ var displayName: string;
5318
+ }
@@ -526,11 +526,6 @@ declare module "gridstack" {
526
526
  }
527
527
 
528
528
 
529
- declare namespace Calendar {
530
- var displayName: string;
531
- }
532
-
533
-
534
529
  declare module "@tiptap/core" {
535
530
  interface Commands<ReturnType> {
536
531
  aiBlock: {
@@ -557,3 +552,8 @@ declare module "@tiptap/core" {
557
552
  };
558
553
  }
559
554
  }
555
+
556
+
557
+ declare namespace Calendar {
558
+ var displayName: string;
559
+ }