ats-form-react-pdf-stylesheet 6.1.2 → 6.1.3

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -166,7 +166,7 @@ const resolveBorderShorthand = (key, value, container) => {
166
166
  const color = colorMatch ? transformColor(colorMatch) : undefined;
167
167
  const width = typeof widthMatch !== 'undefined'
168
168
  ? transformUnit(container, widthMatch)
169
- : undefined;
169
+ : 0;
170
170
  if (key.match(/(Top|Right|Bottom|Left)$/)) {
171
171
  return {
172
172
  [`${key}Color`]: color,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ats-form-react-pdf-stylesheet",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "license": "MIT",
5
5
  "description": "A styles engine for Node and the browser",
6
6
  "author": "Diego Muracciole <diegomuracciole@gmail.com>",