@mx-cartographer/experiences 7.2.15-alpha-ram19-finstrong-testing → 7.2.15-alpha-ram20-finstrong-testing

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.
@@ -1686,8 +1686,8 @@ const L = {
1686
1686
  () => r.sort((g, f) => g.month - f.month).map((g) => {
1687
1687
  const f = Ln(g.month), M = {
1688
1688
  spending_vs_income: {
1689
- main: g.standard_spend,
1690
- comparison: g.income,
1689
+ main: g.income,
1690
+ comparison: g.standard_spend,
1691
1691
  formattedMain: W(Math.round(g.standard_spend / 100) * 100, "0.0a"),
1692
1692
  formattedComparison: W(Math.round(g.income / 100) * 100, "0.0a")
1693
1693
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.15-alpha-ram19-finstrong-testing",
3
+ "version": "7.2.15-alpha-ram20-finstrong-testing",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",