@mx-cartographer/experiences 7.2.8 → 7.2.9

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.2.9] - 11-17-2025
2
+
3
+ - **UPDATED** - components directory `microinsights`
4
+
1
5
  ## [7.2.8] - 11-17-2025
2
6
 
3
7
  - **UPDATED** - icons directory `microinsights`
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { Beat } from '../../../common/types';
3
- import { MicroWidgetProps } from '../../interfaces';
2
+ import { Beat } from '../common/types';
3
+ import { MicroWidgetProps } from './interfaces';
4
4
  export interface InsightsMicroWidgetProps extends MicroWidgetProps {
5
5
  allowSingleCardPeeking?: boolean;
6
6
  areBeatsLoading: boolean;
@@ -4,7 +4,7 @@ export { BeatCard } from './cards/BeatCard';
4
4
  export { default as MicroBeatCarousel } from './carousel/MicroBeatCarousel';
5
5
  export { MicroInsightCard } from './cards/MicroInsightCard';
6
6
  export { default as CarouselHeader } from './carousel/CarouselHeader';
7
- export { default as InsightsMicroWidget } from './components/insightsmicrowidget/InsightsMicroWidget';
7
+ export { default as InsightsMicroWidget } from './InsightsMicroWidget';
8
8
  export { default as NoRelevantInsightsCard } from './cards/NoRelevantInsightsCard';
9
9
  export { default as ViewMoreMicroCard } from './cards/ViewMoreMicroCard';
10
10
  export { default as ZeroStateCard } from './cards/ZeroStateCard';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.8",
3
+ "version": "7.2.9",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",