ywana-core8 0.0.268 → 0.0.269

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1515,6 +1515,7 @@
1515
1515
  columns = _props$columns2 === void 0 ? [] : _props$columns2,
1516
1516
  onSelect = props.onSelect,
1517
1517
  editable = props.editable;
1518
+ var className = row.className;
1518
1519
 
1519
1520
  var _useState2 = React.useState(false),
1520
1521
  isInfoOpen = _useState2[0],
@@ -1522,6 +1523,7 @@
1522
1523
 
1523
1524
  var infoIcon = isInfoOpen ? 'expand_more' : 'expand_less';
1524
1525
  return /*#__PURE__*/React__default["default"].createElement(React.Fragment, null, /*#__PURE__*/React__default["default"].createElement("tr", {
1526
+ className: className,
1525
1527
  onClick: function onClick(ev) {
1526
1528
  return onSelect(row, ev);
1527
1529
  }