@factorialco/f0-react 1.212.0 → 1.214.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 +7328 -7275
- package/dist/f0.d.ts +4 -4
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5047,8 +5047,8 @@ declare global {
|
|
|
5047
5047
|
|
|
5048
5048
|
declare module "@tiptap/core" {
|
|
5049
5049
|
interface Commands<ReturnType> {
|
|
5050
|
-
|
|
5051
|
-
|
|
5050
|
+
aiBlock: {
|
|
5051
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5052
5052
|
};
|
|
5053
5053
|
}
|
|
5054
5054
|
}
|
|
@@ -5056,8 +5056,8 @@ declare module "@tiptap/core" {
|
|
|
5056
5056
|
|
|
5057
5057
|
declare module "@tiptap/core" {
|
|
5058
5058
|
interface Commands<ReturnType> {
|
|
5059
|
-
|
|
5060
|
-
|
|
5059
|
+
liveCompanion: {
|
|
5060
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5061
5061
|
};
|
|
5062
5062
|
}
|
|
5063
5063
|
}
|