@factorialco/f0-react 1.203.2 → 1.203.4

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
@@ -3345,11 +3345,6 @@ declare module "@tiptap/core" {
3345
3345
  }
3346
3346
 
3347
3347
 
3348
- declare namespace Calendar {
3349
- var displayName: string;
3350
- }
3351
-
3352
-
3353
3348
  declare module "@tiptap/core" {
3354
3349
  interface Commands<ReturnType> {
3355
3350
  moodTracker: {
@@ -3357,3 +3352,8 @@ declare module "@tiptap/core" {
3357
3352
  };
3358
3353
  }
3359
3354
  }
3355
+
3356
+
3357
+ declare namespace Calendar {
3358
+ var displayName: string;
3359
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.203.2",
3
+ "version": "1.203.4",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,