@tindtechnologies/pdfjs-viewer 5.4.624-tind.1 → 5.4.624-tind.2

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
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = 92ba348
25
+ * pdfjsBuild = c36ad63
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -16121,7 +16121,7 @@ class InternalRenderTask {
16121
16121
  }
16122
16122
  }
16123
16123
  const version = "5.4.0";
16124
- const build = "92ba348";
16124
+ const build = "c36ad63";
16125
16125
 
16126
16126
  ;// ./src/display/editor/color_picker.js
16127
16127
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = 92ba348
25
+ * pdfjsBuild = c36ad63
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = 92ba348
25
+ * pdfjsBuild = c36ad63
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tindtechnologies/pdfjs-viewer",
3
- "version": "5.4.624-tind.1",
3
+ "version": "5.4.624-tind.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/tind/pdfjs-viewer"
@@ -1,5 +1,5 @@
1
- function patchPDFViewerApplicationOpen() {
2
- const win = evt.detail?.source || window;
1
+ function patchPDFViewerApplicationOpen(evt) {
2
+ const win = evt?.detail?.source || window;
3
3
  const app = win.PDFViewerApplication;
4
4
  if (!app) {
5
5
  return;
package/web/viewer.mjs CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = 92ba348
25
+ * pdfjsBuild = c36ad63
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};