@thecb/components 8.4.2 → 8.4.3-beta.0

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.js CHANGED
@@ -41250,6 +41250,8 @@ var EditableTable = function EditableTable(_ref) {
41250
41250
  var TableListItem = function TableListItem(_ref) {
41251
41251
  var title = _ref.title,
41252
41252
  value = _ref.value,
41253
+ _ref$onClick = _ref.onClick,
41254
+ onClick = _ref$onClick === void 0 ? noop : _ref$onClick,
41253
41255
  _ref$canEdit = _ref.canEdit,
41254
41256
  canEdit = _ref$canEdit === void 0 ? false : _ref$canEdit,
41255
41257
  _ref$canRemove = _ref.canRemove,
@@ -41260,7 +41262,8 @@ var TableListItem = function TableListItem(_ref) {
41260
41262
  padding: "0px",
41261
41263
  extraStyles: "&:last-child {\n > * {\n border-bottom: none;\n }\n }\n ".concat(isMobile && borderTopItem && "&:first-child {\n > * {\n border-top: 1px solid ".concat(GHOST_GREY, ";\n }\n }"), "\n ")
41262
41264
  }, /*#__PURE__*/React__default.createElement(ItemWrapper, null, /*#__PURE__*/React__default.createElement(EditableTableListItem, {
41263
- isMobile: isMobile
41265
+ isMobile: isMobile,
41266
+ onClick: onClick
41264
41267
  }, /*#__PURE__*/React__default.createElement(TableItemKey, {
41265
41268
  isMobile: isMobile
41266
41269
  }, /*#__PURE__*/React__default.createElement(Text$1, {