@factorialco/f0-react 1.393.0 → 1.394.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/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/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1561,8 +1561,10 @@ declare module "@tiptap/core" {
|
|
|
1561
1561
|
|
|
1562
1562
|
declare module "@tiptap/core" {
|
|
1563
1563
|
interface Commands<ReturnType> {
|
|
1564
|
-
|
|
1565
|
-
|
|
1564
|
+
videoEmbed: {
|
|
1565
|
+
setVideoEmbed: (options: {
|
|
1566
|
+
src: string;
|
|
1567
|
+
}) => ReturnType;
|
|
1566
1568
|
};
|
|
1567
1569
|
}
|
|
1568
1570
|
}
|
|
@@ -1570,10 +1572,8 @@ declare module "@tiptap/core" {
|
|
|
1570
1572
|
|
|
1571
1573
|
declare module "@tiptap/core" {
|
|
1572
1574
|
interface Commands<ReturnType> {
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
src: string;
|
|
1576
|
-
}) => ReturnType;
|
|
1575
|
+
transcript: {
|
|
1576
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1577
1577
|
};
|
|
1578
1578
|
}
|
|
1579
1579
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7241,8 +7241,10 @@ declare module "@tiptap/core" {
|
|
|
7241
7241
|
|
|
7242
7242
|
declare module "@tiptap/core" {
|
|
7243
7243
|
interface Commands<ReturnType> {
|
|
7244
|
-
|
|
7245
|
-
|
|
7244
|
+
videoEmbed: {
|
|
7245
|
+
setVideoEmbed: (options: {
|
|
7246
|
+
src: string;
|
|
7247
|
+
}) => ReturnType;
|
|
7246
7248
|
};
|
|
7247
7249
|
}
|
|
7248
7250
|
}
|
|
@@ -7250,10 +7252,8 @@ declare module "@tiptap/core" {
|
|
|
7250
7252
|
|
|
7251
7253
|
declare module "@tiptap/core" {
|
|
7252
7254
|
interface Commands<ReturnType> {
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
src: string;
|
|
7256
|
-
}) => ReturnType;
|
|
7255
|
+
transcript: {
|
|
7256
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7257
7257
|
};
|
|
7258
7258
|
}
|
|
7259
7259
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -8800,8 +8800,10 @@ declare module "@tiptap/core" {
|
|
|
8800
8800
|
|
|
8801
8801
|
declare module "@tiptap/core" {
|
|
8802
8802
|
interface Commands<ReturnType> {
|
|
8803
|
-
|
|
8804
|
-
|
|
8803
|
+
videoEmbed: {
|
|
8804
|
+
setVideoEmbed: (options: {
|
|
8805
|
+
src: string;
|
|
8806
|
+
}) => ReturnType;
|
|
8805
8807
|
};
|
|
8806
8808
|
}
|
|
8807
8809
|
}
|
|
@@ -8809,10 +8811,8 @@ declare module "@tiptap/core" {
|
|
|
8809
8811
|
|
|
8810
8812
|
declare module "@tiptap/core" {
|
|
8811
8813
|
interface Commands<ReturnType> {
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
src: string;
|
|
8815
|
-
}) => ReturnType;
|
|
8814
|
+
transcript: {
|
|
8815
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8816
8816
|
};
|
|
8817
8817
|
}
|
|
8818
8818
|
}
|
|
@@ -682,8 +682,10 @@ declare module "@tiptap/core" {
|
|
|
682
682
|
|
|
683
683
|
declare module "@tiptap/core" {
|
|
684
684
|
interface Commands<ReturnType> {
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
videoEmbed: {
|
|
686
|
+
setVideoEmbed: (options: {
|
|
687
|
+
src: string;
|
|
688
|
+
}) => ReturnType;
|
|
687
689
|
};
|
|
688
690
|
}
|
|
689
691
|
}
|
|
@@ -691,10 +693,8 @@ declare module "@tiptap/core" {
|
|
|
691
693
|
|
|
692
694
|
declare module "@tiptap/core" {
|
|
693
695
|
interface Commands<ReturnType> {
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
src: string;
|
|
697
|
-
}) => ReturnType;
|
|
696
|
+
transcript: {
|
|
697
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
698
698
|
};
|
|
699
699
|
}
|
|
700
700
|
}
|