@mx-cartographer/experiences 3.10.1-alpha.mm14 → 3.10.1-alpha.mm15

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,14 +14,13 @@ type CategoryTotalData = {
14
14
  top_level_category_guid: string;
15
15
  category_guid: string;
16
16
  category_name: string;
17
- total: number;
17
+ category_color: string;
18
+ amount: number;
19
+ year_month: number;
18
20
  date: Date;
19
- color: string;
20
21
  };
21
22
  type GroupedCategoryTotalData = {
22
- [topLevelCategory: string]: {
23
- [category: string]: CategoryTotalData[];
24
- };
23
+ [categoryGuid: string]: CategoryTotalData[];
25
24
  };
26
25
  export interface StackedLineChartData {
27
26
  top_level_category_guid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.10.1-alpha.mm14",
3
+ "version": "3.10.1-alpha.mm15",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -122,4 +122,4 @@
122
122
  "README.md"
123
123
  ],
124
124
  "packageManager": "yarn@4.4.1"
125
- }
125
+ }