@magicx-eng/ai-autocomplete-react 0.17.1 → 0.17.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
@@ -623,15 +623,17 @@ import{buildSubmitResult as Li,cellDay as Oi,cellIso as Mi,DATE_RANGE_META_END a
623
623
  it tracks the grid's bottom edge in every layout). It never moves: the
624
624
  controller toggles data-aia-visible and the only thing that transitions is
625
625
  opacity \u2014 a slow, even second in and the same second out. Any travel read as
626
- the disc sliding with the scroll (2026-09-04). z-index 2 puts it over the
627
- option rows and under the footer (z-index 3). Declarations mirror vanilla's
628
- .magicx-aia-scroll-arrow and Angular's copy \u2014 change all three in the same
629
- commit. */
626
+ the disc sliding with the scroll (2026-09-04). z-index 4 puts it over the
627
+ option rows and the footer (z-index 3), whose opaque fade plate would
628
+ otherwise bury it. Declarations mirror vanilla's .magicx-aia-scroll-arrow
629
+ and Angular's copy \u2014 change all three in the same commit. */
630
630
  .AIAutocompleteDropdown-module_scrollArrow_uUzV0 {
631
631
  position: absolute;
632
632
  left: 50%;
633
633
  bottom: var(--aia-scroll-arrow-bottom, 8px);
634
- z-index: 2;
634
+ /* Above the footer (z-index 3): its fade plate is opaque on desktop and
635
+ would otherwise bury the disc, which sits half over it by design. */
636
+ z-index: 4;
635
637
  display: inline-flex;
636
638
  align-items: center;
637
639
  justify-content: center;