x-ui-design 0.8.19 → 0.8.20
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.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/lib/hooks/usePosition.ts +2 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2694,6 +2694,10 @@ const usePosition = ({
|
|
|
2694
2694
|
controller.abort();
|
|
2695
2695
|
};
|
|
2696
2696
|
}, [isOpen, triggerRef, getPopupContainer, dropdownPosition]);
|
|
2697
|
+
console.info({
|
|
2698
|
+
showPlacement,
|
|
2699
|
+
_dropdownPosition
|
|
2700
|
+
});
|
|
2697
2701
|
return useMemo(() => ({
|
|
2698
2702
|
showPlacement,
|
|
2699
2703
|
dropdownPosition: {
|