@factorialco/f0-react 1.403.0 → 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 +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +448 -436
- 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
|
@@ -9828,6 +9828,11 @@ declare module "gridstack" {
|
|
|
9828
9828
|
}
|
|
9829
9829
|
|
|
9830
9830
|
|
|
9831
|
+
declare namespace Calendar {
|
|
9832
|
+
var displayName: string;
|
|
9833
|
+
}
|
|
9834
|
+
|
|
9835
|
+
|
|
9831
9836
|
declare module "@tiptap/core" {
|
|
9832
9837
|
interface Commands<ReturnType> {
|
|
9833
9838
|
aiBlock: {
|
|
@@ -9875,8 +9880,3 @@ declare module "@tiptap/core" {
|
|
|
9875
9880
|
};
|
|
9876
9881
|
}
|
|
9877
9882
|
}
|
|
9878
|
-
|
|
9879
|
-
|
|
9880
|
-
declare namespace Calendar {
|
|
9881
|
-
var displayName: string;
|
|
9882
|
-
}
|
|
@@ -667,6 +667,11 @@ declare module "gridstack" {
|
|
|
667
667
|
}
|
|
668
668
|
|
|
669
669
|
|
|
670
|
+
declare namespace Calendar {
|
|
671
|
+
var displayName: string;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
|
|
670
675
|
declare module "@tiptap/core" {
|
|
671
676
|
interface Commands<ReturnType> {
|
|
672
677
|
aiBlock: {
|
|
@@ -714,8 +719,3 @@ declare module "@tiptap/core" {
|
|
|
714
719
|
};
|
|
715
720
|
}
|
|
716
721
|
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
declare namespace Calendar {
|
|
720
|
-
var displayName: string;
|
|
721
|
-
}
|