@seamly/web-ui 21.0.2-beta.5 → 21.0.2-beta.7
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 -2
- 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/src/javascripts/style-guide/components/links.js +3 -2
|
@@ -7211,7 +7211,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_layoutMode = n
|
|
|
7211
7211
|
return {
|
|
7212
7212
|
clientName: "@seamly/web-ui",
|
|
7213
7213
|
clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
|
|
7214
|
-
clientVersion: "21.0.
|
|
7214
|
+
clientVersion: "21.0.2-beta.7",
|
|
7215
7215
|
currentUrl: window.location.toString(),
|
|
7216
7216
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
7217
7217
|
timezone: getTimeZone(),
|
|
@@ -24388,7 +24388,7 @@ const StyleGuideLinks = ({
|
|
|
24388
24388
|
e.preventDefault();
|
|
24389
24389
|
if (layoutMode === 'inline') {
|
|
24390
24390
|
window.scroll({
|
|
24391
|
-
top: document.querySelector('.
|
|
24391
|
+
top: document.querySelector('.chat-inline').offsetTop,
|
|
24392
24392
|
behavior: 'smooth'
|
|
24393
24393
|
});
|
|
24394
24394
|
}
|