@factorialco/f0-react 1.362.2 → 1.362.3

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.
@@ -618,9 +618,9 @@ declare namespace Calendar {
618
618
 
619
619
  declare module "@tiptap/core" {
620
620
  interface Commands<ReturnType> {
621
- aiBlock: {
622
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
623
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
621
+ enhanceHighlight: {
622
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
623
+ clearEnhanceHighlight: () => ReturnType;
624
624
  };
625
625
  }
626
626
  }
@@ -628,9 +628,9 @@ declare module "@tiptap/core" {
628
628
 
629
629
  declare module "@tiptap/core" {
630
630
  interface Commands<ReturnType> {
631
- enhanceHighlight: {
632
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
633
- clearEnhanceHighlight: () => ReturnType;
631
+ aiBlock: {
632
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
633
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
634
634
  };
635
635
  }
636
636
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.362.2",
3
+ "version": "1.362.3",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,