ui-kit-ck-consultant 0.5.164 → 0.5.165

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.
@@ -728,7 +728,8 @@ var Th = /*#__PURE__*/function (_React$Component) {
728
728
  }, /*#__PURE__*/React.createElement("span", {
729
729
  style: !this.props.sort ? {
730
730
  margin: 'auto'
731
- } : {}
731
+ } : {},
732
+ dangerouslySetInnerHTML: this.props.dangerouslySetInnerHTML
732
733
  }, this.props.children), this.props.sort ? this.getSortButton() : ''));
733
734
  };
734
735
 
@@ -753,7 +754,8 @@ var Td = /*#__PURE__*/function (_React$Component) {
753
754
  rowSpan: this.props.rowSpan,
754
755
  colSpan: this.props.colSpan,
755
756
  className: tdClass,
756
- style: this.props.style
757
+ style: this.props.style,
758
+ dangerouslySetInnerHTML: this.props.dangerouslySetInnerHTML
757
759
  }, this.props.children);
758
760
  };
759
761