@mx-cartographer/experiences 7.13.12 → 7.13.13

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.13.13] - 03-30-2026
2
+
3
+ - **FIXED** - use detailed transactions for sortedTransactionsWithSplit
4
+
1
5
  ## [7.13.12] - 03-30-2026
2
6
 
3
7
  - **UPDATED** - Call `refresh_all` endpoint for member foreground aggregation
@@ -523,7 +523,7 @@ class yt {
523
523
  );
524
524
  }
525
525
  get sortedTransactionsWithSplits() {
526
- return F(this.sortedTransactions, this.transactions);
526
+ return F(this.sortedTransactions, this.detailedTransactions);
527
527
  }
528
528
  setAssociatedBeats = (t) => {
529
529
  this.associatedBeats = t, this.associatedBeatsLoading = !1, this.associatedBeatsLoaded = !0;
@@ -20,8 +20,8 @@ import { C as is } from "../CurrencyInput-DuMktPu3.mjs";
20
20
  import { L as us } from "../Loader-D3rjKx72.mjs";
21
21
  import { R as hs } from "../ResponsiveButton-DZFp78fJ.mjs";
22
22
  import { S as gs } from "../SearchBox-CwDgvWVJ.mjs";
23
- import { T as Y } from "../TransactionStore-DP5vipL2.mjs";
24
- import { S as _s } from "../TransactionStore-DP5vipL2.mjs";
23
+ import { T as Y } from "../TransactionStore-rpqhGX8m.mjs";
24
+ import { S as _s } from "../TransactionStore-rpqhGX8m.mjs";
25
25
  import { T as ms } from "../TabContentContainer-j01JYR_7.mjs";
26
26
  import { I as Ss } from "../IconBacking-B9oC6uL2.mjs";
27
27
  import { D as ws, F as Cs, c as Ds, d as Es, R as As, S as xs } from "../RecurringTransactions-BOzBqfdg.mjs";
@@ -3,8 +3,8 @@ import { C as Me, D as Le, M as Re, a as He, T as Be } from "../TransactionDetai
3
3
  import { B as Da, b as Ia } from "../TransactionDetails-B-C-7meW.mjs";
4
4
  import { T as E } from "../Transaction-CqjlF6SO.mjs";
5
5
  import { O as Na } from "../Transaction-CqjlF6SO.mjs";
6
- import { S as Z, D as Pe } from "../TransactionStore-DP5vipL2.mjs";
7
- import { T as ka } from "../TransactionStore-DP5vipL2.mjs";
6
+ import { S as Z, D as Pe } from "../TransactionStore-rpqhGX8m.mjs";
7
+ import { T as ka } from "../TransactionStore-rpqhGX8m.mjs";
8
8
  import { u as R, T as $e } from "../StatusIndicator-CIKUOoN_.mjs";
9
9
  import { a as Ma } from "../StatusIndicator-CIKUOoN_.mjs";
10
10
  import { e as Ve } from "../exportTransactionsToCSV-CdTF_RqL.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.13.12",
3
+ "version": "7.13.13",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",