@factorialco/f0-react 2.39.1 → 2.40.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/f0.js +7151 -7122
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -4267,9 +4267,9 @@ declare module "gridstack" {
|
|
|
4267
4267
|
|
|
4268
4268
|
declare module "@tiptap/core" {
|
|
4269
4269
|
interface Commands<ReturnType> {
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4270
|
+
enhanceHighlight: {
|
|
4271
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
4272
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
4273
4273
|
};
|
|
4274
4274
|
}
|
|
4275
4275
|
}
|
|
@@ -4277,9 +4277,9 @@ declare module "@tiptap/core" {
|
|
|
4277
4277
|
|
|
4278
4278
|
declare module "@tiptap/core" {
|
|
4279
4279
|
interface Commands<ReturnType> {
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4280
|
+
aiBlock: {
|
|
4281
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
4282
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
4283
4283
|
};
|
|
4284
4284
|
}
|
|
4285
4285
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8739,9 +8739,9 @@ declare module "gridstack" {
|
|
|
8739
8739
|
|
|
8740
8740
|
declare module "@tiptap/core" {
|
|
8741
8741
|
interface Commands<ReturnType> {
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
|
|
8742
|
+
enhanceHighlight: {
|
|
8743
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
8744
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
8745
8745
|
};
|
|
8746
8746
|
}
|
|
8747
8747
|
}
|
|
@@ -8749,9 +8749,9 @@ declare module "@tiptap/core" {
|
|
|
8749
8749
|
|
|
8750
8750
|
declare module "@tiptap/core" {
|
|
8751
8751
|
interface Commands<ReturnType> {
|
|
8752
|
-
|
|
8753
|
-
|
|
8754
|
-
|
|
8752
|
+
aiBlock: {
|
|
8753
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
8754
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
8755
8755
|
};
|
|
8756
8756
|
}
|
|
8757
8757
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -15570,9 +15570,9 @@ declare module "gridstack" {
|
|
|
15570
15570
|
|
|
15571
15571
|
declare module "@tiptap/core" {
|
|
15572
15572
|
interface Commands<ReturnType> {
|
|
15573
|
-
|
|
15574
|
-
|
|
15575
|
-
|
|
15573
|
+
enhanceHighlight: {
|
|
15574
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
15575
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
15576
15576
|
};
|
|
15577
15577
|
}
|
|
15578
15578
|
}
|
|
@@ -15580,9 +15580,9 @@ declare module "@tiptap/core" {
|
|
|
15580
15580
|
|
|
15581
15581
|
declare module "@tiptap/core" {
|
|
15582
15582
|
interface Commands<ReturnType> {
|
|
15583
|
-
|
|
15584
|
-
|
|
15585
|
-
|
|
15583
|
+
aiBlock: {
|
|
15584
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
15585
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
15586
15586
|
};
|
|
15587
15587
|
}
|
|
15588
15588
|
}
|