@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.
@@ -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
+ }
@@ -447,6 +447,7 @@ const e = {
447
447
  },
448
448
  attachFile: "Attach file",
449
449
  removeFile: "Remove",
450
+ dropFilesHere: "Drop your files here",
450
451
  clarifyingQuestion: {
451
452
  submit: "Submit",
452
453
  next: "Next",