Docs / Infrastructure

Core utilities

Accessibility and overlay primitives exported from @artificialsenselabs/ui for dialogs, overlays, and live regions.

Overview

Import from the package root:

import {
  SenseFocusTrap,
  SenseLiveAnnouncerService,
  SenseAnnounceDirective,
  KEYBOARD_KEYS,
  claimOverlayZIndex,
} from '@artificialsenselabs/ui';

Public API

ExportRole
SenseFocusTrapTab-cycle containment with optional focus restore for modal surfaces.
SenseLiveAnnouncerServiceProgrammatic aria-live announcements (SSR-safe).
SenseAnnounceDirectiveAnnounces bound signal content via the live announcer.
SenseAnnounceOnChangeDirectiveAnnounces data-announce-message on input/change events.
KEYBOARD_KEYSShared KeyboardEvent.key constants for handlers.
claimOverlayZIndex / releaseOverlayZIndexMonotonic z-index stacking for nested overlays.