Added
- General: Exported
InteractOutsideEvent,FocusOutsideEvent, andPointerDownOutsideEventtypes for better type
safety - Carousel:
- Added
Carousel.AutoplayIndicatorcomponent for conditionally rendering content based on autoplay state - Added
Carousel.ProgressTextcomponent for displaying current page progress (e.g., "1 / 5")
- Added
- Toast: Exported
ToastOptionsandToastStorePropstypes for better type safety
Changed
- useListCollection: Updated
initialItemsto acceptreadonlyarrays for better compatibility with immutable data
patterns. - CollectionItem: Use the collection type from
@zag-js/collectionjust like the other frameworks.
Fixed
- Combobox:
- Fixed focus stealing in controlled open mode
- Removed problematic
aria-hiddenbehavior to allow interaction with other page elements