@factorialco/f0-react 1.349.1 → 1.350.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
@@ -5855,6 +5855,11 @@ declare module "gridstack" {
5855
5855
  }
5856
5856
 
5857
5857
 
5858
+ declare namespace Calendar {
5859
+ var displayName: string;
5860
+ }
5861
+
5862
+
5858
5863
  declare module "@tiptap/core" {
5859
5864
  interface Commands<ReturnType> {
5860
5865
  aiBlock: {
@@ -5891,8 +5896,3 @@ declare module "@tiptap/core" {
5891
5896
  };
5892
5897
  }
5893
5898
  }
5894
-
5895
-
5896
- declare namespace Calendar {
5897
- var displayName: string;
5898
- }
@@ -547,6 +547,11 @@ declare module "gridstack" {
547
547
  }
548
548
 
549
549
 
550
+ declare namespace Calendar {
551
+ var displayName: string;
552
+ }
553
+
554
+
550
555
  declare module "@tiptap/core" {
551
556
  interface Commands<ReturnType> {
552
557
  aiBlock: {
@@ -583,8 +588,3 @@ declare module "@tiptap/core" {
583
588
  };
584
589
  }
585
590
  }
586
-
587
-
588
- declare namespace Calendar {
589
- var displayName: string;
590
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.349.1",
3
+ "version": "1.350.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,