@mx-cartographer/experiences 5.2.4 → 5.2.6
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 +8 -0
- package/dist/common/types/AppData.d.ts +2 -0
- package/dist/index.es.js +3 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.2.6] - 04-02-2025
|
|
2
|
+
|
|
3
|
+
- **ADDED** - Insights and Recurring transaction flags to AppConfig
|
|
4
|
+
|
|
5
|
+
## [5.2.5] - 04-02-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Transactions Widget | Memo TextInput Full Screen fix.
|
|
8
|
+
|
|
1
9
|
## [5.2.4] - 04-01-2025
|
|
2
10
|
|
|
3
11
|
- **FIXED** - Export CSV from `TransactionsWidget` to include the Credit/Debit column
|
|
@@ -80,11 +80,13 @@ export interface Config {
|
|
|
80
80
|
show_help_widget_in_master: boolean;
|
|
81
81
|
show_horizontal_padding_in_pulse_micro_widget: boolean;
|
|
82
82
|
show_icon_in_pulse_micro_widget: boolean;
|
|
83
|
+
show_insights_widget_in_master: boolean;
|
|
83
84
|
show_investments_widget_in_master: boolean;
|
|
84
85
|
show_mx_branding: boolean;
|
|
85
86
|
show_navigation_controls_in_pulse_micro_widget: boolean;
|
|
86
87
|
show_net_worth_widget_in_master: boolean;
|
|
87
88
|
show_notifications_widget_in_master: boolean;
|
|
89
|
+
show_recurring_transactions_widget_in_master: boolean;
|
|
88
90
|
show_settings_widget_in_master: boolean;
|
|
89
91
|
show_spending_plan_widget_in_master: boolean;
|
|
90
92
|
show_spending_widget_in_master: boolean;
|
package/dist/index.es.js
CHANGED
|
@@ -6170,6 +6170,7 @@ const EI = ({ transaction: A }) => {
|
|
|
6170
6170
|
{
|
|
6171
6171
|
"aria-label": o.memo_desc_aria,
|
|
6172
6172
|
focused: !0,
|
|
6173
|
+
fullWidth: !0,
|
|
6173
6174
|
multiline: !0,
|
|
6174
6175
|
name: "memo",
|
|
6175
6176
|
onChange: (d) => f(d.target.value),
|
|
@@ -18409,11 +18410,13 @@ const _v = {
|
|
|
18409
18410
|
show_help_widget_in_master: !0,
|
|
18410
18411
|
show_horizontal_padding_in_pulse_micro_widget: !0,
|
|
18411
18412
|
show_icon_in_pulse_micro_widget: !0,
|
|
18413
|
+
show_insights_widget_in_master: !0,
|
|
18412
18414
|
show_investments_widget_in_master: !1,
|
|
18413
18415
|
show_mx_branding: !0,
|
|
18414
18416
|
show_navigation_controls_in_pulse_micro_widget: !0,
|
|
18415
18417
|
show_net_worth_widget_in_master: !0,
|
|
18416
18418
|
show_notifications_widget_in_master: !0,
|
|
18419
|
+
show_recurring_transactions_widget_in_master: !0,
|
|
18417
18420
|
show_settings_widget_in_master: !0,
|
|
18418
18421
|
show_spending_plan_widget_in_master: !1,
|
|
18419
18422
|
show_spending_widget_in_master: !0,
|