@mx-cartographer/experiences 6.26.9-alpha.al0 → 6.26.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.
@@ -12,7 +12,6 @@ export declare class TrendsStore {
12
12
  amount: number;
13
13
  }[];
14
14
  get detailedCategories(): DetailedCategory[];
15
- get detailedCategoriesWithTransactions(): any;
16
15
  get selectedDateRangeMonthRange(): string;
17
16
  get sortedCategoriesList(): CategoryListItem[];
18
17
  get visibleListItems(): CategoryListItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.26.9-alpha.al0",
3
+ "version": "6.26.9",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",