@mx-cartographer/experiences 7.2.15-alpha.sms4 → 7.2.16-alpha.mm0

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.
@@ -18,8 +18,8 @@ import { C as Ys } from "../CurrencyInput-DUsQbkXb.mjs";
18
18
  import { L as zs } from "../Loader-DUaFpDGv.mjs";
19
19
  import { R as js } from "../ResponsiveButton-DZFp78fJ.mjs";
20
20
  import { S as Vs } from "../SearchBox-B2_zLv8-.mjs";
21
- import { T as at } from "../TransactionStore-RGu9PZK8.mjs";
22
- import { S as Js } from "../TransactionStore-RGu9PZK8.mjs";
21
+ import { T as at } from "../TransactionStore-DxPLdF3B.mjs";
22
+ import { S as Js } from "../TransactionStore-DxPLdF3B.mjs";
23
23
  import { T as er } from "../TabContentContainer-j01JYR_7.mjs";
24
24
  import { I as rr } from "../IconBacking-B9oC6uL2.mjs";
25
25
  import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-ej39mgA6.mjs";
@@ -1198,7 +1198,6 @@ class Je {
1198
1198
  userStore;
1199
1199
  // UI Stores
1200
1200
  globalUiStore;
1201
- listeners = [];
1202
1201
  constructor(t = K, e = "/", r) {
1203
1202
  this.appConfig = t, this.endpoint = e, this.sessionToken = t.options.session_token ?? "", this.onError = r, this.accountStore = new ft(this), this.appDataStore = new ie(this), this.analyticsStore = new ee(this), this.beatStore = new St(this), this.budgetsStore = new se(this), this.cashflowStore = new nt(this), this.categoryStore = new et(this), this.connectStore = new ce(this), this.copyStore = new te(this), this.debtsStore = new xt(this), this.finstrongStore = new Ct(this), this.goalStore = new it(this), this.helpStore = new ae(this), this.holdingStore = new ne(this), this.merchantStore = new Tt(this), this.netWorthStore = new Bt(this), this.notificationStore = new st(this), this.recurringTransactionsStore = new mt(this), this.settingsStore = new It(this), this.transactionStore = new at(this), this.trendsStore = new ct(this), this.userStore = new le(this), this.globalUiStore = new de(this), f(this);
1204
1203
  }
@@ -1230,10 +1229,6 @@ class Je {
1230
1229
  })
1231
1230
  ]), this.globalUiStore.setInitialized(!0);
1232
1231
  };
1233
- subscribe = (t) => (this.listeners = [...this.listeners, t], () => {
1234
- this.listeners = this.listeners.filter((e) => e !== t);
1235
- });
1236
- getSnapshot = () => this;
1237
1232
  }
1238
1233
  export {
1239
1234
  vs as ANALYTICS_EVENTS,
@@ -64,11 +64,8 @@ export declare class GlobalStore {
64
64
  trendsStore: TrendsStore;
65
65
  userStore: UserStore;
66
66
  globalUiStore: GlobalUiStore;
67
- listeners: any;
68
67
  constructor(appConfig?: AppConfig, endpoint?: string, onError?: GlobalErrorHandler);
69
68
  get isInitialized(): boolean;
70
69
  loadData: ({ accounts, appData, associatedBeats, categories, institutions, transactionRules, transactions, userFeatures, }?: LoadDataProps) => Promise<void>;
71
- subscribe: (listener: any) => () => void;
72
- getSnapshot: () => this;
73
70
  }
74
71
  export {};