@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/ai.d.ts CHANGED
@@ -1223,6 +1223,11 @@ declare module "gridstack" {
1223
1223
  }
1224
1224
 
1225
1225
 
1226
+ declare namespace Calendar {
1227
+ var displayName: string;
1228
+ }
1229
+
1230
+
1226
1231
  declare module "@tiptap/core" {
1227
1232
  interface Commands<ReturnType> {
1228
1233
  aiBlock: {
@@ -1270,8 +1275,3 @@ declare module "@tiptap/core" {
1270
1275
  };
1271
1276
  }
1272
1277
  }
1273
-
1274
-
1275
- declare namespace Calendar {
1276
- var displayName: string;
1277
- }
@@ -6747,6 +6747,11 @@ declare module "gridstack" {
6747
6747
  }
6748
6748
 
6749
6749
 
6750
+ declare namespace Calendar {
6751
+ var displayName: string;
6752
+ }
6753
+
6754
+
6750
6755
  declare module "@tiptap/core" {
6751
6756
  interface Commands<ReturnType> {
6752
6757
  aiBlock: {
@@ -6794,8 +6799,3 @@ declare module "@tiptap/core" {
6794
6799
  };
6795
6800
  }
6796
6801
  }
6797
-
6798
-
6799
- declare namespace Calendar {
6800
- var displayName: string;
6801
- }