cf-component-card
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -28,3 +28,3 @@ "use strict"; | ||
return _react2.default.createElement( | ||
"div", | ||
"section", | ||
{ className: "cf-card" }, | ||
@@ -31,0 +31,0 @@ this.props.children |
@@ -29,3 +29,3 @@ 'use strict'; | ||
'div', | ||
{ className: 'cf-card__section cf-card__section-' + this.props.status }, | ||
{ className: 'cf-card__section cf-card__section--' + this.props.status }, | ||
this.props.children | ||
@@ -32,0 +32,0 @@ ); |
{ | ||
"name": "cf-component-card", | ||
"description": "CloudFlare Card Component", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
24303