@mx-cartographer/experiences 6.1.0-alpha.al6 → 6.1.0-alpha.al8
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 +4 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -18655,7 +18655,7 @@ const K9 = ({
|
|
18655
18655
|
dashboard_insights_location: 1,
|
18656
18656
|
dashboard_spending_index: 1,
|
18657
18657
|
dashboard_spending_location: 1,
|
18658
|
-
dashboard_survey_index:
|
18658
|
+
dashboard_survey_index: 9,
|
18659
18659
|
dashboard_survey_location: 1,
|
18660
18660
|
dashboard_trends_index: 4,
|
18661
18661
|
dashboard_trends_location: 0,
|
@@ -21658,7 +21658,9 @@ const u3 = ({ widgets: A, isLoading: t }) => {
|
|
21658
21658
|
() => s.filter((d) => d.location === yn.RightSide),
|
21659
21659
|
[A]
|
21660
21660
|
);
|
21661
|
-
return
|
21661
|
+
return h.useEffect(() => {
|
21662
|
+
console.log("in experiences dashboard side widgets are ", f);
|
21663
|
+
}, [f]), /* @__PURE__ */ I(it, { container: !0, spacing: n ? 0 : 24, sx: { overflow: "scroll" }, children: [
|
21662
21664
|
/* @__PURE__ */ e(it, { xs: 12, children: r.isInitialized && /* @__PURE__ */ e(R3, {}) }),
|
21663
21665
|
/* @__PURE__ */ I(it, { lg: 8, xs: 12, children: [
|
21664
21666
|
/* @__PURE__ */ e(l3, {}),
|