mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* feat(hooks): new `use-aria-overlay` package * refactor(overlays): use custom `useAriaOverlay` * chore(modal): remove unnecessary `onClose: state.close` * chore(popover): remove duplicate `ariaHideOutside` * test(modal): only hide the top-most modal * chore: add changeset * refactor(hooks): useAriaOverlay tweaks --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com>
417 B
417 B
| @nextui-org/autocomplete | @nextui-org/date-picker | @nextui-org/dropdown | @nextui-org/modal | @nextui-org/popover | @nextui-org/select | @nextui-org/use-aria-modal-overlay | @nextui-org/use-aria-multiselect | @nextui-org/use-aria-overlay | @nextui-org/aria-utils |
|---|---|---|---|---|---|---|---|---|---|
| patch | patch | patch | patch | patch | patch | patch | patch | patch | patch |
Refactor overlays to reduce its complexity, while improving stability.