@luscii-healthtech/web-ui 27.8.3 → 27.8.4

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.
@@ -6062,7 +6062,7 @@ const TimelineCard = ({ title, subtitle, icon, statusText, state = "default", di
6062
6062
  React__namespace.default.createElement(
6063
6063
  Card,
6064
6064
  { as: onClick ? "button" : "div", className: classNames__default.default("ui-w-full ui-border ui-border-slate-100", {
6065
- "hover:ui-border-slate-200 focus:ui-border-blue-800 focus:ui-outline-primary": onClick
6065
+ "ui-text-start hover:ui-border-slate-200 focus:ui-border-blue-800 focus:ui-outline-primary": onClick
6066
6066
  }), padding: false, elevation: state === "highlighted" ? "medium" : "surface", onClick, disabled },
6067
6067
  React__namespace.default.createElement(
6068
6068
  Box,