@mx-cartographer/experiences 6.26.33-alpha.mm0 → 7.0.0-alpha.mega1

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.
Files changed (104) hide show
  1. package/CHANGELOG.md +2 -3
  2. package/dist/Account-DY6nxO7y.mjs +30 -0
  3. package/dist/AccountDetailsContent-DvPs81kL.mjs +677 -0
  4. package/dist/AccountDetailsHeader-W2U7ZVm_.mjs +119 -0
  5. package/dist/AccountFields-DAVcbZy5.mjs +135 -0
  6. package/dist/AccountListItem-DFlbdcmT.mjs +90 -0
  7. package/dist/AccountStore-CU7qV3vg.mjs +230 -0
  8. package/dist/Accounts-BLlrQA5m.mjs +9 -0
  9. package/dist/BeatApi-DLu87ijw.mjs +21 -0
  10. package/dist/BeatStore-By4aGoRM.mjs +81 -0
  11. package/dist/BudgetUtil-Ci1TN0J5.mjs +101 -0
  12. package/dist/CashflowStore-D9Dpuz7X.mjs +91 -0
  13. package/dist/Category-5S6uwuXz.mjs +301 -0
  14. package/dist/CategorySelectorDrawer-rHyHHYuh.mjs +397 -0
  15. package/dist/CategoryStore-B5EW6I1d.mjs +183 -0
  16. package/dist/CategoryUtil-DRyruNgi.mjs +78 -0
  17. package/dist/ConnectDrawer-D9cR5phc.mjs +508 -0
  18. package/dist/ConnectionsDrawer-BzGqljSp.mjs +52 -0
  19. package/dist/CurrencyInput-D74cemI2.mjs +83 -0
  20. package/dist/CurrencyText-YUhH2caW.mjs +20 -0
  21. package/dist/DateUtil-BcuH7ErC.mjs +48 -0
  22. package/dist/DebtsStore-S0l9kr0r.mjs +60 -0
  23. package/dist/Dialog-CWW597AF.mjs +123 -0
  24. package/dist/Donut-1UMNcG67.mjs +57 -0
  25. package/dist/Drawer-kEE73B87.mjs +113 -0
  26. package/dist/EmptyState-Dcb-o2tl.mjs +55 -0
  27. package/dist/Fetch-CkFKy79O.mjs +116 -0
  28. package/dist/FinstrongStore-mkALvztw.mjs +101 -0
  29. package/dist/GoalStore-DioeeL-s.mjs +263 -0
  30. package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
  31. package/dist/Help-DhcC-C05.mjs +320 -0
  32. package/dist/Help-DpYRO8oA.mjs +3181 -0
  33. package/dist/IconBacking-B9oC6uL2.mjs +39 -0
  34. package/dist/InvestmentUtil-jOyOgzIB.mjs +134 -0
  35. package/dist/LineChart-CcyX38kK.mjs +499 -0
  36. package/dist/ListItemAction-BabpYivr.mjs +69 -0
  37. package/dist/Loader-Dp1P2gNw.mjs +14 -0
  38. package/dist/Localization-2MODESHW.mjs +30 -0
  39. package/dist/ManageIncome-ndMuhJMG.mjs +535 -0
  40. package/dist/MerchantStore-DVH-QOf0.mjs +37 -0
  41. package/dist/MicroWidgetContainer-CsvHLYKX.mjs +45 -0
  42. package/dist/MiniWidgetContainer-BoOp-A05.mjs +39 -0
  43. package/dist/NetWorthStore-PD-RUe09.mjs +150 -0
  44. package/dist/Notification-AMGWM1Al.mjs +78 -0
  45. package/dist/NotificationSettings-VhHuMAFU.mjs +667 -0
  46. package/dist/NotificationStore-DHtSGySy.mjs +67 -0
  47. package/dist/NumberFormatting-CtWHhyBX.mjs +40 -0
  48. package/dist/OriginalBalanceAction-D39mx6uE.mjs +115 -0
  49. package/dist/RecurringSettings-D_HnMYZP.mjs +57 -0
  50. package/dist/RecurringTransactionsStore-BKLD3OWo.mjs +263 -0
  51. package/dist/RepeatingTransaction-BPWfaB3f.mjs +282 -0
  52. package/dist/SearchBox-B2_zLv8-.mjs +42 -0
  53. package/dist/SettingsStore-CE7jDVFL.mjs +265 -0
  54. package/dist/SingleSegmentDonut-BgbLgwHi.mjs +69 -0
  55. package/dist/SpendingData-BkrxzHdr.mjs +55 -0
  56. package/dist/StatusBar-BK_uYHAB.mjs +30 -0
  57. package/dist/TabContentContainer-j01JYR_7.mjs +21 -0
  58. package/dist/Transaction-CA0FW2Ij.mjs +312 -0
  59. package/dist/TransactionApi-DbbcjI2L.mjs +86 -0
  60. package/dist/TransactionDetails-WBHFmbxL.mjs +1283 -0
  61. package/dist/TransactionStore-CeLdmVnC.mjs +669 -0
  62. package/dist/TrendsStore-BHJUapXF.mjs +487 -0
  63. package/dist/ViewMoreMicroCard-CAPFNz-J.mjs +1959 -0
  64. package/dist/WidgetContainer-DWCusxYI.mjs +556 -0
  65. package/dist/accounts/index.es.js +752 -0
  66. package/dist/analytics/index.es.js +171 -0
  67. package/dist/budgets/index.es.js +1075 -0
  68. package/dist/cashflow/index.es.js +1098 -0
  69. package/dist/categories/index.es.js +9 -0
  70. package/dist/common/components/WidgetContainer.d.ts +1 -1
  71. package/dist/common/components/charts/LineChart.d.ts +0 -1
  72. package/dist/common/constants/Analytics.d.ts +10 -20
  73. package/dist/common/context/hooks.d.ts +13 -13
  74. package/dist/common/index.es.js +1451 -0
  75. package/dist/dashboard/index.es.js +181 -0
  76. package/dist/debts/index.es.js +1460 -0
  77. package/dist/exportTransactionsToCSV-CmwsKl2D.mjs +47 -0
  78. package/dist/finstrong/index.es.js +1455 -0
  79. package/dist/goals/index.es.js +1209 -0
  80. package/dist/help/components/content/section/index.d.ts +15 -15
  81. package/dist/help/index.es.js +14 -0
  82. package/dist/hooks-30y_BLwc.mjs +71 -0
  83. package/dist/index.d.ts +0 -22
  84. package/dist/insights/index.d.ts +1 -0
  85. package/dist/insights/index.es.js +4 -0
  86. package/dist/investments/index.es.js +1638 -0
  87. package/dist/merchants/index.es.js +79 -0
  88. package/dist/microinsights/components/carouselheader/CarouselHeader.d.ts +0 -1
  89. package/dist/microinsights/components/microBeatCarousel/MicroBeatCarousel.d.ts +0 -1
  90. package/dist/microinsights/index.es.js +16 -0
  91. package/dist/networth/index.es.js +576 -0
  92. package/dist/notifications/index.es.js +192 -0
  93. package/dist/recurringtransactions/index.es.js +879 -0
  94. package/dist/settings/index.es.js +879 -0
  95. package/dist/spending/index.es.js +570 -0
  96. package/dist/transactions/index.es.js +587 -0
  97. package/dist/trends/index.es.js +1086 -0
  98. package/dist/useCombineEvents-DaDBSR_1.mjs +92 -0
  99. package/dist/useDimensions-27p2evRx.mjs +36 -0
  100. package/dist/useScreenSize-B6JyS_Lj.mjs +36 -0
  101. package/package.json +155 -3
  102. package/dist/index.es.js +0 -30564
  103. package/dist/index.es.js.map +0 -1
  104. package/dist/trends/constants/TrendsWidget.d.ts +0 -3
