@seamly/web-ui 24.0.0-beta.4 → 24.0.0-beta.5

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.
@@ -4003,7 +4003,7 @@ class API {
4003
4003
  return {
4004
4004
  clientName: "@seamly/web-ui",
4005
4005
  clientVariant: this.#layoutMode,
4006
- clientVersion: "24.0.0-beta.4",
4006
+ clientVersion: "23.0.6",
4007
4007
  currentUrl: window.location.toString(),
4008
4008
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4009
4009
  timezone: getTimeZone(),
@@ -24346,7 +24346,7 @@ const SeamlyStaticCore = ({
24346
24346
  const {
24347
24347
  translations: initialTranslations,
24348
24348
  interrupt: initialInterrupt,
24349
- config: initialConfig = {},
24349
+ config: initialConfig,
24350
24350
  visibility: initialVisibility,
24351
24351
  ...initialState
24352
24352
  } = state || {};