@mx-cartographer/experiences 7.0.58-alpha.sms1 → 7.0.58

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.0.58] - 10-24-2025
2
+
3
+ - **FIXED** - Trends Insights Micro Widget navigation overlapped in stand-alone widget
4
+
1
5
  ## [7.0.57] - 10-22-2025
2
6
 
3
7
  - **FIXED** - Layout cutoff issue on Create Budgets for mobile devices
@@ -1,4 +1,4 @@
1
1
  import { WidgetProps } from '../common';
2
- export declare const HelpWidget: (({ sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
2
+ export declare const HelpWidget: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
3
3
  displayName: string;
4
4
  };
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { observer as t } from "mobx-react-lite";
3
- import { H as m } from "../Help-CzBAsKA2.mjs";
4
- import { b as s } from "../hooks-CE2TKk4a.mjs";
5
- import { L as p } from "../Loader-DUaFpDGv.mjs";
6
- import { W as a } from "../WidgetContainer-B8MRJ5Y1.mjs";
7
- const u = t(({ sx: o }) => {
8
- const { isCopyLoaded: i, isInitialized: e } = s();
9
- return !i || !e ? /* @__PURE__ */ r(p, {}) : /* @__PURE__ */ r(a, { sx: { p: 16 }, children: /* @__PURE__ */ r(m, { sx: o }) });
2
+ import { observer as m } from "mobx-react-lite";
3
+ import { H as s } from "../Help-CzBAsKA2.mjs";
4
+ import { b as p } from "../hooks-CE2TKk4a.mjs";
5
+ import { L as a } from "../Loader-DUaFpDGv.mjs";
6
+ import { W as n } from "../WidgetContainer-B8MRJ5Y1.mjs";
7
+ const x = m(({ onBackClick: o, sx: i }) => {
8
+ const { isCopyLoaded: e, isInitialized: t } = p();
9
+ return !e || !t ? /* @__PURE__ */ r(a, {}) : /* @__PURE__ */ r(n, { onBackClick: o, sx: { p: 16 }, children: /* @__PURE__ */ r(s, { sx: i }) });
10
10
  });
11
11
  export {
12
- m as Help,
13
- u as HelpWidget
12
+ s as Help,
13
+ x as HelpWidget
14
14
  };