@factorialco/f0-react 1.375.1 → 1.376.0
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 +5 -5
- package/dist/experimental.css +1 -1
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +1676 -1685
- package/dist/f0.d.ts +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -7894,11 +7894,6 @@ declare module "gridstack" {
|
|
|
7894
7894
|
}
|
|
7895
7895
|
|
|
7896
7896
|
|
|
7897
|
-
declare namespace Calendar {
|
|
7898
|
-
var displayName: string;
|
|
7899
|
-
}
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
7897
|
declare module "@tiptap/core" {
|
|
7903
7898
|
interface Commands<ReturnType> {
|
|
7904
7899
|
aiBlock: {
|
|
@@ -7946,3 +7941,8 @@ declare module "@tiptap/core" {
|
|
|
7946
7941
|
};
|
|
7947
7942
|
}
|
|
7948
7943
|
}
|
|
7944
|
+
|
|
7945
|
+
|
|
7946
|
+
declare namespace Calendar {
|
|
7947
|
+
var displayName: string;
|
|
7948
|
+
}
|
|
@@ -612,11 +612,6 @@ declare module "gridstack" {
|
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
|
|
615
|
-
declare namespace Calendar {
|
|
616
|
-
var displayName: string;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
|
|
620
615
|
declare module "@tiptap/core" {
|
|
621
616
|
interface Commands<ReturnType> {
|
|
622
617
|
aiBlock: {
|
|
@@ -664,3 +659,8 @@ declare module "@tiptap/core" {
|
|
|
664
659
|
};
|
|
665
660
|
}
|
|
666
661
|
}
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
declare namespace Calendar {
|
|
665
|
+
var displayName: string;
|
|
666
|
+
}
|