@factorialco/f0-react 1.249.0 → 1.249.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/experimental.d.ts +5 -5
- package/dist/experimental.js +1119 -1118
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3881,6 +3881,11 @@ declare module "@tiptap/core" {
|
|
|
3881
3881
|
}
|
|
3882
3882
|
|
|
3883
3883
|
|
|
3884
|
+
declare namespace Calendar {
|
|
3885
|
+
var displayName: string;
|
|
3886
|
+
}
|
|
3887
|
+
|
|
3888
|
+
|
|
3884
3889
|
declare module "@tiptap/core" {
|
|
3885
3890
|
interface Commands<ReturnType> {
|
|
3886
3891
|
moodTracker: {
|
|
@@ -3888,8 +3893,3 @@ declare module "@tiptap/core" {
|
|
|
3888
3893
|
};
|
|
3889
3894
|
}
|
|
3890
3895
|
}
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
declare namespace Calendar {
|
|
3894
|
-
var displayName: string;
|
|
3895
|
-
}
|