@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.
@@ -4355,7 +4355,7 @@ class API {
4355
4355
  return {
4356
4356
  clientName: "@seamly/web-ui",
4357
4357
  clientVariant: this.#layoutMode,
4358
- clientVersion: "24.0.0-beta.7",
4358
+ clientVersion: "24.0.0-beta.8",
4359
4359
  currentUrl: window.location.toString(),
4360
4360
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4361
4361
  timezone: getTimeZone(),