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.
Fixed
- Combobox:
- Fixed focus stealing in controlled open mode
- Removed problematic
aria-hiddenbehavior to allow interaction with other page elements
- Marquee: Fixed
Marquee.Contentnot receivingdata-v-*attribute for scoped styles when usingv-forat the
root level.