@mx-cartographer/experiences 7.13.6 → 7.13.8

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.
@@ -56,7 +56,7 @@ import t3 from "@mui/material/Link";
56
56
  import n3 from "@mui/material/Paper";
57
57
  import { subDays as o3, startOfToday as i3, endOfToday as c3 } from "date-fns";
58
58
  import { T as a3 } from "../StatusIndicator-CIKUOoN_.mjs";
59
- import { T as s3 } from "../TransactionDetails-C9DVd4nm.mjs";
59
+ import { T as s3 } from "../TransactionDetails-CkQxd3Ao.mjs";
60
60
  import { T as r1 } from "../TabContentContainer-j01JYR_7.mjs";
61
61
  import { f as d1 } from "../NumberFormatting-QCaNwbjv.mjs";
62
62
  import { C as l3 } from "../ConnectionsDrawer-IA7vnv1J.mjs";
@@ -1,9 +1,11 @@
1
+ import { TransactionListProps } from '../../transactions/components/shared/TransactionList';
1
2
  interface BudgetDetailsDrawerV2Props {
2
3
  onClose?: () => void;
3
4
  onEvent?: (event: string, amount: string) => void;
4
5
  onViewHistory?: () => void;
6
+ transactionListProps?: TransactionListProps;
5
7
  }
6
- declare const _default: (({ onClose, onEvent, onViewHistory }: BudgetDetailsDrawerV2Props) => import("react/jsx-runtime").JSX.Element | null) & {
8
+ declare const _default: (({ onClose, onEvent, onViewHistory, transactionListProps, }: BudgetDetailsDrawerV2Props) => import("react/jsx-runtime").JSX.Element | null) & {
7
9
  displayName: string;
8
10
  };
9
11
  export default _default;