@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
|
@@ -5723,7 +5723,7 @@ class API {
|
|
|
5723
5723
|
return {
|
|
5724
5724
|
clientName: "@seamly/web-ui",
|
|
5725
5725
|
clientVariant: this.#layoutMode,
|
|
5726
|
-
clientVersion: "23.0.
|
|
5726
|
+
clientVersion: "23.0.2",
|
|
5727
5727
|
currentUrl: window.location.toString(),
|
|
5728
5728
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
5729
5729
|
timezone: getTimeZone(),
|