@seamly/web-ui 24.0.0-beta.7 → 24.0.0-beta.8
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 +2 -4
- 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 +3 -3
|
@@ -4021,7 +4021,7 @@ class API {
|
|
|
4021
4021
|
return {
|
|
4022
4022
|
clientName: "@seamly/web-ui",
|
|
4023
4023
|
clientVariant: this.#layoutMode,
|
|
4024
|
-
clientVersion: "24.0.0-beta.
|
|
4024
|
+
clientVersion: "24.0.0-beta.8",
|
|
4025
4025
|
currentUrl: window.location.toString(),
|
|
4026
4026
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
4027
4027
|
timezone: getTimeZone(),
|
|
@@ -24341,7 +24341,6 @@ const web_ui_namespaceObject = require("@seamly/web-ui");
|
|
|
24341
24341
|
|
|
24342
24342
|
|
|
24343
24343
|
|
|
24344
|
-
|
|
24345
24344
|
const bareApi = {
|
|
24346
24345
|
send: () => {
|
|
24347
24346
|
// do nothing
|
|
@@ -24437,8 +24436,7 @@ const SeamlyStaticCore = ({
|
|
|
24437
24436
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyLiveRegionContext.Provider, {
|
|
24438
24437
|
value: liveMsgRef.current,
|
|
24439
24438
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.ComponentFilter, {
|
|
24440
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(
|
|
24441
|
-
value: () => {},
|
|
24439
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyActivityMonitor, {
|
|
24442
24440
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyFileUpload, {
|
|
24443
24441
|
children: children
|
|
24444
24442
|
})
|