Skip to content

@zag-js/focus-visible@1.43.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:19
· 2 commits to main since this release
5c4fc40

Patch Changes

  • 96f21cd Thanks
    @segunadebayo! - Fix keyboard navigation clearing or moving the highlighted item
    while the mouse rests over scrollable content. Scrolling the item into view moved the content under the cursor, and
    the resulting pointerleave (or pointermove in Safari) was treated as a real hover.

    Fix the interaction modality being reported as pointer when content scrolls under a resting cursor. Safari emits
    move events at an unchanged position in that case.

  • 11926f0 Thanks
    @segunadebayo! - Fix trackFocusVisible() classifying pointer focus as virtual
    when activating a label briefly moves focus to an overlay container. Clicking a checkbox, radio or switch label added
    data-focus-visible to the control.

  • Updated dependencies [9a9381d]:

    • @zag-js/dom-query@1.43.1