@factorialco/f0-react 2.39.1 → 2.40.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.
@@ -852,9 +852,9 @@ declare module "gridstack" {
852
852
 
853
853
  declare module "@tiptap/core" {
854
854
  interface Commands<ReturnType> {
855
- aiBlock: {
856
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
857
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
855
+ enhanceHighlight: {
856
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
857
+ clearEnhanceHighlight: () => ReturnType;
858
858
  };
859
859
  }
860
860
  }
@@ -862,9 +862,9 @@ declare module "@tiptap/core" {
862
862
 
863
863
  declare module "@tiptap/core" {
864
864
  interface Commands<ReturnType> {
865
- enhanceHighlight: {
866
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
867
- clearEnhanceHighlight: () => ReturnType;
865
+ aiBlock: {
866
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
867
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
868
868
  };
869
869
  }
870
870
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "2.39.1",
3
+ "version": "2.40.0",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",