@mx-cartographer/experiences 9.0.15-alpha.al4 → 9.0.15

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.
@@ -19,8 +19,8 @@ import { startOfToday as J } from "date-fns/startOfToday";
19
19
  import St from "@mui/material/Button";
20
20
  import { useTheme as Tt } from "@mui/material";
21
21
  import { e as Mt } from "../TransactionUtils-BphBJBbU.mjs";
22
- import { T as Dt } from "../EmbeddedCard-DH8vQ3qN.mjs";
23
- import { T as xt } from "../TransactionDetails-roZ5xLq8.mjs";
22
+ import { T as Dt } from "../EmbeddedCard-BxgB26dd.mjs";
23
+ import { T as xt } from "../TransactionDetails-DQ_eE7M4.mjs";
24
24
  import vt from "@mui/material/Collapse";
25
25
  import wt from "@mui/material/Divider";
26
26
  import Q from "@mui/material/List";
@@ -1,7 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Transaction } from '../../../../core';
3
3
  interface TransactionRowProps {
4
- component?: React.ElementType;
5
4
  onClick?: (guid: string) => void;
6
5
  transaction: Transaction;
7
6
  }
@@ -1,8 +1,8 @@
1
- import { C as Be, D as He, M as Pe, a as We, T as $e } from "../TransactionDetails-roZ5xLq8.mjs";
2
- import { B as xa, b as Aa } from "../TransactionDetails-roZ5xLq8.mjs";
3
- import { u as B, T as Ge } from "../EmbeddedCard-DH8vQ3qN.mjs";
4
- import { a as Sa } from "../EmbeddedCard-DH8vQ3qN.mjs";
5
- import { E as va } from "../ExportCsvAction-C9KWH3Az.mjs";
1
+ import { C as Be, D as He, M as Pe, a as We, T as $e } from "../TransactionDetails-DQ_eE7M4.mjs";
2
+ import { B as xa, b as Aa } from "../TransactionDetails-DQ_eE7M4.mjs";
3
+ import { u as B, T as Ge } from "../EmbeddedCard-BxgB26dd.mjs";
4
+ import { a as Sa } from "../EmbeddedCard-BxgB26dd.mjs";
5
+ import { E as va } from "../ExportCsvAction-BV69DnpC.mjs";
6
6
  import { jsxs as m, jsx as e } from "react/jsx-runtime";
7
7
  import u from "react";
8
8
  import { observer as D } from "mobx-react-lite";
@@ -34,8 +34,8 @@ import { useGridApiContext as Yt, useGridRootProps as jt, DataGridPro as Ut } fr
34
34
  import Xt from "@mui/material/Badge";
35
35
  import Zt from "@mui/material/IconButton";
36
36
  import { A as w } from "../Analytics-WeZYytR0.mjs";
37
- import { T as ct } from "../EmbeddedCard-DH8vQ3qN.mjs";
38
- import { T as dt } from "../TransactionDetails-roZ5xLq8.mjs";
37
+ import { T as ct } from "../EmbeddedCard-BxgB26dd.mjs";
38
+ import { T as dt } from "../TransactionDetails-DQ_eE7M4.mjs";
39
39
  import { D as Pe } from "../Drawer-DsnW2o0v.mjs";
40
40
  import { u as Ie } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
41
41
  import { L as Le } from "../Loader-CxeBwuPG.mjs";
@@ -55,7 +55,7 @@ import { g as Oe } from "../TransactionUtils-BphBJBbU.mjs";
55
55
  import { L as uo } from "../ListItemRow-kH1rn8Xu.mjs";
56
56
  import { Stack as mo } from "@mui/material";
57
57
  import ho from "@mui/material/ListItemAvatar";
58
- import { E as go } from "../ExportCsvAction-C9KWH3Az.mjs";
58
+ import { E as go } from "../ExportCsvAction-BV69DnpC.mjs";
59
59
  import { u as po } from "../useInsightsEnabled-D5Sdm0TJ.mjs";
60
60
  import { E as fo } from "../EmptyState-CJUDc3kD.mjs";
61
61
  import { C as yo } from "../ConnectDrawer-CW4LA3H3.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "9.0.15-alpha.al4",
3
+ "version": "9.0.15",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",
@@ -1,43 +0,0 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import o from "@mui/material/ListItem";
3
- import l from "@mui/material/ListItemButton";
4
- import { f } from "./hooks-97sNJ_lf.mjs";
5
- const g = ({
6
- children: t,
7
- clickEventName: e,
8
- component: r,
9
- onClick: a,
10
- sx: i = {}
11
- }) => {
12
- const { onEvent: p } = f();
13
- return a ? /* @__PURE__ */ s(
14
- o,
15
- {
16
- className: "list-wrapper",
17
- ...r && { component: r },
18
- sx: { bgcolor: "background.paper", ...i },
19
- children: /* @__PURE__ */ s(
20
- l,
21
- {
22
- onClick: () => {
23
- e && p(e), a();
24
- },
25
- children: t
26
- }
27
- )
28
- }
29
- ) : /* @__PURE__ */ s(
30
- o,
31
- {
32
- className: "list-wrapper",
33
- ...r && { component: r },
34
- disableGutters: !1,
35
- disablePadding: !1,
36
- sx: { bgcolor: "background.paper", ...i },
37
- children: t
38
- }
39
- );
40
- };
41
- export {
42
- g as L
43
- };