@zero-library/common 3.1.5 → 3.1.7

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/index.esm.js CHANGED
@@ -2757,7 +2757,7 @@ var CodePreview = ({ fileUrl, suffix }) => {
2757
2757
  var CodePreview_default = CodePreview;
2758
2758
  var { Text } = Typography;
2759
2759
  pdfjsLib.GlobalWorkerOptions.workerSrc = "https://unpkg.com/pdfjs-dist@5.4.296/legacy/build/pdf.worker.min.mjs";
2760
- var MIN_SCALE = 0.6;
2760
+ var MIN_SCALE = 0.1;
2761
2761
  var MAX_SCALE = 1.5;
2762
2762
  var SCALE_STEP = 0.1;
2763
2763
  var PdfPage = React3__default.memo(({ pdf, pageNumber, scale, scrollContainerRef, defaultSize }) => {