@factorialco/f0-react 1.242.0 → 1.242.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 +4 -4
- package/dist/experimental.js +834 -834
- package/dist/f0.d.ts +37 -4
- package/dist/f0.js +1166 -488
- package/dist/{hooks-VZh3f1RF.js → hooks-D651MC-R.js} +381 -346
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5437,8 +5437,8 @@ declare module "@tiptap/core" {
|
|
|
5437
5437
|
|
|
5438
5438
|
declare module "@tiptap/core" {
|
|
5439
5439
|
interface Commands<ReturnType> {
|
|
5440
|
-
|
|
5441
|
-
|
|
5440
|
+
liveCompanion: {
|
|
5441
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5442
5442
|
};
|
|
5443
5443
|
}
|
|
5444
5444
|
}
|
|
@@ -5446,8 +5446,8 @@ declare module "@tiptap/core" {
|
|
|
5446
5446
|
|
|
5447
5447
|
declare module "@tiptap/core" {
|
|
5448
5448
|
interface Commands<ReturnType> {
|
|
5449
|
-
|
|
5450
|
-
|
|
5449
|
+
transcript: {
|
|
5450
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5451
5451
|
};
|
|
5452
5452
|
}
|
|
5453
5453
|
}
|