shareneus 1.6.85 → 1.6.86

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.
@@ -136,10 +136,10 @@ function GetPartyDetails(Entity, InvoicePDFData) {
136
136
  function HeaderLayOut() {
137
137
  return {
138
138
  hLineWidth: function (i, node) {
139
- return (i === 0 || i === 1 || i === node.table.body.length) ? 1 : 0;
139
+ return (i === 0 || i === 1 || i === node.table.body.length) ? BORDER_WIDTH : 0;
140
140
  },
141
141
  vLineWidth: function (i, node) {
142
- return (i === 0 || i === node.table.widths.length) ? 1 : 0;
142
+ return (i === 0 || i === node.table.widths.length) ? BORDER_WIDTH : 0;
143
143
  },
144
144
  // hLineStyle: function (i, node) {
145
145
  // return (i === 0 || i === 1) ? { dash: { length: 5, space: 5 } } : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.85",
3
+ "version": "1.6.86",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",