pdfjs-viewer-element 1.0.1 → 1.0.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.
@@ -606,8 +606,8 @@ let x = class extends b {
606
606
  frameborder="0"
607
607
  width="100%"
608
608
  style="height: ${this.height}"
609
- src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}"
610
- >
609
+ src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}">
610
+ </iframe>
611
611
  `;
612
612
  }
613
613
  };
@@ -35,8 +35,8 @@
35
35
  frameborder="0"
36
36
  width="100%"
37
37
  style="height: ${this.height}"
38
- src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}"
39
- >
38
+ src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}">
39
+ </iframe>
40
40
  `}},p.PdfjsViewerElement.styles=ct`
41
41
  :host {
42
42
  width: 100%
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfjs-viewer-element",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Oleksandr Shevchuk",