@@ -0,0 +1,9 @@
1
+ import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-rHyHHYuh.mjs";
2
+ import { C as g } from "../CategoryStore-B5EW6I1d.mjs";
3
+ export {
4
+ o as CategoryRow,
5
+ a as CategorySelector,
6
+ t as CategorySelectorDrawer,
7
+ g as CategoryStore,
8
+ C as useCategoryUiStore
9
+ };
@@ -19,7 +19,7 @@ interface WidgetContainerProps {
19
19
  dateRangeVariant?: 'outlined' | 'text' | 'readonly' | 'timeframebuttons' | 'timeframetabs';
20
20
  hasDivider?: boolean;
21
21
  onBackClick?: () => void;
22
- onAccountsFilterClick?: (selectedAccountGuids: string[]) => void;
22
+ onAccountsFilterClick?: () => void;
23
23
  showDividerAboveDateSelector?: boolean;
24
24
  sx?: SxProps;
25
25
  title?: string;
@@ -34,7 +34,6 @@ interface LineChartProps {
34
34
  };
35
35
  markHandlers?: MarkHandlers;
36
36
  markStyles?: (markIndex: number) => CSSProperties;
37
- onItemClick?: () => void;
38
37
  showArea?: boolean;
39
38
  showAverage?: boolean;
40
39
  showAxisHighlight?: boolean;
@@ -86,6 +86,16 @@ export declare const ANALYTICS_EVENTS: {
86
86
  TRANSACTION_DETAILS_CLICK_TAGS: string;
87
87
  TRANSACTION_DETAILS_CLICK_UNSPLIT: string;
88
88
  TRANSACTION_DETAILS_VIEW: string;
89
+ TRENDS_CLICK_DATE: string;
90
+ TRENDS_CLICK_FILTER: string;
91
+ TRENDS_CLICK_LEGEND: string;
92
+ TRENDS_CLICK_TABLE_ROW: string;
93
+ TRENDS_CLICK_TABLE_SORT: string;
94
+ TRENDS_CLICK_TOGGLE: string;
95
+ TRENDS_HOVER_AREA: string;
96
+ TRENDS_HOVER_LEGEND: string;
97
+ TRENDS_HOVER_POINT: string;
98
+ TRENDS_VIEW_TRANSACTIONS: string;
89
99
  WIDGET_BACK_CLICK: string;
90
100
  GOALS_CLICK_GET_STARTED: string;
91
101
  GOALS_CLICK_VIEW_DETAILS: string;
@@ -96,27 +106,7 @@ export declare const ANALYTICS_EVENTS: {
96
106
  RECURRING_TRANSACTIONS_CLICK_GET_STARTED: string;
97
107
  RECURRING_TRANSACTIONS_CLICK_VIEW_ALL: string;
98
108
  RECURRING_TRANSACTIONS_LOAD_WIDGET: string;
99
- TRENDS_CLICK_ALL_CATEGORIES: string;
100
- TRENDS_CLICK_BACK: string;
101
- TRENDS_CLICK_CHART: string;
102
- TRENDS_CLICK_EXPORT_CSV: string;
103
- TRENDS_CLICK_FILTER: string;
104
109
  TRENDS_CLICK_GET_STARTED: string;
105
- TRENDS_CLICK_INSIGHT: string;
106
- TRENDS_CLICK_INSIGHT_CAROUSEL_LEFT: string;
107
- TRENDS_CLICK_INSIGHT_CAROUSEL_RIGHT: string;
108
- TRENDS_CLICK_INSIGHT_CAROUSEL_VIEW_MORE: string;
109
- TRENDS_CLICK_LEGEND: string;
110
- TRENDS_CLICK_LIST_ITEM: string;
111
- TRENDS_CLICK_TABLE_ROW: string;
112
- TRENDS_CLICK_TABLE_SORT: string;
113
- TRENDS_CLICK_TIME_WINDOW: string;
114
- TRENDS_CLICK_TOGGLE_VIEW: string;
115
110
  TRENDS_CLICK_VIEW_MORE: string;
116
- TRENDS_CLICK_VIEW_TRANSACTIONS: string;
117
- TRENDS_HOVER_AREA: string;
118
- TRENDS_HOVER_POINT: string;
119
- TRENDS_HOVER_LEGEND: string;
120
111
  TRENDS_LOAD_WIDGET: string;
121
- TRENDS_VIEW_TRANSACTIONS: string;
122
112
  };
@@ -1,26 +1,26 @@
1
1
  export declare const useGlobalDataContext: (providerName?: string) => import('./GlobalDataProvider').GlobalStoreContextTypes;
2
- export declare const useAccountStore: () => import('../..').AccountStore;
2
+ export declare const useAccountStore: () => import('../../accounts').AccountStore;
3
3
  export declare const useAppConfig: () => import('..').AppConfig;
4
4
  export declare const useAnalyticsStore: () => import('../../analytics/stores/AnalyticsStore').AnalyticsStore;
5
5
  export declare const useBudgetsStore: () => import('../../budgets/store/BudgetsStore').BudgetsStore;
6
- export declare const useCashflowStore: () => import('../..').CashflowStore;
7
- export declare const useCategoryStore: () => import('../..').CategoryStore;
6
+ export declare const useCashflowStore: () => import('../../cashflow').CashflowStore;
7
+ export declare const useCategoryStore: () => import('../../categories').CategoryStore;
8
8
  export declare const useConnectStore: () => import('../stores/ConnectStore').ConnectStore;
9
- export declare const useDebtStore: () => import('../..').DebtsStore;
10
- export declare const useFinstrongStore: () => import('../..').FinstrongStore;
9
+ export declare const useDebtStore: () => import('../../debts').DebtsStore;
10
+ export declare const useFinstrongStore: () => import('../../finstrong').FinstrongStore;
11
11
  export declare const useGlobalStore: () => import('..').GlobalStore;
12
12
  export declare const useGlobalUiStore: () => import('../stores/GlobalUiStore').GlobalUiStore;
13
13
  export declare const useGlobalCopyStore: () => import('..').GlobalCopy;
14
- export declare const useGoalStore: () => import('../..').GoalStore;
14
+ export declare const useGoalStore: () => import('../../goals').GoalStore;
15
15
  export declare const useHelpStore: () => import('../../help/store/HelpStore').HelpStore;
16
16
  export declare const useHoldingStore: () => import('../../investments/stores/HoldingStore').HoldingStore;
17
- export declare const useMerchantStore: () => import('../..').MerchantStore;
18
- export declare const useNetWorthStore: () => import('../..').NetWorthStore;
19
- export declare const useNotificationStore: () => import('../..').NotificationStore;
20
- export declare const useRecurringTransactionsStore: () => import('../..').RecurringTransactionsStore;
21
- export declare const useSettingsStore: () => import('../..').SettingsStore;
22
- export declare const useTransactionStore: () => import('../..').TransactionStore;
23
- export declare const useTrendsStore: () => import('../..').TrendsStore;
17
+ export declare const useMerchantStore: () => import('../../merchants').MerchantStore;
18
+ export declare const useNetWorthStore: () => import('../../networth').NetWorthStore;
19
+ export declare const useNotificationStore: () => import('../../notifications').NotificationStore;
20
+ export declare const useRecurringTransactionsStore: () => import('../../recurringtransactions').RecurringTransactionsStore;
21
+ export declare const useSettingsStore: () => import('../../settings').SettingsStore;
22
+ export declare const useTransactionStore: () => import('../../transactions').TransactionStore;
23
+ export declare const useTrendsStore: () => import('../../trends').TrendsStore;
24
24
  export declare const useUserStore: () => import('..').UserStore;
25
25
  export declare const useEvent: () => {
26
26
  onEvent: (event: string, props?: object) => void;