@factorialco/f0-react 1.306.0 → 1.306.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
@@ -4741,6 +4741,11 @@ declare module "gridstack" {
4741
4741
  }
4742
4742
 
4743
4743
 
4744
+ declare namespace Calendar {
4745
+ var displayName: string;
4746
+ }
4747
+
4748
+
4744
4749
  declare module "@tiptap/core" {
4745
4750
  interface Commands<ReturnType> {
4746
4751
  moodTracker: {
@@ -4748,8 +4753,3 @@ declare module "@tiptap/core" {
4748
4753
  };
4749
4754
  }
4750
4755
  }
4751
-
4752
-
4753
- declare namespace Calendar {
4754
- var displayName: string;
4755
- }
@@ -495,6 +495,11 @@ declare module "gridstack" {
495
495
  }
496
496
 
497
497
 
498
+ declare namespace Calendar {
499
+ var displayName: string;
500
+ }
501
+
502
+
498
503
  declare module "@tiptap/core" {
499
504
  interface Commands<ReturnType> {
500
505
  moodTracker: {
@@ -502,8 +507,3 @@ declare module "@tiptap/core" {
502
507
  };
503
508
  }
504
509
  }
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.306.0",
3
+ "version": "1.306.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,