@luscii-healthtech/web-ui 2.24.0 → 2.24.2

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.
@@ -2433,7 +2433,7 @@ var Checkbox = function Checkbox(_ref) {
2433
2433
  className: containerClassName,
2434
2434
  "data-test-id": "checkbox"
2435
2435
  }, /*#__PURE__*/React__default.createElement("label", {
2436
- className: "cweb-checkbox-label",
2436
+ className: "relative overflow-hidden cweb-checkbox-label",
2437
2437
  "data-test-id": "checkbox-label",
2438
2438
  onClick: function onClick(e) {
2439
2439
  return e.stopPropagation();