@factorialco/f0-react 1.349.1 → 1.350.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 +5 -5
- package/dist/experimental.d.ts +6 -5
- package/dist/experimental.js +2823 -2820
- package/dist/f0.d.ts +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1093,6 +1093,11 @@ declare module "gridstack" {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
1095
|
|
|
1096
|
+
declare namespace Calendar {
|
|
1097
|
+
var displayName: string;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
|
|
1096
1101
|
declare module "@tiptap/core" {
|
|
1097
1102
|
interface Commands<ReturnType> {
|
|
1098
1103
|
aiBlock: {
|
|
@@ -1129,8 +1134,3 @@ declare module "@tiptap/core" {
|
|
|
1129
1134
|
};
|
|
1130
1135
|
}
|
|
1131
1136
|
}
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
declare namespace Calendar {
|
|
1135
|
-
var displayName: string;
|
|
1136
|
-
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -5254,6 +5254,7 @@ export declare interface RichTextEditorProps {
|
|
|
5254
5254
|
height?: heightType;
|
|
5255
5255
|
plainHtmlMode?: boolean;
|
|
5256
5256
|
fullScreenMode?: boolean;
|
|
5257
|
+
onFullscreenChange?: (fullscreen: boolean) => void;
|
|
5257
5258
|
}
|
|
5258
5259
|
|
|
5259
5260
|
declare interface RichTextEditorSkeletonProps {
|
|
@@ -6496,6 +6497,11 @@ declare module "gridstack" {
|
|
|
6496
6497
|
}
|
|
6497
6498
|
|
|
6498
6499
|
|
|
6500
|
+
declare namespace Calendar {
|
|
6501
|
+
var displayName: string;
|
|
6502
|
+
}
|
|
6503
|
+
|
|
6504
|
+
|
|
6499
6505
|
declare module "@tiptap/core" {
|
|
6500
6506
|
interface Commands<ReturnType> {
|
|
6501
6507
|
aiBlock: {
|
|
@@ -6532,8 +6538,3 @@ declare module "@tiptap/core" {
|
|
|
6532
6538
|
};
|
|
6533
6539
|
}
|
|
6534
6540
|
}
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
declare namespace Calendar {
|
|
6538
|
-
var displayName: string;
|
|
6539
|
-
}
|