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