@luscii-healthtech/web-ui 30.9.0 → 30.9.1

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.
@@ -6806,7 +6806,10 @@ const HoverIndicatorControl = (_a) => {
6806
6806
  return React__namespace.default.createElement(
6807
6807
  HoverIndicatorControlContext.Provider,
6808
6808
  { value: { indicator, disabled } },
6809
- React__namespace.default.createElement(Box, Object.assign({ as, className: classNames__default.default(className, "ui-group") }, boxProps))
6809
+ React__namespace.default.createElement(Box, Object.assign({ as, className: classNames__default.default(className, "ui-group", {
6810
+ "ui-cursor-pointer": !disabled,
6811
+ "ui-cursor-default": disabled
6812
+ }) }, boxProps))
6810
6813
  );
6811
6814
  };
6812
6815
  const Indicator = () => {