pdfjs-viewer-highlight-echo 5.4.462 → 5.4.463

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.462
25
- * pdfjsBuild = 34e1cb08c
24
+ * pdfjsVersion = 5.4.463
25
+ * pdfjsBuild = 8555ddd2b
26
26
  */
27
27
  /******/ var __webpack_modules__ = ({
28
28
 
@@ -11844,8 +11844,8 @@ class AnnotationEditor {
11844
11844
  addSaveSelectionButton() {
11845
11845
  const button = document.createElement("button");
11846
11846
  button.className = "saveSelectionButton";
11847
- button.textContent = "Save";
11848
- button.title = "Save selection as JSON";
11847
+ button.textContent = "Highlight Post Event";
11848
+ button.title = "Post Event with selection content";
11849
11849
  button.tabIndex = 0;
11850
11850
  button.addEventListener("click", event => {
11851
11851
  event.stopPropagation();
@@ -20824,7 +20824,7 @@ function getDocument(src = {}) {
20824
20824
  }
20825
20825
  const docParams = {
20826
20826
  docId,
20827
- apiVersion: "5.4.462",
20827
+ apiVersion: "5.4.463",
20828
20828
  data,
20829
20829
  password,
20830
20830
  disableAutoFetch,
@@ -22489,8 +22489,8 @@ class InternalRenderTask {
22489
22489
  }
22490
22490
  }
22491
22491
  }
22492
- const version = "5.4.462";
22493
- const build = "34e1cb08c";
22492
+ const version = "5.4.463";
22493
+ const build = "8555ddd2b";
22494
22494
 
22495
22495
  ;// ./src/display/editor/color_picker.js
22496
22496