primereact 10.2.0 → 10.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primereact",
3
- "version": "10.2.0",
3
+ "version": "10.2.1",
4
4
  "private": false,
5
5
  "author": "PrimeTek Informatics",
6
6
  "description": "PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.",
@@ -50579,7 +50579,7 @@ var TreeTableHeader = /*#__PURE__*/React__namespace.memo(function (props) {
50579
50579
  var headerContentProps = mergeProps({
50580
50580
  className: cx('headerContent')
50581
50581
  }, getColumnPTOptions('headerContent'));
50582
- var header = /*#__PURE__*/React__namespace.createElement("div", headerContentProps, header, title, sortIconElement, sortBadge, filterElement);
50582
+ var header = /*#__PURE__*/React__namespace.createElement("div", headerContentProps, title, sortIconElement, sortBadge, filterElement);
50583
50583
  return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, {
50584
50584
  key: column.columnKey || column.field || options.index
50585
50585
  }, /*#__PURE__*/React__namespace.createElement("th", _extends({