@factorialco/f0-react 1.251.0 → 1.251.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/experimental.d.ts +6 -6
- package/dist/experimental.js +2970 -2995
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +2 -2
- package/dist/{hooks-BhFdTHFP.js → hooks-hFpbr-b4.js} +8877 -8850
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5629,8 +5629,8 @@ declare global {
|
|
|
5629
5629
|
|
|
5630
5630
|
declare module "@tiptap/core" {
|
|
5631
5631
|
interface Commands<ReturnType> {
|
|
5632
|
-
|
|
5633
|
-
|
|
5632
|
+
liveCompanion: {
|
|
5633
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5634
5634
|
};
|
|
5635
5635
|
}
|
|
5636
5636
|
}
|
|
@@ -5638,8 +5638,8 @@ declare module "@tiptap/core" {
|
|
|
5638
5638
|
|
|
5639
5639
|
declare module "@tiptap/core" {
|
|
5640
5640
|
interface Commands<ReturnType> {
|
|
5641
|
-
|
|
5642
|
-
|
|
5641
|
+
transcript: {
|
|
5642
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5643
5643
|
};
|
|
5644
5644
|
}
|
|
5645
5645
|
}
|
|
@@ -5647,8 +5647,8 @@ declare module "@tiptap/core" {
|
|
|
5647
5647
|
|
|
5648
5648
|
declare module "@tiptap/core" {
|
|
5649
5649
|
interface Commands<ReturnType> {
|
|
5650
|
-
|
|
5651
|
-
|
|
5650
|
+
aiBlock: {
|
|
5651
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5652
5652
|
};
|
|
5653
5653
|
}
|
|
5654
5654
|
}
|