@factorialco/f0-react 1.252.0 → 1.252.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.css +1 -1
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +1336 -1340
- package/dist/f0.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3925,6 +3925,11 @@ declare module "@tiptap/core" {
|
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
3927
|
|
|
3928
|
+
declare namespace Calendar {
|
|
3929
|
+
var displayName: string;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
|
|
3928
3933
|
declare module "@tiptap/core" {
|
|
3929
3934
|
interface Commands<ReturnType> {
|
|
3930
3935
|
moodTracker: {
|
|
@@ -3932,8 +3937,3 @@ declare module "@tiptap/core" {
|
|
|
3932
3937
|
};
|
|
3933
3938
|
}
|
|
3934
3939
|
}
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
declare namespace Calendar {
|
|
3938
|
-
var displayName: string;
|
|
3939
|
-
}
|