@factorialco/f0-react 1.249.0 → 1.249.1

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
@@ -3881,6 +3881,11 @@ declare module "@tiptap/core" {
3881
3881
  }
3882
3882
 
3883
3883
 
3884
+ declare namespace Calendar {
3885
+ var displayName: string;
3886
+ }
3887
+
3888
+
3884
3889
  declare module "@tiptap/core" {
3885
3890
  interface Commands<ReturnType> {
3886
3891
  moodTracker: {
@@ -3888,8 +3893,3 @@ declare module "@tiptap/core" {
3888
3893
  };
3889
3894
  }
3890
3895
  }
3891
-
3892
-
3893
- declare namespace Calendar {
3894
- var displayName: string;
3895
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.249.0",
3
+ "version": "1.249.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,