@factorialco/f0-react 1.325.0 → 1.326.0

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
@@ -5169,6 +5169,11 @@ declare module "@tiptap/core" {
5169
5169
  }
5170
5170
 
5171
5171
 
5172
+ declare namespace Calendar {
5173
+ var displayName: string;
5174
+ }
5175
+
5176
+
5172
5177
  declare module "@tiptap/core" {
5173
5178
  interface Commands<ReturnType> {
5174
5179
  moodTracker: {
@@ -5176,8 +5181,3 @@ declare module "@tiptap/core" {
5176
5181
  };
5177
5182
  }
5178
5183
  }
5179
-
5180
-
5181
- declare namespace Calendar {
5182
- var displayName: string;
5183
- }
@@ -503,6 +503,11 @@ declare module "@tiptap/core" {
503
503
  }
504
504
 
505
505
 
506
+ declare namespace Calendar {
507
+ var displayName: string;
508
+ }
509
+
510
+
506
511
  declare module "@tiptap/core" {
507
512
  interface Commands<ReturnType> {
508
513
  moodTracker: {
@@ -510,8 +515,3 @@ declare module "@tiptap/core" {
510
515
  };
511
516
  }
512
517
  }
513
-
514
-
515
- declare namespace Calendar {
516
- var displayName: string;
517
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.325.0",
3
+ "version": "1.326.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,