@factorialco/f0-react 1.228.0 → 1.228.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/experimental.d.ts +4 -4
- package/dist/experimental.js +7814 -7790
- package/dist/f0.d.ts +4 -4
- package/dist/f0.js +2 -2
- package/dist/{hooks-BdlfqLCM.js → hooks-DLJyO0Z1.js} +15816 -15801
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5135,8 +5135,8 @@ declare module "@tiptap/core" {
|
|
|
5135
5135
|
|
|
5136
5136
|
declare module "@tiptap/core" {
|
|
5137
5137
|
interface Commands<ReturnType> {
|
|
5138
|
-
|
|
5139
|
-
|
|
5138
|
+
liveCompanion: {
|
|
5139
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5140
5140
|
};
|
|
5141
5141
|
}
|
|
5142
5142
|
}
|
|
@@ -5144,8 +5144,8 @@ declare module "@tiptap/core" {
|
|
|
5144
5144
|
|
|
5145
5145
|
declare module "@tiptap/core" {
|
|
5146
5146
|
interface Commands<ReturnType> {
|
|
5147
|
-
|
|
5148
|
-
|
|
5147
|
+
transcript: {
|
|
5148
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5149
5149
|
};
|
|
5150
5150
|
}
|
|
5151
5151
|
}
|