@brightleaf/elements
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -10,8 +10,11 @@ "use strict"; | ||
var _classnames = _interopRequireDefault(require("classnames")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var Section = function Section(_ref) { | ||
var children = _ref.children; | ||
var children = _ref.children, | ||
className = _ref.className; | ||
return _react.default.createElement("section", { | ||
className: "section" | ||
className: (0, _classnames.default)('section', className) | ||
}, children); | ||
@@ -18,0 +21,0 @@ }; |
{ | ||
"name": "@brightleaf/elements", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "UI elements", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
196785
4757