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