@factorialco/f0-react 1.256.0 → 1.258.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/f0.d.ts CHANGED
@@ -3950,11 +3950,6 @@ declare module "@tiptap/core" {
3950
3950
  }
3951
3951
 
3952
3952
 
3953
- declare namespace Calendar {
3954
- var displayName: string;
3955
- }
3956
-
3957
-
3958
3953
  declare module "@tiptap/core" {
3959
3954
  interface Commands<ReturnType> {
3960
3955
  moodTracker: {
@@ -3962,3 +3957,8 @@ declare module "@tiptap/core" {
3962
3957
  };
3963
3958
  }
3964
3959
  }
3960
+
3961
+
3962
+ declare namespace Calendar {
3963
+ var displayName: string;
3964
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.256.0",
3
+ "version": "1.258.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,