@factorialco/f0-react 1.417.2 → 1.418.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 +11 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +11 -5
- package/dist/f0.js +477 -469
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-DS4exUBW.js → index-uBFHZ597.js} +3197 -3177
- package/package.json +1 -1
|
@@ -710,11 +710,6 @@ declare module "gridstack" {
|
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
|
|
713
|
-
declare namespace Calendar {
|
|
714
|
-
var displayName: string;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
713
|
declare module "@tiptap/core" {
|
|
719
714
|
interface Commands<ReturnType> {
|
|
720
715
|
aiBlock: {
|
|
@@ -762,3 +757,8 @@ declare module "@tiptap/core" {
|
|
|
762
757
|
};
|
|
763
758
|
}
|
|
764
759
|
}
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
declare namespace Calendar {
|
|
763
|
+
var displayName: string;
|
|
764
|
+
}
|