@factorialco/f0-react 1.257.0 → 1.258.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 +6 -5
- package/dist/experimental.js +1 -1
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5511,6 +5511,7 @@ declare interface WeekdaysProps {
|
|
|
5511
5511
|
declare type WelcomeScreenSuggestion = {
|
|
5512
5512
|
icon: IconType;
|
|
5513
5513
|
message: string;
|
|
5514
|
+
prompt?: string;
|
|
5514
5515
|
};
|
|
5515
5516
|
|
|
5516
5517
|
export declare const Widget: default_2.ForwardRefExoticComponent<WidgetProps & {
|
|
@@ -5684,11 +5685,6 @@ declare module "@tiptap/core" {
|
|
|
5684
5685
|
}
|
|
5685
5686
|
|
|
5686
5687
|
|
|
5687
|
-
declare namespace Calendar {
|
|
5688
|
-
var displayName: string;
|
|
5689
|
-
}
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
5688
|
declare module "@tiptap/core" {
|
|
5693
5689
|
interface Commands<ReturnType> {
|
|
5694
5690
|
moodTracker: {
|
|
@@ -5696,3 +5692,8 @@ declare module "@tiptap/core" {
|
|
|
5696
5692
|
};
|
|
5697
5693
|
}
|
|
5698
5694
|
}
|
|
5695
|
+
|
|
5696
|
+
|
|
5697
|
+
declare namespace Calendar {
|
|
5698
|
+
var displayName: string;
|
|
5699
|
+
}
|
package/dist/experimental.js
CHANGED
package/dist/f0.d.ts
CHANGED
|
@@ -3950,11 +3950,6 @@ declare module "@tiptap/core" {
|
|
|
3950
3950
|
}
|
|
3951
3951
|
|
|
3952
3952
|
|
|
3953
|
-
declare namespace Calendar {
|
|
3954
|
-
var displayName: string;
|
|
3955
|
-
}
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
3953
|
declare module "@tiptap/core" {
|
|
3959
3954
|
interface Commands<ReturnType> {
|
|
3960
3955
|
moodTracker: {
|
|
@@ -3962,3 +3957,8 @@ declare module "@tiptap/core" {
|
|
|
3962
3957
|
};
|
|
3963
3958
|
}
|
|
3964
3959
|
}
|
|
3960
|
+
|
|
3961
|
+
|
|
3962
|
+
declare namespace Calendar {
|
|
3963
|
+
var displayName: string;
|
|
3964
|
+
}
|