@seamly/web-ui 23.0.3 → 23.0.4-beta.1

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.
@@ -5394,7 +5394,7 @@ class API {
5394
5394
  return {
5395
5395
  clientName: "@seamly/web-ui",
5396
5396
  clientVariant: this.#layoutMode,
5397
- clientVersion: "23.0.3",
5397
+ clientVersion: "23.0.4-beta.1",
5398
5398
  currentUrl: window.location.toString(),
5399
5399
  screenResolution: `${window.screen.width}x${window.screen.height}`,
5400
5400
  timezone: getTimeZone(),
@@ -25790,7 +25790,7 @@ const StyleGuideView = ({
25790
25790
  state: state,
25791
25791
  translations: translations,
25792
25792
  participants: participants,
25793
- children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(view, {})
25793
+ children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.View, {})
25794
25794
  });
25795
25795
  };
25796
25796
  /* harmony default export */ const components_view = (StyleGuideView);