@mx-cartographer/experiences 6.26.27-alpha.al1 → 6.26.27-alpha.mega2

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.
@@ -25,5 +25,4 @@ export declare const buildCategoryDetailsChartData: (data: DetailedCategoryWithT
25
25
  header: string;
26
26
  }[][];
27
27
  };
28
- export declare const filterAndSortCategoriesWithTransactions: (categories: DetailedCategoryWithTransactions[]) => DetailedCategoryWithTransactions[];
29
28
  export {};
@@ -5,7 +5,6 @@ export declare const isIncome: (totals: TotalsData) => boolean;
5
5
  export declare const isExpense: (totals: TotalsData) => boolean;
6
6
  export declare const isPayment: (totals: TotalsData) => boolean;
7
7
  export declare const isTransfer: (totals: TotalsData) => boolean;
8
- export declare const isInvestment: (totals: TotalsData) => boolean;
9
8
  export declare const isSpend: (totals: TotalsData) => boolean;
10
9
  export declare const getTopLevelCategoryTotals: (totals: (MonthlyCategoryTotals | StackedLineChartData)[]) => (MonthlyCategoryTotals | StackedLineChartData)[];
11
10
  export declare const calculateRelativeChange: (current: number, previous: number) => number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.26.27-alpha.al1",
3
+ "version": "6.26.27-alpha.mega2",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",