@factorialco/f0-react 1.199.1 → 1.199.2
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 +1256 -1245
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -4855,11 +4855,6 @@ declare module "@tiptap/core" {
|
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
4857
|
|
|
4858
|
-
declare namespace Calendar {
|
|
4859
|
-
var displayName: string;
|
|
4860
|
-
}
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
4858
|
declare module "@tiptap/core" {
|
|
4864
4859
|
interface Commands<ReturnType> {
|
|
4865
4860
|
moodTracker: {
|
|
@@ -4867,3 +4862,8 @@ declare module "@tiptap/core" {
|
|
|
4867
4862
|
};
|
|
4868
4863
|
}
|
|
4869
4864
|
}
|
|
4865
|
+
|
|
4866
|
+
|
|
4867
|
+
declare namespace Calendar {
|
|
4868
|
+
var displayName: string;
|
|
4869
|
+
}
|