@mx-cartographer/experiences 6.19.0-alpha.bb2 → 6.20.0-alpha.bb1
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 +4 -0
- package/dist/common/types/GlobalCopy.d.ts +2 -1
- package/dist/common/types/localization/FinstrongCopy.d.ts +5 -0
- package/dist/common/types/localization/index.d.ts +1 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +7 -0
- package/dist/index.es.js +1 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.19.0] - 07-31-2025
|
|
2
|
+
|
|
3
|
+
- **ADDED** - Connect More Accounts Card for `Finstrong`.
|
|
4
|
+
|
|
5
|
+
## [6.18.12] - 07-30-2025
|
|
6
|
+
|
|
7
|
+
- **ADDED** - Added `session_timeout`, `session_timeout_url`, `keepalive_url` and `ping_id` to AppData
|
|
8
|
+
|
|
1
9
|
## [6.18.11] - 07-29-2025
|
|
2
10
|
|
|
3
11
|
- **FIXED** - Content variable name from `notifications_settings_title` to `notification_settings_title`
|
|
@@ -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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountsCopy, AnalyticsCopy, BudgetsCopy, CashflowCopy, CategoryCopy, CommonCopy, ConnectCopy, DebtsCopy, GoalsCopy, HelpCopy, InsightsFeedCopy, InvestmentsCopy, MicroInsightsCopy, NetWorthCopy, NotificationsCopy, RecurringCopy, SettingsCopy, SpendingCopy, TransactionsCopy, TrendsCopy } from './localization';
|
|
1
|
+
import { AccountsCopy, AnalyticsCopy, BudgetsCopy, CashflowCopy, CategoryCopy, CommonCopy, ConnectCopy, DebtsCopy, FinstrongCopy, GoalsCopy, HelpCopy, InsightsFeedCopy, InvestmentsCopy, MicroInsightsCopy, NetWorthCopy, NotificationsCopy, RecurringCopy, SettingsCopy, SpendingCopy, TransactionsCopy, TrendsCopy } from './localization';
|
|
2
2
|
export interface GlobalCopy {
|
|
3
3
|
accounts: AccountsCopy;
|
|
4
4
|
analytics: AnalyticsCopy;
|
|
@@ -9,6 +9,7 @@ export interface GlobalCopy {
|
|
|
9
9
|
connect: ConnectCopy;
|
|
10
10
|
debts: DebtsCopy;
|
|
11
11
|
goals: GoalsCopy;
|
|
12
|
+
finstrong: FinstrongCopy;
|
|
12
13
|
help: HelpCopy;
|
|
13
14
|
insights_feed: InsightsFeedCopy;
|
|
14
15
|
investments: InvestmentsCopy;
|
|
@@ -10,6 +10,7 @@ export type { ConnectCopy } from './ConnectCopy';
|
|
|
10
10
|
export type { CurrencyInputCopy } from './CurrencyInputCopy';
|
|
11
11
|
export type { DateRangePickerCopy } from './DateRangePickerCopy';
|
|
12
12
|
export type { DebtsCopy } from './DebtsCopy';
|
|
13
|
+
export type { FinstrongCopy } from './FinstrongCopy';
|
|
13
14
|
export type { GoalsCopy } from './GoalsCopy';
|
|
14
15
|
export type { HelpCopy, HelpByCategoryList } from './HelpCopy';
|
|
15
16
|
export type { InsightsFeedCopy } from './InsightsFeedCopy';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface ConnectMoreAccountsCardProps {
|
|
2
|
+
isDashboard?: boolean;
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const ConnectMoreAccountsCard: ({ isDashboard, title, description, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
package/dist/index.es.js
CHANGED
|
@@ -13287,16 +13287,7 @@ const Cp = (e, n) => {
|
|
|
13287
13287
|
children: /* @__PURE__ */ t(Ip, { onClose: re })
|
|
13288
13288
|
}
|
|
13289
13289
|
),
|
|
13290
|
-
/* @__PURE__ */ t(
|
|
13291
|
-
Ai,
|
|
13292
|
-
{
|
|
13293
|
-
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
|
13294
|
-
autoHideDuration: 3500,
|
|
13295
|
-
onClose: () => E(""),
|
|
13296
|
-
open: !!_,
|
|
13297
|
-
children: /* @__PURE__ */ t(Tn, { onClose: () => E(""), severity: "success", variant: "filled", children: _ })
|
|
13298
|
-
}
|
|
13299
|
-
)
|
|
13290
|
+
/* @__PURE__ */ t(Ai, { onClose: () => E(""), open: !!_, children: /* @__PURE__ */ t(Tn, { onClose: () => E(""), severity: "success", variant: "filled", children: _ }) })
|
|
13300
13291
|
]
|
|
13301
13292
|
}
|
|
13302
13293
|
);
|