@seamly/web-ui 23.0.3 → 23.0.4

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.
@@ -883,7 +883,7 @@ class API {
883
883
  return {
884
884
  clientName: "@seamly/web-ui",
885
885
  clientVariant: this.#layoutMode,
886
- clientVersion: "23.0.3",
886
+ clientVersion: "23.0.4",
887
887
  currentUrl: window.location.toString(),
888
888
  screenResolution: `${window.screen.width}x${window.screen.height}`,
889
889
  timezone: getTimeZone(),