@mx-cartographer/experiences 7.1.4 → 7.1.5

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,9 +1,7 @@
1
1
  import { default as React } from 'react';
2
- import { clientColorSchemeProps } from '../..';
3
2
  import { Beat } from '../../../common/types/Beat';
4
3
  export interface BeatIconProps {
5
4
  beat?: Beat;
6
- clientColorScheme?: clientColorSchemeProps;
7
5
  color?: string | null;
8
6
  type?: number | null;
9
7
  }
@@ -1,9 +1,8 @@
1
1
  import { default as React } from 'react';
2
2
  import { Beat } from '../../../common/types/Beat';
3
- import { clientColorSchemeProps, TheWholeHog } from '../../interfaces';
3
+ import { TheWholeHog } from '../../interfaces';
4
4
  export interface CarouselHeaderProps {
5
5
  analyticsMetadata?: object;
6
- clientColorScheme?: clientColorSchemeProps;
7
6
  onCardClick: (beat?: Beat | undefined) => void;
8
7
  posthog?: TheWholeHog;
9
8
  widthOverrides?: number | string;
@@ -1,7 +1,5 @@
1
1
  import { default as React } from 'react';
2
- import { clientColorSchemeProps } from '../../';
3
2
  export interface CarouselControlsProps {
4
- clientColorScheme?: clientColorSchemeProps;
5
3
  currentBeatIndex: number;
6
4
  numBeats: number;
7
5
  onNextClick: () => void;
@@ -9,4 +9,4 @@ export { default as NoRelevantInsightsCard } from './components/noRelevantInsigh
9
9
  export { default as ViewMoreMicroCard } from './components/viewMoreMicroCard/ViewMoreMicroCard';
10
10
  export { default as ZeroStateCard } from './components/zeroStateCard/ZeroStateCard';
11
11
  export { ChartFilledIcon, MonthlySpendComparisonIcon, ZeroStateIcon } from './components/beaticons';
12
- export type { clientColorSchemeProps, MicroWidgetProps, StyleProps } from './interfaces';
12
+ export type { MicroWidgetProps, StyleProps } from './interfaces';
@@ -1,4 +1,4 @@
1
- import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-DTtQNV3D.mjs";
1
+ import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-664i7l19.mjs";
2
2
  export {
3
3
  s as AppStore,
4
4
  e as BeatCard,
@@ -1,11 +1,7 @@
1
1
  import { Beat } from '../common/types/Beat';
2
- export interface clientColorSchemeProps {
3
- [key: string]: string | undefined;
4
- }
5
2
  export interface MicroWidgetProps {
6
3
  allowSingleCardPeeking?: boolean;
7
4
  ariaLabel?: string;
8
- clientColorScheme?: clientColorSchemeProps;
9
5
  showCTAColocatedWithText?: boolean;
10
6
  heightOverrides?: number | string;
11
7
  isActiveCard?: boolean;
@@ -19,7 +19,7 @@ import { DataGridPro as ut } from "@mui/x-data-grid-pro";
19
19
  import { C as gt } from "../CurrencyText-kyC1aseI.mjs";
20
20
  import { b as mt } from "../Localization-2MODESHW.mjs";
21
21
  import { H as Ie } from "../HeaderCell-DjuifqHJ.mjs";
22
- import { T as A, b as pt } from "../ViewMoreMicroCard-DTtQNV3D.mjs";
22
+ import { T as A, b as pt } from "../ViewMoreMicroCard-664i7l19.mjs";
23
23
  import { A as y, W as ke } from "../WidgetContainer-DtPnPQZY.mjs";
24
24
  import { c as Ct } from "../Category-CevNQ03n.mjs";
25
25
  import { a as Ne, T as He } from "../TransactionDetails-_cXLXTd3.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.1.4",
3
+ "version": "7.1.5",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",