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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +1 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/hooks/useVisibleHeight.js +1 -1
- package/lib/core/hooks/useVisibleHeight.js +1 -1
- package/package.json +1 -1
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.
|
|
19040
|
+
version: '1.19.16',
|
|
19041
19041
|
safeArea: getHeightWithSafeArea(),
|
|
19042
19042
|
dvh: dvhToPx(100),
|
|
19043
19043
|
dvhInPx: getDvhInPx(),
|