pdfjs-viewer-highlight-echo 5.4.452 → 5.4.453

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfjs-viewer-highlight-echo",
3
- "version": "5.4.452",
3
+ "version": "5.4.453",
4
4
  "main": "build/pdf.mjs",
5
5
  "types": "types/src/pdf.d.ts",
6
6
  "description": "Dafu custom PDF.js distribution",
@@ -21,8 +21,8 @@
21
21
  */
22
22
 
23
23
  /**
24
- * pdfjsVersion = 5.4.452
25
- * pdfjsBuild = 17dd18e71
24
+ * pdfjsVersion = 5.4.453
25
+ * pdfjsBuild = e2f218e1e
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -4451,7 +4451,7 @@ const defaultOptions = {
4451
4451
  kind: OptionKind.VIEWER + OptionKind.PREFERENCE + OptionKind.EVENT_DISPATCH
4452
4452
  },
4453
4453
  enableHighlightFloatingButton: {
4454
- value: false,
4454
+ value: true,
4455
4455
  kind: OptionKind.VIEWER + OptionKind.PREFERENCE
4456
4456
  },
4457
4457
  enableNewAltTextWhenAddingImage: {
@@ -7655,7 +7655,7 @@ class PDFViewer {
7655
7655
  #textLayerMode = TextLayerMode.ENABLE;
7656
7656
  #viewerAlert = null;
7657
7657
  constructor(options) {
7658
- const viewerVersion = "5.4.452";
7658
+ const viewerVersion = "5.4.453";
7659
7659
  if (version !== viewerVersion) {
7660
7660
  throw new Error(`The API version "${version}" does not match the Viewer version "${viewerVersion}".`);
7661
7661
  }