@factorialco/f0-react 1.425.2 → 1.425.3
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 +8 -8
- package/dist/experimental.d.ts +8 -8
- package/dist/f0.d.ts +8 -8
- package/dist/i18n-provider-defaults.d.ts +8 -8
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1766,12 +1766,12 @@ declare global {
|
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
1768
|
|
|
1769
|
-
declare namespace
|
|
1769
|
+
declare namespace _DaytimePage {
|
|
1770
1770
|
var displayName: string;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
|
|
1774
|
-
declare namespace
|
|
1774
|
+
declare namespace _Page {
|
|
1775
1775
|
var displayName: string;
|
|
1776
1776
|
}
|
|
1777
1777
|
|
|
@@ -1800,9 +1800,9 @@ declare namespace Calendar {
|
|
|
1800
1800
|
|
|
1801
1801
|
declare module "@tiptap/core" {
|
|
1802
1802
|
interface Commands<ReturnType> {
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1803
|
+
aiBlock: {
|
|
1804
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1805
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1806
1806
|
};
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
@@ -1810,9 +1810,9 @@ declare module "@tiptap/core" {
|
|
|
1810
1810
|
|
|
1811
1811
|
declare module "@tiptap/core" {
|
|
1812
1812
|
interface Commands<ReturnType> {
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1813
|
+
enhanceHighlight: {
|
|
1814
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
1815
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
1816
1816
|
};
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7203,12 +7203,12 @@ declare global {
|
|
|
7203
7203
|
}
|
|
7204
7204
|
|
|
7205
7205
|
|
|
7206
|
-
declare namespace
|
|
7206
|
+
declare namespace _DaytimePage {
|
|
7207
7207
|
var displayName: string;
|
|
7208
7208
|
}
|
|
7209
7209
|
|
|
7210
7210
|
|
|
7211
|
-
declare namespace
|
|
7211
|
+
declare namespace _Page {
|
|
7212
7212
|
var displayName: string;
|
|
7213
7213
|
}
|
|
7214
7214
|
|
|
@@ -7237,9 +7237,9 @@ declare namespace Calendar {
|
|
|
7237
7237
|
|
|
7238
7238
|
declare module "@tiptap/core" {
|
|
7239
7239
|
interface Commands<ReturnType> {
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7240
|
+
aiBlock: {
|
|
7241
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
7242
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7243
7243
|
};
|
|
7244
7244
|
}
|
|
7245
7245
|
}
|
|
@@ -7247,9 +7247,9 @@ declare module "@tiptap/core" {
|
|
|
7247
7247
|
|
|
7248
7248
|
declare module "@tiptap/core" {
|
|
7249
7249
|
interface Commands<ReturnType> {
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7250
|
+
enhanceHighlight: {
|
|
7251
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
7252
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
7253
7253
|
};
|
|
7254
7254
|
}
|
|
7255
7255
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -10819,12 +10819,12 @@ declare global {
|
|
|
10819
10819
|
}
|
|
10820
10820
|
|
|
10821
10821
|
|
|
10822
|
-
declare namespace
|
|
10822
|
+
declare namespace _DaytimePage {
|
|
10823
10823
|
var displayName: string;
|
|
10824
10824
|
}
|
|
10825
10825
|
|
|
10826
10826
|
|
|
10827
|
-
declare namespace
|
|
10827
|
+
declare namespace _Page {
|
|
10828
10828
|
var displayName: string;
|
|
10829
10829
|
}
|
|
10830
10830
|
|
|
@@ -10853,9 +10853,9 @@ declare namespace Calendar {
|
|
|
10853
10853
|
|
|
10854
10854
|
declare module "@tiptap/core" {
|
|
10855
10855
|
interface Commands<ReturnType> {
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10856
|
+
aiBlock: {
|
|
10857
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
10858
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
10859
10859
|
};
|
|
10860
10860
|
}
|
|
10861
10861
|
}
|
|
@@ -10863,9 +10863,9 @@ declare module "@tiptap/core" {
|
|
|
10863
10863
|
|
|
10864
10864
|
declare module "@tiptap/core" {
|
|
10865
10865
|
interface Commands<ReturnType> {
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10866
|
+
enhanceHighlight: {
|
|
10867
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
10868
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
10869
10869
|
};
|
|
10870
10870
|
}
|
|
10871
10871
|
}
|
|
@@ -702,12 +702,12 @@ declare global {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
|
|
705
|
-
declare namespace
|
|
705
|
+
declare namespace _DaytimePage {
|
|
706
706
|
var displayName: string;
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
|
|
710
|
-
declare namespace
|
|
710
|
+
declare namespace _Page {
|
|
711
711
|
var displayName: string;
|
|
712
712
|
}
|
|
713
713
|
|
|
@@ -736,9 +736,9 @@ declare namespace Calendar {
|
|
|
736
736
|
|
|
737
737
|
declare module "@tiptap/core" {
|
|
738
738
|
interface Commands<ReturnType> {
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
739
|
+
aiBlock: {
|
|
740
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
741
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
742
742
|
};
|
|
743
743
|
}
|
|
744
744
|
}
|
|
@@ -746,9 +746,9 @@ declare module "@tiptap/core" {
|
|
|
746
746
|
|
|
747
747
|
declare module "@tiptap/core" {
|
|
748
748
|
interface Commands<ReturnType> {
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
749
|
+
enhanceHighlight: {
|
|
750
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
751
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
752
752
|
};
|
|
753
753
|
}
|
|
754
754
|
}
|