@moderneinc/react-charts 1.2.0-next.932db3 → 1.2.0-next.a9ecc0

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.
package/dist/index.d.ts CHANGED
@@ -17,6 +17,8 @@ export { calculateDataSeries } from './components/parliament-chart/utils/parliam
17
17
  export { StackedAreaChart } from './components/stacked-area-chart/stacked-area-chart.component';
18
18
  export { CATEGORY_LABELS, DEFAULT_STACKED_AREA_COLORS, DEFAULT_STACKED_AREA_CONFIG, STACKED_AREA_PALETTES } from './components/stacked-area-chart/stacked-area-chart.constants';
19
19
  export type { StackedAreaCategory, StackedAreaChartProps, StackedAreaChartSlotProps, StackedAreaDataPoint, StackedAreaMarker } from './components/stacked-area-chart/stacked-area-chart.types';
20
+ export { StackedAreaWithTimeline } from './components/stacked-area-with-timeline/stacked-area-with-timeline.component';
21
+ export type { HoveredData as StackedAreaHoveredData, HoveredTimelineEvent, StackedAreaDataPoint as StackedAreaTimelineDataPoint, StackedAreaWithTimelineProps, TimelineEvent as StackedAreaTimelineEvent } from './components/stacked-area-with-timeline/stacked-area-with-timeline.types';
20
22
  export { TimelineChart } from './components/timeline-chart/timeline-chart.component';
21
23
  export type { TimelineChartProps, TimelineEvent, TimelineSelectedEventsProps, TimelineSelection } from './components/timeline-chart/timeline-chart.types';
22
24
  export { TimelineSelectedEvents } from './components/timeline-chart/timeline-selected-events.component';