@factorialco/f0-react 1.402.3 → 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/ai.d.ts CHANGED
@@ -1546,6 +1546,11 @@ declare module "gridstack" {
1546
1546
  }
1547
1547
 
1548
1548
 
1549
+ declare namespace Calendar {
1550
+ var displayName: string;
1551
+ }
1552
+
1553
+
1549
1554
  declare module "@tiptap/core" {
1550
1555
  interface Commands<ReturnType> {
1551
1556
  aiBlock: {
@@ -1593,8 +1598,3 @@ declare module "@tiptap/core" {
1593
1598
  };
1594
1599
  }
1595
1600
  }
1596
-
1597
-
1598
- declare namespace Calendar {
1599
- var displayName: string;
1600
- }
@@ -7016,6 +7016,11 @@ declare module "gridstack" {
7016
7016
  }
7017
7017
 
7018
7018
 
7019
+ declare namespace Calendar {
7020
+ var displayName: string;
7021
+ }
7022
+
7023
+
7019
7024
  declare module "@tiptap/core" {
7020
7025
  interface Commands<ReturnType> {
7021
7026
  aiBlock: {
@@ -7063,8 +7068,3 @@ declare module "@tiptap/core" {
7063
7068
  };
7064
7069
  }
7065
7070
  }
7066
-
7067
-
7068
- declare namespace Calendar {
7069
- var displayName: string;
7070
- }