@mx-cartographer/experiences 7.1.3 → 7.1.4-ram1-alpha-finstrong-credit-score-graph-check

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.
Files changed (125) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/{Account-8IUM_CLv.mjs → Account-CpRTVIHg.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-CuZSSAEc.mjs → AccountDetailsContent-6aPMU6Hp.mjs} +10 -10
  4. package/dist/{AccountDetailsHeader-BZBsIKdF.mjs → AccountDetailsHeader-BkUZYoV8.mjs} +8 -8
  5. package/dist/{AccountFields-BD_0GT68.mjs → AccountFields-DOLjKu5l.mjs} +5 -5
  6. package/dist/{AccountListItem-CllIBCao.mjs → AccountListItem-CTT5m4qx.mjs} +4 -4
  7. package/dist/{AccountStore-BL0FE1QL.mjs → AccountStore-DTfpr3h0.mjs} +26 -15
  8. package/dist/{Accounts-Bvc9TJaO.mjs → Accounts-D0BmvNxn.mjs} +1 -1
  9. package/dist/{BudgetUtil-psfk-Amb.mjs → BudgetUtil-D2Jcp-E-.mjs} +1 -1
  10. package/dist/{CategorySelectorDrawer-BmenK5bu.mjs → CategorySelectorDrawer-DomNyubP.mjs} +3 -3
  11. package/dist/{CategoryStore-BCcpI3oJ.mjs → CategoryStore-C1IfDPCE.mjs} +1 -1
  12. package/dist/{CategoryUtil-BR3H5i6n.mjs → CategoryUtil-DUM8NuGO.mjs} +1 -1
  13. package/dist/{ConnectDrawer-CPTXh70j.mjs → ConnectDrawer--gJHyp-S.mjs} +2 -2
  14. package/dist/{ConnectionsDrawer-Dkb4vBmt.mjs → ConnectionsDrawer-DabiwV9L.mjs} +3 -3
  15. package/dist/{CurrencyInput-C4xNRL2W.mjs → CurrencyInput-CC5cwVit.mjs} +1 -1
  16. package/dist/{DateUtil-BcuH7ErC.mjs → DateUtil-CBdcsyuk.mjs} +3 -3
  17. package/dist/{DebtsStore-D4grpB4m.mjs → DebtsStore-9aR2sTJQ.mjs} +1 -1
  18. package/dist/{Dialog-CWW597AF.mjs → Dialog-BPTr3qHE.mjs} +2 -2
  19. package/dist/Drawer-BEtCk82g.mjs +163 -0
  20. package/dist/{ExportCsvAction-CBJAfyAw.mjs → ExportCsvAction-Um-CDa4C.mjs} +3 -3
  21. package/dist/FinstrongStore-CC4SrBjA.mjs +436 -0
  22. package/dist/{GoalStore-B5MZzPLZ.mjs → GoalStore-CiBKZvTg.mjs} +3 -3
  23. package/dist/{Help-CzBAsKA2.mjs → Help-BZ8pIkkR.mjs} +2 -2
  24. package/dist/LineChart-CE3oLBQ0.mjs +566 -0
  25. package/dist/{ListItemAction-DSrYDGAP.mjs → ListItemAction-DGaxy7oz.mjs} +10 -10
  26. package/dist/{ManageIncome-DUuT-yMV.mjs → ManageIncome-BaNgfwr5.mjs} +34 -32
  27. package/dist/{MicroWidgetContainer-C4QQHfD7.mjs → MicroWidgetContainer-C3iV1FBR.mjs} +1 -1
  28. package/dist/{MiniWidgetContainer-DTQdRK-3.mjs → MiniWidgetContainer-LtXXgZ6H.mjs} +1 -1
  29. package/dist/{NetWorthStore-Do1Gk8Te.mjs → NetWorthStore-MnpP5KEc.mjs} +2 -2
  30. package/dist/{NotificationSettings-BuShgjn6.mjs → NotificationSettings-Ckx8tgQj.mjs} +5 -5
  31. package/dist/{OriginalBalanceAction-BsxcvNEF.mjs → OriginalBalanceAction-CGZDUsCc.mjs} +3 -3
  32. package/dist/{RecurringSettings-BVOt46uV.mjs → RecurringSettings-DE4T4yQy.mjs} +4 -4
  33. package/dist/{RecurringTransactions-ej39mgA6.mjs → RecurringTransactions-CngsRZ3K.mjs} +45 -44
  34. package/dist/{RecurringTransactionsStore-DrzS1LmF.mjs → RecurringTransactionsStore-C4RVULF8.mjs} +1 -1
  35. package/dist/{SpendingData-D5vsfYKo.mjs → SpendingData-BuJ03S9d.mjs} +16 -16
  36. package/dist/SpendingLegend-D24CEkL3.mjs +170 -0
  37. package/dist/{TransactionDetails-_cXLXTd3.mjs → TransactionDetails-DRlrltGq.mjs} +11 -8
  38. package/dist/{TransactionStore-B-Tq_YFE.mjs → TransactionStore-D8MKYDMb.mjs} +3 -3
  39. package/dist/{TrendsStore-ZZ8X36lJ.mjs → TrendsStore-DL3Vuh71.mjs} +14 -14
  40. package/dist/{User-DaJAQ09j.mjs → User-BthIKO4w.mjs} +2 -2
  41. package/dist/{WidgetContainer-DtPnPQZY.mjs → WidgetContainer-DJA1bxLn.mjs} +4 -4
  42. package/dist/accounts/components/AccountsListCompact.d.ts +10 -0
  43. package/dist/accounts/index.es.js +14 -14
  44. package/dist/accounts/stores/AccountStore.d.ts +2 -0
  45. package/dist/analytics/index.es.js +2 -2
  46. package/dist/budgets/index.es.js +12 -12
  47. package/dist/cashflow/index.es.js +287 -295
  48. package/dist/categories/index.es.js +2 -2
  49. package/dist/common/components/Select.d.ts +4 -2
  50. package/dist/common/components/charts/LineChart.d.ts +2 -0
  51. package/dist/common/components/charts/linechart/CustomMark.d.ts +2 -0
  52. package/dist/common/components/drawer/Drawer.d.ts +3 -0
  53. package/dist/common/components/drawer/Footer.d.ts +17 -0
  54. package/dist/common/index.es.js +33 -33
  55. package/dist/common/types/Finstrong.d.ts +50 -0
  56. package/dist/common/types/index.d.ts +1 -1
  57. package/dist/common/types/localization/FinstrongCopy.d.ts +57 -1
  58. package/dist/dashboard/index.es.js +2 -2
  59. package/dist/debts/index.es.js +11 -11
  60. package/dist/{exportTransactionsToCSV-D8TTNrrE.mjs → exportTransactionsToCSV-XqdHNe2V.mjs} +2 -2
  61. package/dist/finstrong/api/FinstrongApi.d.ts +5 -0
  62. package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +2 -1
  63. package/dist/finstrong/components/CreditOverTimeGraph.d.ts +1 -0
  64. package/dist/finstrong/components/CreditScore/CreditScoreContent.d.ts +4 -0
  65. package/dist/finstrong/components/CreditScore/CreditScoreHeader.d.ts +4 -0
  66. package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +3 -0
  67. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +3 -0
  68. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +4 -0
  69. package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.d.ts +3 -0
  70. package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
  71. package/dist/finstrong/components/KeyIndicatorsDrawer.d.ts +1 -1
  72. package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
  73. package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +2 -2
  74. package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +4 -3
  75. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
  76. package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
  77. package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +6 -0
  78. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +4 -0
  79. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +4 -0
  80. package/dist/finstrong/components/ProgressBar.d.ts +15 -0
  81. package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +3 -0
  82. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +3 -0
  83. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +4 -0
  84. package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +3 -0
  85. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +3 -0
  86. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +4 -0
  87. package/dist/finstrong/components/StatusChip.d.ts +5 -0
  88. package/dist/finstrong/components/onboarding/Onboarding.d.ts +2 -0
  89. package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.d.ts +11 -0
  90. package/dist/finstrong/components/onboarding/OnboardingBirthday.d.ts +8 -0
  91. package/dist/finstrong/components/onboarding/OnboardingCreditScore.d.ts +8 -0
  92. package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.d.ts +14 -0
  93. package/dist/finstrong/components/onboarding/OnboardingStepsHeader.d.ts +8 -0
  94. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
  95. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
  96. package/dist/finstrong/components/shared/Accounts.d.ts +8 -0
  97. package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
  98. package/dist/finstrong/components/shared/DoubleBarChart.d.ts +28 -0
  99. package/dist/finstrong/components/shared/LineGraph.d.ts +7 -0
  100. package/dist/finstrong/components/shared/TotalCard.d.ts +8 -0
  101. package/dist/finstrong/components/shared/TransactionList.d.ts +15 -0
  102. package/dist/finstrong/components/shared/Transactions.d.ts +11 -0
  103. package/dist/finstrong/constants/index.d.ts +8 -0
  104. package/dist/finstrong/index.es.js +2899 -1017
  105. package/dist/finstrong/stores/FinstrongStore.d.ts +9 -1
  106. package/dist/finstrong/util/finstrongUtils.d.ts +65 -1
  107. package/dist/goals/index.es.js +14 -14
  108. package/dist/help/index.es.js +3 -3
  109. package/dist/{hooks-CE2TKk4a.mjs → hooks-CBST3rkm.mjs} +3 -3
  110. package/dist/investments/index.es.js +4 -4
  111. package/dist/merchants/index.es.js +1 -1
  112. package/dist/networth/index.es.js +34 -34
  113. package/dist/notifications/index.es.js +4 -4
  114. package/dist/recurringtransactions/index.es.js +13 -13
  115. package/dist/settings/index.es.js +8 -8
  116. package/dist/spending/index.es.js +222 -373
  117. package/dist/transactions/index.es.js +15 -15
  118. package/dist/trends/index.es.js +15 -15
  119. package/dist/{useAccountDisplayName-BXGkZN5B.mjs → useAccountDisplayName-DH1CuQ9R.mjs} +2 -2
  120. package/dist/{useInsightsEnabled-DSnpkUq0.mjs → useInsightsEnabled-jdvS1ppf.mjs} +1 -1
  121. package/package.json +1 -1
  122. package/dist/Drawer-kEE73B87.mjs +0 -113
  123. package/dist/FinstrongStore-F2c607dj.mjs +0 -101
  124. package/dist/LineChart-B35qvXik.mjs +0 -541
  125. package/dist/finstrong/utils/Finstrong.d.ts +0 -6
