@idevs/corelib 0.0.47 → 0.0.49

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.
@@ -338,7 +338,7 @@
338
338
  page-break-after: always;
339
339
  }
340
340
 
341
- .potrait-a4 {
341
+ .portrait-a4 {
342
342
  height: 1043px;
343
343
  }
344
344
 
@@ -347,7 +347,7 @@
347
347
  }
348
348
 
349
349
  .landscape-legal {
350
- height: 793px;
350
+ height: 736px;
351
351
  }
352
352
 
353
353
  .align-page-bottom {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idevs/corelib",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Extended library for Serenity Framework",
5
5
  "main": "src/index.js",
6
6
  "scripts": {