@factorialco/f0-react 1.426.0 → 1.427.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 +5 -5
- package/dist/experimental.d.ts +14 -12
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +5 -11
- package/dist/f0.js +3126 -3123
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-KOWtkkl2.js → index-B4grzr_W.js} +4910 -4878
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -729,6 +729,11 @@ declare module "gridstack" {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
|
|
732
|
+
declare namespace Calendar {
|
|
733
|
+
var displayName: string;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
|
|
732
737
|
declare module "@tiptap/core" {
|
|
733
738
|
interface Commands<ReturnType> {
|
|
734
739
|
aiBlock: {
|
|
@@ -776,8 +781,3 @@ declare module "@tiptap/core" {
|
|
|
776
781
|
};
|
|
777
782
|
}
|
|
778
783
|
}
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
declare namespace Calendar {
|
|
782
|
-
var displayName: string;
|
|
783
|
-
}
|