@factorialco/f0-react 1.363.0 → 1.364.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.
package/dist/f0.d.ts CHANGED
@@ -7737,6 +7737,11 @@ declare module "gridstack" {
7737
7737
  }
7738
7738
 
7739
7739
 
7740
+ declare namespace Calendar {
7741
+ var displayName: string;
7742
+ }
7743
+
7744
+
7740
7745
  declare module "@tiptap/core" {
7741
7746
  interface Commands<ReturnType> {
7742
7747
  aiBlock: {
@@ -7773,8 +7778,3 @@ declare module "@tiptap/core" {
7773
7778
  };
7774
7779
  }
7775
7780
  }
7776
-
7777
-
7778
- declare namespace Calendar {
7779
- var displayName: string;
7780
- }
@@ -611,6 +611,11 @@ declare module "gridstack" {
611
611
  }
612
612
 
613
613
 
614
+ declare namespace Calendar {
615
+ var displayName: string;
616
+ }
617
+
618
+
614
619
  declare module "@tiptap/core" {
615
620
  interface Commands<ReturnType> {
616
621
  aiBlock: {
@@ -647,8 +652,3 @@ declare module "@tiptap/core" {
647
652
  };
648
653
  }
649
654
  }
650
-
651
-
652
- declare namespace Calendar {
653
- var displayName: string;
654
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.363.0",
3
+ "version": "1.364.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,