@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
package/dist/experimental.d.ts
CHANGED
|
@@ -6495,8 +6495,8 @@ declare module "@tiptap/core" {
|
|
|
6495
6495
|
|
|
6496
6496
|
declare module "@tiptap/core" {
|
|
6497
6497
|
interface Commands<ReturnType> {
|
|
6498
|
-
|
|
6499
|
-
|
|
6498
|
+
liveCompanion: {
|
|
6499
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
6500
6500
|
};
|
|
6501
6501
|
}
|
|
6502
6502
|
}
|
|
@@ -6504,8 +6504,8 @@ declare module "@tiptap/core" {
|
|
|
6504
6504
|
|
|
6505
6505
|
declare module "@tiptap/core" {
|
|
6506
6506
|
interface Commands<ReturnType> {
|
|
6507
|
-
|
|
6508
|
-
|
|
6507
|
+
transcript: {
|
|
6508
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
6509
6509
|
};
|
|
6510
6510
|
}
|
|
6511
6511
|
}
|