@mx-cartographer/experiences 8.0.19 → 8.0.21
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 +12 -4
- package/dist/{AccountStore-DpYvNnql.mjs → AccountStore-B7zfcad7.mjs} +1 -1
- package/dist/{BudgetUtil-CLhRnCoX.mjs → BudgetUtil-DZpOoZQa.mjs} +1 -1
- package/dist/{EmbeddedCard-xngm4vLT.mjs → EmbeddedCard-D0Pgpiuq.mjs} +89 -81
- package/dist/{GlobalAccountFilter-B73Pw1hJ.mjs → GlobalAccountFilter-CmnaZDS6.mjs} +27 -27
- package/dist/{Help-DBAosGjO.mjs → Help-BkmSY96v.mjs} +1 -1
- package/dist/{ManageIncome-CvfRTf-j.mjs → ManageIncome-DfKQ48km.mjs} +2 -2
- package/dist/{NotificationSettings-D7VqsrZy.mjs → NotificationSettings-DBT37CVB.mjs} +1 -1
- package/dist/{RecurringSettings-DJIUgK5A.mjs → RecurringSettings-CpFfjTIL.mjs} +1 -1
- package/dist/{SpendingLegend-BCnXkPCD.mjs → SpendingLegend-CypdabwS.mjs} +1 -1
- package/dist/{TransactionDetails-KklNHa-s.mjs → TransactionDetails-D57Cfnwh.mjs} +2 -2
- package/dist/WidgetContainer-DYKMArWw.mjs +468 -0
- package/dist/accounts/index.es.js +96 -94
- package/dist/budgets/index.es.js +448 -444
- package/dist/cashflow/index.es.js +234 -232
- package/dist/common/components/GlobalAccountFilter.d.ts +2 -1
- package/dist/common/components/WidgetContainer.d.ts +2 -1
- package/dist/common/components/WidgetDateRangeSelector.d.ts +12 -0
- package/dist/common/hooks/index.d.ts +1 -0
- package/dist/common/hooks/useWidgetHeaderStyles.d.ts +32 -0
- package/dist/common/index.es.js +133 -132
- package/dist/common/utils/PostMessage.d.ts +1 -0
- package/dist/core/types/Widgets.d.ts +1 -0
- package/dist/dashboard/index.es.js +3 -3
- package/dist/debts/components/actions/DebtsPriorityAction.d.ts +2 -1
- package/dist/debts/components/debtspriority/DebtsPriorityButton.d.ts +2 -1
- package/dist/debts/index.es.js +589 -587
- package/dist/finstrong/FinstrongWidget.d.ts +1 -1
- package/dist/finstrong/index.es.js +738 -746
- package/dist/goals/GoalsWidget.d.ts +1 -1
- package/dist/goals/index.es.js +439 -438
- package/dist/help/HelpWidget.d.ts +1 -1
- package/dist/help/index.es.js +21 -12
- package/dist/insights/components/index.d.ts +1 -0
- package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta.d.ts +5 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescription.d.ts +0 -2
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.d.ts +0 -2
- package/dist/insights/components/shared/InsightsCard/Description.d.ts +0 -2
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI.d.ts +0 -2
- package/dist/insights/index.es.js +562 -579
- package/dist/insights/types/CommonBeat.d.ts +0 -1
- package/dist/investments/InvestmentsWidget.d.ts +1 -1
- package/dist/investments/index.es.js +418 -417
- package/dist/networth/index.es.js +265 -278
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/RecurringTransactionsWidget.d.ts +1 -1
- package/dist/recurringtransactions/index.es.js +235 -232
- package/dist/settings/SettingsWidget.d.ts +1 -1
- package/dist/settings/index.es.js +283 -282
- package/dist/spending/index.es.js +110 -109
- package/dist/transactions/index.es.js +280 -277
- package/dist/trends/index.es.js +623 -616
- package/dist/{useScreenSize-B6JyS_Lj.mjs → useScreenSize-CUcpY7aJ.mjs} +1 -1
- package/package.json +2 -2
- package/dist/WidgetContainer-D-pbSa7L.mjs +0 -441
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { WidgetProps } from '../core';
|
|
2
|
-
export declare const HelpWidget: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
2
|
+
export declare const HelpWidget: (({ onBackClick, onMenuClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { observer as
|
|
3
|
-
import { H as
|
|
4
|
-
import { b as
|
|
5
|
-
import { u as
|
|
6
|
-
import { L as
|
|
7
|
-
import { W as
|
|
8
|
-
const
|
|
9
|
-
const { isInitialized: o } =
|
|
10
|
-
return
|
|
2
|
+
import { observer as m } from "mobx-react-lite";
|
|
3
|
+
import { H as s } from "../Help-BkmSY96v.mjs";
|
|
4
|
+
import { b as a } from "../hooks-BxkfR-Ff.mjs";
|
|
5
|
+
import { u as p } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
6
|
+
import { L as d } from "../Loader-D3rjKx72.mjs";
|
|
7
|
+
import { W as f } from "../WidgetContainer-DYKMArWw.mjs";
|
|
8
|
+
const L = m(({ onBackClick: e, onMenuClick: i, sx: t }) => {
|
|
9
|
+
const { isInitialized: o } = a();
|
|
10
|
+
return p({
|
|
11
11
|
widgetName: "HelpWidget",
|
|
12
12
|
isLoaded: o
|
|
13
|
-
}), o ? /* @__PURE__ */ r(
|
|
13
|
+
}), o ? /* @__PURE__ */ r(
|
|
14
|
+
f,
|
|
15
|
+
{
|
|
16
|
+
onBackClick: e,
|
|
17
|
+
onMenuClick: i,
|
|
18
|
+
showAccountFilter: !1,
|
|
19
|
+
sx: { p: 16 },
|
|
20
|
+
children: /* @__PURE__ */ r(s, { sx: t })
|
|
21
|
+
}
|
|
22
|
+
) : /* @__PURE__ */ r(d, {});
|
|
14
23
|
});
|
|
15
24
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
25
|
+
s as Help,
|
|
26
|
+
L as HelpWidget
|
|
18
27
|
};
|
|
@@ -29,6 +29,7 @@ export { default as CardFooter } from './shared/InsightsCard/CardFooter';
|
|
|
29
29
|
export * from './shared/InsightsCard/CardHeader';
|
|
30
30
|
export * from './shared/InsightsCard/CardLoading';
|
|
31
31
|
export * from './shared/InsightsCard/CardError';
|
|
32
|
+
export { default as ClientConfigurableCta } from './shared/InsightsCard/ClientConfigurableCta';
|
|
32
33
|
export * from './shared/InsightsCard/ContentAndDescription';
|
|
33
34
|
export * from './shared/InsightsCard/Description';
|
|
34
35
|
export * from './shared/InsightsCard/EmbeddedCard';
|
|
@@ -7,11 +7,9 @@ export interface ContentAndDescriptionProps {
|
|
|
7
7
|
children?: React.ReactNode;
|
|
8
8
|
descriptionPlacement?: 'top' | 'bottom';
|
|
9
9
|
hideDescription?: boolean;
|
|
10
|
-
inDescriptionCtaOnClick?: (event?: React.MouseEvent<HTMLButtonElement, MouseEvent> | string) => void;
|
|
11
10
|
isLoading?: boolean;
|
|
12
11
|
isMini?: boolean;
|
|
13
12
|
hasFullWidthImage?: boolean;
|
|
14
|
-
hasFooterButton?: boolean;
|
|
15
13
|
sx?: SxProps;
|
|
16
14
|
}
|
|
17
15
|
export declare const ContentAndDescription: React.FC<ContentAndDescriptionProps>;
|
|
@@ -7,11 +7,9 @@ export interface ContentAndDescriptionMUIProps {
|
|
|
7
7
|
children?: React.ReactNode;
|
|
8
8
|
descriptionPlacement?: 'top' | 'bottom';
|
|
9
9
|
hideDescription?: boolean;
|
|
10
|
-
inDescriptionCtaOnClick?: (event?: React.MouseEvent<HTMLButtonElement, MouseEvent> | string) => void;
|
|
11
10
|
isLoading?: boolean;
|
|
12
11
|
isMini?: boolean;
|
|
13
12
|
hasFullWidthImage?: boolean;
|
|
14
|
-
hasFooterButton?: boolean;
|
|
15
13
|
sx?: SxProps;
|
|
16
14
|
}
|
|
17
15
|
export declare const ContentAndDescriptionMUI: React.FC<ContentAndDescriptionMUIProps>;
|
|
@@ -3,9 +3,7 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
import { Beat } from '../../../types/CommonBeat';
|
|
4
4
|
interface DescriptionProps {
|
|
5
5
|
beat: Beat;
|
|
6
|
-
footerButton: boolean;
|
|
7
6
|
hasFullWidthImage?: boolean;
|
|
8
|
-
inDescriptionCtaOnClick?: () => void;
|
|
9
7
|
sx?: SxProps;
|
|
10
8
|
}
|
|
11
9
|
export declare const Description: React.FC<DescriptionProps>;
|
|
@@ -3,9 +3,7 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
import { Beat } from '../../../types/CommonBeat';
|
|
4
4
|
interface DescriptionMUIProps {
|
|
5
5
|
beat: Beat;
|
|
6
|
-
footerButton: boolean;
|
|
7
6
|
hasFullWidthImage?: boolean;
|
|
8
|
-
inDescriptionCtaOnClick?: () => void;
|
|
9
7
|
sx?: SxProps;
|
|
10
8
|
}
|
|
11
9
|
export declare const DescriptionMUI: React.FC<DescriptionMUIProps>;
|