shareneus 1.4.81 → 1.4.82

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.
@@ -682,6 +682,7 @@ export declare class SharedPDFService {
682
682
  }[];
683
683
  };
684
684
  static GetInvSignatures(CName: any, isCounterSale: boolean): {
685
+ marginTop: number;
685
686
  columns: {
686
687
  stack: ({
687
688
  text: {
@@ -2256,6 +2256,7 @@ class SharedPDFService {
2256
2256
  }
2257
2257
  static GetInvSignatures(CName, isCounterSale) {
2258
2258
  return {
2259
+ marginTop: 3,
2259
2260
  columns: [{
2260
2261
  stack: [
2261
2262
  { text: this.CompanyName(CName), alignment: 'right' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.81",
3
+ "version": "1.4.82",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",