@getflip/swirl-components 0.184.1 → 0.184.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/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-04-15T09:13:13",
2
+ "timestamp": "2024-04-15T13:01:29",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -30092,11 +30092,26 @@ const SwirlFileViewerPdf = class {
30092
30092
  *, *:before, *:after {
30093
30093
  margin: 0;
30094
30094
  padding: 0;
30095
+ outline: 0;
30096
+ }
30097
+
30098
+ @page {
30099
+ size: a4;
30100
+ margin: 0;
30101
+ padding: 0;
30102
+ }
30103
+
30104
+ body {
30105
+ height: 100%;
30106
+ width: 100%;
30095
30107
  }
30096
30108
 
30097
30109
  img {
30098
30110
  display: block;
30111
+ max-width: 100%;
30112
+ max-height: 100%;
30099
30113
  width: 100%;
30114
+ height: auto;
30100
30115
  page-break-after: always;
30101
30116
  }
30102
30117
  `;