@factorialco/f0-react 1.303.4 → 1.303.5

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