@factorialco/f0-react 1.210.0 → 1.210.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
@@ -3364,11 +3364,6 @@ declare module "@tiptap/core" {
3364
3364
  }
3365
3365
 
3366
3366
 
3367
- declare namespace Calendar {
3368
- var displayName: string;
3369
- }
3370
-
3371
-
3372
3367
  declare module "@tiptap/core" {
3373
3368
  interface Commands<ReturnType> {
3374
3369
  moodTracker: {
@@ -3376,3 +3371,8 @@ declare module "@tiptap/core" {
3376
3371
  };
3377
3372
  }
3378
3373
  }
3374
+
3375
+
3376
+ declare namespace Calendar {
3377
+ var displayName: string;
3378
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.210.0",
3
+ "version": "1.210.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,