pb-sxp-ui 1.19.15 → 1.19.16

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/dist/index.js CHANGED
@@ -19037,7 +19037,7 @@ const useVisibleHeight = () => {
19037
19037
  screenHeight: window.screen.height,
19038
19038
  bodyHeight: (_b = document === null || document === void 0 ? void 0 : document.body) === null || _b === void 0 ? void 0 : _b.clientHeight,
19039
19039
  agent: navigator.userAgent,
19040
- version: '1.19.14',
19040
+ version: '1.19.16',
19041
19041
  safeArea: getHeightWithSafeArea(),
19042
19042
  dvh: dvhToPx(100),
19043
19043
  dvhInPx: getDvhInPx(),