@thairath/tr-design-system 0.2.14 → 0.2.15

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.cjs CHANGED
@@ -5585,11 +5585,13 @@ var CardArticle = _ref => {
5585
5585
  category,
5586
5586
  categoryColor,
5587
5587
  datetime,
5588
- className
5588
+ className,
5589
+ onClick
5589
5590
  } = _ref;
5590
5591
  return /*#__PURE__*/React.createElement(TRO_Card, {
5591
5592
  variant: variant,
5592
- className: className ? className : ''
5593
+ className: className ? className : '',
5594
+ onClick: onClick
5593
5595
  }, thumbnail && /*#__PURE__*/React.createElement(TRO_CardThumbnail, {
5594
5596
  className: "tro--card--thumbnail"
5595
5597
  }, /*#__PURE__*/React.createElement("a", {