@mx-cartographer/experiences 6.18.7 → 6.18.8-alpha.mm1

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.
@@ -1,4 +1,7 @@
1
1
  import { default as React } from 'react';
2
- import { WidgetProps } from '../common';
3
- declare const _default: React.FunctionComponent<WidgetProps>;
2
+ import { WidgetProps, Beat } from '../common';
3
+ interface TrendsWidgetProps extends WidgetProps {
4
+ onInsightCardClick: (beat?: Beat) => void;
5
+ }
6
+ declare const _default: React.FunctionComponent<TrendsWidgetProps>;
4
7
  export default _default;
@@ -1,3 +1,7 @@
1
1
  import { default as React } from 'react';
2
- declare const _default: React.FunctionComponent<{}>;
2
+ import { Beat } from '../../common/types/Beat';
3
+ interface TrendsMicroInsightsProps {
4
+ onInsightCardClick?: (beat?: Beat) => void;
5
+ }
6
+ declare const _default: React.FunctionComponent<TrendsMicroInsightsProps>;
3
7
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.18.7",
3
+ "version": "6.18.8-alpha.mm1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",