@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.cjs.js CHANGED
@@ -2804,7 +2804,7 @@ var CodePreview = ({ fileUrl, suffix }) => {
2804
2804
  var CodePreview_default = CodePreview;
2805
2805
  var { Text } = antd.Typography;
2806
2806
  pdfjsLib__namespace.GlobalWorkerOptions.workerSrc = "https://unpkg.com/pdfjs-dist@5.4.296/legacy/build/pdf.worker.min.mjs";
2807
- var MIN_SCALE = 0.6;
2807
+ var MIN_SCALE = 0.1;
2808
2808
  var MAX_SCALE = 1.5;
2809
2809
  var SCALE_STEP = 0.1;
2810
2810
  var PdfPage = React3__namespace.default.memo(({ pdf, pageNumber, scale, scrollContainerRef, defaultSize }) => {