@factorialco/f0-react 2.48.0 → 2.49.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
@@ -4705,11 +4705,16 @@ declare module "gridstack" {
4705
4705
  }
4706
4706
 
4707
4707
 
4708
+ declare namespace Calendar {
4709
+ var displayName: string;
4710
+ }
4711
+
4712
+
4708
4713
  declare module "@tiptap/core" {
4709
4714
  interface Commands<ReturnType> {
4710
- aiBlock: {
4711
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
4712
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
4715
+ enhanceHighlight: {
4716
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
4717
+ clearEnhanceHighlight: () => ReturnType;
4713
4718
  };
4714
4719
  }
4715
4720
  }
@@ -4717,9 +4722,9 @@ declare module "@tiptap/core" {
4717
4722
 
4718
4723
  declare module "@tiptap/core" {
4719
4724
  interface Commands<ReturnType> {
4720
- enhanceHighlight: {
4721
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
4722
- clearEnhanceHighlight: () => ReturnType;
4725
+ aiBlock: {
4726
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
4727
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
4723
4728
  };
4724
4729
  }
4725
4730
  }
@@ -4754,11 +4759,6 @@ declare module "@tiptap/core" {
4754
4759
  }
4755
4760
 
4756
4761
 
4757
- declare namespace Calendar {
4758
- var displayName: string;
4759
- }
4760
-
4761
-
4762
4762
  declare namespace F0GraphNodeWrapperInner {
4763
4763
  var displayName: string;
4764
4764
  }
@@ -8858,11 +8858,16 @@ declare module "gridstack" {
8858
8858
  }
8859
8859
 
8860
8860
 
8861
+ declare namespace Calendar {
8862
+ var displayName: string;
8863
+ }
8864
+
8865
+
8861
8866
  declare module "@tiptap/core" {
8862
8867
  interface Commands<ReturnType> {
8863
- aiBlock: {
8864
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
8865
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
8868
+ enhanceHighlight: {
8869
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
8870
+ clearEnhanceHighlight: () => ReturnType;
8866
8871
  };
8867
8872
  }
8868
8873
  }
@@ -8870,9 +8875,9 @@ declare module "@tiptap/core" {
8870
8875
 
8871
8876
  declare module "@tiptap/core" {
8872
8877
  interface Commands<ReturnType> {
8873
- enhanceHighlight: {
8874
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
8875
- clearEnhanceHighlight: () => ReturnType;
8878
+ aiBlock: {
8879
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
8880
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
8876
8881
  };
8877
8882
  }
8878
8883
  }
@@ -8907,11 +8912,6 @@ declare module "@tiptap/core" {
8907
8912
  }
8908
8913
 
8909
8914
 
8910
- declare namespace Calendar {
8911
- var displayName: string;
8912
- }
8913
-
8914
-
8915
8915
  declare namespace F0GraphNodeWrapperInner {
8916
8916
  var displayName: string;
8917
8917
  }
package/dist/f0.d.ts CHANGED
@@ -15830,11 +15830,16 @@ declare module "gridstack" {
15830
15830
  }
15831
15831
 
15832
15832
 
15833
+ declare namespace Calendar {
15834
+ var displayName: string;
15835
+ }
15836
+
15837
+
15833
15838
  declare module "@tiptap/core" {
15834
15839
  interface Commands<ReturnType> {
15835
- aiBlock: {
15836
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
15837
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
15840
+ enhanceHighlight: {
15841
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
15842
+ clearEnhanceHighlight: () => ReturnType;
15838
15843
  };
15839
15844
  }
15840
15845
  }
@@ -15842,9 +15847,9 @@ declare module "@tiptap/core" {
15842
15847
 
15843
15848
  declare module "@tiptap/core" {
15844
15849
  interface Commands<ReturnType> {
15845
- enhanceHighlight: {
15846
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
15847
- clearEnhanceHighlight: () => ReturnType;
15850
+ aiBlock: {
15851
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
15852
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
15848
15853
  };
15849
15854
  }
15850
15855
  }
@@ -15879,11 +15884,6 @@ declare module "@tiptap/core" {
15879
15884
  }
15880
15885
 
15881
15886
 
15882
- declare namespace Calendar {
15883
- var displayName: string;
15884
- }
15885
-
15886
-
15887
15887
  declare namespace F0GraphNodeWrapperInner {
15888
15888
  var displayName: string;
15889
15889
  }
@@ -869,11 +869,16 @@ declare module "gridstack" {
869
869
  }
870
870
 
871
871
 
872
+ declare namespace Calendar {
873
+ var displayName: string;
874
+ }
875
+
876
+
872
877
  declare module "@tiptap/core" {
873
878
  interface Commands<ReturnType> {
874
- aiBlock: {
875
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
876
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
879
+ enhanceHighlight: {
880
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
881
+ clearEnhanceHighlight: () => ReturnType;
877
882
  };
878
883
  }
879
884
  }
@@ -881,9 +886,9 @@ declare module "@tiptap/core" {
881
886
 
882
887
  declare module "@tiptap/core" {
883
888
  interface Commands<ReturnType> {
884
- enhanceHighlight: {
885
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
886
- clearEnhanceHighlight: () => ReturnType;
889
+ aiBlock: {
890
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
891
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
887
892
  };
888
893
  }
889
894
  }
@@ -918,11 +923,6 @@ declare module "@tiptap/core" {
918
923
  }
919
924
 
920
925
 
921
- declare namespace Calendar {
922
- var displayName: string;
923
- }
924
-
925
-
926
926
  declare namespace F0GraphNodeWrapperInner {
927
927
  var displayName: string;
928
928
  }