@@ -1,5 +1,5 @@
1
- import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-BmenK5bu.mjs";
2
- import { C as g } from "../CategoryStore-BCcpI3oJ.mjs";
1
+ import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-DomNyubP.mjs";
2
+ import { C as g } from "../CategoryStore-C1IfDPCE.mjs";
3
3
  export {
4
4
  o as CategoryRow,
5
5
  a as CategorySelector,
@@ -1,12 +1,14 @@
1
+ import { default as React } from 'react';
2
+ import { default as TextField } from '@mui/material/TextField';
1
3
  export type SelectOption = {
2
4
  id: number;
3
5
  label: string;
4
6
  };
5
- interface SelectProps {
7
+ interface SelectProps extends Omit<React.ComponentProps<typeof TextField>, 'onChange'> {
6
8
  label: string;
7
9
  onChange: (value: number) => void;
8
10
  options: SelectOption[];
9
11
  value: number;
10
12
  }
11
- export declare const Select: ({ label, onChange, options, value }: SelectProps) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const Select: ({ label, onChange, options, value, ...props }: SelectProps) => import("react/jsx-runtime").JSX.Element;
12
14
  export {};
@@ -4,6 +4,7 @@ import { MarkHandlers } from './linechart/CustomMark';
4
4
  export type LineChartDataset = {
5
5
  x: string;
6
6
  y: number;
7
+ showMark?: boolean;
7
8
  }[];
8
9
  export type LineChartLabel = string | {
9
10
  label: string;
@@ -14,6 +15,7 @@ export type TooltipLabel = LineChartLabel & {
14
15
  };
15
16
  type LineChartCurve = 'catmullRom' | 'linear' | 'monotoneX' | 'monotoneY' | 'natural' | 'step' | 'stepBefore' | 'stepAfter' | 'bump' | 'bumpX' | 'bumpY';
16
17
  interface LineChartProps {
18
+ areaColor?: string;
17
19
  axisColor?: string;
18
20
  baseline?: string;
19
21
  chartFor?: string;
@@ -8,9 +8,11 @@ export type MarkHandlers = {
8
8
  interface CustomMarkProps extends MarkElementProps {
9
9
  handlers?: MarkHandlers;
10
10
  showLabel: boolean;
11
+ showMark?: boolean;
11
12
  yData: number[];
12
13
  labelBackgroundColor?: string;
13
14
  labelFontColor?: string;
15
+ style?: React.CSSProperties;
14
16
  labelFontSize?: number;
15
17
  valueFormatterString?: string;
16
18
  }
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+ import { default as Button } from '@mui/material/Button';
2
3
  import { SxProps } from '@mui/material/styles';
3
4
  export type CopyObject = {
4
5
  close_drawer_aria: string;
@@ -6,6 +7,7 @@ export type CopyObject = {
6
7
  interface DrawerProps {
7
8
  ariaLabelClose?: string;
8
9
  className?: string;
10
+ footerStyles?: SxProps;
9
11
  hasSecondaryAction?: boolean;
10
12
  id?: string;
11
13
  isOpen: boolean;
@@ -13,6 +15,7 @@ interface DrawerProps {
13
15
  onClose: () => void;
14
16
  onPrimaryAction?: () => void;
15
17
  onSecondaryAction?: () => void;
18
+ primaryButtonProps?: React.ComponentProps<typeof Button>;
16
19
  primaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
17
20
  primaryText?: string;
18
21
  secondaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
@@ -0,0 +1,17 @@
1
+ import { default as Button } from '@mui/material/Button';
2
+ import { SxProps } from '@mui/material/styles';
3
+ type Color = 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
4
+ type FooterProps = {
5
+ footerStyles?: SxProps;
6
+ hasSecondaryAction?: boolean;
7
+ isPrimaryDisabled?: boolean;
8
+ onPrimaryAction?: () => void;
9
+ onSecondaryAction?: () => void;
10
+ primaryButtonProps?: React.ComponentProps<typeof Button>;
11
+ primaryColor?: Color;
12
+ primaryText?: string;
13
+ secondaryColor?: Color;
14
+ secondaryText?: string;
15
+ };
16
+ declare const Footer: ({ footerStyles, hasSecondaryAction, isPrimaryDisabled, onPrimaryAction, onSecondaryAction, primaryButtonProps, primaryColor, primaryText, secondaryColor, secondaryText, }: FooterProps) => import("react/jsx-runtime").JSX.Element;
17
+ export default Footer;
@@ -2,76 +2,76 @@ import { G as k } from "../useCombineEvents-BUDIR1ba.mjs";
2
2
  import { A as ss, a as rs, u as os, b as as } from "../useCombineEvents-BUDIR1ba.mjs";
3
3
  import { F as S, A as h } from "../Fetch-87LIQbEA.mjs";
4
4
  import { B as is } from "../BeatApi-DhJpgCLz.mjs";
5
- import { C as et } from "../CategoryStore-BCcpI3oJ.mjs";
6
- import { a as ds } from "../CategoryStore-BCcpI3oJ.mjs";
5
+ import { C as et } from "../CategoryStore-C1IfDPCE.mjs";
6
+ import { a as ds } from "../CategoryStore-C1IfDPCE.mjs";
7
7
  import { N as st } from "../NotificationStore-C6PH6MKm.mjs";
8
8
  import { a as us } from "../NotificationStore-C6PH6MKm.mjs";
9
- import { T as rt } from "../User-DaJAQ09j.mjs";
10
- import { C as gs, b as ps, L as ms, a as _s } from "../User-DaJAQ09j.mjs";
9
+ import { T as rt } from "../User-BthIKO4w.mjs";
10
+ import { C as gs, b as ps, L as ms, a as _s } from "../User-BthIKO4w.mjs";
11
11
  import { H as ot } from "../Help-DhcC-C05.mjs";
12
12
  import { E as ys } from "../Help-DhcC-C05.mjs";
13
- import { M as bs } from "../MicroWidgetContainer-C4QQHfD7.mjs";
14
- import { M as xs } from "../MiniWidgetContainer-DTQdRK-3.mjs";
15
- import { A as vs, D as Ds, W as As } from "../WidgetContainer-DtPnPQZY.mjs";
16
- import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-CPTXh70j.mjs";
17
- import { C as Ys } from "../CurrencyInput-C4xNRL2W.mjs";
13
+ import { M as bs } from "../MicroWidgetContainer-C3iV1FBR.mjs";
14
+ import { M as xs } from "../MiniWidgetContainer-LtXXgZ6H.mjs";
15
+ import { A as vs, D as Ds, W as As } from "../WidgetContainer-DJA1bxLn.mjs";
16
+ import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer--gJHyp-S.mjs";
17
+ import { C as Ys } from "../CurrencyInput-CC5cwVit.mjs";
18
18
  import { L as zs } from "../Loader-DUaFpDGv.mjs";
19
19
  import { R as js } from "../ResponsiveButton-DZFp78fJ.mjs";
20
20
  import { S as Vs } from "../SearchBox-B2_zLv8-.mjs";
21
- import { T as at } from "../TransactionStore-B-Tq_YFE.mjs";
22
- import { S as Js } from "../TransactionStore-B-Tq_YFE.mjs";
21
+ import { T as at } from "../TransactionStore-D8MKYDMb.mjs";
22
+ import { S as Js } from "../TransactionStore-D8MKYDMb.mjs";
23
23
  import { T as er } from "../TabContentContainer-j01JYR_7.mjs";
24
24
  import { I as rr } from "../IconBacking-B9oC6uL2.mjs";
25
- import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-ej39mgA6.mjs";
25
+ import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-CngsRZ3K.mjs";
26
26
  import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
27
27
  import { I as hr } from "../CashflowStore-D9Dpuz7X.mjs";
28
- import { d as it } from "../GoalStore-B5MZzPLZ.mjs";
29
- import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-B5MZzPLZ.mjs";
28
+ import { d as it } from "../GoalStore-CiBKZvTg.mjs";
29
+ import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-CiBKZvTg.mjs";
30
30
  import { C as Sr } from "../CurrencyText-kyC1aseI.mjs";
31
31
  import { E as wr } from "../EmptyState-DA_lfRBv.mjs";
32
- import { L as Cr } from "../ListItemAction-DSrYDGAP.mjs";
33
- import { T as ct } from "../TrendsStore-ZZ8X36lJ.mjs";
34
- import { L as Dr, S as Ar } from "../TrendsStore-ZZ8X36lJ.mjs";
32
+ import { L as Cr } from "../ListItemAction-DGaxy7oz.mjs";
33
+ import { T as ct } from "../TrendsStore-DL3Vuh71.mjs";
34
+ import { L as Dr, S as Ar } from "../TrendsStore-DL3Vuh71.mjs";
35
35
  import { A as Tr, B as Br, I as Ir, N as Nr, T as Mr, a as kr } from "../ToggleListItem-r0Kx56wF.mjs";
36
36
  import { jsxs as y, jsx as n } from "react/jsx-runtime";
37
37
  import dt, { useRef as lt, useEffect as ut } from "react";
38
38
  import { css as x, keyframes as ht } from "@mxenabled/cssinjs";
39
39
  import { useTokens as C, Text as B } from "@mxenabled/mxui";
40
40
  import { D as Rr } from "../Donut-1UMNcG67.mjs";
41
- import { L as Or } from "../LineChart-B35qvXik.mjs";
41
+ import { L as Or } from "../LineChart-CE3oLBQ0.mjs";
42
42
  import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
43
- import { D as Hr, a as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-CWW597AF.mjs";
43
+ import { a as Hr, D as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-BPTr3qHE.mjs";
44
44
  import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
45
45
  import { S as zr } from "../SingleSegmentDonut-BgbLgwHi.mjs";
46
- import { D as jr } from "../Drawer-kEE73B87.mjs";
47
- import { I as Vr, P as Zr, S as Jr } from "../Account-8IUM_CLv.mjs";
46
+ import { D as jr } from "../Drawer-BEtCk82g.mjs";
47
+ import { I as Vr, P as Zr, S as Jr } from "../Account-CpRTVIHg.mjs";
48
48
  import { b as E } from "../Category-CevNQ03n.mjs";
49
49
  import { C as eo, c as so, a as ro, P as oo } from "../Category-CevNQ03n.mjs";
50
50
  import { C as no, f as io, b as co, a as lo, g as uo, i as ho } from "../NumberFormatting-Buh7u8Oi.mjs";
51
- import { R as mt } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
52
- import { S as po, T as mo } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
53
- import { G as fo, B as yo, C as So, W as bo, d as wo, a as xo, i as Co, t as vo, m as Do, x as Ao, y as Eo, g as To, w as Bo, u as Io, f as No, b as Mo, l as ko, z as $o, s as Ro, c as Po, q as Oo, n as Uo, A as Lo, j as Go, r as Ho, h as Fo, v as Wo, o as qo, p as Yo } from "../hooks-CE2TKk4a.mjs";
54
- import { u as zo } from "../useAccountDisplayName-BXGkZN5B.mjs";
55
- import { u as jo } from "../useInsightsEnabled-DSnpkUq0.mjs";
51
+ import { R as mt } from "../RecurringTransactionsStore-C4RVULF8.mjs";
52
+ import { S as po, T as mo } from "../RecurringTransactionsStore-C4RVULF8.mjs";
53
+ import { G as fo, B as yo, C as So, W as bo, d as wo, a as xo, i as Co, t as vo, m as Do, w as Ao, x as Eo, g as To, y as Bo, u as Io, f as No, b as Mo, l as ko, z as $o, s as Ro, c as Po, q as Oo, n as Uo, A as Lo, j as Go, r as Ho, h as Fo, v as Wo, o as qo, p as Yo } from "../hooks-CBST3rkm.mjs";
54
+ import { u as zo } from "../useAccountDisplayName-DH1CuQ9R.mjs";
55
+ import { u as jo } from "../useInsightsEnabled-jdvS1ppf.mjs";
56
56
  import { u as Vo } from "../useScreenSize-B6JyS_Lj.mjs";
57
57
  import { makeAutoObservable as f, runInAction as p, reaction as _t } from "mobx";
58
- import { a as ft } from "../AccountStore-BL0FE1QL.mjs";
58
+ import { a as ft } from "../AccountStore-DTfpr3h0.mjs";
59
59
  import yt from "posthog-js";
60
60
  import { B as St } from "../BeatStore-IBnXd4YK.mjs";
61
61
  import { endOfMonth as Z } from "date-fns/endOfMonth";
62
62
  import { startOfMonth as J } from "date-fns/startOfMonth";
63
63
  import { startOfToday as U } from "date-fns/startOfToday";
64
- import { f as bt, a as wt, b as L } from "../BudgetUtil-psfk-Amb.mjs";
65
- import { g as Jo, e as ta, c as ea, d as sa, i as ra } from "../BudgetUtil-psfk-Amb.mjs";
66
- import { a as xt } from "../DebtsStore-D4grpB4m.mjs";
67
- import { a as Ct } from "../FinstrongStore-F2c607dj.mjs";
64
+ import { f as bt, a as wt, b as L } from "../BudgetUtil-D2Jcp-E-.mjs";
65
+ import { g as Jo, e as ta, c as ea, d as sa, i as ra } from "../BudgetUtil-D2Jcp-E-.mjs";
66
+ import { a as xt } from "../DebtsStore-9aR2sTJQ.mjs";
67
+ import { F as Ct } from "../FinstrongStore-CC4SrBjA.mjs";
68
68
  import { A as vt, m as Dt, a as At, b as Et } from "../InvestmentUtil-jOyOgzIB.mjs";
69
69
  import { M as Tt } from "../MerchantStore-DrFvsUyy.mjs";
70
- import { N as Bt } from "../NetWorthStore-Do1Gk8Te.mjs";
70
+ import { N as Bt } from "../NetWorthStore-MnpP5KEc.mjs";
71
71
  import { a as It } from "../SettingsStore-BcgS_Ohv.mjs";
72
72
  import { addMonths as Nt } from "date-fns/addMonths";
73
73
  import { getMonth as T } from "date-fns/getMonth";
74
- import { i as aa } from "../DateUtil-BcuH7ErC.mjs";
74
+ import { i as aa } from "../DateUtil-CBdcsyuk.mjs";
75
75
  import { b as ia, a as ca, g as da } from "../Localization-2MODESHW.mjs";
76
76
  import { alpha as Mt, lighten as G, darken as H } from "@mui/material";
77
77
  var kt = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.EveryWeek = 1] = "EveryWeek", s[s.EveryOtherWeek = 2] = "EveryOtherWeek", s[s.EveryMonth = 3] = "EveryMonth", s[s.EveryOtherMonth = 4] = "EveryOtherMonth", s[s.EveryQuarter = 5] = "EveryQuarter", s[s.EveryOtherQuarter = 6] = "EveryOtherQuarter", s[s.EveryYear = 7] = "EveryYear", s))(kt || {});
@@ -1,4 +1,8 @@
1
1
  import { CardStatus } from '../constants/FinStrong';
2
+ import { Transaction } from './Transaction';
3
+ export interface SpendingFeeTransaction {
4
+ transaction: Transaction;
5
+ }
2
6
  export interface HealthScore {
3
7
  created_at: string;
4
8
  debt_score: number;
@@ -31,6 +35,26 @@ export interface MonthlyHealthScoreAverage {
31
35
  export interface MonthlyHealthScore {
32
36
  monthly_health_score_average: MonthlyHealthScoreAverage[];
33
37
  }
38
+ export interface MonthlyHealthScoreItem {
39
+ monthly_health_score_average: MonthlyHealthScoreAverage;
40
+ }
41
+ export interface MonthlySummaries {
42
+ user_guid: string;
43
+ year: number;
44
+ month: number;
45
+ standard_spend: number;
46
+ debt_spend: number;
47
+ income: number;
48
+ available_cash: number;
49
+ debt_balance: number;
50
+ credit_score: number;
51
+ }
52
+ export interface DebtSpend {
53
+ transaction: Transaction;
54
+ }
55
+ export interface Income {
56
+ transaction: Transaction;
57
+ }
34
58
  export interface HealthScoreReport {
35
59
  credit_score_change_effect: number;
36
60
  debt_score_point_difference: number | null;
@@ -69,3 +93,29 @@ export interface HealthScoreReport {
69
93
  user_guid: string;
70
94
  }
71
95
  export type KeyIndicatorsCardState = (typeof CardStatus)[keyof typeof CardStatus];
96
+ export declare enum OnboardingSteps {
97
+ ConnectAccounts = 1,
98
+ MonthlyIncome = 2,
99
+ Birthday = 3,
100
+ CreditScore = 4
101
+ }
102
+ export declare enum DurationUnit {
103
+ Months = 1,
104
+ Years = 2,
105
+ Days = 3
106
+ }
107
+ export declare enum ContributeFrequency {
108
+ Monthly = 1,
109
+ BiWeekly = 2,
110
+ Weekly = 3,
111
+ Daily = 4
112
+ }
113
+ export interface SpendTransactions {
114
+ transaction: Transaction;
115
+ }
116
+ export interface AllTransactions {
117
+ income: Income[];
118
+ debtSpend: DebtSpend[];
119
+ spendingFee: Transaction[];
120
+ spend: SpendTransactions[];
121
+ }
@@ -16,7 +16,7 @@ export { GoalType, MetaType, TrackType } from './Goal';
16
16
  export type { Goal, MonthlyCashFlowProfile, RetirementGoalAccount } from './Goal';
17
17
  export type { Debt } from './Debt';
18
18
  export type { GlobalErrorHandler, GlobalEventHandler } from './Handlers';
19
- export type { HealthScore, HealthScoreReport, MonthlyHealthScore } from './Finstrong';
19
+ export type { DebtSpend, HealthScore, HealthScoreReport, Income, MonthlyHealthScore, MonthlySummaries, SpendTransactions, SpendingFeeTransaction, AllTransactions, } from './Finstrong';
20
20
  export type { HelpAlertProps, HelpCategory, HelpContentProps, HelpTopic, HelpType, ImageContentProps, InstitutionData, NoImageContentProps, SectionProps, SelectedTopic, Ticket, } from './Help';
21
21
  export type { Institution } from './Institution';
22
22
  export * from './localization';
@@ -6,6 +6,23 @@ export interface CreditScoreStatusCopy {
6
6
  exceptional: string;
7
7
  missing_data: string;
8
8
  }
9
+ interface HaveManageableDebtDrawer {
10
+ debt_payment: string;
11
+ debt_over_time: string;
12
+ have_manageable_debt_description: string;
13
+ have_manageable_debt_double_bar_chart_empty_state_description: string;
14
+ have_manageable_debt_double_bar_chart_empty_state_header: string;
15
+ have_manageable_debt_more_transactions: string;
16
+ have_manageable_debt_income: string;
17
+ have_manageable_debt_line_chart_empty_state_description: string;
18
+ have_manageable_debt_line_chart_empty_state_header: string;
19
+ have_manageable_debt_payments: string;
20
+ have_manageable_debt_sticky_description: string;
21
+ have_manageable_debt_sticky_title: string;
22
+ have_manageable_debt_title: string;
23
+ have_manageable_debt_transactions: string;
24
+ income: string;
25
+ }
9
26
  export interface HealthScoreStatuDetailsCopy {
10
27
  building: string;
11
28
  stable: string;
@@ -18,6 +35,7 @@ interface KeyIndicatorBorrow {
18
35
  credit_score_missing_description: string;
19
36
  credit_score_off_track_description: string;
20
37
  credit_score_title: string;
38
+ have_manageable_debt: HaveManageableDebtDrawer;
21
39
  manage_debit_fair_description: string;
22
40
  manage_debit_good_description: string;
23
41
  manage_debit_missing_description: string;
@@ -31,24 +49,60 @@ interface KeyIndicatorSave {
31
49
  days_of_cash_missing_description: string;
32
50
  days_of_cash_off_track_description: string;
33
51
  days_of_cash_title: string;
52
+ drawer_available: string;
53
+ drawer_available_balance: string;
54
+ drawer_daily_spend: string;
55
+ drawer_description: string;
56
+ drawer_progress_bar_label: string;
57
+ drawer_progress_bar_value: string;
58
+ drawer_spending: string;
59
+ drawer_title: string;
34
60
  emergency_savings_fair_description: string;
35
61
  emergency_savings_good_description: string;
36
62
  emergency_savings_missing_description: string;
37
63
  emergency_savings_off_track_description: string;
38
64
  emergency_savings_title: string;
65
+ savings_over_time: string;
39
66
  title: string;
67
+ zero_state_title: string;
68
+ zero_state_description: string;
69
+ }
70
+ interface PayBillsOnTimeDrawer {
71
+ pay_bills_on_time_description: string;
72
+ pay_bills_on_time_sticky_description: string;
73
+ pay_bills_on_time_sticky_fee_count: string;
74
+ pay_bills_on_time_sticky_state: string;
75
+ pay_bills_on_time_title: string;
76
+ pay_bills_on_time_zero_fees_title: string;
77
+ pay_bills_on_time_zero_fees_description: string;
78
+ }
79
+ interface SpendLessThanYouMakeDrawer {
80
+ income: string;
81
+ spend_less_than_you_make_description: string;
82
+ spend_less_than_you_make_title: string;
83
+ spend_less_than_you_make_sticky_description: string;
84
+ spending: string;
85
+ spending_zero_state_title: string;
86
+ spending_zero_state_description: string;
87
+ spent: string;
88
+ trends: string;
89
+ trends_zero_state_title: string;
90
+ trends_zero_state_description: string;
91
+ view_more: string;
40
92
  }
41
- interface KeyIndicatorSpend {
93
+ export interface KeyIndicatorSpend {
42
94
  count_card_title: string;
43
95
  count_fair_description: string;
44
96
  count_good_description: string;
45
97
  count_missing_description: string;
46
98
  count_off_track_description: string;
99
+ pay_bills_on_time_drawer: PayBillsOnTimeDrawer;
47
100
  ratio_card_title: string;
48
101
  ratio_fair_description: string;
49
102
  ratio_good_description: string;
50
103
  ratio_missing_description: string;
51
104
  ratio_off_track_description: string;
105
+ spend_less_than_you_make_drawer: SpendLessThanYouMakeDrawer;
52
106
  title: string;
53
107
  }
54
108
  interface ScoreHistoryDrawerTimeline {
@@ -90,6 +144,7 @@ export interface FinstrongCopy {
90
144
  health_score_zero_title: string;
91
145
  health_score_zero_description: string;
92
146
  how_do_we_do_this: string;
147
+ in_the_last_90_days_you_spent: string;
93
148
  insufficient_data: string;
94
149
  key_indicators: string;
95
150
  key_indicators_borrow: KeyIndicatorBorrow;
@@ -102,6 +157,7 @@ export interface FinstrongCopy {
102
157
  key_indicators_spend: KeyIndicatorSpend;
103
158
  missing_data_description: string;
104
159
  missing_data_title: string;
160
+ more_accounts: string;
105
161
  monthly_income: string;
106
162
  profile: string;
107
163
  score_history: string;
@@ -5,7 +5,7 @@ import h from "@mui/material/Unstable_Grid2";
5
5
  import u from "@mui/material/Skeleton";
6
6
  import s from "@mui/material/Stack";
7
7
  import k from "@mui/material/styles/useTheme";
8
- import { f as A, u as v, d as C, b as M, a as B } from "../hooks-CE2TKk4a.mjs";
8
+ import { f as A, u as v, d as C, b as M, a as B } from "../hooks-CBST3rkm.mjs";
9
9
  import D from "@mui/material/Paper";
10
10
  import { Icon as S, H1 as G, P as F } from "@mxenabled/mxui";
11
11
  import { useMediaQuery as W } from "@mui/system";
@@ -14,7 +14,7 @@ import T from "@mui/material/Button";
14
14
  import $ from "@mui/material/IconButton";
15
15
  import H from "@mui/material/Tooltip";
16
16
  import R from "@mui/material/useMediaQuery";
17
- import { k as j, l as Q } from "../ConnectDrawer-CPTXh70j.mjs";
17
+ import { k as j, l as Q } from "../ConnectDrawer--gJHyp-S.mjs";
18
18
  import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
19
19
  const E = _(() => {
20
20
  const e = k(), {
@@ -8,30 +8,30 @@ import { intervalToDuration as Te, formatDuration as Ae } from "date-fns";
8
8
  import { addMonths as le } from "date-fns/addMonths";
9
9
  import { fromUnixTime as se } from "date-fns/fromUnixTime";
10
10
  import { getUnixTime as ce } from "date-fns/getUnixTime";
11
- import { D as B, M as Ee, I as Ie } from "../DebtsStore-D4grpB4m.mjs";
12
- import { a as Fr } from "../DebtsStore-D4grpB4m.mjs";
11
+ import { D as B, M as Ee, I as Ie } from "../DebtsStore-9aR2sTJQ.mjs";
12
+ import { a as Fr } from "../DebtsStore-9aR2sTJQ.mjs";
13
13
  import { f as M, a as Be } from "../NumberFormatting-Buh7u8Oi.mjs";
14
- import { f as K, D as U } from "../Dialog-CWW597AF.mjs";
15
- import { G as Me, x as q, u as C, l as V, g as k, d as Z, b as Pe } from "../hooks-CE2TKk4a.mjs";
14
+ import { f as K, a as U } from "../Dialog-BPTr3qHE.mjs";
15
+ import { G as Me, w as q, u as C, l as V, g as k, d as Z, b as Pe } from "../hooks-CBST3rkm.mjs";
16
16
  import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
17
- import { D as te } from "../Drawer-kEE73B87.mjs";
17
+ import { D as te } from "../Drawer-BEtCk82g.mjs";
18
18
  import { b as A } from "../Localization-2MODESHW.mjs";
19
- import { A as ke, u as Ne } from "../AccountDetailsHeader-BZBsIKdF.mjs";
19
+ import { A as ke, u as Ne } from "../AccountDetailsHeader-BkUZYoV8.mjs";
20
20
  import Fe from "@mui/material/Card";
21
21
  import Re from "@mui/material/CardContent";
22
22
  import Le from "@mui/material/CardHeader";
23
23
  import { LineChart as $e } from "@mui/x-charts";
24
24
  import re from "@mui/material/Box";
25
25
  import { useTheme as He } from "@mui/material/styles";
26
- import { A as T, W as Oe } from "../WidgetContainer-DtPnPQZY.mjs";
26
+ import { A as T, W as Oe } from "../WidgetContainer-DJA1bxLn.mjs";
27
27
  import de from "@mui/material/Tab";
28
28
  import We from "@mui/material/Tabs";
29
29
  import _e from "@mui/material/List";
30
30
  import j from "@mui/material/Divider";
31
- import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-BsxcvNEF.mjs";
31
+ import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-CGZDUsCc.mjs";
32
32
  import Xe from "@mui/material/TextField";
33
- import { L as J } from "../ListItemAction-DSrYDGAP.mjs";
34
- import { C as ae } from "../CurrencyInput-C4xNRL2W.mjs";
33
+ import { L as J } from "../ListItemAction-DGaxy7oz.mjs";
34
+ import { C as ae } from "../CurrencyInput-CC5cwVit.mjs";
35
35
  import pe from "@mui/material/Alert";
36
36
  import me from "@mui/material/AlertTitle";
37
37
  import he from "@mui/material/Paper";
@@ -39,7 +39,7 @@ import { Error as Ve, CheckCircle as ye } from "@mxenabled/mx-icons";
39
39
  import { T as ue } from "../TabContentContainer-j01JYR_7.mjs";
40
40
  import { DataGridPro as Ye } from "@mui/x-data-grid-pro";
41
41
  import { H as z } from "../HeaderCell-DjuifqHJ.mjs";
42
- import { f as Ke } from "../ConnectDrawer-CPTXh70j.mjs";
42
+ import { f as Ke } from "../ConnectDrawer--gJHyp-S.mjs";
43
43
  import fe from "@mui/material/Button";
44
44
  import Ue from "@mui/material/IconButton";
45
45
  import qe from "@mui/material/ListItem";
@@ -1,7 +1,7 @@
1
1
  import { fromUnixTime as d } from "date-fns/fromUnixTime";
2
2
  import { c as u } from "./Category-CevNQ03n.mjs";
3
- import { f as p, D as m } from "./Dialog-CWW597AF.mjs";
4
- import { T as g } from "./User-DaJAQ09j.mjs";
3
+ import { f as p, a as m } from "./Dialog-BPTr3qHE.mjs";
4
+ import { T as g } from "./User-BthIKO4w.mjs";
5
5
  function f(e) {
6
6
  return new Set(
7
7
  e.filter((n) => n.parent_guid !== void 0).map((n) => n.parent_guid)
@@ -5,6 +5,11 @@ export declare class FinstrongApi {
5
5
  constructor(endpoint: string, token: string, onError?: GlobalErrorHandler);
6
6
  calculateHealthScore: () => Promise<any>;
7
7
  getAverageHealthScores: () => Promise<any>;
8
+ getDebtSpend: () => Promise<any>;
9
+ getIncome: () => Promise<any>;
10
+ getMonthlySummaries: () => Promise<any>;
8
11
  getHealthScoreChangeReports: (startDate: number, endDate: number) => Promise<any>;
9
12
  getPeerScore: (birthYear: string) => Promise<any>;
13
+ getSpendingFeeTransactions: () => Promise<any>;
14
+ getStandardSpend: () => Promise<any>;
10
15
  }
@@ -4,8 +4,9 @@ interface ConnectMoreAccountsCardProps {
4
4
  hasIcon?: boolean;
5
5
  buttonText?: string;
6
6
  title?: string;
7
+ titleDrawer?: string;
7
8
  description?: string;
8
9
  sx?: SxProps;
9
10
  }
10
- export declare const ConnectMoreAccountsCard: ({ isDashboard, hasIcon, buttonText, title, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const ConnectMoreAccountsCard: ({ isDashboard, hasIcon, buttonText, title, titleDrawer, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element;
11
12
  export {};
@@ -0,0 +1 @@
1
+ export declare const CreditOverTimeGraph: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -1,3 +1,3 @@
1
1
  import { default as React } from 'react';
2
- declare const KeyIndicatorsBorrowTab: React.FC;
3
- export default KeyIndicatorsBorrowTab;
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -8,7 +8,7 @@ interface KeyIndicatorsDrawerProps {
8
8
  loadConnectAccountsCard?: boolean;
9
9
  onClose: () => void;
10
10
  stickyComponent?: React.ReactNode;
11
- title?: string;
11
+ title?: string | React.ReactNode;
12
12
  }
13
13
  declare const _default: React.FunctionComponent<React.PropsWithChildren<KeyIndicatorsDrawerProps>>;
14
14
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { default as React } from 'react';
2
- declare const KeyIndicatorsSaveTab: React.FC;
3
- export default KeyIndicatorsSaveTab;
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -1,3 +1,3 @@
1
1
  import { default as React } from 'react';
2
- declare const KeyIndicatorsSpendTab: React.FC;
3
- export default KeyIndicatorsSpendTab;
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -1,10 +1,11 @@
1
1
  import { default as React } from 'react';
2
- import { KeyIndicatorsCardState } from '../../common/types/Finstrong';
2
+ import { CardStatus } from '../../common/constants/FinStrong';
3
+ import { KeyIndicatorsTabItemType } from '../constants';
3
4
  interface KeyIndicatorsTabsItemProps {
5
+ drawerFor: KeyIndicatorsTabItemType;
4
6
  title: string;
5
7
  description: string;
6
- cardState: KeyIndicatorsCardState;
7
- stateTitle: string;
8
+ cardState: keyof typeof CardStatus;
8
9
  }
9
10
  declare const KeyIndicatorsTabsItem: React.FC<KeyIndicatorsTabsItemProps>;
10
11
  export default KeyIndicatorsTabsItem;
@@ -0,0 +1,10 @@
1
+ import { KeyIndicatorsTabItemType } from '../constants';
2
+ interface KeyIndicatorsTabItemDrawerProps {
3
+ drawerFor: KeyIndicatorsTabItemType;
4
+ isOpen: boolean;
5
+ onClose: () => void;
6
+ }
7
+ declare const _default: (({ drawerFor, isOpen, onClose, }: KeyIndicatorsTabItemDrawerProps) => import("react/jsx-runtime").JSX.Element) & {
8
+ displayName: string;
9
+ };
10
+ export default _default;
@@ -1,3 +1,3 @@
1
1
  import { default as React } from 'react';
2
- declare const KeyIndicatorsTabsWidget: React.FC;
3
- export default KeyIndicatorsTabsWidget;
2
+ declare const _default: React.FunctionComponent<{}>;
3
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: (({ total }: {
2
+ total: number;
3
+ }) => import("react/jsx-runtime").JSX.Element) & {
4
+ displayName: string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;