@factorialco/f0-react 1.256.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 +227 -224
- 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
|
+
}
|