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.
@@ -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
  /******/ var __webpack_modules__ = ({
28
28
 
@@ -5440,7 +5440,7 @@ const defaultOptions = {
5440
5440
  kind: OptionKind.VIEWER + OptionKind.PREFERENCE + OptionKind.EVENT_DISPATCH
5441
5441
  },
5442
5442
  enableHighlightFloatingButton: {
5443
- value: false,
5443
+ value: true,
5444
5444
  kind: OptionKind.VIEWER + OptionKind.PREFERENCE
5445
5445
  },
5446
5446
  enableNewAltTextWhenAddingImage: {
@@ -6217,7 +6217,7 @@ class BasePreferences {
6217
6217
  enableAutoLinking: true,
6218
6218
  enableComment: false,
6219
6219
  enableGuessAltText: true,
6220
- enableHighlightFloatingButton: false,
6220
+ enableHighlightFloatingButton: true,
6221
6221
  enableNewAltTextWhenAddingImage: true,
6222
6222
  enableOptimizedPartialRendering: false,
6223
6223
  enablePermissions: false,
@@ -18151,7 +18151,7 @@ class PDFViewer {
18151
18151
  #textLayerMode = TextLayerMode.ENABLE;
18152
18152
  #viewerAlert = null;
18153
18153
  constructor(options) {
18154
- const viewerVersion = "5.4.452";
18154
+ const viewerVersion = "5.4.453";
18155
18155
  if (version !== viewerVersion) {
18156
18156
  throw new Error(`The API version "${version}" does not match the Viewer version "${viewerVersion}".`);
18157
18157
  }