@seamly/web-ui 24.0.0-beta.7 → 24.0.0-beta.8

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.
@@ -4021,7 +4021,7 @@ class API {
4021
4021
  return {
4022
4022
  clientName: "@seamly/web-ui",
4023
4023
  clientVariant: this.#layoutMode,
4024
- clientVersion: "24.0.0-beta.7",
4024
+ clientVersion: "24.0.0-beta.8",
4025
4025
  currentUrl: window.location.toString(),
4026
4026
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4027
4027
  timezone: getTimeZone(),
@@ -24341,7 +24341,6 @@ const web_ui_namespaceObject = require("@seamly/web-ui");
24341
24341
 
24342
24342
 
24343
24343
 
24344
-
24345
24344
  const bareApi = {
24346
24345
  send: () => {
24347
24346
  // do nothing
@@ -24437,8 +24436,7 @@ const SeamlyStaticCore = ({
24437
24436
  children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyLiveRegionContext.Provider, {
24438
24437
  value: liveMsgRef.current,
24439
24438
  children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.ComponentFilter, {
24440
- children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(seamly_activity_event_context.Provider, {
24441
- value: () => {},
24439
+ children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyActivityMonitor, {
24442
24440
  children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyFileUpload, {
24443
24441
  children: children
24444
24442
  })