shareneus 1.6.82 → 1.6.83

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.
@@ -96,13 +96,13 @@ function GetPartyDetails(Entity, InvoicePDFData) {
96
96
  var _a;
97
97
  return {
98
98
  style: 'tableExample',
99
+ marginBottom: 10,
99
100
  table: {
100
101
  widths: ['*', 'auto', '*'],
101
102
  body: [
102
103
  [{
103
104
  // marginTop: 4,
104
105
  marginLeft: 5,
105
- marginBottom: 20,
106
106
  // stack: [{ text: 'UHID : ' + InvoicePDFData.Customer.Code, style: ['headerstyle'] },
107
107
  // { text: 'Name : ' + InvoicePDFData.Customer.Name, style: ['headerstyle'] },
108
108
  // { text: 'Doctor : ' + InvoicePDFData.Name, style: ['headerstyle'] }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.82",
3
+ "version": "1.6.83",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",