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.cjs CHANGED
@@ -19059,7 +19059,7 @@ const useVisibleHeight = () => {
19059
19059
  screenHeight: window.screen.height,
19060
19060
  bodyHeight: (_b = document === null || document === void 0 ? void 0 : document.body) === null || _b === void 0 ? void 0 : _b.clientHeight,
19061
19061
  agent: navigator.userAgent,
19062
- version: '1.19.14',
19062
+ version: '1.19.16',
19063
19063
  safeArea: getHeightWithSafeArea(),
19064
19064
  dvh: dvhToPx(100),
19065
19065
  dvhInPx: getDvhInPx(),