@factorialco/f0-react 1.187.0 → 1.187.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
@@ -2123,11 +2123,6 @@ declare module "@tiptap/core" {
2123
2123
  }
2124
2124
 
2125
2125
 
2126
- declare namespace Calendar {
2127
- var displayName: string;
2128
- }
2129
-
2130
-
2131
2126
  declare module "@tiptap/core" {
2132
2127
  interface Commands<ReturnType> {
2133
2128
  moodTracker: {
@@ -2135,3 +2130,8 @@ declare module "@tiptap/core" {
2135
2130
  };
2136
2131
  }
2137
2132
  }
2133
+
2134
+
2135
+ declare namespace Calendar {
2136
+ var displayName: string;
2137
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.187.0",
3
+ "version": "1.187.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,