@factorialco/f0-react 2.44.0 → 2.46.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.
@@ -857,9 +857,9 @@ declare namespace Calendar {
857
857
 
858
858
  declare module "@tiptap/core" {
859
859
  interface Commands<ReturnType> {
860
- aiBlock: {
861
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
862
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
860
+ enhanceHighlight: {
861
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
862
+ clearEnhanceHighlight: () => ReturnType;
863
863
  };
864
864
  }
865
865
  }
@@ -867,9 +867,9 @@ declare module "@tiptap/core" {
867
867
 
868
868
  declare module "@tiptap/core" {
869
869
  interface Commands<ReturnType> {
870
- enhanceHighlight: {
871
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
872
- clearEnhanceHighlight: () => ReturnType;
870
+ aiBlock: {
871
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
872
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
873
873
  };
874
874
  }
875
875
  }