@seamly/web-ui 21.0.5-beta.3 → 21.0.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.
- 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 +1 -1
- package/build/dist/lib/style-guide.min.js +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/build/dist/lib/utils.js
CHANGED
|
@@ -23502,7 +23502,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_layoutMode = n
|
|
|
23502
23502
|
return {
|
|
23503
23503
|
clientName: "@seamly/web-ui",
|
|
23504
23504
|
clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
|
|
23505
|
-
clientVersion: "21.0.
|
|
23505
|
+
clientVersion: "21.0.5",
|
|
23506
23506
|
currentUrl: window.location.toString(),
|
|
23507
23507
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
23508
23508
|
timezone: getTimeZone(),
|