@factorialco/f0-react 1.418.1 → 1.419.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.
@@ -618,6 +618,7 @@ export declare const defaultTranslations: {
618
618
  readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
619
619
  readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
620
620
  };
621
+ readonly moreInformation: "More information";
621
622
  readonly validation: {
622
623
  readonly required: "This field is required";
623
624
  readonly invalidType: "Invalid value";
@@ -618,6 +618,7 @@ const e = {
618
618
  fileTooLarge: "File exceeds {{maxSize}} MB limit",
619
619
  invalidFileType: "File type not accepted. Accepted formats: {{types}}"
620
620
  },
621
+ moreInformation: "More information",
621
622
  validation: {
622
623
  required: "This field is required",
623
624
  invalidType: "Invalid value",