@mx-cartographer/experiences 7.2.9-alpha.san3 → 7.2.9-alpha.san4
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/dist/{FinstrongStore-C74yHCOj.mjs → FinstrongStore-rVhw737g.mjs} +19 -19
- package/dist/common/index.es.js +1 -1
- package/dist/common/types/Widgets.d.ts +0 -2
- package/dist/finstrong/FinstrongWidget.d.ts +1 -1
- package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +1 -4
- package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +0 -2
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +1 -3
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +1 -4
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +1 -4
- package/dist/finstrong/index.es.js +1419 -1293
- package/dist/finstrong/util/finstrongUtils.d.ts +1 -3
- package/package.json +1 -1
|
@@ -102,9 +102,7 @@ export declare const getSeriesGraphData: (monthlySummaries: MonthlySummaries[],
|
|
|
102
102
|
x: string;
|
|
103
103
|
y: number;
|
|
104
104
|
}[];
|
|
105
|
-
export declare const augmentChartData: (averageHealthScores: {
|
|
106
|
-
health_scores: MonthlyHealthScoreItem[];
|
|
107
|
-
}) => {
|
|
105
|
+
export declare const augmentChartData: (averageHealthScores: MonthlyHealthScoreItem[]) => {
|
|
108
106
|
x: string;
|
|
109
107
|
y: number;
|
|
110
108
|
}[];
|