@eclass/ui-kit 1.58.0 → 1.58.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.
@@ -10259,6 +10259,7 @@ const EventsList = ({
10259
10259
  return /* @__PURE__ */ jsxs(Box, {
10260
10260
  className: "eventsList",
10261
10261
  borderTop: border,
10262
+ cursor: onClick ? "pointer" : "default",
10262
10263
  p: "16px",
10263
10264
  display: "flex",
10264
10265
  gap: "12px",