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.
package/build/pdf.mjs CHANGED
@@ -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
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -5764,8 +5764,8 @@ class AnnotationEditor {
5764
5764
  addSaveSelectionButton() {
5765
5765
  const button = document.createElement("button");
5766
5766
  button.className = "saveSelectionButton";
5767
- button.textContent = "Save";
5768
- button.title = "Save selection as JSON";
5767
+ button.textContent = "Highlight Post Event";
5768
+ button.title = "Post Event with selection content";
5769
5769
  button.tabIndex = 0;
5770
5770
  button.addEventListener("click", event => {
5771
5771
  event.stopPropagation();
@@ -14505,7 +14505,7 @@ function getDocument(src = {}) {
14505
14505
  }
14506
14506
  const docParams = {
14507
14507
  docId,
14508
- apiVersion: "5.4.462",
14508
+ apiVersion: "5.4.463",
14509
14509
  data,
14510
14510
  password,
14511
14511
  disableAutoFetch,
@@ -16170,8 +16170,8 @@ class InternalRenderTask {
16170
16170
  }
16171
16171
  }
16172
16172
  }
16173
- const version = "5.4.462";
16174
- const build = "34e1cb08c";
16173
+ const version = "5.4.463";
16174
+ const build = "8555ddd2b";
16175
16175
 
16176
16176
  ;// ./src/display/editor/color_picker.js
16177
16177