@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/{F0AiChat-RHHqqqMC.js → F0AiChat-B9rpYsM_.js} +19047 -18928
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +1891 -1890
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-D_fn_du2.js → index-SFjO0qmR.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-99qPm9SM.js → types-BISkeATl.js} +1 -1
- package/package.json +2 -1
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
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
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
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
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-
|
|
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-
|
|
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,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7649,9 +7649,9 @@ declare namespace Calendar {
|
|
|
7649
7649
|
|
|
7650
7650
|
declare module "@tiptap/core" {
|
|
7651
7651
|
interface Commands<ReturnType> {
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
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
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7662
|
+
aiBlock: {
|
|
7663
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
7664
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7665
7665
|
};
|
|
7666
7666
|
}
|
|
7667
7667
|
}
|