@seamly/web-ui 23.0.1 → 23.0.2
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.
- package/build/dist/lib/index.debug.js +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +1 -1
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/style-guide.js +12 -11
- package/build/dist/lib/style-guide.js.map +1 -1
- package/build/dist/lib/style-guide.min.js +1 -1
- package/build/dist/lib/style-guide.min.js.map +1 -1
- package/build/dist/lib/utils.js +1 -1
- package/build/dist/lib/utils.min.js +1 -1
- package/package.json +1 -1
- package/src/javascripts/style-guide/components/static-core.tsx +15 -15
- package/src/javascripts/style-guide/components/view.tsx +1 -1
|
@@ -5394,7 +5394,7 @@ class API {
|
|
|
5394
5394
|
return {
|
|
5395
5395
|
clientName: "@seamly/web-ui",
|
|
5396
5396
|
clientVariant: this.#layoutMode,
|
|
5397
|
-
clientVersion: "23.0.
|
|
5397
|
+
clientVersion: "23.0.2",
|
|
5398
5398
|
currentUrl: window.location.toString(),
|
|
5399
5399
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
5400
5400
|
timezone: getTimeZone(),
|
|
@@ -25606,8 +25606,6 @@ const StyleGuideLinks = ({
|
|
|
25606
25606
|
});
|
|
25607
25607
|
};
|
|
25608
25608
|
/* harmony default export */ const links = (StyleGuideLinks);
|
|
25609
|
-
;// CONCATENATED MODULE: external "@seamly/web-ui"
|
|
25610
|
-
const web_ui_namespaceObject = require("@seamly/web-ui");
|
|
25611
25609
|
;// CONCATENATED MODULE: ./src/javascripts/style-guide/components/static-core.tsx
|
|
25612
25610
|
|
|
25613
25611
|
|
|
@@ -25623,6 +25621,9 @@ const web_ui_namespaceObject = require("@seamly/web-ui");
|
|
|
25623
25621
|
|
|
25624
25622
|
|
|
25625
25623
|
|
|
25624
|
+
|
|
25625
|
+
|
|
25626
|
+
|
|
25626
25627
|
const bareApi = {
|
|
25627
25628
|
send: () => {
|
|
25628
25629
|
// do nothing
|
|
@@ -25728,15 +25729,15 @@ const SeamlyStaticCore = ({
|
|
|
25728
25729
|
});
|
|
25729
25730
|
return newStore;
|
|
25730
25731
|
}, [participants, state, translations]);
|
|
25731
|
-
return state && /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25732
|
+
return state && /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(Provider_default, {
|
|
25732
25733
|
store: store,
|
|
25733
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25734
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(SeamlyEventBusContext.Provider, {
|
|
25734
25735
|
value: eventBusRef.current,
|
|
25735
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25736
|
-
value:
|
|
25737
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25738
|
-
value:
|
|
25739
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25736
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(SeamlyApiContext.Provider, {
|
|
25737
|
+
value: bareApi,
|
|
25738
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(SeamlyLiveRegionContext.Provider, {
|
|
25739
|
+
value: liveMsgRef.current,
|
|
25740
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(component_filter, {
|
|
25740
25741
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(seamly_activity_monitor, {
|
|
25741
25742
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(seamly_file_upload, {
|
|
25742
25743
|
children: children
|
|
@@ -25792,7 +25793,7 @@ const StyleGuideView = ({
|
|
|
25792
25793
|
state: state,
|
|
25793
25794
|
translations: translations,
|
|
25794
25795
|
participants: participants,
|
|
25795
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
25796
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(view, {})
|
|
25796
25797
|
});
|
|
25797
25798
|
};
|
|
25798
25799
|
/* harmony default export */ const components_view = (StyleGuideView);
|