@seamly/web-ui 25.2.0-beta.2 → 25.2.0
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.js.map +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +1 -1
- package/build/dist/lib/index.js.map +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -14591,7 +14591,7 @@ class API {
|
|
|
14591
14591
|
return {
|
|
14592
14592
|
clientName: "@seamly/web-ui",
|
|
14593
14593
|
clientVariant: this.#layoutMode,
|
|
14594
|
-
clientVersion: "25.2.0
|
|
14594
|
+
clientVersion: "25.2.0",
|
|
14595
14595
|
currentUrl: window.location.toString(),
|
|
14596
14596
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
14597
14597
|
timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_13__.getTimeZone)(),
|