@mx-cartographer/experiences 7.2.6 → 7.2.7

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.7] - 11-17-2025
2
+
3
+ - **UPDATED** - carousel directory `microinsights`
4
+
1
5
  ## [7.2.6] - 11-17-2025
2
6
 
3
7
  - **UPDATED** - cards directory `microinsights`
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- import { clientColorSchemeProps } from '../../';
2
+ import { clientColorSchemeProps } from '..';
3
3
  export interface CarouselControlsProps {
4
4
  clientColorScheme?: clientColorSchemeProps;
5
5
  currentBeatIndex: number;
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { Beat } from '../../../common/types/Beat';
3
- import { clientColorSchemeProps, TheWholeHog } from '../../interfaces';
2
+ import { Beat } from '../../common/types/Beat';
3
+ import { clientColorSchemeProps, TheWholeHog } from '../interfaces';
4
4
  export interface CarouselHeaderProps {
5
5
  analyticsMetadata?: object;
6
6
  clientColorScheme?: clientColorSchemeProps;
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { MicroWidgetProps } from '../../';
3
- import { Beat } from '../../../common/types/Beat';
2
+ import { MicroWidgetProps } from '..';
3
+ import { Beat } from '../../common/types/Beat';
4
4
  export interface MicroBeatCarouselProps extends MicroWidgetProps {
5
5
  analyticsMetadata?: object;
6
6
  beats?: Beat[];
@@ -1,9 +1,9 @@
1
1
  export { AppStore } from './stores/AppStore';
2
2
  export { InsightsMicroWidgetDataProvider } from './context/InsightsMicroWidgetDataProvider';
3
3
  export { BeatCard } from './cards/BeatCard';
4
- export { default as MicroBeatCarousel } from './components/microBeatCarousel/MicroBeatCarousel';
4
+ export { default as MicroBeatCarousel } from './carousel/MicroBeatCarousel';
5
5
  export { MicroInsightCard } from './cards/MicroInsightCard';
6
- export { default as CarouselHeader } from './components/carouselheader/CarouselHeader';
6
+ export { default as CarouselHeader } from './carousel/CarouselHeader';
7
7
  export { default as InsightsMicroWidget } from './components/insightsmicrowidget/InsightsMicroWidget';
8
8
  export { default as NoRelevantInsightsCard } from './cards/NoRelevantInsightsCard';
9
9
  export { default as ViewMoreMicroCard } from './cards/ViewMoreMicroCard';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.6",
3
+ "version": "7.2.7",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",