x-ui-design 0.8.21 → 0.8.22

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.
@@ -81,8 +81,6 @@ export const usePosition = ({
81
81
  return {};
82
82
  }
83
83
 
84
- debugger
85
-
86
84
  const inputRect = triggerRef.current?.getBoundingClientRect();
87
85
  const dropdownHeight = popupRef.current?.offsetHeight || (popupRef.current?.offsetHeight || 0);
88
86
  const containerRect = (getPopupContainer || getScrollParent(triggerRef.current, true) || document.body).getBoundingClientRect();
@@ -119,6 +117,10 @@ export const usePosition = ({
119
117
  })
120
118
  }
121
119
  } else {
120
+ console.info({
121
+ _shouldShowAbove
122
+ });
123
+
122
124
  setDropdownPosition({
123
125
  top:
124
126
  (_shouldShowAbove
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-ui-design",
3
- "version": "0.8.21",
3
+ "version": "0.8.22",
4
4
  "license": "ISC",
5
5
  "author": "Gabriel Boyajyan",
6
6
  "main": "dist/index.js",