sag_components 2.0.0-beta56 → 2.0.0-beta58

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
@@ -1220,4 +1220,14 @@ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.E
1220
1220
 
1221
1221
  declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
1222
1222
 
1223
- export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1223
+ declare function InsightsCarousel({ children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1224
+ children: any;
1225
+ onClose: any;
1226
+ title?: string;
1227
+ icon?: react_jsx_runtime.JSX.Element;
1228
+ titleColor?: string;
1229
+ iconColor?: string;
1230
+ navColor?: string;
1231
+ }): react_jsx_runtime.JSX.Element;
1232
+
1233
+ export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, InsightsCarousel, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };