@mx-cartographer/experiences 6.18.10 → 6.18.12
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,11 @@
|
|
|
1
|
+
## [6.18.12] - 07-30-2025
|
|
2
|
+
|
|
3
|
+
- **ADDED** - Added `session_timeout`, `session_timeout_url`, `keepalive_url` and `ping_id` to AppData
|
|
4
|
+
|
|
5
|
+
## [6.18.11] - 07-29-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Content variable name from `notifications_settings_title` to `notification_settings_title`
|
|
8
|
+
|
|
1
9
|
## [6.18.10] - 07-29-2025
|
|
2
10
|
|
|
3
11
|
- **ADDED** - New carousel animation in Insights Micro Widget
|
|
@@ -83,8 +83,11 @@ export interface Config {
|
|
|
83
83
|
enable_mark_account_duplicate_for_held_accounts: boolean;
|
|
84
84
|
enable_renaming_home_accounts: boolean;
|
|
85
85
|
enable_support_requests: boolean;
|
|
86
|
+
keepalive_url?: string;
|
|
86
87
|
language?: string;
|
|
87
88
|
product_name?: string;
|
|
89
|
+
session_timeout?: number;
|
|
90
|
+
session_timeout_url?: string;
|
|
88
91
|
session_token?: string;
|
|
89
92
|
show_account_nicknames_in_master: boolean;
|
|
90
93
|
show_accounts_widget_in_master: boolean;
|
|
@@ -133,6 +136,7 @@ export interface Options {
|
|
|
133
136
|
custom_copy_namespace?: string;
|
|
134
137
|
language?: string;
|
|
135
138
|
product_name?: string;
|
|
139
|
+
ping_id?: string;
|
|
136
140
|
session_token?: string;
|
|
137
141
|
subtype?: string;
|
|
138
142
|
type?: string;
|
|
@@ -128,6 +128,6 @@ export interface SettingsCopy {
|
|
|
128
128
|
discovered_account: string;
|
|
129
129
|
promotional_campaign_messages: string;
|
|
130
130
|
transparent_overdraft: string;
|
|
131
|
-
|
|
131
|
+
notification_settings_title: string;
|
|
132
132
|
open_notification_settings_btn_aria: string;
|
|
133
133
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -19921,7 +19921,7 @@ const o2 = x(({ onBackClick: e, sx: n }) => {
|
|
|
19921
19921
|
ariaLabelClose: r.close_notification_settings,
|
|
19922
19922
|
isOpen: d,
|
|
19923
19923
|
onClose: () => _(!1),
|
|
19924
|
-
title: s.
|
|
19924
|
+
title: s.notification_settings_title,
|
|
19925
19925
|
children: /* @__PURE__ */ t(
|
|
19926
19926
|
ea,
|
|
19927
19927
|
{
|