@factorialco/f0-react 4.24.0 → 4.26.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.
@@ -892,6 +892,20 @@ export declare const defaultTranslations: {
892
892
  readonly submit: "Submit";
893
893
  readonly stepOf: "Step {{current}} of {{total}}";
894
894
  };
895
+ readonly pdfViewer: {
896
+ readonly toolbar: "Document toolbar";
897
+ readonly previousPage: "Previous page";
898
+ readonly nextPage: "Next page";
899
+ readonly zoomIn: "Zoom in";
900
+ readonly zoomOut: "Zoom out";
901
+ readonly scaleSelector: "Zoom level";
902
+ readonly pageWidth: "Page width";
903
+ readonly pageFit: "Page fit";
904
+ readonly rotate: "Rotate";
905
+ readonly print: "Print";
906
+ readonly download: "Download";
907
+ readonly loading: "Loading document";
908
+ };
895
909
  };
896
910
 
897
911
  declare type Join<T extends string[], D extends string> = T extends [] ? never : T extends [infer F] ? F : T extends [infer F, ...infer R] ? F extends string ? `${F}${D}${Join<Extract<R, string[]>, D>}` : never : string;
@@ -903,6 +903,20 @@ const e = {
903
903
  next: "Continue",
904
904
  submit: "Submit",
905
905
  stepOf: "Step {{current}} of {{total}}"
906
+ },
907
+ pdfViewer: {
908
+ toolbar: "Document toolbar",
909
+ previousPage: "Previous page",
910
+ nextPage: "Next page",
911
+ zoomIn: "Zoom in",
912
+ zoomOut: "Zoom out",
913
+ scaleSelector: "Zoom level",
914
+ pageWidth: "Page width",
915
+ pageFit: "Page fit",
916
+ rotate: "Rotate",
917
+ print: "Print",
918
+ download: "Download",
919
+ loading: "Loading document"
906
920
  }
907
921
  };
908
922
  export {