@luscii-healthtech/web-ui 33.1.0 → 33.2.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.
@@ -3913,8 +3913,8 @@ function TableBody(props) {
3913
3913
  },
3914
3914
  props.isSelectable && React__namespace.default.createElement(
3915
3915
  "td",
3916
- { className: "ui-px-2 first:ui-pl-6 last:ui-pr-6" },
3917
- React__namespace.default.createElement(Checkbox, { isChecked: isItemChecked(index), onClick: (event) => event.stopPropagation(), onChange: (event) => {
3916
+ { className: "ui-px-0" },
3917
+ React__namespace.default.createElement(Checkbox, { className: "ui-ml-4 ui-w-fit", classNameCheckboxLabel: "ui-p-2", isChecked: isItemChecked(index), onClick: (event) => event.stopPropagation(), onChange: (event) => {
3918
3918
  var _a2;
3919
3919
  event.stopPropagation();
3920
3920
  (_a2 = props.onSelectRow) === null || _a2 === void 0 ? void 0 : _a2.call(props, {