@getflip/swirl-components 0.184.0 → 0.184.1

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/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-04-12T11:10:58",
2
+ "timestamp": "2024-04-15T09:13:13",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -30008,7 +30008,7 @@ const SwirlFileViewerPdf = class {
30008
30008
  this.renderingPageNumbers.includes(page.pageNumber)) {
30009
30009
  continue;
30010
30010
  }
30011
- if (!this.visiblePages.includes(page.pageNumber)) {
30011
+ if (!this.visiblePages.includes(page.pageNumber) && !forPrint) {
30012
30012
  this.destroyPage(page);
30013
30013
  continue;
30014
30014
  }