@orfium/ictinus 4.13.0 → 4.14.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.
@@ -187,7 +187,8 @@ function Table(_ref) {
187
187
  return id;
188
188
  }));
189
189
  }
190
- }
190
+ },
191
+ filled: false
191
192
  })), (0, _react2.jsx)(_TableCell["default"], {
192
193
  padded: padded,
193
194
  dataTestIdPrefix: dataTestIdPrefix,
@@ -83,7 +83,8 @@ var RenderRowWithCells = /*#__PURE__*/React.memo(function (_ref) {
83
83
  }, (0, _react2.jsx)(_CheckBox["default"], {
84
84
  dataTestIdSuffix: 'row-check',
85
85
  checked: isRowSelected,
86
- onClick: tChange
86
+ onClick: tChange,
87
+ filled: false
87
88
  }))), (_row$cells2 = row.cells) == null ? void 0 : _row$cells2.map(function (_ref2, index) {
88
89
  var content = _ref2.content,
89
90
  tooltipContent = _ref2.tooltipContent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",