@factorialco/f0-react 4.47.2 → 4.47.3

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/f0.d.ts CHANGED
@@ -18400,10 +18400,8 @@ declare module "@tiptap/core" {
18400
18400
 
18401
18401
  declare module "@tiptap/core" {
18402
18402
  interface Commands<ReturnType> {
18403
- videoEmbed: {
18404
- setVideoEmbed: (options: {
18405
- src: string;
18406
- }) => ReturnType;
18403
+ transcript: {
18404
+ insertTranscript: (data: TranscriptData) => ReturnType;
18407
18405
  };
18408
18406
  }
18409
18407
  }
@@ -18411,8 +18409,10 @@ declare module "@tiptap/core" {
18411
18409
 
18412
18410
  declare module "@tiptap/core" {
18413
18411
  interface Commands<ReturnType> {
18414
- transcript: {
18415
- insertTranscript: (data: TranscriptData) => ReturnType;
18412
+ videoEmbed: {
18413
+ setVideoEmbed: (options: {
18414
+ src: string;
18415
+ }) => ReturnType;
18416
18416
  };
18417
18417
  }
18418
18418
  }
@@ -1055,10 +1055,8 @@ declare module "@tiptap/core" {
1055
1055
 
1056
1056
  declare module "@tiptap/core" {
1057
1057
  interface Commands<ReturnType> {
1058
- videoEmbed: {
1059
- setVideoEmbed: (options: {
1060
- src: string;
1061
- }) => ReturnType;
1058
+ transcript: {
1059
+ insertTranscript: (data: TranscriptData) => ReturnType;
1062
1060
  };
1063
1061
  }
1064
1062
  }
@@ -1066,8 +1064,10 @@ declare module "@tiptap/core" {
1066
1064
 
1067
1065
  declare module "@tiptap/core" {
1068
1066
  interface Commands<ReturnType> {
1069
- transcript: {
1070
- insertTranscript: (data: TranscriptData) => ReturnType;
1067
+ videoEmbed: {
1068
+ setVideoEmbed: (options: {
1069
+ src: string;
1070
+ }) => ReturnType;
1071
1071
  };
1072
1072
  }
1073
1073
  }