@factorialco/f0-react 1.445.0 → 1.445.2
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-DGrsThPd.js → F0AiChat-Cw7RGdrN.js} +454 -454
- package/dist/ai.d.ts +10 -10
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +10 -10
- package/dist/experimental.js +1891 -1890
- package/dist/f0.d.ts +14 -12
- package/dist/f0.js +170 -163
- package/dist/i18n-provider-defaults.d.ts +10 -10
- package/dist/{index-DVpm5nZf.js → index-C_jMlVuY.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-T3lVJQkM.js → types-C3SzpE76.js} +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -2559,16 +2559,10 @@ declare module "gridstack" {
|
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
2561
2561
|
|
|
2562
|
-
declare namespace Calendar {
|
|
2563
|
-
var displayName: string;
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
2562
|
declare module "@tiptap/core" {
|
|
2568
2563
|
interface Commands<ReturnType> {
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
2564
|
+
moodTracker: {
|
|
2565
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
2572
2566
|
};
|
|
2573
2567
|
}
|
|
2574
2568
|
}
|
|
@@ -2586,8 +2580,9 @@ declare module "@tiptap/core" {
|
|
|
2586
2580
|
|
|
2587
2581
|
declare module "@tiptap/core" {
|
|
2588
2582
|
interface Commands<ReturnType> {
|
|
2589
|
-
|
|
2590
|
-
|
|
2583
|
+
aiBlock: {
|
|
2584
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
2585
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
2591
2586
|
};
|
|
2592
2587
|
}
|
|
2593
2588
|
}
|
|
@@ -2611,3 +2606,8 @@ declare module "@tiptap/core" {
|
|
|
2611
2606
|
};
|
|
2612
2607
|
}
|
|
2613
2608
|
}
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
declare namespace Calendar {
|
|
2612
|
+
var displayName: string;
|
|
2613
|
+
}
|
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-Cw7RGdrN.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-C3SzpE76.js";
|
|
4
4
|
export {
|
|
5
5
|
p as AiChatTranslationsProvider,
|
|
6
6
|
t as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7642,16 +7642,10 @@ declare module "gridstack" {
|
|
|
7642
7642
|
}
|
|
7643
7643
|
|
|
7644
7644
|
|
|
7645
|
-
declare namespace Calendar {
|
|
7646
|
-
var displayName: string;
|
|
7647
|
-
}
|
|
7648
|
-
|
|
7649
|
-
|
|
7650
7645
|
declare module "@tiptap/core" {
|
|
7651
7646
|
interface Commands<ReturnType> {
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7647
|
+
moodTracker: {
|
|
7648
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
7655
7649
|
};
|
|
7656
7650
|
}
|
|
7657
7651
|
}
|
|
@@ -7669,8 +7663,9 @@ declare module "@tiptap/core" {
|
|
|
7669
7663
|
|
|
7670
7664
|
declare module "@tiptap/core" {
|
|
7671
7665
|
interface Commands<ReturnType> {
|
|
7672
|
-
|
|
7673
|
-
|
|
7666
|
+
aiBlock: {
|
|
7667
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
7668
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7674
7669
|
};
|
|
7675
7670
|
}
|
|
7676
7671
|
}
|
|
@@ -7694,3 +7689,8 @@ declare module "@tiptap/core" {
|
|
|
7694
7689
|
};
|
|
7695
7690
|
}
|
|
7696
7691
|
}
|
|
7692
|
+
|
|
7693
|
+
|
|
7694
|
+
declare namespace Calendar {
|
|
7695
|
+
var displayName: string;
|
|
7696
|
+
}
|