@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.
@@ -839,7 +839,7 @@ class API {
839
839
  return {
840
840
  clientName: "@seamly/web-ui",
841
841
  clientVariant: this.#layoutMode,
842
- clientVersion: "24.0.0-beta.7",
842
+ clientVersion: "24.0.0-beta.8",
843
843
  currentUrl: window.location.toString(),
844
844
  screenResolution: `${window.screen.width}x${window.screen.height}`,
845
845
  timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_10__.getTimeZone)(),