@factorialco/f0-react 1.223.0 → 1.224.0
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 +2210 -2211
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5140,6 +5140,11 @@ declare module "@tiptap/core" {
|
|
|
5140
5140
|
}
|
|
5141
5141
|
|
|
5142
5142
|
|
|
5143
|
+
declare namespace Calendar {
|
|
5144
|
+
var displayName: string;
|
|
5145
|
+
}
|
|
5146
|
+
|
|
5147
|
+
|
|
5143
5148
|
declare module "@tiptap/core" {
|
|
5144
5149
|
interface Commands<ReturnType> {
|
|
5145
5150
|
moodTracker: {
|
|
@@ -5147,8 +5152,3 @@ declare module "@tiptap/core" {
|
|
|
5147
5152
|
};
|
|
5148
5153
|
}
|
|
5149
5154
|
}
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
declare namespace Calendar {
|
|
5153
|
-
var displayName: string;
|
|
5154
|
-
}
|