@mx-cartographer/experiences 7.2.15-alpha-ram19-finstrong-testing → 7.2.15-alpha-ram21-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,10 +1686,13 @@ 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,
1691
- formattedMain: W(Math.round(g.standard_spend / 100) * 100, "0.0a"),
1692
- formattedComparison: W(Math.round(g.income / 100) * 100, "0.0a")
1689
+ main: g.income,
1690
+ comparison: g.standard_spend,
1691
+ formattedMain: W(Math.round(g.income / 100) * 100, "0.0a"),
1692
+ formattedComparison: W(
1693
+ Math.round(g.standard_spend / 100) * 100,
1694
+ "0.0a"
1695
+ )
1693
1696
  },
1694
1697
  debt_payment_vs_income: {
1695
1698
  main: g.income,
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-ram21-finstrong-testing",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",