@factorialco/f0-react 1.232.0 → 1.233.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 +4966 -4966
- package/dist/f0.d.ts +4 -4
- package/dist/f0.js +128 -128
- package/dist/{hooks-CDonfn73.js → hooks-DQfZZiUS.js} +12399 -12404
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/experimental.d.ts
CHANGED
|
@@ -5136,8 +5136,8 @@ declare global {
|
|
|
5136
5136
|
|
|
5137
5137
|
declare module "@tiptap/core" {
|
|
5138
5138
|
interface Commands<ReturnType> {
|
|
5139
|
-
|
|
5140
|
-
|
|
5139
|
+
liveCompanion: {
|
|
5140
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5141
5141
|
};
|
|
5142
5142
|
}
|
|
5143
5143
|
}
|
|
@@ -5145,8 +5145,8 @@ declare module "@tiptap/core" {
|
|
|
5145
5145
|
|
|
5146
5146
|
declare module "@tiptap/core" {
|
|
5147
5147
|
interface Commands<ReturnType> {
|
|
5148
|
-
|
|
5149
|
-
|
|
5148
|
+
aiBlock: {
|
|
5149
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5150
5150
|
};
|
|
5151
5151
|
}
|
|
5152
5152
|
}
|