thinkful-ui
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "thinkful-ui", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.es6", |
@@ -49,6 +49,6 @@ require('./availability_grid.less'); | ||
render() { | ||
let classes = classNames({ | ||
'availability-grid-slot': true, | ||
'selected': this.props.data.selected | ||
}); | ||
let classes = classNames( | ||
'availability-grid-slot', | ||
{'selected': this.props.data.selected} | ||
); | ||
@@ -313,6 +313,6 @@ return ( | ||
let classes = classNames({ | ||
'availability-grid': true, | ||
'availability-grid__disabled': this.props.disabled | ||
}); | ||
let classes = classNames( | ||
'availability-grid', | ||
{'availability-grid__disabled': this.props.disabled} | ||
); | ||
@@ -319,0 +319,0 @@ return ( |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
72905