@factorialco/f0-react 1.438.2 → 1.438.4
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/{F0AiChat-C8H9OyiK.js → F0AiChat-DPDtak5l.js} +24389 -24170
- package/dist/{F0HILActionConfirmation-DjKwUcGT.js → F0HILActionConfirmation-DShSXZqM.js} +1 -1
- package/dist/ai.d.ts +14 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +29 -7
- package/dist/experimental.js +6392 -20060
- package/dist/f0.d.ts +578 -26
- package/dist/f0.js +188 -174
- package/dist/i18n-provider-defaults.d.ts +6 -5
- package/dist/i18n-provider-defaults.js +1 -0
- package/dist/{index-CmGdjT42.js → index-iuTQ3Ph9.js} +33221 -19598
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/experimental.css +0 -1
|
@@ -447,6 +447,7 @@ export declare const defaultTranslations: {
|
|
|
447
447
|
};
|
|
448
448
|
readonly attachFile: "Attach file";
|
|
449
449
|
readonly removeFile: "Remove";
|
|
450
|
+
readonly dropFilesHere: "Drop your files here";
|
|
450
451
|
readonly clarifyingQuestion: {
|
|
451
452
|
readonly submit: "Submit";
|
|
452
453
|
readonly next: "Next";
|
|
@@ -748,11 +749,6 @@ declare module "gridstack" {
|
|
|
748
749
|
}
|
|
749
750
|
|
|
750
751
|
|
|
751
|
-
declare namespace Calendar {
|
|
752
|
-
var displayName: string;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
756
752
|
declare module "@tiptap/core" {
|
|
757
753
|
interface Commands<ReturnType> {
|
|
758
754
|
aiBlock: {
|
|
@@ -800,3 +796,8 @@ declare module "@tiptap/core" {
|
|
|
800
796
|
};
|
|
801
797
|
}
|
|
802
798
|
}
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
declare namespace Calendar {
|
|
802
|
+
var displayName: string;
|
|
803
|
+
}
|