@zendir/ui 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,7 @@ export type { NotificationProps, NotificationStatus } from './Notification';
51
51
  */
52
52
  export { UnifiedTimeline as Timeline } from './UnifiedTimeline';
53
53
  export type { UnifiedTimelineProps as TimelineProps, TimelineEvent, TimelineTrackDef, TimelineViewMode, TimeFormat, TimelineFilter, } from './UnifiedTimeline';
54
+ export { getTimelineEventDisplayStatus, isTimelineFilterActive, matchesTimelineFilter, } from './UnifiedTimeline';
54
55
  /**
55
56
  * Status type (shared across components)
56
57
  * Follows Astro UX 6-level status semantics