@mx-cartographer/experiences 6.26.0-alpha.sms3 → 6.26.0-alpha.sms5

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,19 @@
1
+ ## [6.25.4] - 08-22-2025
2
+
3
+ - **ADDED** - Key Indicators section for `Finstrong`
4
+
5
+ ## [6.25.3] - 08-22-2025
6
+
7
+ - **ADDED** - Copy content for the `Profile` drawer in the `Finstrong` widget
8
+
9
+ ## [6.25.2] - 08-21-2025
10
+
11
+ - **FIXED** - Extra Scrollable Space in Recurring Transactions MicroWidget below 288px.
12
+
13
+ ## [6.25.1] - 08-21-2025
14
+
15
+ - **ADDED** - `Profile` drawer with API for `Finstrong` widget
16
+
1
17
  ## [6.25.00] - 08-20-2025
2
18
 
3
19
  - **ADDED** - (new) TrendsWidget, TrendsStore, TrendsChartTotals, TrendsInsights
@@ -9,7 +9,7 @@ export declare class AccountStore {
9
9
  members: Member[];
10
10
  uiStore: UiStore;
11
11
  constructor(globalStore: GlobalStore);
12
- loadAccountData: ({ accounts, institutions, }: {
12
+ loadAccountData: ({ accounts, institutions, }?: {
13
13
  accounts?: Account[];
14
14
  institutions?: Institution[];
15
15
  }) => Promise<void>;
@@ -17,6 +17,7 @@ export declare class AccountStore {
17
17
  get cashBalance(): number;
18
18
  get checkingAccounts(): Account[];
19
19
  get debtAccounts(): Account[];
20
+ get finstrongAccounts(): Account[];
20
21
  get investmentAccounts(): Account[];
21
22
  get savingsAccounts(): Account[];
22
23
  get visibleAccounts(): Account[];
@@ -24,6 +25,7 @@ export declare class AccountStore {
24
25
  get visibleCashBalance(): number;
25
26
  get visibleCheckingAccounts(): Account[];
26
27
  get visibleDebtAccounts(): Account[];
28
+ get visibleFinstrongAccounts(): Account[];
27
29
  get visibleInvestmentAccounts(): Account[];
28
30
  get visibleSavingsAccounts(): Account[];
29
31
  addAccount: (account: Account) => Promise<void>;
@@ -14,6 +14,7 @@ export declare class BudgetsStore {
14
14
  constructor(globalStore: GlobalStore);
15
15
  loadBudgetData: () => Promise<void>;
16
16
  get detailedBudgets(): DetailedBudget[];
17
+ get incomeBudget(): number | undefined;
17
18
  get unbudgetedCategories(): DetailedCategory[];
18
19
  get totalBudgeted(): number;
19
20
  addBudget: (category: Category, amount: number, parentGuid?: string | null) => Promise<void>;
@@ -14,12 +14,14 @@ interface LineChartProps {
14
14
  baseline?: string;
15
15
  colors: (string | undefined)[];
16
16
  curveType?: LineChartCurve;
17
+ customLegendVariant?: string;
17
18
  datasets: LineChartDataset[];
18
19
  height?: number;
19
20
  isGraphClippingXAxis?: boolean;
20
21
  labels: LineChartLabel[];
21
22
  labelBackgroundColor?: string;
22
23
  labelFontColor?: string;
24
+ labelFontSize?: number;
23
25
  margin?: {
24
26
  top?: number;
25
27
  right?: number;
@@ -1,9 +1,11 @@
1
1
  import { LineChartLabel } from '../LineChart';
2
- export declare const CustomLegendLabel: ({ label }: {
2
+ export declare const CustomLegendLabel: ({ label, customLegendVariant, }: {
3
3
  label: LineChartLabel;
4
+ customLegendVariant?: string;
4
5
  }) => import("react/jsx-runtime").JSX.Element | null;
5
- declare const _default: (({ average, labels, series, style, title, valueFormatterString, }: {
6
+ declare const _default: (({ average, customLegendVariant, labels, series, style, title, valueFormatterString, }: {
6
7
  average?: number;
8
+ customLegendVariant?: string;
7
9
  labels?: LineChartLabel[];
8
10
  series: any[];
9
11
  title?: string;
@@ -11,6 +11,7 @@ interface CustomMarkProps extends MarkElementProps {
11
11
  yData: number[];
12
12
  labelBackgroundColor?: string;
13
13
  labelFontColor?: string;
14
+ labelFontSize?: number;
14
15
  valueFormatterString?: string;
15
16
  }
16
17
  export declare const CustomMark: React.FC<CustomMarkProps>;
@@ -65,6 +65,6 @@ export declare class GlobalStore {
65
65
  globalUiStore: GlobalUiStore;
66
66
  constructor(appConfig?: AppConfig, endpoint?: string);
67
67
  get isInitialized(): boolean;
68
- loadData: ({ accounts, appData, associatedBeats, categories, institutions, transactionRules, transactions, userFeatures, }: LoadDataProps) => Promise<void>;
68
+ loadData: ({ accounts, appData, associatedBeats, categories, institutions, transactionRules, transactions, userFeatures, }?: LoadDataProps) => Promise<void>;
69
69
  }
70
70
  export {};
@@ -46,15 +46,27 @@ interface KeyIndicatorSpend {
46
46
  title: string;
47
47
  }
48
48
  export interface FinstrongCopy {
49
+ account: string;
50
+ accounts: string;
51
+ add_profile_item: string;
49
52
  building: string;
53
+ complete: string;
50
54
  connect_more_accounts_button: string;
51
55
  connect_more_accounts_description: string;
52
56
  connect_more_accounts_title: string;
53
57
  connect_more_accounts_to_view_more_accurate_financial_picture: string;
58
+ connect_your_accounts: string;
59
+ connected_account: string;
60
+ connections: string;
61
+ credit_score: string;
54
62
  credit_score_status: CreditScoreStatusCopy;
63
+ date_of_birth: string;
55
64
  dont_see_all_your_accounts: string;
56
- footer_center_content_updated_just_now: string;
65
+ edit_credit_score: string;
66
+ financial_profile: string;
67
+ financial_profile_description: string;
57
68
  finstrong_freedom_description: string;
69
+ footer_center_content_updated_just_now: string;
58
70
  how_do_we_do_this: string;
59
71
  insufficient_data: string;
60
72
  key_indicators: string;
@@ -62,22 +74,29 @@ export interface FinstrongCopy {
62
74
  key_indicators_fair: string;
63
75
  key_indicators_good: string;
64
76
  key_indicators_missing: string;
77
+ key_indicators_label: string;
65
78
  key_indicators_off_track: string;
66
79
  key_indicators_save: KeyIndicatorSave;
67
80
  key_indicators_spend: KeyIndicatorSpend;
68
81
  missing_data_description: string;
69
82
  missing_data_title: string;
83
+ monthly_income: string;
84
+ profile: string;
70
85
  score_rubric: string;
86
+ peer_average: string;
71
87
  see_whats_possible: string;
72
88
  see_whats_possible_description: string;
73
89
  stable: string;
74
90
  strong: string;
91
+ title: string;
75
92
  understand_your_habits: string;
76
93
  understand_your_habits_description: string;
77
94
  vulnerable: string;
78
95
  we_ask_questions: string;
79
96
  we_ask_questions_description_1: string;
80
97
  we_ask_questions_description_2: string;
98
+ whats_changed: string;
99
+ your_financial_profile: string;
81
100
  your_path_to_financial_freedom: string;
82
101
  }
83
102
  export {};
@@ -2,5 +2,7 @@ interface ManageDOBProps {
2
2
  isOpen: boolean;
3
3
  onClose: () => void;
4
4
  }
5
- declare const ManageDOB: ({ isOpen, onClose }: ManageDOBProps) => import("react/jsx-runtime").JSX.Element;
6
- export default ManageDOB;
5
+ declare const _default: (({ isOpen, onClose }: ManageDOBProps) => import("react/jsx-runtime").JSX.Element) & {
6
+ displayName: string;
7
+ };
8
+ export default _default;
@@ -1,5 +1,6 @@
1
1
  import { PieValueType } from '@mui/x-charts';
2
2
  import { CreditScoreStatusCopy, FinstrongCopy } from '../../common/types/localization/FinstrongCopy';
3
+ import { Action } from '../components/ProfileList';
3
4
  export declare const radiansToDegrees: (radians: number) => number;
4
5
  export declare const calculateFinstrongScoreStatus: (healthScore: number, copy: FinstrongCopy) => string;
5
6
  export declare const CreditScoreLightColors: {
@@ -26,3 +27,17 @@ export declare const getCreditScoreDetails: (healthScore: number, isDarkMode: bo
26
27
  export declare const getOutterArcStartEndAngle: (healthScoreData: PieValueType[], totalAngularSpan: number, arcStartAngle: number, dataIndex: number) => number[];
27
28
  export declare const getFilledArcStartEndAngle: (outterArcStartAngle: number, outterArcEndAngle: number, dataIndex: number, unitsPerSegment: number, progressEndAngle: number) => number[];
28
29
  export declare const getMarkerXYCoordinates: (markerRadius: number, progressEndAngle: number, angleOffset?: number) => number[];
30
+ export declare const buildProfileItem: ({ dynamicCopy, fallbackLabel, icon, key, label, value, }: {
31
+ dynamicCopy?: string;
32
+ fallbackLabel: string;
33
+ icon: JSX.Element;
34
+ key: Action;
35
+ label: string;
36
+ value: string | number | undefined | null;
37
+ }) => {
38
+ icon: import("react/jsx-runtime").JSX.Element;
39
+ isComplete: boolean;
40
+ key: Action;
41
+ primaryText: string;
42
+ secondaryText: string;
43
+ };