@factorialco/f0-react 1.239.2 → 1.239.4
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 +490 -486
- package/dist/f0.d.ts +4 -4
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
|
|
|
5394
5394
|
|
|
5395
5395
|
declare module "@tiptap/core" {
|
|
5396
5396
|
interface Commands<ReturnType> {
|
|
5397
|
-
|
|
5398
|
-
|
|
5397
|
+
transcript: {
|
|
5398
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5399
5399
|
};
|
|
5400
5400
|
}
|
|
5401
5401
|
}
|
|
@@ -5403,8 +5403,8 @@ declare module "@tiptap/core" {
|
|
|
5403
5403
|
|
|
5404
5404
|
declare module "@tiptap/core" {
|
|
5405
5405
|
interface Commands<ReturnType> {
|
|
5406
|
-
|
|
5407
|
-
|
|
5406
|
+
liveCompanion: {
|
|
5407
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5408
5408
|
};
|
|
5409
5409
|
}
|
|
5410
5410
|
}
|