ywana-core8 0.0.363 → 0.0.364

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.
@@ -5899,10 +5899,13 @@ var TableEditor = function TableEditor(props) {
5899
5899
  id: "actions"
5900
5900
  });
5901
5901
  var groupSize = groups[groupName].length;
5902
+ var title = /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement("span", {
5903
+ className: "size"
5904
+ }, groupSize), renderGroupLabel(groupName));
5902
5905
  return /*#__PURE__*/React.createElement(Fragment, {
5903
5906
  key: groupName
5904
5907
  }, /*#__PURE__*/React.createElement(Header, {
5905
- title: renderGroupLabel(groupName)
5908
+ title: title
5906
5909
  }, /*#__PURE__*/React.createElement("span", {
5907
5910
  className: "size"
5908
5911
  }, groupSize)), /*#__PURE__*/React.createElement(DataTable, _extends({}, table, {