@mx-cartographer/experiences 7.2.7 → 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,11 @@
1
+ ## [7.2.9] - 11-17-2025
2
+
3
+ - **UPDATED** - components directory `microinsights`
4
+
5
+ ## [7.2.8] - 11-17-2025
6
+
7
+ - **UPDATED** - icons directory `microinsights`
8
+
1
9
  ## [7.2.7] - 11-17-2025
2
10
 
3
11
  - **UPDATED** - carousel 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;
@@ -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>;
@@ -4,9 +4,9 @@ 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';
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.7",
3
+ "version": "7.2.9",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",