@seamly/web-ui 18.3.0 → 18.3.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.
@@ -30534,6 +30534,7 @@ const SeamlyIdleDetachCounter = () => {
30534
30534
 
30535
30535
 
30536
30536
 
30537
+
30537
30538
  const SeamlyActivityMonitor = ({
30538
30539
  children
30539
30540
  }) => {
@@ -30569,6 +30570,7 @@ const SeamlyActivityMonitor = ({
30569
30570
  // be fired inside the container on the initial focus event.
30570
30571
 
30571
30572
  return jsxRuntime_module_e("div", {
30573
+ className: css_className('activity-monitor'),
30572
30574
  tabIndex: "-1",
30573
30575
  onMouseDown: onActivityHandler,
30574
30576
  onKeyUp: onActivityHandler,