@factorialco/f0-react 1.224.0 → 1.225.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
@@ -3398,11 +3398,6 @@ declare module "@tiptap/core" {
3398
3398
  }
3399
3399
 
3400
3400
 
3401
- declare namespace Calendar {
3402
- var displayName: string;
3403
- }
3404
-
3405
-
3406
3401
  declare module "@tiptap/core" {
3407
3402
  interface Commands<ReturnType> {
3408
3403
  moodTracker: {
@@ -3410,3 +3405,8 @@ declare module "@tiptap/core" {
3410
3405
  };
3411
3406
  }
3412
3407
  }
3408
+
3409
+
3410
+ declare namespace Calendar {
3411
+ var displayName: string;
3412
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.224.0",
3
+ "version": "1.225.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,