shareneus 1.6.90 → 1.6.91

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.
@@ -97,7 +97,7 @@ function GetPartyDetails(PrintConfig, InvoicePDFData) {
97
97
  var _a, _b;
98
98
  return {
99
99
  style: 'tableExample',
100
- marginBottom: 7,
100
+ marginBottom: 4,
101
101
  table: {
102
102
  widths: ['*', 'auto', '*'],
103
103
  body: [
@@ -146,10 +146,10 @@ function HeaderLayOut() {
146
146
  // return (i === 0 || i === 1) ? { dash: { length: 5, space: 5 } } : null;
147
147
  // },
148
148
  hLineColor: function (i, node) {
149
- return 'gray';
149
+ return TABLE_BORDER_COLOR;
150
150
  },
151
151
  vLineColor: function (i, node) {
152
- return 'gray';
152
+ return TABLE_BORDER_COLOR;
153
153
  },
154
154
  };
155
155
  }
@@ -179,11 +179,11 @@ function buildSignatureSection(PrintConfig, invoiceData, availableWidth) {
179
179
  { width: '*', text: '' },
180
180
  { width: '*', text: `For ${companyName || ''}`.trim(), fontSize: 9, bold: true, color: '#111827', alignment: 'right' }
181
181
  ],
182
- margin: [0, 12, 0, 0]
182
+ margin: [0, 8, 0, 0]
183
183
  },
184
184
  {
185
185
  text: '',
186
- margin: [0, 18, 0, 0]
186
+ margin: [0, 10, 0, 0]
187
187
  },
188
188
  {
189
189
  columns: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.90",
3
+ "version": "1.6.91",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",