@factorialco/f0-react 2.15.0 → 2.15.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/ai.d.ts +6 -6
- package/dist/experimental.d.ts +6 -6
- package/dist/f0.d.ts +6 -6
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -3824,8 +3824,10 @@ declare module "@tiptap/core" {
|
|
|
3824
3824
|
|
|
3825
3825
|
declare module "@tiptap/core" {
|
|
3826
3826
|
interface Commands<ReturnType> {
|
|
3827
|
-
|
|
3828
|
-
|
|
3827
|
+
videoEmbed: {
|
|
3828
|
+
setVideoEmbed: (options: {
|
|
3829
|
+
src: string;
|
|
3830
|
+
}) => ReturnType;
|
|
3829
3831
|
};
|
|
3830
3832
|
}
|
|
3831
3833
|
}
|
|
@@ -3833,10 +3835,8 @@ declare module "@tiptap/core" {
|
|
|
3833
3835
|
|
|
3834
3836
|
declare module "@tiptap/core" {
|
|
3835
3837
|
interface Commands<ReturnType> {
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
src: string;
|
|
3839
|
-
}) => ReturnType;
|
|
3838
|
+
transcript: {
|
|
3839
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
3840
3840
|
};
|
|
3841
3841
|
}
|
|
3842
3842
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8463,8 +8463,10 @@ declare module "@tiptap/core" {
|
|
|
8463
8463
|
|
|
8464
8464
|
declare module "@tiptap/core" {
|
|
8465
8465
|
interface Commands<ReturnType> {
|
|
8466
|
-
|
|
8467
|
-
|
|
8466
|
+
videoEmbed: {
|
|
8467
|
+
setVideoEmbed: (options: {
|
|
8468
|
+
src: string;
|
|
8469
|
+
}) => ReturnType;
|
|
8468
8470
|
};
|
|
8469
8471
|
}
|
|
8470
8472
|
}
|
|
@@ -8472,10 +8474,8 @@ declare module "@tiptap/core" {
|
|
|
8472
8474
|
|
|
8473
8475
|
declare module "@tiptap/core" {
|
|
8474
8476
|
interface Commands<ReturnType> {
|
|
8475
|
-
|
|
8476
|
-
|
|
8477
|
-
src: string;
|
|
8478
|
-
}) => ReturnType;
|
|
8477
|
+
transcript: {
|
|
8478
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8479
8479
|
};
|
|
8480
8480
|
}
|
|
8481
8481
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -14615,8 +14615,10 @@ declare module "@tiptap/core" {
|
|
|
14615
14615
|
|
|
14616
14616
|
declare module "@tiptap/core" {
|
|
14617
14617
|
interface Commands<ReturnType> {
|
|
14618
|
-
|
|
14619
|
-
|
|
14618
|
+
videoEmbed: {
|
|
14619
|
+
setVideoEmbed: (options: {
|
|
14620
|
+
src: string;
|
|
14621
|
+
}) => ReturnType;
|
|
14620
14622
|
};
|
|
14621
14623
|
}
|
|
14622
14624
|
}
|
|
@@ -14624,10 +14626,8 @@ declare module "@tiptap/core" {
|
|
|
14624
14626
|
|
|
14625
14627
|
declare module "@tiptap/core" {
|
|
14626
14628
|
interface Commands<ReturnType> {
|
|
14627
|
-
|
|
14628
|
-
|
|
14629
|
-
src: string;
|
|
14630
|
-
}) => ReturnType;
|
|
14629
|
+
transcript: {
|
|
14630
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
14631
14631
|
};
|
|
14632
14632
|
}
|
|
14633
14633
|
}
|
|
@@ -909,8 +909,10 @@ declare module "@tiptap/core" {
|
|
|
909
909
|
|
|
910
910
|
declare module "@tiptap/core" {
|
|
911
911
|
interface Commands<ReturnType> {
|
|
912
|
-
|
|
913
|
-
|
|
912
|
+
videoEmbed: {
|
|
913
|
+
setVideoEmbed: (options: {
|
|
914
|
+
src: string;
|
|
915
|
+
}) => ReturnType;
|
|
914
916
|
};
|
|
915
917
|
}
|
|
916
918
|
}
|
|
@@ -918,10 +920,8 @@ declare module "@tiptap/core" {
|
|
|
918
920
|
|
|
919
921
|
declare module "@tiptap/core" {
|
|
920
922
|
interface Commands<ReturnType> {
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
src: string;
|
|
924
|
-
}) => ReturnType;
|
|
923
|
+
transcript: {
|
|
924
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
925
925
|
};
|
|
926
926
|
}
|
|
927
927
|
}
|