@mx-cartographer/experiences 6.1.0-alpha.bb5 → 6.1.0

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,23 @@
1
+ ## [6.1.0] - 05-19-2025
2
+
3
+ - **ADDED** - `RecurringTransactionsWidget` & `RecurringTransactionsMiniWidget` using Repeating Transactions API
4
+
5
+ ## [6.0.25] - 05-19-2025
6
+
7
+ - **FIXED** - Transactions Widget | Category Selector Drawer | reset search value
8
+
9
+ ## [6.0.24] - 05-16-2025
10
+
11
+ - **UPDATED** - Micro Widget carousel a11y
12
+
13
+ ## [6.0.23] - 05-15-2025
14
+
15
+ - **UPDATED** - Use `theme.palette.primary` in `InsightsMicroWidget`
16
+
17
+ ## [6.0.22] - 05-15-2025
18
+
19
+ - **UPDATED** - Micro Widget now displays keyboard focus
20
+
1
21
  ## [6.0.21] - 05-14-2025
2
22
 
3
23
  - **UPDATED** - Hide create button in `BudwgetsMiniWidget`
@@ -16,7 +16,7 @@ export declare const useMerchantStore: () => import('../..').MerchantStore;
16
16
  export declare const useNetWorthStore: () => import('../..').NetWorthStore;
17
17
  export declare const useNotificationStore: () => import('../..').NotificationStore;
18
18
  export declare const useRecurringActivityStore: () => import('../..').RecurringActivityStore;
19
- export declare const useRecurringTransactionsStore: () => import('../../recurringtransactions/stores/RecurringTransactionsStore').RecurringTransactionsStore;
19
+ export declare const useRecurringTransactionsStore: () => import('../..').RecurringTransactionsStore;
20
20
  export declare const useSettingsStore: () => import('../..').SettingsStore;
21
21
  export declare const useTransactionStore: () => import('../..').TransactionStore;
22
22
  export declare const useUserStore: () => import('..').UserStore;