@factorialco/f0-react 1.204.0 → 1.204.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 +3375 -3364
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5044,6 +5044,11 @@ declare module "@tiptap/core" {
|
|
|
5044
5044
|
}
|
|
5045
5045
|
|
|
5046
5046
|
|
|
5047
|
+
declare namespace Calendar {
|
|
5048
|
+
var displayName: string;
|
|
5049
|
+
}
|
|
5050
|
+
|
|
5051
|
+
|
|
5047
5052
|
declare module "@tiptap/core" {
|
|
5048
5053
|
interface Commands<ReturnType> {
|
|
5049
5054
|
moodTracker: {
|
|
@@ -5051,8 +5056,3 @@ declare module "@tiptap/core" {
|
|
|
5051
5056
|
};
|
|
5052
5057
|
}
|
|
5053
5058
|
}
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
declare namespace Calendar {
|
|
5057
|
-
var displayName: string;
|
|
5058
|
-
}
|