Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Aug 10, 2018
1 parent 6496d1b commit f2b912a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/react-navs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-navs.min.css

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -25298,6 +25298,10 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen

function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }

var getComponentType = function getComponentType(Component) {
return Component ? _react2.default.createElement(Component, null).type : undefined;
};

var TabContent = (_temp = _class = function (_PureComponent) {
_inherits(TabContent, _PureComponent);

Expand All @@ -25320,7 +25324,7 @@ var TabContent = (_temp = _class = function (_PureComponent) {
className: (0, _classnames2.default)(className, _index2.default.tabContent)
}),
_react2.default.Children.map(children, function (child) {
if (_react2.default.isValidElement(child) && child.type === _TabPane2.default) {
if (_react2.default.isValidElement(child) && child.type === getComponentType(_TabPane2.default)) {
var active = child.props.eventKey === activeKey;

return (0, _react.cloneElement)(child, {
Expand Down Expand Up @@ -26621,4 +26625,4 @@ exports.Section = _Section3.default;
/***/ })

/******/ });
//# sourceMappingURL=bundle.js.map?da3d2f03ebe773f12cb6
//# sourceMappingURL=bundle.js.map?4fb8f4ffa1848784528d
2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?da3d2f03ebe773f12cb6"></script></body>
<script type="text/javascript" src="bundle.js?4fb8f4ffa1848784528d"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/react-navs",
"version": "0.11.2",
"version": "0.11.3",
"description": "Trend Micro Components: React Navs",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit f2b912a

Please sign in to comment.