@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
|
@@ -4355,7 +4355,7 @@ class API {
|
|
|
4355
4355
|
return {
|
|
4356
4356
|
clientName: "@seamly/web-ui",
|
|
4357
4357
|
clientVariant: this.#layoutMode,
|
|
4358
|
-
clientVersion: "24.0.0-beta.
|
|
4358
|
+
clientVersion: "24.0.0-beta.8",
|
|
4359
4359
|
currentUrl: window.location.toString(),
|
|
4360
4360
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
4361
4361
|
timezone: getTimeZone(),
|