@factorialco/f0-react 1.374.2 → 1.375.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.
@@ -648,10 +648,8 @@ declare module "@tiptap/core" {
648
648
 
649
649
  declare module "@tiptap/core" {
650
650
  interface Commands<ReturnType> {
651
- videoEmbed: {
652
- setVideoEmbed: (options: {
653
- src: string;
654
- }) => ReturnType;
651
+ transcript: {
652
+ insertTranscript: (data: TranscriptData) => ReturnType;
655
653
  };
656
654
  }
657
655
  }
@@ -659,8 +657,10 @@ declare module "@tiptap/core" {
659
657
 
660
658
  declare module "@tiptap/core" {
661
659
  interface Commands<ReturnType> {
662
- transcript: {
663
- insertTranscript: (data: TranscriptData) => ReturnType;
660
+ videoEmbed: {
661
+ setVideoEmbed: (options: {
662
+ src: string;
663
+ }) => ReturnType;
664
664
  };
665
665
  }
666
666
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.374.2",
3
+ "version": "1.375.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,