@seamly/web-ui 25.1.0-beta.1 → 25.1.0

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.
@@ -14485,7 +14485,7 @@ class API {
14485
14485
  return {
14486
14486
  clientName: "@seamly/web-ui",
14487
14487
  clientVariant: this.#layoutMode,
14488
- clientVersion: "25.1.0-beta.1",
14488
+ clientVersion: "25.1.0",
14489
14489
  currentUrl: window.location.toString(),
14490
14490
  screenResolution: `${window.screen.width}x${window.screen.height}`,
14491
14491
  timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_13__.getTimeZone)(),