@brightleaf/elements
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -29,3 +29,4 @@ "use strict"; | ||
isDisabled = _ref.isDisabled, | ||
children = _ref.children; | ||
children = _ref.children, | ||
title = _ref.title; | ||
@@ -32,0 +33,0 @@ var _useToggle = (0, _.useToggle)(false), |
@@ -288,2 +288,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Loader", { | ||
enumerable: true, | ||
get: function get() { | ||
return _loader.Loader; | ||
} | ||
}); | ||
Object.defineProperty(exports, "MediaContent", { | ||
@@ -684,2 +690,4 @@ enumerable: true, | ||
var _loader = require("./loader"); | ||
var _mediaObject = require("./media-object"); | ||
@@ -686,0 +694,0 @@ |
@@ -30,3 +30,4 @@ "use strict"; | ||
var children = _ref.children, | ||
className = _ref.className; | ||
className = _ref.className, | ||
isStatic = _ref.isStatic; | ||
@@ -39,3 +40,4 @@ var _useToggle = (0, _modal.useToggle)(false), | ||
return _react.default.createElement("div", { | ||
className: (0, _classnames.default)('navigation-view', 'is-static', className, { | ||
className: (0, _classnames.default)('navigation-view', className, { | ||
'is-static': isStatic, | ||
'is-active': isActive | ||
@@ -64,5 +66,9 @@ }) | ||
NavigationView.propTypes = { | ||
className: _propTypes.default.string | ||
className: _propTypes.default.string, | ||
isStatic: _propTypes.default.bool | ||
}; | ||
NavigationView.defaultProps = { | ||
isStatic: true | ||
}; | ||
var _default = NavigationView; | ||
exports.default = _default; |
{ | ||
"name": "@brightleaf/elements", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "React UI elements styled with Bulma CSS", | ||
@@ -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
324325
126
7210