@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.
@@ -4306,7 +4306,7 @@ class API {
4306
4306
  return {
4307
4307
  clientName: "@seamly/web-ui",
4308
4308
  clientVariant: this.#layoutMode,
4309
- clientVersion: "24.0.0-beta.7",
4309
+ clientVersion: "24.0.0-beta.8",
4310
4310
  currentUrl: window.location.toString(),
4311
4311
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4312
4312
  timezone: getTimeZone(),