@factorialco/f0-react 1.403.0 → 1.403.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
@@ -9828,6 +9828,11 @@ declare module "gridstack" {
9828
9828
  }
9829
9829
 
9830
9830
 
9831
+ declare namespace Calendar {
9832
+ var displayName: string;
9833
+ }
9834
+
9835
+
9831
9836
  declare module "@tiptap/core" {
9832
9837
  interface Commands<ReturnType> {
9833
9838
  aiBlock: {
@@ -9875,8 +9880,3 @@ declare module "@tiptap/core" {
9875
9880
  };
9876
9881
  }
9877
9882
  }
9878
-
9879
-
9880
- declare namespace Calendar {
9881
- var displayName: string;
9882
- }
@@ -667,6 +667,11 @@ declare module "gridstack" {
667
667
  }
668
668
 
669
669
 
670
+ declare namespace Calendar {
671
+ var displayName: string;
672
+ }
673
+
674
+
670
675
  declare module "@tiptap/core" {
671
676
  interface Commands<ReturnType> {
672
677
  aiBlock: {
@@ -714,8 +719,3 @@ declare module "@tiptap/core" {
714
719
  };
715
720
  }
716
721
  }
717
-
718
-
719
- declare namespace Calendar {
720
- var displayName: string;
721
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.403.0",
3
+ "version": "1.403.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",