x-ui-design 0.8.27 → 0.8.29

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 CHANGED
@@ -2676,7 +2676,6 @@ const usePosition = ({
2676
2676
  useEffect(() => {
2677
2677
  if (!isOpen) return;
2678
2678
  const _dropdownPosition = () => dropdownPosition();
2679
- console.log(_dropdownPosition);
2680
2679
  _dropdownPosition();
2681
2680
  const controller = new AbortController();
2682
2681
  const scrollableParents = getScrollParent(triggerRef.current, true);
@@ -5602,6 +5601,7 @@ const Popover = ({
5602
5601
  if (! /*#__PURE__*/isValidElement(child)) {
5603
5602
  child = /*#__PURE__*/React.createElement("div", null, child);
5604
5603
  }
5604
+ console.log(index);
5605
5605
  return /*#__PURE__*/cloneElement(child, {
5606
5606
  key: index,
5607
5607
  ...(index === 0 ? {