@react-pdf/stylesheet
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -500,3 +500,3 @@ import { compose, castArray } from '@react-pdf/fns'; | ||
const parse = transformString => { | ||
const transforms = transformString.trim().split(/\) |\)/); | ||
const transforms = transformString.trim().split(/\)[ ,]|\)/); | ||
@@ -515,3 +515,3 @@ // Handle "initial", "inherit", "unset". | ||
parsed.push({ | ||
operation: name, | ||
operation: name.trim(), | ||
value | ||
@@ -518,0 +518,0 @@ }); |
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A styles engine for Node and the browser", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20665