@factorialco/f0-react 1.383.1 → 1.383.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.
package/dist/f0.d.ts CHANGED
@@ -8330,6 +8330,11 @@ declare module "gridstack" {
8330
8330
  }
8331
8331
 
8332
8332
 
8333
+ declare namespace Calendar {
8334
+ var displayName: string;
8335
+ }
8336
+
8337
+
8333
8338
  declare module "@tiptap/core" {
8334
8339
  interface Commands<ReturnType> {
8335
8340
  aiBlock: {
@@ -8377,8 +8382,3 @@ declare module "@tiptap/core" {
8377
8382
  };
8378
8383
  }
8379
8384
  }
8380
-
8381
-
8382
- declare namespace Calendar {
8383
- var displayName: string;
8384
- }
@@ -631,6 +631,11 @@ declare module "gridstack" {
631
631
  }
632
632
 
633
633
 
634
+ declare namespace Calendar {
635
+ var displayName: string;
636
+ }
637
+
638
+
634
639
  declare module "@tiptap/core" {
635
640
  interface Commands<ReturnType> {
636
641
  aiBlock: {
@@ -678,8 +683,3 @@ declare module "@tiptap/core" {
678
683
  };
679
684
  }
680
685
  }
681
-
682
-
683
- declare namespace Calendar {
684
- var displayName: string;
685
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.383.1",
3
+ "version": "1.383.2",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,