react-bootstrap-table-next
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -43,2 +43,4 @@ 'use strict'; | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -100,2 +102,3 @@ | ||
classes = _props2.classes, | ||
bootstrap4 = _props2.bootstrap4, | ||
striped = _props2.striped, | ||
@@ -118,8 +121,7 @@ hover = _props2.hover, | ||
var tableClass = (0, _classnames2.default)('table', { | ||
var tableClass = (0, _classnames2.default)('table', _defineProperty({ | ||
'table-striped': striped, | ||
'table-hover': hover, | ||
'table-bordered': bordered, | ||
'table-condensed': condensed | ||
}, classes); | ||
'table-bordered': bordered | ||
}, bootstrap4 ? 'table-sm' : 'table-condensed', condensed), classes); | ||
@@ -126,0 +128,0 @@ var tableCaption = caption && _react2.default.createElement( |
{ | ||
"name": "react-bootstrap-table-next", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Next generation of react-bootstrap-table", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
802690
9408