@mx-cartographer/experiences 7.2.6 → 7.2.8

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,11 @@
1
+ ## [7.2.8] - 11-17-2025
2
+
3
+ - **UPDATED** - icons directory `microinsights`
4
+
5
+ ## [7.2.7] - 11-17-2025
6
+
7
+ - **UPDATED** - carousel directory `microinsights`
8
+
1
9
  ## [7.2.6] - 11-17-2025
2
10
 
3
11
  - **UPDATED** - cards directory `microinsights`
@@ -1,3 +1,3 @@
1
1
  import { FC } from 'react';
2
- import { WeGotTheBeat } from '../../interfaces';
2
+ import { WeGotTheBeat } from '../interfaces';
3
3
  export declare const BeatCategoryIcon: FC<WeGotTheBeat>;
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { clientColorSchemeProps } from '../..';
3
- import { Beat } from '../../../common/types/Beat';
2
+ import { clientColorSchemeProps } from '..';
3
+ import { Beat } from '../../common/types/Beat';
4
4
  export interface BeatIconProps {
5
5
  beat?: Beat;
6
6
  clientColorScheme?: clientColorSchemeProps;
@@ -1,3 +1,3 @@
1
- import { WeGotTheBeat } from '../../interfaces';
1
+ import { WeGotTheBeat } from '../interfaces';
2
2
  declare const _default: import('react').FunctionComponent<WeGotTheBeat>;
3
3
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { WeGotTheBeat } from '../../interfaces';
3
- import { DataSeries } from '../../../common/types/Beat';
2
+ import { WeGotTheBeat } from '../interfaces';
3
+ import { DataSeries } from '../../common/types/Beat';
4
4
  export declare const getIconColor: (data: DataSeries | undefined, designTokens: any) => any;
5
5
  export declare const MonthlySpendComparisonIcon: FC<WeGotTheBeat>;
@@ -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,12 +1,12 @@
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';
10
10
  export { default as ZeroStateCard } from './cards/ZeroStateCard';
11
- export { ChartFilledIcon, MonthlySpendComparisonIcon, ZeroStateIcon } from './components/beaticons';
11
+ export { ChartFilledIcon, MonthlySpendComparisonIcon, ZeroStateIcon } from './beaticons';
12
12
  export type { clientColorSchemeProps, MicroWidgetProps, StyleProps } from './interfaces';
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.8",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",