@factorialco/f0-react 2.27.0 → 2.28.1

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.
@@ -474,6 +474,7 @@ export declare const defaultTranslations: {
474
474
  readonly attachFile: "Attach file";
475
475
  readonly removeFile: "Remove";
476
476
  readonly fileUploadError: "Upload failed";
477
+ readonly fileUploadBlockedSubmit: "Your message wasn't sent because one of the attachments failed to upload. Remove it or retry.";
477
478
  readonly tooManyFilesError: "You can attach up to {{maxFiles}} files at once";
478
479
  readonly dropFilesHere: "Drop your files here";
479
480
  readonly reply: "Reply";
@@ -841,16 +842,11 @@ declare module "gridstack" {
841
842
  }
842
843
 
843
844
 
844
- declare namespace Calendar {
845
- var displayName: string;
846
- }
847
-
848
-
849
845
  declare module "@tiptap/core" {
850
846
  interface Commands<ReturnType> {
851
- aiBlock: {
852
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
853
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
847
+ enhanceHighlight: {
848
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
849
+ clearEnhanceHighlight: () => ReturnType;
854
850
  };
855
851
  }
856
852
  }
@@ -858,9 +854,9 @@ declare module "@tiptap/core" {
858
854
 
859
855
  declare module "@tiptap/core" {
860
856
  interface Commands<ReturnType> {
861
- enhanceHighlight: {
862
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
863
- clearEnhanceHighlight: () => ReturnType;
857
+ aiBlock: {
858
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
859
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
864
860
  };
865
861
  }
866
862
  }
@@ -895,6 +891,11 @@ declare module "@tiptap/core" {
895
891
  }
896
892
 
897
893
 
894
+ declare namespace Calendar {
895
+ var displayName: string;
896
+ }
897
+
898
+
898
899
  declare namespace F0GraphNodeWrapperInner {
899
900
  var displayName: string;
900
901
  }
@@ -474,6 +474,7 @@ const e = {
474
474
  attachFile: "Attach file",
475
475
  removeFile: "Remove",
476
476
  fileUploadError: "Upload failed",
477
+ fileUploadBlockedSubmit: "Your message wasn't sent because one of the attachments failed to upload. Remove it or retry.",
477
478
  tooManyFilesError: "You can attach up to {{maxFiles}} files at once",
478
479
  dropFilesHere: "Drop your files here",
479
480
  reply: "Reply",