@code.gov/code-gov-style
Advanced tools
Comparing version 1.7.11 to 1.7.12
@@ -59,7 +59,7 @@ (function(){ | ||
get collapsed() { | ||
return this.className.includes("collapsed"); | ||
return this.className.indexOf("collapsed") > -1; | ||
} | ||
get showAll() { | ||
return this.className.includes("showAll"); | ||
return this.className.indexOf("showAll") > -1; | ||
} | ||
@@ -66,0 +66,0 @@ |
@@ -19,7 +19,7 @@ 'use strict'; | ||
get collapsed() { | ||
return this.className.includes("collapsed"); | ||
return this.className.indexOf("collapsed") > -1; | ||
} | ||
get showAll() { | ||
return this.className.includes("showAll"); | ||
return this.className.indexOf("showAll") > -1; | ||
} | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "@code.gov/code-gov-style", | ||
"version": "1.7.11", | ||
"version": "1.7.12", | ||
"description": "Style for code.gov including buttons, banners, and cards. Inspired by and somewhat based on USWDS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
516348