@factorialco/f0-react 1.317.1 → 1.318.0
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 +1187 -1185
- package/dist/f0.d.ts +92 -4
- package/dist/f0.js +1195 -1143
- package/dist/{hooks-CUFsqUWT.js → hooks-DAsEPAIb.js} +12954 -12939
- package/dist/i18n-provider-defaults.d.ts +4 -4
- package/dist/styles.css +1 -1
- package/package.json +2 -2
|
@@ -487,8 +487,8 @@ declare module "@tiptap/core" {
|
|
|
487
487
|
|
|
488
488
|
declare module "@tiptap/core" {
|
|
489
489
|
interface Commands<ReturnType> {
|
|
490
|
-
|
|
491
|
-
|
|
490
|
+
liveCompanion: {
|
|
491
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
492
492
|
};
|
|
493
493
|
}
|
|
494
494
|
}
|
|
@@ -496,8 +496,8 @@ declare module "@tiptap/core" {
|
|
|
496
496
|
|
|
497
497
|
declare module "@tiptap/core" {
|
|
498
498
|
interface Commands<ReturnType> {
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
transcript: {
|
|
500
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
501
501
|
};
|
|
502
502
|
}
|
|
503
503
|
}
|