pb-sxp-ui 1.19.12 → 1.19.13
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/components/SxpPageRender/index.js +1 -1
- package/lib/core/components/SxpPageRender/index.js +1 -1
- package/package.json +1 -1
package/dist/pb-ui.js
CHANGED
|
@@ -19257,7 +19257,7 @@ Made in Italy` })));
|
|
|
19257
19257
|
};
|
|
19258
19258
|
const height = React.useMemo(() => {
|
|
19259
19259
|
return visibleHeight - minusHeight - tagHeight - getHeightWithSafeArea2();
|
|
19260
|
-
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2]);
|
|
19260
|
+
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2, containerHeight]);
|
|
19261
19261
|
const visList = React.useMemo(() => {
|
|
19262
19262
|
var _a;
|
|
19263
19263
|
const list = activeIndex === 0 && !waterFallData && !isEditor && !isDiyH5
|