@factorialco/f0-react 1.450.1 → 1.451.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/ai.d.ts CHANGED
@@ -2625,6 +2625,11 @@ declare module "gridstack" {
2625
2625
  }
2626
2626
 
2627
2627
 
2628
+ declare namespace Calendar {
2629
+ var displayName: string;
2630
+ }
2631
+
2632
+
2628
2633
  declare module "@tiptap/core" {
2629
2634
  interface Commands<ReturnType> {
2630
2635
  aiBlock: {
@@ -2637,8 +2642,9 @@ declare module "@tiptap/core" {
2637
2642
 
2638
2643
  declare module "@tiptap/core" {
2639
2644
  interface Commands<ReturnType> {
2640
- moodTracker: {
2641
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
2645
+ enhanceHighlight: {
2646
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
2647
+ clearEnhanceHighlight: () => ReturnType;
2642
2648
  };
2643
2649
  }
2644
2650
  }
@@ -2646,9 +2652,8 @@ declare module "@tiptap/core" {
2646
2652
 
2647
2653
  declare module "@tiptap/core" {
2648
2654
  interface Commands<ReturnType> {
2649
- enhanceHighlight: {
2650
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
2651
- clearEnhanceHighlight: () => ReturnType;
2655
+ moodTracker: {
2656
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
2652
2657
  };
2653
2658
  }
2654
2659
  }
@@ -2672,8 +2677,3 @@ declare module "@tiptap/core" {
2672
2677
  };
2673
2678
  }
2674
2679
  }
2675
-
2676
-
2677
- declare namespace Calendar {
2678
- var displayName: string;
2679
- }
@@ -7658,6 +7658,11 @@ declare module "gridstack" {
7658
7658
  }
7659
7659
 
7660
7660
 
7661
+ declare namespace Calendar {
7662
+ var displayName: string;
7663
+ }
7664
+
7665
+
7661
7666
  declare module "@tiptap/core" {
7662
7667
  interface Commands<ReturnType> {
7663
7668
  aiBlock: {
@@ -7670,8 +7675,9 @@ declare module "@tiptap/core" {
7670
7675
 
7671
7676
  declare module "@tiptap/core" {
7672
7677
  interface Commands<ReturnType> {
7673
- moodTracker: {
7674
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
7678
+ enhanceHighlight: {
7679
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
7680
+ clearEnhanceHighlight: () => ReturnType;
7675
7681
  };
7676
7682
  }
7677
7683
  }
@@ -7679,9 +7685,8 @@ declare module "@tiptap/core" {
7679
7685
 
7680
7686
  declare module "@tiptap/core" {
7681
7687
  interface Commands<ReturnType> {
7682
- enhanceHighlight: {
7683
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
7684
- clearEnhanceHighlight: () => ReturnType;
7688
+ moodTracker: {
7689
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
7685
7690
  };
7686
7691
  }
7687
7692
  }
@@ -7705,8 +7710,3 @@ declare module "@tiptap/core" {
7705
7710
  };
7706
7711
  }
7707
7712
  }
7708
-
7709
-
7710
- declare namespace Calendar {
7711
- var displayName: string;
7712
- }
package/dist/f0.d.ts CHANGED
@@ -12807,6 +12807,11 @@ declare module "gridstack" {
12807
12807
  }
12808
12808
 
12809
12809
 
12810
+ declare namespace Calendar {
12811
+ var displayName: string;
12812
+ }
12813
+
12814
+
12810
12815
  declare module "@tiptap/core" {
12811
12816
  interface Commands<ReturnType> {
12812
12817
  aiBlock: {
@@ -12819,8 +12824,9 @@ declare module "@tiptap/core" {
12819
12824
 
12820
12825
  declare module "@tiptap/core" {
12821
12826
  interface Commands<ReturnType> {
12822
- moodTracker: {
12823
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
12827
+ enhanceHighlight: {
12828
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
12829
+ clearEnhanceHighlight: () => ReturnType;
12824
12830
  };
12825
12831
  }
12826
12832
  }
@@ -12828,9 +12834,8 @@ declare module "@tiptap/core" {
12828
12834
 
12829
12835
  declare module "@tiptap/core" {
12830
12836
  interface Commands<ReturnType> {
12831
- enhanceHighlight: {
12832
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
12833
- clearEnhanceHighlight: () => ReturnType;
12837
+ moodTracker: {
12838
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
12834
12839
  };
12835
12840
  }
12836
12841
  }
@@ -12854,8 +12859,3 @@ declare module "@tiptap/core" {
12854
12859
  };
12855
12860
  }
12856
12861
  }
12857
-
12858
-
12859
- declare namespace Calendar {
12860
- var displayName: string;
12861
- }
@@ -775,6 +775,11 @@ declare module "gridstack" {
775
775
  }
776
776
 
777
777
 
778
+ declare namespace Calendar {
779
+ var displayName: string;
780
+ }
781
+
782
+
778
783
  declare module "@tiptap/core" {
779
784
  interface Commands<ReturnType> {
780
785
  aiBlock: {
@@ -787,8 +792,9 @@ declare module "@tiptap/core" {
787
792
 
788
793
  declare module "@tiptap/core" {
789
794
  interface Commands<ReturnType> {
790
- moodTracker: {
791
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
795
+ enhanceHighlight: {
796
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
797
+ clearEnhanceHighlight: () => ReturnType;
792
798
  };
793
799
  }
794
800
  }
@@ -796,9 +802,8 @@ declare module "@tiptap/core" {
796
802
 
797
803
  declare module "@tiptap/core" {
798
804
  interface Commands<ReturnType> {
799
- enhanceHighlight: {
800
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
801
- clearEnhanceHighlight: () => ReturnType;
805
+ moodTracker: {
806
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
802
807
  };
803
808
  }
804
809
  }
@@ -822,8 +827,3 @@ declare module "@tiptap/core" {
822
827
  };
823
828
  }
824
829
  }
825
-
826
-
827
- declare namespace Calendar {
828
- var displayName: string;
829
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.450.1",
3
+ "version": "1.451.0",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",