@factorialco/f0-react 1.444.0 → 1.445.1

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
@@ -2566,9 +2566,9 @@ declare namespace Calendar {
2566
2566
 
2567
2567
  declare module "@tiptap/core" {
2568
2568
  interface Commands<ReturnType> {
2569
- aiBlock: {
2570
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
2571
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
2569
+ enhanceHighlight: {
2570
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
2571
+ clearEnhanceHighlight: () => ReturnType;
2572
2572
  };
2573
2573
  }
2574
2574
  }
@@ -2576,9 +2576,9 @@ declare module "@tiptap/core" {
2576
2576
 
2577
2577
  declare module "@tiptap/core" {
2578
2578
  interface Commands<ReturnType> {
2579
- enhanceHighlight: {
2580
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
2581
- clearEnhanceHighlight: () => ReturnType;
2579
+ aiBlock: {
2580
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
2581
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
2582
2582
  };
2583
2583
  }
2584
2584
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./F0AiChat-RHHqqqMC.js";
1
+ import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./F0AiChat-B9rpYsM_.js";
2
2
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
3
- import { A as p, e as g, F as S, c as v, d as x, b as k, a as O, f as P, o as b, u as y } from "./types-99qPm9SM.js";
3
+ import { A as p, e as g, F as S, c as v, d as x, b as k, a as O, f as P, o as b, u as y } from "./types-BISkeATl.js";
4
4
  export {
5
5
  p as AiChatTranslationsProvider,
6
6
  t as ChatSpinner,
@@ -7649,9 +7649,9 @@ declare namespace Calendar {
7649
7649
 
7650
7650
  declare module "@tiptap/core" {
7651
7651
  interface Commands<ReturnType> {
7652
- aiBlock: {
7653
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
7654
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
7652
+ enhanceHighlight: {
7653
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
7654
+ clearEnhanceHighlight: () => ReturnType;
7655
7655
  };
7656
7656
  }
7657
7657
  }
@@ -7659,9 +7659,9 @@ declare module "@tiptap/core" {
7659
7659
 
7660
7660
  declare module "@tiptap/core" {
7661
7661
  interface Commands<ReturnType> {
7662
- enhanceHighlight: {
7663
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
7664
- clearEnhanceHighlight: () => ReturnType;
7662
+ aiBlock: {
7663
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
7664
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
7665
7665
  };
7666
7666
  }
7667
7667
  }