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