@mx-cartographer/experiences 6.2.7 → 6.2.8-alpha.al0
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/dist/index.es.js +7 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3243,7 +3243,9 @@ const Dn = ({
|
|
3243
3243
|
const [C, { height: f, width: E }] = oc(), { onEvent: y } = z(), { isDesktop: T, isLargeDesktop: v, isMobile: w, isTablet: x } = ve(), { displayedDateRange: R, isCopyLoaded: D, selectedAccountGuids: $, setSelectedAccountGuids: O } = ce(), { common: L } = I(), U = () => {
|
3244
3244
|
d && (d(), y(W.WIDGET_BACK_CLICK));
|
3245
3245
|
};
|
3246
|
-
if (
|
3246
|
+
if (g.useEffect(() => {
|
3247
|
+
console.log("onback click is", d);
|
3248
|
+
}, []), !D)
|
3247
3249
|
return /* @__PURE__ */ t(ue, {});
|
3248
3250
|
const P = {
|
3249
3251
|
accountFilterOptionsCopy: {
|
@@ -10058,7 +10060,10 @@ const Kg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
10058
10060
|
]
|
10059
10061
|
}
|
10060
10062
|
) : /* @__PURE__ */ t(ue, {});
|
10061
|
-
}, sm = A(om), cm = ({
|
10063
|
+
}, sm = A(om), cm = ({
|
10064
|
+
onBackClick: e,
|
10065
|
+
sx: n = { border: "1px solid red" }
|
10066
|
+
}) => {
|
10062
10067
|
const {
|
10063
10068
|
selectedAccounts: i,
|
10064
10069
|
selectedAccountGuids: a,
|