@factorialco/f0-react 1.355.1 → 1.355.2

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.
@@ -586,6 +586,11 @@ declare module "gridstack" {
586
586
  }
587
587
 
588
588
 
589
+ declare namespace Calendar {
590
+ var displayName: string;
591
+ }
592
+
593
+
589
594
  declare module "@tiptap/core" {
590
595
  interface Commands<ReturnType> {
591
596
  aiBlock: {
@@ -622,8 +627,3 @@ declare module "@tiptap/core" {
622
627
  };
623
628
  }
624
629
  }
625
-
626
-
627
- declare namespace Calendar {
628
- var displayName: string;
629
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.355.1",
3
+ "version": "1.355.2",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,