@factorialco/f0-react 1.311.1 → 1.311.3

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.
@@ -495,11 +495,6 @@ declare module "@tiptap/core" {
495
495
  }
496
496
 
497
497
 
498
- declare namespace Calendar {
499
- var displayName: string;
500
- }
501
-
502
-
503
498
  declare module "@tiptap/core" {
504
499
  interface Commands<ReturnType> {
505
500
  moodTracker: {
@@ -507,3 +502,8 @@ declare module "@tiptap/core" {
507
502
  };
508
503
  }
509
504
  }
505
+
506
+
507
+ declare namespace Calendar {
508
+ var displayName: string;
509
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.311.1",
3
+ "version": "1.311.3",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,