@factorialco/f0-react 1.200.4 → 1.200.5

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/f0.d.ts CHANGED
@@ -2768,6 +2768,11 @@ declare module "@tiptap/core" {
2768
2768
  }
2769
2769
 
2770
2770
 
2771
+ declare namespace Calendar {
2772
+ var displayName: string;
2773
+ }
2774
+
2775
+
2771
2776
  declare module "@tiptap/core" {
2772
2777
  interface Commands<ReturnType> {
2773
2778
  moodTracker: {
@@ -2775,8 +2780,3 @@ declare module "@tiptap/core" {
2775
2780
  };
2776
2781
  }
2777
2782
  }
2778
-
2779
-
2780
- declare namespace Calendar {
2781
- var displayName: string;
2782
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.200.4",
3
+ "version": "1.200.5",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,