shareneus 1.4.68 → 1.4.69

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.
@@ -789,7 +789,7 @@ class HCInvoiceprintService {
789
789
  return {
790
790
  // lineHeight: 0.7,
791
791
  fontSize: 9,
792
- marginTop: 5,
792
+ marginTop: 3,
793
793
  marginBottom: 5,
794
794
  table: {
795
795
  widths: ['*', 'auto'],
@@ -1361,7 +1361,7 @@ class SharedPDFService {
1361
1361
  return {
1362
1362
  style: 'tableExample',
1363
1363
  table: {
1364
- widths: [50, '*', 50, 50],
1364
+ widths: [50, 65, 50, 50],
1365
1365
  headerRows: 1,
1366
1366
  body: this.CreateHSNTaxTable1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1367
1367
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.68",
3
+ "version": "1.4.69",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",