@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.
- package/build/dist/lib/index.debug.js +6 -6
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +10 -10
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +2 -0
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/style-guide.js +3 -5
- package/build/dist/lib/style-guide.min.js +1 -1
- package/package.json +2 -1
- package/src/javascripts/ui/components/core/seamly-activity-monitor.js +2 -0
- package/webpack/config.site.js +6 -0
- package/CHANGELOG.md +0 -573
|
@@ -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,
|