Comparing version 0.2.23 to 0.2.24
@@ -24,4 +24,4 @@ /********************************************************************* | ||
var numberRegEx = /^[\-+]?[0-9]*\.[0-9]+$/; | ||
var lengthRegEx = /^(0|[\-+]?[0-9]?\.?[0-9]+(in|cm|em|mm|pt|pc|px))$/; | ||
var percentRegEx = /^[\-+]?[0-9]?\.?[0-9]+%$/; | ||
var lengthRegEx = /^(0|[\-+]?[0-9]*\.?[0-9]+(in|cm|em|mm|pt|pc|px))$/; | ||
var percentRegEx = /^[\-+]?[0-9]*\.?[0-9]+%$/; | ||
var urlRegEx = /^url\(\s*([^\)]*)\s*\)$/; | ||
@@ -32,3 +32,3 @@ var stringRegEx = /^("[^"]*"|'[^']*')$/; | ||
var colorRegEx3 = /^rgba\(([^\)]*)\)$/; | ||
var angleRegEx = /^([\-+]?[0-9]?\.?[0-9]+)(deg|grad|rad)$/; | ||
var angleRegEx = /^([\-+]?[0-9]*\.?[0-9]+)(deg|grad|rad)$/; | ||
/*jslint regexp: false*/ | ||
@@ -35,0 +35,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["CSS", "CSSStyleDeclaration", "StyleSheet"], | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"homepage": "https://github.com/chad3814/CSSStyleDeclaration", | ||
@@ -8,0 +8,0 @@ "maintainers": [{ |
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