primereact 9.6.2 → 9.6.3

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.
@@ -19970,11 +19970,12 @@ var BodyCell = /*#__PURE__*/React.memo(function (props) {
19970
19970
  props: props.tableProps
19971
19971
  }) : true;
19972
19972
  var rowReorderIconClassName = 'p-datatable-reorderablerow-handle';
19973
- var rowReorderIconProps = mergeProps({
19973
+ var rowReorderIcon = getColumnProp('rowReorderIcon') || /*#__PURE__*/React.createElement(BarsIcon, {
19974
19974
  className: rowReorderIconClassName
19975
- }, getColumnProp('rowReorderIcon'));
19976
- var rowReorderIcon = getColumnProp('rowReorderIcon') || /*#__PURE__*/React.createElement(BarsIcon, rowReorderIconProps);
19977
- content = showReorder && IconUtils.getJSXIcon(rowReorderIcon, _objectSpread$10({}, rowReorderIconProps), {
19975
+ });
19976
+ content = showReorder && IconUtils.getJSXIcon(rowReorderIcon, {
19977
+ className: rowReorderIconClassName
19978
+ }, {
19978
19979
  props: props
19979
19980
  });
19980
19981
  } else if (expander) {