@magicx-eng/ai-autocomplete-react 0.5.1 → 0.5.2

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.mjs CHANGED
@@ -566,7 +566,7 @@ import{forwardRef as zt,useCallback as Te,useEffect as at,useImperativeHandle as
566
566
  align-content: start;
567
567
  justify-content: start;
568
568
  padding: var(--aia-grid-scroll-pad, 0);
569
- max-height: var(--aia-grid-max-height, 200px);
569
+ max-height: var(--aia-grid-max-height, 120px);
570
570
  overflow-y: auto;
571
571
  scrollbar-width: thin;
572
572
  scrollbar-color: var(--aia-scrollbar-thumb, rgba(0, 0, 0, 0.3)) transparent;
@@ -592,7 +592,7 @@ import{forwardRef as zt,useCallback as Te,useEffect as at,useImperativeHandle as
592
592
  left: 0;
593
593
  right: 0;
594
594
  bottom: 0;
595
- height: 50%;
595
+ height: 30%;
596
596
  pointer-events: none;
597
597
  opacity: 0;
598
598
  transition: opacity 150ms ease-out;